:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.header{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff;padding:1.5rem 1rem;text-align:center;box-shadow:0 2px 8px #0000001a}.header-content{max-width:600px;margin:0 auto;position:relative}.header-center{text-align:center}.title{margin:0;font-size:2.5rem;font-weight:800;letter-spacing:.1em;display:flex;align-items:center;justify-content:center;gap:.5rem}.subtitle{margin:.5rem 0 0;font-size:1rem;opacity:.95;font-weight:300}.puzzle-info{margin-top:.75rem;display:flex;justify-content:center;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;color:#ffffffe6}.puzzle-number{background:#fff3;padding:.3rem .8rem;border-radius:20px}.streak{margin-top:.75rem;font-size:.9rem;background:#ffffff80;padding:.4rem 1rem;border-radius:20px;display:inline-block;font-weight:500;color:#333}@media(max-width:480px){.title{font-size:2rem}.puzzle-info{flex-direction:column;gap:.5rem}}.clue-display{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;border:1px solid #e0e0e0}.mystery-title{font-size:1.8rem;font-weight:700;color:#9333ea;text-align:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.clues-container{margin-top:1.5rem}.clues-heading{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1rem;text-align:center}.clues-list{list-style:none;padding:0}.clue-item{display:flex;align-items:flex-start;margin-bottom:.8rem;font-size:1rem;line-height:1.4}.clue-number{font-weight:700;color:#a855f7;margin-right:.75rem;min-width:25px;text-align:right}.clue-text{color:#333}.clue-locked{color:#999;font-style:italic}.clue-item.visible{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.clue-display{padding:1.5rem}.mystery-title{font-size:1.5rem}.clues-heading{font-size:1.1rem}.clue-item{font-size:.95rem}}.guess-input-container{position:relative;margin-bottom:1.5rem}.input-wrapper{position:relative}.guess-input{width:100%;padding:1rem 1.25rem;font-size:1.1rem;border:2px solid #e0e0e0;border-radius:10px;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #0000000d}.guess-input:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f733}.guess-input::placeholder{color:#a0a0a0}.guess-input:disabled{background-color:#f0f0f0;cursor:not-allowed}.suggestions-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 10px 10px;list-style:none;padding:0;margin:0;box-shadow:0 8px 20px #0000001a;z-index:10;max-height:200px;overflow-y:auto}.suggestion-item{padding:.8rem 1.25rem;font-size:1rem;color:#333;cursor:pointer;transition:background-color .2s ease}.suggestion-item:hover{background-color:#e9d5ff}.suggestion-item:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}@media(max-width:480px){.guess-input{padding:.8rem 1rem;font-size:1rem}.suggestion-item{padding:.7rem 1rem;font-size:.9rem}}.guess-list{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #0000000f;margin-bottom:2rem;border:1px solid #e0e0e0}.guess-list-title{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1rem;text-align:center}.guesses{list-style:none;padding:0;margin:0}.guess-item{padding:.8rem 1rem;margin-bottom:.5rem;background:#f8f8f8;border-radius:8px;font-size:1rem;color:#555;display:flex;align-items:center;gap:.75rem;border:1px solid #eee}.guess-item.correct{background:#e9d5ff;border-color:#9333ea;color:#6b21a8;font-weight:500}.remaining-guesses{text-align:center;margin-top:1.5rem;font-size:.95rem;color:#666}@media(max-width:480px){.guess-list{padding:1rem}.guess-list-title{font-size:1.1rem}.guess-item{font-size:.9rem;padding:.7rem .8rem}}.game-over{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 30px #0000001a;margin-top:2rem;border:1px solid #e0e0e0}.result-banner-wrapper{margin-bottom:1.5rem}.result-banner{padding:1.5rem 1rem;border-radius:10px;text-align:center;color:#fff;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #0000001a}.result-banner.won{background:linear-gradient(135deg,#4ade80,#22c55e)}.result-banner.lost{background:linear-gradient(135deg,#f87171,#ef4444)}.result-icon{font-size:3rem;line-height:1}.result-title{margin:0;font-size:2rem;font-weight:800}.result-subtitle{margin:0;font-size:1.1rem;opacity:.9}.city-info-card{background:#f8f9fa;border-radius:10px;padding:1.5rem;margin-top:1.5rem;border:1px solid #e0e0e0}.city-name{font-size:1.8rem;font-weight:700;color:#9333ea;text-align:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0;display:flex;align-items:center;justify-content:center;gap:.75rem}.fun-fact-section{background:#e9d5ff;border-left:4px solid #a855f7;padding:1rem;margin:1rem 0;border-radius:8px}.fun-fact-section h3{margin:0 0 .5rem;font-size:1rem;color:#9333ea}.fun-fact-text{margin:.5rem 0;line-height:1.5;color:#333;font-size:.95rem}.fun-fact-source{font-size:.85rem;font-style:italic;color:#666;margin-top:.75rem!important}.fun-fact-source a{color:#a855f7;text-decoration:none;font-weight:500}.fun-fact-source a:hover{text-decoration:underline}.city-details{margin-top:1.5rem;padding-top:1rem;border-top:1px dashed #e0e0e0;font-size:.95rem;color:#555;line-height:1.6}.city-details strong{color:#333}.action-buttons{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.share-button{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff;border:none;padding:1rem 1.5rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 15px #0000001a}.share-button:hover{background:linear-gradient(135deg,#9333ea,#7c3aed);transform:translateY(-2px)}.secondary-buttons{display:flex;gap:1rem;justify-content:center}.stats-button,.archive-button{flex:1;background:#e9d5ff;color:#9333ea;border:2px solid #9333ea;padding:.8rem 1rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.stats-button:hover,.archive-button:hover{background:#d8b4fe;transform:translateY(-2px)}@media(max-width:480px){.game-over{padding:1.5rem}.result-title{font-size:1.8rem}.result-subtitle{font-size:1rem}.city-name{font-size:1.5rem}.share-button{font-size:1rem;padding:.8rem 1rem}.secondary-buttons{flex-direction:column;gap:.75rem}.stats-button,.archive-button{font-size:.95rem;padding:.7rem 1rem}}.stats-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.stats-modal{background:#fff;border-radius:12px;max-width:550px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d}.stats-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:2px solid #e0e0e0;background:#f8f9fa}.stats-header h2{margin:0;font-size:1.5rem;color:#9333ea}.stats-close-btn{background:none;border:none;font-size:1.8rem;cursor:pointer;color:#666;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.stats-close-btn:hover{background:#f0f0f0;color:#333}.stats-summary{display:flex;justify-content:space-around;padding:20px;border-bottom:1px solid #f0f0f0;text-align:center}.stat-box{flex:1;padding:0 10px}.stat-value{font-size:2rem;font-weight:700;color:#9333ea;line-height:1.2}.stat-label{font-size:.9rem;color:#666;margin-top:.2rem}.stats-details{padding:20px;border-bottom:1px solid #f0f0f0}.stats-details h3{font-size:1.2rem;color:#333;margin-bottom:1rem;text-align:center}.guess-distribution-chart{display:flex;flex-direction:column;gap:.5rem}.guess-bar-row{display:flex;align-items:center;gap:.75rem}.guess-number{font-weight:700;color:#555;width:15px;text-align:right}.bar-container{flex:1;background:#e0e0e0;height:20px;border-radius:4px;display:flex;align-items:center;position:relative}.bar{background:#a855f7;height:100%;border-radius:4px;transition:width .5s ease-out}.bar-count{position:absolute;right:8px;color:#fff;font-size:.8rem;font-weight:700;text-shadow:0 0 2px rgba(0,0,0,.3)}.average-guesses{text-align:center;margin-top:1.5rem;font-size:.95rem;color:#666}.stats-close-btn-bottom{background:#9333ea;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;margin:20px auto;display:block;transition:background .2s ease}.stats-close-btn-bottom:hover{background:#7c3aed}@media(max-width:600px){.stats-modal{max-height:90vh;margin:10px}.stats-header h2{font-size:1.2rem}.stats-summary{flex-wrap:wrap}.stat-box{flex-basis:50%;margin-bottom:15px}.stat-value{font-size:1.8rem}.stats-details{padding:15px}.stats-details h3{font-size:1.1rem}.guess-number{width:10px}.bar-count{font-size:.75rem}}.archive-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.archive-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0000004d}.archive-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:2px solid #e0e0e0}.archive-header h2{margin:0;font-size:1.5rem;color:#9333ea}.archive-close{background:none;border:none;font-size:1.8rem;cursor:pointer;color:#666;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.archive-close:hover{background:#f0f0f0;color:#333}.archive-info{padding:15px 20px;background:#e9d5ff;border-bottom:1px solid #d8b4fe;color:#9333ea;font-size:.9rem;text-align:center}.archive-list{flex:1;overflow-y:auto;padding:10px}.archive-item{display:flex;align-items:center;gap:15px;padding:15px;margin-bottom:8px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.archive-item:hover{border-color:#a855f7;background:#f0fdfa;transform:translate(5px)}.archive-item.completed{background:#f5f5f5}.archive-item-number{font-weight:700;color:#9333ea;min-width:80px;font-size:.9rem}.archive-item-name{flex:1;font-size:1rem;color:#333}.archive-item-status{font-size:.85rem;display:flex;align-items:center;gap:.5rem}.solved{color:#4caf50;font-weight:700}.failed{color:#f44336;font-weight:700}.not-played{color:#999}.archive-footer{padding:15px 20px;text-align:center;border-top:2px solid #e0e0e0;color:#666;font-size:.9rem;background:#fafafa}@media(max-width:600px){.archive-modal{max-height:90vh;margin:10px}.archive-header h2{font-size:1.2rem}.archive-item{padding:12px;gap:10px}.archive-item-number{min-width:60px;font-size:.8rem}.archive-item-name{font-size:.9rem}}.test-mode{min-height:100vh;padding:2rem 1rem;background:linear-gradient(135deg,#1e1b4b,#312e81)}.test-mode-header{text-align:center;margin-bottom:2rem}.test-mode-header h1{font-size:2rem;color:#fff;margin-bottom:.5rem}.test-mode-subtitle{color:#fffc;font-size:1rem}.test-mode-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;max-width:800px;margin:0 auto 2rem}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#9333ea;margin-bottom:.5rem}.stat-label{color:#ffffffe6;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.test-mode-filters{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.filter-btn{padding:.75rem 1.5rem;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .3s ease}.filter-btn:hover{background:#fff3;transform:translateY(-2px)}.filter-btn.active{background:#9333ea;border-color:#9333ea;box-shadow:0 4px 12px #9333ea66}.test-mode-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto 2rem}.test-city-card{background:#fffffff2;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.test-city-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #9333ea4d}.test-city-card.difficulty-easy{border-color:#10b981}.test-city-card.difficulty-medium{border-color:#f59e0b}.test-city-card.difficulty-hard{border-color:#ef4444}.test-city-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.test-city-id{font-size:.9rem;color:#6b7280;font-weight:600}.test-city-difficulty{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;letter-spacing:.5px}.test-city-difficulty.easy{background:#d1fae5;color:#065f46}.test-city-difficulty.medium{background:#fef3c7;color:#92400e}.test-city-difficulty.hard{background:#fee2e2;color:#991b1b}.test-city-name{font-size:1.3rem;color:#1e1b4b;margin-bottom:.5rem}.test-city-info{color:#6b7280;font-size:.9rem;margin-bottom:.5rem}.test-city-water{color:#0284c7;font-size:.85rem;margin-bottom:1rem;font-weight:500}.test-play-btn{width:100%;padding:.75rem;background:#9333ea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.test-play-btn:hover{background:#7e22ce;transform:scale(1.02)}.test-mode-footer{text-align:center;padding:2rem 1rem;color:#fffc;max-width:800px;margin:0 auto}.test-mode-footer p{margin-bottom:.5rem;font-size:.95rem}@media(max-width:768px){.test-mode{padding:1rem .5rem}.test-mode-header h1{font-size:1.5rem}.test-mode-grid{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2rem}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;background:linear-gradient(to bottom,#e9d5ff,#d8b4fe)}.main-content{max-width:700px;margin:0 auto;padding:2rem 1rem}.loading-screen,.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen p,.error-screen p{margin-top:1rem;font-size:1.1rem}.archive-game-complete{background:linear-gradient(135deg,#ccfbf1,#99f6e4);color:#9333ea;padding:1.5rem;text-align:center;border-radius:12px;margin-top:2rem;box-shadow:0 4px 15px #0000001a}.archive-game-complete p{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.archive-game-complete button{background:#9333ea;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;margin:.5rem;transition:background .2s ease}.archive-game-complete button:hover{background:#7c3aed}.archive-game-complete .browse-archive{background:#a855f7}.archive-game-complete .browse-archive:hover{background:#9333ea}
