*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}:root{--bg-primary: #0f0f1a;--bg-secondary: #1a1a2e;--bg-card: #16213e;--bg-hover: #1f2b4d;--cat-eliminativism: #6B7280;--cat-reductive: #3B82F6;--cat-nonreductive: #10B981;--cat-dualism: #8B5CF6;--cat-russellian: #F59E0B;--cat-idealism: #EC4899;--cat-biophysical: #EF4444;--cat-other: #14B8A6;--accent-primary: #818cf8;--accent-glow: #a5b4fc;--text-primary: #e2e8f0;--text-secondary: #94a3b8;--text-muted: #64748b;--yes-color: #34d399;--no-color: #f87171;--neutral: #fbbf24;--font-heading: "Crimson Text", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 100%)}.main-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:1rem;position:relative}.header{padding:1.5rem 1rem 1rem;text-align:center;background:linear-gradient(180deg,rgba(26,26,46,.8) 0%,transparent 100%)}.header-content{margin-bottom:1rem}.header-title{font-family:var(--font-heading);font-size:2rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem;letter-spacing:.02em}.header-subtitle{font-size:.9rem;color:var(--text-secondary);margin:0}.progress-container{max-width:400px;margin:0 auto;height:4px;background:var(--bg-card);border-radius:2px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,var(--accent-primary),var(--accent-glow));transition:width .5s ease-out;border-radius:2px}.progress-text{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.quiz-container{width:100%;max-width:640px;margin:1rem auto}.question-card{background:var(--bg-card);border-radius:12px;padding:2rem;box-shadow:0 4px 24px #0000004d;border:1px solid rgba(129,140,248,.1)}.question-card.fade-in{animation:fadeIn .3s ease-out forwards}.question-card.fade-out{animation:fadeOut .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.question-tier{font-family:var(--font-mono);font-size:.75rem;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.question-text{font-family:var(--font-heading);font-size:1.25rem;line-height:1.7;color:var(--text-primary);margin:0 0 2rem}.question-text p{margin:0}.question-text em,.result-thesis em,.claudes-take-content em{font-style:italic}.question-text strong,.result-thesis strong,.claudes-take-content strong{font-weight:600}.result-thesis p{margin:0}.claudes-take-content p{margin:0 0 1rem}.claudes-take-content p:last-child{margin-bottom:0}.answer-buttons{display:flex;flex-wrap:wrap;gap:1rem}.answer-skip{width:100%;flex:none}.answer-button{flex:1;padding:1rem 1.5rem;font-family:var(--font-body);font-size:1rem;font-weight:500;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:48px}.answer-button:disabled{opacity:.6;cursor:not-allowed}.answer-yes{background:#34d39926;border-color:var(--yes-color);color:var(--yes-color)}.answer-yes:hover:not(:disabled){background:#34d39940;transform:translateY(-2px)}.answer-yes:active:not(:disabled){transform:translateY(0)}.answer-no{background:#f8717126;border-color:var(--no-color);color:var(--no-color)}.answer-no:hover:not(:disabled){background:#f8717140;transform:translateY(-2px)}.answer-no:active:not(:disabled){transform:translateY(0)}.answer-skip{background:#fbbf2426;border-color:var(--neutral);color:var(--neutral)}.answer-skip:hover:not(:disabled){background:#fbbf2440;transform:translateY(-2px)}.answer-skip:active:not(:disabled){transform:translateY(0)}.claudes-take{margin-top:2rem;border-top:1px solid rgba(129,140,248,.1);padding-top:1rem}.claudes-take-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 0;background:transparent;border:none;color:var(--accent-primary);font-family:var(--font-body);font-size:.9rem;cursor:pointer;transition:color .2s ease}.claudes-take-toggle:hover{color:var(--accent-glow)}.claudes-take-toggle svg{width:16px;height:16px;transition:transform .2s ease}.claudes-take-toggle.open svg{transform:rotate(90deg)}.claudes-take-content{padding:1rem 0;color:var(--text-secondary);font-size:.95rem;line-height:1.7;text-align:left;animation:fadeIn .3s ease-out}.answer-history{position:fixed;bottom:0;left:0;right:0;background:var(--bg-secondary);border-top:1px solid rgba(129,140,248,.2);z-index:100;max-height:50vh;transition:max-height .3s ease}.answer-history:not(.open){max-height:48px}.history-toggle{width:100%;padding:.75rem 1rem;background:transparent;border:none;color:var(--accent-primary);font-family:var(--font-body);font-size:.9rem;cursor:pointer;text-align:center}.history-toggle:hover{background:var(--bg-hover)}.history-list{padding:0 1rem 1rem;max-height:calc(50vh - 48px);overflow-y:auto}.history-item{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:var(--bg-card);border-radius:8px;margin-bottom:.5rem}.history-item-header{display:flex;align-items:center;gap:.5rem}.history-number{font-family:var(--font-mono);font-size:.8rem;color:var(--text-muted);min-width:24px}.history-question{flex:1;font-size:.9rem;color:var(--text-secondary)}.history-answer{font-family:var(--font-mono);font-size:.8rem;padding:.25rem .5rem;border-radius:4px}.history-answer.yes{background:#34d39933;color:var(--yes-color)}.history-answer.no{background:#f8717133;color:var(--no-color)}.history-answer.skip{background:#fbbf2433;color:var(--neutral)}.history-actions{display:flex;gap:.5rem;margin-left:24px}.history-action{padding:.25rem .75rem;font-size:.8rem;background:var(--bg-hover);border:1px solid rgba(129,140,248,.2);border-radius:4px;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.history-action:hover{background:var(--accent-primary);color:var(--bg-primary)}.debug-panel{position:fixed;top:0;right:0;background:#1a1a2ee6;border-left:1px solid rgba(129,140,248,.2);border-bottom:1px solid rgba(129,140,248,.2);border-radius:0 0 0 8px;z-index:100;max-width:400px;font-family:var(--font-mono);font-size:.75rem}.debug-panel:not(.open){background:#1a1a2eb3}.debug-toggle{padding:.35rem .5rem;background:transparent;border:none;color:var(--text-muted);font-family:var(--font-mono);font-size:.65rem;cursor:pointer;text-align:left;white-space:nowrap}.debug-summary{padding:.5rem 0;margin-bottom:.5rem;color:var(--text-secondary);font-size:.7rem;border-bottom:1px solid rgba(129,140,248,.1)}.debug-toggle:hover{background:var(--bg-hover);color:var(--text-secondary)}.debug-content{padding:0 1rem 1rem;max-height:70vh;overflow-y:auto}.debug-section{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(129,140,248,.1)}.debug-section:last-child{border-bottom:none;margin-bottom:0}.debug-section h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin:0 0 .75rem}.debug-metric{display:flex;justify-content:space-between;color:var(--text-secondary);margin-bottom:.25rem}.debug-position{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.debug-rank{color:var(--text-muted);min-width:20px}.debug-name{color:var(--text-secondary);min-width:100px}.debug-bar-container{flex:1;height:8px;background:var(--bg-card);border-radius:4px;overflow:hidden}.debug-bar{height:100%;border-radius:4px;transition:width .5s ease}.debug-prob{color:var(--text-muted);min-width:45px;text-align:right}.debug-candidate{display:flex;justify-content:space-between;color:var(--text-secondary);margin-bottom:.25rem}.debug-candidate-name{flex:1}.debug-candidate-ig{color:var(--text-muted)}.results-view{width:100%;max-width:640px;margin:1rem auto;padding-bottom:4rem}.results-header{text-align:center;margin-bottom:2rem}.results-header h2{font-family:var(--font-heading);font-size:1.75rem;color:var(--text-primary);margin:0 0 .5rem}.results-confidence{font-size:.9rem;color:var(--text-secondary);margin:0}.primary-result{background:var(--bg-card);border-radius:12px;padding:2rem;margin-bottom:1.5rem;text-align:center;border:1px solid rgba(129,140,248,.2);box-shadow:0 4px 24px #0000004d}.result-category-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:500;color:#fff;margin-bottom:1rem}.result-name{font-family:var(--font-heading);font-size:1.75rem;color:var(--text-primary);margin:0 0 1rem}.result-thesis{font-size:1rem;color:var(--text-secondary);line-height:1.7;margin:0 0 1rem}.result-proponents{font-size:.85rem;color:var(--text-muted)}.result-proponents span{color:var(--text-secondary)}.alternatives-section{margin-bottom:1.5rem}.alternatives-section h4{font-size:.9rem;color:var(--text-secondary);margin:0 0 .75rem;padding-left:.5rem}.alternatives-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.alternative-card{display:flex;align-items:center;gap:.75rem;background:var(--bg-card);border-radius:8px;padding:.75rem 1rem}.alternative-badge{width:8px;height:8px;border-radius:50%;flex-shrink:0}.alternative-content{display:flex;flex-direction:column;gap:.125rem}.alternative-name{font-size:.85rem;color:var(--text-primary)}.alternative-prob{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted)}.distribution-section{background:var(--bg-card);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.distribution-section h4{font-size:.9rem;color:var(--text-secondary);margin:0 0 1rem}.category-bars{display:flex;flex-direction:column;gap:.5rem}.category-bar-row{display:flex;align-items:center;gap:.75rem}.category-label{font-size:.75rem;color:var(--text-secondary);min-width:140px;flex-shrink:0}.category-bar-container{flex:1;height:12px;background:var(--bg-secondary);border-radius:6px;overflow:hidden}.category-bar{height:100%;border-radius:6px;transition:width .5s ease}.category-prob{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);min-width:35px;text-align:right}.answer-summary{background:var(--bg-card);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.answer-summary h4{font-size:.9rem;color:var(--text-secondary);margin:0 0 1rem}.answer-summary-list{display:flex;flex-direction:column;gap:.5rem}.answer-summary-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:var(--bg-secondary);border-radius:6px}.answer-summary-num{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);min-width:24px}.answer-summary-text{flex:1;font-size:.85rem;color:var(--text-secondary)}.answer-summary-value{font-family:var(--font-mono);font-size:.75rem;padding:.125rem .5rem;border-radius:4px}.answer-summary-value.yes{background:#34d39933;color:var(--yes-color)}.answer-summary-value.no{background:#f8717133;color:var(--no-color)}.answer-summary-value.skip{background:#fbbf2433;color:var(--neutral)}.results-actions{display:flex;gap:1rem;justify-content:center}.action-button{padding:.875rem 2rem;font-family:var(--font-body);font-size:1rem;font-weight:500;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease}.action-button.primary{background:var(--accent-primary);color:var(--bg-primary)}.action-button.primary:hover{background:var(--accent-glow);transform:translateY(-2px)}.action-button.secondary{background:transparent;border-color:var(--accent-primary);color:var(--accent-primary)}.action-button.secondary:hover{background:#818cf81a;transform:translateY(-2px)}.footer{padding:1.5rem;text-align:center;margin-bottom:48px}.footer a{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s ease}.footer a:hover{color:var(--accent-primary)}.toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:var(--bg-card);color:var(--text-primary);padding:.875rem 1.5rem;border-radius:8px;font-size:.9rem;box-shadow:0 4px 24px #0006;border:1px solid rgba(129,140,248,.2);z-index:200;animation:toastIn .3s ease}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.loading{padding:4rem;text-align:center;color:var(--text-muted)}@media(min-width:640px){.header-title{font-size:2.5rem}.header-subtitle{font-size:1rem}.question-text{font-size:1.4rem}.question-card{padding:2.5rem}.debug-panel{max-width:350px}.category-label{min-width:180px}}@media(min-width:1024px){.main-content{padding:2rem}.header{padding:2rem 2rem 1.5rem}.header-title{font-size:2.75rem}.question-card{padding:3rem}.question-text{font-size:1.5rem}.answer-history{position:fixed;top:100px;left:1rem;right:auto;bottom:auto;max-width:280px;border-radius:8px;border:1px solid rgba(129,140,248,.2);max-height:calc(100vh - 120px)}.answer-history:not(.open){max-height:48px}.history-list{max-height:calc(100vh - 168px)}.footer{margin-bottom:0}.toast{bottom:40px}}@media(min-width:1280px){.quiz-container,.results-view{max-width:720px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:480px){.answer-buttons{flex-direction:column}.alternatives-list{grid-template-columns:1fr}.category-label{min-width:100px;font-size:.65rem}.results-actions{flex-direction:column}.action-button{width:100%}}.answer-button:focus-visible,.action-button:focus-visible,.history-toggle:focus-visible,.debug-toggle:focus-visible,.history-action:focus-visible,.claudes-take-toggle:focus-visible{outline:2px solid var(--accent-glow);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#818cf84d}.convergence-warning{width:100%;max-width:640px;margin:1rem auto;background:var(--bg-card);border-radius:12px;padding:2rem;text-align:center;border:1px solid rgba(251,191,36,.3);box-shadow:0 4px 24px #0000004d}.convergence-warning-icon{color:var(--neutral);margin-bottom:1rem}.convergence-warning-icon svg{width:48px;height:48px}.convergence-warning-title{font-family:var(--font-heading);font-size:1.5rem;color:var(--text-primary);margin:0 0 1.5rem}.convergence-warning-content{text-align:left;color:var(--text-secondary);line-height:1.7}.convergence-warning-content p{margin:0 0 1rem}.convergence-tensions{background:var(--bg-secondary);border-radius:8px;padding:1rem;margin:1rem 0}.tensions-label{font-size:.9rem;color:var(--text-muted);margin:0 0 .75rem!important}.tensions-list{list-style:none;padding:0;margin:0}.tension-item{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 0;font-size:1rem}.tension-position{font-weight:500}.tension-and{color:var(--text-muted);font-size:.85rem}.convergence-reassurance{font-style:italic;color:var(--text-muted);font-size:.95rem;margin-top:1rem!important;margin-bottom:0!important}.convergence-warning-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}@media(max-width:480px){.convergence-warning-actions{flex-direction:column}.convergence-warning-actions .action-button{width:100%}}
