body.main-page{background:var(--color-bg);display:flex;flex-direction:column;min-height:100vh}@supports (height:100dvh){body.main-page{min-height:100dvh}}body.main-page main.main-page-shell{display:flex;flex:1;flex-direction:column;min-height:0}.main-layout{align-items:stretch;display:flex;flex-direction:column;margin:0 auto;max-width:720px;padding:.75rem 1rem 0;width:100%}@supports (height:100dvh){.main-layout{justify-content:center;min-height:calc(100dvh - 3.5rem)}}.main-page-hero{flex-shrink:0;padding:.5rem 0;text-align:center}.main-page-hero h1{color:var(--color-text);font-size:1.25rem;font-weight:600;line-height:1.35;margin:0}.main-page-hero .page-subtitle{color:var(--color-text-muted);font-size:.9375rem;font-weight:500;margin:.25rem 0}.widget-panel{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1.5rem}.widget-panel-primary{display:flex;flex:0 0 auto;flex-direction:column;height:65vh;justify-content:center;margin-bottom:.5rem;max-height:65vh;overflow-y:auto;padding:1.25rem 1.5rem 1.5rem}@supports (height:100dvh){.widget-panel-primary{height:65dvh;max-height:65dvh}}.widget-panel-primary .test-widget{display:flex;flex:1;flex-direction:column;justify-content:center;min-height:0}.test-widget-title{font-size:1.35rem;font-weight:600;margin-bottom:.75rem}.main-page .test-widget-intro .test-widget-title{display:none}.main-page .test-widget-intro{text-align:center}.main-page .test-widget-form,.main-page .test-widget-result{margin:0 auto;max-width:36rem;width:100%}.content-section{flex-shrink:0;padding:1.5rem 1rem 2.5rem}.content-wrapper{color:var(--color-text-muted);font-size:.9375rem;line-height:var(--line-height);margin:0 auto;max-width:720px}.content-wrapper p+p{margin-top:.75rem}.test-disclaimer,.test-widget-lead{color:var(--color-text-muted);margin-bottom:1rem}.test-question{border:none;margin-bottom:1rem}.test-question legend{font-size:1.05rem;font-weight:600;line-height:1.45;margin-bottom:.75rem}.test-question label{cursor:pointer;display:block;margin-bottom:.5rem;padding:.35rem 0}.test-question label:hover{color:var(--color-text)}.test-widget-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.main-page .test-widget-intro .test-widget-actions,.test-widget-actions{justify-content:center}.test-score{font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.test-progress{font-size:.95rem;margin-bottom:.75rem}.test-progress,.test-safety{color:var(--color-text-muted)}.test-safety{margin-bottom:1rem}.test-safety a{color:var(--color-accent)}.test-interpretation,.test-widget-note{margin-bottom:1rem}@media (width >= 640px){.main-page-hero h1{font-size:1.375rem}.widget-panel-primary{padding:1.5rem 2rem 2rem}}