:root{--ink:#15333a;--muted:#52666b;--paper:#f7f8f4;--surface:#fff;--teal:#087f78;--teal-dark:#075e59;--teal-soft:#dff3ee;--orange:#d66b2c;--border:#cbd7d4;--page-width:72rem;--content-width:50rem;--radius:1rem;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:20rem;margin:0;line-height:1.6}a{color:var(--teal-dark)}a:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:4px}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.045em;max-width:18ch;font-size:clamp(2.25rem,7vw,4.8rem);line-height:1.02}h2{font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.15}h3{margin-bottom:.5rem;font-size:1.25rem;line-height:1.25}.skip-link{z-index:10;background:var(--ink);color:#fff;padding:.7rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{max-width:var(--page-width);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin:auto;padding:1.25rem clamp(1rem,4vw,3rem);display:flex}.site-name{color:var(--ink);font-weight:800;text-decoration:none}.prototype-label,.pending-badge{background:var(--teal-soft);width:fit-content;color:var(--teal-dark);border-radius:999px;padding:.25rem .6rem;font-size:.78rem;font-weight:800;display:inline-flex}.page-container{width:min(100% - 2rem, var(--page-width));min-height:70vh;margin-inline:auto;padding:clamp(2.5rem,7vw,6rem) 0}.hero,.page-heading{max-width:var(--content-width);margin-bottom:clamp(2rem,5vw,4rem)}.eyebrow,.card-kicker{color:var(--teal-dark);letter-spacing:.11em;text-transform:uppercase;margin-bottom:.65rem;font-size:.78rem;font-weight:850}.lede{max-width:46rem;color:var(--muted);font-size:clamp(1.1rem,2.5vw,1.35rem)}.category-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.category-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:17rem;color:var(--ink);flex-direction:column;padding:1.5rem;text-decoration:none;transition:transform .15s,border-color .15s;display:flex;box-shadow:0 12px 30px #183c4112}a.category-card:hover{border-color:var(--teal);transform:translateY(-3px)}.category-card p:not(.card-kicker){color:var(--muted)}.category-card.is-disabled{box-shadow:none;background:0 0}.card-link{color:var(--teal-dark);margin-top:auto;font-weight:800}.review-note{border-left:4px solid var(--orange);max-width:48rem;color:var(--muted);margin:2rem 0 0;padding-left:1rem}.breadcrumbs{margin-bottom:2rem;font-size:.9rem}.breadcrumbs ol{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs li{gap:.4rem;display:flex}.breadcrumb-separator{color:var(--muted)}.option-list{gap:.75rem;max-width:50rem;display:grid}.option-row{border:1px solid var(--border);background:var(--surface);color:var(--ink);border-radius:.75rem;justify-content:space-between;align-items:center;gap:2rem;padding:1.25rem;text-decoration:none;display:flex}a.option-row:hover{border-color:var(--teal)}.option-row strong,.option-row small{display:block}.option-row small{color:var(--muted);margin-top:.2rem;font-size:.95rem}.option-row.is-disabled{background:0 0}.system-diagram{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);max-width:50rem;margin-bottom:4rem;overflow:hidden}.system-diagram summary{color:var(--teal-dark);cursor:pointer;padding:1.25rem;font-weight:800}.diagram-placeholder{border-top:1px solid var(--border);background:var(--teal-soft);padding:1.5rem}.guide-section{margin-bottom:4rem}.section-heading{margin-bottom:1.5rem}.video-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.video-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:14rem;display:flex;overflow:hidden}.video-card-media{aspect-ratio:16/9;background:#0c1d21;width:100%}.video-card-media iframe{border:0;width:100%;height:100%;display:block}.video-card-copy{padding:1.25rem 1.4rem 0}.video-card p:not(.card-kicker){color:var(--muted)}.video-card-link{margin:auto 1.4rem 1.4rem;font-weight:800}.button{background:var(--teal-dark);color:#fff;border-radius:.6rem;justify-content:center;align-items:center;min-height:2.75rem;padding:.65rem 1rem;font-weight:800;text-decoration:none;display:inline-flex}.button-secondary{background:var(--teal-soft);color:var(--teal-dark)}.safety-notice{border-radius:var(--radius);background:#fff7ed;border:2px solid #e2b998;max-width:50rem;padding:1.5rem}.safety-notice h2{font-size:1.35rem}.safety-notice p:last-child{margin-bottom:0}.video-wrapper{aspect-ratio:16/9;border-radius:var(--radius);background:#0c1d21;max-width:56rem;margin-bottom:2rem;position:relative;overflow:hidden}.video-wrapper iframe{border:0;width:100%;height:100%}.guide-content,.clinical-review{max-width:var(--content-width)}.guide-content{margin-bottom:2rem;font-size:1.08rem}.clinical-review{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;margin-bottom:2rem;padding:1rem}.clinical-review p{margin-bottom:.25rem}.site-footer{padding:2rem max(1rem, calc((100% - var(--page-width)) / 2));border-top:1px solid var(--border);color:var(--muted);margin-top:2rem;font-size:.9rem}.site-footer p{margin:0}.home-page{min-height:auto;padding-top:clamp(1.75rem,4vw,3.25rem);padding-bottom:clamp(2rem,4vw,3.5rem)}.home-page .hero{max-width:62rem;margin-bottom:clamp(1.25rem,2.5vw,2rem)}.home-page .hero h1{max-width:none;margin-bottom:1.25rem;font-size:clamp(2.25rem,3.8vw,3.25rem);line-height:1.07}.home-page .hero .eyebrow{margin-bottom:.9rem}.home-page .hero .lede{margin-bottom:0;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.5}.home-page .category-card{min-height:13.5rem;padding:1.25rem}.home-page .category-card h2{margin-bottom:.65rem;font-size:clamp(1.55rem,2.25vw,2rem)}.home-page .category-card p:not(.card-kicker){margin-bottom:1rem;font-size:.98rem}.home-page .review-note{margin-top:1.5rem;font-size:.94rem}.selection-page{min-height:auto;padding-top:clamp(1.5rem,3.5vw,3rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.selection-page .breadcrumbs{margin-bottom:1.25rem}.selection-page .page-heading{max-width:68rem;margin-bottom:clamp(1.5rem,3vw,2.25rem)}.selection-page .page-heading h1{max-width:none;margin-bottom:1rem;font-size:clamp(2.35rem,4.5vw,3.75rem);line-height:1.07}.selection-page .page-heading .eyebrow{margin-bottom:.9rem}.selection-page .page-heading .lede{margin-bottom:0;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.5}.selection-page .option-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:none}.selection-page .option-row{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;min-height:13.5rem;padding:1.25rem}.selection-page .option-row>span:first-child{width:100%}.selection-page .option-row strong{font-size:1.12rem}.selection-page .option-row small{margin-top:.55rem;font-size:.9rem;line-height:1.45}.selection-page .option-row>span:last-child{margin-top:auto}.resource-page{padding-top:clamp(1.5rem,3.5vw,3rem)}.resource-page .breadcrumbs{margin-bottom:1.25rem}.resource-page>.page-heading{margin-bottom:clamp(2rem,4vw,3rem)}.troubleshooting-entry{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);justify-content:space-between;align-items:center;gap:2rem;max-width:50rem;margin-top:1.25rem;padding:1.5rem;display:flex}.troubleshooting-entry h2{margin-bottom:.5rem;font-size:1.35rem}.troubleshooting-entry p:last-child{color:var(--muted);margin-bottom:0}.troubleshooting-entry .button{flex:none}.troubleshooting-dialog{border:1px solid var(--border);border-radius:var(--radius);width:min(46rem,100% - 2rem);max-height:min(52rem,100vh - 2rem);color:var(--ink);background:var(--paper);padding:0;box-shadow:0 24px 70px #0c1d2147}.troubleshooting-dialog::backdrop{background:#0c1d2194}.dialog-header{justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 1rem;display:flex}.dialog-header h2{margin-bottom:0;font-size:clamp(1.5rem,4vw,2rem)}.icon-button{border:1px solid var(--border);width:2.5rem;height:2.5rem;color:var(--ink);background:var(--surface);font:inherit;cursor:pointer;border-radius:999px;flex:none;place-items:center;font-size:1.5rem;display:inline-grid}.dialog-intro{color:var(--muted);margin:0;padding:0 1.5rem 1.25rem}.troubleshooting-dialog form{padding:0 1.5rem 1.5rem}.problem-options{border:0;gap:.65rem;margin:0;padding:0;display:grid}.problem-options legend{margin-bottom:.75rem;font-weight:800}.problem-options label{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:.7rem;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;display:flex}.problem-options label:has(input:checked){border-color:var(--teal);background:var(--teal-soft)}.problem-options input{width:1.1rem;height:1.1rem;accent-color:var(--teal-dark);margin-top:.2rem}.dialog-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.troubleshooting-results{border-top:1px solid var(--border);background:var(--surface);padding:1.5rem}.troubleshooting-results:focus{outline:none}.results-heading{margin-bottom:1rem}.results-heading h3{margin-bottom:.4rem;font-size:1.3rem}.results-heading p:last-child,.no-selection{color:var(--muted)}.guidance-card{border:1px solid var(--border);background:var(--paper);border-radius:.75rem;margin-bottom:.85rem;padding:1rem}.guidance-card-alert{background:#fff7ed;border-color:#e2b998}.guidance-card h4{margin:0 0 .5rem;font-size:1.05rem}.guidance-card ul{margin:0;padding-left:1.25rem}.guidance-card li+li{margin-top:.4rem}@media (width<=64rem){.selection-page .option-list{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-page .option-row{min-height:11.5rem}}@media (width<=48rem){.category-grid,.video-grid{grid-template-columns:1fr}.category-card{min-height:13rem}.site-header{align-items:flex-start}.option-row{align-items:flex-start;gap:1rem}.home-page .category-card{min-height:11.5rem}.selection-page .option-list{grid-template-columns:1fr}.selection-page .option-row{min-height:auto}.troubleshooting-entry{flex-direction:column;align-items:flex-start;gap:1rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
