.site{overflow-x:hidden}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.btn-red,.btn-ghost{cursor:pointer;height:44px;transition:background .2s, transform .2s var(--expo);border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:0 24px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-hover)}.btn-red:active{transform:scale(.98)}.btn-ghost{background:var(--glass);color:var(--text);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(20px)}.btn-ghost:hover{background:var(--glass-2)}.btn-red:focus-visible,.btn-ghost:focus-visible{outline-offset:2px;outline:2px solid #fff}.btn-red.sm,.btn-ghost.sm{height:36px;padding:0 16px;font-size:13px}.btn-red.lg,.btn-ghost.lg{height:50px;padding:0 30px;font-size:15px}.nav-wrap{z-index:100;pointer-events:none;justify-content:center;display:flex;position:fixed;top:0;left:0;right:0}.page{min-height:100vh}.nav-pill{pointer-events:auto;-webkit-backdrop-filter:blur(26px)saturate(160%);will-change:height, transform;border-radius:0 0 20px 20px;align-items:center;gap:6px;display:flex;box-shadow:inset 0 0 0 .5px #ffffff1a,inset 0 1px #ffffff0f,0 18px 40px -22px #000000e6}.nav-brand{letter-spacing:-.01em;white-space:nowrap;align-items:center;gap:9px;font-size:14.5px;font-weight:600;text-decoration:none;display:flex}.nav-brand b{color:var(--red);font-weight:600}.nav-mark{color:var(--red);flex:none}.nav-div{background:var(--stroke);flex:none;width:.5px;height:20px;margin:0 6px}.nav-links{gap:2px;display:flex}.nav-links a{color:var(--text-2);transition:color .25s var(--expo), background .25s var(--expo);white-space:nowrap;border-radius:999px;padding:8px 14px;font-size:13.5px;text-decoration:none;position:relative}.nav-links a:hover{color:var(--text);background:#ffffff0f}.nav-links a.is-active{color:var(--text)}.nav-dot{background:var(--red);border-radius:50%;width:4px;height:4px;margin-left:-2px;position:absolute;bottom:2px;left:50%}.nav-links a:focus-visible,.nav-brand:focus-visible,.nav-icon:focus-visible,.nav-login:focus-visible{outline:2px solid var(--red);outline-offset:2px}.nav-right{align-items:center;gap:4px;display:flex}.nav-icon{width:36px;height:36px;color:var(--text-2);border-radius:50%;flex:none;place-items:center;transition:color .2s,background .2s;display:grid}.nav-icon svg{width:17px;height:17px}.nav-icon:hover{color:var(--text);background:#ffffff0f}.nav-login{background:var(--red);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;height:38px;padding:0 18px;font-size:13.5px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.nav-login:hover{background:var(--red-hover)}@media (width<=720px){.nav-links,.nav-div{display:none}}.hero{isolation:isolate;text-align:center;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.silk-host{position:absolute;inset:0}.silk-host canvas{width:100%;height:100%;display:block}.hero-scrim{background:#0505066b;position:absolute;inset:0}.hero-fade{z-index:1;background:linear-gradient(180deg, transparent, var(--bg-deep));pointer-events:none;height:140px;position:absolute;bottom:0;left:0;right:0}.hero-inner{z-index:2;max-width:860px;margin:0 auto;padding:clamp(120px,17vh,180px) 20px clamp(110px,16vh,170px);position:relative}.hero-tagline{font-family:var(--mono);letter-spacing:.3em;text-transform:uppercase;color:var(--text-2);font-size:11.5px}.hero-inner h1{letter-spacing:-.035em;margin-top:22px;font-size:clamp(52px,9vw,96px);font-weight:700;line-height:.98}.hero-inner h1 span{color:var(--red)}.hero-lead{color:var(--text-2);margin-top:24px;font-size:17px}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px;display:flex}@media (prefers-reduced-motion:no-preference){.hero-tagline{animation:rise .6s var(--expo) backwards}.hero-inner h1{animation:rise .6s var(--expo) 60ms backwards}.hero-lead{animation:rise .6s var(--expo) .12s backwards}.hero-actions{animation:rise .6s var(--expo) .18s backwards}}.section{max-width:1080px;margin:0 auto;padding:64px clamp(18px,4vw,44px) 0;scroll-margin-top:96px}.section-head{text-align:center;margin-bottom:36px}.section-head h2{letter-spacing:-.03em;font-size:clamp(26px,4vw,34px);font-weight:700}.section-head p{color:var(--text-2);margin-top:8px;font-size:13.5px}.plans{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.plan{border-radius:var(--radius-lg);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(20px);flex-direction:column;padding:24px 22px;transition:background .25s;display:flex}.plan:hover{background:var(--glass-2)}.plan.featured{background:#ff2d550d;box-shadow:inset 0 0 0 1px #ff2d5580}.plan.featured:hover{background:#ff2d5514}.plan-top{justify-content:space-between;align-items:center;display:flex}.plan-name{font-size:14.5px;font-weight:600}.plan-hit{font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;background:var(--red);color:#fff;border-radius:999px;padding:4px 9px;font-size:10.5px;font-weight:600}.plan-price{letter-spacing:-.02em;margin-top:14px;font-size:30px;font-weight:700}.plan ul{flex-direction:column;flex:1;gap:10px;margin:18px 0 22px;list-style:none;display:flex}.plan li{color:var(--text-2);align-items:flex-start;gap:9px;font-size:13px;line-height:1.45;display:flex}.plan li svg{width:14px;height:14px;color:var(--text);flex:none;margin-top:2px}.plan.featured li svg{color:var(--red)}.hwid-card{border-radius:var(--radius-lg);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(20px);justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:18px 20px;display:flex}.hwid-left{align-items:center;gap:14px;display:flex}.hwid-icon{width:40px;height:40px;color:var(--text);background:#ffffff0d;border-radius:12px;flex:none;place-items:center;display:grid}.hwid-icon svg{width:18px;height:18px}.hwid-title{font-size:14px;font-weight:600}.hwid-desc{color:var(--text-3);margin-top:2px;font-size:12px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;display:grid}.feature-card{border-radius:var(--radius-lg);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(20px);padding:24px 22px;transition:background .25s}.feature-card:hover{background:var(--glass-2)}.feature-icon{width:40px;height:40px;color:var(--text);background:#ffffff0d;border-radius:12px;place-items:center;margin-bottom:16px;display:grid}.feature-icon svg{width:18px;height:18px}.feature-card h3{letter-spacing:-.01em;font-size:15px;font-weight:600}.feature-card p{color:var(--text-2);margin-top:7px;font-size:13px;line-height:1.6}.cta-card{text-align:center;background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(20px);border-radius:26px;padding:clamp(38px,6vw,56px) 24px}.cta-card h2{letter-spacing:-.03em;font-size:clamp(24px,4vw,32px);font-weight:700}.cta-card p{color:var(--text-2);margin-top:8px;font-size:13.5px}.cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px;display:flex}.footer{border-top:.5px solid var(--stroke);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:70px;padding:30px clamp(18px,4vw,44px);display:flex}.footer-brand{color:var(--text-2);align-items:center;gap:9px;font-size:13px;display:flex}.footer-brand svg{color:var(--red)}.footer-mid{flex-direction:column;align-items:center;gap:6px;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.footer-links a{color:var(--text-2);font-size:12.5px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--text)}.footer-mail{color:var(--text-3);font-size:11.5px;text-decoration:none;transition:color .2s}.footer-mail:hover{color:var(--text)}.footer-social{gap:6px;display:flex}.footer-social a{width:36px;height:36px;color:var(--text-2);border-radius:50%;place-items:center;transition:color .2s,background .2s;display:grid}.footer-social a:hover{color:var(--text);background:#ffffff0d}.footer-social svg{width:17px;height:17px}.auth-screen{isolation:isolate;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative;overflow:hidden}.auth-bg{z-index:0;position:absolute;inset:0}.auth-scrim{background:radial-gradient(75% 65% at 50% 45%,#0505064d 0%,#050506b8 100%);position:absolute;inset:0}.auth-box{z-index:1;width:100%;max-width:340px;position:relative}.auth-back{color:var(--text-3);align-items:center;gap:6px;margin-bottom:34px;font-size:13px;text-decoration:none;transition:color .2s;display:inline-flex}.auth-back:hover{color:var(--text)}.auth-back svg{width:15px;height:15px}.auth-head{text-align:center;margin-bottom:28px}.auth-head .mark-tile{background:var(--glass);width:64px;height:64px;box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(20px);color:var(--red);border-radius:19px;place-items:center;margin:0 auto 18px;display:grid}.auth-head h1{letter-spacing:-.03em;font-size:24px;font-weight:700}.auth-head h1 span{color:var(--red)}.auth-head p{color:var(--text-2);margin-top:7px;font-size:13px}.wpath{stroke-dasharray:100;stroke-dashoffset:0}@keyframes draw{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@media (prefers-reduced-motion:no-preference){.auth-head .wpath{animation:draw 1.1s var(--expo) .1s backwards}}.auth-form{flex-direction:column;gap:12px;display:flex}.field-card{background:var(--glass);-webkit-backdrop-filter:blur(26px)saturate(150%);box-shadow:0 0 0 .5px var(--stroke) inset;transition:box-shadow .3s var(--expo), background .3s;border-radius:18px;padding:6px}.field-card:focus-within{background:#ffffff12;box-shadow:inset 0 0 0 1px #ff2d5580}.field-card input{width:100%;height:45px;color:var(--text);font-family:var(--font);background:0 0;border:0;padding:0 14px;font-size:14.5px}.field-card input::placeholder{color:var(--text-3)}.field-card input:focus{outline:none}.field-sep{background:var(--stroke);height:.5px;margin:0 14px}.pw-wrap{position:relative}.pw-wrap input{padding-right:46px}.pw-toggle{width:32px;height:32px;color:var(--text-3);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;transition:color .2s;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.pw-toggle:hover{color:var(--text)}.pw-toggle:focus-visible{outline:2px solid var(--red);outline-offset:1px}.pw-toggle svg{width:17px;height:17px}.auth-submit{width:100%;height:46px}.auth-submit:disabled{opacity:.55;cursor:default}.auth-or{color:var(--text-3);font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:12px;font-size:11px;display:flex}.auth-or:before,.auth-or:after{content:"";background:var(--stroke);flex:1;height:.5px}.btn-discord{cursor:pointer;width:100%;height:46px;font-family:var(--font);color:#fff;transition:filter .2s, transform .2s var(--expo), opacity .2s;background:#5865f2;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;font-size:14px;font-weight:600;display:flex}.btn-discord:hover:not(:disabled){filter:brightness(1.1)}.btn-discord:active:not(:disabled){transform:scale(.98)}.btn-discord:disabled{opacity:.6;cursor:default}.btn-discord:focus-visible{outline-offset:2px;outline:2px solid #fff}.btn-discord svg{width:17px;height:17px}.auth-form .error{color:var(--red);text-align:center;font-size:12.5px;line-height:1.5}.auth-foot{text-align:center;border-top:.5px solid var(--stroke);color:var(--text-2);margin-top:22px;padding-top:18px;font-size:13px}.auth-foot a{color:var(--text);text-decoration:none}.auth-foot a:hover{text-decoration:underline}.captcha-row{align-items:stretch;gap:10px;display:flex}.captcha-img{aspect-ratio:220/72;min-width:0;box-shadow:0 0 0 .5px var(--stroke) inset;background:#ffffff0d;border-radius:14px;flex:1;place-items:center;display:grid;overflow:hidden}.captcha-img img{object-fit:cover;width:100%;height:100%;display:block}.captcha-note{color:var(--text-3);font-size:12px}.captcha-refresh{cursor:pointer;background:var(--glass);width:46px;box-shadow:0 0 0 .5px var(--stroke) inset;color:var(--text-2);border:0;border-radius:14px;align-self:stretch;place-items:center;transition:background .2s,color .2s;display:grid}.captcha-refresh:hover:not(:disabled){background:var(--glass-2);color:var(--text)}.captcha-refresh:focus-visible{outline:2px solid var(--red);outline-offset:2px}.captcha-refresh svg{width:17px;height:17px}.cab{isolation:isolate;min-height:100vh;display:flex;position:relative;overflow:hidden}.cab-bg{z-index:0;position:absolute;inset:0}.cab-scrim{background:linear-gradient(180deg, #050506ad 0%, #050506db 60%, var(--bg-deep) 100%);position:absolute;inset:0}.cab-rail{z-index:1;border-right:.5px solid var(--stroke);-webkit-backdrop-filter:blur(24px);background:#0a080973;flex-direction:column;flex:none;align-items:center;gap:6px;width:72px;padding:18px 0 20px;display:flex;position:relative}.cab-logo{width:44px;height:44px;color:var(--red);border-radius:14px;place-items:center;margin-bottom:12px;transition:background .2s;display:grid}.cab-logo:hover{background:#ffffff0d}.cab-rail-spacer{flex:1}.cab-rail-btn{cursor:pointer;width:44px;height:44px;color:var(--text-3);background:0 0;border:0;border-radius:14px;place-items:center;transition:color .2s,background .2s;display:grid}.cab-rail-btn svg{width:19px;height:19px}.cab-rail-btn:hover{color:var(--text);background:#ffffff0d}.cab-rail-btn.active{color:var(--red);background:#ff2d551f}.cab-rail-btn:focus-visible,.cab-logo:focus-visible{outline:2px solid var(--red);outline-offset:2px}.cab-main{z-index:1;flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.cab-top{border-bottom:.5px solid var(--stroke);justify-content:space-between;align-items:flex-end;gap:20px;padding:30px clamp(20px,4vw,44px) 22px;display:flex}.cab-eyebrow{font-family:var(--font);letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:500}.cab-top h1{letter-spacing:-.03em;margin-top:6px;font-size:26px;font-weight:700}.cab-user{align-items:center;gap:11px;display:flex}.cab-user-name{text-align:right;font-size:13.5px;font-weight:600}.cab-user-role{font-family:var(--font);letter-spacing:.05em;color:var(--red);text-align:right;text-transform:uppercase;font-size:11px;font-weight:600}.cab-avatar{width:38px;height:38px;color:var(--red);background:var(--glass-2);box-shadow:0 0 0 .5px var(--stroke) inset;border-radius:50%;place-items:center;font-size:15px;font-weight:600;display:grid}.cab-body{flex:1;padding:26px clamp(20px,4vw,44px) 48px;overflow-y:auto}.cab-loading,.cab-error{color:var(--text-2);align-items:center;gap:14px;padding:40px 0;font-size:14px;display:flex}.cab-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:14px;display:grid}.cab-card{border-radius:var(--radius-lg);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(22px)saturate(150%);flex-direction:column;gap:10px;padding:20px 20px 18px;display:flex}.cab-card.wide{grid-column:1/-1}.cab-card.lic.has{box-shadow:inset 0 0 0 1px #30d15847}.cab-card.lic.none{box-shadow:inset 0 0 0 1px #ff2d554d}.cab-card-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.cab-label{font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600}.cab-pill{font-family:var(--font);letter-spacing:.04em;text-transform:uppercase;color:var(--text-2);white-space:nowrap;background:#ffffff12;border-radius:999px;padding:4px 9px;font-size:10.5px}.cab-pill.ok{color:var(--green);background:#30d15829}.cab-pill.red,.cab-pill.bad{color:var(--red);background:#ff2d5529}.cab-pill.wait{color:#ffd666;background:#ffd66624}.cab-pill.off{color:var(--text-3);background:#ffffff0f}.cab-note{color:var(--text-3);font-size:12px;line-height:1.55}.mono{font-family:var(--mono)}.muted{color:var(--text-3)}.lic-type{letter-spacing:-.02em;text-transform:capitalize;font-size:26px;font-weight:700}.lic-type.muted{color:var(--text-3);font-size:20px;font-weight:600}.lic-meta{color:var(--text-2);font-size:13px}.lic-left{color:var(--text-3);margin-left:6px}.lic-bar{background:#ffffff1a;border-radius:3px;height:3px;overflow:hidden}.lic-bar i{background:var(--green);height:100%;transition:width .6s var(--expo);display:block}.cab-rows{flex-direction:column;gap:0;display:flex}.cab-rows>div{border-top:.5px solid var(--stroke);justify-content:space-between;align-items:center;gap:12px;padding:9px 0;font-size:13px;display:flex}.cab-rows>div:first-child{border-top:0}.cab-rows dt{color:var(--text-2)}.cab-rows dd{color:var(--text);text-align:right;word-break:break-all}.cab-link{color:var(--red);text-decoration:none}.cab-link:hover{text-decoration:underline}.hwid-value{letter-spacing:.06em;color:var(--text);word-break:break-all;font-size:13px}.cab-keyform{gap:8px;display:flex}.cab-keyform input,.store-promo input{min-width:0;height:38px;color:var(--text);font-family:var(--mono);box-shadow:0 0 0 .5px var(--stroke) inset;transition:box-shadow .25s var(--expo), background .25s;background:#ffffff0d;border:0;border-radius:12px;flex:1;padding:0 13px;font-size:13px}.cab-keyform input:focus,.store-promo input:focus{background:#ffffff14;outline:none;box-shadow:inset 0 0 0 1px #ff2d5580}.cab-keyform input::placeholder,.store-promo input::placeholder{color:var(--text-3)}.dl-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.dl-title{margin-bottom:4px;font-size:15px;font-weight:600}.dl-actions{gap:8px;display:flex}.cab-toast{box-shadow:0 0 0 .5px var(--stroke) inset;background:#ffffff0f;border-radius:14px;grid-column:1/-1;padding:12px 16px;font-size:13px}.cab-toast.ok{color:#a9e9c0;background:#30d1581f}.cab-toast.err{color:#ffb3c4;background:#ff2d551f}.store{flex-direction:column;gap:18px;display:flex}.store-promo{border-radius:var(--radius-lg);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;flex-wrap:wrap;align-items:center;gap:12px;padding:14px 16px;display:flex}.store-promo label{font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:600}.store-promo input{max-width:200px}.store-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.store-card{border-radius:var(--radius-lg);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(22px);flex-direction:column;padding:20px;transition:background .25s;display:flex}.store-card:hover{background:var(--glass-2)}.store-card.featured{background:#ff2d550d;box-shadow:inset 0 0 0 1px #ff2d5580}.store-top{justify-content:space-between;align-items:center;display:flex}.store-name{font-size:14.5px;font-weight:600}.store-price{letter-spacing:-.02em;margin-top:10px;font-size:28px;font-weight:700}.store-card ul{flex-direction:column;flex:1;gap:9px;margin:16px 0 18px;list-style:none;display:flex}.store-card li{color:var(--text-2);align-items:flex-start;gap:8px;font-size:12.5px;line-height:1.45;display:flex}.store-card li svg{width:13px;height:13px;color:var(--text);flex:none;margin-top:2px}.store-card.featured li svg{color:var(--red)}.store-foot{text-align:center}.tickets{grid-template-columns:minmax(260px,340px) 1fr;align-items:start;gap:14px;display:grid}@media (width<=900px){.tickets{grid-template-columns:1fr}}.tk-list{flex-direction:column;gap:8px;display:flex}.tk-row{text-align:left;cursor:pointer;background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;color:var(--text);transition:background .2s, box-shadow .25s var(--expo);border:0;border-radius:16px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.tk-row:hover{background:var(--glass-2)}.tk-row.active{background:#ff2d550d;box-shadow:inset 0 0 0 1px #ff2d5573}.tk-row:focus-visible{outline:2px solid var(--red);outline-offset:2px}.tk-row-main{justify-content:space-between;align-items:center;gap:10px;display:flex}.tk-name{font-size:14px;font-weight:600}.tk-row-meta{color:var(--text-3);align-items:center;gap:10px;font-size:11.5px;display:flex}.tk-amount{color:var(--text-2);margin-left:auto}.tk-amount s{color:var(--text-3);margin-right:4px}.tk-panel{border-radius:var(--radius-lg);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(22px);flex-direction:column;max-height:60vh;display:flex}.tk-panel-head{border-bottom:.5px solid var(--stroke);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.tk-feed{scrollbar-width:thin;flex-direction:column;flex:1;gap:10px;padding:16px 18px;display:flex;overflow-y:auto}.tk-feed::-webkit-scrollbar{width:6px}.tk-feed::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:6px}.tk-msg{background:#ffffff0f;border-radius:14px;max-width:78%;padding:10px 13px;font-size:13px;line-height:1.5}.tk-msg.own{background:#ff2d5524;align-self:flex-end}.tk-msg.staff{background:#ffffff17;align-self:flex-start}.tk-msg.sys{text-align:center;max-width:100%;color:var(--text-3);background:0 0;align-self:center;padding:2px 0;font-size:11.5px}.tk-msg-author{font-size:11px;font-family:var(--font);letter-spacing:.03em;text-transform:uppercase;color:var(--text-3);margin-bottom:4px;font-weight:600}.tk-msg-time{color:var(--text-3);text-align:right;margin-top:5px;font-size:10px}.tk-send{border-top:.5px solid var(--stroke);gap:8px;padding:12px 14px;display:flex}.tk-send input{min-width:0;height:38px;color:var(--text);font-family:var(--font);box-shadow:0 0 0 .5px var(--stroke) inset;background:#ffffff0d;border:0;border-radius:12px;flex:1;padding:0 13px;font-size:13.5px}.tk-send input:focus{outline:none;box-shadow:inset 0 0 0 1px #ff2d5580}.tk-closed{border-top:.5px solid var(--stroke);padding:14px 18px}.cab-empty{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:60px 20px;display:flex}.cab-empty-icon{background:var(--glass);width:52px;height:52px;box-shadow:0 0 0 .5px var(--stroke) inset;color:var(--text-3);border-radius:16px;place-items:center;margin-bottom:4px;display:grid}.cab-empty-icon svg{width:22px;height:22px}.cab-empty-title{font-size:16px;font-weight:600}.admin .cab-rail-btn.active{color:var(--red);background:#ff2d5524}.admin-link{color:var(--red)!important}.admin-link:hover{background:#ff2d551f!important}.adm{flex-direction:column;gap:16px;display:flex}.adm-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.adm-chip{cursor:pointer;font-family:var(--font);color:var(--text-2);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;transition:all .25s var(--expo);border:0;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:500}.adm-chip:hover{color:var(--text);background:var(--glass-2)}.adm-chip.on{color:var(--red);background:#ff2d5529;box-shadow:inset 0 0 0 .5px #ff2d5566}.adm-chip:focus-visible{outline:2px solid var(--red);outline-offset:2px}.adm-search{min-width:220px;max-width:420px;height:38px;color:var(--text);font-family:var(--font);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;border:0;border-radius:999px;flex:1;padding:0 16px;font-size:13.5px}.adm-search:focus{outline:none;box-shadow:inset 0 0 0 1px #ff2d5580}.adm-search::placeholder{color:var(--text-3)}.adm-panel{border-radius:var(--radius-lg);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(22px);flex-direction:column;gap:14px;padding:18px 20px;display:flex}.adm-form{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.adm-form label{flex-direction:column;gap:6px;display:flex}.adm-form label span{font-family:var(--font);letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);font-size:11px;font-weight:500}.adm-form input,.adm-form select{width:130px;height:38px;color:var(--text);font-family:var(--font);box-shadow:0 0 0 .5px var(--stroke) inset;background:#ffffff0d;border:0;border-radius:12px;padding:0 12px;font-size:13.5px}.adm-form select option{color:var(--text);background:#141012}.adm-form input:focus,.adm-form select:focus{outline:none;box-shadow:inset 0 0 0 1px #ff2d5580}.keys-out{background:#ff2d550f;border-radius:16px;flex-direction:column;gap:10px;padding:14px;display:flex;box-shadow:inset 0 0 0 .5px #ff2d5542}.keys-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.keys-copy-all{cursor:pointer;height:32px;font-family:var(--font);color:#fff;background:var(--red);transition:background .2s, transform .2s var(--expo);border:0;border-radius:999px;align-items:center;gap:7px;padding:0 14px;font-size:12.5px;font-weight:600;display:inline-flex}.keys-copy-all svg{width:14px;height:14px}.keys-copy-all:hover{background:var(--red-hover)}.keys-copy-all:active{transform:scale(.97)}.keys-copy-all.done{background:var(--green);color:#05130a}.keys-copy-all:focus-visible{outline-offset:2px;outline:2px solid #fff}.keys-list{flex-direction:column;gap:6px;display:flex}.key-row{cursor:pointer;text-align:left;width:100%;height:42px;color:var(--text);box-shadow:0 0 0 .5px var(--stroke) inset;transition:background .2s, box-shadow .25s var(--expo);background:#ffffff0d;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:0 8px 0 14px;display:flex}.key-row:hover{background:#ffffff17}.key-row.done{background:#30d1581f;box-shadow:inset 0 0 0 .5px #30d15866}.key-row:focus-visible{outline:2px solid var(--red);outline-offset:2px}.key-value{letter-spacing:.06em;font-size:13.5px}.key-copy{width:30px;height:30px;color:var(--text-3);background:#ffffff0f;border-radius:9px;flex:none;place-items:center;transition:color .2s,background .2s;display:grid}.key-row:hover .key-copy{color:var(--text)}.key-row.done .key-copy{color:var(--green);background:#30d15829}.key-copy svg{width:14px;height:14px}.key-inline{cursor:pointer;color:var(--text-2);letter-spacing:.04em;background:0 0;border:0;border-radius:9px;align-items:center;gap:8px;margin-left:-8px;padding:5px 9px 5px 8px;font-size:12px;transition:color .2s,background .2s;display:inline-flex}.key-inline svg{opacity:0;width:13px;height:13px;transition:opacity .2s}.key-inline:hover{color:var(--text);background:#ffffff0f}.key-inline:hover svg{opacity:1}.key-inline.done{color:var(--green)}.key-inline.done svg{opacity:1}.key-inline:focus-visible{outline:2px solid var(--red);outline-offset:2px}.adm-table-wrap{border-radius:var(--radius-lg);background:var(--glass);box-shadow:0 0 0 .5px var(--stroke) inset;-webkit-backdrop-filter:blur(22px);overflow-x:auto}.adm-table{border-collapse:collapse;width:100%;min-width:720px;font-size:13px}.adm-table th{text-align:left;font-family:var(--font);letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);border-bottom:.5px solid var(--stroke);white-space:nowrap;padding:13px 16px;font-size:11px;font-weight:400}.adm-table td{border-bottom:.5px solid var(--stroke);vertical-align:middle;padding:13px 16px}.adm-table tbody tr:last-child td{border-bottom:0}.adm-table tbody tr{transition:background .18s}.adm-table tbody tr:hover{background:#ffffff08}.adm-table tbody tr.banned{background:#ff2d550d}.adm-user{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.adm-user-name{font-weight:600}.adm-hwid,.adm-key{letter-spacing:.04em;color:var(--text-2);white-space:nowrap;font-size:12px}.adm-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.adm-actions{border-top:.5px solid var(--stroke);flex-wrap:wrap;gap:8px;padding:12px 14px;display:flex}.um-overlay{z-index:200;-webkit-backdrop-filter:blur(10px);animation:umFade .25s var(--expo);background:#0403049e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}@keyframes umFade{0%{opacity:0}to{opacity:1}}.um{-webkit-backdrop-filter:blur(30px)saturate(160%);background:#140f11eb;border-radius:26px;flex-direction:column;width:100%;max-width:520px;max-height:min(86vh,760px);display:flex;overflow:hidden;box-shadow:inset 0 0 0 .5px #ffffff24,0 40px 90px -30px #000000e6}.um-head{border-bottom:.5px solid var(--stroke);align-items:center;gap:14px;padding:20px 22px;display:flex}.um-avatar{width:44px;height:44px;color:var(--red);background:#ff2d5524;border-radius:50%;flex:none;place-items:center;font-size:17px;font-weight:600;display:grid;box-shadow:inset 0 0 0 .5px #ff2d554d}.um-ident{flex:1;min-width:0}.um-name{letter-spacing:-.02em;flex-wrap:wrap;align-items:center;gap:8px;font-size:17px;font-weight:700;display:flex}.um-sub{color:var(--text-3);word-break:break-all;margin-top:3px;font-size:11.5px}.um-close{cursor:pointer;width:34px;height:34px;color:var(--text-2);transition:all .2s var(--expo);background:#ffffff0f;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.um-close svg{width:15px;height:15px}.um-close:hover{color:var(--text);background:#ffffff1f}.um-close:focus-visible{outline:2px solid var(--red);outline-offset:2px}.um-body{scrollbar-width:thin;flex:1;padding:6px 22px 20px;overflow-y:auto}.um-body::-webkit-scrollbar{width:6px}.um-body::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:6px}.um-section{border-bottom:.5px solid var(--stroke);flex-direction:column;gap:12px;padding:18px 0;display:flex}.um-section:last-child{border-bottom:0;padding-bottom:4px}.um-section-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.um-section-head h3{letter-spacing:-.01em;font-size:14px;font-weight:600}.um-state{box-shadow:0 0 0 .5px var(--stroke) inset;background:#ffffff0a;border-radius:14px;flex-wrap:wrap;align-items:baseline;gap:10px;padding:12px 14px;display:flex}.um-state-main{font-size:14px;font-weight:600}.um-state-note{color:var(--text-3);font-size:12.5px}.um-field{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.um-label{font-family:var(--font);letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);flex:none;width:46px;font-size:11px;font-weight:500}.um-seg,.um-days{box-shadow:0 0 0 .5px var(--stroke) inset;background:#ffffff0d;border-radius:12px;align-items:center;gap:3px;padding:3px;display:flex}.um-seg.wide{width:100%}.um-seg.wide button{flex:1}.um-seg button,.um-days button{cursor:pointer;font-family:var(--font);color:var(--text-2);white-space:nowrap;transition:all .25s var(--expo);background:0 0;border:0;border-radius:9px;padding:8px 14px;font-size:12.5px;font-weight:500}.um-seg button:hover:not(:disabled):not(.on),.um-days button:hover:not(:disabled):not(.on){color:var(--text);background:#ffffff0f}.um-seg button.on,.um-days button.on{color:var(--red);background:#ff2d552e}.um-seg button:disabled,.um-days button:disabled{cursor:default;opacity:.75}.um-seg button:focus-visible,.um-days button:focus-visible{outline:2px solid var(--red);outline-offset:-2px}.um-days input{width:66px;height:32px;color:var(--text);font-family:var(--mono);background:#ffffff0f;border:0;border-radius:9px;padding:0 10px;font-size:13px}.um-days input:focus{outline:none;box-shadow:inset 0 0 0 1px #ff2d5580}.um-unit{color:var(--text-3);padding-right:8px;font-size:12px}.um-actions{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.btn-ghost.danger{color:var(--red);box-shadow:inset 0 0 0 .5px #ff2d5559}.btn-ghost.danger:hover{background:#ff2d551f}.um-hint{color:var(--text-3);font-size:11.5px}.um-kv{justify-content:space-between;align-items:flex-start;gap:16px;font-size:13px;display:flex}.um-kv>span:first-child{color:var(--text-2);flex:none}.um-hwid{letter-spacing:.04em;text-align:right;word-break:break-all;font-size:11.5px}.um-toast{border-top:.5px solid var(--stroke);padding:12px 22px;font-size:13px}.um-toast.ok{color:#a9e9c0;background:#30d1581f}.um-toast.err{color:#ffb3c4;background:#ff2d5524}.dl-locked{height:36px;color:var(--text-3);box-shadow:0 0 0 .5px var(--stroke) inset;background:#ffffff0d;border-radius:999px;align-items:center;gap:8px;padding:0 16px;font-size:12.5px;font-weight:600;display:inline-flex}.dl-locked svg{width:14px;height:14px}.plan.fx,.feature-card.fx{isolation:isolate;position:relative;overflow:hidden}.plan.fx>:not(.plasma-fx),.feature-card.fx>:not(.plasma-fx){z-index:1;position:relative}.plasma-fx{z-index:0;pointer-events:none;opacity:.5;transition:opacity .5s var(--expo), filter .5s var(--expo);position:absolute;inset:0;overflow:hidden;-webkit-mask-image:radial-gradient(140% 120% at 50% 110%,#000 55%,#0000 100%);mask-image:radial-gradient(140% 120% at 50% 110%,#000 55%,#0000 100%)}.plasma-fx.hot{opacity:1;filter:brightness(1.35)saturate(1.15)}.plan.fx.featured .plasma-fx{opacity:.72}.plasma-canvas{width:100%;height:100%;display:block}.plan.fx:hover,.feature-card.fx:hover{background:#ffffff08}.plan.fx.featured:hover{background:#ff2d550a}@media (prefers-reduced-motion:reduce){.plasma-fx{transition:none}}.lang-switch{background:#ffffff0f;border-radius:999px;gap:2px;padding:3px;display:flex}.lang-switch button{cursor:pointer;font-family:var(--font);letter-spacing:.04em;color:var(--text-3);transition:all .25s var(--expo);background:0 0;border:0;border-radius:999px;padding:5px 11px;font-size:11.5px;font-weight:600}.lang-switch button:hover:not(.on){color:var(--text)}.lang-switch button.on{color:var(--text);background:#ffffff24}.lang-switch button:focus-visible{outline:2px solid var(--red);outline-offset:2px}@media (width<=560px){.lang-switch{display:none}}.nav-mark.draw .wpath{animation:.62s cubic-bezier(.16,1,.3,1) forwards navDraw}@keyframes navDraw{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.nav-brand-text{white-space:nowrap;align-items:center;display:inline-flex}.type-caret{background:var(--red);width:1.5px;height:1em;margin-left:2px;animation:.75s step-end infinite caret;display:inline-block}@keyframes caret{50%{opacity:0}}.reveal{opacity:0;transition:opacity .45s var(--expo), transform .45s var(--expo);transform:translateY(-4px)}.reveal.in{opacity:1;transform:none}.nav-links.reveal{transition-delay:50ms}.nav-right.reveal{transition-delay:.12s}@media (prefers-reduced-motion:reduce){.nav-mark.draw .wpath,.type-caret{animation:none}.reveal{opacity:1;transition:none;transform:none}}.cab-rail{align-items:stretch;gap:4px;width:226px;padding:20px 14px 18px}.cab-brand{color:var(--red);align-items:center;gap:10px;padding:6px 10px 18px;text-decoration:none;display:flex}.cab-brand-text{letter-spacing:-.01em;color:var(--text);white-space:nowrap;font-size:14.5px;font-weight:600}.cab-brand-text b{color:var(--red);font-weight:600}.cab-brand:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:12px}.cab-nav{flex-direction:column;gap:2px;display:flex}.cab-nav-btn{cursor:pointer;width:100%;height:42px;color:var(--text-2);font-family:var(--font);text-align:left;background:0 0;border:0;border-radius:13px;align-items:center;gap:11px;padding:0 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .2s;display:flex;position:relative}.cab-nav-btn svg{z-index:1;flex:none;width:18px;height:18px;position:relative}.cab-nav-label{z-index:1;white-space:nowrap;position:relative}.cab-nav-btn:hover{color:var(--text)}.cab-nav-btn:hover:not(.active):before{content:"";background:#ffffff0d;border-radius:13px;position:absolute;inset:0}.cab-nav-btn.active{color:var(--red)}.cab-nav-btn:focus-visible{outline:2px solid var(--red);outline-offset:2px}.cab-nav-pill{background:#ff2d5521;border-radius:13px;position:absolute;inset:0;box-shadow:inset 0 0 0 .5px #ff2d5547}.cab-nav-pill:after{content:"";background:var(--red);border-radius:3px;width:3px;height:18px;position:absolute;top:50%;left:-14px;transform:translateY(-50%)}.cab-rail-foot{border-top:.5px solid var(--stroke);flex-direction:column;gap:2px;padding-top:12px;display:flex}.cab-nav-btn.ghost{color:var(--text-3);font-size:13px}.cab-nav-btn.ghost:hover{color:var(--text)}.cab-nav-btn.admin-link{color:var(--red)!important}@media (width<=900px){.cab-rail{width:66px;padding:18px 10px 16px}.cab-brand{justify-content:center;padding:6px 0 16px}.cab-brand-text,.cab-nav-label{display:none}.cab-nav-btn{justify-content:center;padding:0}.cab-nav-pill:after{display:none}}.cab-rail{transition:width .4s var(--expo), padding .4s var(--expo)}.cab-rail.collapsed{width:74px;padding-left:12px;padding-right:12px}.cab-rail.collapsed .cab-brand{justify-content:center;padding-left:0;padding-right:0}.cab-rail.collapsed .cab-brand-text,.cab-rail.collapsed .cab-nav-label{display:none}.cab-rail.collapsed .cab-nav-btn{justify-content:center;padding:0}.cab-rail.collapsed .cab-nav-pill:after{display:none}.rail-extras{border-top:.5px solid var(--stroke);align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex}.cab-rail.collapsed .rail-extras{flex-direction:column;gap:4px}.rail-lang{background:#ffffff0d;border-radius:999px;flex:1;gap:2px;padding:3px;display:flex}.rail-lang button{cursor:pointer;font-family:var(--font);letter-spacing:.04em;color:var(--text-3);transition:all .25s var(--expo);background:0 0;border:0;border-radius:999px;flex:1;padding:6px 0;font-size:11.5px;font-weight:600}.rail-lang button:hover:not(.on){color:var(--text)}.rail-lang button.on{color:var(--text);background:#ffffff21}.rail-lang-mini{letter-spacing:.04em;font-size:11.5px;font-weight:600}.rail-toggle{cursor:pointer;width:34px;height:34px;color:var(--text-3);background:#ffffff0d;border:0;border-radius:11px;flex:none;place-items:center;transition:color .2s,background .2s;display:grid}.rail-toggle svg{width:15px;height:15px}.rail-toggle:hover{color:var(--text);background:#ffffff1a}.rail-lang button:focus-visible,.rail-toggle:focus-visible{outline:2px solid var(--red);outline-offset:2px}@media (width<=900px){.rail-toggle,.rail-lang{display:none}.rail-extras{flex-direction:column}}.cf-overlay{z-index:300;-webkit-backdrop-filter:blur(10px);background:#040304a8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.cf{text-align:center;-webkit-backdrop-filter:blur(30px)saturate(160%);background:#161012f2;border-radius:24px;width:100%;max-width:380px;padding:26px 24px 20px;box-shadow:inset 0 0 0 .5px #ffffff24,0 34px 80px -26px #000000e6}.cf-icon{width:46px;height:46px;color:var(--text-2);background:#ffffff12;border-radius:15px;place-items:center;margin:0 auto 16px;display:grid}.cf-icon.danger{color:var(--red);background:#ff2d5524;box-shadow:inset 0 0 0 .5px #ff2d554d}.cf-icon svg{width:21px;height:21px}.cf-title{letter-spacing:-.02em;text-wrap:balance;font-size:17px;font-weight:700}.cf-msg{color:var(--text-2);text-wrap:pretty;margin-top:8px;font-size:13px;line-height:1.6}.cf-input{width:100%;height:42px;color:var(--text);font-family:var(--font);text-align:center;box-shadow:0 0 0 .5px var(--stroke) inset;background:#ffffff0f;border:0;border-radius:13px;margin-top:16px;padding:0 14px;font-size:14px}.cf-input:focus{outline:none;box-shadow:inset 0 0 0 1px #ff2d5580}.cf-input::placeholder{color:var(--text-3)}.cf-actions{gap:8px;margin-top:20px;display:flex}.cf-actions button{flex:1;height:42px}.celeb{z-index:400;isolation:isolate;background:var(--bg-deep);place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}.celeb-bg{z-index:0;position:absolute;inset:0}.celeb-scrim{background:radial-gradient(78% 68% at 50% 44%,#0505063d 0%,#050506e0 100%);position:absolute;inset:0}.celeb-glow{aspect-ratio:1;filter:blur(36px);background:radial-gradient(circle,#ff2d5542 0%,#0000 64%);border-radius:50%;width:min(900px,96vw);animation:5s ease-in-out infinite celebPulse;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}@keyframes celebPulse{50%{opacity:.6;transform:translate(-50%,-50%)scale(1.08)}}.celeb-confetti{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.celeb-inner{z-index:3;text-align:center;flex-direction:column;align-items:center;gap:26px;padding:24px;display:flex;position:relative}.celeb-mark{color:var(--red);filter:drop-shadow(0 14px 50px #ff2d5580);position:relative}.celeb-mark .wpath{stroke-dasharray:100;animation:1.7s cubic-bezier(.33,0,.15,1) forwards celebDraw}@keyframes celebDraw{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.celeb-ring{pointer-events:none;border:1.5px solid #ff2d5580;border-radius:50%;width:150px;height:150px;margin:-75px 0 0 -75px;animation:1.8s cubic-bezier(.16,1,.3,1) forwards celebRing;position:absolute;top:50%;left:50%}@keyframes celebRing{0%{opacity:.9;transform:scale(.55)}to{opacity:0;transform:scale(3.4)}}.celeb-brand{letter-spacing:-.035em;text-shadow:0 8px 40px #ff2d5547;align-items:center;font-size:clamp(36px,6.4vw,62px);font-weight:700;line-height:1;display:inline-flex}.celeb-brand b{color:var(--red);font-weight:700}.celeb-brand .type-caret{width:3px;height:.85em;margin-left:6px}.celeb-text{flex-direction:column;align-items:center;gap:12px;margin-top:2px;display:flex}.celeb-title{letter-spacing:-.02em;color:var(--text);text-wrap:balance;font-size:clamp(20px,3vw,27px);font-weight:700}.celeb-sub{color:var(--text-2);text-wrap:pretty;max-width:34ch;font-size:clamp(13px,1.6vw,15px);line-height:1.6}.celeb-btn{height:48px;margin-top:12px;padding:0 40px}@media (prefers-reduced-motion:reduce){.celeb-glow,.celeb-ring,.celeb-mark .wpath{animation:none}}.gradual-blur{isolation:isolate}.gradual-blur-inner{width:100%;height:100%;position:relative}.gradual-blur-inner>div{-webkit-backdrop-filter:inherit;backdrop-filter:inherit}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.gradual-blur-inner>div{opacity:.6;background:linear-gradient(#0000,#0505068c)}}.deploy-drop{cursor:pointer;box-shadow:0 0 0 1px var(--stroke) inset;background:#ffffff08;border-radius:16px;align-items:center;gap:14px;padding:20px 18px;transition:box-shadow .2s,background .2s,transform .2s;display:flex}.deploy-drop:hover{background:#ffffff0d}.deploy-drop.over{box-shadow:0 0 0 1.5px var(--red) inset;background:#bc353514}.deploy-drop.has{box-shadow:0 0 0 1px var(--red) inset}.deploy-drop svg{width:26px;height:26px;color:var(--red);flex:none}.deploy-hint b{color:var(--text);font-weight:600}.deploy-file{flex-direction:column;gap:2px;min-width:0;display:flex}.deploy-name{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;overflow:hidden}.deploy-actions{align-items:center;gap:10px;display:flex}.deploy-stages{flex-direction:column;gap:9px;padding:4px 2px;display:flex}.deploy-stage{color:var(--text-3);align-items:center;gap:10px;font-size:13px;transition:color .25s;display:flex}.deploy-stage .deploy-dot{background:var(--stroke);width:8px;height:8px;box-shadow:0 0 0 .5px var(--stroke);border-radius:50%;flex:none;transition:background .25s,box-shadow .25s}.deploy-stage.done{color:var(--text)}.deploy-stage.done .deploy-dot{background:var(--red)}.deploy-stage.active{color:var(--text)}.deploy-stage.active .deploy-dot{background:var(--red);animation:1.1s ease-in-out infinite deploy-pulse;box-shadow:0 0 0 4px #bc35352e}@keyframes deploy-pulse{0%,to{box-shadow:0 0 0 3px #bc35351f}50%{box-shadow:0 0 0 6px #bc353547}}@media (prefers-reduced-motion:reduce){.deploy-stage.active .deploy-dot{animation:none}}.deploy-result{flex-direction:column;gap:8px;display:flex}.deploy-log{box-shadow:0 0 0 .5px var(--stroke) inset;color:var(--text-3);white-space:pre-wrap;word-break:break-word;background:#00000047;border-radius:12px;max-height:200px;margin:0;padding:12px 14px;font-size:12px;line-height:1.55;overflow:auto}:root{--bg:#0a0a0c;--bg-deep:#050506;--red:#ff2d55;--red-hover:#ff4066;--green:#30d158;--text:#fff;--text-2:#ffffffb8;--text-3:#ffffff73;--glass:#ffffff0d;--glass-2:#ffffff17;--stroke:#ffffff1c;--radius-lg:20px;--radius-md:14px;--expo:cubic-bezier(.16, 1, .3, 1);--font:-apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI Variable", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;--mono:ui-monospace, "SF Mono", "Cascadia Code", Consolas, monospace;font-family:var(--font);color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{background:var(--bg-deep);min-height:100vh}button{font-family:inherit}a{color:inherit}
