:root{--ink:#f4f7ff;--muted:#8d9ab3;--line:rgba(150,174,220,.16);--panel:#0b1324;--cyan:#36d9ff;--blue:#3978ff;--violet:#7254ff;--pink:#ff34ca;--bg:#050914;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif;overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}.site-header{height:78px;position:sticky;top:0;z-index:15;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 max(28px,calc((100% - var(--max))/2));background:rgba(5,9,20,.76);backdrop-filter:blur(22px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;color:#fff;text-decoration:none;font-family:"Space Grotesk";font-size:20px;font-weight:600}.brand img{border-radius:11px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(48,196,255,.3))}.brand b{color:var(--cyan)}nav{display:flex;align-items:center;gap:32px}nav a,.text-link{color:#a9b3c7;text-decoration:none;font-size:13px;font-weight:700;transition:.2s}nav a:hover,nav a.active,.text-link:hover{color:#fff}nav a.active{position:relative}nav a.active:after{content:"";position:absolute;height:2px;left:0;right:0;bottom:-11px;background:linear-gradient(90deg,var(--cyan),var(--pink));border-radius:2px}.nav-actions{justify-self:end;display:flex;align-items:center;gap:20px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:0 25px;color:#05101e;background:linear-gradient(110deg,var(--cyan),#7eeeff);border-radius:13px;font-size:13px;font-weight:800;text-decoration:none;box-shadow:0 12px 35px rgba(41,207,255,.18);transition:transform .25s,box-shadow .25s}.button:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(41,207,255,.27)}.button.small{min-height:40px;padding:0 17px;border-radius:10px}.button.ghost{color:#d6def0;border:1px solid var(--line);background:rgba(16,26,45,.55);box-shadow:none}.menu-toggle{display:none;background:0;border:0}.section{max-width:var(--max);margin:0 auto;padding:120px 28px}.hero{position:relative;min-height:calc(100vh - 78px);max-width:1440px;display:grid;grid-template-columns:46% 54%;align-items:center;padding-top:70px;padding-bottom:80px}.hero:before{content:"";position:absolute;left:-300px;top:10%;width:650px;height:650px;border-radius:50%;background:rgba(49,81,255,.09);filter:blur(100px)}.eyebrow,.kicker{font-size:11px;letter-spacing:.19em;text-transform:uppercase;font-weight:800;color:#8fa3c2}.eyebrow{display:flex;align-items:center;gap:9px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--cyan);box-shadow:0 0 16px var(--cyan)}h1,h2{font-family:"Space Grotesk";letter-spacing:-.045em;margin:19px 0 24px;line-height:.94}h1{font-size:clamp(58px,7vw,100px)}h2{font-size:clamp(42px,5vw,68px)}h1 em,h2 em{font-style:normal;color:transparent;background:linear-gradient(95deg,var(--cyan),#5c8dff 58%,var(--pink));background-clip:text;-webkit-background-clip:text}.hero-text{max-width:590px;color:#9da9be;font-size:17px;line-height:1.75}.hero-actions{display:flex;gap:12px;margin-top:35px}.proof{display:flex;gap:30px;margin-top:52px}.proof div{display:grid;gap:4px;padding-right:30px;border-right:1px solid var(--line)}.proof div:last-child{border:0}.proof strong{font-family:"Space Grotesk";font-size:18px}.proof span{color:#77859d;font-size:11px}.hero-visual{position:relative;height:610px;display:flex;align-items:center;justify-content:center}.hero-visual img{position:relative;z-index:2;width:124%;max-width:none;height:100%;object-fit:contain;object-position:center;mix-blend-mode:screen;filter:drop-shadow(0 28px 60px rgba(12,95,206,.2))}.orb{position:absolute;width:65%;aspect-ratio:1;border-radius:50%;background:linear-gradient(140deg,rgba(42,187,255,.17),rgba(223,37,255,.12));filter:blur(65px)}.status-float{position:absolute;z-index:3;right:5%;bottom:12%;display:grid;grid-template-columns:auto 1fr;gap:2px 10px;padding:14px 18px;border:1px solid rgba(103,215,255,.25);border-radius:13px;background:rgba(7,16,34,.8);backdrop-filter:blur(15px);font-size:11px}.status-float i{grid-row:1/3;align-self:center;width:8px;height:8px;border-radius:50%;background:#27e59a;box-shadow:0 0 14px #27e59a}.status-float span{color:#8190a8}.status-float b{font-size:12px}.ticker{border-block:1px solid var(--line);overflow:hidden;background:#070d19}.ticker div{width:max-content;display:flex;gap:36px;align-items:center;padding:19px 0;animation:slide 24s linear infinite}.ticker span{font-family:"Space Grotesk";font-size:11px;letter-spacing:.23em;color:#73829c}.ticker i{font-style:normal;color:var(--cyan)}@keyframes slide{to{transform:translateX(-40%)}}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:55px}.section-heading h2{margin-bottom:0}.section-heading p{max-width:430px;color:var(--muted);line-height:1.8;font-size:14px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature-card{position:relative;overflow:hidden;min-height:310px;padding:35px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(13,24,45,.9),rgba(7,13,26,.92));transition:.3s}.feature-card:hover{transform:translateY(-5px);border-color:rgba(61,213,255,.31)}.feature-wide{grid-row:span 2;min-height:636px}.feature-card:before{content:"";position:absolute;width:200px;height:200px;right:-80px;top:-80px;border-radius:50%;background:rgba(44,203,255,.07);filter:blur(30px)}.card-no{position:absolute;right:30px;top:30px;color:#536078;font:600 11px "Space Grotesk"}.icon3d{width:62px;height:62px;display:grid;place-items:center;border:1px solid rgba(75,228,255,.3);border-radius:17px;background:linear-gradient(145deg,#163353,#071423);color:var(--cyan);font-size:31px;box-shadow:inset 0 0 19px rgba(53,212,255,.11),0 14px 35px rgba(0,0,0,.3)}.icon3d.magenta{color:var(--pink);border-color:#80396e}.icon3d.violet{color:#9d89ff;border-color:#534b8a}.icon3d.blue{color:#55a4ff}.icon3d.pink{color:#ff79dc;border-color:#71325f}.feature-card h3{font:600 24px "Space Grotesk";margin:32px 0 13px}.feature-card p{color:var(--muted);line-height:1.75;font-size:14px;max-width:440px}.mini-console{position:absolute;left:35px;right:35px;bottom:35px;height:240px;border:1px solid var(--line);border-radius:15px;background:#050a13;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.35)}.mini-console>div{height:48px;display:flex;align-items:center;gap:6px;padding:0 15px;border-bottom:1px solid var(--line)}.mini-console i{width:7px;height:7px;border-radius:50%;background:#40506a}.mini-console div span{margin-left:auto;font-size:8px;letter-spacing:.16em;color:#66758d}.mini-console code{display:block;padding:22px 20px 0;color:#8290a7;font:11px monospace}.mini-console code b{color:var(--cyan)}.mini-console code.success{color:#59d9a8}.brand-wall{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden}.brand-wall span{min-height:120px;display:grid;place-items:center;color:#718099;font:600 17px "Space Grotesk";letter-spacing:.04em;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.25s}.brand-wall span:hover{color:#fff;background:linear-gradient(145deg,rgba(43,178,255,.08),rgba(255,49,202,.05))}.showcase{display:grid;grid-template-columns:36% 64%;gap:65px;align-items:center;max-width:1360px}.showcase-copy p{color:var(--muted);line-height:1.8}.showcase-copy ul{list-style:none;padding:0;margin:28px 0;display:grid;gap:15px;font-size:13px;color:#c2cad9}.showcase-copy li i{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:10px;border-radius:50%;background:rgba(55,219,255,.1);color:var(--cyan);font-style:normal}.arrow-link{color:var(--cyan);text-decoration:none;font-size:13px;font-weight:800}.app-window{border:1px solid rgba(101,155,230,.24);border-radius:20px;background:#09111e;box-shadow:0 45px 100px rgba(0,0,0,.48),0 0 90px rgba(56,135,255,.09);overflow:hidden;transform:perspective(1200px) rotateY(-3deg)}.window-top{height:48px;display:flex;align-items:center;padding:0 17px;border-bottom:1px solid var(--line);background:#0d1727;font-size:10px;color:#8f9bb0}.window-top>span{display:flex;gap:5px;margin-right:auto}.window-top i{display:block;width:7px;height:7px;border-radius:50%;background:#34425a}.window-top b{position:absolute;left:50%;transform:translateX(-50%);font-size:10px}.window-top small{margin-left:auto;color:#4ce6a4}.window-body{display:grid;grid-template-columns:190px 1fr;min-height:440px}.window-body aside{padding:18px 13px;border-right:1px solid var(--line);background:#070e1a}.app-logo{display:flex;gap:9px;align-items:center;margin-bottom:23px}.app-logo img{width:33px;height:33px;border-radius:8px}.app-logo span{font:600 11px "Space Grotesk"}.app-logo small{display:block;color:#66748a;font:7px Manrope;margin-top:2px}.window-body aside button{display:block;width:100%;text-align:left;padding:11px;border:0;border-radius:7px;color:#7d899e;background:transparent;font:9px Manrope;margin-bottom:4px}.window-body aside button.selected{color:var(--cyan);background:rgba(50,202,255,.09)}.dash{padding:30px}.dash-label{font-size:8px;letter-spacing:.14em;color:#6f7e95}.device-row{display:flex;align-items:center;gap:17px;margin:10px 0 20px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#0b1525}.phone-shape{width:35px;height:56px;border:2px solid #347ca2;border-radius:7px;box-shadow:inset 0 0 12px rgba(43,203,255,.16)}.device-row small,.device-row p{font-size:8px;color:#69778d;margin:0}.device-row h4{font:600 14px "Space Grotesk";margin:5px 0}.device-row button{margin-left:auto;padding:10px 13px;border:0;border-radius:7px;color:#05101e;background:var(--cyan);font-size:8px;font-weight:800}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dash-grid div{padding:15px;border:1px solid var(--line);border-radius:10px;background:#09111e}.dash-grid small{display:block;color:#63718a;font-size:7px;margin-bottom:9px}.dash-grid b{font-size:9px}.dash-grid i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#31dd96}.log{margin-top:16px;padding:15px;border:1px solid var(--line);border-radius:10px;background:#050a12}.log span{font-size:7px;color:#617087}.log code{display:block;color:#718198;font:8px monospace;margin-top:12px}.log code b{color:#4c617e;margin-right:11px}.pricing{max-width:1180px}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:center}.price-card{position:relative;padding:35px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#0d1728,#080e1b)}.price-card.featured{padding-block:52px;border-color:rgba(58,216,255,.36);box-shadow:0 28px 80px rgba(18,99,165,.14)}.popular{position:absolute;top:0;left:35px;transform:translateY(-50%);padding:7px 12px;border-radius:20px;background:linear-gradient(90deg,var(--cyan),#8eeaff);color:#04101c;font-size:8px;font-weight:800;letter-spacing:.1em}.price-card>span{font-size:9px;letter-spacing:.16em;color:#8491a8}.price-card h3{font:600 31px "Space Grotesk";margin:17px 0 10px}.price-card p{min-height:65px;color:var(--muted);line-height:1.7;font-size:12px}.price-card ul{list-style:none;padding:22px 0;margin:20px 0;border-block:1px solid var(--line);display:grid;gap:13px;color:#b8c2d5;font-size:12px}.price-card li:before{content:"✓";color:var(--cyan);margin-right:10px}.price-card .button{width:100%}.download{max-width:1300px}.download-card{position:relative;overflow:hidden;min-height:490px;display:flex;align-items:center;padding:70px;border:1px solid rgba(104,199,255,.25);border-radius:30px;background:radial-gradient(circle at 85% 35%,rgba(53,93,255,.24),transparent 32%),linear-gradient(120deg,#0d2441,#15123d 70%,#2b0d3b)}.download-card>div{position:relative;z-index:2;max-width:680px}.download-card h2{margin-block:17px}.download-card p{max-width:650px;color:#acb9d0;line-height:1.8;font-size:14px}.download-card>img{position:absolute;right:-3%;width:43%;mix-blend-mode:screen;filter:drop-shadow(0 20px 50px rgba(24,189,255,.18));transform:rotate(5deg)}.release{display:flex;gap:28px;margin:28px 0;color:#c3ccdc;font-size:11px}.release span i{display:inline-block;width:7px;height:7px;margin-right:8px;border-radius:50%;background:#28e69b;box-shadow:0 0 12px #28e69b}.download-actions{display:flex;gap:12px}.button.light{background:#fff;color:#07101e;box-shadow:none}.button.ghost-light{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.04);color:#fff;box-shadow:none}.support{padding-top:30px}.support-card{text-align:center;padding:70px 30px;border-top:1px solid var(--line)}.support-card h2{font-size:45px;margin:17px 0}.support-card p{color:var(--muted);margin:0 auto 30px}footer{max-width:var(--max);margin:auto;padding:55px 28px 35px;display:grid;grid-template-columns:1fr 1fr;gap:35px;border-top:1px solid var(--line)}footer p{max-width:460px;color:#748198;font-size:12px;line-height:1.7}footer>div{justify-self:end;display:flex;gap:25px}footer>div a{color:#8d9ab0;text-decoration:none;font-size:11px}footer small{grid-column:1/-1;color:#536078;font-size:10px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.site-header{grid-template-columns:1fr auto}.site-header nav{position:absolute;top:78px;left:18px;right:18px;display:none;padding:20px;border:1px solid var(--line);border-radius:15px;background:#08101d;box-shadow:0 25px 55px #000}.site-header nav.open{display:grid;gap:20px}.nav-actions{display:none}.menu-toggle{display:grid;gap:7px;padding:10px}.menu-toggle span{display:block;width:25px;height:2px;background:#fff}.hero{grid-template-columns:1fr;padding-top:90px}.hero-copy{position:relative;z-index:5}.hero-visual{position:absolute;right:-22%;width:78%;height:80%;opacity:.56}.hero-visual img{width:130%}.status-float{display:none}.feature-grid{grid-template-columns:1fr 1fr}.feature-wide{grid-column:1/-1;grid-row:auto}.showcase{grid-template-columns:1fr}.showcase-copy{max-width:650px}.price-grid{grid-template-columns:1fr}.price-card p{min-height:auto}.download-card>img{opacity:.45;width:55%}.window-body{grid-template-columns:160px 1fr}}
@media(max-width:680px){.section{padding:85px 20px}.site-header{padding:0 20px}.hero{min-height:850px;align-items:start;padding-top:100px}.hero-visual{top:370px;right:-42%;width:135%;height:510px;opacity:.72}.hero-visual img{width:125%}.hero-text{font-size:15px}.hero-actions,.download-actions{flex-direction:column;align-items:stretch}.proof{gap:15px}.proof div{padding-right:15px}.proof strong{font-size:13px}.proof span{font-size:9px}.section-heading{display:block}.section-heading p{margin-top:25px}.feature-grid{grid-template-columns:1fr}.feature-wide{min-height:560px}.feature-card{min-height:280px}.brand-wall{grid-template-columns:1fr 1fr}.brand-wall span{font-size:13px}.showcase{gap:35px}.app-window{transform:none}.window-body{grid-template-columns:1fr}.window-body aside{display:none}.dash{padding:18px}.device-row button{display:none}.download-card{padding:45px 25px;min-height:580px;align-items:start}.download-card>img{bottom:-20px;right:-10%;width:85%;opacity:.34}.release{flex-direction:column;gap:8px}.support-card h2{font-size:36px}footer{grid-template-columns:1fr}footer>div{justify-self:start;flex-wrap:wrap}h1{font-size:58px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}.reveal{opacity:1;transform:none;transition:none}}

/* Full-width layout and final responsive refinements */
:root{--page-pad:clamp(24px,4vw,76px)}
.site-header{padding-left:var(--page-pad);padding-right:var(--page-pad)}
.section{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:var(--page-pad);padding-right:var(--page-pad)}
.hero,.showcase,.pricing,.download{max-width:none}
.showcase{grid-template-columns:minmax(300px,34%) minmax(0,66%);gap:clamp(38px,5vw,90px)}
footer{width:100%;max-width:none;margin:0;padding-left:var(--page-pad);padding-right:var(--page-pad)}
.feature-grid{grid-template-columns:minmax(360px,1.05fr) repeat(2,minmax(260px,1fr))}
.feature-wide{grid-row:span 2}
.optional-brands{padding-top:20px}
@media(max-width:1100px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-wide{grid-column:1/-1;grid-row:auto}.showcase{grid-template-columns:1fr}}
@media(max-width:680px){:root{--page-pad:20px}body,main{width:100%;max-width:100vw;overflow-x:hidden}.site-header{width:100%;grid-template-columns:minmax(0,1fr) auto;padding-left:20px;padding-right:20px}.section{padding-left:20px;padding-right:20px}.feature-grid{grid-template-columns:minmax(0,1fr)}.feature-wide{grid-column:auto}.hero{width:100%;grid-template-columns:minmax(0,1fr);padding-top:84px;min-height:820px}.hero-copy{width:100%;min-width:0;overflow:hidden}.hero-copy>*{max-width:100%}.hero h1{font-size:clamp(51px,15vw,68px)}.hero-text{white-space:pre-line;overflow-wrap:anywhere;max-width:100%}.hero-actions{width:100%}.hero-visual{top:405px;right:-45%;width:145%;height:460px}.button{width:100%;max-width:100%}.proof{width:100%;justify-content:space-between}.proof div{min-width:0;flex:1}.section-heading h2{font-size:clamp(38px,12vw,52px)}.feature-card{padding:26px}.mini-console{left:26px;right:26px;bottom:26px}.price-card,.price-card.featured{padding:34px 26px}.download-card{border-radius:22px}.app-window{width:100%;overflow:hidden}.dash-grid{grid-template-columns:1fr}.ticker div{gap:26px}}

/* Requested feature grid and footer corrections */
.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.feature-card{min-height:320px}
.site-footer{display:block;width:100%;padding:0 var(--page-pad);border-top:1px solid var(--line);background:linear-gradient(180deg,rgba(7,12,24,.8),#050914)}
.site-footer .footer-main{width:100%;display:grid;grid-template-columns:minmax(280px,1.7fr) repeat(3,minmax(150px,1fr));gap:clamp(35px,6vw,95px);padding:70px 0 55px}
.site-footer .footer-about{display:block}
.site-footer .footer-about p{max-width:400px;margin-top:22px;color:#748198;font-size:12px;line-height:1.8}
.site-footer .footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.site-footer .footer-column h3{margin:0 0 9px;color:#f4f7ff;font:600 14px "Space Grotesk"}
.site-footer .footer-column a{color:#8391a9;text-decoration:none;font-size:12px;transition:.2s}
.site-footer .footer-column a:hover{color:var(--cyan)}
.site-footer .footer-bottom{width:100%;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:25px 0 32px;border-top:1px solid var(--line);color:#536078;font-size:10px}
.site-footer .footer-bottom small{color:inherit;font-size:inherit}
@media(max-width:1000px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.feature-grid{grid-template-columns:minmax(0,1fr)}.feature-card{min-height:280px}.site-footer{padding:0 20px}.site-footer .footer-main{grid-template-columns:1fr;gap:34px;padding:55px 0 40px}.site-footer .footer-bottom{flex-direction:column;align-items:flex-start;line-height:1.6}}

.account-nav-link{display:none}
@media(max-width:1000px){.site-header nav .account-nav-link{display:block}}

/* Seamless supported-workflow ticker */
.ticker .ticker-track{display:flex;width:max-content;gap:0;padding:0;animation:ticker-loop 24s linear infinite}
.ticker .ticker-set{display:flex;flex:none;align-items:center;gap:36px;padding:19px 18px;animation:none}
@keyframes ticker-loop{to{transform:translateX(-50%)}}

/* Login and registration views rendered by index.php */
.auth-body{min-height:100vh;min-height:100dvh;background:radial-gradient(circle at 15% 20%,rgba(57,120,255,.14),transparent 32%),radial-gradient(circle at 88% 75%,rgba(255,52,202,.1),transparent 30%),var(--bg)}
.auth-page{min-height:100vh;min-height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto}
.auth-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,76px);border-bottom:1px solid var(--line);background:rgba(5,9,20,.75);backdrop-filter:blur(18px)}
.auth-nav{display:flex;align-items:center;gap:28px}.auth-nav a{color:#9eabc0;text-decoration:none;font-size:13px;font-weight:700}.auth-nav a:hover,.auth-nav a.active{color:#fff}
.auth-main{min-height:0;display:grid;overflow:hidden}.auth-shell{width:100%;height:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1fr);overflow:hidden;background:rgba(8,15,29,.86)}
.auth-art{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:0;padding:clamp(32px,5vw,76px);overflow:hidden;background:linear-gradient(145deg,rgba(21,51,91,.78),rgba(31,15,65,.78))}.auth-art:before{content:"";position:absolute;inset:8% -20% auto;width:120%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(54,217,255,.23),rgba(114,84,255,.12) 35%,transparent 68%)}.auth-art img{position:absolute;z-index:1;inset:4% 8% auto;width:84%;height:65%;object-fit:contain;filter:drop-shadow(0 25px 50px rgba(20,148,255,.22))}.auth-art div{position:relative;z-index:2}.auth-art span{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--cyan);font-weight:800}.auth-art h2{margin:14px 0 12px;font:600 37px/1.05 "Space Grotesk"}.auth-art p{margin:0;color:#9eabc0;font-size:13px;line-height:1.7}
.auth-panel{min-height:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,5vh,54px) clamp(32px,6vw,96px);overflow-y:auto;background:rgba(7,13,25,.78)}.auth-panel form,.auth-panel>h1,.auth-panel>.subtitle,.auth-panel>.switch{width:min(520px,100%);margin-left:auto;margin-right:auto}.auth-panel h1{margin-top:0;margin-bottom:9px;font:600 38px "Space Grotesk";letter-spacing:-.035em}.auth-panel>.subtitle{margin-top:0;margin-bottom:34px;color:var(--muted);font-size:13px}.field{display:grid;gap:8px;margin-bottom:18px}.field label{color:#c8d1e1;font-size:11px;font-weight:800}.field input{width:100%;height:50px;padding:0 15px;border:1px solid var(--line);border-radius:11px;outline:0;color:#fff;background:#091221;font:13px Manrope}.field input:focus{border-color:rgba(54,217,255,.65);box-shadow:0 0 0 3px rgba(54,217,255,.08)}.field small{color:#65738a;font-size:10px}.form-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:4px 0 22px;color:#8d9ab3;font-size:11px}.form-row a{color:var(--cyan);text-decoration:none}.check{display:flex;align-items:center;gap:8px}.check input{accent-color:var(--cyan)}
.auth-button{width:100%;height:52px;border:0;border-radius:12px;color:#05101e;background:linear-gradient(110deg,var(--cyan),#82efff);font-weight:800;cursor:pointer;box-shadow:0 12px 35px rgba(41,207,255,.18)}.auth-button:disabled{opacity:.6;cursor:wait}.form-message{display:none;margin:16px 0 0;padding:11px 13px;border-radius:9px;font-size:11px;line-height:1.5}.form-message.show{display:block}.form-message.error{color:#ffb7cb;background:rgba(255,52,110,.1);border:1px solid rgba(255,80,125,.2)}.form-message.success{color:#8cf2c3;background:rgba(39,229,154,.09);border:1px solid rgba(39,229,154,.2)}.switch{margin-top:27px;margin-bottom:0;text-align:center;color:#8290a8;font-size:12px}.switch a{color:var(--cyan);font-weight:800;text-decoration:none}.auth-footer{text-align:center;padding:14px 25px;color:#536078;font-size:10px}.register .auth-art,.register .auth-panel{min-height:0}.register .auth-panel{padding-top:clamp(24px,3vh,42px);padding-bottom:clamp(24px,3vh,42px)}
@media(max-width:760px){.auth-page{height:auto}.auth-main{overflow:visible}.auth-header{height:auto;min-height:78px;gap:15px}.auth-nav{gap:15px}.auth-shell{grid-template-columns:1fr;min-height:calc(100dvh - 120px)}.auth-art{display:none}.auth-panel{justify-content:center;overflow:visible;padding:42px 28px}.register .auth-panel{min-height:0}.auth-panel h1{font-size:34px}}
@media(max-height:760px) and (min-width:761px){.auth-panel{padding-top:22px;padding-bottom:22px}.auth-panel h1{font-size:32px}.auth-panel>.subtitle{margin-bottom:20px}.field{gap:5px;margin-bottom:11px}.field input{height:43px}.form-row{margin-bottom:14px}.auth-button{height:46px}.switch{margin-top:16px}.register .auth-art,.register .auth-panel{min-height:0}}
@media(max-width:420px){.auth-nav a:first-child{display:none}.auth-header{padding-inline:16px}.auth-header .brand span{font-size:17px}.auth-panel{padding:36px 22px}}

/* Full-screen authentication layout based on the supplied login reference */
.auth-body{overflow:hidden}
.auth-page{height:100vh;height:100dvh}
.auth-header{height:72px;padding-inline:clamp(24px,3.2vw,60px);border-bottom:0;background:transparent}
.auth-main{position:relative}
.auth-main:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 22% 44%,rgba(74,76,255,.15),transparent 32%),radial-gradient(circle at 77% 35%,rgba(54,217,255,.07),transparent 28%)}
.auth-shell{position:relative;grid-template-columns:minmax(0,58%) minmax(420px,42%);background:transparent}
.auth-art{justify-content:center;padding:clamp(40px,5vw,92px);background:transparent}
.auth-art:before{display:none}
.auth-art>img{display:none}
.auth-art>div{max-width:680px}
.auth-art span{font-size:11px;letter-spacing:.16em}
.auth-art h2{margin:18px 0 24px;font-size:clamp(52px,5vw,78px);line-height:.96;letter-spacing:-.05em}
.auth-art h2 em{color:transparent;font-style:normal;background:linear-gradient(95deg,var(--cyan),#657cff 55%,var(--pink));background-clip:text;-webkit-background-clip:text}
.auth-art p{max-width:650px;color:#a5b0c4;font-size:clamp(14px,1.2vw,18px);line-height:1.75}
.auth-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}
.auth-chips i{padding:9px 15px;border:1px solid var(--line);border-radius:999px;color:#bac5d8;background:rgba(12,21,39,.72);font-size:11px;font-style:normal}
.auth-chips i:before{content:"✓";margin-right:8px;color:var(--cyan)}
.auth-panel{align-self:center;justify-content:center;width:min(620px,100%);max-height:100%;padding:24px clamp(28px,4vw,64px) 28px 24px;overflow-y:auto;background:transparent}
.auth-panel form,.auth-panel>h1,.auth-panel>.subtitle,.auth-panel>.switch{width:100%}
.auth-panel h1{font-size:clamp(32px,3vw,44px)}
.auth-panel>.subtitle{margin-bottom:25px;font-size:14px}
.auth-panel form{padding:clamp(24px,2.5vw,38px);border:1px solid rgba(150,174,220,.2);border-radius:22px;background:rgba(9,17,31,.88);box-shadow:0 24px 70px rgba(0,0,0,.3);backdrop-filter:blur(18px)}
.auth-panel .field input{background:#0b1526}
.auth-panel .switch{margin-top:22px}
.auth-footer{padding:10px clamp(24px,3.2vw,60px) 16px;text-align:left}
@media(max-width:900px){.auth-body{overflow:auto}.auth-page{height:auto;min-height:100dvh}.auth-shell{grid-template-columns:1fr}.auth-art{display:none}.auth-panel{width:100%;max-width:620px;margin:auto;padding:38px 24px}.auth-footer{text-align:center}.auth-main{overflow:visible}}
@media(max-width:480px){.auth-header{padding-inline:18px}.auth-nav{gap:12px}.auth-panel{padding:28px 18px}.auth-panel form{padding:24px 20px;border-radius:18px}.auth-panel h1{font-size:32px}.form-row{align-items:flex-start}.auth-footer{padding-inline:18px}}
@media(max-height:720px) and (min-width:901px){.auth-header{height:62px}.auth-panel{padding-top:12px;padding-bottom:12px}.auth-panel h1{font-size:30px}.auth-panel>.subtitle{margin-bottom:14px}.auth-panel form{padding:20px 26px}.auth-panel .field{margin-bottom:10px}.auth-panel .field input{height:42px}.auth-panel .auth-button{height:44px}.auth-panel .switch{margin-top:12px}.auth-footer{padding-bottom:8px}}

/* Final login/register redesign */
.auth-body{color:#101828;background:#07101f}
.auth-page{position:relative;display:block;min-height:100vh;min-height:100dvh}
.auth-header{position:absolute;z-index:10;inset:0 0 auto;height:88px;padding:0 clamp(28px,4vw,72px);background:transparent}
.auth-header .brand{color:#fff}
.auth-header .brand img{background:#0b172a;box-shadow:0 10px 30px rgba(0,0,0,.28)}
.auth-nav{gap:10px;padding:5px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(4,10,20,.5);backdrop-filter:blur(12px)}
.auth-nav a{padding:8px 13px;border-radius:8px;color:#aebbd0}
.auth-nav a.active{color:#07101f;background:#fff}
.auth-nav a.active:after{display:none}
.auth-main{height:100vh;height:100dvh;min-height:620px;overflow:hidden}
.auth-main:before{display:none}
.auth-shell{height:100%;grid-template-columns:minmax(0,54%) minmax(500px,46%);background:#07101f}
.auth-art{position:relative;justify-content:flex-end;padding:130px clamp(46px,6vw,110px) clamp(78px,10vh,118px);background:radial-gradient(circle at 72% 25%,rgba(56,217,255,.2),transparent 25%),radial-gradient(circle at 25% 75%,rgba(113,84,255,.24),transparent 35%),linear-gradient(135deg,#07101f,#0a1730 60%,#10143a)}
.auth-art:after{content:"";position:absolute;inset:0;opacity:.2;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 82%)}
.auth-art>div{z-index:2;max-width:720px}
.auth-art span{display:inline-flex;align-items:center;gap:9px;color:#64e6ff;font-size:10px}
.auth-art span:before{content:"";width:7px;height:7px;border-radius:50%;background:#38e2a0;box-shadow:0 0 13px #38e2a0}
.auth-art h2{margin:22px 0 25px;color:#fff;font-size:clamp(52px,5.2vw,84px);line-height:.93}
.auth-art p{max-width:620px;color:#aab8ce;font-size:clamp(14px,1.2vw,18px)}
.auth-chips{margin-top:32px}
.auth-chips i{border-color:rgba(255,255,255,.13);color:#d4dceb;background:rgba(255,255,255,.055)}
.auth-panel{align-self:stretch;width:auto;max-height:none;padding:112px clamp(48px,5vw,96px) 58px;overflow-y:auto;color:#101828;background:#f4f7fb}
.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(500px,100%);margin-left:auto;margin-right:auto}
.auth-panel h1{color:#101828;font-size:clamp(34px,3vw,46px);letter-spacing:-.045em}
.auth-panel>.subtitle{margin-top:0;margin-bottom:27px;color:#667085;font-size:14px}
.auth-panel form{padding:30px;border:1px solid #dfe4ec;border-radius:20px;background:#fff;box-shadow:0 18px 55px rgba(15,23,42,.1)}
.auth-panel .field{gap:8px;margin-bottom:16px}
.auth-panel .field label{color:#344054;font-size:12px}
.auth-panel .field input{height:50px;border-color:#d8dee8;color:#101828;background:#f9fafb}
.auth-panel .field input::placeholder{color:#98a2b3}
.auth-panel .field input:focus{border-color:#5b6cff;box-shadow:0 0 0 4px rgba(91,108,255,.12);background:#fff}
.auth-panel .field small{color:#8a94a6}
.auth-panel .form-row{margin:5px 0 20px;color:#667085;font-size:11px}
.auth-panel .form-row a,.auth-panel .switch a{color:#4d5df4}
.auth-panel .check input{accent-color:#4d5df4}
.auth-panel .auth-button{height:50px;color:#fff;background:linear-gradient(100deg,#4f64f5,#7548e9);box-shadow:0 12px 28px rgba(82,88,232,.24)}
.auth-panel .switch{margin-top:20px;color:#667085}
.auth-footer{position:absolute;z-index:5;left:0;bottom:0;width:54%;padding:0 clamp(46px,6vw,110px) 30px;color:#74839b;text-align:left}
.auth-shell.register .auth-panel{padding-top:100px;padding-bottom:32px}
.auth-shell.register .auth-panel form{padding-top:24px;padding-bottom:24px}
.auth-shell.register .auth-panel>.subtitle{margin-bottom:18px}
.auth-shell.register .auth-panel .field{margin-bottom:11px}
.auth-shell.register .auth-panel .field input{height:45px}
.auth-shell.register .auth-panel .form-row{margin-bottom:14px}
.auth-shell.register .auth-panel .switch{margin-top:12px}
@media(max-width:1000px){.auth-body{overflow:auto;background:#f4f7fb}.auth-page{display:flex;min-height:100dvh;flex-direction:column}.auth-header{position:relative;height:76px;flex:none;background:#07101f}.auth-main{height:auto;min-height:0;overflow:visible;flex:1;background:#f4f7fb}.auth-shell{grid-template-columns:1fr;background:#f4f7fb}.auth-art{display:none}.auth-panel,.auth-shell.register .auth-panel{width:100%;max-width:none;padding:48px 24px 36px;overflow:visible;background:#f4f7fb}.auth-footer{position:relative;left:auto;bottom:auto;width:100%;padding:18px 24px 24px;color:#667085;text-align:center;background:#f4f7fb}}
@media(max-width:540px){.auth-header{padding-inline:16px}.auth-header .brand span{font-size:16px}.auth-nav{gap:2px}.auth-nav a{padding:8px;font-size:11px}.auth-panel,.auth-shell.register .auth-panel{padding:34px 16px 24px}.auth-panel form{padding:24px 20px;border-radius:16px}.auth-panel h1{font-size:34px}.auth-panel>.subtitle{margin-bottom:20px}.auth-panel .form-row{gap:10px}.auth-panel .switch{line-height:1.6}}
@media(max-height:780px) and (min-width:1001px){.auth-header{height:72px}.auth-panel{padding-top:82px;padding-bottom:28px}.auth-panel h1{font-size:32px}.auth-panel>.subtitle{margin-bottom:15px}.auth-panel form{padding:22px 26px}.auth-panel .field{margin-bottom:10px}.auth-panel .field input{height:43px}.auth-panel .auth-button{height:44px}.auth-panel .switch{margin-top:12px}.auth-shell.register .auth-panel{padding-top:76px}.auth-shell.register .auth-panel h1{font-size:29px}.auth-shell.register .auth-panel>.subtitle{margin-bottom:9px}.auth-shell.register .auth-panel form{padding:17px 24px}.auth-shell.register .auth-panel .field{gap:4px;margin-bottom:7px}.auth-shell.register .auth-panel .field input{height:38px}.auth-shell.register .auth-panel .field small{font-size:9px}.auth-shell.register .auth-panel .form-row{margin:2px 0 9px}.auth-shell.register .auth-panel .auth-button{height:40px}.auth-shell.register .auth-panel .switch{margin-top:8px}}

/* Minimal compact authentication pages */
.auth-body{overflow:auto;color:#f4f7ff;background:radial-gradient(circle at 50% 20%,rgba(57,120,255,.13),transparent 30%),#050914}
.auth-page{display:grid;height:auto;min-height:100vh;min-height:100dvh;grid-template-rows:92px minmax(0,1fr) 72px}
.auth-header{position:relative;inset:auto;height:92px;justify-content:center;padding:18px 24px;border-bottom:1px solid var(--line);background:rgba(5,9,20,.76)}
.auth-header .brand{gap:12px;font-size:22px}
.auth-header .brand img{width:52px;height:52px;max-width:52px;max-height:52px}
.auth-header .auth-nav{display:none}
.auth-main{height:auto;min-height:0;display:grid;place-items:center;padding:36px 20px;overflow:visible;background:transparent}
.auth-shell,.auth-shell.register{display:block;width:100%;height:auto;min-height:0;background:transparent}
.auth-art{display:none}
.auth-panel,.auth-shell.register .auth-panel{display:block;width:min(430px,100%);max-height:none;margin:0 auto;padding:0;overflow:visible;color:#f4f7ff;background:transparent}
.auth-shell.register .auth-panel{width:min(460px,100%)}
.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:100%;max-width:none;margin-left:0;margin-right:0}
.auth-panel h1{margin:0 0 8px;color:#f4f7ff;font-size:34px;text-align:center}
.auth-panel>.subtitle{margin:0 0 24px;color:#8d9ab3;font-size:13px;text-align:center}
.auth-panel form,.auth-shell.register .auth-panel form{padding:28px;border:1px solid rgba(150,174,220,.18);border-radius:18px;background:rgba(9,18,33,.94);box-shadow:0 22px 65px rgba(0,0,0,.35)}
.auth-panel .field,.auth-shell.register .auth-panel .field{gap:7px;margin-bottom:15px}
.auth-panel .field label{color:#c8d1e1;font-size:11px}
.auth-panel .field input,.auth-shell.register .auth-panel .field input{width:100%;height:46px;border-color:rgba(150,174,220,.2);border-radius:10px;color:#fff;background:#091423}
.auth-panel .field input::placeholder{color:#68778f}
.auth-panel .field input:focus{border-color:rgba(54,217,255,.7);box-shadow:0 0 0 3px rgba(54,217,255,.09);background:#091423}
.auth-panel .field small{color:#68778f}
.auth-panel .form-row,.auth-shell.register .auth-panel .form-row{margin:2px 0 18px;color:#8d9ab3}
.auth-panel .form-row a,.auth-panel .switch a{color:var(--cyan)}
.auth-panel .check input{accent-color:var(--cyan)}
.auth-panel .auth-button,.auth-shell.register .auth-panel .auth-button{height:47px;color:#05101e;background:linear-gradient(110deg,var(--cyan),#82efff);box-shadow:0 12px 30px rgba(41,207,255,.17)}
.auth-panel .switch,.auth-shell.register .auth-panel .switch{margin:20px 0 0;color:#8d9ab3;text-align:center}
.auth-footer{position:relative;z-index:auto;left:auto;bottom:auto;width:100%;display:flex;align-items:center;justify-content:center;min-height:72px;padding:20px 24px;border-top:1px solid var(--line);color:#77859d;background:rgba(5,9,20,.72);font-size:12px;text-align:center}
@media(max-height:780px) and (min-width:601px){.auth-page{grid-template-rows:76px minmax(0,1fr) 58px}.auth-header{height:76px;padding-block:10px}.auth-header .brand img{width:46px;height:46px;max-width:46px;max-height:46px}.auth-main{padding-block:20px}.auth-panel h1{font-size:29px}.auth-panel>.subtitle{margin-bottom:14px}.auth-panel form,.auth-shell.register .auth-panel form{padding:20px 24px}.auth-panel .field,.auth-shell.register .auth-panel .field{gap:4px;margin-bottom:9px}.auth-panel .field input,.auth-shell.register .auth-panel .field input{height:40px}.auth-panel .form-row,.auth-shell.register .auth-panel .form-row{margin-bottom:11px}.auth-panel .auth-button,.auth-shell.register .auth-panel .auth-button{height:42px}.auth-panel .switch,.auth-shell.register .auth-panel .switch{margin-top:10px}.auth-footer{min-height:58px;padding:14px 20px}}
@media(max-width:600px){.auth-page{grid-template-rows:80px minmax(0,1fr) 64px}.auth-header{height:80px;padding:12px 18px}.auth-header .brand{font-size:19px}.auth-header .brand img{width:46px;height:46px;max-width:46px;max-height:46px}.auth-main{padding:28px 16px}.auth-panel,.auth-shell.register .auth-panel{width:min(420px,100%)}.auth-panel form,.auth-shell.register .auth-panel form{padding:24px 20px}.auth-panel h1{font-size:30px}.auth-panel>.subtitle{margin-bottom:18px}.auth-footer{min-height:64px;padding:16px 18px;font-size:11px}}

/* Two-column authentication layout: brand left, compact form right */
.auth-page{grid-template-rows:minmax(0,1fr) 68px}
.auth-header{display:none}
.auth-main{height:auto;min-height:0;padding:0}
.auth-shell,.auth-shell.register{display:grid;width:100%;height:100%;grid-template-columns:minmax(360px,52%) minmax(480px,48%)}
.auth-art{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:22px;padding:50px;background:radial-gradient(circle at 50% 42%,rgba(60,110,255,.18),transparent 31%),linear-gradient(145deg,#07101f,#0b1730)}
.auth-art>img{position:relative;inset:auto;display:block;width:clamp(110px,9vw,150px);height:clamp(110px,9vw,150px);object-fit:contain;filter:drop-shadow(0 18px 35px rgba(54,217,255,.2))}
.auth-art>div{max-width:none;text-align:center}
.auth-art h2{margin:0;color:#fff;font-size:clamp(32px,3.1vw,48px);line-height:1.08;letter-spacing:-.035em}
.auth-art h2 em{color:var(--cyan);font-style:normal;background:none;-webkit-text-fill-color:initial}
.auth-panel,.auth-shell.register .auth-panel{display:flex;align-self:stretch;justify-content:center;width:100%;max-width:none;margin:0;padding:clamp(40px,6vh,72px) clamp(35px,6vw,90px);overflow-y:auto;color:#101828;background:#f4f7fb}
.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(440px,100%);margin-left:auto;margin-right:auto}
.auth-panel h1{color:#101828;font-size:36px;text-align:left}
.auth-panel>.subtitle{margin-bottom:24px;color:#667085;text-align:left}
.auth-panel form,.auth-shell.register .auth-panel form{padding:28px;border:1px solid #dfe4ec;border-radius:18px;background:#fff;box-shadow:0 16px 48px rgba(15,23,42,.09)}
.auth-panel .field,.auth-shell.register .auth-panel .field{margin-bottom:14px}
.auth-panel .field label{color:#344054}
.auth-panel .field input,.auth-shell.register .auth-panel .field input{height:46px;border-color:#d7dde7;color:#101828;background:#f9fafb}
.auth-panel .field input::placeholder{color:#98a2b3}
.auth-panel .field input:focus{border-color:#6965f6;box-shadow:0 0 0 3px rgba(105,101,246,.12);background:#fff}
.auth-panel .field small{color:#7d889a}
.auth-panel .form-row,.auth-shell.register .auth-panel .form-row{color:#667085}
.auth-panel .form-row a,.auth-panel .switch a{color:#5b55ed}
.auth-panel .check input{accent-color:#5b55ed}
.auth-panel .auth-button,.auth-shell.register .auth-panel .auth-button{height:47px;color:#fff;background:linear-gradient(100deg,#575fea,#7448e9);box-shadow:0 11px 26px rgba(87,82,225,.22)}
.auth-panel .switch,.auth-shell.register .auth-panel .switch{color:#667085}
.auth-footer{min-height:68px;padding:20px 30px;border-top:1px solid rgba(150,174,220,.13);color:#8795ab;background:#07101f;font-size:12px}
.auth-shell.register .auth-panel{padding-top:32px;padding-bottom:32px}
.auth-shell.register .auth-panel h1{font-size:31px}
.auth-shell.register .auth-panel>.subtitle{margin-bottom:14px}
.auth-shell.register .auth-panel form{padding-top:21px;padding-bottom:21px}
.auth-shell.register .auth-panel .field{gap:5px;margin-bottom:9px}
.auth-shell.register .auth-panel .field input{height:41px}
.auth-shell.register .auth-panel .form-row{margin-bottom:11px}
.auth-shell.register .auth-panel .switch{margin-top:10px}
@media(max-width:850px){.auth-page{grid-template-rows:auto minmax(0,1fr) 64px}.auth-page:before{content:"";display:block;width:100%;height:126px;background:#07101f url("logo2.webp") center 16px/62px 62px no-repeat}.auth-page:after{content:"GSM Friday Service Tool";position:absolute;z-index:2;top:84px;left:0;width:100%;color:#fff;font:600 18px "Space Grotesk";text-align:center}.auth-main{background:#f4f7fb}.auth-shell,.auth-shell.register{display:block}.auth-art{display:none}.auth-panel,.auth-shell.register .auth-panel{padding:32px 18px}.auth-panel h1,.auth-panel>.subtitle{text-align:center}.auth-footer{min-height:64px}}
@media(max-height:760px) and (min-width:851px){.auth-panel{padding-top:26px;padding-bottom:26px}.auth-panel h1{font-size:30px}.auth-panel>.subtitle{margin-bottom:13px}.auth-panel form{padding:20px 24px}.auth-panel .field{margin-bottom:9px}.auth-panel .field input{height:40px}.auth-panel .switch{margin-top:10px}.auth-shell.register .auth-panel{padding-top:18px;padding-bottom:18px}.auth-shell.register .auth-panel h1{font-size:26px}.auth-shell.register .auth-panel>.subtitle{margin-bottom:7px}.auth-shell.register .auth-panel form{padding:14px 22px}.auth-shell.register .auth-panel .field{margin-bottom:6px}.auth-shell.register .auth-panel .field input{height:36px}.auth-shell.register .auth-panel .form-row{margin-bottom:7px}.auth-shell.register .auth-panel .auth-button{height:39px}.auth-shell.register .auth-panel .switch{margin-top:6px}}

/* Final proportion and alignment polish */
.auth-page{grid-template-rows:minmax(0,1fr) 72px}
.auth-shell,.auth-shell.register{grid-template-columns:minmax(390px,55%) minmax(500px,45%)}
.auth-art{gap:26px;border-right:1px solid rgba(255,255,255,.07)}
.auth-art>img{width:132px;height:132px;padding:12px;border:1px solid rgba(91,218,255,.18);border-radius:30px;background:rgba(8,20,39,.72);box-shadow:0 28px 70px rgba(0,0,0,.3),0 0 55px rgba(54,217,255,.1)}
.auth-art h2{font-size:clamp(36px,3.2vw,50px);line-height:1.12}
.auth-panel,.auth-shell.register .auth-panel{padding-left:clamp(40px,5vw,82px);padding-right:clamp(40px,5vw,82px)}
.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(460px,100%)}
.auth-panel form,.auth-shell.register .auth-panel form{border-radius:20px}
.auth-panel .field input,.auth-shell.register .auth-panel .field input{font-size:13px}
.auth-footer{min-height:72px;font-size:13px}
@media(max-width:850px){.auth-page{grid-template-rows:auto minmax(0,1fr) 68px}.auth-page:before{height:142px;background-image:url("logo2.ico");background-position:center 18px;background-size:72px 72px}.auth-page:after{top:98px;font-size:19px}.auth-panel,.auth-shell.register .auth-panel{padding-left:20px;padding-right:20px}.auth-panel h1,.auth-panel>.subtitle{text-align:center}.auth-footer{min-height:68px;font-size:12px}}
@media(max-width:480px){.auth-panel h1{font-size:29px}.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(410px,100%)}.auth-panel form,.auth-shell.register .auth-panel form{padding-left:20px;padding-right:20px}}

/* Render-verified sizing fixes */
.auth-body{min-height:100vh;overflow:hidden}
.auth-page{height:100vh;min-height:700px}
.auth-art{gap:28px}
.auth-logo{position:relative;width:148px;height:138px;overflow:hidden;border:1px solid rgba(91,218,255,.18);border-radius:30px;background:#09172b;box-shadow:0 28px 70px rgba(0,0,0,.3),0 0 55px rgba(54,217,255,.1)}
.auth-logo img{position:absolute;top:0;left:50%;display:block;width:170px;height:170px;max-width:none;transform:translateX(-50%);object-fit:cover;object-position:top}
.auth-art>.auth-logo+div{max-width:none}
.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(480px,100%)}
.auth-panel h1{font-size:38px}
.auth-panel>.subtitle{margin-bottom:28px;font-size:14px}
.auth-panel form{padding:34px 32px}
.auth-panel .field{margin-bottom:18px}
.auth-panel .field input{height:52px}
.auth-panel .form-row{margin:4px 0 22px}
.auth-panel .auth-button{height:52px}
.auth-panel .switch{margin-top:24px}
.auth-shell.register .auth-panel h1{font-size:32px}
.auth-shell.register .auth-panel>.subtitle{margin-bottom:15px}
.auth-shell.register .auth-panel form{padding:22px 28px}
.auth-shell.register .auth-panel .field{margin-bottom:10px}
.auth-shell.register .auth-panel .field input{height:42px}
.auth-shell.register .auth-panel .auth-button{height:45px}
@media(max-width:850px){.auth-body{overflow:auto}.auth-page{height:auto;min-height:100vh}.auth-page:before{background-image:url("logo2-icon.png");background-size:86px 86px;background-position:center 6px}.auth-page:after{top:94px}.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(460px,100%)}}
@media(max-height:760px) and (min-width:851px){.auth-page{min-height:620px}.auth-panel h1{font-size:31px}.auth-panel>.subtitle{margin-bottom:13px}.auth-panel form{padding:21px 25px}.auth-panel .field{margin-bottom:10px}.auth-panel .field input{height:41px}.auth-panel .form-row{margin-bottom:11px}.auth-panel .auth-button{height:43px}.auth-panel .switch{margin-top:10px}.auth-shell.register .auth-panel form{padding:13px 22px}.auth-shell.register .auth-panel .field{margin-bottom:6px}.auth-shell.register .auth-panel .field input{height:35px}}

/* old.png + login.PNG hybrid authentication design */
.auth-body{min-height:100vh;overflow:auto;color:#f4f7ff;background:#050914}
.auth-page{display:grid;height:100vh;min-height:720px;grid-template-rows:82px minmax(0,1fr) 58px}
.auth-header{position:relative;inset:auto;display:flex;justify-content:space-between;height:82px;padding:0 clamp(30px,5vw,78px);border-bottom:1px solid rgba(150,174,220,.14);background:#050b16}
.auth-header .brand{color:#fff}
.auth-header .brand img{width:48px;height:48px;max-width:48px;max-height:48px}
.auth-header .auth-nav{display:flex;gap:26px;padding:0;border:0;background:transparent;backdrop-filter:none}
.auth-header .auth-nav a{padding:0;border-radius:0;color:#8f9bb0}
.auth-header .auth-nav a:hover,.auth-header .auth-nav a.active{color:#fff;background:transparent}
.auth-header .auth-nav a.active:after{display:block;bottom:-13px;background:linear-gradient(90deg,var(--cyan),var(--pink))}
.auth-main{height:auto;min-height:0;padding:0;overflow:hidden;background:#07101f}
.auth-shell,.auth-shell.register{display:grid;width:100%;height:100%;grid-template-columns:minmax(520px,54%) minmax(480px,46%);background:transparent}
.auth-art{position:relative;display:flex;align-items:stretch;justify-content:flex-end;flex-direction:column;gap:0;min-height:0;padding:clamp(32px,4vh,48px) clamp(40px,5vw,82px);border-right:1px solid rgba(150,174,220,.1);background:radial-gradient(circle at 20% 20%,rgba(57,120,255,.16),transparent 35%),linear-gradient(145deg,#0b1930,#11142e)}
.auth-art:before{display:block;inset:auto 8% 14%;width:70%;aspect-ratio:1;background:radial-gradient(circle,rgba(54,217,255,.09),transparent 67%)}
.auth-art>img{position:relative;inset:auto;z-index:2;display:block;width:100%;height:min(55vh,420px);max-height:58%;margin:0 0 clamp(24px,3.5vh,36px);object-fit:cover;object-position:center;border:1px solid rgba(112,175,240,.18);border-radius:16px;filter:drop-shadow(0 22px 42px rgba(0,0,0,.25))}
.auth-art>div{z-index:2;max-width:680px;text-align:left}
.auth-art span{display:block;color:var(--cyan);font-size:10px;letter-spacing:.18em}
.auth-art span:before{display:none}
.auth-art h2{margin:14px 0 13px;color:#fff;font-size:clamp(34px,3vw,48px);line-height:1.05}
.auth-art p{max-width:620px;margin:0;color:#9eabc0;font-size:13px;line-height:1.7}
.auth-panel,.auth-shell.register .auth-panel{display:flex;align-self:stretch;justify-content:center;width:100%;max-width:none;margin:0;padding:clamp(36px,5vh,58px) clamp(36px,5vw,78px);overflow-y:auto;color:#f4f7ff;background:#07101f}
.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(470px,100%);margin-left:auto;margin-right:auto}
.auth-panel h1{margin-top:0;margin-bottom:8px;color:#fff;font-size:clamp(34px,3vw,42px);text-align:left}
.auth-panel>.subtitle{margin-top:0;margin-bottom:24px;color:#8d9ab3;font-size:13px;text-align:left}
.auth-panel form,.auth-shell.register .auth-panel form{padding:30px;border:1px solid rgba(150,174,220,.17);border-radius:18px;background:#0a1424;box-shadow:0 22px 65px rgba(0,0,0,.26)}
.auth-panel .field,.auth-shell.register .auth-panel .field{gap:7px;margin-bottom:15px}
.auth-panel .field label{color:#cbd4e3;font-size:11px}
.auth-panel .field input,.auth-shell.register .auth-panel .field input{width:100%;height:48px;border:1px solid rgba(150,174,220,.19);border-radius:10px;color:#fff;background:#081321;font-size:13px}
.auth-panel .field input::placeholder{color:#64738b}
.auth-panel .field input:focus{border-color:rgba(54,217,255,.7);box-shadow:0 0 0 3px rgba(54,217,255,.08);background:#081321}
.auth-panel .field small{color:#68778f}
.auth-panel .form-row,.auth-shell.register .auth-panel .form-row{margin:3px 0 18px;color:#8d9ab3;font-size:11px}
.auth-panel .form-row a,.auth-panel .switch a{color:var(--cyan)}
.auth-panel .check input{accent-color:var(--cyan)}
.auth-panel .auth-button,.auth-shell.register .auth-panel .auth-button{height:48px;color:#05101e;background:linear-gradient(110deg,var(--cyan),#82efff);box-shadow:0 12px 30px rgba(41,207,255,.17)}
.auth-panel .switch,.auth-shell.register .auth-panel .switch{margin:20px auto 0;color:#8290a8;text-align:center}
.auth-footer{position:relative;left:auto;bottom:auto;width:100%;display:flex;align-items:center;justify-content:center;min-height:58px;padding:16px 28px;border-top:1px solid rgba(150,174,220,.13);color:#66758d;background:#050b16;font-size:11px;text-align:center}
.auth-shell.register .auth-panel{padding-top:25px;padding-bottom:25px}
.auth-shell.register .auth-panel h1{font-size:30px}
.auth-shell.register .auth-panel>.subtitle{margin-bottom:12px}
.auth-shell.register .auth-panel form{padding:19px 26px}
.auth-shell.register .auth-panel .field{gap:4px;margin-bottom:8px}
.auth-shell.register .auth-panel .field input{height:39px}
.auth-shell.register .auth-panel .form-row{margin-bottom:9px}
.auth-shell.register .auth-panel .auth-button{height:43px}
.auth-shell.register .auth-panel .switch{margin-top:9px}
@media(max-width:980px){.auth-page{height:auto;min-height:100vh;grid-template-rows:76px minmax(0,1fr) 58px}.auth-header{height:76px;padding-inline:20px}.auth-header .brand img{width:44px;height:44px;max-width:44px;max-height:44px}.auth-header .auth-nav{gap:14px}.auth-shell,.auth-shell.register{grid-template-columns:1fr}.auth-art{display:none}.auth-main{overflow:visible}.auth-panel,.auth-shell.register .auth-panel{width:100%;min-height:calc(100vh - 134px);padding:42px 20px}.auth-panel h1,.auth-panel>.subtitle{text-align:center}.auth-footer{min-height:58px}}
@media(max-width:480px){.auth-header .brand span{font-size:17px}.auth-header .auth-nav a:first-child{display:none}.auth-header .auth-nav{gap:10px}.auth-header .auth-nav a{font-size:11px}.auth-panel,.auth-shell.register .auth-panel{padding:30px 16px}.auth-panel h1{font-size:30px}.auth-panel form,.auth-shell.register .auth-panel form{padding:23px 19px}.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(430px,100%)}}
@media(max-height:760px) and (min-width:981px){.auth-page{min-height:650px;grid-template-rows:70px minmax(0,1fr) 50px}.auth-header{height:70px}.auth-art{padding-top:25px;padding-bottom:25px}.auth-art>img{height:43%;margin-bottom:19px}.auth-art h2{font-size:32px}.auth-panel{padding-top:24px;padding-bottom:24px}.auth-panel h1{font-size:29px}.auth-panel>.subtitle{margin-bottom:12px}.auth-panel form{padding:19px 24px}.auth-panel .field{margin-bottom:9px}.auth-panel .field input{height:39px}.auth-panel .form-row{margin-bottom:10px}.auth-panel .auth-button{height:42px}.auth-panel .switch{margin-top:9px}.auth-shell.register .auth-panel{padding-top:14px;padding-bottom:14px}.auth-shell.register .auth-panel h1{font-size:25px}.auth-shell.register .auth-panel>.subtitle{margin-bottom:6px}.auth-shell.register .auth-panel form{padding:12px 22px}.auth-shell.register .auth-panel .field{margin-bottom:5px}.auth-shell.register .auth-panel .field input{height:34px}.auth-shell.register .auth-panel .form-row{margin-bottom:6px}.auth-shell.register .auth-panel .auth-button{height:38px}}

/* Finishing touch: complete artwork, narrower forms, stronger footer */
.auth-page{grid-template-rows:82px minmax(0,1fr) 64px}
.auth-main{background:linear-gradient(90deg,#0c1830 0 54%,#06101e 54%)}
.auth-art{padding:clamp(28px,3.5vh,44px) clamp(46px,5vw,88px);background:radial-gradient(circle at 42% 32%,rgba(45,128,255,.18),transparent 34%),radial-gradient(circle at 72% 82%,rgba(189,42,255,.1),transparent 30%),linear-gradient(145deg,#0b1930,#11142e)}
.auth-art>img{width:min(760px,100%);height:min(50vh,400px);max-height:57%;margin:0 auto clamp(22px,3vh,32px);object-fit:contain;object-position:center;border-color:rgba(91,218,255,.18);background:rgba(2,8,19,.6);box-shadow:0 24px 65px rgba(0,0,0,.34),0 0 45px rgba(54,217,255,.07);filter:none}
.auth-art>div{width:min(760px,100%);margin:0 auto}
.auth-art h2{font-size:clamp(34px,2.8vw,45px)}
.auth-panel,.auth-shell.register .auth-panel{padding-left:clamp(34px,4.5vw,70px);padding-right:clamp(34px,4.5vw,70px);background:radial-gradient(circle at 70% 20%,rgba(54,217,255,.045),transparent 32%),#06101e}
.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(400px,100%)}
.auth-shell.register .auth-panel h1,.auth-shell.register .auth-panel>.subtitle,.auth-shell.register .auth-panel form,.auth-shell.register .auth-panel>.switch{width:min(420px,100%)}
.auth-panel form{padding:26px;border-color:rgba(126,163,213,.2);background:linear-gradient(145deg,rgba(11,24,42,.98),rgba(7,17,31,.98));box-shadow:0 24px 65px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.025)}
.auth-panel .field input{height:45px}
.auth-panel .auth-button{height:46px}
.auth-panel .auth-button:hover{transform:translateY(-1px);box-shadow:0 15px 34px rgba(41,207,255,.24)}
.auth-shell.register .auth-panel form{padding-left:23px;padding-right:23px}
.auth-shell.register .auth-panel .field input{height:38px}
.auth-footer{min-height:64px;padding:18px 28px;border-top:1px solid rgba(126,163,213,.16);color:#8190a8;background:linear-gradient(90deg,#050b16,#091022 54%,#10091a);font-size:12px;letter-spacing:.01em}
@media(max-width:980px){.auth-page{grid-template-rows:76px minmax(0,1fr) 64px}.auth-main{background:#06101e}.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch,.auth-shell.register .auth-panel h1,.auth-shell.register .auth-panel>.subtitle,.auth-shell.register .auth-panel form,.auth-shell.register .auth-panel>.switch{width:min(410px,100%)}.auth-footer{min-height:64px;font-size:12px}}
@media(max-height:760px) and (min-width:981px){.auth-page{grid-template-rows:70px minmax(0,1fr) 56px}.auth-art>img{height:46%;max-height:46%;object-fit:contain}.auth-panel h1,.auth-panel>.subtitle,.auth-panel form,.auth-panel>.switch{width:min(390px,100%)}.auth-shell.register .auth-panel h1,.auth-shell.register .auth-panel>.subtitle,.auth-shell.register .auth-panel form,.auth-shell.register .auth-panel>.switch{width:min(405px,100%)}.auth-footer{min-height:56px;padding-block:14px}}

/* Unified final authentication finish */
.auth-body,.auth-page,.auth-header,.auth-main,.auth-shell,.auth-shell.register,.auth-art,.auth-panel,.auth-shell.register .auth-panel,.auth-footer{background-color:#07101f}
.auth-main{background-image:radial-gradient(circle at 25% 42%,rgba(51,123,255,.12),transparent 30%),radial-gradient(circle at 76% 38%,rgba(54,217,255,.045),transparent 27%)}
.auth-shell,.auth-shell.register{background:transparent}
.auth-art{align-items:center;justify-content:center;gap:30px;padding:50px;border-right:1px solid rgba(126,163,213,.11);background:transparent}
.auth-art:before{content:"";display:block;position:absolute;inset:50% auto auto 50%;width:min(44vw,620px);height:min(44vw,620px);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(47,138,255,.11),rgba(112,84,255,.045) 42%,transparent 70%)}
.auth-art>.auth-logo{position:relative;z-index:2;width:190px;height:170px;margin:0;overflow:hidden;border:1px solid rgba(79,213,255,.2);border-radius:36px;background:#09182d;box-shadow:0 30px 75px rgba(0,0,0,.34),0 0 65px rgba(54,217,255,.12)}
.auth-art>.auth-logo img{position:absolute;top:0;left:50%;display:block;width:218px;height:218px;max-width:none;transform:translateX(-50%);object-fit:cover;object-position:top;filter:none}
.auth-art>.auth-brand-title{position:relative;z-index:2;width:auto;max-width:none;margin:0;text-align:center}
.auth-art>.auth-brand-title h2{display:grid;gap:5px;margin:0;font-size:clamp(39px,3.5vw,58px);line-height:1.02;letter-spacing:-.045em}
.auth-brand-title h2 b{color:transparent;font-weight:700;background:linear-gradient(95deg,#48e6ff,#6da1ff 48%,#ff50d5);background-clip:text;-webkit-background-clip:text}
.auth-brand-title h2 em{color:transparent;font-style:normal;background:linear-gradient(95deg,#39dcff,#746dff 58%,#f34bcf);background-clip:text;-webkit-background-clip:text}
.auth-panel,.auth-shell.register .auth-panel{border:0;background:transparent}
.auth-panel form,.auth-shell.register .auth-panel form{background:rgba(8,19,34,.86);backdrop-filter:blur(14px)}
.auth-footer{position:relative;width:100%;min-height:66px;padding:20px clamp(24px,5vw,78px);border-top:1px solid rgba(126,163,213,.15);color:#8492a8;background:#07101f;font-size:12px;font-weight:500;letter-spacing:.015em;text-align:center;box-shadow:0 -10px 30px rgba(0,0,0,.08)}
.auth-footer:before,.auth-footer:after{content:"";display:block;width:46px;height:1px;margin:0 14px;background:linear-gradient(90deg,transparent,rgba(54,217,255,.45))}
.auth-footer:after{transform:scaleX(-1)}
@media(max-width:980px){.auth-main{background-image:radial-gradient(circle at 50% 20%,rgba(51,123,255,.1),transparent 32%)}.auth-art{display:none}.auth-footer:before,.auth-footer:after{width:24px;margin-inline:8px}}
@media(max-width:480px){.auth-footer{min-height:62px;padding:17px 14px;font-size:10px}.auth-footer:before,.auth-footer:after{display:none}}
@media(max-height:760px) and (min-width:981px){.auth-art>.auth-logo{width:142px;height:126px;border-radius:28px}.auth-art>.auth-logo img{width:164px;height:164px}.auth-art>.auth-brand-title h2{font-size:38px}.auth-art{gap:20px}.auth-footer{min-height:56px}}

/* Left brand visibility and composition fix */
.auth-art{gap:34px}
.auth-art>.auth-logo{width:194px;height:152px;border-radius:32px;background:linear-gradient(145deg,#0c2440,#081426);box-shadow:0 30px 80px rgba(0,0,0,.38),0 0 72px rgba(54,217,255,.15)}
.auth-art>.auth-logo img{top:-3px;width:250px;height:250px;object-fit:cover;object-position:top center}
.auth-art>.auth-brand-title h2{gap:7px}
.auth-brand-title h2 b{filter:drop-shadow(0 8px 22px rgba(54,217,255,.12))}
@media(max-height:760px) and (min-width:981px){.auth-art{gap:22px}.auth-art>.auth-logo{width:154px;height:120px;border-radius:26px}.auth-art>.auth-logo img{top:-2px;width:198px;height:198px}}

/* Complete GSM Friday hero artwork */
.auth-art{gap:clamp(24px,3.5vh,34px)}
.auth-art>.auth-logo{width:min(720px,100%);height:auto;aspect-ratio:1739/904;margin:0;border-radius:20px;background:#040b16;box-shadow:0 30px 85px rgba(0,0,0,.4),0 0 65px rgba(54,217,255,.1)}
.auth-art>.auth-logo img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:100%;transform:none;object-fit:contain;object-position:center}
.auth-art>.auth-brand-title h2{font-size:clamp(36px,3vw,50px)}
@media(max-height:760px) and (min-width:981px){.auth-art>.auth-logo{width:min(540px,100%);height:auto;aspect-ratio:1739/904;border-radius:16px}.auth-art>.auth-logo img{inset:0;width:100%;height:100%;transform:none}.auth-art>.auth-brand-title h2{font-size:34px}}

/* Full-bleed left artwork with title in its dark space */
.auth-art{position:relative;display:block;padding:0;overflow:hidden;background:#020711}
.auth-art:before{content:"";position:absolute;z-index:2;inset:0;display:block;width:auto;height:auto;transform:none;border-radius:0;background:linear-gradient(180deg,transparent 48%,rgba(2,7,17,.12) 63%,rgba(2,7,17,.92) 100%),linear-gradient(90deg,rgba(2,7,17,.14),transparent 42%)}
.auth-art>.auth-logo{position:absolute;z-index:1;inset:0;width:100%;height:100%;aspect-ratio:auto;margin:0;border:0;border-radius:0;background:#020711;box-shadow:none}
.auth-art>.auth-logo img{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;transform:none;object-fit:cover;object-position:center}
.auth-art>.auth-brand-title{position:absolute;z-index:3;left:clamp(36px,5vw,82px);right:clamp(36px,5vw,82px);bottom:clamp(38px,6vh,70px);width:auto;margin:0;text-align:left}
.auth-art>.auth-brand-title h2{display:flex;flex-wrap:wrap;gap:.22em;margin:0;font-size:clamp(37px,3.3vw,56px);line-height:1;letter-spacing:-.045em}
.auth-brand-title h2 b,.auth-brand-title h2 em{filter:drop-shadow(0 5px 18px rgba(0,0,0,.75))}
@media(max-height:760px) and (min-width:981px){.auth-art>.auth-logo{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;border-radius:0}.auth-art>.auth-logo img{inset:0;width:100%;height:100%;object-fit:cover}.auth-art>.auth-brand-title{bottom:28px}.auth-art>.auth-brand-title h2{font-size:36px}}

/* Place branding inside the hero image's intentional black area */
.auth-art:before{background:linear-gradient(90deg,transparent 54%,rgba(2,7,17,.16) 65%,rgba(2,7,17,.48) 100%)}
.auth-art>.auth-brand-title{top:50%;right:3.5%;bottom:auto;left:66.5%;width:auto;transform:translateY(-50%);text-align:center}
.auth-art>.auth-brand-title h2{display:grid;gap:8px;font-size:clamp(29px,2.35vw,42px);line-height:1.05;white-space:nowrap}
.auth-brand-title h2 b,.auth-brand-title h2 em{display:block}
@media(max-width:1250px) and (min-width:981px){.auth-art>.auth-brand-title{right:2%;left:65%}.auth-art>.auth-brand-title h2{font-size:clamp(25px,2.45vw,34px);white-space:normal}}
@media(max-height:760px) and (min-width:981px){.auth-art>.auth-brand-title{top:50%;right:3%;bottom:auto;left:66%;transform:translateY(-50%)}.auth-art>.auth-brand-title h2{font-size:29px}}

/* Live-page final balance corrections */
html{min-height:100%;background:#07101f}
.auth-body{min-height:100vh;min-height:100dvh;background:#07101f}
.auth-page{height:100vh;height:100dvh;min-height:720px;background:#07101f}
.auth-art>.auth-brand-title{left:67%;right:4%}
.auth-art>.auth-brand-title h2{font-size:clamp(28px,2.15vw,39px);gap:7px}
.auth-shell.register .auth-panel{transform:translateY(7px)}
.auth-footer{gap:0;justify-content:center}
.auth-footer>span{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}
.auth-footer>span b{font:inherit;color:inherit}
.auth-footer:before,.auth-footer:after{width:40px;margin:0 9px}
@media(max-width:1250px) and (min-width:981px){.auth-art>.auth-brand-title{left:66%;right:3%}.auth-art>.auth-brand-title h2{font-size:30px}}
@media(max-width:980px){.auth-page{height:auto;min-height:100vh;min-height:100dvh}.auth-shell.register .auth-panel{transform:none}.auth-footer>span{white-space:normal;text-align:center}}
@media(max-width:480px){.auth-footer>span{line-height:1.5}}
@media(max-height:760px) and (min-width:981px){.auth-page{height:100vh;height:100dvh;min-height:650px}.auth-art>.auth-brand-title{left:67%;right:4%}.auth-art>.auth-brand-title h2{font-size:27px}.auth-shell.register .auth-panel{transform:translateY(3px)}}

/* Purpose-built authentication artwork composition */
.auth-art:before{background:linear-gradient(90deg,transparent 50%,rgba(2,7,17,.08) 62%,rgba(2,7,17,.3) 100%)}
.auth-art>.auth-logo img{object-fit:cover;object-position:center}
.auth-art>.auth-brand-title{top:50%;right:4%;bottom:auto;left:60%;transform:translateY(-50%)}
.auth-art>.auth-brand-title h2{font-size:clamp(29px,2.25vw,40px);gap:8px;white-space:nowrap}
@media(max-width:1250px) and (min-width:981px){.auth-art>.auth-brand-title{left:59%;right:3%}.auth-art>.auth-brand-title h2{font-size:29px;white-space:normal}}
@media(max-height:760px) and (min-width:981px){.auth-art>.auth-brand-title{top:50%;right:4%;left:60%;transform:translateY(-50%)}.auth-art>.auth-brand-title h2{font-size:27px}}

/* login.PNG-inspired minimal left composition */
.auth-art{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:34px;padding:clamp(54px,7vw,112px);background:radial-gradient(circle at 38% 44%,rgba(82,104,255,.13),transparent 34%),#07101f}
.auth-art:before{content:"";position:absolute;z-index:0;inset:0;display:block;width:auto;height:auto;transform:none;border-radius:0;opacity:.25;background-image:radial-gradient(rgba(123,151,201,.3) .7px,transparent .7px);background-size:22px 22px;mask-image:linear-gradient(135deg,black,transparent 78%)}
.auth-art>.auth-logo{position:relative;z-index:2;inset:auto;width:116px;height:116px;aspect-ratio:1;margin:0;border:1px solid rgba(107,213,255,.2);border-radius:25px;background:#09182c;box-shadow:0 20px 55px rgba(0,0,0,.3),0 0 42px rgba(54,217,255,.09)}
.auth-art>.auth-logo img{position:relative;inset:auto;display:block;width:100%;height:100%;max-width:100%;transform:none;object-fit:contain;object-position:center;border-radius:24px}
.auth-art>.auth-brand-title{position:relative;z-index:2;inset:auto;width:auto;margin:0;transform:none;text-align:left}
.auth-art>.auth-brand-title h2{display:grid;gap:7px;margin:0;font-size:clamp(48px,5vw,76px);line-height:.98;letter-spacing:-.055em;white-space:normal}
.auth-brand-title h2 b,.auth-brand-title h2 em{display:block}
@media(max-width:1250px) and (min-width:981px){.auth-art{padding:60px}.auth-art>.auth-brand-title{position:relative;inset:auto;transform:none}.auth-art>.auth-brand-title h2{font-size:52px}}
@media(max-height:760px) and (min-width:981px){.auth-art{gap:24px;padding:52px}.auth-art>.auth-logo{position:relative;inset:auto;width:92px;height:92px;aspect-ratio:1;border-radius:21px}.auth-art>.auth-logo img{position:relative;inset:auto;width:100%;height:100%;object-fit:contain}.auth-art>.auth-brand-title{position:relative;inset:auto;transform:none}.auth-art>.auth-brand-title h2{font-size:46px}}

.auth-header .brand img{flex:none;object-fit:contain}
.logout-link{padding:0;border:0;color:#9eabc0;background:none;font:700 13px Manrope;cursor:pointer}.logout-link:hover{color:#fff}.logout-link:disabled{opacity:.55}
.account-main{display:grid;place-items:center;padding:70px clamp(20px,5vw,76px)}.account-shell{width:min(1100px,100%);padding:clamp(30px,5vw,60px);border:1px solid rgba(112,175,240,.22);border-radius:26px;background:linear-gradient(145deg,rgba(13,24,45,.94),rgba(7,13,26,.94));box-shadow:0 35px 100px rgba(0,0,0,.4)}.account-heading h1{margin:14px 0 12px;font-size:clamp(38px,5vw,62px)}.account-heading h1 em{font-style:normal;color:var(--cyan)}.account-heading p{color:var(--muted)}.account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:40px 0 20px}.account-stats article,.account-details div{padding:24px;border:1px solid var(--line);border-radius:16px;background:#091221}.account-stats span,.account-details span{display:block;margin-bottom:10px;color:#7e8ca4;font-size:11px}.account-stats strong{font:600 30px "Space Grotesk"}.account-details{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.account-details b{font-size:13px;overflow-wrap:anywhere}.account-status{margin:22px 0 0;color:#6fdfad;font-size:11px}@media(max-width:760px){.account-stats{grid-template-columns:repeat(2,1fr)}.account-details{grid-template-columns:1fr}.account-main{padding-top:40px}}
.download-card>img{content:url("logo.png")}
