@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--color-bg:#ffffff;--color-surface:#ffffff;--color-surface-2:#f9f9f9;--color-border:#e8e8e8;--color-border-2:#d1d1d1;--color-text:#0a0a0a;--color-text-2:#3a3a3a;--color-text-muted:#6b7280;--color-text-light:#9ca3af;--color-gold:#c9a74a;--color-gold-light:#f0e6c8;--color-gold-dark:#a8882c;--color-black:#0a0a0a;--color-white:#ffffff;--color-success:#16a34a;--color-error:#dc2626;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-xs:0 1px 2px rgba(0,0,0,0.06);--shadow-sm:0 1px 4px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 12px rgba(0,0,0,0.08),0 2px 4px rgba(0,0,0,0.04);--shadow-lg:0 8px 24px rgba(0,0,0,0.10),0 4px 8px rgba(0,0,0,0.06);--shadow-xl:0 20px 48px rgba(0,0,0,0.12),0 8px 16px rgba(0,0,0,0.06);--max-width:1440px;--navbar-h:64px;--bottom-tab-h:64px;--mobile-topbar-h:56px}*,:after,:before{box-sizing:border-box;padding:0;margin:0}html{color-scheme:light;scroll-behavior:smooth;background:var(--color-bg);color:var(--color-text)}body{max-width:100vw;overflow-x:hidden;font-family:var(--font-sans);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:calc(env(safe-area-inset-top) + var(--mobile-topbar-h))}@media (min-width:768px){body{padding-top:0}}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-2);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}