:root{color:#142235;--color-bg:#f5f7fa;--color-surface:#fff;--color-surface-soft:#f8fafc;--color-surface-muted:#eef2f6;--color-text:#142235;--color-text-soft:#5f6b7a;--color-text-muted:#7b8794;--color-border:#dbe3ec;--color-border-strong:#c7d2df;--color-navy:#142235;--color-navy-2:#1d314a;--color-navy-3:#28405d;--color-orange:#f28c28;--color-orange-hover:#df7d1f;--color-orange-soft:#fff3e6;--shadow-soft:0 12px 28px #1422350f;--shadow-medium:0 18px 40px #14223514;background:#f5f7fa;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{background:var(--color-bg)}body{background:var(--color-bg);color:var(--color-text);margin:0}button,select,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.container{width:min(1180px,100% - 2rem);margin:0 auto}.site-header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);background:#f5f7faeb;position:sticky;top:0}.header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;min-height:78px;display:grid}.brand{white-space:nowrap;color:var(--color-navy);align-items:center;gap:.65rem;font-size:1.35rem;font-weight:800;display:inline-flex}.brand-mark{color:var(--color-orange);font-size:1rem}.brand-text{letter-spacing:-.02em}.top-nav{justify-content:center;gap:.75rem;display:flex}.nav-link{color:var(--color-text-soft);background:0 0;border:none;border-radius:10px;padding:.7rem .9rem}.nav-link:hover{background:var(--color-surface-muted);color:var(--color-navy)}.header-actions{align-items:center;gap:.75rem;display:flex}.dark-button,.primary-button,.ghost-button,.secondary-button{border-radius:12px;padding:.78rem 1.1rem;transition:all .2s}.dark-button{border:1px solid var(--color-orange);background:var(--color-orange);color:#fff;font-weight:700}.dark-button:hover{background:var(--color-orange-hover);border-color:var(--color-orange-hover)}.primary-button{border:1px solid var(--color-orange);background:var(--color-orange);color:#fff;font-weight:700;text-decoration:none;display:inline-block}.primary-button:hover{background:var(--color-orange-hover);border-color:var(--color-orange-hover)}.ghost-button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-navy)}.secondary-button{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-navy);margin-top:1rem}.secondary-button:hover{background:var(--color-surface-soft)}.hero{padding:2rem 0 1.5rem}.hero-card{border:1px solid var(--color-border);box-shadow:var(--shadow-medium);background:linear-gradient(#fff 0%,#fbfcfe 100%);border-radius:24px;justify-content:space-between;align-items:end;gap:2rem;padding:2.2rem;display:flex}.hero-copy{max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--color-orange);margin:0;font-size:.78rem;font-weight:700}.hero-card h1{letter-spacing:-.03em;color:var(--color-navy);margin-top:.3rem;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.05}.hero-text,.section-text{color:var(--color-text-soft);max-width:720px;font-size:1.04rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.trucks-section{padding:.5rem 0 3rem}.section-heading{margin-bottom:1.25rem}.section-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.section-heading h2{letter-spacing:-.02em;color:var(--color-navy);margin-top:.25rem;margin-bottom:.75rem;font-size:1.8rem}.results-pill{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-soft);border-radius:999px;padding:.65rem .95rem;font-weight:600;box-shadow:0 8px 20px #1422350a}.search-bar{margin-bottom:1rem;position:relative}.search-icon{color:var(--color-text-muted);font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-bar input{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);border-radius:14px;padding:.95rem 1rem .95rem 2.2rem;font-size:1rem;box-shadow:0 8px 20px #1422350a}.search-bar input::placeholder{color:var(--color-text-muted)}.search-bar input:focus{border-color:var(--color-orange);outline:none;box-shadow:0 0 0 2px #f28c282e}.filters-panel{background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex;box-shadow:0 10px 30px #1422350a}.filter-box{flex-direction:column;gap:.4rem;min-width:220px;display:flex}.filter-box label{color:var(--color-text-soft);font-size:.92rem;font-weight:600}.filter-box select{border:1px solid var(--color-border);color:var(--color-text);background:#fdfefe;border-radius:12px;padding:.8rem .9rem}.filter-label{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.chip-row{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.filter-chip{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-soft);border-radius:12px;padding:.72rem 1rem;font-weight:600;transition:all .2s}.filter-chip:hover{background:var(--color-surface-soft);border-color:var(--color-border-strong)}.filter-chip.active{background:var(--color-navy);border-color:var(--color-navy);color:#fff}.layout-grid{grid-template-columns:1fr 300px;align-items:start;gap:1.5rem;display:grid}.truck-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:1.15rem;display:grid}.truck-card{border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:linear-gradient(#fff 0%,#fbfcfe 100%);border-radius:22px;transition:transform .15s,box-shadow .15s;overflow:hidden}.truck-card:hover{box-shadow:var(--shadow-medium);transform:translateY(-3px)}.truck-image-wrap{aspect-ratio:16/9;background:#e5e7eb;overflow:hidden}.truck-image{object-fit:cover;width:100%;height:100%;display:block}.truck-card-body{padding:1.2rem 1.2rem 1.3rem}.truck-card-top{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.truck-cuisine{color:var(--color-text-soft);margin:0;font-size:.95rem;font-weight:700}.status-badge{border-radius:999px;padding:.34rem .7rem;font-size:.82rem;font-weight:700}.status-badge.open{color:#fff;background:#22c55e}.truck-card h3{letter-spacing:-.02em;color:var(--color-navy);margin-top:0;margin-bottom:.2rem;font-size:1.65rem}.truck-subtitle{color:var(--color-text-muted);margin:0 0 .9rem;font-size:1rem}.truck-description{color:var(--color-text-soft);margin:0 0 .9rem;font-size:.95rem}.tag-row{flex-wrap:wrap;gap:.45rem;margin-bottom:.9rem;display:flex}.truck-tag{background:var(--color-surface-muted);color:var(--color-text-soft);border-radius:999px;padding:.3rem .6rem;font-size:.8rem;font-weight:600}.truck-status-line{color:var(--color-orange-hover);margin:0 0 .9rem;font-size:.92rem;font-weight:700}.truck-details{color:var(--color-text-soft);margin:0;padding:0;list-style:none}.truck-details li+li{margin-top:.45rem}.today-sidebar{position:sticky;top:100px}.today-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);border-radius:20px;padding:1.25rem}.today-card h3{color:var(--color-navy);margin-top:.2rem;margin-bottom:1rem;font-size:1.2rem}.sidebar-section+.sidebar-section{border-top:1px solid var(--color-border);margin-top:1.25rem;padding-top:1.1rem}.sidebar-section-title{color:var(--color-text);margin:0 0 .8rem;font-size:.95rem}.today-list{flex-direction:column;gap:.9rem;display:flex}.today-item{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.today-item.clickable{cursor:pointer;border-radius:10px;padding:.5rem}.today-item.clickable:hover{background:var(--color-surface-soft)}.today-location{color:var(--color-text-soft);margin:.2rem 0 0;font-size:.9rem}.today-meta{color:var(--color-text-muted);margin:.2rem 0 0;font-size:.82rem}.today-status{color:#166534;font-size:.8rem;font-weight:700}.sidebar-empty{color:var(--color-text-muted);font-size:.95rem}.detail-section{padding:2rem 0 3rem}.back-button{font:inherit;color:var(--color-text-soft);cursor:pointer;background:0 0;border:none;margin-bottom:1rem;padding:0;font-weight:700}.detail-card{border:1px solid var(--color-border);box-shadow:var(--shadow-medium);background:linear-gradient(#fff 0%,#fbfcfe 100%);border-radius:24px;padding:2rem}.detail-card h2{letter-spacing:-.03em;color:var(--color-navy);margin-top:.25rem;margin-bottom:1.5rem;font-size:2rem}.detail-description{color:var(--color-text-soft);max-width:760px;margin-top:-.5rem;margin-bottom:1.5rem}.detail-status-line{color:var(--color-orange-hover);margin-top:-.75rem;margin-bottom:1.25rem;font-size:.95rem;font-weight:700}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 2rem;display:grid}.detail-grid p{color:var(--color-text-soft);margin-top:.35rem;margin-bottom:0}.menu-preview-section{margin-top:2rem}.menu-preview-section h3{color:var(--color-navy);margin-bottom:.9rem;font-size:1.15rem}.menu-preview-list{flex-wrap:wrap;gap:.6rem;display:flex}.menu-preview-item{background:var(--color-surface-muted);color:var(--color-navy);border-radius:999px;padding:.45rem .75rem;font-size:.9rem;font-weight:600}.package-list{gap:.85rem;margin-top:.75rem;display:grid}.package-card{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:16px;padding:.9rem 1rem}.package-card p{color:var(--color-text-soft);margin:.4rem 0 0}.schedule-section{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:2rem}.schedule-section h3{letter-spacing:-.02em;color:var(--color-navy);margin-top:0;margin-bottom:1rem;font-size:1.3rem}.schedule-day-list{flex-direction:column;gap:1rem;display:flex}.schedule-day-card{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:18px;padding:1rem 1rem .9rem}.schedule-day-header{color:var(--color-navy);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;font-size:1rem;display:flex}.today-badge{background:var(--color-orange);color:#fff;border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.schedule-entry-list{flex-direction:column;gap:.75rem;display:flex}.schedule-entry-row{grid-template-columns:110px 1fr;align-items:start;gap:1rem;padding-top:.2rem;display:grid}.schedule-entry-row.active-now{border:1px solid var(--color-border-strong);background:#fff;border-radius:14px;padding:.75rem}.schedule-entry-period{color:var(--color-text-soft);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.active-now-badge{color:#fff;background:#22c55e;border-radius:999px;padding:.2rem .5rem;font-size:.72rem;font-weight:700}.schedule-entry-details p{color:var(--color-text-soft);margin:0}.schedule-address{font-size:.9rem;color:var(--color-text-muted)!important;margin-top:.18rem!important}.schedule-hours{margin-top:.2rem;font-size:.95rem}.schedule-maps-link{color:var(--color-orange-hover);align-items:center;margin-top:.65rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.schedule-maps-link:hover{text-decoration:underline}.map-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);border-radius:22px;margin-bottom:1.5rem;padding:1rem}.map-card-header{margin-bottom:.9rem}.map-card-header h3{color:var(--color-navy);margin:.2rem 0 0;font-size:1.2rem}.map-wrap{border-radius:16px;height:420px;overflow:hidden}.map-wrap .leaflet-container{width:100%;height:100%}.popup-button{border:1px solid var(--color-orange);background:var(--color-orange);color:#fff;font:inherit;cursor:pointer;border-radius:10px;margin-top:.5rem;padding:.45rem .7rem}.owner-entry-bar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 0 1.5rem;padding:1rem 1.2rem;display:flex;box-shadow:0 10px 30px #1422350a}.owner-entry-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0 0 .2rem;font-size:.82rem;font-weight:700}.owner-entry-text{color:var(--color-text-soft);margin:0}.owner-section{padding:2rem 0 3rem}.owner-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem;display:flex}.owner-header h1{letter-spacing:-.03em;color:var(--color-navy);margin:.2rem 0 .5rem;font-size:2.4rem}.owner-topbar{grid-template-columns:1.2fr .8fr;gap:1rem;margin-bottom:1rem;display:grid}.owner-company-card,.owner-selector-card,.owner-summary-card,.owner-module-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);border-radius:20px}.owner-company-card,.owner-selector-card,.owner-summary-card{padding:1.2rem}.owner-label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin:0 0 .3rem;font-size:.82rem;font-weight:700}.owner-company-card h2,.owner-summary-card h3{letter-spacing:-.02em;color:var(--color-navy);margin:0}.owner-meta{color:var(--color-text-soft);margin:.35rem 0 0}.owner-selector-card select{border:1px solid var(--color-border);width:100%;color:var(--color-text);background:#fdfefe;border-radius:12px;margin-top:.3rem;padding:.85rem .9rem}.owner-summary-card{margin-bottom:1.25rem}.owner-summary-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.9rem;margin-top:1rem;display:grid}.owner-stat{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:16px;padding:.9rem}.owner-stat-label{color:var(--color-text-muted);margin-bottom:.35rem;font-size:.82rem;display:block}.owner-modules-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.owner-module-card{padding:1.2rem}.owner-module-top{justify-content:space-between;align-items:start;gap:.75rem;margin-bottom:.7rem;display:flex}.owner-module-top h3{letter-spacing:-.02em;color:var(--color-navy);margin:0}.owner-module-card p{color:var(--color-text-soft);margin:0 0 1rem}.owner-module-badge{background:var(--color-surface-muted);color:var(--color-navy);white-space:nowrap;border-radius:999px;padding:.3rem .6rem;font-size:.75rem;font-weight:700}.schedule-editor-layout{grid-template-columns:1.1fr .9fr;gap:1rem;display:grid}.schedule-editor-card{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);border-radius:20px;padding:1.2rem}.schedule-editor-header{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem;display:flex}.owner-schedule-list{flex-direction:column;gap:.75rem;display:flex}.owner-schedule-row{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:16px;grid-template-columns:140px 1fr auto;align-items:start;gap:1rem;padding:.9rem;display:grid}.owner-schedule-day{flex-direction:column;gap:.2rem;display:flex}.owner-schedule-day span{color:var(--color-text-muted);font-size:.85rem}.owner-schedule-details p{color:var(--color-text-soft);margin:0}.owner-schedule-hours{font-size:.92rem;margin-top:.2rem!important}.owner-schedule-actions{flex-wrap:wrap;gap:.5rem;display:flex}.small-button{padding:.55rem .75rem}.schedule-form-shell{flex-direction:column;gap:1rem;display:flex}.schedule-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.schedule-form-field{flex-direction:column;gap:.35rem;display:flex}.schedule-form-field-full{grid-column:1/-1}.schedule-form-field label{color:var(--color-text-soft);font-size:.9rem;font-weight:600}.schedule-form-field input,.schedule-form-field select{border:1px solid var(--color-border);width:100%;color:var(--color-text);background:#fdfefe;border-radius:12px;padding:.85rem .9rem}.schedule-form-actions{flex-wrap:wrap;gap:.75rem;display:flex}.form-message{margin:0;font-size:.92rem;font-weight:600}.form-message-error{color:#b91c1c}.form-message-success{color:#166534}@media (width<=1000px){.layout-grid{grid-template-columns:1fr}.today-sidebar{position:static}}@media (width<=920px){.header-inner{grid-template-columns:1fr;justify-items:start;padding:1rem 0}.top-nav{flex-wrap:wrap;justify-content:flex-start}.hero-card{flex-direction:column;align-items:flex-start}.owner-topbar,.schedule-editor-layout,.owner-schedule-row,.schedule-form-grid{grid-template-columns:1fr}}@media (width<=640px){.container{width:min(100% - 1rem,1180px)}.truck-grid{grid-template-columns:1fr}.schedule-entry-row{grid-template-columns:1fr;gap:.35rem}.header-actions{flex-wrap:wrap}}.checkbox-field{justify-content:flex-end}.checkbox-field input{width:auto;margin-top:.35rem}.filter-box-actions{min-width:280px}.location-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.location-note{color:var(--color-text-soft);margin:-.3rem 0 1rem;font-size:.92rem}.truck-list-item{position:relative}.distance-pill{background:var(--color-orange-soft);color:var(--color-orange-hover);border-radius:999px;align-items:center;gap:.35rem;margin-top:.6rem;padding:.35rem .7rem;font-size:.82rem;font-weight:700;display:inline-flex}.today-distance{color:var(--color-orange-hover);margin:.25rem 0 0;font-size:.8rem;font-weight:700}.empty-state-card{border:1px solid var(--color-border);box-shadow:var(--shadow-soft);background:linear-gradient(#fff 0%,#fbfcfe 100%);border-radius:22px;margin-top:1rem;padding:1.5rem}.empty-state-card h3{color:var(--color-navy);letter-spacing:-.02em;margin:.25rem 0 .75rem;font-size:1.35rem}.empty-state-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.owner-summary-grid-compact,.owner-filter-row{margin-bottom:1rem}.owner-search-bar,.owner-summary-grid-compact,.owner-filter-row{margin-bottom:1rem}.owner-empty-state{padding:.5rem 0 .25rem}.owner-request-row{transition:border-color .2s,background .2s}.owner-request-package{font-size:.84rem;font-weight:700;color:var(--color-orange-hover)!important;margin-top:.35rem!important}.truck-detail-hero{grid-template-columns:1.2fr .8fr;align-items:start;gap:1.5rem;display:grid}.truck-detail-image-wrap{border:1px solid var(--color-border);background:var(--color-surface-muted);aspect-ratio:16/10;border-radius:20px;overflow:hidden}.truck-detail-image{object-fit:cover;width:100%;height:100%;display:block}.truck-detail-badges{flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex}.detail-tabs{border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:.75rem;margin:2rem 0 1.5rem;padding-bottom:1rem;display:flex}.detail-tab-button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-soft);border-radius:12px;padding:.75rem 1rem;font-weight:700;transition:all .2s}.detail-tab-button:hover{background:var(--color-surface-soft);border-color:var(--color-border-strong);color:var(--color-navy)}.detail-tab-button.active{background:var(--color-navy);border-color:var(--color-navy);color:#fff}.detail-tab-panel{animation:.15s detailTabFadeIn}.detail-tab-section-first{margin-top:0}.menu-detail-header{margin-bottom:1.25rem}.menu-detail-header h3{color:var(--color-navy);margin:0 0 .35rem;font-size:1.35rem}.menu-category-list{flex-direction:column;gap:1rem;display:flex}.menu-category-card{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:18px;padding:1rem}.menu-category-card h4{color:var(--color-navy);margin:0 0 .85rem;font-size:1.05rem}.menu-item-list{flex-direction:column;gap:.75rem;display:flex}.menu-detail-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;grid-template-columns:1fr auto;align-items:start;gap:1rem;padding:.9rem;display:grid}.menu-detail-item.unavailable{opacity:.65}.menu-detail-item-title-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.menu-detail-description{color:var(--color-text-soft);margin:.3rem 0 0;font-size:.94rem}.menu-detail-price{color:var(--color-orange-hover);white-space:nowrap;font-weight:800}.menu-availability-badge{background:var(--color-surface-muted);color:var(--color-text-soft);border-radius:999px;padding:.25rem .55rem;font-size:.75rem;font-weight:700;display:inline-flex}@keyframes detailTabFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (width<=920px){.truck-detail-hero{grid-template-columns:1fr}}@media (width<=640px){.menu-detail-item{grid-template-columns:1fr}.menu-detail-price{white-space:normal}}:root{--brand-night:#061424;--brand-navy:#081a2d;--brand-navy-soft:#10263d;--brand-card-dark:#07182a;--brand-orange:#ff7a00;--brand-orange-2:#ff9f1c;--brand-cream:#fff7ed;--brand-warm-surface:#fffaf3;--brand-text:#102033;--brand-muted:#64748b;--brand-border:#ff7a0038;--color-bg:#f5f7fa;--color-surface:#fff;--color-surface-soft:#fffaf3;--color-surface-muted:#fff3e0;--color-text:#102033;--color-text-soft:#64748b;--color-text-muted:#8a94a6;--color-border:#e5e7eb;--color-border-strong:#fed7aa;--color-navy:var(--brand-night);--color-navy-2:var(--brand-navy);--color-navy-3:var(--brand-navy-soft);--color-orange:var(--brand-orange);--color-orange-hover:#ea580c;--color-orange-soft:#fff3e0;--shadow-soft:0 14px 34px #06142414;--shadow-medium:0 24px 60px #0614241f}.container{width:min(1220px,100% - 2rem)}.brand-site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#061424db;border-bottom:1px solid #ff7a0038}.header-inner{min-height:82px}.brand-logo-button{color:var(--brand-cream);background:0 0;border:none;padding:0}.brand-icon{background:radial-gradient(circle at 30% 20%,#ffd166,#0000 35%),linear-gradient(135deg,#ff7a00,#ff9f1c);border-radius:999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.35rem;display:inline-flex;box-shadow:0 0 24px #ff7a0059}.brand-wordmark{letter-spacing:-.04em;align-items:baseline;display:inline-flex}.brand-main{color:#fff;font-size:1.55rem;font-weight:900}.brand-domain{color:var(--brand-orange-2);font-size:1.25rem;font-weight:800}.brand-mark,.brand-text{display:none}.top-nav{gap:.35rem}.nav-link{color:#fff7edc7;border-radius:999px;font-weight:700}.nav-link:hover{color:#fff;background:#ff7a001f}.dark-button,.primary-button{border:1px solid var(--brand-orange);background:linear-gradient(135deg, var(--brand-orange), var(--brand-orange-2));color:#fff;box-shadow:0 12px 24px #ff7a003d}.dark-button:hover,.primary-button:hover{background:linear-gradient(135deg, #ea580c, var(--brand-orange));border-color:#ea580c;transform:translateY(-1px)}.ghost-button{color:#fff7ed;background:#ffffff14;border:1px solid #ff7a0047}.site-header .ghost-button{color:#fff7ed}.ghost-button:hover{background:#ff7a0021;border-color:#ff7a0073}.secondary-button{color:var(--brand-night);background:#fffaf3;border-color:#ff7a0047;font-weight:800}.secondary-button:hover{background:#fff3e0;border-color:#ff7a0073}.trucks-section{padding-top:2rem}.section-heading{color:#fff7ed;background:linear-gradient(90deg,#061424f5,#081a2de0),radial-gradient(circle at 85% 25%,#ff7a0042,#0000 16rem);border:1px solid #ff7a003d;border-radius:28px;margin-bottom:1.5rem;padding:2.2rem;box-shadow:0 28px 80px #06142438}.section-heading h2{color:#fff;max-width:760px;font-size:clamp(2.2rem,5vw,4.4rem);line-height:.98}.section-heading .section-text{color:#fff7edc2;font-size:1.08rem}.eyebrow{color:var(--brand-orange-2);letter-spacing:.12em;font-weight:900}.results-pill{color:#fff7ed;background:#ffffff14;border-color:#ff7a0047}.search-bar input,.filters-panel,.map-card,.today-card,.truck-card,.detail-card,.empty-state-card,.owner-entry-bar,.owner-company-card,.owner-selector-card,.owner-summary-card,.owner-module-card,.schedule-editor-card{box-shadow:var(--shadow-soft);border-color:#06142414}.filters-panel{background:#ffffffe6}.filter-chip.active,.detail-tab-button.active{background:linear-gradient(135deg, var(--brand-night), var(--brand-navy-soft));border-color:var(--brand-night);color:#fff}.filter-chip:hover,.detail-tab-button:hover{border-color:#ff7a006b}.truck-card{background:linear-gradient(#fff 0%,#fffaf3 100%);border-radius:24px}.truck-card:hover{transform:translateY(-4px)}.truck-image-wrap{background:radial-gradient(circle,#ff7a001f,#0000 60%),#e7edf4}.truck-cuisine,.truck-status-line,.distance-pill,.today-distance,.schedule-maps-link,.menu-detail-price{color:#ea580c}.status-badge.open{background:linear-gradient(135deg,#16a34a,#22c55e)}.status-badge.closed{color:#475569;background:#e2e8f0}.truck-tag,.menu-preview-item{color:#9a3412;background:#fff3e0}.map-wrap{border:1px solid #06142414;height:520px}.popup-button{background:linear-gradient(135deg, var(--brand-orange), var(--brand-orange-2));border-color:var(--brand-orange);font-weight:800}.today-card{background:linear-gradient(#fff 0%,#fffaf3 100%)}.today-status{color:#16a34a}.detail-card{background:linear-gradient(#fff 0%,#fffaf3 100%)}.detail-card h2{color:var(--brand-night)}.truck-detail-image-wrap{border-color:#ff7a0038}.schedule-day-card.today{border-color:var(--brand-orange);background:#fff3e0}.today-badge,.active-now-badge{background:linear-gradient(135deg, var(--brand-orange), var(--brand-orange-2))}.package-card,.menu-category-card,.owner-stat,.schedule-day-card{background:#fffaf3}@media (width<=920px){.header-inner{grid-template-columns:1fr;gap:1rem}.header-actions{width:100%}.header-actions .ghost-button,.header-actions .dark-button{flex:1}.section-heading{padding:1.5rem}}@media (width<=640px){body{background:radial-gradient(circle at top,#ff7a0029,#0000 20rem),linear-gradient(#061424 0%,#081a2d 22rem,#f5f7fa 22rem 100%)}.brand-main{font-size:1.35rem}.brand-domain{font-size:1.05rem}.section-heading h2{font-size:2.35rem}.map-wrap{height:420px}}body{background:radial-gradient(circle at 0 0,#ff7a0029,#0000 34rem),radial-gradient(circle at 100% 0,#ffb84d1f,#0000 28rem),linear-gradient(#061424 0%,#081a2d 100%)}.app-shell,main,.main-content{background:radial-gradient(circle at 0 0,#ff7a001f,#0000 32rem),linear-gradient(#061424 0%,#081a2d 42rem,#0b1f35 100%);min-height:100vh}.owner-section,.trucks-section,.detail-section,.auth-section{color:#fff7ed}.owner-header h1,.owner-header h2,.owner-header h3,.trucks-section .section-heading h2,.detail-section>h1,.detail-section>h2{color:#fff}.owner-header .section-text,.owner-header p,.trucks-section .section-text{color:#fff7edb8}.owner-header .ghost-button,.owner-section>.ghost-button,.detail-section>.ghost-button,.back-button{color:#fff7ed;background:#ffffff0f;border-color:#ff7a0061}.owner-header .ghost-button:hover,.owner-section>.ghost-button:hover,.detail-section>.ghost-button:hover,.back-button:hover{background:#ff7a0024;border-color:#ff7a0094}.owner-company-card,.owner-selector-card,.owner-summary-card,.owner-module-card,.schedule-editor-card,.detail-card,.truck-card,.map-card,.today-card,.filters-panel,.search-bar input,.empty-state-card{color:#102033}.schedule-editor-card input,.schedule-editor-card textarea,.schedule-editor-card select,.detail-card input,.detail-card textarea,.detail-card select,.owner-company-card input,.owner-company-card textarea,.owner-company-card select{color:#102033;background:#fff}.schedule-editor-card label,.owner-company-card label,.owner-selector-card label,.owner-label{color:#64748b}.schedule-editor-card h1,.schedule-editor-card h2,.schedule-editor-card h3,.owner-company-card h1,.owner-company-card h2,.owner-company-card h3,.owner-selector-card h1,.owner-selector-card h2,.owner-selector-card h3,.detail-card h1,.detail-card h2,.detail-card h3{color:#102033}button:disabled,.dark-button:disabled,.ghost-button:disabled,.secondary-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.owner-summary-card .owner-modules-grid,.owner-summary-card .owner-summary-grid{color:#102033}.owner-summary-card .owner-module-card,.owner-summary-card .owner-stat{background:linear-gradient(#fffaf3 0%,#fff 100%);border:1px solid #ff7a002e;box-shadow:0 10px 24px #0614240f}.owner-summary-card .owner-module-card h3,.owner-summary-card .owner-stat strong{color:#102033}.owner-summary-card .owner-module-card p,.owner-summary-card .owner-stat p,.owner-summary-card .owner-meta,.owner-summary-card .owner-label,.owner-summary-card .owner-stat-label{color:#64748b}.owner-summary-card .ghost-button,.owner-summary-card .secondary-button,.owner-module-card .ghost-button,.owner-module-card .secondary-button,.owner-stat .ghost-button,.owner-stat .secondary-button{color:#102033;box-shadow:none;background:#fff;border:1px solid #ff7a005c;font-weight:800}.owner-summary-card .ghost-button:hover,.owner-summary-card .secondary-button:hover,.owner-module-card .ghost-button:hover,.owner-module-card .secondary-button:hover,.owner-stat .ghost-button:hover,.owner-stat .secondary-button:hover{color:#102033;background:#fff3e0;border-color:#ff7a00a6}.owner-summary-card .dark-button,.owner-module-card .dark-button,.owner-stat .dark-button{color:#fff;font-weight:900}.owner-summary-card button:disabled,.owner-module-card button:disabled,.owner-stat button:disabled,.owner-summary-card .ghost-button:disabled,.owner-module-card .ghost-button:disabled,.owner-stat .ghost-button:disabled,.owner-summary-card .dark-button:disabled,.owner-module-card .dark-button:disabled,.owner-stat .dark-button:disabled{opacity:1;cursor:not-allowed;box-shadow:none;color:#94a3b8;background:#f8fafc;border-color:#e2e8f0;transform:none}.owner-summary-card button:disabled:after,.owner-module-card button:disabled:after,.owner-stat button:disabled:after{color:#94a3b8}@media (width<=640px){.owner-summary-card .owner-modules-grid,.owner-summary-card .owner-summary-grid{gap:.8rem}.owner-summary-card .ghost-button,.owner-summary-card .secondary-button,.owner-summary-card .dark-button,.owner-module-card .ghost-button,.owner-module-card .secondary-button,.owner-module-card .dark-button{width:100%}}.brand-logo-button{background:0 0;border:none;justify-content:center;align-items:center;min-width:0;padding:0;display:inline-flex}.brand-logo-image{object-fit:contain;filter:drop-shadow(0 10px 22px #0000004d);width:auto;max-width:300px;height:76px;transition:transform .2s,filter .2s;display:block}.brand-logo-button:hover .brand-logo-image{transform:translateY(-1px)}.brand-icon,.brand-wordmark{display:none}@media (width<=920px){.brand-logo-image{max-width:260px;height:64px}}@media (width<=640px){.brand-logo-image{max-width:220px;height:54px}}.trucks-section .section-heading{background-color:#0000;background-image:linear-gradient(90deg,#061424f5 0%,#061424e0 42%,#06142494 100%),url(/images/Title_background.png);background-position:50% 45%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-color:#ff7a0052;position:relative;overflow:hidden}.trucks-section .section-heading:after{content:"";pointer-events:none;background:radial-gradient(circle at 18% 20%,#ff7a002e,#0000 18rem),linear-gradient(#0614240d,#06142473);position:absolute;inset:0}.trucks-section .section-heading>*{z-index:1;position:relative}.trucks-section .section-heading h2{text-shadow:0 12px 28px #00000052}.trucks-section .section-heading .section-text{color:#fff7edd1;text-shadow:0 8px 20px #00000052}.owner-onboarding-bar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#06142400,#061424a3 22%),#061424f0;border-top:1px solid #ff7a0047;padding:.85rem 0;position:sticky;bottom:0}.owner-onboarding-inner{grid-template-columns:220px 1fr auto;align-items:center;gap:1rem;width:min(1220px,100% - 2rem);margin:0 auto;display:grid}.owner-onboarding-summary{color:#fff7ed}.owner-onboarding-label{color:#ff9f1c;letter-spacing:.12em;text-transform:uppercase;margin:0 0 .2rem;font-size:.72rem;font-weight:900}.owner-onboarding-title-row{color:#fff;justify-content:space-between;gap:.75rem;font-size:.92rem;display:flex}.owner-onboarding-title-row span{color:#fff7edb3}.owner-onboarding-progress{background:#ffffff21;border-radius:999px;height:.45rem;margin-top:.45rem;overflow:hidden}.owner-onboarding-progress-fill{border-radius:inherit;background:linear-gradient(135deg,#ff7a00,#ff9f1c);height:100%;transition:width .25s;box-shadow:0 0 18px #ff7a0073}.owner-onboarding-steps{flex-wrap:wrap;justify-content:center;gap:.45rem;display:flex}.owner-onboarding-step{color:#fff7edc7;background:#ffffff0f;border:1px solid #ff7a0042;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem .75rem;font-size:.82rem;font-weight:800;transition:all .2s;display:inline-flex}.owner-onboarding-step:hover:not(:disabled){color:#fff;background:#ff7a0024;border-color:#ff7a008c}.owner-onboarding-step.active{color:#fff;background:#ff7a002e;border-color:#ff7a00b8}.owner-onboarding-step.completed{color:#dcfce7;border-color:#22c55e61}.owner-onboarding-step.locked,.owner-onboarding-step:disabled{opacity:.5;cursor:not-allowed}.owner-onboarding-step-number{background:#ffffff21;border-radius:999px;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.74rem;display:inline-flex}.owner-onboarding-step.completed .owner-onboarding-step-number{color:#bbf7d0;background:#22c55e38}.owner-onboarding-action{color:#fff7ed;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.owner-onboarding-action p{color:#fff7edb8;white-space:nowrap;margin:0;font-size:.86rem}.owner-onboarding-action .ghost-button{color:#fff7ed;background:#ffffff14}@media (width<=1000px){.owner-onboarding-inner{grid-template-columns:1fr;align-items:stretch}.owner-onboarding-action{justify-content:space-between}.owner-onboarding-action p{white-space:normal}}@media (width<=640px){.owner-onboarding-bar{padding:.75rem 0}.owner-onboarding-inner{width:min(100% - 1rem,1220px)}.owner-onboarding-steps{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.15rem;overflow-x:auto}.owner-onboarding-step{flex:none}.owner-onboarding-action{flex-direction:column;align-items:stretch}.owner-onboarding-action .dark-button,.owner-onboarding-action .ghost-button{width:100%}}.owner-module-badge{border:1px solid #ff7a002e}.owner-module-badge-active{color:#166534;background:#dcfce7;border-color:#1665342e}.owner-module-badge-warning{color:#9a3412;background:#fff3e0;border-color:#ff7a0038}.owner-module-badge-inactive{color:#64748b;background:#f1f5f9;border-color:#e2e8f0}.owner-onboarding-step.partial{color:#ffedd5;background:#ff9f1c24;border-color:#ff9f1cb8}.owner-onboarding-step.partial .owner-onboarding-step-number{color:#fed7aa;background:#ff9f1c3d}.owner-company-heading-row{align-items:center;gap:.9rem;display:flex}.owner-company-logo-thumb{object-fit:contain;background:#fff;border:1px solid #ff7a0038;border-radius:16px;width:58px;height:58px;padding:.45rem;box-shadow:0 10px 24px #06142414}.company-logo-upload-panel{flex-direction:column;gap:1rem;display:flex}.company-logo-preview-box{background:radial-gradient(circle,#ff7a0014,#0000 12rem),#fffaf3;border:1px dashed #ff7a005c;border-radius:20px;justify-content:center;align-items:center;min-height:220px;padding:1rem;display:flex}.company-logo-preview-image{object-fit:contain;max-width:100%;max-height:180px;display:block}.company-logo-placeholder{color:#9a3412;letter-spacing:.08em;text-transform:uppercase;background:#fff;border:1px solid #ff7a003d;border-radius:24px;justify-content:center;align-items:center;width:130px;height:130px;font-weight:900;display:flex}.company-logo-upload-copy{background:#fffaf3;border:1px solid #ff7a0029;border-radius:16px;padding:.9rem}.company-logo-url-fallback{border-top:1px solid #06142414;padding-top:.8rem}.company-logo-url-fallback summary{cursor:pointer;color:#64748b;font-weight:800}.truck-company-row,.truck-detail-company-row{align-items:center;gap:.65rem;margin:.35rem 0 .9rem;display:flex}.truck-company-logo{object-fit:contain;background:#fff;border:1px solid #ff7a0038;border-radius:10px;flex:none;width:34px;height:34px;padding:.25rem;box-shadow:0 8px 18px #0614240f}.truck-detail-company-logo{object-fit:contain;background:#fff;border:1px solid #ff7a003d;border-radius:16px;flex:none;width:54px;height:54px;padding:.4rem;box-shadow:0 10px 24px #06142414}.truck-company-row .truck-subtitle{margin:0}.truck-detail-company-row{color:#64748b;margin-top:-.8rem;margin-bottom:1.25rem;font-weight:700}.truck-detail-company-row strong{color:#102033}@media (width<=640px){.truck-detail-company-logo{border-radius:14px;width:46px;height:46px}}button,.dark-button,.primary-button,.ghost-button,.secondary-button,.filter-chip,.detail-tab-button,.popup-button{text-decoration:none}.dark-button,.primary-button,.popup-button{color:#fff;background:linear-gradient(135deg,#ff7a00,#ff9f1c);border-color:#ff7a00;font-weight:900}.dark-button:hover:not(:disabled),.primary-button:hover:not(:disabled),.popup-button:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#ea580c,#ff7a00);border-color:#ea580c}.ghost-button,.secondary-button,.filter-chip,.detail-tab-button{color:#102033;background:#fff;border-color:#ff7a005c;font-weight:800}.ghost-button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.filter-chip:hover:not(:disabled),.detail-tab-button:hover:not(:disabled){color:#102033;background:#fff3e0;border-color:#ff7a00a6}.site-header .ghost-button,.owner-header .ghost-button,.owner-section>.ghost-button,.detail-section>.ghost-button,.back-button{color:#fff7ed;background:#ffffff14;border-color:#ff7a006b;font-weight:800}.site-header .ghost-button:hover:not(:disabled),.owner-header .ghost-button:hover:not(:disabled),.owner-section>.ghost-button:hover:not(:disabled),.detail-section>.ghost-button:hover:not(:disabled),.back-button:hover:not(:disabled){color:#fff;background:#ff7a0029;border-color:#ff7a00ad}.schedule-editor-card .ghost-button,.schedule-editor-card .secondary-button,.owner-company-card .ghost-button,.owner-company-card .secondary-button,.owner-selector-card .ghost-button,.owner-selector-card .secondary-button,.owner-summary-card .ghost-button,.owner-summary-card .secondary-button,.owner-module-card .ghost-button,.owner-module-card .secondary-button,.owner-stat .ghost-button,.owner-stat .secondary-button,.detail-card .ghost-button,.detail-card .secondary-button,.truck-card .ghost-button,.truck-card .secondary-button,.map-card .ghost-button,.map-card .secondary-button,.today-card .ghost-button,.today-card .secondary-button,.empty-state-card .ghost-button,.empty-state-card .secondary-button{color:#102033;background:#fff;border-color:#ff7a0061;font-weight:900}.schedule-editor-card .ghost-button:hover:not(:disabled),.schedule-editor-card .secondary-button:hover:not(:disabled),.owner-company-card .ghost-button:hover:not(:disabled),.owner-company-card .secondary-button:hover:not(:disabled),.owner-selector-card .ghost-button:hover:not(:disabled),.owner-selector-card .secondary-button:hover:not(:disabled),.owner-summary-card .ghost-button:hover:not(:disabled),.owner-summary-card .secondary-button:hover:not(:disabled),.owner-module-card .ghost-button:hover:not(:disabled),.owner-module-card .secondary-button:hover:not(:disabled),.owner-stat .ghost-button:hover:not(:disabled),.owner-stat .secondary-button:hover:not(:disabled),.detail-card .ghost-button:hover:not(:disabled),.detail-card .secondary-button:hover:not(:disabled),.truck-card .ghost-button:hover:not(:disabled),.truck-card .secondary-button:hover:not(:disabled),.map-card .ghost-button:hover:not(:disabled),.map-card .secondary-button:hover:not(:disabled),.today-card .ghost-button:hover:not(:disabled),.today-card .secondary-button:hover:not(:disabled),.empty-state-card .ghost-button:hover:not(:disabled),.empty-state-card .secondary-button:hover:not(:disabled){color:#102033;background:#fff3e0;border-color:#ff7a00b3}button:disabled,.dark-button:disabled,.primary-button:disabled,.ghost-button:disabled,.secondary-button:disabled,.filter-chip:disabled,.detail-tab-button:disabled,.popup-button:disabled,.schedule-editor-card button:disabled,.owner-company-card button:disabled,.owner-selector-card button:disabled,.owner-summary-card button:disabled,.owner-module-card button:disabled,.owner-stat button:disabled,.detail-card button:disabled,.truck-card button:disabled,.map-card button:disabled,.today-card button:disabled,.empty-state-card button:disabled{opacity:1;cursor:not-allowed;box-shadow:none;text-shadow:none;transform:none;color:#64748b!important;background:#f1f5f9!important;border-color:#cbd5e1!important}.dark-button:disabled,.primary-button:disabled,.popup-button:disabled,.schedule-editor-card .dark-button:disabled,.owner-company-card .dark-button:disabled,.owner-selector-card .dark-button:disabled,.owner-summary-card .dark-button:disabled,.owner-module-card .dark-button:disabled,.owner-stat .dark-button:disabled,.detail-card .dark-button:disabled,.truck-card .dark-button:disabled{color:#9a3412!important;background:#ffedd5!important;border-color:#fdba74!important}.filter-chip.active,.detail-tab-button.active{color:#fff;background:linear-gradient(135deg,#061424,#10263d);border-color:#061424}.address-autocomplete-input-wrap{position:relative}.address-autocomplete-loading{color:#64748b;pointer-events:none;font-size:.82rem;font-weight:800;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}.address-autocomplete-menu{z-index:9999;background:#fff;border:1px solid #ff7a005c;border-radius:16px;max-height:280px;padding:.45rem;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow-y:auto;box-shadow:0 18px 42px #0614242e}.address-autocomplete-option{color:#102033;text-align:left;background:#fff;border:none;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:.75rem .85rem;display:flex}.address-autocomplete-option:hover{background:#fff3e0}.address-autocomplete-option strong{color:#102033;font-size:.92rem}.address-autocomplete-option span{color:#64748b;font-size:.82rem;line-height:1.35}.owner-location-map-wrap{border:1px solid #dbe3ec;border-radius:16px;margin-top:1rem;overflow:hidden}.language-switcher{background:#ffffff14;border:1px solid #ff7a0047;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem;display:inline-flex}.language-switcher-button{color:#fff7edc7;letter-spacing:.04em;background:0 0;border:none;border-radius:999px;min-width:2.2rem;padding:.45rem .55rem;font-size:.78rem;font-weight:900}.language-switcher-button:hover{color:#fff;background:#ff7a0029}.language-switcher-button.active{color:#fff;background:linear-gradient(135deg,#ff7a00,#ff9f1c);box-shadow:0 8px 18px #ff7a003d}@media (width<=920px){.language-switcher{order:-1}}@media (width<=640px){.language-switcher{justify-content:space-between;width:100%}.language-switcher-button{flex:1}}.legal-section{color:#fff7ed;padding:2rem 0 3rem}.legal-hero-card{background:linear-gradient(90deg,#061424f5 0%,#061424e0 52%,#061424ad 100%),radial-gradient(circle at 85% 20%,#ff7a003d,#0000 18rem);border:1px solid #ff7a0047;border-radius:28px;margin-bottom:1.25rem;padding:2.2rem;box-shadow:0 28px 80px #06142438}.legal-hero-card h1{color:#fff;letter-spacing:-.04em;max-width:900px;margin:.35rem 0 1rem;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1}.legal-hero-card .section-text{color:#fff7edc7;max-width:820px}.legal-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.legal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.legal-two-column{grid-template-columns:1.15fr .85fr;align-items:start;gap:1rem;display:grid}.legal-card{box-shadow:var(--shadow-soft);color:#102033;background:linear-gradient(#fff 0%,#fffaf3 100%);border:1px solid #06142414;border-radius:22px;padding:1.35rem}.legal-card-wide{grid-column:1/-1}.legal-card-highlight{background:radial-gradient(circle at 100% 0,#ff7a001a,#0000 14rem),linear-gradient(#fff 0%,#fff7ed 100%);border-color:#ff7a0047}.legal-card h2{color:#102033;letter-spacing:-.03em;margin:.25rem 0 .75rem;font-size:1.45rem;line-height:1.15}.legal-card p{color:#64748b}.legal-list{color:#64748b;margin:1rem 0 0;padding-left:1.2rem}.legal-list li+li{margin-top:.45rem}.contact-form-card{flex-direction:column;gap:1rem;display:flex}.schedule-form-field textarea,.contact-form-card textarea{border:1px solid var(--color-border);color:#102033;resize:vertical;background:#fff;border-radius:12px;width:100%;padding:.85rem .9rem}.schedule-form-field textarea:focus,.contact-form-card textarea:focus,.contact-form-card input:focus,.contact-form-card select:focus{border-color:var(--color-orange);outline:none;box-shadow:0 0 0 2px #ff7a002e}.contact-routing-list{flex-direction:column;gap:1rem;display:flex}.contact-routing-list div{background:#fffaf3;border:1px solid #ff7a0029;border-radius:16px;padding:.9rem}.contact-routing-list strong{color:#102033}.contact-routing-list p{margin:.35rem 0 0}.site-footer{color:#fff7ed;background:radial-gradient(circle at 0 0,#ff7a001f,#0000 22rem),linear-gradient(#061424 0%,#020817 100%);border-top:1px solid #ff7a003d;margin-top:2rem;padding:2.2rem 0 1rem}.site-footer-inner{grid-template-columns:1.4fr repeat(3,1fr);align-items:start;gap:1.5rem;display:grid}.site-footer-logo{object-fit:contain;filter:drop-shadow(0 10px 22px #00000059);width:210px;max-width:100%;height:auto}.site-footer-brand p,.site-footer-column p,.site-footer-muted,.site-footer-bottom{color:#fff7edad}.site-footer-column h3{color:#fff;margin:0 0 .8rem;font-size:1rem}.site-footer-column button{color:#fff7edb8;text-align:left;background:0 0;border:none;padding:.28rem 0;font-weight:700;display:block}.site-footer-column button:hover{color:#ff9f1c}.site-footer-column p{margin:.35rem 0}.site-footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:1.5rem;padding-top:1rem;font-size:.9rem;display:flex}@media (width<=920px){.legal-grid,.legal-two-column,.site-footer-inner{grid-template-columns:1fr}.legal-card-wide{grid-column:auto}}@media (width<=640px){.legal-section{padding-top:1rem}.legal-hero-card{padding:1.4rem}.legal-actions .dark-button,.legal-actions .ghost-button,.contact-form-card .dark-button,.contact-form-card .ghost-button{width:100%}.site-footer-logo{width:180px}}.email-preview-card{box-shadow:var(--shadow-soft);color:#102033;background:linear-gradient(#fff 0%,#fffaf3 100%);border:1px solid #ff7a0038;border-radius:20px;margin-top:1rem;padding:1rem}.email-preview-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.email-preview-header h3{color:#102033;letter-spacing:-.02em;margin:.25rem 0}.email-preview-browser{background:#061424;border:1px solid #0614241f;border-radius:18px;overflow:hidden}.email-preview-html{background:#061424;max-height:620px;overflow:auto}.email-preview-html .shell{padding:18px 8px!important}.email-preview-html .card{max-width:620px!important}.email-preview-text-details{background:#fffaf3;border:1px solid #ff7a002e;border-radius:16px;margin-top:1rem;padding:.85rem}.email-preview-text-details summary{cursor:pointer;color:#9a3412;font-weight:900}.email-preview-text-details textarea{color:#102033;resize:vertical;width:100%;font:inherit;background:#fff;border:1px solid #fed7aa;border-radius:12px;margin-top:.85rem;padding:.85rem}.email-preview-actions{margin-top:1rem}@media (width<=640px){.email-preview-header{flex-direction:column}.email-preview-actions .ghost-button,.email-preview-actions .dark-button{text-align:center;width:100%}}.admin-section .admin-header-meta{color:#fff7edbd}.admin-section .admin-header-meta strong{color:#fff}.admin-header-button{border-color:#ff9f1c7a!important}.admin-kpi-grid{margin-bottom:1rem}.admin-kpi-card strong{color:#102033;margin:.2rem 0;font-size:2rem;line-height:1;display:block}.admin-layout-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.admin-layout-grid+.admin-layout-grid{margin-top:1rem}.admin-list{flex-direction:column;gap:.75rem;display:flex}.admin-health-row{background:#fffaf3;border:1px solid #ff7a0029;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding:.95rem;display:grid}.admin-health-row strong{color:#102033}.admin-health-row p{color:#64748b;margin:.25rem 0 0;font-size:.92rem}.admin-badge-row{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.admin-warning-card{background:radial-gradient(circle at 100% 0,#ff7a0014,#0000 16rem),linear-gradient(#fff 0%,#fff7ed 100%);border-color:#ff7a0059;margin-bottom:1rem}.admin-details{background:#fffaf3;border:1px solid #ff7a0029;border-radius:14px;margin-top:.75rem;padding:.75rem}.admin-details summary{cursor:pointer;color:#9a3412;font-weight:900}.admin-details ul{color:#64748b;margin:.75rem 0 0;padding-left:1.2rem}.admin-note-box{background:#fffaf3;border:1px solid #ff7a002e;border-radius:16px;margin-top:1rem;padding:.95rem}.admin-status-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}@media (width<=920px){.admin-layout-grid,.admin-health-row{grid-template-columns:1fr}.admin-badge-row{justify-content:flex-start}}.offer-link-panel,.offer-response-card,.offer-response-result-card,.offer-response-owner-message{color:#102033;background:linear-gradient(#fff 0%,#fffaf3 100%);border:1px solid #ff7a0038;border-radius:18px;margin-top:1rem;padding:1rem}.offer-response-owner-message pre{white-space:pre-wrap;color:#334155;background:#fff;border:1px solid #fed7aa;border-radius:14px;max-height:420px;margin:.75rem 0 0;padding:1rem;font-family:inherit;line-height:1.5;overflow:auto}.offer-response-card .filter-chip.active{color:#fff;background:linear-gradient(135deg,#ff7a00,#ff9f1c);border-color:#ff7a00}.offer-response-result-card{background:radial-gradient(circle at 100% 0,#22c55e14,#0000 14rem),linear-gradient(#fff 0%,#f0fdf4 100%);border-color:#22c55e47}.offer-response-result-card h3{color:#102033;margin:.3rem 0 .5rem}@media (width<=640px){.offer-link-panel .ghost-button,.offer-response-card .ghost-button,.offer-response-card .dark-button{width:100%}}.site-header,.brand-site-header{z-index:5000;isolation:isolate}.owner-onboarding-bar{z-index:4900;isolation:isolate}.map-card,.map-wrap,.owner-location-map-wrap{z-index:1;isolation:isolate;position:relative}.leaflet-container{z-index:1;position:relative}.leaflet-pane,.leaflet-tile-pane{z-index:1}.leaflet-control-container,.leaflet-top,.leaflet-bottom{z-index:7}.address-autocomplete-field{z-index:100;position:relative}.address-autocomplete-menu{z-index:120}.site-header .language-switcher,.site-header .header-actions,.site-header .top-nav{z-index:5100;position:relative}.admin-activity-list{flex-direction:column;gap:.7rem;display:flex}.admin-activity-row{background:#fffaf3;border:1px solid #ff7a0029;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding:.85rem;display:grid}.admin-activity-row strong{color:#102033;text-transform:capitalize}.admin-activity-row p{color:#64748b;margin:.25rem 0 0;font-size:.9rem}.admin-activity-row span{color:#64748b;white-space:nowrap;font-size:.82rem;font-weight:800}.admin-status-grid .owner-stat strong{color:#102033;margin-top:.25rem;font-size:1.45rem;line-height:1;display:block}@media (width<=640px){.admin-activity-row{grid-template-columns:1fr}.admin-activity-row span{white-space:normal}}.admin-reminder-list{flex-direction:column;gap:.9rem;display:flex}.admin-reminder-row{background:radial-gradient(circle at 100% 0,#ff7a000f,#0000 12rem),#fffaf3;border:1px solid #ff7a002e;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding:1rem;display:grid}.admin-reminder-main{min-width:0}.admin-reminder-heading{justify-content:space-between;align-items:start;gap:.8rem;display:flex}.admin-reminder-heading strong{color:#102033}.admin-reminder-heading p{color:#64748b;margin:.25rem 0 0;font-size:.92rem}.admin-reminder-badges{justify-content:flex-start;margin-top:.7rem}.admin-reminder-preview{background:#fff;border:1px solid #ff7a0029;border-radius:16px;margin-top:.85rem;padding:.85rem}.admin-reminder-preview .owner-label{margin-bottom:.35rem}.admin-reminder-subject{color:#102033;margin:0 0 .65rem;font-weight:900}.admin-reminder-preview pre{white-space:pre-wrap;color:#475569;max-height:230px;margin:0;font-family:inherit;line-height:1.5;overflow:auto}.admin-reminder-actions{flex-direction:column;gap:.55rem;min-width:170px;display:flex}@media (width<=920px){.admin-reminder-row{grid-template-columns:1fr}.admin-reminder-actions{flex-flow:wrap;min-width:0}}@media (width<=640px){.admin-reminder-heading{flex-direction:column}.admin-reminder-actions .ghost-button{width:100%}}.terms-preview-box,.terms-accepted-box,.offer-terms-box{color:#102033;background:radial-gradient(circle at 100% 0,#ff7a0014,#0000 14rem),linear-gradient(#fff 0%,#fffaf3 100%);border:1px solid #ff7a003d;border-radius:18px;margin-top:1rem;padding:1rem}.terms-preview-box p,.terms-accepted-box p{color:#64748b;white-space:pre-wrap}.offer-terms-box pre{white-space:pre-wrap;color:#334155;background:#fff;border:1px solid #fed7aa;border-radius:14px;max-height:360px;margin:.75rem 0 0;padding:1rem;font-family:inherit;line-height:1.5;overflow:auto}.terms-checkbox-row{align-items:flex-start}.terms-acceptance-checkbox{color:#102033;background:#fff7ed;border:1px solid #ff7a0038;border-radius:14px;align-items:flex-start;gap:.7rem;margin-top:1rem;padding:.9rem;font-weight:800;display:flex}.terms-acceptance-checkbox input{width:auto;margin-top:.2rem}.terms-acceptance-checkbox span{color:#102033}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
