@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap";
*{box-sizing:border-box}body{background:#090b10}.page-wrap{color:#fff;background:radial-gradient(circle at top,#1c2330 0%,#0b0d11 40%,#090b10 100%);min-height:100vh}.main-area{width:min(1180px,92%);margin:auto;padding:70px 0 100px}.main-area h1{text-align:center;letter-spacing:-2px;margin-bottom:100px;font-size:clamp(42px,5vw,72px);font-weight:900;line-height:1.1}.top-3{justify-content:center;align-items:flex-end;gap:100px;max-width:1300px;margin:80px auto 120px;display:flex}.spot-card{background:linear-gradient(#ffffff0d,#ffffff04);border:1px solid #ffffff14;border-radius:22px;flex-direction:column;align-items:center;width:300px;height:340px;padding:30px 25px;transition:all .25s;display:flex;position:relative;overflow:hidden}.spot-card:before{content:"";background:radial-gradient(#ffa00029,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;top:40px;left:50%;transform:translate(-50%)}.spot-card:hover{border-color:#f5c542;transform:translateY(-8px)}.first{z-index:5;border:2px solid #f5c542;width:290px;height:390px;box-shadow:0 0 45px #f5c54238}.second,.third{transform:translateY(35px)}.second:hover,.third:hover{transform:translateY(27px)}.first:hover{transform:translateY(-8px)}.spot-card img{object-fit:cover;border-radius:50%;width:90px;height:90px;margin-top:12px;margin-bottom:24px}.spot-card b{margin-bottom:18px;font-size:22px;font-weight:800}.spot-card span{color:#cfd5df;font-size:16px;font-weight:700}.win{color:#111;background:#f5c542;border-radius:999px;margin-top:auto;margin-bottom:8px;padding:10px 22px;font-size:16px;font-weight:900}.lb-timer-wrap{background:radial-gradient(circle at top,#152331,#10151f);border-radius:26px;flex-direction:column;align-items:center;width:fit-content;margin:60px auto;padding:28px 35px;display:flex;box-shadow:inset 0 0 40px #f5c5420d,0 0 35px #f5c5420f}.lb-timer-title{text-align:center;color:#f5c542;letter-spacing:6px;text-transform:uppercase;text-shadow:0 0 10px #3db9ff73;margin-bottom:28px;font-size:20px;font-weight:800}.lb-timer-grid{justify-content:center;gap:22px;display:flex}.lb-unit{background:linear-gradient(#101827,#090d16);border:1px solid #00aaff2e;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;width:145px;height:135px;display:flex;box-shadow:0 0 30px #f5c5421f,inset 0 0 18px #f5c5420d}.time-value{color:#f5c542;text-shadow:0 0 8px #f5c54273,0 0 20px #f5c54240;font-family:monospace;font-size:52px;font-weight:900}.time-label{color:#f5c542;letter-spacing:2px;text-shadow:0 0 8px #f5c54240;margin-top:14px;font-family:Orbitron,sans-serif;font-size:14px;font-weight:600}.seconds-unit .time-value{animation:.9s infinite tickBlink}@keyframes tickBlink{0%{opacity:1}45%{opacity:.35}to{opacity:1}}.rest-list{flex-direction:column;gap:16px;display:flex}.line-row{background:#12161e;border:1px solid #ffffff0f;border-radius:20px;grid-template-columns:70px 60px 1fr auto;align-items:center;gap:20px;padding:18px 24px;transition:all .2s;display:grid}.line-row:hover{border-color:#f5c542;transform:translateY(-3px);box-shadow:0 0 20px #f5c5421f}.line-row img{border-radius:50%;width:52px;height:52px}.pos{color:#f5c542;font-size:20px;font-weight:800}.uname{font-size:18px;font-weight:700}.right{align-items:center;gap:45px;display:flex}.row-wager{font-size:18px;font-weight:700}.row-prize{color:#f5c542;font-size:18px;font-weight:800}@media (max-width:900px){.main-area h1{font-size:34px}.top-3{justify-content:center;align-items:flex-end;gap:90px;max-width:1100px;margin:70px auto 110px;display:flex}.spot-card,.first,.second,.third{width:100%;max-width:360px;margin:0;transform:none}.lb-timer-grid{grid-template-columns:repeat(2,1fr)}.line-row{grid-template-columns:55px 55px 1fr}.right{grid-column:1/-1;justify-content:space-between;margin-top:15px}}@media (max-width:600px){.lb-timer-grid{grid-template-columns:1fr}.right{flex-direction:column;align-items:flex-start;gap:6px}}.hero-title{text-align:center;margin-bottom:85px}.hero-badge{color:#f5c542;background:#f5c5421f;border:1px solid #f5c54259;border-radius:999px;justify-content:center;align-items:center;margin-bottom:45px;padding:16px 42px;font-size:34px;font-weight:800;display:inline-flex;box-shadow:0 0 25px #f5c54226}.hero-title h1{letter-spacing:-2px;margin:0;font-size:clamp(54px,3.6vw,78px);font-weight:900;line-height:1.02}.gold{color:#f5c542;text-shadow:0 0 10px #f5c54273,0 0 25px #f5c54259,0 0 55px #f5c54226}.white{color:#fff}.hero-title p{color:#8f99a8;max-width:760px;margin-top:24px;margin-left:auto;margin-right:auto;font-size:13px;line-height:1.55}.hero-title p span{color:#f5c542;font-weight:700}.rules-card{background:#12161e;border:1px solid #ffffff14;border-radius:18px;margin:50px 0;padding:18px}.rules-card h2{text-align:center;color:#f5c542;margin-bottom:20px;font-size:22px}.rules-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.rule{background:#181d27;border-radius:14px;min-height:170px;padding:16px}.rule span{font-size:26px}.rule h3{margin:12px 0 8px;font-size:16px}.rule p,.rule li{color:#b8c1cf;font-size:13px;line-height:1.45}.rule ul{padding-left:18px}.embers{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.embers span{background:#ff8c1a;border-radius:50%;width:3px;height:3px;animation:linear infinite emberFloat;position:absolute;bottom:-20px;box-shadow:0 0 8px #ff8c00cc}@keyframes emberFloat{0%{opacity:0;transform:translateY(0)translate(0)}15%{opacity:.8}to{opacity:0;transform:translateY(-110vh)translate(30px)}}
