.auth-shell{position:fixed;inset:0;z-index:9999;display:none;place-items:center;padding:24px}.auth-shell.open{display:grid}.auth-backdrop{position:absolute;inset:0;background:rgba(2,2,5,.84);backdrop-filter:blur(18px)}.auth-panel{position:relative;width:min(980px,96vw);max-height:92vh;overflow:auto;border:1px solid #30313a;border-radius:28px;background:linear-gradient(180deg,#121218,#0c0c11);box-shadow:0 30px 100px #000b;padding:34px;color:#f7f7fb}.auth-panel.compact{width:min(520px,96vw)}.auth-close{position:absolute;right:18px;top:14px;border:0;background:transparent;color:#8f9099;font-size:30px;cursor:pointer}.auth-brand{display:flex;align-items:center;gap:16px;margin-bottom:26px}.auth-brand img{width:88px;max-height:34px;object-fit:contain;object-position:left center}.auth-brand span{font-size:11px;letter-spacing:.18em;color:#ff375f;font-weight:700}.auth-title{font-size:clamp(32px,5vw,56px);line-height:1;margin:0 0 10px}.auth-lead{color:#9c9daa;max-width:640px;margin:0 0 26px;line-height:1.65}.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.auth-field{display:grid;gap:8px;margin-bottom:16px}.auth-field label{font-size:12px;color:#b8b9c3}.auth-field input{width:100%;height:50px;border:1px solid #30313a;border-radius:12px;background:#08080c;color:white;padding:0 14px;outline:none}.auth-field input:focus{border-color:#ff2f57;box-shadow:0 0 0 3px #ff2f5718}.auth-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.auth-primary,.auth-secondary,.danger-btn,.download-btn{border:0;border-radius:12px;min-height:48px;padding:0 18px;font:inherit;font-weight:700;cursor:pointer}.auth-primary{background:linear-gradient(135deg,#ff365c,#d90837);color:white;box-shadow:0 14px 40px #d9083735}.auth-secondary{background:#14141a;border:1px solid #30313a;color:#e8e8ee}.auth-link{background:none;border:0;color:#b7b7c2;text-decoration:underline;cursor:pointer;padding:0}.auth-message{margin-top:15px;padding:12px 14px;border-radius:10px;font-size:13px;display:none}.auth-message.show{display:block}.auth-message.ok{background:#0d2b21;color:#67e6b0;border:1px solid #1e6048}.auth-message.err{background:#321018;color:#ff7891;border:1px solid #7d2034}.auth-check{display:flex;align-items:flex-start;gap:10px;color:#aaaab5;font-size:13px;line-height:1.45;margin-top:8px}.auth-check input{margin-top:3px}.portal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px;border:1px solid #3a202a;background:radial-gradient(circle at 10% 0,#3d121c55,transparent 55%),#101016;border-radius:20px}.portal-head small,.portal-card small{color:#787a8b;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:700}.portal-head h2{font-size:32px;margin:6px 0 4px}.portal-head p{color:#999aa6;margin:0}.online-dot{display:inline-flex;align-items:center;gap:7px;border:1px solid #245943;padding:7px 10px;border-radius:999px;color:#64e9b3;font-size:12px}.online-dot i{width:7px;height:7px;background:#50e6a7;border-radius:50%;box-shadow:0 0 12px #50e6a7}.portal-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0}.portal-card{border:1px solid #292a33;background:#0b0b10;border-radius:16px;padding:18px}.portal-card strong{display:block;font-size:27px;margin-top:8px}.portal-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px}.portal-section{border:1px solid #292a33;background:#0d0d12;border-radius:18px;padding:20px}.portal-section h3{margin:0 0 16px;font-size:18px}.portal-row{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid #23242b;font-size:13px}.portal-row:last-child{border-bottom:0}.portal-row span{color:#80818e}.portal-row b{word-break:break-all;text-align:right}.device-item,.download-item{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:13px;border:1px solid #272832;border-radius:12px;margin-top:9px;background:#0a0a0f}.device-meta,.download-meta{min-width:0}.device-meta b,.download-meta b{display:block}.device-meta small,.download-meta small{display:block;color:#777987;margin-top:5px}.danger-btn{min-height:36px;background:#2a0d15;color:#ff6a85;border:1px solid #66172a}.download-btn{min-height:38px;background:#1b1b22;color:white;border:1px solid #343640}.no-plan{padding:18px;border-radius:14px;background:#171119;border:1px solid #4f1a29;color:#d5a7b3}.legal-copy{color:#b7b8c2;line-height:1.8}.legal-copy h3{color:white;margin-top:26px}.account-chip{border:1px solid #3c3d47;background:#111117;color:white;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}.footer-legal{display:flex;gap:14px}.footer-legal a{color:inherit;text-decoration:none}.footer-legal a:hover{color:#fff}.auth-loading{display:grid;place-items:center;min-height:280px;color:#999aa6}.auth-loading:before{content:"";width:34px;height:34px;border:3px solid #33343c;border-top-color:#ff365c;border-radius:50%;animation:authspin .8s linear infinite;margin-bottom:12px}@keyframes authspin{to{transform:rotate(360deg)}}@media(max-width:760px){.auth-panel{padding:24px 18px;border-radius:20px}.auth-grid,.portal-columns{grid-template-columns:1fr}.portal-stats{grid-template-columns:1fr 1fr}.portal-head{flex-direction:column}.auth-title{font-size:38px}}body.rtl .auth-panel{text-align:right}body.rtl .auth-close{right:auto;left:18px}body.rtl .portal-row b{text-align:left}
