:root{
  --bg:#080c14;
  --bg2:#101726;
  --card:#111827;
  --card-soft:#0d1422;
  --glass:rgba(255,255,255,.08);
  --line:rgba(255,255,255,.10);
  --text:#eef2ff;
  --muted:#a1acc8;
  --orange:#ff8f2c;
  --orange2:#ff5a1f;
  --cyan:#24d8ff;
  --magenta:#ff64c8;
  --gold:#ffc946;
  --green:#2cd18d;
  --red:#ff5b6f;
  --shadow:0 24px 80px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0;min-height:100%}
body{font-family:Inter,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#070b12,#0b101a 30%,#121827 100%);overflow-x:hidden;position:relative}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.bg-glow{position:fixed;z-index:0;pointer-events:none;filter:blur(90px);opacity:.35}
.bg-glow-one{width:360px;height:360px;top:110px;right:-120px;background:rgba(255,143,44,.45)}
.bg-glow-two{width:300px;height:300px;left:-90px;bottom:120px;background:rgba(36,216,255,.22)}
.wrap{width:min(1240px,calc(100% - 34px));margin:0 auto;position:relative;z-index:1}
.liquid-panel{background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid var(--line);backdrop-filter:blur(18px);box-shadow:var(--shadow)}
.site-header{position:sticky;top:0;z-index:40;background:rgba(8,12,20,.55)}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:18px}
.logo{font-size:30px;font-weight:900;letter-spacing:.04em}
.logo span{color:var(--orange)}
.nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.nav a{padding:10px 12px;border-radius:14px;color:var(--muted);transition:.2s}
.nav a:hover{background:rgba(255,255,255,.06);color:#fff}
.nav-launcher{padding-inline:16px !important}
.hero-cover{position:relative;min-height:78vh;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:flex-end;padding:34px 0 20px}
.hero-cover::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,12,20,.20),rgba(8,12,20,.35) 35%,rgba(8,12,20,.78) 100%)}
.hero-cover-inner{position:relative;z-index:1;padding:0 0 16px}
.hero-glass{max-width:660px;border-radius:34px;padding:26px 28px}
.hero-glass h1{font-size:58px;line-height:1.02;margin:12px 0}
.hero-glass p{font-size:18px;color:#eef2ff}
.tag,.mini-badge,.counter-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:13px;font-weight:800}
.tag{padding:9px 14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);color:#fff}
.hero-actions,.reward-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.hero-actions.compact{margin-top:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:16px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.25s transform,.25s box-shadow,.25s opacity}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;box-shadow:0 15px 35px rgba(255,94,31,.28)}
.btn-secondary{background:rgba(255,255,255,.05);border-color:var(--line);color:#fff}
.btn-launcher{background:linear-gradient(135deg,#65bfff,#7a5cff);color:#fff;box-shadow:0 15px 35px rgba(122,92,255,.22)}
.btn.huge{padding:18px 28px;font-size:18px}
.quick-strip,.features-grid,.steps-grid,.info-grid,.account-columns,.auth-grid,.cases-grid.deluxe{display:grid;gap:18px}
.quick-strip{grid-template-columns:repeat(3,1fr);padding:18px 0 24px}
.features-grid{grid-template-columns:repeat(4,1fr);padding:12px 0 38px}
.steps-grid{grid-template-columns:repeat(3,1fr)}
.info-grid{grid-template-columns:1.3fr .7fr;padding:14px 0 44px}
.account-columns{grid-template-columns:1fr 1fr}
.auth-grid{grid-template-columns:1fr .8fr}
.cases-grid.deluxe{grid-template-columns:repeat(2,1fr)}
.quick-card,.panel{padding:24px;border-radius:28px}
.quick-card strong{display:block;font-size:21px;margin-bottom:6px}
.quick-card span,.panel p,.lead,.bullet-list,.step-note,.card-meta,.hint{color:var(--muted)}
.accent-orange{border-color:rgba(255,143,44,.34)}
.accent-cyan{border-color:rgba(36,216,255,.30)}
.accent-magenta{border-color:rgba(255,100,200,.26)}
.feature-card.orange{background:linear-gradient(180deg,rgba(255,143,44,.12),rgba(17,24,39,.88))}
.feature-card.cyan{background:linear-gradient(180deg,rgba(36,216,255,.10),rgba(17,24,39,.88))}
.feature-card.gold{background:linear-gradient(180deg,rgba(255,201,70,.12),rgba(17,24,39,.88))}
.feature-card.magenta{background:linear-gradient(180deg,rgba(255,100,200,.10),rgba(17,24,39,.88))}
.panel h1,.panel h2,.panel h3{margin:0 0 10px}
.sakura-zone{position:relative}
.sakura-zone::before{content:"";position:absolute;inset:-40px 0 -40px 0;background:url('/assets/images/ui/sakura-bg.webp') center/cover no-repeat;opacity:.08;filter:saturate(1.1);z-index:-1}
.sakura-zone.deep::before{opacity:.12}
.start-play,.single-page,.account-shell,.auth-wrap{padding:18px 0 44px}
.section-head{display:flex;flex-direction:column;gap:4px;margin-bottom:18px}
.section-head.between{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:18px}
.step-card{position:relative;overflow:hidden}
.step-num{display:block;font-size:48px;font-weight:900;color:rgba(255,255,255,.08);margin-bottom:8px}
.bullet-list{padding-left:18px;margin:0}
.bullet-list li{margin-bottom:8px}
.form-grid{display:grid;gap:14px}
input,select{width:100%;padding:14px 16px;border-radius:16px;background:#0a1020;border:1px solid var(--line);color:#fff;margin-top:8px}
.account-shell{display:grid;gap:18px}
.profile-banner,.section-panel,.auth-card,.auth-side,.balance-box{border-radius:30px}
.profile-head{display:flex;gap:18px;align-items:center}
.avatar-shell{width:140px;height:140px;border-radius:26px;display:grid;place-items:center;overflow:hidden;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.avatar-shell.wide-skin{width:170px;height:170px}
.skin-preview{width:100%;height:100%;object-fit:cover}
.profile-copy h1{font-size:42px;margin-bottom:4px}
.overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.overview-card,.item-card,.garage-card,.empty-box,.balance-box{padding:16px;border-radius:22px}
.overview-card{background:rgba(255,255,255,.035);border:1px solid var(--line)}
.overview-card span{display:block;color:var(--muted);font-size:13px;margin-bottom:6px}
.overview-card strong{font-size:20px}
.counter-pill,.mini-badge{padding:8px 12px;background:rgba(255,255,255,.05);border:1px solid var(--line)}
.mini-badge.soft{opacity:.84}
.reward-list{display:grid;gap:16px}
.reward-card{display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:center;padding:16px;border-radius:24px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.reward-card img{width:120px;height:120px;object-fit:contain;margin:auto}
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.garage-grid,.items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.item-card,.garage-card{background:rgba(255,255,255,.03);border:1px solid var(--line)}
.garage-card{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:14px}
.garage-card img{width:100px;height:70px;object-fit:contain}
.subhead{margin-top:20px}
.empty-box{text-align:center}
.balance-box{text-align:right;min-width:180px}
.balance-box span{display:block;color:var(--muted);font-size:13px}
.balance-box strong{font-size:26px}
.case-card{display:grid;grid-template-columns:240px 1fr;gap:18px;align-items:center;overflow:hidden}
.case-card.case-orange{background:linear-gradient(180deg,rgba(255,143,44,.10),rgba(17,24,39,.88))}
.case-card.case-cyan{background:linear-gradient(180deg,rgba(36,216,255,.10),rgba(17,24,39,.88))}
.case-card.case-gold{background:linear-gradient(180deg,rgba(255,201,70,.12),rgba(17,24,39,.88))}
.case-card.case-magenta{background:linear-gradient(180deg,rgba(255,100,200,.10),rgba(17,24,39,.88))}
.case-art{display:grid;place-items:center;min-height:250px;background:radial-gradient(circle at center,rgba(255,255,255,.06),transparent 60%)}
.case-art img{max-height:220px;filter:drop-shadow(0 18px 35px rgba(0,0,0,.25))}
.case-price{margin:10px 0 14px;font-size:28px;font-weight:900}
.buy-form{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}
.case-badges,.strip-head{display:flex;gap:8px;flex-wrap:wrap}
.case-open-panel{border-radius:30px}
.strip-block{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}
.case-strip-wrap{position:relative;overflow:hidden;padding:18px 0}
.case-strip-pointer{position:absolute;left:50%;top:0;bottom:0;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--orange),var(--gold));transform:translateX(-50%);box-shadow:0 0 18px rgba(255,143,44,.6);z-index:2}
.case-strip-track{display:flex;gap:12px;transform:translateX(0)}
.case-tile{min-width:150px;max-width:150px;padding:14px;border-radius:20px;text-align:center}
.case-tile img{width:110px;height:80px;object-fit:contain;margin:0 auto 10px}
.case-tile span{display:block;font-size:13px;color:#fff}
.case-strip-wrap.winner-ready .case-tile{opacity:.56;transform:scale(.96);transition:.35s}
.case-strip-wrap.winner-ready .case-tile:nth-child(21){opacity:1;transform:scale(1.04);border-color:rgba(255,201,70,.65);box-shadow:0 0 0 1px rgba(255,201,70,.18),0 15px 30px rgba(255,201,70,.16)}
.wheel-panel{text-align:center;max-width:900px;margin:0 auto}
.opening-screen{padding:24px;min-height:320px;display:grid;place-items:center;gap:16px;position:relative;overflow:hidden;border-radius:28px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.opening-screen::before{content:"";position:absolute;inset:auto -20% 0 -20%;height:2px;background:linear-gradient(90deg,transparent,rgba(255,143,44,.1),rgba(255,143,44,.9),rgba(255,143,44,.1),transparent);animation:runline 2.5s linear infinite}
@keyframes runline{from{transform:translateX(-30%)}to{transform:translateX(30%)}}
.opening-prize{width:220px;height:220px;object-fit:contain;filter:drop-shadow(0 18px 40px rgba(255,143,44,.20))}
.spinner-line{width:70%;height:14px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);position:relative;overflow:hidden}
.spinner-line::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,var(--orange),transparent);animation:loading 1.6s linear infinite}
@keyframes loading{from{transform:translateX(-100%)}to{transform:translateX(100%)}}
.toast-stack{position:fixed;right:18px;bottom:18px;display:grid;gap:10px;z-index:80}
.toast{min-width:280px;max-width:360px;padding:14px 16px;border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow);opacity:0;transform:translateY(10px);transition:.3s;backdrop-filter:blur(18px)}
.toast.show{opacity:1;transform:translateY(0)}
.toast-error{background:rgba(255,60,82,.92);color:#fff}
.toast-success{background:rgba(44,209,141,.9);color:#fff}
.site-footer{margin-top:24px;padding:26px 0 42px;background:rgba(255,255,255,.03)}
.footer-grid{display:grid;grid-template-columns:1fr .6fr;gap:24px}
.footer-grid h3,.footer-grid h4{margin:0 0 10px}
.actions-bottom{margin-top:22px}
.center{text-align:center;justify-content:center}
@media (max-width:1180px){.features-grid,.quick-strip,.steps-grid,.account-columns,.auth-grid,.cases-grid.deluxe,.info-grid{grid-template-columns:1fr}.overview-grid{grid-template-columns:repeat(3,1fr)}.hero-glass h1{font-size:48px}}
@media (max-width:780px){.topbar{flex-direction:column;align-items:flex-start}.nav{gap:8px}.hero-cover{min-height:65vh}.hero-glass{padding:20px}.hero-glass h1{font-size:34px}.profile-head,.reward-card,.garage-card,.case-card{grid-template-columns:1fr;display:grid}.overview-grid,.garage-grid,.items-grid,.settings-grid{grid-template-columns:1fr}.balance-box{text-align:left;width:100%}.toast{min-width:0;width:calc(100vw - 36px)}.avatar-shell.wide-skin{width:130px;height:130px}}

:root{
  --bg:#fff7ef;
  --bg2:#fff2e1;
  --card:#22131a;
  --card-soft:#2b1820;
  --glass:rgba(255,255,255,.36);
  --line:rgba(255,255,255,.30);
  --text:#fff9f1;
  --muted:#f6dfcf;
  --orange:#ff8e2b;
  --orange2:#ff4d15;
  --gold:#ffd36e;
  --shadow:0 24px 80px rgba(255,94,31,.18);
}
body{
  background:
    radial-gradient(circle at top left, rgba(255,190,120,.42), transparent 28%),
    radial-gradient(circle at 80% 0%, rgba(255,255,255,.75), transparent 28%),
    linear-gradient(180deg,#fff8ef 0%,#ffe8d0 18%,#1a1417 48%,#140d12 100%);
}
.bg-glow-one{width:520px;height:520px;top:60px;right:-150px;background:rgba(255,151,56,.48)}
.bg-glow-two{width:420px;height:420px;left:-120px;bottom:120px;background:rgba(255,255,255,.40)}
.site-header{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22)}
.logo{color:#fff;text-shadow:0 6px 28px rgba(255,94,31,.25)}
.logo span{color:#ff7a1a}
.nav a{color:#ffe8da}
.nav a:hover{background:rgba(255,255,255,.12)}
.hero-cover::before{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,180,110,.10) 32%,rgba(16,11,15,.44) 65%,rgba(15,10,13,.78) 100%)}
.hero-glass,.warm-panel,.white-panel,.quick-card,.feature-card,.section-panel,.case-card,.opening-screen,.wheel-panel,.reward-card,.item-card,.garage-card,.overview-card,.balance-box,.upload-box,.inner-form,.avatar-choice,.avatar-current-card,.counter-pill,.mini-badge,.tag,.counter-pill,.quick-card,.site-footer{
  background:linear-gradient(180deg,rgba(255,255,255,.20),rgba(255,255,255,.06));
  border-color:rgba(255,255,255,.24);
  box-shadow:0 24px 80px rgba(255,98,36,.12), inset 0 1px 0 rgba(255,255,255,.18);
}
.white-panel,.white-glow-box{background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.07))}
.warm-tag{background:rgba(255,145,70,.16);border-color:rgba(255,210,160,.3)}
.profile-avatar-shell{box-shadow:0 0 0 1px rgba(255,255,255,.18),0 18px 50px rgba(255,140,50,.18);background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.03))}
.profile-avatar{object-fit:cover}
.account-shell.brighter-shell{padding-top:24px}
.avatar-current-row{display:flex;align-items:center;gap:16px;margin-bottom:18px}
.avatar-current-card{width:110px;height:110px;border-radius:24px;overflow:hidden}
.avatar-current-card img{width:100%;height:100%;object-fit:cover}
.avatar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0 22px}
.avatar-choice{padding:12px;border-radius:24px;display:grid;gap:10px}
.avatar-choice.active{outline:2px solid rgba(255,210,120,.7);box-shadow:0 0 0 4px rgba(255,210,120,.12),0 18px 35px rgba(255,140,50,.16)}
.avatar-choice img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:18px}
.avatar-choice-copy{display:flex;align-items:center;justify-content:space-between;gap:12px}
.upload-box{display:grid;grid-template-columns:1fr auto auto;align-items:end;gap:16px;padding:18px;border-radius:24px}
.upload-field input[type=file]{margin-top:8px;padding:12px;background:rgba(0,0,0,.16)}
.small{padding:10px 14px;border-radius:12px;font-size:14px}
.hero-glass h1,.section-panel h2,.section-panel h3,.feature-card h2,.profile-copy h1{color:#fff}
.panel p,.lead,.bullet-list,.step-note,.card-meta,.hint,.overview-card span,.balance-box span{color:#f7dfcf}
.quick-card strong,.overview-card strong,.balance-box strong,.case-price{color:#fff}
.opening-screen{background:
  radial-gradient(circle at 50% 0%, rgba(255,255,255,.08), transparent 45%),
  linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04))}
.case-card.case-orange,.feature-card.orange{background:linear-gradient(180deg,rgba(255,176,90,.18),rgba(31,18,24,.90))}
.case-card.case-cyan,.feature-card.cyan{background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(26,18,24,.88))}
.case-card.case-gold,.feature-card.gold{background:linear-gradient(180deg,rgba(255,218,130,.18),rgba(31,18,24,.88))}
.case-card.case-magenta,.feature-card.magenta{background:linear-gradient(180deg,rgba(255,180,220,.14),rgba(31,18,24,.88))}
.sakura-zone::before{opacity:.18;filter:saturate(1.2) brightness(1.08)}
.site-footer{background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.05))}
.btn-primary{box-shadow:0 18px 38px rgba(255,94,31,.34)}
.btn-secondary{background:rgba(255,255,255,.10)}
@media (max-width:980px){
  .avatar-grid{grid-template-columns:repeat(2,1fr)}
  .upload-box{grid-template-columns:1fr;align-items:start}
}
@media (max-width:780px){
  .avatar-current-row{align-items:flex-start;flex-direction:column}
  .avatar-grid{grid-template-columns:1fr}
}


