*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F5F6FA;--surface: #FFFFFF;--surface2: #F0F1F7;--border: rgba(0,0,0,.08);--border2: rgba(0,0,0,.13);--accent: #5B50E8;--accent2: #0EA5A0;--text: #1A1A2E;--muted: #6B7280;--dim: #D1D5DB;--success: #059669;--warn: #D97706;--danger: #DC2626;--r: 10px;--r-sm: 6px}html{font-size:16px}body{background:var(--bg);color:var(--text);font-family:Inter,DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;background:#fff;border:1.5px solid #E5E7EB;border-radius:var(--r-sm);color:var(--text);padding:.6rem .85rem;font-size:.82rem;outline:none;transition:border-color .15s,box-shadow .15s;width:100%}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #5b50e81a}input::placeholder,textarea::placeholder{color:#9ca3af}textarea{resize:vertical;line-height:1.6}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--dim);border-radius:3px}
