
/* Scrap Luxury Identity Layer
   Built to sit above the original page CSS without touching business logic. */
:root{
  --lux-bg:#040506;
  --lux-ink:#f4f4f2;
  --lux-soft:#aeb3bc;
  --lux-muted:#747b88;
  --lux-card:rgba(8,10,14,.72);
  --lux-card-2:rgba(17,19,25,.76);
  --lux-line:rgba(255,255,255,.12);
  --lux-line-2:rgba(200,205,213,.18);
  --lux-purple:#7c4dff;
  --lux-purple-2:#b991ff;
  --lux-violet:#5b21ff;
  --lux-silver:#d9d9d6;
  --lux-chrome:#9fa6ae;
  --lux-radius:26px;
  --lux-shadow:0 30px 90px rgba(0,0,0,.48);
  --lux-ease:cubic-bezier(.22,1,.36,1);
}
*{box-sizing:border-box}
html{scroll-padding-top:96px;background:#030405}
body{
  background:
    radial-gradient(circle at 15% 0%, rgba(124,77,255,.12), transparent 24%),
    radial-gradient(circle at 85% 12%, rgba(185,145,255,.10), transparent 20%),
    linear-gradient(180deg,#030405,#07090f 42%,#030405 100%) !important;
  color:var(--lux-ink);
}
body::before{
  content:'';position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.34;
  background:
    linear-gradient(90deg,transparent,rgba(255,255,255,.035),transparent),
    url('/scrap-banner.webp') center top/cover no-repeat;
  filter:saturate(.82) contrast(1.1) brightness(.58);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.2) 38%,transparent 72%);
}
body::after{
  content:'';position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.09;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:80px 80px;
  mask-image:linear-gradient(to bottom,transparent,black 22%,transparent 88%);
}
body>*,.nav,.mob,.hero,.sec,.ft,#ov,.support-widget,.support-fab{position:relative;z-index:2}
.noise{opacity:.022!important}
#cv{opacity:.32!important}
#cdot,#cring{mix-blend-mode:difference}
.nav{
  width:min(1390px,calc(100% - 36px));left:50%!important;right:auto!important;top:18px!important;transform:translateX(-50%);
  padding:12px 18px!important;border:1px solid rgba(255,255,255,.1);border-radius:28px;
  background:linear-gradient(180deg,rgba(8,9,13,.72),rgba(5,6,10,.58))!important;
  backdrop-filter:blur(24px) saturate(1.2)!important;box-shadow:0 18px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08);
}
.nav.stuck{top:10px!important;padding:10px 16px!important;background:rgba(5,6,10,.82)!important;border-color:rgba(185,145,255,.22)}
.logo{width:auto!important;min-width:0!important;height:58px!important;display:flex!important;gap:12px;align-items:center!important;overflow:visible!important}
.logo img{content:url('/scrap-mark.png');width:36px!important;height:58px!important;object-fit:contain!important;filter:drop-shadow(0 0 18px rgba(185,145,255,.42)) drop-shadow(0 10px 30px rgba(0,0,0,.38))!important;border-radius:0!important}
.logo::after{content:'SCRAP GROUP';font-family:var(--fb),Inter,sans-serif;font-weight:800;font-size:15px;letter-spacing:.16em;color:#f2f2ef;white-space:nowrap;text-shadow:0 0 22px rgba(185,145,255,.2)}
.nav-links{gap:28px!important}
.nav-links a{font-size:10px!important;letter-spacing:.12em!important;color:#d4d7dd!important;position:relative;padding:11px 0}
.nav-links a::after{content:'';position:absolute;left:50%;bottom:1px;width:0;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--lux-purple-2),transparent);transform:translateX(-50%);transition:width .22s var(--lux-ease)}
.nav-links a:hover{color:#fff!important}.nav-links a:hover::after{width:100%}
.lang-switch{display:none!important}
.nav-right{min-width:auto!important;gap:10px!important}
.nav-cta{height:44px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:14px!important;padding:0 17px!important;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02))!important;color:#f7f7f5!important;font-size:10px!important;letter-spacing:.12em!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transition:transform .22s var(--lux-ease),border-color .22s,background .22s,box-shadow .22s!important}
#navDiscordBtn{background:linear-gradient(135deg,#2a144e,#6d36ff 55%,#8b63ff)!important;border-color:rgba(185,145,255,.42)!important;box-shadow:0 15px 38px rgba(124,77,255,.22), inset 0 1px 0 rgba(255,255,255,.14)!important}
.nav-cta:hover{transform:translateY(-2px);border-color:rgba(185,145,255,.42)!important;box-shadow:0 20px 45px rgba(0,0,0,.24),0 0 28px rgba(124,77,255,.16)!important}
.hbg{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px!important;background:rgba(255,255,255,.035)}
.mob{background:rgba(3,4,7,.95)!important;backdrop-filter:blur(18px)}
.mob::before{content:'';position:absolute;inset:0;background:url('/scrap-banner.webp') center/cover no-repeat;opacity:.24;filter:contrast(1.1) brightness(.62);mask-image:linear-gradient(to bottom,black,transparent 80%)}
.hero{min-height:100vh!important;padding:140px 22px 70px!important;align-items:center!important;overflow:visible!important}
.hero-bg{background:radial-gradient(circle at 60% 42%,rgba(124,77,255,.18),transparent 28%),linear-gradient(180deg,rgba(7,8,12,.14),rgba(3,4,7,.64))!important}
.hero::before{
  content:'';position:absolute;inset:96px max(24px,calc((100vw - 1390px)/2)) 36px;z-index:0;border:1px solid rgba(255,255,255,.10);border-radius:34px;
  background:linear-gradient(90deg,rgba(6,7,11,.88),rgba(6,7,11,.58) 45%,rgba(6,7,11,.28)),url('/scrap-banner.webp') center/cover no-repeat;
  box-shadow:var(--lux-shadow), inset 0 1px 0 rgba(255,255,255,.09);
}
.hero::after{content:'';position:absolute;right:9%;top:19%;width:min(40vw,580px);height:min(40vw,580px);border-radius:50%;z-index:1;background:radial-gradient(circle,rgba(185,145,255,.22),transparent 62%);filter:blur(4px);pointer-events:none}
.vl{display:none!important}
.hero-in{z-index:3!important;text-align:left!important;margin-left:max(20px,calc((100vw - 1280px)/2));margin-right:auto!important;max-width:1220px!important;width:calc(100% - 40px);display:grid;grid-template-columns:minmax(0,600px) minmax(360px,520px);gap:38px;align-items:center}
.h-badge{grid-column:1/2;width:max-content;margin:0 0 18px!important;padding:8px 14px!important;border:1px solid rgba(185,145,255,.28);border-radius:999px;background:rgba(185,145,255,.075);color:#c9b8ff!important;font-family:var(--fb),Inter,sans-serif;font-size:10px!important;letter-spacing:.18em!important;box-shadow:0 0 28px rgba(124,77,255,.12)}
.h-badge::before,.h-badge::after{width:22px!important}
.hero-avatar-wrap{grid-column:2/3;grid-row:1/8;justify-self:center;position:relative!important;width:min(460px,36vw)!important;height:min(460px,36vw)!important;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(255,255,255,.08),rgba(255,255,255,.02) 45%,transparent 70%);border:1px solid rgba(255,255,255,.08);box-shadow:0 0 80px rgba(124,77,255,.2),inset 0 0 60px rgba(255,255,255,.04);animation:none!important;opacity:1!important;transform:none!important;overflow:visible!important}
.hero-avatar-wrap::before{content:'';position:absolute;inset:-28px;border-radius:50%;background:conic-gradient(from 220deg,transparent,rgba(185,145,255,.65),transparent 32%,rgba(255,255,255,.55),transparent 58%,rgba(124,77,255,.6),transparent);filter:blur(8px);opacity:.54;animation:luxSpin 12s linear infinite}.hero-avatar-wrap::after{content:'';position:absolute;inset:8%;border-radius:50%;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 0 30px rgba(185,145,255,.12)}
.hero-avatar{content:url('/scrap-mark.png');width:42%!important;height:auto!important;object-fit:contain!important;border-radius:0!important;filter:drop-shadow(0 26px 44px rgba(0,0,0,.6)) drop-shadow(0 0 30px rgba(185,145,255,.42));z-index:2!important;position:relative}.hero-avatar-wrap img{border-radius:0!important}
.h-line{display:none!important}
.hero-wordmark{grid-column:1/2;font-family:var(--fd),Georgia,serif!important;font-size:clamp(52px,6.2vw,96px)!important;line-height:.9!important;letter-spacing:.04em!important;text-transform:uppercase!important;margin:0!important;max-width:640px;background:linear-gradient(180deg,#fff,#d7d7d5 38%,#7d65d8 72%,#f8f8f6);-webkit-background-clip:text;background-clip:text;color:transparent!important;text-shadow:0 20px 60px rgba(0,0,0,.32);animation:FU .95s var(--ease) .18s both!important}
#heroWordmark::after{content:'Premium Digital Experiences';display:block;margin-top:16px;font-family:var(--fb),Inter,sans-serif;font-size:clamp(13px,1.35vw,18px);line-height:1.65;letter-spacing:.03em;text-transform:none;font-weight:500;color:#c5c9d1;-webkit-text-fill-color:#c5c9d1;background:none;text-shadow:none;max-width:530px}.h-tag{grid-column:1/2;max-width:560px!important;margin:18px 0 0!important;color:#c8ccd3!important;font-size:15px!important;line-height:1.9!important;letter-spacing:.06em!important;text-align:left!important;text-transform:none!important;font-weight:400!important}
.h-btns{grid-column:1/2;justify-content:flex-start!important;margin-top:26px!important;gap:14px!important}.btn{min-height:54px;border-radius:15px!important;padding:0 25px!important;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:11px!important;letter-spacing:.12em!important}.btn-s{background:linear-gradient(135deg,#2a144e,#6332f8 55%,#9675ff)!important;border:1px solid rgba(185,145,255,.36)!important;box-shadow:0 18px 40px rgba(124,77,255,.24),inset 0 1px 0 rgba(255,255,255,.14)}.btn-g{background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.14)!important;color:#f1f1ef!important;backdrop-filter:blur(14px)}
.hero-stats-shell{grid-column:2/3;grid-row:5/9;align-self:end;justify-self:end;width:min(380px,100%)!important;margin:0!important;padding:18px!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(12,14,20,.82),rgba(5,6,10,.78))!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 24px 70px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.08)!important;backdrop-filter:blur(20px)}
.hero-stats-top{display:grid!important;gap:14px!important}.hero-server-meta{display:flex!important;align-items:center!important;gap:12px!important}.hero-server-kicker{font-size:10px!important;letter-spacing:.16em!important;color:#c9b8ff!important}.hero-server-name{font-size:30px!important;letter-spacing:.03em!important}.hero-server-sub{color:#aeb3bc!important}.hero-join-btn{width:100%;min-height:46px!important}.hero-stats-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-top:14px!important}.hero-stat-card{padding:12px 10px!important;border-radius:16px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.07)!important}.hero-stat-label{font-size:10px!important;color:#9da4b0!important}.hero-stat-value{font-size:18px!important;color:#fff!important}.hero-stat-copy{font-size:10px!important;color:#777f8d!important}
.scue{display:none!important}.sec{padding:80px 0!important}.sec+.sec{border-top:1px solid rgba(255,255,255,.07)!important}.w{max-width:1280px!important;padding:0 24px!important}.stg{font-size:10px!important;letter-spacing:.2em!important;color:#c5b3ff!important}.sh{font-size:clamp(36px,4.5vw,68px)!important;letter-spacing:.06em!important}.sh em{color:#aaaeb7!important}.fi-row,.ag{gap:48px!important}.fg3,.pg,.ap-grid{gap:16px!important}.fc,.pc,.qb,.pl,.pki,.abox,.form-lock,.ap-ok,.pnote,.support-widget,.modal,.tp,.guest-box,.terms-box,.mdone,.login-strip,.discord-menu-panel{background:linear-gradient(180deg,rgba(14,16,22,.78),rgba(7,8,12,.82))!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:24px!important;box-shadow:0 24px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06)!important;backdrop-filter:blur(16px)!important}.fc,.pc{transition:transform .22s var(--lux-ease),box-shadow .22s,border-color .22s!important}.fc:hover,.pc:hover,.abox:hover{transform:translateY(-6px)!important;border-color:rgba(185,145,255,.28)!important;box-shadow:0 34px 84px rgba(0,0,0,.46),0 0 34px rgba(124,77,255,.12)!important}.fc-media::after,.p-ico::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.44));pointer-events:none}.p-ico{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.01))!important}.p-badge{border-radius:999px!important;background:linear-gradient(135deg,#4b2fd5,#b991ff)!important;color:#fff!important;padding:6px 10px!important}.p-ft{gap:14px!important;align-items:center!important}.p-pr{color:#fff!important}.p-pr small{color:#aeb3bc!important;margin-right:4px}.buy,.fil,.tab,.otp-btn,.paypal-link-btn,.terms-accept,.support-actions button{border-radius:14px!important;min-height:44px!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important}.buy{background:linear-gradient(135deg,#2a144e,#6d36ff)!important;border-color:rgba(185,145,255,.34)!important}.buy:hover,.fil:hover,.tab:hover,.otp-btn:hover,.paypal-link-btn:hover,.terms-accept:hover,.support-actions button:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(0,0,0,.28),0 0 26px rgba(124,77,255,.12)}.fil.on,.tab.on,.tp.on{border-color:rgba(185,145,255,.42)!important;background:rgba(124,77,255,.14)!important}.store-dark{background:linear-gradient(180deg,rgba(5,6,10,.4),rgba(8,9,13,.72))!important}.s-head{align-items:flex-end!important;gap:22px!important}.fils{gap:10px!important}.pls{display:grid;gap:12px}.pl{padding:18px!important;border:1px solid rgba(255,255,255,.08)!important}.qb{padding:42px!important;overflow:hidden}.qb::after{content:'';position:absolute;inset:0;background:url('/scrap-banner.webp') right center/cover no-repeat;opacity:.16;pointer-events:none}.qt,.qa,.qmark,.qs{position:relative;z-index:1}.qmark{color:rgba(185,145,255,.2)!important}.ap-grid input,.ap-grid textarea,.ap-grid select,.support-identity input,.support-row input,.support-row textarea,.guest-box input,.otp-input,.modal input,.modal textarea{border-radius:16px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.11)!important;color:#fff!important;min-height:50px!important}.ap-grid textarea,.support-row textarea{min-height:120px!important}input:focus,textarea:focus,select:focus{border-color:rgba(185,145,255,.5)!important;box-shadow:0 0 0 4px rgba(124,77,255,.16)!important;outline:none!important}.support-fab{right:22px!important;bottom:22px!important;border-radius:18px!important;background:linear-gradient(135deg,#2a144e,#7c4dff)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 22px 55px rgba(124,77,255,.28)!important}.support-widget{right:22px!important;bottom:92px!important;width:min(410px,calc(100vw - 32px))!important}.ft{background:linear-gradient(180deg,rgba(4,5,8,.7),rgba(2,3,5,.96))!important;border-top:1px solid rgba(255,255,255,.08)!important}.ft-in{max-width:1280px!important;padding:38px 24px!important}.ft-logo img{content:url('/scrap-avatar.png')}.ft-links a,.ft-socials a,.ft-open{border-radius:14px!important;min-height:42px!important;background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.08)!important;padding:0 14px!important;display:inline-flex;align-items:center}.modal{width:min(920px,calc(100vw - 22px))!important;max-height:92vh;overflow:auto!important}.mt{position:sticky;top:0;background:linear-gradient(180deg,rgba(8,9,13,.96),rgba(8,9,13,.82))!important;z-index:5;border-bottom:1px solid rgba(255,255,255,.08);margin:-1px -1px 18px!important;padding:22px!important;border-radius:24px 24px 0 0}.mpn{font-size:clamp(26px,4vw,42px)!important}.terms-page,.checkout-page{font-family:Inter,system-ui,sans-serif;background:radial-gradient(circle at top,rgba(124,77,255,.16),transparent 30%),linear-gradient(180deg,#030405,#080a10)!important}.lux-simple-shell{min-height:100vh;display:grid;place-items:center;padding:26px;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.28)),url('/scrap-banner.webp') center/cover no-repeat}.lux-simple-card{width:min(960px,100%);padding:28px;border-radius:30px;background:linear-gradient(180deg,rgba(12,14,20,.82),rgba(5,6,10,.84));border:1px solid rgba(255,255,255,.12);box-shadow:var(--lux-shadow);backdrop-filter:blur(18px)}.lux-simple-head{display:flex;gap:18px;align-items:center;margin-bottom:22px}.lux-simple-head img{width:70px;height:70px;object-fit:contain;filter:drop-shadow(0 0 18px rgba(185,145,255,.38))}.lux-simple-card h1{font-size:clamp(34px,5vw,62px);line-height:1;margin:0;background:linear-gradient(180deg,#fff,#bfc3ca 60%,#8a72ff);-webkit-background-clip:text;color:transparent}.lux-simple-card p,.lux-simple-card li{color:#c9ced7;line-height:1.8}.lux-simple-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.lux-simple-box{padding:18px;border-radius:20px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08)}.lux-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.lux-btn{min-height:50px;border-radius:14px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);font-weight:800}.lux-btn.primary{background:linear-gradient(135deg,#2a144e,#7c4dff);border-color:rgba(185,145,255,.34)}
@keyframes luxSpin{to{transform:rotate(360deg)}}
@media (max-width:1100px){.hero-in{grid-template-columns:1fr;text-align:center!important;margin-inline:auto!important;width:min(100% - 28px,760px)!important}.h-badge,.hero-wordmark,.h-tag,.h-btns{grid-column:1!important;justify-self:center;text-align:center!important}.hero-avatar-wrap{grid-column:1!important;grid-row:auto!important;width:min(360px,70vw)!important;height:min(360px,70vw)!important}.hero-stats-shell{grid-column:1!important;grid-row:auto!important;justify-self:center!important}.h-btns{justify-content:center!important}.nav-links{display:none!important}.hbg{display:flex!important}}
@media (max-width:768px){body::before{opacity:.22}.nav{width:calc(100% - 20px);top:10px!important;border-radius:22px;padding:10px 12px!important}.logo::after{font-size:12px;letter-spacing:.1em}.logo img{width:28px!important;height:45px!important}.nav-cta{display:none!important}.hero{padding:106px 10px 46px!important}.hero::before{inset:78px 10px 24px;border-radius:26px}.hero-wordmark{font-size:clamp(46px,14vw,70px)!important}.hero-wordmark::after{font-size:14px}.h-tag{font-size:13px!important}.h-btns{width:100%;flex-direction:column}.btn{width:100%}.hero-stats-shell{width:100%!important}.hero-stats-grid{grid-template-columns:1fr!important}.sec{padding:76px 0!important}.w{padding:0 16px!important}.fi-row,.ag,.pg,.fg3,.ap-grid{grid-template-columns:1fr!important}.qb{padding:24px!important}.fc,.pc{border-radius:20px!important}.lux-simple-grid{grid-template-columns:1fr}.lux-simple-head{align-items:flex-start}.lux-actions{flex-direction:column}.lux-btn{width:100%}.support-widget{left:10px!important;right:10px!important;width:auto!important}}


/* === Scrap Luxury Fix 2: user-requested layout corrections === */
#navDiscordBtn.is-logged-in,
#navDiscordBtn[hidden]{display:none!important;visibility:hidden!important;pointer-events:none!important}
.nav-user{display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);overflow:hidden;padding:0!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 30px rgba(0,0,0,.28)}
.nav-user img{width:100%!important;height:100%!important;border-radius:999px!important;object-fit:cover!important}
.discord-menu[style*="block"]{display:block!important}

.hero{min-height:calc(100vh - 18px)!important;padding:96px 22px 42px!important;align-items:flex-start!important}
.hero::before{inset:74px max(24px,calc((100vw - 1390px)/2)) 28px!important;border-radius:34px;background:linear-gradient(90deg,rgba(6,7,11,.92),rgba(6,7,11,.62) 42%,rgba(6,7,11,.28)),url('/scrap-banner.webp') center/cover no-repeat!important}
.hero::after{right:18%!important;top:21%!important;width:min(34vw,470px)!important;height:min(34vw,470px)!important;opacity:.72!important}
.hero-in{grid-template-columns:minmax(430px,560px) minmax(270px,360px) minmax(280px,340px)!important;gap:24px!important;align-items:center!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;padding-top:62px!important;width:calc(100% - 40px)!important}
.hero-avatar-wrap{grid-column:2/3!important;grid-row:1/7!important;width:min(390px,28vw)!important;height:min(390px,28vw)!important;justify-self:center!important;background:radial-gradient(circle at 48% 44%,rgba(255,255,255,.13),rgba(185,145,255,.16) 35%,rgba(0,0,0,.08) 58%,transparent 72%)!important;border-color:rgba(255,255,255,.16)!important;box-shadow:0 0 80px rgba(124,77,255,.22), inset 0 0 70px rgba(255,255,255,.07)!important}
.hero-avatar-wrap::before{inset:-20px!important;opacity:.64!important;filter:blur(7px)!important}
.hero-avatar-wrap::after{inset:9%!important;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.015));box-shadow:inset 0 0 46px rgba(185,145,255,.14),0 0 0 1px rgba(255,255,255,.08)!important}
.hero-avatar{width:64%!important;max-width:245px!important;min-width:150px!important;filter:drop-shadow(0 30px 46px rgba(0,0,0,.62)) drop-shadow(0 0 42px rgba(185,145,255,.6))!important}
.hero-stats-shell{grid-column:3/4!important;grid-row:1/7!important;align-self:center!important;justify-self:end!important;width:100%!important;margin:0!important;transform:translateY(14px);padding:22px!important;border-radius:26px!important}
.hero-stats-top{gap:16px!important}.hero-server-meta{align-items:flex-start!important}.hero-server-icon{width:64px!important;height:64px!important;border-radius:18px!important;display:block!important}.hero-server-kicker{letter-spacing:.2em!important}.hero-server-name{font-family:var(--fd),Georgia,serif!important;font-size:34px!important;line-height:1.05!important}.hero-stats-grid{grid-template-columns:1fr!important;gap:10px!important}.hero-stat-card{display:grid!important;grid-template-columns:1fr auto;align-items:end;padding:16px!important}.hero-stat-label{grid-column:1/-1}.hero-stat-value{font-size:31px!important}.hero-stat-copy{text-align:right!important}
.hero-wordmark{font-size:clamp(54px,5.2vw,84px)!important;max-width:550px!important}
#heroWordmark::after{content:'Store · Community · Applications'!important;color:#d2d5dd!important;-webkit-text-fill-color:#d2d5dd!important;letter-spacing:.12em!important;text-transform:uppercase!important;font-size:clamp(11px,1vw,15px)!important;margin-top:18px!important}
.h-tag{font-size:clamp(16px,1.35vw,21px)!important;letter-spacing:.12em!important;color:#f0eef8!important;font-weight:700!important;text-transform:none!important;text-shadow:0 0 26px rgba(185,145,255,.22)}
.h-badge{margin-bottom:20px!important}

#apply .ap-grid{grid-template-columns:minmax(320px,500px) minmax(420px,1fr)!important;gap:38px!important;align-items:start!important;justify-content:initial!important}
#apply .ap-grid > :first-child{text-align:left!important;position:sticky;top:110px;align-self:start}
#apply .pklist{max-width:none!important;margin:26px 0 0!important}
#apply .abox{padding:34px!important}
#apply .sh{font-size:clamp(42px,5vw,72px)!important}
#apply .pki{padding:18px 20px!important;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.018))!important}
#apply .login-strip{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important;padding:14px!important;border-radius:18px!important}
#apply .fg{margin-top:14px!important}.sub{border-radius:16px!important;min-height:54px!important;background:linear-gradient(135deg,#2a144e,#7c4dff)!important;border:1px solid rgba(185,145,255,.38)!important;color:#fff!important;box-shadow:0 18px 44px rgba(124,77,255,.22)!important}

@media (max-width:1180px){
  .hero{padding-top:98px!important}
  .hero-in{grid-template-columns:1fr!important;max-width:820px!important;text-align:center!important;padding-top:38px!important}
  .h-badge,.hero-wordmark,.h-tag,.h-btns,.hero-avatar-wrap,.hero-stats-shell{grid-column:1!important;grid-row:auto!important;justify-self:center!important;text-align:center!important}
  .h-btns{justify-content:center!important}.hero-avatar-wrap{width:min(360px,72vw)!important;height:min(360px,72vw)!important}.hero-stats-shell{width:min(430px,100%)!important;transform:none!important}.hero-stats-grid{grid-template-columns:repeat(3,1fr)!important}.hero-stat-card{display:block!important;text-align:left!important}.hero-stat-copy{text-align:left!important}
  #apply .ap-grid{grid-template-columns:1fr!important}#apply .ap-grid > :first-child{position:relative;top:auto;text-align:center!important}#apply .pklist{max-width:760px!important;margin:26px auto 0!important}
}
@media (max-width:768px){
  .hero{padding:88px 10px 38px!important;min-height:auto!important}.hero::before{inset:66px 10px 18px!important}.hero-in{width:calc(100% - 20px)!important;padding-top:34px!important}.hero-wordmark{font-size:clamp(44px,13.5vw,68px)!important}.h-tag{font-size:14px!important;letter-spacing:.08em!important}.hero-stats-grid{grid-template-columns:1fr!important}.hero-avatar{width:60%!important;min-width:130px!important}#apply .abox{padding:20px!important}#apply .login-strip{display:grid!important;grid-template-columns:1fr!important}#apply .login-strip .btn{width:100%!important}
}


/* === Scrap Luxury Fix 3: group-only public identity, circular logo, no checkout blank space === */
html,body{min-height:100%!important;overflow-x:hidden!important}
/* Critical: previous layer made #ov relative, which left the invisible checkout modal in page flow and created huge blank space under the footer. */
#ov{position:fixed!important;inset:0!important;z-index:20000!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0!important;pointer-events:none!important;padding:16px!important;overflow:auto!important}
#ov:not(.on){visibility:hidden!important}
#ov.on{visibility:visible!important;opacity:1!important;pointer-events:all!important}
.ft{margin-bottom:0!important;padding-bottom:24px!important}
.ft-bot{margin-bottom:0!important;padding-bottom:0!important}
body{padding-bottom:0!important}

/* Public site is now positioned as a Scrap Group community/application portal, not a store-first page. */
#store{display:block!important}
#navStore,#mobStore,.ft-links a[href="#store"]{display:inline-flex!important}
.logo img{content:url('/scrap-mark.png')!important;width:46px!important;height:46px!important;object-fit:cover!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.14)!important;filter:drop-shadow(0 0 18px rgba(185,145,255,.38)) drop-shadow(0 12px 30px rgba(0,0,0,.42))!important}
.ft-logo img,.top-logo::before{content:url('/scrap-avatar.png')!important;background:none!important;border-radius:999px!important}
.hero-avatar-wrap{overflow:hidden!important;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.12),rgba(185,145,255,.18) 36%,rgba(0,0,0,.1) 62%,transparent 74%)!important}
.hero-avatar{content:url('/scrap-avatar.png')!important;width:72%!important;max-width:300px!important;min-width:180px!important;border-radius:999px!important;object-fit:cover!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 25px 70px rgba(0,0,0,.55),0 0 60px rgba(185,145,255,.18)!important;filter:none!important;background:#05060a!important}
#heroWordmark::after{content:'Community'!important;color:#d8dae2!important;-webkit-text-fill-color:#d8dae2!important;letter-spacing:.13em!important;text-transform:uppercase!important;font-size:clamp(11px,1vw,15px)!important;margin-top:18px!important}
#heroTag{max-width:560px!important;color:#edeaf6!important;font-weight:800!important;letter-spacing:.11em!important;text-transform:none!important}
.hero .h-badge{white-space:nowrap!important}
.hero-stats-shell{background:linear-gradient(180deg,rgba(13,15,21,.9),rgba(4,5,8,.86))!important;border-color:rgba(255,255,255,.13)!important}
.hero-server-sub::after{content:' Members, presence, and voice activity.';}
.hero-join-btn{background:linear-gradient(135deg,#2a144e,#7c4dff)!important}

/* Apply section: group wording and stronger left/right layout. */
#apply .stg::after{content:' · Group Entry';color:#8b7db7;letter-spacing:.14em}
#apply .sh em{color:#d6d2df!important}
#apply .pki strong{color:#f3f0ff!important}
@media (min-width:1181px){
  #apply .ap-grid{grid-template-columns:minmax(420px,520px) minmax(520px,1fr)!important;align-items:start!important}
  #apply .abox{max-width:760px;margin-left:auto!important}
}
@media (max-width:768px){
  .logo img{width:42px!important;height:42px!important}
  .hero-avatar{width:76%!important;min-width:190px!important}
  #heroWordmark::after{font-size:12px!important;letter-spacing:.08em!important}
}


/* Fix 4 — precise hero spacing, fixed support, circular logo, and balanced Discord card */
html,body{
  min-height:100%;
}
body{
  overflow-x:hidden!important;
}
body> .support-fab,
body> .support-widget{
  position:fixed!important;
}

/* Keep support visible everywhere on the homepage */
.support-fab{
  position:fixed!important;
  left:24px!important;
  right:auto!important;
  bottom:24px!important;
  z-index:30000!important;
  width:56px!important;
  height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#2a144e 0%,#6d36ff 55%,#8d6bff 100%)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 22px 60px rgba(124,77,255,.34), inset 0 1px 0 rgba(255,255,255,.16)!important;
}
.support-widget{
  position:fixed!important;
  left:24px!important;
  right:auto!important;
  bottom:94px!important;
  z-index:30001!important;
  width:min(420px,calc(100vw - 40px))!important;
  max-height:min(78vh,760px)!important;
  overflow:auto!important;
}
.support-widget.open{
  display:block!important;
}

/* Remove extra top/drop spacing and keep first view premium */
.nav{
  top:14px!important;
}
.hero{
  min-height:auto!important;
  padding:96px 22px 46px!important;
  align-items:flex-start!important;
  justify-content:center!important;
}
.hero::before{
  inset:78px max(24px,calc((100vw - 1390px)/2)) 26px!important;
  border-radius:32px!important;
}
.hero::after{
  right:28%!important;
  top:34%!important;
  width:360px!important;
  height:360px!important;
  opacity:.42!important;
  filter:blur(6px)!important;
}
.hero-in{
  margin-top:0!important;
  min-height:0!important;
  align-items:center!important;
  grid-template-columns:minmax(0,560px) minmax(230px,320px) minmax(310px,360px)!important;
  gap:34px!important;
  max-width:1280px!important;
  width:calc(100% - 40px)!important;
  padding:52px 38px 42px!important;
}

/* Real circular Scrap logo in the hero */
.hero-avatar-wrap{
  grid-column:2/3!important;
  grid-row:1/8!important;
  width:min(320px,24vw)!important;
  height:min(320px,24vw)!important;
  min-width:230px!important;
  min-height:230px!important;
  overflow:visible!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(185,145,255,.30),rgba(124,77,255,.13) 42%,rgba(255,255,255,.055) 63%,transparent 76%)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 0 65px rgba(124,77,255,.20), inset 0 0 45px rgba(255,255,255,.04)!important;
}
.hero-avatar-wrap::before{
  inset:-14px!important;
  opacity:.42!important;
  filter:blur(7px)!important;
}
.hero-avatar-wrap::after{
  inset:11%!important;
  border-color:rgba(255,255,255,.12)!important;
}
.hero-avatar,
.hero-avatar-wrap img{
  content:url('/scrap-round.png')!important;
  width:190px!important;
  height:190px!important;
  min-width:0!important;
  max-width:none!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
  object-fit:cover!important;
  display:block!important;
  background:transparent!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.48),0 0 44px rgba(185,145,255,.16)!important;
  filter:none!important;
  clip-path:circle(50%)!important;
}

/* Move Live Discord to the side, away from the logo */
.hero-stats-shell{
  grid-column:3/4!important;
  grid-row:1/8!important;
  align-self:center!important;
  justify-self:stretch!important;
  width:100%!important;
  max-width:350px!important;
  margin-left:0!important;
  padding:22px!important;
  border-radius:26px!important;
}
.hero-stats-grid{
  grid-template-columns:1fr!important;
  gap:10px!important;
}
.hero-stat-card{
  display:grid!important;
  grid-template-columns:1fr auto!important;
  align-items:end!important;
  min-height:74px!important;
  padding:15px!important;
}
.hero-stat-label{
  grid-column:1/-1!important;
}
.hero-stat-value{
  font-size:30px!important;
  line-height:1!important;
}
.hero-stat-copy{
  text-align:right!important;
  align-self:end!important;
}
.hero-server-name{
  font-size:32px!important;
}
.hero-server-sub{
  max-width:220px!important;
}

/* Keep footer compact and prevent hidden UI from creating page length */
.ft{
  margin-bottom:0!important;
  padding-bottom:0!important;
}
.ft-in{
  padding-bottom:26px!important;
}
#ov{
  position:fixed!important;
  inset:0!important;
  max-height:100vh!important;
}

