*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;background:#101a43;color:#101a43;overflow:hidden;height:100vh}.app{display:flex;height:100vh}.sidebar{width:340px;min-width:340px;background:#fff;display:flex;flex-direction:column;box-shadow:4px 0 20px #101a431f;z-index:1000;position:relative}.sidebar-header{background:#101a43;padding:14px 20px 12px}.sidebar-logo{height:30px;margin-bottom:8px}.sidebar-title{font-family:"Noto Serif",Georgia,serif;font-size:12px;font-style:italic;color:#fff9}.search-section{padding:14px 20px 12px;border-bottom:1px solid #E8E8E8}.search-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#747c84;margin-bottom:6px}.search-row{display:flex;gap:6px}.search-field{flex:1;padding:9px 10px;border:2px solid #E8E8E8;border-radius:8px;font-size:13px;font-family:Arial,sans-serif;color:#101a43;outline:none;transition:border-color .2s;min-width:0;text-overflow:ellipsis}.search-field:focus{border-color:#9a3022}.search-field::placeholder{color:#b0b5bd;font-size:13px}.search-btn{padding:9px 12px;background:#9a3022;color:#fff;border:none;border-radius:8px;font-size:11px;font-weight:700;font-family:Arial,sans-serif;cursor:pointer;transition:background .2s;white-space:nowrap;flex-shrink:0}.search-btn:hover{background:#7d2719}.search-hint{font-size:10px;color:#b0b5bd;margin-top:5px}.ac-wrap{position:relative}.ac-list{position:absolute;top:100%;left:0;right:48px;z-index:2000;background:#fff;border:1px solid #E8E8E8;border-top:none;border-radius:0 0 8px 8px;max-height:180px;overflow-y:auto;display:none;box-shadow:0 4px 12px #0000001a}.ac-list.visible{display:block}.ac-item{padding:8px 12px;font-size:13px;cursor:pointer;color:#101a43}.ac-item:hover,.ac-item.active{background:#f5f6f8}.ac-item .ac-zip{color:#b0b5bd;font-size:11px;float:right}.result-section{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column}.result-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;text-align:center;color:#b0b5bd}.empty-icon{font-size:36px;margin-bottom:10px;opacity:.4}.empty-text{font-size:13px;line-height:1.5}.empty-text strong{color:#747c84}.result-content{display:none;flex-direction:column;flex:1}.result-content.visible{display:flex}.result-header{padding:14px 20px 10px;background:linear-gradient(135deg,#101a43,#1a2a5e);color:#fff}.result-location{font-size:17px;font-weight:700;letter-spacing:-.3px}.result-zip-row{display:flex;align-items:center;gap:6px;margin-top:3px}.result-zip{font-size:11px;color:#ffffff80}.result-badge{padding:2px 7px;border-radius:4px;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#fff}.result-details{padding:14px 20px;flex:1}.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.metric-card{padding:10px 12px;background:#f5f6f8;border-radius:8px}.metric-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#747c84;margin-bottom:4px}.metric-val{font-size:26px;font-weight:700;color:#101a43;line-height:1}.metric-unit{font-size:11px;font-weight:400;color:#747c84}.rec-box{padding:10px 14px;background:#f5f6f8;border-radius:8px;border-left:3px solid #9A3022;margin-bottom:12px}.rec-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#9a3022;margin-bottom:4px}.rec-text{font-size:12px;color:#101a43;line-height:1.5}.warning-box{padding:10px 12px;background:#fff8e1;border:1px solid #F0A21F;border-radius:8px;font-size:11px;color:#856404;line-height:1.4;margin-bottom:12px}.warning-box strong{color:#101a43}.cta-btn{display:block;width:100%;padding:12px;background:#9a3022;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:700;font-family:Arial,sans-serif;cursor:pointer;transition:background .2s;text-align:center;text-decoration:none;margin-bottom:8px}.cta-btn:hover{background:#7d2719}.cta-secondary{display:block;width:100%;padding:10px;background:transparent;color:#101a43;border:2px solid #E8E8E8;border-radius:8px;font-size:12px;font-weight:600;font-family:Arial,sans-serif;cursor:pointer;text-align:center;text-decoration:none;transition:border-color .2s;margin-bottom:8px}.cta-secondary:hover{border-color:#9a3022;color:#9a3022}.result-footer{padding:8px 20px;border-top:1px solid #E8E8E8;font-size:9px;color:#b0b5bd;text-align:center}.info-section{padding:0 20px 16px}.info-block{margin-bottom:12px}.info-heading{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#101a43;margin-bottom:6px;display:flex;align-items:center;gap:5px}.info-heading-icon{font-size:12px;opacity:.6}.info-text{font-size:11px;color:#747c84;line-height:1.6}.info-text strong{color:#101a43;font-weight:600}.info-divider{height:1px;background:#e8e8e8;margin:12px 0}.safety-note{padding:10px 12px;background:#fff5f5;border:1px solid rgba(154,48,34,.15);border-radius:8px;font-size:10px;color:#6b3a3a;line-height:1.6}.safety-note strong{color:#9a3022}.addr-details{display:none;margin-top:8px;padding-top:8px;border-top:1px solid #E8E8E8}.addr-details.visible{display:block}.addr-detail-field{width:100%;padding:7px 10px;border:1.5px solid #E8E8E8;border-radius:6px;font-size:12px;font-family:Arial,sans-serif;color:#101a43;outline:none;transition:border-color .2s;margin-bottom:5px;background:#fafbfc}.addr-detail-field:focus{border-color:#9a3022;background:#fff}.addr-detail-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#747c84;margin-bottom:3px}.addr-detail-row{display:flex;gap:5px}.addr-detail-row .addr-detail-wrap{flex:1}.addr-detail-wrap{margin-bottom:2px}.addr-detail-row .addr-detail-field{width:100%}.dl-btn{display:block;width:100%;padding:12px;background:#101a43;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:700;font-family:Arial,sans-serif;cursor:pointer;transition:background .2s;text-align:center;margin-bottom:6px}.dl-btn:hover{background:#1a2a5e}.dl-btn:disabled{background:#b0b5bd;cursor:not-allowed}.map-container{flex:1;position:relative}#map{width:100%;height:100%}.inset-ak{position:absolute;z-index:999;bottom:10px;left:10px;width:300px;height:210px;background:#fff;border:2px solid rgba(16,26,67,.4);border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #101a431f}.inset-label{position:absolute;top:3px;left:5px;z-index:10;font-size:8px;font-weight:700;color:#101a43;background:#ffffffd9;padding:1px 4px;border-radius:2px;pointer-events:none;letter-spacing:.3px}.inset-ak .leaflet-control-container{display:none}.territory-callouts{position:absolute;z-index:999;bottom:10px;left:322px;display:flex;flex-direction:column;gap:4px}.terr-callout{display:flex;align-items:center;gap:6px;background:#fffffff2;border:1px solid rgba(16,26,67,.2);border-radius:5px;padding:4px 10px;box-shadow:0 1px 4px #101a4314;cursor:pointer;transition:background .15s;white-space:nowrap}.terr-callout:hover{background:#fff;border-color:#101a4366}.terr-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.terr-name{font-size:9px;font-weight:700;color:#101a43;letter-spacing:.3px}.terr-speed{font-size:9px;color:#747c84;font-weight:600}.legend{position:absolute;bottom:14px;right:14px;z-index:999;background:#fffffff5;border-radius:10px;padding:14px 16px;box-shadow:0 2px 12px #101a431f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,26,67,.06)}.legend-title{font-family:"Noto Serif",Georgia,serif;font-weight:700;font-size:11px;color:#101a43;margin-bottom:8px;letter-spacing:-.2px}.legend-items{display:flex;flex-direction:column;gap:0}.legend-item{display:flex;align-items:center;gap:8px;padding:3px 0}.legend-swatch{width:28px;height:12px;border-radius:3px;flex-shrink:0}.legend-label{font-size:11px;color:#555;font-weight:500}.legend-mph{font-size:10px;color:#b0b5bd;font-weight:400;margin-left:auto;padding-left:8px}.legend-divider{height:1px;background:#e8e8e8;margin:6px 0}.legend-swatch-hatch{width:28px;height:12px;border-radius:3px;border:2px solid #9A3022;background:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(154,48,34,.18) 2px,rgba(154,48,34,.18) 4px);flex-shrink:0}.pdf-star-marker{background:transparent!important;border:none!important}.reset-btn{background:none;border:none;font-size:10px;color:#9a3022;font-weight:600;cursor:pointer;font-family:Arial,sans-serif;white-space:nowrap;padding:0 0 0 8px}@media (min-width: 1600px){.sidebar{width:380px;min-width:380px}.metric-val{font-size:30px}}@media (max-width: 1024px){.sidebar{width:300px;min-width:300px}.legend{padding:10px 12px}.legend-title,.legend-label,.legend-mph{font-size:10px}.inset-ak{width:240px;height:168px}.territory-callouts{left:260px}}@media (max-width: 900px){.sidebar{position:absolute;top:0;left:0;right:0;width:100%;min-width:unset;height:auto;max-height:50vh;z-index:1001;border-radius:0 0 12px 12px;box-shadow:0 4px 20px #00000026;overflow-y:auto}.map-container{position:absolute;top:0;left:0;right:0;bottom:0}.inset-ak{width:200px;height:140px;bottom:8px;left:8px}.inset-label{font-size:7px}.territory-callouts{left:216px;bottom:8px}.terr-callout{padding:3px 6px}.terr-name,.terr-speed{font-size:8px}.legend{bottom:10px;right:10px;padding:10px 12px}.legend-title,.legend-label{font-size:10px}.legend-mph{font-size:9px}.legend-swatch,.legend-swatch-hatch{width:22px;height:10px}}@media (max-width: 600px){.sidebar{max-height:45vh}.sidebar-header{padding:10px 16px 8px}.sidebar-logo{height:24px}.search-section,.result-header{padding:10px 16px 8px}.result-details{padding:10px 16px}.info-section{padding:0 16px 12px}.metric-val{font-size:22px}.inset-ak{width:150px;height:105px;bottom:6px;left:6px}.territory-callouts{left:164px;bottom:6px;gap:2px}.terr-callout{padding:2px 5px}.terr-swatch{width:8px;height:8px}.terr-name,.terr-speed{font-size:7px}.legend{padding:8px 10px;max-width:180px}.legend-title{font-size:9px;margin-bottom:4px}.legend-item{padding:2px 0;gap:5px}.legend-label{font-size:9px}.legend-mph{font-size:8px;padding-left:4px}.legend-swatch,.legend-swatch-hatch{width:18px;height:9px}.legend-divider{margin:4px 0}}@media (max-width: 420px){.sidebar{max-height:50vh}.search-row{flex-direction:column}.search-btn{width:100%;padding:10px}.ac-list{right:0}.territory-callouts{left:6px;bottom:120px;flex-direction:row;flex-wrap:wrap}.inset-ak{bottom:6px;left:6px;width:130px;height:91px}}
