:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f6f8;--card-bg:#fff;--text:#16181d;--text-muted:#5b616e;--border:#e2e4e9;--accent:#2f5dfc;--accent-hover:#2448d1;--danger-bg:#fdecec;--danger-text:#a4222b;--success-bg:#ecf7ef;--success-text:#1c6b3a}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.auth-shell{justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.auth-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;width:100%;max-width:380px;padding:32px;box-shadow:0 1px 2px #10141e0a}.auth-card h1{margin:0 0 4px;font-size:22px}.auth-sub{color:var(--text-muted);margin:0 0 20px;font-size:14px}.auth-field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.auth-field label{color:var(--text-muted);font-size:13px;font-weight:600}.auth-field input{border:1px solid var(--border);background:var(--card-bg);color:var(--text);border-radius:8px;padding:10px 12px;font-size:15px}.auth-field input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.auth-submit{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:10px 12px;font-size:15px;font-weight:600}.auth-submit:hover:not(:disabled){background:var(--accent-hover)}.auth-submit:disabled{opacity:.6;cursor:default}.auth-error{background:var(--danger-bg);color:var(--danger-text);border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:14px}.auth-message{background:var(--success-bg);color:var(--success-text);border-radius:8px;margin-bottom:16px;padding:10px 12px;font-size:14px}.auth-links{justify-content:space-between;margin-top:20px;font-size:13px;display:flex}.auth-links a{color:var(--accent);text-decoration:none}.auth-links a:hover{text-decoration:underline}.account-shell{max-width:520px;margin:0 auto;padding:48px 24px}.account-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.account-header h1{margin:0;font-size:22px}.account-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;margin-bottom:16px;padding:24px}.account-row{border-bottom:1px solid var(--border);flex-direction:column;gap:2px;padding:10px 0;display:flex}.account-row:last-child{border-bottom:none}.account-row .label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:12px}.account-row .value{font-size:15px}.btn-secondary{border:1px solid var(--border);background:var(--card-bg);color:var(--text);cursor:pointer;border-radius:8px;padding:8px 14px;font-size:14px}.btn-secondary:hover{background:var(--bg)}.section-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 12px;font-size:12px;font-weight:600}.product-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.product-row:last-child{border-bottom:none}.product-row .product-name{font-size:15px;font-weight:600}.product-row .product-meta{color:var(--text-muted);margin-top:2px;font-size:13px}.tier-pill{text-transform:uppercase;letter-spacing:.03em;background:var(--bg);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.tier-pill.tier-pro{background:var(--success-bg);color:var(--success-text);border-color:#0000}.security-actions{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.support-shell,.admin-shell{max-width:1120px;margin:0 auto;padding:48px 24px 72px}.support-heading,.admin-header,.admin-panel-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.support-heading h1,.admin-header h1,.admin-panel-heading h2{margin:0}.support-sub,.admin-sub,.support-help,.support-meta,.support-empty{color:var(--text-muted);font-size:14px}.support-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin-top:28px;display:grid}.support-card,.admin-panel,.admin-stat{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:24px}.support-card h2{margin:0 0 18px;font-size:18px}.support-form{flex-direction:column;gap:14px;display:flex}.support-form label{color:var(--text-muted);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.support-form input,.support-form select,.support-form textarea{border:1px solid var(--border);width:100%;font:inherit;color:var(--text);background:var(--card-bg);border-radius:8px;padding:10px 12px}.support-form textarea{resize:vertical}.support-form input:focus-visible,.support-form select:focus-visible,.support-form textarea:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.support-list{flex-direction:column;display:flex}.support-list-item{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;gap:16px;padding:14px 0;text-decoration:none;display:flex}.support-list-item:last-child{border-bottom:none}.support-list-item:hover strong,.admin-link:hover{color:var(--accent)}.support-thread{flex-direction:column;gap:12px;display:flex}.support-message{border:1px solid var(--border);background:var(--bg);border-radius:10px;padding:14px 16px}.support-message-admin{background:#eef3ff}.support-message-note{background:#fff8dc}.support-message-header{color:var(--text-muted);justify-content:space-between;gap:12px;font-size:12px;display:flex}.support-message p{white-space:pre-wrap;margin:8px 0 0;line-height:1.5}.support-reply,.admin-compose{margin-top:20px}.admin-eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;font-size:12px;font-weight:700}.admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:28px 0 20px;display:grid}.admin-stat{flex-direction:column;gap:10px;display:flex}.admin-stat span{color:var(--text-muted);font-size:13px}.admin-stat strong{font-size:28px}.admin-panel{margin-bottom:20px}.admin-badge{border:1px solid var(--border);color:var(--text-muted);border-radius:999px;padding:5px 10px;font-size:12px}.admin-table-wrap{margin-top:16px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:14px}.admin-table th,.admin-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border);padding:12px}.admin-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:12px}.admin-link{color:var(--text);font-weight:600;text-decoration:none}.admin-support-layout{grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:20px;margin-top:28px;display:grid}.admin-side{align-self:start}.admin-dl{margin:0 0 20px}.admin-dl div{border-bottom:1px solid var(--border);padding:10px 0}.admin-dl dt{color:var(--text-muted);text-transform:uppercase;font-size:12px}.admin-dl dd{margin:4px 0 0;font-size:14px}.admin-mono{overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media (max-width:800px){.support-grid,.admin-support-layout,.admin-stat-grid{grid-template-columns:1fr}.support-heading,.admin-header,.admin-panel-heading{flex-direction:column}}.admin-header-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-search{gap:10px;margin-bottom:18px;display:flex}.admin-search input{border:1px solid var(--border);min-width:220px;font:inherit;background:var(--card-bg);color:var(--text);border-radius:8px;flex:1;padding:10px 12px}.admin-search input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.admin-user-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;margin:20px 0;display:grid}.admin-danger-panel{background:#fff7f7;border:1px solid #efc0c3;border-radius:12px;margin-bottom:20px;padding:24px}.admin-danger-button{color:#fff;cursor:pointer;background:#cf313d;border:1px solid #cf313d;border-radius:8px;padding:10px 14px;font-weight:600}.admin-danger-button:hover{background:#a4222b}.admin-status-danger{background:var(--danger-bg);color:var(--danger-text);border-color:#0000}.admin-divider{border:0;border-top:1px solid #efc0c3;margin:24px 0}@media (max-width:800px){.admin-user-grid{grid-template-columns:1fr}.admin-search{flex-direction:column}}.admin-control-form{border-top:1px solid var(--border);grid-template-columns:minmax(150px,.8fr) minmax(150px,.8fr) minmax(240px,1.6fr) auto;align-items:end;gap:12px;margin-top:20px;padding-top:20px;display:grid}.admin-control-form label,.admin-inline-form{color:var(--text-muted);font-size:12px}.admin-control-form label{flex-direction:column;gap:6px;font-weight:600;display:flex}.admin-control-form input,.admin-control-form select,.admin-inline-form input{border:1px solid var(--border);font:inherit;color:var(--text);background:var(--card-bg);border-radius:8px;padding:9px 10px}.admin-control-form input:focus-visible,.admin-control-form select:focus-visible,.admin-inline-form input:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.admin-control-grow{min-width:0}.admin-control-button{width:auto;min-width:150px}.admin-control-note{grid-column:1/-1;margin:0}.admin-inline-form{align-items:center;gap:8px;min-width:260px;display:flex}.admin-inline-form input{min-width:150px}.admin-subsection-label{margin-top:24px}.admin-audit-json{overflow-wrap:anywhere;max-width:360px}.admin-mfa-card{max-width:460px}.admin-mfa-enroll{flex-direction:column;gap:16px;display:flex}.admin-mfa-qr{border:1px solid var(--border);background:#fff;border-radius:10px;align-self:center;width:220px;height:220px;padding:8px}.admin-mfa-secret{background:var(--bg);border:1px solid var(--border);overflow-wrap:anywhere;border-radius:8px;padding:10px 12px;display:block}.admin-mfa-continue{width:100%;margin-top:10px}.admin-invite-form{grid-template-columns:minmax(220px,1fr) minmax(260px,1.4fr) auto}@media (max-width:900px){.admin-control-form,.admin-invite-form{grid-template-columns:1fr}.admin-control-button{width:100%}.admin-inline-form{flex-direction:column;align-items:stretch;min-width:0}}.checkout-preview-link{color:#4f35a7;background:linear-gradient(135deg,#eef2ff,#f5efff);border-color:#8b5cf6;font-weight:700}.checkout-shell{color:#f5f7fb;background:radial-gradient(circle at 12% 0,#4d71ff3d,#0000 30%),radial-gradient(circle at 88% 8%,#8b5cf633,#0000 28%),#0a0d14;min-height:100dvh;padding:0 24px 64px}.checkout-topbar{justify-content:space-between;align-items:center;gap:20px;max-width:1180px;margin:0 auto;padding:20px 0;display:flex}.checkout-brand{color:#fff;align-items:center;gap:10px;text-decoration:none;display:flex}.checkout-brand-mark{color:#091015;background:linear-gradient(135deg,#62ead5,#8b5cf6);border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.checkout-brand>span:last-child{flex-direction:column;gap:1px;display:flex}.checkout-brand strong{font-size:14px}.checkout-brand small{color:#9aa5ba;font-size:11px}.checkout-top-actions{gap:8px;display:flex}.checkout-top-actions a{color:#b6bfd0;border:1px solid #ffffff1a;border-radius:8px;padding:7px 10px;font-size:12px;text-decoration:none}.checkout-top-actions a:hover{color:#fff;border-color:#ffffff38}.checkout-hero{max-width:1180px;margin:28px auto}.checkout-hero h1{letter-spacing:-.045em;max-width:720px;margin:6px 0 8px;font-size:clamp(34px,5vw,64px);line-height:1}.checkout-hero p{color:#9ba6bb;margin:0;font-size:15px}.checkout-kicker{color:#66e6d5;letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:800}.checkout-preview-grid{grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);align-items:start;gap:20px;max-width:1180px;margin:0 auto;display:grid}.checkout-main-card,.checkout-summary-card{background:linear-gradient(145deg,#ffffff0e,#ffffff05),#10141fe0;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 28px 80px -55px #000000e6}.checkout-main-card{padding:28px}.checkout-summary-card{padding:26px;position:sticky;top:18px}.checkout-card-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.checkout-card-head h2{letter-spacing:-.025em;margin:5px 0 7px;font-size:25px}.checkout-card-head p,.checkout-summary-card>p{color:#98a3b7;margin:0;font-size:13px;line-height:1.55}.checkout-preview-badge{color:#8df3e6;text-transform:uppercase;letter-spacing:.05em;background:#66e6d514;border:1px solid #66e6d547;border-radius:999px;flex:none;padding:6px 9px;font-size:10px;font-weight:800}.checkout-provider-list{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.checkout-provider{color:#eef2f8;text-align:left;cursor:pointer;background:#111722;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.checkout-provider:hover{border-color:#8b5cf673}.checkout-provider.active{background:linear-gradient(135deg,#7c5cf02b,#62ead50f);border-color:#7c5cf0;box-shadow:inset 0 0 0 1px #7c5cf026}.checkout-provider>div{flex-direction:column;gap:2px;display:flex}.checkout-provider strong{font-size:13px}.checkout-provider span:not(.checkout-provider-mark){color:#8f9aae;font-size:11px}.checkout-provider-mark{color:#fff;background:#6b4fe0;border-radius:9px;place-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:grid}.checkout-provider-mark.local{background:#1c57c9;width:42px;font-size:10px}.checkout-provider-box{background:#0d121b;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:14px;padding:18px;display:flex}.checkout-provider-box label{color:#aab4c5;flex-direction:column;gap:6px;font-size:11px;font-weight:700;display:flex}.checkout-provider-box input,.checkout-card-input{color:#e8edf6;width:100%;font:inherit;background:#121925;border:1px solid #ffffff1f;border-radius:9px;padding:12px 13px}.checkout-provider-box input:focus{outline-offset:1px;outline:2px solid #7858ec}.checkout-card-input{color:#758198;justify-content:space-between;gap:10px;display:flex}.checkout-provider-title{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:14px;padding-bottom:12px;display:flex}.checkout-provider-title>div:first-child{flex-direction:column;gap:3px;display:flex}.checkout-provider-title span{font-size:13px;font-weight:800}.checkout-provider-title small{color:#8490a5;font-size:10.5px}.checkout-card-brands{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.checkout-card-brands span{color:#151a24;background:#f7f8fb;border:1px solid #ffffff1f;border-radius:5px;padding:4px 6px;font-size:8px;font-weight:900}.checkout-local-methods{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.checkout-local-methods button{color:#e7ecf5;background:#121925;border:1px solid #ffffff1f;border-radius:9px;padding:11px 8px;font-size:10px;font-weight:800}.checkout-payway-placeholder{color:#78849a;text-align:center;border:1px dashed #ffffff24;border-radius:9px;padding:20px 14px;font-size:11px;line-height:1.5}.checkout-trust{background:#66e6d50b;border:1px solid #66e6d524;border-radius:11px;align-items:flex-start;gap:10px;margin:16px 0;padding:12px 13px;display:flex}.checkout-trust>span{font-size:14px}.checkout-trust strong{font-size:11.5px}.checkout-trust p{color:#8491a5;margin:3px 0 0;font-size:10.5px}.checkout-preview-notice{color:#d8cffd;background:#8b5cf614;border:1px solid #8b5cf640;border-radius:9px;margin:0 0 12px;padding:10px 12px;font-size:11px}.checkout-primary{color:#0b1116;cursor:pointer;background:linear-gradient(135deg,#62ead5,#8b5cf6);border:0;border-radius:11px;width:100%;padding:13px 14px;font-size:13px;font-weight:900}.checkout-primary:hover{filter:brightness(1.04)}.checkout-legal-note{color:#737f93;text-align:center;margin:10px 0 0;font-size:9.5px;line-height:1.5}.checkout-summary-signal{color:#65ead8;background:#66e6d50f;border:1px solid #66e6d540;border-radius:13px;place-items:center;width:46px;height:46px;margin-bottom:18px;font-size:18px;display:grid}.checkout-summary-card h3{letter-spacing:-.03em;margin:8px 0 7px;font-size:24px}.checkout-summary-row{color:#9aa6bb;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;font-size:11.5px;display:flex}.checkout-summary-row strong{color:#eff3f8}.checkout-summary-row.total{margin-top:3px;font-size:13px}.checkout-summary-row.total strong{color:#7df1e2;font-size:16px}.checkout-summary-benefits{color:#b7c0cf;flex-direction:column;gap:8px;margin:18px 0;font-size:10.5px;display:flex}.checkout-summary-footer{color:#778398;border-top:1px solid #ffffff14;padding-top:14px;font-size:9.5px;line-height:1.5}@media (max-width:820px){.checkout-preview-grid{grid-template-columns:1fr}.checkout-summary-card{position:static}.checkout-provider-list{grid-template-columns:1fr}.checkout-card-head{flex-direction:column}.checkout-topbar{align-items:flex-start}}.checkout-hero.calm h1{max-width:760px;font-size:clamp(34px,4.6vw,56px)}.checkout-section{margin-bottom:16px}.checkout-section-heading{justify-content:space-between;align-items:baseline;gap:12px;margin:0 0 9px;display:flex}.checkout-section-heading>span{color:#eef2f8;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.checkout-section-heading small{color:#8f9aae;font-size:10px}.checkout-cycle-list{grid-template-columns:1fr 1fr;gap:10px;display:grid}.checkout-cycle{color:#eef2f8;text-align:left;cursor:pointer;background:#111722;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex;position:relative}.checkout-cycle:hover{border-color:#62ead547}.checkout-cycle.active{background:linear-gradient(135deg,#62ead517,#8b5cf614);border-color:#62ead5}.checkout-cycle>div{flex-direction:column;gap:3px;display:flex}.checkout-cycle strong{font-size:12.5px}.checkout-cycle strong em{color:#72ebda;margin-left:6px;font-size:9px;font-style:normal;font-weight:800}.checkout-cycle span{color:#8c97aa;font-size:10.5px}.checkout-cycle b{color:#f3f6fb;flex:none;font-size:12px}.checkout-smart-note{color:#8995a8;margin-top:8px;font-size:10px}.checkout-promo-block,.checkout-more-products{background:#ffffff06;border:1px solid #ffffff17;border-radius:11px;justify-content:space-between;align-items:center;gap:14px;margin-top:14px;padding:13px 14px;display:flex}.checkout-promo-block>div:first-child,.checkout-more-products>div:first-child{flex-direction:column;gap:3px;display:flex}.checkout-promo-block strong,.checkout-more-products strong{color:#edf2f8;font-size:11.5px}.checkout-promo-block span,.checkout-more-products span{color:#7f8a9d;font-size:10px}.checkout-promo-controls{align-items:center;gap:6px;display:flex}.checkout-promo-controls input{color:#eef2f8;background:#111722;border:1px solid #ffffff1c;border-radius:8px;width:150px;padding:8px 9px;font-size:10.5px}.checkout-promo-controls button,.checkout-more-products a{color:#d8deea;background:#151c28;border:1px solid #ffffff1c;border-radius:8px;padding:8px 10px;font-size:10px;font-weight:700;text-decoration:none}.checkout-promo-controls button{cursor:pointer}.checkout-promo-controls button:hover,.checkout-more-products a:hover{color:#fff;border-color:#62ead547}@media (max-width:680px){.checkout-cycle-list{grid-template-columns:1fr}.checkout-promo-block,.checkout-more-products{flex-direction:column;align-items:stretch}.checkout-promo-controls input{width:100%}}.mt-account-shell{color:#f4f7fb;background:radial-gradient(circle at 12% -8%,#34d39929,#0000 28%),radial-gradient(circle at 86% 4%,#7c5cf038,#0000 31%),linear-gradient(#0b0f17 0%,#0a0d14 100%);min-height:100dvh;padding:0 26px 56px}.mt-account-topbar{justify-content:space-between;align-items:center;gap:20px;max-width:1220px;margin:0 auto;padding:20px 0;display:flex}.mt-brand{align-items:center;gap:11px;display:flex}.mt-brand-mark{color:#071015;background:linear-gradient(135deg,#62ead5,#8b5cf6);border-radius:13px;place-items:center;width:40px;height:40px;font-weight:950;display:grid}.mt-brand>div:last-child{flex-direction:column;gap:2px;display:flex}.mt-brand strong{font-size:14px}.mt-brand span{color:#8290a5;font-size:10.5px}.mt-topbar-actions{align-items:center;gap:8px;display:flex}.mt-topbar-actions>a{color:#9ba7b9;padding:8px 10px;font-size:11px;text-decoration:none}.mt-topbar-actions>a:hover{color:#fff}.mt-account-hero{background:radial-gradient(circle at 84% 20%,#7c5cf038,#0000 27%),radial-gradient(circle at 74% 85%,#62ead514,#0000 25%),linear-gradient(145deg,#ffffff0e,#ffffff05),#111722;border:1px solid #ffffff1a;border-radius:26px;justify-content:space-between;align-items:flex-end;gap:30px;max-width:1220px;margin:28px auto;padding:42px;display:flex;position:relative;overflow:hidden;box-shadow:0 34px 90px -64px #000000e6}.mt-account-hero:after{content:"";pointer-events:none;border:1px solid #62ead52e;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-175px;right:-105px;box-shadow:0 0 0 38px #7c5cf00b,0 0 0 80px #62ead506}.mt-eyebrow{color:#68ead8;letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:850}.mt-hero-copy{z-index:1;max-width:760px;position:relative}.mt-hero-copy h1{letter-spacing:-.05em;margin:8px 0 12px;font-size:clamp(36px,5.2vw,68px);line-height:.98}.mt-hero-copy>p{color:#9aa5b8;max-width:680px;margin:0;font-size:15px;line-height:1.6}.mt-hero-facts{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.mt-hero-facts span{color:#8d99ad;background:#ffffff09;border:1px solid #ffffff14;border-radius:999px;padding:9px 11px;font-size:10.5px}.mt-hero-facts strong{color:#f5f8fc;text-transform:capitalize}.mt-hero-profile{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080c1280;border:1px solid #ffffff17;border-radius:16px;flex:none;align-items:center;gap:14px;width:min(340px,100%);padding:14px;display:flex;position:relative}.mt-hero-avatar{color:#071015;background:linear-gradient(135deg,#62ead5,#8b5cf6);border-radius:18px;flex:none;place-items:center;width:62px;height:62px;font-size:24px;font-weight:900;display:grid;overflow:hidden}.mt-hero-avatar img{object-fit:cover;width:100%;height:100%}.mt-hero-profile>div:last-child{flex-direction:column;gap:4px;min-width:0;display:flex}.mt-hero-profile strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.mt-hero-profile span{color:#8e9aad;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;overflow:hidden}.mt-account-grid{grid-template-columns:minmax(0,1.4fr) minmax(330px,.72fr);align-items:start;gap:22px;max-width:1220px;margin:0 auto;display:grid}.mt-account-main,.mt-account-side{min-width:0}.mt-account-side{flex-direction:column;gap:16px;display:flex}.mt-section-heading{justify-content:space-between;align-items:flex-end;margin:0 0 12px;display:flex}.mt-section-heading h2,.mt-side-card h2{letter-spacing:-.025em;margin:5px 0 0;font-size:22px}.mt-section-space{margin-top:28px}.mt-product-card{background:#111722;border:1px solid #ffffff17;border-radius:20px;grid-template-columns:240px minmax(0,1fr);min-height:220px;display:grid;overflow:hidden}.mt-product-visual{background:radial-gradient(circle,#62ead51f,#0000 31%),linear-gradient(145deg,#10162a,#151937 52%,#0c2a27);place-items:center;display:grid;position:relative;overflow:hidden}.mt-product-mark{color:#091015;z-index:2;background:linear-gradient(135deg,#62ead5,#8b5cf6);border-radius:20px;place-items:center;width:70px;height:70px;font-size:30px;font-weight:950;display:grid}.mt-product-orbit{border:1px solid #62ead547;border-radius:50%;width:150px;height:150px;position:absolute;box-shadow:0 0 0 28px #7c5cf00d,0 0 0 58px #62ead508}.mt-product-body{flex-direction:column;justify-content:space-between;gap:26px;padding:28px;display:flex}.mt-product-body h3{letter-spacing:-.035em;margin:6px 0 8px;font-size:28px}.mt-product-body p{color:#929eb2;max-width:560px;margin:0;font-size:12.5px;line-height:1.55}.mt-product-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.mt-plan-pill{color:#a6b0c0;text-transform:uppercase;letter-spacing:.06em;background:#151c28;border:1px solid #ffffff1a;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:850}.mt-plan-pill.pro{color:#86f1e2;background:#62ead512;border-color:#62ead540}.mt-open-product{align-items:center;text-decoration:none;display:inline-flex;width:auto!important}.mt-panel,.mt-side-card{background:linear-gradient(145deg,#ffffff0a,#ffffff03),#111722;border:1px solid #ffffff17;border-radius:18px}.mt-panel{padding:26px}.mt-side-card{padding:22px}.mt-side-card>p{color:#8c98ab;font-size:11.5px;line-height:1.55}.mt-side-card .account-card{background:0 0;border:0;margin:12px 0 0;padding:0}.mt-side-card .account-row{border-color:#ffffff14}.mt-side-card .account-row .label{color:#7f8b9e}.mt-side-card .account-row .value{color:#eef2f8}.mt-side-card .tier-pill{color:#b7c0ce;background:#171e2a;border-color:#ffffff17}.mt-side-card .btn-secondary,.mt-side-card .auth-submit,.account-secondary-button,.account-primary-button{border-radius:10px;font-size:11px;font-weight:800}.account-primary-button{color:#071015;cursor:pointer;background:linear-gradient(135deg,#62ead5,#8b5cf6);border:0;justify-content:center;align-items:center;padding:10px 13px;display:inline-flex}.account-primary-button:disabled{opacity:.6;cursor:default}.account-secondary-button{color:#e8edf5;cursor:pointer;background:#171e2a;border:1px solid #ffffff1a;justify-content:center;align-items:center;padding:9px 12px;text-decoration:none;display:inline-flex}.account-secondary-button:hover{background:#1b2432;border-color:#62ead547}.account-text-button{color:#8793a6;cursor:pointer;background:0 0;border:0;font-size:10.5px}.account-text-button:hover{color:#fff}.mt-inline-link{margin-top:8px}.account-profile-form{flex-direction:column;gap:18px;display:flex}.account-avatar-editor{align-items:center;gap:18px;display:flex}.account-avatar-frame{color:#071015;background:linear-gradient(135deg,#62ead5,#8b5cf6);border:1px solid #ffffff1a;border-radius:24px;flex:none;place-items:center;width:84px;height:84px;font-size:30px;font-weight:950;display:grid;overflow:hidden}.account-avatar-frame img{object-fit:cover;width:100%;height:100%}.account-avatar-actions{flex-direction:column;gap:5px;min-width:0;display:flex}.account-avatar-actions strong{font-size:13px}.account-avatar-actions>span{color:#8793a6;font-size:10.5px}.account-avatar-actions>div{align-items:center;gap:7px;margin-top:4px;display:flex}.account-profile-fields label{color:#9aa6b8;flex-direction:column;gap:7px;font-size:10.5px;font-weight:700;display:flex}.account-profile-fields input{color:#f2f5fa;width:100%;font:inherit;background:#0e141e;border:1px solid #ffffff1a;border-radius:10px;padding:11px 12px}.account-profile-fields input:focus{outline-offset:1px;outline:2px solid #6e5ce8}.account-inline-error,.account-inline-success{border-radius:9px;padding:10px 11px;font-size:10.5px}.account-inline-error{color:#ffd0d4;background:#ff5a6e14;border:1px solid #ff6e7d33}.account-inline-success{color:#aaf2cb;background:#48dc9112;border:1px solid #48dc9133}.mt-side-card .security-actions{gap:8px}.mt-side-card .auth-field label{color:#8f9aae}.mt-side-card .auth-field input{color:#f2f5fa;background:#0e141e;border-color:#ffffff1a}.mt-side-card .auth-error,.mt-side-card .auth-message{font-size:10.5px}.mt-account-footer{color:#7f8a9d;border-top:1px solid #ffffff12;justify-content:space-between;align-items:flex-start;gap:20px;max-width:1220px;margin:34px auto 0;padding:22px 2px 0;display:flex}.mt-account-footer>div:first-child{flex-direction:column;gap:4px;display:flex}.mt-account-footer strong{color:#e8edf5;font-size:11px}.mt-account-footer span{font-size:10px}.mt-account-footer>div:last-child{gap:14px;display:flex}.mt-account-footer a{color:#8d99ab;font-size:10px;text-decoration:none}.mt-account-footer a:hover{color:#66e6d5}@media (max-width:940px){.mt-account-grid{grid-template-columns:1fr}.mt-account-hero{flex-direction:column;align-items:flex-start}.mt-hero-profile{width:100%}}@media (max-width:720px){.mt-account-shell{padding-left:16px;padding-right:16px}.mt-account-hero{padding:28px 22px}.mt-product-card{grid-template-columns:1fr}.mt-product-visual{min-height:180px}.mt-account-topbar{align-items:flex-start}.mt-topbar-actions>a{display:none}.account-avatar-editor{flex-direction:column;align-items:flex-start}.mt-account-footer{flex-direction:column}}
