.lottery-draw{background-color:#0a0e17;min-height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff;font-family:Arial,sans-serif}.lottery-draw,.lottery-draw .header{display:-webkit-box;display:-ms-flexbox;display:flex}.lottery-draw .header{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px;background-color:hsla(0,0%,100%,.1)}.lottery-draw .header .select-group{margin:0 20px}.lottery-draw .header .select-group label{margin-right:10px}.lottery-draw .header .select-group select{background-color:hsla(0,0%,100%,.2);color:#fff;border:none;padding:5px 10px;border-radius:5px}.lottery-draw .main-content{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.lottery-draw .main-content.blur-background{-webkit-filter:blur(5px);filter:blur(5px)}.lottery-draw .results-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(10,14,23,.85);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.lottery-draw .results-container{background:hsla(0,0%,100%,.1);border-radius:20px;padding:30px;width:80%;max-width:1000px;-webkit-box-shadow:0 8px 32px 0 rgba(31,38,135,.37);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);border:1px solid hsla(0,0%,100%,.18);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.lottery-draw .results-title{text-align:center;font-size:2em;margin-bottom:30px;color:hsla(0,0%,100%,.95);font-weight:300;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.lottery-draw .results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:25px;padding:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:800px;margin:0 auto}.lottery-draw .result-item{background:hsla(0,0%,100%,.1);border-radius:15px;overflow:hidden;-webkit-transition:all .4s cubic-bezier(.4,0,.2,1);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid hsla(0,0%,100%,.1);-webkit-box-shadow:0 4px 15px rgba(0,0,0,.1);box-shadow:0 4px 15px rgba(0,0,0,.1);width:180px;margin:0 auto}.lottery-draw .result-item:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 8px 25px rgba(0,0,0,.2);box-shadow:0 8px 25px rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.lottery-draw .result-content{height:180px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:relative;overflow:hidden;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.lottery-draw .winner-photo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.lottery-draw .winner-photo:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.lottery-draw .winner-name{text-align:center;font-size:1.4em;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:hsla(0,0%,100%,.9);font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.1);padding:10px}.lottery-draw .results-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px;padding:20px}.lottery-draw .results-footer .ant-btn{min-width:120px;height:40px;font-size:16px;border-radius:20px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.9);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);-webkit-transition:all .3s ease;transition:all .3s ease}.lottery-draw .results-footer .ant-btn:hover{background:hsla(0,0%,100%,.25);-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.2);box-shadow:0 5px 15px rgba(0,0,0,.2)}.lottery-draw .results-footer .ant-btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.lottery-draw .winner-placeholder{background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.1);-webkit-box-shadow:0 4px 15px rgba(0,0,0,.1);box-shadow:0 4px 15px rgba(0,0,0,.1);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-size:2em;color:hsla(0,0%,100%,.9);text-shadow:0 2px 4px rgba(0,0,0,.1)}.lottery-draw .sidebar{position:fixed;right:20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:hsla(0,0%,100%,.1);padding:20px;border-radius:10px;max-width:250px}.lottery-draw .remaining-count{font-size:1.2em;margin-bottom:20px}.lottery-draw .prize-item{margin-bottom:15px}.lottery-draw .prize-item,.lottery-draw .prize-item .prize-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lottery-draw .prize-item .prize-image{width:50px;height:50px;margin-right:10px;border-radius:5px;overflow:hidden;background-color:hsla(0,0%,100%,.1);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.lottery-draw .prize-item .prize-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.lottery-draw .prize-item .prize-image .prize-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(44,62,80,.9);color:#fff;font-size:20px;font-weight:700}.lottery-draw .prize-item .prize-details{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.lottery-draw .prize-item .prize-details .prize-name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lottery-draw .prize-item .prize-details .prize-count{font-size:.9em;color:#ccc}.lottery-draw .footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}.lottery-draw .action-button{padding:10px 20px;margin:0 10px;border:none;border-radius:5px;font-size:1em;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.lottery-draw .action-button.start-button{background-color:#2ecc71;color:#fff}.lottery-draw .action-button.start-button:hover{background-color:#27ae60}.lottery-draw .action-button.reset-button{background-color:#e74c3c;color:#fff}.lottery-draw .action-button.reset-button:hover{background-color:#c0392b}.lottery-draw .action-button:disabled{opacity:.5;cursor:not-allowed}.lottery-draw .fade-scale-enter-active,.lottery-draw .fade-scale-leave-active{-webkit-transition:all .5s ease;transition:all .5s ease}.lottery-draw .fade-scale-enter-from,.lottery-draw .fade-scale-leave-to{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}.lottery-draw #three-container{position:absolute;top:0;left:0;width:100%;height:100%}.lottery-draw .prize-placeholder,.lottery-draw .winner-placeholder{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:hsla(0,0%,100%,.1);color:#fff;font-size:24px;font-weight:700;border-radius:5px}.lottery-draw .prize-placeholder{width:50px;height:50px;font-size:20px}@media screen and (max-width:600px){.lottery-draw .results-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;padding:15px}.lottery-draw .result-item{width:150px}.lottery-draw .result-content{height:150px}}