@import url('/fonts.css');
:root{color-scheme:dark;--bg:#080e17;--surface:#101925;--raised:#152131;--line:#243246;--text:#edf4fb;--muted:#9baabe;--cyan:#89d9f0;--amber:#edc271;--green:#70dcb0;--red:#fa9d9d;--radius:16px;font-family:Inter,'Segoe UI',sans-serif;font-size:15px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--cyan);outline-offset:4px}button{color:inherit}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-weight:560;letter-spacing:-.045em}p{line-height:1.75;color:var(--muted)}img{max-width:100%}.mono{font-family:'Cascadia Code',Consolas,monospace}.muted{color:var(--muted)}.tiny{font-size:12px}.eyebrow{text-transform:uppercase;font-size:11px;font-weight:650;letter-spacing:.18em;color:var(--cyan);display:flex;align-items:center;gap:9px}.eyebrow:before{content:'';width:6px;height:6px;background:var(--cyan);border-radius:50%}.wrap{max-width:1264px;margin:auto;padding:0 32px}.skip{position:fixed;left:12px;top:-60px;z-index:100;background:var(--cyan);color:var(--bg);padding:10px}.skip:focus{top:10px}.local-ribbon{text-align:center;background:#121e2b;color:#aebfd2;border-bottom:1px solid var(--line);font-size:11px;padding:8px 16px;letter-spacing:.03em}.site-nav{height:88px;display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;font-size:21px;letter-spacing:-.7px;font-weight:700}.brand img{width:45px;height:45px;object-fit:contain}.brand small{color:var(--cyan);font-size:10px;letter-spacing:.1em}.nav-links{display:flex;gap:28px;margin-left:auto;font-size:13px;color:var(--muted)}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-end{display:flex;align-items:center;gap:18px;font-size:13px}.btn{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:600;font-size:13px;min-height:44px;transition:background .2s,transform .2s,border-color .2s}.btn:hover{background:#1c2a3c;border-color:#53647a;transform:translateY(-2px)}.btn.primary{background:var(--cyan);border-color:var(--cyan);color:#08131d}.btn.primary:hover{background:#b1eafb}.btn.amber{background:var(--amber);color:#20190e;border-color:var(--amber)}.btn.ghost{background:transparent}.btn.small{min-height:34px;padding:7px 12px;font-size:12px}.btn.danger{color:var(--red)}.icon{width:18px;height:18px;stroke:currentColor;stroke-width:1.6;fill:none;flex:none;vertical-align:middle}.hero{display:grid;grid-template-columns:1.03fr 1fr;gap:54px;padding-top:80px;padding-bottom:76px;align-items:center;position:relative}.hero h1{font-size:clamp(48px,5.2vw,73px);line-height:1.08;margin:24px 0}.hero h1 span{color:var(--cyan)}.hero p{max-width:440px;font-size:16px}.hero-actions{display:flex;gap:12px;margin:30px 0 23px}.hero-foot{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:8px}.hero-foot b{font-weight:400;color:var(--amber)}.hero-visual{position:relative;min-width:0;perspective:1300px}.terminal-card{border:1px solid #35465b;background:#0d1723;border-radius:14px;box-shadow:0 35px 90px #0008;overflow:hidden;transform:rotateY(-6deg) rotateX(3deg);transition:transform .6s}.hero-visual:hover .terminal-card{transform:rotateY(0) rotateX(0)}.terminal-top{display:flex;align-items:center;gap:8px;padding:15px;border-bottom:1px solid var(--line);font-size:10px;color:var(--muted)}.dot{height:6px;width:6px;border-radius:50%;background:#506175}.dot:first-child{background:var(--cyan)}.terminal-top .mono{margin-left:6px}.terminal-top .badge{margin-left:auto}.terminal-inner{padding:20px}.market-line{display:flex;align-items:center;justify-content:space-between}.coin{display:flex;gap:10px;align-items:center}.coin-icon{background:#312719;color:var(--amber);width:33px;height:33px;border-radius:50%;display:grid;place-items:center;font-size:23px}.coin strong{font-size:12px;display:block}.coin small{font-size:9px;color:var(--muted)}.chart-price{text-align:right}.chart-price strong{font:21px Consolas,monospace}.chart-price small{display:block;color:var(--green);font-size:10px;margin-top:5px}.chart{height:170px;position:relative;margin-top:20px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 39px,#26334680 40px)}.chart svg{width:100%;height:100%;overflow:visible}.chart-line{stroke:var(--cyan);stroke-width:2;fill:none;stroke-dasharray:1100;stroke-dashoffset:1100;animation:draw 2.8s ease forwards}.chart-fill{fill:url(#chart-gradient)}.chart-labels{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);margin:8px 0 23px}.terminal-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quote{padding:14px;border:1px solid #305245;background:#142923;border-radius:7px;display:flex;justify-content:space-between;font-size:11px;color:var(--green)}.quote.down{color:var(--red);background:#2b1d25;border-color:#56303d}.quote b{font-family:Consolas,monospace}.terminal-bottom{display:flex;align-items:center;justify-content:space-between;font-size:9px;color:var(--muted);margin-top:20px}.terminal-bottom span:first-child{color:var(--cyan)}.floating-note{position:absolute;bottom:-26px;right:18px;display:flex;align-items:center;gap:12px;padding:15px 19px;border:1px solid #405445;background:#17231f;box-shadow:0 12px 35px #0004;border-radius:10px;animation:float 6s ease-in-out infinite}.floating-note .icon{color:var(--green)}.floating-note strong{font-size:11px;display:block}.floating-note small{font-size:10px;color:var(--muted)}.market-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 0;color:#c6d1e0;font-size:13px}.market-strip>span{font-size:10px;letter-spacing:.12em;color:var(--muted)}.market-strip strong{font-size:15px;font-weight:550;display:flex;align-items:center;gap:8px}.market-strip strong small{font-size:10px;color:var(--muted);font-weight:400}.section{padding:85px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:32px}.section-head h2{font-size:38px;line-height:1.2;margin-top:14px}.section-head p{max-width:330px;font-size:13px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.feature{padding:30px;border-right:1px solid var(--line);background:linear-gradient(135deg,#142031,#0d1521)}.feature:last-child{border:0}.feature-num{font:11px Consolas,monospace;color:var(--muted);display:flex;justify-content:space-between;align-items:center}.feature-num .icon{color:var(--cyan);height:23px;width:23px}.feature h3{font-size:21px;margin:28px 0 12px}.feature p{font-size:13px}.strategy-panel{display:grid;grid-template-columns:300px 1fr;gap:40px;padding:30px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.strategy-tabs{display:flex;flex-direction:column;gap:5px}.strategy-tab{border:1px solid transparent;background:transparent;text-align:left;display:flex;align-items:center;gap:16px;padding:16px 12px;color:var(--muted);border-radius:8px}.strategy-tab span{font:11px Consolas,monospace}.strategy-tab.selected{background:#203040;color:var(--cyan);border-color:#3d5d73}.strategy-copy{align-self:center;padding:18px 35px;border-left:1px solid var(--line)}.strategy-copy h3{font-size:30px;margin:18px 0}.strategy-copy p{max-width:530px;font-size:14px}.strategy-copy .badge{margin-top:22px}.badge{display:inline-flex;gap:6px;align-items:center;padding:5px 9px;border:1px solid #3b4c61;border-radius:5px;font-size:10px;line-height:1.2;white-space:nowrap;color:var(--muted);font-weight:500}.badge.green{color:var(--green);background:#172e27;border-color:#2d5347}.badge.amber{color:var(--amber);background:#30281b;border-color:#58492d}.badge.red{color:var(--red);background:#301f27;border-color:#53303e}.badge.cyan{color:var(--cyan);background:#192d3c;border-color:#345166}.preview-box{border-radius:var(--radius);overflow:hidden;border:1px solid #52627a;background:#142032;position:relative}.preview-box img{width:100%;display:block}.preview-caption{display:flex;justify-content:space-between;padding:15px 20px;font-size:12px;background:#111d2b}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:28px;position:relative;display:flex;flex-direction:column}.price-card.featured{border-color:var(--cyan);background:linear-gradient(140deg,#1a3040,#101925 70%)}.price-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--cyan);margin-bottom:22px}.price-card h3{font-size:23px}.price{font-size:43px;letter-spacing:-.06em;margin:24px 0 10px}.price small{font-size:13px;letter-spacing:0;color:var(--muted);font-weight:400}.price-card p{font-size:12px;min-height:43px}.price-card ul{list-style:none;padding:22px 0;margin:0;display:grid;gap:15px;border-top:1px solid var(--line);margin-top:22px;font-size:12px;color:#c0cbd9;flex:1}.price-card li:before{content:'✓';color:var(--cyan);margin-right:10px}.price-card .btn{width:100%}.pricing-note{text-align:center;margin-top:20px;font-size:11px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.faq-grid details{padding:22px;border:1px solid var(--line);border-radius:9px;background:#0d1622}.faq-grid summary{cursor:pointer;font-size:14px;font-weight:550}.faq-grid details p{font-size:13px;margin-top:16px}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:40px;border-radius:12px;background:#182b39;border:1px solid #395464;margin-bottom:75px}.cta-band h2{font-size:31px}.cta-band p{font-size:13px;margin-top:8px}.footer{border-top:1px solid var(--line);padding:28px 0 35px;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:11px;color:var(--muted)}.footer-links{display:flex;gap:20px}.page-heading{padding:60px 0 40px}.page-heading h1{font-size:47px;margin:16px 0}.page-heading p{max-width:630px}.auth-layout{min-height:75vh;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding:60px 0}.auth-art{border-left:2px solid var(--cyan);padding-left:32px}.auth-art img{width:110px;height:110px;object-fit:contain;margin-bottom:25px}.auth-art h1{font-size:48px;line-height:1.13;margin-bottom:22px}.auth-art p{max-width:390px}.auth-card{padding:34px;border:1px solid var(--line);border-radius:16px;background:var(--surface);max-width:460px;width:100%}.auth-card h2{font-size:28px;margin-bottom:8px}.auth-card>p{font-size:13px;margin-bottom:25px}label.field{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#c9d6e5;margin-bottom:18px}input,select,textarea{background:#0b131f;border:1px solid #36465a;border-radius:7px;padding:12px;color:var(--text);min-width:0;width:100%}textarea{min-height:105px;resize:vertical}input[type=checkbox]{width:17px;height:17px;accent-color:var(--cyan);padding:0}input::placeholder{color:#788ba2}.form-error{color:var(--red);font-size:12px;line-height:1.6;margin:12px 0;min-height:0}.form-error:empty{display:none}.auth-card .btn{width:100%}.auth-note{text-align:center;font-size:12px;margin-top:20px}.text-link{color:var(--cyan)}.app-shell{display:grid;grid-template-columns:218px minmax(0,1fr);min-height:calc(100vh - 31px)}.sidebar{padding:27px 18px;border-right:1px solid var(--line);background:#0b131f;display:flex;flex-direction:column;gap:32px}.sidebar .brand{font-size:19px}.sidebar .brand img{width:39px;height:39px}.sidebar-label{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:#8093aa;padding:0 12px;margin-bottom:14px}.side-links{display:grid;gap:6px}.side-link{display:flex;align-items:center;gap:12px;color:var(--muted);border:1px solid transparent;border-radius:7px;padding:12px;text-align:left;background:none;font-size:12px;width:100%}.side-link:hover{color:white;background:#152130}.side-link.selected{background:#1c3041;color:var(--cyan);border-color:#30475c}.sidebar-bottom{margin-top:auto;display:grid;gap:10px}.sidebar-user{display:flex;gap:10px;align-items:center;padding:12px 5px;border-top:1px solid var(--line)}.avatar{height:32px;width:32px;border-radius:8px;background:#233e52;display:grid;place-items:center;font-size:12px;color:var(--cyan);flex:none}.sidebar-user strong{font-size:11px;display:block;max-width:130px;overflow:hidden;text-overflow:ellipsis}.sidebar-user small{font-size:10px;color:var(--muted)}.workspace{padding:0 36px 40px;min-width:0;max-width:1600px;width:100%;margin:auto}.workspace-top{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-size:12px;color:var(--muted)}.workspace-top>div{display:flex;gap:14px;align-items:center}.workspace-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:34px 0 27px}.workspace-head h1{font-size:31px}.workspace-head p{font-size:12px;margin-top:8px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:25px}.stat{padding:22px;border:1px solid var(--line);background:var(--surface);border-radius:10px}.stat-label{color:var(--muted);font-size:11px;display:flex;justify-content:space-between;gap:8px}.stat strong{display:block;font-size:30px;font-weight:550;margin:16px 0 7px;letter-spacing:-1px}.stat small{font-size:10px;color:var(--muted)}.panel{border:1px solid var(--line);border-radius:12px;background:var(--surface);margin-bottom:22px;overflow:hidden}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 23px;border-bottom:1px solid var(--line)}.panel-head h2{font-size:17px;letter-spacing:-.02em}.panel-head p{font-size:11px;margin-top:5px}.panel-body{padding:24px}.two-col{display:grid;grid-template-columns:1.3fr 1fr;gap:22px}.two-col.equal{grid-template-columns:1fr 1fr}.toolbar{display:flex;gap:12px;align-items:center;padding:18px 22px;border-bottom:1px solid var(--line)}.toolbar input{max-width:360px;font-size:12px;padding:10px}.toolbar select{max-width:160px;font-size:12px;padding:10px}.table-scroll{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:12px}th{font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:#98abc1;font-weight:500;padding:15px 20px;background:#0d1723;white-space:nowrap}td{padding:18px 20px;border-top:1px solid var(--line);vertical-align:middle}td strong{font-size:12px;font-weight:550}td small{display:block;color:var(--muted);font-size:10px;margin-top:5px}.person{display:flex;align-items:center;gap:11px}.tag-row{display:flex;flex-wrap:wrap;gap:6px}.empty{padding:50px 25px;text-align:center}.empty .icon{height:30px;width:30px;color:#6c819a;margin-bottom:14px}.empty h3{font-size:18px;margin-bottom:9px}.empty p{font-size:12px;max-width:420px;margin:auto}.empty .btn{margin-top:20px}.notice{display:flex;align-items:flex-start;gap:12px;padding:15px 18px;margin-bottom:22px;border:1px solid #3b4d61;background:#152332;border-radius:8px;font-size:12px;color:#b6cadd;line-height:1.65}.notice .icon{margin-top:2px;color:var(--cyan)}.notice.amber{border-color:#5c4c31;background:#282318;color:#ddc99f}.download-hero{display:flex;gap:22px;align-items:center}.download-hero img{width:75px;height:75px;object-fit:contain}.download-hero h3{font-size:23px}.download-hero p{font-size:12px;margin-top:8px}.download-meta{display:flex;gap:25px;margin:25px 0;color:var(--muted);font-size:11px;flex-wrap:wrap}.access-row{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);font-size:12px;gap:12px}.access-row:last-child{border:0}.access-row small{font-size:10px;color:var(--muted);display:block;margin-top:5px}.checkline{display:flex;align-items:center;gap:10px;font-size:12px;padding:10px 0}.checkline label{cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 15px}.span-all{grid-column:1/-1}.divider{border:0;border-top:1px solid var(--line);margin:22px 0}.device-code{padding:14px;background:#08131d;border:1px solid var(--line);border-radius:7px;font:12px/1.7 Consolas,monospace;overflow-wrap:anywhere}.timeline-item{padding:16px 0;border-bottom:1px solid var(--line);display:flex;gap:14px;font-size:12px}.timeline-item:last-child{border:0}.timeline-dot{height:7px;width:7px;background:var(--cyan);border-radius:50%;margin-top:5px;flex:none}.timeline-item small{display:block;color:var(--muted);font-size:10px;margin-top:6px}.settings-section{max-width:740px}.device-state{display:inline-block;width:6px;height:6px;border-radius:50%;background:#687990;margin-right:6px}.device-state.online{background:var(--green);box-shadow:0 0 0 4px #70dcb018}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);opacity:0;pointer-events:none;z-index:100;background:#d8eef5;color:#08131d;border:1px solid #abdeee;border-radius:9px;padding:14px 22px;font-size:13px;max-width:90%;box-shadow:0 10px 40px #0005;transition:.2s}#toast.visible{opacity:1;transform:translate(-50%,0)}dialog{width:min(570px,calc(100% - 32px));max-height:90vh;padding:0;border:1px solid #41566f;border-radius:14px;background:#101b29;color:var(--text);box-shadow:0 30px 100px #0009}dialog::backdrop{background:#020811bb;backdrop-filter:blur(6px)}.modal-head{padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.modal-head h2{font-size:22px}.modal-body{padding:24px}.modal-foot{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.close-btn{background:transparent;border:0;color:var(--muted);font-size:26px}.checkout-total{display:flex;align-items:end;justify-content:space-between;margin:25px 0}.checkout-total strong{font-size:37px;letter-spacing:-1px}.checkout-total span{font-size:12px;color:var(--muted)}.wide{width:100%}.legal{max-width:740px;padding-bottom:80px}.legal h2{font-size:24px;margin:30px 0 12px}.legal p{font-size:14px}.reveal{animation:enter .6s ease both}.motion-delay{animation-delay:.15s}@keyframes draw{to{stroke-dashoffset:0}}@keyframes float{50%{transform:translateY(-7px)}}@keyframes enter{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1500px){.hero{padding-top:100px;padding-bottom:100px}}@media(max-width:1100px){.hero{gap:25px}.hero h1{font-size:53px}.hero-visual{margin-top:30px}.app-shell{grid-template-columns:185px 1fr}.workspace{padding:0 23px 30px}.stats{gap:9px}.stat{padding:16px}.two-col{grid-template-columns:1fr}.nav-links{gap:18px}.nav-end{gap:10px}.price-card{padding:23px}.price{font-size:38px}.strategy-panel{gap:15px}.strategy-copy{padding:15px 25px}.auth-layout{gap:45px}}
@media(max-width:800px){.wrap{padding:0 22px}.nav-links{display:none}.nav-end{margin-left:auto}.site-nav{height:75px}.hero{grid-template-columns:1fr;padding-top:50px;gap:25px}.hero h1{font-size:58px}.hero p{max-width:500px}.hero-visual{max-width:560px;margin:10px auto 0;width:100%}.terminal-card{transform:none}.market-strip{flex-wrap:wrap;justify-content:center;gap:20px 30px}.market-strip>span{width:100%;text-align:center}.section{padding:58px 0}.section-head{align-items:start;flex-direction:column;gap:15px}.feature-grid{grid-template-columns:1fr}.feature{border-right:0;border-bottom:1px solid var(--line)}.feature h3{margin-top:18px}.strategy-panel{grid-template-columns:1fr;padding:20px}.strategy-tabs{flex-direction:row;overflow:auto}.strategy-tab{flex:none;font-size:11px}.strategy-copy{border-left:0;padding:15px 4px}.pricing-grid{grid-template-columns:1fr}.price-card p{min-height:0}.price-card{padding:28px}.faq-grid{grid-template-columns:1fr}.cta-band{flex-direction:column;align-items:start;padding:28px}.footer{flex-wrap:wrap}.auth-layout{grid-template-columns:1fr;gap:35px;padding:40px 0}.auth-art{display:none}.auth-card{margin:auto}.app-shell{grid-template-columns:1fr}.sidebar{padding:12px 18px;gap:12px;border-right:0;border-bottom:1px solid var(--line)}.sidebar .brand{display:none}.sidebar-label,.sidebar-user{display:none}.side-links{display:flex;overflow:auto;gap:5px}.side-link{width:auto;white-space:nowrap;font-size:11px;padding:10px}.sidebar-bottom{display:none}.workspace{padding:0 18px 30px}.workspace-top{min-height:60px}.workspace-head{padding:25px 0}.workspace-head h1{font-size:27px}.stats{grid-template-columns:1fr 1fr}.two-col.equal{grid-template-columns:1fr}.toolbar{padding:14px}.panel-head{padding:18px}.panel-body{padding:19px}.notice{font-size:11px}.page-heading h1{font-size:39px}}
@media(max-width:440px){.hero h1{font-size:47px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.nav-end>a:first-child{display:none}.brand{font-size:19px}.brand img{width:36px}.hero-foot{font-size:10px}.market-strip strong small{display:none}.terminal-inner{padding:14px}.chart{height:145px}.floating-note{right:9px;font-size:10px;padding:12px}.section-head h2{font-size:32px}.form-grid{grid-template-columns:1fr}.workspace-top .badge{display:none}.workspace-head{align-items:start;flex-direction:column;gap:14px}.stat strong{font-size:26px}.download-hero{align-items:start;gap:12px}.download-hero img{width:49px;height:49px}.footer-links{gap:13px}.preview-caption{font-size:10px}.quote{padding:11px}.auth-card{padding:25px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.chart-line{stroke-dashoffset:0}.terminal-card{transform:none}}
.sidebar,.side-links{min-width:0}.stat strong{overflow-wrap:anywhere}.stat-label{flex-wrap:wrap}

/* Full, high-contrast product artwork at every logo placement. */
.brand img,.auth-art img,.download-hero img{object-fit:contain;object-position:center;background:#dceaf0;padding:5px;border:1px solid #b2cbd6;border-radius:12px;flex-shrink:0;filter:none}
.brand img{width:62px;height:62px}.brand{gap:12px}
.sidebar .brand img{width:52px;height:52px}.sidebar .brand{font-size:17px;gap:8px}
.auth-art img{width:142px;height:142px;padding:10px;border-radius:20px}
.download-hero img{width:88px;height:88px;padding:7px}
@media(max-width:1100px) and (min-width:801px){.sidebar .brand{font-size:15px;gap:7px}.sidebar .brand img{width:43px;height:43px}}
@media(max-width:800px){.site-nav{height:88px}}
@media(max-width:440px){.brand img{width:52px;height:52px}.brand{font-size:18px;gap:9px}.download-hero img{width:66px;height:66px}}

/* One restrained terminal typing pass; reserve the final headline geometry. */
.typing-headline{position:relative}
.hero h1 .typing-reserve{display:block;visibility:hidden;color:inherit}
.hero h1 .typing-layer{position:absolute;inset:0;color:inherit}
.hero h1 .typing-plain{color:var(--text)}
.hero h1 .typing-accent{color:var(--cyan)}
.typing-cursor{position:relative}
.typing-cursor::after{content:'';display:inline-block;position:absolute;top:.13em;margin-left:5px;width:3px;height:.85em;background:var(--cyan);animation:typing-blink .85s step-end infinite}
@keyframes typing-blink{50%{opacity:0}}
@media(prefers-reduced-motion:reduce){.typing-cursor::after{display:none}}

/* Pixel display lettering inspired by the supplied PolyMaria wordmark. */
.brand>span{font-family:'PolyMaria Pixel',monospace;font-size:16px;line-height:1.5;font-weight:400;letter-spacing:-.6px}
.sidebar .brand>span{font-size:11px;letter-spacing:-.5px}
.hero h1{font-family:'PolyMaria Pixel',monospace;font-size:clamp(25px,2.5vw,36px);line-height:1.65;letter-spacing:-1.5px;font-weight:400}
.section-head h2,.cta-band h2,.page-heading h1,.auth-art h1{font-family:'PolyMaria Pixel',monospace;font-size:25px;line-height:1.65;letter-spacing:-1px;font-weight:400}
.workspace-head h1{font-family:'PolyMaria Pixel',monospace;font-size:20px;line-height:1.6;letter-spacing:-1px;font-weight:400}
@media(max-width:1100px) and (min-width:801px){.sidebar .brand>span{font-size:9px}}
@media(max-width:800px){.hero h1{font-size:30px}.section-head h2,.cta-band h2,.page-heading h1,.auth-art h1{font-size:23px}.workspace-head h1{font-size:18px}}
@media(max-width:440px){.brand>span{font-size:12px}.hero h1{font-size:22px;letter-spacing:-1px}.section-head h2,.cta-band h2,.page-heading h1{font-size:20px}.workspace-head h1{font-size:16px}}

.info-trigger{color:#d4bbff;border-color:#685185;background:#281f38}
dialog.user-info-modal{width:min(1190px,calc(100% - 28px));max-height:94vh}
.user-info-modal .modal-head{padding:20px 24px}.user-info-modal .modal-body{padding:20px 24px}
.info-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:16px}.info-toolbar strong{font-size:13px}.info-toolbar p{font-size:11px;margin-top:5px}.info-device-picker{display:flex;gap:12px;align-items:center}.info-device-picker .field{margin:0;min-width:180px;font-size:10px}.info-device-picker select{padding:8px;font-size:12px}
.info-source{font-size:11px;line-height:1.65;color:#a8b8cc;margin-bottom:18px;border-left:2px solid #4b6179;padding-left:12px}
.user-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;align-items:start}.user-info-section{padding:15px;border:1px solid var(--info-color);border-left-width:3px;border-radius:9px;background:linear-gradient(120deg,#142431,#0d1823 80%);min-width:0}.info-system{--info-color:#89d9f0}.info-polymarket{--info-color:#ad8af7;background:linear-gradient(120deg,#211d37,#0d1823 80%)}.info-polymaria{--info-color:#edc271;background:linear-gradient(120deg,#292719,#0d1823 80%)}.user-info-section h3{font:600 10px 'Segoe UI',sans-serif;letter-spacing:.1em;color:var(--info-color);margin:0 0 14px}.user-info-section dl{margin:0}.info-row{display:grid;grid-template-columns:100px minmax(0,1fr);gap:10px;border-bottom:1px solid #30425288;padding:11px 0;font-size:11px;line-height:1.65}.info-row:last-child{border:0}.info-row dt{color:#93b2c9;font-weight:550}.info-row dd{margin:0;text-align:right;overflow-wrap:anywhere;font-family:Consolas,monospace;color:#dce9f4}.info-missing{font-family:'Segoe UI',sans-serif;color:#8398ae;font-size:11px;font-weight:400}.info-positive{color:#70dcb0}.info-negative{color:#fa9d9d}.info-copy{background:transparent;border:0;color:var(--cyan);padding:3px 5px;min-width:26px;min-height:26px}.info-balances{display:grid;grid-template-columns:1fr 1fr;gap:8px}.info-balances>div,.info-demo-balance{text-align:center;border:1px solid #39465b;border-radius:8px;padding:12px 7px;background:#08131d}.info-balances span,.info-demo-balance>span{display:block;font-size:9px;color:#a1b5cb;margin-bottom:5px}.info-balances strong,.info-demo-balance strong{font:600 15px Consolas,monospace}.info-demo-balance{background:#edc27110;border-color:#705d32;color:var(--amber)}.info-demo-balance>span{color:var(--amber)}.info-updated{text-align:right;font-size:11px;color:#9cb0c6;margin-top:20px}.info-footnote{font-size:10px;margin-top:12px;color:#9bb0c4}
@media(max-width:1000px){.user-info-grid{grid-template-columns:1fr 1fr}.info-polymaria{grid-column:1/-1}}@media(max-width:650px){.user-info-grid{grid-template-columns:1fr}.info-polymaria{grid-column:auto}.info-toolbar{flex-direction:column;align-items:stretch}.info-device-picker{justify-content:space-between}.user-info-modal .modal-body{padding:16px}.info-row{grid-template-columns:105px minmax(0,1fr)}}

.portrait-shell{min-width:0}.liquid-portrait{position:relative;overflow:hidden;border-radius:18px;background:#ece8e2;border:1px solid #46556a;isolation:isolate}.liquid-portrait>img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;filter:grayscale(1);transition:filter .4s}.liquid-portrait>canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.portrait-topline{position:absolute;top:18px;left:18px;right:18px;display:flex;justify-content:space-between;color:#263343;font:8px Consolas,monospace;letter-spacing:.07em;pointer-events:none}.portrait-controls{position:absolute;bottom:17px;left:17px;right:17px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#0b1420dd;backdrop-filter:blur(10px);border:1px solid #7592a454;border-radius:8px;color:#dceaf4}.portrait-hint{font-size:10px}.portrait-controls button{background:#d8e8ef;border:0;color:#132333;border-radius:5px;padding:8px 10px;font-size:10px;white-space:nowrap}.portrait-caption{display:flex;justify-content:space-between;gap:15px;font-size:8px;letter-spacing:.08em;line-height:1.7;color:var(--muted);margin-top:15px}.portrait-color>img{filter:none}.portrait-color>canvas{visibility:hidden}.portrait-static .portrait-controls{display:none}.hero{padding-top:58px;padding-bottom:65px}
@media(max-width:800px){.portrait-shell{max-width:560px;width:100%;margin:0 auto}.portrait-topline{font-size:7px}.hero{padding-top:42px}}@media(max-width:440px){.portrait-hint{font-size:9px;max-width:130px}.portrait-controls{left:12px;right:12px;padding:9px}.portrait-caption{font-size:7px}.portrait-topline{top:12px;left:12px;right:12px}}

.release-upload-button{margin-top:18px}.upload-status{display:flex;flex-direction:column;gap:10px;margin-top:18px;font-size:11px;color:var(--muted)}.upload-status progress{width:100%;height:8px;accent-color:var(--cyan)}
/* Requested pixel typography throughout all three workspaces. */
:root{font-family:'PolyMaria Pixel',monospace;font-size:12px}
body,body *{font-family:'PolyMaria Pixel',monospace!important;font-weight:400!important}
body{line-height:1.8}button,input,select,textarea{font-size:10px;line-height:1.8}
p{font-size:11px!important;line-height:2!important}.tiny,.auth-note{font-size:9px!important;line-height:1.9!important}
.btn{font-size:10px;gap:9px;line-height:1.6}.btn.small{font-size:9px;padding:9px 11px}.nav-links,.nav-end{font-size:10px}.eyebrow{font-size:8px;line-height:1.9;letter-spacing:.07em}.local-ribbon{font-size:8px;line-height:1.8}.hero-foot{font-size:8px;line-height:1.9}.market-strip strong{font-size:11px}.market-strip>span{font-size:8px}.market-strip strong small{font-size:8px}
.feature h3{font-size:16px;line-height:1.8}.strategy-tab{font-size:10px;line-height:1.9}.strategy-copy h3{font-size:20px;line-height:1.7}.price-card h3{font-size:17px;line-height:1.8}.price{font-size:30px;line-height:1.8}.price small{font-size:9px}.price-label{font-size:8px}.price-card li{font-size:9px;line-height:1.9}.faq-grid summary{font-size:11px;line-height:1.9}.footer,.footer-links{font-size:8px;line-height:1.9}.preview-caption{font-size:8px;line-height:1.8}
.sidebar-label{font-size:7px;line-height:2}.side-link{font-size:8px;line-height:1.9}.sidebar-user strong{font-size:8px}.sidebar-user small{font-size:7px}.workspace-top{font-size:9px}.stat-label{font-size:8px;line-height:1.9}.stat strong{font-size:20px;letter-spacing:-1px;line-height:1.8}.stat small{font-size:8px;line-height:1.9}.badge{font-size:7px;line-height:1.7;white-space:normal}.panel-head h2{font-size:12px;line-height:1.8}.toolbar input,.toolbar select{font-size:9px}table{font-size:9px;line-height:1.9}th{font-size:7px;line-height:1.9}td strong{font-size:9px}td small{font-size:8px;line-height:1.9}.access-row{font-size:9px;line-height:1.9}.download-hero h3{font-size:16px;line-height:1.8}.download-meta{font-size:8px;line-height:1.9}.notice{font-size:9px;line-height:1.9}.modal-head h2,.auth-card h2{font-size:17px;line-height:1.8}.field,.checkline{font-size:9px!important;line-height:1.9}.timeline-item{font-size:9px}.timeline-item small{font-size:8px;line-height:1.9}.empty h3{font-size:15px;line-height:1.9}.device-code{font-size:9px;line-height:2}.form-error{font-size:9px;line-height:1.9}.legal h2{font-size:18px;line-height:1.9}
.info-toolbar strong{font-size:10px}.info-source{font-size:8px;line-height:2}.user-info-section h3{font-size:8px;line-height:1.8}.info-row{font-size:8px;line-height:2.1;grid-template-columns:100px minmax(0,1fr)}.info-missing{font-size:8px}.info-balances strong,.info-demo-balance strong{font-size:11px}.info-balances span,.info-demo-balance>span{font-size:7px}.info-updated{font-size:8px;line-height:1.9}.info-copy{font-family:Consolas,monospace!important;font-size:17px}.portrait-topline,.portrait-caption{font-size:6px}.portrait-hint,.portrait-controls button{font-size:7px;line-height:1.9}
@media(max-width:1100px){.nav-links{gap:13px}.site-nav{gap:20px}.price{font-size:25px}.price-card{padding:21px}}
@media(max-width:800px){.side-link{font-size:8px}.market-strip{gap:20px}.preview-caption{flex-wrap:wrap}.toolbar{flex-wrap:wrap}.workspace-top{font-size:8px}.workspace-head .btn{align-self:start}}
@media(max-width:440px){.nav-end .btn{font-size:8px;gap:5px;padding:9px}.site-nav{gap:10px}.brand>span{font-size:11px}.hero-foot{flex-wrap:wrap}.workspace-top{flex-wrap:wrap;padding:13px 0;gap:10px}.modal-head h2{font-size:13px}.form-grid{display:block}.price{font-size:27px}.download-hero h3{font-size:12px}.portrait-controls{flex-direction:column;align-items:start}.portrait-hint{max-width:none}.info-toolbar strong{font-size:9px;overflow-wrap:anywhere}.info-device-picker{flex-wrap:wrap}}

/* Remove the hero photo card; the cutout asset will sit directly on the page. */
.liquid-portrait{background:transparent;border:0;border-radius:0}.portrait-topline{color:var(--muted)}

/* Compact, readable exception for detailed user information. */
dialog.user-info-modal{max-height:min(880px,94dvh);overflow:hidden}
.user-info-modal[open]{display:flex;flex-direction:column}
.user-info-modal,.user-info-modal *{font-family:'Segoe UI',Arial,sans-serif!important;letter-spacing:normal!important}
.user-info-modal .modal-head{flex:none;padding:13px 18px;background:#101b29}.user-info-modal .modal-head h2{font-size:17px;line-height:1.35;font-weight:600!important}.user-info-modal .close-btn{font-size:25px;line-height:1;min-width:32px;min-height:32px}
.user-info-modal .modal-body{padding:12px 18px;overflow:auto;min-height:0;overscroll-behavior:contain}
.user-info-modal .info-toolbar{margin-bottom:8px;gap:10px}.user-info-modal .info-toolbar strong{font-size:12px;font-weight:600!important}.user-info-modal .info-toolbar p{font-size:11px!important;line-height:1.4!important;margin-top:3px}
.user-info-modal .info-source{font-size:10px;line-height:1.45;margin-bottom:10px;padding-left:8px}
.user-info-modal .user-info-grid{gap:12px}.user-info-modal .user-info-section{padding:10px 12px}.user-info-modal .user-info-section h3{font-size:10px;line-height:1.3;letter-spacing:.06em!important;font-weight:600!important;margin-bottom:8px}
.user-info-modal .info-row{grid-template-columns:100px minmax(0,1fr);padding:5px 0;gap:8px;font-size:11px;line-height:1.4;min-height:26px}.user-info-modal .info-row dt{font-weight:600!important}.user-info-modal .info-row dd{font-size:11px;line-height:1.4;max-height:76px;overflow:auto;overscroll-behavior:contain}.user-info-modal .info-missing{font-size:11px}
.user-info-modal .info-balances>div,.user-info-modal .info-demo-balance{padding:7px}.user-info-modal .info-balances strong,.user-info-modal .info-demo-balance strong{font-size:15px;font-weight:600!important}.user-info-modal .info-balances span,.user-info-modal .info-demo-balance>span{font-size:9px;margin-bottom:3px}
.user-info-modal .info-footnote{font-size:10px!important;line-height:1.45!important;margin-top:8px}.user-info-modal .info-updated{font-size:10px;line-height:1.4;margin-top:10px}.user-info-modal .info-copy{font-size:14px;min-width:20px;min-height:20px;padding:0 3px}
.user-info-modal .btn{font-size:11px;line-height:1.4;padding:7px 11px}.user-info-modal .field{font-size:10px!important;gap:3px;line-height:1.4}.user-info-modal select{font-size:11px;line-height:1.4;padding:6px}
@media(min-width:901px){.user-info-modal .user-info-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.user-info-modal .info-polymaria{grid-column:auto}}
@media(max-width:650px){.user-info-modal .modal-body{padding:10px 12px}.user-info-modal .info-toolbar{gap:8px}.user-info-modal .info-row{grid-template-columns:105px minmax(0,1fr)}}

/* Background-free portrait with controls below the artwork. */
.liquid-portrait{background:transparent;border:0;border-radius:0;overflow:visible}
.liquid-portrait>canvas{height:auto;aspect-ratio:1;inset:0 auto auto 0}
.portrait-controls{position:relative;left:auto;right:auto;bottom:auto;background:transparent;border:0;border-radius:0;backdrop-filter:none;padding:12px 0 0;margin:0}
.portrait-topline{display:none}

/* Lower homepage sections rise into place once as they enter the viewport. */
.scroll-reveal{opacity:0;transform:translateY(32px) scale(.985);transition:opacity .7s ease,transform .85s cubic-bezier(.16,1,.3,1)}
.scroll-reveal.scroll-visible{opacity:1;transform:translateY(0) scale(1)}
.scroll-stagger-1{transition-delay:90ms}.scroll-stagger-2{transition-delay:180ms}
@media(max-width:800px){.scroll-reveal{transform:translateY(22px)}.scroll-stagger-1{transition-delay:45ms}.scroll-stagger-2{transition-delay:90ms}}
@media(prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;transform:none;transition:none}}
@media print{.scroll-reveal{opacity:1;transform:none}}

/* Regular typography throughout the administrator workspace. */
body.admin-regular,body.admin-regular *{font-family:'Segoe UI',Arial,sans-serif!important;letter-spacing:normal}
body.admin-regular{font-size:14px;line-height:1.5}
body.admin-regular p{font-size:14px!important;line-height:1.6!important}
body.admin-regular h1{font-size:28px;font-weight:650!important;line-height:1.3}
body.admin-regular h2,body.admin-regular .panel-head h2{font-size:18px;font-weight:600!important;line-height:1.4}
body.admin-regular h3{font-size:17px;font-weight:600!important}
body.admin-regular strong{font-weight:600!important}
body.admin-regular .side-link,body.admin-regular .workspace-top,body.admin-regular table,body.admin-regular td strong,body.admin-regular .access-row,body.admin-regular .timeline-item{font-size:14px;line-height:1.5}
body.admin-regular .btn,body.admin-regular input,body.admin-regular select,body.admin-regular textarea{font-size:13px;line-height:1.5}
body.admin-regular .field,body.admin-regular .checkline{font-size:13px!important;line-height:1.5}
body.admin-regular .sidebar-label,body.admin-regular .eyebrow,body.admin-regular th,body.admin-regular .badge,body.admin-regular .local-ribbon{font-size:11px;line-height:1.5}
body.admin-regular .stat-label,body.admin-regular .stat small,body.admin-regular td small,body.admin-regular .tiny,body.admin-regular .notice,body.admin-regular .timeline-item small,body.admin-regular .download-meta{font-size:12px!important;line-height:1.5!important}
body.admin-regular .stat strong{font-size:30px;line-height:1.5}
body.admin-regular .user-info-modal p{font-size:11px!important;line-height:1.4!important}
body.admin-regular .user-info-modal h3{font-size:10px}

/* Preserve the complete hair silhouette in the new website logo. */
img[src="/assets/logo-full.png"]{object-fit:cover;object-position:center top;border-radius:10px}

/* Administration operations */
.admin-regular .ops-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}
.admin-regular .ops-metrics article{padding:24px;border:1px solid #263247;border-radius:12px;background:#0e1726}
.admin-regular .ops-metrics strong{display:block;font-size:34px;margin-top:12px;color:#b2ff59}
.admin-regular .ops-metrics span{color:#b5c2d5}
.admin-regular .ops-select-list{max-height:340px;overflow:auto;border:1px solid #263247;padding:12px;margin:12px 0}
.admin-regular .ops-select-list small{display:block;color:#91a0b6}
.admin-regular .ops-note{border-top:1px solid #263247;padding:14px 0;white-space:pre-wrap;overflow-wrap:anywhere}
.admin-regular details{max-width:650px;overflow-wrap:anywhere;margin:8px 0}
.admin-regular .panel{margin-bottom:24px}
@media(max-width:850px){.admin-regular .ops-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}

.customer-status{display:flex;flex-wrap:wrap;gap:18px;line-height:2}
.customer-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin:24px 0}
.customer-plan-grid article,.customer-notice,.customer-conversation article{border:1px solid #263247;border-radius:10px;padding:20px;margin:12px 0;overflow-wrap:anywhere}
.customer-notice p,.customer-conversation p{white-space:pre-wrap;line-height:2}
.customer-notice.is-read{border-color:#1c2838}
.customer-conversation{max-height:400px;overflow:auto}

/* Customer workspace: regular text, original pixel page heading. */
body:not(.admin-regular):has(.app-shell),body:not(.admin-regular):has(.app-shell) *{font-family:'Segoe UI',Arial,sans-serif!important;letter-spacing:normal}
body:not(.admin-regular):has(.app-shell){font-size:14px;line-height:1.5}
body:not(.admin-regular):has(.app-shell) p{font-size:14px!important;line-height:1.6!important}
body:not(.admin-regular):has(.app-shell) h2,body:not(.admin-regular):has(.app-shell) .panel-head h2{font-size:18px;font-weight:600!important;line-height:1.4}
body:not(.admin-regular):has(.app-shell) h3{font-size:17px;font-weight:600!important}
body:not(.admin-regular):has(.app-shell) strong{font-weight:600!important}
body:not(.admin-regular):has(.app-shell) .side-link,body:not(.admin-regular):has(.app-shell) .workspace-top,body:not(.admin-regular):has(.app-shell) table,body:not(.admin-regular):has(.app-shell) td strong,body:not(.admin-regular):has(.app-shell) .access-row,body:not(.admin-regular):has(.app-shell) .timeline-item{font-size:14px;line-height:1.5}
body:not(.admin-regular):has(.app-shell) .btn,body:not(.admin-regular):has(.app-shell) input,body:not(.admin-regular):has(.app-shell) select,body:not(.admin-regular):has(.app-shell) textarea{font-size:13px;line-height:1.5}
body:not(.admin-regular):has(.app-shell) .field,body:not(.admin-regular):has(.app-shell) .checkline{font-size:13px!important;line-height:1.5}
body:not(.admin-regular):has(.app-shell) .sidebar-label,body:not(.admin-regular):has(.app-shell) .eyebrow,body:not(.admin-regular):has(.app-shell) th,body:not(.admin-regular):has(.app-shell) .badge,body:not(.admin-regular):has(.app-shell) .local-ribbon{font-size:11px;line-height:1.5}
body:not(.admin-regular):has(.app-shell) .stat-label,body:not(.admin-regular):has(.app-shell) .stat small,body:not(.admin-regular):has(.app-shell) td small,body:not(.admin-regular):has(.app-shell) .tiny,body:not(.admin-regular):has(.app-shell) .notice,body:not(.admin-regular):has(.app-shell) .timeline-item small,body:not(.admin-regular):has(.app-shell) .download-meta{font-size:12px!important;line-height:1.5!important}
body:not(.admin-regular):has(.app-shell) .stat strong{font-size:30px;line-height:1.5}
body:not(.admin-regular):has(.app-shell) .workspace-head h1,body:not(.admin-regular):has(.app-shell) .workspace-head h1 *{font-family:'PolyMaria Pixel',monospace!important;letter-spacing:inherit}

/* Customer sidebar labels use the same pixel type as the page heading. */
body:not(.admin-regular):has(.app-shell) .sidebar .side-link,body:not(.admin-regular):has(.app-shell) .sidebar .sidebar-label{font-family:'PolyMaria Pixel',monospace!important;font-size:9px;line-height:1.8;letter-spacing:normal}

/* Keep customer pages at the top, including pages shorter than the sidebar. */
body:not(.admin-regular) .app-shell > .workspace{margin-block:0}

.invoice-qr{width:240px;max-width:100%;margin:20px auto;background:#fff}.invoice-qr svg{display:block;width:100%;height:auto}

/* Red lettering on public home-page headings. */
#main:has(> .hero) :is(.hero h1,.section-head h2,.cta-band h2),
#main:has(> .hero) .hero h1 span{color:#f06673}

/* Payment dialogs use readable Times New Roman lettering. */
#modal:has(#checkout-form,#donation-form,.checkout-total),
#modal:has(#checkout-form,#donation-form,.checkout-total) *{
  font-family:"Times New Roman",Times,serif!important;
  letter-spacing:normal;
}
#modal:has(#checkout-form,#donation-form,.checkout-total) :is(.field,.notice,.checkline,.btn){font-size:16px}
#modal:has(#checkout-form,#donation-form,.checkout-total) .tiny{font-size:14px}
/* Customer workspace cards and readable account details. */
.customer-panel{margin-bottom:22px}.customer-panel .panel-head p{margin-top:6px;color:var(--muted)}
.customer-license,.customer-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.customer-license h2{margin:14px 0 8px}.customer-license-action{display:grid;gap:12px;justify-items:stretch;min-width:170px}
.customer-pill{display:inline-flex;align-items:center;width:fit-content;padding:5px 10px;border:1px solid var(--line);border-radius:999px;font-size:12px;background:#172331;color:#c6d2e0}
.customer-pill.positive{color:#91e5be;background:#102c24;border-color:#265844}.customer-pill.warning{color:#f1d38d;background:#30291b;border-color:#5e4c27}
.customer-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0}
.customer-stat-grid>div{padding:18px;border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column;gap:8px}
.customer-stat-grid span,.customer-facts dt{color:var(--muted);font-size:13px}.customer-stat-grid strong{font-size:23px}
.customer-text-link{background:none;border:0;color:var(--cyan);padding:0;text-align:left;width:fit-content;font-size:13px}
.customer-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.customer-overview-grid .tag-row{margin-top:20px}
.customer-timeline{list-style:none;margin:0 0 20px;padding:0}.customer-timeline li{border-left:1px solid var(--line);padding:0 0 20px 20px;position:relative}.customer-timeline li:before{content:'';position:absolute;left:-4px;top:6px;width:7px;height:7px;border-radius:50%;background:var(--cyan)}
.customer-timeline time,.customer-release-list time{display:block;margin-top:5px;font-size:12px;color:var(--muted)}
.customer-device-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:18px;margin:20px 0}
.customer-device,.customer-payment{border:1px solid var(--line);border-radius:12px;padding:22px;min-width:0;background:#0c1621}.customer-payment+.customer-payment{margin-top:18px}
.customer-device .tag-row,.customer-payment .tag-row{margin-top:18px}.customer-facts{margin:20px 0;display:grid;gap:14px}.customer-facts>div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:12px}.customer-facts dd{margin:0;overflow-wrap:anywhere}
.customer-code{font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.customer-payment-value{font-size:26px;display:grid;gap:8px;justify-items:end}
.payment-progress{display:flex;gap:12px;list-style:none;padding:0;margin:22px 0}.payment-progress li{flex:1;border-top:2px solid var(--line);padding-top:12px;font-size:12px;color:var(--muted)}.payment-progress .complete{border-color:#70dcb0;color:#91e5be}.payment-progress span{display:inline-block;margin-right:7px}
.customer-empty{padding:24px 0}.customer-empty strong{display:block;margin-bottom:6px}.customer-note{padding-top:10px;color:var(--muted)}
.customer-release-list article+article{border-top:1px solid var(--line);margin-top:24px;padding-top:24px}.customer-release-list p{margin-top:12px;white-space:pre-line}
.customer-steps{padding-left:22px;line-height:2}.customer-diagnostic{padding:12px;border:1px solid var(--line);border-radius:8px;margin:16px 0}.customer-diagnostic pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px}
@media(max-width:900px){.customer-overview-grid{grid-template-columns:1fr}}
@media(max-width:600px){.customer-license{flex-direction:column}.customer-license-action{width:100%}.customer-stat-grid{grid-template-columns:1fr}.customer-card-top{flex-wrap:wrap}.customer-payment-value{justify-items:start}.customer-facts>div{grid-template-columns:1fr;gap:3px}.customer-device,.customer-payment{padding:16px}.payment-progress{gap:8px}.payment-progress li{font-size:11px}}

/* PolyMaria customer workspace — graphite, clear type, and ice-blue accents. */
body.customer-design{--bg:#0c1015;--surface:#141a22;--raised:#1b232e;--line:#29323e;--muted:#a3afbd;--text:#f2f5fa;--cyan:#a9e1ed;background:var(--bg)}
body.customer-design .local-ribbon{display:none}
body.customer-design .app-shell{grid-template-columns:236px minmax(0,1fr);min-height:100vh;align-items:start}
body.customer-design .sidebar{position:sticky;top:0;height:100dvh;min-height:0;overflow-y:auto;padding:28px 18px 20px;background:#11161d;gap:32px;border-right:1px solid #252d38}
body.customer-design .sidebar .brand{padding:0 12px;gap:12px;font-size:22px}
body.customer-design .sidebar .brand img{width:38px;height:38px;border-radius:11px}
body.customer-design .sidebar .brand>span{font-size:20px!important}
body.customer-design:not(.admin-regular):has(.app-shell) .sidebar :is(.side-link,.sidebar-label),body.customer-design:not(.admin-regular):has(.app-shell) .workspace-head h1{font-family:'Segoe UI',Arial,sans-serif!important;letter-spacing:normal;font-size:14px;line-height:1.5}
body.customer-design .sidebar-label,body.customer-design .nav-group-label{color:#8793a3;font-size:12px!important;font-weight:600;letter-spacing:.09em!important;padding:0 14px;margin-bottom:12px}
body.customer-design .nav-group-label{margin-top:24px;margin-bottom:8px;grid-column:1/-1}
body.customer-design .side-links{gap:5px}
body.customer-design .side-link{border-radius:9px;padding:11px 13px;min-height:44px;gap:12px;color:#adb8c7;transition:background .15s,color .15s;border:1px solid transparent}
body.customer-design .side-link:hover{background:#1a222d;color:#fff}
body.customer-design .side-link.selected{background:#23343e;color:#c4eff7;border-color:#34515d;box-shadow:inset 3px 0 #a9e1ed}
body.customer-design .side-link .icon{width:18px;height:18px;opacity:.85}
body.customer-design .sidebar-bottom{margin-top:auto;gap:5px}
body.customer-design .sidebar-user{border-top:1px solid var(--line);padding:18px 10px 5px;gap:11px;margin-top:8px}
body.customer-design .sidebar-user strong{font-size:13px;overflow-wrap:anywhere}
body.customer-design .sidebar-user small{font-size:12px;color:var(--muted);margin-top:3px}
body.customer-design .avatar{background:#283943;color:#b6e7ed;border:1px solid #41555e;border-radius:50%;width:36px;height:36px;flex-shrink:0}
body.customer-design .workspace{padding:0 clamp(22px,3.3vw,56px) 36px;min-width:0;width:100%;max-width:1550px;margin:0 auto}
body.customer-design .workspace-top{min-height:78px;border-bottom:1px solid #252d38;font-size:14px;color:var(--muted);gap:16px}
body.customer-design .workspace-top>div{gap:16px}
body.customer-design .workspace-top .badge{font-size:12px;background:transparent;border:0;color:#a6d5bd;padding:0}
body.customer-design .workspace-head{padding:32px 0 26px;gap:18px;align-items:center}
body.customer-design .workspace-head .eyebrow{display:none}
body.customer-design:not(.admin-regular):has(.app-shell) .workspace-head h1{font-size:clamp(26px,2.5vw,36px);font-weight:650!important;letter-spacing:-.035em;line-height:1.2}
body.customer-design .workspace-head p{margin-top:10px}
body.customer-design:not(.admin-regular):has(.app-shell) p{font-size:16px!important;line-height:1.6!important}
body.customer-design:not(.admin-regular):has(.app-shell) :is(.btn,input,select,textarea,.field,.checkline,table,.access-row){font-size:14px!important;line-height:1.5}
body.customer-design:not(.admin-regular):has(.app-shell) :is(.tiny,.notice,.download-meta){font-size:14px!important}
body.customer-design :is(.btn,input,select,textarea){border-radius:9px;min-height:42px}
body.customer-design .btn{padding:10px 16px;box-shadow:0 1px 2px #0002;transition:background .15s,border-color .15s;white-space:normal}
body.customer-design .btn:hover{transform:none;background:#24303d}
body.customer-design .btn.primary{color:#10202a;background:#b6e6ef;border-color:#b6e6ef}
body.customer-design .btn.primary:hover{background:#d1f0f6}
body.customer-design .btn.ghost{background:transparent}
body.customer-design .panel{background:#141a22;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #0001;margin-bottom:22px}
body.customer-design .panel-head{padding:22px 24px;border-bottom:1px solid #252e3a;gap:16px;flex-wrap:wrap}
body.customer-design .panel-head h2{letter-spacing:-.02em}
body.customer-design .panel-body{padding:24px}
body.customer-design .panel-head p{margin-top:5px}
body.customer-design .account-primary-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(270px,1fr);gap:22px}
body.customer-design .license-feature{position:relative;background:linear-gradient(115deg,#21343f,#192731 68%,#1c3039);border:1px solid #3b535f;border-radius:16px;padding:28px;min-width:0}
body.customer-design .license-feature .eyebrow,body.customer-design .release-feature .eyebrow{font-size:12px;letter-spacing:.12em;color:#b2c4ce}
body.customer-design .license-feature .eyebrow:before,body.customer-design .release-feature .eyebrow:before{display:none}
body.customer-design .license-feature h2{font-size:16px!important;color:#c0cfd8;margin-top:22px}
body.customer-design .license-plan{font-size:clamp(32px,3vw,44px);line-height:1.15;font-weight:650;letter-spacing:-.04em;margin:8px 0 12px}
body.customer-design .license-plan span{display:block;font-size:14px;font-weight:400;color:#aabcc8;letter-spacing:normal;margin-top:10px}
body.customer-design .license-feature-bottom{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-top:28px;padding-top:22px;border-top:1px solid #ffffff1c;flex-wrap:wrap}
body.customer-design .license-caption{font-size:12px;color:#9facbb;letter-spacing:.09em;display:block;margin-bottom:8px}
body.customer-design .license-feature-bottom strong{font-size:14px;font-variant-numeric:tabular-nums}
body.customer-design .release-feature{background:#151c25;border:1px solid var(--line);padding:28px;border-radius:16px;display:flex;flex-direction:column;align-items:start;gap:16px}
body.customer-design .release-feature h2{font-size:26px!important;line-height:1.25!important;letter-spacing:-.03em}
body.customer-design .release-feature .btn{width:100%;justify-content:space-between;margin-top:auto}
body.customer-design .release-version{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:14px;padding:14px 0;border-top:1px solid var(--line)}
body.customer-design .release-version span{color:var(--muted)}
body.customer-design .release-version strong{font-size:17px;color:#c0e9f2}
body.customer-design .customer-stat-grid{gap:22px;margin:22px 0}
body.customer-design .customer-stat-grid>div{background:#141a22;padding:22px 24px;border-radius:13px;gap:12px}
body.customer-design .customer-stat-grid span{font-size:14px}
body.customer-design .customer-stat-grid strong{font-size:30px;font-variant-numeric:tabular-nums;letter-spacing:-.04em}
body.customer-design .customer-text-link{font-size:14px;color:#bae4ee;min-height:30px;display:inline-flex;align-items:center;gap:12px}
body.customer-design .customer-text-link:hover{text-decoration:underline;text-underline-offset:4px}
body.customer-design .customer-overview-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:22px}
body.customer-design .customer-overview-grid>.panel{margin-bottom:0}
body.customer-design .customer-timeline{margin:0 0 10px}
body.customer-design .customer-timeline li{padding:0 0 24px 24px;border-left-color:#344352}
body.customer-design .customer-timeline li:last-child{padding-bottom:8px}
body.customer-design .customer-timeline li:before{background:#92b7c8;box-shadow:0 0 0 4px #141a22;width:7px;height:7px;top:7px}
body.customer-design .customer-timeline strong{font-size:14px}
body.customer-design .customer-timeline time,body.customer-design .customer-release-list time{font-size:13px;margin-top:6px}
body.customer-design .customer-pill{font-size:13px;border-radius:6px;padding:5px 9px;background:#202935;color:#b5c1d0;border-color:#344252}
body.customer-design .customer-pill.positive{background:#17312a;border-color:#2a5044;color:#a2dfbf}
body.customer-design .customer-pill.warning{background:#332d1e;border-color:#57472b;color:#e7c88c}
body.customer-design .access-mode-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 0 19px;margin-bottom:19px;border-bottom:1px solid #29323e}
body.customer-design .access-mode-row strong{font-size:15px}
body.customer-design:not(.admin-regular):has(.app-shell) .access-mode-row p{font-size:14px!important;margin-top:4px}
body.customer-design .strategy-access .tag-row{margin:10px 0 0;gap:8px}
body.customer-design:not(.admin-regular):has(.app-shell) .customer-note{font-size:14px!important;margin-top:12px}
body.customer-design .account-help-line{display:flex;gap:14px;justify-content:center;align-items:center;flex-wrap:wrap;padding:26px 0 0;color:var(--muted);font-size:14px}
body.customer-design .customer-device,body.customer-design .customer-payment{background:#111820;border-color:#303b49;padding:24px;border-radius:12px}
body.customer-design .customer-device h3{font-size:19px!important}
body.customer-design .customer-facts dt{font-size:14px}
body.customer-design .customer-facts dd{font-size:14px}
body.customer-design .customer-facts>div{grid-template-columns:140px minmax(0,1fr)}
body.customer-design .customer-payment-value{font-size:28px;white-space:nowrap;font-variant-numeric:tabular-nums}
body.customer-design .payment-progress li{font-size:14px;line-height:1.5;padding-top:14px}
body.customer-design .payment-progress .complete{color:#a2dfbf;border-color:#5f9e80}
body.customer-design .customer-empty{border:1px dashed #394555;border-radius:10px;padding:30px 24px;text-align:center;background:#111820}
body.customer-design .customer-release-list article{padding:8px 0}
body.customer-design .tag-row{flex-wrap:wrap;gap:10px}
body.customer-design :is(input,select,textarea){background:#0f151d;border-color:#354151;color:var(--text);padding:11px 13px}
body.customer-design :is(input[type=checkbox],input[type=radio]){min-height:18px;width:18px;height:18px;accent-color:#a9e1ed}
body.customer-design .table-wrap{overflow-x:auto}
body.customer-design :is(th,td){padding:16px 18px;border-color:#29323e}
body.customer-design th{font-size:12px!important;letter-spacing:.05em;text-transform:uppercase;background:#10171f}
body.customer-design .notice{border-radius:10px;padding:16px;background:#28251c;color:#e0cc9f}
body.customer-design #modal{background:#151c25;border-color:#3b495b;border-radius:16px;box-shadow:0 24px 100px #0009}
body.customer-design #modal::backdrop{background:#05080dbb;backdrop-filter:blur(4px)}
body.customer-design #modal .modal-head{padding:24px}
body.customer-design #modal .modal-body{padding:24px}
@media(max-width:1100px){body.customer-design .app-shell{grid-template-columns:216px minmax(0,1fr)}body.customer-design .workspace{padding-inline:24px}body.customer-design .account-primary-grid{grid-template-columns:1fr}body.customer-design .release-feature{display:grid;grid-template-columns:1fr 1fr;align-items:center}body.customer-design .release-feature .eyebrow{grid-column:1/-1}body.customer-design .release-feature .release-version{border:0}body.customer-design .customer-stat-grid{gap:12px}body.customer-design .customer-stat-grid>div{padding:18px}body.customer-design .customer-overview-grid{grid-template-columns:1fr}}
@media(max-width:800px){body.customer-design .app-shell{grid-template-columns:1fr}body.customer-design .sidebar{position:static;height:auto;min-height:0;padding:18px;gap:16px;border-right:0}body.customer-design .sidebar .brand{display:flex}body.customer-design .sidebar-label,body.customer-design .nav-group-label{display:none}body.customer-design .side-links{display:flex;overflow-x:auto;padding-bottom:5px;gap:6px;scrollbar-width:thin}body.customer-design .side-link{flex:none;white-space:nowrap}body.customer-design .sidebar-bottom{display:none}body.customer-design .workspace{padding:0 20px 28px}body.customer-design .workspace-top{min-height:62px}body.customer-design .workspace-head{padding:26px 0;flex-direction:row;align-items:center}body.customer-design .workspace-head .btn{align-self:center}body.customer-design .account-primary-grid{gap:16px}body.customer-design .customer-stat-grid{gap:12px}body.customer-design .customer-stat-grid strong{font-size:25px}body.customer-design .workspace-top .badge{display:none}}
@media(max-width:540px){body.customer-design .workspace{padding-inline:16px}body.customer-design .workspace-top>span{font-size:13px}body.customer-design .workspace-top>div{gap:12px}body.customer-design .workspace-top>div>a{display:none}body.customer-design .workspace-head{align-items:start;gap:12px}body.customer-design .workspace-head h1{font-size:27px!important}body.customer-design .workspace-head .btn{align-self:start;padding:8px;min-height:38px}body.customer-design .workspace-head .btn .icon{display:none}body.customer-design .license-feature,body.customer-design .release-feature{padding:22px}body.customer-design .license-feature-bottom{align-items:stretch}body.customer-design .license-feature-bottom .btn{width:100%;margin-top:5px}body.customer-design .release-feature{display:flex}body.customer-design .release-feature h2 br{display:none}body.customer-design .customer-stat-grid{grid-template-columns:1fr}body.customer-design .customer-stat-grid>div{display:grid;grid-template-columns:1fr auto;align-items:center;gap:7px 12px}body.customer-design .customer-stat-grid>div>strong{grid-column:2;grid-row:1/3;text-align:right}body.customer-design .customer-stat-grid>div>:last-child{grid-column:1}body.customer-design .panel-head,body.customer-design .panel-body{padding:20px}body.customer-design .customer-device,body.customer-design .customer-payment{padding:18px}body.customer-design .customer-facts>div{grid-template-columns:1fr;gap:5px}body.customer-design .payment-progress{flex-direction:column;gap:10px}body.customer-design .payment-progress li{padding-top:8px}body.customer-design .customer-card-top{gap:14px}body.customer-design .customer-payment-value{justify-items:start}body.customer-design .access-mode-row{flex-wrap:wrap}body.customer-design .account-help-line{gap:2px}}
@media(prefers-reduced-motion:reduce){body.customer-design *,body.customer-design *:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Preserve the requested payment typeface after customer typography overrides. */
body.customer-design #modal:has(#checkout-form,#donation-form,.checkout-total),body.customer-design #modal:has(#checkout-form,#donation-form,.checkout-total) *{font-family:'Times New Roman',Times,serif!important}

/* Consistent user-management sections, scoped to this dialog. */
body.admin-regular #modal:has(#license-form){width:min(980px,calc(100vw - 32px));max-width:980px;max-height:calc(100dvh - 32px)}
body.admin-regular #modal:has(#license-form) .modal-head,body.admin-regular #modal:has(#license-form) .modal-body{padding:20px 22px}
body.admin-regular #license-form{display:flex;flex-direction:column;gap:18px}
body.admin-regular #license-form .license-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;align-items:start}
body.admin-regular #license-form .license-permissions{display:grid;gap:18px}
body.admin-regular #license-form .license-section{min-width:0;padding:18px;border:1px solid #293e50;border-radius:10px;background:#0b1724}
body.admin-regular #license-form .eyebrow{margin:0 0 14px;line-height:1.4}
body.admin-regular #license-form .form-grid{gap:14px;align-items:start}
body.admin-regular #license-form .field{gap:7px;margin:0;min-width:0}
body.admin-regular #license-form .checkline{display:flex;align-items:center;gap:10px;padding:5px 0;margin:0;min-height:30px}
body.admin-regular #license-form input:not([type=checkbox]),body.admin-regular #license-form select{padding:10px;min-height:40px;width:100%;box-sizing:border-box}
body.admin-regular #license-form .tag-row{gap:8px;flex-wrap:wrap}
body.admin-regular #license-form .tiny{margin:12px 0 0;line-height:1.5!important}
body.admin-regular #license-form .license-machines>.tiny{margin:0 0 12px}
body.admin-regular #license-form .access-row{padding:10px 0;gap:12px;flex-wrap:wrap}
body.admin-regular #license-form .form-error:empty{display:none}
body.admin-regular #license-form .modal-foot{margin:0;padding-top:16px;border-top:1px solid #293e50;gap:10px}
@media(max-width:700px){body.admin-regular #license-form .license-top{grid-template-columns:1fr}body.admin-regular #license-form .license-section{padding:14px}body.admin-regular #modal:has(#license-form) .modal-body{padding:16px}body.admin-regular #license-form .license-cash-limits .form-grid{grid-template-columns:1fr}}

/* Compact customer overview and product identity. */
.pm-compact-overview .pm-account-summary{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:20px}.pm-compact-overview .pm-account-summary strong{font-size:22px;overflow-wrap:anywhere}.pm-compact-overview .customer-overview-grid{gap:16px}.pm-compact-overview .customer-panel{margin-bottom:16px}.pm-compact-overview .customer-facts>div{grid-template-columns:minmax(110px,1fr) minmax(0,1fr)}.pm-compact-overview .customer-facts dd{text-align:right}.pm-overview-alert{display:flex;justify-content:space-between;align-items:center;gap:16px;border:1px solid var(--line);border-left:3px solid var(--cyan);border-radius:10px;padding:14px 18px;margin:12px 0;background:var(--surface)}.pm-overview-alert p{margin:0}.pm-overview-alert button{flex-shrink:0}.pm-setup-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;line-height:1.7}.product-tab-icon{width:18px;height:18px;flex:0 0 18px;vertical-align:middle}.pm-product-switch a{display:inline-flex!important;align-items:center;gap:9px}@media(max-width:1150px){.pm-compact-overview .pm-account-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.pm-overview-alert{align-items:flex-start;flex-direction:column}.pm-setup-steps{grid-template-columns:1fr;gap:12px}}

body.customer-design .pm-compact-overview .panel-head{padding:18px 20px}body.customer-design .pm-compact-overview .panel-body{padding:18px 20px}body.customer-design .pm-compact-overview .customer-panel{margin-bottom:16px}body.customer-design .pm-compact-overview .customer-overview-grid{gap:16px;margin-bottom:16px}body.customer-design .pm-compact-overview .strategy-access{background:transparent;padding:12px 0}body.customer-design .pm-compact-overview .strategy-access .tag-row{margin-top:10px}body.customer-design .pm-compact-overview .customer-stat-grid>div{padding:18px}body.customer-design .pm-compact-overview .customer-note{font-size:13px}
