:root{--primary:#10b981;--primary-dark:#059669;--bg-light:#f8fafc;--bg-dark:#0f172a;--text-light:#1e293b;--text-dark:#f1f5f9;--card-light:#fff;--card-dark:#1e293b;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}body{min-height:100vh;transition:background-color .3s,color .3s}.light{background-color:var(--bg-light);color:var(--text-light)}.dark{background-color:var(--bg-dark);color:var(--text-dark)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark)}.btn-secondary{color:#475569;background-color:#e2e8f0}.dark .btn-secondary{color:#e2e8f0;background-color:#334155}.card{background-color:var(--card-light);border-radius:1rem;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.dark .card{background-color:var(--card-dark)}.card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:all .3s}.slide-up-enter-from,.slide-up-leave-to{opacity:0;transform:translateY(20px)}.level-h{color:#16a34a;background-color:#22c55e26}.dark .level-h{color:#4ade80}.level-m{color:#ca8a04;background-color:#eab30826}.dark .level-m{color:#facc15}.level-l{color:#64748b;background-color:#94a3b826}.dark .level-l{color:#94a3b8}::-webkit-scrollbar{width:6px;height:1px}::-webkit-scrollbar-thumb{background:#cfcbcb;border-radius:5px}::-webkit-scrollbar-track{background:#ededed;border-radius:6px}.app[data-v-d67bf563]{flex-direction:column;min-height:100vh;display:flex}.header[data-v-d67bf563]{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffc;border-bottom:1px solid #e2e8f0;position:fixed;top:0;left:0;right:0}.dark .header[data-v-d67bf563]{background-color:#0f172acc;border-bottom-color:#334155}.header-content[data-v-d67bf563]{justify-content:space-between;align-items:center;height:60px;padding:1rem;display:flex}.logo[data-v-d67bf563]{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.logo-icon[data-v-d67bf563]{font-size:1.5rem}.logo-text[data-v-d67bf563]{font-size:1.25rem;font-weight:700}.nav[data-v-d67bf563]{gap:1.5rem;display:flex}.nav-link[data-v-d67bf563]{color:inherit;border-radius:.5rem;padding:.5rem;font-weight:500;text-decoration:none;transition:background-color .2s}.nav-link[data-v-d67bf563]:hover{background-color:#0000000d}.dark .nav-link[data-v-d67bf563]:hover{background-color:#ffffff1a}.nav-link.router-link-active[data-v-d67bf563]{color:var(--primary)}.theme-toggle[data-v-d67bf563]{cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.5rem;font-size:1.25rem;transition:background-color .2s}.theme-toggle[data-v-d67bf563]:hover{background-color:#0000000d}.dark .theme-toggle[data-v-d67bf563]:hover{background-color:#ffffff1a}.main[data-v-d67bf563]{flex:1;padding-top:60px}.home[data-v-f9f8d49c]{padding-bottom:3rem}.hero[data-v-f9f8d49c]{text-align:center;background:linear-gradient(#10b9811a 0%,#0000 100%);padding:4rem 1rem}.hero-title[data-v-f9f8d49c]{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:flex}.hero-icon[data-v-f9f8d49c]{font-size:2rem}.hero-subtitle[data-v-f9f8d49c]{color:#64748b;margin-bottom:1.5rem;font-size:1.25rem}.tags[data-v-f9f8d49c]{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.tag[data-v-f9f8d49c]{border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.tag-primary[data-v-f9f8d49c]{color:#059669;background-color:#10b98126}.tag-blue[data-v-f9f8d49c]{color:#2563eb;background-color:#3b82f626}.tag-purple[data-v-f9f8d49c]{color:#9333ea;background-color:#9333ea26}.hero-desc[data-v-f9f8d49c]{color:#64748b;max-width:500px;margin:0 auto 2rem;line-height:1.6}.hero-actions[data-v-f9f8d49c]{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-large[data-v-f9f8d49c]{padding:1rem 2rem;font-size:1.125rem}.section-title[data-v-f9f8d49c]{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.features[data-v-f9f8d49c]{padding:4rem 1rem}.feature-grid[data-v-f9f8d49c]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.feature-card[data-v-f9f8d49c]{background-color:var(--card-light);text-align:center;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.dark .feature-card[data-v-f9f8d49c]{background-color:var(--card-dark)}.feature-icon[data-v-f9f8d49c]{margin-bottom:1rem;font-size:2rem}.feature-card h3[data-v-f9f8d49c]{margin-bottom:.5rem;font-size:1.125rem}.feature-card p[data-v-f9f8d49c]{color:#64748b;font-size:.875rem;line-height:1.5}.preview[data-v-f9f8d49c]{padding:4rem 1rem}.preview-grid[data-v-f9f8d49c]{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.preview-card[data-v-f9f8d49c]{cursor:pointer;background-color:var(--card-light);border-radius:.75rem;transition:transform .2s;overflow:hidden;box-shadow:0 2px 4px -1px #0000001a}.dark .preview-card[data-v-f9f8d49c]{background-color:var(--card-dark)}.preview-card[data-v-f9f8d49c]:hover{transform:scale(1.02)}.preview-img[data-v-f9f8d49c]{aspect-ratio:1;object-fit:contain;background-color:#f1f5f9;width:100%}.dark .preview-img[data-v-f9f8d49c]{background-color:#1e293b}.preview-info[data-v-f9f8d49c]{flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.preview-code[data-v-f9f8d49c]{font-size:.875rem;font-weight:700}.preview-cn[data-v-f9f8d49c]{color:#64748b;font-size:.75rem}.preview-more[data-v-f9f8d49c]{text-align:center;margin-top:2rem}.footer-info[data-v-f9f8d49c]{text-align:center;color:#64748b;padding:2rem 1rem;font-size:.875rem}.footer-info a[data-v-f9f8d49c]{color:#059669;text-decoration:none}.footer-credit[data-v-f9f8d49c]{margin-top:.5rem;font-size:.75rem}.test-page[data-v-d44dc474]{min-height:calc(100vh - 60px);padding:2rem 1rem}.start-screen[data-v-d44dc474]{text-align:center;max-width:500px;margin:0 auto}.start-screen h1[data-v-d44dc474]{margin-bottom:1rem;font-size:2rem}.test-intro[data-v-d44dc474]{color:#64748b;margin-bottom:2rem;line-height:1.8}.test-info[data-v-d44dc474]{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.info-item[data-v-d44dc474]{align-items:center;gap:.5rem;display:flex}.info-icon[data-v-d44dc474]{font-size:1.25rem}.btn-large[data-v-d44dc474]{padding:1rem 2rem;font-size:1.125rem}.question-screen[data-v-d44dc474]{max-width:600px;margin:0 auto}.progress-bar[data-v-d44dc474]{background-color:#e2e8f0;border-radius:2px;height:4px;margin-bottom:.5rem;overflow:hidden}.progress-fill[data-v-d44dc474]{background-color:var(--primary);height:100%;transition:width .3s}.progress-text[data-v-d44dc474]{text-align:center;color:#64748b;margin-bottom:2rem;font-size:.875rem}.question-card[data-v-d44dc474]{background-color:var(--card-light);border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.dark .question-card[data-v-d44dc474]{background-color:var(--card-dark)}.question-title[data-v-d44dc474]{margin-bottom:1.5rem;font-size:1.25rem;line-height:1.5}.options[data-v-d44dc474]{flex-direction:column;gap:.75rem;display:flex}.option-btn[data-v-d44dc474]{cursor:pointer;text-align:left;background:0 0;border:2px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.dark .option-btn[data-v-d44dc474]{border-color:#334155}.option-btn[data-v-d44dc474]:hover{border-color:var(--primary)}.option-btn.selected[data-v-d44dc474]{border-color:var(--primary);background-color:#10b9811a}.option-label[data-v-d44dc474]{color:#1e293b;background-color:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;font-weight:600;display:flex}.dark .option-label[data-v-d44dc474]{color:#f1f5f9;background-color:#334155}.option-btn.selected .option-label[data-v-d44dc474]{background-color:var(--primary);color:#fff}.option-text[data-v-d44dc474]{color:inherit;flex:1;font-size:.95rem}.dark .option-text[data-v-d44dc474]{color:#f1f5f9}.nav-buttons[data-v-d44dc474]{justify-content:space-between;gap:1rem;display:flex}.nav-buttons .btn[data-v-d44dc474]{flex:1}.nav-buttons .btn[data-v-d44dc474]:disabled{opacity:.5;cursor:not-allowed}.result-page[data-v-ed6308e5]{min-height:calc(100vh - 60px);padding:2rem 1rem}.result-card[data-v-ed6308e5]{max-width:700px;margin:0 auto}.result-header[data-v-ed6308e5]{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.result-image[data-v-ed6308e5]{object-fit:contain;background-color:#f1f5f9;border-radius:1rem;width:150px;height:150px}.dark .result-image[data-v-ed6308e5]{background-color:#1e293b}.result-title h1[data-v-ed6308e5]{font-size:2.5rem;font-weight:700;line-height:1}.result-cn[data-v-ed6308e5]{color:#64748b;margin:.5rem 0;font-size:1.5rem}.result-intro[data-v-ed6308e5]{color:#94a3b8;font-style:italic}.result-rarity[data-v-ed6308e5]{margin-bottom:1rem}.rarity-badge[data-v-ed6308e5]{border-radius:9999px;padding:.5rem 1rem;font-weight:500;display:inline-block}.rarity-common[data-v-ed6308e5]{color:#64748b;background-color:#94a3b833}.rarity-medium[data-v-ed6308e5]{color:#2563eb;background-color:#3b82f633}.rarity-rare[data-v-ed6308e5]{color:#9333ea;background-color:#9333ea33}.rarity-super-rare[data-v-ed6308e5]{color:#d97706;background-color:#f59e0b33}.result-pattern[data-v-ed6308e5]{margin-bottom:1.5rem}.result-pattern code[data-v-ed6308e5]{background-color:#f1f5f9;border-radius:.5rem;padding:.5rem 1rem;font-family:monospace;font-size:.875rem;display:inline-block}.dark .result-pattern code[data-v-ed6308e5]{background-color:#1e293b}.result-desc[data-v-ed6308e5],.result-oneliner[data-v-ed6308e5],.result-commentary[data-v-ed6308e5],.result-vector[data-v-ed6308e5]{background-color:var(--card-light);border-radius:1rem;margin-bottom:2rem;padding:1.5rem}.dark .result-desc[data-v-ed6308e5],.dark .result-oneliner[data-v-ed6308e5],.dark .result-commentary[data-v-ed6308e5],.dark .result-vector[data-v-ed6308e5]{background-color:var(--card-dark)}.result-desc h3[data-v-ed6308e5],.result-oneliner h3[data-v-ed6308e5],.result-commentary h3[data-v-ed6308e5],.result-vector h3[data-v-ed6308e5]{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem}.result-desc p[data-v-ed6308e5],.result-oneliner p[data-v-ed6308e5],.result-commentary p[data-v-ed6308e5]{white-space:pre-wrap;line-height:1.8}.result-oneliner p[data-v-ed6308e5]{color:var(--primary);font-weight:600}.vector-group[data-v-ed6308e5]{margin-bottom:1.5rem}.vector-group[data-v-ed6308e5]:last-child{margin-bottom:0}.vector-model[data-v-ed6308e5]{color:#64748b;border-bottom:1px solid #e2e8f0;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.875rem}.dark .vector-model[data-v-ed6308e5]{border-bottom-color:#334155}.vector-items[data-v-ed6308e5]{flex-direction:column;gap:.75rem;display:flex}.vector-item[data-v-ed6308e5]{grid-template-columns:40px 1fr;align-items:start;gap:.5rem;display:grid}.vector-level[data-v-ed6308e5]{border-radius:.25rem;justify-content:center;align-items:center;width:32px;height:24px;font-size:.75rem;font-weight:700;display:flex}.vector-name[data-v-ed6308e5]{font-size:.875rem;font-weight:500}.vector-explanation[data-v-ed6308e5]{color:#64748b;grid-column:2;font-size:.8rem;line-height:1.4}.result-actions[data-v-ed6308e5]{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.no-result[data-v-ed6308e5]{text-align:center;padding:4rem 1rem}.no-result p[data-v-ed6308e5]{color:#64748b;margin-bottom:1rem}@media (width<=640px){.result-header[data-v-ed6308e5]{text-align:center;flex-direction:column;align-items:center}.result-image[data-v-ed6308e5]{width:120px;height:120px}}.wiki-page[data-v-c271197e]{min-height:calc(100vh - 60px);padding:2rem 1rem 4rem}.wiki-header[data-v-c271197e]{text-align:center;margin-bottom:3rem}.wiki-header h1[data-v-c271197e]{margin-bottom:.5rem;font-size:2rem}.wiki-header p[data-v-c271197e]{color:#64748b}.wiki-section[data-v-c271197e]{margin-bottom:3rem}.section-title[data-v-c271197e]{border-bottom:2px solid #e2e8f0;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;display:flex}.dark .section-title[data-v-c271197e]{border-bottom-color:#334155}.section-icon[data-v-c271197e]{font-size:1.5rem}.outcome-grid[data-v-c271197e]{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.outcome-grid-special[data-v-c271197e]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.outcome-card[data-v-c271197e]{background-color:var(--card-light);cursor:pointer;border-radius:1rem;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 4px -1px #0000001a}.dark .outcome-card[data-v-c271197e]{background-color:var(--card-dark)}.outcome-card[data-v-c271197e]:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.outcome-card.special[data-v-c271197e]{border:2px solid #f59e0b}.card-image[data-v-c271197e]{aspect-ratio:1;background-color:#f1f5f9;justify-content:center;align-items:center;display:flex;position:relative}.dark .card-image[data-v-c271197e]{background-color:#1e293b}.card-image img[data-v-c271197e]{object-fit:contain;width:80%;height:80%}.rarity-tag[data-v-c271197e]{color:#fff;border-radius:9999px;padding:.25rem .5rem;font-size:.7rem;font-weight:600;position:absolute;top:.5rem;right:.5rem}.rarity-common[data-v-c271197e]{background-color:#94a3b8e6}.rarity-medium[data-v-c271197e]{background-color:#3b82f6e6}.rarity-rare[data-v-c271197e]{background-color:#9333eae6}.rarity-super-rare[data-v-c271197e]{background-color:#f59e0be6}.special-tag[data-v-c271197e]{color:#fff;background-color:#f59e0b;border-radius:9999px;padding:.25rem .5rem;font-size:.7rem;font-weight:600;position:absolute;top:.5rem;left:.5rem}.card-info[data-v-c271197e]{flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.card-code[data-v-c271197e]{font-size:1rem;font-weight:700}.card-cn[data-v-c271197e]{color:#64748b;font-size:.875rem}.card-oneliner[data-v-c271197e]{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.modal-overlay[data-v-c271197e]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0009;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0;overflow-y:auto}@media (width>=640px){.modal-overlay[data-v-c271197e]{align-items:center}}.modal-content[data-v-c271197e]{background-color:var(--card-light);-webkit-overflow-scrolling:touch;border-radius:1.5rem 1.5rem 0 0;width:100%;max-width:600px;max-height:90vh;position:relative;overflow-y:auto}@media (width>=640px){.modal-content[data-v-c271197e]{border-radius:1.5rem}}.dark .modal-content[data-v-c271197e]{background-color:var(--card-dark)}.modal-close[data-v-c271197e]{cursor:pointer;z-index:10;background:#0000001a;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-header[data-v-c271197e]{align-items:center;gap:1rem;padding:1.5rem;display:flex}.modal-image[data-v-c271197e]{object-fit:contain;background-color:#f1f5f9;border-radius:.75rem;width:100px;height:100px}.dark .modal-image[data-v-c271197e]{background-color:#1e293b}.modal-title h2[data-v-c271197e]{font-size:1.75rem}.modal-cn[data-v-c271197e]{color:#64748b}.modal-intro[data-v-c271197e]{color:#94a3b8;font-size:.875rem;font-style:italic}.modal-body[data-v-c271197e]{padding:0 1.5rem 1.5rem}.modal-rarity[data-v-c271197e]{margin-bottom:1rem}.rarity-badge[data-v-c271197e]{border-radius:9999px;padding:.5rem 1rem;font-weight:500;display:inline-block}.modal-pattern[data-v-c271197e]{margin-bottom:1rem}.modal-pattern code[data-v-c271197e]{background-color:#f1f5f9;border-radius:.5rem;padding:.5rem 1rem;font-family:monospace;display:inline-block}.dark .modal-pattern code[data-v-c271197e]{background-color:#1e293b}.modal-section[data-v-c271197e]{margin-bottom:1.5rem}.modal-section h3[data-v-c271197e]{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem}.modal-section p[data-v-c271197e]{white-space:pre-wrap;line-height:1.7}.modal-section .oneliner[data-v-c271197e]{color:var(--primary);font-weight:600}.vector-group[data-v-c271197e]{margin-bottom:1rem}.vector-group h4[data-v-c271197e]{color:#64748b;border-bottom:1px solid #e2e8f0;margin-bottom:.5rem;padding-bottom:.25rem;font-size:.8rem}.dark .vector-group h4[data-v-c271197e]{border-bottom-color:#334155}.vector-item[data-v-c271197e]{grid-template-columns:32px 1fr;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;display:grid}.vector-level[data-v-c271197e]{border-radius:.25rem;justify-content:center;align-items:center;width:28px;height:22px;font-size:.7rem;font-weight:700;display:flex}.vector-name[data-v-c271197e]{font-weight:500}.vector-explanation[data-v-c271197e]{color:#64748b;grid-column:2;line-height:1.4}.modal-actions[data-v-c271197e]{border-top:1px solid #e2e8f0;gap:1rem;padding-top:1rem;display:flex}.dark .modal-actions[data-v-c271197e]{border-top-color:#334155}
