:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#f4f6f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #f4f6f8;--surface: #ffffff;--text: #1f2937;--text-muted: #4b5563;--primary: #2563eb;--primary-hover: #1d4ed8;--border: #d1d5db;--radius: 12px;--shadow-soft: 0 8px 24px rgba(31, 41, 55, .08);--focus-ring: 0 0 0 3px rgba(37, 99, 235, .28)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;background:var(--bg);color:var(--text)}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}h1,h2,h3,h4,h5,h6{margin-top:0;color:var(--text)}p{color:var(--text-muted)}section,article,aside,header{border-radius:var(--radius)}button,input,textarea,select{font:inherit}button{border-radius:var(--radius);border:1px solid transparent;padding:10px 14px;background:var(--primary);color:#fff;font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .02s ease}button:hover{background:var(--primary-hover)}button:disabled{opacity:.65;cursor:not-allowed}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:var(--focus-ring)}input,textarea,select{width:100%;padding:10px 12px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text)}input::placeholder,textarea::placeholder{color:#9ca3af}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft)}
