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}.App{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column;min-height:100vh}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:24px;text-align:center}.App-header h1{font-size:32px;font-weight:700;margin:0 0 8px}.last-updated{font-size:14px;margin:0;opacity:.9}.App-main{box-sizing:border-box;flex:1 1;margin:0 auto;max-width:1200px;padding:24px;width:100%}.App-footer{background:#2c3e50;color:#fff;font-size:14px;padding:16px;text-align:center}.App-footer p{margin:4px 0}.error,.loading,.no-data{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:16px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{color:#e74c3c}.error h2{color:#c0392b}@media (max-width:768px){.App-main{padding:12px}.App-header{padding:16px 12px}.App-header h1{font-size:20px;margin-bottom:6px}.App-footer,.last-updated{font-size:12px}.App-footer{padding:12px}}@media (max-width:480px){.App-main{padding:8px}.App-header{padding:12px 8px}.App-header h1{font-size:18px;margin-bottom:4px}.App-footer,.last-updated{font-size:11px}.App-footer{padding:8px}.App-footer p{margin:2px 0}}.latest-result{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #0000001a;color:#fff;margin-bottom:24px;padding:24px}.latest-result h2{font-size:24px;font-weight:600;margin:0 0 20px;text-align:center}.date-selector{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:20px}.date-selector label{font-size:16px;font-weight:500;opacity:.9}.date-select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;padding:8px 12px;transition:all .2s ease}.date-select:focus{background:#fff3;border-color:#fff9;outline:none}.date-select option{background:#333;color:#fff}.result-container{display:flex;flex-direction:column;gap:16px}.date-section,.numbers-section{align-items:center;display:flex;flex-direction:column;gap:8px}.date-section{align-items:center;flex-direction:row;justify-content:flex-start}.date-section label{margin-right:8px}.date-section label,.date-section select{display:inline-block}.date-label,.numbers-label{font-size:16px;font-weight:500;opacity:.9}.date-value{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:8px;font-size:18px;font-weight:600;padding:8px 16px}.numbers-container{flex-wrap:wrap;gap:12px}.number-ball,.numbers-container{display:flex;justify-content:center}.number-ball{align-items:center;background:#fffffff2;border-radius:50%;box-shadow:0 3px 10px #0003;color:#333;font-size:18px;font-weight:700;height:48px;transition:transform .2s ease;width:48px}.number-ball:hover{transform:scale(1.1)}@media (max-width:768px){.latest-result{margin-bottom:16px;padding:16px}.latest-result h2{font-size:18px;margin-bottom:16px}.date-selector{flex-direction:column;gap:8px;margin-bottom:16px}.date-selector label{font-size:14px}.date-select{font-size:16px;max-width:280px;padding:10px 12px;width:100%}.result-container{gap:12px}.date-label,.numbers-label{font-size:14px}.date-value{font-size:16px;padding:6px 12px}.numbers-container{gap:8px}.number-ball{font-size:16px;height:40px;width:40px}}@media (max-width:480px){.latest-result{margin-bottom:12px;padding:12px}.latest-result h2{font-size:16px;margin-bottom:12px}.numbers-container{gap:6px}.number-ball{font-size:14px;height:36px;width:36px}}@media (min-width:769px){.result-container{align-items:center;flex-direction:row;justify-content:space-between}.date-section,.numbers-section{flex-direction:row;gap:12px}.date-section{flex:1 1}.numbers-section{flex:2 1;justify-content:flex-end}}.statistics{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:24px;padding:24px}.statistics h2{color:#333;font-size:24px;font-weight:600;margin:0 0 20px}.statistics h3{color:#555;font-size:18px;font-weight:500;margin:20px 0 16px}.stats-summary{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px}.summary-item{align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px;display:flex;flex-direction:column;gap:4px;min-width:120px;padding:16px}.summary-label{color:#666;font-size:14px}.summary-value{color:#333;font-size:20px}.chart-container{background:#fafbfc;border-radius:8px;margin:24px 0;padding:16px}.stats-table{margin-top:24px}.table-container{border:1px solid #e1e5e9;max-height:400px}.stats-table table{border-collapse:collapse;font-size:14px;width:100%}.stats-table th{background:#f8f9fa;border-bottom:2px solid #e1e5e9;color:#333;font-weight:600;padding:12px 8px;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:1}.stats-table td{border-bottom:1px solid #e1e5e9;padding:10px 8px}.stats-table tr:hover{background:#f8f9fa}.stats-table .top-five{background:#fff3cd}.stats-table .top-five:hover{background:#ffeaa7}.number-cell{color:#667eea;font-weight:700;text-align:center}@media (max-width:768px){.statistics{padding:12px}.statistics h2{font-size:18px;margin-bottom:16px;text-align:center}.statistics h3{font-size:16px;margin-bottom:12px;text-align:center}.stats-summary{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-bottom:16px}.summary-item{align-items:center;flex-direction:column;min-width:auto;padding:12px 8px;text-align:center}.summary-label{font-size:12px;margin-bottom:4px}.summary-value{font-size:16px}.chart-container{margin:16px 0;padding:8px}.chart-container .recharts-wrapper{font-size:11px}.stats-table{font-size:12px;margin-top:16px}.stats-table td,.stats-table th{padding:6px 4px}.stats-table th{font-size:11px}.table-container{max-height:300px}}@media (max-width:480px){.statistics{padding:8px}.statistics h2{font-size:16px;margin-bottom:12px}.statistics h3{font-size:14px;margin-bottom:8px}.stats-summary{gap:6px;grid-template-columns:1fr;margin-bottom:12px}.summary-item{flex-direction:row;justify-content:space-between;padding:8px 12px;text-align:left}.summary-label{font-size:12px}.summary-value{font-size:14px}.chart-container{margin:12px 0;padding:4px}.table-container{max-height:250px}}.combination-statistics{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:15px;box-shadow:0 10px 30px #0000001a;margin:1rem 0;padding:2rem}.combination-statistics h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.combination-statistics h3{color:#34495e;font-size:1.3rem;font-weight:500;margin-bottom:1rem}.stats-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:2rem}.summary-item{background:#fffc;border:2px solid #764ba233;border-radius:10px;padding:1rem;text-align:center;transition:transform .3s ease}.summary-item:hover{border-color:#764ba266;transform:translateY(-2px)}.summary-label{color:#7f8c8d;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.summary-value{color:#764ba2;display:block;font-size:1.5rem;font-weight:700}.chart-controls{align-items:center;background:#ffffffb3;border-radius:8px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.chart-controls label{color:#2c3e50;font-weight:500}.chart-controls select{background:#fff;border:2px solid #764ba2;border-radius:5px;color:#2c3e50;cursor:pointer;font-size:.9rem;padding:.5rem}.chart-controls select:focus{border-color:#9b6cb7;box-shadow:0 0 0 3px #764ba21a;outline:none}.chart-container{margin-bottom:2rem}.chart-container,.stats-table{background:#ffffffe6;border:1px solid #764ba233;border-radius:12px;padding:1.5rem}.stats-info{background:#764ba21a;border-radius:6px;color:#2c3e50;font-size:.9rem;margin-bottom:1rem;padding:.8rem}.table-container{border:1px solid #e0e0e0;border-radius:8px;max-height:500px;overflow-y:auto}.combination-statistics table{background:#fff;border-collapse:collapse;width:100%}.combination-statistics th{background:linear-gradient(135deg,#764ba2,#667eea);color:#fff;font-weight:600;padding:1rem;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:10}.combination-statistics td{border-bottom:1px solid #f0f0f0;padding:.8rem 1rem;transition:background-color .2s ease}.combination-statistics tr:hover td{background-color:#764ba20d}.combination-statistics .top-five{background:linear-gradient(135deg,#ffd7001a,#ffc1071a)}.combination-statistics .top-five:hover td{background:linear-gradient(135deg,#ffd70033,#ffc10733)}.combination-cell{color:#764ba2;font-family:Courier New,monospace;font-size:1.1rem;font-weight:700}@media (max-width:768px){.combination-statistics{margin:.5rem 0;padding:1rem}.combination-statistics h2{font-size:1.5rem}.stats-summary{gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.summary-item{padding:.8rem}.summary-value{font-size:1.2rem}.chart-controls{align-items:flex-start;flex-direction:column;gap:.5rem}.chart-container{padding:1rem}.combination-statistics td,.combination-statistics th{font-size:.9rem;padding:.6rem .8rem}.combination-cell{font-size:1rem}}.tab-statistics{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:15px;box-shadow:0 10px 30px #0000001a;margin:1rem 0;overflow:hidden;padding:0}.tab-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem 1rem}.tab-header h2{font-size:1.8rem;font-weight:600;margin:0 0 1.5rem;text-align:center;text-shadow:0 2px 4px #0003}.tab-nav{justify-content:center;margin-bottom:0}.tab-button,.tab-nav{display:flex;gap:.5rem}.tab-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:10px;color:#fffc;cursor:pointer;font-size:.95rem;font-weight:500;padding:.8rem 1.5rem;transition:all .3s ease}.tab-button:hover{background:#fff3;border-color:#fff6;color:#fff;transform:translateY(-2px)}.tab-button.active{background:#ffffffe6;border-color:#ffffffe6;box-shadow:0 4px 12px #00000026;color:#764ba2;transform:translateY(-2px)}.tab-button.active:hover{background:#fff;color:#667eea}.tab-icon{align-items:center;display:flex;font-size:1.2rem}.tab-label{font-weight:600}.tab-content{background:#0000;padding:0}.tab-panel{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-panel .combination-statistics,.tab-panel .statistics{background:#0000;border-radius:0;box-shadow:none;margin:0;padding:2rem}.tab-panel .combination-statistics h2,.tab-panel .statistics h2{display:none}@media (max-width:768px){.tab-header{padding:1rem 1rem .8rem}.tab-header h2{font-size:1.5rem;margin-bottom:1rem}.tab-nav{flex-direction:column;gap:.4rem}.tab-button{font-size:.9rem;justify-content:center;padding:.7rem 1rem}.tab-panel .combination-statistics,.tab-panel .statistics{padding:1rem}}@media (max-width:480px){.tab-header{padding:.8rem}.tab-header h2{font-size:1.3rem}.tab-button{font-size:.85rem;padding:.6rem .8rem}.tab-icon{font-size:1rem}}
/*# sourceMappingURL=main.7c08f98e.css.map*/