:root{--navy:#1b2a4a;--navy-light:#2a3f6a;--teal:#0ea5a0;--teal-light:#14b8b3;--teal-dark:#0c8c88;--amber:#e8a838;--amber-light:#fbd38d;--red:#dc2626;--red-light:#fee2e2;--green:#16a34a;--green-light:#dcfce7;--bg:#f8f9fa;--bg-alt:#eef1f5;--white:#fff;--text:#1a202c;--text-secondary:#4a5568;--text-muted:#718096;--border:#e2e8f0;--shadow-sm:0 1px 2px #1b2a4a0f;--shadow:0 4px 12px #1b2a4a14;--shadow-lg:0 8px 30px #1b2a4a1f;--radius:8px;--radius-lg:12px;--font-serif:"Merriweather", Georgia, serif;--font-sans:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);line-height:1.6}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--navy);font-weight:700;line-height:1.3}.app{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem}.app-header{background:var(--navy);border-bottom:3px solid var(--teal);z-index:100;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.brand{cursor:pointer;align-items:baseline;gap:.75rem;display:flex}.brand-name{font-family:var(--font-serif);color:var(--white);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.brand-tagline{color:var(--teal-light);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:500}.lang-toggle{color:var(--white);cursor:pointer;transition:var(--transition);font-size:.8rem;font-weight:600;font-family:var(--font-sans);background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:.35rem .75rem}.lang-toggle:hover{background:#fff3}.header-nav{align-items:center;gap:.25rem;display:flex}.header-nav a{color:#ffffffb3;transition:var(--transition);border-radius:4px;padding:.35rem .65rem;font-size:.8rem;font-weight:500;text-decoration:none}.header-nav a:hover{color:var(--white);background:#ffffff1a}.header-nav .nav-cta{background:var(--teal);color:var(--white);font-weight:600}.header-nav .nav-cta:hover{background:var(--teal-dark)}.app-footer{background:var(--navy);padding:2.5rem 1.5rem 1.5rem}.footer-inner{max-width:900px;margin:0 auto}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:grid}.footer-about h4,.footer-nav-col h4{color:var(--white);font-family:var(--font-sans);margin-bottom:.75rem;font-size:.85rem;font-weight:700}.footer-about-text{color:#fff9;font-size:.78rem;line-height:1.6}.footer-links-col{flex-direction:column;gap:.4rem;display:flex}.footer-links-col a{color:#fff9;transition:var(--transition);font-size:.8rem;text-decoration:none}.footer-links-col a:hover{color:var(--teal-light)}.footer-contact-note{color:#fff6;margin-top:.25rem;font-size:.7rem}.footer-bottom{text-align:center}.footer-bottom p{color:#ffffff59;max-width:600px;margin:0 auto;font-size:.7rem}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}}.pseo-page{max-width:800px;margin:0 auto}.breadcrumb{color:var(--text-muted);flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem;font-size:.75rem;display:flex}.breadcrumb a{color:var(--teal);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:var(--text-muted)}.pseo-header{margin-bottom:2rem}.pseo-header h1{margin-bottom:.75rem;font-size:1.75rem}.pseo-icon{margin-bottom:.5rem;font-size:2rem;display:block}.pseo-subtitle{color:var(--text-secondary);font-size:1rem;line-height:1.6}.pseo-score-preview{background:var(--bg-alt);border-radius:var(--radius);align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 1.25rem;display:flex}.pseo-score-label{color:var(--text-muted);font-size:.8rem}.pseo-score-value{color:var(--navy);font-size:1.5rem;font-weight:900;font-family:var(--font-sans)}.pseo-score-interp{color:var(--red);text-transform:uppercase;font-size:.75rem;font-weight:700}.pseo-section{margin-bottom:2rem}.pseo-section h2{margin-bottom:.75rem;font-size:1.25rem}.pseo-section p{color:var(--text);font-size:.92rem;line-height:1.75}.pseo-challenges{padding:0;list-style:none}.pseo-challenges li{border-bottom:1px solid var(--bg-alt);color:var(--text-secondary);padding:.6rem 0 .6rem 1.5rem;font-size:.9rem;line-height:1.5;position:relative}.pseo-challenges li:before{content:"";background:var(--amber);border-radius:50%;width:8px;height:8px;position:absolute;top:.85rem;left:0}.pseo-vendor-cards{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.pseo-vendor-mini{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.pseo-vendor-mini h4{font-family:var(--font-sans);margin-bottom:.5rem;font-size:.9rem}.pseo-vendor-badges{gap:.35rem;margin-bottom:.5rem;display:flex}.mini-badge{text-transform:uppercase;border-radius:3px;padding:.15rem .4rem;font-size:.6rem;font-weight:700}.badge-green{background:var(--green-light);color:var(--green)}.badge-amber{background:var(--amber-light);color:#92400e}.badge-red{background:var(--red-light);color:var(--red)}.pseo-vendor-note{color:var(--text-muted);font-size:.72rem;line-height:1.4}.pseo-cta{background:var(--navy);border-radius:var(--radius-lg);text-align:center;margin:2rem 0;padding:2rem}.pseo-cta h2{color:var(--white);margin-bottom:.75rem;font-size:1.25rem}.pseo-cta p{color:#ffffffb3;max-width:500px;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;font-size:.9rem}.pseo-region-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:2rem;display:grid}.region-stat{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:.85rem}.region-stat-label{color:var(--text-muted);text-transform:uppercase;margin-bottom:.25rem;font-size:.6rem;font-weight:600;display:block}.region-stat-value{font-size:.85rem;font-weight:700;display:block}.stat-green{color:var(--green)}.stat-amber{color:#b45309}.stat-red{color:var(--red)}.pseo-action-list{padding-left:1.25rem}.pseo-action-list li{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;line-height:1.6}.pseo-index{max-width:900px;margin:0 auto}.pseo-index h1{margin-bottom:.75rem;font-size:1.75rem}.pseo-card-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.pseo-card-grid-wide{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.pseo-index-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);transition:var(--transition);padding:1.25rem;text-decoration:none;display:block}.pseo-index-card:hover{box-shadow:var(--shadow);border-color:var(--teal);transform:translateY(-2px)}.pseo-index-icon{margin-bottom:.5rem;font-size:1.75rem;display:block}.pseo-index-card h3{font-family:var(--font-sans);color:var(--navy);margin-bottom:.35rem;font-size:.95rem;font-weight:700}.pseo-index-stat{color:var(--text-muted);margin-bottom:.35rem;font-size:.8rem}.pseo-index-detail{color:var(--text-secondary);font-size:.78rem;line-height:1.5}.pseo-index-score{border-radius:4px;margin-top:.25rem;padding:.2rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.score-red{background:var(--red-light);color:var(--red)}.score-amber{background:var(--amber-light);color:#92400e}.score-green{background:var(--green-light);color:var(--green)}.pseo-index-badges{gap:.35rem;margin-top:.5rem;display:flex}.page-not-found{text-align:center;color:var(--text-muted);padding:4rem}@media (width<=768px){.header-nav{display:none}.pseo-region-stats{grid-template-columns:repeat(2,1fr)}.pseo-card-grid{grid-template-columns:1fr}}.btn{border-radius:var(--radius);font-family:var(--font-sans);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--teal);color:var(--white)}.btn-primary:hover{background:var(--teal-dark);box-shadow:var(--shadow);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:var(--bg-alt);color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-secondary:disabled{opacity:.4;cursor:not-allowed}.btn-outline{color:var(--text-secondary);border:1px solid var(--border);background:0 0}.btn-outline:hover{border-color:var(--navy);color:var(--navy)}.btn-accent{background:var(--amber);color:var(--navy)}.btn-accent:hover{background:#d4972e}.btn-text{color:var(--teal);background:0 0;border:none;padding:.5rem 0;font-weight:500}.btn-text:hover{color:var(--teal-dark)}.btn-lg{padding:.85rem 1.75rem;font-size:1rem}.btn-loading{align-items:center;gap:.5rem;display:inline-flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.homepage{max-width:900px;margin:0 auto}.hero{text-align:center;padding:2.5rem 0 2rem}.hero-badge{background:var(--red-light);color:var(--red);text-transform:uppercase;letter-spacing:.04em;opacity:.85;border-radius:20px;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.65rem;font-weight:600;display:inline-block}.hero-title{max-width:700px;margin:0 auto 1.5rem;font-size:2.25rem;font-weight:900;line-height:1.2}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto .5rem;font-size:1rem;line-height:1.7}.hero-subtitle-emphasis{color:var(--text);margin-top:.75rem;font-weight:500}.hero-cta{flex-direction:column;align-items:center;gap:.75rem;margin-top:2.5rem;display:flex}.btn-xl{padding:1.1rem 2.5rem;font-size:1.15rem;box-shadow:0 4px 14px #0ea5a04d}.hero-cta-note{color:var(--text-muted);font-size:.8rem}.empathy-section{margin-bottom:2.5rem}.empathy-text{color:var(--text-secondary);text-align:center;border-left:3px solid var(--teal);border-radius:0 var(--radius) var(--radius) 0;text-align:left;background:#f0fdfa;max-width:700px;margin:0 auto;padding:1rem 1.5rem;font-size:1rem;font-style:italic;line-height:1.8}.consequences-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.consequence-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);padding:1.5rem}.consequence-card:hover{box-shadow:var(--shadow)}.consequence-critical{border-color:var(--red);background:#fff5f5}.consequence-icon{color:var(--red);margin-bottom:.75rem}.consequence-card:not(.consequence-critical) .consequence-icon{color:var(--amber)}.consequence-card h4{font-family:var(--font-sans);color:var(--navy);margin-bottom:.5rem;font-size:.9rem;font-weight:700}.consequence-card p{color:var(--text-secondary);font-size:.82rem;line-height:1.6}.vendor-table-legend{background:var(--bg-alt);border-radius:var(--radius);color:var(--text-secondary);margin-bottom:1.25rem;padding:1rem 1.25rem;font-size:.82rem}.vendor-table-legend p{margin-bottom:.5rem}.vendor-table-legend ul{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.25rem;padding:0;list-style:none;display:grid}.vendor-table-legend li{font-size:.78rem;line-height:1.4}.status-icon{font-size:1rem}.status-yes .status-icon{color:var(--green)}.status-no .status-icon{color:var(--red)}.status-maybe .status-icon{color:var(--amber)}.vendor-badge{text-transform:uppercase;border-radius:3px;padding:.15rem .45rem;font-size:.65rem;font-weight:700;display:inline-block}.risk-badge{text-transform:uppercase;letter-spacing:.02em;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.risk-badge-low{background:var(--green-light);color:var(--green)}.risk-badge-med{background:var(--amber-light);color:#92400e}.risk-badge-high{background:var(--red-light);color:var(--red)}.vendor-table-cta{color:var(--text-secondary);margin-top:1rem;font-size:.85rem;font-style:italic}.section-cta-link{color:var(--text-secondary);margin-top:1.25rem;font-size:.9rem}.section-cta-link a{color:var(--teal);font-weight:600;text-decoration:none}.section-cta-link a:hover{text-decoration:underline}.category-card-icon{font-size:1.25rem}.category-why{color:var(--teal-dark);border-top:1px solid var(--bg-alt);margin-top:.35rem;padding-top:.35rem;font-size:.72rem;font-weight:500;line-height:1.4}.steps-outcome{text-align:center;color:var(--text);max-width:550px;margin:0 auto 1.5rem;font-size:.95rem;font-weight:500;line-height:1.6}.sticky-cta{background:var(--navy);border-top:2px solid var(--teal);z-index:90;padding:.75rem 1.5rem;animation:.3s slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sticky-cta-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:900px;margin:0 auto;display:flex}.sticky-cta-text{color:#ffffffe6;font-size:.9rem;font-weight:500}.trust-bar{background:var(--navy);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem;padding:1.5rem;display:grid}.trust-item{text-align:center;padding:.75rem .5rem}.trust-number{font-size:1.5rem;font-weight:900;font-family:var(--font-sans);color:var(--teal-light);margin-bottom:.35rem;display:block}.trust-label{color:#fffc;font-size:.78rem;line-height:1.4;display:block}.trust-source{color:#fff6;margin-top:.35rem;font-size:.6rem;font-style:italic;display:block}.content-section{margin-bottom:3rem}.content-section h2{margin-bottom:1rem;font-size:1.5rem}.section-intro{color:var(--text-secondary);max-width:700px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.content-source{color:var(--text-muted);margin-top:1rem;font-size:.75rem;font-style:italic}.content-grid{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}.content-text p{color:var(--text);margin-bottom:1rem;font-size:.92rem;line-height:1.75}.info-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem}.info-card h3{font-family:var(--font-sans);margin-bottom:.25rem;font-size:1rem}.info-card-source{color:var(--text-muted);margin-bottom:1rem;font-size:.65rem;font-style:italic}.timeline-list{padding:0;list-style:none}.timeline-list li{border-bottom:1px solid var(--bg-alt);align-items:baseline;gap:.5rem;padding:.5rem 0;font-size:.82rem;display:flex}.timeline-list li:last-child{border-bottom:none}.timeline-list li strong{min-width:80px;color:var(--navy);flex-shrink:0;font-size:.75rem}.timeline-list li span{color:var(--text-secondary)}.timeline-list li.timeline-past strong,.timeline-list li.timeline-past span{color:var(--text-muted)}.timeline-list li.timeline-critical{background:var(--red-light);border-radius:var(--radius);margin:0 -.75rem;padding:.5rem .75rem}.timeline-list li.timeline-critical strong{color:var(--red)}.ley-highlights{grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.5rem 0;display:grid}.ley-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.ley-item h4{font-family:var(--font-sans);color:var(--navy);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.ley-item p{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.stat-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.stat-card.stat-red{border-color:var(--red);background:#fff5f5}.stat-card-number{font-size:2rem;font-weight:900;font-family:var(--font-sans);color:var(--navy);margin-bottom:.35rem;display:block}.stat-red .stat-card-number{color:var(--red)}.stat-card-label{color:var(--text-secondary);font-size:.85rem;line-height:1.5;display:block}.stat-card-detail{color:var(--text-muted);margin-top:.5rem;font-size:.72rem;font-style:italic;display:block}.categories-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.category-card-home{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);padding:1.25rem}.category-card-home:hover{box-shadow:var(--shadow-sm);border-color:var(--teal)}.category-card-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.category-card-number,.category-card-icon{font-size:1.25rem}.category-card-weight{color:var(--text-muted);font-size:.65rem;font-weight:600}.category-card-home h3{font-family:var(--font-sans);margin-bottom:.35rem;font-size:.9rem;font-weight:700}.category-card-home p{color:var(--text-secondary);font-size:.78rem;line-height:1.5}.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.step{text-align:center}.step-number{background:var(--navy);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:900;display:flex}.step h3{font-family:var(--font-sans);margin-bottom:.5rem;font-size:.95rem}.step p{color:var(--text-secondary);font-size:.82rem;line-height:1.6}.steps-cta{text-align:center;margin-top:.5rem}.vendor-comparison-table{overflow-x:auto}.vendor-comparison-table table{border-collapse:collapse;width:100%;font-size:.85rem}.vendor-comparison-table th{background:var(--navy);color:var(--white);text-align:left;padding:.75rem .85rem;font-size:.8rem;font-weight:600}.vendor-comparison-table td{border-bottom:1px solid var(--border);vertical-align:top;padding:.65rem .85rem}.vendor-comparison-table tr:nth-child(2n){background:var(--bg)}.vendor-detail-text{color:var(--text-muted);font-size:.7rem}.status-yes{color:var(--green);font-weight:700}.status-no{color:var(--red);font-weight:700}.status-maybe{color:var(--amber);font-weight:700}.risk-low{color:var(--green);font-weight:700}.risk-med{color:#b45309;font-weight:700}.risk-high{color:var(--red);font-weight:700}.table-source{color:var(--text-muted);margin-top:.5rem;font-size:.7rem;font-style:italic}.faq-list{flex-direction:column;gap:.5rem;display:flex}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.92rem;font-weight:600;list-style:none;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";color:var(--teal);flex-shrink:0;margin-left:1rem;font-size:1.25rem;font-weight:300}details[open] .faq-question:after{content:"−"}.faq-answer{color:var(--text-secondary);padding:0 1.25rem 1rem;font-size:.88rem;line-height:1.7}.final-cta{background:var(--navy);border-radius:var(--radius-lg);text-align:center;margin-bottom:2rem;padding:3rem 2rem}.final-cta h2{color:var(--white);margin-bottom:.75rem;font-size:1.5rem}.final-cta>p{color:#ffffffb3;max-width:550px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.6}.final-cta-note{color:#ffffff59;max-width:500px;margin-top:1.25rem;margin-left:auto;margin-right:auto;font-size:.65rem;display:block}@media (width<=768px){.hero-title{font-size:1.6rem}.trust-bar{grid-template-columns:1fr;gap:.5rem}.trust-number{font-size:1.25rem}.content-grid,.ley-highlights,.stat-grid,.categories-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:1rem}.vendor-comparison-table{font-size:.78rem}.consequences-grid{grid-template-columns:1fr}.sticky-cta-text{display:none}.sticky-cta-inner{justify-content:center}.vendor-table-legend ul{grid-template-columns:1fr}}.landing{text-align:center}.landing-hero{padding:2rem 0 1.5rem}.landing-title{max-width:700px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:2rem}.landing-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.7}.landing-features{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:2.5rem 0;display:grid}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;transition:var(--transition);padding:1.75rem 1.25rem}.feature-card:hover{box-shadow:var(--shadow);border-color:var(--teal)}.feature-icon{color:var(--teal);margin-bottom:1rem}.feature-card h3{font-family:var(--font-sans);color:var(--navy);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.landing-form-section{max-width:520px;margin:0 auto}.contact-form{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;box-shadow:var(--shadow);padding:2rem}.contact-form h2{text-align:center;margin-bottom:1.5rem;font-size:1.25rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-secondary);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.form-group input{border:1px solid var(--border);border-radius:var(--radius);width:100%;font-size:.9rem;font-family:var(--font-sans);transition:var(--transition);background:var(--bg);padding:.65rem .85rem}.form-group input:focus{border-color:var(--teal);background:var(--white);outline:none;box-shadow:0 0 0 3px #0ea5a01a}.form-group input.input-error{border-color:var(--red)}.error-text{color:var(--red);margin-top:.25rem;font-size:.75rem;display:block}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form .btn{justify-content:center;width:100%;margin-top:.5rem}.questionnaire{max-width:800px;margin:0 auto}.progress-container{margin-bottom:1.5rem}.progress-info{color:var(--text-muted);justify-content:space-between;margin-bottom:.4rem;font-size:.8rem;display:flex}.progress-bar{background:var(--bg-alt);border-radius:3px;height:6px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--teal), var(--teal-light));border-radius:3px;height:100%;transition:width .4s}.category-nav{-webkit-overflow-scrolling:touch;gap:.25rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.category-tab{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);font-size:.7rem;font-family:var(--font-sans);color:var(--text-muted);cursor:pointer;white-space:nowrap;transition:var(--transition);flex-shrink:0;align-items:center;gap:.35rem;padding:.5rem .75rem;font-weight:500;display:flex}.category-tab.active{background:var(--navy);color:var(--white);border-color:var(--navy)}.category-tab.complete{border-color:var(--green)}.category-tab-number{background:var(--bg-alt);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex}.category-tab.active .category-tab-number{background:#fff3}.category-tab-name{display:none}.category-tab-check{color:var(--green)}.category-tab.active .category-tab-check{color:var(--white)}.category-header{margin-bottom:1.5rem}.category-header h2{margin-bottom:.35rem;font-size:1.5rem}.category-desc{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem}.category-regulation{color:var(--teal);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.questions-list{flex-direction:column;gap:1rem;display:flex}.question-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);padding:1.5rem}.question-card:hover{box-shadow:var(--shadow-sm)}.question-header{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.question-number{background:var(--navy);width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.question-text{font-family:var(--font-sans);color:var(--text);flex:1;font-size:.95rem;font-weight:600;line-height:1.5}.help-toggle{color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;border:none;flex-shrink:0;padding:2px}.help-toggle:hover{color:var(--teal)}.help-text{border-left:3px solid var(--teal);border-radius:0 var(--radius) var(--radius) 0;background:#f0fdfa;margin-bottom:1rem;padding:.75rem 1rem}.help-text p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.critical-badge{background:var(--red-light);color:var(--red);text-transform:uppercase;letter-spacing:.03em;border-radius:4px;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.options-grid{flex-direction:column;gap:.4rem;display:flex}.multiselect-hint{color:var(--text-muted);margin-bottom:.25rem;font-size:.8rem;font-style:italic}.option-label{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:var(--transition);align-items:center;gap:.65rem;padding:.6rem .85rem;font-size:.88rem;display:flex}.option-label:hover,.option-label.selected{border-color:var(--teal);background:#f0fdfa}.option-label input{display:none}.option-radio{border:2px solid var(--border);width:18px;height:18px;transition:var(--transition);border-radius:50%;flex-shrink:0;position:relative}.option-label.selected .option-radio{border-color:var(--teal)}.option-label.selected .option-radio:after{content:"";background:var(--teal);border-radius:50%;width:8px;height:8px;position:absolute;top:3px;left:3px}.option-checkbox{border:2px solid var(--border);width:18px;height:18px;transition:var(--transition);border-radius:4px;flex-shrink:0;position:relative}.option-label.selected .option-checkbox{border-color:var(--teal);background:var(--teal)}.option-label.selected .option-checkbox:after{content:"";border:solid var(--white);border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.option-text{color:var(--text)}.text-input{border:1px solid var(--border);border-radius:var(--radius);width:100%;font-size:.9rem;font-family:var(--font-sans);background:var(--bg);transition:var(--transition);padding:.65rem .85rem}.text-input:focus{border-color:var(--teal);background:var(--white);outline:none;box-shadow:0 0 0 3px #0ea5a01a}.questionnaire-nav{border-top:1px solid var(--border);justify-content:space-between;margin-top:2rem;padding-top:1.5rem;display:flex}.processing{justify-content:center;align-items:center;min-height:60vh;display:flex}.processing-card{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;max-width:420px;padding:3rem 2.5rem}.processing-spinner{margin-bottom:1.5rem}.processing-title{margin-bottom:2rem;font-size:1.25rem}.processing-steps{text-align:left;flex-direction:column;gap:.75rem;display:flex}.processing-step{color:var(--text-muted);transition:var(--transition);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.processing-step.step-done{color:var(--text)}.processing-step.step-active{color:var(--teal);font-weight:500}.step-indicator{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.step-dot{background:var(--border);border-radius:50%;width:8px;height:8px}.step-active .step-dot{background:var(--teal);animation:1s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.results{max-width:800px;margin:0 auto}.results-title{text-align:center;margin-bottom:.25rem;font-size:1.75rem}.results-clinic{text-align:center;color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.results-score-section{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:2rem;padding:2.5rem 2rem}.results-score-section h2{color:var(--text-muted);font-size:1rem;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.5rem;font-weight:600}.score-gauge{margin:0 auto;position:relative}.score-value{font-size:3rem;font-weight:900;font-family:var(--font-sans);position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.score-max{color:var(--text-muted);font-size:.9rem;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.score-interpretation{margin-top:1rem}.interpretation-label{font-family:var(--font-sans);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.interpretation-wellPositioned{color:var(--green)}.interpretation-moderateGaps,.interpretation-majorGaps{color:var(--amber)}.interpretation-critical{color:var(--red)}.score-interpretation p{color:var(--text-secondary);font-size:.9rem}.benchmark-section{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.benchmark-percentile{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.benchmark-number{font-size:2rem;font-weight:900;font-family:var(--font-sans);color:var(--teal)}.benchmark-label{color:var(--text-muted);font-size:.85rem}.benchmark-stats{justify-content:center;gap:2rem;display:flex}.benchmark-stat{text-align:center}.benchmark-stat-value{font-size:1.25rem;font-weight:700;font-family:var(--font-sans);color:var(--navy);display:block}.benchmark-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.benchmark-static{background:var(--bg);border-radius:var(--radius);padding:1rem}.benchmark-context{color:var(--text-secondary);text-align:center;margin-bottom:1rem;font-size:.8rem;line-height:1.6}.results-radar-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:2rem;padding:2rem}.results-radar-section h2{margin-bottom:1rem;font-size:1.15rem}.radar-container{max-width:500px;margin:0 auto}.results-categories{margin-bottom:2rem}.category-table{flex-direction:column;gap:.75rem;display:flex}.category-row{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.category-row-info{flex:1;min-width:180px}.category-row-name{font-size:.9rem;font-weight:600;display:block}.category-row-weight{color:var(--text-muted);font-size:.75rem}.category-row-bar{flex:2;align-items:center;gap:.75rem;min-width:200px;display:flex}.bar-track{background:var(--bg-alt);border-radius:4px;flex:1;height:8px;overflow:hidden}.bar-fill{border-radius:4px;height:100%;transition:width 1s ease-out}.bar-green{background:var(--green)}.bar-amber{background:var(--amber)}.bar-red{background:var(--red)}.category-row-score{text-align:right;min-width:40px;font-size:.9rem;font-weight:700}.status-badge{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.status-green{background:var(--green-light);color:var(--green)}.status-amber{background:var(--amber-light);color:#92400e}.status-red{background:var(--red-light);color:var(--red)}.results-gaps{margin-bottom:2rem}.results-gaps h2{color:var(--red);margin-bottom:1rem;font-size:1.15rem}.gaps-list{flex-direction:column;gap:.5rem;display:flex}.gap-item{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--red);border-radius:var(--radius);padding:1rem 1.25rem}.gap-item.gap-critical{border-left-color:var(--red);background:#fff5f5}.gap-category{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.gap-question{color:var(--text);margin-top:.25rem;font-size:.9rem}.gap-badge{background:var(--red-light);color:var(--red);text-transform:uppercase;border-radius:3px;margin-top:.5rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.results-strengths{margin-bottom:2rem}.results-strengths h2{color:var(--green);margin-bottom:1rem;font-size:1.15rem}.strengths-list{flex-direction:column;gap:.5rem;display:flex}.strength-item{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--green);border-radius:var(--radius);align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex}.strength-item svg{flex-shrink:0;margin-top:2px}.strength-category{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.strength-question{color:var(--text);margin-top:.25rem;font-size:.9rem}.results-timeline{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:2rem;padding:2rem}.results-timeline h2{margin-bottom:1.5rem;font-size:1.15rem}.timeline{padding-left:1.5rem;position:relative}.timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:8px;bottom:8px;left:5px}.timeline-item{padding-bottom:1.25rem;padding-left:1.25rem;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{background:var(--teal);border:2px solid var(--white);width:12px;height:12px;box-shadow:0 0 0 2px var(--teal);border-radius:50%;position:absolute;top:6px;left:-1.5rem}.timeline-past .timeline-dot{background:var(--text-muted);box-shadow:0 0 0 2px var(--text-muted)}.timeline-item p{color:var(--text);font-size:.88rem;line-height:1.5}.timeline-past p{color:var(--text-muted)}.results-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.action-plan{max-width:800px;margin:0 auto}.action-plan-header{margin-bottom:2rem}.action-plan-header h1{margin-top:.5rem;font-size:1.75rem}.action-plan-clinic{color:var(--text-muted);font-size:1rem}.action-summary{justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.summary-stat{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;min-width:100px;padding:1.25rem 2rem}.stat-number{font-size:2rem;font-weight:900;font-family:var(--font-sans);display:block}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.actions-list{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;display:flex}.action-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);gap:1rem;padding:1.25rem;display:flex}.action-item:hover{box-shadow:var(--shadow-sm)}.action-number{background:var(--bg-alt);width:32px;height:32px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.action-content{flex:1}.action-meta{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.priority-badge{color:var(--white);text-transform:uppercase;letter-spacing:.03em;border-radius:3px;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.action-category{color:var(--text-muted);font-size:.75rem}.action-description{color:var(--text);margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.action-details{flex-wrap:wrap;gap:.5rem 1.5rem;display:flex}.detail{font-size:.78rem}.detail-label{color:var(--text-muted)}.detail-value{color:var(--text);font-weight:500}.no-actions{text-align:center;color:var(--text-secondary);padding:3rem}.no-actions p{margin-top:1rem;font-size:1rem}.action-plan-cta{background:var(--navy);border-radius:var(--radius-lg);text-align:center;margin-bottom:2rem;padding:2.5rem 2rem}.action-plan-cta h2{color:var(--white);margin-bottom:.75rem;font-size:1.35rem}.action-plan-cta p{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-desc{margin-top:1rem;color:#ffffff80!important;font-size:.8rem!important}.action-plan-footer{text-align:center;padding-top:1rem}.lead-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#1b2a4a99;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lead-modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-lg);padding:2rem;position:relative}.lead-modal-close{cursor:pointer;color:var(--text-muted);transition:var(--transition);background:0 0;border:none;border-radius:4px;padding:.25rem;position:absolute;top:.75rem;right:.75rem}.lead-modal-close:hover{color:var(--text);background:var(--bg-alt)}.lead-modal h3{margin-bottom:.5rem;font-size:1.15rem}.lead-modal-desc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.82rem;line-height:1.5}.lead-modal-form .form-group{margin-bottom:.85rem}.lead-modal-form label{color:var(--text-secondary);margin-bottom:.3rem;font-size:.78rem;font-weight:600;display:block}.lead-modal-form input{border:1px solid var(--border);border-radius:var(--radius);width:100%;font-size:.9rem;font-family:var(--font-sans);transition:var(--transition);padding:.6rem .85rem}.lead-modal-form input:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #0ea5a026}.lead-modal-form .input-error{border-color:var(--red)}.lead-modal-form .error-text{color:var(--red);margin-top:.2rem;font-size:.72rem;display:block}.lead-modal-form .btn{margin-top:.5rem}@media (width<=768px){.app-main{padding:1.25rem 1rem}.landing-title{font-size:1.5rem}.landing-features{grid-template-columns:1fr;gap:.75rem}.form-row{grid-template-columns:1fr}.category-tab-name{display:none}.category-row{flex-direction:column;align-items:flex-start;gap:.5rem}.category-row-bar{width:100%;min-width:unset}.action-summary{flex-direction:row;gap:.75rem}.summary-stat{min-width:unset;flex:1;padding:1rem}.stat-number{font-size:1.5rem}.action-item{flex-direction:column;gap:.5rem}.action-number{width:24px;height:24px;font-size:.75rem}.action-details{flex-direction:column;gap:.25rem}.cta-buttons,.results-actions{flex-direction:column}.results-actions .btn{justify-content:center;width:100%}}@media (width>=640px){.category-tab-name{display:inline}}@media (width>=1024px){.landing-title{font-size:2.25rem}}.resume-banner{border:1px solid var(--teal);border-radius:var(--radius-lg);background:linear-gradient(135deg,#f0fdfa,#e0f7fa);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.resume-banner p{color:var(--text);flex:1;min-width:200px;font-size:.9rem}.resume-actions{gap:.5rem;display:flex}.btn-sm{padding:.4rem .85rem;font-size:.8rem}.results-vendor{margin-bottom:2rem}.results-vendor h2{margin-bottom:1rem;font-size:1.15rem}.vendor-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.vendor-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.vendor-header h3{font-family:var(--font-sans);font-size:1.1rem;font-weight:700}.vendor-risk{text-transform:uppercase;letter-spacing:.03em;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.vendor-risk-low{background:var(--green-light);color:var(--green)}.vendor-risk-medium{background:var(--amber-light);color:#92400e}.vendor-risk-high{color:#b45309;background:#fef3c7}.vendor-risk-critical{background:var(--red-light);color:var(--red)}.vendor-details{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.vendor-detail{background:var(--bg);border-radius:var(--radius);min-width:80px;padding:.5rem .85rem}.vendor-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.15rem;font-size:.65rem;font-weight:600;display:block}.vendor-value{text-transform:capitalize;font-size:.85rem;font-weight:600}.vendor-status-green{color:var(--green)}.vendor-status-amber{color:#b45309}.vendor-status-red{color:var(--red)}.vendor-notes{color:var(--text-secondary);border-top:1px solid var(--border);padding-top:.75rem;font-size:.85rem;line-height:1.6}.results-cost{margin-bottom:2rem}.results-cost h2{margin-bottom:1rem;font-size:1.15rem}.cost-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:1.5rem}.cost-range{justify-content:center;align-items:baseline;gap:.5rem;margin-bottom:.75rem;display:flex}.cost-min,.cost-max{font-size:1.5rem;font-weight:900;font-family:var(--font-sans);color:var(--navy)}.cost-separator{color:var(--text-muted);font-size:1.25rem}.cost-note{color:var(--text-muted);max-width:500px;margin:0 auto .75rem;font-size:.8rem;line-height:1.5}.cost-breakdown{justify-content:center;gap:1.5rem;display:flex}.cost-actions{color:var(--text-secondary);font-size:.75rem;font-weight:500}.timeline-readiness-bar{background:linear-gradient(90deg, var(--red) 0%, var(--amber) 40%, #f59e0b 60%, var(--green) 100%);border-radius:var(--radius);height:40px;margin-bottom:1.5rem;position:relative;overflow:visible}.readiness-indicator{flex-direction:column;align-items:center;transition:left 1s ease-out;display:flex;position:absolute;top:-8px;transform:translate(-50%)}.readiness-label{color:var(--white);background:var(--navy);white-space:nowrap;border-radius:3px;padding:.15rem .5rem;font-size:.65rem;font-weight:600}.readiness-score{color:var(--white);text-shadow:0 1px 3px #0000004d;margin-top:2px;font-size:.9rem;font-weight:900}.consent-banner{background:var(--navy);border-top:3px solid var(--teal);z-index:1000;padding:1.25rem 1.5rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}.consent-content{flex-wrap:wrap;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.consent-content p{color:#fffc;flex:1;min-width:250px;font-size:.8rem;line-height:1.5}.consent-actions{flex-shrink:0;gap:.5rem;display:flex}.skip-link{background:var(--teal);color:var(--white);z-index:200;border-radius:0 0 var(--radius) 0;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;position:absolute;top:-100px;left:0}.skip-link:focus{top:0}.pseo-index-cta{text-align:center}.pseo-index-cta-top{margin-bottom:2rem}.pseo-index-cta-top .pseo-index-cta-inner{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.pseo-index-cta-top .pseo-index-cta-inner p{color:#ffffffe6;text-align:left;flex:1;margin:0;font-size:.9rem}.pseo-index-cta-bottom{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);border-radius:var(--radius-lg);margin-top:2.5rem;padding:2.5rem 2rem}.pseo-index-cta-bottom h2{color:var(--white);margin-bottom:.75rem;font-size:1.3rem}.pseo-index-cta-bottom p{color:#ffffffbf;max-width:560px;margin:0 auto 1.25rem;font-size:.9rem;line-height:1.6}.cta-note{color:#ffffff80;margin-top:.75rem;font-size:.75rem;display:block}.pseo-cta .cta-note{color:#ffffff80}.mid-content-cta{margin:1.5rem 0}.mid-content-cta-inner{border:1px solid var(--teal);border-left:4px solid var(--teal);border-radius:var(--radius);background:linear-gradient(135deg,#f0f9f8 0%,#e8f5f4 100%);flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.mid-cta-badge{background:var(--teal);color:var(--white);text-transform:uppercase;letter-spacing:.05em;border-radius:3px;align-self:flex-start;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.mid-content-cta-inner p{color:var(--text);margin:0;font-size:.88rem;line-height:1.5}.mid-content-cta-inner .btn{align-self:flex-start}.sticky-cta-bar{z-index:90;pointer-events:none;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.sticky-cta-bar.sticky-cta-visible{pointer-events:auto;transform:translateY(0)}.sticky-cta-inner{background:var(--navy);border-top:2px solid var(--teal);justify-content:center;align-items:center;gap:1rem;max-width:100%;padding:.65rem 1.5rem;display:flex}.sticky-cta-text{color:#ffffffd9;white-space:nowrap;font-size:.8rem;font-weight:600}.sticky-cta-inner .btn{white-space:nowrap;padding:.4rem 1rem;font-size:.8rem}@media (width<=768px){.pseo-index-cta-top .pseo-index-cta-inner{text-align:center;flex-direction:column}.pseo-index-cta-top .pseo-index-cta-inner p{text-align:center}.pseo-index-cta-bottom{padding:2rem 1.25rem}.mid-content-cta-inner{padding:1rem 1.25rem}.sticky-cta-inner{gap:.5rem;padding:.5rem 1rem}.sticky-cta-text{font-size:.7rem}.sticky-cta-inner .btn{padding:.35rem .75rem;font-size:.75rem}}.vendor-scorecard{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:2rem;padding:1.5rem}.vendor-scorecard h2{color:var(--text);margin-bottom:1rem;font-size:1rem}.vendor-scorecard-grid{grid-template-columns:repeat(6,1fr);gap:.5rem;margin-bottom:.75rem;display:grid}.scorecard-item{text-align:center;border-radius:var(--radius);background:var(--bg);padding:.6rem .25rem}.scorecard-label{text-transform:uppercase;color:var(--text-muted);margin-bottom:.3rem;font-size:.6rem;font-weight:600;display:block}.scorecard-value{font-size:.85rem;font-weight:700;display:block}.scorecard-green{color:var(--green)}.scorecard-amber{color:var(--amber)}.scorecard-red{color:var(--red)}.scorecard-source{color:var(--text-muted);margin:0;font-size:.7rem}.vendor-interop-table table{border-collapse:collapse;width:100%;font-size:.85rem}.vendor-interop-table th,.vendor-interop-table td{border-bottom:1px solid var(--border);text-align:left;padding:.5rem .75rem}.vendor-interop-table th{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:600}@media (width<=768px){.vendor-scorecard-grid{grid-template-columns:repeat(3,1fr)}}
