.DrawRoom-module__49_t7G__adminControls{z-index:20;position:absolute;top:10px;right:10px}.DrawRoom-module__49_t7G__adminEditBtn{color:#fff;cursor:pointer;background:#00000080;border:1px solid #fff3;border-radius:5px;padding:5px 10px;font-size:.8rem}.DrawRoom-module__49_t7G__editOverlay{z-index:30;color:#fff;background:#000000e6;border-radius:20px;flex-direction:column;padding:20px;display:flex;position:absolute;inset:0}.DrawRoom-module__49_t7G__drawRoom{color:#fff;background:radial-gradient(circle at 50% 0,#1a1a2e 0%,#050505 100%);min-height:100vh;padding:100px 2rem 2rem}.DrawRoom-module__49_t7G__header{justify-content:space-between;align-items:center;max-width:1200px;margin-bottom:3rem;margin-left:auto;margin-right:auto;display:flex}.DrawRoom-module__49_t7G__headerRight{align-items:center;gap:1.5rem;display:flex}.DrawRoom-module__49_t7G__sponsorBtn{color:#fff;background:linear-gradient(135deg,#0070f3 0%,#00d4ff 100%);border-radius:12px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 15px #0070f34d}.DrawRoom-module__49_t7G__sponsorBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0070f366}.DrawRoom-module__49_t7G__backBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:50px;padding:.6rem 1.2rem;transition:all .2s}.DrawRoom-module__49_t7G__backBtn:hover{background:#ffffff0d;border-color:#fff}.DrawRoom-module__49_t7G__ticketBadge{border:1px solid var(--accent);box-shadow:0 0 20px var(--accent-glow);background:#0070f31a;border-radius:16px;align-items:center;gap:1rem;padding:.8rem 1.5rem;display:flex}.DrawRoom-module__49_t7G__ticketIcon{font-size:2rem}.DrawRoom-module__49_t7G__ticketInfo{flex-direction:column;display:flex}.DrawRoom-module__49_t7G__ticketLabel{text-transform:uppercase;letter-spacing:1px;color:var(--neutral);font-size:.7rem}.DrawRoom-module__49_t7G__ticketValue{font-size:1.2rem;font-weight:800}.DrawRoom-module__49_t7G__main{max-width:1200px;margin:0 auto}.DrawRoom-module__49_t7G__drawGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.DrawRoom-module__49_t7G__drawCard{text-align:center;border-radius:24px;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;transition:transform .3s;display:flex;position:relative;overflow:hidden}.DrawRoom-module__49_t7G__demoBadge{color:#fff;letter-spacing:1px;z-index:5;background:#ff4b4b;padding:5px 40px;font-size:.6rem;font-weight:900;position:absolute;top:15px;right:-35px;transform:rotate(45deg);box-shadow:0 2px 10px #ff4b4b4d}.DrawRoom-module__49_t7G__drawCard:hover{transform:translateY(-10px)}.DrawRoom-module__49_t7G__prizeIcon{margin-bottom:1rem;font-size:4rem;animation:3s ease-in-out infinite DrawRoom-module__49_t7G__float}.DrawRoom-module__49_t7G__prizeName{color:var(--accent);font-size:1.5rem;font-weight:800}.DrawRoom-module__49_t7G__drawDesc{color:var(--neutral);margin-bottom:1rem;font-size:.9rem}.DrawRoom-module__49_t7G__sponsorLogo{object-fit:contain;opacity:.9;width:60px;height:60px;transition:opacity .2s;position:absolute;top:1rem;right:1rem}.DrawRoom-module__49_t7G__sponsorLogo:hover{opacity:1}.DrawRoom-module__49_t7G__entryCount{color:#0f8;background:#00ff880d;border:1px solid #0f83;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;font-size:.9rem;animation:2s infinite DrawRoom-module__49_t7G__pulseEntry;display:flex}@keyframes DrawRoom-module__49_t7G__pulseEntry{0%{opacity:.8;transform:scale(1)}50%{opacity:1;border-color:#0f8;transform:scale(1.02)}to{opacity:.8;transform:scale(1)}}.DrawRoom-module__49_t7G__countdown{color:gold;margin-bottom:1rem;font-family:"monospace",Courier,monospace;font-size:.9rem;font-weight:700}.DrawRoom-module__49_t7G__countdown strong{color:#fff}.DrawRoom-module__49_t7G__urgent{color:#ff4b4b;animation:1s infinite DrawRoom-module__49_t7G__flashUrgent}@keyframes DrawRoom-module__49_t7G__flashUrgent{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.DrawRoom-module__49_t7G__cardActions{flex-direction:column;gap:1rem;width:100%;display:flex}.DrawRoom-module__49_t7G__enterBtn{color:#000;cursor:pointer;text-transform:uppercase;background:#fff;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:800;transition:all .2s}.DrawRoom-module__49_t7G__enterBtn:hover:not(:disabled){background:var(--accent);color:#fff;box-shadow:0 0 20px var(--accent-glow)}.DrawRoom-module__49_t7G__enterBtn:disabled{opacity:.3;cursor:not-allowed}.DrawRoom-module__49_t7G__mockBtn{color:var(--neutral);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:12px;padding:.8rem;font-size:.8rem;transition:all .2s}.DrawRoom-module__49_t7G__mockBtn:hover:not(:disabled){border-color:var(--accent);color:#fff}.DrawRoom-module__49_t7G__messageToast{z-index:2000;letter-spacing:1px;border-radius:12px;padding:1rem 2rem;font-size:.9rem;font-weight:800;animation:.3s cubic-bezier(.175,.885,.32,1.275) DrawRoom-module__49_t7G__fadeIn;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000080}.DrawRoom-module__49_t7G__success{color:#fff;background:#00c853}.DrawRoom-module__49_t7G__error{color:#fff;background:#ff1744}.DrawRoom-module__49_t7G__drawingOverlay,.DrawRoom-module__49_t7G__winnerCelebrate{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;text-align:center;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.DrawRoom-module__49_t7G__winnerCelebrate{background:radial-gradient(circle,#0070f333 0%,#000000f2 70%)}.DrawRoom-module__49_t7G__celebrateContent{animation:.5s cubic-bezier(.175,.885,.32,1.275) DrawRoom-module__49_t7G__scaleIn}.DrawRoom-module__49_t7G__confetti{margin-bottom:2rem;font-size:5rem;display:block}.DrawRoom-module__49_t7G__winnerName{background:linear-gradient(180deg,#fff 0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:1rem 0;font-size:3rem;font-weight:900}.DrawRoom-module__49_t7G__closeBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50px;margin-top:2rem;padding:.8rem 2.5rem}.DrawRoom-module__49_t7G__spinner{border:4px solid #ffffff1a;border-top:4px solid var(--accent);border-radius:50%;width:60px;height:60px;margin-bottom:2rem;animation:1s linear infinite DrawRoom-module__49_t7G__spin}@keyframes DrawRoom-module__49_t7G__spin{to{transform:rotate(360deg)}}@keyframes DrawRoom-module__49_t7G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes DrawRoom-module__49_t7G__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.DrawRoom-module__49_t7G__header{border-bottom:1px solid #ffffff0d;flex-direction:row;justify-content:space-between;gap:1rem;padding-bottom:1rem}.DrawRoom-module__49_t7G__header h1{text-align:center;flex:1;font-size:1.2rem}.DrawRoom-module__49_t7G__ticketBadge{padding:.5rem 1rem}.DrawRoom-module__49_t7G__ticketIcon{font-size:1.5rem}}@media (max-width:600px){.DrawRoom-module__49_t7G__drawRoom{padding:90px 1rem 1rem}.DrawRoom-module__49_t7G__header{flex-direction:column;gap:1.5rem;margin-bottom:2rem}.DrawRoom-module__49_t7G__header h1{order:-1;font-size:1.4rem}.DrawRoom-module__49_t7G__backBtn{align-self:flex-start;padding:.4rem 1rem;font-size:.8rem}.DrawRoom-module__49_t7G__ticketBadge{justify-content:center;width:100%}.DrawRoom-module__49_t7G__drawGrid{grid-template-columns:1fr}}@media (max-width:768px){.DrawRoom-module__49_t7G__header{flex-direction:column;gap:2rem}.DrawRoom-module__49_t7G__winnerName{font-size:2rem}}.DrawRoom-module__49_t7G__emptyState{color:var(--neutral);text-align:center;background:#ffffff08;border:1px dashed #ffffff1a;border-radius:20px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.DrawRoom-module__49_t7G__emptyIcon{opacity:.2;margin-bottom:1.5rem;font-size:4rem}.DrawRoom-module__49_t7G__emptyState h3{color:#fff;margin-bottom:.5rem;font-size:1.8rem}.DrawRoom-module__49_t7G__emptyState p{opacity:.7;font-size:1rem}
