:root{
  --v32-bg:#07050b;
  --v32-bg2:#0b0811;
  --v32-surface:#0d0a14;
  --v32-surface2:#100c19;
  --v32-surface3:#151020;
  --v32-line:rgba(255,255,255,.075);
  --v32-line2:rgba(185,137,255,.24);
  --v32-text:#f5f1fa;
  --v32-muted:#9d94a9;
  --v32-soft:#6f6878;
  --v32-purple:#8d5bea;
  --v32-purple2:#b98cff;
  --v32-white:#f7f3ff;
  --v32-green:#70e2b3;
  --v32-red:#ff7894;
  --v32-yellow:#f0ca74;
  --v32-radius:16px;
  --v32-shadow:0 20px 60px rgba(0,0,0,.32);
}

html{background:var(--v32-bg)!important;color-scheme:dark}
body.noir-site{margin:0;background:linear-gradient(180deg,#07050b 0,#09060e 48%,#07050b 100%)!important;color:var(--v32-text)!important;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden!important}
body.noir-site *{box-sizing:border-box}
body.noir-site a{text-decoration:none;color:inherit}
body.noir-site button,body.noir-site input,body.noir-site textarea,body.noir-site select{font:inherit}
body.noir-site button{color:inherit}
body.noir-site .nebula{display:none!important}
.v32-space{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(circle at 18% 14%,rgba(116,65,201,.12),transparent 29%),radial-gradient(circle at 78% 18%,rgba(221,201,255,.04),transparent 25%),linear-gradient(180deg,transparent,rgba(85,42,139,.025) 70%,transparent)}
.v32-space:before{content:"";position:absolute;inset:0;opacity:.25;background-image:radial-gradient(circle,rgba(255,255,255,.28) 0 1px,transparent 1px);background-size:62px 62px;mask-image:linear-gradient(to bottom,#000 0,transparent 64%)}
.v32-space i{position:absolute;border-radius:50%;border:1px solid rgba(176,120,255,.06)}
.v32-space i:nth-child(1){width:420px;height:420px;left:-220px;top:12%}.v32-space i:nth-child(2){width:680px;height:680px;right:-450px;top:28%}.v32-space i:nth-child(3){width:260px;height:260px;right:10%;bottom:-170px}

.v32-topbar{position:fixed;z-index:80;top:12px;left:50%;transform:translateX(-50%);width:min(1240px,calc(100% - 24px));height:62px;display:flex;align-items:center;gap:14px;padding:8px 9px 8px 14px;border:1px solid var(--v32-line);border-radius:17px;background:#0b0811;box-shadow:0 15px 42px rgba(0,0,0,.28)}
.v32-brand{display:flex;align-items:center;gap:9px;min-width:max-content}.v32-brand>span:last-child{display:flex;align-items:baseline;gap:5px}.v32-brand strong{font-size:13px;letter-spacing:.16em}.v32-brand small{color:var(--v32-muted);font-size:8px;letter-spacing:.18em}
.v32-brand-orb{position:relative;width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(193,151,255,.23);border-radius:50%;background:radial-gradient(circle at 35% 30%,#d9c4ff 0 8%,#9c6ced 18%,#54268f 54%,#130b20 72%);box-shadow:0 0 22px rgba(138,77,231,.24)}
.v32-brand-orb i{width:33px;height:10px;border:1px solid rgba(210,184,255,.24);border-radius:50%;transform:rotate(-24deg)}
.v32-tabs{min-width:0;flex:1;display:flex;align-items:center;justify-content:center;gap:3px}.v32-tabs a{position:relative;height:43px;display:flex;align-items:center;padding:0 14px;border:1px solid transparent;border-radius:11px;color:var(--v32-muted);font-size:12px;font-weight:720;white-space:nowrap;transition:background .12s ease,color .12s ease,border-color .12s ease}.v32-tabs a:hover{color:#fff;background:rgba(255,255,255,.025)}.v32-tabs a.is-active{color:#fff;border-color:rgba(162,109,245,.22);background:linear-gradient(120deg,rgba(127,70,216,.18),rgba(255,255,255,.018))}.v32-tabs a.is-active:after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:1px;background:linear-gradient(90deg,#8d5bea,#fff)}
.v32-top-actions{display:flex;align-items:center;gap:6px}.v32-profile-button{height:44px;display:flex;align-items:center;gap:8px;padding:0 14px;border:1px solid rgba(173,119,255,.18);border-radius:12px;background:rgba(128,72,218,.08);font-size:12px;font-weight:750}.v32-profile-button:hover,.v32-profile-button.is-active{border-color:rgba(192,151,255,.35);background:rgba(138,77,232,.14)}.v32-profile-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--v32-purple2),#fff);box-shadow:0 0 10px rgba(170,113,255,.42)}
.v32-icon-button{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:1px solid var(--v32-line);border-radius:12px;background:#100d16;color:#b8afc2;cursor:pointer;font-weight:800;letter-spacing:.08em;transition:border-color .12s ease,background .12s ease,transform .08s ease}.v32-icon-button:hover{border-color:rgba(174,121,255,.3);background:#17111f;color:#fff}.v32-icon-button:active{transform:translateY(1px)}.v32-mobile-more{display:none}.v32-menu-lines,.v32-menu-lines:before,.v32-menu-lines:after{display:block;width:17px;height:1px;background:#e8e0f2}.v32-menu-lines{position:relative}.v32-menu-lines:before,.v32-menu-lines:after{content:"";position:absolute;left:0}.v32-menu-lines:before{top:-5px}.v32-menu-lines:after{top:5px}

.v32-page-shell{position:relative!important;z-index:2!important;width:min(1180px,calc(100% - 24px))!important;margin:94px auto 34px!important;min-height:55vh}.v32-footer{position:relative;z-index:2;width:min(1180px,calc(100% - 24px));margin:0 auto 28px}.v32-footer-inner{display:flex;align-items:center;gap:28px;padding:17px 18px;border:1px solid var(--v32-line);border-radius:15px;background:#0a0710}.v32-footer-inner nav{flex:1;display:flex;justify-content:center;gap:20px}.v32-footer-inner a{color:var(--v32-muted);font-size:11px}.v32-footer-inner a:hover{color:#fff}.v32-footer-inner>div:last-child{display:flex;gap:12px}.v32-footer-brand strong{font-size:11px}

.btn{min-height:50px!important;padding:0 19px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:13px!important;background:linear-gradient(145deg,#15111d,#100d16)!important;color:#f5f1fa!important;font-size:12.5px!important;font-weight:760!important;line-height:1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;transition:border-color .12s ease,background .12s ease,transform .08s ease!important}.btn:hover{border-color:rgba(176,124,255,.3)!important;background:#17111f!important}.btn:active{transform:translateY(1px)!important}.btn.btn-primary{background:linear-gradient(120deg,#7040c8,#9a69e9 62%,#d7c5f5)!important;border-color:rgba(213,188,255,.16)!important;color:#fff!important;box-shadow:0 8px 20px rgba(92,45,169,.18)!important}.btn-small{min-height:44px!important;padding:0 15px!important}
button.is-loading{position:relative;pointer-events:none;opacity:.76!important}button.is-loading:after{content:"";width:12px;height:12px;margin-left:8px;border:1.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;display:inline-block;vertical-align:-2px;animation:v32spin .65s linear infinite}@keyframes v32spin{to{transform:rotate(360deg)}}

.ui-flyout{position:fixed!important;z-index:1200!important;display:none;min-width:220px;max-width:min(360px,calc(100vw - 20px));max-height:min(640px,calc(100dvh - 20px));overflow:auto;padding:8px;border:1px solid rgba(181,130,255,.24);border-radius:14px;background:#0d0914;box-shadow:0 24px 70px rgba(0,0,0,.52);contain:layout paint}.ui-flyout.is-open{display:block}.ui-flyout-menu a,.v32-menu-row{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:0 11px;border:0;border-radius:9px;background:transparent;color:#c7bfce;font-size:11px;text-align:left;cursor:pointer}.ui-flyout-menu a:hover,.v32-menu-row:hover{background:#17111f;color:#fff}.ui-flyout-menu i,.v32-menu-row i{font-style:normal;color:#756c7e}.ui-flyout-separator{height:1px;margin:5px 4px;background:rgba(255,255,255,.065)}
.ui-mobile-menu{width:310px}.ui-mobile-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.ui-mobile-menu-grid a{min-height:62px!important;display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:center!important;gap:4px!important;padding:8px 11px!important;border:1px solid transparent!important}.ui-mobile-menu-grid a.is-active{border-color:rgba(165,111,248,.2)!important;background:#16101f!important}.ui-mobile-menu-grid i{font-size:13px}.ui-mobile-menu-foot{display:flex;justify-content:space-between;gap:8px;margin-top:6px;padding-top:6px;border-top:1px solid var(--v32-line)}.ui-mobile-menu-foot a{flex:1;justify-content:center!important}
.v32-control-menu{width:min(340px,calc(100vw - 20px));padding:9px}.v32-menu-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 8px 10px;border-bottom:1px solid var(--v32-line)}.v32-menu-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.v32-menu-head span{color:var(--v32-soft);font-size:9px}.v32-menu-contact{display:grid;gap:2px;padding:9px;color:var(--v32-muted);font-size:10px;border-bottom:1px solid var(--v32-line)}.v32-menu-form{display:grid;gap:7px;padding:9px 4px;border-bottom:1px solid var(--v32-line)}.v32-menu-form label span{display:block;margin:0 0 5px 3px;color:var(--v32-muted);font-size:9px}.v32-menu-form input{width:100%;height:46px;padding:0 11px;border:1px solid var(--v32-line);border-radius:10px;background:#08060d;color:#fff;outline:0}.v32-menu-form input:focus{border-color:rgba(178,126,255,.38)}.v32-menu-form button{height:46px;border:1px solid var(--v32-line);border-radius:10px;background:#17111f;color:#fff;font-weight:720;cursor:pointer}.v32-menu-form button.is-primary{background:linear-gradient(120deg,#7040c8,#9a69e9);border-color:transparent}.v32-menu-button{font:inherit}.v32-menu-row.is-danger{color:#ff9caf}.v32-add-menu{width:300px}

.v32-surface{border:1px solid var(--v32-line);border-radius:22px;background:linear-gradient(145deg,rgba(18,13,28,.96),rgba(9,7,14,.98));box-shadow:var(--v32-shadow)}.v32-hero{position:relative;min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:68px 34px 104px;text-align:center}.v32-hero-orb{position:absolute;top:36px;left:50%;width:340px;height:340px;transform:translateX(-50%);border:1px solid rgba(157,101,243,.12);border-radius:50%;pointer-events:none}.v32-hero-orb:before,.v32-hero-orb:after{content:"";position:absolute;inset:48px;border:1px solid rgba(255,255,255,.035);border-radius:50%}.v32-hero-orb:after{inset:104px;background:radial-gradient(circle at 38% 32%,rgba(225,207,255,.42),rgba(125,70,214,.18) 18%,rgba(33,17,54,.2) 54%,transparent 72%)}.v32-hero-orb i{position:absolute;left:-18px;right:-18px;top:50%;height:85px;border:1px solid rgba(184,134,255,.11);border-radius:50%;transform:rotate(-16deg)}.v32-eyebrow,.v32-kicker{position:relative;z-index:1;color:#a99fb4;font-size:9px;font-weight:800;letter-spacing:.18em}.v32-eyebrow{display:flex;align-items:center;gap:7px}.v32-eyebrow span{width:6px;height:6px;border-radius:50%;background:var(--v32-purple2);box-shadow:0 0 10px rgba(181,127,255,.55)}.v32-hero h1{position:relative;z-index:1;margin:14px 0 24px;font-size:clamp(48px,7vw,92px);line-height:.95;letter-spacing:-.055em}.v32-hero h1 em{font-style:normal;color:#ad85eb}.v32-hero-actions{position:relative;z-index:2;display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.v32-hero-rail{position:absolute;left:18px;right:18px;bottom:17px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--v32-line);border-radius:13px;overflow:hidden;background:#0b0811}.v32-hero-rail a{min-width:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:13px 14px;border-right:1px solid var(--v32-line);text-align:left}.v32-hero-rail a:last-child{border-right:0}.v32-hero-rail i{font-style:normal;color:#a57be7}.v32-hero-rail span{color:var(--v32-muted);font-size:10px}.v32-hero-rail strong{font-size:10px}
.v32-state-dot{display:inline-block;width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:#5c5564}.v32-state-dot.is-online{background:var(--v32-green);box-shadow:0 0 9px rgba(112,226,179,.6)}.v32-state-dot.is-error{background:var(--v32-red)}
.v32-feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.v32-mini-card{min-width:0;display:flex;flex-direction:column;gap:5px;padding:15px 16px;border:1px solid var(--v32-line);border-radius:14px;background:#0b0811}.v32-mini-card i{font-style:normal;color:#6f6679;font-size:9px}.v32-mini-card strong{font-size:12px}.v32-mini-card span{color:var(--v32-muted);font-size:10px}
.v32-split{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.v32-nav-card{min-width:0;display:grid;grid-template-columns:1fr auto;gap:5px 15px;padding:20px;border:1px solid var(--v32-line);border-radius:15px;background:#0c0912;transition:border-color .12s ease,background .12s ease}.v32-nav-card:hover{border-color:rgba(176,123,255,.24);background:#100c18}.v32-nav-card span{grid-column:1;color:#8f8699;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.v32-nav-card strong{grid-column:1;font-size:14px}.v32-nav-card i{grid-row:1/3;grid-column:2;align-self:center;font-style:normal;color:#9b72dc;font-size:20px}

.v32-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 16px;padding:3px 2px}.v32-page-head h1{margin:5px 0 0;font-size:clamp(30px,4.5vw,54px);line-height:1;letter-spacing:-.035em}.v32-page-head .btn{flex:0 0 auto}
.v32-pricing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.v32-price-card{display:flex;flex-direction:column;min-width:0;padding:18px;border:1px solid var(--v32-line);border-radius:16px;background:linear-gradient(155deg,#0e0a15,#09070e)}.v32-price-card.is-featured{border-color:rgba(180,128,255,.31);background:linear-gradient(145deg,rgba(87,43,145,.23),#0b0811 48%);box-shadow:0 17px 50px rgba(56,27,99,.2)}.v32-price-card header{display:flex;justify-content:space-between;gap:10px}.v32-price-card h2{margin:5px 0 0;font-size:18px}.v32-plan-index{color:#6d6477;font-size:8px}.v32-badge{height:25px;display:inline-flex;align-items:center;padding:0 8px;border:1px solid rgba(170,116,251,.22);border-radius:20px;background:rgba(125,70,214,.12);color:#cdb1f6;font-size:8px}.v32-price{display:flex;align-items:flex-end;gap:8px;margin:28px 0 17px}.v32-price strong{font-size:31px;line-height:1}.v32-price span{color:var(--v32-muted);font-size:9px}.v32-plan-specs{display:flex;flex-wrap:wrap;gap:6px}.v32-plan-specs span{min-height:31px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid var(--v32-line);border-radius:9px;background:rgba(255,255,255,.018);color:#aaa1b4;font-size:9px}.v32-plan-specs i{font-style:normal;color:#a876ee}.v32-price-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:auto;padding-top:20px}.v32-price-actions form,.v32-price-actions .btn{width:100%}
.v32-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.v32-status-card{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px;border:1px solid var(--v32-line);border-radius:14px;background:#0c0912}.v32-status-card>div{display:flex;align-items:center;gap:9px;min-width:0}.v32-status-card strong{font-size:11px}.v32-status-card>span{min-width:0;overflow-wrap:anywhere;color:var(--v32-muted);font-size:9px;text-align:right}
.v32-ticket-list{display:grid;gap:8px}.v32-ticket-card{padding:17px;border:1px solid var(--v32-line);border-radius:15px;background:#0c0912}.v32-ticket-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.v32-ticket-card header>div{min-width:0}.v32-ticket-card header span{color:#756c7e;font-size:8px}.v32-ticket-card h2{margin:4px 0 0;font-size:15px}.v32-ticket-card p{margin:14px 0;color:#b2a9bb;font-size:11px;line-height:1.55;white-space:pre-wrap}.v32-ticket-reply{margin-top:10px;padding:12px;border-left:2px solid #8b57df;background:#120d1a}.v32-ticket-reply span{display:block;margin-bottom:4px;color:#9273c0;font-size:8px;text-transform:uppercase}.v32-ticket-reply strong{font-size:10px;font-weight:500}.v32-ticket-card footer{margin-top:10px;color:#6e6676;font-size:8px}
.v32-badge.is-open{color:var(--v32-yellow)}.v32-badge.is-resolved{color:var(--v32-green)}.v32-badge.is-rejected{color:var(--v32-red)}
.v32-form-card{max-width:760px;padding:18px;border:1px solid var(--v32-line);border-radius:16px;background:#0c0912}.v32-form{display:grid;gap:12px}.v32-form label span,.v32-auth-form label span{display:block;margin:0 0 6px 2px;color:var(--v32-muted);font-size:9px}.v32-form input,.v32-form textarea,.v32-auth-form input,.v32-inline-form input{width:100%;border:1px solid var(--v32-line);border-radius:11px;background:#08060d;color:#fff;outline:0}.v32-form input,.v32-auth-form input,.v32-inline-form input{height:48px;padding:0 12px}.v32-form textarea{min-height:150px;padding:12px;resize:vertical}.v32-form input:focus,.v32-form textarea:focus,.v32-auth-form input:focus,.v32-inline-form input:focus{border-color:rgba(174,121,255,.38)}.v32-account-strip{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.v32-account-strip span,.v32-account-strip b{padding:7px 9px;border:1px solid var(--v32-line);border-radius:8px;background:#100c18;color:#aaa1b4;font-size:9px}.v32-alert{position:relative;z-index:3;margin:0 auto 10px;padding:11px 13px;border:1px solid var(--v32-line);border-radius:11px;background:#100c18;font-size:10px}.v32-alert.is-success{border-color:rgba(112,226,179,.2);color:#b8f5d6}.v32-alert.is-danger{border-color:rgba(255,120,148,.23);color:#ffb4c2}
.v32-faq-list{display:grid;gap:7px}.v32-faq-list details{border:1px solid var(--v32-line);border-radius:13px;background:#0c0912}.v32-faq-list summary{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 15px;list-style:none;cursor:pointer;font-size:11px;font-weight:720}.v32-faq-list summary::-webkit-details-marker{display:none}.v32-faq-list summary i{font-style:normal;color:#9a72db}.v32-faq-list details[open] summary i{transform:rotate(45deg)}.v32-faq-list p{margin:0;padding:0 15px 15px;color:#a79ead;font-size:10px;line-height:1.55}
.v32-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.v32-step-grid article{padding:17px;border:1px solid var(--v32-line);border-radius:14px;background:#0c0912}.v32-step-grid b{color:#76589f;font-size:9px}.v32-step-grid h2{margin:15px 0 5px;font-size:15px}.v32-step-grid span{color:var(--v32-muted);font-size:9px}.v32-app-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v32-app-grid article{display:flex;align-items:center;gap:14px;padding:18px;border:1px solid var(--v32-line);border-radius:14px;background:#0c0912}.v32-app-grid article>i{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(167,113,247,.2);border-radius:11px;background:#15101f;color:#be99f4;font-style:normal;font-size:18px}.v32-app-grid h2{margin:0 0 4px;font-size:13px}.v32-app-grid span{color:var(--v32-muted);font-size:9px}.v32-inline-note{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:9px;padding:15px;border:1px solid var(--v32-line);border-radius:14px;background:#0c0912;color:#aaa1b4;font-size:10px}.v32-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.v32-contact-grid a{display:grid;grid-template-columns:1fr auto;gap:5px;padding:18px;border:1px solid var(--v32-line);border-radius:14px;background:#0c0912}.v32-contact-grid span{grid-column:1;color:#827988;font-size:8px}.v32-contact-grid strong{grid-column:1;overflow-wrap:anywhere;font-size:11px}.v32-contact-grid i{grid-column:2;grid-row:1/3;align-self:center;color:#9d71df;font-style:normal}.v32-inline-actions{display:flex;gap:7px;flex-wrap:wrap}.v32-inline-actions form{display:flex}.v32-empty{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px;border:1px dashed rgba(255,255,255,.1);border-radius:13px;color:#8f8699}.v32-empty-large{min-height:190px}.v32-invite-card,.v32-result-shell{padding:22px;border:1px solid var(--v32-line);border-radius:18px;background:#0c0912}.v32-invite-main{margin-bottom:14px}.v32-invite-main span{display:block;color:#857c8e;font-size:9px}.v32-invite-main strong{font-size:22px}.v32-invite-card .v32-inline-actions,.v32-invite-card>.btn{margin-top:16px}.v32-result-shell h1{margin:6px 0 18px;font-size:clamp(30px,5vw,55px)}.v32-result-grid{display:grid;grid-template-columns:1fr 290px;gap:9px}.v32-result-card,.v32-qr-card{padding:16px;border:1px solid var(--v32-line);border-radius:14px;background:#08060d}.v32-result-card label>span{display:block;margin-bottom:5px;color:#8f8699;font-size:9px}.v32-copy-line,.v32-copy-box{display:flex;align-items:center;gap:8px;min-width:0;border:1px solid var(--v32-line);border-radius:11px;background:#08060d}.v32-copy-line{margin-bottom:14px;padding:7px}.v32-copy-line code,.v32-copy-box code{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#c8b2eb;font-size:9px}.v32-copy-line button,.v32-copy-box button{height:38px;padding:0 10px;border:1px solid var(--v32-line);border-radius:8px;background:#15101f;color:#fff;font-size:9px;cursor:pointer}.v32-qr-card{display:grid;place-items:center;gap:8px}.v32-qr-card .qr{width:210px;height:210px}.v32-qr-card span{color:#827988;font-size:9px}

.v32-auth-shell{min-height:620px;display:grid;place-items:center}.v32-auth-card{width:min(420px,100%);padding:26px;border:1px solid rgba(178,126,255,.21);border-radius:20px;background:linear-gradient(145deg,#0f0b17,#09070e);box-shadow:0 30px 100px rgba(0,0,0,.38)}.v32-auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:38px}.v32-auth-brand strong{font-size:11px;letter-spacing:.22em}.v32-auth-card header>span{color:#897f93;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.v32-auth-card header h1{margin:6px 0 3px;font-size:32px}.v32-auth-card header p{margin:0;color:#8c8395;font-size:10px}.v32-auth-form{display:grid;gap:11px;margin-top:22px}.v32-auth-code{font-size:22px!important;letter-spacing:.32em;text-align:center}.v32-auth-links{display:flex;justify-content:space-between;gap:10px;margin-top:15px}.v32-auth-links a,.v32-auth-links button{border:0;background:none;color:#958aa0;font-size:9px;cursor:pointer}.v32-auth-links a:hover,.v32-auth-links button:hover{color:#fff}

.v32-account{display:grid;gap:10px}.v32-account-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;border:1px solid var(--v32-line);border-radius:15px;background:#0b0811}.v32-account-user{min-width:0;display:flex;align-items:center;gap:11px}.v32-avatar{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(180,128,255,.24);border-radius:12px;background:linear-gradient(145deg,#382257,#17101f);font-weight:850}.v32-account-user h1{max-width:500px;margin:0;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v32-account-user p{margin:4px 0 0;color:#857c8e;font-size:9px;overflow-wrap:anywhere}.v32-account-actions{display:flex;align-items:center;gap:7px}.v32-balance{min-height:48px;display:flex;align-items:center;padding:0 14px;border:1px solid var(--v32-line);border-radius:12px;background:#100c18;font-size:11px;font-weight:760}.v32-account-tabs{display:flex;gap:4px;padding:5px;border:1px solid var(--v32-line);border-radius:13px;background:#0a0710}.v32-account-tabs button{height:42px;display:flex;align-items:center;gap:8px;padding:0 14px;border:1px solid transparent;border-radius:9px;background:transparent;color:#8c8395;font-size:10px;font-weight:750;cursor:pointer}.v32-account-tabs button.is-active{border-color:rgba(166,111,248,.2);background:#15101f;color:#fff}.v32-account-tabs b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:20px;background:#21162e;color:#c8a8f7;font-size:8px}.account-pane{display:none}.account-pane.is-active{display:block}.v32-browser-bar{display:flex;align-items:center;gap:6px;margin-bottom:9px}.v32-browser-tabs{min-width:0;flex:1;display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.v32-browser-tabs::-webkit-scrollbar,.v32-device-tabs::-webkit-scrollbar{display:none}.v32-browser-tab{height:46px;min-width:150px;max-width:230px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--v32-line);border-radius:11px;background:#0b0811;color:#92899a;cursor:pointer}.v32-browser-tab span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:740;text-align:left}.v32-browser-tab small{font-size:8px;color:#615a68}.v32-browser-tab.is-active{border-color:rgba(173,118,255,.3);background:linear-gradient(120deg,rgba(119,66,205,.18),#0f0b17);color:#fff}.v32-browser-plus{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(171,116,253,.22);border-radius:11px;background:#15101f;color:#c9a9f7;font-size:18px}.v32-sub-workspace{display:none;border:1px solid var(--v32-line);border-radius:16px;background:#0b0811;overflow:visible}.v32-sub-workspace.is-active{display:block}.v32-sub-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px;border-bottom:1px solid var(--v32-line)}.v32-sub-head h2{margin:4px 0 2px;font-size:20px}.v32-sub-head p{margin:0;color:#817888;font-size:9px}.v32-sub-head-actions,.v32-device-head>div:last-child{display:flex;align-items:center;gap:6px}.v32-status{min-height:29px;display:inline-flex;align-items:center;padding:0 9px;border:1px solid var(--v32-line);border-radius:20px;background:#100c18;color:#a59baa;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.v32-status.is-active{border-color:rgba(112,226,179,.19);color:var(--v32-green);background:rgba(112,226,179,.045)}.v32-status.is-paused{border-color:rgba(240,202,116,.18);color:var(--v32-yellow)}.v32-sub-metrics,.v32-device-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:11px 17px}.v32-sub-metrics>div,.v32-device-metrics>div{min-width:0;padding:10px;border:1px solid var(--v32-line);border-radius:10px;background:rgba(255,255,255,.012)}.v32-sub-metrics span,.v32-device-metrics span,.v32-device-owner span,.v32-account-kv span{display:block;color:#776f80;font-size:8px}.v32-sub-metrics strong,.v32-device-metrics strong,.v32-device-owner strong,.v32-account-kv strong{display:block;margin-top:4px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.v32-sub-toolbar{display:flex;gap:7px;flex-wrap:wrap;padding:2px 17px 16px}.v32-devices-block{margin:0 9px 9px;border:1px solid var(--v32-line);border-radius:13px;background:#08060d;overflow:hidden}.v32-devices-block>header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--v32-line)}.v32-devices-block>header h3{margin:3px 0 0;font-size:13px}.v32-devices-block>header>b{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--v32-line);border-radius:8px;color:#b28ae7;font-size:9px}.v32-device-tabs{display:flex;gap:4px;padding:7px;border-bottom:1px solid var(--v32-line);overflow-x:auto;scrollbar-width:none}.v32-device-tab{height:48px;min-width:160px;max-width:240px;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:7px;padding:6px 9px;border:1px solid transparent;border-radius:9px;background:transparent;color:#867e8e;cursor:pointer;text-align:left}.v32-device-tab .v32-state-dot{grid-row:1/3}.v32-device-tab span,.v32-device-tab small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v32-device-tab span{font-size:10px;font-weight:730}.v32-device-tab small{color:#655e6d;font-size:7.5px}.v32-device-tab.is-active{border-color:rgba(169,115,251,.2);background:#15101f;color:#fff}.v32-device-console{display:none;padding:14px}.v32-device-console.is-active{display:block}.v32-device-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:9px}.v32-device-title{display:flex;align-items:center;gap:8px}.v32-device-title h3{margin:0;font-size:15px}.v32-device-head p{margin:4px 0 0;color:#726a79;font-size:8px}.v32-device-owner{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:8px}.v32-device-owner>div{min-width:0;padding:10px;border:1px solid rgba(161,109,241,.12);border-radius:10px;background:rgba(117,63,200,.035)}.v32-device-metrics{padding:0;margin-bottom:8px}.v32-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8.5px!important}.v32-copy-box{padding:7px;margin:8px 0}.v32-copy-box>div{min-width:0;flex:1}.v32-copy-box span{display:block;margin-bottom:3px;color:#6f6678;font-size:7.5px}.v32-device-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.v32-account-grid,.v32-history-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v32-account-card{min-width:0;padding:16px;border:1px solid var(--v32-line);border-radius:14px;background:#0b0811}.v32-account-card-wide{grid-column:1/-1}.v32-account-card>header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.v32-account-card h2{margin:0;font-size:14px}.v32-account-card>header span{color:#736b7c;font-size:8px}.v32-account-kv{display:grid;gap:6px;margin-bottom:12px}.v32-account-kv>div{min-width:0;padding:9px;border:1px solid var(--v32-line);border-radius:9px;background:#08060d}.v32-inline-form{display:flex;gap:7px}.v32-inline-form input{min-width:0;flex:1}.v32-compact-list{display:grid;gap:5px}.v32-compact-list>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;padding:9px;border:1px solid var(--v32-line);border-radius:9px}.v32-compact-list span,.v32-compact-list strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.v32-compact-list strong{font-weight:650}.v32-compact-list i{grid-column:1/-1;color:#68616f;font-style:normal;font-size:7.5px}

.legal,.mock-checkout,.checkout-success,.support-wrap,.profile-card,.faq-item,.status-card,.price-card,.feature-card,.dl-card,.contact-card,.step-card,.result-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.page-head,.hero,.feature-grid,.pricing-grid,.download-grid,.contacts-grid,.steps-grid,.status-list{animation:none!important}.page-head h1{letter-spacing:-.03em}.legal{border:1px solid var(--v32-line)!important;background:#0c0912!important;border-radius:16px!important;box-shadow:none!important}.legal h1,.legal h2,.legal h3{color:#fff}.legal p,.legal li{color:#a9a0b2}
.v32-mobile-dock{display:none}.v32-toast{z-index:1500!important}

@media(max-width:1000px){.v32-desktop-nav,.v32-desktop-more{display:none}.v32-mobile-more{display:grid}.v32-topbar{height:60px}.v32-page-shell{margin-top:86px!important}.v32-pricing-grid{grid-template-columns:1fr 1fr}.v32-status-grid{grid-template-columns:1fr 1fr}.v32-step-grid{grid-template-columns:1fr 1fr}.v32-feature-row{grid-template-columns:1fr 1fr}}
@media(max-width:720px){body.noir-site{padding-bottom:76px}.v32-topbar{top:8px;width:calc(100% - 16px);height:56px;padding-left:11px;border-radius:14px}.v32-brand-orb{width:25px;height:25px}.v32-profile-button{height:40px;padding:0 11px}.v32-profile-button span:last-child{display:none}.v32-icon-button{width:40px;height:40px}.v32-page-shell{width:calc(100% - 16px)!important;margin-top:76px!important}.v32-footer{display:none}.v32-mobile-dock{position:fixed;z-index:75;left:8px;right:8px;bottom:max(7px,env(safe-area-inset-bottom));height:62px;display:grid;grid-template-columns:repeat(5,1fr);padding:5px;border:1px solid var(--v32-line);border-radius:15px;background:#0b0811;box-shadow:0 17px 50px rgba(0,0,0,.48)}.v32-mobile-dock a,.v32-mobile-dock button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;border-radius:10px;background:transparent;color:#716979;font:inherit;font-size:7.5px}.v32-mobile-dock i{font-style:normal;font-size:12px}.v32-mobile-dock .is-active{background:#17111f;color:#fff}.v32-dock-main{border:1px solid rgba(170,115,253,.16)!important}.ui-mobile-menu{width:calc(100vw - 16px)!important;max-width:none!important}.v32-hero{min-height:420px;padding:54px 17px 116px}.v32-hero h1{font-size:clamp(45px,15vw,70px)}.v32-hero-orb{width:260px;height:260px}.v32-hero-rail{grid-template-columns:1fr;left:9px;right:9px;bottom:9px}.v32-hero-rail a{padding:9px 11px;border-right:0;border-bottom:1px solid var(--v32-line)}.v32-hero-rail a:last-child{border-bottom:0}.v32-feature-row{grid-template-columns:1fr 1fr}.v32-split,.v32-result-grid,.v32-account-grid,.v32-history-grid{grid-template-columns:1fr}.v32-page-head{align-items:center}.v32-page-head h1{font-size:34px}.v32-pricing-grid,.v32-status-grid,.v32-step-grid,.v32-app-grid,.v32-contact-grid{grid-template-columns:1fr}.v32-price-actions{grid-template-columns:1fr}.v32-inline-note{align-items:flex-start;flex-direction:column}.v32-inline-note .btn{width:100%}.v32-auth-shell{min-height:calc(100dvh - 160px)}.v32-auth-card{padding:20px 17px}.v32-account-head{align-items:flex-start}.v32-account-actions{align-items:flex-end;flex-direction:column}.v32-balance{min-height:36px;padding:0 10px}.v32-account-actions .btn{min-height:40px!important}.v32-account-tabs{overflow-x:auto}.v32-account-tabs button{flex:1;min-width:90px;justify-content:center}.v32-browser-tab{min-width:135px}.v32-sub-head{padding:14px}.v32-sub-metrics,.v32-device-metrics{grid-template-columns:1fr 1fr;padding:9px 14px}.v32-sub-toolbar{padding:2px 14px 14px}.v32-sub-toolbar .btn{flex:1 1 calc(50% - 7px)}.v32-devices-block{margin:0 7px 7px}.v32-device-console{padding:11px}.v32-device-owner{grid-template-columns:1fr}.v32-device-head{align-items:center}.v32-device-head .v32-status{display:none}.v32-device-actions .btn{flex:1}.v32-account-card-wide{grid-column:auto}.v32-result-grid{grid-template-columns:1fr}.v32-qr-card{order:-1}.v32-qr-card .qr{width:180px;height:180px}}
@media(max-width:420px){.v32-feature-row{grid-template-columns:1fr}.v32-page-head .btn{min-height:42px!important;padding:0 12px!important}.v32-sub-metrics,.v32-device-metrics{grid-template-columns:1fr 1fr}.v32-device-tab{min-width:145px}.v32-copy-box{align-items:stretch;flex-direction:column}.v32-copy-box button{width:100%}.v32-inline-actions>.btn,.v32-inline-actions>form{flex:1}.v32-inline-actions>form .btn{width:100%}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}


/* Noir Cosmic v3.2.1 mobile polish */
.v321-hero-title{
  margin:12px 0 6px!important;
  font-size:clamp(44px,6vw,72px)!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
}
.v321-hero-slogan{
  position:relative;
  z-index:2;
  margin:0 0 22px;
  color:#b9afc4;
  font-size:clamp(14px,1.6vw,18px);
  font-weight:650;
  line-height:1.35;
  letter-spacing:.01em;
}

/* Purple means purple: no white tail / partially white fill. */
.btn.btn-primary,
.v32-menu-form button.is-primary,
.control-btn.is-primary,
.menu-save{
  background:linear-gradient(120deg,#6d39c7 0%,#8249d7 52%,#9a61e7 100%)!important;
  background-size:100% 100%!important;
  border-color:rgba(188,142,255,.27)!important;
  color:#fff!important;
}
.btn.btn-primary:hover,
.v32-menu-form button.is-primary:hover,
.control-btn.is-primary:hover,
.menu-save:hover{
  background:linear-gradient(120deg,#7540d1 0%,#8b53e0 52%,#a16bec 100%)!important;
}

/* Keep profile controls inside their own card on narrow screens. */
.profile-page .account-pane,
.profile-page .v32-browser-bar,
.profile-page .v32-sub-workspace,
.profile-page .v32-sub-toolbar,
.profile-page .v32-devices-block,
.profile-page .v32-device-console{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
.profile-page .v32-sub-toolbar>*{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

@media(max-width:720px){
  body.noir-site{padding-bottom:76px}
  .v32-mobile-dock{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .v32-mobile-dock a{min-width:0!important}

  .v32-hero{
    min-height:390px!important;
    padding:48px 15px 112px!important;
  }
  .v321-hero-title{
    font-size:clamp(38px,11.5vw,50px)!important;
    margin:10px 0 7px!important;
    line-height:1.02!important;
  }
  .v321-hero-slogan{
    max-width:290px;
    margin-bottom:18px;
    font-size:13px;
    line-height:1.4;
  }
  .v32-hero-actions{
    width:100%;
    max-width:330px;
    display:grid!important;
    grid-template-columns:1fr 1fr;
  }
  .v32-hero-actions .btn{
    width:100%!important;
    min-width:0!important;
    padding-left:10px!important;
    padding-right:10px!important;
    box-sizing:border-box!important;
  }

  .profile-page .v32-sub-toolbar{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:7px!important;
    padding:4px 12px 14px!important;
    overflow:visible!important;
  }
  .profile-page .v32-sub-toolbar .btn{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:48px!important;
    padding:0 10px!important;
    box-sizing:border-box!important;
    white-space:normal!important;
    text-align:center!important;
    overflow-wrap:anywhere!important;
  }
  .profile-page .v32-sub-toolbar .btn:first-child{
    grid-column:1/-1!important;
  }
  .profile-page .v32-sub-toolbar .btn:only-child{
    grid-column:1/-1!important;
  }
  .profile-page .v32-sub-head{
    min-width:0!important;
  }
  .profile-page .v32-sub-head>div:first-child{
    min-width:0!important;
  }
  .profile-page .v32-sub-head h2,
  .profile-page .v32-sub-head p{
    max-width:100%!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}

@media(max-width:380px){
  .v32-hero-actions{grid-template-columns:1fr!important}
  .profile-page .v32-sub-toolbar{grid-template-columns:1fr!important}
  .profile-page .v32-sub-toolbar .btn{grid-column:1!important}
}

/* ===== NOIR COSMIC v3.2.2 UI cleanup ===== */
/* Android/WebView: never show the default blue tap flash. Keep text copyable. */
html,body,body.noir-site,body.noir-site *{
  -webkit-tap-highlight-color:transparent!important;
}
body.noir-site ::selection{
  background:rgba(141,91,234,.34)!important;
  color:#fff!important;
}
body.noir-site a,
body.noir-site button,
body.noir-site [role="button"],
body.noir-site summary,
body.noir-site label{
  -webkit-touch-callout:none;
}

/* Cleaner home: one strong first screen, no card catalogue underneath. */
.v32-home-hero{
  min-height:min(690px,calc(100dvh - 128px));
  padding:72px 34px 112px;
  isolation:isolate;
}
.v32-home-hero::before{
  content:"";
  position:absolute;
  inset:18px;
  z-index:0;
  pointer-events:none;
  border:1px solid rgba(168,112,255,.055);
  border-radius:17px;
  background:
    radial-gradient(circle at 50% 42%,rgba(139,75,232,.065),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.008),transparent 32%);
}
.v32-home-hero .v32-hero-orb{
  top:50%;
  width:min(430px,72vw);
  height:min(430px,72vw);
  transform:translate(-50%,-52%);
  opacity:.9;
}
.v32-home-hero .v32-eyebrow{margin-bottom:14px}
.v322-hero-title{
  position:relative;
  z-index:2;
  margin:0;
  max-width:900px;
  color:#f7f3fb;
  font-size:clamp(54px,7vw,94px);
  font-weight:820;
  line-height:.92;
  letter-spacing:-.06em;
  text-wrap:balance;
}
.v322-hero-title em{
  color:#aa74f2;
  font-style:normal;
  font-weight:820;
  text-shadow:0 0 34px rgba(134,72,222,.18);
}
.v322-hero-actions{
  position:relative;
  z-index:3;
  margin-top:30px;
}
.v322-hero-rail{z-index:4}

/* Mobile: only brand + pinned burger on the top bar. Profile lives in the dock. */
@media(max-width:1000px){
  .v32-topbar{padding-right:58px!important}
  .v32-mobile-more{
    display:grid!important;
    position:fixed!important;
    top:max(16px,env(safe-area-inset-top))!important;
    right:max(16px,env(safe-area-inset-right))!important;
    z-index:1400!important;
    margin:0!important;
    background:#100d16!important;
    box-shadow:0 10px 34px rgba(0,0,0,.38)!important;
  }
}
@media(max-width:720px){
  .v32-profile-button{display:none!important}
  .v32-top-actions{margin-left:auto}
  .v32-topbar{padding-right:58px!important}
  .v32-mobile-dock{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    left:18px!important;
    right:18px!important;
    max-width:390px;
    margin-inline:auto;
  }
  .v32-home-hero{
    min-height:calc(100dvh - 156px)!important;
    padding:48px 15px 108px!important;
  }
  .v32-home-hero .v32-hero-orb{
    width:min(300px,76vw)!important;
    height:min(300px,76vw)!important;
    top:43%!important;
  }
  .v322-hero-title{
    max-width:330px;
    font-size:clamp(39px,11.4vw,52px)!important;
    line-height:.96!important;
    letter-spacing:-.055em!important;
  }
  .v322-hero-actions{
    width:100%;
    max-width:330px;
    margin-top:24px;
    grid-template-columns:1fr 1fr!important;
  }
  .v322-hero-actions .btn{
    width:100%!important;
    min-width:0!important;
  }
  .v322-hero-rail{left:8px!important;right:8px!important;bottom:8px!important}
}
@media(max-width:390px){
  .v322-hero-title{font-size:clamp(36px,10.7vw,44px)!important}
  .v322-hero-actions{grid-template-columns:1fr!important;max-width:280px}
  .v32-home-hero{padding-bottom:108px!important}
}

/* ===== NOIR COSMIC v3.2.3 VISUAL REFRESH ===== */
:root{
  --v323-accent:#9d67ef;
  --v323-accent-hi:#c59dff;
  --v323-surface:#100c17;
  --v323-surface-hi:#171020;
  --v323-border:rgba(207,181,255,.13);
  --v323-border-hot:rgba(184,133,255,.38);
  --v323-glow:0 0 0 1px rgba(169,109,255,.16),0 10px 34px rgba(91,46,150,.16);
  --v323-touch:0 0 0 1px rgba(199,159,255,.28),0 0 24px rgba(141,91,234,.18),inset 0 0 22px rgba(141,91,234,.06);
}

/* Typography: larger, denser and easier to scan on a phone. */
body.noir-site{
  font-size:15.5px!important;
  line-height:1.52!important;
  font-weight:540!important;
  letter-spacing:-.006em;
}
body.noir-site p,
body.noir-site li,
body.noir-site label,
body.noir-site input,
body.noir-site textarea,
body.noir-site select{font-size:1em}
body.noir-site h1,body.noir-site h2,body.noir-site h3,
body.noir-site strong{font-weight:760}
.v32-brand strong{font-size:14px!important;font-weight:820!important}
.v32-brand small{font-size:9px!important;font-weight:700!important}
.v32-tabs a{font-size:13px!important;font-weight:760!important}
.v32-profile-button{font-size:13px!important;font-weight:760!important}
.v32-page-head h1{font-size:clamp(36px,4.7vw,58px)!important;font-weight:820!important}
.v32-page-head p{font-size:15px!important;color:#aaa1b4!important}
.v32-eyebrow{font-size:11px!important;font-weight:820!important;letter-spacing:.2em!important}
.v322-hero-title{font-weight:840!important}
.btn{min-height:52px!important;padding:0 21px!important;font-size:14px!important;font-weight:780!important;border-radius:15px!important}
.btn-small{min-height:46px!important;font-size:13px!important}
.ui-flyout-menu a,.v32-menu-row{font-size:13px!important;font-weight:680!important}
.v32-menu-head strong{font-size:14px!important}.v32-menu-head span{font-size:10px!important}
.v32-menu-contact{font-size:12px!important}.v32-menu-form label span{font-size:10px!important}

/* Modern material: depth through static gradients and thin light edges, no blur filters. */
.v32-surface,
.v32-price-card,.v32-status-card,.v32-step-card,.v32-app-card,.v32-contact-card,
.v32-account-card,.v32-ticket-card,.v32-feature-card,.v32-inline-note,
.v32-browser-bar,.v32-sub-workspace,.v32-device-console,.v32-copy-box,
.v32-devices-block,.v32-auth-card,.ui-flyout{
  border-color:var(--v323-border)!important;
  background:
    linear-gradient(150deg,rgba(255,255,255,.024),transparent 24%),
    radial-gradient(circle at 82% -20%,rgba(159,100,238,.10),transparent 42%),
    linear-gradient(145deg,#110d18,#09070f 74%)!important;
  box-shadow:0 16px 46px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.v32-topbar,.v32-mobile-dock{
  border-color:rgba(207,181,255,.12)!important;
  background:linear-gradient(145deg,#100c17,#09070f)!important;
  box-shadow:0 16px 44px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
.v32-home-hero::before{
  border-color:rgba(201,163,255,.09)!important;
  background:
    radial-gradient(circle at 50% 38%,rgba(147,84,233,.11),transparent 36%),
    linear-gradient(135deg,rgba(255,255,255,.025),transparent 30%,rgba(139,78,225,.025))!important;
}
.v32-home-hero .v32-hero-orb{filter:saturate(1.08)}

/* Buttons: richer surface, not a flat purple rectangle. */
.btn{
  background:linear-gradient(145deg,#181220,#100d16)!important;
  border-color:rgba(214,191,255,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 7px 20px rgba(0,0,0,.18)!important;
}
.btn:hover{background:linear-gradient(145deg,#1d1627,#120e19)!important;border-color:rgba(190,145,255,.28)!important}
.btn.btn-primary,
.v32-menu-form button.is-primary{
  background:
    linear-gradient(180deg,rgba(255,255,255,.13),transparent 42%),
    linear-gradient(120deg,#6633bc 0%,#8147d7 48%,#9b61e7 100%)!important;
  border-color:rgba(218,190,255,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 10px 28px rgba(101,49,172,.25)!important;
}
.btn.btn-primary:hover,.v32-menu-form button.is-primary:hover{
  background:
    linear-gradient(180deg,rgba(255,255,255,.16),transparent 42%),
    linear-gradient(120deg,#7040c6 0%,#8b53df 48%,#a66eee 100%)!important;
}

/* One consistent purple touch response everywhere interactive. */
body.noir-site a,body.noir-site button,body.noir-site [role="button"],
.v32-surface,.v32-price-card,.v32-status-card,.v32-step-card,.v32-app-card,
.v32-contact-card,.v32-account-card,.v32-ticket-card,.v32-feature-card,
.v32-browser-tab,.v32-device-tab,.v32-copy-box,.v32-inline-note,
.v32-device-console,.v32-sub-workspace,.v32-devices-block,
.ui-flyout-menu a,.v32-menu-row{
  transition:transform .11s ease,border-color .11s ease,background-color .11s ease,box-shadow .11s ease,color .11s ease!important;
}
body.noir-site a:active,body.noir-site button:active,body.noir-site [role="button"]:active,
.v32-surface:active,.v32-price-card:active,.v32-status-card:active,.v32-step-card:active,.v32-app-card:active,
.v32-contact-card:active,.v32-account-card:active,.v32-ticket-card:active,.v32-feature-card:active,
.v32-browser-tab:active,.v32-device-tab:active,.v32-copy-box:active,.v32-inline-note:active,
.v32-device-console:active,.v32-sub-workspace:active,.v32-devices-block:active,
.ui-flyout-menu a:active,.v32-menu-row:active{
  border-color:var(--v323-border-hot)!important;
  box-shadow:var(--v323-touch)!important;
  transform:scale(.992)!important;
}
body.noir-site :focus-visible{
  outline:2px solid rgba(185,132,255,.78)!important;
  outline-offset:2px!important;
  box-shadow:0 0 0 5px rgba(141,91,234,.12)!important;
}

/* Tabs feel more like a current app/browser UI. */
.v32-tabs a,.v32-browser-tab,.v32-device-tab,.v32-account-tabs button{
  border-radius:13px!important;
}
.v32-tabs a.is-active,.v32-browser-tab.is-active,.v32-device-tab.is-active,.v32-account-tabs button.is-active{
  border-color:rgba(190,145,255,.28)!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.035),transparent),
    linear-gradient(120deg,rgba(132,73,225,.22),rgba(96,49,159,.08))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 7px 20px rgba(73,35,120,.12)!important;
}
.v32-mobile-dock a{font-size:9px!important;font-weight:700!important}
.v32-mobile-dock i{font-size:14px!important}

/* Secondary text stays readable instead of tiny/dim. */
.v32-muted,.muted,.v32-meta,.v32-sub-head p,.v32-device-head p,
.v32-metric span,.v32-device-owner span,.v32-history-grid span{
  color:#a79dae!important;
}
.v32-sub-head p,.v32-device-head p{font-size:12.5px!important}
.v32-sub-head h2,.v32-device-head h3{font-weight:800!important}
.v32-sub-metrics strong,.v32-device-metrics strong{font-size:14px!important;font-weight:760!important}
.v32-sub-metrics span,.v32-device-metrics span{font-size:11px!important}

@media(max-width:720px){
  body.noir-site{font-size:15px!important;line-height:1.5!important}
  .v32-topbar{height:66px!important;border-radius:19px!important}
  .v32-brand strong{font-size:15px!important}.v32-brand small{font-size:9px!important}
  .v32-icon-button{width:48px!important;height:48px!important;border-radius:14px!important}
  .v32-page-shell{margin-top:92px!important}
  .v32-page-head h1{font-size:36px!important}
  .v322-hero-title{font-size:clamp(38px,10.8vw,48px)!important;line-height:.98!important}
  .v32-eyebrow{font-size:10px!important}
  .btn{min-height:54px!important;font-size:14px!important}
  .v32-mobile-dock{height:66px!important;border-radius:19px!important;padding:6px!important}
  .v32-mobile-dock a{font-size:9px!important;border-radius:12px!important}
  .ui-mobile-menu-grid a{min-height:68px!important;font-size:13px!important}
  .v32-sub-head h2{font-size:28px!important}
  .v32-device-head h3{font-size:18px!important}
}
@media(prefers-reduced-motion:reduce){
  body.noir-site a,body.noir-site button,body.noir-site [role="button"],
  .v32-surface,.v32-price-card,.v32-status-card,.v32-step-card,.v32-app-card,
  .v32-contact-card,.v32-account-card,.v32-ticket-card,.v32-feature-card{transition:none!important}
}

/* ===== NOIR COSMIC v3.2.4 RESPONSIVE POLISH ===== */
:root{
  --v324-hover-border:rgba(196,154,255,.44);
  --v324-hover-shadow:0 0 0 1px rgba(183,130,255,.20),0 0 24px rgba(124,70,214,.14),inset 0 1px 0 rgba(255,255,255,.045);
}

/* Menu backdrop: dim the page, keep the opened flyout and trigger above it. */
.ui-menu-backdrop{
  position:fixed;
  inset:0;
  z-index:1100;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  background:rgba(3,2,7,.50);
  transition:opacity .16s ease,visibility .16s ease;
}
body.noir-site.is-flyout-open .ui-menu-backdrop{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
body.noir-site.is-flyout-open .v32-mobile-more,
body.noir-site.is-flyout-open .v32-desktop-more{
  z-index:1250!important;
}
.ui-flyout{z-index:1200!important}

/* Links and long IDs must never escape their card. */
.v32-copy-box,
.v32-copy-line{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.v32-copy-box>div,
.v32-copy-line>div{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.v32-copy-box code,
.v32-copy-line code{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

/* Hover is the visual response. Pressing no longer produces a second glow/scale. */
body.noir-site a:active,
body.noir-site button:active,
body.noir-site [role="button"]:active,
.v32-browser-tab:active,
.v32-device-tab:active,
.v32-price-card:active,
.v32-status-card:active,
.v32-step-card:active,
.v32-app-card:active,
.v32-contact-card:active,
.v32-ticket-card:active,
.v32-device-console:active,
.v32-copy-box:active,
.ui-flyout-menu a:active,
.v32-menu-row:active{
  transform:none!important;
}
@media(hover:hover) and (pointer:fine){
  body.noir-site a:hover,
  body.noir-site button:hover,
  body.noir-site [role="button"]:hover,
  .v32-browser-tab:hover,
  .v32-device-tab:hover,
  .v32-price-card:hover,
  .v32-status-card:hover,
  .v32-step-card:hover,
  .v32-app-card:hover,
  .v32-contact-card:hover,
  .v32-ticket-card:hover,
  .v32-device-console:hover,
  .v32-copy-box:hover,
  .ui-flyout-menu a:hover,
  .v32-menu-row:hover{
    border-color:var(--v324-hover-border)!important;
    box-shadow:var(--v324-hover-shadow)!important;
  }
  .v32-price-card:hover,
  .v32-status-card:hover,
  .v32-step-card:hover,
  .v32-app-card:hover,
  .v32-contact-card:hover,
  .v32-ticket-card:hover,
  .v32-device-console:hover{
    transform:translateY(-1px)!important;
  }
}
/* Touch sweep highlight is applied by a tiny pointermove handler. */
body.noir-site .v324-hover{
  border-color:var(--v324-hover-border)!important;
  box-shadow:var(--v324-hover-shadow)!important;
}

/* Desktop: use the monitor, not a phone-sized column in the middle. */
@media(min-width:1100px){
  body.noir-site{
    font-size:18px!important;
    line-height:1.55!important;
    font-weight:560!important;
  }
  .v32-topbar{
    width:calc(100% - 48px)!important;
    max-width:2200px!important;
    height:70px!important;
    padding:9px 13px 9px 18px!important;
  }
  .v32-page-shell{
    width:calc(100% - 48px)!important;
    max-width:2200px!important;
    margin-top:106px!important;
  }
  .v32-footer{
    width:calc(100% - 48px)!important;
    max-width:2200px!important;
  }
  .v32-brand strong{font-size:18px!important}.v32-brand small{font-size:12px!important}
  .v32-tabs a,.v32-profile-button{font-size:15px!important}
  .v32-tabs{gap:5px!important}.v32-tabs a{min-height:44px!important;padding:0 15px!important}
  .v32-icon-button{width:50px!important;height:50px!important}
  .v32-page-head h1{font-size:clamp(44px,4vw,70px)!important}
  .v32-page-head p{font-size:18px!important}
  .v32-eyebrow,.v32-kicker{font-size:13px!important}
  .btn{min-height:56px!important;padding:0 24px!important;font-size:16px!important}
  .btn-small{min-height:48px!important;font-size:15px!important}

  /* Public cards: readable secondary text on desktop. */
  .v32-mini-card i,.v32-mini-card span,
  .v32-nav-card span,
  .v32-price-card .v32-plan-index,.v32-badge,.v32-price span,.v32-plan-specs span,
  .v32-status-card>span,.v32-step-grid b,.v32-step-grid span,
  .v32-app-grid span,.v32-contact-grid span,.v32-inline-note,
  .v32-form label span,.v32-auth-form label span,
  .v32-account-strip span,.v32-account-strip b,.v32-alert{
    font-size:14px!important;
  }
  .v32-mini-card strong,.v32-nav-card strong,.v32-status-card strong,
  .v32-contact-grid strong{font-size:17px!important}
  .v32-price-card h2{font-size:23px!important}.v32-price strong{font-size:40px!important}
  .v32-step-grid h2,.v32-app-grid h2{font-size:19px!important}

  /* Profile becomes a real desktop workspace. */
  .profile-page .v32-account{gap:14px!important}
  .profile-page .v32-account-head{padding:20px 22px!important;border-radius:18px!important}
  .profile-page .v32-avatar{width:58px!important;height:58px!important;border-radius:15px!important;font-size:21px!important}
  .profile-page .v32-account-user h1{max-width:760px!important;font-size:24px!important}
  .profile-page .v32-account-user p{font-size:14px!important}
  .profile-page .v32-balance{font-size:15px!important}
  .profile-page .v32-account-tabs{padding:7px!important}
  .profile-page .v32-account-tabs button{height:50px!important;padding:0 19px!important;font-size:15px!important}
  .profile-page .v32-account-tabs b{font-size:12px!important}
  .profile-page .v32-browser-bar{gap:8px!important;margin-bottom:12px!important}
  .profile-page .v32-browser-tab{height:58px!important;min-width:220px!important;max-width:340px!important;padding:0 15px!important}
  .profile-page .v32-browser-tab span{font-size:15px!important}.profile-page .v32-browser-tab small{font-size:12px!important}
  .profile-page .v32-browser-plus{width:58px!important;height:58px!important;font-size:23px!important}
  .profile-page .v32-sub-workspace.is-active{
    display:grid!important;
    grid-template-columns:minmax(360px,.68fr) minmax(620px,1.32fr)!important;
    grid-template-rows:auto auto 1fr!important;
    gap:0 14px!important;
    padding:14px!important;
    align-items:start!important;
    overflow:visible!important;
  }
  .profile-page .v32-sub-head{
    grid-column:1!important;
    grid-row:1!important;
    padding:18px!important;
    border:1px solid var(--v32-line)!important;
    border-radius:14px!important;
  }
  .profile-page .v32-sub-head h2{font-size:30px!important}.profile-page .v32-sub-head p{font-size:15px!important}
  .profile-page .v32-status{min-height:34px!important;font-size:12px!important}
  .profile-page .v32-sub-metrics{
    grid-column:1!important;
    grid-row:2!important;
    grid-template-columns:1fr 1fr!important;
    padding:10px 0!important;
  }
  .profile-page .v32-sub-metrics>div{padding:14px!important}
  .profile-page .v32-sub-metrics span{font-size:13px!important}.profile-page .v32-sub-metrics strong{font-size:17px!important}
  .profile-page .v32-sub-toolbar{
    grid-column:1!important;
    grid-row:3!important;
    align-content:start!important;
    padding:4px 0 0!important;
  }
  .profile-page .v32-devices-block{
    grid-column:2!important;
    grid-row:1 / span 3!important;
    margin:0!important;
    min-width:0!important;
    border-radius:15px!important;
  }
  .profile-page .v32-devices-block>header{padding:16px 18px!important}
  .profile-page .v32-devices-block>header h3{font-size:20px!important}
  .profile-page .v32-devices-block>header>b{font-size:13px!important}
  .profile-page .v32-device-tabs{gap:7px!important;padding:9px!important}
  .profile-page .v32-device-tab{height:64px!important;min-width:230px!important;max-width:320px!important;padding:8px 12px!important}
  .profile-page .v32-device-tab span{font-size:15px!important}.profile-page .v32-device-tab small{font-size:12px!important}
  .profile-page .v32-device-console{padding:18px!important}
  .profile-page .v32-device-title h3{font-size:23px!important}.profile-page .v32-device-head p{font-size:13px!important}
  .profile-page .v32-device-owner span,.profile-page .v32-device-metrics span{font-size:13px!important}
  .profile-page .v32-device-owner strong,.profile-page .v32-device-metrics strong{font-size:17px!important}
  .profile-page .v32-mono{font-size:14px!important}
  .profile-page .v32-copy-box span{font-size:12px!important}.profile-page .v32-copy-box code{font-size:14px!important}
  .profile-page .v32-copy-box button{font-size:14px!important;min-height:44px!important}
  .profile-page .v32-account-card h2{font-size:20px!important}
  .profile-page .v32-account-card>header span,.profile-page .v32-account-kv span{font-size:13px!important}
  .profile-page .v32-account-kv strong{font-size:17px!important}
  .profile-page .v32-compact-list span,.profile-page .v32-compact-list strong{font-size:14px!important}
  .profile-page .v32-compact-list i{font-size:12px!important}
}

/* Tablet/mobile: burger is a separate floating control, not glued to the brand card. */
@media(max-width:1000px){
  .v32-topbar{
    left:12px!important;
    right:82px!important;
    width:auto!important;
    transform:none!important;
    padding-right:14px!important;
  }
  .v32-mobile-more{
    top:max(12px,env(safe-area-inset-top))!important;
    right:max(12px,env(safe-area-inset-right))!important;
    width:58px!important;
    height:60px!important;
    border-radius:17px!important;
  }
}
@media(max-width:720px){
  .v32-topbar{top:8px!important;left:8px!important;right:76px!important;height:58px!important}
  .v32-mobile-more{top:max(8px,env(safe-area-inset-top))!important;right:max(8px,env(safe-area-inset-right))!important;width:58px!important;height:58px!important}
  .v32-account-user h1{font-size:18px!important}
  .v32-account-user p{font-size:11.5px!important}
  .v32-copy-box code{font-size:11px!important}
}
