:root{
  color-scheme:dark;
  --account-x:50vw;
  --account-y:28vh;
  --account-bg:#02050a;
  --account-panel:#07101a;
  --account-panel-soft:#0a1420;
  --account-line:rgba(164,202,255,.11);
  --account-text:#f7fbff;
  --account-muted:#7890a9;
  --account-blue:#74b7ff;
  --account-ice:#d8ebff;
}
*{box-sizing:border-box}
html{min-height:100%;background:var(--account-bg)}
body.account-body{min-height:100vh;margin:0;background:var(--account-bg);color:var(--account-text);font-family:Manrope,system-ui,sans-serif;overflow-x:hidden}
button,input{font:inherit}
button,a{cursor:pointer}
svg{display:block;width:20px;height:20px}
.account-background{position:fixed;inset:0;z-index:-2;overflow:hidden;background:radial-gradient(circle at 50% -15%,rgba(37,104,184,.14),transparent 34%),linear-gradient(180deg,#03070d 0%,#02050a 48%,#040811 100%)}
.account-background__pointer{position:absolute;left:var(--account-x);top:var(--account-y);width:560px;height:560px;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(80,158,255,.10),transparent 66%);filter:blur(10px);transition:left .12s linear,top .12s linear}
.account-background__aura{position:absolute;border-radius:50%;filter:blur(2px);animation:auraFloat 15s ease-in-out infinite}
.account-background__aura--one{width:620px;height:620px;right:-220px;top:-180px;background:radial-gradient(circle,rgba(35,117,230,.13),transparent 68%)}
.account-background__aura--two{width:520px;height:520px;left:-220px;bottom:-180px;background:radial-gradient(circle,rgba(83,142,218,.08),transparent 68%);animation-delay:-7s}
.account-background__orbit{position:absolute;border:1px solid rgba(136,187,255,.07);border-radius:50%;animation:orbitDrift 18s linear infinite}
.account-background__orbit--one{width:720px;height:260px;right:-180px;top:12%;transform:rotate(-22deg)}
.account-background__orbit--two{width:480px;height:180px;left:-130px;bottom:8%;transform:rotate(16deg);animation-direction:reverse;animation-duration:23s}
.account-background__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:84px 84px;mask-image:radial-gradient(circle at 50% 40%,black,transparent 78%);opacity:.5}
.account-background__noise{position:absolute;inset:0;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
@keyframes auraFloat{50%{transform:translate3d(-18px,22px,0) scale(1.06)}}
@keyframes orbitDrift{to{rotate:360deg}}

.account-header{position:relative;z-index:20;width:min(1450px,calc(100% - 54px));height:88px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.055)}
.account-header__center{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:11px;color:#6f879f;font-size:8px;letter-spacing:.15em;font-weight:800}
.account-header__center span{color:#cbdcf0}.account-header__center i{width:4px;height:4px;border-radius:50%;background:#68b7ff;box-shadow:0 0 12px #68b7ff}
.account-back{height:42px;padding:0 15px;border:1px solid rgba(255,255,255,.075);border-radius:13px;background:rgba(255,255,255,.025);display:flex;align-items:center;gap:10px;color:#d8e5f5;font-size:10px;font-weight:750;transition:.2s}.account-back:hover{transform:translateY(-1px);border-color:rgba(139,194,255,.18);background:rgba(255,255,255,.045)}
.account-root{position:relative;z-index:2;width:min(1450px,calc(100% - 54px));margin:0 auto;padding:28px 0 72px}

/* Authentication */
.auth-layout{min-height:calc(100vh - 190px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.62fr);gap:72px;align-items:center}
.auth-presentation{padding:48px clamp(18px,6vw,88px) 48px 24px}
.auth-presentation__status{display:inline-flex;align-items:center;gap:10px;padding:8px 11px;border:1px solid rgba(132,188,255,.12);border-radius:999px;background:rgba(86,148,221,.055);color:#92abc4;font-size:8px;font-weight:800;letter-spacing:.15em}.auth-presentation__status i{width:6px;height:6px;border-radius:50%;background:#75c4ff;box-shadow:0 0 14px rgba(117,196,255,.8)}
.auth-presentation h1{max-width:820px;margin:26px 0 25px;font-size:clamp(56px,6.2vw,94px);line-height:.93;letter-spacing:-.07em}.auth-presentation h1 em{font-style:normal;background:linear-gradient(100deg,#fff,#cfe5ff 52%,#67adff);background-clip:text;-webkit-background-clip:text;color:transparent}
.auth-presentation>p{max-width:670px;margin:0;color:#8297ad;font-size:16px;line-height:1.75}
.auth-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:38px}.auth-benefits article{position:relative;min-height:145px;padding:18px;border:1px solid rgba(255,255,255,.07);border-radius:22px;background:linear-gradient(145deg,rgba(14,28,45,.86),rgba(5,11,19,.9));overflow:hidden}.auth-benefits article::after{content:"";position:absolute;right:-30px;top:-40px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(90,166,255,.12),transparent 68%)}.auth-benefits b{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(111,179,255,.09);color:#bcdcff}.auth-benefits b svg{width:18px}.auth-benefits article>span{display:flex;flex-direction:column;gap:7px;margin-top:22px}.auth-benefits strong{font-size:12px}.auth-benefits small{color:#75899f;font-size:10px;line-height:1.5}
.auth-presentation__line{display:flex;align-items:center;gap:13px;margin-top:36px;color:#4e657b;font-size:8px;letter-spacing:.14em;font-weight:800}.auth-presentation__line i{height:1px;flex:1;background:linear-gradient(90deg,rgba(105,170,242,.22),transparent)}
.auth-card-wrap{position:relative}.auth-card-glow{position:absolute;inset:7% -7% -8%;border-radius:50%;background:radial-gradient(circle,rgba(63,142,235,.17),transparent 68%);filter:blur(30px)}
.auth-card,.verify-card{position:relative;padding:20px;border:1px solid rgba(170,210,255,.12);border-radius:30px;background:linear-gradient(155deg,rgba(11,22,36,.96),rgba(4,9,16,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 42px 130px rgba(0,0,0,.42);overflow:hidden}.auth-card::before,.verify-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 0,rgba(74,154,255,.13),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.03),transparent 35%);pointer-events:none}.auth-card__top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:4px 5px 18px;color:#d8e9fb;font-size:9px;font-weight:800;letter-spacing:.12em}.auth-card__top small{color:#61788e;font-size:8px;font-weight:700}
.auth-tabs{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;border:1px solid rgba(255,255,255,.065);border-radius:17px;background:#050a11}.auth-tabs button{height:44px;border:0;border-radius:13px;background:transparent;color:#71869b;font-size:10px;font-weight:800;transition:.2s}.auth-tabs button.active{background:linear-gradient(180deg,#152638,#0d1825);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}
.auth-form{position:relative;z-index:1;display:grid;gap:15px;padding:25px 5px 4px}.auth-form__heading{margin-bottom:5px}.auth-form__heading>span{color:#6f90af;font-size:8px;font-weight:850;letter-spacing:.14em}.auth-form__heading h2,.verify-card h2{margin:9px 0 0;font-size:30px;letter-spacing:-.045em}.auth-form__heading p,.verify-card>p{margin:9px 0 0;color:#7b90a5;font-size:11px;line-height:1.65}.auth-form label:not(.auth-check){display:grid;gap:8px}.auth-form label>span{color:#a5b8ca;font-size:9px;font-weight:750}.auth-form input{width:100%;height:52px;padding:0 15px;border:1px solid rgba(255,255,255,.075);border-radius:15px;outline:0;background:#050a12;color:#fff;font:inherit;font-size:12px;transition:.2s}.auth-form input:focus{border-color:rgba(100,174,255,.35);box-shadow:0 0 0 4px rgba(74,146,232,.08);background:#07101a}.auth-form input::placeholder{color:#4e6175}.auth-form__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-check{display:flex!important;align-items:flex-start;gap:10px;cursor:pointer}.auth-check input{width:17px;height:17px;flex:0 0 auto;margin-top:1px;accent-color:#82bdff}.auth-check span{font-size:9px!important;line-height:1.55;color:#72879d!important}.auth-error{min-height:17px;color:#ff9eaa;font-size:10px}.auth-submit{height:55px;padding:0 18px;border:0;border-radius:16px;background:linear-gradient(135deg,#f7fbff,#b9dcff);color:#03070c;font-weight:850;display:flex;align-items:center;justify-content:space-between;transition:.22s}.auth-submit svg{width:18px}.auth-submit:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(104,175,255,.17)}.auth-submit:disabled{opacity:.5;pointer-events:none}.auth-switch,.verify-back{border:0;background:transparent;color:#8094a8;font-size:10px;font-weight:700}.auth-switch{height:32px}.auth-switch:hover,.verify-back:hover{color:#fff}
.verify-card{max-width:520px;margin:7vh auto;padding:30px}.verify-card__icon{position:relative;z-index:1;display:grid;place-items:center;width:58px;height:58px;margin:8px 0 22px;border-radius:18px;background:rgba(92,164,246,.10);color:#a9d3ff}.verify-card__icon svg{width:27px;height:27px}.verify-back{position:relative;z-index:1;margin-bottom:18px}.verify-card .auth-label,.verify-card h2,.verify-card>p,.verify-card .dev-code{position:relative;z-index:1}.verify-card h2{font-size:38px}.dev-code{display:grid;grid-template-columns:1fr auto;gap:4px 16px;align-items:center;margin-top:22px;padding:15px;border:1px solid rgba(116,181,255,.14);border-radius:17px;background:rgba(87,153,228,.06)}.dev-code span,.dev-code small{color:#748ca3;font-size:9px}.dev-code strong{font-size:24px;letter-spacing:.16em}.dev-code small{grid-column:1/-1}

/* Dashboard shell */
.dashboard-shell{display:grid;grid-template-columns:244px minmax(0,1fr);gap:18px;min-height:calc(100vh - 150px)}
.dashboard-sidebar{position:sticky;top:18px;height:calc(100vh - 124px);min-height:650px;padding:15px;border:1px solid rgba(140,187,239,.10);border-radius:28px;background:linear-gradient(160deg,rgba(9,19,31,.96),rgba(3,8,14,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 30px 100px rgba(0,0,0,.28);display:flex;flex-direction:column;overflow:hidden}.dashboard-sidebar::after{content:"";position:absolute;right:-90px;top:-100px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(53,137,238,.13),transparent 68%);pointer-events:none}.dashboard-sidebar__brand{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:7px 8px 17px;border-bottom:1px solid rgba(255,255,255,.06)}.dashboard-sidebar__brand span{font-size:12px;font-weight:900;letter-spacing:.12em}.dashboard-sidebar__brand small{color:#4f687f;font-size:7px;letter-spacing:.11em}
.dashboard-user{position:relative;z-index:1;padding:21px 7px 18px;border-bottom:1px solid rgba(255,255,255,.06);display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center}.dashboard-user__avatar{position:relative;width:48px;height:48px}.dashboard-user__avatar>span{display:grid;place-items:center;width:100%;height:100%;border-radius:16px;border:1px solid rgba(160,205,255,.16);background:linear-gradient(145deg,#17304a,#091522);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 12px 28px rgba(0,0,0,.28);font-size:17px;font-weight:850}.dashboard-user__avatar i{position:absolute;right:-1px;bottom:2px;width:10px;height:10px;border:2px solid #07101a;border-radius:50%;background:#72e1b2;box-shadow:0 0 10px rgba(114,225,178,.7)}.dashboard-user>div:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:4px}.dashboard-user>div:nth-child(2) small{color:#5f7a93;font-size:7px;font-weight:850;letter-spacing:.12em}.dashboard-user>div:nth-child(2) strong{font-size:12px}.dashboard-user>div:nth-child(2) span{overflow:hidden;text-overflow:ellipsis;color:#70879d;font-size:8px}.dashboard-user>b{grid-column:1/-1;justify-self:start;margin-top:5px;padding:6px 8px;border-radius:999px;background:rgba(91,214,159,.07);color:#8ce5bd;font-size:7px;letter-spacing:.1em;display:flex;align-items:center;gap:5px}.dashboard-user>b svg{width:11px;height:11px}
.dashboard-sidebar nav{position:relative;z-index:1;display:grid;gap:4px;padding:17px 0}.dashboard-sidebar nav button{position:relative;width:100%;height:45px;padding:0 12px;border:0;border-radius:13px;background:transparent;color:#7890a6;display:grid;grid-template-columns:30px 1fr 5px;align-items:center;text-align:left;transition:.18s}.dashboard-sidebar nav button>span{display:grid;place-items:center;width:30px;height:30px;border-radius:10px}.dashboard-sidebar nav button svg{width:17px;height:17px}.dashboard-sidebar nav button b{font-size:10px;font-weight:750}.dashboard-sidebar nav button>i{width:4px;height:4px;border-radius:50%;background:transparent}.dashboard-sidebar nav button:hover{background:rgba(255,255,255,.035);color:#d7e7f8}.dashboard-sidebar nav button.active{background:linear-gradient(90deg,rgba(72,145,229,.13),rgba(72,145,229,.035));color:#fff;box-shadow:inset 0 0 0 1px rgba(116,181,255,.08)}.dashboard-sidebar nav button.active>span{background:rgba(102,173,255,.11);color:#a9d3ff}.dashboard-sidebar nav button.active>i{background:#77bcff;box-shadow:0 0 9px rgba(119,188,255,.8)}
.dashboard-sidebar__bottom{position:relative;z-index:1;margin-top:auto;display:grid;gap:8px}.dashboard-support{width:100%;min-height:66px;padding:10px;border:1px solid rgba(114,181,255,.11);border-radius:17px;background:linear-gradient(135deg,rgba(42,95,157,.14),rgba(255,255,255,.02));color:#ddebfa;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;text-align:left}.dashboard-support>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:rgba(110,179,255,.10);color:#acd6ff}.dashboard-support svg{width:17px}.dashboard-support div{display:flex;flex-direction:column;gap:4px}.dashboard-support strong{font-size:9px}.dashboard-support small{color:#6f879e;font-size:7px;display:flex;align-items:center;gap:5px}.dashboard-support small i{width:5px;height:5px;border-radius:50%;background:#6fdbaa;box-shadow:0 0 8px rgba(111,219,170,.7)}.dashboard-support>b{font-size:12px}.dashboard-logout{width:100%;height:42px;padding:0 11px;border:0;border-radius:12px;background:transparent;color:#627b92;display:flex;align-items:center;gap:10px}.dashboard-logout span{display:grid;place-items:center;width:30px}.dashboard-logout svg{width:16px}.dashboard-logout b{font-size:9px}.dashboard-logout:hover{background:rgba(255,95,116,.045);color:#ff9fad}
.dashboard-main{min-width:0}.dashboard-topbar{min-height:112px;padding:20px 4px 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.055)}.dashboard-topbar>div:first-child>span{color:#58748e;font-size:8px;font-weight:850;letter-spacing:.13em}.dashboard-topbar>div:first-child>span b{color:#8eabc7}.dashboard-topbar h1{margin:8px 0 0;font-size:37px;letter-spacing:-.05em}.dashboard-topbar p{margin:7px 0 0;color:#71889f;font-size:10px}.dashboard-topbar__actions a{height:43px;padding:0 14px;border:1px solid rgba(137,191,249,.12);border-radius:13px;background:rgba(255,255,255,.025);color:#deebf8;display:flex;align-items:center;gap:9px;font-size:9px;font-weight:750}.dashboard-topbar__actions a span{color:#8ec7ff}.dashboard-topbar__actions a svg{width:16px}.dashboard-topbar__actions a:hover{background:rgba(92,157,229,.08);border-color:rgba(137,191,249,.2)}
.dashboard-panel{padding-top:18px}

/* Overview */
.overview-dashboard{display:grid;gap:14px}.account-hero{position:relative;min-height:310px;border:1px solid rgba(128,183,245,.12);border-radius:30px;background:radial-gradient(circle at 84% 20%,rgba(47,126,222,.18),transparent 32%),linear-gradient(145deg,#0b1725,#050b13 72%);box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 28px 90px rgba(0,0,0,.25);overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr}.account-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,transparent,black);opacity:.45}.account-hero__content{position:relative;z-index:2;padding:36px}.account-hero__content>span{display:flex;align-items:center;gap:8px;color:#7ea0c0;font-size:8px;font-weight:850;letter-spacing:.13em}.account-hero__content>span i{width:6px;height:6px;border-radius:50%;background:#72dcb0;box-shadow:0 0 11px rgba(114,220,176,.8)}.account-hero__content h2{margin:18px 0 14px;font-size:clamp(40px,4vw,60px);line-height:.98;letter-spacing:-.06em}.account-hero__content p{max-width:580px;margin:0;color:#7f96ad;font-size:12px;line-height:1.7}.account-hero__content>div{display:flex;gap:10px;margin-top:27px}.account-hero__content a,.account-hero__content button{height:45px;padding:0 15px;border-radius:13px;font-size:9px;font-weight:800;display:flex;align-items:center;gap:10px}.account-hero__content a{background:linear-gradient(135deg,#f6fbff,#b8dcff);color:#04080d}.account-hero__content a svg{width:16px}.account-hero__content button{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);color:#d8e6f5}.account-hero__identity{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.identity-core{position:relative;z-index:3;width:112px;height:112px;border-radius:34px;display:grid;place-items:center;border:1px solid rgba(161,207,255,.18);background:linear-gradient(145deg,#1b3a58,#091522);box-shadow:0 28px 60px rgba(0,0,0,.35),0 0 70px rgba(68,147,239,.16),inset 0 1px 0 rgba(255,255,255,.12);transform:rotate(-5deg)}.identity-core span{font-size:44px;font-weight:850;transform:rotate(5deg)}.identity-orbit{position:absolute;border:1px solid rgba(119,187,255,.15);border-radius:50%;animation:identityOrbit 16s linear infinite}.identity-orbit--one{width:250px;height:90px;transform:rotate(-18deg)}.identity-orbit--two{width:190px;height:68px;transform:rotate(17deg);animation-direction:reverse;animation-duration:12s}.account-hero__identity>small{margin-top:22px;color:#5d7a96;font-size:7px;letter-spacing:.16em;font-weight:850}.account-hero__identity>strong{margin-top:7px;font-size:11px;letter-spacing:.15em}@keyframes identityOrbit{to{rotate:360deg}}
.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dashboard-stats article{position:relative;min-height:124px;padding:17px;border:1px solid rgba(255,255,255,.065);border-radius:21px;background:linear-gradient(145deg,rgba(10,22,36,.92),rgba(4,10,17,.95));display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:start;overflow:hidden}.dashboard-stats article::after{content:"";position:absolute;right:-36px;bottom:-46px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(67,143,231,.09),transparent 68%)}.dashboard-stat__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(94,162,239,.08);color:#9dcdff}.dashboard-stat__icon svg{width:18px}.dashboard-stats article>div{display:flex;flex-direction:column}.dashboard-stats small{color:#71899f;font-size:8px}.dashboard-stats strong{margin-top:8px;font-size:24px;letter-spacing:-.04em}.dashboard-stats p{margin:6px 0 0;color:#536a80;font-size:8px}.dashboard-stats article>i{position:absolute;right:13px;top:13px;color:#2f465b;font-size:8px;font-style:normal;font-weight:800}
.overview-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr);gap:12px}.dashboard-section,.account-status-card,.quick-actions,.orders-summary article,.favorites-hero,.referral-hero,.referral-steps article,.profile-identity,.profile-card,.security-hero{border:1px solid rgba(255,255,255,.065);background:linear-gradient(150deg,rgba(9,19,31,.94),rgba(4,9,16,.97));box-shadow:inset 0 1px 0 rgba(255,255,255,.045)}.dashboard-section{padding:20px;border-radius:23px}.dashboard-section__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px}.dashboard-section__head>div{display:flex;flex-direction:column;gap:6px}.dashboard-section__head>div>span{color:#54728e;font-size:7px;font-weight:850;letter-spacing:.13em}.dashboard-section__head h2{margin:0;font-size:18px;letter-spacing:-.03em}.dashboard-section__head>span,.dashboard-section__head>button{color:#6d859c;font-size:9px}.dashboard-section__head button{border:0;background:transparent;display:flex;align-items:center;gap:7px}.dashboard-section__head button svg{width:14px}.dashboard-section__head button:hover{color:#fff}.account-orders{display:grid;gap:8px}.account-order{min-height:76px;padding:10px 12px;border:1px solid rgba(255,255,255,.055);border-radius:17px;background:rgba(255,255,255,.018);display:grid;grid-template-columns:38px minmax(0,1fr) 100px 88px 18px;align-items:center;gap:12px;transition:.18s}.account-order:hover{transform:translateY(-1px);border-color:rgba(119,182,252,.15);background:rgba(88,151,224,.035)}.account-order__mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(101,166,240,.07);color:#93c9ff}.account-order__mark svg{width:17px}.account-order__main{min-width:0;display:flex;flex-direction:column;gap:3px}.account-order__main small{color:#536b81;font-size:7px}.account-order__main strong{font-size:10px}.account-order__main p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0;color:#6f859a;font-size:8px}.account-order__amount{display:flex;flex-direction:column;gap:4px;text-align:right}.account-order__amount small{color:#5e758b;font-size:7px}.account-order__amount strong{font-size:10px}.account-order>i{justify-self:end;padding:7px 8px;border-radius:999px;font-style:normal;font-size:7px;font-weight:800;display:flex;align-items:center;gap:5px}.account-order>i span{width:5px;height:5px;border-radius:50%}.account-order>i.ready{background:rgba(85,211,151,.08);color:#88dfb6}.account-order>i.ready span{background:#68dca5;box-shadow:0 0 8px rgba(104,220,165,.6)}.account-order>i.processing{background:rgba(255,190,87,.08);color:#e3bd7d}.account-order>i.processing span{background:#e8b75f}.account-order__arrow{color:#4f677e;font-size:11px}.overview-side{display:grid;gap:12px}.account-status-card,.quick-actions{padding:18px;border-radius:22px}.account-status-card__head{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center}.account-status-card__head>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(83,207,150,.075);color:#83dbb2}.account-status-card__head svg{width:18px}.account-status-card__head div{display:flex;flex-direction:column;gap:4px}.account-status-card__head small{color:#57728c;font-size:7px;letter-spacing:.1em}.account-status-card__head strong{font-size:10px}.account-status-card__head>b{color:#80dcb0;font-size:11px}.security-meter{height:5px;margin:17px 0;border-radius:999px;background:#07111a;overflow:hidden}.security-meter i{display:block;width:100%;height:100%;background:linear-gradient(90deg,#57c992,#8ce7bd);box-shadow:0 0 14px rgba(92,218,164,.45)}.account-status-card ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.account-status-card li{display:flex;align-items:center;gap:8px;color:#71899f;font-size:8px}.account-status-card li span{color:#71d9aa}.account-status-card li svg{width:12px}.account-status-card>button{width:100%;height:38px;margin-top:17px;padding:0 10px;border:1px solid rgba(255,255,255,.06);border-radius:11px;background:rgba(255,255,255,.02);color:#adc2d7;display:flex;align-items:center;justify-content:space-between;font-size:8px}.quick-actions>span{color:#57728c;font-size:7px;font-weight:850;letter-spacing:.12em}.quick-actions a,.quick-actions button{width:100%;min-height:56px;margin-top:10px;padding:8px;border:1px solid rgba(255,255,255,.055);border-radius:15px;background:rgba(255,255,255,.018);color:#dce9f7;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;text-align:left}.quick-actions>a>i,.quick-actions>button>i{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:rgba(91,158,235,.075);color:#92c7ff}.quick-actions svg{width:16px}.quick-actions div{display:flex;flex-direction:column;gap:4px}.quick-actions strong{font-size:9px}.quick-actions small{color:#60778d;font-size:7px}.quick-actions>a>b,.quick-actions>button>b{font-size:10px}.quick-actions a:hover,.quick-actions button:hover{background:rgba(77,143,219,.05);border-color:rgba(110,178,255,.13)}
.dashboard-empty{padding:54px 20px;text-align:center}.dashboard-empty>span{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 15px;border-radius:16px;background:rgba(89,158,237,.07);color:#8ec5ff}.dashboard-empty>span svg{width:22px}.dashboard-empty strong{display:block;font-size:15px}.dashboard-empty p{max-width:430px;margin:8px auto 17px;color:#6e8499;font-size:9px;line-height:1.6}.dashboard-empty a{display:inline-flex;align-items:center;gap:7px;color:#dcecff;font-size:9px;font-weight:750}.dashboard-empty a svg{width:14px}

/* Orders, favorites, referrals, profile, security */
.orders-page,.favorites-page,.referral-page,.profile-page,.security-page{display:grid;gap:14px}.orders-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.orders-summary article{min-height:100px;padding:17px;border-radius:19px;display:flex;flex-direction:column;justify-content:space-between}.orders-summary span{color:#687f95;font-size:8px}.orders-summary strong{font-size:27px;letter-spacing:-.04em}.orders-history{margin:0}
.favorites-hero{min-height:235px;padding:32px;border-radius:28px;display:grid;grid-template-columns:1fr 220px;align-items:center;overflow:hidden;background:radial-gradient(circle at 83% 48%,rgba(84,150,229,.18),transparent 28%),linear-gradient(145deg,#0b1725,#050b13 72%)}.favorites-hero>div:first-child>span,.referral-hero__content>span,.profile-identity>div:nth-child(2)>span,.security-hero>div:nth-child(2)>span{color:#6384a2;font-size:8px;font-weight:850;letter-spacing:.13em}.favorites-hero h2{margin:11px 0 10px;font-size:35px;letter-spacing:-.05em}.favorites-hero p{max-width:570px;margin:0;color:#748ba1;font-size:11px;line-height:1.65}.favorites-hero a{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:#e3effb;font-size:9px;font-weight:750}.favorites-hero a svg{width:15px}.favorites-hero__symbol{font-size:120px;text-align:center;color:rgba(138,193,255,.22);text-shadow:0 0 55px rgba(74,144,226,.22)}.favorites-note{min-height:96px;padding:15px;border:1px solid rgba(255,255,255,.055);border-radius:17px;background:rgba(255,255,255,.018);display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:13px}.favorites-note>span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(83,152,232,.07);color:#93c8ff}.favorites-note>span svg{width:19px}.favorites-note div{display:flex;flex-direction:column;gap:5px}.favorites-note strong{font-size:10px}.favorites-note p{margin:0;color:#6c8297;font-size:8px}.favorites-note a{color:#cfe4f8;font-size:8px;font-weight:750}
.referral-hero{position:relative;min-height:330px;padding:35px;border-radius:30px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);overflow:hidden;background:radial-gradient(circle at 82% 45%,rgba(52,135,236,.21),transparent 31%),linear-gradient(145deg,#0b1727,#050a12 72%)}.referral-hero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(90deg,transparent,black)}.referral-hero__content{position:relative;z-index:2}.referral-hero h2{margin:14px 0 12px;font-size:47px;line-height:1;letter-spacing:-.06em}.referral-hero p{max-width:690px;margin:0;color:#788fa5;font-size:11px;line-height:1.7}.referral-link{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:25px}.referral-link code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:15px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:#050a12;color:#bed3e7;font-size:9px}.referral-link button{padding:0 16px;border:0;border-radius:14px;background:linear-gradient(135deg,#f6fbff,#bcddff);color:#04080d;font-size:9px;font-weight:850;display:flex;align-items:center;gap:7px}.referral-link button svg{width:15px}.referral-hero__art{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center}.referral-hero__art i{position:absolute;width:220px;height:90px;border:1px solid rgba(124,190,255,.16);border-radius:50%;transform:rotate(-20deg);box-shadow:0 0 55px rgba(67,146,237,.08)}.referral-hero__art span{position:relative;z-index:2;font-size:86px;font-weight:900;letter-spacing:-.08em;background:linear-gradient(180deg,#fff,#80bfff);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 25px 70px rgba(59,141,240,.23)}.referral-hero__art small{position:relative;z-index:2;color:#6886a3;font-size:8px;letter-spacing:.15em}.referral-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.referral-steps article{position:relative;min-height:128px;padding:17px;border-radius:20px;display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start}.referral-steps article>b{position:absolute;right:13px;top:12px;color:#334d65;font-size:8px}.referral-steps article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(82,155,239,.075);color:#9dcdff}.referral-steps svg{width:17px}.referral-steps article>div{display:flex;flex-direction:column;gap:6px}.referral-steps strong{font-size:10px}.referral-steps p{margin:0;color:#647c92;font-size:8px;line-height:1.5}
.profile-identity{min-height:150px;padding:22px;border-radius:25px;display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:18px;background:radial-gradient(circle at 90% 20%,rgba(56,137,232,.15),transparent 30%),linear-gradient(145deg,#0b1725,#050b13 72%)}.profile-identity__avatar{position:relative;width:74px;height:74px}.profile-identity__avatar span{display:grid;place-items:center;width:100%;height:100%;border-radius:23px;border:1px solid rgba(152,204,255,.16);background:linear-gradient(145deg,#193a59,#091522);font-size:28px;font-weight:850}.profile-identity__avatar i{position:absolute;right:1px;bottom:4px;width:12px;height:12px;border:2px solid #07101a;border-radius:50%;background:#70dfb0}.profile-identity>div:nth-child(2) h2{margin:7px 0 5px;font-size:27px;letter-spacing:-.04em}.profile-identity>div:nth-child(2) p{margin:0;color:#73899f;font-size:9px}.profile-identity>b{padding:8px 10px;border-radius:999px;background:rgba(83,211,149,.07);color:#86deb5;font-size:8px;display:flex;align-items:center;gap:6px}.profile-identity>b svg{width:13px}.profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:12px}.profile-data{margin:0}.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.profile-grid article{min-height:116px;padding:16px;border:1px solid rgba(255,255,255,.055);border-radius:17px;background:rgba(255,255,255,.017);display:flex;flex-direction:column}.profile-grid span{color:#668099;font-size:8px}.profile-grid strong{margin-top:14px;font-size:12px;word-break:break-word}.profile-grid small{margin-top:auto;color:#4e657a;font-size:7px}.profile-card{position:relative;min-height:330px;padding:22px;border-radius:25px;overflow:hidden;background:radial-gradient(circle at 80% 10%,rgba(64,153,255,.25),transparent 34%),linear-gradient(145deg,#12304d,#07101a 70%)}.profile-card::before{content:"";position:absolute;right:-70px;bottom:-55px;width:230px;height:230px;border:1px solid rgba(255,255,255,.1);border-radius:50%}.profile-card>span{position:relative;z-index:2;color:#9dc8f2;font-size:8px;font-weight:850;letter-spacing:.15em}.profile-card__mark{position:relative;z-index:2;display:grid;place-items:center;width:78px;height:78px;margin:48px 0 23px;border-radius:25px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);box-shadow:0 22px 45px rgba(0,0,0,.25);font-size:31px;font-weight:900}.profile-card>strong,.profile-card>small,.profile-card>code{position:relative;z-index:2;display:block}.profile-card>strong{font-size:18px}.profile-card>small{margin-top:7px;color:#7e9bb7;font-size:7px;letter-spacing:.12em}.profile-card>code{margin-top:25px;color:#cce3f8;font-size:8px;letter-spacing:.13em}
.security-hero{min-height:230px;padding:30px;border-radius:28px;display:grid;grid-template-columns:126px 1fr 80px;align-items:center;gap:25px;background:radial-gradient(circle at 88% 34%,rgba(80,203,151,.11),transparent 28%),linear-gradient(145deg,#0a1a1b,#050b13 72%)}.security-hero__score{width:126px;height:126px;border-radius:50%;border:1px solid rgba(105,219,170,.16);box-shadow:inset 0 0 0 10px rgba(82,210,153,.035),0 0 45px rgba(83,207,151,.08);display:flex;align-items:center;justify-content:center;gap:7px}.security-hero__score span{font-size:39px;font-weight:850;letter-spacing:-.06em}.security-hero__score small{color:#6a8a7e;font-size:6px;line-height:1.35;letter-spacing:.1em}.security-hero>div:nth-child(2) h2{margin:10px 0 9px;font-size:31px;letter-spacing:-.045em}.security-hero>div:nth-child(2) p{max-width:650px;margin:0;color:#71899a;font-size:10px;line-height:1.65}.security-hero>b{display:grid;place-items:center;width:72px;height:72px;border-radius:22px;background:rgba(82,210,153,.07);color:#82dcb5}.security-hero>b svg{width:32px;height:32px}.security-list{display:grid;gap:8px}.security-list article{min-height:72px;padding:12px;border:1px solid rgba(255,255,255,.055);border-radius:16px;background:rgba(255,255,255,.016);display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px}.security-list__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(80,207,151,.06);color:#80dab2}.security-list__icon svg{width:17px}.security-list article>div{display:flex;flex-direction:column;gap:5px}.security-list strong{font-size:10px}.security-list small{color:#637b90;font-size:8px}.security-list article>b{padding:7px 9px;border-radius:999px;background:rgba(83,211,149,.065);color:#84ddb4;font-size:7px;display:flex;align-items:center;gap:5px}.security-list article>b svg{width:11px}

/* Chat */
.account-chat{position:fixed;z-index:120;right:22px;bottom:22px;width:min(390px,calc(100vw - 24px));height:min(610px,calc(100vh - 44px));border:1px solid rgba(136,190,249,.14);border-radius:26px;background:linear-gradient(160deg,rgba(8,18,29,.98),rgba(3,8,14,.99));box-shadow:0 38px 120px rgba(0,0,0,.56),inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(32px);display:flex;flex-direction:column;transform:translateY(24px) scale(.96);opacity:0;visibility:hidden;transition:.25s;overflow:hidden}.account-chat.open{transform:none;opacity:1;visibility:visible}.account-chat header{height:76px;padding:0 15px;border-bottom:1px solid rgba(255,255,255,.065);display:flex;align-items:center;justify-content:space-between}.account-chat__agent{display:flex;gap:10px;align-items:center}.account-chat__avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:linear-gradient(145deg,#1c4164,#091522);font-size:14px;font-weight:850}.account-chat__agent>div{display:flex;flex-direction:column;gap:4px}.account-chat__agent strong{font-size:10px}.account-chat__agent small{color:#70889f;font-size:8px;display:flex;align-items:center;gap:5px}.account-chat__agent small i{width:5px;height:5px;border-radius:50%;background:#6fe0ae;box-shadow:0 0 9px rgba(111,224,174,.7)}.account-chat header button{width:38px;height:38px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.025);color:#fff;font-size:18px}.account-chat__messages{flex:1;overflow:auto;padding:17px;display:flex;flex-direction:column;gap:9px}.account-chat__message{max-width:84%;padding:11px 12px;border-radius:15px;background:rgba(255,255,255,.05);align-self:flex-start}.account-chat__message.customer,.account-chat__message.user{align-self:flex-end;background:rgba(72,145,229,.13)}.account-chat__message p{margin:0;font-size:10px;line-height:1.55}.account-chat__message time{display:block;margin-top:6px;color:#5e7488;font-size:7px}.account-chat__form{display:grid;grid-template-columns:1fr 46px;gap:8px;padding:12px;border-top:1px solid rgba(255,255,255,.065)}.account-chat__form input{height:46px;padding:0 13px;border:1px solid rgba(255,255,255,.075);border-radius:14px;background:#050a11;color:#fff;outline:0;font-size:10px}.account-chat__form input:focus{border-color:rgba(105,176,255,.24)}.account-chat__form button{border:0;border-radius:14px;background:linear-gradient(135deg,#f4f9ff,#b9dcff);color:#05080c;font-size:17px}.toast{position:fixed;z-index:200;left:50%;bottom:24px;transform:translate(-50%,14px);padding:11px 15px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#0a1420;color:#eaf4ff;font-size:9px;opacity:0;visibility:hidden;transition:.2s;box-shadow:0 20px 55px rgba(0,0,0,.35)}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

@media(max-width:1120px){
  .auth-layout{grid-template-columns:1fr;gap:18px}.auth-presentation{padding:38px 6vw 12px}.auth-card-wrap{max-width:650px;width:100%;margin:0 auto}.dashboard-shell{grid-template-columns:218px minmax(0,1fr)}.overview-grid{grid-template-columns:1fr}.overview-side{grid-template-columns:1fr 1fr}.account-order{grid-template-columns:38px minmax(0,1fr) 88px 80px 14px}.profile-layout{grid-template-columns:1fr}.profile-card{min-height:260px}.referral-hero{grid-template-columns:1fr 220px}
}
@media(max-width:780px){
  .account-header,.account-root{width:calc(100% - 24px)}.account-header{height:72px}.account-header__center{display:none}.account-back{width:42px;padding:0;justify-content:center}.account-back b{display:none}.account-root{padding-top:14px}.auth-presentation{padding:22px 4px 5px}.auth-presentation h1{font-size:48px}.auth-presentation>p{font-size:13px}.auth-benefits{grid-template-columns:1fr}.auth-benefits article{min-height:100px}.auth-card{padding:15px;border-radius:24px}.auth-form__row{grid-template-columns:1fr}.dashboard-shell{display:block}.dashboard-sidebar{position:relative;top:0;width:100%;height:auto;min-height:0;margin-bottom:12px;border-radius:22px}.dashboard-sidebar__brand{display:none}.dashboard-user{grid-template-columns:44px 1fr auto;padding-top:8px}.dashboard-user__avatar{width:44px;height:44px}.dashboard-user>b{grid-column:auto;margin:0}.dashboard-sidebar nav{grid-template-columns:repeat(3,1fr);padding:12px 0}.dashboard-sidebar nav button{height:48px;grid-template-columns:1fr;justify-items:center;padding:0 4px}.dashboard-sidebar nav button>span{width:26px;height:24px}.dashboard-sidebar nav button b{font-size:7px}.dashboard-sidebar nav button>i{display:none}.dashboard-sidebar__bottom{grid-template-columns:1fr 48px}.dashboard-support{min-height:50px}.dashboard-logout{width:48px;height:50px;padding:0;justify-content:center;border:1px solid rgba(255,255,255,.055);background:rgba(255,255,255,.018)}.dashboard-logout b{display:none}.dashboard-topbar{min-height:98px;align-items:flex-start;padding:15px 2px 18px}.dashboard-topbar h1{font-size:30px}.dashboard-topbar p{max-width:240px;line-height:1.5}.dashboard-topbar__actions a{width:42px;padding:0;justify-content:center}.dashboard-topbar__actions a:not(span){font-size:0}.dashboard-topbar__actions a span svg{width:17px}.dashboard-topbar__actions a>b{font-size:0}.account-hero{grid-template-columns:1fr;min-height:0}.account-hero__content{padding:26px 22px}.account-hero__content h2{font-size:42px}.account-hero__identity{min-height:230px}.dashboard-stats{grid-template-columns:1fr}.overview-side{grid-template-columns:1fr}.account-order{grid-template-columns:36px minmax(0,1fr) 76px 14px}.account-order>i{display:none}.account-order__main p{max-width:170px}.orders-summary{grid-template-columns:1fr 1fr}.orders-summary article:first-child{grid-column:1/-1}.favorites-hero{grid-template-columns:1fr;min-height:0;padding:24px}.favorites-hero__symbol{display:none}.referral-hero{grid-template-columns:1fr;padding:24px}.referral-hero h2{font-size:39px}.referral-hero__art{min-height:180px}.referral-link{grid-template-columns:1fr}.referral-link button{height:44px;justify-content:center}.referral-steps{grid-template-columns:1fr}.profile-identity{grid-template-columns:62px 1fr}.profile-identity>b{grid-column:1/-1;justify-self:start}.profile-identity__avatar{width:62px;height:62px}.profile-grid{grid-template-columns:1fr}.security-hero{grid-template-columns:92px 1fr;padding:22px}.security-hero__score{width:92px;height:92px}.security-hero__score span{font-size:30px}.security-hero>b{display:none}.security-list article{grid-template-columns:36px 1fr}.security-list article>b{grid-column:2;justify-self:start}.account-chat{right:12px;bottom:12px;height:calc(100vh - 24px)}
}
@media(prefers-reduced-motion:reduce){.account-background__aura,.account-background__orbit,.identity-orbit{animation:none}.account-background__pointer{display:none}}

/* ========================================================================== */
/* FAZORA v5.1 — near-final account interaction polish                        */
/* ========================================================================== */
.account-hero__content>div{gap:13px;margin-top:31px}
.account-hero__content a,.account-hero__content button{height:58px;padding:0 24px;border-radius:17px;font-size:11px;letter-spacing:-.01em;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,border-color .25s ease,background .25s ease}
.account-hero__content a{box-shadow:0 14px 34px rgba(99,170,245,.15),inset 0 1px 0 rgba(255,255,255,.7)}
.account-hero__content a:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(99,170,245,.24),inset 0 1px 0 rgba(255,255,255,.8)}
.account-hero__content button{padding-inline:26px;background:rgba(255,255,255,.035);border-color:rgba(150,201,255,.13)}
.account-hero__content button:hover{transform:translateY(-3px);background:rgba(89,154,224,.09);border-color:rgba(150,201,255,.24);box-shadow:0 18px 34px rgba(0,0,0,.22)}
.account-hero__content a svg{width:18px;height:18px}
.dashboard-panel{position:relative;min-height:420px;perspective:1000px}
.dashboard-panel__view{transform-origin:50% 0;animation:accountPanelIn .52s cubic-bezier(.2,.8,.2,1) both}
.dashboard-panel__view>*{animation:accountSectionRise .58s cubic-bezier(.2,.8,.2,1) both}
.dashboard-panel__view .dashboard-stats>article,.dashboard-panel__view .orders-summary>article,.dashboard-panel__view .referral-steps>article,.dashboard-panel__view .profile-grid>article,.dashboard-panel__view .security-list>article{animation:accountItemIn .5s cubic-bezier(.2,.8,.2,1) both}
.dashboard-panel__view .dashboard-stats>article:nth-child(2),.dashboard-panel__view .orders-summary>article:nth-child(2),.dashboard-panel__view .referral-steps>article:nth-child(2),.dashboard-panel__view .profile-grid>article:nth-child(2),.dashboard-panel__view .security-list>article:nth-child(2){animation-delay:.055s}
.dashboard-panel__view .dashboard-stats>article:nth-child(3),.dashboard-panel__view .orders-summary>article:nth-child(3),.dashboard-panel__view .referral-steps>article:nth-child(3),.dashboard-panel__view .profile-grid>article:nth-child(3),.dashboard-panel__view .security-list>article:nth-child(3){animation-delay:.11s}
.dashboard-panel__view .profile-grid>article:nth-child(4){animation-delay:.165s}
@keyframes accountPanelIn{0%{opacity:0;transform:translateY(16px) scale(.985);filter:blur(7px)}100%{opacity:1;transform:none;filter:none}}
@keyframes accountSectionRise{0%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:none}}
@keyframes accountItemIn{0%{opacity:0;transform:translateY(14px) scale(.975)}100%{opacity:1;transform:none}}
.dashboard-sidebar nav button{transition:color .25s ease,background .25s ease,transform .25s cubic-bezier(.2,.8,.2,1),border-color .25s ease}
.dashboard-sidebar nav button:hover{transform:translateX(3px);background:rgba(90,156,229,.045)}
.dashboard-sidebar nav button.active{transform:translateX(5px)}
.dashboard-sidebar nav button>span,.dashboard-sidebar nav button>i{transition:transform .3s cubic-bezier(.2,.8,.2,1),background .25s ease,color .25s ease}
.dashboard-sidebar nav button:hover>span,.dashboard-sidebar nav button.active>span{transform:scale(1.08) rotate(-3deg)}
.dashboard-topbar h1,.dashboard-topbar p,.dashboard-topbar>div:first-child>span{animation:accountTopbarIn .42s cubic-bezier(.2,.8,.2,1) both}
.dashboard-topbar p{animation-delay:.05s}
@keyframes accountTopbarIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.dashboard-section,.account-status-card,.quick-actions,.account-order,.orders-summary article,.profile-grid article,.security-list article{transition:transform .28s cubic-bezier(.2,.8,.2,1),border-color .28s ease,background .28s ease,box-shadow .28s ease}
.dashboard-section:hover,.account-status-card:hover,.quick-actions:hover{border-color:rgba(128,187,255,.15)}
.account-order:hover,.orders-summary article:hover,.profile-grid article:hover,.security-list article:hover{transform:translateY(-2px);border-color:rgba(128,187,255,.16);box-shadow:0 18px 36px rgba(0,0,0,.16)}
.dashboard-support,.dashboard-logout,.quick-actions a,.quick-actions button,.account-status-card button,.dashboard-section__head button,.favorites-hero a,.referral-link button,.dashboard-empty a{transition:transform .24s cubic-bezier(.2,.8,.2,1),background .24s ease,border-color .24s ease,box-shadow .24s ease}
.dashboard-support:hover,.dashboard-logout:hover,.quick-actions a:hover,.quick-actions button:hover,.account-status-card button:hover,.dashboard-section__head button:hover,.favorites-hero a:hover,.referral-link button:hover,.dashboard-empty a:hover{transform:translateY(-2px)}
@media(max-width:780px){
  .account-hero__content>div{display:grid;grid-template-columns:1fr 1fr}
  .account-hero__content a,.account-hero__content button{height:54px;padding:0 14px;justify-content:center;font-size:9px}
  .dashboard-sidebar nav button:hover,.dashboard-sidebar nav button.active{transform:translateY(-2px)}
}
@media(max-width:500px){.account-hero__content>div{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.dashboard-panel__view,.dashboard-panel__view>*,.dashboard-panel__view .dashboard-stats>article,.dashboard-panel__view .orders-summary>article,.dashboard-panel__view .referral-steps>article,.dashboard-panel__view .profile-grid>article,.dashboard-panel__view .security-list>article,.dashboard-topbar h1,.dashboard-topbar p,.dashboard-topbar>div:first-child>span{animation:none!important}.dashboard-sidebar nav button:hover,.dashboard-sidebar nav button.active{transform:none}}

/* ========================================================================== */
/* FAZORA v5.2 — clean profile, stable sidebar, fewer micro-labels             */
/* ========================================================================== */
.account-header .brand--new{gap:10px}
.dashboard-shell{grid-template-columns:278px minmax(0,1fr);gap:22px}
.dashboard-sidebar{padding:18px;height:calc(100vh - 124px);min-height:670px;border-radius:30px;overflow:hidden}
.dashboard-sidebar__brand{justify-content:flex-start;gap:10px;padding:4px 5px 18px}
.dashboard-sidebar__brand .sidebar-brand-mark{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#173653,#091522);border:1px solid rgba(151,202,255,.14);font-size:14px;font-weight:900;letter-spacing:-.05em}
.dashboard-sidebar__brand strong{font-size:14px;letter-spacing:.08em}
.dashboard-user{padding:22px 5px 21px;grid-template-columns:58px minmax(0,1fr);gap:14px}
.dashboard-user__avatar{width:58px;height:58px}
.dashboard-user__avatar>span{border-radius:18px;font-size:21px}
.dashboard-user>div:nth-child(2){gap:6px}
.dashboard-user>div:nth-child(2) strong{font-size:16px;line-height:1.1}
.dashboard-user>div:nth-child(2) span{font-size:10px;line-height:1.3;color:#8da2b7}
.dashboard-user>b{margin-top:8px;padding:7px 10px;font-size:8px;letter-spacing:0;text-transform:none}
.dashboard-sidebar nav{gap:6px;padding:19px 0}
.dashboard-sidebar nav button{height:52px;padding:0 13px;border-radius:15px;grid-template-columns:34px 1fr 5px}
.dashboard-sidebar nav button>span{width:34px;height:34px;border-radius:11px}
.dashboard-sidebar nav button b{font-size:11px}
.dashboard-sidebar nav button:hover,.dashboard-sidebar nav button.active{transform:none!important}
.dashboard-sidebar nav button:hover{background:rgba(255,255,255,.035)}
.dashboard-sidebar nav button.active{background:linear-gradient(90deg,rgba(72,145,229,.16),rgba(72,145,229,.045));box-shadow:inset 3px 0 0 #79bcff,inset 0 0 0 1px rgba(116,181,255,.08)}
.dashboard-sidebar nav button:hover>span,.dashboard-sidebar nav button.active>span{transform:none!important}
.dashboard-support{min-height:70px;padding:12px;border-radius:18px}
.dashboard-support strong{font-size:10px}.dashboard-support small{font-size:8px}
.dashboard-topbar{min-height:104px;padding:16px 4px 20px}
.dashboard-topbar h1{margin:0;font-size:39px}
.dashboard-topbar p{font-size:11px;line-height:1.55}
.dashboard-topbar>div:first-child>span{display:none!important}
.account-hero__content{padding:40px}
.account-hero__content>span{display:none!important}
.account-hero__content h2{margin:0 0 16px}
.account-hero__content p{font-size:13px}
.account-hero__content>div{display:grid;grid-template-columns:minmax(190px,1fr) minmax(190px,1fr);max-width:520px;gap:14px;margin-top:32px}
.account-hero__content a,.account-hero__content button{height:64px!important;padding:0 25px!important;border-radius:18px!important;font-size:12px!important;justify-content:center}
.account-hero__identity>small{display:none!important}
.account-hero__identity>strong{margin-top:24px;font-size:17px;letter-spacing:-.02em}
.account-hero__identity>span{margin-top:7px;color:#718aa3;font-size:10px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dashboard-stats article>i{display:none!important}
.dashboard-section__head>div>span,.quick-actions>span,.profile-identity>div:nth-child(2)>span,.security-hero>div:nth-child(2)>span{display:none!important}
.dashboard-section__head h2{margin-top:0!important}
.quick-actions h3{margin:0 0 10px;font-size:16px;letter-spacing:-.02em}
.account-status-card__head small{font-size:9px;letter-spacing:0;color:#71899f}
.profile-identity{min-height:146px;padding:24px;grid-template-columns:82px 1fr auto;gap:18px}
.profile-identity__avatar{width:82px;height:82px}
.profile-identity__avatar span{border-radius:25px;font-size:30px}
.profile-identity>div:nth-child(2) h2{margin:0 0 8px;font-size:34px}
.profile-identity>div:nth-child(2) p{font-size:11px;color:#8aa0b5}
.profile-grid article{min-height:108px}
.profile-grid small{display:none!important}
.profile-grid strong{font-size:14px;margin-top:16px}
.profile-card>span,.profile-card>small{display:none!important}
.profile-card{min-height:300px;padding:24px}
.profile-card__mark{margin:22px 0 28px;width:86px;height:86px;border-radius:27px;font-size:34px}
.profile-card>strong{font-size:24px}
.profile-card>p{position:relative;z-index:2;margin:8px 0 0;color:#8aa3bd;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.profile-card>code{margin-top:34px;font-size:9px}
.security-hero{min-height:220px;padding:32px;grid-template-columns:86px 1fr;gap:24px}
.security-hero__score,.security-hero>b{display:none!important}
.security-hero__icon{width:82px;height:82px;border-radius:25px;display:grid;place-items:center;background:rgba(82,210,153,.08);color:#86dfb8;border:1px solid rgba(105,219,170,.13)}
.security-hero__icon svg{width:35px;height:35px}
.security-hero>div:nth-child(2) h2{margin:0 0 11px;font-size:34px}
.security-hero>div:nth-child(2) p{font-size:11px}
.referral-hero__content>span{display:none!important}
.referral-hero h2{margin-top:0}
.referral-hero__art small{font-size:8px;letter-spacing:.1em}
@media(max-width:1120px){.dashboard-shell{grid-template-columns:250px minmax(0,1fr)}}
@media(max-width:780px){
  .dashboard-sidebar{padding:14px;overflow:visible}
  .dashboard-user{grid-template-columns:54px 1fr auto;padding:7px 3px 15px}
  .dashboard-user__avatar{width:54px;height:54px}
  .dashboard-user>b{grid-column:auto;margin:0;align-self:center}
  .dashboard-sidebar nav{gap:6px;padding:12px 0;overflow-x:auto;grid-template-columns:repeat(6,minmax(92px,1fr))}
  .dashboard-sidebar nav button{height:58px;min-width:92px;grid-template-columns:1fr;justify-items:center;padding:5px}
  .dashboard-sidebar nav button b{font-size:8px}
  .dashboard-sidebar nav button.active{box-shadow:inset 0 -3px 0 #79bcff,inset 0 0 0 1px rgba(116,181,255,.08)}
  .account-hero__content{padding:28px 22px}
  .account-hero__content>div{grid-template-columns:1fr 1fr;max-width:none}
  .account-hero__content a,.account-hero__content button{height:58px!important;font-size:10px!important;padding:0 12px!important}
  .profile-identity{grid-template-columns:70px 1fr;padding:20px}
  .profile-identity__avatar{width:70px;height:70px}
  .security-hero{grid-template-columns:68px 1fr;padding:22px}
  .security-hero__icon{width:68px;height:68px;border-radius:21px}
}
@media(max-width:500px){.account-hero__content>div{grid-template-columns:1fr}.dashboard-user>b{display:none}.dashboard-user>div:nth-child(2) strong{font-size:14px}.dashboard-user>div:nth-child(2) span{font-size:9px}}

/* ========================================================================== */
/* FAZORA v5.3 — embedded support, language and smoother dashboard             */
/* ========================================================================== */
.account-header{justify-content:space-between}
.account-header__actions{display:flex;align-items:center;gap:10px}
.account-language{height:42px;min-width:52px;padding:0 14px;border:1px solid rgba(138,191,248,.13);border-radius:14px;background:rgba(255,255,255,.025);color:#dcecff;font-size:10px;font-weight:800;letter-spacing:.08em;transition:.48s cubic-bezier(.16,1,.3,1)}
.account-language:hover{transform:translateY(-2px);border-color:rgba(138,191,248,.28);background:rgba(77,143,219,.08)}
.sidebar-brand-mark{display:none!important}
.sidebar-brand-saturn{position:relative;width:43px;height:34px;display:grid;place-items:center;flex:none}
.sidebar-brand-saturn i{position:absolute;width:23px;height:23px;border-radius:50%;background:radial-gradient(circle at 30% 25%,#fff,#9bc4e8 22%,#426f9f 53%,#0a2038 80%,#02060b);box-shadow:0 0 22px rgba(78,157,242,.25)}
.sidebar-brand-saturn b{position:absolute;width:42px;height:14px;border:1.7px solid rgba(169,213,255,.72);border-left-color:rgba(75,151,235,.18);border-radius:50%;transform:rotate(-18deg);box-shadow:0 0 9px rgba(79,155,240,.2)}
.dashboard-sidebar__brand{min-height:48px}
.dashboard-sidebar nav{overflow-y:auto;scrollbar-width:none}.dashboard-sidebar nav::-webkit-scrollbar{display:none}
.dashboard-sidebar nav button,.dashboard-support,.dashboard-logout,.dashboard-topbar__actions a,.account-hero__content a,.account-hero__content button,.dashboard-section,.account-order,.orders-summary article,.profile-grid article,.security-list article{transition-duration:.48s!important;transition-timing-function:cubic-bezier(.16,1,.3,1)!important}
.dashboard-panel__view{animation-duration:.72s!important;animation-timing-function:cubic-bezier(.16,1,.3,1)!important}
.dashboard-panel__view>*{animation-duration:.76s!important;animation-timing-function:cubic-bezier(.16,1,.3,1)!important}
.dashboard-sidebar nav button.active{animation:sidebarSelect .55s cubic-bezier(.16,1,.3,1) both}
@keyframes sidebarSelect{from{opacity:.65;box-shadow:inset 0 0 0 rgba(121,188,255,0)}to{opacity:1;box-shadow:inset 3px 0 0 #79bcff,inset 0 0 0 1px rgba(116,181,255,.08)}}

.account-access-card .account-status-card__head{grid-template-columns:46px 1fr!important}
.account-access-card .account-status-card__head>b,.account-access-card .security-meter{display:none!important}
.account-access-card ul{gap:8px!important}
.account-access-card li{align-items:flex-start!important;gap:10px!important;padding:10px 0!important}
.account-access-card li>span{flex:0 0 28px;width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:rgba(89,158,235,.07);color:#8bc5ff}
.account-access-card li>span svg{width:14px;height:14px}
.account-access-card li>div{display:flex;flex-direction:column;gap:4px}
.account-access-card li strong{font-size:9px;color:#e5f0fb}.account-access-card li small{font-size:7px;line-height:1.5;color:#668098}

.account-chat{display:none!important}
.support-page{display:grid;grid-template-columns:minmax(280px,.68fr) minmax(480px,1.32fr);gap:18px;min-height:650px}
.support-guide,.support-conversation{border:1px solid rgba(129,187,249,.10);border-radius:28px;background:linear-gradient(160deg,rgba(9,18,29,.9),rgba(4,9,15,.96));box-shadow:0 30px 90px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden}
.support-guide{padding:22px;display:flex;flex-direction:column;gap:12px}
.support-guide__intro{display:grid;grid-template-columns:48px 1fr;gap:13px;padding:7px 4px 19px;border-bottom:1px solid rgba(255,255,255,.06)}
.support-guide__intro>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:rgba(81,153,235,.09);color:#8dc9ff;border:1px solid rgba(119,184,255,.10)}
.support-guide__intro svg{width:22px}.support-guide h2{margin:1px 0 6px;font-size:23px;letter-spacing:-.04em}.support-guide p{margin:0;color:#6e859b;font-size:9px;line-height:1.6}
.support-guide>article{min-height:122px;padding:17px;border:1px solid rgba(255,255,255,.055);border-radius:20px;background:rgba(255,255,255,.014);display:grid;grid-template-columns:38px 1fr;gap:12px;transition:.5s cubic-bezier(.16,1,.3,1)}
.support-guide>article:hover{transform:translateY(-3px);border-color:rgba(120,183,249,.15);background:rgba(70,139,215,.045)}
.support-guide>article i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(82,151,230,.07);color:#87c3ff}.support-guide>article i svg{width:17px}.support-guide>article strong{display:block;margin:2px 0 7px;font-size:11px}.support-guide>article p{font-size:8px}
.support-conversation{display:flex;flex-direction:column;min-width:0}
.support-conversation>header{min-height:105px;padding:20px 23px;border-bottom:1px solid rgba(255,255,255,.065);display:flex;align-items:center;justify-content:space-between;gap:18px}
.support-conversation>header>div{display:flex;align-items:center;gap:13px}.support-conversation__avatar{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#183b5d,#081420);font-size:16px;font-weight:900}.support-conversation h2{margin:0 0 6px;font-size:20px}.support-conversation header p{margin:0;color:#6f879d;font-size:8px}.support-conversation header small{display:flex;align-items:center;gap:6px;color:#7390a9;font-size:8px;white-space:nowrap}.support-conversation header small i{width:6px;height:6px;border-radius:50%;background:#66dda8;box-shadow:0 0 11px rgba(102,221,168,.65)}
.support-conversation__messages{flex:1;min-height:410px;max-height:520px;overflow:auto;padding:25px;display:flex;flex-direction:column;gap:11px;scroll-behavior:smooth}
.support-message{max-width:72%;padding:13px 15px;border-radius:17px 17px 17px 5px;background:rgba(255,255,255,.052);align-self:flex-start;animation:supportMessageIn .48s cubic-bezier(.16,1,.3,1) both}
.support-message.customer,.support-message.user{align-self:flex-end;border-radius:17px 17px 5px 17px;background:linear-gradient(145deg,rgba(65,139,224,.20),rgba(55,113,180,.12))}
.support-message p{margin:0;font-size:10px;line-height:1.55}.support-message time{display:block;margin-top:7px;color:#5e758a;font-size:7px}
@keyframes supportMessageIn{from{opacity:0;transform:translateY(9px) scale(.98)}to{opacity:1;transform:none}}
.support-conversation__form{display:grid;grid-template-columns:1fr auto;gap:10px;padding:15px;border-top:1px solid rgba(255,255,255,.065);background:rgba(2,7,12,.44)}
.support-conversation__form input{height:54px;padding:0 17px;border:1px solid rgba(255,255,255,.075);border-radius:17px;background:#050b12;color:#fff;outline:0;font-size:10px;transition:.45s ease}.support-conversation__form input:focus{border-color:rgba(109,179,253,.28);box-shadow:0 0 0 4px rgba(75,142,219,.055)}
.support-conversation__form button{height:54px;padding:0 20px;border:0;border-radius:17px;background:linear-gradient(135deg,#f7fbff,#b9dcff);color:#04080c;font-size:10px;font-weight:800;display:flex;align-items:center;gap:10px;transition:.48s cubic-bezier(.16,1,.3,1)}.support-conversation__form button:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(81,157,237,.18)}.support-conversation__form button svg{width:16px}

.security-list article{grid-template-columns:42px 1fr!important}.security-list article>b{display:none!important}
@media(max-width:1050px){.support-page{grid-template-columns:1fr}.support-guide{display:grid;grid-template-columns:repeat(3,1fr)}.support-guide__intro{grid-column:1/-1}.support-guide>article{min-height:130px}}
@media(max-width:780px){.account-header__actions{gap:7px}.account-language{height:40px;min-width:46px;padding:0 10px}.dashboard-sidebar nav{grid-template-columns:repeat(7,minmax(92px,1fr))}.support-guide{grid-template-columns:1fr}.support-guide__intro{grid-column:auto}.support-page{min-height:0}.support-conversation__messages{min-height:330px;max-height:430px}.support-conversation>header{align-items:flex-start}.support-conversation>header>small{display:none}}
@media(max-width:520px){.support-conversation__form{grid-template-columns:1fr}.support-conversation__form button{justify-content:center}.support-message{max-width:88%}.account-back{width:42px}.account-language{border-radius:12px}}

/* === v6.8 launch-ready account === */
.auth-layout--launch .auth-presentation{align-content:center}
.auth-layout--launch .auth-presentation h1{max-width:760px;line-height:1.02;word-spacing:.09em;letter-spacing:-.052em}
.auth-layout--launch .auth-presentation>p{max-width:690px;font-size:15px;line-height:1.7}
.auth-layout--launch .auth-card{padding-top:20px}
.auth-layout--launch .auth-tabs{margin-top:0}
.auth-layout--launch .auth-form__heading span,.auth-layout--launch .auth-card__top,.auth-layout--launch .auth-presentation__status,.auth-layout--launch .auth-presentation__line{display:none!important}
.auth-layout--launch .auth-form__heading h2{font-size:34px;margin-top:2px}
.auth-layout--launch .auth-form__heading p{font-size:11px;line-height:1.6}

.profile-page--launch{display:grid;gap:14px}
.profile-hero-launch{min-height:178px;padding:28px;border:1px solid rgba(255,255,255,.06);border-radius:27px;background:radial-gradient(circle at 82% 22%,rgba(74,150,240,.13),transparent 32%),linear-gradient(145deg,#0b1625,#050a12 72%);display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:22px;overflow:hidden}
.profile-hero-launch__avatar{position:relative;width:88px;height:88px;border-radius:25px;display:grid;place-items:center;background:linear-gradient(145deg,#1c3c61,#091727);border:1px solid rgba(156,205,255,.15);box-shadow:0 18px 45px rgba(0,0,0,.24)}
.profile-hero-launch__avatar span{font-size:36px;font-weight:850;color:#e7f3ff}
.profile-hero-launch__avatar i{position:absolute;right:8px;bottom:8px;width:10px;height:10px;border-radius:50%;background:#57d89a;border:2px solid #09121d}
.profile-hero-launch__identity>span{color:#6e95bc;font-size:8px;font-weight:850;letter-spacing:.15em}
.profile-hero-launch__identity h2{margin:8px 0 6px;font-size:38px;letter-spacing:-.05em}
.profile-hero-launch__identity p{margin:0;color:#7890a7;font-size:11px}
.profile-hero-launch__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.profile-hero-launch__actions button{height:44px;padding:0 16px;border-radius:13px;border:1px solid rgba(255,255,255,.075);background:rgba(255,255,255,.025);color:#d9e7f4;font-size:9px;font-weight:750}
.profile-hero-launch__actions button:first-child{background:linear-gradient(135deg,#eaf6ff,#a8d1ff);color:#06101b;border:0}
.profile-stats-launch{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.profile-stats-launch article{min-height:112px;padding:18px;border:1px solid rgba(255,255,255,.055);border-radius:19px;background:rgba(255,255,255,.018);display:flex;flex-direction:column;justify-content:center}
.profile-stats-launch span{color:#688199;font-size:8px;font-weight:750}
.profile-stats-launch strong{margin-top:9px;font-size:20px;letter-spacing:-.03em}
.profile-stats-launch small{margin-top:6px;color:#567087;font-size:8px}
.profile-layout-launch{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(310px,.9fr);gap:12px}
.profile-data-launch,.profile-links-launch{padding:21px}
.profile-list-launch{display:grid;gap:8px}
.profile-list-launch>div{min-height:62px;padding:13px 15px;border:1px solid rgba(255,255,255,.045);border-radius:14px;background:rgba(255,255,255,.014);display:flex;align-items:center;justify-content:space-between;gap:18px}
.profile-list-launch span{color:#657e95;font-size:8px}
.profile-list-launch strong{font-size:10px;text-align:right;overflow-wrap:anywhere}
.profile-links-launch{display:grid;align-content:start;gap:8px}
.profile-links-launch .dashboard-section__head{margin-bottom:4px}
.profile-links-launch>button{min-height:67px;padding:11px;border:1px solid rgba(255,255,255,.045);border-radius:15px;background:rgba(255,255,255,.014);display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;text-align:left;color:#d9e7f4;transition:.22s ease}
.profile-links-launch>button:hover{transform:translateX(3px);border-color:rgba(118,180,248,.14);background:rgba(255,255,255,.025)}
.profile-links-launch>button>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(84,153,232,.07);color:#93c7ff}
.profile-links-launch svg{width:17px}
.profile-links-launch button div{display:flex;flex-direction:column;gap:4px}
.profile-links-launch button strong{font-size:9px}
.profile-links-launch button small{color:#627b92;font-size:7px}
.profile-links-launch button>b{color:#5e7b96;font-size:13px}
@media(max-width:800px){.profile-hero-launch{grid-template-columns:70px 1fr}.profile-hero-launch__avatar{width:70px;height:70px}.profile-hero-launch__actions{grid-column:1/-1;justify-content:flex-start}.profile-stats-launch,.profile-layout-launch{grid-template-columns:1fr}}

/* === v6.9 restrained account typography + demo access === */
.auth-layout--launch .auth-presentation h1{
  max-width:680px!important;
  font-size:clamp(46px,5vw,72px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  word-spacing:.04em!important;
}
.auth-layout--launch .auth-presentation>p{max-width:620px!important;font-size:14px!important}
.auth-layout--launch .auth-form__heading h2{font-size:30px!important}
.auth-login-stack{display:grid}
.auth-demo-divider{position:relative;height:32px;margin:0 5px;display:grid;place-items:center;color:#5f7488;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.auth-demo-divider::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(255,255,255,.06)}
.auth-demo-divider span{position:relative;padding:0 12px;background:#07101a}
.auth-demo{margin:4px 5px 5px;padding:15px;border:1px solid rgba(110,174,244,.10);border-radius:17px;background:rgba(64,135,218,.045)}
.auth-demo>div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:11px}
.auth-demo strong,.auth-demo small{display:block}.auth-demo strong{font-size:10px}.auth-demo small{max-width:230px;color:#6c8297;font-size:8px;text-align:right;line-height:1.5}
.auth-demo label{display:grid;grid-template-columns:1fr auto;gap:7px}
.auth-demo input{min-width:0;height:44px;padding:0 13px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:#050a12;color:#fff;outline:none}
.auth-demo input:focus{border-color:rgba(100,174,255,.35);box-shadow:0 0 0 4px rgba(74,146,232,.08)}
.auth-demo button{height:44px;padding:0 16px;border:0;border-radius:12px;background:#eaf5ff;color:#06111d;font-weight:850;cursor:pointer}
.auth-demo button:disabled{opacity:.5}.auth-demo>p{min-height:13px;margin:8px 0 0;color:#ff9eaa;font-size:8px}
@media(max-width:620px){.auth-demo>div{display:block}.auth-demo small{margin-top:5px;text-align:left}.auth-demo label{grid-template-columns:1fr}.auth-layout--launch .auth-presentation h1{font-size:43px!important}}

/* ========================================================================== */
/* FAZORA v6.10 — actual profile redesign                                     */
/* ========================================================================== */
.dashboard-panel__view{animation:accountViewV610 .48s cubic-bezier(.16,1,.3,1) both}
@keyframes accountViewV610{from{opacity:0;transform:translateY(12px) scale(.992);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}

.profile-page-v2{display:grid;gap:14px}
.profile-identity-v2{
  position:relative;
  min-height:216px;
  padding:34px;
  overflow:hidden;
  display:grid;
  grid-template-columns:108px minmax(0,1fr) auto;
  align-items:center;
  gap:26px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:30px;
  background:linear-gradient(135deg,#0d1b2d 0%,#07111d 58%,#040910 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 28px 80px rgba(0,0,0,.22);
}
.profile-identity-v2::after{
  content:"";
  position:absolute;
  width:410px;
  height:410px;
  right:-150px;
  top:-190px;
  border-radius:50%;
  border:1px solid rgba(116,181,255,.11);
  box-shadow:0 0 85px rgba(50,130,226,.10),inset 0 0 70px rgba(73,151,240,.05);
}
.profile-identity-v2__glow{position:absolute;right:8%;top:2%;width:300px;height:210px;border-radius:50%;background:rgba(54,137,235,.12);filter:blur(75px)}
.profile-avatar-v2{position:relative;z-index:2;width:108px;height:108px;border-radius:31px;display:grid;place-items:center;background:radial-gradient(circle at 32% 24%,#4c85c1,#173a60 45%,#071321 76%);border:1px solid rgba(174,216,255,.20);box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 24px 55px rgba(0,0,0,.30),0 0 45px rgba(53,137,233,.12)}
.profile-avatar-v2 span{font-size:43px;font-weight:850;color:#f1f8ff;text-shadow:0 10px 25px rgba(0,0,0,.28)}
.profile-avatar-v2 i{position:absolute;right:9px;bottom:9px;width:14px;height:14px;border-radius:50%;background:#58dfa0;border:3px solid #0a1725;box-shadow:0 0 14px rgba(88,223,160,.35)}
.profile-identity-v2__copy{position:relative;z-index:2;min-width:0}
.profile-identity-v2__copy h2{margin:0;font-size:46px;line-height:1;letter-spacing:-.055em}
.profile-identity-v2__copy>p{margin:10px 0 18px;color:#8299b1;font-size:12px}
.profile-identity-v2__copy>div{display:flex;gap:9px;flex-wrap:wrap}
.profile-identity-v2__copy>div span{min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.065);border-radius:11px;background:rgba(255,255,255,.025);display:flex;align-items:center;gap:7px;color:#98abc0;font-size:9px;font-weight:720}
.profile-identity-v2__copy svg{width:14px;height:14px;color:#71b3fa}
.profile-identity-v2__catalog{position:relative;z-index:2;height:48px;padding:0 17px;border-radius:14px;background:linear-gradient(135deg,#f5fbff,#aed4ff);color:#06101b;display:flex;align-items:center;gap:14px;font-size:10px;font-weight:850;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}
.profile-identity-v2__catalog:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(69,147,236,.18)}

.profile-metrics-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.profile-metrics-v2 article{min-height:126px;padding:21px;border:1px solid rgba(255,255,255,.06);border-radius:21px;background:linear-gradient(145deg,rgba(255,255,255,.027),rgba(255,255,255,.012));display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,background .35s ease}
.profile-metrics-v2 article:hover{transform:translateY(-4px);border-color:rgba(105,174,252,.14);background:rgba(255,255,255,.032)}
.profile-metrics-v2 article>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#91c8ff;background:rgba(77,151,236,.08);border:1px solid rgba(104,177,255,.10)}
.profile-metrics-v2 svg{width:19px;height:19px}
.profile-metrics-v2 small{display:block;color:#71879d;font-size:8px;font-weight:760}
.profile-metrics-v2 strong{display:block;margin-top:7px;font-size:23px;letter-spacing:-.035em}
.profile-metrics-v2 p{margin:5px 0 0;color:#557087;font-size:8px}

.profile-content-v2{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);gap:12px}
.profile-details-v2,.profile-actions-v2{border:1px solid rgba(255,255,255,.06);border-radius:24px;background:rgba(255,255,255,.016);padding:25px}
.profile-details-v2 header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.055)}
.profile-details-v2 h3,.profile-actions-v2 h3{margin:0;font-size:17px;letter-spacing:-.025em}
.profile-details-v2 header p{margin:7px 0 0;color:#698096;font-size:9px}
.profile-details-v2 header button{height:38px;padding:0 13px;border:1px solid rgba(255,255,255,.075);border-radius:11px;background:rgba(255,255,255,.025);color:#a9bbce;font-size:8px;font-weight:780}
.profile-details-v2__rows{display:grid;margin-top:4px}
.profile-details-v2__rows>div{min-height:65px;display:grid;grid-template-columns:150px 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.045)}
.profile-details-v2__rows>div:last-child{border-bottom:0}
.profile-details-v2__rows span{color:#62798f;font-size:9px}
.profile-details-v2__rows strong{font-size:11px;overflow-wrap:anywhere}
.profile-actions-v2{display:grid;align-content:start;gap:9px}
.profile-actions-v2 h3{margin-bottom:7px}
.profile-actions-v2 button{width:100%;min-height:66px;padding:12px;border:1px solid rgba(255,255,255,.055);border-radius:17px;background:rgba(255,255,255,.018);display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;text-align:left;color:#dfeaf5;transition:transform .35s cubic-bezier(.16,1,.3,1),background .3s ease,border-color .3s ease}
.profile-actions-v2 button:hover{transform:translateX(4px);background:rgba(255,255,255,.032);border-color:rgba(105,174,252,.13)}
.profile-actions-v2 button>span{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:rgba(73,147,231,.075);color:#8bc4ff}
.profile-actions-v2 svg{width:18px;height:18px}
.profile-actions-v2 strong,.profile-actions-v2 small{display:block}.profile-actions-v2 strong{font-size:10px}.profile-actions-v2 small{margin-top:5px;color:#647b91;font-size:8px}.profile-actions-v2 button>b{color:#66829f}

@media(max-width:900px){
  .profile-identity-v2{grid-template-columns:88px 1fr;padding:27px}
  .profile-avatar-v2{width:88px;height:88px;border-radius:26px}
  .profile-avatar-v2 span{font-size:36px}
  .profile-identity-v2__catalog{grid-column:1/-1;justify-content:center}
  .profile-content-v2{grid-template-columns:1fr}
}
@media(max-width:650px){
  .profile-identity-v2{grid-template-columns:1fr;text-align:center;justify-items:center;padding:25px 18px}
  .profile-identity-v2__copy>div{justify-content:center}
  .profile-identity-v2__copy h2{font-size:37px}
  .profile-metrics-v2{grid-template-columns:1fr}
  .profile-details-v2 header{display:block}.profile-details-v2 header button{margin-top:14px}
  .profile-details-v2__rows>div{grid-template-columns:1fr;gap:7px;padding:14px 0}
}

/* FAZORA v6.14 — responsive account and authentication */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
@media(max-width:1280px){
  .account-header,.account-root{width:calc(100% - 36px)}
  .auth-layout{grid-template-columns:minmax(0,1fr) minmax(360px,.68fr);gap:36px}
  .auth-presentation{padding-left:8px;padding-right:24px}
  .dashboard-shell{grid-template-columns:238px minmax(0,1fr);gap:14px}
  .profile-identity-v2__copy h2{font-size:40px}
}
@media(max-width:980px){
  .account-header,.account-root{width:calc(100% - 28px)}
  .auth-layout{grid-template-columns:1fr;gap:22px;align-items:start}
  .auth-presentation{padding:32px 10px 8px;text-align:center}
  .auth-presentation h1{margin-inline:auto}
  .auth-presentation>p{margin-inline:auto}
  .auth-benefits{max-width:760px;margin-inline:auto}
  .auth-presentation__line{max-width:700px;margin-inline:auto}
  .auth-card-wrap{width:min(620px,100%);margin:0 auto 40px}
  .dashboard-shell{display:block}
  .dashboard-sidebar{position:relative;top:0;width:100%;height:auto;min-height:0;margin-bottom:14px;border-radius:22px;padding:12px}
  .dashboard-sidebar__brand,.dashboard-user,.dashboard-sidebar__bottom{display:none}
  .dashboard-sidebar nav{display:flex!important;grid-template-columns:none!important;gap:7px;padding:0;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}
  .dashboard-sidebar nav::-webkit-scrollbar{display:none}
  .dashboard-sidebar nav button{flex:0 0 104px;min-width:104px;height:56px;grid-template-columns:1fr;justify-items:center;padding:5px;scroll-snap-align:start}
  .dashboard-sidebar nav button>i{display:none}
  .dashboard-sidebar nav button b{font-size:8px}
  .dashboard-sidebar nav button.active{box-shadow:inset 0 -3px 0 #79bcff,inset 0 0 0 1px rgba(116,181,255,.08)}
  .dashboard-topbar{min-height:90px;padding-inline:2px}
  .profile-content-v2{grid-template-columns:1fr}
}
@media(max-width:700px){
  .account-header{
    width:calc(100% - 18px);
    height:68px;
    padding-top:env(safe-area-inset-top);
  }
  .account-root{width:calc(100% - 18px);padding:14px 0 max(42px,env(safe-area-inset-bottom))}
  .account-header .brand__name{font-size:15px!important}
  .account-header__actions{gap:6px}
  .account-language{display:none}
  .account-back{width:40px;height:40px;padding:0;justify-content:center;border-radius:12px}
  .account-back b{display:none}
  .account-background__pointer{display:none}
  .account-background__aura--one{right:-390px;top:-240px}
  .account-background__orbit--one{right:-480px}
  .auth-layout{min-height:0;display:block}
  .auth-presentation{padding:24px 3px 16px;text-align:left}
  .auth-presentation__status{font-size:7px}
  .auth-layout--launch .auth-presentation h1,.auth-presentation h1{margin:20px 0 16px!important;font-size:clamp(39px,12vw,52px)!important;line-height:1!important;text-align:left}
  .auth-layout--launch .auth-presentation>p,.auth-presentation>p{font-size:13px!important;line-height:1.65!important;text-align:left}
  .auth-benefits{grid-template-columns:1fr!important;gap:8px;margin-top:24px}
  .auth-benefits article{min-height:88px;padding:14px;display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center}
  .auth-benefits article>span{margin-top:0}
  .auth-presentation__line{display:none}
  .auth-card-wrap{margin-bottom:24px}
  .auth-card,.verify-card{padding:14px;border-radius:23px}
  .auth-card__top{padding:3px 3px 14px}
  .auth-form{padding:20px 3px 4px;gap:13px}
  .auth-form__row{grid-template-columns:1fr}
  .auth-form input,.auth-demo input{font-size:16px!important}
  .auth-form__heading h2{font-size:27px!important}
  .auth-demo{margin-inline:3px;padding:13px}
  .auth-demo label{grid-template-columns:1fr}
  .auth-demo button{width:100%}
  .verify-card{margin:3vh auto}

  .dashboard-sidebar{padding:8px;border-radius:18px;margin-bottom:9px}
  .dashboard-sidebar nav{gap:5px}
  .dashboard-sidebar nav button{flex-basis:86px;min-width:86px;height:52px}
  .dashboard-sidebar nav button>span{width:25px;height:23px}
  .dashboard-sidebar nav button b{font-size:7px}
  .dashboard-topbar{min-height:80px;padding:10px 2px 14px;align-items:flex-start}
  .dashboard-topbar h1{font-size:29px}
  .dashboard-topbar p{max-width:235px;font-size:9px}
  .dashboard-topbar__actions{gap:6px}
  .dashboard-topbar__actions a{width:40px!important;height:40px!important;padding:0!important;font-size:0!important;justify-content:center}

  .profile-page-v2{gap:9px}
  .profile-identity-v2{min-height:0;grid-template-columns:1fr;justify-items:center;text-align:center;gap:16px;padding:23px 16px;border-radius:23px}
  .profile-avatar-v2{width:82px;height:82px;border-radius:24px}
  .profile-avatar-v2 span{font-size:34px}
  .profile-identity-v2__copy h2{font-size:35px}
  .profile-identity-v2__copy>p{font-size:10px}
  .profile-identity-v2__copy>div{justify-content:center;gap:6px}
  .profile-identity-v2__copy>div span{min-height:31px;padding:0 9px;font-size:8px}
  .profile-identity-v2__catalog{width:100%;justify-content:center;grid-column:auto}
  .profile-metrics-v2{grid-template-columns:1fr 1fr;gap:8px}
  .profile-metrics-v2 article{min-height:102px;padding:14px;grid-template-columns:34px 1fr;gap:10px;border-radius:18px}
  .profile-metrics-v2 article>span{width:34px;height:34px;border-radius:11px}
  .profile-metrics-v2 strong{font-size:19px}
  .profile-details-v2,.profile-actions-v2{padding:18px;border-radius:20px}
  .profile-details-v2 header{display:block}
  .profile-details-v2 header button{margin-top:12px}
  .profile-details-v2__rows>div{min-height:0;grid-template-columns:1fr;gap:6px;padding:13px 0}
  .profile-actions-v2 button{min-height:60px}

  .orders-summary{grid-template-columns:1fr 1fr!important}
  .orders-summary article:first-child{grid-column:1/-1}
  .account-order{grid-template-columns:34px minmax(0,1fr) auto!important;gap:9px!important;padding:12px!important}
  .account-order>i,.account-order>time{display:none!important}
  .support-page{grid-template-columns:1fr!important}
  .support-conversation__messages{min-height:300px!important;max-height:55dvh!important}
}
@media(max-width:390px){
  .account-header .brand__name{display:none!important}
  .profile-metrics-v2{grid-template-columns:1fr}
  .orders-summary{grid-template-columns:1fr!important}
  .orders-summary article:first-child{grid-column:auto}
  .dashboard-sidebar nav button{flex-basis:80px;min-width:80px}
}
@media(hover:none),(pointer:coarse){
  .dashboard-sidebar nav button:hover,.profile-metrics-v2 article:hover,.profile-actions-v2 button:hover,.profile-identity-v2__catalog:hover,.auth-submit:hover{transform:none!important}
}

/* v7 account security controls inside the original v6.14 design. */
.auth-check a,.local-mail-note a{color:#9fc2ff;text-decoration:underline;text-underline-offset:3px}.local-mail-note{padding:10px 12px;border:1px solid rgba(123,165,255,.28);background:rgba(83,126,215,.09);border-radius:12px;font-size:13px}.account-session-block{margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.account-session-block .dashboard-section__head{display:flex;align-items:center;justify-content:space-between;gap:14px}.account-session-block button{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#fff;border-radius:12px;padding:10px 14px}.account-session-row{display:grid;grid-template-columns:minmax(170px,1fr) minmax(180px,1fr) auto;gap:16px;align-items:center;padding:14px 0;border-top:1px solid rgba(255,255,255,.07)}.account-session-row div{display:flex;flex-direction:column;gap:4px}.account-session-row small,.account-session-row span{color:#9ca8bd;font-size:12px}.account-session-row b{font-size:10px;letter-spacing:.08em;color:#9fc2ff}@media(max-width:700px){.account-session-row{grid-template-columns:1fr}.account-session-block .dashboard-section__head{align-items:flex-start;flex-direction:column}}


/* v7.0.5 — internal balance */
.balance-page{display:grid;gap:18px}.balance-hero{min-height:300px;padding:40px;border:1px solid rgba(255,255,255,.07);border-radius:28px;background:radial-gradient(circle at 82% 20%,rgba(77,151,242,.2),transparent 34%),linear-gradient(145deg,rgba(12,22,36,.96),rgba(6,10,17,.98));display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:32px;overflow:hidden;position:relative}.balance-hero>div:first-child>span{color:#73aef1;font-size:9px;font-weight:850;letter-spacing:.16em}.balance-hero h2{margin:12px 0 10px;font-size:52px;letter-spacing:-.055em}.balance-hero p{max-width:620px;margin:0;color:#8094a8;font-size:11px;line-height:1.75}.balance-topup-button{width:max-content;min-height:48px;margin-top:22px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(135deg,#f4fbff,#b8daff);color:#06101c;display:inline-flex;align-items:center;gap:10px;font-size:10px;font-weight:900;cursor:pointer}.balance-topup-button svg{width:17px}.balance-orb{width:220px;height:220px;border:1px solid rgba(151,204,255,.18);border-radius:50%;display:grid;place-content:center;text-align:center;position:relative;background:radial-gradient(circle,rgba(72,148,236,.18),rgba(4,9,16,.08) 62%,transparent 63%);box-shadow:inset 0 0 55px rgba(56,133,224,.12),0 0 70px rgba(43,117,205,.08)}.balance-orb i{position:absolute;inset:-18px;border:1px solid rgba(113,180,255,.12);border-radius:50%;transform:rotate(-18deg) scaleY(.38)}.balance-orb strong{font-size:25px}.balance-orb small{margin-top:7px;color:#6f8eac;font-size:8px;letter-spacing:.16em}.balance-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px}.balance-instructions ol{display:grid;gap:10px;margin:0;padding:0;list-style:none}.balance-instructions li{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding:15px;border:1px solid rgba(255,255,255,.055);border-radius:15px;background:rgba(255,255,255,.014)}.balance-instructions li>b{width:36px;height:36px;border-radius:11px;background:rgba(73,146,229,.11);color:#9dceff;display:grid;place-items:center;font-size:10px}.balance-instructions strong{font-size:10px}.balance-instructions p{margin:6px 0 0;color:#6f8498;font-size:9px;line-height:1.55}.payment-progress-card{padding:24px;border:1px solid rgba(234,178,73,.13);border-radius:22px;background:linear-gradient(145deg,rgba(43,32,14,.28),rgba(8,13,21,.94));display:flex;gap:14px;align-items:flex-start}.payment-progress-card>span{width:44px;height:44px;border-radius:13px;background:rgba(238,177,65,.1);color:#ffd17d;display:grid;place-items:center;flex:0 0 auto}.payment-progress-card svg{width:20px}.payment-progress-card strong{color:#9c8c70;font-size:8px;letter-spacing:.1em}.payment-progress-card h3{margin:8px 0 9px;font-size:20px}.payment-progress-card p{margin:0;color:#796f60;font-size:9px;line-height:1.65}
@media(max-width:900px){.balance-hero{grid-template-columns:1fr}.balance-orb{display:none}.balance-grid{grid-template-columns:1fr}}
@media(max-width:620px){.balance-hero{padding:25px;border-radius:22px}.balance-hero h2{font-size:39px}.balance-topup-button{width:100%;justify-content:center}.balance-grid{gap:12px}}
