*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green:#139B62;--green-dark:#0F7D50;--green-dim:#050706;--green-text:#0F7D50;--bg:#F3F4F6;--surface:#FFFFFF;--border:#E5E7EB;--border-hi:#D1D5DB;--text:#111827;--text-2:#374151;--muted:#6B7280;--muted-2:#9CA3AF;--danger:#EF4444;--danger-dim:#FEF2F2;--warning:#F59E0B;--warning-dim:#FFFBEB;--info:#3B82F6;--info-dim:#EFF6FF;--radius:10px;--radius-sm:6px;--shadow-sm:0 1px 3px rgba(0,0,0,0.06);--shadow-md:0 4px 12px rgba(0,0,0,0.08);--font:"Inter",ui-sans-serif,system-ui,sans-serif}html{scroll-behavior:smooth;height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:13px;min-height:100%;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#D1D5DB;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#9CA3AF}