:root{--blue-900: #0a3552;--blue-700: #0d5f96;--blue-500: #2196d9;--blue-050: #eaf5fc;--green-700: #3d7a00;--green-600: #4c8a00;--green-500: #76be1e;--green-050: #f0f8e8;--orange-700: #b4520a;--orange-800: #93430a;--orange-600: #c25e00;--orange-500: #f7941d;--amber-400: #f5c400;--gradient-brand: linear-gradient(90deg, #2196d9, #76be1e);--footer-text: #dce5f1;--fs-h1: 2.44rem;--fs-h2: 1.95rem;--fs-h3: 1.56rem;--fs-lg: 1.25rem;--fs-sm: .875rem;--gray-900: #1a202c;--gray-700: #3d4852;--gray-500: #64707d;--gray-300: #cbd2d9;--gray-100: #f1f4f8;--white: #fff;--error-700: #b42318;--error-bg: #fdecea;--warning-text: #8a5b00;--warning-bg: #fef3c7;--focus-ring: 3px solid var(--blue-700);--sp-1: .5rem;--sp-2: 1rem;--sp-3: 1.5rem;--sp-4: 2rem;--sp-6: 3rem;--radius: 8px;--radius-lg: 16px;--shadow: 0 1px 3px rgb(10 53 82 / 12%), 0 4px 12px rgb(10 53 82 / 8%)}body{margin:0;color:var(--gray-900);background:var(--gray-100);font:1rem/1.6 Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1{font-size:clamp(2rem,4vw,2.44rem)}h2{font-size:1.95rem}h3{font-size:1.56rem}p{max-width:70ch;margin:0 0 var(--sp-2)}.oto-skip-link{position:absolute;z-index:20;top:0;left:-9999px;padding:var(--sp-1) var(--sp-2);color:var(--white);background:var(--blue-900)}.oto-skip-link:focus{left:var(--sp-2)}.oto-btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:.5em;padding:0 var(--sp-2);border:2px solid transparent;border-radius:var(--radius);font:inherit;font-weight:700;cursor:pointer}.oto-btn-primary{color:var(--white);background:var(--blue-700)}.oto-btn-primary:hover{background:var(--blue-900)}.oto-btn-secondary{color:var(--blue-700);background:var(--white);border-color:var(--blue-700)}.oto-btn-secondary:hover{background:var(--blue-050)}.oto-btn-cta{color:var(--white);background:var(--orange-700)}.oto-btn-cta:hover{background:var(--orange-800)}.oto-btn-quiet{color:var(--blue-700);background:transparent}.oto-btn-quiet:hover{background:var(--blue-050)}.oto-btn:disabled{color:var(--gray-700);background:var(--gray-300);cursor:not-allowed}.oto-btn-full{width:100%}.oto-app-shell{min-height:100vh}.oto-app-header{display:flex;align-items:center;gap:var(--sp-2);min-height:72px;padding:var(--sp-1) var(--sp-3);background:var(--gradient-brand) no-repeat top / 100% 4px,var(--white);border-bottom:1px solid var(--gray-300)}.oto-logo-img{height:44px;width:auto;display:block}.oto-app-brand{display:flex;align-items:center;gap:var(--sp-1);flex:0 0 auto}.oto-logo{display:inline-flex;align-items:center;gap:.35rem;color:var(--blue-900);font-size:1.25rem;font-weight:800;text-decoration:none}.oto-logo-mark{color:var(--orange-500);font-weight:900}.oto-app-badge{padding:.1rem .5rem;border-radius:999px;color:var(--blue-700);background:var(--blue-050);font-size:.875rem;font-weight:700}.oto-app-nav{flex:1}.oto-app-nav ul{display:flex;flex-wrap:wrap;gap:.25rem;list-style:none;padding:0;margin:0}.oto-app-nav a{display:inline-flex;min-height:44px;align-items:center;padding:0 var(--sp-1);border-bottom:3px solid transparent;font-weight:700;text-decoration:none}.oto-app-nav a:hover,.oto-app-nav a[aria-current=page]{color:var(--blue-900);background:var(--blue-050);border-bottom-color:var(--orange-700)}.oto-user-menu{display:flex;align-items:center;gap:var(--sp-1);margin-left:auto}.oto-user-summary{display:grid;text-align:right;font-size:.875rem}.oto-user-role{color:var(--gray-700);text-transform:capitalize}.oto-menu-button{display:none}.oto-app-main{max-width:1180px;padding:var(--sp-4) var(--sp-3) var(--sp-6);margin:0 auto}@media(min-width:960px){.oto-app-shell{padding-left:250px}.oto-app-header{position:fixed;inset:0 auto 0 0;width:250px;height:100vh;overflow-y:auto;flex-direction:column;align-items:stretch;gap:var(--sp-2);border-right:1px solid var(--gray-300);border-bottom:0;z-index:10}.oto-app-nav{flex:1 1 auto}.oto-app-nav ul{display:grid;gap:2px}.oto-app-nav a{width:100%;border-bottom:0;border-left:3px solid transparent;border-radius:var(--radius);padding:0 var(--sp-2)}.oto-app-nav a:hover,.oto-app-nav a[aria-current=page]{background:var(--blue-050);border-bottom-color:transparent;border-left-color:var(--orange-700)}.oto-user-menu{margin-top:auto;margin-left:0;flex-direction:column;align-items:stretch;gap:var(--sp-1);padding-top:var(--sp-2);border-top:1px solid var(--gray-300)}}.oto-page-header{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:var(--sp-2);margin-bottom:var(--sp-3)}.oto-eyebrow{margin-bottom:.25rem;color:var(--gray-700);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.oto-page-description{color:var(--gray-700)}.oto-page-actions{display:flex;flex-wrap:wrap;gap:var(--sp-1)}.oto-card{padding:var(--sp-3);margin-bottom:var(--sp-3);background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.oto-grid{display:grid;gap:var(--sp-3)}.oto-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.oto-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.oto-stat{display:grid;gap:.25rem}.oto-stat-value{color:var(--blue-900);font-size:2rem;font-weight:800;line-height:1}.oto-stat-label{color:var(--gray-700)}.oto-badge{display:inline-flex;align-items:center;min-height:28px;padding:.1rem .6rem;border-radius:999px;font-size:.875rem;font-weight:700}.oto-badge-blue{color:var(--blue-700);background:var(--blue-050)}.oto-badge-success{color:var(--green-700);background:var(--green-050)}.oto-badge-warning{color:var(--warning-text);background:var(--warning-bg)}.oto-badge-error{color:var(--error-700);background:var(--error-bg)}.oto-alert{padding:var(--sp-2) var(--sp-3);margin-bottom:var(--sp-3);border-left:6px solid;border-radius:var(--radius)}.oto-alert-title{display:block;margin-bottom:.25rem}.oto-alert-info{background:var(--blue-050);border-color:var(--blue-700)}.oto-alert-success{background:var(--green-050);border-color:var(--green-700)}.oto-alert-warning{background:var(--warning-bg);border-color:var(--warning-text)}.oto-alert-error{background:var(--error-bg);border-color:var(--error-700)}.oto-field{margin-bottom:var(--sp-2)}.oto-field label{display:block;margin-bottom:.25rem;color:var(--blue-900);font-weight:700}.oto-field-optional{color:var(--gray-700);font-weight:400}.oto-field-hint{margin-bottom:.35rem;color:var(--gray-700);font-size:.875rem}.oto-field input,.oto-field select,.oto-field textarea{width:100%;min-height:44px;padding:.6rem .75rem;border:2px solid var(--gray-500);border-radius:var(--radius);color:var(--gray-900);background:var(--white);font:inherit}.oto-field textarea{min-height:120px}.oto-field [aria-invalid=true]{border-color:var(--error-700)}.oto-field-error{margin:.25rem 0 0;color:var(--error-700);font-size:.875rem;font-weight:700}.oto-table-wrap{overflow-x:auto}.oto-table{width:100%;border-collapse:collapse;background:var(--white)}.oto-table caption{padding:0 0 var(--sp-1);color:var(--gray-700);text-align:left;font-size:.875rem}.oto-table th,.oto-table td{padding:.75rem;border-bottom:1px solid var(--gray-300);text-align:left;vertical-align:top}.oto-table th{color:var(--blue-900);background:var(--blue-050);font-weight:800}.oto-table tbody tr:hover{background:var(--gray-100)}.oto-list-check{display:grid;gap:var(--sp-1);padding:0;margin:0;list-style:none}.oto-list-check li{display:flex;gap:.5rem;align-items:flex-start}.oto-list-check li:before{content:"✓";color:var(--green-700);font-weight:800}@media(max-width:900px){.oto-app-header{flex-wrap:wrap}.oto-menu-button{display:inline-flex;margin-left:auto}.oto-app-nav{display:none;flex-basis:100%}.oto-app-nav-open{display:block}.oto-app-nav ul{display:grid}.oto-user-menu{order:3;flex-basis:100%;justify-content:space-between;margin-left:0;padding-top:var(--sp-1);border-top:1px solid var(--gray-300)}.oto-user-summary{text-align:left}.oto-grid-3,.oto-grid-2{grid-template-columns:1fr}}:root{--blue-900: #0A3552;--blue-700: #0D5F96;--blue-500: #2196D9;--blue-050: #EAF5FC;--green-700: #3D7A00;--green-600: #4C8A00;--green-500: #76BE1E;--green-050: #F0F8E8;--orange-700: #B4520A;--orange-600: #C25E00;--orange-800: #93430A;--orange-500: #F7941D;--amber-400: #F5C400;--gradient-brand: linear-gradient(90deg, #2196D9, #76BE1E);--gray-900: #1A202C;--gray-700: #3D4852;--gray-500: #64707D;--gray-300: #CBD2D9;--gray-100: #F1F4F8;--white: #FFFFFF;--footer-text: #DCE5F1;--footer-muted: #C9D6E8;--illustration-skin: #F4C7A1;--error-700: #B42318;--error-bg: #FDECEA;--warning-bg: #FEF3C7;--warning-text: #8A5B00;--warning-surface: #FFFBEB;--focus-ring: 3px solid #0D5F96;--transition-fast: .15s ease;--photo-radius: var(--radius-lg);--photo-overlay: linear-gradient(90deg, rgba(10,53,82,.82), rgba(10,53,82,.1));--photo-caption: var(--gray-700);--fs-h1: 2.44rem;--fs-h2: 1.95rem;--fs-h3: 1.56rem;--fs-lg: 1.25rem;--fs-body: 1rem;--fs-sm: .875rem;--sp-1: .5rem;--sp-2: 1rem;--sp-3: 1.5rem;--sp-4: 2rem;--sp-6: 3rem;--radius: 8px;--radius-lg: 16px;--shadow: 0 1px 3px rgba(10,53,82,.12), 0 4px 12px rgba(10,53,82,.08);--illustration-shadow: 0 12px 0 rgba(13,95,150,.12);--dialog-shadow: 0 12px 40px rgba(10,53,82,.24);--dialog-backdrop: rgba(10,53,82,.55)}*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;color:var(--gray-900);background:var(--white);font:var(--fs-body)/1.6 "Inter",-apple-system,"Segoe UI",Roboto,Arial,sans-serif}h1,h2,h3{color:var(--blue-900);line-height:1.2;margin:0 0 var(--sp-2)}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p{margin:0 0 var(--sp-2);max-width:70ch}a{color:var(--blue-700);text-underline-offset:3px}a:hover{color:var(--blue-900)}img{max-width:100%;height:auto}:focus-visible{outline:var(--focus-ring);outline-offset:2px;border-radius:2px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--blue-900);color:var(--white);padding:var(--sp-1) var(--sp-2)}.skip-link:focus{left:var(--sp-2)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;min-height:44px;padding:0 var(--sp-3);border-radius:var(--radius);font-size:var(--fs-body);font-weight:600;cursor:pointer;border:2px solid transparent;text-decoration:none}.btn-primary{background:var(--blue-700);color:var(--white)}.btn-primary:hover{background:var(--blue-900)}.btn-cta{background:var(--orange-700);color:var(--white)}.btn-cta:hover{background:var(--orange-800)}.btn-secondary{background:var(--white);color:var(--blue-700);border-color:var(--blue-700)}.btn-secondary:hover{background:var(--blue-050)}.btn:disabled,.btn[aria-disabled=true]{background:var(--gray-300);color:var(--gray-700);cursor:not-allowed;border-color:transparent}.field{margin-bottom:var(--sp-3)}.field label{display:block;font-weight:600;margin-bottom:var(--sp-1);color:var(--blue-900)}.field .hint{font-size:var(--fs-sm);color:var(--gray-700);margin:-4px 0 var(--sp-1)}.field input,.field select,.field textarea{width:100%;min-height:44px;padding:10px 12px;font-size:var(--fs-body);border:2px solid var(--gray-500);border-radius:var(--radius);background:var(--white);color:var(--gray-900)}.field textarea{min-height:120px}.field [aria-invalid=true]{border-color:var(--error-700)}.error-msg{display:flex;gap:.4em;color:var(--error-700);font-weight:600;font-size:var(--fs-sm);margin-top:var(--sp-1)}.form-status{color:var(--gray-700);font-size:var(--fs-sm);margin-top:var(--sp-1)}fieldset{border:1px solid var(--gray-300);border-radius:var(--radius);padding:var(--sp-3);margin:0 0 var(--sp-3)}legend{font-weight:700;color:var(--blue-900);padding:0 var(--sp-1)}.choice{display:flex;align-items:flex-start;gap:var(--sp-1);padding:var(--sp-1) 0}.choice input{width:24px;height:24px;min-height:0;accent-color:var(--blue-700);flex:none;margin-top:2px}.choice label{font-weight:400;margin:0}.card{background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius-lg);padding:var(--sp-3);box-shadow:var(--shadow)}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:var(--fs-sm);font-weight:700}.badge-blue{background:var(--blue-050);color:var(--blue-700)}.badge-success{background:var(--green-050);color:var(--green-700)}.badge-warning{background:var(--warning-bg);color:var(--warning-text)}.badge-error{background:var(--error-bg);color:var(--error-700)}.alert{border-radius:var(--radius);padding:var(--sp-2) var(--sp-3);border-left:6px solid;margin-bottom:var(--sp-3)}.alert-info{background:var(--blue-050);border-color:var(--blue-700)}.alert-success{background:var(--green-050);border-color:var(--green-700)}.alert-error{background:var(--error-bg);border-color:var(--error-700)}.brand-rule{height:6px;max-width:120px;border:0;border-radius:3px;background:var(--gradient-brand);margin:0 0 var(--sp-3)}.top-nav{background:var(--white);border-bottom:1px solid var(--gray-300)}.top-nav .container{display:flex;align-items:center;gap:var(--sp-3);min-height:72px;flex-wrap:wrap}.logo{font-size:var(--fs-lg);font-weight:800;color:var(--blue-900);text-decoration:none;display:inline-flex;align-items:center}.logo .o{color:var(--orange-500)}.logo img{height:52px;width:auto;display:block}.top-nav ul{display:flex;gap:var(--sp-2);list-style:none;margin:0;padding:0;flex-wrap:wrap}.top-nav ul a{display:inline-flex;align-items:center;min-height:44px;padding:0 var(--sp-1);text-decoration:none;font-weight:600}.top-nav ul a[aria-current=page]{border-bottom:3px solid var(--orange-700)}.top-nav nav>ul>li{position:relative}.top-nav details>summary{display:inline-flex;align-items:center;gap:.35em;min-height:44px;padding:0 var(--sp-1);cursor:pointer;list-style:none;font-weight:600;color:var(--blue-700)}.top-nav details>summary::-webkit-details-marker{display:none}.top-nav details>summary:after{content:"⌄";font-size:.9em}.top-nav details[open]>summary:after{content:"⌃"}.top-nav details>summary[aria-current=page]{border-bottom:3px solid var(--orange-700)}.top-nav .nav-submenu{position:absolute;top:calc(100% + 4px);left:0;z-index:20;display:grid;gap:2px;min-width:280px;padding:var(--sp-1);background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);box-shadow:var(--shadow)}.top-nav .nav-submenu a{width:100%;padding:0 var(--sp-1);font-size:var(--fs-sm);font-weight:600;border-bottom:0}.top-nav .nav-submenu a:hover,.top-nav .nav-submenu a:focus-visible{background:var(--blue-050)}.menu-toggle{display:none;min-width:44px;min-height:44px;padding:0 var(--sp-1);border:2px solid var(--blue-700);border-radius:var(--radius);background:var(--white);color:var(--blue-900);font-weight:700;cursor:pointer}.scroll-hint{display:block}footer.site{background:var(--blue-900);color:var(--footer-text);padding:var(--sp-6) 0 var(--sp-3);margin-top:var(--sp-6);border-top:6px solid transparent;border-image:var(--gradient-brand) 1}footer.site a{color:var(--white)}footer.site h2{color:var(--white);font-size:var(--fs-lg)}.app-bar{background:var(--gradient-brand) no-repeat top / 100% 4px,var(--white);border-bottom:1px solid var(--gray-300)}.app-bar .container{display:flex;align-items:center;gap:var(--sp-3);min-height:68px;flex-wrap:wrap}.app-bar .logo img{height:44px}.app-bar nav a{color:var(--blue-700);text-decoration:none;font-weight:600;padding:0 var(--sp-1);display:inline-flex;min-height:44px;align-items:center}.app-bar nav a[aria-current=page]{color:var(--blue-900);border-bottom:3px solid var(--orange-700)}.app-bar .user{margin-left:auto;font-size:var(--fs-sm);color:var(--gray-700)}.container{max-width:1120px;margin:0 auto;padding:0 var(--sp-3)}.grid{display:grid;gap:var(--sp-3)}@media(min-width:720px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}table.data{border-collapse:collapse;width:100%}table.data caption{text-align:left;font-weight:700;color:var(--blue-900);padding-bottom:var(--sp-1)}table.data th,table.data td{border:1px solid var(--gray-300);padding:var(--sp-1) var(--sp-2);text-align:left;vertical-align:top}table.data th{background:var(--gray-100);color:var(--blue-900)}dialog{border:0;border-radius:var(--radius-lg);box-shadow:var(--dialog-shadow);max-width:min(560px,calc(100% - 2rem));padding:var(--sp-4);color:var(--gray-900)}dialog::backdrop{background:var(--dialog-backdrop)}.btn-sm{min-height:36px;padding:0 12px;font-size:var(--fs-sm)}@media(min-width:860px){.scroll-hint{display:none}}@media(max-width:859px){.top-nav .container{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--sp-2);min-height:68px}.top-nav .menu-toggle{display:inline-flex;align-items:center;justify-content:center;justify-self:end}.top-nav nav{display:none;grid-column:1 / -1;width:100%}.top-nav nav.is-open{display:block}.top-nav ul{display:grid;gap:0;width:100%}.top-nav ul a{width:100%;border-bottom:1px solid var(--gray-300);padding:var(--sp-1) 0}.top-nav details>summary{width:100%;border-bottom:1px solid var(--gray-300);padding:var(--sp-1) 0}.top-nav .nav-submenu{position:static;min-width:0;padding:0 0 0 var(--sp-2);border:0;border-radius:0;box-shadow:none}.top-nav .nav-submenu a{border-bottom:1px solid var(--gray-300)}.top-nav .btn-cta{grid-column:1 / -1;width:100%;margin-left:0!important}}.a11y-notes{background:var(--gray-100);border-top:4px solid var(--green-700);padding:var(--sp-3);margin-top:var(--sp-6)}.a11y-notes summary{font-weight:700;color:var(--blue-900);cursor:pointer;min-height:44px;display:flex;align-items:center}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.u-block{display:block}.u-flex{display:flex}.u-flex-wrap{flex-wrap:wrap}.u-flex-center{align-items:center}.u-flex-end{align-items:end}.u-grid{display:grid}.u-grow{flex:1}.u-ml-auto{margin-left:auto}.u-ml-1{margin-left:var(--sp-1)}.u-mr-auto{margin-right:auto}.u-center-block{margin-left:auto;margin-right:auto}.u-m-0{margin:0}.u-mt-0{margin-top:0}.u-mt-1{margin-top:var(--sp-1)}.u-mt-2{margin-top:var(--sp-2)}.u-mt-3{margin-top:var(--sp-3)}.u-mt-4{margin-top:var(--sp-4)}.u-mt-6{margin-top:var(--sp-6)}.u-mb-0{margin-bottom:0}.u-mb-1{margin-bottom:var(--sp-1)}.u-mb-2{margin-bottom:var(--sp-2)}.u-mb-3{margin-bottom:var(--sp-3)}.u-mb-4{margin-bottom:var(--sp-4)}.u-p-0{padding:0}.u-pt-0{padding-top:0}.u-pt-4{padding-top:var(--sp-4)}.u-pt-6{padding-top:var(--sp-6)}.u-pb-6{padding-bottom:var(--sp-6)}.u-py-6{padding-top:var(--sp-6);padding-bottom:var(--sp-6)}.u-py-2{padding-top:var(--sp-2);padding-bottom:var(--sp-2)}.u-px-0{padding-left:0;padding-right:0}.u-width-full{width:100%}.u-min-h-60{min-height:60px}.u-min-h-70{min-height:70px}.u-min-h-80{min-height:80px}.u-max-w-720{max-width:720px}.u-max-w-820{max-width:820px}.u-text-h1{font-size:var(--fs-h1)}.u-text-h2{font-size:var(--fs-h2)}.u-text-h3{font-size:var(--fs-h3)}.u-text-lg{font-size:var(--fs-lg)}.u-text-body{font-size:var(--fs-body)}.u-text-sm{font-size:var(--fs-sm)}.u-weight-normal{font-weight:400}.u-weight-semibold{font-weight:600}.u-weight-bold{font-weight:700}.u-weight-heavy{font-weight:800}.u-color-blue{color:var(--blue-900)}.u-color-primary{color:var(--blue-700)}.u-color-success{color:var(--green-700)}.u-color-muted{color:var(--gray-700)}.u-color-white{color:var(--white)}.u-color-footer{color:var(--footer-text)}.u-color-footer-muted{color:var(--footer-muted)}.u-color-brand{color:var(--orange-500)}.u-bg-white{background:var(--white)}.u-bg-blue-050{background:var(--blue-050)}.u-bg-blue-500{background:var(--blue-500)}.u-bg-blue-700{background:var(--blue-700)}.u-bg-blue-900{background:var(--blue-900)}.u-bg-gray-100{background:var(--gray-100)}.u-bg-gray-700{background:var(--gray-700)}.u-bg-green-500{background:var(--green-500)}.u-bg-green-600{background:var(--green-600)}.u-bg-green-700{background:var(--green-700)}.u-bg-orange-600{background:var(--orange-600)}.u-bg-orange-700{background:var(--orange-700)}.u-bg-error{background:var(--error-700)}.u-bg-gradient-brand{background:var(--gradient-brand)}.u-bg-gradient-orange{background:linear-gradient(90deg,var(--orange-500),var(--amber-400))}.u-border-white{border-color:var(--white)}.u-border-blue-700{border-color:var(--blue-700)}.u-borderless{border:0}.u-border-gray{border:1px solid var(--gray-300)}.u-radius{border-radius:var(--radius)}.u-pad-2{padding:var(--sp-2)}.u-pad-1{padding:var(--sp-1)}.u-gap-1{gap:var(--sp-1)}.u-gap-2{gap:var(--sp-2)}.u-gap-3{gap:var(--sp-3)}.u-list-reset{list-style:none;padding:0;margin:0}.u-list-indent{list-style:none;padding-left:1.2em;margin:0}.u-ordered-pad{margin:0;padding-left:1.25rem}.u-list-spaced{line-height:2.2}.u-line-height-1-9{line-height:1.9}.u-line-height-2{line-height:2}.u-inline-middle{display:inline-block;vertical-align:middle}.u-align-middle{vertical-align:middle}.u-text-center{text-align:center}.u-text-max{max-width:70ch;margin-left:auto;margin-right:auto}.u-my-4{margin-top:var(--sp-4);margin-bottom:var(--sp-4)}.u-brand-mark{color:var(--orange-500);font-weight:800}.u-label-inline{display:block;font-weight:600;margin-bottom:var(--sp-1)}.u-header-inner{display:flex;align-items:center;min-height:72px;gap:var(--sp-3)}.u-header-bar{background:var(--white);border-bottom:1px solid var(--gray-300)}.u-page-section{padding:var(--sp-6) 0}.u-section-muted{background:var(--blue-050);padding:var(--sp-6) 0;margin-top:var(--sp-6)}.u-card-spaced{margin-bottom:var(--sp-3)}.u-action-row{display:flex;gap:var(--sp-2);flex-wrap:wrap}.u-action-row-wide{display:flex;gap:var(--sp-3);flex-wrap:wrap}.u-toolbar-row{display:flex;gap:var(--sp-2);align-items:end;flex-wrap:wrap}.u-toolbar-field{flex:1;min-width:220px}.u-control-sm{min-height:36px;padding:0 10px;font-size:var(--fs-sm)}.u-control-sm-wide{min-height:36px;padding:0 12px;font-size:var(--fs-sm)}.u-control-full{width:100%;margin-top:var(--sp-1)}.u-swatch{display:inline-block;width:80px;height:6px;vertical-align:middle}.u-grid-props{display:grid;grid-template-columns:auto 1fr;gap:var(--sp-1) var(--sp-2);margin:var(--sp-2) 0 0}.u-bar-25{width:25%}.u-bar-40{width:40%}.u-bar-50{width:50%}.u-bar-75{width:75%}.u-bar-85{width:85%}.u-bar-87{width:87%}.u-bar-90{width:90%}.u-bar-100{width:100%}.u-grid-full{grid-column:1 / -1}.u-inline-card{border:1px solid var(--gray-300);border-radius:var(--radius);padding:var(--sp-2);background:var(--white)}.u-footer-input{width:100%;min-height:44px;border-radius:var(--radius);border:2px solid var(--white);padding:10px 12px;margin-bottom:var(--sp-1)}.u-surface-warning{background:var(--warning-bg);border-color:var(--warning-text)}.u-review-surface{background:var(--warning-surface)}.u-transition{transition:color var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast)}.icon{width:1.5rem;height:1.5rem;display:inline-block;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}.icon-sm{width:1rem;height:1rem;stroke-width:2}.photo-frame{margin:0;overflow:hidden;border-radius:var(--photo-radius);background:var(--blue-050);border:1px solid var(--gray-300)}.photo-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--photo-object-position, center)}.photo-hero{min-height:280px;aspect-ratio:4 / 3;position:relative;box-shadow:var(--shadow)}.photo-hero figcaption,.photo-service figcaption{padding:var(--sp-1) var(--sp-2);color:var(--photo-caption);background:var(--white);font-size:var(--fs-sm)}.photo-service{aspect-ratio:16 / 9}.photo-overlay{position:relative}.photo-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:var(--photo-overlay)}.app-global-search{display:flex;gap:var(--sp-1);align-items:center;margin-left:auto}.app-global-search input{min-height:40px;width:min(320px,32vw);padding:0 var(--sp-1);border:2px solid var(--gray-300);border-radius:var(--radius);background:var(--white);color:var(--gray-900)}.app-quick-links{display:flex;gap:var(--sp-1);flex-wrap:wrap}.app-quick-links a{min-height:36px;display:inline-flex;align-items:center;padding:0 var(--sp-1);border-radius:var(--radius);text-decoration:none;font-size:var(--fs-sm)}.app-quick-links a:hover,.app-quick-links a[aria-current=page]{background:var(--blue-050)}.app-user-menu{margin-left:auto}.app-user-menu summary{list-style:none;cursor:pointer;min-height:44px;display:flex;align-items:center;color:var(--gray-700);font-size:var(--fs-sm)}.app-user-menu summary::-webkit-details-marker{display:none}.app-user-menu summary:after{content:"⌄";margin-left:.4em}.app-user-menu[open] summary:after{content:"⌃"}.app-user-menu .user-menu-panel{display:grid;gap:var(--sp-1);padding:var(--sp-1);background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);box-shadow:var(--shadow)}.access-denied{margin-left:auto;margin-right:auto}.app-shell .app-bar{position:sticky;top:0;z-index:10}@media(min-width:960px){body.app-shell{padding-left:250px}body.app-shell .app-bar{position:fixed;inset:0 auto 0 0;width:250px;overflow-y:auto;border-right:1px solid var(--gray-300);border-bottom:0}body.app-shell .app-bar .container{display:flex;flex-direction:column;align-items:stretch;min-height:100vh;padding:var(--sp-2);gap:var(--sp-2)}body.app-shell .app-bar nav{display:grid;gap:2px}body.app-shell .app-bar nav a{min-height:44px;display:flex;align-items:center;padding:0 var(--sp-1);border-radius:var(--radius)}body.app-shell .app-bar nav a:hover,body.app-shell .app-bar nav a[aria-current=page]{background:var(--blue-050)}body.app-shell .app-bar .app-user-menu{margin-top:auto;margin-left:0;padding-top:var(--sp-2);border-top:1px solid var(--gray-300)}body.app-shell .app-bar .app-user-menu .user-menu-panel{box-shadow:none;border:0;padding:var(--sp-1) 0 0}body.app-shell .app-global-search{order:3;margin-left:0}body.app-shell .app-global-search input{width:100%}body.app-shell .app-quick-links{order:2;display:grid}body.app-shell .app-global-search{order:1}}@media(max-width:959px){.app-global-search{order:5;width:100%;margin-left:0}.app-global-search input{width:100%}.app-quick-links{order:4}}.oto-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-shell{display:flex;flex-direction:column;min-height:100vh}.site-shell>main{flex:1 0 auto}.site-header{border-bottom:1px solid var(--gray-300);background:var(--white)}.site-header__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--sp-2);max-width:1120px;margin:0 auto;padding:var(--sp-2) var(--sp-3)}.site-brand{display:inline-flex;align-items:center;gap:var(--sp-1);font-size:1.25rem;font-weight:800;color:var(--blue-900);text-decoration:none}.site-brand__img{height:48px;width:auto;display:block}.site-nav__list{display:flex;flex-wrap:wrap;gap:var(--sp-1) var(--sp-3);margin:0;padding:0;list-style:none}.site-nav__link{display:inline-block;padding:8px 4px;min-height:44px;color:var(--gray-900);text-decoration:none;border-bottom:3px solid transparent}.site-nav__link:hover{text-decoration:underline}.site-nav__link[aria-current=page]{color:var(--blue-900);font-weight:700;border-bottom-color:var(--orange-700)}.site-main{max-width:1120px;margin:0 auto;padding:var(--sp-4) var(--sp-3)}.site-main:focus{outline:none}.site-prose{max-width:70ch}.site-prose h1{color:var(--blue-900)}.site-prose h2{margin-top:var(--sp-4);color:var(--blue-900)}.site-hero{background:linear-gradient(135deg,var(--blue-050),var(--white) 70%);border-radius:var(--radius-lg);padding:var(--sp-6) var(--sp-4)}.site-hero__actions{display:flex;flex-wrap:wrap;gap:var(--sp-2);margin-top:var(--sp-3)}.hero{padding:var(--sp-6) var(--sp-4);border-radius:var(--radius-lg)}.hero-grid{display:grid;gap:var(--sp-4);align-items:center}@media(min-width:860px){.hero-grid{grid-template-columns:1.2fr 1fr}}.trust{display:flex;gap:var(--sp-3);flex-wrap:wrap;align-items:center;margin-top:var(--sp-3)}.page-hero{background:linear-gradient(135deg,var(--blue-050),var(--white) 70%);border-radius:var(--radius-lg);padding:var(--sp-4);margin-bottom:var(--sp-4)}.page-hero p{max-width:70ch}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:var(--sp-1);margin:0 0 var(--sp-2);padding:0;font-size:var(--fs-sm, .875rem)}.layout{display:grid;gap:var(--sp-4);padding:var(--sp-4) 0}@media(min-width:860px){.layout{grid-template-columns:2fr 1fr}}.included li{padding:var(--sp-1) 0}.included li::marker{color:var(--green-600)}.service-index-grid{align-items:stretch}.service-index-grid .service-card{display:flex;flex-direction:column}.service-index-grid .service-card p:last-child{margin-top:auto}footer.site .footer-newsletter .oto-field label,footer.site .footer-newsletter p{color:var(--footer-text)}footer.site .footer-newsletter h2{color:var(--white)}.photo-frame{margin:0;overflow:hidden;border-radius:var(--radius-lg);background:var(--blue-050);border:1px solid var(--gray-300);box-shadow:var(--shadow)}.photo-hero{aspect-ratio:4 / 3;min-height:240px}.photo-placeholder{width:100%;height:100%;min-height:200px;background:linear-gradient(90deg,#0a355266,#0a355214),repeating-linear-gradient(45deg,var(--blue-050),var(--blue-050) 16px,#e0eef8 16px,#e0eef8 32px)}.photo-frame figcaption{padding:var(--sp-1) var(--sp-2);color:var(--gray-700);background:var(--white);font-size:var(--fs-sm, .875rem)}.home-services{display:grid;gap:var(--sp-3);margin-top:var(--sp-3)}@media(min-width:720px){.home-services{grid-template-columns:repeat(2,1fr)}}.service-card{border:1px solid var(--gray-300);border-radius:var(--radius-lg);padding:var(--sp-3);background:var(--white);box-shadow:var(--shadow)}.service-card h3{margin:var(--sp-1) 0}.service-card h3 a{text-decoration:none}.service-card h3 a:hover{text-decoration:underline}.service-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--green-600);color:var(--white);font-size:22px}.home-trust{border-top:1px solid var(--gray-300);border-bottom:1px solid var(--gray-300)}.trust-grid{display:grid;gap:var(--sp-2);margin-top:var(--sp-3)}@media(min-width:720px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-stat{border-left:4px solid var(--green-600);padding:var(--sp-1) var(--sp-2)}.trust-value{display:block;color:var(--blue-900);font-size:var(--fs-h3, 1.56rem);font-weight:800;line-height:1.2}.trust-label{display:block;color:var(--gray-700);font-size:var(--fs-sm, .875rem);margin-top:var(--sp-1)}.trust-proof{margin-top:var(--sp-3);padding:var(--sp-2) var(--sp-3);border-radius:var(--radius);background:var(--blue-050)}.steps{counter-reset:step;list-style:none;padding:0;margin:var(--sp-3) 0 0}.step{position:relative;padding-left:64px;margin-bottom:var(--sp-3)}.step h3{margin:0 0 var(--sp-1)}.step:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:44px;height:44px;border-radius:50%;background:var(--blue-700);color:var(--white);display:grid;place-items:center;font-weight:800;font-size:var(--fs-lg, 1.25rem)}.values-grid{display:grid;gap:var(--sp-1);margin:var(--sp-3) 0;padding:0;list-style:none;max-width:70ch}@media(min-width:720px){.values-grid{grid-template-columns:repeat(2,1fr)}}.values-grid li{padding:var(--sp-1) 0}.site-cards{display:grid;gap:var(--sp-2);margin-top:var(--sp-3)}@media(min-width:720px){.site-cards{grid-template-columns:repeat(2,1fr)}}.site-footer{margin-top:var(--sp-6);background:var(--blue-900);color:#dce5f1;padding:var(--sp-6) 0 var(--sp-3);border-top:6px solid transparent;border-image:var(--gradient-brand) 1}.site-footer__grid{display:grid;gap:var(--sp-4);max-width:1120px;margin:0 auto;padding:0 var(--sp-3)}@media(min-width:720px){.site-footer__grid{grid-template-columns:2fr 1fr}}.site-footer h2{color:var(--white);font-size:1.125rem;margin:0 0 var(--sp-1)}.site-footer a{color:var(--white)}.site-footer__links{margin:0;padding:0;list-style:none;display:grid;gap:var(--sp-1)}.site-footer__links a{display:inline-block;min-height:44px;padding:10px 0}.site-footer__legal{max-width:1120px;margin:var(--sp-4) auto 0;padding:var(--sp-2) var(--sp-3) 0;border-top:1px solid rgb(255 255 255 / 25%);font-size:.875rem}.faq-item{border-bottom:1px solid var(--gray-300)}.faq-q{margin:0;font-size:var(--fs-lg, 1.125rem)}.faq-trigger{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-2);width:100%;min-height:44px;padding:var(--sp-2) 0;background:none;border:0;font:inherit;font-weight:700;color:var(--blue-900);text-align:left;cursor:pointer}.faq-trigger:hover span:first-child{text-decoration:underline}.faq-arrow{flex:none;font-size:1rem}.faq-panel{padding:0 0 var(--sp-2);max-width:70ch}.faq-search{margin:var(--sp-3) 0}.blog-layout{display:grid;gap:var(--sp-4)}@media(min-width:860px){.blog-layout{grid-template-columns:2fr 1fr}}.blog-card{padding:var(--sp-3) 0;border-bottom:1px solid var(--gray-300)}.blog-card h3{margin:var(--sp-1) 0}.blog-meta{color:var(--gray-700);font-size:var(--fs-sm, .875rem);margin:0}.blog-byline{color:var(--gray-700);font-size:var(--fs-sm, .875rem)}.blog-cta{margin-top:var(--sp-4);padding:var(--sp-3);border-radius:var(--radius);background:var(--blue-050)}
