:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#1a1a2e;background-color:#f0f2f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}#root{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1rem;overflow:auto}.game-container{width:100%;max-width:500px;max-height:calc(100vh - 2rem);background:#fff;border-radius:24px;padding:1.5rem;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:column}.header{text-align:center;margin-bottom:1rem;flex-shrink:0}.how-to-play-btn{background:none;color:#1a1a2e;border:none;padding:0;font-size:.75rem;font-weight:400;cursor:pointer;transition:all .2s;text-decoration:underline;text-underline-offset:2px;margin-top:.5rem}.how-to-play-btn:hover{color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:16px;padding:1.5rem;max-width:400px;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 4px 24px #00000026}.modal-close{position:absolute;top:1rem;right:1rem;width:28px;height:28px;border-radius:50%;border:none;background:#f3f4f6;color:#6b7280;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close:hover{background:#e5e7eb;color:#1a1a2e}.modal-title{font-size:1.25rem;font-weight:700;color:#1a1a2e;margin-bottom:1rem}.modal-content{font-size:.875rem;color:#4b5563;line-height:1.6}.modal-content p{margin-bottom:.75rem}.modal-content ul{margin-left:1.25rem;margin-bottom:.75rem}.modal-content li{margin-bottom:.25rem}.example-box{background:#f8f9fa;border-radius:8px;padding:.75rem;margin-bottom:.75rem}.example-box p{margin-bottom:.25rem}.example-calc{font-size:.8rem;color:#6b7280;margin-top:.5rem}.color-sample{display:inline-block;width:12px;height:12px;border-radius:2px;margin-right:.5rem;vertical-align:middle}.color-sample.green{background:#009600}.color-sample.yellow{background:#dcc800}.color-sample.red{background:#be0000}.title{font-size:2rem;font-weight:700;color:#1a1a2e;margin-bottom:.25rem}.subtitle{font-size:.875rem;color:#6b7280}.last-guess-card{background:#f8f9fa;border-radius:12px;padding:1.25rem;margin-bottom:1rem;flex-shrink:0}.last-guess-label{font-size:.75rem;color:#9ca3af;display:block;margin-bottom:.75rem}.letter-boxes{display:flex;justify-content:center;gap:.5rem;margin-bottom:.75rem}.letter-box-container{display:flex;flex-direction:column;align-items:center;gap:.25rem}.letter-box{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#1a1a2e;background:#fff;border:2px solid #e5e7eb;border-radius:8px}.letter-box.empty{color:#9ca3af}.letter-box.exact-match{border-color:green;border-width:3px}.progress-bar-container{width:48px;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.progress-bar{height:100%;border-radius:3px;transition:width .3s ease,background-color .3s ease}.progress-bar.empty{width:0}.total-distance{text-align:center;font-size:.875rem;color:#6b7280}.total-distance strong{color:#1a1a2e;font-size:1.125rem}.end-game-modal{text-align:center;padding:2.5rem 2rem}.modal-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.modal-icon svg{width:40px;height:40px;color:#fff}.modal-icon.success{background:linear-gradient(135deg,#4ade80,#22c55e)}.modal-icon.failure{background:linear-gradient(135deg,#f87171,#ef4444)}.modal-headline{font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:400;margin-bottom:1.5rem}.modal-headline.success{color:#22c55e}.modal-headline.failure{color:#ef4444}.modal-word-reveal{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.modal-word-label{font-size:.75rem;color:#9ca3af;letter-spacing:.1em;margin-bottom:.5rem}.modal-word{font-size:2.25rem;font-weight:700;color:#1a1a2e;letter-spacing:.25em}.modal-stats{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.modal-stats strong{color:#1a1a2e}.share-btn{background:#1a1a2e;color:#fff;border:none;border-radius:50px;padding:.875rem 2rem;font-size:1rem;cursor:pointer;transition:background .2s;display:inline-flex;align-items:center;gap:.5rem}.share-btn svg{width:18px;height:18px}.share-btn:hover{background:#2d2d44}.coffee-link{display:block;margin-top:1.25rem;font-size:.875rem;color:#3b82f6;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.coffee-link:hover{color:#2563eb}.win-modal .modal-close,.lose-modal .modal-close{width:36px;height:36px;font-size:1.5rem}.modal-icon.info{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.modal-headline.info{color:#3b82f6}.continue-btn{background:#1a1a2e;color:#fff;border:none;border-radius:50px;padding:.875rem 2rem;font-size:1rem;cursor:pointer;transition:background .2s;display:inline-flex;align-items:center;gap:.5rem}.continue-btn:hover{background:#2d2d44}.already-played-badge{display:inline-block;background:#fef3c7;color:#92400e;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:50px;margin-bottom:1.25rem;border:1px solid #fcd34d}.toast-message{position:fixed;top:2rem;left:50%;transform:translate(-50%);background:#1a1a2e;color:#fff;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;box-shadow:0 4px 12px #00000026;z-index:1000;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-1rem)}to{opacity:1;transform:translate(-50%) translateY(0)}}.stats-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#6b7280;margin-bottom:1rem;flex-shrink:0}.stats-row strong{color:#1a1a2e}.give-up-link{background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.give-up-link:hover{color:#991b1b}.input-form{display:flex;flex-direction:row;gap:.5rem;margin-bottom:.75rem;flex-shrink:0}.input-wrapper{position:relative;flex:1}.guess-input{width:100%;padding:1rem 3rem 1rem 1rem;font-size:1rem;border:1px solid #e5e7eb;border-radius:8px;outline:none;letter-spacing:.15em;transition:border-color .2s}.guess-input:focus{border-color:#1a1a2e}.guess-input::placeholder{letter-spacing:.05em;color:#9ca3af}.guess-input:disabled{background:#f3f4f6;cursor:not-allowed}.char-count{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#9ca3af}.submit-btn{width:56px;height:56px;padding:0;background:#1a1a2e;color:#fff;border:none;border-radius:12px;font-size:1.5rem;cursor:pointer;transition:background .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.submit-btn:hover:not(:disabled){background:#2d2d44}.submit-btn:disabled{background:#9ca3af;cursor:not-allowed}.arrow{font-weight:700}.previous-guesses{display:flex;flex-direction:column;flex:1;min-height:0}.previous-label{font-size:.875rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.guesses-list-container{border:1px solid #e5e7eb;border-radius:12px;padding:.75rem;flex:1;min-height:0;display:flex;flex-direction:column}.guesses-list{display:flex;flex-direction:column;gap:.5rem;height:300px;overflow-y:auto}.empty-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;padding:2rem}.empty-text{font-size:1.5rem;text-align:center;line-height:1.6}.guess-row{display:flex;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px}.guess-word{flex:1;font-size:1.125rem;font-weight:600;color:#1a1a2e;letter-spacing:.15em}.letter-correct{color:#16a34a}.guess-distance{font-size:1rem;font-weight:500;color:#6b7280}
