.assessment-flow{background:#fff;border-radius:12px;max-width:700px;margin:0 auto;padding:2rem;box-shadow:0 2px 12px #0000001a}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.progress-bar{background:#e2e8f0;border:1px solid #cbd5e1;border-radius:5px;width:100%;height:12px;margin-bottom:1.25rem;overflow:hidden;box-shadow:inset 0 1px 2px #0000001a}.progress-fill{background:#2563eb;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #2563eb4d}.step-indicator{text-align:center;color:#475569;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.step h2{color:#1e3a5f;margin-bottom:3rem;font-size:2rem;font-weight:700;line-height:1.2}.form-group{margin-bottom:4rem}.form-group label{color:#212529;margin-bottom:1rem;font-size:1.05rem;font-weight:600;display:block}.form-group .help-text{color:#6c757d;margin-top:.5rem;font-size:.875rem;line-height:1.5;display:block}.radio-group,.checkbox-list{flex-direction:column;gap:1.25rem;display:flex}.radio-label,.checkbox-label{cursor:pointer;border:2px solid #dee2e6;border-radius:8px;align-items:center;gap:.75rem;min-height:44px;padding:1.25rem;transition:all .2s;display:flex;position:relative}.radio-label:hover,.checkbox-label:hover{background:#f8f9fa;border-color:#1e3a5f;transform:translate(2px)}.radio-label input,.checkbox-label input{appearance:none;cursor:pointer;background:#fff;border:2px solid #475569;border-radius:50%;flex-shrink:0;width:20px;height:20px;transition:all .2s;position:relative}.radio-label input:hover,.checkbox-label input:hover{border-color:#1e40af}.radio-label input:checked,.checkbox-label input:checked{background:#2563eb;border-color:#2563eb}.radio-label input:checked:after,.checkbox-label input:checked:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;animation:.2s checkPop;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}@keyframes checkPop{0%{transform:translate(-50%,-50%)scale(0)}50%{transform:translate(-50%,-50%)scale(1.2)}to{transform:translate(-50%,-50%)scale(1)}}:is(.radio-label:has(input:checked),.checkbox-label:has(input:checked)){background:#eff6ff;border-color:#2563eb}.radio-label input:focus-visible,.checkbox-label input:focus-visible{outline-offset:2px;outline:2px solid #1e3a5f}.checkbox-grid{border:1px solid #dee2e6;border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;max-height:400px;padding:1rem;display:grid;overflow-y:auto}.select,.input{background:#fff;border:2px solid #dee2e6;border-radius:8px;width:100%;min-height:44px;padding:.875rem 1rem;font-size:1rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.select:hover,.input:hover{background:#f8f9fa;border-color:#adb5bd}.select:focus,.input:focus{background:#fff;border-color:#1e3a5f;outline:none;transform:translateY(-1px);box-shadow:0 0 0 4px #1e3a5f1f}.error{color:#dc3545;margin-top:.5rem;font-size:.875rem;display:block}.mode-selector{gap:1rem;margin-bottom:2rem;display:flex}.mode-option{cursor:pointer;background:#fff;border:2px solid #dee2e6;border-radius:8px;flex:1;align-items:center;gap:.75rem;min-height:44px;padding:1rem;font-weight:600;transition:all .2s;display:flex}.mode-option:hover{background:#f8f9fa;border-color:#1e3a5f}.mode-option input[type=radio]{appearance:none;cursor:pointer;border:2px solid #475569;border-radius:50%;width:20px;height:20px;transition:all .2s;position:relative}.mode-option input[type=radio]:checked{background:#1e3a5f;border-color:#1e3a5f}.mode-option input[type=radio]:checked:after{content:"";background:#fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.revenue-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.detailed-mode{border:1px solid #dee2e6;border-radius:8px;max-height:500px;padding:1rem;overflow-y:auto}.state-label{color:#495057;padding:.75rem 0;font-weight:500;display:block}.review-section{background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.review-section h3{color:#212529;margin-bottom:1rem;font-size:1.25rem}.review-section p{color:#495057;margin:.5rem 0}.edit-link{color:#1e3a5f;cursor:pointer;background:0 0;border:none;margin-top:.5rem;padding:.5rem 0;font-weight:600;text-decoration:underline;transition:opacity .2s}.edit-link:hover{opacity:.7}.step-actions{border-top:1px solid #dee2e6;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.btn{cursor:pointer;letter-spacing:.3px;border:none;border-radius:8px;min-width:200px;min-height:48px;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn:active{transform:scale(.97)}.btn:focus-visible{outline-offset:3px;outline:3px solid #1e3a5f80}.btn-primary{color:#fff;background:#1e3a5f;box-shadow:0 2px 8px #1e3a5f33}.btn-primary:hover{background:#2a4a75;transform:translateY(-2px);box-shadow:0 6px 16px #1e3a5f59}.btn-secondary{color:#6c757d;box-shadow:none;background:0 0;border:2px solid #dee2e6;transition:all .2s}.btn-secondary:hover{color:#495057;background:#f8f9fa;border-color:#adb5bd;transform:translate(-2px)}@media (width<=768px){.assessment-flow{margin-bottom:2rem;padding:1.5rem}.step h2{font-size:1.5rem}.revenue-row,.checkbox-grid{grid-template-columns:1fr}.step-actions{flex-direction:column-reverse;margin-bottom:1rem}.btn{width:100%}}@media (width<=375px){.assessment-flow{padding:1rem}}.results{max-width:1200px;margin:0 auto}.summary-card{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 12px #0000001a}.summary-card h2{color:#212529;margin-bottom:1.5rem;font-size:1.75rem}.summary-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.stat{text-align:center}.stat-value{color:#667eea;margin-bottom:.5rem;font-size:3rem;font-weight:700}.stat-value.risk-high{color:#dc3545}.stat-value.risk-medium{color:#ffc107}.stat-value.risk-low{color:#28a745}.stat-label{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.empty-state{text-align:center;background:linear-gradient(135deg,#d4fc79 0%,#96e6a1 100%);border-radius:12px;margin:2rem 0;padding:3rem 2rem}.empty-state h3{color:#155724;margin-bottom:1rem;font-size:2rem}.empty-state p{color:#155724;margin:.5rem 0;font-size:1.125rem}.results-controls{background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 2px 12px #0000001a}.filter-buttons{gap:.5rem;display:flex}.filter-buttons button{cursor:pointer;background:#fff;border:2px solid #dee2e6;border-radius:8px;padding:.5rem 1rem;font-weight:600;transition:all .2s}.filter-buttons button.active{color:#fff;background:#667eea;border-color:#667eea}.export-buttons{gap:.5rem;display:flex}.results-table{background:#fff;border-radius:12px;padding:1.5rem;overflow-x:auto;box-shadow:0 2px 12px #0000001a}.results-cards{display:none}@media (width<=768px){.results-table table{display:none}.results-cards{flex-direction:column;gap:1rem;display:flex}.result-card{cursor:pointer;background:#fff;border:2px solid #dee2e6;border-radius:12px;padding:1.5rem;transition:all .2s}.result-card:hover,.result-card:focus{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea26}.result-card.has-nexus{background:#fff3cd;border-color:#ffc107}.result-card-header{border-bottom:1px solid #dee2e6;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.result-card-state{color:#212529;font-size:1.25rem;font-weight:700}.result-card-nexus{align-items:center;gap:.5rem;display:flex}.result-card-body{flex-direction:column;gap:.75rem;display:flex}.result-card-row{justify-content:space-between;align-items:center;display:flex}.result-card-label{color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.result-card-value{color:#212529;font-size:1rem;font-weight:500}.result-card-footer{border-top:1px solid #dee2e6;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}}table{border-collapse:collapse;width:100%}th{text-align:left;color:#495057;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #dee2e6;padding:1rem;font-size:.875rem;font-weight:700}th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}th.sortable:hover{color:#667eea}td{border-bottom:1px solid #f1f3f5;padding:1rem}tr{cursor:pointer;transition:background .2s}tr:hover{background:#f8f9fa}tr.has-nexus{background:#fff3cd}tr.has-nexus:hover{background:#ffe8a1}.badge{border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.badge-yes{color:#fff;background:#dc3545}.badge-no{color:#fff;background:#28a745}.risk-badge{text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.risk-badge.risk-high{color:#fff;background:#dc3545}.risk-badge.risk-medium{color:#212529;background:#ffc107}.risk-badge.risk-low{color:#6c757d;background:#e9ecef}.btn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{color:#fff;background:#6c757d}.btn-secondary:hover{background:#5a6268}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-close{cursor:pointer;color:#6c757d;background:0 0;border:none;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:#212529}.modal h2{color:#212529;margin-bottom:1.5rem;padding-right:2rem;font-size:1.75rem}.modal-content{flex-direction:column;gap:1rem;display:flex}.modal-row{border-bottom:1px solid #f1f3f5;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.modal-actions{border-top:2px solid #dee2e6;margin-top:1.5rem;padding-top:1.5rem}.modal-actions p{margin:.5rem 0}.modal-actions .btn{width:100%;margin-top:1rem}@media (width<=768px){.summary-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-value{font-size:2rem}.results-controls{flex-direction:column;align-items:stretch}.filter-buttons,.export-buttons{flex-direction:column}.filter-buttons button,.export-buttons button{width:100%}.results-table{overflow-x:auto}table{font-size:.875rem}th,td{padding:.5rem}}.action-panel{background:#fff;border-radius:8px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.action-panel h3{color:#111827;margin-bottom:1rem;font-size:1.125rem}.action-list{flex-direction:column;gap:.75rem;display:flex}.action-item{background:#f3f4f6;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.action-state{align-items:center;gap:.5rem;display:flex}.action-link{color:#2c98e3;font-weight:500;text-decoration:none}.action-link:hover{text-decoration:underline}@media (width>=1024px){.results{grid-template-columns:1fr 300px;gap:2rem;display:grid}.action-panel{height:fit-content;margin-bottom:0;position:sticky;top:2rem}}@media (width<=375px){.summary-card{padding:1rem}.summary-stats{grid-template-columns:1fr}.modal{padding:1.5rem}}.results-main{flex:1}.results-table tbody tr{cursor:pointer;transition:background .2s}.results-table tbody tr:focus{outline-offset:-2px;outline:2px solid #2563eb}.results-table tbody tr:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{color:#fff;background:#1e3a5f;padding:1.5rem 1rem;position:relative;overflow:hidden}.app-header:before{content:"";opacity:.3;background-color:#0000;background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px),linear-gradient(0deg,#ffffff08 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:20px 20px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.header-content{z-index:1;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex;position:relative}.header-brand{text-align:left}.app-header h1{margin:0;font-size:1.75rem;font-weight:700}.header-nav{align-items:center;gap:2rem;display:flex}.header-nav a{color:#fff;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s}.header-nav a:hover{opacity:.8;text-decoration:underline}.header-nav a:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #fff}.app-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:6rem 1rem}.app-footer{color:#fff;text-align:center;background:linear-gradient(135deg,#1e3a5f 0%,#3b82f6 100%);padding:2rem 1rem;font-size:16px}.app-footer p{margin:.5rem 0;line-height:1.5}.app-footer .disclaimer{color:#ffffffe6;font-size:14px}.loading-state{text-align:center;padding:4rem 2rem}.loading-spinner{border:4px solid #e5e7eb;border-top-color:#2c98e3;border-radius:50%;width:64px;height:64px;margin:0 auto 2rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-state h2{color:#111827;margin-bottom:.5rem;font-size:1.5rem}.loading-state p{color:#6b7280;font-size:1rem}.skeleton-table{max-width:1000px;margin:2rem auto;padding:0 1rem}.skeleton-row{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}.skeleton-text{flex:1;height:20px}.skeleton-badge{width:80px;height:24px}.skeleton-number{width:100px;height:20px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.easter-egg{z-index:9999;animation:.5s ease-out slideDown,.5s ease-in 4.5s fadeOut;position:fixed;top:20px;left:50%;transform:translate(-50%)}.easter-egg-content{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;padding:1rem 2rem;font-size:1.1rem;box-shadow:0 10px 30px #0000004d}.easter-egg-content small{opacity:.9;font-size:.85rem}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-100px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOut{to{opacity:0;transform:translate(-50%,-20px)}}.error-state{text-align:center;max-width:600px;margin:0 auto;padding:4rem 2rem}.error-state h2{color:#c00;margin-bottom:1rem;font-size:1.5rem}.error-state p{color:#4b5563;margin-bottom:2rem;line-height:1.6}.error-actions{justify-content:center;gap:1rem;display:flex}.btn{transition:all .2s ease-in-out}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}@media (hover:none){.btn:active{opacity:.9;transform:scale(.98)}}.app-main>*{animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.header-content{text-align:center;flex-direction:column;gap:1rem}.header-brand{text-align:center}.app-header h1{font-size:1.75rem}.app-header p{font-size:1rem}.header-nav{gap:1rem;font-size:.9rem}.app-main{padding:1rem}.error-actions{flex-direction:column}}@media (width<=375px){.app{font-size:16px}.app-header{padding:1.5rem 1rem}.app-header h1{font-size:1.5rem}.app-header p{font-size:.875rem}.app-main{padding:1rem .75rem}.app-footer{padding:1.5rem 1rem;font-size:14px}}.mobile-nav{z-index:100;background:#fff;border-top:1px solid #e5e7eb;padding:.5rem 0;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #0000001a}.mobile-nav-item{color:#6b7280;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:44px;padding:.5rem;font-size:.75rem;text-decoration:none;transition:color .2s;display:flex}.mobile-nav-item:hover,.mobile-nav-item:focus{color:#2563eb}.mobile-nav-icon{margin-bottom:.25rem;font-size:1.5rem}.mobile-nav-label{font-size:.625rem;font-weight:500}@media (width<=768px){.mobile-nav{display:flex}.header-nav{display:none}.app-main{padding-bottom:calc(80px + env(safe-area-inset-bottom))}}.pseo-page{max-width:800px;margin:0 auto;padding:2rem 1rem;line-height:1.7}.pseo-header{border-bottom:3px solid #2563eb;margin-bottom:3rem;padding-bottom:2rem}.pseo-header h1{color:#111827;margin-bottom:1.5rem;font-size:2.25rem;line-height:1.2}.pseo-meta{flex-wrap:wrap;gap:1rem;font-size:.875rem;display:flex}.pseo-meta span{background:#f3f4f6;border-radius:6px;padding:.5rem 1rem;font-weight:500}.pseo-threshold{color:#1e40af;background:#dbeafe!important}.pseo-marketplace{color:#166534;background:#dcfce7!important}.pseo-toc{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin:2rem 0;padding:1.5rem}.pseo-toc h2{margin-top:0;margin-bottom:1rem;font-size:1.125rem}.pseo-toc ul{margin:0;padding:0;list-style:none}.pseo-toc li{margin:.5rem 0}.pseo-toc a{color:#2563eb;font-weight:500;text-decoration:none}.pseo-toc a:hover{text-decoration:underline}.pseo-section{margin:5rem 0}.pseo-section h2{color:#111827;border-bottom:2px solid #e5e7eb;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.75rem}.pseo-section p{color:#374151;margin:1rem 0;font-size:1.0625rem}.pseo-faq{margin-top:4rem}.faq-item{border:1px solid #e5e7eb;border-radius:8px;margin:1rem 0;overflow:hidden}.faq-question{text-align:left;color:#111827;cursor:pointer;background:#f9fafb;border:none;justify-content:space-between;align-items:center;width:100%;min-height:44px;padding:1.25rem;font-size:1.0625rem;font-weight:600;transition:background .2s;display:flex}.faq-question:hover{background:#f3f4f6}.faq-question:focus{outline-offset:-2px;outline:2px solid #2563eb}.faq-icon{color:#6b7280;font-size:1.5rem;font-weight:300}.faq-answer{background:#fff;padding:1.25rem;animation:.3s fadeIn}.faq-answer p{margin:0}.pseo-related{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:4rem;padding:2rem}.pseo-related h2{border:none;margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.related-links{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.related-link{color:#2563eb;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.related-link:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 2px 8px #2563eb1a}.tool-cta{text-align:center;background:#fff;border:2px solid #2563eb;border-radius:12px;margin-top:2rem;padding:2rem}.tool-cta h3{color:#111827;margin-top:0;font-size:1.5rem}.tool-cta p{color:#6b7280;margin:1rem 0 1.5rem}.footer-content{max-width:1200px;margin:0 auto}.footer-links{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:1rem;display:flex}.footer-links a{color:#fff;font-weight:500;text-decoration:none}.footer-links a:hover{text-decoration:underline}.results-with-sidebar{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}.action-sidebar{background:#fff;border:2px solid #dc2626;border-radius:12px;padding:1.5rem;position:sticky;top:2rem;box-shadow:0 4px 12px #dc262626}.action-sidebar h3{color:#dc2626;align-items:center;gap:.5rem;margin-top:0;font-size:1.125rem;display:flex}.action-count{color:#fff;background:#dc2626;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:700}.action-list{margin:1rem 0 0;padding:0;list-style:none}.action-item{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:.75rem 0;padding:1rem}.action-state{color:#111827;margin-bottom:.5rem;font-weight:700;display:block}.action-reason{color:#6b7280;margin-bottom:.75rem;font-size:.875rem;display:block}.action-link{color:#fff;background:#dc2626;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.action-link:hover{background:#b91c1c;transform:translate(2px)}@media (width<=1024px){.results-with-sidebar{grid-template-columns:1fr}.action-sidebar{order:-1;position:static}}@media (width<=768px){.pseo-header h1{font-size:1.75rem}.pseo-section h2{font-size:1.5rem}.related-links{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#212529;background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif;font-weight:600}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}input,select,textarea{font-family:inherit}
