.new-lottery-container{display:flex;min-height:100vh;background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#16213e 100%);color:#fff;gap:20px;padding:20px;position:relative;overflow-x:auto;overflow-y:hidden}.new-lottery-container::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,#00ff881a 0%,transparent 50%),radial-gradient(circle at 80% 50%,#ff14931a 0%,transparent 50%),radial-gradient(circle at 40% 20%,#8a2be20d 0%,transparent 50%);pointer-events:none;z-index:0}.new-lottery-sidebar{width:350px;flex-shrink:0;display:flex;flex-direction:column;gap:20px;position:sticky;top:0;align-self:flex-start;min-height:1450px;z-index:1}.new-lottery-stats-card,.new-lottery-info-card,.new-lottery-status-card,.new-lottery-queue-card,.new-lottery-room-stats{background:#ffffff08;border:1px solid #ffffff1a;border-radius:15px;padding:20px;backdrop-filter:blur(10px);transition:all .3s ease}.new-lottery-info-card{min-height:300px;flex-shrink:0;display:flex;flex-direction:column}.new-lottery-status-card,.new-lottery-queue-card{min-height:200px;flex-shrink:0;display:flex;flex-direction:column}.new-lottery-stats-card:hover,.new-lottery-info-card:hover,.new-lottery-status-card:hover,.new-lottery-queue-card:hover,.new-lottery-room-stats:hover{border-color:#00ff884d;box-shadow:0 8px 32px #00ff881a;transform:translateY(-2px)}.new-lottery-room-stats{height:825px;max-height:1400px;overflow-y:auto;display:flex;flex-direction:column}.new-lottery-prize-list{display:flex;flex-direction:column;gap:12px;padding:10px 0}.new-lottery-card-title{margin:0 0 15px;font-size:1.2rem;font-weight:600;color:#0f8;text-align:center;position:relative}.new-lottery-card-title::after{content:'';position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:50px;height:2px;background:linear-gradient(45deg,#0f8,#0cf)}.new-lottery-current-player-card{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);border:2px solid #0f3460;border-radius:15px;padding:20px;margin-bottom:20px;box-shadow:0 8px 32px #0f34604d;backdrop-filter:blur(10px)}.new-lottery-current-player{display:flex;align-items:center;justify-content:space-between;gap:15px}.new-lottery-current-player-info{display:flex;align-items:center;gap:15px;flex:1}.new-lottery-current-player-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(45deg,#0f8,#0cf);display:flex;align-items:center;justify-content:center;color:#000;font-size:20px;font-weight:700;box-shadow:0 0 20px #00ff884d}.new-lottery-current-player-details{flex:1}.new-lottery-current-player-name{font-size:18px;font-weight:700;color:#0f8;margin-bottom:5px;text-shadow:0 0 10px #00ff8880}.new-lottery-current-player-status{font-size:14px;color:#888;text-transform:uppercase;letter-spacing:1px}.new-lottery-current-player-status.your-turn{color:#0f8;text-shadow:0 0 5px #00ff8880;font-weight:700}.new-lottery-current-player-status.other-player{color:#ff6b6b;text-shadow:0 0 5px #ff6b6b80}.new-lottery-current-player-timer{display:flex;align-items:center;justify-content:center}.new-lottery-timer-circle{width:60px;height:60px;border:3px solid #ff6b00;border-radius:50%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,#ff6b001a 0%,transparent 70%);box-shadow:0 0 20px #ff6b0066;animation:pulse-timer 2s ease-in-out infinite}.new-lottery-timer-value{font-size:20px;font-weight:700;color:#ff6b00;text-shadow:0 0 10px #ff6b0080}@keyframes pulse-timer{0%,100%{transform:scale(1);box-shadow:0 0 20px #ff6b0066}50%{transform:scale(1.05);box-shadow:0 0 30px #ff6b0099}}.leave-queue-btn{background:linear-gradient(135deg,#f44 0%,#c33 100%)!important;border-color:#f44!important}.leave-queue-btn:hover{background:linear-gradient(135deg,#f66 0%,#f44 100%)!important;transform:translateY(-2px);box-shadow:0 8px 25px #f446}.new-lottery-stat-item{display:flex;align-items:center;gap:15px;padding:12px 0;border-bottom:1px solid #ffffff0d}.new-lottery-stat-item:last-child{border-bottom:none}.new-lottery-stat-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;border-radius:50%;background:linear-gradient(45deg,#0f83,#00c8ff33);border:1px solid #00ff884d}.new-lottery-stat-item.jackpot .new-lottery-stat-icon{background:linear-gradient(45deg,#ffd70033,#ff8c0033);border-color:#ffd7004d}.new-lottery-stat-item.consolation .new-lottery-stat-icon{background:linear-gradient(45deg,#0f83,#00c8ff33);border-color:#00ff884d}.new-lottery-stat-item.total .new-lottery-stat-icon{background:linear-gradient(45deg,#8a2be233,#4b008233);border-color:#8a2be24d}.new-lottery-stat-item.prize-pool .new-lottery-stat-icon{background:linear-gradient(45deg,#ff149333,#ff69b433);border-color:#ff14934d}.new-lottery-stat-content{flex:1}.new-lottery-stat-label{font-size:.9rem;color:#ffffffb3;margin-bottom:2px}.new-lottery-stat-value{font-size:1.3rem;font-weight:700;color:#fff}.new-lottery-stat-item.jackpot .new-lottery-stat-value{color:#ffd700}.new-lottery-stat-item.consolation .new-lottery-stat-value{color:#0f8}.new-lottery-stat-item.total .new-lottery-stat-value{color:#8a2be2}.new-lottery-stat-item.prize-pool .new-lottery-stat-value{color:#ff1493}.new-lottery-info-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #ffffff0d}.new-lottery-info-item:last-child{border-bottom:none}.new-lottery-info-label{font-size:.9rem;color:#ffffffb3}.new-lottery-info-value{font-size:.95rem;font-weight:600;color:#0cf}.new-lottery-player-status{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding:15px;background:#ffffff08;border-radius:10px;border:1px solid #ffffff1a}.new-lottery-status-indicator{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(45deg,#0f83,#00c8ff33);border:2px solid #00ff884d;animation:statusPulse 2s infinite}@keyframes statusPulse{0%,100%{transform:scale(1);box-shadow:0 0 10px #00ff884d}50%{transform:scale(1.05);box-shadow:0 0 20px #00ff8880}}.new-lottery-status-text{font-size:1rem;font-weight:600;color:#fff}.new-lottery-join-btn{width:100%;padding:12px 20px;background:linear-gradient(45deg,#0f8,#0cf);border:none;border-radius:10px;color:#0a0a0f;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.new-lottery-join-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #0f86}.new-lottery-join-btn:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(45deg,#666,#888)}.new-lottery-countdown{margin-top:15px;padding:15px;background:linear-gradient(45deg,#ff8c001a,#ff45001a);border:1px solid #ff8c004d;border-radius:10px;text-align:center}.new-lottery-countdown.urgent{animation:urgentFlash 1s infinite;border-color:#f009;background:linear-gradient(45deg,#f003,#ff450033)}@keyframes urgentFlash{0%,100%{box-shadow:0 0 10px #ff00004d}50%{box-shadow:0 0 20px #f009}}.new-lottery-countdown-label{font-size:.8rem;color:#ffffffb3;margin-bottom:5px}.new-lottery-countdown-value{font-size:2rem;font-weight:900;color:#ff8c00}.new-lottery-countdown.urgent .new-lottery-countdown-value{color:red}.new-lottery-queue-list{max-height:200px;overflow-y:auto}.new-lottery-queue-empty{text-align:center;color:#ffffff80;font-style:italic;padding:20px 0}.new-lottery-queue-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #ffffff0d}.new-lottery-queue-item:last-child{border-bottom:none}.new-lottery-queue-item.current{background:linear-gradient(45deg,#00ff881a,#00c8ff1a);border-radius:8px;padding:10px;margin-bottom:10px}.new-lottery-queue-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid #fff3}.new-lottery-queue-avatar img{width:100%;height:100%;object-fit:cover}.default-avatar-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#00ff881a;color:#0f8;font-size:14px;border-radius:50%}.new-lottery-queue-info{flex:1}.new-lottery-queue-name{font-size:.9rem;font-weight:600;color:#fff}.new-lottery-queue-status{font-size:.8rem;color:#fff9}.new-lottery-queue-indicator{width:24px;height:24px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.new-lottery-queue-item.current .new-lottery-queue-indicator{background:linear-gradient(45deg,#0f8,#0cf);color:#0a0a0f}.new-lottery-grid-area{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;position:relative;z-index:1;margin-top:0;padding-top:0;overflow-x:auto}.new-lottery-grid-header{margin-bottom:20px;margin-top:0;text-align:center}.new-lottery-grid-title{margin:0 0 10px;font-size:2rem;font-weight:700;background:linear-gradient(45deg,#0f8,#0cf,#ff1493);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 3s ease-in-out infinite;padding-top:0;line-height:1.2}@keyframes gradientShift{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}.new-lottery-grid-hint{padding:10px 20px;background:#ffffff0d;border-radius:25px;border:1px solid #ffffff1a;display:inline-block}.new-lottery-hint-content{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#fffc}.new-lottery-grid-controls{display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:15px}.new-lottery-price-info-btn{padding:8px 16px;background:linear-gradient(45deg,#ffd70033,#ff8c0033);border:1px solid #ffd70066;border-radius:20px;color:#ffd700;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.new-lottery-price-info-btn:hover{background:linear-gradient(45deg,#ffd7004d,#ff8c004d);border-color:#ffd70099;transform:translateY(-1px);box-shadow:0 4px 15px #ffd70033}.new-lottery-price-info-btn:active{transform:translateY(0)}.new-lottery-grid-container{flex:1;background:#ffffff05;border:1px solid #ffffff1a;border-radius:15px;padding:20px;margin-bottom:15px;margin-top:0;position:relative;overflow:auto;overflow-x:auto;overflow-y:auto;min-height:1200px;height:1400px;max-height:1600px;display:flex;align-items:flex-start;justify-content:flex-start;scrollbar-width:thin;scrollbar-color:#00ff8880 #ffffff1a}.new-lottery-grid-container::-webkit-scrollbar{width:8px;height:8px}.new-lottery-grid-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.new-lottery-grid-container::-webkit-scrollbar-thumb{background:#00ff8880;border-radius:4px}.new-lottery-grid-container::-webkit-scrollbar-thumb:hover{background:#00ff88b3}.new-lottery-grid-container::-webkit-scrollbar-corner{background:#ffffff1a}.new-lottery-grid-container.your-turn{animation:yourTurnGlow 2s infinite;border:3px solid #0f8!important;border-radius:15px!important}@keyframes yourTurnGlow{0%,100%{box-shadow:0 0 15px #0f86 0 0 25px #0f83;border-color:#0f8c}25%{box-shadow:0 0 25px #0f89 0 0 40px #00ff884d;border-color:#00ff88e6}50%{box-shadow:0 0 35px #0f8c 0 0 60px #0f86;border-color:#0f8f}75%{box-shadow:0 0 25px #0f89 0 0 40px #00ff884d;border-color:#00ff88e6}}.new-lottery-grid{display:grid;grid-template-columns:repeat(20,1fr);grid-template-rows:repeat(15,1fr);gap:6px;width:max-content;height:max-content;min-width:1400px;min-height:1050px;max-width:none;max-height:none;container-type:inline-size;box-sizing:border-box;margin:auto}.new-lottery-grid.layout-10x14{min-width:1000px;min-height:1400px;aspect-ratio:5/7}.new-lottery-grid.layout-15x20{min-width:1050px;min-height:1400px;aspect-ratio:3/4}.new-lottery-grid.layout-20x15{min-width:1400px;min-height:1050px;aspect-ratio:4/3}.new-lottery-grid.layout-mobile{min-width:auto;min-height:auto;width:95vw;aspect-ratio:unset;height:auto}.new-lottery-grid-container .new-lottery-grid{width:100%!important;height:100%!important;max-width:none;max-height:none;object-fit:contain}@media (max-width: 1600px){.new-lottery-grid-container{justify-content:flex-start}.new-lottery-grid.layout-15x20{min-width:1050px;min-height:1400px}.new-lottery-grid.layout-20x15{min-width:1400px;min-height:1050px}}@media (max-width: 1400px){.new-lottery-grid-container{padding:15px;height:1200px}.new-lottery-grid{gap:5px}.new-lottery-grid.layout-15x20{min-width:900px;min-height:1200px}.new-lottery-grid.layout-20x15{min-width:1200px;min-height:900px}.new-lottery-grid-item{min-width:35px;min-height:35px;max-width:60px;max-height:60px}}@media (max-width: 1200px){.new-lottery-grid-container{padding:10px;height:1000px}.new-lottery-grid{gap:4px}.new-lottery-grid.layout-15x20{min-width:750px;min-height:1000px}.new-lottery-grid.layout-20x15{min-width:1000px;min-height:750px}.new-lottery-grid-item{min-width:30px;min-height:30px;max-width:50px;max-height:50px}}@media (max-width: 1000px){.new-lottery-grid{gap:4px}.new-lottery-grid.layout-15x20{min-width:600px;min-height:800px}.new-lottery-grid.layout-20x15{min-width:800px;min-height:600px}.new-lottery-grid-item{min-width:28px;min-height:28px;max-width:45px;max-height:45px;border-radius:3px}}@media (max-width: 768px){.new-lottery-grid{grid-template-columns:repeat(5,1fr)!important;gap:3px;width:95vw;aspect-ratio:unset;max-width:none;max-height:none;height:auto}.new-lottery-grid-item{width:100%;height:60px;min-width:60px;min-height:60px;max-width:none;max-height:none;border-radius:4px}.new-lottery-grid-container{height:auto;min-height:unset;max-height:none;overflow-y:auto;padding:10px}.new-lottery-sidebar{position:static;width:100%;margin-bottom:20px}.new-lottery-room-stats{min-height:300px;max-height:500px}.prize-stat-item{min-height:180px!important;padding:15px!important}.prize-stat-image{width:100px!important;height:100px!important}.prize-stat-name{font-size:16px!important}.prize-stat-price{font-size:14px!important}.new-lottery-container{flex-direction:column;padding:10px}.new-lottery-grid-area{order:1}.new-lottery-sidebar{order:2}}.new-lottery-grid-item{aspect-ratio:1;background:#ffffff08;border:1px solid #ffffff1a;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:not-allowed;width:100%;height:100%;min-width:50px;min-height:50px;max-width:80px;max-height:80px;box-sizing:border-box;overflow:hidden;position:relative;transition:all .3s ease}.new-lottery-grid-item.available{cursor:pointer;border-color:#00ff884d;background:#00ff880d}.new-lottery-grid-item.available:hover{transform:scale(1.05);border-color:#0f89;box-shadow:0 4px 15px #00ff884d}.new-lottery-grid-item.drawn{background:#80808033;border-color:#80808066;cursor:not-allowed}.new-lottery-grid-item.drawing{animation:drawingPulse 1s infinite;border-color:#ff8c00;background:#ff8c0033}@keyframes drawingPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}.new-lottery-grid-item.pulse{animation:itemPulse 1.5s infinite}@keyframes itemPulse{0%,100%{box-shadow:0 0 5px #0f86;border-color:#0f86}50%{box-shadow:0 0 15px #0f8c;border-color:#0f8c}}.new-lottery-grid-number{font-size:.8rem;font-weight:600;color:#fff9;margin-bottom:4px}.new-lottery-grid-content{font-size:1.2rem;color:#fffc}.new-lottery-grid-item.available .new-lottery-grid-content{color:#0f8}.new-lottery-grid-item.drawn .new-lottery-grid-content{color:#888}.new-lottery-grid-glow{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent,#00ff881a,transparent);opacity:0;transition:opacity .3s ease}.new-lottery-grid-item.available:hover .new-lottery-grid-glow{opacity:1}.new-lottery-grid-legend{display:flex;justify-content:center;gap:25px;flex-wrap:wrap;margin:15px 0;padding:10px;background:#ffffff05;border-radius:10px;border:1px solid #ffffff0d}.new-lottery-legend-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#ffffffb3}.new-lottery-legend-color{width:20px;height:20px;border-radius:4px;border:1px solid #fff3}.new-lottery-legend-color.available{background:#00ff884d;border-color:#00ff8880}.new-lottery-legend-color.drawn{background:#8080804d;border-color:#80808080}.new-lottery-legend-color.your-turn{background:linear-gradient(45deg,#ffd700,#ff8c00);border-color:#ffd700;animation:legendPulse 1s infinite}@keyframes legendPulse{0%,100%{box-shadow:0 0 5px #ffd70080}50%{box-shadow:0 0 15px #ffd700cc}}.new-lottery-result-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(10px);margin:0;padding:0}.new-lottery-result-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border:2px solid #0f8;border-radius:20px;padding:40px;max-width:500px;width:90%;text-align:center;position:relative;animation:resultModalIn .5s ease-out}@keyframes resultModalIn{from{opacity:0;transform:scale(0.8) translateY(-50px)}to{opacity:1;transform:scale(1) translateY(0)}}.new-lottery-result-header h3{margin:0 0 20px;font-size:2rem;color:#0f8}.new-lottery-result-image{margin-bottom:20px}.new-lottery-result-image img{max-width:200px;max-height:150px;border-radius:10px;border:2px solid #fff3}.new-lottery-result-name{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:10px}.new-lottery-result-value{font-size:1.5rem;font-weight:700;color:#ffd700;margin-bottom:30px}.new-lottery-result-close{padding:12px 30px;background:linear-gradient(45deg,#0f8,#0cf);border:none;border-radius:10px;color:#0a0a0f;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.new-lottery-result-close:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0f86}.new-lottery-error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#16213e 100%);color:#fff;padding:40px 20px}.new-lottery-error-container h2{margin:0 0 20px;font-size:2.5rem;color:#ff6b6b}.new-lottery-error-container p{margin:0 0 30px;font-size:1.2rem;color:#ffffffb3}.new-lottery-back-btn{padding:12px 24px;background:linear-gradient(45deg,#0f8,#0cf);border:none;border-radius:10px;color:#0a0a0f;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s ease;display:inline-block}.new-lottery-back-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0f86}@media (max-width: 1800px){.new-lottery-grid{max-width:900px;max-height:900px}.new-lottery-grid-container{height:1000px}}@media (max-width: 1200px){.new-lottery-sidebar{width:280px}.new-lottery-grid{max-width:700px;max-height:700px;gap:6px}.new-lottery-grid-container{height:800px}.new-lottery-grid-item{min-width:50px;min-height:50px}}@media (max-width: 768px){.new-lottery-container{flex-direction:column;padding:10px;gap:15px}.new-lottery-sidebar{width:100%;order:2}.new-lottery-grid-area{order:1}.new-lottery-grid{grid-template-columns:repeat(15,1fr);grid-template-rows:repeat(15,1fr);gap:3px;max-width:100%;max-height:500px}.new-lottery-grid-container{height:550px}.new-lottery-grid-item{min-width:35px;min-height:35px}.new-lottery-grid-legend{flex-direction:column;gap:10px}.new-lottery-stats-card,.new-lottery-info-card,.new-lottery-status-card,.new-lottery-queue-card{padding:15px}.new-lottery-grid-controls{flex-direction:column;gap:10px;text-align:center}.new-lottery-grid-legend{gap:15px;padding:8px}}.cyber-result-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000d9;z-index:10000;opacity:0;visibility:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:all .4s cubic-bezier(0.4,0,0.2,1);overflow:hidden;font-family:'Orbitron','Arial',sans-serif}.cyber-result-modal.show{opacity:1;visibility:visible}.cyber-particles-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}@keyframes particleFloat{0%{opacity:0;transform:translateY(100px) scale(0)}10%{opacity:1}90%{opacity:1}100%{opacity:0;transform:translateY(-100px) scale(1)}}.cyber-result-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000c 0%,#0a0a1fe6 100%)}.cyber-result-container{position:fixed;top:50vh;left:50%;transform:translate(-50%,-50%) scale(0.8);z-index:10001;perspective:1000px;transition:all .5s cubic-bezier(0.4,0,0.2,1)}.cyber-result-card{width:480px;max-width:90vw;max-height:90vh;background:linear-gradient(145deg,#0f0f1a 0%,#1a1a2e 50%,#16213e 100%);border-radius:20px;padding:30px;border:2px solid transparent;box-shadow:0 25px 50px #00000080 0 0 100px #00ff881a inset 0 1px 0 #ffffff1a;transition:all .5s cubic-bezier(0.4,0,0.2,1);overflow:hidden}.cyber-result-modal.show .cyber-result-container{transform:translate(-50%,-50%) scale(1)}.cyber-glow-border{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,transparent,#0f8,transparent,#0f8,transparent);border-radius:22px;opacity:.8;animation:borderRotate 3s linear infinite;z-index:-1}@keyframes borderRotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.cyber-header-decoration,.cyber-footer-decoration{position:absolute;left:0;right:0;height:20px}.cyber-header-decoration{top:0}.cyber-footer-decoration{bottom:0}.cyber-corner-accent{position:absolute;width:30px;height:30px;border:2px solid #0f8}.cyber-corner-accent.top-left{top:10px;left:10px;border-right:none;border-bottom:none;border-top-left-radius:8px}.cyber-corner-accent.top-right{top:10px;right:10px;border-left:none;border-bottom:none;border-top-right-radius:8px}.cyber-corner-accent.bottom-left{bottom:10px;left:10px;border-right:none;border-top:none;border-bottom-left-radius:8px}.cyber-corner-accent.bottom-right{bottom:10px;right:10px;border-left:none;border-top:none;border-bottom-right-radius:8px}.cyber-result-header{text-align:center;margin-bottom:25px;position:relative}.cyber-prize-icon{width:80px;height:80px;margin:0 auto 15px;position:relative;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#ffd700}.cyber-icon-glow{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:radial-gradient(circle,#ffd70040 0%,transparent 70%);border-radius:50%;animation:iconGlow 2s ease-in-out infinite alternate}@keyframes iconGlow{0%{transform:scale(0.9);opacity:.5}100%{transform:scale(1.1);opacity:.8}}.cyber-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 10px;text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 10px #00ff8880}.cyber-subtitle{color:#0f8;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.cyber-prize-showcase{background:#ffffff05;border:1px solid #0f83;border-radius:15px;padding:20px;margin-bottom:20px;position:relative;overflow:hidden}.cyber-item-frame{position:relative;text-align:center;margin-bottom:15px}.cyber-item-glow{position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:250px;height:200px;border-radius:15px;opacity:.6;animation:itemGlow 3s ease-in-out infinite alternate}@keyframes itemGlow{0%{opacity:.4;transform:translateX(-50%) scale(0.95)}100%{opacity:.7;transform:translateX(-50%) scale(1.05)}}.cyber-item-bg{position:absolute;top:0;left:50%;transform:translateX(-50%);width:220px;height:165px;background:linear-gradient(135deg,#ffffff08 0%,#00ff880d 100%);border-radius:12px;border:1px solid #ffffff1a}.cyber-item-image{width:220px;height:165px;object-fit:cover;border-radius:12px;position:relative;z-index:2;box-shadow:0 8px 25px #0000004d}.cyber-rarity-badge{position:absolute;top:-10px;right:-10px;padding:6px 12px;background:#ff6b00;color:#fff;font-size:.75rem;font-weight:700;border-radius:20px;text-transform:uppercase;letter-spacing:1px;z-index:3;box-shadow:0 4px 15px #ff6b0066;border:2px solid #fff3}.cyber-item-info{text-align:center}.cyber-item-name{font-size:1.3rem;font-weight:600;color:#fff;margin:0 0 8px;text-shadow:0 2px 4px #00000080}.cyber-item-details{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.cyber-wear{color:#94a3b8;font-size:.9rem;font-weight:500}.cyber-value{display:flex;align-items:center;gap:3px;font-size:1.2rem;font-weight:700;color:#0f8}.cyber-currency{font-size:1rem;opacity:.8}.cyber-stats-panel{display:flex;gap:15px;margin-bottom:25px}.cyber-stat-item{flex:1;background:#00ff880d;border:1px solid #0f83;border-radius:10px;padding:12px;display:flex;align-items:center;gap:10px}.cyber-stat-icon{font-size:1.2rem;min-width:20px}.cyber-stat-info{flex:1}.cyber-stat-label{display:block;font-size:.7rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.cyber-stat-value{display:block;font-size:.9rem;font-weight:700;color:#0f8}.cyber-actions{display:flex;gap:15px;margin-bottom:20px}.cyber-btn{flex:1;position:relative;background:none;border:none;padding:0;cursor:pointer;border-radius:12px;overflow:hidden;transition:all .3s ease}.cyber-btn-bg{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;transition:all .3s ease}.cyber-btn-keep .cyber-btn-bg{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.cyber-btn-sell .cyber-btn-bg{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.cyber-btn-content{position:relative;z-index:2;padding:15px 20px;display:flex;flex-direction:column;align-items:center;gap:5px;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cyber-btn-content i{font-size:1.2rem}.cyber-btn-content span{font-size:.85rem}.cyber-btn-glow{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:14px;opacity:0;transition:opacity .3s ease}.cyber-btn-keep .cyber-btn-glow{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 0 20px #10b98180}.cyber-btn-sell .cyber-btn-glow{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 0 20px #f59e0b80}.cyber-btn:hover{transform:translateY(-2px)}.cyber-btn:hover .cyber-btn-glow{opacity:1}.cyber-btn:active{transform:translateY(0)}.cyber-close-btn{position:absolute;bottom:15px;right:15px;width:40px;height:40px;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#ffffffb3;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.cyber-close-btn:hover{background:#fff3;color:#fff;transform:scale(1.1)}.cyber-side-glow{position:absolute;top:20%;width:3px;height:60%;background:linear-gradient(to bottom,transparent,#0f8,transparent);opacity:.6;animation:sideGlow 2s ease-in-out infinite alternate}.cyber-side-glow.left{left:-50px}.cyber-side-glow.right{right:-50px;animation-delay:1s}@keyframes sideGlow{0%{opacity:.3;transform:scaleY(0.8)}100%{opacity:.8;transform:scaleY(1.2)}}@media (max-width: 768px){.cyber-result-container{top:50vh;left:50%;transform:translate(-50%,-50%) scale(0.9)}.cyber-result-modal.show .cyber-result-container{transform:translate(-50%,-50%) scale(1)}.cyber-result-card{width:95%;padding:20px}.cyber-title{font-size:1.4rem}.cyber-item-image,.cyber-item-bg,.cyber-item-glow{width:180px;height:135px}.cyber-actions{flex-direction:column;gap:10px}.cyber-stats-panel{flex-direction:column;gap:10px}.cyber-side-glow{display:none}}@media (max-width: 480px){.new-lottery-grid{grid-template-columns:repeat(5,1fr);gap:4px}.new-lottery-grid-title{font-size:1.5rem}.new-lottery-result-content{padding:20px}}.new-lottery-grid-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:20px}.new-lottery-loading-spinner{width:50px;height:50px;border:3px solid #ffffff1a;border-top:3px solid #0f8;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.new-lottery-loading-text{font-size:1.1rem;color:#ffffffb3}.new-lottery-notification{position:fixed;top:20px;right:20px;padding:15px 20px;border-radius:10px;color:#fff;font-weight:600;z-index:10001;animation:notificationSlideIn .3s ease-out;box-shadow:0 8px 25px #0000004d}@keyframes notificationSlideIn{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.new-lottery-notification.success{background:linear-gradient(135deg,#10b98126,#05966940);border:1px solid #10b98166;backdrop-filter:blur(10px)}.new-lottery-notification.error{background:linear-gradient(45deg,#f44,#c33)}.new-lottery-notification.warning{background:linear-gradient(45deg,#282828f2,#3c3c3cf2);border:1px solid #ff8c0066;color:#fa0}.new-lottery-notification.info{background:linear-gradient(45deg,#0cf,#08c)}.new-lottery-container.skeleton-mode{pointer-events:none}.new-lottery-container.skeleton-mode .skeleton-loading{background:linear-gradient(90deg,#ffffff1a 0%,#fff3 50%,#ffffff1a 100%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite}@keyframes skeleton-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}