.scd-container{max-width:860px;margin:0 auto;padding:2.5rem 1.25rem 4rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1e293b}.scd-header{text-align:center;margin-bottom:2.5rem}.scd-badge{display:inline-block;background-color:#e0f2fe;color:#0369a1;font-size:.875rem;font-weight:600;padding:.35rem 1rem;border-radius:9999px;margin-bottom:1rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.scd-hero-title{font-size:2.25rem;font-weight:800;color:#0f4c81;line-height:1.3;margin-bottom:1rem;letter-spacing:-.02em}.scd-hero-desc{font-size:1.05rem;color:#475569;line-height:1.6;max-width:680px;margin:0 auto}.scd-progress-container{position:sticky;top:92px;z-index:90;background-color:#ffffff;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.75rem;box-shadow:0 4px 14px rgba(15,76,129,.12);border:1.5px solid #cbd5e1;backdrop-filter:blur(8px)}@media (max-width:768px){.scd-progress-container{top:76px;padding:1rem 1.25rem;margin-bottom:1.25rem}}.scd-progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.95rem;font-weight:600;color:#334155}.scd-progress-bar-bg{width:100%;height:10px;background-color:#f1f5f9;border-radius:9999px;overflow:hidden}.scd-progress-bar-fill{height:100%;background:linear-gradient(90deg,#20b2aa,#0f4c81);border-radius:9999px;transition:width .3s ease-in-out}.scd-card{background-color:#ffffff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.05),0 4px 6px -2px rgba(0,0,0,.02);border:1px solid #e2e8f0}.scd-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.scd-card-num{background-color:#0f4c81;color:#ffffff;font-weight:700;font-size:.9rem;padding:.25rem .75rem;border-radius:6px}.scd-question-text{font-size:1.25rem;font-weight:700;color:#0f2942;line-height:1.5;margin-bottom:1.5rem}.scd-options-grid{display:flex;flex-direction:column;gap:.85rem}.scd-option-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.1rem 1.3rem;background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;text-align:left;font-size:1.05rem;font-weight:600;color:#334155;cursor:pointer;transition:all .2s ease-in-out}.scd-option-btn:hover{background-color:#f0fdfa;border-color:#20b2aa;color:#0f4c81;transform:translateY(-1px)}.scd-option-btn.selected{background-color:#e6f4f8;border-color:#0f4c81;color:#0f4c81;box-shadow:0 0 0 3px rgba(15,76,129,.15)}.scd-option-radio{width:20px;height:20px;border-radius:50%;border:2px solid #cbd5e1;margin-right:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scd-option-btn.selected .scd-option-radio{border-color:#0f4c81;background-color:#0f4c81}.scd-option-btn.selected .scd-option-radio:after{content:"";width:8px;height:8px;border-radius:50%;background-color:#ffffff}.scd-risk-box{margin-top:1.5rem;padding:1rem 1.25rem;background-color:#fff7ed;border-left:4px solid #ea580c;border-radius:6px;font-size:.925rem;color:#9a3412;line-height:1.5}.scd-risk-title{font-weight:700;margin-bottom:.3rem;color:#c2410c}.scd-action-bar{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.scd-submit-btn{width:100%;padding:1.25rem;font-size:1.2rem;font-weight:800;color:#ffffff;background:linear-gradient(135deg,#0f4c81,#20b2aa);border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 12px rgba(15,76,129,.3);transition:all .2s ease-in-out;text-align:center}.scd-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(15,76,129,.4)}.scd-submit-btn:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none;opacity:.7}.scd-loading-box{background-color:#ffffff;border-radius:16px;padding:4rem 2rem;text-align:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.05)}.scd-spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top-color:#0f4c81;border-radius:50%;animation:scd-spin 1s linear infinite;margin:0 auto 1.5rem}@keyframes scd-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scd-result-card{background-color:#ffffff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.08);border:2px solid #e2e8f0;margin-bottom:2rem}.scd-result-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:9999px;font-size:1.1rem}.scd-result-badge,.scd-result-title{font-weight:800;margin-bottom:1.25rem}.scd-result-title{font-size:1.75rem;line-height:1.35;color:#0f2942}.scd-gauge-box{background-color:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:1.75rem;border:1px solid #e2e8f0;text-align:center}.scd-gauge-score{font-size:3rem;font-weight:900;color:#0f4c81;line-height:1}.scd-gauge-score-max{font-size:1.25rem;color:#64748b;font-weight:500}.scd-gauge-meter{height:12px;background-color:#e2e8f0;border-radius:9999px;margin-top:1rem;overflow:hidden}.scd-gauge-meter-fill{height:100%;border-radius:9999px;transition:width .8s cubic-bezier(.4,0,.2,1)}.scd-result-desc{font-size:1.05rem;line-height:1.7;color:#334155;margin-bottom:1.75rem;padding:1.25rem;background-color:#f8fafc;border-radius:10px}.scd-missing-box{background-color:#fff7ed;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:2rem;border:1px solid #fed7aa}.scd-missing-title{font-weight:700;font-size:1.05rem;color:#c2410c;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.scd-missing-list{list-style-type:disc;padding-left:1.5rem;margin:0;color:#9a3412;font-size:.975rem;line-height:1.6}.scd-cta-card{background:linear-gradient(135deg,#0f4c81,#1e3a8a);color:#ffffff!important;border-radius:16px;padding:2.25rem 2rem;margin-bottom:2rem;box-shadow:0 10px 20px rgba(15,76,129,.25);text-align:center}.scd-cta-title{font-size:1.5rem;font-weight:800;color:#ffffff!important;margin-bottom:.75rem}.scd-cta-desc{font-size:1rem;line-height:1.6;color:#ffffff!important;opacity:.95;margin-bottom:1.75rem;max-width:620px;margin-left:auto;margin-right:auto}.scd-cta-button{display:inline-block;width:100%;max-width:480px;padding:1.15rem 1.5rem;background-color:#20b2aa;color:#ffffff!important;font-size:1.15rem;font-weight:800;text-decoration:none;border-radius:12px;box-shadow:0 4px 10px rgba(32,178,170,.4);transition:all .2s ease-in-out}.scd-cta-button:hover{background-color:#179b94;transform:translateY(-2px);box-shadow:0 6px 14px rgba(32,178,170,.5)}.scd-advisor-box{background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:center}.scd-advisor-text{font-size:.95rem;color:#475569;line-height:1.6;margin-bottom:1.25rem}.scd-print-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background-color:#ffffff;border:2px solid #0f4c81;color:#0f4c81;font-size:1rem;font-weight:700;border-radius:10px;cursor:pointer;transition:all .2s ease-in-out}.scd-print-btn:hover{background-color:#0f4c81;color:#ffffff}.scd-print-answers{display:none}.scd-disclaimer-box{background-color:#ffffff;border-radius:12px;padding:1.25rem 1.5rem;border:1px solid #e2e8f0;color:#64748b;font-size:.85rem;line-height:1.6}@media print{body{background-color:#ffffff!important;color:#000000!important;font-size:11px!important}.back-to-top,.re-diagnosis-btn,.scd-action-bar,.scd-header,.scd-print-btn,.scd-progress-container,footer,header,nav{display:none!important}.scd-container{max-width:100%!important;padding:0!important;margin:0!important}.scd-result-card{box-shadow:none!important;border:1px solid #94a3b8!important;padding:1rem 1.25rem!important;margin-bottom:.75rem!important;page-break-inside:avoid;break-inside:avoid}.scd-result-badge{font-size:.9rem!important;padding:.25rem .75rem!important;margin-bottom:.5rem!important}.scd-result-title{font-size:1.25rem!important;margin-bottom:.5rem!important;line-height:1.3!important}.scd-gauge-box{padding:.5rem .75rem!important;margin-bottom:.6rem!important;border:1px solid #cbd5e1!important}.scd-gauge-score{font-size:2rem!important}.scd-gauge-score-max{font-size:1rem!important}.scd-gauge-meter{height:8px!important;margin-top:.4rem!important}.scd-result-desc{font-size:.85rem!important;line-height:1.45!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important}.scd-missing-box,.scd-result-desc{padding:.6rem .75rem!important;margin-bottom:.6rem!important}.scd-missing-box{border:1px solid #fed7aa!important}.scd-missing-title{font-size:.875rem!important;margin-bottom:.3rem!important}.scd-missing-list{font-size:.825rem!important;line-height:1.35!important;padding-left:1.2rem!important}.scd-cta-card{background:#f8fafc!important;color:#0f4c81!important;border:1.5px solid #0f4c81!important;padding:.75rem 1rem!important;margin-bottom:.6rem!important;box-shadow:none!important;text-align:center!important}.scd-cta-title{color:#0f4c81!important;font-size:1.05rem!important;margin-bottom:.2rem!important}.scd-cta-desc{color:#334155!important;font-size:.8rem!important;margin-bottom:.4rem!important;line-height:1.35!important}.scd-cta-button{background:#0f4c81!important;color:#ffffff!important;font-size:.85rem!important;padding:.4rem .85rem!important;border-radius:6px!important}.scd-advisor-box{padding:.6rem .75rem!important;margin-bottom:.5rem!important;border:1px solid #cbd5e1!important;background-color:#f1f5f9!important}.scd-advisor-text{font-size:.825rem!important;margin-bottom:0!important;line-height:1.35!important}.scd-print-answers{display:block!important;margin-top:1rem!important;page-break-before:always;break-before:page}.scd-print-answers h3{font-size:1.15rem!important;margin-bottom:.25rem!important;color:#0f4c81!important}.scd-print-answers p{font-size:.825rem!important;margin-bottom:.6rem!important;color:#475569!important}.scd-print-table{width:100%!important;border-collapse:collapse!important;margin-top:.4rem!important;margin-bottom:.75rem!important}.scd-print-table td,.scd-print-table th{border:1px solid #cbd5e1!important;padding:.35rem .5rem!important;font-size:.775rem!important;line-height:1.3!important}.scd-print-table th{background-color:#f1f5f9!important;color:#1e293b!important}.scd-disclaimer-box{margin-top:.5rem!important;padding:.6rem .75rem!important;font-size:.75rem!important;line-height:1.35!important;border:1px solid #cbd5e1!important;border-radius:6px!important;page-break-inside:avoid;break-inside:avoid}}