/* v6.1 account sync + readability + loader */
.site-loader{position:fixed;inset:0;z-index:120;display:grid;place-items:center;transition:opacity .38s ease, visibility .38s ease}
.site-loader--hide{opacity:0;visibility:hidden}
.site-loader__backdrop{position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,9,12,.78),rgba(18,12,16,.88));backdrop-filter:blur(10px)}
.site-loader__card{position:relative;z-index:1;width:min(560px,calc(100% - 32px));padding:30px 28px;border-radius:28px;text-align:center}
.site-loader__logo{font-size:34px;font-weight:900;letter-spacing:.04em;color:#fff}
.site-loader__logo span{color:#ff7a1a}
.site-loader__title{margin-top:10px;font-size:28px;font-weight:800;color:#fff}
.site-loader__subtitle,.site-loader__notes{color:#f9e7db}
.site-loader__subtitle{margin-top:8px;font-size:16px}
.site-loader__notes{margin-top:10px;font-size:13px;opacity:.92}
.site-loader__bar{margin-top:18px;height:12px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;border:1px solid rgba(255,255,255,.14)}
.site-loader__bar span{display:block;height:100%;width:18%;border-radius:999px;background:linear-gradient(90deg,#ffb46b,#ff7a1a,#ffd36e);box-shadow:0 0 22px rgba(255,140,50,.45);transition:width .36s ease}
.account-shell-sakura{position:relative;overflow:hidden}
.account-shell-sakura::before{content:'';position:absolute;inset:auto -8% -40px -8%;height:340px;background:url('/assets/images/ui/sakura-bg.webp') center bottom/cover no-repeat;opacity:.2;filter:saturate(1.15) brightness(1.08);pointer-events:none;z-index:0}
.account-shell > *{position:relative;z-index:1}
.profile-subline,.profile-copy p,.lead,.card-meta,.item-card,.garage-card,.empty-box,.settings-grid label,.settings-grid h3,.section-panel p,.overview-card span,.counter-pill,.tag,.avatar-current-copy p,.upload-box p{color:#fff6ef !important;text-shadow:0 1px 10px rgba(0,0,0,.22)}
.balance-box small{display:block;margin-top:6px;color:#ffe7d9 !important}
.overview-card strong,.balance-box strong,.profile-copy h1,.section-panel h2,.section-panel h3,.item-card strong,.garage-card strong{color:#fff !important}
.btn,.btn-secondary,.btn-primary{color:#fff !important;text-shadow:none}
.btn-secondary{background:rgba(255,255,255,.14) !important;border-color:rgba(255,255,255,.24) !important}
.avatar-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.avatar-choice{padding:12px;border-radius:24px}
.avatar-choice img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px}
.avatar-choice-copy strong{font-size:14px;color:#fff}
.upload-box{grid-template-columns:1fr auto auto}
input,select{color:#fff;background:rgba(9,11,18,.48)}
input::placeholder{color:#f1d3c2}
.overview-grid-wide{grid-template-columns:repeat(4,1fr)}
.account-columns-triple{grid-template-columns:repeat(3,1fr)}
.items-grid.one-col{grid-template-columns:1fr}
@media (max-width:1180px){.account-columns-triple{grid-template-columns:1fr}.overview-grid-wide{grid-template-columns:repeat(2,1fr)}}
@media (max-width:780px){.overview-grid-wide{grid-template-columns:1fr}.upload-box{grid-template-columns:1fr}.site-loader__title{font-size:22px}}

/* v6.2 final readability + sakura motion */
.site-header{
  background:linear-gradient(180deg,rgba(12,10,14,.82),rgba(18,13,18,.62)) !important;
  border-bottom:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(18px);
  box-shadow:0 14px 40px rgba(0,0,0,.18);
}
.topbar{padding:14px 0}
.logo,.logo span,.nav a,.nav a:visited,.nav a:active{ text-decoration:none !important; }
.logo{color:#fff !important;text-shadow:0 3px 16px rgba(0,0,0,.28)}
.logo span{color:#ff7a1a !important;text-shadow:0 6px 22px rgba(255,122,26,.28)}
.nav a{
  color:#fff7ef !important;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  font-weight:700;
}
.nav a:hover,.nav a:focus-visible{
  color:#fff !important;
  background:linear-gradient(135deg,rgba(255,149,58,.24),rgba(255,97,37,.20));
  border-color:rgba(255,196,134,.42);
  box-shadow:0 14px 28px rgba(255,116,28,.16), inset 0 1px 0 rgba(255,255,255,.12);
}
.nav-launcher{
  background:linear-gradient(135deg,#ff982d,#ff5f1f) !important;
  border-color:transparent !important;
  color:#fff !important;
  box-shadow:0 15px 34px rgba(255,95,31,.32) !important;
}
.hero-glass,.panel,.quick-card,.feature-card,.section-panel,.overview-card,.item-card,.garage-card,.reward-card,.balance-box,.avatar-choice,.upload-box,.inner-form,.site-footer{
  box-shadow:0 24px 60px rgba(255,98,36,.10), inset 0 1px 0 rgba(255,255,255,.18);
}
.profile-copy h1,.section-panel h2,.section-panel h3,.subhead,.item-card strong,.garage-card strong,.reward-card h3,.quick-card strong,.overview-card strong,.balance-box strong,.case-price{
  color:#fffaf4 !important;
  text-shadow:0 2px 12px rgba(0,0,0,.18);
}
.profile-subline,.lead,.card-meta,.item-card,.garage-card,.empty-box,.settings-grid label,.settings-grid h3,.section-panel p,.overview-card span,.counter-pill,.tag,.avatar-current-copy p,.upload-box p,.balance-box span,.balance-box small, .footer-grid p, .footer-grid li, .footer-grid a{
  color:#ffe8d7 !important;
  text-shadow:0 1px 10px rgba(0,0,0,.18);
}
.overview-card,.item-card,.garage-card,.empty-box,.reward-card,.avatar-choice,.upload-box,.inner-form{
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.07)) !important;
  border:1px solid rgba(255,255,255,.20) !important;
}
.overview-card strong{font-size:22px}
.btn,.btn-primary,.btn-secondary,.btn-launcher,button.btn{
  color:#fff !important;
  font-weight:800;
  letter-spacing:.01em;
  text-shadow:none;
}
.btn-secondary{
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.20) !important;
}
.btn-secondary:hover{background:rgba(255,255,255,.18) !important}
input,select,textarea{
  color:#fff !important;
  background:rgba(12,11,18,.52) !important;
  border-color:rgba(255,255,255,.18) !important;
}
input::placeholder,textarea::placeholder{color:#f7d6c2 !important}
input:disabled{opacity:.85;color:#fff3ea !important}
.account-shell-sakura{
  position:relative;
  isolation:isolate;
  overflow:clip;
}
.account-shell-sakura::before,
.account-shell-sakura::after{
  content:'';
  position:absolute;
  bottom:-4%;
  width:min(34vw,420px);
  height:126%;
  background:url('/assets/images/ui/sakura-bg.webp') center bottom/cover no-repeat;
  opacity:.23;
  pointer-events:none;
  z-index:0;
  filter:saturate(1.12) brightness(1.05);
  transform-origin:bottom center;
}
.account-shell-sakura::before{left:-8%; animation:sakuraTreeLeft 8.5s ease-in-out infinite;}
.account-shell-sakura::after{right:-10%; transform:scaleX(-1); animation:sakuraTreeRight 10s ease-in-out infinite; opacity:.18;}
@keyframes sakuraTreeLeft{0%,100%{transform:rotate(-1.3deg)}50%{transform:rotate(1.2deg)}}
@keyframes sakuraTreeRight{0%,100%{transform:scaleX(-1) rotate(1.2deg)}50%{transform:scaleX(-1) rotate(-1.2deg)}}
.sakura-leaf-layer{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:2;
  overflow:hidden;
}
.sakura-leaf{
  position:absolute;
  top:-8vh;
  width:clamp(10px,1.2vw,18px);
  height:clamp(8px,1vw,15px);
  background:radial-gradient(circle at 35% 35%, rgba(255,255,255,.95), rgba(255,214,228,.96) 32%, rgba(255,163,188,.92) 72%, rgba(255,133,170,.84));
  border-radius:80% 15% 75% 20%;
  opacity:.78;
  filter:drop-shadow(0 4px 10px rgba(255,155,175,.20));
  will-change:transform,opacity;
  animation-name:sakuraFall;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
}
.sakura-leaf::after{
  content:'';
  position:absolute;
  inset:48% 15% auto 18%;
  height:1px;
  background:rgba(255,255,255,.45);
  transform:rotate(-16deg);
}
@keyframes sakuraFall{
  0%{transform:translate3d(var(--x,0),-10vh,0) rotate(0deg) scale(var(--s,1)); opacity:0}
  8%{opacity:.88}
  50%{transform:translate3d(calc(var(--x,0) + var(--drift,40px)),45vh,0) rotate(180deg) scale(var(--s,1))}
  100%{transform:translate3d(calc(var(--x,0) + var(--drift,40px) * 1.7),112vh,0) rotate(420deg) scale(var(--s,1)); opacity:0}
}
.hero-cover + .wrap .quick-strip{margin-top:-12px}
.case-card,.wheel-panel,.case-open-panel{background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.06)) !important}
.site-footer{position:relative;overflow:hidden}
.site-footer::before{
  content:'';
  position:absolute;
  inset:auto 0 0 0;
  height:180px;
  background:linear-gradient(180deg,transparent,rgba(255,186,115,.12));
  pointer-events:none;
}
@media (max-width:980px){
  .account-shell-sakura::before,.account-shell-sakura::after{width:min(46vw,290px);opacity:.16}
  .sakura-leaf-layer{opacity:.78}
}
@media (max-width:780px){
  .site-header{background:rgba(15,12,17,.88) !important}
  .nav a{font-size:14px;padding:10px 10px}
  .account-shell-sakura::before,.account-shell-sakura::after{display:none}
  .sakura-leaf{width:12px;height:10px}
}

/* v6.3 cabinet cinematic backgrounds: remove sakura tree, add user-selected FRIDE backgrounds */
.account-shell,
.account-shell.brighter-shell{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.account-shell::before{
  content:'';
  position:absolute;
  inset:-24px -24px -24px -24px;
  z-index:-3;
  border-radius:42px;
  background:
    linear-gradient(180deg, rgba(255,248,240,.08) 0%, rgba(255,206,158,.12) 18%, rgba(20,13,18,.38) 52%, rgba(12,10,14,.78) 100%),
    radial-gradient(circle at 16% 10%, rgba(255,208,156,.20), transparent 22%),
    radial-gradient(circle at 84% 8%, rgba(255,255,255,.16), transparent 18%),
    url('/assets/images/ui/cabinet-bg-main.webp') center top / cover no-repeat;
  filter:saturate(1.06) contrast(1.03) brightness(.95);
}
.account-shell::after{
  content:'';
  position:absolute;
  inset:-10px;
  z-index:-2;
  background:linear-gradient(180deg, rgba(255,250,245,.08), rgba(255,186,116,.06) 22%, rgba(15,11,16,.18) 52%, rgba(11,9,13,.08) 100%);
  pointer-events:none;
}
.account-shell-sakura::before,
.account-shell-sakura::after{
  display:none !important;
}
.sakura-leaf-layer,
.sakura-leaf,
.sakura-zone::before{
  opacity:.18 !important;
}
.account-shell > .profile-banner{ --panel-bg:url('/assets/images/ui/cabinet-bg-card1.webp'); }
.account-shell .account-columns:nth-of-type(1) .section-panel:nth-child(1){ --panel-bg:url('/assets/images/ui/cabinet-bg-card2.webp'); }
.account-shell .account-columns:nth-of-type(1) .section-panel:nth-child(2){ --panel-bg:url('/assets/images/ui/cabinet-bg-main.webp'); }
.account-shell .account-columns:nth-of-type(2) .section-panel:nth-child(1){ --panel-bg:url('/assets/images/ui/cabinet-bg-card1.webp'); }
.account-shell .account-columns:nth-of-type(2) .section-panel:nth-child(2){ --panel-bg:url('/assets/images/ui/cabinet-bg-card2.webp'); }
.account-shell .account-columns:nth-of-type(3) .section-panel:nth-child(1){ --panel-bg:url('/assets/images/ui/cabinet-bg-main.webp'); }
.account-shell .account-columns:nth-of-type(3) .section-panel:nth-child(2){ --panel-bg:url('/assets/images/ui/cabinet-bg-card1.webp'); }
.account-shell .profile-banner,
.account-shell .section-panel,
.account-shell .reward-card,
.account-shell .item-card,
.account-shell .garage-card,
.account-shell .overview-card,
.account-shell .balance-box,
.account-shell .upload-box,
.account-shell .avatar-choice,
.account-shell .avatar-current-card,
.account-shell .inner-form{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(16,12,18,.74), rgba(17,12,16,.82)) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  box-shadow:0 18px 54px rgba(0,0,0,.26), 0 12px 30px rgba(255,105,35,.09), inset 0 1px 0 rgba(255,255,255,.10) !important;
}
.account-shell .profile-banner::before,
.account-shell .section-panel::before,
.account-shell .reward-card::before,
.account-shell .item-card::before,
.account-shell .garage-card::before,
.account-shell .overview-card::before,
.account-shell .balance-box::before,
.account-shell .upload-box::before,
.account-shell .avatar-choice::before,
.account-shell .avatar-current-card::before,
.account-shell .inner-form::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg, rgba(255,249,244,.10) 0%, rgba(255,196,136,.08) 22%, rgba(16,12,18,.28) 56%, rgba(12,10,14,.34) 100%),
    var(--panel-bg, url('/assets/images/ui/cabinet-bg-main.webp')) center / cover no-repeat;
  opacity:.50;
  transform:scale(1.03);
}
.account-shell .profile-banner::after,
.account-shell .section-panel::after,
.account-shell .reward-card::after,
.account-shell .item-card::after,
.account-shell .garage-card::after,
.account-shell .overview-card::after,
.account-shell .balance-box::after,
.account-shell .upload-box::after,
.account-shell .avatar-choice::after,
.account-shell .avatar-current-card::after,
.account-shell .inner-form::after{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg, rgba(18,14,20,.54), rgba(14,10,16,.74));
}
.account-shell .profile-copy h1,
.account-shell .section-panel h2,
.account-shell .section-panel h3,
.account-shell .overview-card strong,
.account-shell .balance-box strong,
.account-shell .item-card strong,
.account-shell .garage-card strong{
  color:#fff !important;
  text-shadow:0 2px 16px rgba(0,0,0,.34);
}
.account-shell .profile-copy p,
.account-shell .lead,
.account-shell .card-meta,
.account-shell .hint,
.account-shell .overview-card span,
.account-shell .balance-box span,
.account-shell .balance-box small,
.account-shell .upload-box p,
.account-shell .avatar-current-copy p,
.account-shell .settings-grid label,
.account-shell .settings-grid h3,
.account-shell .counter-pill,
.account-shell .tag,
.account-shell .empty-box,
.account-shell .section-panel p{
  color:#fff4ea !important;
  text-shadow:0 1px 12px rgba(0,0,0,.30);
}
.account-shell .btn,
.account-shell .btn-primary,
.account-shell .btn-secondary{
  color:#fff !important;
  text-shadow:none;
  box-shadow:0 12px 26px rgba(0,0,0,.20);
}
.account-shell .btn-secondary{
  background:rgba(255,255,255,.16) !important;
  border-color:rgba(255,255,255,.20) !important;
}
.account-shell .btn-secondary:hover{
  background:rgba(255,255,255,.22) !important;
}
.account-shell .overview-card,
.account-shell .item-card,
.account-shell .garage-card,
.account-shell .balance-box,
.account-shell .avatar-current-card,
.account-shell .avatar-choice,
.account-shell .upload-box,
.account-shell .inner-form{backdrop-filter:blur(14px)}
@media (max-width:980px){
  .account-shell::before{background:
    linear-gradient(180deg, rgba(255,248,240,.06) 0%, rgba(255,206,158,.10) 16%, rgba(20,13,18,.48) 56%, rgba(12,10,14,.82) 100%),
    url('/assets/images/ui/cabinet-bg-main.webp') center top / cover no-repeat;}
}
@media (max-width:780px){
  .account-shell::before{inset:-8px; border-radius:28px; background:
    linear-gradient(180deg, rgba(255,248,240,.04) 0%, rgba(255,206,158,.08) 14%, rgba(20,13,18,.56) 48%, rgba(12,10,14,.88) 100%),
    url('/assets/images/ui/cabinet-bg-main.webp') center center / cover no-repeat;}
  .account-shell .profile-banner::before,
  .account-shell .section-panel::before,
  .account-shell .reward-card::before,
  .account-shell .item-card::before,
  .account-shell .garage-card::before,
  .account-shell .overview-card::before,
  .account-shell .balance-box::before,
  .account-shell .upload-box::before,
  .account-shell .avatar-choice::before,
  .account-shell .avatar-current-card::before,
  .account-shell .inner-form::before{opacity:.42}
}



/* v6.4 final cabinet backgrounds: custom cinematic FRIDE backdrops, no sakura */
.account-shell,
.account-shell.brighter-shell{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  isolation:isolate;
}
.account-shell::before{
  content:"";
  position:absolute;
  inset:-14px;
  z-index:0;
  border-radius:40px;
  background:
    linear-gradient(180deg, rgba(18,10,18,.52), rgba(18,10,18,.70)),
    linear-gradient(135deg, rgba(255,133,50,.12), rgba(255,255,255,.04)),
    url('/assets/images/ui/cabinet-bg-main.webp') center center / cover no-repeat;
  filter:saturate(1.08) contrast(1.04);
  opacity:1;
}
.account-shell::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255,170,120,.16), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(255,255,255,.10), transparent 24%),
    radial-gradient(circle at 50% 92%, rgba(255,120,70,.10), transparent 32%);
}
.account-shell-sakura::before,
.account-shell-sakura::after,
.sakura-leaf-layer,
.sakura-leaf,
.sakura-zone::before{
  display:none !important;
}
.account-shell > *{position:relative;z-index:1}
.account-shell > .profile-banner{ --panel-bg:url('/assets/images/ui/cabinet-bg-card1.webp'); }
.account-shell .account-columns:nth-of-type(1) .section-panel:nth-child(1){ --panel-bg:url('/assets/images/ui/cabinet-bg-card2.webp'); }
.account-shell .account-columns:nth-of-type(1) .section-panel:nth-child(2){ --panel-bg:url('/assets/images/ui/cabinet-bg-main.webp'); }
.account-shell .account-columns:nth-of-type(2) .section-panel:nth-child(1){ --panel-bg:url('/assets/images/ui/cabinet-bg-card1.webp'); }
.account-shell .account-columns:nth-of-type(2) .section-panel:nth-child(2){ --panel-bg:url('/assets/images/ui/cabinet-bg-card2.webp'); }
.account-shell .account-columns:nth-of-type(3) .section-panel:nth-child(1){ --panel-bg:url('/assets/images/ui/cabinet-bg-main.webp'); }
.account-shell .account-columns:nth-of-type(3) .section-panel:nth-child(2){ --panel-bg:url('/assets/images/ui/cabinet-bg-card1.webp'); }
.account-shell .profile-banner,
.account-shell .section-panel,
.account-shell .reward-card,
.account-shell .item-card,
.account-shell .garage-card,
.account-shell .overview-card,
.account-shell .balance-box,
.account-shell .upload-box,
.account-shell .avatar-choice,
.account-shell .avatar-current-card,
.account-shell .inner-form{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(20,14,24,.56);
  box-shadow:0 16px 46px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
}
.account-shell .profile-banner::before,
.account-shell .section-panel::before,
.account-shell .reward-card::before,
.account-shell .item-card::before,
.account-shell .garage-card::before,
.account-shell .overview-card::before,
.account-shell .balance-box::before,
.account-shell .upload-box::before,
.account-shell .avatar-choice::before,
.account-shell .avatar-current-card::before,
.account-shell .inner-form::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(180deg, rgba(18,10,18,.52), rgba(18,10,18,.76)),
    linear-gradient(135deg, rgba(255,190,130,.10), rgba(255,255,255,.03)),
    var(--panel-bg, url('/assets/images/ui/cabinet-bg-main.webp')) center / cover no-repeat;
  opacity:.96;
}
.account-shell .profile-banner::after,
.account-shell .section-panel::after,
.account-shell .reward-card::after,
.account-shell .item-card::after,
.account-shell .garage-card::after,
.account-shell .overview-card::after,
.account-shell .balance-box::after,
.account-shell .upload-box::after,
.account-shell .avatar-choice::after,
.account-shell .avatar-current-card::after,
.account-shell .inner-form::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 12% 14%, rgba(255,180,120,.18), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(255,255,255,.10), transparent 24%);
}
.account-shell .profile-copy h1,
.account-shell .section-panel h2,
.account-shell .section-panel h3,
.account-shell .overview-card strong,
.account-shell .balance-box strong,
.account-shell .item-card strong,
.account-shell .garage-card strong{
  color:#fff !important;
  text-shadow:0 2px 16px rgba(0,0,0,.44);
}
.account-shell .profile-copy p,
.account-shell .lead,
.account-shell .card-meta,
.account-shell .hint,
.account-shell .overview-card span,
.account-shell .balance-box span,
.account-shell .balance-box small,
.account-shell .upload-box p,
.account-shell .avatar-current-copy p,
.account-shell .settings-grid label,
.account-shell .settings-grid h3,
.account-shell .counter-pill,
.account-shell .tag,
.account-shell .empty-box,
.account-shell .section-panel p{
  color:#fff2ea !important;
  text-shadow:0 1px 10px rgba(0,0,0,.32);
}
.account-shell .btn,
.account-shell .btn-primary,
.account-shell .btn-secondary{
  box-shadow:0 12px 24px rgba(255,114,44,.18);
}
@media (max-width: 960px){
  .account-shell::before{
    inset:-8px;
    border-radius:28px;
    background:
      linear-gradient(180deg, rgba(18,10,18,.54), rgba(18,10,18,.78)),
      url('/assets/images/ui/cabinet-bg-main.webp') center center / cover no-repeat;
  }
  .account-shell .profile-banner::before,
  .account-shell .section-panel::before,
  .account-shell .reward-card::before,
  .account-shell .item-card::before,
  .account-shell .garage-card::before,
  .account-shell .overview-card::before,
  .account-shell .balance-box::before,
  .account-shell .upload-box::before,
  .account-shell .avatar-choice::before,
  .account-shell .avatar-current-card::before,
  .account-shell .inner-form::before{
    opacity:.92;
  }
}