/* Responsive hero refinement */
@media (max-width:1180px){
  .hero{
    padding:92px 16px 38px!important;
  }
  .hero::before{
    inset:76px 14px 22px!important;
  }
  .hero-in{
    width:100%!important;
    padding:36px 22px 30px!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
    text-align:center!important;
    justify-items:center!important;
  }
  .hero-avatar-wrap{
    grid-column:1!important;
    grid-row:auto!important;
    width:250px!important;
    height:250px!important;
    min-width:0!important;
    min-height:0!important;
  }
  .hero-avatar,
  .hero-avatar-wrap img{
    width:160px!important;
    height:160px!important;
  }
  .hero-stats-shell{
    grid-column:1!important;
    grid-row:auto!important;
    max-width:520px!important;
    width:100%!important;
  }
  .h-badge,
  .hero-wordmark,
  #heroTag,
  .h-btns{
    grid-column:1!important;
    justify-self:center!important;
    text-align:center!important;
  }
  .hero-stats-grid{
    grid-template-columns:repeat(3,1fr)!important;
  }
  .hero-stat-card{
    grid-template-columns:1fr!important;
    text-align:left!important;
  }
  .hero-stat-copy{
    text-align:left!important;
  }
}
@media (max-width:768px){
  .hero{
    padding:86px 10px 30px!important;
  }
  .hero::before{
    inset:72px 8px 18px!important;
    border-radius:24px!important;
  }
  .hero-in{
    padding:28px 16px 24px!important;
  }
  .hero-avatar-wrap{
    width:210px!important;
    height:210px!important;
  }
  .hero-avatar,
  .hero-avatar-wrap img{
    width:132px!important;
    height:132px!important;
  }
  .hero-stats-grid{
    grid-template-columns:1fr!important;
  }
  .support-fab{
    left:16px!important;
    bottom:calc(env(safe-area-inset-bottom,0px) + 16px)!important;
  }
  .support-widget{
    left:10px!important;
    right:10px!important;
    bottom:calc(env(safe-area-inset-bottom,0px) + 84px)!important;
    width:auto!important;
    max-height:72vh!important;
  }
}

