.lottery-page{-webkit-overflow-scrolling:touch;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;min-height:100vh;padding:20px;position:relative;touch-action:manipulation}.lottery-container{margin:0 auto;max-width:600px;position:relative;z-index:1}.lottery-header{color:#fff;margin-bottom:30px;text-align:center}.lottery-header h1{font-size:2.5rem;margin-bottom:10px;text-shadow:2px 2px 4px #0000004d}.lottery-header p{font-size:1.2rem;opacity:.9}.lottery-wheel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%}.lottery-prize-item{background:linear-gradient(135deg,#ff9a9e,#fecfef 50%,#fecfef);border:2px solid #ffffff4d;box-shadow:0 4px 8px #0003}.lottery-prize-item:hover{box-shadow:0 6px 12px #0000004d;transform:scale(1.1);z-index:10}.lottery-prize-item.highlighted{animation:highlight-pulse .3s ease-in-out}.lottery-prize-item.winner{animation:winner-celebration 1s ease-in-out}.prize-name{color:#333;font-weight:700;line-height:1.2}.prize-image{border-radius:8px;height:100%}.lottery-center{border:3px solid #ffffff80;box-shadow:0 8px 16px #0000004d}.lottery-center:hover{box-shadow:0 12px 24px #0006}@media (hover:none) and (pointer:coarse){.lottery-center{min-height:100px;min-width:100px}.lottery-prize-item:hover{box-shadow:0 4px 8px #0003;transform:none;z-index:1}.lottery-center:hover{box-shadow:0 8px 16px #0000004d;transform:translate(-50%,-50%)}}.lottery-center.spinning{animation:spin 2s ease-in-out}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes highlight-pulse{0%{box-shadow:0 4px 8px #0003;transform:scale(1)}50%{box-shadow:0 8px 25px #ff6b6bcc;transform:scale(1.15)}to{box-shadow:0 8px 25px #ff6b6b99;transform:scale(1.2)}}@keyframes winner-celebration{0%{box-shadow:0 8px 25px #ffd700cc;transform:scale(1.2)}25%{box-shadow:0 12px 35px gold;transform:scale(1.4) rotate(5deg)}50%{box-shadow:0 15px 40px gold;transform:scale(1.3) rotate(-5deg)}75%{box-shadow:0 12px 35px gold;transform:scale(1.4) rotate(3deg)}to{box-shadow:0 8px 25px #ffd700cc;transform:scale(1.2)}}.lottery-info{margin-top:30px;text-align:center}.test-code-tip{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;color:#0369a1;font-size:14px;line-height:1.5;margin-bottom:20px;padding:12px}.recent-records{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;margin-left:auto;margin-right:auto;margin-top:40px;padding:20px;position:relative;width:80%}.recent-records:after{background:linear-gradient(#0000,#ffffff1a);bottom:20px;content:"";height:20px;left:20px;opacity:0;pointer-events:none;position:absolute;right:20px;transition:opacity .3s ease}.recent-records:hover:after{opacity:1}.recent-records h3{color:#fff;font-size:18px;font-weight:600;margin-bottom:15px;text-align:center}.records-list{max-height:200px;overflow-y:auto;scrollbar-color:#ffffff4d #0000;scrollbar-width:thin}.records-list::-webkit-scrollbar{width:6px}.records-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.records-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px;-webkit-transition:background .3s ease;transition:background .3s ease}.records-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.records-list::-webkit-scrollbar-thumb:active{background:#fff9}.record-item{background:#ffffff1a;border-left:3px solid gold;border-radius:8px;color:#fff;font-size:14px;margin-bottom:8px;padding:10px 12px}.record-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:2px}.record-row:last-child{margin-bottom:0}.record-code{background:#a7f3d01a;border:1px solid #a7f3d04d;border-radius:4px;color:#a7f3d0;font-family:Courier New,monospace;font-size:13px;font-weight:600;padding:2px 6px}.record-time{color:#fffc;font-size:12px}.record-prize{color:gold;font-size:13px;font-weight:500}.no-records{color:#fff9;font-style:italic;padding:20px;text-align:center}.win-result-modal .ant-modal-content{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;box-shadow:0 20px 60px #0003;overflow:hidden}.win-result-modal .ant-modal-body{padding:0}.win-result-modal .ant-modal-footer{background:#f8f9fa;border-top:none;padding:20px 24px}.win-result-modal .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea66;font-size:16px;font-weight:600;height:40px;transition:all .3s ease}.win-result-modal .ant-btn-primary:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}@keyframes celebrate{0%{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.win-result-modal .ant-modal-content{animation:celebrate .6s ease-out}@keyframes prize-glow{0%,to{box-shadow:0 8px 25px #ffd7004d}50%{box-shadow:0 8px 35px #ffd700cc}}.win-result-modal img{animation:prize-glow 2s ease-in-out infinite}@media (max-width:1024px){.lottery-container{padding:20px 15px}}@media (max-width:768px){.lottery-page{min-height:100vh;overflow-x:hidden;padding:10px}.lottery-container{max-width:100%;padding:15px 10px}.lottery-header{margin-bottom:20px}.lottery-header h1{font-size:1.8rem;margin-bottom:8px}.lottery-header p{font-size:1rem}.test-code-tip{font-size:12px;margin-bottom:15px;padding:10px}.lottery-wheel{margin:15px auto}.recent-records{margin-top:25px;padding:15px}.recent-records h3{font-size:16px;margin-bottom:12px}.record-item{font-size:12px;padding:6px 10px}.record-time{font-size:10px}.records-list{-ms-overflow-style:none;scrollbar-width:none}.records-list::-webkit-scrollbar{display:none}.win-result-modal{margin:0 auto;max-width:380px;width:95%!important}.win-result-modal .ant-modal-content{margin:0}}@media (max-width:480px){.lottery-page{padding:5px}.lottery-container{padding:10px 5px}.lottery-header h1{font-size:1.5rem}.lottery-header p{font-size:.9rem}.test-code-tip{font-size:11px;margin-bottom:12px;padding:8px}.lottery-wheel{margin:10px auto}.recent-records{margin-top:20px;padding:12px}.recent-records h3{font-size:14px}.record-item{align-items:flex-start;flex-direction:column;font-size:11px;gap:2px;padding:5px 8px}.win-result-modal{max-width:350px;width:98%!important}.win-result-modal .ant-modal-footer{padding:15px 20px}.win-result-modal .ant-btn-primary{font-size:14px;height:36px}.win-result-modal .ant-modal-body div[style*="textAlign: center"]>div:first-child{font-size:22px!important}.win-result-modal img{height:100px!important;width:100px!important}.win-result-modal .ant-modal-body div[style*="fontSize: 24px"]{font-size:20px!important}.win-result-modal .ant-modal-body div[style*="fontSize: 16px"]{font-size:14px!important;padding:12px!important}}@media (max-width:360px){.lottery-header h1{font-size:1.3rem}.win-result-modal{max-width:320px;width:100%!important}.win-result-modal .ant-modal-body div[style*="textAlign: center"]>div:first-child{font-size:18px!important;margin-bottom:15px!important}.win-result-modal img{height:80px!important;width:80px!important}.win-result-modal .ant-modal-body div[style*="fontSize: 24px"]{font-size:18px!important}.win-result-modal .ant-modal-body div[style*="fontSize: 16px"]{font-size:12px!important;padding:10px!important}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.lottery-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.lottery-wheel{height:400px;margin:20px auto;position:relative;width:400px}.lottery-prize-item{align-items:center;background:#ffffffe6;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;font-size:12px;height:80px;justify-content:center;position:absolute;text-align:center;transition:all .3s ease;width:80px}.lottery-prize-item:hover{box-shadow:0 6px 12px #00000026;transform:scale(1.05)}.lottery-center{align-items:center;background:linear-gradient(45deg,#ff6b6b,#feca57);border-radius:50%;box-shadow:0 8px 16px #0003;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:100px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:100px}.lottery-center:hover{transform:translate(-50%,-50%) scale(1.1)}.lottery-center:active{transform:translate(-50%,-50%) scale(.95)}.admin-layout{min-height:100vh}.admin-header{align-items:center;background:#001529;color:#fff;display:flex;justify-content:space-between;padding:0 24px}.admin-content{background:#f0f2f5;min-height:calc(100vh - 64px);padding:24px}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-form{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0000001a;max-width:400px;padding:40px;width:100%}.prize-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:16px}.prize-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:16px;transition:all .3s ease}.prize-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.prize-image{border-radius:6px;height:120px;margin-bottom:12px;object-fit:cover;width:100%}.stats-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:16px;padding:20px}.stats-number{color:#1890ff;font-size:24px;font-weight:700}.stats-label{color:#666;margin-top:4px}.record-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:16px}@media (max-width:768px){.lottery-wheel{height:300px;width:300px}.lottery-prize-item{font-size:10px;height:60px;width:60px}.lottery-center{font-size:14px;height:80px;width:80px}.admin-content{padding:16px}.prize-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.6fd5e009.css.map*/