: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}@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%}.update-announcement{width:100%;max-width:800px;margin:20px auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.update-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#f1f5f9;cursor:pointer;transition:background-color .3s ease}.update-header:hover{background-color:#e2e8f0}.update-header h3{margin:0;color:#334155;font-size:18px;font-weight:600}.announcement-content{padding:0 20px 15px}.announcement-item{padding:15px 0;border-bottom:1px solid #e2e8f0}.announcement-item:last-child{border-bottom:none}.announcement-version{display:flex;align-items:center;margin-bottom:8px}.version-tag{display:inline-block;padding:2px 8px;background-color:#3b82f6;color:#fff;border-radius:4px;font-size:14px;font-weight:500;margin-right:10px}.date{color:#64748b;font-size:14px}.announcement-text{color:#334155;font-size:15px;line-height:1.5}.announcement-text a{color:#3b82f6;text-decoration:none;transition:color .2s ease}.announcement-text a:hover{color:#2563eb;text-decoration:underline}.announcement-text b,.announcement-text strong{font-weight:600;color:#1e293b}.show-more-button{display:block;margin:10px auto 0;padding:8px 15px;background-color:#f1f5f9;color:#3b82f6;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.show-more-button:hover{background-color:#e2e8f0}@media (max-width: 640px){.update-announcement{margin:15px 10px}.update-header{padding:12px 15px}.update-header h3{font-size:16px}.announcement-content{padding:0 15px 12px}.announcement-text{font-size:14px}}.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-close.multiplayer-confirm{background-color:#4caf50;color:#fff;border-radius:4px;padding:4px 12px;font-size:16px;font-weight:500;position:absolute;top:16px;right:16px}.popup-close.multiplayer-confirm:hover{background-color:#45a049;color:#fff}.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}.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;flex-wrap:wrap;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}.preset-button-export,.preset-button-import{background-color:#4a90e2;color:#fff;border:1px solid #4a90e2}.preset-button-export:hover,.preset-button-import:hover{background-color:#357abd;border-color:#357abd}@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}.existing-tags{margin-top:1rem;padding:1rem;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.existing-tags h4{margin:0 0 .5rem;color:#1e293b;font-size:1rem;font-weight:500}.existing-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.existing-tag{background-color:#f1f5f9;padding:.25rem .75rem;border-radius:16px;font-size:.9rem;color:#475569}.no-tags{color:#94a3b8;font-style:italic}.existing-tag-container{display:inline-block;position:relative;margin:4px}.existing-tag-btn{background-color:#f1f5f9;padding:.25rem .75rem;border-radius:16px;font-size:.9rem;color:#475569;border:none;cursor:pointer;transition:all .2s;outline:none}.existing-tag-btn:hover{background-color:#e2e8f0}.existing-tag-btn:focus{outline:none}.existing-tag-btn.upvoted{background-color:#22c55e;color:#fff}.existing-tag-btn.downvoted{background-color:#ef4444;color:#fff}.existing-tag-btn.upvoted:hover{background-color:#16a34a}.existing-tag-btn.downvoted:hover{background-color:#dc2626}.vote-box{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:4px;display:flex;gap:4px;margin-top:4px;box-shadow:0 2px 8px #00000026;z-index:1000}.vote-box:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white}.vote-btn{background:none;border:none;padding:4px 8px;cursor:pointer;border-radius:4px;transition:all .2s;font-size:1rem}.vote-btn:hover{background-color:#f1f5f9}.existing-tags-list{display:flex;flex-wrap:wrap;gap:4px;padding:4px}.settings-import-export-row{display:flex;gap:12px;margin-bottom:12px}.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;scroll-behavior:smooth}.search-result-item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:12px;border-bottom:1px solid #eee}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background-color:#f5f5f5}.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}.search-result-item.selected{background-color:#4682b433;border-left:3px solid #4682b4}.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}}.guesses-table.external-tag-mode th:nth-child(2),.guesses-table.external-tag-mode td:nth-child(2){width:200px}.guesses-table.external-tag-mode th:nth-child(3),.guesses-table.external-tag-mode td:nth-child(3){width:50px}.guesses-table.external-tag-mode th:nth-child(4),.guesses-table.external-tag-mode td:nth-child(4){min-width:600px}.guesses-table.external-tag-mode th:nth-child(5),.guesses-table.external-tag-mode td:nth-child(5){width:150px}.guesses-table.external-tag-mode th:nth-child(6),.guesses-table.external-tag-mode td:nth-child(6){width:200px}.modified-tag-display{display:flex;flex-direction:row;align-items:stretch;height:100%;padding:8px;width:100%;overflow-x:auto}.modified-tag-display>div{line-height:1.5;word-break:break-word}.modified-tag-display a{color:#0084b4;text-decoration:none}.modified-tag-display a:hover{text-decoration:underline}.modified-tag-display mark{background-color:#ffe58f;padding:0 2px;border-radius:2px}.modified-tag-display del{color:#ff4d4f;text-decoration:line-through}.modified-tag-display ins{color:#52c41a;text-decoration:none;background-color:#f6ffed;padding:0 2px;border-radius:2px}.modified-tag-display.loading,.modified-tag-display.error,.modified-tag-display.empty{display:flex;justify-content:center;align-items:center;min-height:40px;color:#64748b;font-size:14px}.modified-tag-display.error{color:#dc2626}.modified-tag-display.loading{position:relative}.modified-tag-display.loading:after{content:"";position:absolute;width:16px;height:16px;margin-left:8px;border:2px solid #e2e8f0;border-top-color:#0084b4;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tag-section{margin-bottom:12px}.tag-section:last-child{margin-bottom:0}.tag-section-title{font-size:13px;color:#64748b;margin-bottom:4px;font-weight:500;text-align:left}.meta-tag.external-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#f1f5f9;color:#64748b;font-size:12px;white-space:nowrap;border:none;border-radius:4px}.meta-tag.external-tag img{max-height:20px;object-fit:contain}.meta-tag.external-tag b{color:#334155}.meta-tag.external-tag.shared-tag{background:#bbf7d0;color:#14532d;border-color:#86efac}.horizontal-sections{display:flex;flex-direction:row;gap:0;align-items:stretch;width:100%;min-height:100px;flex:1}.tag-section-horizontal{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex:1 1 auto;min-width:120px;position:relative;padding:0 12px;box-sizing:border-box;min-height:80px}.meta-tags-container.horizontal{flex-wrap:wrap;justify-content:center;gap:6px;min-height:36px;margin-top:auto;margin-bottom:auto}.tag-section-divider{position:absolute;right:0;top:10%;bottom:10%;width:1px;background:#e5e7eb;opacity:.7;z-index:1}.tag-section-title-below{margin-top:8px;font-size:12px;color:#b0b4ba;text-align:center;font-weight:500;letter-spacing:.5px;background:none}.flex-spacer{flex:1}.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%}.set-answer-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.set-answer-popup{background-color:#fff;padding:20px;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:20px;box-sizing:border-box}.set-answer-popup h2{text-align:center;margin:0;color:#333}.search-container{width:100%;box-sizing:border-box}.selected-character{display:flex;align-items:center;padding:10px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.selected-character img{width:60px;height:60px;border-radius:4px;margin-right:15px;flex-shrink:0}.character-info{flex-grow:1;min-width:0}.character-info div{margin:5px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hints-container{display:flex;flex-direction:column;gap:15px;width:100%;box-sizing:border-box}.hints-container h3{margin:0;color:#666;font-size:1.1em}.hint-input-group{display:flex;flex-direction:column;gap:5px;width:100%;box-sizing:border-box}.hint-input-group label{color:#666;font-size:.9em}.hint-input-group input{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:1em;width:100%;box-sizing:border-box;max-width:100%}.hint-input-group input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf5033}.submit-button{padding:12px 20px;border-radius:4px;border:none;cursor:pointer;font-size:16px;background-color:#4caf50;color:#fff;transition:background-color .2s;margin-top:auto;width:100%;box-sizing:border-box}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.submit-button:hover:not(:disabled){background-color:#45a049}.game-settings-display{width:100%;max-width:800px;margin:1rem auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.settings-display-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#f1f5f9;border-bottom:1px solid #e2e8f0}.settings-display-header.collapsible{cursor:pointer;transition:background-color .3s ease}.settings-display-header.collapsible:hover{background-color:#e2e8f0}.settings-display-header h3{margin:0;color:#334155;font-size:18px;font-weight:600}.expand-icon{color:#64748b;font-size:14px;transition:transform .3s ease}.settings-display-content{padding:0}.settings-group{padding:16px 20px;border-bottom:1px solid #e2e8f0}.settings-group:last-child{border-bottom:none}.settings-group h4{margin:0 0 12px;color:#475569;font-size:16px;font-weight:500;border-left:3px solid #3b82f6;padding-left:10px}.settings-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px 20px}.settings-item{display:flex;flex-direction:column;margin-bottom:8px}.setting-label{color:#64748b;font-size:14px;margin-bottom:2px}.setting-value{color:#334155;font-size:16px;font-weight:500}.settings-item[data-key=indexId] .setting-value,.settings-item[data-key=yearRange] .setting-value,.settings-item[data-key=maxAttempts] .setting-value,.settings-item[data-key=timeLimit] .setting-value{color:#3b82f6}@media (max-width: 640px){.game-settings-display{margin:1rem 10px}.settings-display-header{padding:12px 15px}.settings-display-header h3{font-size:16px}.settings-group{padding:12px 15px}.settings-items{grid-template-columns:1fr}.setting-value{font-size:15px}}.settings-title-container{display:flex;flex-direction:column;align-items:flex-start}.preset-info{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:14px}.preset-name{color:#3b82f6;font-weight:500;padding:2px 8px;background-color:#3b82f61a;border-radius:4px}.preset-modified{color:#f59e0b;font-size:12px;font-style:italic}.leaderboard-container{width:100%;max-width:600px;margin:20px auto;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.leaderboard-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f1f5f9;cursor:pointer;transition:background .3s}.leaderboard-header:hover{background:#e2e8f0}.leaderboard-header h3{margin:0;color:#334155;font-size:18px;font-weight:600}.leaderboard-content{padding:20px 20px 10px}.leaderboard-loading,.leaderboard-error{color:#64748b;text-align:center;padding:20px 0}.leaderboard-podium{display:flex;justify-content:center;align-items:flex-end;gap:32px;margin-bottom:24px}.podium-place{display:flex;flex-direction:column;align-items:center;position:relative;width:120px}.podium-center{z-index:2;width:150px}.podium-image{width:80px;height:112px;object-fit:cover;object-position:top;margin-bottom:8px;background:#f1f5f9;transition:width .2s,height .2s;border-radius:10px}.podium-image-center{width:110px;height:154px;border-width:4px;margin-bottom:10px;border-radius:14px}.podium-place-1 .podium-image,.podium-place-1 .podium-image-center{border:3px solid gold;box-shadow:0 0 12px gold}.podium-place-2 .podium-image{border:3px solid silver;box-shadow:0 0 8px silver}.podium-place-3 .podium-image{border:3px solid #CD7F32;box-shadow:0 0 8px #cd7f32}.podium-rank{font-size:18px;font-weight:700;color:#64748b;margin-bottom:2px}.podium-place-1 .podium-rank{font-size:22px;color:gold}.podium-place-1 .podium-name{font-size:20px;font-weight:600;color:gold;margin-top:4px}.podium-place-2 .podium-rank{font-size:20px;color:silver;font-weight:700}.podium-place-2 .podium-name{font-size:18px;font-weight:700;color:silver;margin-top:4px}.podium-place-3 .podium-rank{font-size:20px;color:#cd7f32;font-weight:700}.podium-place-3 .podium-name{font-size:18px;font-weight:700;color:#cd7f32;margin-top:4px}.leaderboard-list{display:flex;flex-direction:column;gap:10px}.leaderboard-list-item{display:flex;align-items:center;background:#f8fafc;border-radius:6px;padding:8px 12px;margin-bottom:4px;box-shadow:0 1px 2px #00000008;transition:background .2s}.leaderboard-list-item:hover{background:#e2e8f0}.list-rank{font-size:16px;font-weight:500;color:#64748b;width:32px;text-align:center}.list-image{width:48px;height:48px;border-radius:8px;object-fit:cover;margin:0 12px;background:#f1f5f9}.list-name{font-size:15px;color:#334155;flex:1}.podium-link{color:inherit;text-decoration:none;transition:none}@media (max-width: 640px){.leaderboard-container{margin:15px 5px}.leaderboard-header{padding:12px 10px}.leaderboard-content{padding:12px 5px 5px}.leaderboard-podium{gap:8px}.podium-place{width:80px}.podium-center{width:100px}.podium-image{width:48px;height:68px;border-radius:6px}.podium-image-center{width:68px;height:96px;border-radius:8px}.podium-place-1 .podium-name{font-size:15px}.podium-place-2 .podium-name,.podium-place-3 .podium-name{font-size:13px}.leaderboard-list-item{padding:6px}.list-image{width:32px;height:32px;margin:0 6px}.list-name{font-size:13px}}.roulette-container{width:100%;max-width:600px;margin:20px auto;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.roulette-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#f1f5f9;cursor:pointer;transition:background .3s}.roulette-header:hover{background:#e2e8f0}.roulette-header h3{margin:0;color:#334155;font-size:18px;font-weight:600}.expand-icon{color:#64748b;font-size:16px;transition:transform .3s}.expand-icon.expanded{transform:rotate(0)}.roulette-content{padding:20px 20px 10px}.roulette-textfield{width:100%;padding:10px 12px;background:#f1f5f9;border:1px solid #d1d5db;border-radius:6px;font-size:16px;color:#334155;margin-bottom:10px;box-sizing:border-box}.roulette-card-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-auto-rows:1fr;gap:16px;margin-top:16px}.roulette-card{background:transparent;border:none;perspective:800px;position:relative;aspect-ratio:2 / 3;width:100%;min-width:0;cursor:pointer;z-index:1}.roulette-card-inner{position:relative;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,.2,.2,1);transform-style:preserve-3d}.roulette-card.flipped .roulette-card-inner{transform:rotateY(180deg)}.roulette-card-front,.roulette-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border:2px solid #cbd5e1;box-sizing:border-box}.roulette-card-front{background:#e2e8f0}.roulette-card-back{background:#fff;transform:rotateY(180deg);overflow:hidden}.roulette-card-img{width:100%;height:100%;object-fit:cover;object-position:top;image-rendering:auto;border-radius:10px;box-shadow:none;padding:0;margin:0;display:block}.roulette-card.selected{box-shadow:none;position:relative}.roulette-card.selected:before,.roulette-card.selected:after,.roulette-card.selected .corner{content:"";position:absolute;width:18px;height:18px;border:3px solid #38bdf8;border-radius:4px;z-index:2;pointer-events:none}.roulette-card.selected:before{top:-8px;left:-8px;border-right:none;border-bottom:none}.roulette-card.selected:after{top:-8px;right:-8px;border-left:none;border-bottom:none}.roulette-card.selected .corner.bl{bottom:-8px;left:-8px;border-right:none;border-top:none}.roulette-card.selected .corner.br{bottom:-8px;right:-8px;border-left:none;border-top:none}.roulette-card.tier-S .roulette-card-front{background-color:#e2e8f0}.roulette-card.tier-S.flipped .roulette-card-front,.roulette-card.tier-S.selected .roulette-card-front,.roulette-card.tier-S:hover .roulette-card-front{border:2px solid transparent;border-radius:12px;background-color:#e2e8f0;background-image:linear-gradient(#e2e8f0,#e2e8f0),linear-gradient(120deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);background-origin:padding-box,border-box;background-clip:padding-box,border-box;background-size:400% 400%;transition:opacity .3s;animation:rainbow-border-move 3s linear infinite}.roulette-card.tier-S.flipped .roulette-card-back,.roulette-card.tier-S.selected .roulette-card-back,.roulette-card.tier-S:hover .roulette-card-back{border:2px solid transparent;border-radius:12px;background-color:#fff;background-image:linear-gradient(#fff,#fff),linear-gradient(120deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);background-origin:padding-box,border-box;background-clip:padding-box,border-box;background-size:400% 400%;transition:opacity .3s;animation:rainbow-border-move 3s linear infinite}.roulette-card.tier-S .roulette-card-back{background-color:#fff}.roulette-card.tier-S .roulette-card-inner:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:16px;z-index:0;pointer-events:none;background:linear-gradient(120deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);background-size:400% 400%;filter:blur(6px);opacity:0;transition:opacity .3s;animation:rainbow-border-move 3s linear infinite}.roulette-card.tier-S.flipped .roulette-card-inner:before,.roulette-card.tier-S.selected .roulette-card-inner:before,.roulette-card.tier-S:hover .roulette-card-inner:before{opacity:.7}.roulette-card.tier-A .roulette-card-front,.roulette-card.tier-A .roulette-card-back{border:2px solid #cbd5e1;transition:border .3s,box-shadow .3s}.roulette-card.tier-A:hover .roulette-card-front,.roulette-card.tier-A.selected .roulette-card-front,.roulette-card.tier-A.flipped:hover .roulette-card-back,.roulette-card.tier-A.flipped.selected .roulette-card-back,.roulette-card.tier-A.flipped .roulette-card-front,.roulette-card.tier-A.flipped .roulette-card-back{border:3px solid #ffd700;box-shadow:0 0 16px 4px #ffd70088}.roulette-card.tier-B .roulette-card-front,.roulette-card.tier-B .roulette-card-back{border:2px solid #cbd5e1}.roulette-card .roulette-card-front,.roulette-card .roulette-card-back{position:absolute;z-index:1}@media (max-width: 700px){.roulette-card-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 500px){.roulette-card-grid{grid-template-columns:repeat(2,1fr)}}.roulette-cancel-btn{display:block;margin:24px auto 0;padding:8px 28px;background:#fff;color:#38bdf8;border:2px solid #38bdf8;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.roulette-cancel-btn:hover{background:#38bdf8;color:#fff}.roulette-exchange-section{display:flex;gap:12px;margin-top:20px;align-items:center}.roulette-exchange-input{flex:1;padding:10px 12px;background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;color:#334155;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.roulette-exchange-input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf81a}.roulette-exchange-input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.roulette-exchange-input::placeholder{color:#94a3b8}.roulette-exchange-btn{padding:10px 20px;background:#38bdf8;color:#fff;border:2px solid #38bdf8;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,transform .1s;white-space:nowrap}.roulette-exchange-btn:hover:not(:disabled){background:#0ea5e9;border-color:#0ea5e9;transform:translateY(-1px)}.roulette-exchange-btn:active:not(:disabled){transform:translateY(0)}.roulette-exchange-btn:disabled{background:#94a3b8;border-color:#94a3b8;cursor:not-allowed;transform:none}@keyframes rainbow-border-move{0%{background-position:0% 50%,0% 50%}50%{background-position:100% 50%,100% 50%}to{background-position:0% 50%,0% 50%}}.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}.manual-mode-button{background-color:#27ae60;color:#fff;border:none}.manual-mode-button:hover{background-color:#219a52}.manual-mode-button:disabled{background-color:#95a5a6;cursor:not-allowed}.manual-mode-button.active{background-color:#219a52}.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:8%}.score-table th:nth-child(4){width:26%}.score-table th:nth-child(5){width:8%}.score-table th:nth-child(6){width:32%}.score-table .table-head-name-button{background:none;border:none;cursor:pointer;padding:0;margin:0;height:auto;line-height:1;font-size:inherit;outline:none;font-weight:700}.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}.action-menu-button{background:#f8f9fa;padding:4px 8px;border:1px solid #dee2e6;border-radius:4px;cursor:pointer;color:#212529;font-size:14px;min-width:70px}.action-dropdown{position:absolute;background:#fff;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 2px 5px #00000026;z-index:100;width:120px;right:0;top:100%;margin-top:4px}.action-dropdown .action-button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:none;text-align:left;cursor:pointer;color:#dc3545;border-bottom:1px solid #eee;border-radius:0}.action-dropdown .action-button:hover{background-color:#d8d8d8}.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}.answer-setter-view{padding:20px;max-width:1200px;margin:0 auto}.answer-setter-view h3{text-align:center;color:#4a90e2;margin-bottom:20px}.selected-answer{display:flex;align-items:center;justify-content:center;margin-bottom:30px;padding:15px;background:#4a90e21a;border-radius:8px}.answer-image{width:100px;height:100px;border-radius:50%;margin-right:15px}.answer-info{text-align:left}.answer-info div{margin:5px 0}.hints-display{margin:20px 0;padding:15px;background:#4a90e20d;border-radius:8px}.hints-display div{margin:10px 0;color:#666;font-style:italic}.kick-notification{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;background-color:#dc3545e6;color:#fff;border-radius:8px;padding:15px 20px;box-shadow:0 4px 12px #0000004d;animation:notification-slide-in .3s ease-out;max-width:90%;min-width:300px}.kick-notification.host-notification{background-color:#4a90e2e6}.kick-notification-content{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:500}.kick-notification i{font-size:20px}@keyframes notification-slide-in{0%{transform:translate(-50%) translateY(-100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.player-avatar{height:100%;width:auto;border-radius:6px;object-fit:cover;display:block;border:1px solid #ccc}.score-table td{min-height:44px;height:44px}.score-table td:nth-child(3),.score-table th:nth-child(3){border-right:none}.score-table td:nth-child(4),.score-table th:nth-child(4){border-left:none}