/* === Scrap Luxury Fix 5: final precision pass === */
/* Force navbar back to true fixed position. A previous global selector made body children relative, which caused the nav/hero to visually drop down. */
.nav{
  position:fixed!important;
  top:14px!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:min(1320px,calc(100% - 36px))!important;
  z-index:50000!important;
}
.nav.stuck{top:10px!important}
.logo img{
  content:url('/scrap-s.png')!important;
  width:42px!important;
  height:42px!important;
  object-fit:contain!important;
  border-radius:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:drop-shadow(0 0 16px rgba(185,145,255,.48)) drop-shadow(0 14px 28px rgba(0,0,0,.45))!important;
}
.logo::after{letter-spacing:.16em!important}

/* Hide custom cursor dots/circles for a cleaner premium look. */
#cdot,#cring{display:none!important;visibility:hidden!important;opacity:0!important}
body{cursor:auto!important}
a,button,.btn,.nav-cta,.buy,.fil,.tab{cursor:pointer!important}

/* Tighten the first screen and remove the top visual gap. */
.hero{
  min-height:calc(100vh - 8px)!important;
  padding:64px 18px 34px!important;
  align-items:flex-start!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.hero::before{
  inset:54px max(18px,calc((100vw - 1320px)/2)) 24px!important;
  border-radius:30px!important;
}
.hero::after{
  right:29%!important;
  top:34%!important;
  width:310px!important;
  height:310px!important;
  opacity:.38!important;
  filter:blur(8px)!important;
}
.hero-in{
  width:min(1240px,calc(100% - 28px))!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:24px 34px 34px!important;
  display:grid!important;
  grid-template-columns:minmax(420px,560px) minmax(220px,280px) minmax(300px,340px)!important;
  gap:36px!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:left!important;
}
.h-badge{margin-bottom:14px!important}
.hero-wordmark{
  font-size:clamp(54px,5.15vw,82px)!important;
  max-width:540px!important;
}
#heroWordmark::after{
  content:''!important;
}
#heroTag{
  margin-top:16px!important;
  font-size:clamp(16px,1.25vw,20px)!important;
  line-height:1.75!important;
  max-width:560px!important;
}
.h-btns{margin-top:22px!important}

