:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#fff;color:#333;line-height:1.6}.container{max-width:1000px;margin:0 auto;padding:2rem}.header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:3px solid #f0f0f0}h1{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem}.subtitle{font-size:1rem;color:#7f8c8d}.main-section{display:flex;gap:2rem;margin-bottom:2.5rem;align-items:stretch}.dashboard{display:flex;flex-direction:column;gap:1rem;min-width:240px;justify-content:space-between;padding-top:4.5rem}.stat-box{background:linear-gradient(135deg,#1e3c72,#2a5298);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.2rem;text-align:center;box-shadow:0 10px 20px #1e3c724d;transition:all .3s cubic-bezier(.25,.8,.25,1);flex:1;display:flex;flex-direction:column;justify-content:center}.stat-box:hover{transform:translateY(-5px);box-shadow:0 15px 30px #1e3c7280}.stat-box.highlight{background:linear-gradient(135deg,gold,#ff8c00);border:1px solid rgba(255,255,255,.3);box-shadow:0 10px 20px #ff8c0066}.stat-box.highlight:hover{transform:translateY(-5px);box-shadow:0 15px 30px #ff8c0099}.stat-label{font-size:.75rem;color:#fffc;margin-bottom:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}.stat-value{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:.3rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.stat-box.highlight .stat-value{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.1)}.stat-box.highlight .stat-label{color:#ffffffe6}.stat-desc{font-size:.7rem;color:#fff9}.stat-box.highlight .stat-desc{color:#fffc}.prediction-section{flex:1;display:flex;flex-direction:column}.prediction-section h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef;text-align:center}.section{margin-bottom:2.5rem}h2{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef;text-align:center}h3{font-size:1.1rem;color:#495057;margin-bottom:1rem;text-align:center}.prediction-card{background:#f8f9fa;border:2px solid #007bff;border-radius:12px;padding:2rem}.prediction-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.draw-badge{background:#007bff;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:1.1rem}.prediction-label{font-size:1.1rem;color:#495057;font-weight:600}.prediction-note{margin-top:1.5rem;padding:1rem;background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;font-size:.9rem;color:#856404;text-align:left}.verification-card{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:2rem}.select-container{margin-bottom:2rem}.select-container label{font-weight:600;color:#495057;margin-right:1rem;font-size:1rem}select{padding:.75rem 1.5rem;font-size:1rem;border:2px solid #ced4da;border-radius:8px;background:#fff;color:#495057;cursor:pointer;min-width:200px;transition:border-color .2s}select:hover{border-color:#007bff}select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.result-display{background:#fff;border-radius:8px;padding:1.5rem}.result-section{margin-bottom:2rem}.result-section:last-of-type{margin-bottom:1.5rem}.ball-container{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:1rem 0}.prediction-balls{max-width:300px;margin:0 auto}.ball{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#fff;box-shadow:0 3px 6px #0000004d;position:relative;border:2px solid rgba(255,255,255,.3)}.ball.hit{border:4px solid #dc3545!important;box-shadow:0 0 15px #dc354599!important;opacity:.9}.hit-mark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;color:#dc3545e6;font-weight:900;pointer-events:none;text-shadow:0 0 10px rgba(255,255,255,.8);z-index:2}.ball.hit:after{content:"";position:absolute;inset:0;background:#dc354533;border-radius:50%}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #dc3545b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #dc354500}to{transform:scale(1);box-shadow:0 0 #dc354500}}.ball.hit{animation:pulse 2s infinite}.ball.yellow{background:radial-gradient(circle at 30% 30%,gold,#f4c430);color:#333;text-shadow:0 1px 2px rgba(0,0,0,.2)}.ball.blue{background:radial-gradient(circle at 30% 30%,#5b9bd5,#2e75b6)}.ball.red{background:radial-gradient(circle at 30% 30%,#ff6b6b,#c92a2a)}.ball.grey{background:radial-gradient(circle at 30% 30%,#adb5bd,#6c757d)}.ball.green{background:radial-gradient(circle at 30% 30%,#51cf66,#37b24d)}.result-summary{background:#e9ecef;border-radius:8px;padding:1.5rem;margin-top:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #dee2e6}.summary-item:last-child{border-bottom:none}.summary-label{font-weight:600;color:#495057;font-size:1rem}.summary-value{font-size:1.1rem;font-weight:700;color:#007bff}.hit-text{color:#dc3545}.perfect-text{color:#28a745}.summary-value.perfect{color:#28a745;font-size:1.3rem}.footer{text-align:center;padding:2rem 1rem;background:#f8f9fa;border-radius:8px;color:#6c757d;font-size:.9rem;line-height:1.8}.no-data-message{text-align:center;padding:3rem 2rem;background:#fff3cd;border-radius:8px;border:2px dashed #ffc107}.no-data-message p{font-size:1.2rem;color:#856404;font-weight:600;margin-bottom:.5rem}.sub-message{font-size:.95rem!important;color:#856404!important;font-weight:400!important;opacity:.8}.loading{text-align:center;padding:4rem 2rem;font-size:1.5rem;color:#6c757d}@media(max-width:768px){.container{padding:1rem}h1{font-size:2rem}.main-section{flex-direction:column;gap:1.5rem}.dashboard{width:100%;flex-direction:row;justify-content:center;gap:.75rem}.stat-box{flex:1;min-width:140px;padding:1rem}.stat-value{font-size:1.6rem}.stat-label{font-size:.7rem}.stat-desc{font-size:.65rem}.prediction-section h2{text-align:center}.ball{width:40px;height:40px;font-size:1rem}.prediction-header{flex-direction:column;gap:1rem}.select-container{text-align:center}select{width:100%;max-width:300px}.summary-item{flex-direction:column;gap:.5rem;text-align:center}}
