.tmc-game-index{max-width:1180px;margin:32px auto 18px;padding:0 18px;text-align:center}.tmc-game-kicker{margin:0 0 8px;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.14em;color:#2563eb}.tmc-game-index h1,.tmc-game-runtime h1{margin:0 0 10px;font-size:clamp(32px,4vw,56px);letter-spacing:-.05em;color:#071426}.tmc-game-index p,.tmc-game-runtime__head p{color:#64748b}.tmc-game-index-grid{margin-top:22px}.tmc-game-card-public .tmc-card-draw-label{text-transform:uppercase}.tmc-game-runtime{max-width:1180px;margin:34px auto 56px;padding:0 18px}.tmc-game-runtime__head{text-align:center;margin-bottom:22px}.tmc-game-runtime__layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.tmc-game-stage,.tmc-game-panel{background:rgba(255,255,255,.86);border:1px solid #dbe5f2;border-radius:28px;box-shadow:0 24px 70px rgba(15,23,42,.10);backdrop-filter:blur(18px)}.tmc-game-stage{min-height:520px;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.tmc-game-panel{padding:22px}.tmc-game-panel h2{margin:0 0 12px;font-size:22px;color:#071426}.tmc-game-panel ol{margin:0 0 18px 20px;padding:0;color:#526174}.tmc-game-panel li{margin:0 0 8px}.tmc-game-buy,.tmc-game-play{width:100%;margin:8px 0 0;min-height:48px;border:0;border-radius:14px;background:#1d78ff;color:#fff;font-weight:900;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}.tmc-game-play:disabled{opacity:.6;cursor:not-allowed}.tmc-game-result{margin-top:14px;padding:12px;border-radius:14px;background:#f8fafc;color:#1f2937;min-height:44px}.tmc-game-alert{margin:0 0 16px;padding:14px 16px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.tmc-runtime-wheel{--tmc-wheel-size:min(72vw,470px);position:relative;width:var(--tmc-wheel-size);height:var(--tmc-wheel-size);border-radius:50%;background:conic-gradient(from -90deg,#f59e0b 0 12.5%,#ef4444 12.5% 25%,#22c55e 25% 37.5%,#3b82f6 37.5% 50%,#a855f7 50% 62.5%,#06b6d4 62.5% 75%,#f97316 75% 87.5%,#84cc16 87.5% 100%);box-shadow:inset 0 0 0 16px rgba(255,255,255,.72),0 24px 60px rgba(15,23,42,.22);transition:transform 3.2s cubic-bezier(.14,.84,.14,1)}.tmc-runtime-wheel.is-spinning{transform:rotate(1440deg)}.tmc-runtime-wheel__pointer{position:absolute;top:-16px;left:50%;z-index:3;transform:translateX(-50%);width:0;height:0;border-left:16px solid transparent;border-right:16px solid transparent;border-top:32px solid #071426}.tmc-runtime-wheel__hub{position:absolute;inset:38%;border-radius:50%;background:#071426;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:950;letter-spacing:.12em;box-shadow:0 12px 32px rgba(7,20,38,.26)}.tmc-runtime-wheel__segment{position:absolute;inset:12px;border-radius:50%;display:block;transform:rotate(calc((360deg / var(--tmc-wheel-count)) * var(--i,0)))}.tmc-runtime-wheel__segment:nth-of-type(2){--i:0}.tmc-runtime-wheel__segment:nth-of-type(3){--i:1}.tmc-runtime-wheel__segment:nth-of-type(4){--i:2}.tmc-runtime-wheel__segment:nth-of-type(5){--i:3}.tmc-runtime-wheel__segment:nth-of-type(6){--i:4}.tmc-runtime-wheel__segment:nth-of-type(7){--i:5}.tmc-runtime-wheel__segment:nth-of-type(8){--i:6}.tmc-runtime-wheel__segment:nth-of-type(9){--i:7}.tmc-runtime-wheel__segment:nth-of-type(10){--i:8}.tmc-runtime-wheel__segment:nth-of-type(11){--i:9}.tmc-runtime-wheel__segment:nth-of-type(12){--i:10}.tmc-runtime-wheel__segment:nth-of-type(13){--i:11}.tmc-runtime-wheel__segment:nth-of-type(14){--i:12}.tmc-runtime-wheel__segment:nth-of-type(15){--i:13}.tmc-runtime-wheel__segment:nth-of-type(16){--i:14}.tmc-runtime-wheel__segment:nth-of-type(17){--i:15}.tmc-runtime-wheel__segment em{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:92px;text-align:center;font-style:normal;font-size:11px;line-height:1.1;font-weight:900;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.34)}.tmc-runtime-boxes{display:grid;grid-template-columns:repeat(4,minmax(58px,1fr));gap:14px;width:min(100%,520px)}.tmc-runtime-box{aspect-ratio:1;border:0;border-radius:18px;background:linear-gradient(135deg,#facc15,#f97316);box-shadow:inset 0 0 0 5px rgba(255,255,255,.40),0 18px 34px rgba(249,115,22,.22);cursor:pointer;transition:transform .18s ease,opacity .18s ease}.tmc-runtime-box:hover,.tmc-runtime-box.is-selected{transform:translateY(-4px) scale(1.02)}.tmc-runtime-box.is-opened{opacity:.5;transform:scale(.94)}.tmc-runtime-box span{font-size:22px;font-weight:950;color:#7c2d12}@media (max-width:900px){.tmc-game-runtime__layout{grid-template-columns:1fr}.tmc-game-stage{min-height:360px}.tmc-game-panel{order:-1}.tmc-runtime-boxes{grid-template-columns:repeat(3,minmax(58px,1fr))}}@media (max-width:520px){.tmc-game-runtime{padding:0 12px}.tmc-game-stage,.tmc-game-panel{border-radius:18px}.tmc-runtime-wheel{--tmc-wheel-size:min(86vw,360px)}.tmc-runtime-wheel__segment em{font-size:9px;width:72px}.tmc-runtime-boxes{gap:9px}}
