.quiz-page{max-width:680px;margin:0 auto;padding:2rem 0 5rem}.quiz-hero{text-align:center;margin-bottom:2.5rem}.quiz-hero-label{font-size:.85rem;color:var(--accent);font-weight:700;letter-spacing:.05em;margin-bottom:.5rem}.quiz-hero-title{font-family:"Noto Serif JP",serif;font-size:2rem;font-weight:900;line-height:1.4;margin:0 0 1rem;color:var(--text)}.quiz-hero-desc{color:var(--text-muted);font-size:.95rem;line-height:1.8}.quiz-progress-wrap{background:var(--border);border-radius:99px;height:6px;margin-bottom:.5rem;overflow:hidden}.quiz-progress-bar{height:100%;background:linear-gradient(90deg,#450a0a,#dc2626);border-radius:99px;transition:width .4s ease}.quiz-progress-text{font-size:.8rem;color:var(--text-muted);text-align:right;margin-bottom:1.5rem}.question-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;margin-bottom:1.5rem}.question-text{font-size:1.1rem;font-weight:700;color:var(--text);margin:0 0 1.5rem;line-height:1.6}.options-list{display:flex;flex-direction:column;gap:.6rem}.option-label{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border:2px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s;color:var(--text);line-height:1.5}.option-label:hover{border-color:var(--accent);background:#dc26260d}.option-label.selected{border-color:var(--accent);background:#dc262614}.option-label.selected .option-badge{background:var(--accent);color:#fff;border-color:var(--accent)}.option-label input{display:none}.option-badge{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;min-width:1.8rem;border-radius:50%;border:2px solid var(--border);font-size:.75rem;font-weight:900;color:var(--text-muted);transition:background .15s,color .15s,border-color .15s}.option-text{font-size:.92rem}.quiz-nav{display:flex;justify-content:space-between;gap:1rem}.quiz-btn{padding:.75rem 2rem;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;border:none;transition:opacity .15s,transform .1s;font-family:Noto Sans JP,sans-serif}.quiz-btn:active{transform:scale(.97)}.quiz-btn-prev{background:var(--bg-card);border:2px solid var(--border);color:var(--text-muted)}.quiz-btn-prev:disabled{opacity:.3;cursor:not-allowed}.quiz-btn-next{background:linear-gradient(135deg,#450a0a,#dc2626);color:#fff;flex:1}.quiz-btn-next:disabled{opacity:.4;cursor:not-allowed}.result-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:2.5rem 2rem}.result-label{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem;letter-spacing:.05em;text-align:center}.result-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.result-emoji-big{font-size:3.5rem;line-height:1;margin:0}.result-name{font-family:"Noto Serif JP",serif;font-size:1.5rem;font-weight:900;color:var(--accent);margin:0 0 .2rem}.result-actor{font-size:.85rem;color:var(--text-muted);margin:0}.result-desc{color:var(--text);font-size:.95rem;line-height:1.9;margin-bottom:1.75rem}.result-section{background:#00000005;border:1px solid var(--border);border-radius:14px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.result-section-title{font-size:.9rem;font-weight:700;color:var(--accent);margin:0 0 .85rem}.result-traits-list{margin:0 0 1rem;padding-left:1.2rem;display:flex;flex-direction:column;gap:.45rem}.result-traits-list li{font-size:.9rem;color:var(--text);line-height:1.7}.result-meta-row{display:flex;align-items:flex-start;gap:.6rem;margin-top:.5rem}.meta-badge{display:inline-block;padding:.15rem .6rem;border-radius:99px;font-size:.72rem;font-weight:700;white-space:nowrap;flex-shrink:0;margin-top:.1rem}.badge-strength{background:#16a34a1f;color:#166534}.badge-caution{background:#ea580c1f;color:#9a3412}.meta-text{font-size:.88rem;color:var(--text);line-height:1.7}.study-tips-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.study-tip-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem}.study-tip-num{font-size:1.4rem;font-weight:900;color:var(--accent);opacity:.25;line-height:1;margin:0 0 .3rem;font-family:"Noto Serif JP",serif}.study-tip-title{font-size:.88rem;font-weight:700;color:var(--text);margin:0 0 .4rem}.study-tip-detail{font-size:.82rem;color:var(--text-muted);line-height:1.75;margin:0}.result-quote-box{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem;text-align:center}.result-quote{font-size:1rem;font-weight:700;color:var(--text);font-style:italic;margin-bottom:.3rem}.result-quote-from{font-size:.75rem;color:var(--text-muted);margin:0}.result-article-link{display:block;text-align:center;padding:.7rem;background:#dc26260f;border:1px solid rgba(220,38,38,.2);border-radius:10px;color:var(--accent);font-size:.9rem;font-weight:700;text-decoration:none;margin-bottom:1.5rem;transition:background .15s}.result-article-link:hover{background:#dc26261f}.result-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem}.quiz-retry-btn{background:var(--bg-card);border:2px solid var(--border);color:var(--text);padding:.65rem 2rem;border-radius:10px;font-weight:700;cursor:pointer;font-size:.9rem;font-family:Noto Sans JP,sans-serif;transition:border-color .15s}.quiz-retry-btn:hover{border-color:var(--accent)}.result-share{text-align:center}.result-share-label{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.result-share-btns{display:flex;justify-content:center;gap:.5rem}.share-btn{padding:.6rem 1.5rem;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;border:none;font-family:Noto Sans JP,sans-serif}.share-x{background:#000;color:#fff}.quiz-related{margin-top:3rem;border-top:1px solid var(--border);padding-top:2rem}.quiz-related-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:1rem}.quiz-related-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.quiz-related-list li:before{content:"→ ";color:var(--accent)}.quiz-related-list a{color:var(--text);font-size:.9rem;text-decoration:none}.quiz-related-list a:hover{color:var(--accent)}@media (max-width: 640px){.quiz-hero-title{font-size:1.5rem}.question-text{font-size:1rem}.quiz-btn{padding:.7rem 1.2rem;font-size:.85rem}.result-name{font-size:1.3rem}.study-tips-grid{grid-template-columns:1fr}.result-header{gap:.75rem}.result-emoji-big{font-size:2.75rem}}
