:root{
--bg:#080c11;--panel:#101821;--panel2:#151d27;--gold:#d3ad36;--gold2:#806817;
--text:#f5f7f8;--muted:#9aa6b2;--line:#2a3945;--green:#76d68b;--red:#ef6b72;--blue:#5865f2;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 75% 0,#3b3217 0,#11171e 25%,#080c11 62%);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif}
a{color:inherit;text-decoration:none}
.appShell{display:grid;grid-template-columns:220px 1fr;min-height:100vh}
.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,#20302e,#111820);border-right:1px solid #594b1d;padding:18px 12px}
.brand{display:flex;justify-content:space-between;align-items:center;font-family:Georgia,serif;font-weight:800;font-size:19px;margin-bottom:28px}.diamond{font-size:38px;filter:drop-shadow(0 0 14px #8de7ff)}
nav a{display:block;padding:12px;margin:7px 0;border:1px solid #32434d;border-radius:8px;background:#1d292b;font-weight:800;font-size:13px}nav a:hover{border-color:var(--gold)}
.logoutBtn{position:absolute;left:12px;right:12px;bottom:18px;padding:11px;text-align:center;border:1px solid #5a3434;background:#281919;border-radius:8px}
main{padding:0 20px 50px;min-width:0}.topbar{height:64px;margin:0 -20px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:linear-gradient(90deg,#6b591d99,#1b242aa8);border-bottom:1px solid #6e5a1d}.topbar small,.hero small,.sectionTitle small{color:#f1ce54;font-weight:900;font-size:10px}.topbar h1{margin:2px 0 0;font-size:25px}.topUser{display:flex;align-items:center;gap:10px}.avatar{width:44px;height:44px;border:2px solid var(--gold);border-radius:50%;object-fit:cover}.badge{padding:7px 10px;border:1px solid #75631f;background:#33301d;color:#f1d25c;border-radius:8px;font-weight:900;font-size:11px}
.hero{height:165px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;border:1px solid #9b7b1d;border-radius:0 0 8px 8px;background:linear-gradient(90deg,rgba(6,10,14,.92),rgba(6,10,14,.12)),linear-gradient(135deg,#27323d,#111,#5b4112);padding:0 18px}.hero h2{font-size:35px;margin:5px 0}.hero p{max-width:700px;font-size:13px;font-weight:700;color:#d0d6db}.heroDiamond{font-size:140px;opacity:.62;filter:drop-shadow(0 0 20px #fff);margin-right:22%}
.ticker{height:31px;overflow:hidden;white-space:nowrap;border:1px solid #77641e;background:#151a16;border-radius:7px;margin:8px 0}.tickerTrack{display:inline-flex;gap:44px;padding-left:20px;line-height:29px;color:#dbc766;font-size:11px;animation:marquee 34s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}
.panel{margin:10px 0;padding:14px;border:1px solid #2c3945;border-radius:7px;background:#0f161f}.sectionTitle{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sectionTitle h2{margin:2px 0;font-size:27px}.sectionTitle p{margin:3px 0;color:var(--muted);font-size:12px}
.wheelGrid{display:grid;grid-template-columns:minmax(330px,620px) minmax(260px,1fr);gap:18px;align-items:center}.wheelBox{position:relative;display:grid;place-items:center}.pointer{position:absolute;top:-2px;font-size:42px;color:#f1d153;z-index:3}#wheelCanvas{width:min(100%,560px);height:auto;filter:drop-shadow(0 0 28px #000)}.wheelSide h3{font-size:28px;margin:0 0 7px}.wheelSide p{color:var(--muted);line-height:1.5}.goldBtn{width:100%;padding:14px 18px;border:1px solid #d4b13b;background:linear-gradient(#edd56e,#977119);border-radius:8px;color:#151109;font-size:16px;font-weight:1000;cursor:pointer}.goldBtn:disabled{opacity:.5}.spinResult{min-height:62px;margin-top:12px;padding:16px;border:1px solid #5c5020;background:#1b1d15;border-radius:8px;text-align:center;font-size:22px;font-weight:900}.prizeList{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:12px}.prize{padding:9px;background:#171f28;border:1px solid #303e49;border-radius:6px;font-size:12px}
.moneyGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.moneyGrid.compact{grid-template-columns:1fr 1fr}.moneyCard{padding:16px;background:#111b26;border:1px solid #2d3c49;border-radius:7px}.moneyCard span{font-size:10px;color:#a8b5bf;font-weight:900}.moneyCard strong{display:block;font-size:28px;margin:6px 0}.moneyCard small{color:var(--muted)}.subHeading{margin:22px 0 10px}.rewardList{display:grid;gap:8px}.rewardItem{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid #303c47;background:#141c25;border-radius:7px}.rewardItem.claimed{opacity:.55}.rewardMain b{display:block}.rewardMain small{color:var(--muted)}.status{font-size:11px;font-weight:900;padding:6px 8px;border-radius:6px}.pending{background:#483d16;color:#f1d260}.done{background:#163b24;color:#8ee0a0}
.search{width:100%;padding:11px;margin-bottom:10px;background:#202732;color:white;border:1px solid #45525d;border-radius:6px}.adminGrid{display:grid;grid-template-columns:300px 1fr;gap:14px}.adminPeople{max-height:560px;overflow:auto;border-right:1px solid #34424e}.adminRow{padding:11px;border-bottom:1px solid #283540;cursor:pointer}.adminRow:hover,.adminRow.active{background:#262718}.adminRow b{display:block}.adminRow small{color:var(--muted)}.adminDetails{padding:4px 8px}.claimBtn{margin-top:8px;width:100%;padding:9px;border:1px solid #78661e;background:#302918;color:#f5d666;border-radius:6px;font-weight:900;cursor:pointer}.claimBtn:disabled{opacity:.45}.emptyState{color:var(--muted);padding:30px;text-align:center}.muted{color:var(--muted)}.hidden{display:none!important}
.adminOnly{display:none}.isAdmin .adminOnly{display:block}
.loginPage{min-height:100vh;display:grid;place-items:center;padding:20px}.loginCard{width:min(520px,100%);padding:34px;border:1px solid #75621e;border-radius:14px;background:linear-gradient(145deg,#151d25,#0d1218);box-shadow:0 30px 90px #0008;text-align:center}.bigDiamond{font-size:82px;filter:drop-shadow(0 0 24px #a4ecff)}.eyebrow{color:#f0ce54;font-weight:900;font-size:11px}.loginCard h1{font-size:32px}.loginCard p,.loginNote{color:var(--muted);line-height:1.6}.discordBtn{display:block;margin:22px 0 14px;padding:14px;border-radius:8px;background:#5865f2;color:white;font-weight:900}.loginNote{font-size:12px}
@media(max-width:950px){.appShell{grid-template-columns:1fr}.sidebar{display:none}main{padding:0 10px 30px}.topbar{margin:0 -10px}.wheelGrid,.adminGrid{grid-template-columns:1fr}.moneyGrid,.moneyGrid.compact{grid-template-columns:1fr}.heroDiamond{margin-right:0}.prizeList{grid-template-columns:1fr}}


/* ===== Osobny Panel Zarządu ===== */
.adminPage{background:radial-gradient(circle at 20% 0,#302b15 0,#0a1016 26%,#080c11 60%)}
.adminPageShell{min-height:100vh}
.adminTopbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-bottom:1px solid #6f5b1d;background:rgba(10,15,20,.94);backdrop-filter:blur(14px)}
.adminTopbar h1{margin:2px 0 0;font-size:30px}.adminTopbar p{margin:4px 0 0;color:var(--muted)}
.adminTopUser{display:flex;align-items:center;gap:12px}.adminTopUser b{display:block}.adminTopUser small{color:var(--muted);font-size:9px}
.backBtn{padding:10px 12px;border:1px solid #46535e;border-radius:8px;background:#121a23;font-weight:800}
.adminWorkspace{display:grid;grid-template-columns:390px 1fr;gap:16px;padding:18px 24px 40px}
.adminBrowser,.adminRewardPanel{border:1px solid #2f3d48;background:#0f161f;border-radius:10px;min-height:calc(100vh - 130px)}
.adminBrowser{padding:14px}.adminRewardPanel{padding:20px}
.adminBrowserHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.adminBrowserHead h2{margin:3px 0}
.employeeCards{display:grid;gap:8px;max-height:calc(100vh - 240px);overflow:auto;padding-right:4px}
.employeeCard{width:100%;display:grid;grid-template-columns:58px 1fr auto;gap:11px;align-items:center;padding:10px;border:1px solid #2f3c47;border-radius:9px;background:#121b24;color:white;text-align:left;cursor:pointer}
.employeeCard:hover{border-color:#6f6128;background:#18212a}.employeeCard.active{border-color:#d3ad36;background:linear-gradient(90deg,#2d2918,#161f28)}
.employeeAvatarWrap{width:54px;height:54px}.employeeAvatar{width:54px;height:54px;border-radius:50%;object-fit:cover;border:2px solid #7b6826;background:#1d2630}.employeeAvatar.fallback{display:grid;place-items:center;font-size:24px}
.employeeInfo b{display:block;font-size:14px}.employeeInfo span{display:block;color:#c6d0d8;font-size:11px;margin-top:2px}.employeeInfo small{display:block;color:#8fa0ad;font-size:10px;margin-top:3px}
.employeeRewards{display:grid;gap:4px;text-align:right;font-size:10px;color:#e7cc66}
.adminEmpty{min-height:480px;display:grid;place-content:center;text-align:center;color:var(--muted)}.adminEmpty.compact{min-height:180px}.adminEmptyIcon{font-size:58px}.adminEmpty h2,.adminEmpty h3{color:white;margin-bottom:6px}
.selectedPersonHeader{display:flex;gap:16px;align-items:center;padding-bottom:16px;border-bottom:1px solid #2e3b46}.selectedPersonHeader h2{margin:3px 0;font-size:29px}.selectedAvatar{width:78px;height:78px;border-radius:50%;object-fit:cover;border:3px solid #d3ad36;background:#18212a}
.rewardInstruction{margin:16px 0;padding:11px 13px;border:1px solid #574b20;background:#211f14;border-radius:7px;color:#e5d486;font-size:12px}
.rewardChoices{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:10px}
.rewardChoice{position:relative;display:grid;grid-template-columns:52px 1fr 32px;gap:12px;align-items:center;padding:14px;border:1px solid #33424e;border-radius:9px;background:#121b24;color:white;text-align:left;cursor:pointer}
.rewardChoice:hover{border-color:#7b6928}.rewardChoice.selected{border-color:#e0bd43;background:linear-gradient(110deg,#302a16,#15202a);box-shadow:0 0 0 1px #b4932a inset}
.rewardChoiceIcon{font-size:29px;text-align:center}.rewardChoiceBody b{display:block}.rewardChoiceBody strong{display:block;color:#f0d15a;font-size:20px;margin-top:3px}.rewardChoiceBody small{display:block;color:var(--muted);margin-top:4px}
.rewardChoiceCheck{width:28px;height:28px;border:1px solid #475660;border-radius:50%;display:grid;place-items:center;color:transparent}.rewardChoice.selected .rewardChoiceCheck{background:#d6b23e;color:#17120a;border-color:#d6b23e;font-weight:1000}
.payoutDock{position:sticky;bottom:12px;margin-top:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #6b581d;border-radius:10px;background:rgba(27,27,18,.96);box-shadow:0 18px 50px #0008;backdrop-filter:blur(10px)}
.payoutDock small{display:block;color:#e6cd65;font-weight:900}.payoutDock strong{display:block;margin-top:3px}.payoutRewardBtn{padding:13px 20px;border:1px solid #e0bd43;border-radius:8px;background:linear-gradient(#e3c454,#9c771e);color:#17120a;font-weight:1000;cursor:pointer}.payoutRewardBtn:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:950px){.adminTopbar{align-items:flex-start;gap:12px}.adminTopUser{flex-wrap:wrap;justify-content:flex-end}.adminWorkspace{grid-template-columns:1fr;padding:10px}.adminBrowser,.adminRewardPanel{min-height:auto}.employeeCards{max-height:420px}.rewardChoices{grid-template-columns:1fr}.payoutDock{flex-direction:column;align-items:stretch}.payoutRewardBtn{width:100%}}

/* Nawigacja w tej samej karcie */
body{
  animation:pageFadeIn .18s ease-out;
}
@keyframes pageFadeIn{
  from{opacity:.35;transform:translateY(3px)}
  to{opacity:1;transform:translateY(0)}
}


.grantSpinCard{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  margin:16px 0;
  padding:14px 16px;
  border:1px solid #5e5121;
  border-radius:9px;
  background:linear-gradient(110deg,#211f14,#121b24);
}
.grantSpinCard h3{margin:4px 0;font-size:20px}
.grantSpinCard p{margin:4px 0;color:var(--muted);font-size:12px;max-width:650px}
.grantSpinActions{display:grid;gap:8px;text-align:right}
.grantSpinActions span{font-size:12px;color:#e7cf6a}
.grantSpinActions>div{display:flex;gap:8px;justify-content:flex-end}
.grantSpinActions input{
  width:76px;
  padding:9px;
  border:1px solid #47545e;
  border-radius:6px;
  background:#101820;
  color:#fff;
}
.grantSpinActions .claimBtn{margin-top:0;width:auto;min-width:180px}
@media(max-width:850px){
  .grantSpinCard{grid-template-columns:1fr}
  .grantSpinActions{text-align:left}
  .grantSpinActions>div{justify-content:flex-start}
}

.spinWalletNote{
  margin-top:8px;
  color:#e7cf6a;
  font-size:12px;
  font-weight:800;
}


/* ===== Dashboard style matching reference ===== */
body{
  background:#0a0f14;
  color:#f8f7f1;
}
.dashboardShell{grid-template-columns:235px 1fr;background:#0a0f14}
.dashboardSidebar{
  background:linear-gradient(180deg,#243836 0%,#172526 48%,#111a1d 100%);
  border-right:1px solid #827029;
  padding:18px 12px;
}
.dashboardBrand{margin-bottom:34px}
.brandWords{font-family:Georgia,serif;font-size:22px;line-height:.92;text-shadow:0 2px 0 #000}
.brandGem{font-size:54px;filter:drop-shadow(0 0 18px #72ddff)}
.dashboardNav{display:grid;gap:7px}
.dashboardNav a,.dashboardNav .navSection{
  min-height:46px;display:flex;align-items:center;padding:0 14px;
  border:1px solid #39505a;border-radius:8px;background:linear-gradient(180deg,#27403e,#203234);
  color:#f1f4f3;font-weight:900;font-size:14px;
}
.dashboardNav .navSection{margin-top:1px}
.dashboardNav a.active,.dashboardNav a:hover{border-color:#c5a844;background:linear-gradient(180deg,#49605b,#344b49)}
.promoBox{
  margin-top:15px;padding:12px;border:1px solid #725f22;border-radius:8px;background:#202d2a;
}
.promoBox small{display:block;color:#f4d460;font-weight:1000;font-size:10px;margin-bottom:8px}
.promoRow{display:flex;gap:7px}
.promoRow input{min-width:0;flex:1;background:#0c1218;color:#fff;border:1px solid #333f49;border-radius:6px;padding:10px}
.promoRow button{background:#ffc83f;border:0;border-radius:6px;padding:0 13px;font-weight:1000}
.promoBox>span{display:block;color:#a8b8bf;font-size:9px;margin-top:8px}
.sidebarBottom{position:absolute;left:12px;right:12px;bottom:18px;display:grid;grid-template-columns:1fr;gap:8px}
.dashboardLogout{position:static!important;display:grid;place-items:center;margin:0!important;background:#2a1b1b!important}
.musicBtn{border:1px solid #746127;border-radius:7px;background:#36321d;color:#f2d257;font-weight:900}
.dashboardMain{padding:0 22px 50px;background:radial-gradient(circle at 72% 0,#5f522356 0,#111820 28%,#0a0f14 65%)}
.dashboardTopbar{
  height:88px;margin:0 -22px 0;padding:0 26px;
  background:linear-gradient(90deg,#806a2e,#46462d 60%,#1f2b2c);
  border-bottom:1px solid #a1842b;
}
.dashboardTopbar h1{font-size:33px;margin:1px 0 0}
.dashboardTopbar small{color:#f8d65a}
.onlinePill{padding:9px 13px;border:1px solid #ad9232;border-radius:7px;background:#3b3d28;color:#f1d66d;font-weight:900;font-size:11px}
.adminBadge{background:#4e471c}
.dashboardAvatar{width:50px;height:50px;box-shadow:0 0 0 2px #221,0 0 18px #d6b23d55}
.dashboardHero{
  margin-top:0;height:205px;border:1px solid #a88b31;border-radius:7px;
  overflow:hidden;display:grid;grid-template-columns:1.25fr 1fr;position:relative;
  background:
    radial-gradient(circle at 25% 50%,#39434d 0 3%,transparent 3.3%),
    linear-gradient(90deg,#10151a 0%,#16191a 48%,#38260f 100%);
}
.dashboardHero:before{
  content:"";position:absolute;inset:0;background:
  linear-gradient(120deg,transparent 0 18%,#60728755 18% 20%,transparent 20% 26%,#9ca9b255 26% 29%,transparent 29% 36%),
  linear-gradient(60deg,transparent 0 19%,#39465277 19% 21%,transparent 21% 31%,#9da8ad33 31% 34%,transparent 34%);
  opacity:.7;
}
.heroCopy{position:relative;z-index:2;padding:58px 28px 20px}
.heroCopy small{color:#f5d25b;font-weight:1000;font-size:10px}
.heroCopy h2{font-size:42px;margin:7px 0 4px;letter-spacing:-1px}
.heroCopy p{max-width:650px;color:#d8dddf;font-weight:800;line-height:1.4}
.heroArt{position:relative;overflow:hidden;background:linear-gradient(135deg,#120e08,#5d3e10 52%,#1b160d)}
.heroWord{position:absolute;right:20px;top:3px;font:700 78px/1 Georgia,serif;color:#c28d30;text-shadow:0 0 7px #000,2px 2px 0 #6d4416;opacity:.82}
.heroGem{position:absolute;left:22%;top:24px;font-size:128px;filter:drop-shadow(0 0 22px #c9f3ff);z-index:2}
.liveTicker{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center;margin:9px 0}
.liveLabel{height:31px;display:grid;place-items:center;padding:0 12px;background:#f0d45c;color:#17120a;border:1px solid #9c8123;border-radius:6px;font-size:10px;font-weight:1000}
.liveTicker .ticker{margin:0}
.weeklyBoard{display:grid;grid-template-columns:1.08fr repeat(4,1fr);gap:10px;margin:10px 0}
.leaderCard{
  min-height:110px;padding:16px;border:1px solid #4a4d4d;border-radius:7px;
  background:linear-gradient(120deg,#242521,#101820);position:relative;overflow:hidden
}
.leaderCard.featured{background:linear-gradient(120deg,#313029,#191c1d)}
.leaderCard .miniLabel{display:inline-block;background:#f0d25d;color:#111;padding:5px 9px;border-radius:14px;font-size:9px;font-weight:1000}
.leaderCard strong{display:block;font-size:17px;margin-top:10px}
.leaderCard small{display:block;color:#aebac2;margin-top:4px;font-weight:700}
.leaderCard em{position:absolute;right:15px;bottom:9px;font-style:normal;font-size:38px;color:#6b6040;opacity:.35;font-weight:1000}
.rankCircle{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f4d364;color:#16120c;font-weight:1000;font-size:16px}
.dutyDrop{
  display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;
  padding:13px 16px;border:1px solid #6c5a22;border-radius:7px;background:linear-gradient(90deg,#4e2f28,#2d2a1d 50%,#1f2e31);
  margin:10px 0
}
.dutyDrop span{font-size:10px;color:#ffadc0;font-weight:1000}.dutyDrop strong{font-size:16px}.dutyDrop small{color:#a9b8bf}
.featureCards{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:10px 0}
.featureCard{
  min-height:130px;padding:16px;border:1px solid #776428;border-radius:7px;background:
  radial-gradient(circle at 70% 20%,#69520e55,transparent 35%),linear-gradient(135deg,#171d21,#131619);
  position:relative;overflow:hidden
}
.featureCard.mega{background:radial-gradient(circle at 15% 70%,#8b343955,transparent 50%),linear-gradient(135deg,#201716,#17191d)}
.featureCard span{display:inline-block;color:#f1d157;background:#4a431c;padding:5px 8px;border-radius:13px;font-size:9px;font-weight:1000}
.featureCard h3{font-size:17px;margin:11px 0 5px}.featureCard p{color:#a9b7bd;font-size:12px;line-height:1.45;margin:0;max-width:190px}.featureCard i{position:absolute;right:18px;bottom:12px;font-style:normal;color:#7b6723;font-size:30px}
.vipProfile{
  display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:20px;border:1px solid #2f3b44;border-radius:8px;background:#10171f;margin:14px 0;
}
.vipUser{display:flex;align-items:center;gap:16px}.vipAvatar{width:78px;height:78px;border-radius:10px;object-fit:cover;border:3px solid #d3ad36;box-shadow:0 0 0 2px #1b1b12}.vipUser small{color:#f3d25c;font-size:10px;font-weight:1000}.vipUser h2{font-size:34px;margin:4px 0}.vipUser p{margin:0;color:#eef1f2;font-weight:800}
.vipStats{display:grid;gap:8px;min-width:190px}.vipStats div{padding:10px 14px;border:1px solid #645722;border-radius:7px;background:#252718;color:#efd15f;font-weight:900}.vipStats strong{font-size:17px}
.dashboardPanel{border-color:#303b44;background:#0f161f}
@media(max-width:1250px){
  .weeklyBoard{grid-template-columns:repeat(3,1fr)}
  .featureCards{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:850px){
  .dashboardShell{grid-template-columns:1fr}.dashboardSidebar{display:none}.dashboardMain{padding:0 10px 30px}.dashboardTopbar{margin:0 -10px}
  .dashboardHero{grid-template-columns:1fr}.heroArt{display:none}.weeklyBoard,.featureCards{grid-template-columns:1fr 1fr}.vipProfile{grid-template-columns:1fr}.dutyDrop{grid-template-columns:1fr}
}


/* ===== Sekcja ZABAWA / gry ===== */
.gamesIntro{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
  margin:12px 0;
  padding:12px 16px;
  border:1px solid #6c5a22;
  border-radius:7px;
  background:linear-gradient(90deg,#4e2f28,#2d2a1d 50%,#1f2e31);
}
.gamesIntro span{
  color:#ffadc0;
  font-size:10px;
  font-weight:1000;
}
.gamesIntro strong{
  font-size:16px;
}
.gamesIntro small{
  color:#a9b8bf;
}

.gamesGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:12px 0 16px;
}

.gameCard{
  min-height:145px;
  display:grid;
  grid-template-columns:1fr 150px;
  gap:12px;
  align-items:center;
  padding:18px 18px 16px;
  border:1px solid #8f7725;
  border-radius:9px;
  background:
    radial-gradient(circle at 76% 45%,#80621666,transparent 42%),
    linear-gradient(120deg,#1e211c,#151a1f 55%,#2d2817);
  color:#fff;
  position:relative;
  overflow:hidden;
  transition:.18s ease;
}
.gameCard:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 0 56%,#d6ae3430 80%,transparent);
  pointer-events:none;
}
.gameCard.gameWheel:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 28px #0007,0 0 24px #d5ae2f20;
  border-color:#e0bd43;
}
.gameCard.comingSoon{
  cursor:default;
  filter:saturate(.72);
}
.gameCard.comingSoon:after{
  content:"COMING SOON";
  position:absolute;
  right:-39px;
  top:18px;
  transform:rotate(36deg);
  width:150px;
  text-align:center;
  padding:5px 0;
  background:#b2942c;
  color:#17120a;
  font-size:9px;
  font-weight:1000;
  box-shadow:0 3px 10px #0007;
}
.gameText{position:relative;z-index:2}
.gameStatus{
  display:inline-block;
  padding:5px 9px;
  border-radius:14px;
  font-size:9px;
  font-weight:1000;
}
.gameStatus.active{
  background:#f0d25d;
  color:#16110a;
}
.gameStatus.soon{
  background:#3c3b28;
  color:#e1c65d;
  border:1px solid #776526;
}
.gameText h3{
  margin:12px 0 5px;
  font-size:23px;
}
.gameText p{
  margin:0 0 10px;
  max-width:310px;
  color:#aebbc2;
  font-size:12px;
  line-height:1.45;
}
.gameText b{
  color:#f2d15b;
  font-size:11px;
}
.gameIcon{
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  min-height:105px;
  font-size:82px;
  filter:drop-shadow(0 9px 10px #0008);
}
.duckIcon{font-size:82px}
.crateIcon{font-size:80px}

.miniWheel{
  width:112px;
  height:112px;
  position:relative;
  border-radius:50%;
  border:4px solid #e8c84f;
  background:conic-gradient(
    #9347d8 0 12.5%,
    #ff8f38 12.5% 25%,
    #4399e8 25% 37.5%,
    #4abf78 37.5% 50%,
    #e94862 50% 62.5%,
    #e8c643 62.5% 75%,
    #7a55cf 75% 87.5%,
    #f06e42 87.5% 100%
  );
  box-shadow:0 0 22px #d7b93655;
}
.miniWheel:before{
  content:"";
  position:absolute;
  left:50%;
  top:-15px;
  transform:translateX(-50%);
  width:0;height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:21px solid #f5d559;
}
.miniWheel i{
  position:absolute;
  inset:37px;
  border-radius:50%;
  background:#15191e;
  border:5px solid #f4d052;
  box-shadow:0 0 0 6px #0006 inset;
}
.compactFeatures{
  grid-template-columns:repeat(3,1fr);
}
@media(max-width:1100px){
  .gamesGrid{grid-template-columns:1fr}
  .gameCard{grid-template-columns:1fr 120px}
}
@media(max-width:700px){
  .gamesIntro{grid-template-columns:1fr}
  .gameCard{grid-template-columns:1fr}
  .gameIcon{min-height:90px}
  .compactFeatures{grid-template-columns:1fr}
}


/* ===== Dynamiczne widoki kategorii ===== */
.dynamicView{display:none!important}
.dynamicView.activeView{display:block!important;animation:viewSwap .22s ease-out}
.gamesGrid.dynamicView.activeView{display:grid!important}
.vipProfile.dynamicView.activeView{display:grid!important}
.featureCards.dynamicView.activeView{display:grid!important}
@keyframes viewSwap{
  from{opacity:.25;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
.viewHeader{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  border:1px solid #6d5a21;
  border-radius:9px 9px 0 0;
  background:linear-gradient(90deg,#222217,#141c22);
}
.viewHeader small{color:#f0d15c;font-weight:1000;font-size:10px}
.viewHeader h2{margin:4px 0 0;font-size:28px}
.dashboardViewPanel{margin:12px 0}
.overviewGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  padding:14px;
  border:1px solid #2f3b45;
  border-top:0;
  border-radius:0 0 9px 9px;
  background:#0f161f;
}
.overviewGrid article{
  min-height:115px;
  padding:16px;
  border:1px solid #36434d;
  border-radius:8px;
  background:linear-gradient(135deg,#151d25,#11171d);
}
.overviewGrid article span{font-size:30px}
.overviewGrid article b{display:block;font-size:30px;margin-top:8px;color:#f1d15e}
.overviewGrid article small{color:#aab6bd;font-weight:800}
.comingView{
  min-height:360px;
  display:grid;
  place-content:center;
  text-align:center;
  border:1px solid #2f3b45;
  border-top:0;
  border-radius:0 0 9px 9px;
  background:
    radial-gradient(circle at center,#5b4d1824,transparent 45%),
    #0f161f;
}
.comingView>div{font-size:74px;filter:drop-shadow(0 0 20px #d9b83b44)}
.comingView h3{font-size:28px;margin:12px 0 5px}
.comingView p{max-width:560px;color:#9eacb5}
.courseViewGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  padding:14px;
  border:1px solid #2f3b45;
  border-top:0;
  border-radius:0 0 9px 9px;
  background:#0f161f;
}
.courseViewGrid article{
  padding:18px;
  min-height:120px;
  border:1px solid #4e4925;
  border-radius:8px;
  background:linear-gradient(135deg,#1d211b,#131b22);
}
.courseViewGrid small{display:block;color:#cdb655;font-weight:900}
.courseViewGrid strong{display:block;font-size:36px;margin-top:10px}
.dashboardNav a.navSection{cursor:pointer}
@media(max-width:900px){
  .overviewGrid,.courseViewGrid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .overviewGrid,.courseViewGrid{grid-template-columns:1fr}
}


/* ===== Gry: brak osobnych pozycji w bocznym menu ===== */
.gameDetail{
  display:none;
  margin-top:14px;
}
.gameDetail.activeGameDetail{
  display:block;
  animation:gameDetailOpen .24s ease-out;
}
@keyframes gameDetailOpen{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:translateY(0)}
}

/* gamesIntro i gamesGrid są częścią tego samego widoku ZABAWA */
.gamesIntro.dynamicView.activeView{
  display:grid!important;
}
.gamesGrid.dynamicView.activeView{
  display:grid!important;
}

/* karta aktywnej gry wygląda jak element rozwijający zawartość */
.gameWheel{
  cursor:pointer;
}
.gameWheel .gameText b{
  display:inline-block;
  margin-top:3px;
}


/* Usunięto zbędne kafelki informacyjne z widoku Panel */
.compactFeatures{display:none!important}


/* ===== Profil na panelu głównym ===== */
.panelProfileHome{
  margin:14px 0 24px;
  border:1px solid #6f5b20;
  border-radius:10px;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 18%,#7b651c30,transparent 35%),
    linear-gradient(135deg,#10171f,#141a20 65%,#1e1d13);
}
.profileHomeHeader{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 18px;
  border-bottom:1px solid #55481d;
  background:linear-gradient(90deg,#211f14,#121a21);
}
.profileHomeHeader small{
  color:#f0d15c;
  font-weight:1000;
  font-size:10px;
}
.profileHomeHeader h2{
  margin:4px 0 0;
  font-size:26px;
}
.panelProfileGrid{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:16px;
  padding:18px;
}
.panelProfileIdentity{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:150px;
  padding:18px;
  border:1px solid #3a4650;
  border-radius:9px;
  background:linear-gradient(135deg,#151e26,#11171d);
}
.panelProfileAvatar{
  width:92px;
  height:92px;
  object-fit:cover;
  border-radius:12px;
  border:3px solid #d3ad36;
  box-shadow:0 0 0 2px #17150d,0 0 24px #d6b23d22;
}
.panelProfileIdentity small{
  color:#d8bd54;
  font-weight:1000;
  font-size:9px;
}
.panelProfileIdentity h2{
  margin:5px 0 7px;
  font-size:30px;
}
.panelProfileIdentity p{
  margin:0;
  color:#b7c1c8;
  font-weight:800;
}
.dotSep{margin:0 8px;color:#7d8790}
.panelProfileStats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.panelProfileStats article{
  min-height:150px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:16px;
  border:1px solid #38454f;
  border-radius:9px;
  background:linear-gradient(135deg,#172029,#11171d);
}
.panelProfileStats article span{font-size:28px}
.panelProfileStats article strong{
  display:block;
  margin-top:9px;
  color:#f1d15e;
  font-size:30px;
}
.panelProfileStats article small{
  margin-top:4px;
  color:#9fadb5;
  font-weight:800;
}
.panelProfileFooter{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:12px;
  align-items:center;
  padding:0 18px 18px;
}
.panelProfileFooter>div{
  padding:13px 15px;
  border:1px solid #4b4320;
  border-radius:8px;
  background:#171a16;
}
.panelProfileFooter small{
  display:block;
  color:#b7a352;
  font-size:9px;
  font-weight:1000;
}
.panelProfileFooter strong{
  display:block;
  margin-top:4px;
  font-size:20px;
}
.openProfileBtn{
  display:grid;
  place-items:center;
  min-height:54px;
  padding:0 18px;
  border:1px solid #b2902a;
  border-radius:8px;
  background:linear-gradient(#ddbd4d,#9e7d20);
  color:#17120a;
  font-weight:1000;
}
@media(max-width:1100px){
  .panelProfileGrid{grid-template-columns:1fr}
  .panelProfileStats{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .panelProfileStats{grid-template-columns:1fr}
  .panelProfileFooter{grid-template-columns:1fr}
}


/* ===== Banner główny z dostarczonego wzoru ===== */
.dashboardHero{
  background-image:
    linear-gradient(90deg,rgba(5,8,10,.08),rgba(5,8,10,.10)),
    url('/static/diamond_banner_new_luxury.png') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
.dashboardHero:before{
  display:none !important;
}
.dashboardHero .heroArt{
  background:transparent !important;
}
.dashboardHero .heroGem,
.dashboardHero .heroWord{
  display:none !important;
}
.dashboardHero .heroCopy{
  background:linear-gradient(90deg,rgba(5,8,10,.18),rgba(5,8,10,0));
  text-shadow:0 2px 5px #000;
}


/* ===== Nagrody do wypłaty w Mój profil ===== */
.vipProfile.dynamicView.activeView{
  grid-template-columns:1fr auto;
}
.profileRewardsBox{
  grid-column:1 / -1;
  margin-top:4px;
  border-top:1px solid #3a4650;
  padding-top:18px;
}
.profileRewardsHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:12px;
}
.profileRewardsHead small{
  display:block;
  color:#f0d15c;
  font-size:9px;
  font-weight:1000;
}
.profileRewardsHead h3{
  margin:4px 0 0;
  font-size:23px;
}
.profileRewardSummary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:12px;
}
.profileRewardSummary article{
  padding:14px 15px;
  border:1px solid #444d47;
  border-radius:8px;
  background:linear-gradient(135deg,#161f26,#11171d);
}
.profileRewardSummary article span{
  display:block;
  color:#d5bc57;
  font-size:10px;
  font-weight:1000;
}
.profileRewardSummary article strong{
  display:block;
  margin-top:7px;
  font-size:25px;
  color:#fff;
}
.profileRewardSummary article small{
  display:block;
  margin-top:4px;
  color:#98a8b2;
}
.profileRewardsList{
  display:grid;
  gap:8px;
}
.profileRewardItem{
  display:grid;
  grid-template-columns:42px 1fr auto auto;
  align-items:center;
  gap:12px;
  padding:11px 13px;
  border:1px solid #37434d;
  border-radius:8px;
  background:#121a22;
}
.profileRewardIcon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#221f13;
  border:1px solid #685a23;
  font-size:20px;
}
.profileRewardItem b{
  display:block;
}
.profileRewardItem small{
  display:block;
  margin-top:3px;
  color:#94a4ae;
}
.profileRewardItem>strong{
  color:#f0d15c;
  font-size:17px;
}
.profileRewardsEmpty{
  padding:24px;
  text-align:center;
  border:1px dashed #46535d;
  border-radius:8px;
  color:#a6b3bb;
}
@media(max-width:850px){
  .profileRewardSummary{grid-template-columns:1fr}
  .profileRewardItem{grid-template-columns:42px 1fr}
  .profileRewardItem>strong,
  .profileRewardItem>.status{grid-column:2}
}


/* Usunięte elementy bocznego menu */
.promoBox{display:none!important}


/* ===== Poprawka duplikujących się napisów na bannerze ===== */
.dashboardHero .heroCopy{
  display:none !important;
}

/* Banner ma teraz korzystać wyłącznie z tekstu znajdującego się w grafice tła. */
.dashboardHero{
  grid-template-columns:1fr !important;
}
.dashboardHero .heroArt{
  display:none !important;
}


/* ===== Stabilne ładowanie Koła Fortuny ===== */
.wheelGrid{
  grid-template-columns:minmax(420px,620px) minmax(320px,1fr) !important;
  align-items:center;
  min-height:590px;
}
.wheelBox{
  position:relative;
  width:100%;
  min-height:570px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
#wheelCanvas{
  display:block !important;
  width:min(92%,540px) !important;
  max-width:540px;
  height:auto !important;
  aspect-ratio:1/1;
  opacity:0;
  transform:scale(.985);
  transition:opacity .18s ease,transform .18s ease;
  filter:drop-shadow(0 18px 30px #000a) !important;
}
#wheelCanvas.wheelReady{
  opacity:1;
  transform:scale(1);
}
.wheelBox .pointer{
  top:8px !important;
  left:50%;
  transform:translateX(-50%);
  line-height:1;
  font-size:48px !important;
  text-shadow:0 3px 7px #000;
}
.wheelLoading{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
  justify-content:center;
  z-index:2;
  color:#e8ce68;
  font-weight:900;
}
.wheelLoading.hidden{
  display:none;
}
.wheelLoader{
  width:54px;
  height:54px;
  border-radius:50%;
  border:5px solid #3b3420;
  border-top-color:#e3c24f;
  animation:wheelLoaderSpin .8s linear infinite;
}
@keyframes wheelLoaderSpin{
  to{transform:rotate(360deg)}
}
.wheelSide{
  padding:20px 12px;
}
.wheelSide h3{
  font-size:30px;
}
@media(max-width:1050px){
  .wheelGrid{
    grid-template-columns:1fr !important;
    min-height:auto;
  }
  .wheelBox{
    min-height:520px;
  }
  #wheelCanvas{
    width:min(86vw,500px) !important;
  }
}
@media(max-width:600px){
  .wheelBox{
    min-height:390px;
  }
  #wheelCanvas{
    width:min(88vw,360px) !important;
  }
}


/* ===== Live Dropy - płynny pasek ===== */
.liveTicker .ticker{
  overflow:hidden;
  white-space:nowrap;
  min-width:0;
  position:relative;
}
.tickerTrack{
  display:flex;
  width:max-content;
  align-items:center;
  will-change:transform;
}
.tickerTrack.tickerRunning{
  animation:diamondTickerMove 36s linear infinite;
}
.tickerTrack.tickerStatic{
  animation:none;
}
.tickerSet{
  display:flex;
  align-items:center;
  flex-shrink:0;
}
.tickerItem{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:0 28px 0 6px;
  color:#d8c774;
  font-size:11px;
  font-weight:800;
}
.tickerItem b{
  color:#f2d159;
}
.tickerItem strong{
  color:#fff1a1;
}
@keyframes diamondTickerMove{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.liveTicker:hover .tickerTrack.tickerRunning{
  animation-play-state:paused;
}
@media(prefers-reduced-motion:reduce){
  .tickerTrack.tickerRunning{animation:none}
}


/* ===== Panel zarządu jako dynamiczny widok ===== */
.adminEmbeddedView{
  margin:14px 0 24px;
}
.adminEmbedWrap{
  border:1px solid #2f3b45;
  border-top:0;
  border-radius:0 0 9px 9px;
  overflow:hidden;
  background:#0f161f;
}
.adminEmbedFrame{
  display:block;
  width:100%;
  min-height:760px;
  border:0;
  background:#0f161f;
}

html.adminEmbeddedMode,
html.adminEmbeddedMode body{
  background:#0f161f !important;
  min-height:auto !important;
}
html.adminEmbeddedMode .adminTopbar{
  display:none !important;
}
html.adminEmbeddedMode .adminPageShell{
  min-height:auto !important;
}
html.adminEmbeddedMode .adminWorkspace{
  padding:16px !important;
}
html.adminEmbeddedMode body.adminPage{
  overflow:hidden;
}

@media(max-width:950px){
  .adminEmbedFrame{min-height:900px}
}

/* ===== Robustny LIVE DROP marquee ===== */
.liveTicker .ticker{
  overflow:hidden!important;
}
.tickerTrack{
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
}
.tickerTrack.tickerRunning{
  animation:diamondTickerMove 28s linear infinite!important;
}
.tickerSet{
  flex:none!important;
}
@keyframes diamondTickerMove{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(-50%,0,0)}
}


/* ===== Łączna wypłata gotówki ===== */
.cashPayoutCard{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px;
  margin:14px 0;
  padding:18px;
  border:1px solid #8a7429;
  border-radius:10px;
  background:
    radial-gradient(circle at 82% 35%,#89701d33,transparent 38%),
    linear-gradient(120deg,#242114,#111a22);
}
.cashPayoutCard h2{
  margin:5px 0;
  color:#f3d35d;
  font-size:34px;
}
.cashPayoutCard p{
  margin:0;
  color:#aebbc3;
  font-weight:800;
}
.payoutAllCashBtn{
  min-width:235px;
  min-height:58px;
  padding:0 18px;
  border:1px solid #d0a930;
  border-radius:8px;
  background:linear-gradient(#e7c750,#9b791d);
  color:#17120a;
  font-weight:1000;
  cursor:pointer;
}
.payoutAllCashBtn:disabled{
  opacity:.4;
  cursor:not-allowed;
}
@media(max-width:760px){
  .cashPayoutCard{grid-template-columns:1fr}
  .payoutAllCashBtn{width:100%}
}


/* ===== Nieblokujące komunikaty strony ===== */
.siteMessageToast{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:999999;
  max-width:min(420px,calc(100vw - 44px));
  padding:13px 16px;
  border-radius:10px;
  border:1px solid #6e5b1f;
  background:#151b20;
  color:#e9edf0;
  box-shadow:0 12px 35px #0009;
  font-size:14px;
  font-weight:700;
  opacity:0;
  transform:translateY(18px);
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease;
}
.siteMessageToast.show{
  opacity:1;
  transform:translateY(0);
}
.siteMessageToast.error{
  border-color:#7d3434;
}
.siteMessageToast.success{
  border-color:#5f7b39;
}


/* ===== Postęp kursów przy Kole Fortuny ===== */
.wheelCourseCard{
  margin:14px 0 16px;
  padding:14px 15px;
  border:1px solid #74621f;
  border-radius:9px;
  background:
    radial-gradient(circle at 90% 10%,#e0bc2830,transparent 38%),
    linear-gradient(120deg,#1a211f,#101720);
}
.wheelCourseHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.wheelCourseHead small{
  display:block;
  color:#b7c1c7;
  font-size:9px;
  font-weight:900;
  letter-spacing:.55px;
}
.wheelCourseHead strong{
  display:block;
  margin-top:4px;
  color:#f2d35d;
  font-size:22px;
}
.wheelCourseBadge{
  flex:0 0 auto;
  padding:7px 9px;
  border:1px solid #8a6f20;
  border-radius:7px;
  background:#392f13;
  color:#f0cf57;
  font-size:11px;
  font-weight:1000;
}
.wheelCourseBadge.ready{
  border-color:#52734a;
  background:#17351f;
  color:#8fe49d;
}
.wheelCourseProgress{
  position:relative;
  height:11px;
  margin:12px 0 9px;
  overflow:hidden;
  border:1px solid #37434b;
  border-radius:999px;
  background:#090f14;
}
.wheelCourseProgressFill{
  width:0;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#886a15,#f1cf55);
  box-shadow:0 0 12px #dfba3566;
  transition:width .35s ease;
}
.wheelCourseInfo{
  color:#aebbc2;
  font-size:12px;
  line-height:1.45;
  font-weight:700;
}


/* =========================================================
   DIAMOND RESTAURANT — LUXURY GOLD UI
   ========================================================= */
:root{
  --lux-bg:#05090d;
  --lux-panel:#09111a;
  --lux-panel2:#0d1620;
  --lux-gold:#d9a72d;
  --lux-gold-bright:#f3cf61;
  --lux-gold-dark:#6e4e12;
  --lux-line:#6f5316;
  --lux-text:#f8f2df;
  --lux-muted:#b8b0a0;
}

body{
  background:
    radial-gradient(circle at 76% 2%,rgba(111,75,14,.17),transparent 30%),
    radial-gradient(circle at 23% 78%,rgba(90,61,12,.08),transparent 34%),
    linear-gradient(180deg,#05090d 0%,#07101a 52%,#04080d 100%);
  color:var(--lux-text);
}

.dashboardShell{
  grid-template-columns:272px 1fr;
  background:transparent;
}

/* SIDEBAR */
.dashboardSidebar{
  background:
    radial-gradient(circle at 50% 10%,rgba(228,176,50,.10),transparent 30%),
    linear-gradient(180deg,#08111a 0%,#050a10 100%);
  border-right:1px solid #8a6718;
  padding:20px 16px;
  box-shadow:8px 0 28px rgba(0,0,0,.35);
}

.luxuryBrand{
  display:flex;
  justify-content:center;
  margin:0 0 25px;
}
.luxuryLogo{
  width:190px;
  height:190px;
  object-fit:cover;
  border-radius:50%;
  border:1px solid #c18e25;
  box-shadow:
    0 0 0 5px rgba(112,72,12,.16),
    0 0 28px rgba(226,170,44,.18);
}

.dashboardNav{
  gap:10px;
}
.dashboardNav a,.dashboardNav .navSection{
  min-height:56px;
  padding:0 18px;
  border:1px solid #6b521b;
  border-radius:7px;
  background:
    linear-gradient(180deg,rgba(18,27,36,.98),rgba(7,13,20,.98));
  color:#e8dcc0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  letter-spacing:.15px;
  box-shadow:inset 0 0 0 1px rgba(255,214,99,.025);
}
.dashboardNav a:hover,
.dashboardNav a.active{
  color:#f2c852;
  border-color:#d9a72d;
  background:
    radial-gradient(circle at 50% 50%,rgba(222,167,42,.14),transparent 70%),
    linear-gradient(180deg,#111a23,#090f15);
  box-shadow:
    0 0 18px rgba(226,170,44,.12),
    inset 0 0 0 1px rgba(255,223,127,.14);
}
.sidebarBottom{
  left:16px;
  right:16px;
}
.dashboardLogout{
  min-height:46px;
  border-radius:7px!important;
  font-family:Georgia,"Times New Roman",serif;
}
.musicBtn{
  background:#17140d;
  border-color:#806018;
}

/* MAIN */
.dashboardMain{
  padding:20px 28px 56px;
  background:transparent;
}
.dashboardTopbar{
  height:auto;
  min-height:122px;
  margin:0 0 18px;
  padding:18px 24px;
  border:1px solid #8a6718;
  border-radius:12px;
  background:
    radial-gradient(circle at 85% 30%,rgba(228,174,42,.12),transparent 31%),
    linear-gradient(120deg,#0e1822,#07101a 62%,#0b1116);
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}
.dashboardTopbar h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:36px;
  color:#f0bd3f;
}
.dashboardTopbar small{color:#bda35f}
.onlinePill,
.adminBadge,
.badge{
  border-color:#8a6718;
  background:#17140c;
  color:#f1c752;
}

/* HERO / TOP / PANELS */
.dashboardHero,
.liveTicker,
.weeklyBoard,
.dutyDrop,
.panelProfileHome,
.dynamicView,
.vipProfile,
.dashboardPanel{
  border-color:#745816!important;
}
.dashboardHero{
  border-radius:12px;
}
.leaderCard,
.panelProfileHome,
.dynamicView,
.vipProfile,
.dashboardPanel,
.dutyDrop{
  background:
    radial-gradient(circle at 80% 10%,rgba(182,131,25,.08),transparent 40%),
    linear-gradient(135deg,#0d151d,#080e14)!important;
}
.rankCircle,
.liveLabel{
  background:linear-gradient(180deg,#f1cd5d,#b07d16);
  color:#171006;
}
.openProfileBtn,
.goldBtn{
  background:linear-gradient(180deg,#e4bd4f,#9b6f16);
  color:#171006;
  border:1px solid #f0cf69;
}

/* Koło fortuny */
#wheel{
  margin-top:18px;
  padding:22px 24px 28px;
  border:1px solid #8d691b;
  border-radius:13px;
  background:
    radial-gradient(circle at 23% 52%,rgba(222,166,41,.055),transparent 35%),
    linear-gradient(135deg,#0b131c,#06101a);
  box-shadow:0 20px 50px rgba(0,0,0,.32);
}
#wheel .sectionTitle h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  color:#f0ddae;
}
.wheelGrid{
  grid-template-columns:minmax(470px,1.02fr) minmax(520px,1fr);
  gap:34px;
  align-items:center;
}
.wheelBox{
  min-height:600px;
  display:grid;
  place-items:center;
}
#wheelCanvas{
  width:min(590px,100%);
  height:auto;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.45));
}
.pointer{
  color:#f3c64b;
  text-shadow:0 0 12px rgba(242,192,57,.35);
}

.luxuryWheelSide{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:26px 4px 16px;
}
.wheelSideTitle{
  margin-bottom:14px;
}
.wheelSideTitle small{
  color:#b99438;
  font-weight:800;
  letter-spacing:1.5px;
  font-size:10px;
}
.wheelSideTitle h3{
  margin:4px 0 0;
  padding-bottom:13px;
  border-bottom:1px solid #765817;
  font-family:Georgia,"Times New Roman",serif;
  font-size:31px;
  color:#f1e2bd;
}

.luxuryCourseCard{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:16px;
  align-items:center;
  margin:6px 0 17px;
  padding:22px;
  border:1px solid #b28220;
  border-radius:8px;
  background:
    radial-gradient(circle at 84% 20%,rgba(222,166,41,.09),transparent 34%),
    linear-gradient(130deg,#0c141c,#080e14);
  box-shadow:inset 0 0 0 1px rgba(255,225,126,.035);
}
.courseDiamond{
  font-size:36px;
  filter:sepia(.45) saturate(1.45) drop-shadow(0 0 10px rgba(225,169,37,.20));
}
.courseProgressBody strong{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  font-weight:700;
  color:#f0dfbd;
  line-height:1.2;
}
.wheelCourseBadge{
  display:block;
  width:max-content;
  margin-top:8px;
  padding:0;
  border:0;
  background:transparent;
  color:#cfb05c;
  font-size:14px;
}
.wheelCourseBadge.ready{
  color:#90db91;
  background:transparent;
}
.wheelCourseProgress{
  height:9px;
  margin:13px 0 0;
  border:1px solid #57451d;
  background:#03080c;
}
.wheelCourseProgressFill{
  background:linear-gradient(90deg,#8f6615,#f1c755);
  box-shadow:0 0 14px rgba(234,184,52,.18);
}

.luxurySpinBtn{
  min-height:62px;
  width:100%;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  font-weight:900;
  letter-spacing:.45px;
  border-radius:7px;
}
.luxurySpinBtn:disabled{
  opacity:.72;
  color:#171006;
  background:linear-gradient(180deg,#a48943,#65511e);
  border-color:#a98936;
}
.luxurySpinResult{
  margin:12px 0 18px;
  padding:14px 16px;
  border:1px solid #5d491a;
  border-radius:7px;
  background:#090f14;
  color:#e8dcbf;
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  text-align:center;
}

.possiblePrizesTitle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:3px 0 11px;
  color:#d6aa39;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
  letter-spacing:.5px;
}
.possiblePrizesTitle:before,
.possiblePrizesTitle:after{
  content:"";
  height:1px;
  flex:1;
  background:linear-gradient(90deg,transparent,#775a19);
}
.possiblePrizesTitle:after{
  background:linear-gradient(90deg,#775a19,transparent);
}
.luxuryPrizeList{
  display:grid!important;
  grid-template-columns:1fr 1fr;
  gap:8px!important;
}
.luxuryPrizeList .prize{
  min-height:44px;
  display:flex;
  align-items:center;
  padding:0 13px!important;
  margin:0!important;
  border:1px solid #664d17!important;
  border-radius:6px!important;
  background:linear-gradient(180deg,#0e161e,#081018)!important;
  color:#eee2c8!important;
  font-family:Georgia,"Times New Roman",serif;
}

/* profile / stats */
.panelProfileStats article,
.overviewGrid article,
.moneyCard,
.courseViewGrid article{
  border-color:#594517!important;
  background:linear-gradient(145deg,#0e1720,#081018)!important;
}
.panelProfileStats strong,
.overviewGrid b,
.moneyCard strong,
.courseViewGrid strong{
  color:#efc44d!important;
}

/* mobile */
@media(max-width:1150px){
  .dashboardShell{grid-template-columns:220px 1fr}
  .luxuryLogo{width:150px;height:150px}
  .wheelGrid{grid-template-columns:1fr}
  .wheelBox{min-height:520px}
}
@media(max-width:850px){
  .dashboardMain{padding:10px}
  .dashboardTopbar{margin:0 0 12px}
  #wheel{padding:16px}
  .wheelGrid{gap:8px}
  .luxuryPrizeList{grid-template-columns:1fr}
}


/* =========================================================
   DIAMOND RESTAURANT — FINAL LUXURY GAMES PAGE
   ========================================================= */

body{
  background:
    radial-gradient(circle at 48% 8%,rgba(194,130,18,.08),transparent 25%),
    radial-gradient(circle at 82% 58%,rgba(152,92,10,.05),transparent 26%),
    #04090e;
}

.dashboardMain{
  max-width:none;
}

/* TOP BAR */
.luxuryTopbar{
  min-height:76px;
  border:0;
  border-bottom:1px solid #6a4b0e;
  border-radius:0;
  background:linear-gradient(180deg,rgba(5,10,15,.98),rgba(7,12,18,.96));
  box-shadow:none;
  padding:10px 18px 12px;
}
.topbarWelcome small{
  color:#a4812c;
  letter-spacing:1.2px;
  font-weight:900;
  font-size:9px;
}
.topbarWelcome h1{
  margin:3px 0 0;
  font-size:23px;
  color:#f2d07a;
  font-family:Georgia,"Times New Roman",serif;
}
.topUser{
  gap:10px;
}
.dashboardAvatar{
  width:48px;
  height:48px;
  border:1px solid #d2a433;
  box-shadow:0 0 16px rgba(219,164,45,.22);
}

/* HERO ukryty gdy użytkownik jest w sekcji ZABAWA */
body:has(.gamesGrid.activeView) .dashboardHero{
  display:none;
}

/* LIVE DROPS */
.liveTicker{
  min-height:42px;
  margin-top:2px;
  border:1px solid #725313;
  border-radius:7px;
  background:#080e13;
  box-shadow:0 0 22px rgba(206,151,31,.05);
}
.liveLabel{
  min-width:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px 0 0 6px;
  font-size:11px;
  letter-spacing:.35px;
  background:linear-gradient(180deg,#f2c850,#a97614);
  box-shadow:0 0 14px rgba(232,180,54,.18);
}
.ticker{
  background:
    linear-gradient(90deg,rgba(220,165,38,.04),transparent 15%,transparent 85%,rgba(220,165,38,.04));
}
.tickerTrack{
  color:#ddbd67;
  font-family:Georgia,"Times New Roman",serif;
}

/* TOP TYGODNIA - baner + 4 osobne miejsca */
.weeklyBoard{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:13px;
}
.leaderCard{
  position:relative;
  min-height:86px;
  border:1px solid #6e5116;
  border-radius:8px;
  background:
    radial-gradient(circle at 16% 32%,rgba(231,180,57,.08),transparent 38%),
    linear-gradient(145deg,#0b1218,#060c11);
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,225,131,.02);
}
.leaderCard.featured{
  grid-column:1/-1;
  min-height:128px;
  padding:20px 28px;
  background:
    radial-gradient(circle at 64% 52%,rgba(237,192,78,.11),transparent 22%),
    radial-gradient(circle at 77% 35%,rgba(244,212,141,.07),transparent 18%),
    linear-gradient(100deg,#0a1118 0%,#0a1118 44%,#120e08 72%,#090e13 100%);
}
.leaderCard.featured:before{
  content:"💎";
  position:absolute;
  right:17%;
  top:50%;
  transform:translateY(-50%);
  font-size:84px;
  opacity:.22;
  filter:sepia(.35) saturate(1.3) drop-shadow(0 0 18px rgba(255,208,86,.4));
}
.leaderCard.featured:after{
  content:"TOP";
  position:absolute;
  right:32px;
  top:50%;
  transform:translateY(-50%);
  font-family:Georgia,"Times New Roman",serif;
  font-size:42px;
  font-weight:900;
  color:#d7aa39;
  opacity:.78;
  text-shadow:0 0 15px rgba(219,162,34,.16);
}
.leaderCard.featured .miniLabel{
  color:#e9b93d;
}
.leaderCard.featured strong{
  display:block;
  margin-top:6px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  color:#f3d28a;
}
.leaderCard.featured small{
  font-size:14px;
  color:#d5ccba;
}
.leaderCard.featured em{
  display:none;
}
.rankCircle{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #dbac38;
  background:
    radial-gradient(circle at 50% 42%,#1d1a12,#070b0e 72%);
  color:#f3c751;
  box-shadow:
    0 0 0 4px rgba(169,115,19,.09),
    0 0 14px rgba(215,157,36,.10);
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
}
.leaderCard:not(.featured) strong{
  font-family:Georgia,"Times New Roman",serif;
  color:#f0e0bd;
  font-size:17px;
}

/* DROP + ROYAL NIGHT */
.dutyDrop,.gamesIntro{
  min-height:44px;
  border:1px solid #6b4e14!important;
  border-radius:7px!important;
  background:
    linear-gradient(90deg,rgba(157,101,14,.08),transparent 25%),
    #080e13!important;
  box-shadow:none!important;
}
.dutyDrop span,.gamesIntro span{
  color:#efb937;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
}
.dutyDrop strong,.gamesIntro strong{
  color:#eee0c1;
  font-family:Georgia,"Times New Roman",serif;
}
.dutyDrop small,.gamesIntro small{
  color:#aaa79e;
}

/* KARTY GIER */
.gamesGrid{
  gap:14px;
  margin-top:14px;
}
.gameCard{
  min-height:184px;
  border:1px solid #775719!important;
  border-radius:8px!important;
  background:
    radial-gradient(circle at 77% 50%,rgba(232,180,54,.12),transparent 28%),
    linear-gradient(135deg,#111510,#0a0d0e 60%,#161007)!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,224,120,.025),
    0 12px 30px rgba(0,0,0,.18);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.gameCard:hover{
  transform:translateY(-2px);
  border-color:#c99827!important;
  box-shadow:
    0 0 22px rgba(213,160,38,.10),
    0 12px 34px rgba(0,0,0,.28);
}
.gameCard.gameWheel{
  background:
    radial-gradient(circle at 76% 47%,rgba(235,186,64,.22),transparent 30%),
    linear-gradient(135deg,#11160f,#0b0e0f 58%,#201606)!important;
}
.gameText{
  z-index:2;
}
.gameText h3{
  margin:12px 0 6px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  color:#f1e3c2;
}
.gameText p{
  color:#a8a397;
  font-size:13px;
  max-width:300px;
}
.gameText b{
  color:#efc148;
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:.35px;
}
.gameStatus{
  border:1px solid #76571a;
  background:#1a170f;
  color:#dfb548;
  font-size:10px;
}
.gameStatus.active{
  border-color:#c99c31;
  background:linear-gradient(180deg,#e5bd51,#a87717);
  color:#1c1204;
}
.comingSoon:after{
  content:"COMING SOON";
  position:absolute;
  right:-37px;
  top:18px;
  transform:rotate(40deg);
  width:155px;
  padding:4px 0;
  text-align:center;
  background:linear-gradient(180deg,#c79b35,#715012);
  color:#1c1306;
  font-size:9px;
  font-weight:1000;
  letter-spacing:.6px;
  box-shadow:0 3px 9px #0008;
}
.gameIcon{
  filter:drop-shadow(0 14px 20px rgba(0,0,0,.42));
}
.duckIcon,.crateIcon{
  font-size:74px;
}
.miniWheel{
  transform:scale(1.12);
  filter:drop-shadow(0 0 12px rgba(231,181,51,.20));
}

/* PODSUMOWANIE KONTA */
.panelProfileHome{
  margin-top:14px;
  padding:0!important;
  border:1px solid #745516!important;
  border-radius:9px!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 26%,rgba(224,173,43,.06),transparent 28%),
    linear-gradient(145deg,#0b1218,#060b10)!important;
}
.profileHomeHeader{
  padding:15px 18px;
  border-bottom:1px solid #5c4415;
  background:
    linear-gradient(90deg,rgba(177,120,20,.08),transparent 35%);
}
.profileHomeHeader small{
  color:#dfae31;
}
.profileHomeHeader h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:27px;
  color:#f0e2c1;
}
.panelProfileGrid{
  padding:14px 16px 8px;
}
.panelProfileIdentity{
  border:1px solid #4e431f;
  border-radius:7px;
  background:linear-gradient(145deg,#0c141c,#071018);
}
.panelProfileAvatar{
  border:2px solid #c99a2f;
  box-shadow:0 0 15px rgba(223,168,45,.12);
}
.panelProfileIdentity h2{
  font-family:Georgia,"Times New Roman",serif;
  color:#f0e2bd;
}
.panelProfileIdentity p{
  color:#c0b9aa;
}
.panelProfileStats article{
  border:1px solid #5c481c!important;
  border-radius:7px;
  background:
    linear-gradient(145deg,#0c141c,#071018)!important;
}
.panelProfileStats article span{
  font-size:25px;
}
.panelProfileStats strong{
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px!important;
  color:#f2c84e!important;
}
.panelProfileStats small{
  color:#b8b3a7;
}
.panelProfileFooter{
  padding:0 16px 16px;
}
.panelProfileFooter > div{
  border:1px solid #51401a!important;
  background:#090e12!important;
}
.openProfileBtn{
  min-width:210px;
  min-height:52px;
  border-radius:6px;
  font-family:Georgia,"Times New Roman",serif;
  background:linear-gradient(180deg,#efc651,#9c6f15);
  border:1px solid #f0d078;
  box-shadow:0 0 16px rgba(228,175,45,.10);
}

/* SIDEBAR jeszcze bliżej wygenerowanego wyglądu */
.dashboardSidebar{
  width:auto;
  background:
    radial-gradient(circle at 50% 13%,rgba(212,158,42,.08),transparent 27%),
    linear-gradient(180deg,#050a0f,#03070b);
}
.luxuryLogo{
  width:195px;
  height:195px;
  padding:5px;
  object-fit:cover;
  background:#050608;
  box-shadow:
    0 0 0 1px #a8791d,
    0 0 25px rgba(228,177,49,.16);
}
.dashboardNav a,.dashboardNav .navSection{
  min-height:58px;
  border-color:#5f4716;
  background:linear-gradient(180deg,#0b1218,#060b0f);
  font-size:17px;
}
.dashboardNav a.active,.dashboardNav a:hover{
  border-color:#d2a035;
  color:#f4cd62;
  box-shadow:
    0 0 0 1px rgba(232,181,55,.08),
    0 0 20px rgba(222,166,43,.09);
}

/* responsive */
@media(max-width:1200px){
  .weeklyBoard{grid-template-columns:repeat(2,minmax(0,1fr))}
  .leaderCard.featured{grid-column:1/-1}
  .gamesGrid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .weeklyBoard{grid-template-columns:1fr}
  .leaderCard.featured:before,
  .leaderCard.featured:after{display:none}
}


/* =========================================================
   DIAMOND RESTAURANT — CINEMATIC BLACK & GOLD FINAL
   Cel: możliwie blisko wygenerowanej grafiki referencyjnej.
   ========================================================= */

:root{
  --bg0:#020406;
  --bg1:#05090d;
  --bg2:#091018;
  --panel:#0a1016;
  --panel2:#0d141c;
  --panel3:#111820;
  --gold0:#6e4a0d;
  --gold1:#9b6a13;
  --gold2:#c99427;
  --gold3:#e3b441;
  --gold4:#f3cf6a;
  --gold5:#ffe39a;
  --cream:#f3e5c3;
  --muted:#aaa08c;
  --line:#75531a;
  --lineSoft:#403015;
  --danger:#5b1f1f;
}

/* GLOBAL */
html,body{
  background:#020406!important;
}
body{
  color:var(--cream)!important;
  background:
    radial-gradient(circle at 52% -10%,rgba(211,156,36,.12),transparent 28%),
    radial-gradient(circle at 88% 35%,rgba(147,91,14,.07),transparent 25%),
    linear-gradient(180deg,#020406 0%,#05080c 45%,#020406 100%)!important;
}
*{
  scrollbar-color:#7d5716 #070a0d;
}
::selection{
  background:#b77d20;
  color:#fff7df;
}
a{color:inherit}
h1,h2,h3,h4,strong,b{
  text-shadow:0 1px 0 #000;
}

/* SHELL */
.dashboardShell{
  background:transparent!important;
}
.dashboardMain{
  background:transparent!important;
}
.dashboardSidebar{
  background:
    radial-gradient(circle at 52% 10%,rgba(221,170,53,.13),transparent 27%),
    linear-gradient(180deg,#060a0d 0%,#030507 100%)!important;
  border-right:1px solid #8f641a!important;
  box-shadow:12px 0 34px rgba(0,0,0,.48)!important;
}

/* LOGO */
.luxuryBrand{
  position:relative;
}
.luxuryBrand:after{
  content:"";
  position:absolute;
  inset:8% 4%;
  border-radius:50%;
  box-shadow:0 0 40px rgba(233,183,63,.16);
  pointer-events:none;
}
.luxuryLogo{
  background:#020305!important;
  border:1px solid #b47e20!important;
  box-shadow:
    0 0 0 5px rgba(104,67,11,.12),
    0 0 22px rgba(236,185,62,.20),
    inset 0 0 20px rgba(255,215,114,.04)!important;
}

/* SIDEBAR NAV */
.dashboardNav a,
.dashboardNav .navSection{
  color:#eadbb8!important;
  border:1px solid #644817!important;
  background:
    linear-gradient(180deg,#0a1015,#05090d)!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,220,120,.018),
    0 7px 14px rgba(0,0,0,.16)!important;
}
.dashboardNav a:hover,
.dashboardNav a.active{
  color:#f7d56e!important;
  border-color:#c58d24!important;
  background:
    radial-gradient(circle at 18% 50%,rgba(231,177,50,.13),transparent 42%),
    linear-gradient(180deg,#15130d,#090b0d)!important;
  box-shadow:
    0 0 0 1px rgba(240,193,75,.05),
    0 0 18px rgba(226,169,43,.11),
    inset 0 0 16px rgba(221,167,45,.035)!important;
}
.dashboardNav a.active:before{
  content:"";
  position:absolute;
  left:-1px;
  top:9px;
  bottom:9px;
  width:2px;
  background:#efc14e;
  box-shadow:0 0 9px #e8b53e;
}

/* TOPBAR */
.dashboardTopbar,
.luxuryTopbar{
  background:
    linear-gradient(180deg,rgba(6,10,13,.98),rgba(4,7,10,.98))!important;
  border:0!important;
  border-bottom:1px solid #6b4c15!important;
  box-shadow:none!important;
}
.topbarWelcome small{
  color:#a9802a!important;
}
.topbarWelcome h1{
  color:#f1cf73!important;
}
.onlinePill,.adminBadge,.badge{
  border-color:#78571b!important;
  background:#0e0d09!important;
  color:#e8c45f!important;
}
.dashboardAvatar{
  border-color:#d2a13b!important;
  box-shadow:0 0 14px rgba(224,171,49,.20)!important;
}

/* HERO / TICKER / SECTION BARS */
.dashboardHero{
  border:1px solid #795717!important;
  background-color:#090d10!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,220,125,.02),
    0 10px 26px rgba(0,0,0,.22)!important;
}
.liveTicker,
.dutyDrop,
.gamesIntro{
  border-color:#725116!important;
  background:
    linear-gradient(90deg,rgba(191,131,24,.08),transparent 24%),
    #070b0e!important;
}
.liveLabel{
  background:linear-gradient(180deg,#efc755,#9b6913)!important;
  color:#1e1405!important;
}
.tickerTrack{
  color:#dcb659!important;
}

/* WEEKLY TOP */
.weeklyBoard{
  background:transparent!important;
}
.leaderCard{
  border-color:#705119!important;
  background:
    radial-gradient(circle at 18% 22%,rgba(229,179,60,.06),transparent 40%),
    linear-gradient(145deg,#0a1016,#05080b)!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,228,136,.018),
    0 9px 20px rgba(0,0,0,.15)!important;
}
.leaderCard.featured{
  background:
    radial-gradient(circle at 61% 48%,rgba(242,196,75,.09),transparent 22%),
    radial-gradient(circle at 74% 35%,rgba(255,224,137,.045),transparent 17%),
    linear-gradient(100deg,#090f14 0%,#090f14 46%,#100c07 72%,#070b0e 100%)!important;
  border-color:#8b641c!important;
}
.leaderCard.featured strong,
.leaderCard:not(.featured) strong{
  color:#f0dfbc!important;
}
.leaderCard.featured strong{
  color:#f3cf79!important;
}
.rankCircle{
  background:
    radial-gradient(circle at 50% 35%,#21190b 0%,#080a0b 74%)!important;
  border-color:#c9962c!important;
  color:#f1c44d!important;
  box-shadow:
    0 0 0 4px rgba(175,119,18,.07),
    0 0 14px rgba(210,152,35,.08)!important;
}

/* GAMES SECTION */
.gamesGrid{
  background:transparent!important;
}
.gameCard{
  border-color:#735117!important;
  background:
    radial-gradient(circle at 74% 48%,rgba(217,159,36,.11),transparent 29%),
    linear-gradient(135deg,#0b100f,#090b0c 58%,#130d05)!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,222,120,.018),
    0 13px 28px rgba(0,0,0,.22)!important;
}
.gameCard:hover{
  border-color:#bd8622!important;
  box-shadow:
    0 0 22px rgba(220,163,39,.09),
    0 13px 30px rgba(0,0,0,.26)!important;
}
.gameCard.gameWheel{
  background:
    radial-gradient(circle at 77% 48%,rgba(242,193,65,.17),transparent 28%),
    linear-gradient(135deg,#11130e,#0b0d0c 57%,#1b1205)!important;
}
.gameText h3{
  color:#f0dfbc!important;
}
.gameText p{
  color:#a9a18f!important;
}
.gameText b{
  color:#e4b748!important;
}
.gameStatus{
  border-color:#6d521b!important;
  background:#15120b!important;
  color:#d6aa3c!important;
}
.gameStatus.active{
  background:linear-gradient(180deg,#efc654,#a67113)!important;
  color:#1d1304!important;
  border-color:#e2b340!important;
}

/* PROFILE SUMMARY */
.panelProfileHome,
.vipProfile,
.dashboardPanel,
.dynamicView{
  border-color:#735219!important;
  background:
    radial-gradient(circle at 78% 24%,rgba(210,156,37,.05),transparent 30%),
    linear-gradient(145deg,#0a1015,#05080b)!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,223,125,.015),
    0 12px 30px rgba(0,0,0,.16)!important;
}
.profileHomeHeader{
  border-bottom-color:#614716!important;
  background:
    linear-gradient(90deg,rgba(184,126,20,.07),transparent 36%)!important;
}
.profileHomeHeader small{
  color:#d7a431!important;
}
.profileHomeHeader h2{
  color:#f0e2c2!important;
}
.panelProfileIdentity,
.panelProfileStats article,
.overviewGrid article,
.moneyCard,
.courseViewGrid article{
  border-color:#59431a!important;
  background:
    linear-gradient(145deg,#0c1217,#070b0e)!important;
}
.panelProfileIdentity h2,
.panelProfileIdentity strong{
  color:#f0dfbd!important;
}
.panelProfileIdentity p,
.panelProfileStats small{
  color:#aea795!important;
}
.panelProfileStats strong,
.overviewGrid b,
.moneyCard strong,
.courseViewGrid strong{
  color:#efc34f!important;
}
.panelProfileFooter > div{
  border-color:#514019!important;
  background:#070a0c!important;
}
.openProfileBtn,.goldBtn{
  background:
    linear-gradient(180deg,#f1cb5e 0%,#c18a22 55%,#8c5f12 100%)!important;
  color:#1d1305!important;
  border:1px solid #f3d47f!important;
  box-shadow:
    inset 0 1px 0 rgba(255,247,205,.25),
    0 0 14px rgba(225,171,43,.10)!important;
}
.openProfileBtn:hover,.goldBtn:hover{
  filter:brightness(1.06);
}

/* WHEEL */
#wheel{
  border-color:#765519!important;
  background:
    radial-gradient(circle at 24% 49%,rgba(222,165,41,.045),transparent 34%),
    linear-gradient(135deg,#080e13,#04080b)!important;
}
#wheel .sectionTitle h2,
.wheelSideTitle h3{
  color:#f0dfbb!important;
}
.wheelSideTitle small{
  color:#b78d31!important;
}
.luxuryCourseCard{
  border-color:#a8751e!important;
  background:
    radial-gradient(circle at 87% 18%,rgba(223,169,49,.07),transparent 34%),
    linear-gradient(130deg,#0a1015,#05090c)!important;
}
.courseProgressBody strong{
  color:#f0e1c0!important;
}
.wheelCourseBadge{
  color:#c8a95a!important;
}
.wheelCourseProgress{
  border-color:#4f3d18!important;
  background:#020406!important;
}
.wheelCourseProgressFill{
  background:linear-gradient(90deg,#8c5e10,#f1c755)!important;
}
.luxurySpinBtn{
  background:
    linear-gradient(180deg,#e9c25a,#9f7018)!important;
  border-color:#e6c46c!important;
}
.luxurySpinBtn:disabled{
  background:
    linear-gradient(180deg,#92783b,#5f4b1b)!important;
  color:#151006!important;
}
.luxurySpinResult{
  border-color:#59451a!important;
  background:#06090b!important;
  color:#e6d8ba!important;
}
.possiblePrizesTitle{
  color:#d6a93b!important;
}
.luxuryPrizeList .prize{
  border-color:#5e4618!important;
  background:
    linear-gradient(180deg,#0b1116,#060a0d)!important;
  color:#e8dcc1!important;
}

/* ADMIN */
.adminShell,
.adminPage,
.adminPanel{
  background:#04070a!important;
}
.adminCard,
.employeeCard,
.rewardChoice,
.cashPayoutCard{
  border-color:#674b18!important;
  background:
    linear-gradient(145deg,#0b1116,#06090c)!important;
}
.cashPayoutCard{
  background:
    radial-gradient(circle at 82% 32%,rgba(214,159,40,.10),transparent 38%),
    linear-gradient(120deg,#0f130d,#070b0e)!important;
}
.cashPayoutCard h2{
  color:#efc44e!important;
}
.payoutAllCashBtn{
  background:linear-gradient(180deg,#edc455,#9c6e17)!important;
  border-color:#eccd73!important;
}

/* BUTTONS / INPUTS */
button,input,select,textarea{
  font-family:inherit;
}
input,select,textarea{
  color:#eadfc7!important;
  border-color:#594318!important;
  background:#060a0d!important;
}
input:focus,select:focus,textarea:focus{
  border-color:#b47f20!important;
  box-shadow:0 0 0 2px rgba(205,148,32,.10)!important;
}

/* BADGES / LABELS */
.miniLabel,.eyebrow{
  color:#d9a932!important;
}
.liveBadge{
  border-color:#71531b!important;
  background:#151109!important;
  color:#e6b73f!important;
}

/* FOOTER BUTTONS */
.dashboardLogout{
  background:#24100e!important;
  border-color:#6a2823!important;
  color:#f0d6cb!important;
}
.musicBtn{
  background:#151108!important;
  border-color:#725319!important;
  color:#e4bb48!important;
}

/* REMOVE ZIELONE / TURKUSOWE ODCIENIE Z BAZY */
[style*="green"],
[style*="#0f"],
[style*="#1f"]{
  /* tylko wizualny bezpiecznik dla starych inline'ów */
}

/* bardziej kinowe typografie */
.gameText h3,
.profileHomeHeader h2,
.panelProfileIdentity h2,
.leaderCard strong,
.wheelSideTitle h3,
#wheel .sectionTitle h2,
.dashboardNav a{
  font-family:Georgia,"Times New Roman",serif!important;
}


/* =========================================================
   SIDEBAR — PŁYWAJĄCA BIAŁA OBRAMÓWKA PRZY HOVER
   ========================================================= */

.dashboardNav a,
.dashboardNav .navSection{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    color .22s ease,
    background .22s ease;
}

/* świetlna ramka */
.dashboardNav a::after,
.dashboardNav .navSection::after{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  padding:1px;
  background:
    linear-gradient(
      110deg,
      transparent 0%,
      transparent 24%,
      rgba(255,255,255,.14) 34%,
      rgba(255,255,255,.95) 48%,
      rgba(255,255,255,.18) 62%,
      transparent 76%,
      transparent 100%
    );
  background-size:220% 100%;
  background-position:180% 0;
  opacity:0;
  pointer-events:none;
  z-index:3;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;

  transition:opacity .18s ease;
}

/* delikatny biały glow wewnątrz */
.dashboardNav a::before,
.dashboardNav .navSection::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(
      circle at 15% 50%,
      rgba(255,255,255,.08),
      transparent 34%
    );
  opacity:0;
  pointer-events:none;
  z-index:0;
  transition:opacity .22s ease;
}

.dashboardNav a:hover,
.dashboardNav .navSection:hover{
  transform:translateX(4px);
  border-color:rgba(255,255,255,.72)!important;
  color:#fff8e8!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.20),
    0 0 14px rgba(255,255,255,.14),
    0 0 24px rgba(230,187,70,.10),
    inset 0 0 18px rgba(255,255,255,.035)!important;
}

.dashboardNav a:hover::after,
.dashboardNav .navSection:hover::after{
  opacity:1;
  animation:sidebarWhiteSweep 1.25s linear infinite;
}

.dashboardNav a:hover::before,
.dashboardNav .navSection:hover::before{
  opacity:1;
}

/* aktywna kategoria też ma subtelny jasny połysk */
.dashboardNav a.active{
  border-color:#d5aa43!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 0 16px rgba(227,173,46,.12),
    inset 0 0 16px rgba(255,255,255,.018)!important;
}
.dashboardNav a.active::after{
  opacity:.42;
  animation:sidebarWhiteSweep 2.4s linear infinite;
}

@keyframes sidebarWhiteSweep{
  0%{
    background-position:180% 0;
  }
  100%{
    background-position:-40% 0;
  }
}

/* zachowaj czytelność zawartości nad animacją */
.dashboardNav a > *,
.dashboardNav .navSection > *{
  position:relative;
  z-index:4;
}

@media (prefers-reduced-motion: reduce){
  .dashboardNav a,
  .dashboardNav .navSection{
    transition:none;
  }
  .dashboardNav a:hover::after,
  .dashboardNav .navSection:hover::after,
  .dashboardNav a.active::after{
    animation:none;
  }
}


/* =========================================================
   SIDEBAR — OBRACAJĄCA SIĘ BIAŁA OBRAMÓWKA
   ========================================================= */

.dashboardNav a,
.dashboardNav .navSection{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border:1px solid #6a4c17!important;
}

/* warstwa z obracającą się poświatą */
.dashboardNav a::after,
.dashboardNav .navSection::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:inherit;
  padding:2px;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      transparent 250deg,
      rgba(255,255,255,.10) 270deg,
      rgba(255,255,255,.55) 292deg,
      #ffffff 310deg,
      rgba(255,255,255,.55) 328deg,
      rgba(255,255,255,.10) 344deg,
      transparent 360deg
    );
  opacity:0;
  pointer-events:none;
  z-index:5;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;

  filter:
    drop-shadow(0 0 3px rgba(255,255,255,.95))
    drop-shadow(0 0 8px rgba(255,255,255,.38));

  transform-origin:center;
}

/* delikatne światło wewnątrz */
.dashboardNav a::before,
.dashboardNav .navSection::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.05),transparent 70%);
  opacity:0;
  pointer-events:none;
  z-index:0;
  transition:opacity .2s ease;
}

.dashboardNav a:hover,
.dashboardNav .navSection:hover{
  transform:translateX(4px);
  color:#fffdf7!important;
  border-color:rgba(255,255,255,.72)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.14),
    0 0 12px rgba(255,255,255,.11),
    0 0 24px rgba(229,179,54,.08),
    inset 0 0 16px rgba(255,255,255,.025)!important;
}

.dashboardNav a:hover::after,
.dashboardNav .navSection:hover::after{
  opacity:1;
  animation:sidebarBorderOrbit 1.65s linear infinite;
}

.dashboardNav a:hover::before,
.dashboardNav .navSection:hover::before{
  opacity:1;
}

/* aktywna kategoria ma spokojniejszy ciągły obrót */
.dashboardNav a.active::after{
  opacity:.65;
  animation:sidebarBorderOrbit 3.2s linear infinite;
}

/* biała "iskra" obiega cały prostokąt */
@keyframes sidebarBorderOrbit{
  from{
    transform:rotate(0deg) scale(1.55);
  }
  to{
    transform:rotate(360deg) scale(1.55);
  }
}

/* tekst zawsze nad animacją */
.dashboardNav a > *,
.dashboardNav .navSection > *{
  position:relative;
  z-index:10;
}

/* dla użytkowników z wyłączonymi animacjami */
@media (prefers-reduced-motion: reduce){
  .dashboardNav a:hover::after,
  .dashboardNav .navSection:hover::after,
  .dashboardNav a.active::after{
    animation:none;
  }
}


/* =========================================================
   RZADKIE DROPY + WOLNIEJSZY LIVE TICKER
   ========================================================= */

/* Wolniejszy pasek LIVE DROPY */
.tickerTrack.tickerRunning{
  animation-duration:56s!important;
}

/* Sekcja ostatnich rzadkich nagród */
.rareDropsBar{
  display:grid!important;
  grid-template-columns:210px 1fr!important;
  align-items:stretch!important;
  gap:10px!important;
  min-height:78px!important;
  padding:8px!important;
}

.rareDropHeading{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:8px 12px;
  border-right:1px solid #614716;
}

.rareDropHeading span{
  color:#efbd43!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:900;
  font-size:13px;
}

.rareDropHeading small{
  margin-top:4px;
  color:#8f8878!important;
  font-size:10px;
  line-height:1.25;
}

.rareDropsList{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
  min-width:0;
}

.rareDropItem{
  position:relative;
  display:grid;
  grid-template-columns:32px 1fr auto;
  gap:7px;
  align-items:center;
  min-width:0;
  padding:8px 9px;
  overflow:hidden;
  border:1px solid #584117;
  border-radius:6px;
  background:
    radial-gradient(circle at 85% 20%,rgba(232,181,55,.08),transparent 36%),
    linear-gradient(145deg,#0a1015,#05090c);
}

.rareDropItem:first-child{
  border-color:#9b6e1d;
  box-shadow:
    inset 0 0 0 1px rgba(255,221,113,.025),
    0 0 14px rgba(217,161,37,.07);
}

.rareDropDiamond{
  font-size:20px;
  filter:drop-shadow(0 0 5px rgba(245,208,103,.28));
}

.rareDropText{
  min-width:0;
  display:flex;
  flex-direction:column;
  line-height:1.12;
}

.rareDropText small{
  color:#9f7925!important;
  font-size:7px!important;
  font-weight:900;
  letter-spacing:.35px;
}

.rareDropText strong{
  margin-top:3px;
  color:#f2cf72!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:13px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.rareDropText span{
  margin-top:3px;
  color:#aaa292!important;
  font-size:9px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.rareDropText b{
  color:#eee1c2!important;
}


.rareDropEmpty{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  padding:0 14px;
  color:#9c9484;
  font-family:Georgia,"Times New Roman",serif;
}

@media(max-width:1200px){
  .rareDropsBar{
    grid-template-columns:1fr!important;
  }
  .rareDropHeading{
    border-right:0;
    border-bottom:1px solid #614716;
  }
  .rareDropsList{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .rareDropsList{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   DIAMOND RESTAURANT — LUXURY WHEEL / BLACK NAVY GOLD
   ========================================================= */

#wheel.wheelGameDetail{
  position:relative;
  overflow:hidden;
  border:1px solid #8b6219!important;
  border-radius:12px!important;
  background:
    radial-gradient(circle at 30% 42%,rgba(214,151,30,.07),transparent 34%),
    radial-gradient(circle at 84% 23%,rgba(225,175,55,.04),transparent 24%),
    linear-gradient(145deg,#03070b 0%,#071019 48%,#030609 100%)!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,220,120,.025),
    inset 0 0 70px rgba(0,0,0,.42),
    0 18px 45px rgba(0,0,0,.35)!important;
}

#wheel.wheelGameDetail:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.32;
  background:
    repeating-radial-gradient(circle at 10% 40%,transparent 0 18px,rgba(202,143,29,.025) 19px 20px),
    linear-gradient(115deg,transparent 0 45%,rgba(255,212,95,.025) 50%,transparent 55%);
}

#wheel .sectionTitle{
  position:relative;
  z-index:2;
  padding:18px 22px 10px!important;
  border-bottom:0!important;
}

#wheel .sectionTitle small{
  color:#d5a22f!important;
  letter-spacing:1.4px;
  font-weight:900;
}

#wheel .sectionTitle h2{
  color:#f5dfaa!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:34px!important;
  text-shadow:0 0 18px rgba(229,175,55,.10);
}

#wheel .sectionTitle .badge{
  border:1px solid #8c651d!important;
  background:#090d0d!important;
  color:#e8c866!important;
  border-radius:8px!important;
  padding:10px 14px!important;
}

.wheelGrid{
  position:relative;
  z-index:2;
  display:grid!important;
  grid-template-columns:minmax(650px,880px) minmax(420px,1fr)!important;
  align-items:center!important;
  gap:26px!important;
  min-height:780px!important;
  padding:4px 22px 24px!important;
}

.wheelBox{
  position:relative!important;
  min-height:760px!important;
  display:grid!important;
  place-items:center!important;
  overflow:visible!important;
}

#wheelCanvas{
  display:block!important;
  width:min(100%,760px)!important;
  max-width:760px!important;
  height:auto!important;
  aspect-ratio:1/1;
  opacity:1!important;
  filter:
    drop-shadow(0 24px 38px rgba(0,0,0,.62))
    drop-shadow(0 0 22px rgba(236,179,49,.12))!important;
  z-index:3;
}

.luxuryWheelAura{
  position:absolute;
  width:82%;
  aspect-ratio:1/1;
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(224,166,44,.12),transparent 58%),
    radial-gradient(circle,transparent 55%,rgba(246,205,95,.05) 66%,transparent 72%);
  filter:blur(7px);
  animation:wheelAuraPulse 3.2s ease-in-out infinite alternate;
  pointer-events:none;
}

@keyframes wheelAuraPulse{
  from{opacity:.45;transform:scale(.99)}
  to{opacity:.78;transform:scale(1.015)}
}

.wheelBox .pointer{
  top:13px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  z-index:8!important;
  font-size:62px!important;
  color:#f0bb32!important;
  filter:drop-shadow(0 0 8px rgba(255,205,88,.42));
  text-shadow:
    0 0 5px #fff3bc,
    0 0 15px rgba(247,191,48,.45)!important;
}

.wheelSparkles{
  position:absolute;
  inset:8% 5%;
  z-index:7;
  pointer-events:none;
}

.wheelSparkles i{
  position:absolute;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#fff8df;
  box-shadow:
    0 0 5px #fff,
    0 0 10px #ffe388,
    0 0 18px #e6a91e;
  animation:diamondTwinkle 1.9s ease-in-out infinite;
}
.wheelSparkles i:before,
.wheelSparkles i:after{
  content:"";
  position:absolute;
  left:50%;top:50%;
  background:#fff7cf;
  transform:translate(-50%,-50%);
}
.wheelSparkles i:before{width:20px;height:1px}
.wheelSparkles i:after{width:1px;height:20px}

.wheelSparkles i:nth-child(1){left:18%;top:10%;animation-delay:.1s}
.wheelSparkles i:nth-child(2){left:77%;top:14%;animation-delay:.7s}
.wheelSparkles i:nth-child(3){left:92%;top:48%;animation-delay:1.1s}
.wheelSparkles i:nth-child(4){left:76%;top:83%;animation-delay:.3s}
.wheelSparkles i:nth-child(5){left:48%;top:94%;animation-delay:1.4s}
.wheelSparkles i:nth-child(6){left:12%;top:76%;animation-delay:.9s}
.wheelSparkles i:nth-child(7){left:4%;top:43%;animation-delay:1.65s}
.wheelSparkles i:nth-child(8){left:45%;top:4%;animation-delay:.45s}

@keyframes diamondTwinkle{
  0%,100%{opacity:.1;transform:scale(.55) rotate(0deg)}
  45%{opacity:1;transform:scale(1.25) rotate(45deg)}
  70%{opacity:.3;transform:scale(.8) rotate(90deg)}
}

.luxuryWheelSide{
  position:relative;
  align-self:center!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:26px 28px 30px!important;
  border:1px solid #795617;
  border-radius:15px;
  background:
    radial-gradient(circle at 78% 16%,rgba(226,168,42,.05),transparent 30%),
    linear-gradient(145deg,rgba(6,11,16,.96),rgba(3,7,10,.97));
  box-shadow:
    inset 0 0 0 1px rgba(255,226,135,.02),
    inset 0 0 45px rgba(0,0,0,.30);
}

.wheelSideTitle{
  position:relative;
  margin:0 0 24px!important;
  padding-bottom:17px;
  border-bottom:1px solid #624616;
}

.wheelSideTitle:after{
  content:"◇";
  position:absolute;
  left:50%;
  bottom:-10px;
  transform:translateX(-50%);
  padding:0 10px;
  background:#050a0e;
  color:#d5a02a;
  font-size:17px;
}

.wheelSideTitle small{
  display:none!important;
}

.wheelSideTitle h3{
  margin:0!important;
  color:#f2dfb0!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:40px!important;
  font-weight:500!important;
}

.luxuryCourseCard{
  min-height:156px;
  display:grid!important;
  grid-template-columns:62px 1fr!important;
  align-items:center!important;
  gap:16px!important;
  padding:20px 22px!important;
  border:1px solid #8a621a!important;
  border-radius:13px!important;
  background:
    radial-gradient(circle at 18% 35%,rgba(224,171,45,.055),transparent 34%),
    #05090d!important;
  box-shadow:inset 0 0 28px rgba(0,0,0,.28)!important;
}

.courseDiamond{
  font-size:46px!important;
  filter:
    sepia(.7)
    saturate(1.4)
    drop-shadow(0 0 10px rgba(255,206,82,.30));
}

.courseProgressBody strong{
  display:block;
  color:#f3e3bd!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:25px!important;
  line-height:1.25;
}

.wheelCourseBadge{
  display:block;
  margin-top:10px!important;
  color:#e2bf63!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:17px!important;
}

.wheelCourseProgress{
  height:13px!important;
  margin-top:16px!important;
  border:1px solid #654716!important;
  border-radius:999px!important;
  background:#020507!important;
  overflow:visible!important;
  box-shadow:inset 0 2px 5px rgba(0,0,0,.65);
}

.wheelCourseProgressFill{
  position:relative;
  height:100%!important;
  border-radius:999px!important;
  background:
    linear-gradient(90deg,#8d6012,#dba935 60%,#f5d870)!important;
  box-shadow:
    0 0 11px rgba(242,191,61,.28),
    inset 0 1px 0 rgba(255,249,209,.30);
  transition:width .45s ease;
}

.wheelCourseProgressFill:after{
  content:"";
  position:absolute;
  right:-2px;
  top:50%;
  width:4px;height:4px;
  transform:translateY(-50%);
  border-radius:50%;
  background:#fff8d9;
  box-shadow:
    0 0 4px #fff,
    0 0 10px #ffd85d,
    0 0 18px #f1a91a;
  animation:progressGem 1.6s ease-in-out infinite;
}
@keyframes progressGem{
  0%,100%{opacity:.35;transform:translateY(-50%) scale(.75)}
  50%{opacity:1;transform:translateY(-50%) scale(1.35)}
}

.luxurySpinBtn{
  position:relative;
  min-height:68px!important;
  margin-top:18px!important;
  overflow:hidden;
  border:1px solid #efcd72!important;
  border-radius:10px!important;
  background:
    linear-gradient(180deg,#e7bd4d 0%,#ad791b 52%,#80540e 100%)!important;
  color:#170f03!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:22px!important;
  letter-spacing:.2px;
  box-shadow:
    inset 0 1px 0 rgba(255,246,194,.40),
    0 0 16px rgba(228,169,37,.12)!important;
}

.luxurySpinBtn:before{
  content:"";
  position:absolute;
  top:-50%;
  left:-35%;
  width:30%;
  height:200%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent);
  animation:goldButtonShine 3.2s ease-in-out infinite;
}
@keyframes goldButtonShine{
  0%,55%{left:-40%;opacity:0}
  70%{opacity:.85}
  100%{left:120%;opacity:0}
}

.luxurySpinBtn:disabled{
  opacity:.72!important;
  cursor:not-allowed;
}

.luxurySpinResult{
  min-height:54px!important;
  margin-top:14px!important;
  padding:15px 18px!important;
  border:1px solid #4f3c18!important;
  border-radius:9px!important;
  background:#03070a!important;
  color:#e1d1aa!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:16px!important;
}

/* Użytkownik nie chciał sekcji możliwych nagród. */
.possiblePrizesTitle,
.luxuryPrizeList,
#prizeList{
  display:none!important;
}

@media(max-width:1250px){
  .wheelGrid{
    grid-template-columns:1fr!important;
    min-height:auto!important;
  }
  .wheelBox{min-height:690px!important}
  #wheelCanvas{width:min(92vw,690px)!important;max-width:690px!important}
}

@media(max-width:700px){
  #wheel .sectionTitle h2{font-size:27px!important}
  .wheelGrid{padding:0 10px 18px!important}
  .wheelBox{min-height:430px!important}
  #wheelCanvas{width:min(92vw,430px)!important;max-width:430px!important}
  .wheelBox .pointer{font-size:45px!important}
  .luxuryWheelSide{padding:18px 14px!important}
  .wheelSideTitle h3{font-size:30px!important}
  .courseProgressBody strong{font-size:20px!important}
}


/* =========================================================
   DIAMOND RESTAURANT — PRZYWRÓCONE TŁO BANNERA
   Zachowuje oryginalne tło, ale pokazuje je w całości bez
   brutalnego przycinania / powiększania napisu.
   ========================================================= */

.dashboardHero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;

  /* Oryginalna grafika ma proporcje 1568 x 228. */
  aspect-ratio:1568 / 228!important;

  margin-top:8px!important;
  overflow:hidden!important;
  border:1px solid #89631d!important;
  border-radius:10px!important;

  background-color:#05080b!important;
  background-image:
    linear-gradient(90deg,rgba(2,5,8,.10),rgba(2,5,8,.02) 50%,rgba(2,5,8,.12)),
    url('/static/diamond_banner_new_luxury.png')!important;

  /* Najważniejsza poprawka: obraz ma tę samą proporcję co panel,
     więc nie jest już powiększany i przycinany jak wcześniej. */
  background-size:100% 100%!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;

  box-shadow:
    inset 0 0 0 1px rgba(255,222,128,.025),
    inset 0 -28px 45px rgba(0,0,0,.12),
    0 10px 26px rgba(0,0,0,.22)!important;
}

/* subtelna złota poświata przesuwająca się po bannerze */
.dashboardHero:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:-20% -25%!important;
  z-index:2!important;
  pointer-events:none!important;
  opacity:.42!important;
  background:
    linear-gradient(
      108deg,
      transparent 0%,
      transparent 38%,
      rgba(255,236,174,.015) 45%,
      rgba(255,224,132,.16) 49%,
      rgba(255,245,211,.28) 50%,
      rgba(255,224,132,.12) 51%,
      rgba(255,236,174,.015) 55%,
      transparent 62%,
      transparent 100%
    )!important;
  transform:translateX(-45%);
  animation:diamondBannerSweep 6.5s ease-in-out infinite;
}

/* delikatne ściemnienie boków, żeby banner zlewał się z resztą UI */
.dashboardHero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(2,5,8,.22),transparent 15%,transparent 85%,rgba(2,5,8,.22)),
    linear-gradient(180deg,rgba(255,218,112,.015),transparent 35%,rgba(0,0,0,.12));
}

/* Teksty są już częścią samej grafiki, więc nie dublujemy ich w HTML. */
.dashboardHero .heroCopy,
.dashboardHero .heroArt,
.dashboardHero .heroGem,
.dashboardHero .heroWord{
  display:none!important;
}

@keyframes diamondBannerSweep{
  0%,18%{
    transform:translateX(-48%);
    opacity:.15;
  }
  45%{
    opacity:.48;
  }
  72%,100%{
    transform:translateX(48%);
    opacity:.10;
  }
}

@media(max-width:1000px){
  .dashboardHero{
    aspect-ratio:1568 / 250!important;
  }
}

@media(max-width:700px){
  .dashboardHero{
    /* Na telefonie zachowujemy banner czytelny, zamiast robić z niego pasek. */
    aspect-ratio:1568 / 360!important;
    background-size:cover!important;
    background-position:center!important;
  }
}


/* =========================================================
   CORRECTED DIAMOND BANNER + SHIMMER
   ========================================================= */

.dashboardHero{
  aspect-ratio:2172 / 724!important;
  background-image:
    linear-gradient(90deg,rgba(2,5,8,.09),rgba(2,5,8,.015) 48%,rgba(2,5,8,.10)),
    url('/static/diamond_banner_new_luxury.png')!important;
  background-size:100% 100%!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  border-color:#8b641d!important;
  box-shadow:
    inset 0 0 0 1px rgba(255,226,138,.025),
    inset 0 -22px 36px rgba(0,0,0,.10),
    0 10px 28px rgba(0,0,0,.24)!important;
}

/* Jasny refleks nadal płynie po całym banerze */
.dashboardHero:before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:-25% -30%!important;
  z-index:3!important;
  pointer-events:none!important;
  opacity:.48!important;
  background:
    linear-gradient(
      108deg,
      transparent 0%,
      transparent 40%,
      rgba(255,244,204,.02) 45%,
      rgba(255,226,134,.14) 48.5%,
      rgba(255,250,228,.40) 50%,
      rgba(255,225,126,.15) 51.5%,
      rgba(255,242,190,.02) 55%,
      transparent 60%,
      transparent 100%
    )!important;
  filter:blur(.2px);
  transform:translateX(-52%);
  animation:diamondBannerSweepCorrected 6.2s ease-in-out infinite!important;
}

.dashboardHero:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,rgba(0,0,0,.18),transparent 12%,transparent 88%,rgba(0,0,0,.18)),
    radial-gradient(circle at 43% 48%,rgba(255,221,117,.035),transparent 26%)!important;
}

@keyframes diamondBannerSweepCorrected{
  0%,18%{transform:translateX(-52%);opacity:.10}
  42%{opacity:.55}
  72%,100%{transform:translateX(52%);opacity:.08}
}

/* Nie dublujemy tekstu z HTML — tekst jest częścią poprawionej grafiki. */
.dashboardHero .heroCopy,
.dashboardHero .heroArt,
.dashboardHero .heroGem,
.dashboardHero .heroWord{
  display:none!important;
}

@media(max-width:700px){
  .dashboardHero{
    background-size:cover!important;
    background-position:center!important;
  }
}


/* =========================================================
   NEW LUXURY BANNER — FINAL
   ========================================================= */

.dashboardHero{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-height:0!important;
  aspect-ratio:2172 / 724!important;
  overflow:hidden!important;

  border:1px solid #8d651c!important;
  border-radius:10px!important;

  background-color:#030507!important;
  background-image:
    linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.01) 50%,rgba(0,0,0,.08)),
    url('/static/diamond_banner_new_luxury.png')!important;
  background-size:100% 100%!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;

  box-shadow:
    inset 0 0 0 1px rgba(255,225,130,.025),
    0 10px 28px rgba(0,0,0,.25)!important;
}

/* Usuń wszelkie stare białe/kolorowe warstwy */
.dashboardHero,
.dashboardHero > *{
  background-color:transparent;
}

.dashboardHero .heroCopy,
.dashboardHero .heroArt,
.dashboardHero .heroGem,
.dashboardHero .heroWord{
  display:none!important;
}

/* Złoto-biały refleks przesuwający się po całym banerze */
.dashboardHero:before{
  content:""!important;
  position:absolute!important;
  inset:-30% -35%!important;
  z-index:3!important;
  pointer-events:none!important;
  background:
    linear-gradient(
      110deg,
      transparent 0%,
      transparent 42%,
      rgba(255,245,211,.02) 46%,
      rgba(255,225,130,.14) 48.5%,
      rgba(255,255,245,.42) 50%,
      rgba(255,226,132,.15) 51.5%,
      rgba(255,244,210,.02) 54%,
      transparent 58%,
      transparent 100%
    )!important;
  opacity:.45!important;
  transform:translateX(-55%);
  animation:newLuxuryBannerSweep 6.4s ease-in-out infinite!important;
}

.dashboardHero:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:
    radial-gradient(circle at 27% 48%,rgba(255,218,108,.035),transparent 20%),
    linear-gradient(90deg,rgba(0,0,0,.16),transparent 12%,transparent 88%,rgba(0,0,0,.16))!important;
}

@keyframes newLuxuryBannerSweep{
  0%,18%{transform:translateX(-55%);opacity:.10}
  45%{opacity:.52}
  75%,100%{transform:translateX(55%);opacity:.08}
}

@media(max-width:700px){
  .dashboardHero{
    background-size:cover!important;
    background-position:center!important;
    min-height:140px!important;
  }
}


/* =========================================================
   PREMIUM WEEKLY LEADER BANNER
   Dynamiczny lider + grafika diamentu z referencji użytkownika
   ========================================================= */

.leaderCard.featured{
  position:relative!important;
  grid-column:1/-1!important;
  min-height:148px!important;
  padding:24px 34px!important;
  overflow:hidden!important;
  isolation:isolate;

  border:1px solid #a47720!important;
  border-radius:11px!important;

  background:
    linear-gradient(
      90deg,
      rgba(4,10,16,.99) 0%,
      rgba(5,11,17,.98) 38%,
      rgba(5,10,15,.82) 54%,
      rgba(2,6,10,.22) 69%,
      rgba(2,5,8,.06) 100%
    ),
    url('/static/weekly_leader_diamond_art.png') right center / auto 145% no-repeat,
    #04090e!important;

  box-shadow:
    inset 0 0 0 1px rgba(255,229,146,.025),
    inset 0 -30px 50px rgba(0,0,0,.20),
    0 10px 26px rgba(0,0,0,.23)!important;
}

/* usuwa stary emoji-diament */
.leaderCard.featured:before{
  content:""!important;
  position:absolute!important;
  inset:-30% -35%!important;
  z-index:2!important;
  pointer-events:none!important;

  background:
    linear-gradient(
      108deg,
      transparent 0%,
      transparent 43%,
      rgba(255,238,184,.015) 47%,
      rgba(255,222,118,.14) 49%,
      rgba(255,255,242,.44) 50%,
      rgba(255,224,122,.15) 51%,
      rgba(255,240,189,.015) 54%,
      transparent 58%,
      transparent 100%
    )!important;

  transform:translateX(-55%);
  opacity:.42!important;
  filter:none!important;
  animation:weeklyLeaderShimmer 5.8s ease-in-out infinite;
}

/* TOP jest w grafice — nie dokładamy drugiego napisu */
.leaderCard.featured:after{
  content:""!important;
  display:none!important;
}

.leaderCard.featured .miniLabel{
  position:relative;
  z-index:5;
  display:inline-flex!important;
  align-items:center;
  min-height:26px;
  padding:0 13px!important;
  border:1px solid #f0cc69!important;
  border-radius:999px!important;

  background:
    linear-gradient(180deg,#f6da82,#c78d21)!important;

  color:#2a1903!important;
  font-size:10px!important;
  font-weight:1000!important;
  letter-spacing:.25px;

  box-shadow:
    inset 0 1px 0 rgba(255,255,230,.65),
    0 0 12px rgba(239,187,55,.18)!important;
}

.leaderCard.featured strong{
  position:relative;
  z-index:5;
  display:block!important;
  max-width:52%;
  margin-top:9px!important;

  color:#f5cf68!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:37px!important;
  font-weight:700!important;
  line-height:1.02!important;

  text-shadow:
    0 1px 0 #000,
    0 0 8px rgba(245,195,65,.17),
    0 0 20px rgba(221,155,26,.08)!important;
}

.leaderCard.featured small{
  position:relative;
  z-index:5;
  display:block!important;
  max-width:50%;
  margin-top:6px!important;

  color:#f1e4c8!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:16px!important;
  font-weight:700!important;

  text-shadow:0 1px 4px rgba(0,0,0,.90);
}

.leaderCard.featured em{
  display:none!important;
}

@keyframes weeklyLeaderShimmer{
  0%,18%{
    transform:translateX(-55%);
    opacity:.08;
  }
  48%{
    opacity:.50;
  }
  76%,100%{
    transform:translateX(55%);
    opacity:.06;
  }
}

/* Subtelny blask tylko wokół prawej części z diamentem */
.leaderCard.featured{
  --diamondGlow: rgba(244,188,54,.16);
}

.weeklyBoard .leaderCard.featured{
  background-color:#04090e!important;
}

@media(max-width:900px){
  .leaderCard.featured{
    min-height:138px!important;
    padding:21px 24px!important;
    background-size:auto 125%!important;
    background-position:125% center!important;
  }

  .leaderCard.featured strong{
    max-width:60%;
    font-size:30px!important;
  }

  .leaderCard.featured small{
    max-width:60%;
    font-size:14px!important;
  }
}

@media(max-width:620px){
  .leaderCard.featured{
    min-height:142px!important;
    background:
      linear-gradient(
        90deg,
        rgba(4,10,16,.99) 0%,
        rgba(4,10,16,.97) 55%,
        rgba(3,8,12,.68) 100%
      ),
      url('/static/weekly_leader_diamond_art.png') 135% center / auto 105% no-repeat,
      #04090e!important;
  }

  .leaderCard.featured strong{
    max-width:68%;
    font-size:26px!important;
  }

  .leaderCard.featured small{
    max-width:70%;
    font-size:13px!important;
  }

  .leaderCard.featured .miniLabel{
    font-size:8px!important;
  }
}


/* =========================================================
   PANEL ZARZĄDU — MULTI SELECT NAGRÓD
   ========================================================= */
.rewardBulkToolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:14px 0 10px;
  padding:11px 13px;
  border:1px solid #5e4718;
  border-radius:8px;
  background:
    linear-gradient(90deg,rgba(190,132,24,.06),transparent 35%),
    #080d11;
}

.rewardBulkToolbar small{
  display:block;
  color:#c99527;
  font-size:9px;
  font-weight:1000;
  letter-spacing:.55px;
}

.rewardBulkToolbar strong{
  display:block;
  margin-top:3px;
  color:#e9ddc2;
  font-family:Georgia,"Times New Roman",serif;
  font-size:14px;
}

.rewardBulkActions{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
}

.rewardBulkBtn{
  min-height:35px;
  padding:0 12px;
  border:1px solid #9b7120;
  border-radius:6px;
  background:linear-gradient(180deg,#27200e,#151009);
  color:#edc554;
  font-weight:900;
  cursor:pointer;
}

.rewardBulkBtn:hover{
  border-color:#e1b645;
  color:#ffe28a;
  box-shadow:0 0 10px rgba(225,174,48,.10);
}

.rewardBulkBtn.muted{
  border-color:#50431f;
  color:#b8aa88;
  background:#0c1115;
}

.rewardChoice.selected{
  border-color:#edc653!important;
  background:
    radial-gradient(circle at 88% 50%,rgba(228,177,50,.10),transparent 34%),
    linear-gradient(110deg,#302816,#111a21)!important;
  box-shadow:
    0 0 0 1px rgba(244,209,105,.17) inset,
    0 0 12px rgba(221,168,41,.08)!important;
}

.rewardChoice.selected .rewardChoiceCheck{
  background:linear-gradient(180deg,#f0cf68,#b47d1b)!important;
  border-color:#efcf70!important;
  color:#171006!important;
  box-shadow:0 0 9px rgba(236,186,57,.22);
}

@media(max-width:760px){
  .rewardBulkToolbar{
    flex-direction:column;
    align-items:stretch;
  }
  .rewardBulkActions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
}


/* =========================================================
   PANEL ZARZĄDU — GODZINY + KOREKTA
   ========================================================= */
.managementHoursCard{
  margin:15px 0;
  padding:15px;
  border:1px solid #745419;
  border-radius:10px;
  background:
    radial-gradient(circle at 88% 15%,rgba(223,169,48,.08),transparent 28%),
    linear-gradient(145deg,#0b1116,#060a0d);
  box-shadow:inset 0 0 0 1px rgba(255,224,127,.018);
}

.managementHoursHead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:15px;
}

.managementHoursHead h3{
  margin:3px 0 3px;
  color:#f0dfba;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
}

.managementHoursHead p{
  margin:0;
  color:#9f9889;
  font-size:12px;
}

.dutyStatusBadge{
  padding:7px 10px;
  border:1px solid #5b481d;
  border-radius:999px;
  background:#0c1115;
  color:#aaa18c;
  font-size:10px;
  font-weight:1000;
  white-space:nowrap;
}

.dutyStatusBadge.active{
  border-color:#a27624;
  background:#1d180c;
  color:#f0c64e;
  box-shadow:0 0 10px rgba(225,173,45,.10);
}

.managementHoursStats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px;
  margin-top:13px;
}

.managementHoursStats article{
  min-height:82px;
  padding:12px;
  border:1px solid #554219;
  border-radius:8px;
  background:#080d11;
}

.managementHoursStats small{
  display:block;
  color:#927222;
  font-size:8px;
  font-weight:1000;
  letter-spacing:.45px;
}

.managementHoursStats strong{
  display:block;
  margin-top:8px;
  color:#efc24a;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
}

.hoursCorrectionBox{
  margin-top:11px;
  padding:12px;
  border:1px solid #5f4819;
  border-radius:8px;
  background:
    linear-gradient(90deg,rgba(179,122,19,.06),transparent 35%),
    #070b0e;
}

.hoursCorrectionTitle small{
  display:block;
  color:#b98c2b;
  font-size:8px;
  font-weight:1000;
}

.hoursCorrectionTitle strong{
  display:block;
  margin-top:3px;
  color:#e8dcc0;
  font-family:Georgia,"Times New Roman",serif;
}

.hoursCorrectionControls{
  display:grid;
  grid-template-columns:150px 110px 110px minmax(190px,1fr);
  gap:8px;
  margin-top:10px;
  align-items:end;
}

.hoursCorrectionControls label span{
  display:block;
  margin-bottom:4px;
  color:#9e967f;
  font-size:9px;
  font-weight:800;
}

.hoursCorrectionControls select,
.hoursCorrectionControls input{
  width:100%;
  min-height:38px;
  box-sizing:border-box;
  border:1px solid #594318;
  border-radius:6px;
  background:#05090c;
  color:#eadfc6;
  padding:0 9px;
}

.applyHoursCorrectionBtn{
  min-height:38px;
  border:1px solid #efcc70;
  border-radius:6px;
  background:linear-gradient(180deg,#e9c254,#9c6b15);
  color:#1b1204;
  font-weight:1000;
  cursor:pointer;
}

.applyHoursCorrectionBtn:disabled{
  opacity:.6;
  cursor:not-allowed;
}

.hoursCorrectionHistory{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #443516;
}

.hoursCorrectionHistory > small{
  display:block;
  margin-bottom:6px;
  color:#967321;
  font-size:8px;
  font-weight:1000;
}

.hourHistoryRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:5px 7px;
  border-bottom:1px solid rgba(113,84,28,.20);
  font-size:10px;
}

.hourHistoryRow b.plus{color:#e4bc4b}
.hourHistoryRow b.minus{color:#d18c77}
.hourHistoryRow span{color:#8f8879}

@media(max-width:1000px){
  .managementHoursStats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hoursCorrectionControls{grid-template-columns:1fr 1fr}
  .applyHoursCorrectionBtn{grid-column:1/-1}
}

@media(max-width:600px){
  .managementHoursHead{flex-direction:column}
  .managementHoursStats{grid-template-columns:1fr 1fr}
  .hoursCorrectionControls{grid-template-columns:1fr}
  .applyHoursCorrectionBtn{grid-column:auto}
}


/* =========================================================
   GŁÓWNY BANNER — trochę niższy, aby topka była szybciej widoczna
   ========================================================= */
.dashboardHero{
  aspect-ratio:2172 / 520!important;
  max-height:340px!important;
  min-height:0!important;
  background-size:cover!important;
  background-position:center center!important;
}

@media(max-width:1200px){
  .dashboardHero{
    aspect-ratio:2172 / 560!important;
    max-height:300px!important;
  }
}

@media(max-width:800px){
  .dashboardHero{
    aspect-ratio:2172 / 700!important;
    max-height:none!important;
  }
}

/* =========================================================
   KURSY TYGODNIOWE — TOP 20
   ========================================================= */
.coursesRankingView{
  padding:18px!important;
  border:1px solid #705117;
  border-radius:11px;
  background:
    radial-gradient(circle at 82% 8%,rgba(223,170,47,.07),transparent 27%),
    linear-gradient(145deg,#080e13,#04080b);
  box-shadow:
    inset 0 0 0 1px rgba(255,225,130,.018),
    0 14px 30px rgba(0,0,0,.18);
}

.coursesViewHeader p{
  margin:5px 0 0;
  color:#968f81;
  font-size:12px;
}

.weeklyTop20Panel{
  margin-top:14px;
  overflow:hidden;
  border:1px solid #735219;
  border-radius:10px;
  background:#05090c;
}

.weeklyTop20Head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:13px 16px;
  border-bottom:1px solid #5d4518;
  background:
    linear-gradient(90deg,rgba(190,129,20,.09),transparent 42%),
    #090d10;
}

.weeklyTop20Head small{
  display:block;
  color:#b98b28;
  font-size:8px;
  font-weight:1000;
  letter-spacing:.7px;
}

.weeklyTop20Head strong{
  display:block;
  margin-top:3px;
  color:#eee0bf;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
}

.weeklyTop20Head > span{
  padding:7px 11px;
  border:1px solid #a67720;
  border-radius:6px;
  background:#171109;
  color:#efc24e;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
}

.weeklyTop20List{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:10px;
}

.weeklyTop20Row{
  min-height:68px;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) 82px;
  align-items:center;
  gap:10px;
  padding:9px 11px;
  border:1px solid #4c3b18;
  border-radius:8px;
  background:
    linear-gradient(145deg,#0b1116,#060a0d);
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.weeklyTop20Row:hover{
  transform:translateY(-1px);
  border-color:#8e651c;
  box-shadow:0 0 12px rgba(216,160,39,.07);
}

.weeklyTop20Row.podium{
  border-color:#87611d;
  background:
    radial-gradient(circle at 86% 50%,rgba(225,173,48,.08),transparent 36%),
    linear-gradient(145deg,#12120d,#080c10);
}

.weeklyTop20Row.rank1{
  grid-column:1/-1;
  min-height:82px;
  border-color:#c28b23;
  box-shadow:
    inset 0 0 0 1px rgba(255,224,123,.05),
    0 0 15px rgba(230,176,47,.07);
}

.weeklyTop20Rank{
  position:relative;
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border:1px solid #8f661d;
  border-radius:50%;
  background:
    radial-gradient(circle,#201708,#080b0d 72%);
  color:#eec14a;
  font-family:Georgia,"Times New Roman",serif;
}

.weeklyTop20Rank > span{
  position:absolute;
  top:-10px;
  font-size:15px;
}

.weeklyTop20Rank strong{
  font-size:17px;
}

.weeklyTop20Person{
  min-width:0;
}

.weeklyTop20Person > strong{
  display:block;
  overflow:hidden;
  color:#eee0c0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.weeklyTop20Person small{
  display:block;
  margin-top:4px;
  color:#877f70;
  font-size:9px;
}

.weeklyTop20Courses{
  text-align:right;
}

.weeklyTop20Courses strong{
  display:block;
  color:#f0c14b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
}

.weeklyTop20Courses small{
  color:#948c7d;
  font-size:9px;
}

.weeklyTop20Empty{
  grid-column:1/-1;
  padding:30px;
  color:#aaa18e;
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
}

@media(max-width:900px){
  .weeklyTop20List{
    grid-template-columns:1fr;
  }
  .weeklyTop20Row.rank1{
    grid-column:auto;
  }
}

@media(max-width:520px){
  .weeklyTop20Row{
    grid-template-columns:44px minmax(0,1fr) 65px;
    padding:8px;
  }

  .weeklyTop20Rank{
    width:37px;
    height:37px;
  }

  .weeklyTop20Person > strong{
    font-size:14px;
  }

  .weeklyTop20Courses strong{
    font-size:20px;
  }
}


/* TOP 20 bez SSN — prostszy i czytelniejszy układ */
.weeklyTop20Person{
  display:flex;
  align-items:center;
  min-height:42px;
}
.weeklyTop20Person > strong{
  margin:0!important;
}


/* =========================================================
   FIX KURSY TYG. / TOP 20
   ========================================================= */
.coursesRankingView.dynamicView.activeView{
  display:block!important;
}
.coursesRankingView .weeklyTop20Panel{
  display:block!important;
}


/* =========================================================
   SIDEBAR DIAMONDS — transparentne tło + obrót na czubku
   ========================================================= */
.dashboardNav a,
.dashboardNav .navSection{
  display:flex;
  align-items:center;
  gap:12px;
}

.diamondNavLink .navDiamondWrap{
  position:relative;
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transform-origin:50% 92%;
  transition:none;
}

/* bez dodatkowego tła za diamentem */
.diamondNavLink .navDiamondWrap::before{
  content:none;
}

.diamondNavLink .navDiamondIcon{
  position:relative;
  z-index:1;
  width:24px;
  height:24px;
  object-fit:contain;
  object-position:center;
  background:transparent!important;
  border-radius:0;
  filter:
    saturate(1.20)
    brightness(1.06)
    contrast(1.08)
    drop-shadow(0 0 2px rgba(255,222,134,.72))
    drop-shadow(0 0 7px rgba(255,183,40,.42));
  transition:filter .28s ease, opacity .28s ease;
  box-shadow:none!important;
}

.diamondNavLink:hover .navDiamondWrap{
  animation:none;
  transform:none;
}

.diamondNavLink:hover .navDiamondIcon{
  animation:navDiamondGoldBlink 1.55s ease-in-out infinite;
  filter:
    saturate(1.30)
    brightness(1.14)
    contrast(1.12)
    drop-shadow(0 0 4px rgba(255,242,188,.96))
    drop-shadow(0 0 10px rgba(255,212,97,.85))
    drop-shadow(0 0 18px rgba(255,176,33,.58));
}

.diamondNavLink.active .navDiamondIcon{
  animation:navDiamondGoldBlink 2.4s ease-in-out infinite;
  filter:
    saturate(1.24)
    brightness(1.08)
    contrast(1.08)
    drop-shadow(0 0 3px rgba(255,232,164,.88))
    drop-shadow(0 0 9px rgba(255,192,78,.58));
}

@keyframes navDiamondGoldBlink{
  0%,100%{opacity:1;}
  50%{opacity:.84;}
}

@media (prefers-reduced-motion: reduce){
  .diamondNavLink:hover .navDiamondWrap,
  .diamondNavLink:hover .navDiamondIcon,
  .diamondNavLink.active .navDiamondIcon{
    animation:none;
  }
}
