*{box-sizing:border-box;margin:0;padding:0}body{font-family:Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;background:#fff;color:#1a1a1a}.container{max-width:900px;margin:0 auto;padding:20px}.header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:2px solid #e5e5e5;margin-bottom:20px}.header-title{font-size:1.4rem;font-weight:800}.header-date{font-weight:400;color:#888;margin-left:8px}.category-title{text-align:center;font-size:1.6rem;font-weight:700;margin-bottom:16px}.guess-counter{text-align:center;margin-bottom:20px}.guess-counter-inner{display:inline-block;padding:8px 32px;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem}.guess-counter-inner.sudden-death{border-color:#dc2626;background:#fef2f2}.guess-count{color:#4361ee;font-weight:700}.guess-count.sudden-death{color:#dc2626}.input-area{margin-bottom:16px;position:relative}.guess-input-wrapper{position:relative}.guess-input{width:100%;padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;font-family:inherit;outline:none}.guess-input:focus{border-color:#4361ee}.guess-input:disabled{background:#f5f5f5;cursor:not-allowed}.input-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:1.2rem;opacity:0;transition:opacity .3s}.input-icon.show{opacity:1}.input-icon.correct{color:#22c55e}.input-icon.incorrect{color:#dc2626}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e5e5;border-top:none;border-radius:0 0 8px 8px;z-index:100;max-height:320px;overflow-y:auto}.autocomplete-item{padding:10px 16px;cursor:pointer;font-size:1rem}.autocomplete-item:hover,.autocomplete-item.highlighted{background:#f0f0f0}.buttons-row{display:flex;gap:12px;margin-bottom:16px}.btn{flex:1;padding:12px 16px;border-radius:8px;font-size:.95rem;font-weight:700;text-transform:uppercase;cursor:pointer;font-family:inherit;letter-spacing:.5px;border:2px solid transparent;transition:opacity .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-submit{background:#4361ee;color:#fff}.btn-submit:hover:not(:disabled){background:#3a56d4}.btn-reveal{background:#fff;border:2px solid #dc2626;color:#dc2626}.btn-reveal:hover:not(:disabled){background:#fef2f2}.btn-reveal.disabled-look{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af}.btn-share{background:#6b46c1;color:#fff}.btn-share:hover{background:#5b3aa8}.answer-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:24px}.answer-cell{padding:10px 14px;background:#f8f8f8;border:2px solid #e5e5e5;border-radius:8px;font-size:.95rem;min-height:44px;display:flex;align-items:center;transition:border-color .3s,background-color .3s}.answer-cell.correct{animation:flash-green 1s ease-out}.answer-cell.revealed-unguessed{background:#ede9fe;border-color:#c4b5fd;color:#6b46c1}@keyframes flash-green{0%{border-color:#22c55e;background:#dcfce7}to{border-color:#e5e5e5;background:#f8f8f8}}.incorrect-section{margin-top:8px;border:2px solid #e5e5e5;border-radius:8px;padding:8px}.incorrect-header{font-size:.85rem;font-weight:700;text-transform:uppercase;padding:10px 14px;letter-spacing:.5px}.incorrect-list{display:flex;flex-direction:column;gap:6px}.incorrect-guess{padding:8px 14px;background:#fef2f2;border:2px solid #b91c1c;border-radius:8px;font-size:.9rem;color:#7f1d1d}.incorrect-guess.latest{animation:flash-red 1s ease-out}@keyframes flash-red{0%{border-color:#dc2626;background:#fee2e2}to{border-color:#b91c1c;background:#fef2f2}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200}.modal{background:#fff;border-radius:16px;padding:32px;max-width:420px;width:90%;text-align:center;position:relative}.modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.4rem;cursor:pointer;color:#888}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:8px}.modal-score{font-size:1.1rem;font-weight:600;margin-bottom:12px}.modal-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:4px;margin-bottom:20px;max-width:280px;margin-left:auto;margin-right:auto}.modal-grid-cell{width:28px;height:28px;border-radius:4px}.modal-grid-cell.correct{background:#22c55e}.modal-grid-cell.incorrect{background:#dc2626}.modal-grid-cell.unused{background:#e5e7eb}.modal-buttons{display:flex;flex-direction:column;gap:10px}.modal-btn{width:100%;padding:14px;border-radius:8px;font-size:1rem;font-weight:700;text-transform:uppercase;cursor:pointer;font-family:inherit;border:none}.modal-btn-keep{background:#4361ee;color:#fff}.modal-btn-reveal{background:#fff;border:2px solid #dc2626;color:#dc2626}.create-container{max-width:700px;margin:0 auto;padding:40px 20px}.create-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:8px}.create-subtitle{text-align:center;color:#666;margin-bottom:32px;font-size:1.05rem}.create-field{margin-bottom:20px}.create-label{display:block;font-weight:600;margin-bottom:6px;font-size:.95rem}.create-input{width:100%;padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;font-family:inherit;outline:none}.create-input:focus{border-color:#4361ee}.csv-dropzone{border:2px dashed #ccc;border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;color:#888}.csv-dropzone:hover,.csv-dropzone.drag-over{border-color:#4361ee;background:#f0f4ff}.csv-dropzone.has-file{border-color:#22c55e;background:#f0fdf4;color:#166534}.csv-format-hint{margin-top:8px;font-size:.8rem;color:#999}.csv-preview{margin-top:16px;max-height:300px;overflow-y:auto;border:2px solid #e5e5e5;border-radius:8px}.csv-preview table{width:100%;border-collapse:collapse;font-size:.85rem}.csv-preview th,.csv-preview td{padding:6px 12px;text-align:left;border-bottom:1px solid #eee}.csv-preview th{background:#f8f8f8;font-weight:700;position:sticky;top:0}.csv-preview tr:nth-child(2n){background:#fafafa}.csv-preview tr.top-ten{background:#f0fdf4}.create-actions{margin-top:24px;display:flex;gap:12px}.link-output{margin-top:20px;padding:16px;background:#f0f4ff;border:2px solid #4361ee;border-radius:8px}.link-output-label{font-weight:600;margin-bottom:8px;font-size:.9rem}.link-output-url{display:flex;gap:8px}.link-output-url input{flex:1;padding:8px 12px;border:2px solid #e5e5e5;border-radius:6px;font-family:monospace;font-size:.85rem}.link-output-url button{padding:8px 16px;background:#4361ee;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-family:inherit;white-space:nowrap}.error-message{color:#dc2626;font-size:.9rem;margin-top:8px}.sample-link{text-align:center;margin-top:24px}.sample-link button{background:none;border:none;color:#4361ee;text-decoration:underline;cursor:pointer;font-family:inherit;font-size:.95rem}.copied-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;padding:10px 24px;border-radius:8px;font-size:.9rem;z-index:300;animation:toast-in .3s ease-out}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}
