/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-source-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.table{display:table}}:root{--cream:#f7f2e8;--cream-light:#fffdf8;--fog:#e8ece8;--forest:#174a3a;--forest-deep:#0f382e;--navy:#17283a;--terracotta:#c75f40;--terracotta-dark:#a9482f;--sage:#97a99b;--ink:#26343b;--muted:#63706d;--line:#ded8cc;--white:#fffefb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream-light);color:var(--ink);font-family:var(--font-source-sans), Arial, sans-serif;margin:0;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{z-index:20;background:#fffefbf5;border-bottom:1px solid #17283a1f;position:relative}.header-inner{align-items:center;gap:28px;width:min(100% - 64px,1450px);min-height:92px;margin:0 auto;display:flex}.brand-lockup{color:var(--navy);white-space:nowrap;align-items:center;gap:16px;font-size:16px;font-weight:700;display:flex}.brand-lockup i{background:#17283a59;width:1px;height:30px}.main-nav{color:var(--navy);align-items:center;gap:34px;margin-left:auto;font-weight:600;display:flex}.main-nav a,.team-link,.text-link,.site-footer a{transition:color .18s,opacity .18s}.main-nav a:hover,.team-link:hover,.text-link:hover,.site-footer a:hover{color:var(--terracotta)}.button{border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:54px;padding:14px 24px;font-weight:700;line-height:1.1;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible,a:focus-visible,summary:focus-visible{outline-offset:4px;outline:3px solid #c75f4059}.button-primary{background:var(--terracotta);color:#fff;box-shadow:0 10px 24px #a8482f38}.button-primary:hover{background:var(--terracotta-dark);box-shadow:0 14px 28px #a8482f45}.button-secondary{border-color:var(--navy);color:var(--navy);background:#fffefbb8}.button-secondary:hover{background:var(--fog)}.header-cta{min-width:182px}.hero{isolation:isolate;background:radial-gradient(circle at 12% 12%, #ffffffe6, transparent 33%), linear-gradient(180deg, #fbf7ef 0%, var(--cream) 100%);min-height:780px;position:relative;overflow:hidden}.topo-lines{opacity:.32;z-index:-2;background:repeating-radial-gradient(at 30% 120%,#0000 0 28px,#97a99b52 29px 31px,#0000 32px 48px);position:absolute;inset:34% -5% 0;transform:rotate(-3deg)}.hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(500px,.95fr);align-items:center;gap:72px;width:min(100% - 64px,1380px);margin:0 auto;padding:86px 0 220px;display:grid}.eyebrow{color:var(--terracotta);letter-spacing:.16em;text-transform:uppercase;margin:0 0 16px;font-size:13px;font-weight:800}.hero h1{max-width:720px;color:var(--forest);font-family:var(--font-lora), Georgia, serif;letter-spacing:-.035em;margin:0;font-size:clamp(48px,5vw,76px);font-weight:400;line-height:1.08}.hero h1 em{font-weight:400;display:block}.hero-lede{max-width:620px;margin:28px 0 0;font-size:21px;line-height:1.52}.hero-actions{flex-wrap:wrap;gap:16px;margin-top:32px;display:flex}.team-link{z-index:3;color:var(--forest);text-underline-offset:4px;background:#fffefbd1;border-radius:999px;align-items:center;gap:12px;margin-top:28px;padding:8px 12px 8px 8px;font-weight:700;text-decoration:underline;display:inline-flex;position:relative}.team-icon{border:1px solid var(--sage);letter-spacing:-2px;border-radius:50%;place-items:center;width:30px;height:24px;line-height:1;text-decoration:none;display:grid}.journey-card{z-index:2;background:#fffefbf2;border:1px solid #63706d33;border-radius:22px;padding:42px 36px 38px;position:relative;box-shadow:0 24px 50px #17283a21}.progress-rail{grid-template-columns:48px 1fr 48px 1fr 48px;align-items:center;margin:0 32px 34px;display:grid}.progress-rail span{border:2px solid var(--sage);width:48px;height:48px;color:var(--forest);background:var(--white);border-radius:50%;place-items:center;font-weight:700;display:grid}.progress-rail span.active{border-color:var(--forest);background:var(--forest);color:#fff}.progress-rail i{background:#97a99b8c;height:2px}.journey-steps{grid-template-columns:repeat(3,1fr);display:grid}.journey-steps>div{text-align:center;flex-direction:column;align-items:center;min-width:0;padding:0 18px;display:flex}.journey-steps>div+div{border-left:1px solid var(--line)}.step-icon{width:68px;height:68px;color:var(--forest);letter-spacing:.08em;background:#97a99b2e;border-radius:50%;place-items:center;margin-bottom:18px;font-size:14px;font-weight:800;display:grid}.journey-steps strong{color:var(--forest-deep);font-size:17px}.journey-steps small{color:var(--muted);margin-top:7px;font-size:13px;line-height:1.35}.hero-landscape{z-index:-1;opacity:.96;background:url(/pnw-horizon.png) bottom/100% no-repeat;height:280px;position:absolute;bottom:-4px;left:0;right:0}.trust-strip{z-index:2;border:1px solid var(--line);background:var(--white);border-radius:18px;grid-template-columns:repeat(3,1fr);width:min(100% - 64px,1180px);margin:-28px auto 0;display:grid;position:relative;box-shadow:0 16px 36px #17283a17}.trust-strip>div{align-items:flex-start;gap:16px;padding:24px 28px;display:flex}.trust-strip>div+div{border-left:1px solid var(--line)}.trust-strip span{color:var(--terracotta);letter-spacing:.1em;font-size:12px;font-weight:800}.trust-strip p{color:var(--muted);margin:0;line-height:1.4}.trust-strip strong{color:var(--navy);display:block}.section{width:min(100% - 64px,1240px);margin:0 auto;padding:112px 0}.section-heading{max-width:650px}.section-heading h2,.status-section h2{color:var(--forest);font-family:var(--font-lora), Georgia, serif;letter-spacing:-.025em;margin:0;font-size:clamp(38px,4vw,58px);font-weight:400;line-height:1.12}.section-heading>p:not(.eyebrow),.status-section>div>p:not(.eyebrow){color:var(--muted);margin:22px 0 0;font-size:19px;line-height:1.6}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:52px;display:grid}.product-card{border:1px solid var(--line);background:var(--white);border-radius:18px;min-height:210px;padding:26px;transition:transform .18s,border-color .18s,box-shadow .18s}.product-card:hover{border-color:var(--sage);transform:translateY(-4px);box-shadow:0 16px 30px #17283a14}.product-card>span{width:46px;height:46px;color:var(--forest);background:var(--fog);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.product-card h3{color:var(--navy);margin:22px 0 8px;font-size:19px;line-height:1.25}.product-card p{color:var(--muted);margin:0;font-size:14px}.product-card-other{color:#fff;border-color:var(--forest);background:var(--forest)}.product-card-other>span{color:#fff;background:#ffffff24}.product-card-other h3,.product-card-other p{color:#fff}.how-section{width:100%;max-width:none;padding:0}.how-panel{background:var(--forest-deep);grid-template-columns:.9fr 1.1fr;gap:100px;padding:104px max(32px,50vw - 620px);display:grid}.section-heading.light h2,.section-heading.light p:not(.eyebrow){color:#fff}.how-list{margin:0;padding:0;list-style:none}.how-list li{color:#fff;border-top:1px solid #ffffff2e;grid-template-columns:52px 1fr;gap:20px;padding:22px 0;display:grid}.how-list li:last-child{border-bottom:1px solid #ffffff2e}.how-list li>span{color:#d4ded5;border:1px solid #ffffff59;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.how-list strong{font-size:19px}.how-list p{color:#ffffffb3;margin:4px 0 0}.needs-layout{grid-template-columns:1fr 1fr;align-items:center;gap:92px;display:grid}.text-link{color:var(--forest);margin-top:26px;font-weight:800;display:inline-block}.document-card{border:1px solid var(--line);background:var(--cream);border-radius:22px;padding:34px}.document-label{color:var(--terracotta);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:800}.document-card ul{margin:0;padding:0;list-style:none}.document-card li{border-bottom:1px solid var(--line);grid-template-columns:52px 1fr;align-items:center;gap:14px;padding:18px 0;display:grid}.document-card li span{color:var(--forest);font-size:12px;font-weight:800}.document-card li strong{color:var(--navy)}.document-note{color:var(--muted);margin:22px 0 0;font-size:14px}.status-section{background:var(--fog);border-radius:24px;justify-content:space-between;align-items:center;gap:48px;margin-bottom:112px;padding:56px 64px;display:flex}.status-section>div{max-width:760px}.status-section h2{font-size:clamp(34px,3.5vw,50px)}.faq-section{grid-template-columns:.8fr 1.2fr;gap:90px;padding-top:0;display:grid}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{color:var(--navy);cursor:pointer;padding:22px 36px 22px 0;font-size:18px;font-weight:700;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--terracotta);font-size:26px;font-weight:400;position:absolute;top:18px;right:4px}.faq-list details[open] summary:after{content:"–"}.faq-list details p{color:var(--muted);margin:0;padding:0 36px 22px 0;line-height:1.6}.site-footer{color:#fff;background:var(--navy);grid-template-columns:1fr auto;gap:28px 60px;padding:54px max(32px,50vw - 620px);display:grid}.site-footer strong{font-size:20px}.site-footer p{color:#ffffffb3;margin:8px 0 0}.site-footer>div:nth-child(2){align-items:flex-start;gap:28px;font-weight:700;display:flex}.site-footer .legal-note{border-top:1px solid #ffffff29;grid-column:1/-1;max-width:950px;padding-top:26px;font-size:13px}@media (width<=1180px){.main-nav{display:none}.header-cta{margin-left:auto}.hero-inner{grid-template-columns:1fr;gap:48px;padding-top:70px}.hero-copy{max-width:780px}.journey-card{max-width:760px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=820px){.header-inner,.hero-inner,.section,.trust-strip{width:min(100% - 36px,1240px)}.header-inner{min-height:76px}.brand-lockup{white-space:normal;gap:10px;font-size:13px}.brand-lockup i,.header-cta{display:none}.brand-lockup span:last-child{border-left:1px solid #17283a4d;padding-left:10px}.hero{min-height:auto}.hero-inner{padding:58px 0 180px}.hero h1{font-size:clamp(44px,12vw,64px)}.hero-lede{font-size:18px}.journey-card{padding:30px 22px}.progress-rail{margin-inline:12px}.journey-steps{grid-template-columns:1fr}.journey-steps>div{text-align:left;grid-template-columns:58px 1fr;align-items:center;column-gap:16px;padding:18px 0;display:grid}.journey-steps>div+div{border-left:0;border-top:1px solid var(--line)}.step-icon{grid-row:1/3;width:52px;height:52px;margin:0}.journey-steps small{margin:2px 0 0}.trust-strip{grid-template-columns:1fr}.trust-strip>div+div{border-top:1px solid var(--line);border-left:0}.section{padding:80px 0}.product-grid{grid-template-columns:1fr}.how-panel,.needs-layout,.faq-section{grid-template-columns:1fr;gap:52px}.how-panel{padding:78px 24px}.status-section{flex-direction:column;align-items:flex-start;margin-bottom:80px;padding:40px 28px}.site-footer{grid-template-columns:1fr}.site-footer>div:nth-child(2){flex-direction:column;gap:12px}}@media (width<=520px){.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.progress-rail{grid-template-columns:38px 1fr 38px 1fr 38px}.progress-rail span{width:38px;height:38px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.subpage-shell{background:linear-gradient(#f7f2e8e0,#fffefbfa),repeating-radial-gradient(at 20% 0,#0000 0 38px,#97a99b24 39px 40px,#0000 41px 56px);min-height:100vh}.subpage-header{z-index:30;border-bottom:1px solid var(--line);background:#fffefbf5;position:relative}.subpage-header-inner{justify-content:space-between;align-items:center;gap:32px;width:min(100% - 48px,1380px);min-height:82px;margin:0 auto;display:flex}.subpage-brand{color:var(--navy);align-items:center;gap:14px;display:flex}.brand-mark{color:#fff;background:var(--forest);width:44px;height:44px;font-family:var(--font-lora), Georgia, serif;letter-spacing:.08em;border-radius:50%;place-items:center;font-size:12px;display:grid}.subpage-brand>span:last-child{flex-direction:column;display:flex}.subpage-brand strong{font-size:16px}.subpage-brand small{color:var(--muted);font-size:12px}.subpage-header nav{color:var(--navy);gap:28px;font-weight:700;display:flex}.subpage-header nav a:hover{color:var(--terracotta)}.button-quiet{border-color:var(--line);color:var(--navy);background:var(--white);box-shadow:none}.button-quiet:hover{border-color:var(--sage);background:var(--fog)}button.button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}.wizard-layout{grid-template-columns:350px 1fr;align-items:start;gap:56px;width:min(100% - 48px,1280px);margin:0 auto;padding:64px 0 100px;display:grid}.wizard-aside{position:sticky;top:32px}.wizard-aside h1,.lookup-copy h1,.confirmation-page h1,.portal-signin h1,.status-results-heading h1{color:var(--forest);font-family:var(--font-lora), Georgia, serif;letter-spacing:-.03em;margin:0;font-size:clamp(42px,4.5vw,60px);font-weight:400;line-height:1.1}.wizard-aside>p:not(.eyebrow),.lookup-copy>p:not(.eyebrow),.confirmation-page>p:not(.eyebrow),.portal-signin>p:not(.eyebrow){color:var(--muted);margin:20px 0 0;font-size:18px;line-height:1.6}.wizard-progress{margin:38px 0 0;padding:0;list-style:none}.wizard-progress li{color:#7b8582;grid-template-columns:36px 1fr;align-items:center;gap:14px;min-height:58px;display:grid;position:relative}.wizard-progress li:not(:last-child):after{content:"";background:var(--line);width:1px;height:22px;position:absolute;bottom:-3px;left:17px}.wizard-progress li>span{border:1px solid var(--line);background:var(--cream-light);border-radius:50%;place-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:grid}.wizard-progress li.active{color:var(--forest)}.wizard-progress li.active>span{color:#fff;border-color:var(--forest);background:var(--forest)}.wizard-progress li.complete{color:var(--forest)}.wizard-progress li.complete>span{color:var(--forest);border-color:var(--sage);background:var(--fog)}.help-card{background:#e8ece8a6;border:1px solid #97a99b59;border-radius:16px;margin-top:32px;padding:22px}.help-card strong{color:var(--forest)}.help-card p{color:var(--muted);margin:6px 0 0;font-size:14px}.wizard-card{border:1px solid var(--line);background:var(--white);border-radius:24px;min-width:0;overflow:hidden;box-shadow:0 22px 60px #17283a14}.wizard-card-heading{border-bottom:1px solid var(--line);min-height:68px;color:var(--muted);background:#fbfaf7;justify-content:space-between;align-items:center;padding:0 42px;display:flex}.wizard-card-heading span{letter-spacing:.1em;text-transform:uppercase;font-size:13px;font-weight:800}.wizard-card-heading strong{color:var(--forest)}.form-section{padding:44px 42px 10px}.form-section h2,.activity-card h2,.case-side-card h2,.report-preview h2{color:var(--forest);font-family:var(--font-lora), Georgia, serif;letter-spacing:-.02em;margin:0;font-size:clamp(30px,3vw,42px);font-weight:400;line-height:1.15}.form-section>div:first-child>p:not(.eyebrow){color:var(--muted);margin:12px 0 0}.field-grid{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:34px;display:grid}.field-grid label,.signature-field,.lookup-card label,.drawer-status label{color:var(--navy);flex-direction:column;gap:8px;font-size:14px;font-weight:700;display:flex}.field-grid b,.signature-field b{color:var(--terracotta)}.field-span{grid-column:1/-1}.field-grid input,.field-grid select,.field-grid textarea,.signature-field input,.lookup-card input,.case-toolbar select,.drawer-status input,.drawer-status select,.drawer-section textarea{width:100%;min-height:50px;color:var(--ink);background:#fff;border:1px solid #cfd5d0;border-radius:10px;outline:none;padding:12px 14px;transition:border-color .16s,box-shadow .16s}.field-grid textarea,.drawer-section textarea{resize:vertical;min-height:110px}.field-grid input:focus,.field-grid select:focus,.field-grid textarea:focus,.signature-field input:focus,.lookup-card input:focus,.case-toolbar select:focus,.search-field:focus-within,.drawer-status input:focus,.drawer-status select:focus,.drawer-section textarea:focus{border-color:var(--forest);box-shadow:0 0 0 3px #174a3a1f}.field-grid label>small{color:var(--muted);font-weight:400}.info-note,.document-guidance,.privacy-note{border-left:4px solid var(--sage);background:var(--fog);border-radius:0 12px 12px 0;margin-top:28px;padding:20px 22px}.info-note strong,.document-guidance strong,.privacy-note strong{color:var(--forest)}.info-note p,.privacy-note p{color:var(--muted);margin:5px 0 0;font-size:14px}.choice-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:34px;display:grid}.choice-card{border:1px solid var(--line);min-height:92px;color:var(--navy);cursor:pointer;background:#fff;border-radius:14px;grid-template-columns:38px 1fr;align-items:center;gap:14px;padding:18px;transition:border-color .16s,background .16s,transform .16s;display:grid}.choice-card:hover{border-color:var(--sage);transform:translateY(-2px)}.choice-card.selected{border-color:var(--forest);background:#e8ece8a3}.choice-card input{opacity:0;pointer-events:none;position:absolute}.choice-card>span{border:1px solid var(--sage);width:38px;height:38px;color:var(--forest);border-radius:50%;place-items:center;font-weight:800;display:grid}.choice-card.selected>span{color:#fff;border-color:var(--forest);background:var(--forest)}.document-guidance ul{color:var(--muted);margin:12px 0 0;padding-left:20px}.document-guidance li+li{margin-top:7px}.mileage-certification-card{background:#f7faf8;border:1px solid #b8cabe;border-radius:16px;margin-top:24px;padding:24px}.mileage-certification-card h3{color:var(--forest);font-family:var(--font-lora), Georgia, serif;margin:5px 0 0;font-size:25px;font-weight:400}.mileage-certification-card>div:first-child>p:not(.eyebrow){color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.55}.mileage-certification-fields{margin-top:20px}.odometer-photo-control{color:var(--navy);background:#fff;border:1px dashed #9eb9aa;border-radius:12px;grid-template-columns:1fr minmax(180px,.7fr);align-items:center;gap:18px;margin-top:20px;padding:16px;display:grid}.odometer-photo-control>span{flex-direction:column;gap:4px;display:flex}.odometer-photo-control small,.selected-photo small{color:var(--muted);font-size:12px;font-weight:400}.selected-photo{color:var(--forest);background:#eaf3ed;border-radius:10px;justify-content:space-between;gap:14px;margin-top:10px;padding:12px 14px;display:flex}.upload-zone{text-align:center;border:2px dashed var(--sage);min-height:145px;color:var(--navy);cursor:pointer;background:#f7f2e88c;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin-top:22px;padding:28px;display:flex}.upload-zone:hover{border-color:var(--forest);background:var(--fog)}.upload-zone input{max-width:100%;margin-bottom:14px}.upload-zone>span{color:#fff;background:var(--forest);border-radius:50%;place-items:center;width:34px;height:34px;margin-bottom:8px;display:grid}.upload-zone small{color:var(--muted);margin-top:5px}.selected-files{color:var(--navy);background:#f2f8f4;border:1px solid #b8d3c4;border-radius:14px;margin-top:14px;padding:18px 20px}.selected-files>strong{margin-bottom:10px;display:block}.selected-files ul{margin:0;padding:0;list-style:none}.selected-files li{border-top:1px solid #395f4c29;justify-content:space-between;gap:16px;padding:8px 0;display:flex}.selected-files li span{overflow-wrap:anywhere;min-width:0}.selected-files li small{color:var(--muted);flex:none}.review-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:32px;display:grid}.review-grid>div{border:1px solid var(--line);background:#fbfaf7;border-radius:14px;flex-direction:column;min-height:120px;padding:20px;display:flex}.review-grid span,.status-facts span,.drawer-label,.drawer-facts small,.refund-card>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.review-grid strong{color:var(--navy);margin-top:7px}.review-grid small{color:var(--muted);margin-top:4px}.signature-field{margin-top:28px}.authorization-list{flex-direction:column;gap:12px;margin-top:22px;display:flex}.authorization-list label{border:1px solid var(--line);color:var(--ink);cursor:pointer;border-radius:12px;grid-template-columns:22px 1fr;gap:12px;padding:16px;font-size:14px;line-height:1.45;display:grid}.authorization-list input{width:18px;height:18px;accent-color:var(--forest)}.form-error{color:#7c2e20;background:#fff0eb;border:1px solid #d99986;border-radius:10px;margin:22px 42px 0;padding:14px 16px;font-weight:700}.wizard-actions{border-top:1px solid var(--line);background:#fbfaf7;justify-content:space-between;gap:16px;margin-top:34px;padding:26px 42px;display:flex}.confirmation-page{text-align:center;width:min(100% - 40px,760px);margin:0 auto;padding:100px 0 120px}.confirmation-icon{color:#fff;background:var(--forest);border-radius:50%;place-items:center;width:74px;height:74px;margin:0 auto 26px;font-size:30px;display:grid;box-shadow:0 15px 30px #174a3a2e}.case-number-card{border:1px solid var(--line);background:#fff;border-radius:18px;flex-direction:column;margin:36px auto 0;padding:30px;display:flex;box-shadow:0 18px 40px #17283a14}.case-number-card span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:800}.case-number-card strong{color:var(--navy);letter-spacing:.05em;margin-top:8px;font-size:30px}.case-number-card small{color:var(--muted);margin-top:8px}.confirmation-page .confirmation-document-count{color:var(--forest);margin:18px auto 0;font-size:15px;font-weight:800}.confirmation-actions{justify-content:center;gap:14px;margin-top:26px;display:flex}.confirmation-page .submission-disclaimer{max-width:650px;margin:28px auto 0;font-size:14px}.lookup-page{grid-template-columns:1fr 440px;align-items:center;gap:92px;width:min(100% - 48px,1120px);min-height:calc(100vh - 82px);margin:0 auto;padding:90px 0 110px;display:grid}.privacy-note{grid-template-columns:36px 1fr;gap:14px;display:grid}.privacy-note>span{color:#fff;background:var(--forest);border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.lookup-card{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;gap:22px;padding:36px;display:flex;box-shadow:0 24px 55px #17283a1a}.lookup-card .form-error{margin:0}.lookup-card>p:last-child{color:var(--muted);text-align:center;margin:0;font-size:14px}.lookup-card>p:last-child a{color:var(--forest);font-weight:800}.status-results-page{width:min(100% - 48px,1240px);margin:0 auto;padding:68px 0 110px}.status-results-heading{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.status-results-heading h1{font-size:54px}.status-results-heading>div>p:last-child{color:var(--muted);margin:10px 0 0;font-size:18px}.status-overview-card,.activity-card,.case-side-card{border:1px solid var(--line);background:#fff;border-radius:20px;box-shadow:0 16px 38px #17283a0f}.status-overview-card{margin-top:38px;padding:38px}.status-pipeline{grid-template-columns:repeat(7,1fr);display:grid}.status-pipeline>div{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.status-pipeline>div:not(:last-child):after{content:"";background:var(--line);height:2px;position:absolute;top:20px;left:calc(50% + 24px);right:calc(24px - 50%)}.status-pipeline span{z-index:1;border:2px solid var(--line);width:42px;height:42px;color:var(--muted);background:#fff;border-radius:50%;place-items:center;font-weight:800;display:grid;position:relative}.status-pipeline small{max-width:100px;color:var(--muted);line-height:1.25}.status-pipeline .done span,.status-pipeline .current span{color:#fff;border-color:var(--forest);background:var(--forest)}.status-pipeline .done:after{background:var(--forest)}.status-pipeline .current span{box-shadow:0 0 0 6px #174a3a1f}.status-pipeline .current small{color:var(--forest);font-weight:800}.status-facts{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:26px;margin-top:36px;padding-top:28px;display:grid}.status-facts>div{flex-direction:column;gap:6px;display:flex}.status-facts strong{color:var(--navy)}.status-detail-grid{grid-template-columns:1.35fr .65fr;gap:24px;margin-top:24px;display:grid}.activity-card,.case-side-card{padding:30px}.activity-list{margin:26px 0 0;padding:0;list-style:none}.activity-list li{grid-template-columns:20px 1fr;gap:16px;min-height:66px;display:grid;position:relative}.activity-list li:not(:last-child):after{content:"";background:var(--line);width:1px;position:absolute;top:18px;bottom:0;left:6px}.activity-list li>span{z-index:1;background:var(--terracotta);width:13px;height:13px;box-shadow:0 0 0 1px var(--terracotta);border:3px solid #fff;border-radius:50%;margin-top:3px;position:relative}.activity-list li>div{flex-direction:column;gap:4px;display:flex}.activity-list small,.case-side-card li small{color:var(--muted)}.case-side-card>p:not(.eyebrow){color:var(--muted);line-height:1.55}.case-side-card ul{margin:24px 0 0;padding:0;list-style:none}.case-side-card li{border-top:1px solid var(--line);grid-template-columns:42px 1fr;gap:12px;padding:14px 0;display:grid}.case-side-card li>span{color:var(--forest);font-size:11px;font-weight:800}.case-side-card li>div{flex-direction:column;min-width:0;display:flex}.case-side-card li strong{color:var(--navy);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.attention-note,.complete-note{border-radius:10px;margin-top:22px;padding:14px;font-size:14px;font-weight:700}.attention-note{color:#7c5620;background:#fff4d9}.complete-note{color:var(--forest);background:var(--fog)}.photo-request-card{background:#fff9e9;border:1px solid #d9ae63;border-radius:14px;margin-bottom:28px;padding:20px}.photo-request-card h2{margin-top:4px;font-size:25px}.photo-request-card>p:not(.eyebrow){color:#6e6048;font-size:14px;line-height:1.5}.photo-request-card label{color:var(--navy);flex-direction:column;gap:7px;margin-top:16px;font-size:13px;font-weight:800;display:flex}.photo-request-card input{background:#fff;border:1px solid #d5c49d;border-radius:9px;width:100%;padding:10px}.photo-request-card>small{overflow-wrap:anywhere;color:var(--muted);margin-top:8px;display:block}.photo-request-card .button{width:100%;margin-top:14px}.portal-shell{color:#26313a;background:#f4f6f5;min-height:100vh}.portal-header{background:var(--navy);border-color:#ffffff1f}.portal-header .subpage-brand,.portal-header nav{color:#fff}.portal-header .brand-mark{color:var(--forest);background:#dce6df}.portal-header .subpage-brand small{color:#ffffff94}.portal-signin{flex-direction:column;align-items:flex-start;width:min(100% - 40px,720px);margin:0 auto;padding:100px 0;display:flex}.portal-lock{color:#fff;background:var(--navy);width:70px;height:70px;font-family:var(--font-lora), Georgia, serif;border-radius:20px;place-items:center;margin-bottom:28px;display:grid}.portal-signin .button{margin-top:32px}.portal-layout{grid-template-columns:230px 1fr;min-height:calc(100vh - 82px);display:grid}.portal-nav{background:#fff;border-right:1px solid #dfe4e1;flex-direction:column;justify-content:space-between;padding:30px 18px 24px;display:flex}.portal-nav-label{color:#8a9490;letter-spacing:.12em;text-transform:uppercase;margin:0 12px 10px;font-size:11px;font-weight:800;display:block}.portal-nav a{color:#5f6a67;border-radius:9px;align-items:center;gap:12px;min-height:44px;margin-bottom:4px;padding:10px 12px;font-weight:700;display:flex}.portal-nav a.active,.portal-nav a:hover{color:var(--forest);background:#edf3ef}.portal-nav a span{text-align:center;width:18px}.portal-user{border-top:1px solid #e4e8e6;grid-template-columns:36px 1fr;align-items:center;gap:10px;padding:14px 10px 0;display:grid}.portal-user>span{color:#fff;background:var(--forest);border-radius:50%;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.portal-user>div{flex-direction:column;min-width:0;display:flex}.portal-user strong,.portal-user small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.portal-user strong{font-size:13px}.portal-user small{color:#8a9490;font-size:11px}.portal-main{min-width:0;padding:42px 44px 80px}.portal-titlebar{justify-content:space-between;align-items:flex-start;gap:30px;display:flex}.portal-titlebar h1{color:var(--navy);letter-spacing:-.03em;margin:0;font-size:36px}.portal-titlebar>div>p:last-child{color:#6f7a76;margin:8px 0 0}.metric-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px;display:grid}.metric-grid article{background:#fff;border:1px solid #dfe4e1;border-radius:13px;flex-direction:column;min-height:126px;padding:20px;display:flex}.metric-grid article>span{color:#6f7a76;font-size:13px;font-weight:700}.metric-grid strong{color:var(--navy);margin-top:auto;font-size:32px}.metric-grid small{color:#8a9490}.case-table-card{background:#fff;border:1px solid #dfe4e1;border-radius:14px;margin-top:22px;overflow:hidden}.case-toolbar{border-bottom:1px solid #e3e8e5;grid-template-columns:minmax(280px,1fr) 190px 190px auto;gap:10px;padding:16px;display:grid}.search-field{border:1px solid #d2d8d5;border-radius:9px;align-items:center;gap:8px;min-height:44px;padding:0 12px;display:flex}.search-field input{background:0 0;border:0;outline:none;width:100%}.case-toolbar select{min-height:44px;padding-block:8px;font-size:13px}.export-button{color:var(--navy);cursor:pointer;background:#fff;border:1px solid #d2d8d5;border-radius:9px;padding:0 16px;font-weight:700}.case-table{overflow-x:auto}.case-row{width:100%;min-width:980px;min-height:78px;color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e8ecea;grid-template-columns:1.25fr 1.45fr 1.15fr 1.2fr .8fr 22px;align-items:center;gap:18px;padding:12px 16px;display:grid}.case-row:not(.case-row-head):hover{background:#f8faf9}.case-row>span{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.case-row strong,.case-row small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.case-row strong{color:#2c373f;font-size:13px}.case-row small{color:#7d8884;margin-top:4px;font-size:12px}.case-row-head{color:#7d8884;cursor:default;letter-spacing:.06em;text-transform:uppercase;background:#f8faf9;min-height:42px;font-size:11px;font-weight:800}.status-pill{color:#3f5e51;text-overflow:ellipsis;white-space:nowrap;background:#e8f0eb;border-radius:999px;max-width:100%;padding:5px 8px;font-size:11px;font-style:normal;font-weight:800;line-height:1.1;overflow:hidden}.status-new{color:#285789;background:#e8f0f8}.status-customer-information-needed,.status-provider-information-needed{color:#7c5620;background:#fff1d5}.status-refund-processing{color:#6c4689;background:#f1e8f8}.missing-label{font-weight:700;color:#a3592d!important}.row-arrow{color:#8d9793;font-size:24px}.case-empty{color:#7d8884;text-align:center;padding:50px}.report-preview{background:#fff;border:1px solid #dfe4e1;border-radius:14px;grid-template-columns:1.25fr .75fr;align-items:center;gap:50px;margin-top:22px;padding:30px;display:grid}.report-preview h2{color:var(--navy);font-family:var(--font-source-sans), Arial, sans-serif;font-size:28px;font-weight:800}.report-preview>div>p:last-child{color:#6f7a76;margin:10px 0 0}.mini-bars{align-items:flex-end;gap:10px;height:118px;display:flex}.mini-bars i{background:linear-gradient(180deg, var(--terracotta), #e7a48f);border-radius:4px 4px 0 0;flex:1}.case-drawer-backdrop{z-index:100;background:#101d2875;justify-content:flex-end;display:flex;position:fixed;inset:0}.case-drawer{background:#fff;width:min(100%,620px);height:100%;overflow-y:auto;box-shadow:-18px 0 44px #101d282e}.drawer-header{z-index:2;background:#fffffff5;border-bottom:1px solid #e1e6e3;justify-content:space-between;align-items:center;min-height:86px;padding:18px 24px;display:flex;position:sticky;top:0}.drawer-header span{color:var(--terracotta);letter-spacing:.08em;font-size:12px;font-weight:800}.drawer-header h2{color:var(--navy);margin:3px 0 0;font-size:24px}.drawer-header button{color:#5f6a67;cursor:pointer;background:#fff;border:1px solid #d9dfdc;border-radius:50%;width:38px;height:38px;font-size:24px}.drawer-status{background:#f7f9f8;grid-template-columns:1fr 1fr;gap:14px;padding:22px 24px;display:grid}.drawer-section{border-top:1px solid #e5e9e7;padding:24px}.drawer-facts{grid-template-columns:1fr 1fr;gap:12px;margin-top:14px;display:grid}.drawer-facts>div{border:1px solid #e2e7e4;border-radius:10px;flex-direction:column;min-height:105px;padding:14px;display:flex}.drawer-facts strong{color:var(--navy);margin-top:5px}.drawer-facts div>span{color:#6f7a76;margin-top:5px;font-size:13px;line-height:1.45}.product-tags{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.product-tags span{color:var(--forest);background:#e8f0eb;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:700}.drawer-section>p{color:#5f6a67;margin:14px 0 0}.mileage-review-facts{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.mileage-review-facts>div{background:#fafcfb;border:1px solid #dde5e0;border-radius:9px;flex-direction:column;gap:5px;min-height:82px;padding:13px;display:flex}.mileage-review-facts small{color:#7d8884;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.mileage-review-facts strong{color:var(--navy);font-size:13px}.mileage-review-facts span{color:#6f7a76;font-size:12px}.photo-request-toggle{color:var(--navy);cursor:pointer;background:#fff9e9;border:1px solid #d7c18c;border-radius:10px;grid-template-columns:20px 1fr;align-items:start;gap:12px;margin-top:14px;padding:14px;display:grid}.photo-request-toggle input{width:18px;height:18px;accent-color:var(--forest);margin-top:2px}.photo-request-toggle span{flex-direction:column;gap:4px;display:flex}.photo-request-toggle small{color:#75684f;font-size:12px;line-height:1.4}.internal-activity-list{gap:9px;margin-top:14px;display:grid}.internal-activity-list article{border:1px solid #dce5df;border-left:4px solid var(--forest);background:#f8faf9;border-radius:9px;padding:13px 14px}.internal-activity-list article.staff-only{background:#fff9ef;border-color:#ead9bd #ead9bd #ead9bd #bd7b2e}.internal-activity-list article>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.internal-activity-list article>div>span{color:var(--forest);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.internal-activity-list article.staff-only>div>span{color:#98601f}.internal-activity-list article small{color:#7d8884;font-size:11px}.internal-activity-list article p{color:#46514d;margin:8px 0 0;line-height:1.5}.note-composer-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.note-composer{background:#f8faf9;border:1px solid #dce5df;border-radius:10px;flex-direction:column;padding:14px;display:flex}.note-composer.internal-note{background:#fff9ef;border-color:#ead9bd}.note-composer>small{color:#76817d;min-height:34px;margin-top:5px;font-size:11px;line-height:1.4}.note-composer.internal-note>small{color:#98601f;font-weight:700}.note-composer textarea{background:#fff;margin-top:10px}.refund-card{color:#603c7e;background:#f5eff9;border:1px solid #d8cce3;border-radius:12px;flex-direction:column;margin:0 24px 24px;padding:20px;display:flex}.refund-card strong{margin-top:5px;font-size:28px}.refund-card small{margin-top:4px}.drawer-message{color:var(--forest);background:#e8f0eb;border-radius:9px;margin:0 24px 18px;padding:12px;font-size:13px;font-weight:700}.drawer-actions{border-top:1px solid #e5e9e7;justify-content:flex-end;gap:12px;padding:20px 24px 30px;display:flex}@media (width<=1100px){.wizard-layout{grid-template-columns:290px 1fr;gap:32px}.lookup-page{gap:44px}.metric-grid{grid-template-columns:repeat(2,1fr)}.case-toolbar{grid-template-columns:1fr 1fr}.report-preview{grid-template-columns:1fr}}@media (width<=860px){.subpage-header nav{display:none}.wizard-layout,.lookup-page{grid-template-columns:1fr}.wizard-aside{position:static}.wizard-progress{grid-template-columns:repeat(5,1fr);display:grid}.wizard-progress li{text-align:center;grid-template-columns:1fr;justify-items:center}.wizard-progress li:not(:last-child):after{width:auto;height:1px;inset:17px -50% auto 50%}.help-card{display:none}.status-pipeline{grid-template-columns:1fr;gap:12px}.status-pipeline>div{text-align:left;grid-template-columns:42px 1fr;min-height:42px;display:grid}.status-pipeline>div:not(:last-child):after{width:2px;height:auto;inset:40px auto -12px 20px}.status-pipeline small{max-width:none}.status-facts{grid-template-columns:repeat(2,1fr)}.status-detail-grid,.portal-layout{grid-template-columns:1fr}.portal-nav{border-bottom:1px solid #dfe4e1;border-right:0;flex-direction:row;padding:10px 18px;overflow-x:auto}.portal-nav>div:first-child{display:flex}.portal-nav-label,.portal-user{display:none}.portal-nav a{white-space:nowrap}.portal-main{padding:30px 22px 60px}}@media (width<=650px){.subpage-header-inner,.wizard-layout,.lookup-page,.status-results-page{width:min(100% - 28px,1280px)}.subpage-brand small{display:none}.wizard-layout{padding-top:42px}.wizard-aside h1,.lookup-copy h1,.confirmation-page h1{font-size:42px}.wizard-progress strong{display:none}.wizard-card-heading,.form-section,.wizard-actions{padding-inline:22px}.field-grid,.choice-grid,.review-grid{grid-template-columns:1fr}.field-span{grid-column:auto}.wizard-actions{align-items:stretch}.wizard-actions .button{flex:1}.confirmation-actions{flex-direction:column}.lookup-page{padding-top:52px}.lookup-card{padding:26px}.status-results-heading{flex-direction:column;align-items:flex-start}.status-overview-card{padding:24px}.status-facts{grid-template-columns:1fr}.portal-titlebar{flex-direction:column}.metric-grid,.case-toolbar,.drawer-status,.drawer-facts{grid-template-columns:1fr}}.security-callout{color:#5f6a67;background:#edf4ef;border:1px solid #d6e2da;border-radius:12px;flex-wrap:wrap;gap:8px 18px;margin-top:28px;padding:17px 20px;display:flex}.security-callout strong{color:var(--forest)}.portal-message{color:#355749;background:#e8f0eb;border-radius:10px;margin-top:18px;padding:12px 15px;font-weight:700}.provider-grid{gap:18px;margin-top:20px;display:grid}.provider-card,.settings-card{background:#fff;border:1px solid #dfe4e1;border-radius:14px;padding:26px}.provider-card-head,.settings-card-head,.drawer-section-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.provider-card-head h2,.settings-card-head h2,.compact-settings h2{color:var(--navy);font-family:var(--font-source-sans), Arial, sans-serif;margin:5px 0 0;font-size:24px;font-weight:800}.provider-card-head p{color:#6f7a76;margin:4px 0 0}.provider-state{color:var(--forest);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:800}.provider-contact-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;display:grid}.provider-contact-grid>div{overflow-wrap:anywhere;border:1px solid #e1e6e3;border-radius:10px;flex-direction:column;min-height:86px;padding:13px;display:flex}.provider-contact-grid small{color:#7d8884;margin-bottom:7px;font-weight:700}.provider-contact-grid a{color:var(--forest);font-weight:700}.provider-contact-grid span{color:#8a9490}.provider-notes{color:#5f6a67;margin:18px 0 0;line-height:1.6}.provider-locations{border-top:1px solid #e4e8e6;margin-top:22px;padding-top:20px}.provider-locations h3{color:var(--navy);margin:0 0 12px;font-size:15px}.location-table>div{border-bottom:1px solid #edf0ee;grid-template-columns:130px 1fr;align-items:center;gap:18px;min-height:42px;padding:8px 10px;display:grid}.location-table>div:nth-child(odd){background:#f8faf9}.location-table strong{color:var(--forest);font-size:13px}.location-table span{color:#4e5955}.provider-edit-form{grid-template-columns:1fr 1fr;gap:16px;padding:24px;display:grid}.provider-edit-form label{min-width:0}.provider-edit-form label:nth-last-child(2),.provider-edit-form .checkbox-row{grid-column:1/-1}.provider-edit-form input,.provider-edit-form textarea,.add-user-form input,.add-user-form select,.user-row select{width:100%}.checkbox-row,.status-toggle{align-items:center;gap:9px;display:flex!important}.checkbox-row input,.status-toggle input{width:auto}.role-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px;display:grid}.role-grid article{background:#fff;border:1px solid #dfe4e1;border-radius:13px;padding:20px}.role-grid span{color:var(--terracotta);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.role-grid strong{color:var(--navy);margin-top:9px;font-size:20px;display:block}.role-grid p,.compact-settings p:last-child{color:#68736f;margin:8px 0 0;line-height:1.55}.settings-card{margin-top:18px}.settings-card-head>span{color:var(--forest);background:#e8f0eb;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.user-table{border:1px solid #e2e7e4;border-radius:10px;margin-top:20px;overflow:hidden}.user-row{border-bottom:1px solid #e7ebe9;grid-template-columns:minmax(220px,1fr) 170px 130px 82px;align-items:center;gap:14px;min-height:68px;padding:12px 14px;display:grid}.user-row:last-child{border-bottom:0}.user-row>div{flex-direction:column;min-width:0;display:flex}.user-row strong,.user-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-row small{color:#7d8884;margin-top:3px}.user-row-head{color:#7d8884;letter-spacing:.06em;text-transform:uppercase;background:#f8faf9;min-height:40px;font-size:11px;font-weight:800}.add-user-form{grid-template-columns:1fr 1.4fr 180px auto;align-items:end;gap:12px;margin-top:20px;display:grid}.permission-note,.muted-copy,.drawer-identity{color:#7d8884;font-size:12px}.permission-note{margin:14px 0 0}.document-list{gap:8px;margin-top:12px;display:grid}.document-upload-control{color:var(--forest);cursor:pointer;background:#f4f8f5;border:1px dashed #9eb9aa;border-radius:9px;grid-template-columns:auto 1fr;align-items:center;gap:3px 10px;margin-top:12px;padding:12px 14px;display:grid}.document-upload-control input{opacity:0;grid-row:1/3;width:18px;height:18px}.document-upload-control span{font-size:13px;font-weight:800}.document-upload-control small{color:#7d8884;font-size:11px}@media (width<=640px){.odometer-photo-control,.mileage-review-facts{grid-template-columns:1fr}.selected-photo{flex-direction:column;gap:4px}}.document-list>div{border:1px solid #e1e6e3;border-radius:9px;grid-template-columns:38px 1fr auto auto;align-items:center;gap:11px;padding:12px;display:grid}.document-list>div>span{color:#a95139;background:#faece8;border-radius:8px;place-items:center;width:38px;height:38px;font-size:10px;font-weight:900;display:grid}.document-list>div>div{flex-direction:column;min-width:0;display:flex}.document-list strong{color:var(--navy);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.document-list small{color:#7d8884;margin-top:3px}.document-open-link{color:var(--forest);font-size:12px;font-weight:800;text-decoration:none}.document-open-link:hover{text-decoration:underline}.text-danger{color:#a44336;cursor:pointer;background:0 0;border:0;font-weight:800}.button-danger{color:#9a3b30;background:#fff5f3;border-color:#dca99f;margin-right:auto}.drawer-identity{text-align:right;padding:0 24px 24px}@media (width<=980px){.provider-contact-grid,.role-grid{grid-template-columns:1fr}.add-user-form{grid-template-columns:1fr 1fr}.user-row{grid-template-columns:1fr 150px 120px auto;min-width:760px}.user-table{overflow-x:auto}}@media (width<=650px){.provider-card,.settings-card{padding:20px}.provider-edit-form,.add-user-form{grid-template-columns:1fr}.provider-edit-form label:nth-last-child(2),.provider-edit-form .checkbox-row{grid-column:auto}.location-table>div{grid-template-columns:1fr;gap:3px}.note-composer-grid{grid-template-columns:1fr}}
