: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,#f6d365,#fda085);color:#333;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}.icon{font-size:2rem}.subtitle{margin:.5rem 0 0;font-size:1rem;opacity:.95;font-weight:300}.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}.icon{font-size:1.5rem}}.clue-display{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.mystery-title{margin:0 0 1.5rem;font-size:1.5rem;color:#f6a04d;text-align:center;font-weight:700}.clues-heading{margin:0 0 1rem;font-size:1.1rem;color:#333;font-weight:600}.clues-list{list-style:none;padding:0;margin:0}.clue-item{display:flex;gap:.75rem;padding:.75rem;margin-bottom:.75rem;border-radius:8px;transition:all .3s ease}.clue-item.visible{background:#fff8f0;border-left:3px solid #f6a04d}.clue-item.locked{background:#f5f5f5;border-left:3px solid #ddd;opacity:.6}.clue-number{font-weight:700;color:#f6a04d;min-width:1.5rem}.clue-text{flex:1;color:#333;line-height:1.5}.clue-locked{flex:1;color:#999;font-style:italic;line-height:1.5}@media(max-width:480px){.clue-display{padding:1rem}.mystery-title{font-size:1.3rem}.clue-item{padding:.6rem;font-size:.95rem}}.guess-input-container{margin-bottom:1.5rem}.input-wrapper{position:relative;max-width:500px;margin:0 auto}.guess-input{width:100%;padding:1rem;font-size:1rem;border:2px solid #f6a04d;border-radius:8px;outline:none;transition:all .3s ease;box-sizing:border-box}.guess-input:focus{border-color:#fda085;box-shadow:0 0 0 3px #f6a04d1a}.guess-input:disabled{background:#f5f5f5;border-color:#ddd;cursor:not-allowed}.suggestions-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #f6a04d;border-top:none;border-radius:0 0 8px 8px;list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto;box-shadow:0 4px 8px #0000001a;z-index:10}.suggestion-item{padding:.75rem 1rem;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f0f0f0}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#fff8f0;color:#f6a04d}@media(max-width:480px){.guess-input{font-size:.95rem;padding:.875rem}}.guess-list{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.guess-list-title{margin:0 0 1rem;font-size:1.1rem;color:#333;font-weight:600}.guesses{list-style:none;padding:0;margin:0 0 1rem}.guess-item{padding:.75rem;margin-bottom:.5rem;background:#fff5f5;border-left:3px solid #ff6b6b;border-radius:6px;color:#333;font-weight:500}.guess-item.correct{background:#d4edda;border-left:3px solid #28a745}.remaining-guesses{margin:0;text-align:center;font-size:.95rem;color:#f6a04d;font-weight:600}@media(max-width:480px){.guess-list{padding:1rem}.guess-item{padding:.6rem;font-size:.95rem}}.game-over{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;text-align:center;animation:slideIn .4s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.result-banner{padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.result-banner.won{background:linear-gradient(135deg,#84fab0,#8fd3f4)}.result-banner.lost{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.result-icon{font-size:3rem;margin-bottom:.5rem}.result-title{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:#333}.result-subtitle{margin:0;font-size:1.1rem;color:#555}.character-info{margin:1.5rem 0;padding:1.5rem;background:#f8f9ff;border-radius:8px}.character-name{margin:0 0 .5rem;font-size:1.8rem;color:#f6a04d;font-weight:700}.character-role{margin:0 0 1rem;font-size:1.1rem;color:#fda085;font-weight:500}.character-details{text-align:left;max-width:500px;margin:0 auto}.character-details p{margin:.75rem 0;line-height:1.6;color:#333}.character-details strong{color:#f6a04d}.action-buttons{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.button-row{display:flex;gap:1rem;justify-content:center}.share-button,.stats-button,.archive-button{background:linear-gradient(135deg,#f6d365,#fda085);color:#333;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.share-button{width:100%}.stats-button,.archive-button{flex:1}.share-button:hover,.stats-button:hover,.archive-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f6a04d4d}.share-button:active,.stats-button:active,.archive-button:active{transform:translateY(0)}.next-puzzle{margin:1rem 0 0;color:#f6a04d;font-size:1.1rem;font-weight:500}@media(max-width:480px){.game-over{padding:1.5rem}.result-icon{font-size:2.5rem}.result-title{font-size:1.6rem}.character-name{font-size:1.5rem}.button-row{width:100%}.share-button,.stats-button,.archive-button{padding:.875rem 1.5rem;font-size:1rem}}.test-mode-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;overflow-y:auto}.test-mode-modal{background:#fff;border-radius:16px;width:100%;max-width:1400px;max-height:95vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.test-mode-header{background:linear-gradient(135deg,#f6d365,#fda085);padding:2rem;text-align:center;border-radius:16px 16px 0 0}.test-mode-header h2{margin:0 0 .5rem;color:#fff;font-size:2rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.test-mode-info{margin:0;color:#fffffff2;font-size:1rem}.test-mode-stats{background:#fff8f0;padding:1.5rem;text-align:center;border-bottom:2px solid #f0f0f0}.test-mode-stats p{margin:.25rem 0;color:#666;font-size:.95rem;font-weight:500}.test-mode-filters{display:flex;gap:1.5rem;justify-content:center;padding:1.5rem;background:#fafafa;border-bottom:2px solid #f0f0f0;flex-wrap:wrap}.test-mode-filters label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#555;font-size:.9rem}.test-mode-filters select{padding:.5rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .2s ease}.test-mode-filters select:hover{border-color:#f6a04d}.test-mode-filters select:focus{outline:none;border-color:#fda085;box-shadow:0 0 0 3px #fda0851a}.test-mode-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;padding:2rem}.test-mode-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1.25rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.test-mode-card:hover{border-color:#f6a04d;box-shadow:0 8px 20px #f6a04d26;transform:translateY(-4px)}.test-mode-card.easy{border-left:4px solid #22c55e}.test-mode-card.medium{border-left:4px solid #f59e0b}.test-mode-card.hard{border-left:4px solid #ef4444}.card-header{display:flex;justify-content:space-between;align-items:center}.character-id{font-size:.9rem;color:#999;font-weight:700}.difficulty-badge{font-size:.75rem;padding:.3rem .6rem;border-radius:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.difficulty-badge.easy{background:#dcfce7;color:#166534}.difficulty-badge.medium{background:#fef3c7;color:#92400e}.difficulty-badge.hard{background:#fee2e2;color:#991b1b}.card-content{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center}.character-icon{font-size:2.5rem;margin-bottom:.5rem}.character-name{font-size:1.3rem;font-weight:700;color:#333;margin:0}.character-meta{font-size:.85rem;color:#666;margin:0}.character-famous{font-size:.8rem;color:#888;font-style:italic;margin:0;line-height:1.4}.test-button{width:100%;padding:.75rem;background:linear-gradient(135deg,#f6d365,#fda085);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;margin-top:auto}.test-button:hover{transform:scale(1.02);box-shadow:0 4px 12px #f6a04d4d}@media(max-width:768px){.test-mode-modal{max-height:100vh;border-radius:0}.test-mode-header{padding:1.5rem;border-radius:0}.test-mode-header h2{font-size:1.5rem}.test-mode-grid{grid-template-columns:1fr;gap:1rem;padding:1rem}.test-mode-filters{flex-direction:column;gap:1rem;padding:1rem}.test-mode-filters label,.test-mode-filters select{width:100%}}.stats-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.stats-modal{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;width:90%;max-width:500px;max-height:85vh;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stats-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #f0f0f0}.stats-header h2{margin:0;color:#f6a04d;font-size:1.5rem}.stats-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.stats-close-btn:hover{background:#f0f0f0;color:#333}.stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.5rem;border-bottom:2px solid #f0f0f0}.stat-box{text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#f6a04d;margin-bottom:.25rem}.stat-label{font-size:.85rem;color:#666;font-weight:500}.stats-details{padding:1.5rem}.stats-details h3{margin:0 0 1rem;color:#333;font-size:1.1rem}.guess-distribution{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.distribution-row{display:flex;align-items:center;gap:.75rem}.guess-number{font-weight:700;color:#666;min-width:20px}.bar-container{flex:1;height:32px;background:#f0f0f0;border-radius:4px;overflow:hidden}.bar{height:100%;background:linear-gradient(135deg,#f6d365,#fda085);display:flex;align-items:center;justify-content:flex-end;padding-right:.5rem;transition:width .3s ease;min-width:32px}.bar-count{color:#333;font-weight:600;font-size:.9rem}.no-stats{padding:2rem;text-align:center}.no-stats p{margin:0;color:#999;font-size:1.1rem}@media(max-width:480px){.stats-modal{width:95%;max-height:90vh}.stats-summary{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-value{font-size:1.75rem}.stat-label{font-size:.8rem}.stats-header h2{font-size:1.3rem}}.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 #f0f0f0}.archive-header h2{margin:0;font-size:1.5rem;color:#333}.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:#fff3e0;border-bottom:1px solid #ffe0b2;color:#e65100;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:#f6a04d;background:#fff8f0;transform:translate(5px)}.archive-item.today{background:#e3f2fd;border-color:#2196f3;cursor:default}.archive-item.today:hover{transform:none;background:#e3f2fd}.archive-item.completed{background:#f5f5f5}.archive-item.locked{background:#fafafa;border-color:#e0e0e0;cursor:not-allowed;opacity:.6}.archive-item.locked:hover{transform:none;border-color:#e0e0e0;background:#fafafa}.locked-badge{color:#999;font-size:.8rem}.archive-item-number{font-weight:700;color:#f6a04d;min-width:80px;font-size:.9rem}.archive-item.today .archive-item-number{color:#2196f3}.archive-item-name{flex:1;font-size:1rem;color:#333}.archive-item-status{font-size:.85rem}.solved{color:#4caf50;font-weight:700}.failed{color:#f44336;font-weight:700}.not-played{color:#999}.today-badge{color:#2196f3;font-size:.8rem;font-weight:500}.archive-footer{padding:15px 20px;text-align:center;border-top:2px solid #f0f0f0;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}}*{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,#f8f9ff,#e8ecff)}.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,#f6d365,#fda085);color:#333}.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}.test-mode-banner{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;font-weight:600;box-shadow:0 2px 8px #0000001a}.exit-test{background:#856404;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}.exit-test:hover{background:#6c5003;transform:translateY(-1px)}.archive-game-complete{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 12px #0000001a;margin-top:1.5rem}.archive-game-complete p{font-size:1.2rem;color:#4caf50;margin-bottom:1.5rem}.back-to-today,.browse-archive{background:linear-gradient(135deg,#f6d365,#fda085);color:#333;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;margin:.5rem;transition:transform .2s ease,box-shadow .2s ease}.back-to-today:hover,.browse-archive:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f6a04d4d}@media(max-width:480px){.main-content{padding:1.5rem .75rem}.test-mode-banner{flex-direction:column;gap:.75rem;text-align:center}.exit-test{width:100%}}