/* Center hero mark uses the round Scrap logo inside the orb. */
.hero-avatar-wrap{
  grid-column:2/3!important;
  grid-row:1/7!important;
  width:252px!important;
  height:252px!important;
  min-width:252px!important;
  min-height:252px!important;
  justify-self:center!important;
  align-self:center!important;
  overflow:visible!important;
  border-radius:50%!important;
  background:radial-gradient(circle at 50% 50%,rgba(185,145,255,.23),rgba(124,77,255,.10) 42%,rgba(255,255,255,.045) 62%,transparent 74%)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 0 54px rgba(124,77,255,.19), inset 0 0 42px rgba(255,255,255,.05)!important;
}
.hero-avatar-wrap::before{
  inset:-18px!important;
  border-radius:50%!important;
  opacity:.48!important;
  filter:blur(7px)!important;
}
.hero-avatar-wrap::after{
  inset:12%!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.015))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:inset 0 0 34px rgba(185,145,255,.13)!important;
}
.hero-avatar,
.hero-avatar-wrap img{
  content:url('/scrap-round.png')!important;
  width:154px!important;
  height:154px!important;
  min-width:0!important;
  max-width:none!important;
  object-fit:cover!important;
  border-radius:50%!important;
  clip-path:circle(50%)!important;
  background:transparent!important;
  border:1px solid rgba(255,255,255,.16)!important;
  box-shadow:0 24px 40px rgba(0,0,0,.52), 0 0 22px rgba(185,145,255,.20)!important;
  filter:none!important;
  z-index:2!important;
  position:relative!important;
}

