:root{--portal-bg:#070a11;--portal-panel:#0e1420;--portal-panel-2:#121a29;--portal-line:#202c40;--portal-text:#f7f9ff;--portal-muted:#8e9ab0;--portal-blue:#397dff;--portal-cyan:#51d7ff;--portal-green:#45dda0;--portal-red:#ff6680}*{box-sizing:border-box}.portal-page{margin:0;min-height:100vh;background:radial-gradient(circle at 18% -10%,rgba(57,125,255,.2),transparent 31rem),radial-gradient(circle at 92% 12%,rgba(81,215,255,.08),transparent 24rem),var(--portal-bg);color:var(--portal-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.portal-shell{width:min(1160px,calc(100% - 36px));margin-inline:auto}.portal-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(7,10,17,.86);backdrop-filter:blur(18px)}.portal-nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.portal-nav .brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:900;letter-spacing:.17em}.portal-nav .brand-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #62a6ff;border-radius:11px;background:linear-gradient(145deg,#347cff,#163f92);box-shadow:0 0 24px rgba(57,125,255,.32);letter-spacing:0}.portal-nav nav{display:flex;align-items:center;gap:8px}.portal-nav nav>a,.portal-nav nav button{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid transparent;border-radius:10px;background:transparent;color:#c5cee0;font:inherit;font-size:13px;font-weight:750;text-decoration:none;cursor:pointer}.portal-nav nav>a:hover,.portal-nav nav button:hover{color:#fff;border-color:var(--portal-line);background:rgba(255,255,255,.025)}.portal-nav nav form{margin:0}.portal-nav .portal-nav-cta{border-color:#356fd7;background:linear-gradient(135deg,#397dff,#225ecf);color:#fff}.portal-main{padding-block:62px 78px;min-height:calc(100vh - 133px)}.portal-footer{border-top:1px solid rgba(255,255,255,.06);padding:24px 0;color:var(--portal-muted);font-size:12px}.portal-eyebrow{display:block;margin-bottom:10px;color:#6ca4ff;font-size:11px;font-weight:900;letter-spacing:.2em}.auth-layout{min-height:600px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.auth-layout.compact{min-height:510px}.auth-copy h1,.dashboard-hero h1{margin:0 0 20px;font-size:clamp(42px,6vw,70px);line-height:.98;letter-spacing:-.045em}.auth-copy h1 strong{display:block;background:linear-gradient(90deg,#4c8dff,#5ddcff);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-copy>p,.dashboard-hero p{max-width:600px;margin:0;color:var(--portal-muted);font-size:17px;line-height:1.65}.auth-benefits{display:grid;gap:12px;margin:30px 0 0;padding:0;list-style:none;color:#c7d0e1}.auth-benefits li:before{content:"✓";display:inline-grid;place-items:center;width:23px;height:23px;margin-right:10px;border-radius:50%;background:rgba(69,221,160,.1);color:var(--portal-green);font-weight:900}.portal-card{border:1px solid var(--portal-line);border-radius:22px;background:linear-gradient(145deg,rgba(18,26,41,.94),rgba(10,15,25,.94));box-shadow:0 24px 75px rgba(0,0,0,.35)}.auth-card{padding:34px}.auth-card h2{margin:0 0 6px;font-size:28px}.auth-card>div>p{margin:0;color:var(--portal-muted)}.portal-form{display:grid;gap:16px;margin-top:26px}.portal-form label{display:grid;gap:7px;color:#c5cee0;font-size:12px;font-weight:800}.portal-form input,.portal-form select{width:100%;min-height:48px;padding:12px 14px;border:1px solid var(--portal-line);border-radius:11px;background:#080d16;color:#fff;font:inherit;outline:none}.portal-form input:focus,.portal-form select:focus{border-color:#4e89f8;box-shadow:0 0 0 3px rgba(57,125,255,.12)}.portal-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 17px;border:1px solid #3474e8;border-radius:11px;background:linear-gradient(135deg,#397dff,#235fcf);color:#fff;font:inherit;font-size:13px;font-weight:850;text-decoration:none;cursor:pointer}.portal-button:hover{filter:brightness(1.08)}.portal-button.secondary{border-color:var(--portal-line);background:rgba(255,255,255,.025);color:#d9e3f7}.portal-button.small{min-height:36px;padding:8px 12px;font-size:11px}.auth-switch{margin:20px 0 0;color:var(--portal-muted);font-size:13px;text-align:center}.auth-switch a,.section-heading a{color:#74a8ff;font-weight:800;text-decoration:none}.portal-alert{margin:20px 0 0;padding:13px 15px;border:1px solid;border-radius:12px;font-size:13px}.portal-alert.error{border-color:#653143;background:#29121c;color:#ff9bae}.portal-alert.success{border-color:#225a45;background:#102b22;color:#71e8b2}.dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.dashboard-hero h1{font-size:clamp(40px,5vw,60px);margin-bottom:12px}.portal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:22px 0}.portal-stats article{padding:20px;border:1px solid var(--portal-line);border-radius:17px;background:rgba(14,20,32,.82)}.portal-stats span{display:block;margin-bottom:7px;color:var(--portal-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.portal-stats strong{font-size:24px}.portal-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-section{padding:22px}.portal-section.wide{grid-column:1/-1}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading h2{margin:0;font-size:20px}.license-list,.game-list,.order-list{display:grid;gap:10px}.license-row{display:grid;grid-template-columns:minmax(180px,1.4fr) minmax(200px,1fr) 120px auto;align-items:center;gap:16px;padding:15px;border:1px solid var(--portal-line);border-radius:14px;background:#090f19}.license-row>div:first-child{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:9px}.license-row small,.game-card small,.order-list small{display:block;margin-top:3px;color:var(--portal-muted);font-size:11px}.license-key{overflow:hidden;color:#92b9ff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.status-dot{width:9px;height:9px;grid-row:1/3;border-radius:50%;background:#697386}.status-dot.active{background:var(--portal-green);box-shadow:0 0 12px rgba(69,221,160,.65)}.status-dot.blocked,.status-dot.revoked,.status-dot.expired{background:var(--portal-red)}.portal-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:6px 9px;border-radius:99px;background:#1b2433;color:#abb7ca;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.portal-badge.active,.portal-badge.paid{background:rgba(69,221,160,.12);color:#64e5ab}.portal-badge.awaiting_payment,.portal-badge.created{background:rgba(255,184,77,.12);color:#ffc470}.portal-badge.blocked,.portal-badge.revoked,.portal-badge.expired,.portal-badge.failed{background:rgba(255,102,128,.12);color:#ff8fa3}.game-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:13px;border:1px solid var(--portal-line);border-radius:14px;background:#090f19}.game-card.locked{opacity:.58}.game-icon{width:43px;height:43px;display:grid;place-items:center;border:1px solid #315fae;border-radius:12px;background:linear-gradient(145deg,#234f9f,#122b5b);color:#9dc0ff;font-weight:900}.order-list>div{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--portal-line)}.order-list>div:last-child{border:0}.portal-empty{padding:34px;border:1px dashed #2a3952;border-radius:15px;text-align:center;color:var(--portal-muted)}.portal-empty.small{padding:18px}.portal-empty>span{font-size:30px;color:#528cff}.portal-empty h3{margin:8px 0}.portal-empty p{margin:6px 0 16px}.portal-empty.small p{margin:0}@media(max-width:850px){.portal-main{padding-top:38px}.auth-layout{grid-template-columns:1fr;gap:36px}.auth-copy h1{font-size:48px}.portal-grid{grid-template-columns:1fr}.license-row{grid-template-columns:1fr}.dashboard-hero{align-items:flex-start;flex-direction:column}.portal-nav nav>a:not(.portal-nav-cta){display:none}}@media(max-width:560px){.portal-shell{width:min(100% - 24px,1160px)}.portal-main{padding-block:30px 55px}.portal-nav{height:62px}.portal-nav .brand{font-size:13px}.auth-card{padding:22px}.portal-stats{grid-template-columns:1fr}.auth-copy h1{font-size:40px}.game-card{grid-template-columns:auto 1fr}.game-card>:last-child{grid-column:1/-1;width:100%}}
