.topup-shell{display:flex;flex-direction:column;gap:28px;padding:12px 32px 80px;width:100%;max-width:1240px;margin:0 auto;flex:1;min-height:0}.topup-head{display:flex;flex-direction:column;gap:8px;padding:8px 0 4px}.topup-head h1{margin:0;font-family:Inter Tight;font-weight:400;font-size:clamp(34px,4vw,52px);letter-spacing:-.03em;line-height:1.05;color:var(--ink);text-wrap:balance}.topup-head h1 em{font-style:italic;font-weight:300;color:var(--sky-700)}.topup-head .lede{margin:2px 0 0;max-width:64ch;font-size:15px;line-height:1.55;color:var(--ink-soft);text-wrap:pretty}.balance-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:14px 18px;border-radius:16px;background:var(--surface);border:1px solid var(--line)}.balance-bar .coin{width:30px;height:30px;border-radius:50%;flex:none;background:radial-gradient(circle at 35% 35%,#fde98a,var(--pollen) 60%,var(--pollen-deep));box-shadow:0 0 0 3px rgba(244,196,48,.18)}.balance-bar .num{font-family:Inter Tight;font-weight:500;font-size:22px;color:var(--ink);letter-spacing:-.01em}.balance-bar .lbl{font-size:12px;color:var(--ink-mute);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.balance-bar .meter{flex:1;min-width:220px;max-width:360px;height:8px;border-radius:999px;background:var(--hover-tint);overflow:hidden}.balance-bar .meter span{display:block;height:100%;background:linear-gradient(90deg,var(--pollen),var(--pollen-deep));transition:width .25s ease}.balance-bar .note{font-size:13px;color:var(--ink-soft);margin-left:auto}.packs-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden}.packs-scroll{overflow-x:auto}.packs-table{width:100%;border-collapse:collapse;font-size:14px;color:var(--ink)}.packs-table thead th{background:var(--hover-tint);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mute);text-align:left;padding:14px 18px;border-bottom:1px solid var(--line);white-space:nowrap}.packs-table thead th:last-child{text-align:right}.packs-table thead th small{font-weight:500;opacity:.7;text-transform:none;letter-spacing:0;font-size:11px}.packs-table tbody td{padding:18px;border-bottom:1px solid var(--line);vertical-align:middle}.packs-table tbody tr:last-child td{border-bottom:0}.packs-table tbody tr{cursor:pointer;transition:background .12s}.packs-table tbody tr:hover{background:var(--hover-tint)}.packs-table tbody tr.selected{background:rgba(244,196,48,.1)}[data-theme=dark] .packs-table tbody tr.selected{background:rgba(255,215,107,.08)}.pack-cell{display:flex;align-items:center;gap:14px}.pack-cell .radio{width:18px;height:18px;border-radius:50%;border:1.6px solid var(--line-strong);flex:none;position:relative;background:var(--surface)}.packs-table tr.selected .pack-cell .radio{border-color:var(--pollen-deep);background:var(--pollen);box-shadow:0 0 0 3px rgba(244,196,48,.22)}.packs-table tr.selected .pack-cell .radio:after{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:50%;background:#1a1208;transform:translate(-50%,-50%)}.pack-cell .meta{display:flex;flex-direction:column;gap:2px}.pack-cell .nm{font-family:Inter Tight;font-weight:500;font-size:17px;letter-spacing:-.01em;color:var(--ink)}.pack-cell .nm .badge{margin-left:8px;padding:2px 8px;border-radius:999px;background:var(--pollen);color:#1a1208;font-family:Inter;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;vertical-align:middle}.pack-cell .desc{font-size:12.5px;color:var(--ink-mute)}.cell-price{font-family:Inter Tight;font-size:18px;letter-spacing:-.01em;white-space:nowrap}.cell-cr,.cell-price{font-weight:500;color:var(--ink)}.cell-cr{display:inline-flex;align-items:center;gap:8px;font-family:JetBrains Mono;font-size:14px}.cell-cr .coin{width:14px;height:14px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fde98a,var(--pollen) 60%,var(--pollen-deep))}.cell-cr .bonus{font-family:Inter;font-size:11px;font-weight:700;color:var(--green);padding:2px 6px;border-radius:6px;background:rgba(31,191,107,.12)}[data-theme=dark] .cell-cr .bonus{background:rgba(75,227,154,.12)}.cell-est{gap:8px;font-size:13.5px;color:var(--ink-soft)}.cell-est,.cell-est .ico{display:inline-flex;align-items:center}.cell-est .ico{width:26px;height:26px;border-radius:8px;justify-content:center;flex:none;background:var(--hover-tint);color:var(--ink)}.cell-est .ico.video{background:rgba(217,119,87,.14);color:#b35a3e}.cell-est .ico.image{background:rgba(126,87,194,.16);color:#5e3eb7}[data-theme=dark] .cell-est .ico.video{color:#e9b29a}[data-theme=dark] .cell-est .ico.image{color:#c0a4f5}.cell-est .ico svg{width:14px;height:14px}.cell-est b{font-weight:600;color:var(--ink)}.cta-cell{text-align:right}.cta-cell .buy{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:10px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s,border-color .12s}.cta-cell .buy:hover{background:var(--hover-tint);border-color:var(--ink-mute)}.cta-cell .buy:disabled{opacity:.55;cursor:not-allowed}.packs-table tr.selected .cta-cell .buy{background:var(--pill-bg);color:var(--pill-fg);border-color:transparent;box-shadow:var(--send-shadow)}.cta-cell .buy svg{width:13px;height:13px}@media (max-width:1100px){.packs-table tbody td,.packs-table thead th{padding-left:12px;padding-right:12px}.cell-est .ico,.pack-cell .desc{display:none}}@media (max-width:880px){.packs-table thead{display:none}.packs-table,.packs-table tbody,.packs-table td,.packs-table tr{display:block;width:100%}.packs-table tbody tr{padding:14px 16px;border-bottom:1px solid var(--line)}.packs-table tbody td{border-bottom:0;padding:4px 0}.packs-table tbody td.cta-cell{margin-top:8px}.pack-cell{gap:10px}}.packs-foot{padding:14px 18px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12.5px;color:var(--ink-mute)}.packs-foot a{color:var(--ink-soft);text-decoration:none}.packs-foot a:hover{color:var(--ink)}.legend{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}@media (max-width:880px){.legend{grid-template-columns:1fr}}.legend-card{padding:18px 20px;background:var(--surface);border:1px solid var(--line);border-radius:16px;display:flex;flex-direction:column;gap:6px}.legend-card .h{display:inline-flex;align-items:center;gap:8px;font-family:Inter Tight;font-weight:500;font-size:15px;color:var(--ink)}.legend-card .h .dot{width:8px;height:8px;border-radius:50%}.legend-card.video .h .dot{background:#d97757}.legend-card.image .h .dot{background:#7e57c2}.legend-card.chat .h .dot{background:var(--pollen-deep)}.legend-card p{margin:0;font-size:13px;color:var(--ink-soft);line-height:1.5}.legend-card .px{font-family:JetBrains Mono;font-size:12px;color:var(--ink-mute);margin-top:2px}.legend-card .px b{color:var(--ink);font-weight:500}.pay-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center;font-size:12.5px;color:var(--ink-mute)}.pay-pill{padding:5px 10px;border-radius:8px;background:var(--hover-tint);font-family:JetBrains Mono;font-size:11px;font-weight:500;color:var(--ink-soft)}.faq{display:flex;flex-direction:column;gap:10px}.faq details{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:14px 18px;cursor:pointer}.faq details[open]{background:var(--hover-tint)}.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:10px;font-family:Inter Tight;font-weight:500;font-size:15px;color:var(--ink)}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-family:Inter Tight;font-weight:300;font-size:22px;color:var(--ink-mute);line-height:1}.faq details[open] summary:after{content:"–"}.faq details p{margin:10px 0 0;font-size:13.5px;line-height:1.55;color:var(--ink-soft)}html.home-bg .bg-photo{opacity:.5}html.home-bg .bg-veil{opacity:1}.home-main{display:flex;flex-direction:column;gap:0}.section{width:100%;max-width:1320px;margin:0 auto;padding:88px 28px;position:relative}.section.lead{padding-top:28px;padding-bottom:60px}.section.tight{padding:36px 28px}.kicker{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-mute);font-weight:700;margin:0 0 14px;display:inline-flex;align-items:center;gap:8px}.kicker .puff{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fde98a,var(--pollen) 60%,var(--pollen-deep));box-shadow:0 0 0 3px rgba(244,196,48,.18)}.heading{font-family:Inter Tight;font-weight:400;font-size:clamp(34px,4vw,56px);letter-spacing:-.025em;line-height:1.05;color:var(--ink);margin:0 0 14px;text-wrap:balance;max-width:22ch}.heading em{font-style:italic;font-weight:300;color:var(--sky-700)}.heading .accent{font-style:normal;background:linear-gradient(180deg,var(--pollen-deep),var(--pollen));-webkit-background-clip:text;background-clip:text;color:transparent}.home-main .lede{font-size:17px;line-height:1.55;color:var(--ink-soft);max-width:60ch;text-wrap:pretty;margin:0}.home-hero{position:relative;padding:28px 28px 48px;max-width:1400px;margin:0 auto;display:grid;gap:28px;grid-template-columns:1fr}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 8px;border-radius:999px;background:var(--glass-strong);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);width:-moz-fit-content;width:fit-content}.hero-eyebrow .dot{width:14px;height:14px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fde98a,var(--pollen) 60%,var(--pollen-deep));box-shadow:0 0 0 3px rgba(244,196,48,.18)}.home-hero h1{font-family:Inter Tight;font-weight:400;font-size:clamp(56px,8vw,128px);line-height:.94;letter-spacing:-.04em;margin:18px 0 14px;color:var(--ink);text-wrap:balance;max-width:14ch}.home-hero h1 em{font-style:italic;font-weight:300;color:var(--sky-700)}.home-hero h1 .accent{font-style:normal;background:linear-gradient(180deg,var(--pollen-deep),var(--pollen));-webkit-background-clip:text;background-clip:text;color:transparent}.home-hero .lede{max-width:52ch;margin-bottom:30px}.hero-cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:18px}.btn-cta{display:inline-flex;align-items:center;gap:8px;padding:13px 20px;border-radius:14px;background:var(--pill-bg);color:var(--pill-fg);text-decoration:none;font-family:inherit;font-size:14.5px;font-weight:600;border:0;cursor:pointer;box-shadow:var(--send-shadow);transition:background .15s,transform .1s}.btn-cta:hover{background:var(--pill-hover-bg);transform:translateY(-1px)}.btn-cta svg{width:14px;height:14px}.btn-cta.ghost{background:transparent;color:var(--ink);border:1px solid var(--line-strong);box-shadow:none}.btn-cta.ghost:hover{background:var(--hover-tint);border-color:var(--ink-mute)}.hero-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-size:12.5px;color:var(--ink-mute)}.hero-meta .pill-stat{display:inline-flex;align-items:center;gap:6px;font-family:JetBrains Mono;font-size:11.5px}.hero-meta .pill-stat b{color:var(--ink);font-weight:500}.hero-meta .live-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px rgba(75,227,154,.18);animation:live-blink 2.4s ease-in-out infinite}@keyframes live-blink{50%{opacity:.5}}.hero-meta .meta-sep{width:1px;height:12px;background:var(--line)}.hero-composer{width:min(900px,100%);background:var(--glass-strong);backdrop-filter:blur(22px) saturate(1.1);-webkit-backdrop-filter:blur(22px) saturate(1.1);border:1px solid var(--line);border-radius:22px;padding:8px;box-shadow:0 24px 60px -22px rgba(20,60,100,.3),0 8px 22px -8px rgba(20,60,100,.18);margin-top:8px}.hero-composer-inner{background:var(--surface-soft);border-radius:16px;padding:14px 16px 12px;display:flex;flex-direction:column;gap:10px}.hero-composer textarea{width:100%;border:0;outline:0;resize:none;background:transparent;font-family:inherit;font-size:16px;line-height:1.5;color:var(--ink);min-height:56px;max-height:160px}.hero-composer textarea::-moz-placeholder{color:var(--textarea-placeholder)}.hero-composer textarea::placeholder{color:var(--textarea-placeholder)}.hero-composer-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hero-composer-tabs{display:flex;gap:4px;padding:3px;background:var(--hover-tint);border-radius:999px}.hero-composer-tabs button{padding:7px 14px;border-radius:999px;border:0;background:transparent;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--ink-soft);cursor:pointer;display:inline-flex;align-items:center;gap:7px}.hero-composer-tabs button:hover{color:var(--ink)}.hero-composer-tabs button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 3px rgba(0,0,0,.08)}.hero-composer-tabs button svg{width:13px;height:13px}.hero-composer-side{display:flex;align-items:center;gap:8px}.hero-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--ink-soft);font-size:12.5px;font-weight:500;cursor:default}.hero-chip .sw{width:8px;height:8px;border-radius:50%}.hero-send{width:42px;height:42px;border-radius:50%;border:0;cursor:pointer;background:var(--pill-bg);color:var(--pill-fg);display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--send-shadow)}.hero-send:hover{background:var(--pill-hover-bg)}.hero-send svg{width:17px;height:17px}.hero-send:disabled{opacity:.55;cursor:not-allowed}.hero-canvas{position:relative;display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:110px;gap:12px;margin-top:10px}.hero-canvas .tile{position:relative;overflow:hidden;border-radius:16px;background:var(--hover-tint);border:1px solid var(--line);box-shadow:0 18px 36px -22px rgba(0,0,0,.3);transform:translateY(0);transition:transform .25s,box-shadow .25s}.hero-canvas .tile:hover{transform:translateY(-3px);box-shadow:0 22px 44px -22px rgba(0,0,0,.42)}.hero-canvas .tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hero-canvas .tile .stamp{position:absolute;left:10px;top:10px;padding:3px 9px;border-radius:999px;background:rgba(8,16,28,.62);color:white;font-family:JetBrains Mono;font-size:10px;font-weight:500;letter-spacing:.04em;backdrop-filter:blur(6px)}.hero-canvas .tile.video:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.32));pointer-events:none}.hero-canvas .tile.video:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-30%,-50%);width:0;height:0;border-color:transparent transparent transparent rgba(255,255,255,.95);border-style:solid;border-width:9px 0 9px 14px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}.hero-canvas .tile.video .play-bg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.92);box-shadow:0 4px 14px rgba(0,0,0,.3)}.hero-canvas .tile.t1,.hero-canvas .tile.t2{grid-column:span 3;grid-row:span 2}.hero-canvas .tile.t3{grid-column:span 2;grid-row:span 1}.hero-canvas .tile.t4{grid-column:span 2;grid-row:span 2}.hero-canvas .tile.t5,.hero-canvas .tile.t6,.hero-canvas .tile.t7{grid-column:span 2;grid-row:span 1}@media (max-width:980px){.hero-canvas{grid-template-columns:repeat(4,1fr);grid-auto-rows:96px}.hero-canvas .tile.t1,.hero-canvas .tile.t2{grid-column:span 4;grid-row:span 2}.hero-canvas .tile.t3,.hero-canvas .tile.t4,.hero-canvas .tile.t5,.hero-canvas .tile.t6,.hero-canvas .tile.t7{grid-column:span 2;grid-row:span 1}.hero-canvas .tile.t4{grid-row:span 2}}.stream-section{padding:48px 0 24px;max-width:none;width:100%;overflow:hidden}.stream-section .stream-head{max-width:1320px;margin:0 auto;padding:0 28px 16px;display:flex;justify-content:space-between;align-items:end;gap:16px;flex-wrap:wrap}.stream-section .stream-head h3{font-family:Inter Tight;font-weight:400;font-size:28px;letter-spacing:-.02em;color:var(--ink);margin:0}.stream-section .stream-head h3 em{font-style:italic;font-weight:300;color:var(--sky-700)}.stream-section .stream-head a{font-size:13px;color:var(--ink-soft);text-decoration:none}.stream-section .stream-head a:hover{color:var(--ink)}.stream-track{display:flex;gap:14px;padding:0 28px;will-change:transform}.stream-track.row-a{animation:stream-scroll 60s linear infinite}.stream-track.row-b{animation:stream-scroll-rev 75s linear infinite;margin-top:14px}@keyframes stream-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes stream-scroll-rev{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.stream-tile{position:relative;flex:none;width:220px;height:280px;border-radius:14px;overflow:hidden;background:var(--hover-tint);border:1px solid var(--line);box-shadow:0 12px 24px -16px rgba(0,0,0,.25)}.stream-tile.wide{width:380px}.stream-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.stream-tile .stamp{position:absolute;left:10px;top:10px;padding:3px 8px;border-radius:999px;background:rgba(8,16,28,.62);color:white;font-family:JetBrains Mono;font-size:10px;font-weight:500;backdrop-filter:blur(6px)}.stream-tile.video:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.94);box-shadow:0 4px 14px rgba(0,0,0,.3);z-index:1}.stream-tile.video:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-30%,-50%);width:0;height:0;border-style:solid;border-width:7px 0 7px 11px;border-color:transparent transparent transparent var(--ink);z-index:2}.cap-pair{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:36px}@media (max-width:880px){.cap-pair{grid-template-columns:1fr}}.cap-card{display:flex;flex-direction:column;min-height:540px;background:var(--surface);border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:transform .2s,border-color .2s,box-shadow .2s}.cap-card:hover{transform:translateY(-3px);border-color:var(--ink-mute);box-shadow:0 22px 44px -24px rgba(0,0,0,.3)}.cap-card .stage{position:relative;height:320px;overflow:hidden;background:linear-gradient(180deg,var(--surface-soft) 0,transparent 100%)}.cap-card.image .stage{background:linear-gradient(135deg,rgba(47,143,208,.12),transparent 60%),var(--surface-soft)}.cap-card.video .stage{background:linear-gradient(135deg,rgba(217,119,87,.12),transparent 60%),var(--surface-soft)}.cap-card .img-fan{position:absolute;inset:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.cap-card .img-fan div{border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--hover-tint)}.cap-card .img-fan div:first-child{grid-column:span 2;grid-row:span 2}.cap-card .img-fan div:nth-child(2),.cap-card .img-fan div:nth-child(3){grid-column:span 1;grid-row:span 1}.cap-card .img-fan img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.cap-card .video-stage{position:absolute;inset:24px;border-radius:14px;overflow:hidden;border:1px solid var(--line);background:var(--hover-tint)}.cap-card .video-stage img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.cap-card .video-stage .play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.96);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(0,0,0,.35)}.cap-card .video-stage .play:after{content:"";width:0;height:0;border-style:solid;border-width:9px 0 9px 14px;border-color:transparent transparent transparent var(--ink);margin-left:3px}.cap-card .video-stage .timeline{position:absolute;left:14px;right:14px;bottom:14px;height:4px;border-radius:999px;background:rgba(255,255,255,.35);backdrop-filter:blur(2px);overflow:hidden}.cap-card .video-stage .timeline span{display:block;height:100%;width:38%;background:white;border-radius:999px}.cap-card .body{padding:26px 28px 28px;display:flex;flex-direction:column;gap:8px;flex:1}.cap-card .tag{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--hover-tint);color:var(--ink-soft);font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.cap-card .tag .dot{width:7px;height:7px;border-radius:50%}.cap-card.image .tag .dot{background:var(--sky-500)}.cap-card.video .tag .dot{background:#d97757}.cap-card h4{margin:4px 0;font-family:Inter Tight;font-weight:400;font-size:30px;letter-spacing:-.025em;color:var(--ink);line-height:1.1}.cap-card h4 em{font-style:italic;font-weight:300;color:var(--sky-700)}.cap-card p{margin:0;font-size:15px;line-height:1.55;color:var(--ink-soft);max-width:50ch}.cap-card .feature-bullets{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.cap-card .feature-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;color:var(--ink)}.cap-card .feature-bullets li svg{width:14px;height:14px;flex:none;color:var(--green);margin-top:4px}.cap-card .row-models{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.cap-card .row-models span{font-family:JetBrains Mono;font-size:11px;font-weight:500;padding:4px 9px;border-radius:999px;background:var(--hover-tint);color:var(--ink-soft)}.cap-card .arrow{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:10px 16px;border-radius:12px;font-size:13.5px;font-weight:600;color:var(--ink);text-decoration:none;background:var(--hover-tint);width:-moz-fit-content;width:fit-content}.cap-card .arrow:hover{background:var(--ink);color:var(--surface)}.cap-card .arrow svg{width:14px;height:14px;transition:transform .15s}.cap-card .arrow:hover svg{transform:translateX(3px)}.chat-sidekick{margin-top:22px;padding:22px 26px;background:var(--surface);border:1px solid var(--line);border-radius:18px;display:flex;align-items:center;gap:22px}.chat-sidekick .sk-icon{width:52px;height:52px;border-radius:14px;flex:none;background:linear-gradient(135deg,rgba(244,196,48,.2),rgba(244,196,48,.05));display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line)}.chat-sidekick .sk-icon svg{width:22px;height:22px;color:var(--ink)}.chat-sidekick .sk-text{flex:1;min-width:0}.chat-sidekick .sk-text .h{font-family:Inter Tight;font-weight:500;font-size:17px;color:var(--ink);margin:0 0 4px}.chat-sidekick .sk-text .h em{font-style:italic;font-weight:300;color:var(--sky-700)}.chat-sidekick .sk-text p{margin:0;font-size:13.5px;color:var(--ink-soft);line-height:1.45}.chat-sidekick .arrow{flex:none;display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--ink);text-decoration:none;background:var(--hover-tint)}.chat-sidekick .arrow:hover{background:var(--ink);color:var(--surface)}.chat-sidekick .arrow svg{width:13px;height:13px}@media (max-width:720px){.chat-sidekick{flex-direction:column;align-items:flex-start;gap:12px}}.models-grouped{display:grid;gap:22px;margin-top:36px}.models-group{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px 24px}.models-group .head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.models-group .head .badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.models-group .head .badge .dot{width:7px;height:7px;border-radius:50%}.models-group.image .head .badge{background:rgba(47,143,208,.14);color:var(--sky-700)}.models-group.image .head .badge .dot{background:var(--sky-500)}.models-group.video .head .badge{background:rgba(217,119,87,.14);color:#b35a3e}.models-group.video .head .badge .dot{background:#d97757}.models-group.chat .head .badge{background:rgba(244,196,48,.18);color:#8a6608}.models-group.chat .head .badge .dot{background:var(--pollen-deep)}[data-theme=dark] .models-group.image .head .badge{color:#a4cdf0}[data-theme=dark] .models-group.video .head .badge{color:#e9b29a}[data-theme=dark] .models-group.chat .head .badge{color:#ffd76b}.models-group .head h5{font-family:Inter Tight;font-weight:500;font-size:16px;letter-spacing:-.01em;color:var(--ink);margin:0}.models-group .head .count{font-family:JetBrains Mono;font-size:11px;color:var(--ink-mute)}.models-strip{display:flex;flex-wrap:wrap;gap:8px}.models-strip .chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--hover-tint);border:1px solid transparent;font-size:13px;color:var(--ink);font-weight:500}.models-strip .chip .sw{width:10px;height:10px;border-radius:50%}.numbers{display:flex;gap:36px;flex-wrap:wrap;margin-top:36px}.num-card{display:flex;flex-direction:column;gap:4px}.num-card .v{font-family:Inter Tight;font-weight:400;font-size:48px;letter-spacing:-.03em;color:var(--ink);line-height:1}.num-card .v em{font-style:italic;font-weight:300;color:var(--sky-700);font-size:32px}.num-card .l{font-size:12px;color:var(--ink-mute);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}@media (max-width:880px){.price-grid{grid-template-columns:1fr}}.price-card{display:flex;flex-direction:column;padding:28px 26px;background:var(--surface);border:1px solid var(--line);border-radius:22px;transition:transform .18s,border-color .18s,box-shadow .18s}.price-card:hover{transform:translateY(-2px)}.price-card.featured{border:1px solid transparent;background:linear-gradient(var(--surface),var(--surface)) padding-box,linear-gradient(135deg,var(--pollen) 0,var(--pollen-deep) 60%,var(--sky-500) 130%) border-box;box-shadow:0 28px 60px -28px rgba(244,196,48,.45);position:relative}.price-card.featured:before{content:attr(data-popular);position:absolute;top:16px;right:16px;padding:3px 10px;border-radius:999px;background:var(--pollen);color:#1a1208;font-size:11px;font-weight:700;letter-spacing:.06em}.price-card .nm{font-weight:500;font-size:18px;letter-spacing:-.01em}.price-card .nm,.price-card .pr{font-family:Inter Tight;color:var(--ink)}.price-card .pr{font-weight:400;font-size:52px;letter-spacing:-.03em;line-height:1;margin:16px 0 4px}.price-card .pr small{font-size:14px;color:var(--ink-mute);font-weight:400;letter-spacing:0}.price-card .desc{font-size:13.5px;color:var(--ink-soft);margin:6px 0 18px;line-height:1.5}.price-card ul{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:10px}.price-card li{display:flex;align-items:flex-start;gap:9px;font-size:13.5px;color:var(--ink);line-height:1.45}.price-card li svg{width:14px;height:14px;flex:none;color:var(--green);margin-top:3px}.price-card .cta{margin-top:auto;display:inline-flex;justify-content:center;align-items:center;gap:6px;padding:12px 18px;border-radius:12px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;border:0;background:var(--hover-tint);color:var(--ink);transition:background .15s,transform .1s}.price-card.featured .cta{background:var(--pill-bg);color:var(--pill-fg);box-shadow:var(--send-shadow)}.price-card .cta:hover{transform:translateY(-1px)}.cta-strip{width:calc(100% - 56px);max-width:1320px;margin:60px auto;position:relative;overflow:hidden;border-radius:28px;padding:60px 52px;background:radial-gradient(circle at 80% 25%,rgba(244,196,48,.3),transparent 50%),radial-gradient(circle at 12% 80%,rgba(47,143,208,.22),transparent 55%),var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:36px;flex-wrap:wrap}.cta-strip .lhs{max-width:56ch}.cta-strip h3{font-family:Inter Tight;font-weight:400;font-size:clamp(28px,3.4vw,46px);letter-spacing:-.025em;line-height:1.05;color:var(--ink);margin:0 0 12px;text-wrap:balance}.cta-strip h3 em{font-style:italic;font-weight:300;color:var(--sky-700)}.cta-strip p{margin:0;font-size:16px;line-height:1.55;color:var(--ink-soft);max-width:50ch}.cta-strip .pollen-orbit{position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.85),var(--pollen) 35%,var(--pollen-deep) 75%);filter:blur(2px);opacity:.55;pointer-events:none}.home-foot{padding:36px 28px 32px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:var(--ink-mute);flex-wrap:wrap;gap:14px;width:100%;max-width:1320px;margin:0 auto}.home-foot .links{display:flex;gap:18px;flex-wrap:wrap}.home-foot a{color:var(--ink-soft);text-decoration:none}.home-foot a:hover{color:var(--ink)}.home-foot .copy{font-family:JetBrains Mono;font-size:11px}@media (max-width:720px){nav.top{grid-template-columns:auto 1fr auto;padding:10px 14px;gap:8px}.nav-center{display:none}.nav-right{gap:6px}.nav-right .seg{display:none}.nav-burger{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:var(--glass-strong);display:inline-flex;align-items:center;justify-content:center;color:var(--ink);cursor:pointer;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.nav-burger svg{width:18px;height:18px}.avatar-btn{width:36px;height:36px}.brand{font-size:16px}.brand svg{width:22px;height:22px}.nav-cta{gap:4px}.nav-cta .ghost-btn{padding:7px 10px;font-size:12.5px}.nav-cta .pill-btn{padding:7px 12px;font-size:12.5px}}.nav-burger{display:none}@media (max-width:720px){.nav-burger{display:inline-flex}}.m-scrim{position:fixed;inset:0;z-index:90;background:rgba(8,16,28,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s}.m-scrim.open{opacity:1;pointer-events:auto}.m-drawer{position:fixed;top:0;right:0;bottom:0;width:min(320px,86vw);z-index:91;background:var(--surface);border-left:1px solid var(--line);box-shadow:-16px 0 40px -12px rgba(0,0,0,.35);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .26s cubic-bezier(.2,.8,.2,1);padding:14px 14px 20px;overflow-y:auto}.m-drawer.open{transform:translateX(0)}.m-drawer .m-head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 14px;border-bottom:1px solid var(--line);margin-bottom:12px}.m-drawer .m-head .m-title{font-family:Inter Tight;font-size:15px;font-weight:600;color:var(--ink)}.m-drawer .m-close{width:36px;height:36px;border-radius:10px;border:0;background:var(--hover-tint);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.m-drawer .m-close svg{width:16px;height:16px}.m-drawer .m-section-label{font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute);font-weight:700;padding:14px 6px 6px}.m-drawer .m-link{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;color:var(--ink);text-decoration:none;font-size:14.5px;font-weight:500;border:0;background:transparent;width:100%;text-align:left;cursor:pointer;font-family:inherit}.m-drawer .m-link.active,.m-drawer .m-link:hover{background:var(--hover-tint)}.m-drawer .m-link.active{color:var(--ink)}.m-drawer .m-link.active:before{content:"";width:3px;height:18px;background:var(--ink);border-radius:2px;margin-right:-3px;margin-left:-9px}[data-theme=dark] .m-drawer .m-link.active:before{background:var(--pollen)}.m-drawer .m-link svg{width:18px;height:18px;color:var(--ink-mute);flex:none}.m-drawer .m-link.active svg{color:var(--ink)}.m-drawer .m-divider{height:1px;background:var(--line);margin:10px 0}.m-drawer .m-pref-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;gap:10px}.m-drawer .m-pref-row .lbl{font-size:13.5px;color:var(--ink);font-weight:500}.m-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:none;padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.m-tabbar-inner{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;width:100%}.m-tabbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:6px 2px 4px;font-size:10.5px;font-weight:600;color:var(--ink-mute);text-decoration:none;border-radius:10px;min-height:48px;transition:color .15s,background .15s}.m-tabbar a svg{width:22px;height:22px}.m-tabbar a.active,.m-tabbar a:hover{color:var(--ink)}[data-theme=dark] .m-tabbar a.active{color:var(--pollen)}.m-tabbar a.active .lbl{font-weight:700}@media (max-width:720px){.m-tabbar{display:block}body{padding-bottom:64px}body.chat{padding-bottom:0}.lightbox{padding-bottom:80px}.section{padding:56px 18px}.section.lead{padding-top:18px;padding-bottom:36px}.hero{padding:16px 18px 24px;gap:18px}.hero h1{font-size:clamp(38px,12vw,56px);margin:12px 0 10px;max-width:100%}.hero .lede{font-size:15px;margin-bottom:22px}.hero-eyebrow{font-size:10.5px;padding:5px 12px 5px 6px}.hero-cta-row{gap:8px}.btn-cta{padding:12px 18px;font-size:14px}.hero-meta{gap:10px;font-size:11.5px}.hero-meta .meta-sep{display:none}.hero-composer{width:100%;padding:6px;border-radius:18px}.hero-composer-inner{padding:12px 14px 10px;gap:8px}.hero-composer textarea{font-size:15px;min-height:48px}.hero-composer-row{gap:8px}.hero-composer-tabs{width:100%;justify-content:stretch}.hero-composer-tabs button{flex:1;padding:8px 6px;font-size:12px}.hero-composer-tabs button svg{width:12px;height:12px}.hero-composer-side{width:100%;justify-content:space-between}.hero-canvas{grid-template-columns:repeat(2,1fr);grid-auto-rows:90px;gap:8px}.hero-canvas .tile.t1,.hero-canvas .tile.t2{grid-column:span 2;grid-row:span 2}.hero-canvas .tile.t3,.hero-canvas .tile.t4,.hero-canvas .tile.t5,.hero-canvas .tile.t6,.hero-canvas .tile.t7{grid-column:span 1;grid-row:span 1}.hero-canvas .tile.t4{grid-row:span 1}.hero-chat .body .bubble{max-width:88%;font-size:13px}.hero-chat .head .ti{font-size:12.5px}.heading{font-size:clamp(28px,8vw,38px)}.lede{font-size:15px}.cap-pair{gap:14px;margin-top:22px}.cap-card{min-height:0;border-radius:18px}.cap-card .stage{height:220px}.cap-card .img-fan{inset:14px;gap:6px}.cap-card .video-stage{inset:14px}.cap-card .body{padding:18px 18px 20px}.cap-card h4{font-size:24px}.cap-card p{font-size:14px}.cap-card .feature-bullets li{font-size:13px}.chat-sidekick{padding:16px 18px;gap:14px;flex-direction:column;align-items:flex-start}.chat-sidekick .sk-icon{width:44px;height:44px}.chat-sidekick .sk-text .h{font-size:16px}.models-group{padding:16px;border-radius:14px}.models-group .head h5{font-size:15px}.models-strip .chip{font-size:12px;padding:6px 10px}.numbers{gap:18px}.num-card .v{font-size:36px}.price-grid{gap:12px;margin-top:24px}.price-card{padding:22px 20px;border-radius:18px}.price-card .pr{font-size:40px}.cta-strip{margin:36px 18px;padding:36px 24px;border-radius:22px;width:calc(100% - 36px)}.cta-strip .pollen-orbit{width:200px;height:200px;top:-60px;right:-60px}.home-foot{flex-direction:column;align-items:flex-start;gap:10px;padding:28px 18px}.stream-section{padding:36px 0 20px}.stream-section .stream-head{padding:0 18px 12px}.stream-section .stream-head h3{font-size:22px}.stream-tile{width:160px;height:200px}.stream-tile.wide{width:260px}.stream-track{padding:0 18px}.hero-wrap{grid-template-columns:1fr!important}.cap-card img,.cap-card video,.cap-mini-video,.cap-mini-video img{max-width:100%!important;height:auto;display:block}.gallery{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-auto-rows:auto!important;gap:8px!important}.gallery .g-tile{width:100%!important;height:auto!important;aspect-ratio:1/1!important;grid-column:span 1!important;grid-row:span 1!important;border-radius:12px;overflow:hidden}.gallery .g-tile img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.gallery .g-tile:first-child{grid-column:span 2!important;aspect-ratio:16/10!important}.chat-shell{grid-template-columns:1fr;padding:0}.chat-side{display:none}.chat-main{border-radius:0;border-left:0;border-right:0;height:calc(100vh - 60px - 64px)}.thread-head{padding:10px 14px;gap:8px}.thread-head .ti{font-size:14px}.thread-head .actions{gap:2px}.thread-head .actions .icon-btn{width:32px;height:32px}.thread-head .model-chip{padding:4px 9px;font-size:11.5px}.thread{padding:16px 0 12px}.thread-inner{padding:0 14px;gap:14px;max-width:100%}.msg .avatar{width:28px;height:28px}.msg .content{font-size:14.5px}.msg-attach .att-img{width:140px;height:100px}.chat-dock{padding:8px 12px 10px}.chat-composer{border-radius:16px;padding:6px 6px 6px 12px}.chat-composer textarea{font-size:16px;padding:8px 4px;min-height:36px}.chat-composer .send{width:36px;height:36px}.chat-composer .att-thumb{width:56px;height:56px}.chat-composer .ce-meta{font-size:10px;padding:2px 4px 0}.welcome{padding:24px 16px;gap:14px}.welcome h2{font-size:26px}.welcome .pellet{width:48px;height:48px}.suggestions{grid-template-columns:1fr;gap:8px;max-width:100%}.suggest{padding:12px 14px}}.chat-history-drawer{position:fixed;top:0;left:0;bottom:0;z-index:91;width:min(320px,88vw);background:var(--surface);border-right:1px solid var(--line);box-shadow:16px 0 40px -12px rgba(0,0,0,.35);transform:translateX(-100%);transition:transform .26s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;padding:12px 12px 14px;overflow:hidden}.chat-history-drawer.open{transform:translateX(0)}.chat-history-drawer .ch-head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 10px}.chat-history-drawer .ch-head .h{font-family:Inter Tight;font-size:15px;font-weight:600;color:var(--ink)}.chat-history-drawer .ch-close{width:34px;height:34px;border-radius:10px;border:0;background:var(--hover-tint);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.chat-history-drawer .ch-close svg{width:14px;height:14px}.chat-history-toggle{display:none}@media (max-width:720px){.chat-history-toggle{display:inline-flex}.welcome-history-toggle{position:absolute;top:14px;left:14px;z-index:2}.create-shell{padding:0 14px 18px;gap:12px}.gallery-head{padding:4px 2px 6px;gap:8px}.gallery-title{font-size:18px}.gallery-title b{font-size:12px}.create-dock{padding:12px 0 10px;bottom:64px}.composer{border-radius:16px;padding:6px}.composer-inner{padding:12px 12px 10px;gap:10px}.composer textarea{font-size:16px;min-height:50px}.composer-bar{gap:8px}.composer-controls{gap:4px}.ctl{padding:6px 9px;font-size:12px}.ctl .lbl{display:none}.composer-actions{gap:8px}.send-btn{padding:9px 14px;font-size:13.5px}.cost{font-size:11.5px;padding:5px 9px}.frame-strip{flex-wrap:nowrap;overflow-x:auto;padding:8px 10px;gap:10px}.frame-cell{width:110px;flex:0 0 auto}.frame-arrow{min-width:40px;padding-top:16px}.frame-arrow svg{width:36px}.feature-strip{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;-webkit-overflow-scrolling:touch}}@media (max-width:720px){.feature-strip::-webkit-scrollbar{display:none}.feature-strip a,.feature-strip button{white-space:nowrap;flex:none}.menu{width:auto;min-width:0;bottom:calc(100% + 6px)}.menu,.menu.up-right{left:0;right:0}.gallery-rows{gap:6px}.gallery-row{flex-wrap:wrap;gap:6px}.gallery-row .tile{width:calc(50% - 3px)!important;height:auto!important;aspect-ratio:1/1}.tile{border-radius:12px}.tile-overlay{padding:10px}.tile-prompt{font-size:11.5px;margin-bottom:6px}.tile-act{width:30px;height:30px}.tile .meta-chip{padding:3px 7px 3px 5px;font-size:10px}.tile .fav-chip{width:28px;height:28px;opacity:1;transform:none;background:rgba(0,0,0,.42)}.lightbox{padding:12px}.lb-card{grid-template-columns:1fr;grid-template-rows:auto 1fr;max-height:calc(100vh - 24px);border-radius:16px}.lb-media{min-height:240px}.lb-media,.lb-media img,.lb-media video{max-height:50vh}.lb-side{padding:14px;gap:12px}.lb-close{top:12px;right:14px;width:32px;height:32px}.profile-shell{padding:8px 14px 28px;gap:16px}.cover{height:140px;border-radius:16px}.cover .edit-cover{right:10px;top:10px;padding:6px 10px;font-size:11.5px}.identity{grid-template-columns:1fr;gap:10px;padding:0 4px;margin-top:-50px;align-items:stretch}.identity .av-big{width:100px;height:100px;border-width:3px;align-self:flex-start}.identity .id-text{padding-bottom:0}.identity .id-text h1{font-size:22px}.identity .id-text .handle{font-size:13px}.identity .id-text .tagline{font-size:13.5px}.identity .id-actions{width:100%;padding-top:4px;padding-bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.identity .id-actions button{justify-content:center}.bio-block{grid-template-columns:1fr;padding:0 4px;gap:12px}.bio-card{padding:14px 16px;border-radius:14px}.bio-card .bio-text{font-size:14px}.bio-card .meta-row{gap:10px}.bio-card .meta-item{font-size:12.5px}.stats-card{border-radius:14px}.stats-card .stat{padding:12px 6px}.stats-card .stat .num{font-size:18px}.stats-card .stat .lbl{font-size:9.5px;letter-spacing:.06em}.profile-tabs{margin:0 4px;padding:2px}.profile-tabs button{padding:10px;font-size:13px}.works-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 4px}.work-tile{border-radius:12px}.work-tile .work-meta .pr{font-size:11.5px}.work-tile .work-meta .row{font-size:11px}.empty-state{margin:0 4px;padding:36px 16px}.stat-strip{grid-template-columns:1fr 1fr!important;gap:8px}.featured-row{gap:10px}main.chat-shell,main.create-shell,main.profile-shell{padding-left:14px;padding-right:14px}.auth-shell{padding:16px!important}.auth-card{width:100%!important;max-width:100%!important;padding:22px 18px!important;border-radius:16px!important}.auth-card h1{font-size:24px!important}.fs-field{gap:6px}.fs-input,.fs-textarea{font-size:16px!important}.fs-save-row .btn-primary{width:100%}.modal-card{width:calc(100% - 24px)!important;max-width:100%!important;max-height:calc(100vh - 80px)!important;margin:12px!important;padding:18px!important;border-radius:16px!important}.topup-shell{padding:14px!important}.pack-grid{gap:10px!important}.pack-grid,.settings-shell{grid-template-columns:1fr!important}.settings-shell{padding:10px 14px 28px!important;gap:12px!important}.settings-side{position:static!important;height:auto!important;flex-direction:row!important;overflow-x:auto!important;padding:6px!important}.settings-side a{white-space:nowrap;flex:none}input,select,textarea{font-size:16px}.chat-dock,.create-dock{padding-bottom:calc(var(--safe-bottom, 10px) + env(safe-area-inset-bottom))}}html.m-drawer-open,html.m-drawer-open body{overflow:hidden}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fcbcbf{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fcbcbf{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter Tight;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Tight Fallback;src:local("Arial");ascent-override:100.51%;descent-override:25.03%;line-gap-override:0.00%;size-adjust:96.39%}.__className_0fdca1{font-family:Inter Tight,Inter Tight Fallback;font-style:normal}.__variable_0fdca1{--font-display:"Inter Tight","Inter Tight Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_3c557b{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_3c557b{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}