/* Keep Live Discord separate from the S mark and visually lighter. */
.hero-stats-shell{
  grid-column:3/4!important;
  grid-row:1/7!important;
  align-self:center!important;
  justify-self:stretch!important;
  max-width:340px!important;
  width:100%!important;
  margin:0!important;
  transform:none!important;
  padding:20px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg,rgba(12,14,20,.88),rgba(5,6,10,.84))!important;
}
.hero-stats-top{gap:14px!important}
.hero-server-icon{display:none!important}
.hero-server-name{font-size:30px!important;line-height:1.05!important}
.hero-server-sub{max-width:240px!important;line-height:1.55!important}
.hero-server-sub::after{content:''!important}
.hero-join-btn{width:100%!important;margin-top:4px!important}
.hero-stats-grid{grid-template-columns:1fr!important;gap:10px!important}
.hero-stat-card{
  min-height:70px!important;
  padding:14px 15px!important;
  grid-template-columns:1fr auto!important;
  align-items:end!important;
}
.hero-stat-value{font-size:28px!important}
.hero-stat-copy{font-size:11px!important;text-align:right!important}

/* Support stays visible everywhere on homepage, but only the widget opens when JS toggles it. */
.support-fab{
  position:fixed!important;
  left:24px!important;
  right:auto!important;
  bottom:24px!important;
  z-index:2147483000!important;
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}
.support-widget{
  position:fixed!important;
  left:24px!important;
  right:auto!important;
  bottom:92px!important;
  z-index:2147483001!important;
}
.support-widget:not(.open){display:none!important}
.support-widget.open{display:block!important}

