:root{color-scheme:light;--bg:oklch(98% .004 255);--surface:oklch(99.5% .002 255);--soft:oklch(96% .009 255);--ink:oklch(24% .025 255);--muted:oklch(47% .025 255);--line:oklch(88% .015 255);--accent:oklch(49% .205 264);--accent-hover:oklch(42% .2 264);--tint:oklch(95% .026 264);--success:oklch(40% .10 155);--radius:10px;--sans:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;--mono:ui-monospace,SFMono-Regular,Consolas,monospace}
*{box-sizing:border-box}html{scroll-padding-top:6rem}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.65}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.2;letter-spacing:-.025em}h1{font-size:2.5rem;line-height:1.15;margin-bottom:1rem;font-weight:730}h2{font-size:1.5rem;font-weight:680}h3{font-size:1.15rem;font-weight:650}p{margin-bottom:1rem}a{color:var(--accent);text-underline-offset:3px}a:hover{color:var(--accent-hover)}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button,a,input,summary{outline-offset:4px}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--accent)}[hidden]{display:none!important}.ui-icon{width:24px;height:24px;flex:none;vertical-align:middle}kbd{font:12px var(--mono);color:var(--muted);border:1px solid var(--line);border-radius:4px;padding:2px 6px;background:var(--surface)}.skip-link{position:fixed;top:-5rem;left:1rem;z-index:300;padding:.8rem 1rem;background:var(--ink);color:var(--surface)}.skip-link:focus{top:1rem}
.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);background:var(--surface)}.header-inner{max-width:1360px;min-height:76px;margin:auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-size:15px;font-weight:650;text-decoration:none;white-space:nowrap}.brand-mark{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:var(--ink);color:var(--surface);font-size:15px;letter-spacing:-.8px}.brand-mark>span{position:absolute;right:-2px;bottom:-2px;width:9px;height:9px;border:2px solid var(--surface);border-radius:3px;background:var(--accent)}.brand-divider{margin:0 13px;color:var(--line);font-weight:400}.brand strong{font-weight:500;color:var(--muted)}.site-header nav{display:flex;gap:24px;align-items:center;font-size:14px}.site-header nav a{display:inline-flex;align-items:center;gap:8px;color:var(--muted);text-decoration:none;min-height:44px}.site-header nav a:hover{color:var(--accent)}.site-header nav svg{width:18px;height:18px}.site-header .header-search{padding:0 12px;min-width:210px;border:1px solid var(--line);border-radius:7px;background:var(--bg)}.header-search kbd{margin-left:10px}.agency-link svg{transform:rotate(-45deg)}
.portal-home{width:min(1060px,calc(100% - 64px));margin:0 auto}.help-intro{padding:76px 0 48px;max-width:820px}.eyebrow{font-size:12px;letter-spacing:.11em;font-weight:700;color:var(--muted);margin-bottom:14px}.help-intro h1{font-size:3rem;letter-spacing:-.035em;margin-bottom:16px}.help-intro>p:not(.eyebrow){font-size:19px;color:var(--muted)}.portal-search{margin-top:32px;position:relative;scroll-margin-top:110px}.portal-search>label{display:block;font-size:14px;font-weight:650;margin-bottom:8px}.search-field{display:flex;align-items:center;gap:13px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:0 16px;min-height:64px;box-shadow:0 3px 12px oklch(24% .025 255/.035)}.search-field:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--tint)}.search-field svg{color:var(--accent);width:22px;height:22px}.search-field input{width:100%;min-width:0;min-height:62px;border:0;outline:0;background:transparent;color:var(--ink);font-size:16px}.search-field input::placeholder{color:var(--muted)}.search-status{font-size:13px;color:var(--muted);margin:9px 0 0}.search-results{margin:16px 0 0;padding:0;list-style:none;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.search-result{border-bottom:1px solid var(--line)}.search-result:last-child{border-bottom:0}.search-result a{position:relative;display:block;padding:17px 52px 17px 20px;text-decoration:none;color:var(--ink)}.search-result a:hover{background:var(--tint)}.search-result strong{display:block;font-size:16px;margin:2px 0}.search-result a>span:not(.result-category){display:block;font-size:14px;color:var(--muted);line-height:1.5}.result-category{font-size:12px;color:var(--muted)}.search-result svg{position:absolute;right:18px;top:calc(50% - 10px);width:20px;height:20px}.search-empty{padding:20px;border:1px solid var(--line);border-radius:var(--radius);margin-top:16px;font-size:15px}
.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:16px}.section-title h2{font-size:20px;margin:0}.section-title>span{font-size:14px;color:var(--muted)}.help-topics{padding-top:12px}.topic-feature{display:grid;grid-template-columns:60px 1fr auto;gap:24px;align-items:start;padding:30px 32px;border:1px solid var(--line);border-radius:12px;background:var(--surface);text-decoration:none;color:var(--ink);transition:border-color .18s}.topic-feature:hover{color:var(--ink);border-color:var(--accent)}.topic-icon{display:grid;place-items:center;width:56px;height:56px;background:var(--tint);color:var(--accent);border-radius:12px}.topic-icon svg{width:28px;height:28px}.topic-kicker{font-size:11px;letter-spacing:.09em;color:var(--muted);font-weight:650}.topic-feature h3{font-size:25px;margin:7px 0 8px}.topic-feature p{max-width:490px;font-size:15px;color:var(--muted);margin-bottom:14px}.topic-count{font-size:12px;color:var(--muted);border:1px solid var(--line);border-radius:5px;padding:3px 7px}.topic-open{align-self:center;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:650;color:var(--accent)}.topic-open svg{width:19px;height:19px}.quick-start{margin-top:48px}.quick-links{display:grid;grid-template-columns:1fr 1fr;column-gap:40px}.quick-links>a{display:flex;align-items:center;gap:16px;min-width:0;padding:23px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--ink)}.quick-links>a:hover strong{color:var(--accent)}.task-icon{color:var(--muted);width:28px;flex:none}.quick-links>a>span:nth-child(2){flex:1}.quick-links strong{display:block;font-size:16px;font-weight:620}.quick-links small{display:block;font-size:14px;color:var(--muted);margin-top:3px}.quick-links>a>.ui-icon{width:18px;height:18px;color:var(--muted)}.human-help{display:flex;gap:20px;align-items:center;margin:48px 0 64px;padding:26px 28px;background:var(--soft);border-radius:12px}.human-help>.ui-icon{color:var(--muted)}.human-help h2{font-size:18px;margin-bottom:5px}.human-help p{font-size:14px;max-width:530px;color:var(--muted);margin:0}.human-help .button{margin-left:auto;flex:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 16px;border:1px solid var(--accent);border-radius:7px;background:var(--accent);color:var(--surface);font-size:14px;font-weight:650;text-decoration:none}.button:hover{background:var(--accent-hover);color:var(--surface)}.button svg{width:18px;height:18px}.button-secondary,.button-light{background:var(--surface);color:var(--ink);border-color:var(--line)}.button-secondary:hover,.button-light:hover{background:var(--tint);color:var(--accent);border-color:var(--accent)}
.home #main{width:min(1060px,calc(100% - 64px));margin:auto}.simple-hero{display:grid;grid-template-columns:1.4fr 1fr;gap:60px;padding:60px 0 44px}.simple-hero h1{font-size:40px;max-width:600px}.simple-hero>div>p:not(.eyebrow){color:var(--muted);max-width:570px}.before-start{padding:22px 24px;background:var(--soft);border:1px solid var(--line);border-radius:10px;font-size:14px;align-self:start}.before-start ul{padding-left:20px;margin-bottom:12px}.before-start p:last-child{margin:0;color:var(--muted)}.start-web{font-size:15px}.start-choices h2{font-size:22px;margin-bottom:20px}.start-choices>div{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.start-choices a{display:flex;flex-direction:column;gap:12px;padding:24px;border:1px solid var(--line);border-radius:10px;text-decoration:none;background:var(--surface);color:var(--ink)}.start-choices a:hover{border-color:var(--accent)}.start-choices a>span{color:var(--accent)}.start-choices strong{font-size:18px;line-height:1.4}.start-choices small{font-size:14px;line-height:1.5;color:var(--muted)}.device-section{margin-top:44px;padding-top:36px;border-top:1px solid var(--line);scroll-margin-top:100px}.device-section h2{font-size:24px}.device-columns{display:grid;grid-template-columns:1fr 1fr;gap:40px}.device-columns h3{font-size:16px;margin:12px 0}.device-columns a{display:flex;justify-content:space-between;gap:16px;min-height:52px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);font-size:15px;font-weight:550;text-decoration:none}.secondary-help{display:flex;gap:20px;flex-wrap:wrap;font-size:14px;margin:40px 0 60px;padding:24px 0;border-top:1px solid var(--line)}.secondary-help p{margin:0}
.simple-guide{display:grid;grid-template-columns:240px minmax(0,760px);gap:56px;width:min(1200px,calc(100% - 64px));margin:auto;padding:36px 0 72px;align-items:start}.topic-sidebar{position:sticky;top:104px;max-height:calc(100vh - 130px);overflow:auto;padding-right:12px;font-size:14px}.topic-navigation>summary{display:flex;align-items:center;gap:9px;list-style:none;cursor:pointer;font-size:15px;font-weight:650;min-height:44px;color:var(--ink)}.topic-navigation>summary::-webkit-details-marker{display:none}.topic-navigation summary svg{width:20px;height:20px;color:var(--accent)}.topic-navigation summary>span{display:none}.nav-group{margin-top:20px}.nav-group>p{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--muted);margin:0 0 6px}.nav-group ul{list-style:none;margin:0;padding:0}.nav-group a{display:block;padding:10px 12px;margin-left:-12px;line-height:1.45;min-height:40px;border-radius:6px;color:var(--muted);text-decoration:none;font-size:13px}.nav-group a:hover{background:var(--soft);color:var(--ink)}.nav-group a[aria-current=page]{background:var(--tint);color:var(--accent);font-weight:650}.sidebar-help{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);margin-top:24px;padding-top:20px;color:var(--muted);font-size:13px;text-decoration:none}.sidebar-help svg{width:18px;height:18px}.guide-content{min-width:0;max-width:760px}.nav-home{display:none}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:var(--muted);margin:4px 0 32px;line-height:1.6}.breadcrumbs a{text-decoration:none}.breadcrumbs>span[aria-current]{color:var(--muted)}.guide-title-row{display:flex;gap:20px;align-items:start;margin-bottom:26px}.guide-title-row>div{flex:1;min-width:0}.guide-title-row h1{font-size:36px;margin-bottom:16px}.guide-intro{font-size:17px;max-width:65ch;color:var(--muted);margin-bottom:0}.print-button{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--muted);font-size:12px;padding:8px 12px;min-height:44px;margin-top:28px;white-space:nowrap}.print-button svg{width:16px;height:16px}.guide-before{padding:20px 22px;background:var(--soft);border:1px solid var(--line);border-radius:9px;margin:28px 0}.guide-before h2{font-size:16px;margin:0 0 8px}.guide-before p{font-size:15px;line-height:1.6;color:var(--muted);margin:0}.outlook-note{font-size:14px;line-height:1.6;border:1px solid var(--line);border-radius:8px;padding:14px 16px;background:var(--soft);margin:20px 0 0}.steps-section{margin-top:36px}.content-heading .eyebrow{font-size:11px;margin-bottom:6px}.content-heading h2{font-size:22px;margin-bottom:8px}.content-heading>p:last-child{color:var(--muted);font-size:15px;max-width:65ch}.step-card{display:grid;grid-template-columns:32px minmax(0,1fr);gap:16px;padding:28px 0;border-bottom:1px solid var(--line);scroll-margin-top:96px}.step-number{display:grid;place-items:center;width:30px;height:30px;background:var(--tint);color:var(--accent);border:1px solid var(--line);border-radius:7px;font-weight:700;font-size:13px;margin-top:1px}.step-card h3{font-size:19px;line-height:1.4;margin:0 0 9px}.step-card p{font-size:17px;line-height:1.75;max-width:70ch;margin-bottom:0}.step-card figure{margin:20px 0 0;padding:16px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}figure img{display:block;max-width:100%;height:auto;margin:auto}figcaption{font-size:12px;color:var(--muted);margin-top:12px;line-height:1.55}.figure-gallery{margin:28px 0}.figure-gallery figure{margin:0 0 20px;padding:20px;border:1px solid var(--line);background:var(--surface);border-radius:10px}
.quick-settings{display:block;min-width:0;margin:36px 0;padding:24px;background:var(--soft);border:1px solid var(--line);border-radius:10px}.copy-grid{display:grid;align-items:start;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.copy-box{min-width:0;padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.copy-label{display:block;font-size:12px;color:var(--muted);font-weight:600;margin-bottom:8px}.copy-box>div{display:flex;justify-content:space-between;align-items:center;gap:12px}.copy-value{flex:1;min-width:0;white-space:normal;font-family:var(--mono);font-size:13px;line-height:1.5;font-weight:550;overflow-wrap:anywhere;color:var(--ink)}.copy-button{display:inline-flex;align-items:center;justify-content:center;flex:none;gap:6px;min-height:44px;min-width:44px;padding:7px 9px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:550}.copy-button svg{width:17px;height:17px}.copy-button:hover{color:var(--accent);border-color:var(--accent);background:var(--tint)}.copy-button.is-copied{color:var(--success);background:var(--soft)}.copy-box small{display:block;font-size:12px;color:var(--muted);margin-top:7px}.settings-definitions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0 0}.settings-definitions dt{font-size:12px;font-weight:650;color:var(--muted)}.settings-definitions dd{margin:5px 0 0;font-size:14px}.settings-note{font-size:13px;color:var(--muted);margin:16px 0 0}.settings-section{margin:32px 0}.table-scroll{overflow:auto;border:1px solid var(--line);border-radius:8px;background:var(--surface)}table{border-collapse:collapse;min-width:630px;width:100%;font-size:13px;text-align:left}th,td{padding:14px 12px;border-bottom:1px solid var(--line)}thead th{background:var(--soft);font-size:12px}tbody tr:last-child>*{border-bottom:0}.sign-in-card{padding:24px;background:var(--tint);border:1px solid var(--line);border-radius:10px;margin:28px 0}.sign-in-card h2{font-size:22px;margin-bottom:8px}.sign-in-card p{font-size:15px;color:var(--muted)}.sign-in-card .button{background:var(--accent);color:var(--surface);border-color:var(--accent)}.notes-section,.related-section{margin-top:40px}.notes-section details{border-bottom:1px solid var(--line)}.notes-section summary{padding:16px 0;font-size:15px;font-weight:650;cursor:pointer}.notes-section details p{font-size:15px;color:var(--muted);padding-bottom:16px}.related-links{display:grid;grid-template-columns:1fr 1fr;gap:12px}.related-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:8px;font-size:14px;text-decoration:none}.about-guide{margin-top:40px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.about-guide>summary{padding:16px 0;cursor:pointer;font-size:14px}.about-guide ul{padding-left:20px}.about-guide li{margin:8px 0}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:150;pointer-events:none;max-width:calc(100% - 32px);font-size:13px}.toast:empty{display:none}.toast:not(:empty){background:var(--ink);color:var(--surface);padding:10px 16px;border-radius:8px;box-shadow:0 6px 24px oklch(24% .025 255/.15)}
.site-footer{width:min(1200px,calc(100% - 64px));margin:auto;padding:30px 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:start;gap:24px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}.footer-brand{font-size:14px;color:var(--ink);font-weight:650;text-decoration:none}.footer-brand span{font-weight:400;margin-left:8px;color:var(--muted)}.site-footer p{margin:5px 0 0}.footer-help{display:flex;gap:24px;align-items:center}.footer-help a{display:flex;align-items:center;gap:5px;min-height:32px;text-decoration:none;color:var(--muted)}.footer-help svg{width:16px;height:16px}.not-found{width:min(800px,calc(100% - 48px));margin:80px auto;min-height:50vh}.not-found .text-link{margin-left:24px}
@media(min-width:901px){.topic-navigation summary{pointer-events:none}.topic-navigation>nav{display:block}}
@media(max-width:1100px){.header-search kbd,.agency-link{display:none!important}.simple-guide{grid-template-columns:210px minmax(0,1fr);gap:32px}.copy-grid{grid-template-columns:1fr}.topic-feature{grid-template-columns:56px 1fr}.topic-open{grid-column:2}.human-help{flex-wrap:wrap}.human-help .button{margin-left:44px}.site-header .header-search{min-width:0}}
@media(max-width:900px){.simple-guide{display:block;max-width:780px}.topic-sidebar{position:static;max-height:none;padding:0;margin-bottom:28px}.topic-navigation{border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:0 16px}.topic-navigation summary{padding:10px 0}.topic-navigation summary>span{display:block;margin-left:auto;font-size:12px;color:var(--muted);font-weight:450}.topic-navigation nav{padding:0 8px 20px}.sidebar-help{display:none}.nav-group a{min-height:44px}.simple-hero{gap:28px;grid-template-columns:1fr 1fr}.brand-divider{margin:0 8px}.site-header nav{gap:16px}.print-button{margin-top:24px}}
@media(max-width:650px){.header-inner{padding:0 20px;min-height:68px;gap:16px}.brand{font-size:13px;gap:8px}.brand-mark{width:30px;height:30px;font-size:13px}.site-header .header-search{display:none}.header-help span{display:none}.site-header .header-help{min-width:44px;justify-content:center}.portal-home,.home #main,.simple-guide,.site-footer{width:calc(100% - 40px)}.help-intro{padding:44px 0 28px}.help-intro h1{font-size:34px}.help-intro>p:not(.eyebrow){font-size:17px}.eyebrow{font-size:10px}.portal-search{margin-top:24px}.search-field{min-height:58px;padding:0 12px;gap:10px}.search-field input{min-height:56px;font-size:15px}.search-field kbd{display:none}.section-title{margin-bottom:14px}.section-title h2{font-size:19px}.section-title>span{display:none}.topic-feature{grid-template-columns:44px 1fr;gap:16px;padding:22px 20px}.topic-icon{width:44px;height:44px;border-radius:9px}.topic-icon svg{width:24px;height:24px}.topic-feature h3{font-size:22px}.topic-kicker{font-size:9px;letter-spacing:.03em}.topic-feature p{font-size:14px}.topic-open{font-size:13px}.quick-start{margin-top:34px}.quick-links{grid-template-columns:1fr}.quick-links>a{padding:19px 0}.quick-links small{font-size:13px}.human-help{margin:36px 0 44px;padding:22px 20px;gap:14px}.human-help>div{flex:1}.human-help>.ui-icon{align-self:flex-start}.human-help .button{margin-left:0;width:100%}.human-help p{font-size:13px}.simple-hero{display:block;padding:36px 0 28px}.simple-hero h1{font-size:32px}.before-start{margin-top:24px}.start-choices>div,.device-columns{grid-template-columns:1fr}.start-choices a{padding:20px;gap:8px}.start-choices strong{font-size:17px}.device-columns{gap:24px}.device-section{margin-top:32px;padding-top:28px}.secondary-help{display:grid;gap:10px}.simple-guide{padding-top:24px}.guide-title-row{display:block}.guide-title-row h1{font-size:30px}.print-button{margin:20px 0 0}.breadcrumbs{margin-bottom:24px;font-size:11px}.guide-intro{font-size:16px}.guide-before{padding:18px}.guide-before p{font-size:14px}.step-card{grid-template-columns:28px minmax(0,1fr);gap:12px;padding:24px 0}.step-number{width:28px;height:28px;font-size:12px}.step-card h3{font-size:18px}.step-card p{font-size:16px;line-height:1.7}.step-card figure{padding:10px}.copy-grid{grid-template-columns:1fr}.copy-box{min-width:0;padding:12px}.copy-box>div{gap:8px}.copy-value{font-size:12px}.copy-button{padding:6px}.copy-button span{font-size:11px}.quick-settings{padding:18px}.settings-definitions{grid-template-columns:1fr;gap:12px}.settings-definitions>div{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-top:10px}.settings-definitions dd{margin:0;text-align:right;font-size:13px}.related-links{grid-template-columns:1fr}.site-footer{padding:24px 0;display:block}.footer-help{margin-top:20px;flex-wrap:wrap;gap:8px 20px}.content-heading h2{font-size:21px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media print{body{background:var(--surface);font-size:11pt}.site-header,.site-footer,.topic-sidebar,.print-button,.toast,.journey-consent,.nav-home{display:none!important}.simple-guide{display:block;width:auto;padding:0}.guide-title-row h1{font-size:26pt}.guide-content{max-width:none}.step-card,figure,.copy-box{break-inside:avoid}a{color:inherit;text-decoration:none}.copy-button{display:none}.copy-grid{grid-template-columns:1fr 1fr}.step-card p{font-size:11pt}.guide-before{background:transparent}}
