:root{--guide-text: var(--text-main);--guide-text-muted: var(--text-muted);--guide-text-subtle: var(--text-subtle);--guide-bg: var(--bg-surface);--guide-bg-soft: var(--bg-body);--guide-bg-accent: var(--accent-soft);--guide-border: var(--border-subtle);--guide-accent: var(--accent);--guide-accent-strong: var(--accent-strong);--guide-lens-modern: #3b6bab;--guide-lens-modern-tint: #eef3fa;--guide-lens-han: var(--guide-accent);--guide-lens-han-tint: var(--guide-bg-accent);--guide-radius-card: 1rem;--guide-radius-md: .75rem;--guide-radius-sm: .625rem;--guide-radius-pill: 9999px;--guide-radius-notch: .5rem;--guide-shadow-card: 0 4px 6px -1px rgba(0, 0, 0, .06);--guide-shadow-elevated: 0 10px 24px -6px rgba(0, 0, 0, .18)}html{scroll-behavior:smooth}.guide-shell{max-width:860px;margin:0 auto;padding:2rem 1.25rem 1rem}.guide-toc{background:var(--guide-bg-soft);border:1px solid var(--guide-border);border-radius:var(--guide-radius-sm);padding:1.1rem 1.4rem;margin-bottom:2rem}.guide-toc__label{font-weight:700;color:var(--guide-text);margin:0 0 .6rem;font-size:.95rem}.guide-layout{display:block}.guide-main{min-width:0}@media(max-width:979.98px){.guide-layout{display:flex;flex-direction:column}.guide-hero-band{order:0}.guide-side{order:1}.guide-main{order:2}.guide-toc ol{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;list-style:none;margin:0;padding:0;columns:initial}.guide-toc li{margin:0;flex:0 0 auto}.guide-toc a{display:inline-block;white-space:nowrap;padding:.5rem .9rem;border-radius:var(--guide-radius-pill);background:var(--guide-bg);border:1px solid var(--guide-border);color:var(--guide-text);text-decoration:none}.guide-toc a:hover,.guide-toc a.is-active{background:var(--guide-accent);color:var(--text-on-accent);border-color:var(--guide-accent)}}@media(min-width:980px){.guide-shell{max-width:1160px}.guide-layout{display:grid;grid-template-columns:236px minmax(0,1fr);grid-template-areas:"hero hero" "side main";column-gap:3.2rem;row-gap:0;align-items:start}.guide-hero-band{grid-area:hero}.guide-side{grid-area:side;position:sticky;top:76px;align-self:start;max-height:calc(100vh - 100px);overflow-y:auto}.guide-main{grid-area:main}.guide-toc{background:var(--guide-bg);border:1px solid var(--guide-border);border-radius:var(--guide-radius-card);box-shadow:var(--guide-shadow-card);padding:1.25rem;margin:0}.guide-toc__label{font-size:.78rem;letter-spacing:.04em;color:var(--guide-text-subtle);text-transform:none;margin-bottom:.8rem}.guide-toc ol{columns:1;padding-left:0;margin:0;list-style:none;border-left:2px solid var(--guide-border)}.guide-toc li{margin:0;font-size:.86rem}.guide-toc a{display:block;color:var(--guide-text-muted);padding:.4rem 0 .4rem 1rem;margin-left:-2px;border-left:2px solid transparent;line-height:1.4;background:none;border-radius:0;white-space:normal;transition:color .15s,border-color .15s}.guide-toc a:hover{color:var(--guide-accent-strong);text-decoration:none;background:none}.guide-toc a.is-active{color:var(--guide-accent-strong);font-weight:700;border-left-color:var(--guide-accent-strong);background:none}}.guide-parent-link{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.85rem 1.1rem;background:var(--guide-bg);border:1px solid var(--guide-border);border-radius:var(--guide-radius-sm);color:var(--guide-accent-strong);font-weight:600;font-size:.88rem;text-decoration:none;transition:border-color .15s,background .15s}.guide-toc+.guide-parent-link{margin-top:.9rem}.guide-parent-link:hover{border-color:var(--guide-accent);background:var(--guide-bg-soft);text-decoration:none}.guide-parent-link__arrow{flex-shrink:0}.guide-telemedicine-link{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-top:.55rem;padding:.75rem 1.1rem;border-bottom:1px solid var(--guide-border);color:var(--guide-accent-strong);font-size:.84rem;font-weight:700;line-height:1.45;text-decoration:none}.guide-telemedicine-link:hover{background:var(--guide-bg-soft);text-decoration:none}@media(min-width:980px){.guide-parent-link{border-radius:var(--guide-radius-card);box-shadow:var(--guide-shadow-card)}.guide-toc+.guide-parent-link{margin-top:1rem}}.guide-author--top{margin-top:1.4rem}.guide-remote-shortcut{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;margin:1.25rem 0 1.6rem;padding:1rem 1.15rem;border-top:1px solid var(--guide-border);border-bottom:1px solid var(--guide-border)}.guide-remote-shortcut strong{display:block;color:var(--guide-text);font-size:.95rem;line-height:1.5}.guide-remote-shortcut p{margin:.35rem 0 0;color:var(--guide-text-muted);font-size:.86rem;line-height:1.65}.guide-remote-shortcut a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem .9rem;border:1px solid var(--guide-accent);border-radius:var(--guide-radius-sm);color:var(--guide-accent-strong);font-size:.84rem;font-weight:750;text-decoration:none;white-space:nowrap}.guide-remote-shortcut a:hover{background:var(--guide-bg-soft);text-decoration:none}.guide-cta__actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.guide-cta__link{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.15rem;border:1px solid var(--guide-accent);border-radius:var(--guide-radius-pill);color:var(--guide-accent-strong);font-weight:700;text-decoration:none}.guide-cta__link:hover{background:var(--guide-bg-soft);text-decoration:none}@media(max-width:640px){.guide-remote-shortcut{grid-template-columns:1fr}.guide-remote-shortcut a{width:100%;white-space:normal}.guide-cta__actions{display:grid;grid-template-columns:1fr}}.guide-illustration{margin:0 0 1.6rem;border-radius:var(--guide-radius-md);overflow:hidden;background:var(--guide-bg-soft)}.guide-illustration img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover}.guide-hero-band{background:linear-gradient(135deg,var(--guide-bg-accent) 0%,var(--guide-bg) 100%);border-radius:var(--guide-radius-card);padding:1.1rem 1.4rem;margin:0 0 1.6rem}.guide-hero-band__eyebrow{display:inline-block;font-size:.8125rem;font-weight:700;color:var(--guide-accent-strong);background:var(--guide-bg);padding:.35rem .85rem;border-radius:var(--guide-radius-pill);letter-spacing:.02em;margin-bottom:.75rem}.guide-hero-band__content h1{font-size:36px;line-height:1.3;margin:0 0 .6rem;color:var(--guide-text);letter-spacing:-.01em}.guide-article{line-height:32px;color:var(--guide-text);font-size:18px;counter-reset:guide-section}.guide-byline{margin:0 0 1.6rem!important;padding:.55rem 0 .85rem;border-bottom:1px solid var(--guide-border);font-size:.86rem;line-height:1.5;color:var(--guide-text-muted)}.guide-byline a{color:var(--guide-accent);font-weight:600;text-decoration:none}.guide-byline a:hover{text-decoration:underline}.guide-byline__sep{margin:0 .15rem;color:var(--guide-text-subtle)}.guide-article .guide-body__section{counter-increment:guide-section;background:var(--guide-bg);border:1px solid var(--guide-border);border-radius:var(--guide-radius-card);box-shadow:var(--guide-shadow-card);padding:1.5rem 1.75rem;margin:0 0 1.5rem}.guide-article .guide-body__section:last-of-type{margin-bottom:2rem}.guide-article .guide-body__section>h2.guide-body__heading{margin-top:0;border-bottom:none;padding-bottom:0}.guide-article h2.guide-body__heading{display:flex;align-items:center;gap:.7rem}.guide-article h2.guide-body__heading:before{content:counter(guide-section,decimal-leading-zero);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:0}.guide-article :is(.main-glossary-link,.main-entity-link){color:var(--guide-accent-strong, #245a35);font-weight:680;text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 38%,transparent)}.guide-article .main-glossary-link:hover,.guide-article .main-glossary-link:focus-visible,.guide-article .main-entity-link:hover,.guide-article .main-entity-link:focus-visible{border-bottom-color:currentColor}.guide-article h2{font-size:1.38rem;font-weight:700;margin:2.8rem 0 .9rem;padding:0 0 .45rem;border-bottom:2px solid var(--guide-border);border-left:none;color:var(--guide-text);letter-spacing:-.01em;scroll-margin-top:80px}.guide-article h3{font-size:1.1rem;font-weight:700;margin:1.7rem 0 .5rem;color:var(--guide-accent-strong)}.guide-article p{margin:.85rem 0}.guide-article ul,.guide-article ol{margin:.9rem 0 1.5rem;padding:.9rem 1.1rem .9rem 1.6rem;border:1px solid var(--guide-border);border-radius:var(--guide-radius-sm);background:var(--guide-bg-soft)}.guide-article li{margin:.4rem 0;line-height:1.55}.guide-article li::marker{color:var(--guide-accent)}.guide-article strong{color:var(--guide-text);font-weight:700;background:linear-gradient(transparent 65%,var(--accent-soft) 65%)}.guide-article li strong{color:var(--guide-accent-strong);font-weight:700}.guide-article a{color:var(--guide-accent);word-break:break-all;text-underline-offset:2px}.guide-article blockquote{margin:1.4rem 0;padding:1rem 1.3rem;background:var(--guide-bg-accent);border-left:4px solid var(--guide-accent);border-radius:0 var(--guide-radius-notch) var(--guide-radius-notch) 0;color:var(--guide-text)}.guide-lead{margin:1.2rem 0 1.6rem!important;padding:.9rem 1.2rem!important;background:var(--guide-bg-soft);border-left:3px solid var(--guide-accent);border-radius:0 var(--guide-radius-notch) var(--guide-radius-notch) 0;color:var(--guide-text);font-size:.98rem;font-weight:500}.guide-lead:before{content:none!important}.uc-keypoints{background:var(--guide-bg-accent);border:1px solid var(--guide-border);border-radius:var(--guide-radius-md);padding:1.2rem 1.4rem 1.3rem;margin:0 0 2.4rem}.uc-keypoints__hd{font-size:.8rem;font-weight:800;letter-spacing:.05em;color:var(--guide-accent-strong);text-transform:uppercase;margin-bottom:.7rem;line-height:1.4}.uc-keypoints ul{margin:0;padding-left:1.1rem}.uc-keypoints li{margin:.5rem 0;font-size:.95rem;line-height:1.6;color:var(--guide-text)}.uc-keypoints li::marker{color:var(--guide-accent)}.ref-mark{font-size:.72em}.ref-mark a{color:var(--guide-accent);font-weight:600;text-decoration:none}.ref-mark a:hover{text-decoration:underline}.guide-crumb{font-size:.8rem;color:var(--guide-text-subtle);margin:0 0 1.2rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.guide-crumb a{color:var(--guide-accent);text-decoration:none}.guide-crumb a:hover{text-decoration:underline}.guide-crumb span[aria-current]{color:var(--guide-text-muted)}.guide-author{display:flex;gap:1.1rem;align-items:flex-start;margin:3rem 0 0;padding:1.3rem 1.4rem;background:var(--guide-bg-soft);border:1px solid var(--guide-border);border-radius:var(--guide-radius-md)}.guide-author__photo{width:92px;height:92px;border-radius:var(--guide-radius-md);object-fit:cover;flex:0 0 auto;background:var(--guide-bg-soft)}.guide-author__body{flex:1;min-width:0}.guide-author__role{font-size:.7rem;font-weight:700;letter-spacing:.05em;color:var(--guide-accent);margin:0 0 .25rem}.guide-author__name{font-size:1.12rem;font-weight:700;color:var(--guide-text);margin:0 0 .3rem}.guide-author__name span{font-size:.85rem;font-weight:500;color:var(--guide-text-muted);margin-left:.3rem}.guide-author__cred{font-size:.85rem;color:var(--guide-accent);margin:0 0 .5rem}.guide-author__career{list-style:none;padding:0;margin:0 0 .6rem;font-size:.82rem;line-height:1.55;color:var(--guide-text-muted)}.guide-author__career li{margin:0 0 .15rem}.guide-author__link{font-size:.85rem;font-weight:600;color:var(--guide-accent);text-decoration:none}.guide-author__link:hover{text-decoration:underline}@media(max-width:640px){.guide-author{flex-direction:column}.guide-author__photo{width:72px;height:72px}}.guide-table-scroll{margin:1.6rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;border:none;border-radius:0}.guide-article table{border-collapse:collapse;width:100%;margin:0;font-size:.9rem;background:transparent}.guide-article th{background:var(--guide-bg-soft);color:var(--guide-accent-strong);font-weight:700;text-align:left;padding:.6rem .8rem;border:none;border-bottom:2px solid var(--guide-accent-strong);white-space:normal;vertical-align:bottom}.guide-article td{padding:.6rem .8rem;border:none;border-bottom:1px solid var(--guide-border);text-align:left;vertical-align:top;line-height:1.55}.guide-article tbody tr:nth-child(2n){background:var(--guide-bg-soft)}.guide-article tbody tr:hover{background:var(--guide-bg-accent)}.guide-article hr{border:none;border-top:1px solid var(--guide-border);margin:2.2rem 0}.guide-flow{margin:1.8rem 0;padding:1.2rem;border:1px solid var(--guide-border);border-radius:var(--guide-radius-md);background:var(--guide-bg-soft)}.flow-legend{display:flex;gap:1.2rem;margin:0 0 .9rem;font-size:.82rem;font-weight:700;line-height:1.3}.flow-tag{display:inline-flex;align-items:center;gap:.4rem}.flow-tag:before{content:"";width:11px;height:11px;border-radius:3px}.flow-tag--modern{color:var(--guide-lens-modern)}.flow-tag--modern:before{background:var(--guide-lens-modern-tint);border:1.5px solid var(--guide-lens-modern)}.flow-tag--han{color:var(--guide-lens-han)}.flow-tag--han:before{background:var(--guide-lens-han-tint);border:1.5px solid var(--guide-lens-han)}.flow-stages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.flow-stage{display:flex;gap:.7rem;align-items:flex-start}.flow-step{flex:0 0 auto;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--guide-accent-strong);color:var(--text-on-accent);font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.flow-cols{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;flex:1}.flow-modern,.flow-han{font-size:.88rem;line-height:1.5;padding:.5rem .7rem;border-radius:8px}.flow-modern{background:var(--guide-lens-modern-tint);color:var(--guide-lens-modern)}.flow-han{background:var(--guide-lens-han-tint);color:var(--guide-lens-han)}.flow-k{display:block;font-size:.68rem;font-weight:700;letter-spacing:.03em;margin-bottom:.2rem;text-transform:uppercase}.flow-modern .flow-k{color:var(--guide-lens-modern)}.flow-han .flow-k{color:var(--guide-lens-han)}@media(max-width:600px){.flow-cols{grid-template-columns:1fr}}.guide-refs{margin-top:3rem;padding-top:1.4rem;border-top:1px solid var(--guide-border)}.guide-refs h2{font-size:1.15rem;color:var(--guide-text);margin-bottom:.8rem;padding:0;border:none}.guide-refs__list{list-style:none;counter-reset:ref;padding-left:0;margin:0}.guide-refs__list li{counter-increment:ref;position:relative;padding:.4rem 0 .4rem 2.2rem;margin:0;font-size:.85rem;line-height:1.5;scroll-margin-top:80px;border-bottom:1px solid var(--guide-border)}.guide-refs__list li:last-child{border-bottom:none}.guide-refs__list li:before{content:"[" counter(ref) "]";position:absolute;left:0;top:.4rem;font-weight:700;color:var(--guide-accent);font-size:.8rem;font-variant-numeric:tabular-nums}.guide-refs__list li:target{background:#fdf6e3;border-radius:6px}.guide-refs a{text-decoration:none;word-break:break-word;display:block;color:var(--guide-text)}.guide-refs .ref-title{display:block;color:var(--guide-text);font-weight:600;margin-bottom:.12rem}.guide-refs a:hover .ref-title{text-decoration:underline}.guide-refs .ref-src{font-size:.92em}.guide-refs .ref-host{color:var(--guide-accent);font-weight:500}.guide-refs .ref-path{color:var(--guide-text-subtle);margin-left:.1rem}.guide-refs li:not(:has(.ref-title)) .ref-host{color:var(--guide-text);font-weight:600}.guide-disclaimer{margin:1.6rem 0 0;padding:1rem 1.2rem;background:var(--guide-bg-soft);border-radius:8px;font-size:.8rem;color:var(--guide-text-muted);line-height:1.65}.guide-cta{margin:2.6rem 0 1rem;padding:1.9rem 1.8rem 2rem;text-align:center;background:linear-gradient(135deg,var(--accent-gradient-start),var(--accent-gradient-end));border-radius:var(--guide-radius-card);box-shadow:var(--guide-shadow-elevated)}.guide-cta__title{font-size:1.25rem;font-weight:800;color:var(--text-on-accent);margin:0 0 .5rem;line-height:1.4}.guide-cta__sub{font-size:.92rem;line-height:1.7;color:var(--text-on-accent);opacity:.85;margin:0 auto 1.2rem;max-width:34rem}.guide-cta__btn{display:inline-block;padding:.9rem 2.6rem;background:var(--guide-bg);color:var(--guide-accent-strong);border-radius:var(--guide-radius-pill);text-decoration:none;font-weight:800;font-size:1rem;transition:transform .12s,background .12s}.guide-cta__btn:hover{transform:translateY(-1px);background:var(--guide-bg-soft)}@media(max-width:640px){.guide-shell{padding:1.4rem 1rem 1rem}.guide-article{font-size:1rem;line-height:1.68}.guide-hero-band__content h1{font-size:1.6rem}.guide-article h2{font-size:1.22rem;margin:2rem 0 .8rem}.guide-article .guide-body__section>h2.guide-body__heading{margin-top:0}.guide-article h2.guide-body__heading:before{width:1.7rem;height:1.7rem;font-size:.68rem}.guide-article h3{font-size:1.04rem}.guide-article table{font-size:.84rem}.guide-article th,.guide-article td{padding:.5rem .6rem}.guide-hero-band{padding:.9rem 1.1rem}.guide-cta{padding:1.5rem 1.2rem 1.6rem}.guide-cta__title{font-size:1.1rem}}
