:root{--font-sans: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--bg-deep: #0a0807;--bg-card: #12100e;--bg-elevated: #1a1614;--bg-panel: #16120f;--accent-gold: #c9a25e;--accent-amber: #e88c4a;--accent-crimson: #c43c2e;--accent-warm: #f0b46b;--text-primary: #f5e9d8;--text-secondary: #c9a17a;--text-muted: #8a6f55;--border-subtle: #3a2a22;--border-strong: #5c3a2a;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .4);--shadow-medium: 0 8px 24px rgba(0, 0, 0, .5);--shadow-strong: 0 16px 40px rgba(0, 0, 0, .6);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-full: 999px;font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-deep)}*{box-sizing:border-box}body{margin:0;background:var(--bg-deep);color:var(--text-primary);background-image:radial-gradient(circle at 50% 0%,rgba(60,30,20,.15) 0%,transparent 50%),radial-gradient(circle at 50% 100%,rgba(30,15,10,.12) 0%,transparent 55%)}a{color:inherit;text-decoration:none}.app{min-height:100vh}.header{padding:.85rem 2rem .6rem;background:linear-gradient(180deg,#1a0f0c,#120a08);border-bottom:1px solid rgba(111,42,28,.7);box-shadow:0 8px 30px -12px #000000b3,0 1px #ff6a2d0f inset;position:sticky;top:0;z-index:50;display:grid;gap:.55rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#ff6a2d 20%,#ff9a5e 50%,#ff6a2d 80%,transparent);opacity:.85}.header-main{display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.header-right{flex-wrap:wrap;justify-content:flex-end;gap:.6rem}.logo{display:inline-flex;align-items:center;gap:.45rem;font-weight:800;font-size:1.38rem;letter-spacing:-.025em;color:#f3d9b8;text-shadow:0 1px 3px rgba(0,0,0,.55);transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none}.logo:hover{color:#ffbe7f;transform:translateY(-1px)}.logo-mark{font-size:1.05rem;color:#ff8f48;filter:drop-shadow(0 0 6px rgba(255,106,45,.45));line-height:1}.logo-text{background:linear-gradient(90deg,#f3d9b8,#ffcf8f 45%,#f3d9b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:900;letter-spacing:-.03em}.nav{display:flex;gap:.25rem;flex-wrap:wrap;align-items:center}.nav a{position:relative;padding:.42rem .95rem;font-size:.9rem;font-weight:600;color:#d8b69a;border-radius:999px;transition:all .18s cubic-bezier(.4,0,.2,1);text-decoration:none}.nav a:hover{color:#ffe3c8;background:#ff6a2d17}.nav a.active{color:#fff;background:linear-gradient(135deg,#ff6a2d,#ff4330);box-shadow:0 2px 8px -1px #ff433073,0 0 0 1px #ffb45a33}.nav a.active:after{display:none}.online-chip{border-radius:999px;border:1px solid #7f3c1d;background:#2a150f;color:#ffbe7f;font-size:.78rem;font-weight:700;padding:.28rem .7rem;letter-spacing:.3px;box-shadow:inset 0 1px #ffffff08}.user-pill{display:flex;align-items:center;gap:.55rem;background:#1f110d;border:1px solid #6f2a1c;border-radius:999px;padding:.28rem .65rem .28rem .32rem;box-shadow:0 2px 6px -1px #00000080;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.user-pill:hover{transform:translateY(-1px);border-color:#a04a2b;box-shadow:0 4px 12px -2px #0000008c,0 0 0 1px #ff6a2d1a}.user-avatar,.user-avatar-placeholder{width:32px;height:32px;border-radius:999px;flex:0 0 32px;box-shadow:0 1px 3px #0006}.user-avatar{object-fit:cover;border:1px solid rgba(255,255,255,.1)}.user-avatar-placeholder{background:linear-gradient(135deg,#ff7a2d,#ff4330);color:#fff;display:grid;place-items:center;font-weight:800;font-size:.9rem;text-shadow:0 1px 1px rgba(0,0,0,.3)}.live-feed{border-top:1px solid rgba(111,42,28,.55);padding:.5rem 0 .15rem;display:flex;align-items:center;gap:.9rem;min-height:42px;overflow:hidden}.live-feed-label{color:#f0b37a;font-size:.76rem;font-weight:700;letter-spacing:.5px;white-space:nowrap;display:inline-flex;align-items:center;gap:.4rem}.live-dot{width:6px;height:6px;background:#ff6a2d;border-radius:50%;box-shadow:0 0 #ff6a2d99;animation:live-pulse 2s infinite ease-out}@keyframes live-pulse{0%{box-shadow:0 0 #ff6a2da6}70%{box-shadow:0 0 0 7px #ff6a2d00}to{box-shadow:0 0 #ff6a2d00}}.live-feed-track{display:flex;align-items:center;gap:.55rem;min-width:max-content;animation:live-feed-scroll 55s linear infinite}.live-feed-item{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #5f2819;background:#22140f;border-radius:999px;padding:.18rem .55rem .18rem .22rem;font-size:.74rem;white-space:nowrap;color:#d9b48a}.live-feed-item strong{color:#f4d3a8}.live-feed-item img{width:20px;height:20px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.08)}@keyframes live-feed-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.container{max-width:1200px;margin:0 auto;padding:1.5rem}.panel{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.1rem;box-shadow:var(--shadow-soft)}.hero h1{margin-top:0}.cases-page{max-width:1280px;margin:0 auto;padding:0 1rem 3rem}.cases-hero{text-align:center;padding:2.25rem 1rem 2rem;margin-bottom:1.25rem;position:relative}.cases-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 30%,rgba(201,162,94,.06) 0%,transparent 70%);pointer-events:none}.cases-hero-content{position:relative;z-index:1}.cases-hero-badge{display:inline-block;font-size:.72rem;letter-spacing:2px;color:var(--accent-amber);background:#e88c4a1a;border:1px solid rgba(232,140,74,.3);padding:4px 14px;border-radius:999px;margin-bottom:.75rem;font-weight:600}.cases-hero h1{font-size:2.35rem;font-weight:800;letter-spacing:3.5px;margin:0 0 .6rem;color:var(--text-primary);text-transform:uppercase}.cases-hero-subtitle{max-width:620px;margin:0 auto;font-size:1.02rem;color:var(--text-secondary);line-height:1.45}.cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(218px,1fr));gap:1.35rem}.cases-footer-note{text-align:center;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid var(--border-subtle)}.profile-page{max-width:1100px;margin:0 auto;padding-bottom:3rem}.profile-hero{background:linear-gradient(145deg,#1f120d,#140c0a);border:1px solid #5f2a1f;border-radius:20px;padding:2.25rem 2.5rem;margin-bottom:2rem;box-shadow:0 20px 50px -15px #0009,0 0 0 1px #ff6a2d14 inset;position:relative;overflow:hidden}.profile-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(255,106,45,.08) 0%,transparent 60%);pointer-events:none}.profile-hero-inner{display:flex;align-items:center;gap:1.75rem;position:relative;z-index:1}.profile-avatar-wrap{flex-shrink:0}.profile-avatar,.profile-avatar-placeholder{width:96px;height:96px;border-radius:999px;border:3px solid #3a2119;box-shadow:0 8px 25px -8px #000000b3,0 0 0 1px #ffffff14;object-fit:cover}.profile-avatar-placeholder{background:linear-gradient(135deg,#ff7a2d,#ff4330);color:#fff;display:grid;place-items:center;font-size:2.4rem;font-weight:800}.profile-identity{flex:1;min-width:0}.profile-badge{display:inline-block;font-size:.7rem;letter-spacing:2.5px;color:#ff9a5e;background:#ff6a2d1a;border:1px solid rgba(255,106,45,.25);padding:3px 14px;border-radius:999px;font-weight:700;margin-bottom:.5rem}.profile-name{margin:0 0 .35rem;font-size:2rem;font-weight:800;color:#f4d9b8;letter-spacing:-.02em}.profile-balance{display:flex;align-items:baseline;gap:.6rem}.balance-label{font-size:.82rem;color:#b37d5a;font-weight:600;letter-spacing:.5px}.balance-value{font-size:1.65rem;font-weight:800;color:#ffbe7f;text-shadow:0 2px 8px rgba(255,106,45,.2)}.profile-section{margin-bottom:1.75rem}.profile-section-header{margin-bottom:.85rem;padding-left:.25rem}.profile-section-header h2{margin:0 0 .15rem;font-size:1.25rem;font-weight:700;color:#f0d1a8}.profile-promo-card{background:#18100d;border:1px solid #4a2a1f;border-radius:16px;padding:1.1rem 1.35rem}.profile-transactions.panel{padding:.35rem .6rem}.transactions-table{width:100%;border-collapse:collapse;font-size:.92rem}.transactions-table th,.transactions-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #3a2119}.transactions-table th{color:#b37d5a;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.8px}.transactions-table tr:last-child td{border-bottom:none}.tx-type{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.75rem;font-weight:700;background:#2a1913;color:#d9b48a}.tx-positive{color:#7ee08a;font-weight:700}.tx-negative{color:#ff6b6b;font-weight:700}.user-pill.user-pill-link{cursor:pointer;text-decoration:none;color:inherit}.user-pill.user-pill-link:hover{border-color:#a04a2b;box-shadow:0 4px 14px -2px #0000008c,0 0 0 1px #ff6a2d2e;transform:translateY(-1px)}.user-pill.user-pill-link:active{transform:translateY(0)}.steam-login-btn{background:linear-gradient(135deg,#1b2838,#0e1620);border:1px solid #4a6a8a;color:#c8d8ea;font-weight:700;padding:.42rem 1.1rem;border-radius:999px;font-size:.85rem;display:inline-flex;align-items:center;gap:.45rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px -1px #0006}.steam-login-btn:hover{background:linear-gradient(135deg,#2a4055,#16202e);border-color:#6a8fb0;color:#e6f0ff;transform:translateY(-1px);box-shadow:0 4px 10px -2px #00000080}.steam-login-btn:before{content:"⌂";font-size:.95rem;opacity:.85}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(218px,1fr));gap:1.1rem}.case-card,.inventory-card{display:flex;flex-direction:column;gap:.5rem;background:transparent;border:0;border-radius:0;padding:0;text-decoration:none;color:inherit}.inventory-card{background:#311510;border:1px solid #6f2e1d;border-radius:10px;padding:.75rem}.case-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;transition:transform .18s cubic-bezier(.2,0,0,1),box-shadow .18s ease,border-color .18s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit}.case-card:hover{transform:translateY(-6px);border-color:var(--accent-amber);box-shadow:var(--shadow-strong)}.case-card-header{padding:.95rem .95rem .65rem;display:flex;flex-direction:column;gap:.35rem}.case-name{font-size:.95rem;font-weight:800;letter-spacing:1.2px;color:var(--text-primary);line-height:1.15;text-transform:uppercase}.case-meta{display:flex;align-items:center;gap:.55rem;font-size:.71rem;font-weight:500}.case-items{color:var(--text-secondary)}.case-new-badge{background:var(--accent-crimson);color:#fff;font-size:.62rem;font-weight:700;padding:1px 7px 2px;border-radius:3px;letter-spacing:.8px}.case-image-wrapper{position:relative;background:#0c0907;overflow:hidden}.case-image{width:100%;height:232px;object-fit:cover;display:block;transition:transform .42s ease}.case-card:hover .case-image{transform:scale(1.035)}.case-price-tag{margin:.7rem auto .9rem;padding:7px 26px;background:linear-gradient(145deg,#2a1f18,#1f160f);border:1px solid var(--accent-amber);border-radius:var(--radius-full);font-size:.98rem;font-weight:700;color:var(--accent-warm);letter-spacing:.4px;box-shadow:0 3px 10px #00000059;white-space:nowrap}.case-drops{display:flex;flex-direction:column;gap:.25rem}.drop-item{display:flex;justify-content:space-between;gap:.5rem;font-size:.85rem}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-md);background:linear-gradient(145deg,#c9a25e,#a67c3d);color:#1a120b;padding:.65rem 1.25rem;font-weight:700;font-size:.95rem;letter-spacing:.3px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease;box-shadow:0 4px 14px #c9a25e40}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #c9a25e59;filter:brightness(1.05)}.btn:active:not(:disabled){transform:translateY(0)}.btn.ghost{background:transparent;border:1px solid var(--border-strong);color:var(--accent-amber);box-shadow:none}.btn.ghost:hover:not(:disabled){background:#e88c4a14;border-color:var(--accent-amber);color:var(--accent-warm)}.btn:disabled{opacity:.55;cursor:default;filter:grayscale(.3)}.input{width:100%;border-radius:8px;border:1px solid #8a3a23;background:#27100d;color:#ffeede;padding:.55rem .7rem}.muted{color:#f0b48a}.error{color:#ff8f8f}.row{display:flex;align-items:center}.row.center{justify-content:center}.row.wrap{flex-wrap:wrap}.row.spaced{justify-content:space-between}.column{display:flex;flex-direction:column}.gap{gap:.75rem}.mt{margin-top:.75rem}.home-landing{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 3rem}.landing-hero{text-align:center;padding:3.25rem 1rem 2.5rem;position:relative}.landing-hero:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:120px;height:1px;background:linear-gradient(to right,transparent,var(--accent-gold),transparent)}.landing-hero-content{max-width:680px;margin:0 auto}.landing-badge{display:inline-block;font-size:.74rem;letter-spacing:2.5px;color:var(--accent-amber);background:#c9a25e14;border:1px solid rgba(201,162,94,.25);padding:5px 16px;border-radius:var(--radius-full);margin-bottom:1rem;font-weight:600}.landing-hero h1{font-size:2.85rem;line-height:1.05;font-weight:800;margin-bottom:.85rem;color:var(--text-primary)}.landing-subtitle{font-size:1.12rem;color:var(--text-secondary);max-width:520px;margin:0 auto 1.6rem;line-height:1.5}.landing-cta{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.landing-primary-btn{font-size:1.02rem;padding:.75rem 1.85rem}.landing-auth{max-width:420px;margin:1.5rem auto 0}.wheel-wrap{position:relative;width:260px;height:260px;margin:0 auto}.wheel{width:100%;height:100%;border-radius:50%;border:6px solid #1f314f;display:grid;place-items:center}.wheel-center{width:120px;height:120px;border-radius:50%;background:#101a2d;display:grid;place-items:center;font-weight:700}.arrow{position:absolute;width:4px;height:130px;background:#f4cd58;left:calc(50% - 2px);top:0;transform-origin:bottom center}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat-card{background:#172644;border:1px solid #2d4368;border-radius:8px;padding:.7rem;font-weight:600}.fair-row{background:#172644;border:1px solid #2d4368;border-radius:8px;padding:.65rem}.withdraw-row{display:flex;justify-content:space-between;gap:.75rem;align-items:center;background:#172644;border:1px solid #2d4368;border-radius:8px;padding:.65rem}.checklist{margin:.4rem 0 0;padding-left:1.2rem;color:#d7e3fa;display:grid;gap:.35rem}.case-hero-image{width:320px;max-width:100%;height:180px;object-fit:cover;border-radius:10px}.center{align-self:center;text-align:center}.roulette-wrap{position:relative}.roulette-window{width:100%;overflow:hidden;border:1px solid #7a3220;border-radius:12px;background:#26120f;padding:.75rem .5rem}.roulette-pointer{position:absolute;z-index:2;left:50%;top:-2px;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:14px solid #f4cd58}.roulette-track{display:flex;gap:10px;transform:translateZ(0)}.roulette-card{min-width:160px;width:160px;border-radius:8px;border:1px solid #78301f;background:#341611;padding:.45rem;display:flex;flex-direction:column;gap:.4rem}.roulette-card img{width:100%;height:96px;object-fit:cover;border-radius:6px}.roulette-card span{font-size:.75rem;line-height:1.25}.case-items-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.case-item-card{border-radius:8px;border:1px solid #75311f;background:#321510;padding:.55rem;display:flex;flex-direction:column;gap:.35rem}.case-item-card img{width:100%;height:110px;object-fit:cover;border-radius:6px}.case-price{font-size:1.15rem;font-weight:700;color:#ffe1cd;letter-spacing:.3px;margin-top:.35rem}.result-card{display:flex;align-items:center;gap:.75rem;border-radius:10px;border:1px solid #7a3321;padding:.6rem;background:#341611}.result-card img{width:88px;height:64px;border-radius:6px;object-fit:cover}.rarity-milspec{box-shadow:inset 0 -2px #f68a3b}.rarity-restricted{box-shadow:inset 0 -2px #ff6f3f}.rarity-classified{box-shadow:inset 0 -2px #ff4f4f}.rarity-covert{box-shadow:inset 0 -2px #ff2f2f}.rarity-special{box-shadow:inset 0 -2px #ffb347}.case-open-toolbar{margin-top:.35rem;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:center;gap:1rem 1.25rem;background:#ff572214;border:1px solid #7c3321;border-radius:12px;padding:.85rem}.case-count-grid{display:grid;grid-template-columns:repeat(5,minmax(42px,1fr));gap:.45rem}.case-count-btn{border:1px solid #8f3a22;background:#2b120f;color:#ffd8be;border-radius:8px;min-height:36px;font-weight:700;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.case-count-btn:hover:not(:disabled){transform:translateY(-1px);border-color:#ff8340}.case-count-btn.active{border-color:#ff8944;background:linear-gradient(135deg,#ff7e2f,#ff3c2f);color:#fff}.case-open-btn{min-width:150px;min-height:40px;box-shadow:0 8px 20px #ff582a47}.case-back-btn{min-width:150px;min-height:40px}.upgrade-top-layout{display:grid;grid-template-columns:minmax(220px,1fr) minmax(340px,1.2fr) minmax(220px,1fr);gap:1rem;align-items:stretch}.upgrade-focus-card{position:relative;min-height:390px}.upgrade-focus-card h3{margin-top:0}.upgrade-focus-inner{min-height:320px;border-radius:14px;border:1px solid #8e3b22;background:radial-gradient(circle at 50% 0%,rgba(255,193,62,.12),transparent 40%),#26100c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:.8rem;text-align:center}.upgrade-focus-inner img{width:92%;max-width:260px;height:150px;object-fit:cover;border-radius:10px}.upgrade-wheel-panel{display:flex;flex-direction:column;align-items:center;justify-content:center}.upgrade-wheel-stage{width:100%;display:flex;flex-direction:column;align-items:center;gap:.9rem}.upgrade-wheel-wrap.premium{position:relative;width:340px;height:340px;margin:0 auto;display:grid;place-items:center}.wheel-ring{position:absolute;border-radius:50%;pointer-events:none}.wheel-ring.ring-1{width:340px;height:340px;border:1px solid rgba(255,163,74,.18);box-shadow:0 0 0 1px #0009 inset}.wheel-ring.ring-2{width:310px;height:310px;border:2px solid rgba(212,140,72,.55)}.wheel-ring.ring-3{width:294px;height:294px;border:1px solid rgba(255,190,110,.25)}.wheel-face{position:relative;width:278px;height:278px;border-radius:50%;overflow:hidden;background:#120b09;border:1px solid #5c2f22;box-shadow:0 10px 30px -8px #000000bf,0 0 0 1px #ffffff08 inset,inset 0 20px 40px -15px #0009,inset 0 -10px 25px -10px #ff8c3c0f}.wheel-base{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 38%,#1f140f,#120b09 68%)}.wheel-ticks{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%}.wheel-tick{position:absolute;left:50%;top:50%;width:1.5px;height:22px;background:linear-gradient(to top,#ffbe6e26,#ffc882bf);transform-origin:50% 0;margin-left:-.75px;margin-top:-139px;border-radius:1px;box-shadow:0 0 3px #ffb45a4d}.wheel-tick.major{width:2.5px;height:28px;background:linear-gradient(to top,#ffd28c40,#ffce8a);margin-left:-1.25px;margin-top:-139px;box-shadow:0 0 6px #ffbe6e8c}.wheel-probability{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;mix-blend-mode:screen;opacity:.9;transition:background .18s ease;pointer-events:none}.wheel-inner-ring{position:absolute;left:50%;top:50%;width:178px;height:178px;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,175,95,.22);box-shadow:0 0 0 1px #0006 inset;pointer-events:none}.wheel-hub{position:absolute;left:50%;top:50%;width:118px;height:118px;transform:translate(-50%,-50%);border-radius:50%;background:#0f0907;border:2px solid #6b3a27;box-shadow:0 0 0 6px #120b09,0 4px 12px -2px #000c,inset 0 8px 14px -4px #ffffff0f,inset 0 -6px 12px -4px #000000b3;z-index:2;display:grid;place-items:center}.wheel-hub-inner{width:92px;height:92px;border-radius:50%;background:radial-gradient(circle at 48% 32%,#2a1812,#160f0c);border:1px solid #4f2b1f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.wheel-percentage{font-size:1.85rem;font-weight:800;color:#ffcf7a;line-height:1;text-shadow:0 2px 6px rgba(0,0,0,.5),0 0 12px rgba(255,180,80,.25);letter-spacing:-.02em}.wheel-label{font-size:.64rem;font-weight:700;letter-spacing:2.2px;color:#b37d5a;margin-top:2px}.wheel-arrow{position:absolute;left:50%;top:50%;width:4px;height:152px;transform-origin:50% 50%;z-index:5;transition:transform .24s ease-out;pointer-events:none}.wheel-arrow.spinning{transition:transform 10.4s cubic-bezier(.08,.92,.05,1)}.arrow-shaft{position:absolute;left:50%;top:18px;width:3px;height:108px;transform:translate(-50%);background:linear-gradient(180deg,#f4d9a8,#ff9c55 45%,#c96d2f);border-radius:3px;box-shadow:0 0 6px #ffaa5080,0 0 14px #ff782840}.arrow-head{position:absolute;left:50%;top:6px;transform:translate(-50%);width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:22px solid #ffcf7a;filter:drop-shadow(0 1px 4px rgba(255,180,70,.6))}.arrow-glow{position:absolute;left:50%;top:0;transform:translate(-50%);width:18px;height:38px;background:radial-gradient(circle,rgba(255,200,110,.45) 0%,transparent 70%);border-radius:50%;filter:blur(3px);z-index:-1}.wheel-reference-mark{position:absolute;top:12px;left:50%;transform:translate(-50%);width:18px;height:5px;background:linear-gradient(90deg,transparent,#ffbe7f,transparent);border-radius:3px;box-shadow:0 0 8px #ffb45a99;z-index:6}.wheel-chance-readout{display:flex;align-items:baseline;gap:.45rem;color:#c9a07a}.wheel-chance-readout .chance-value{font-size:1.15rem;font-weight:800;color:#ffcf7a;letter-spacing:-.01em}.wheel-chance-readout .chance-text{font-size:.72rem;font-weight:600;letter-spacing:.8px;opacity:.85}.upgrade-spin-btn{margin-top:.25rem;min-width:220px;min-height:42px}.upgrade-selection-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.upgrade-selection-panel h3{margin-top:0}.upgrade-card-list{margin-top:.75rem;max-height:420px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.55rem}.upgrade-item-btn{border:1px solid #773220;background:#2b110d;border-radius:9px;padding:.45rem;display:flex;flex-direction:column;gap:.3rem;color:#ffe7d6;text-align:left;cursor:pointer}.upgrade-item-btn img{width:100%;height:94px;border-radius:7px;object-fit:cover}.upgrade-item-btn span{font-size:.76rem;line-height:1.22}.upgrade-item-btn small{color:#f0ae81}.upgrade-item-btn.active{border-color:#ff8b43;box-shadow:0 0 0 1px #ff894357;background:#3a160f}.upgrade-focus-card.win{box-shadow:0 0 0 1px #ffca576b,0 0 34px #ff99403b}.confetti-burst{pointer-events:none;position:absolute;top:12px;right:12px;bottom:12px;left:12px;overflow:hidden}.confetti-piece{position:absolute;left:50%;top:50%;width:8px;height:12px;border-radius:2px;opacity:0;animation:confetti-pop 1.1s ease-out forwards}.confetti-piece.p-0{background:#ffcf57;transform:translate(-50%,-50%) rotate(0);animation-delay:20ms}.confetti-piece.p-1{background:#ff8a3f;transform:translate(-50%,-50%) rotate(20deg);animation-delay:70ms}.confetti-piece.p-2{background:#ff5c4d;transform:translate(-50%,-50%) rotate(40deg);animation-delay:.12s}.confetti-piece.p-3{background:#ffd46f;transform:translate(-50%,-50%) rotate(60deg);animation-delay:.17s}.confetti-piece.p-4{background:#ff9c44;transform:translate(-50%,-50%) rotate(80deg);animation-delay:.22s}.confetti-piece.p-5{background:#ffc65e;transform:translate(-50%,-50%) rotate(100deg);animation-delay:.27s}@keyframes confetti-pop{0%{opacity:0;transform:translate(-50%,-50%) rotate(0)}10%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--dx, 0px)),calc(-50% + var(--dy, 0px))) rotate(320deg)}}.confetti-piece:nth-child(1){--dx: -118px;--dy: -42px}.confetti-piece:nth-child(2){--dx: -96px;--dy: -84px}.confetti-piece:nth-child(3){--dx: -40px;--dy: -110px}.confetti-piece:nth-child(4){--dx: 14px;--dy: -118px}.confetti-piece:nth-child(5){--dx: 68px;--dy: -98px}.confetti-piece:nth-child(6){--dx: 108px;--dy: -52px}.confetti-piece:nth-child(7){--dx: 122px;--dy: 4px}.confetti-piece:nth-child(8){--dx: 102px;--dy: 52px}.confetti-piece:nth-child(9){--dx: 56px;--dy: 92px}.confetti-piece:nth-child(10){--dx: 10px;--dy: 116px}.confetti-piece:nth-child(11){--dx: -46px;--dy: 96px}.confetti-piece:nth-child(12){--dx: -96px;--dy: 62px}.confetti-piece:nth-child(13){--dx: -120px;--dy: 10px}.confetti-piece:nth-child(14){--dx: -74px;--dy: -22px}.confetti-piece:nth-child(15){--dx: -6px;--dy: -88px}.confetti-piece:nth-child(16){--dx: 42px;--dy: -78px}.confetti-piece:nth-child(17){--dx: 82px;--dy: -12px}.confetti-piece:nth-child(18){--dx: 68px;--dy: 48px}.inventory-filters{display:flex;gap:.45rem;flex-wrap:wrap}.inventory-filter-btn{border:1px solid #8a3a23;background:#2b110d;color:#ffd9bf;border-radius:8px;padding:.42rem .7rem;font-weight:600;cursor:pointer}.inventory-filter-btn.active{border-color:#ff8f48;background:linear-gradient(135deg,#ff7f2f,#ff4330);color:#fff7f0}@media (max-width: 980px){.header{padding:.65rem 1rem .45rem}.header-main{flex-direction:column;align-items:flex-start;gap:.5rem}.logo{font-size:1.15rem}.nav{gap:.1rem}.nav a{padding:.32rem .7rem;font-size:.82rem}.header-right{width:100%;justify-content:flex-start}.user-pill{padding:.2rem .5rem .2rem .25rem}.live-feed{flex-direction:column;align-items:flex-start;min-height:36px;gap:.35rem}.upgrade-selection-layout,.upgrade-top-layout{grid-template-columns:1fr}.upgrade-focus-card{min-height:280px}.upgrade-focus-inner{min-height:220px}.upgrade-wheel-wrap.premium,.wheel-ring.ring-1{width:270px;height:270px}.wheel-ring.ring-2{width:246px;height:246px}.wheel-ring.ring-3{width:232px;height:232px}.wheel-face{width:220px;height:220px}.wheel-tick{margin-top:-110px;height:17px}.wheel-tick.major{margin-top:-110px;height:22px}.wheel-inner-ring{width:138px;height:138px}.wheel-hub{width:94px;height:94px}.wheel-hub-inner{width:72px;height:72px}.wheel-percentage{font-size:1.45rem}.wheel-arrow{height:120px}.wheel-reference-mark{top:10px}.wheel-chance-readout .chance-value{font-size:1.02rem}}
