:root{--surface:#F8F9FB;--surface-2:#F1F5F9;--card:#FFFFFF;--text-1:#1E293B;--text-2:#475569;--text-m:#64748B;--text-faint:#94A3B8;--accent:#E8705A;--accent-hover:#D4604C;--accent-light:#FDECE7;--accent-deep:#B84A37;--green:#3AB890;--green-light:#DCFCE7;--green-deep:#166534;--gold:#F59E0B;--gold-light:#FEF3C7;--danger:#E57373;--border:#E2E8F0;--border-strong:#CBD5E1;--radius-card:12px;--radius-input:8px;--radius-pill:999px;--touch-min:44px;--shadow-sm:0 1px 2px rgba(15,23,42,0.04);--shadow-md:0 4px 12px rgba(15,23,42,0.06);--shadow-lg:0 12px 32px rgba(15,23,42,0.08);--shadow-hover:0 8px 24px rgba(15,23,42,0.08),0 0 0 1px rgba(232,112,90,0.12)}*{box-sizing:border-box}*,:after,:before{margin:0;padding:0}body,html{background:var(--surface);color:var(--text-1);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;min-height:var(--touch-min);min-width:var(--touch-min)}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}