:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:top;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e4e9f2);color:#2c3e50}.home-container h1{font-size:3rem;margin-bottom:3rem;text-align:center;color:#2c3e50;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.game-modes{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.mode-button{position:relative;width:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;z-index:1;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.mode-button:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);background-size:400%;border-radius:10px;z-index:-1;opacity:0;transition:opacity .3s ease}.mode-button:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;border-radius:8px;z-index:-1}.mode-button:hover:before{opacity:1;animation:animate-border 8s linear infinite}@keyframes animate-border{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.mode-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000026}.mode-button h2{font-size:1.8rem;margin-bottom:1rem;color:#3498db}.mode-button p{font-size:1rem;color:#7f8c8d;line-height:1.5}.mode-button small{color:#7f8c8d;display:block;margin-top:.5rem}.home-footer{margin-top:3rem;text-align:center;font-size:.9rem;color:#666;line-height:1.6}.home-footer a{color:#333;text-decoration:none;position:relative;transition:all .3s ease}.home-footer a:before{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background:linear-gradient(to right,#7cb8df,#0a9e48);transition:width .3s ease}.home-footer a:hover{color:#3498db}.home-footer a:hover:before{width:100%}.search-section{margin-bottom:2rem;display:flex;justify-content:center}.search-box{height:46px;display:flex;max-width:600px;width:100%;gap:8px}.search-input-container{position:relative;width:100%}.search-section .search-box .search-input{height:100%;width:100%;padding:8px 16px;font-size:16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;box-sizing:border-box}.search-input::placeholder{color:#94a3b8}.search-input:focus{border-color:#646cff;outline:none;box-shadow:0 0 0 2px #646cff1a}.search-button{min-width:80px;padding:8px;height:100%;font-size:large;border:1px solid #646cff;border-radius:8px;background:transparent;color:#646cff;cursor:pointer;align-self:flex-start;box-sizing:border-box;transition:all .2s ease}.search-button:hover:not(:disabled){background:#646cff;color:#fff}.search-button.active{background:#646cff;color:#fff}.search-button:disabled{background:#1e293b;opacity:.7;text-wrap:nowrap;cursor:not-allowed;border-color:transparent;color:#fff}.search-dropdown{position:absolute;top:100%;left:0;width:100%;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 6px -1px #0000001a}.search-result-item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:12px;border-bottom:1px solid #eee}.result-character-icon{width:40px;height:40px;border-radius:4px;object-fit:cover}.result-character-icon.no-image{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;color:#999;font-size:12px;border-radius:4px}.result-character-info{display:flex;flex-direction:column;align-items:flex-start;flex:1}.result-character-name{font-weight:500;text-align:left}.result-character-name-cn{color:#666;font-size:.9em;text-align:left}.result-subject-type{color:#646cff;font-size:.8em;margin-top:2px}.selected-subject-header{padding:8px 12px;background-color:#f8f8f8;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.selected-subject-header span{font-weight:500;color:#1e293b}.back-to-subjects{padding:4px 8px;font-size:14px;color:#646cff;background:transparent;border:1px solid #646cff;border-radius:4px;cursor:pointer;transition:all .2s ease}.back-to-subjects:hover{background:#646cff;color:#fff}.search-result-item.load-more{justify-content:center;color:#646cff;font-weight:500;background-color:#f8f8f8}.search-result-item.load-more:hover{background-color:#f0f0f0}.search-dropdown::-webkit-scrollbar{width:8px}.search-dropdown::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.search-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.search-dropdown::-webkit-scrollbar-thumb:hover{background:#94a3b8}.table-container{border-radius:12px;background:#f8fafc;overflow-x:auto;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:20px}.guesses-table{width:100%;border-collapse:separate;border-spacing:0;min-height:100px}.guesses-table th,.guesses-table td{padding:12px 16px;text-align:center;border-bottom:1px solid #e2e8f0}.guesses-table th{background:#e2e8f0;color:#1e293b;font-weight:600;font-size:14px;text-align:center;white-space:nowrap}.guesses-table th br{margin:4px 0}@media (prefers-color-scheme: dark){.guesses-table th{background:#e2e8f0;color:#1e293b}}.guesses-table td{background:#fff;color:#334155;text-align:center}.guesses-table th:nth-child(1),.guesses-table td:nth-child(1){width:60px}.guesses-table th:nth-child(2),.guesses-table td:nth-child(2){width:200px;text-align:left}.guesses-table th:nth-child(3),.guesses-table td:nth-child(3){width:60px}.guesses-table th:nth-child(4),.guesses-table td:nth-child(4){width:80px}.guesses-table th:nth-child(5),.guesses-table td:nth-child(5){width:80px}.guesses-table th:nth-child(6),.guesses-table td:nth-child(6){width:80px}.guesses-table th:nth-child(7),.guesses-table td:nth-child(7){width:250px}.guesses-table th:nth-child(8),.guesses-table td:nth-child(8){width:300px}.character-name-container{display:flex;flex-direction:column;gap:4px;padding:4px 0;border-radius:6px;transition:all .2s}.character-name-container.correct{background:#bbf7d0;box-shadow:0 1px 3px #0000001a;padding:4px 8px}.character-name-container.correct .character-name{color:#14532d}.character-name-container.correct .character-name-cn{color:#166534}.character-name{color:#1e293b;font-size:14px;font-weight:500}.character-name-cn{color:#64748b;font-size:12px}.character-icon{width:50px;height:50px;border-radius:6px;object-fit:cover;display:block;margin:0 auto}.feedback-cell{display:inline-flex;align-items:center;justify-content:center;margin:1px auto;padding:6px 12px;border-radius:6px;transition:all .2s;min-width:80%;text-align:center;font-weight:500;background:transparent}.feedback-cell.correct{background-color:#bbf7d0;color:#14532d}.feedback-cell.partial{background-color:#fef9c3;color:#854d0e}.feedback-cell.unknown{background-color:#f1f5f9;color:#64748b;background-image:repeating-linear-gradient(-45deg,transparent,transparent 4px,#e2e8f0 4px,#e2e8f0 8px);opacity:.9}.meta-tags-container{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;padding:4px}.meta-tag{padding:2px 8px;border-radius:4px;background:#f1f5f9;color:#64748b;font-size:12px;white-space:nowrap}.meta-tag.shared{background:#bbf7d0;color:#14532d}.shared-appearances{display:inline-block;padding:6px 12px;border-radius:6px;transition:all .2s;min-width:80%;text-align:center;font-weight:500}.shared-appearances.has-shared{background:#bbf7d0;color:#14532d;box-shadow:0 1px 3px #0000001a}@media (max-width: 1024px){.guesses-table th,.guesses-table td{padding:8px 12px}.meta-tags-container{padding:2px}.meta-tag{font-size:11px;padding:2px 6px}}@media (max-width: 768px){.table-container{border-radius:8px}.guesses-table th,.guesses-table td{padding:6px 8px}.character-name{font-size:13px}.character-name-cn{font-size:11px}.feedback-cell{padding:4px 8px;font-size:13px}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;overflow:hidden}.popup-content{background:#fff;border-radius:12px;padding:16px;width:90%;max-width:800px;position:relative;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin:auto;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.popup-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s}.popup-close:hover{background:#f1f5f9;color:#1e293b}.popup-header{text-align:center;margin-bottom:8px}.popup-header h2{margin:0;color:#1e293b;font-size:24px}.popup-body{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.settings-content{display:flex;flex-direction:column;gap:8px;max-height:calc(90vh - 100px);overflow-y:auto;padding-right:8px}.settings-content::-webkit-scrollbar{width:6px}.settings-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.settings-content::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.settings-content::-webkit-scrollbar-thumb:hover{background:#555}.settings-section{display:flex;flex-direction:column;gap:12px;padding:16px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:8px}.settings-section h3{margin:0;color:#1e293b;font-size:16px;font-weight:600;text-align:left}.settings-subsection{display:flex;flex-direction:column;gap:8px;padding:8px;background-color:#fff;border-radius:6px;border:1px solid #e2e8f0;margin-bottom:4px}.settings-subsection h4{margin:0 0 4px;color:#475569;font-size:14px;font-weight:500}.settings-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.settings-row label{min-width:60px;color:#475569;font-size:14px}.settings-row input[type=number],.settings-row input[type=text]{width:60px;padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;color:#1e293b;background-color:#fff}.settings-row span{color:#475569;font-size:14px}.settings-select{width:100px;padding:4px 28px 4px 8px;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;color:#1e293b;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.763L10.825 4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.settings-select:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 2px #646cff1a}.settings-select:hover{border-color:#94a3b8}.settings-row input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6;background-color:#fff;border:1px solid #e2e8f0;border-radius:4px;-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative}.settings-row input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}.settings-row input[type=checkbox]:checked:after{content:"✓";position:absolute;color:#fff;font-size:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.settings-actions{display:flex;justify-content:center;margin-top:8px}.help-content{padding:16px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.help-text{color:#475569;line-height:1.8;font-size:14px;white-space:pre-wrap}.answer-character{display:flex;align-items:flex-start;gap:24px;padding:16px;background:#f8fafc;border-radius:8px}.answer-character-image{width:200px;height:280px;object-fit:cover;object-position:top;border-radius:8px;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.answer-character-info{flex:1;display:flex;flex-direction:column;gap:16px}.character-name-container{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.character-link{text-decoration:none;color:inherit;transition:color .2s;flex:1}.character-link:hover{color:#646cff}.answer-character-name{font-size:28px;font-weight:600;color:#1e293b}.button-container{position:absolute;right:0;top:0;display:flex;align-items:center;gap:8px}.contribute-tag-btn{font-size:16px;padding:8px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;transition:all .2s;font-weight:500}.button-icon{width:72px;height:72px;border-radius:8px;object-fit:cover}.contribute-tag-btn:hover{background:#e2e8f0;color:#1e293b}.answer-character-name-cn{font-size:18px;color:#64748b}.answer-summary,.answer-appearances,.answer-tags{margin-top:16px;font-size:14px;color:#666;line-height:1.5;max-height:200px;overflow-y:auto;padding-right:10px}.answer-summary h3,.answer-appearances h3,.answer-tags h3{margin:0 0 8px;font-size:16px;font-weight:600;color:#1e293b}.appearances-list{margin:0;padding-left:20px;color:#475569;line-height:1.6}.appearances-list li{margin-bottom:4px}.tags-container{display:flex;flex-wrap:wrap;gap:8px}.character-tag{display:inline-block;padding:4px 10px;background:#e2e8f0;border-radius:16px;font-size:14px;color:#475569}.more-tags{display:inline-block;padding:4px 10px;background:#cbd5e0;border-radius:16px;font-size:14px;color:#1e293b}.answer-summary::-webkit-scrollbar{width:6px}.answer-summary::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.answer-summary::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.answer-summary::-webkit-scrollbar-thumb:hover{background:#555}.summary-content{color:#475569;line-height:1.6;font-size:14px;white-space:pre-wrap}.filter-row{display:flex;align-items:center;gap:32px;justify-content:flex-start}.filter-item{display:flex;align-items:center;gap:8px}.filter-item label{min-width:40px;color:#475569;font-size:14px}.settings-row input:disabled,.settings-select:disabled{background-color:#f1f5f9;cursor:not-allowed;opacity:.7}.index-input-group{display:flex;align-items:center;gap:8px}.index-prefix{color:#64748b;font-size:14px;white-space:nowrap}.index-input-group input{width:120px;padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;color:#1e293b}.import-button{padding:4px 12px;background-color:#3b82f6;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s}.import-button:hover{background-color:#2563eb}.index-info{margin-top:8px;padding:12px;background-color:#f1f5f9;border-radius:4px;border:1px solid #e2e8f0}.index-info-content{display:flex;flex-direction:column;gap:4px}.index-title{font-weight:500;color:#1e293b}.index-total{color:#64748b;font-size:.9em}.search-box{display:flex;gap:8px;width:100%;height:40px}.search-box input{flex:1;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.search-box button{padding:8px 16px;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.search-box button:hover{background-color:#357abd}.search-results{margin-top:12px;max-height:200px;overflow-y:auto;border:1px solid #ddd;border-radius:4px}.search-result-item{padding:8px 12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background-color:#f5f5f5}.subject-title{font-weight:500}.subject-meta,.subject-type{color:#64748b;font-size:.9em}.subject-type{margin-left:auto}.added-subjects{margin-top:16px;border:1px solid #e2e8f0;border-radius:4px;padding:12px}.added-subjects h5{margin:0 0 8px;color:#475569;font-size:14px;font-weight:500}.added-subject-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background-color:#f8fafc;border-radius:4px;margin-bottom:4px;border:1px solid #e2e8f0}.added-subject-item:last-child{margin-bottom:0}.subject-info{display:flex;flex-direction:column;gap:2px}.subject-title{font-weight:500;color:#1e293b}.subject-meta{color:#64748b;font-size:.9em}.remove-button{background:none;border:none;color:#ef4444;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s}.remove-button:hover{background-color:#fee2e2;color:#dc2626}.presets-buttons{display:flex;gap:12px;margin-bottom:16px}.preset-button{padding:8px 16px;border:1px solid #ddd;border-radius:4px;background-color:#fff;color:#333;font-size:14px;cursor:pointer;transition:all .2s ease}.preset-button:hover{background-color:#f5f5f5;border-color:#ccc}.preset-button:active{background-color:#e5e5e5}@media (max-width: 640px){.popup-content{padding:16px;width:100%;max-height:calc(100vh - 32px)}.popup-overlay{padding:16px}.answer-character{flex-direction:column;align-items:center;text-align:center;gap:16px}.answer-character-image{width:150px;height:210px}.answer-character-name{font-size:24px}.answer-character-name-cn{font-size:16px}.character-name-container{flex-direction:column;align-items:center;margin-bottom:16px}.button-container{position:relative;margin-top:16px;right:auto;top:auto}.answer-appearances h3,.answer-tags h3,.answer-summary h3{text-align:center}.tags-container{justify-content:center}}@media (prefers-color-scheme: dark){.settings-row input[type=number],.settings-row input[type=text],.settings-select{background-color:#fff;color:#1e293b}.settings-row input[type=checkbox]{background-color:#fff;border-color:#e2e8f0}.settings-row input[type=checkbox]:checked{background-color:#3b82f6;border-color:#3b82f6}}.popup-footer{margin-top:16px;flex-shrink:0}.tooltip-trigger{position:relative;display:inline-block;margin-left:4px;width:16px;height:16px;line-height:16px;text-align:center;background-color:#e2e8f0;color:#64748b;border-radius:50%;font-size:12px;cursor:help}.tooltip-text{visibility:hidden;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background-color:#fff;color:#1e293b;text-align:left;padding:8px 12px;border-radius:6px;font-size:12px;line-height:1.5;z-index:1;opacity:0;transition:opacity .2s;pointer-events:none;width:max-content;max-width:200px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e2e8f0;white-space:normal;word-wrap:break-word}.tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#ffffff transparent transparent transparent;filter:drop-shadow(0 1px 1px rgba(0,0,0,.1))}.tooltip-trigger:hover .tooltip-text{visibility:visible;opacity:1}.tag-contribution-container{display:flex;flex-direction:column;gap:24px;height:100%;overflow:hidden}.character-preview{flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.character-preview-image{width:150px;height:200px;object-fit:contain;border-radius:8px;margin-bottom:10px}.character-preview-info{text-align:center;margin-bottom:10px}.character-preview-name{font-size:1.2em;font-weight:700}.character-preview-name-cn{font-size:1em;color:#666}.author-notes{flex:1;padding:4px 8px;color:#64748b;font-size:14px;line-height:1.5;background:#fff;border-radius:4px;display:flex;align-items:center;min-height:112px}.tag-input-section{flex:1;min-height:0;overflow-y:auto;padding-right:8px}.tag-input-section::-webkit-scrollbar{width:8px}.tag-input-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.tag-input-section::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.tag-input-section::-webkit-scrollbar-thumb:hover{background:#555}.tag-input-group{display:flex;gap:8px}.tag-input{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:16px;color:#1e293b}.tag-input:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 2px #646cff1a}.add-tag-btn{padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:16px;cursor:pointer;transition:all .2s}.add-tag-btn:hover{background:#e2e8f0;color:#1e293b}.tag-suggestions{display:flex;flex-direction:column;gap:12px}.tag-suggestions h4{margin:0;color:#64748b;font-size:14px;font-weight:500}.tag-suggestion:focus{outline:none}.tag-suggestion:hover{background:#e2e8f0;color:#1e293b}.tag-suggestion.selected{background:#646cff;color:#fff}.tag-suggestion.selected:hover{background:#4f46e5}.submit-tags-btn{width:100%;padding:12px;background:#646cff;border:none;border-radius:6px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.submit-tags-btn:hover{background:#4f46e5}.tag-groups{display:flex;flex-direction:column;gap:20px;padding-bottom:16px}.tag-group{background:#f8fafc;border-radius:8px;padding:16px}.tag-group-title{margin:0 0 12px;color:#1e293b;font-size:16px;font-weight:500}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag-suggestion{padding:6px 12px;background:#f1f5f9;border:none;border-radius:16px;color:#475569;font-size:14px;cursor:pointer;transition:all .2s;outline:none}.custom-tag-input{display:flex;gap:8px;margin-bottom:12px}.custom-tag-input input{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;color:#1e293b}.custom-tag-input input:focus{outline:none;border-color:#646cff;box-shadow:0 0 0 2px #646cff1a}.custom-tag-input input.has-error{border-color:#ef4444}.custom-tag-input button{padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:14px;cursor:pointer;transition:all .2s}.custom-tag-input button:hover{background:#e2e8f0;color:#1e293b}.input-error{color:#ef4444;font-size:12px;margin-top:-8px;margin-bottom:8px}.custom-tags-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.custom-tag{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#e2e8f0;border-radius:16px;font-size:14px;color:#1e293b}.custom-tag button{background:none;border:none;color:#64748b;font-size:16px;cursor:pointer;padding:0 2px;display:flex;align-items:center;justify-content:center}.custom-tag button:hover{color:#ef4444}.tag-suggestion.disabled{opacity:.5;cursor:not-allowed;background:#e2e8f0}.tag-suggestion.disabled:hover{background:#e2e8f0;color:#475569}.custom-tag-input input:disabled,.custom-tag-input button:disabled{opacity:.5;cursor:not-allowed;background:#e2e8f0}.submit-tags-btn:disabled{opacity:.5;cursor:not-allowed;background:#94a3b8}.submit-tags-btn:disabled:hover{background:#94a3b8}.social-links{display:flex;align-items:center;gap:15px;background:#ffffffe6;padding:8px 12px;border-radius:8px;box-shadow:0 2px 4px #0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.difficulty-hint{display:flex;align-items:center;gap:8px;color:#666;font-size:14px;margin-right:5px;animation:fadeIn .5s ease}.arrow{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid #666;animation:bounceRight 1s infinite}@keyframes bounceRight{0%,to{transform:translate(0)}50%{transform:translate(5px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.social-link{color:#1e293b;transition:color .2s;font-size:24px;text-decoration:none;display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:0}.social-link:hover{color:#646cff}.help-button,.settings-button{color:#1e293b;transition:all .2s;font-size:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;outline:none}.help-button:hover,.settings-button:hover{color:#646cff;transform:scale(1.1)}.help-button:focus,.settings-button:focus{outline:none}.bangumi-icon{width:24px;height:24px;border-radius:50%;transition:transform .2s}.social-link:hover .bangumi-icon{transform:scale(1.1)}.bilibili-icon{width:24px;height:24px;filter:invert(1)}html,body,#root{width:100%;margin:0;padding:0;background-color:#f8fafc;color:#1e293b}@media (prefers-color-scheme: dark){html,body,#root{background-color:#f8fafc;color:#1e293b}}.container{max-width:80%;width:100%;margin:80px auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.social-links{position:absolute;top:-60px;right:0;z-index:100}.game-info{margin-bottom:16px;text-align:right;font-size:18px;color:#94a3b8}.restart-button{padding:8px 24px;font-size:16px;border:none;border-radius:8px;background:#646cff;color:#fff;cursor:pointer;transition:all .2s}.restart-button:hover{background:#747bff;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.clear-cache-button{padding:8px 24px;font-size:16px;border:none;border-radius:8px;background:#ff3a3a;color:#fff;cursor:pointer;transition:all .2s}.clear-cache-button:hover{background:#ff6d6d;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){.container{padding:16px;margin-top:60px}.social-links{top:-45px}}.game-info-container{display:flex;flex-direction:column;gap:8px;align-items:center}.game-controls{display:flex;align-items:center;gap:16px;width:100%;justify-content:center}.surrender-button{padding:6px 12px;font-size:14px;border:none;border-radius:4px;background:#ef4444;color:#fff;cursor:pointer;transition:all .2s}.surrender-button:hover{background:#dc2626;transform:translateY(-1px)}.surrender-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.hint-container{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f8fafc;border-radius:8px;box-shadow:0 1px 3px #0000001a}.hint-label{color:#64748b;font-size:14px;font-weight:500}.hint-text{color:#1e293b;font-size:14px}@media (prefers-color-scheme: dark){.hint-container{background:#1e293b}.hint-label{color:#94a3b8}.hint-text{color:#f1f5f9}}.timer{font-size:1.5rem;font-weight:700;color:#333;margin:10px 0;text-align:center}.timer span{background-color:#ffffffe6;padding:5px 15px;border-radius:15px;box-shadow:0 2px 4px #0000001a}.social-links{position:absolute;top:10px;right:10px}.single-player-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;width:100%;max-width:100%}.search-bar{padding-top:60px;width:100%}.container{margin:.5rem;padding:.5rem}.multiplayer-container{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh}.join-container{max-width:400px;margin:0;padding:1rem;background-color:#ffffff1a;border-radius:8px}.username-input{width:100%;padding:.75rem;margin:1rem 0;border:1px solid #ccc;border-radius:4px;background-color:#fffc;color:#333;font-size:1rem;box-sizing:border-box}.join-button{width:100%;padding:.75rem;background-color:#4a90e2;border:none;border-radius:4px;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .2s;box-sizing:border-box}.join-button:hover{background-color:#357abd}.error-message{color:#ff6b6b;margin-top:1rem;font-size:.9rem}.host-controls{margin:1rem 0;padding:1.5rem;background-color:#ffffff1a;border-radius:8px}.room-url-container{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:1rem}.room-url-input{flex:1;max-width:400px;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background-color:#0003;color:#fff;font-size:1rem}.copy-button{padding:.75rem 1.5rem;background-color:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;transition:background-color .2s}.copy-button:hover{background-color:#357abd}.players-list{width:80%;margin:.5rem 0;padding:.5rem;background-color:#ffffff1a;border-radius:8px}.players-list ul{list-style:none;padding:0;margin:1rem 0}.players-list li{padding:.75rem;margin:.5rem 0;background-color:#ffffff0d;border-radius:4px}.host-game-controls{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.host-game-controls .button-group{display:flex;gap:1rem}.host-game-controls button{padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:none}.anonymous-mode-info{font-size:.8rem;color:#666;margin-top:.5rem}.host-game-controls .settings-button{background-color:#4a90e2;color:#fff;border:none;transform:none;transition:background-color .2s}.host-game-controls .settings-button:hover{background-color:#357abd;color:#fff;transform:none}.start-game-button{background-color:#27ae60;color:#fff;border:none}.start-game-button:hover{background-color:#219a52}.start-game-button:disabled{background-color:#95a5a6;cursor:not-allowed}.score-table{width:100%;border-collapse:collapse;margin-top:1rem;border:1px solid #ccc}.score-table th,.score-table td{border:1px solid #ccc;padding:.5rem;text-align:center}.score-table th{background-color:#f4f4f4}.score-table th:nth-child(1){width:20%}.score-table th:nth-child(2){width:30%}.score-table th:nth-child(3){width:10%}.score-table td:nth-child(4){width:50%}.ready-button{padding:.5rem 1rem;border:none;border-radius:4px;color:#fff;font-size:.9rem;cursor:pointer;transition:background-color .2s;background-color:#4a90e2;min-width:80px}.ready-button:hover{background-color:#357abd}.ready-button.ready{background-color:#4caf50}.ready-button.ready:hover{background-color:#45a049}.game-settings-display{margin:1rem auto;max-width:500px;padding:1rem;background-color:#f5f5f5;border-radius:8px;overflow-x:auto;text-align:left}.game-settings-display pre{margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:monospace;font-size:.9rem;color:#333}.game-info{margin:1rem 0;text-align:center}.guesses-left{font-size:1.2rem;margin-bottom:1rem;color:#333;display:flex;align-items:center;justify-content:center;gap:16px}.hints{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0;padding:1rem;background-color:#f5f5f5;border-radius:8px}.hint{font-size:1rem;color:#666;text-align:left}.game-container .players-list{width:100%;margin:0 0 1.5rem;padding:.5rem;background-color:#ffffff1a;border-radius:8px}.game-container .score-table{margin-top:0}.game-container .score-table th{background-color:#f4f4f4e6;font-weight:600}.game-container .score-table td{background-color:#fffc}.game-end-message{font-size:1.2rem;color:#333;padding:1rem;margin:1rem 0;background-color:#f5f5f5;border-radius:8px;text-align:left;display:flex;flex-direction:column;align-items:center;gap:1rem}.character-details-button{padding:.6rem 1.2rem;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s;margin-top:.5rem}.character-details-button:hover{background-color:#357abd}.game-end-container{display:flex;gap:2rem;align-items:flex-start;margin-top:2rem}.game-end-container .game-settings-display{flex:0 0 300px;margin:0;position:sticky;top:2rem}.game-end-container .guess-history-table{flex:1;min-width:0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.game-end-container .guess-history-table::-webkit-scrollbar{height:8px}.game-end-container .guess-history-table::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.game-end-container .guess-history-table::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.game-end-container .guess-history-table::-webkit-scrollbar-thumb:hover{background:#94a3b8}.guess-history-table table{width:100%;min-width:max-content}.guess-history-table th,.guess-history-table td{padding:12px 16px;text-align:center;border-bottom:1px solid #e2e8f0;min-width:150px}.guess-history-table th{background:#e2e8f0;color:#1e293b;font-weight:600;font-size:14px;text-align:center}.guess-history-table td{background:#fff;color:#334155;text-align:center}.guess-history-table .character-name{color:#1e293b;font-size:14px}.guess-history-table .character-name-cn{color:#64748b;font-size:12px}.guess-history-table .character-icon{width:50px;height:50px;border-radius:6px;object-fit:cover;display:block;margin:0 auto}.guess-history-table td div{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (prefers-color-scheme: dark){.guess-history-table th{background:#e2e8f0;color:#1e293b}.score-table th button{color:#1e293b}.visibility-button{background-color:#f39c12;color:#fff;border:none}.visibility-button:hover{background-color:#e67e22}}.visibility-button{padding:8px 16px;border:none;border-radius:4px;background-color:#f39c12;color:#fff;cursor:pointer;font-size:14px;transition:all .3s ease}.visibility-button:hover{background-color:#e67e22}.fa-angle-left{width:30px;height:30px;font-size:24px;color:#fff;background:linear-gradient(135deg,#6e8efb,#a777e3);padding:16px 18px 16px 16px;border-radius:50%;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 8px #0000001a;display:inline-flex;align-items:center;justify-content:center;position:fixed;top:20px;left:20px;z-index:1000}.fa-angle-left:hover{transform:scale(1.1);box-shadow:0 6px 12px #00000026;background:linear-gradient(135deg,#a777e3,#6e8efb);background-color:#e67e22}
