@import"https://fonts.googleapis.com/css2?family=Pretendard:wght@400;500;600;700&display=swap";:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;--bg-color: #121212;--surface-color: #1E1E1E;--text-primary: #FFFFFF;--text-secondary: #8E8E93;--border-color: #333333;--primary-blue: #007AFF}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;justify-content:center;background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased}#root{max-width:800px;margin:0 auto;padding:40px 20px;width:100%}h1{font-size:28px;font-weight:700;margin-bottom:40px;text-align:center;color:var(--text-primary)}.header{margin-bottom:30px;text-align:center}.lotto-container{display:flex;flex-direction:column;gap:12px}.lotto-row{background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;padding:20px 24px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;transition:background-color .2s}.lotto-row:hover{background-color:#252525}@media(max-width:600px){.lotto-row{flex-direction:column;align-items:flex-start;padding:16px;gap:16px}}.info-section{display:flex;flex-direction:column;gap:4px;min-width:100px}.round-Badge{font-size:18px;font-weight:600;color:var(--text-primary)}.date-text{font-size:13px;color:var(--text-secondary)}.balls{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.ball{width:36px;height:36px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;color:#fff;font-family:inherit;box-shadow:0 1px 3px #0000001a;background:none;position:relative;z-index:1}.ball:before,.ball:after{display:none}.ball.range-1{background-color:#fbc400;color:#fff}.ball.range-2{background-color:#69c8f2;color:#fff}.ball.range-3{background-color:#ff7272;color:#fff}.ball.range-4{background-color:#aaa;color:#fff}.ball.range-5{background-color:#b0d840;color:#fff}.plus-sign{font-size:20px;color:var(--text-secondary);margin:0 8px;font-weight:300}.status-msg{font-size:13px;color:var(--text-secondary);margin-top:8px;min-height:20px}.prize-info{display:none}.header-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;flex-wrap:wrap}.view-tabs{display:flex;gap:.5rem;background:#ffffff0d;padding:4px;border-radius:12px}.tab-btn{padding:.75rem 1.5rem;border:none;background:transparent;color:#fff9;cursor:pointer;border-radius:8px;font-size:.95rem;font-weight:500;transition:all .3s ease}.tab-btn:hover{background:#ffffff1a;color:#ffffffe6}.tab-btn.active{background:#646cff;color:#fff}.update-btn{padding:.75rem 1.5rem;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;cursor:pointer;border-radius:8px;font-size:.95rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.update-btn:hover{background:linear-gradient(135deg,#7b91f7,#8a5bb5);box-shadow:0 4px 12px #667eea80;transform:translateY(-2px)}.update-btn:active{transform:translateY(0)}.update-btn:disabled{background:#ffffff1a;color:#fff6;cursor:not-allowed;box-shadow:none}.filter-toggle-btn{padding:.75rem 1.5rem;border:2px solid rgba(255,255,255,.2);background:transparent;color:#fff;cursor:pointer;border-radius:8px;font-size:.95rem;font-weight:500;transition:all .3s ease;position:relative}.filter-toggle-btn:hover{background:#ffffff1a;border-color:#fff6}.filter-toggle-btn.active{background:#646cff33;border-color:#646cff}.filter-badge{display:inline-block;background:#f44;color:#fff;font-size:.75rem;padding:.2rem .5rem;border-radius:10px;margin-left:.5rem;font-weight:700}.filter-panel{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-top:1rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filter-header h3{margin:0;font-size:1.2rem}.filter-reset-btn{padding:.5rem 1rem;background:#f443;border:1px solid rgba(255,68,68,.4);color:#ff6b6b;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.filter-reset-btn:hover{background:#ff44444d;border-color:#ff6b6b}.filter-sections{display:flex;flex-direction:column;gap:1.5rem}.filter-section{display:flex;flex-direction:column;gap:.5rem}.filter-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;opacity:.9}.filter-icon{font-size:1.2rem}.filter-input{padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:1rem;transition:all .2s ease}.filter-input:focus{outline:none;border-color:#646cff;background:#ffffff14}.filter-input::placeholder{color:#fff6}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;background:#646cff;border-radius:16px;font-size:.9rem;font-weight:500}.chip-remove{background:#fff3;border:none;color:#fff;width:20px;height:20px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1;transition:background .2s ease}.chip-remove:hover{background:#fff6}.filter-hint{font-size:.85rem;opacity:.6;font-style:italic}.date-range{display:flex;align-items:center;gap:.75rem}.date-separator{font-size:1.2rem;opacity:.6}.active-filters-summary{margin-top:1.5rem;padding:1rem;background:#646cff1a;border-radius:8px;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.summary-label{font-weight:600;opacity:.8}.summary-item{background:#ffffff1a;padding:.3rem .8rem;border-radius:12px;font-size:.9rem}.results-summary{padding:1rem 0;font-size:1.1rem;font-weight:500;opacity:.9}.filtered-count{opacity:.6;font-size:.95rem;margin-left:.5rem}.no-results{text-align:center;padding:4rem 2rem;opacity:.7}.no-results p{margin:.5rem 0;font-size:1.1rem}.no-results p:first-child{font-size:2rem}.stats-dashboard{max-width:1400px;margin:0 auto;padding:2rem 1rem}.stats-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.stats-header h2{margin:0;font-size:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-controls-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.stats-controls{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.stats-filters{display:flex;gap:.5rem;align-items:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.stats-toggle-btn{padding:.6rem 1.2rem;border:2px solid rgba(255,255,255,.1);background:transparent;color:#ffffffb3;cursor:pointer;border-radius:8px;font-size:.9rem;transition:all .3s ease}.stats-toggle-btn:hover{border-color:#ffffff4d;background:#ffffff0d}.stats-toggle-btn.active{background:#646cff;color:#fff;border-color:#646cff}.rounds-select{padding:.6rem 1rem;border:2px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;cursor:pointer;border-radius:8px;font-size:.9rem}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.85rem;opacity:.7;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.8rem;font-weight:700;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.lotto-ball{width:45px;height:45px;border-radius:50%;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:inset 0 -4px 8px #0003,0 4px 8px #0000004d;position:relative;flex-shrink:0}.lotto-ball.small{width:30px;height:30px;font-size:.85rem}.lotto-ball.large{width:60px;height:60px;font-size:1.5rem}.lotto-ball.range-1{background:radial-gradient(circle at 30% 30%,#f1c40f,#d4ac0d);border-color:#f1c40f;color:#333;text-shadow:none}.lotto-ball.range-2{background:radial-gradient(circle at 30% 30%,#3498db,#2980b9);border-color:#3498db}.lotto-ball.range-3{background:radial-gradient(circle at 30% 30%,#e74c3c,#c0392b);border-color:#e74c3c}.lotto-ball.range-4{background:radial-gradient(circle at 30% 30%,#95a5a6,#7f8c8d);border-color:#95a5a6}.lotto-ball.range-5{background:radial-gradient(circle at 30% 30%,#2ecc71,#27ae60);border-color:#2ecc71}.balls-wrapper{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.stat-count{font-size:1rem;opacity:.8}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.stats-section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem}.stats-section.full-width{grid-column:1 / -1}.stats-section h3{margin-top:0;margin-bottom:1rem;font-size:1.2rem}.number-list{display:flex;flex-direction:column;gap:.75rem}.number-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff08;border-radius:8px;transition:all .2s ease}.number-item:hover{background:#ffffff14;transform:translate(4px)}.rank{font-weight:700;opacity:.5;min-width:35px}.freq-info{margin-left:auto;display:flex;gap:.5rem;align-items:baseline}.freq-count{font-weight:700;font-size:1.1rem}.freq-percent{font-size:.85rem;opacity:.6}.bar-chart-vertical{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);max-height:800px;overflow-y:auto}.bar-item-vertical{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#ffffff08;border-radius:10px;transition:all .3s ease;min-height:70px}.bar-item-vertical:hover{background:#ffffff14;transform:translate(4px)}.bar-label-vertical{min-width:60px;display:flex;justify-content:center;align-items:center}.bar-container-vertical{flex:1;display:flex;align-items:center;gap:12px}.bar-track{flex:1;background:#ffffff14;border-radius:6px;height:24px;overflow:hidden;position:relative}.bar-fill-vertical{height:100%;background:currentColor;border-radius:0 4px 4px 0;transition:width .6s cubic-bezier(.34,1.56,.64,1);box-shadow:2px 0 8px #0003}.bar-info-group{display:flex;align-items:baseline;gap:6px;min-width:80px;justify-content:flex-end}.bar-count-vertical{font-size:1rem;font-weight:700;color:#fff}.bar-percent-vertical{font-size:.85rem;color:#ffffff80;font-weight:500}.bar-chart{display:flex;align-items:flex-end;justify-content:space-between;height:400px;gap:6px;padding:40px 20px 60px;border-radius:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);overflow-x:auto}.bar-item{display:flex;flex-direction:column;align-items:center;flex:1;min-width:14px;position:relative;gap:8px}.bar-count{font-size:.85rem;font-weight:700;color:#fffffff2;min-height:22px;display:flex;align-items:center;justify-content:center;z-index:2;text-shadow:0 1px 2px rgba(0,0,0,.5)}.bar-fill{width:100%;background:linear-gradient(to top,currentColor,color-mix(in srgb,currentColor 80%,white));border-radius:4px 4px 0 0;transition:all .3s ease;min-height:40px}.bar-item:hover .bar-fill{opacity:.8;transform:translateY(-2px)}.bar-label{font-size:.75rem;color:#ffffffb3;margin-top:6px;font-weight:500}@media(max-width:768px){.header-controls{flex-direction:column;align-items:stretch;gap:.75rem}.view-tabs{width:100%}.tab-btn{flex:1;padding:.6rem 1rem;font-size:.9rem}.filter-toggle-btn,.update-btn{width:100%;padding:.75rem 1.5rem;font-size:.95rem}.filter-panel{padding:1rem;margin-top:.75rem}.filter-sections{gap:1.25rem}.date-range{flex-direction:column;gap:.5rem}.date-range .filter-input{width:100%}.filter-input,input[type=text],input[type=number],input[type=date]{font-size:16px;padding:.75rem 1rem}.filter-chips{gap:.4rem}.filter-chip{font-size:.85rem;padding:.35rem .7rem}.chip-remove{width:22px;height:22px;min-width:44px;min-height:44px}.active-filters-summary{flex-direction:column;align-items:flex-start;gap:.5rem}.lotto-container{gap:1rem}.lotto-row{flex-direction:column;gap:1rem;padding:1.25rem 1rem}.info-section{width:100%;text-align:center;flex-direction:row;justify-content:space-between}.balls{justify-content:center;flex-wrap:wrap;gap:.5rem}.lotto-ball{width:38px;height:38px;font-size:.95rem;min-width:44px;min-height:44px}.plus-sign{font-size:1.2rem}.prize-info{text-align:center;font-size:1rem}.results-summary{padding:.75rem 0;font-size:1rem}.no-results{padding:3rem 1.5rem}.no-results p:first-child{font-size:1.75rem}.stats-dashboard{padding:1.5rem 1rem}.stats-header,.stats-summary,.stats-grid{margin-bottom:1.5rem}.stats-header{flex-direction:column;gap:1.5rem;align-items:stretch}.stats-controls-wrapper{align-items:stretch;width:100%;gap:1rem}.stats-controls{flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:center}.stats-toggle-btn{flex:1;min-width:80px;padding:.6rem .5rem;font-size:.85rem;text-align:center}.stats-filters{width:100%}.rounds-select{width:100%;text-align:center}.stats-summary{grid-template-columns:repeat(2,1fr);gap:.75rem}.summary-card{padding:1rem}.summary-value{font-size:1.5rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.top-numbers-list,.number-item{padding:.75rem}.number-item{gap:.75rem}.rank-badge{min-width:32px;height:32px;font-size:.85rem}.number-stats{gap:.5rem}.number-count{font-size:1rem}.number-percentage{font-size:.85rem}.bar-chart-container{padding:1rem}.bar-chart-vertical{max-height:600px;gap:12px;padding:16px}.bar-item-vertical{min-height:60px;padding:10px 12px;gap:12px}.bar-label-vertical{min-width:50px}.bar-fill-vertical{height:35px}.bar-count-vertical{font-size:.85rem}.bar-percent-vertical{font-size:.8rem;min-width:45px}.bar-chart{height:200px;gap:2px}.chart-bar{min-height:30px}.bar-label{font-size:.65rem}.bar-tooltip{font-size:.85rem;padding:.4rem .7rem}}@media(max-width:480px){.header h1{font-size:1.5rem}.tab-btn{padding:.5rem .75rem;font-size:.85rem}.filter-toggle-btn{font-size:.9rem}.filter-header h3{font-size:1.1rem}.filter-label{font-size:.9rem}.filter-input{padding:.7rem .9rem}.filter-chip{font-size:.8rem;padding:.3rem .6rem}.lotto-ball{width:34px;height:34px;font-size:.9rem}.round-Badge{font-size:.9rem;padding:.4rem .8rem}.date-text{font-size:.85rem}.prize-info{font-size:.95rem}.stats-summary{grid-template-columns:1fr}.summary-card{padding:.9rem}.summary-label{font-size:.8rem}.summary-value{font-size:1.4rem}.number-item{padding:.65rem;gap:.65rem}.rank-badge{min-width:28px;height:28px;font-size:.8rem}.number-count{font-size:.95rem}.number-percentage{font-size:.8rem}.bar-chart{height:180px}.bar-label{font-size:.6rem}.results-summary{font-size:.95rem}.filtered-count{font-size:.85rem}.no-results{padding:2.5rem 1rem}.no-results p:first-child{font-size:1.5rem}.no-results p{font-size:1rem}}@media(max-width:360px){.header h1{font-size:1.3rem}.lotto-ball{width:30px;height:30px;font-size:.85rem}.stats-summary{gap:.5rem}.summary-card{padding:.75rem}.bar-chart{height:160px}}.pagination-container{display:flex;justify-content:space-between;align-items:center;padding:2rem 1rem;margin-top:2rem;gap:1rem;flex-wrap:wrap}.pagination-info{font-size:.95rem;opacity:.8}.pagination-controls{display:flex;align-items:center;gap:.5rem}.pagination-btn{padding:.6rem 1.2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#646cff33;border-color:#646cff}.pagination-btn:disabled{opacity:.3;cursor:not-allowed}.pagination-numbers{display:flex;gap:.25rem;align-items:center}.pagination-number{min-width:40px;height:40px;padding:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease}.pagination-number:hover{background:#646cff33;border-color:#646cff}.pagination-number.active{background:#646cff;border-color:#646cff;font-weight:700}.pagination-ellipsis{padding:.5rem;opacity:.5}.loading-skeleton{display:flex;flex-direction:column;gap:1rem;padding:1rem}.skeleton-row{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.skeleton-info{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.skeleton-badge{width:100px;height:24px;background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:6px}.skeleton-date{width:80px;height:16px;background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.skeleton-balls{display:flex;gap:.75rem;flex:1}.skeleton-ball{width:45px;height:45px;border-radius:50%;background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}.skeleton-prize{width:120px;height:20px;background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.error-boundary{min-height:400px;display:flex;align-items:center;justify-content:center;padding:2rem}.error-content{text-align:center;max-width:500px;background:#ff44441a;border:1px solid rgba(255,68,68,.3);border-radius:12px;padding:2rem}.error-content h2{margin:0 0 1rem;color:#ff6b6b}.error-content p{margin:0 0 1.5rem;opacity:.9}.error-reload-btn{padding:.75rem 1.5rem;background:#646cff;border:none;color:#fff;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s ease}.error-reload-btn:hover{background:#5558dd;transform:translateY(-2px)}.error-details{margin-top:1.5rem;text-align:left}.error-details summary{cursor:pointer;font-size:.9rem;opacity:.7;margin-bottom:.5rem}.error-details pre{background:#0000004d;padding:1rem;border-radius:6px;font-size:.85rem;overflow-x:auto;max-width:100%}@media(max-width:768px){.pagination-container{flex-direction:column;padding:1.5rem 1rem}.pagination-info{width:100%;text-align:center}.pagination-controls{width:100%;justify-content:center}.pagination-number{min-width:36px;height:36px;font-size:.85rem}.skeleton-row{flex-direction:column;gap:1rem}.skeleton-balls{justify-content:center}.skeleton-ball{width:38px;height:38px}}@media(max-width:480px){.pagination-btn{padding:.5rem .8rem;font-size:.85rem}.pagination-number{min-width:32px;height:32px;font-size:.8rem}}.hero-section{position:relative;background:#ffffff08;border-radius:24px;padding:3rem 1.5rem;margin-bottom:3rem;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0003;text-align:center}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-bg-glow{position:absolute;filter:blur(80px);z-index:1;opacity:.4}.glow-1{width:300px;height:300px;background:#667eea;top:-100px;left:-50px;border-radius:50%;animation:float 10s infinite ease-in-out}.glow-2{width:250px;height:250px;background:#764ba2;bottom:-50px;right:-50px;border-radius:50%;animation:float 8s infinite ease-in-out reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(20px,10px)}}.hero-badge{background:#646cff33;color:#a5b4fc;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid rgba(100,108,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-title{font-size:3.5rem;margin:0;font-weight:800;letter-spacing:-1px;line-height:1.2}.accent-text{background:linear-gradient(135deg,gold,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-date{font-size:1.2rem;opacity:.7;margin:0}.hero-balls-container{margin:2rem 0}.hero-balls{display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}.hero-plus{font-size:2rem;opacity:.5;margin:0 .5rem}.hero-prize-info{background:#0000004d;padding:1.5rem 3rem;border-radius:16px;border:1px solid rgba(255,255,255,.05)}.prize-label{font-size:1rem;opacity:.7;margin-bottom:.5rem}.prize-amount{font-size:2.5rem;font-weight:800;color:#4ade80;text-shadow:0 2px 10px rgba(74,222,128,.3)}.prize-meta{font-size:.9rem;opacity:.5;margin-top:.5rem}.lotto-ball.large{width:60px;height:60px;font-size:1.5rem;box-shadow:inset -4px -4px 10px #0006,0 8px 15px #0000004d}.lotto-ball.small{width:28px;height:28px;font-size:.8rem}.lotto-ball.bonus{border:2px solid #FFD700;box-shadow:0 0 15px #ffd7004d}@media(max-width:768px){.hero-section{padding:2rem 1rem;margin-bottom:2rem}.hero-title{font-size:2rem}.lotto-ball.large{width:45px;height:45px;font-size:1.1rem}.prize-amount{font-size:1.8rem}.hero-bg-glow{opacity:.3}}
