@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap";:root{--bg: #0d0f14;--bg-soft: #13161c;--surface: #181b22;--surface-2: #20242c;--surface-3: #2a2f39;--ink: #f3f5f8;--ink-2: #aab2be;--ink-3: #6d7681;--line: #282d36;--line-strong: #3a414c;--accent: #fa7a28;--accent-hover: #ea6a18;--accent-press: #d65e10;--accent-soft: #2a1b10;--accent-soft-line: #5a3a1e;--on-accent: #ffffff;--amber: #ffb020;--success: #37c97e;--danger: #f0575c;--warn: #f5a623;--r-sm: 12px;--r-md: 16px;--r-lg: 20px;--r-xl: 24px;--sh-sm: 0 2px 8px rgba(0, 0, 0, .35);--sh-md: 0 6px 20px rgba(0, 0, 0, .45);--sh-lg: 0 14px 40px rgba(0, 0, 0, .55);--accent-gradient: linear-gradient(97deg, #fa7a28 0%, #ffb020 100%)}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:Golos Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.01em;line-height:1.4}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit;font-size:15px;color:var(--ink)}a{color:inherit;text-decoration:none}:focus-visible{outline:none;box-shadow:0 0 0 3px #fa7a2847;border-radius:8px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#2f3742;border-radius:999px;border:3px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#3b444f}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}.muted{color:var(--ink-2)}.stack{display:flex;flex-direction:column}@keyframes fbFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fbSpin{to{transform:rotate(360deg)}}@keyframes fbPulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes fbShimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.fb-skeleton{background:linear-gradient(90deg,#eef1f4 25%,#f6f8fa 37%,#eef1f4 63%);background-size:800px 100%;animation:fbShimmer 1.4s infinite linear;border-radius:12px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media (max-width: 720px){.container{padding:0 16px}}