@media (max-width:1180px){
  .hero{padding:88px 14px 32px!important;min-height:auto!important}
  .hero::before{inset:72px 12px 18px!important}
  .hero-in{
    width:100%!important;
    padding:34px 20px 26px!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
    text-align:center!important;
    justify-items:center!important;
  }
  .h-badge,.hero-wordmark,#heroTag,.h-btns,.hero-avatar-wrap,.hero-stats-shell{
    grid-column:1!important;
    grid-row:auto!important;
    justify-self:center!important;
    text-align:center!important;
  }
  .h-btns{justify-content:center!important}
  .hero-avatar-wrap{width:220px!important;height:220px!important;min-width:0!important;min-height:0!important}
  .hero-avatar,.hero-avatar-wrap img{width:108px!important;height:138px!important}
  .hero-stats-shell{max-width:460px!important;width:100%!important}
  .hero-stat-copy{text-align:left!important}
}
@media (max-width:768px){
  .nav{top:10px!important;width:calc(100% - 20px)!important}
  .logo img{width:36px!important;height:36px!important}
  .hero{padding:78px 10px 24px!important}
  .hero::before{inset:66px 8px 14px!important;border-radius:22px!important}
  .hero-in{padding:26px 14px 22px!important}
  .hero-wordmark{font-size:clamp(42px,13vw,64px)!important}
  #heroTag{font-size:14px!important;letter-spacing:.06em!important}
  .hero-avatar-wrap{width:190px!important;height:190px!important}
  .hero-avatar,.hero-avatar-wrap img{width:92px!important;height:118px!important}
  .support-fab{left:16px!important;bottom:16px!important}
  .support-widget{left:10px!important;right:10px!important;width:auto!important;bottom:82px!important}
}
