.landing-page{--bg:#08080c;--bg-subtle:#0c0c12;--glass-bg:#ffffff08;--glass-border:#ffffff14;--glass-blur:blur(40px)saturate(150%);--gold:#c8a44e;--gold-rgb:200,164,78;--gold-light:#f2d086;--text-primary:#f2f2f4;--text-secondary:#7c7c88;--text-muted:#787884;--radius-lg:20px;--radius-md:12px;--radius-pill:999px;--font:"JetBrains Mono",monospace;--ease:cubic-bezier(.22,1,.36,1);--container:1200px;--section-pad:clamp(4rem,10vw,8rem);font-family:var(--font);background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6;overflow-x:hidden}.landing-dot-grid{pointer-events:none;z-index:0;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:40px 40px;position:fixed;inset:0}.landing-page .glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);position:relative}.landing-page .glass:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#ffffff1f,#ffffff05 40%,#0000 60%);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5{letter-spacing:-.03em;line-height:1.1}.landing-page .section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:16px;font-size:11px;font-weight:700;display:inline-block}.landing-page .section-title{margin-bottom:24px;font-size:clamp(1.75rem,4vw,3rem);font-weight:800}.landing-page .gold-text{background:linear-gradient(135deg,var(--gold),var(--gold-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-page .l-container{max-width:var(--container);margin:0 auto;padding:0 24px}.landing-page section{padding:var(--section-pad)0;position:relative}.landing-page .l-btn{font-family:var(--font);border-radius:var(--radius-pill);cursor:pointer;transition:all .3s var(--ease);white-space:nowrap;border:none;justify-content:center;align-items:center;padding:14px 28px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.landing-page .l-btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:#0a0a0a;box-shadow:0 0 24px rgba(var(--gold-rgb),.25),0 0 80px rgba(var(--gold-rgb),.08)}.landing-page .l-btn-secondary{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);color:var(--text-primary);border:1px solid var(--glass-border)}@media (hover:hover){.landing-page .l-btn-primary:hover{box-shadow:0 0 32px rgba(var(--gold-rgb),.4),0 0 100px rgba(var(--gold-rgb),.15);transform:translateY(-2px)}.landing-page .l-btn-secondary:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-2px)}}.landing-hero{text-align:center;justify-content:center;align-items:center;min-height:100svh;padding-top:64px;display:flex;position:relative;overflow:hidden}.landing-hero .orb{filter:blur(120px);pointer-events:none;will-change:transform;border-radius:50%;position:absolute}.landing-hero .orb-gold{background:rgba(var(--gold-rgb),.15);width:600px;height:600px;animation:20s ease-in-out infinite landing-orbDrift1;top:20%;left:30%}.landing-hero .orb-violet{background:#8b5cf61a;width:500px;height:500px;animation:25s ease-in-out infinite landing-orbDrift2;top:40%;right:20%}.landing-hero .orb-cyan{background:#06b6d40f;width:400px;height:400px;animation:22s ease-in-out infinite landing-orbDrift3;bottom:20%;left:50%}@keyframes landing-orbDrift1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,-40px)scale(1.1)}66%{transform:translate(-40px,30px)scale(.9)}}@keyframes landing-orbDrift2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-50px,50px)scale(1.05)}66%{transform:translate(30px,-20px)scale(.95)}}@keyframes landing-orbDrift3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(40px,-30px)scale(1.08)}}.landing-hero .hero-content{z-index:1;max-width:800px;padding:0 24px;position:relative}.landing-hero .hero-badge{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-pill);color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:8px;margin-bottom:32px;padding:6px 16px;font-size:12px;font-weight:500;display:inline-flex}.landing-hero .hero-badge-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite landing-pulse}@keyframes landing-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.landing-hero h1{letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(2.5rem,7vw,5.5rem);font-weight:800;line-height:1.05}.landing-hero .hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 40px;font-size:clamp(.875rem,2vw,1.125rem);font-weight:300;line-height:1.7}.landing-hero .hero-btns{flex-direction:column;align-items:center;gap:12px;display:flex}.landing-hero .float-snippet{color:var(--text-muted);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(20px);white-space:nowrap;background:#ffffff05;border:1px solid #ffffff0d;padding:12px 16px;font-size:11px;display:none;position:absolute}.landing-hero .float-1{animation:6s ease-in-out infinite landing-floatY;top:25%;left:5%}.landing-hero .float-2{animation:8s ease-in-out 1s infinite landing-floatY;top:60%;right:4%}.landing-hero .float-3{animation:7s ease-in-out 2s infinite landing-floatY;bottom:18%;left:8%}@keyframes landing-floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media (min-width:1024px){.landing-hero .hero-btns{flex-direction:row;justify-content:center}.landing-hero .float-snippet{display:block}}@media (max-width:767px){.landing-hero .hero-btns .l-btn{width:100%;max-width:320px}}.landing-features{background:var(--bg-subtle)}.landing-page .bento-grid{grid-template-columns:1fr;gap:16px;display:grid}.landing-page .bento-card{transition:all .4s var(--ease);padding:clamp(24px,4vw,40px);position:relative;overflow:hidden}.landing-page .bento-card .card-icon{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex}.landing-page .bento-card h3{margin-bottom:12px;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:700}.landing-page .bento-card p{color:var(--text-secondary);font-size:14px;line-height:1.7}.landing-page .bento-tags{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.landing-page .bento-tag{border-radius:var(--radius-pill);color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff0f;padding:4px 10px;font-size:10px}.landing-page .bento-card.purple{background:#8b5cf60a}.landing-page .bento-card.purple .card-icon{color:#a78bfa;background:#8b5cf626}.landing-page .bento-card.blue{background:#3b82f60a}.landing-page .bento-card.blue .card-icon{color:#60a5fa;background:#3b82f626}.landing-page .bento-card.orange{background:#f973160a}.landing-page .bento-card.orange .card-icon{color:#fb923c;background:#f9731626}.landing-page .bento-card.emerald{background:#34d3990a}.landing-page .bento-card.emerald .card-icon{color:#34d399;background:#34d39926}.landing-page .terminal-block{background:#0006;border:1px solid #ffffff0a;border-radius:8px;margin-top:20px;padding:16px;font-size:12px;line-height:1.8}.landing-page .terminal-block .terminal-dots{gap:6px;margin-bottom:12px;display:flex}.landing-page .terminal-block .terminal-dots span{border-radius:50%;width:8px;height:8px}.landing-page .terminal-block .terminal-dots .d-r{background:#ff5f56}.landing-page .terminal-block .terminal-dots .d-y{background:#ffbd2e}.landing-page .terminal-block .terminal-dots .d-g{background:#27c93f}.landing-page .terminal-line-code{color:var(--text-muted);white-space:nowrap;min-height:1.8em}.landing-page .terminal-line-code .cmd{color:var(--gold)}.landing-page .terminal-line-code .str{color:#34d399}.landing-page .terminal-line-code .key{color:#7c7c88}.landing-page .terminal-line-code .terminal-placeholder{visibility:hidden}.landing-page .terminal-block .terminal-cursor{background:var(--gold);vertical-align:middle;width:7px;height:14px;margin-left:2px;animation:.7s step-end infinite landing-cursorBlink;display:inline-block}@keyframes landing-cursorBlink{0%,to{opacity:1}50%{opacity:0}}@media (hover:hover){.landing-page .bento-card:hover{border-color:#ffffff1f;transform:translateY(-4px);box-shadow:0 20px 60px #0000004d}}@media (min-width:768px){.landing-page .bento-grid{grid-template-columns:repeat(12,1fr)}.landing-page .bento-card:first-child{grid-column:span 7}.landing-page .bento-card:nth-child(2),.landing-page .bento-card:nth-child(3){grid-column:span 5}.landing-page .bento-card:nth-child(4){grid-column:span 7}}.landing-page .steps-row{grid-template-columns:1fr;gap:32px;display:grid;position:relative}.landing-page .step{text-align:center;position:relative}.landing-page .step-circle{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:20px;font-weight:800;display:flex;position:relative}.landing-page .step-circle:before{content:"";-webkit-mask-composite:xor;opacity:.15;transition:opacity .6s var(--ease);border-radius:50%;padding:3px;position:absolute;inset:-3px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.landing-page .step-circle.active:before{opacity:1;animation:2.5s linear infinite landing-spinRing}.landing-page .step-circle.active{animation:landing-circleGlow .6s var(--ease)forwards}@keyframes landing-spinRing{to{transform:rotate(360deg)}}@keyframes landing-circleGlow{0%{box-shadow:none}50%{box-shadow:0 0 24px #ffffff26}to{box-shadow:0 0 12px #ffffff0d}}.landing-page .step:first-child .step-circle{background:rgba(var(--gold-rgb),.05);color:var(--gold);transition:background .5s}.landing-page .step:first-child .step-circle:before{background:conic-gradient(var(--gold),transparent 40%,var(--gold))}.landing-page .step:first-child .step-circle.active{background:rgba(var(--gold-rgb),.12)}.landing-page .step:nth-child(2) .step-circle{color:#a78bfa;background:#8b5cf60d;transition:background .5s}.landing-page .step:nth-child(2) .step-circle:before{background:conic-gradient(#8b5cf6,#0000 40%,#8b5cf6)}.landing-page .step:nth-child(2) .step-circle.active{background:#8b5cf61f}.landing-page .step:nth-child(3) .step-circle{color:#22d3ee;background:#06b6d40d;transition:background .5s}.landing-page .step:nth-child(3) .step-circle:before{background:conic-gradient(#06b6d4,#0000 40%,#06b6d4)}.landing-page .step:nth-child(3) .step-circle.active{background:#06b6d41f}.landing-page .step h3{margin-bottom:12px;font-size:18px;font-weight:700}.landing-page .step p{color:var(--text-secondary);max-width:300px;margin:0 auto;font-size:14px}.landing-page .steps-line{pointer-events:none;z-index:0;border-radius:1px;height:2px;display:none;position:absolute;top:40px;left:16.66%;right:16.66%;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 42%,#0000 48% 52%,#000 58% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 42%,#0000 48% 52%,#000 58% 92%,#0000 100%)}.landing-page .steps-line-track{background:#ffffff0a;border-radius:1px;position:absolute;inset:0}.landing-page .steps-line-fill{background:linear-gradient(90deg,var(--gold),#8b5cf6 50%,#06b6d4);clip-path:inset(0 100% 0 0);border-radius:1px;transition:clip-path .5s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.landing-page .steps-line-fill:after{content:"";pointer-events:none;background:radial-gradient(at 100%,#ffffff59,#0000);width:30px;height:8px;position:absolute;top:-3px;right:0}@media (min-width:768px){.landing-page .steps-row{grid-template-columns:repeat(3,1fr)}.landing-page .steps-line{display:block}}@media (max-width:767px){.landing-page .steps-row{padding-left:48px;position:relative}.landing-page .step{text-align:left}.landing-page .step-circle{width:40px;height:40px;margin:0;font-size:14px;position:absolute;left:-48px}.landing-page .steps-line-mobile{z-index:0;width:2px;display:block;position:absolute;top:20px;bottom:20px;left:19px}.landing-page .steps-line-mobile-track{background:#ffffff0a;position:absolute;inset:0}.landing-page .steps-line-mobile-fill{background:linear-gradient(to bottom,var(--gold),#8b5cf6 50%,#06b6d4);clip-path:inset(0 0 100%);transition:clip-path .5s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}}@media (min-width:768px){.landing-page .steps-line-mobile{display:none}}.landing-page .security-grid{grid-template-columns:1fr;gap:32px;display:grid}.landing-page .security-card{border-left:3px solid #0000;padding:28px}.landing-page .security-card.safe{border-left-color:#22c55e}.landing-page .security-card.blocked{border-left-color:#ef4444}.landing-page .security-card-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:20px;font-size:13px;font-weight:700}.landing-page .data-item{border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;padding:12px 0;font-size:13px;display:flex}.landing-page .data-item:last-child{border-bottom:none}.landing-page .badge{border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700}.landing-page .badge-ok,.landing-page .badge-safe{color:#22c55e;background:#22c55e1f}.landing-page .badge-null,.landing-page .badge-blocked{color:#ef4444;background:#ef44441f}.landing-page .security-text{flex-direction:column;justify-content:center;gap:20px;display:flex}.landing-page .security-text>p{color:var(--text-secondary);font-size:14px;line-height:1.7}.landing-page .proof-item-hero{border-radius:var(--radius-md);background:linear-gradient(135deg,rgba(var(--gold-rgb),.08),#8b5cf60f);border:1px solid rgba(var(--gold-rgb),.2);padding:28px;position:relative;overflow:hidden}.landing-page .proof-item-hero:before{content:"";background:radial-gradient(circle,rgba(var(--gold-rgb),.15),transparent 70%);pointer-events:none;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.landing-page .proof-item-hero .proof-icon{background:rgba(var(--gold-rgb),.12);width:44px;height:44px;color:var(--gold);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.landing-page .proof-item-hero strong{color:var(--gold);letter-spacing:.02em;margin-bottom:8px;font-size:16px;display:block}.landing-page .proof-item-hero p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.6}.landing-page .proof-item{border-radius:var(--radius-md);color:var(--text-secondary);background:#ef44440a;border:1px solid #ef44441a;align-items:flex-start;gap:16px;padding:20px 24px;font-size:13px;display:flex}.landing-page .proof-item .proof-icon{color:#ef4444;background:#ef44441a;border-radius:10px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex}.landing-page .proof-item strong{color:var(--text-primary);margin-bottom:4px;font-size:14px;display:block}.landing-page .security-footnote{color:var(--text-muted);border-top:1px solid #ffffff0a;padding-top:4px;font-size:12px;line-height:1.6}@media (min-width:768px){.landing-page .security-grid{grid-template-columns:1fr 1fr}}.landing-sms{text-align:center}.landing-page .sms-tabs{justify-content:center;gap:8px;margin-bottom:32px;display:flex}.landing-page .sms-tab{font-family:var(--font);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-pill);border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);color:var(--text-secondary);cursor:pointer;transition:all .3s var(--ease);padding:8px 20px;font-size:12px;font-weight:700}.landing-page .sms-tab.active{border-color:var(--gold);color:var(--gold);background:rgba(var(--gold-rgb),.08)}@media (hover:hover){.landing-page .sms-tab:not(.active):hover{color:var(--text-primary);background:#ffffff0f;border-color:#ffffff26}}.landing-page .sms-grid{grid-template-columns:1fr;gap:32px;max-width:900px;margin:0 auto;display:grid}@media (min-width:768px){.landing-page .sms-grid{grid-template-columns:1fr 1fr;gap:40px}}.landing-page .sms-phone{border-radius:24px;flex-direction:column;padding:20px;display:flex;position:relative;overflow:hidden}.landing-page .sms-phone.bad{background:linear-gradient(135deg,#ef44440f,#ef444405);border:1px solid #ef444426}.landing-page .sms-phone.good{background:linear-gradient(135deg,#22c55e0f,#22c55e05);border:1px solid #22c55e26}.landing-page .sms-phone-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:16px;display:flex}.landing-page .sms-phone-avatar{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.landing-page .sms-phone.bad .sms-phone-avatar{color:#ef4444;background:#ef444426}.landing-page .sms-phone.good .sms-phone-avatar{color:#22c55e;background:#22c55e26}.landing-page .sms-phone-name{color:var(--text-primary);font-size:13px;font-weight:600}.landing-page .sms-phone-sub{color:var(--text-muted);font-size:11px}.landing-page .sms-chat{flex-direction:column;flex:1;gap:10px;display:flex}.landing-page .sms-bubble{opacity:0;border-radius:16px;max-width:85%;padding:10px 14px;font-size:13px;line-height:1.5;transition:opacity .3s,transform .3s;transform:translateY(8px)}.landing-page .sms-bubble.visible{opacity:1;transform:translateY(0)}.landing-page .sms-bubble.incoming{color:var(--text-primary);background:#ffffff0f;border-bottom-left-radius:4px;align-self:flex-start}.landing-page .sms-bubble.outgoing{color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.landing-page .sms-phone.bad .sms-bubble.outgoing{background:#ef444433}.landing-page .sms-phone.good .sms-bubble.outgoing{background:#22c55e2e}.landing-page .sms-bubble .card-number{letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-weight:600}.landing-page .sms-bubble .sn-link{color:var(--gold);word-break:break-all;font-family:JetBrains Mono,monospace;font-size:12px}.landing-page .sms-bubble .sn-burn{color:#ef4444;opacity:.8;margin-top:6px;font-size:11px;display:inline-block}.landing-page .sms-verdict{opacity:0;border-radius:12px;align-items:center;gap:10px;margin-top:16px;padding:14px 20px;font-size:13px;font-weight:600;transition:opacity .4s,transform .4s;display:flex;transform:translateY(8px)}.landing-page .sms-verdict.visible{opacity:1;transform:translateY(0)}.landing-page .sms-verdict.bad{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.landing-page .sms-verdict.good{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33}.landing-page .sms-verdict-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.landing-page .sms-verdict.bad .sms-verdict-icon{background:#ef444433}.landing-page .sms-verdict.good .sms-verdict-icon{background:#22c55e33}.landing-page .comparison-desktop{border-radius:var(--radius-lg);border:1px solid var(--glass-border);overflow-x:auto}.landing-page .comparison-desktop table{border-collapse:collapse;width:100%;min-width:700px;font-size:13px}.landing-page .comparison-desktop th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);border-bottom:1px solid var(--glass-border);background:#ffffff05;padding:16px 20px;font-size:11px;font-weight:600}.landing-page .comparison-desktop th.sn-col{color:var(--gold);background:rgba(var(--gold-rgb),.04);border-top:2px solid var(--gold)}.landing-page .comparison-desktop td{border-bottom:1px solid #ffffff08;padding:14px 20px}.landing-page .comparison-desktop td.sn-col{background:rgba(var(--gold-rgb),.02);font-weight:600}.landing-page .comparison-desktop tr:nth-child(2n) td{background:#ffffff03}.landing-page .comparison-desktop tr:nth-child(2n) td.sn-col{background:rgba(var(--gold-rgb),.03)}.landing-page .check{color:var(--gold)!important}.landing-page .cross{opacity:.7;color:#ef4444!important}.landing-page .partial-text{color:#d4a843;font-size:12px}.landing-page .comparison-mobile{display:none}.landing-page .comp-card{border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden}.landing-page .comp-card-header{background:#ffffff08;border-bottom:1px solid #ffffff0a;padding:16px 20px;font-size:14px;font-weight:700}.landing-page .comp-card-body{padding:12px 20px}.landing-page .comp-row{border-bottom:1px solid #ffffff05;justify-content:space-between;padding:8px 0;font-size:12px;display:flex}.landing-page .comp-row:last-child{border-bottom:none}.landing-page .comp-row .comp-name{color:var(--text-secondary)}.landing-page .table-footnotes{color:var(--text-secondary);margin-top:24px;font-size:12px;line-height:1.6}@media (max-width:767px){.landing-page .comparison-desktop{display:none}.landing-page .comparison-mobile{display:block}}.landing-page .unique-grid{grid-template-columns:1fr;gap:16px;display:grid}.landing-page .unique-card{transition:all .3s var(--ease);padding:clamp(20px,3vw,32px);position:relative;overflow:hidden}.landing-page .unique-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex;position:relative}.landing-page .unique-icon svg{stroke-width:1.5px;fill:none;width:24px;height:24px}.landing-page .unique-card:nth-child(4n+1) .unique-icon{background:rgba(var(--gold-rgb),.1);color:var(--gold)}.landing-page .unique-card:nth-child(4n+2) .unique-icon{color:#f36;background:#ff33661a}.landing-page .unique-card:nth-child(4n+3) .unique-icon{color:#00d4aa;background:#00d4aa1a}.landing-page .unique-card:nth-child(4n+4) .unique-icon{color:#3b82f6;background:#3b82f61a}.landing-page .unique-icon svg{stroke:currentColor}@keyframes landing-iconScan{0%,to{opacity:.3;stroke-dashoffset:0}50%{opacity:1;stroke-dashoffset:4px}}@keyframes landing-iconSplit{0%,to{transform:translate(0)}50%{transform:translate(-2px,-2px)}}@keyframes landing-iconSplitB{0%,to{transform:translate(0)}50%{transform:translate(2px,2px)}}@keyframes landing-iconPulseDouble{0%,to{transform:scale(1)}25%{transform:scale(1.08)}50%{transform:scale(1)}75%{transform:scale(1.05)}}@keyframes landing-iconShake{0%,to{transform:rotate(0)}20%{transform:rotate(-8deg)}40%{transform:rotate(8deg)}60%{transform:rotate(-4deg)}80%{transform:rotate(4deg)}}@keyframes landing-iconFadeOut{0%,30%{opacity:1;transform:translate(0)}60%{opacity:0;transform:translate(4px)}80%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}@keyframes landing-iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes landing-iconBurn{0%,to{filter:brightness();transform:scale(1)rotate(0)}30%{filter:brightness(1.3);transform:scale(1.1)rotate(-3deg)}60%{filter:brightness(1.1);transform:scale(.95)rotate(2deg)}}@keyframes landing-iconGleam{0%,to{filter:brightness()}50%{filter:brightness(1.4)drop-shadow(0 0 4px)}}.landing-page .unique-card:first-child .icon-scan-line{stroke-dasharray:8;animation:2.5s ease-in-out infinite landing-iconScan}.landing-page .unique-card:nth-child(2) .icon-fade:first-child{animation:4s ease-in-out infinite landing-iconSplit}.landing-page .unique-card:nth-child(2) .icon-fade:last-child{animation:4s ease-in-out infinite landing-iconSplitB}.landing-page .unique-card:nth-child(3) .unique-icon svg{animation:3s ease-in-out infinite landing-iconPulseDouble}.landing-page .unique-card:nth-child(4) .unique-icon svg{animation:4s ease-in-out infinite landing-iconShake}.landing-page .unique-card:nth-child(5) .icon-fade{animation:3s ease-in-out infinite landing-iconFadeOut}.landing-page .unique-card:nth-child(6) .unique-icon svg{animation:3s ease-in-out infinite landing-iconFloat}.landing-page .unique-card:nth-child(7) .unique-icon svg{animation:2.5s ease-in-out infinite landing-iconBurn}.landing-page .unique-card:nth-child(8) .unique-icon svg{animation:3s ease-in-out infinite landing-iconGleam}.landing-page .unique-num{opacity:.04;transition:all .3s var(--ease);font-size:clamp(40px,6vw,64px);font-weight:800;line-height:1;position:absolute;bottom:8px;right:12px}.landing-page .unique-card h3{margin-bottom:8px;font-size:15px;font-weight:700;transition:color .3s}.landing-page .unique-card p{color:var(--text-secondary);font-size:13px;line-height:1.7}@media (hover:hover){.landing-page .unique-card:hover .unique-num{opacity:.12;color:var(--gold)}.landing-page .unique-card:hover h3{color:var(--gold)}}.landing-page .unique-card:nth-child(4n+1) .unique-num{color:var(--gold)}.landing-page .unique-card:nth-child(4n+2) .unique-num{color:#f36}.landing-page .unique-card:nth-child(4n+3) .unique-num{color:#00d4aa}.landing-page .unique-card:nth-child(4n+4) .unique-num{color:#3b82f6}@media (min-width:768px){.landing-page .unique-grid{grid-template-columns:repeat(2,1fr)}}.landing-cta{text-align:center;position:relative;overflow:hidden}.landing-page .cta-inner{z-index:1;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none;max-width:700px;margin:0 auto;padding:clamp(48px,8vw,80px) clamp(24px,4vw,48px);position:relative}.landing-page .cta-glow{background:radial-gradient(circle,rgba(var(--gold-rgb),.08),transparent 70%);pointer-events:none;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-cta h2{margin-bottom:16px;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.landing-cta .hero-subtitle{color:var(--text-secondary);max-width:600px;margin:16px auto 12px;font-size:clamp(.875rem,2vw,1.125rem);font-weight:300;line-height:1.7}.landing-page .cta-nobody{color:var(--text-secondary);letter-spacing:.01em;margin-bottom:32px;font-size:clamp(.95rem,2vw,1.15rem);font-weight:400}.landing-page .cta-nobody-slot{text-align:center;min-width:140px;color:var(--gold);font-family:JetBrains Mono,Fira Code,monospace;font-weight:600;display:inline-block;position:relative}.landing-page .cta-nobody-slot .char{transition:opacity 50ms;display:inline-block}.landing-page .cta-nobody-slot .char.scramble{opacity:.4;color:var(--text-muted)}.landing-page .cta-nobody-slot .char.resolved{opacity:1;color:var(--gold)}.landing-page .pricing-desktop{border-radius:var(--radius-lg);border:1px solid var(--glass-border);overflow-x:auto}.landing-page .pricing-desktop table{border-collapse:collapse;width:100%;min-width:600px;font-size:13px}.landing-page .pricing-desktop th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);border-bottom:1px solid var(--glass-border);background:#ffffff05;padding:20px;font-size:12px;font-weight:600}.landing-page .pricing-desktop th.prem-col{color:var(--gold);background:rgba(var(--gold-rgb),.04);border-top:2px solid var(--gold)}.landing-page .pricing-desktop td{border-bottom:1px solid #ffffff08;padding:14px 20px}.landing-page .pricing-desktop td.prem-col{background:rgba(var(--gold-rgb),.02)}.landing-page .pricing-mobile{display:none}.landing-page .pricing-card{margin-bottom:16px;padding:32px}.landing-page .pricing-card.premium-card{border-color:var(--gold);box-shadow:0 0 40px rgba(var(--gold-rgb),.1)}.landing-page .tier-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);margin-bottom:8px;font-size:11px;font-weight:700}.landing-page .premium-card .tier-label{color:var(--gold)}.landing-page .tier-price{margin-bottom:24px;font-size:28px;font-weight:800}.landing-page .pricing-features{margin:0;padding:0;list-style:none}.landing-page .pricing-features li{color:var(--text-secondary);border-bottom:1px solid #ffffff08;justify-content:space-between;padding:10px 0;font-size:13px;display:flex}.landing-page .pricing-features li:last-child{border-bottom:none}.landing-page .pricing-features li span:last-child{color:var(--text-primary);font-weight:500}.landing-page .shimmer-badge{background:linear-gradient(90deg,var(--gold),var(--gold-light),var(--gold));-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;padding:4px 12px;font-size:14px;font-weight:700;animation:2s linear infinite landing-shimmer;display:inline-block}@keyframes landing-shimmer{to{background-position:200%}}.landing-page .pricing-note{color:var(--text-muted);text-align:center;margin-top:32px;font-size:12px;line-height:1.7}@media (max-width:767px){.landing-page .pricing-desktop{display:none}.landing-page .pricing-mobile{display:block}}.landing-page .landing-footer{border-top:1px solid #ffffff0a;padding:32px 0}.landing-page .landing-footer-inner{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.landing-page .landing-footer-tagline{color:var(--text-muted);font-size:12px;flex:2!important}.landing-page .landing-footer-status{color:var(--text-muted);justify-content:flex-end;align-items:center;gap:16px;font-size:11px;display:flex}.landing-page .landing-footer-status .status-indicator{align-items:center;gap:6px;display:flex}.landing-page .landing-footer-status .status-dot-g{background:#22c55e;border-radius:50%;width:6px;height:6px}.landing-page .landing-footer-links{border-top:1px solid #ffffff0a;justify-content:center;align-items:center;gap:12px;margin-top:20px;padding-top:20px;display:flex}.landing-page .landing-footer-links a{color:var(--text-muted);font-size:11px;text-decoration:none;transition:color .3s}.landing-page .landing-footer-links a:hover{color:var(--gold)}.landing-page .landing-footer-sep{background:var(--text-muted);opacity:.5;border-radius:50%;width:3px;height:3px}@media (min-width:768px){.landing-page .landing-footer-inner{text-align:center;flex-direction:row;align-items:center}.landing-page .landing-footer-inner>*{flex:1}.landing-page .landing-footer-inner>:first-child{text-align:left}.landing-page .landing-footer-inner>:last-child{text-align:right}}.landing-page .reveal{opacity:0;transition:opacity .7s var(--ease),transform .7s var(--ease);transform:translateY(24px)}.landing-page .reveal.visible{opacity:1;transform:translateY(0)}.landing-page .reveal-delay-1{transition-delay:.1s}.landing-page .reveal-delay-2{transition-delay:.2s}.landing-page .reveal-delay-3{transition-delay:.3s}.landing-page .reveal-delay-4{transition-delay:.4s}@media (max-width:768px){.landing-hero .orb{filter:blur(40px)}.landing-page .glass{-webkit-backdrop-filter:blur(12px)}.landing-hero .hero-badge{-webkit-backdrop-filter:blur(8px)}.landing-hero .orb,.landing-page .unique-card .unique-icon svg,.landing-page .unique-card .icon-scan-line,.landing-page .unique-card .icon-fade{animation-play-state:paused}.landing-page .unique-card.visible .unique-icon svg,.landing-page .unique-card.visible .icon-scan-line,.landing-page .unique-card.visible .icon-fade{animation-play-state:running}.landing-page .terminal-cursor{opacity:1;animation:none}.landing-page .shimmer-badge{background-size:100%;animation:none}.landing-hero .hero-seal-ring{animation:none}}@media (prefers-reduced-motion:reduce){.landing-page *,.landing-page :before,.landing-page :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.landing-page .reveal{opacity:1;transform:none}.landing-page .orb,.landing-page .float-snippet{animation:none}}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_662fefa7-module__3ac2aG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_662fefa7-module__3ac2aG__variable{--font-display:"Inter","Inter Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/04c5164763c40239-s.690580e8.woff2)format("woff2");unicode-range:U+460-52F,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:400;font-display:swap;src:url(../media/26f284dcc38c84c0-s.303a03d6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/7e7f32a39836f228-s.0b4edfe7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/fa39153a3fc630ba-s.bff0868b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6a5386fd6038edbe-s.719084df.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:400;font-display:swap;src:url(../media/051742360c26797e-s.p.102b7f24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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;font-style:normal;font-weight:500;font-display:swap;src:url(../media/04c5164763c40239-s.690580e8.woff2)format("woff2");unicode-range:U+460-52F,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:500;font-display:swap;src:url(../media/26f284dcc38c84c0-s.303a03d6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/7e7f32a39836f228-s.0b4edfe7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/fa39153a3fc630ba-s.bff0868b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6a5386fd6038edbe-s.719084df.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:500;font-display:swap;src:url(../media/051742360c26797e-s.p.102b7f24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:134.59%}.jetbrains_mono_a0a382a6-module__1TmdEW__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_a0a382a6-module__1TmdEW__variable{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}
