*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}.container{max-width:1400px;margin:0 auto;padding:0 20px}.header{background-color:#1a1a1a;color:#fff;padding:20px 0;box-shadow:0 2px 10px #0000001a}.header h1{font-size:28px;margin-bottom:15px}.stats{display:flex;gap:30px;flex-wrap:wrap}.stat-item{display:flex;gap:8px}.stat-label{color:#d1d5db}.stat-value{color:#fff;font-weight:700}.main{padding:30px 0}.map-section{position:relative;margin-bottom:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.map-loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#f5f5f5eb;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;transition:opacity .3s ease}.map-loading-overlay.hidden{opacity:0;pointer-events:none}.loading-brand{text-align:center;margin-bottom:20px}.loading-logo{font-size:1.8em;font-weight:700;color:#2c5530;letter-spacing:.04em}.loading-tagline{font-size:.85em;color:#636363;margin-top:4px}.loading-progress-container{width:220px;height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.loading-progress-bar{width:0%;height:100%;background:linear-gradient(90deg,#2c5530,#5aad65,#2c5530);background-size:200% 100%;border-radius:4px;transition:width .2s ease;animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.map-loading-text{margin-top:12px;color:#555;font-size:.95em}.map-refresh-indicator{position:absolute;top:10px;right:50px;background:#2c5530d9;color:#fff;padding:4px 12px;border-radius:4px;font-size:.8em;z-index:1001}.data-freshness{text-align:center;padding:6px 12px;font-size:.82em;color:#595959;background:#f0f0f0;border-top:1px solid #e5e5e5}.filter-checkbox{display:flex;align-items:center;gap:6px;padding:3px 0;font-size:.9em;color:#333;cursor:pointer}.filter-checkbox input[type=checkbox]{accent-color:#2c5530;width:15px;height:15px;cursor:pointer}.fire-mode-toggle{display:flex;border:1px solid #d1d5db;border-radius:6px;overflow:hidden;flex-shrink:0}.fire-mode-btn{flex:1;padding:6px 12px;border:none;background:#f3f4f6;color:#555;font-size:.88em;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.fire-mode-btn:first-child{border-right:1px solid #d1d5db}.fire-mode-btn.active{background:#2c5530;color:#fff}.fire-mode-btn:hover:not(.active){background:#e5e7eb}.filter-hint{display:block;font-size:.82em;color:#636363;margin-top:2px;line-height:1.4}.legend{margin-bottom:0}.legend h3{margin-bottom:15px;font-size:18px;color:#333}.legend-item{display:flex;align-items:center;gap:10px;margin-bottom:10px}.legend-color{width:30px;height:20px;border:1px solid #ccc;border-radius:3px}.map{height:600px;width:100%}.info-section{background:#fff;padding:25px;margin-bottom:30px;border-radius:8px;box-shadow:0 2px 10px #0000001a;position:relative}.close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:30px;cursor:pointer;color:#6b6b6b;transition:color .2s}.close-btn:hover{color:#333}#info-title{margin-bottom:15px;color:#1a1a1a}#info-content{line-height:1.8}#info-content p{margin-bottom:12px}#info-content a{color:#06c;text-decoration:none}#info-content a:hover{text-decoration:underline}.dashboard-section{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.dashboard-section h2{margin-bottom:20px;color:#1a1a1a}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.dashboard-card{background:#f8f8f8;padding:20px;border-radius:6px;text-align:center}.dashboard-card h3{font-size:14px;color:#666;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.dashboard-value{font-size:36px;font-weight:700;color:#333}.dashboard-value.healthy{color:#28a745}.dashboard-value.broken{color:#dc3545}.dashboard-value.warning{color:#b45309}.broken-links-table{margin-top:30px}.broken-links-table h3{margin-bottom:15px;color:#333}table{width:100%;border-collapse:collapse;background:#fff}thead{background:#f8f8f8}th,td{padding:12px;text-align:left;border-bottom:1px solid #eee}th{font-weight:600;color:#666;text-transform:uppercase;font-size:12px;letter-spacing:.5px}td{color:#333}tbody tr:hover{background:#fafafa}td a{color:#06c;text-decoration:none;word-break:break-all}td a:hover{text-decoration:underline}.footer,footer{background-color:#1a1a1a;color:#d1d5db;text-align:center;padding:20px 0;margin-top:50px}.no-coverage-area{background-image:repeating-linear-gradient(45deg,#333,#333 10px,#000 10px,#000 20px)}.leaflet-popup-content{margin:15px;word-wrap:break-word;overflow-wrap:break-word}.leaflet-popup-content h3{margin-bottom:10px;color:#1a1a1a}.leaflet-popup-content p{margin-bottom:8px}.popup-link{display:inline-block;margin-top:10px;padding:8px 15px;background-color:#06c;color:#fff!important;text-decoration:none;border-radius:4px;font-size:14px}button.popup-link{font-family:inherit;font-size:inherit;cursor:pointer;border:none}.popup-link:hover{background-color:#0052a3}.popup-link-secondary{background-color:#4b5563;color:#fff!important}.popup-link-secondary:hover{background-color:#374151}.popup-link-warning{background-color:#92400e;color:#fff!important}.popup-link-warning:hover{background-color:#78350f}.popup-link-rules{background-color:#047857;color:#fff!important}.popup-link-rules:hover{background-color:#065f46}.stats-toggle{display:none;background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);padding:6px 14px;border-radius:4px;font-size:.85em;cursor:pointer;margin-top:8px}.stats-toggle:hover{background:#ffffff40}.leaflet-control-fullscreen-btn{width:30px;height:30px;background:#fff;border:2px solid rgba(0,0,0,.2);border-radius:4px;cursor:pointer;font-size:16px;line-height:30px;text-align:center;display:flex;align-items:center;justify-content:center}.leaflet-control-fullscreen-btn:hover{background:#f4f4f4}#map:fullscreen,#map:-webkit-full-screen{height:100%!important;width:100%!important}.leaflet-control-geocoder{border-radius:4px;box-shadow:0 2px 6px #00000026}.leaflet-bar .leaflet-control-geocoder-icon,.leaflet-control-geocoder .leaflet-control-geocoder-icon{background-color:#fff!important;border:2px solid rgba(0,0,0,.2);border-radius:4px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='7' cy='7' r='4.5' fill='none' stroke='%23333' stroke-width='1.5'/%3E%3Cline x1='10.5' y1='10.5' x2='14' y2='14' stroke='%23333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:center!important;background-size:16px 16px!important}.leaflet-bar .leaflet-control-geocoder-icon:hover,.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover{background-color:#f4f4f4!important}.leaflet-control-geocoder-form input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;color:#333;border:none;outline:none;padding:6px 8px;width:250px;max-width:calc(100vw - 120px)}.leaflet-control-geocoder-alternatives{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;max-height:300px;overflow-y:auto;background:#fff}.leaflet-control-geocoder-alternatives li{padding:6px 10px}.leaflet-control-geocoder-alternatives li:hover,.leaflet-control-geocoder-alternatives li.leaflet-control-geocoder-selected{background:#f0f7f1}@media (max-width: 768px){.leaflet-control-geocoder-form input{font-size:16px;width:200px;max-width:calc(100vw - 100px)}}@media (max-width: 480px){.leaflet-control-geocoder-form input{width:160px;max-width:calc(100vw - 80px)}}@media (max-width: 768px){#tos-buttons{flex-direction:column;gap:8px}#tos-buttons button{width:100%;min-height:44px;font-size:1em;padding:14px 20px}}.leaflet-control-legend-btn{width:30px;height:30px;background:#fff;border:2px solid rgba(0,0,0,.2);border-radius:4px;cursor:pointer;font-size:16px;line-height:30px;text-align:center;display:flex;align-items:center;justify-content:center}.leaflet-control-legend-btn:hover{background:#f4f4f4}.leaflet-legend-control{position:relative}.legend-panel{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 2px 8px #00000040;max-width:200px;max-height:70vh;overflow-y:auto;font-size:13px}.legend-panel h2{font-size:15px;margin-bottom:8px}.legend-panel .legend-item{margin-bottom:6px;gap:6px}.legend-panel .legend-color{width:20px;height:14px}@media (max-width: 768px){.header{padding:10px 0}.header h1{font-size:20px;margin-bottom:8px}.stats{display:none;gap:10px}.stats.expanded{display:flex}.stats-toggle{display:block}.stat-item{flex-direction:column;gap:2px}.main{padding:10px 0}.container{padding:0 10px}.map{height:100vh;height:calc(100dvh - 140px);min-height:300px}.broken-links-table{overflow-x:auto}.dashboard-stats{grid-template-columns:1fr}.active-bans-grid{columns:1}table{font-size:14px}th,td{padding:8px}.accuracy-widget{top:10px;bottom:auto;right:50px;width:auto;max-width:60px;padding:4px 6px;font-size:.85em}.leaflet-popup-content-wrapper{max-width:calc(100vw - 40px);overflow-x:hidden}.leaflet-popup-content{max-height:50vh;overflow-y:auto}.leaflet-popup-close-button{width:28px!important;height:28px!important;font-size:22px!important;line-height:28px!important}}.active-bans-section{margin-top:24px}.active-bans-title{font-size:1.2rem;margin-bottom:12px;color:#1f2937}.active-bans-grid{columns:320px;column-gap:12px}.ban-card{break-inside:avoid;margin-bottom:12px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.ban-card-header{display:flex;flex-wrap:wrap;align-items:center;column-gap:6px;row-gap:4px;padding:12px 16px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.ban-card-header::-webkit-details-marker{display:none}.ban-card-name{font-weight:600;width:100%;color:#111827}.ban-card-type{font-size:.75rem;background:#e5e7eb;color:#374151;padding:2px 6px;border-radius:4px;white-space:nowrap}.ban-card-body{padding:0 16px 14px;border-top:1px solid #e5e7eb;background-color:#fff}.ban-card-badge{display:inline-block;margin-top:12px;padding:4px 12px;border-radius:4px;font-weight:600;font-size:.85rem}.ban-card-meta{color:#64748b;margin-top:10px;font-size:.88rem;line-height:1.6}.ban-card-body h4{font-size:.88rem;color:#1f2937;margin:0 0 4px}.ban-card-list{margin:0 0 6px;padding-left:20px;font-size:.85rem;color:#374151}.ban-card-list li{margin-bottom:2px}.ban-card-list-allowed{color:#166534}.ban-card-summary{margin:10px 0 6px;color:#374151;font-size:.9rem}.ban-card-date{font-size:.8rem;color:#6b7280;margin-bottom:10px}.ban-card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.ban-card-actions .popup-link{margin-top:0;font-size:.85rem;padding:6px 12px}.ban-level-badge{font-size:.72rem;padding:2px 8px;border-radius:10px;font-weight:600;white-space:nowrap}.ban-fire_weather_watch{background:#fce4ec;color:#ad1457}.ban-red_flag{background:#f3e5f5;color:#6b21a8}.ban-level_1{background:#fffde7;color:#713f12}.ban-level_2{background:#ffebee;color:#7c2d12}.ban-full_closure{background:#fecaca;color:#7f1d1d}.accuracy-widget{position:absolute;top:10px;right:10px;z-index:800;display:flex;flex-direction:column;align-items:center;background:#fffffff2;border:2px solid rgba(0,0,0,.2);border-radius:6px;padding:6px 10px;box-shadow:0 2px 6px #00000026;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;pointer-events:auto}.accuracy-widget-pct{font-size:1.3em;font-weight:700;line-height:1.2}.accuracy-widget-label{font-size:.75em;color:#555;line-height:1.2}.accuracy-widget--green{border-color:#059669}.accuracy-widget--green .accuracy-widget-pct{color:#059669}.accuracy-widget--amber{border-color:#d97706}.accuracy-widget--amber .accuracy-widget-pct{color:#d97706}.accuracy-widget--red{border-color:#dc2626}.accuracy-widget--red .accuracy-widget-pct{color:#dc2626}.leaflet-layer-stack-btn{width:34px;height:34px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.leaflet-layer-stack-btn:hover{background:#f4f4f4}.leaflet-layer-stack{position:relative}.layer-stack-panel{position:absolute;bottom:100%;left:0;margin-bottom:4px;background:#fff;padding:12px 14px;border-radius:6px;box-shadow:0 2px 8px #00000040;max-width:240px;max-height:70vh;overflow-y:auto;font-size:13px}.layer-stack-panel h3{font-size:13px;color:#595959;margin-bottom:4px;text-transform:uppercase;letter-spacing:.3px}.layer-stack-panel .filter-checkbox{padding:2px 0;font-size:.88em}.layer-stack-panel .filter-checkbox input[type=checkbox]{width:14px;height:14px}.layer-stack-btn-row{display:flex;gap:6px;margin-top:6px}.filter-action-btn{flex:1;padding:3px 8px;font-size:.75em;background:#e5e7eb;color:#374151;border:1px solid #d1d5db;border-radius:4px;cursor:pointer}.filter-action-btn:hover{background:#d1d5db}.layer-stack-panel .fire-mode-toggle{margin-top:4px}.layer-stack-panel .fire-mode-btn{padding:4px 8px;font-size:12px}.layer-stack-panel .filter-hint{font-size:12px}@media (max-width: 768px){.layer-stack-panel{max-width:200px;font-size:12px}}.leaflet-control-locate-btn{width:30px;height:30px;background:#fff;border:2px solid rgba(0,0,0,.2);border-radius:4px;cursor:pointer;font-size:16px;line-height:30px;text-align:center;display:flex;align-items:center;justify-content:center}.leaflet-control-locate-btn:hover{background:#f4f4f4}.leaflet-control-locate-btn.locating{animation:locate-pulse 1.2s ease-in-out infinite;border-color:#2196f3}.leaflet-control-locate-btn.locate-error{border-color:#dc2626;animation:locate-error-flash .4s ease-out}@keyframes locate-pulse{0%,to{border-color:#2196f3;box-shadow:0 0 #2196f366}50%{border-color:#1976d2;box-shadow:0 0 0 4px #2196f300}}@keyframes locate-error-flash{0%{background:#fecaca}to{background:#fff}}.my-location-dot{width:16px;height:16px;background:#2196f3;border:3px solid white;border-radius:50%;box-shadow:0 0 0 2px #2196f366;animation:location-dot-pulse 2s ease-in-out infinite}@keyframes location-dot-pulse{0%,to{box-shadow:0 0 0 2px #2196f366}50%{box-shadow:0 0 0 6px #2196f300}}@media (max-width: 480px){.header h1{font-size:18px}.map{height:100vh;height:calc(100dvh - 120px)}.dashboard-stats{grid-template-columns:1fr}.active-bans-grid{columns:1}.leaflet-popup-content-wrapper{max-width:calc(100vw - 30px);overflow-x:hidden}}.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;font-weight:600;text-decoration:none;font-size:.95em;z-index:100000;color:#047857;background:transparent}.skip-link:focus{position:fixed;top:0;left:0;width:auto;height:auto;padding:8px 16px;margin:0;overflow:visible;clip:auto;white-space:normal;color:#fff;background:#047857}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.leaflet-bar a:focus-visible,.leaflet-control a:focus-visible,.leaflet-control button:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid #059669;outline-offset:2px}
