@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap");:root{--bg:#0A0E14;--bg-elevated:#0E1420;--surface:#121A26;--surface-2:#18222F;--border:rgba(255,255,255,0.08);--text:#E8EEF5;--text-muted:#9AA8B8;--teal:#0E9BAD;--teal-bright:#22C9DB;--orange:#F58220;--orange-bright:#FF9A3D;--foreground-rgb:232,238,245;--background-rgb:10,14,20}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--text);background-color:var(--bg);font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:dark}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--teal-bright);outline-offset:2px;border-radius:4px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:8px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#283546}::selection{background:rgba(34,201,219,.28);color:#fff}::placeholder{color:#5A6B7E;opacity:1}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:var(--text);-webkit-box-shadow:0 0 0 1000px var(--surface-2) inset;caret-color:var(--text)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-22px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.04)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 0 0 rgba(34,201,219,.5)}50%{box-shadow:0 0 0 8px rgba(34,201,219,0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}