body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.App{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:20px;text-align:center}.container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:600px;padding:40px;width:100%}.title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:30px}@media (max-width:520px){.title{font-size:2.1rem;margin-bottom:24px}}.game-section,.input-group{margin:20px 0}.input-group{align-items:center;display:flex;gap:10px;justify-content:center}.number-input{border:2px solid #ddd;border-radius:10px;font-size:1.5rem;height:60px;outline:none;text-align:center;transition:border-color .3s;width:60px}.number-input:focus{border-color:#667eea}.btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:15px 30px;transition:transform .2s}.btn:hover{transform:translateY(-2px)}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.attempts-list{margin:20px 0;max-height:300px;overflow-y:auto}.attempt-item{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;justify-content:space-between;margin:10px 0;padding:15px}.attempt-number{font-size:1.2rem;font-weight:700}.attempt-result{display:flex;gap:10px}.strike{color:#27ae60}.ball,.strike{font-weight:700}.ball{color:#f1c40f}.out{color:#e74c3c}.legend,.out{font-weight:700}.legend{border-radius:6px;color:#fff;display:inline-block;margin:0 4px 0 0;min-width:28px;padding:2px 6px;text-align:center}.legend-s{background-color:#27ae60}.legend-b{background-color:#f1c40f;color:#2f3b52}.legend-o{background-color:#e74c3c}.hint-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:20px 0;padding:15px}.hint-section h3{color:#495057;font-size:1.1em;margin:0 0 15px}.hint-controls{align-items:center;display:flex;gap:10px;margin-bottom:15px}.hint-select{background:#fff;border:1px solid #ced4da;border-radius:4px;font-size:14px;padding:8px 12px}.hint-btn{background:#17a2b8;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.hint-btn:hover:not(:disabled){background:#138496}.hint-btn:disabled{background:#6c757d;cursor:not-allowed}.used-hints{background:#fff;border:1px solid #dee2e6;border-radius:4px;padding:10px}.used-hints h4{color:#495057;font-size:.9em;margin:0 0 8px}.used-hints ul{margin:0;padding-left:20px}.used-hints li{color:#495057;font-size:.9em;margin-bottom:4px}.result-message{font-size:1.2rem;font-weight:700;margin:20px 0}.win{color:#27ae60}.lose{color:#e74c3c}.rules{background:linear-gradient(135deg,#fdfbfb,#ebedee);border:1px solid #667eea33;border-radius:14px;box-shadow:0 12px 24px #764ba214;margin:24px 0;padding:24px;text-align:left}.rules h3{color:#4a4a4a;font-size:1.3rem;font-weight:700;margin-top:0}.rules ul{color:#2f3b52;font-size:1rem;line-height:1.6;margin:12px 0 0;padding-left:18px}.rules li{margin:8px 0}.rules li strong{color:#5b6dff}@media (max-width:520px){.rules{border-radius:12px;box-shadow:0 8px 16px #764ba20f;margin:16px 0;padding:18px}.rules h3{font-size:1.1rem}.rules ul{font-size:.95rem;line-height:1.5}.rules li{margin:6px 0}.game-section h2{font-size:1.5rem}.game-section p{font-size:.95rem}.input-group{gap:6px}.number-input{font-size:1.3rem;height:48px;width:48px}.hint-section{padding:12px}.hint-controls{align-items:stretch;flex-direction:column;gap:8px}.hint-btn,.hint-select{width:100%}.hint-slots{justify-content:space-between}.used-hints h4,.used-hints ul{font-size:.85rem}.used-hints ul{padding-left:16px}.attempts-list{max-height:220px}.attempt-item{align-items:flex-start;flex-direction:column;gap:6px}.attempt-number{font-size:1rem}.attempt-result{flex-wrap:wrap;gap:6px}}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideIn .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0003;max-width:400px;width:90%}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;gap:15px;padding:25px 30px 15px}.modal-icon{font-size:2rem}.modal-title{color:#333;font-size:1.3rem;font-weight:700;margin:0}.modal-body{padding:20px 30px}.modal-message{color:#666;font-size:1.1rem;line-height:1.5;margin:0}.modal-footer{display:flex;justify-content:center;padding:15px 30px 25px}.modal-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 30px;transition:transform .2s,box-shadow .2s}.modal-btn:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.modal-btn:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}
/*# sourceMappingURL=main.26ee6e79.css.map*/