:root{--accent: #3498db;--accent-dark: #2c3e50;--accent-muted: #5a7a94;--accent-light: #eaf2f8;--text-dark: #2c3e50;--text-muted: #666;--warning: #c8850e;--warning-bg: #fff8e1}*{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:#f5f5f5}.container{max-width:1400px;margin:0 auto;padding:20px}header{background:#2c3e50;color:#fff;padding:20px 0;margin-bottom:30px}h1{text-align:center;margin-bottom:10px}.subtitle{text-align:center;opacity:.9;font-size:.95em}.back-link{display:inline-block;margin-bottom:20px;color:#3498db;text-decoration:none;font-size:1em}.back-link:hover{text-decoration:underline}.search-filter{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.search-filter input{width:100%;padding:12px;font-size:16px;border:1px solid #ddd;border-radius:4px}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.stat-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center}.stat-number{font-size:2em;font-weight:700;color:#3498db}.stat-label{color:#666;font-size:.9em;margin-top:5px}.agencies-grid{display:grid;gap:20px}.agency-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:transform .2s,box-shadow .2s}.agency-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.agency-card-open{cursor:default}.agency-card-open:hover{transform:none;box-shadow:0 2px 4px #0000001a}.agency-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:15px;border-bottom:2px solid #ecf0f1;padding-bottom:10px}.agency-name{font-size:1.2em;font-weight:700;color:#2c3e50;display:flex;align-items:center;gap:8px}.agency-type{background:#3498db;color:#fff;padding:4px 12px;border-radius:12px;font-size:.85em}.agency-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:15px;font-size:.9em}.info-item{color:#666}.info-label{font-weight:600;color:#2c3e50}.agency-stats{display:flex;gap:20px;flex-wrap:wrap}.stat-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:4px;font-size:.9em;font-weight:500}.violations-badge{background:#fee;color:#c0392b}.documents-badge{background:#e8f4f8;color:#2980b9}.reports-badge{background:#f0f0f0;color:#555}.status-active{background:#d4edda;color:#155724}.status-inactive{background:#f8d7da;color:#721c24}.agency-details{margin-top:15px;padding-top:15px;border-top:1px solid #ecf0f1;display:none}.agency-details.visible{display:block}.violations-list,.documents-list{margin-top:15px}.section-title{font-weight:700;margin-bottom:10px;color:#2c3e50;font-size:1.1em}.violation-item,.document-item{background:#f8f9fa;padding:10px;margin-bottom:8px;border-radius:4px;border-left:3px solid #3498db}.violation-item.has-violations{border-left-color:#e74c3c}.date{font-size:.85em;color:#666;margin-bottom:4px}.violations-text{color:#c0392b;font-weight:500;margin-top:4px}.copy-link-btn{background:none;border:none;cursor:pointer;font-size:.8em;padding:4px 8px;border-radius:4px;transition:background .2s;opacity:.6}.copy-link-btn:hover{background:#ecf0f1;opacity:1}.view-document-btn{background:#3498db;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;margin-top:8px;font-size:.9em;transition:background .2s}.view-document-btn:hover{background:#2980b9}.loading{text-align:center;padding:40px;font-size:1.2em;color:#666}.error{background:#f8d7da;color:#721c24;padding:20px;border-radius:8px;margin:20px 0}.no-results{text-align:center;padding:40px;color:#666}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;align-items:center;justify-content:center;overflow:auto}.modal.visible{display:flex}.modal-document-content{background:#fff;margin:20px;padding:0;border-radius:8px;max-width:900px;width:90%;max-height:90vh;overflow:auto;box-shadow:0 4px 20px #0000004d}.document-header{position:sticky;top:0;background:#fff;padding:20px;border-bottom:2px solid #ecf0f1;display:flex;justify-content:space-between;align-items:center;z-index:10}.document-header h2{margin:0;color:#2c3e50}.close-modal{background:#e74c3c;color:#fff;border:none;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-modal:hover{background:#c0392b}.document-info{padding:20px;background:#f8f9fa;border-bottom:1px solid #ecf0f1;display:grid;gap:8px;font-size:.9em}.document-info strong{color:#2c3e50}.document-pages{padding:20px}.document-page{margin-bottom:30px;border:1px solid #ddd;border-radius:4px;overflow:hidden}.page-number{background:#2c3e50;color:#fff;padding:10px 15px;font-weight:700;font-size:.9em}.page-text{padding:20px;margin:0;white-space:pre-wrap;word-wrap:break-word;font-family:Courier New,monospace;font-size:.85em;line-height:1.5;background:#fff;overflow-x:auto}.page-text mark{padding:2px 0;border-radius:2px}.highlight-not-in-compliance{background-color:#fcc;color:#c0392b;font-weight:700}.highlight-in-compliance{background-color:#d4edda;color:#155724;font-weight:700}.highlight-rule{background-color:#fff3cd;color:#856404;font-weight:600}.highlight-violation-established{background-color:#f8d7da;color:#721c24;font-weight:700}.highlight-violation-not-established{background-color:#d1ecf1;color:#0c5460;font-weight:700}.keyword-suggestion,.agency-suggestion{padding:10px 15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s;border-bottom:1px solid #f0f0f0}.keyword-suggestion:last-child,.agency-suggestion:last-child{border-bottom:none}.keyword-suggestion:hover,.agency-suggestion:hover{background:#f8f9fa}.selected-keyword-badge{display:inline-flex;align-items:center;gap:6px;background:#3498db;color:#fff;padding:6px 12px;border-radius:16px;font-size:.85em;font-weight:500}.remove-keyword-btn{background:#ffffff4d;border:none;color:#fff;cursor:pointer;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;transition:background .2s}.remove-keyword-btn:hover{background:#ffffff80}.keyword-bar-chart,.bar-chart{margin-top:20px;padding-top:15px;border-top:1px solid #ddd}.bar-chart-title{font-weight:600;color:#2c3e50;margin-bottom:12px;font-size:.95em}.bar-chart-container{display:grid;grid-template-columns:auto 1fr auto;gap:8px 10px;align-items:center}.bar-chart-row{display:contents}.bar-chart-label{font-size:.85em;color:#333;text-align:right;word-break:break-word;text-decoration:none;cursor:pointer;transition:color .2s;padding:4px 8px;border-radius:4px}.bar-chart-label:hover{color:#3498db;background:#f0f8ff}.bar-chart-bar-container{height:24px;background:#ecf0f1;border-radius:4px;overflow:hidden;position:relative}.bar-chart-bar{height:100%;background:linear-gradient(90deg,#3498db,#2980b9);border-radius:4px;transition:width .3s ease;min-width:2px}.bar-chart-count{flex:0 0 45px;font-size:.85em;color:#666;text-align:right;font-weight:500}.sir-summary{padding:20px;background:#fffbf0;border:2px solid #f39c12;border-radius:8px;margin-bottom:20px}.sir-summary h3{color:#e67e22;margin-bottom:10px}.violation-badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.9em;margin-left:8px}.violation-yes{background:#fee;color:#e74c3c}.violation-no{background:#efe;color:#27ae60}.search-box{background:#f8f9fa;padding:30px;border-radius:8px;border:2px solid #e9ecef;margin:20px 0}.search-box h2{color:#2c3e50;margin-bottom:15px}.search-box p{color:#666;margin-bottom:20px;line-height:1.6}.search-box input{width:100%;padding:12px;font-size:1em;border:2px solid #ddd;border-radius:4px;font-family:monospace}.search-box button{margin-top:15px;padding:12px 24px;background:#3498db;color:#fff;border:none;border-radius:4px;font-size:1em;cursor:pointer}.search-box button:hover{background:#2980b9}.search-box .example{margin-top:15px;padding:10px;background:#fff;border-radius:4px;font-family:monospace;font-size:.9em;color:#666}.facilities-container,.keywords-container,.document-container{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.facilities-header,.keywords-header{margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #ecf0f1}.facilities-header h2,.keywords-header h2{color:#2c3e50;font-size:1.5em;margin-bottom:8px}.facilities-description,.keywords-description{color:#666;font-size:.95em}.grouping-selector{margin-bottom:25px}.grouping-selector label{font-weight:600;color:#2c3e50;margin-right:10px}.grouping-selector select{padding:10px 15px;font-size:1em;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;min-width:200px}.grouping-selector select:hover{border-color:#3498db}.stats-summary{background:#e8f4f8;padding:15px 20px;border-radius:6px;margin-bottom:25px;font-size:.95em;color:#2c3e50}.filter-toggle-btn{display:none;width:100%;padding:14px 18px;background:#2c3e50;color:#fff;border:none;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;transition:background .2s;-webkit-tap-highlight-color:transparent}.filter-toggle-btn:hover{background:#34495e}.filter-toggle-btn:active{background:#1a252f}.filter-toggle-icon{font-size:1.2em;transition:transform .3s ease}.filter-toggle-icon.open{transform:rotate(180deg)}.filter-badge-count{background:#e74c3c;color:#fff;border-radius:12px;padding:2px 8px;font-size:.8em;font-weight:700;min-width:22px;text-align:center;margin-left:8px}.filter-panel{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;margin-bottom:20px;overflow:hidden}.filter-panel-inner{padding:20px}.filter-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:8px}.filter-panel-title{font-size:1.15em;font-weight:700;color:#2c3e50;margin:0}.filter-reset-btn{background:none;border:1px solid #e74c3c;color:#e74c3c;padding:6px 14px;border-radius:6px;font-size:.85em;font-weight:600;cursor:pointer;transition:all .2s;-webkit-tap-highlight-color:transparent}.filter-reset-btn:hover{background:#e74c3c;color:#fff}.active-filters-strip{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:10px 14px;background:#eef6fb;border-radius:8px;margin-bottom:16px;font-size:.88em}.active-filters-label{font-weight:600;color:#2c3e50;margin-right:4px;white-space:nowrap}.active-filter-chip{display:inline-flex;align-items:center;gap:5px;background:#3498db;color:#fff;padding:4px 10px;border-radius:14px;font-size:.88em;font-weight:500;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}.active-filter-chip-remove{background:#ffffff4d;border:none;color:#fff;cursor:pointer;border-radius:50%;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:1;padding:0;flex-shrink:0;transition:background .2s;-webkit-tap-highlight-color:transparent}.active-filter-chip-remove:hover{background:#ffffff80}.filter-section{border-top:1px solid #ecf0f1}.filter-section:first-child{border-top:none}.filter-section-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:14px 4px;cursor:pointer;text-align:left;gap:10px;-webkit-tap-highlight-color:transparent}.filter-section-toggle:hover{background:#f8f9fa}.filter-section-label{font-weight:600;color:#2c3e50;font-size:.95em;display:flex;align-items:center;gap:8px}.filter-section-arrow{font-size:.75em;color:#999;transition:transform .25s ease;flex-shrink:0}.filter-section-arrow.open{transform:rotate(90deg)}.filter-section-body{padding:0 4px 16px}.filter-select{width:100%;padding:10px 32px 10px 12px;border:1px solid #ddd;border-radius:6px;font-size:.95em;background:#fff;color:#333;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .2s}.filter-select:hover,.filter-select:focus{border-color:#3498db;outline:none}.filter-checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:8px 10px;border-radius:6px;transition:background .15s;-webkit-tap-highlight-color:transparent}.filter-checkbox-label:hover{background:#f8f9fa}.filter-checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;flex-shrink:0;accent-color:#3498db}.filter-checkbox-text{display:flex;flex-direction:column;gap:2px}.filter-checkbox-title{font-weight:500;color:#2c3e50;font-size:.95em}.filter-checkbox-desc{color:#888;font-size:.8em;line-height:1.3}.filter-field-label{display:block;margin-bottom:6px;font-size:.88em;color:#666;font-weight:500}.filter-field-group{margin-bottom:12px}.filter-field-group:last-child{margin-bottom:0}.filter-severity-group{display:flex;flex-wrap:wrap;gap:8px}.filter-severity-pill{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;cursor:pointer;font-size:.9em;font-weight:500;border:2px solid #eee;background:#fafafa;transition:all .2s;-webkit-tap-highlight-color:transparent}.filter-severity-pill:hover{border-color:#ccc}.filter-severity-pill.active{border-color:currentColor;background:#fff}.filter-severity-pill input[type=checkbox]{display:none}.filter-note{color:#888;font-size:.82em;margin-top:8px;line-height:1.4;font-style:italic}.filter-hint{padding:10px 12px;background:#fff8e1;border-left:3px solid #ffc107;border-radius:4px;font-size:.83em;margin-top:10px;line-height:1.4;color:#795600}.filter-hint a{color:#795600;text-decoration:underline}.filter-link{display:inline-flex;align-items:center;gap:4px;color:#3498db;text-decoration:none;font-size:.88em;margin-top:10px;transition:color .2s}.filter-link:hover{color:#2980b9;text-decoration:underline}.filter-results-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:12px;background:#f8f9fa;border-top:1px solid #ecf0f1;font-size:.9em;color:#555;font-weight:500}.filter-results-summary{flex:1 1 auto;text-align:center}.filter-sort-controls{display:flex;align-items:center;gap:6px;flex-shrink:0}.filter-sort-label{font-size:.9em;color:#555;white-space:nowrap}.filter-sort-select{padding:4px 8px;border:1px solid #ccc;border-radius:4px;font-size:.9em;color:#2c3e50;background:#fff;cursor:pointer}.filter-results-count{font-weight:700;color:#2c3e50}.filter-keywords-empty{color:#999;font-size:.88em;font-style:italic;padding:4px 0}.filter-keywords-or-label{color:#e67e22;font-weight:600;font-size:.83em;margin-bottom:6px}.filter-keywords-list{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.filter-clear-keywords-btn{background:#e74c3c;color:#fff;border:none;padding:6px 12px;border-radius:16px;font-size:.82em;cursor:pointer;font-weight:500;transition:background .2s;-webkit-tap-highlight-color:transparent}.filter-clear-keywords-btn:hover{background:#c0392b}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{animation:spin 1s linear infinite;display:inline-block}@media(max-width:768px){.agency-info{grid-template-columns:1fr}.stat-badge{font-size:.85em}.modal-document-content{margin:10px;width:calc(100% - 20px);max-height:95vh}.page-text{font-size:.75em;padding:15px}.bar-chart-container{gap:6px 8px}.bar-chart-label,.bar-chart-count{font-size:.75em}.bar-chart-bar-container{height:20px}.filter-toggle-btn{display:flex}.filter-panel.collapsed .filter-panel-inner,.filter-panel.collapsed .filter-results-bar{display:none}.filter-panel-inner{padding:16px}.filter-section-toggle{padding:12px 4px}.filter-severity-group{gap:6px}.filter-severity-pill{padding:6px 12px;font-size:.85em}.active-filter-chip{max-width:160px}}@media(max-width:480px){.bar-chart-container{gap:5px 6px}.bar-chart-label,.bar-chart-count{font-size:.7em}.bar-chart-bar-container{height:18px}.filter-panel-inner{padding:12px}.filter-panel-header{flex-direction:column;align-items:flex-start}.active-filters-strip{padding:8px 10px;font-size:.82em}}@media(min-width:769px){.filter-facility-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.filter-checkbox-row{display:flex;gap:24px}}.ai-caution{display:inline}.ai-caution-link{text-decoration:none;display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:4px;background:#fff3e0;border:1px solid #ffe0b2;transition:all .2s;font-size:.9em;vertical-align:middle}.ai-caution-link:hover{background:#ffe0b2;border-color:#ffcc80;text-decoration:none}.ai-caution-emoji{font-size:1em;line-height:1}.ai-caution-label{font-size:.8em;color:#e65100;font-weight:600;white-space:nowrap}.about-section{background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 8px #00000014;margin-bottom:20px;border-left:4px solid #3498db}.about-section h2{color:#2c3e50;font-size:1.2em;margin-bottom:12px}.about-section p{color:#555;font-size:.95em;line-height:1.6;margin-bottom:8px}.about-section p:last-child{margin-bottom:0}.about-methodology-link{display:block;color:#3498db;text-decoration:none;font-weight:600;margin-top:12px;transition:color .2s}.about-methodology-link:hover{color:#2980b9;text-decoration:underline}.agency-search-bar{background:#fff;padding:16px 20px;border-radius:10px;box-shadow:0 2px 8px #00000014;margin-bottom:20px}.agency-search-bar-inner{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.agency-search-bar-icon{font-size:1.3em;flex-shrink:0}.agency-search-bar-label{font-weight:600;color:#2c3e50;font-size:.95em;white-space:nowrap;flex-shrink:0}.agency-search-bar-input{flex:1;min-width:200px}.agency-page-container{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;overflow:hidden}.agency-page-header{padding:24px;border-bottom:2px solid #ecf0f1;background:#f8f9fa}.agency-page-title-row{display:flex;align-items:center;gap:10px}.agency-page-title-row h2{color:#2c3e50;margin:0;font-size:1.5em}.agency-page-id{color:#666;font-size:.9em;margin-top:4px}.agency-page-section{padding:24px;border-bottom:1px solid #ecf0f1}.agency-page-section:last-child{border-bottom:none}.agency-page-section h3{color:#2c3e50;margin-bottom:16px;font-size:1.15em}.agency-page-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.agency-page-info-item{display:flex;flex-direction:column;gap:4px}.agency-page-info-label{font-size:.85em;color:#888;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.agency-page-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.methodology-container{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;overflow:hidden}.methodology-intro{padding:30px;background:#f8f9fa;border-bottom:2px solid #ecf0f1}.methodology-intro h2{color:#2c3e50;margin-bottom:16px;font-size:1.5em}.methodology-intro p{color:#555;line-height:1.7;margin-bottom:10px;font-size:1em}.methodology-section{padding:30px;border-bottom:1px solid #ecf0f1}.methodology-section:last-child{border-bottom:none}.methodology-section h3{color:#2c3e50;margin-bottom:16px;font-size:1.2em}.methodology-section p{color:#555;line-height:1.6;margin-bottom:10px}.methodology-section-desc{color:#666;font-size:.95em;margin-bottom:20px;font-style:italic}.methodology-model-card{background:#e8f4f8;padding:20px;border-radius:8px;border-left:4px solid #3498db}.methodology-model-name{font-family:Courier New,monospace;font-size:1.1em;font-weight:700;color:#2c3e50;margin-bottom:10px;background:#fff;display:inline-block;padding:4px 12px;border-radius:4px}.methodology-tasks{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.methodology-task-card{background:#f8f9fa;padding:20px;border-radius:8px;border:1px solid #ecf0f1}.methodology-task-card h4{color:#2c3e50;margin-bottom:8px;font-size:1em}.methodology-task-card p{font-size:.9em;margin-bottom:0}.methodology-prompt-block{margin-bottom:20px}.methodology-prompt-block h4{color:#2c3e50;margin-bottom:8px;font-size:1em}.methodology-prompt-text{background:#1e1e1e;color:#d4d4d4;padding:20px;border-radius:8px;font-family:Courier New,monospace;font-size:.85em;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;max-height:500px;overflow-y:auto}.navbar{background:#1a252f;padding:0;position:sticky;top:0;z-index:100}.navbar-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.navbar-brand{color:#fff;text-decoration:none;font-weight:700;font-size:1.1em;padding:12px 0;white-space:nowrap}.navbar-brand:hover{color:#3498db}.navbar-links{display:flex;align-items:center;gap:2px}.navbar-link{color:#ffffffbf;text-decoration:none;padding:12px 14px;font-size:.9em;font-weight:500;border-radius:4px;transition:color .2s,background .2s;white-space:nowrap}.navbar-link:hover{color:#fff;background:#ffffff1a}.navbar-link.active{color:#fff;background:#3498db}.navbar-hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px;-webkit-tap-highlight-color:transparent}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:24px}.hamburger-icon span{display:block;height:2px;background:#fff;border-radius:1px;transition:transform .3s,opacity .3s}.hamburger-icon.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.pagination{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:24px;padding:16px 0}.pagination-info{font-size:.9em;color:#666}.pagination-controls{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:center}.pagination-btn{padding:8px 14px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:.9em;color:#333;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f0f8ff;border-color:#3498db;color:#3498db}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn.active{background:#3498db;color:#fff;border-color:#3498db}.pagination-page{min-width:40px;text-align:center;padding:8px 10px}.pagination-ellipsis{padding:8px 6px;color:#999}.documents-page-container{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;overflow:hidden}.documents-filters{padding:20px;background:#f8f9fa;border-bottom:1px solid #ecf0f1}.documents-filter-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.documents-filter-item{display:flex;align-items:center;gap:6px;font-size:.9em;font-weight:500;color:#2c3e50;cursor:pointer;white-space:nowrap}.documents-filter-item input[type=checkbox]{accent-color:#3498db}.documents-filter-select{max-width:200px}.documents-filter-date{padding:8px 10px;border:1px solid #ddd;border-radius:6px;font-size:.9em;background:#fff}.documents-filter-search{flex:1;min-width:180px;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:.9em}.documents-results-count{margin-top:10px;font-size:.9em;color:#666;font-weight:500}.documents-table-wrapper{overflow-x:auto}.documents-table{width:100%;border-collapse:collapse;font-size:.9em}.documents-table th{background:#2c3e50;color:#fff;padding:12px 14px;text-align:left;font-weight:600;white-space:nowrap}.documents-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.documents-table th.sortable:hover{background:#34495e}.documents-table td{padding:10px 14px;border-bottom:1px solid #ecf0f1;vertical-align:top}.documents-table tbody tr:hover{background:#f8f9fa}.documents-table a{color:#3498db;text-decoration:none}.documents-table a:hover{text-decoration:underline}.documents-td-date{white-space:nowrap;font-size:.9em;color:#666}.map-page-layout{display:flex;gap:0;height:700px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;overflow:hidden}.map-sidebar{width:340px;min-width:280px;display:flex;flex-direction:column;border-right:1px solid #e5e7eb;background:#fafbfc}.map-search-header{padding:20px 20px 12px;border-bottom:1px solid #e5e7eb}.map-search-header h3{margin:0 0 2px;font-size:1.15em;color:#1e293b;font-weight:700}.map-search-header p{margin:0;font-size:.85em;color:#64748b}.map-search-controls{padding:14px 20px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e5e7eb}.map-search-field{padding:8px 10px;font-size:.88em;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer}.map-search-field:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.map-search-input{padding:10px 12px;font-size:.95em;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#1e293b;transition:border-color .15s,box-shadow .15s}.map-search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.map-search-input::placeholder{color:#94a3b8}.map-search-results{flex:1;overflow-y:auto;padding:4px 0}.map-search-hint,.map-search-empty{padding:28px 20px;text-align:center;color:#94a3b8;font-size:.9em;line-height:1.5}.map-search-result{display:flex;flex-direction:column;width:100%;padding:10px 20px;border:none;border-bottom:1px solid #f1f5f9;background:transparent;text-align:left;cursor:pointer;transition:background .12s;font-family:inherit}.map-search-result:hover{background:#eff6ff}.map-search-result.selected{background:#dbeafe;border-left:3px solid #2563eb}.map-result-name{font-size:.92em;font-weight:600;color:#1e293b;line-height:1.3}.map-result-detail{font-size:.8em;color:#64748b;margin-top:1px}.map-main{flex:1;min-width:0;position:relative}.map-main .leaflet-container{border-radius:0 10px 10px 0}.map-zip-notice{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 16px;margin-bottom:14px;color:#1e40af;font-size:.9em;line-height:1.5;text-align:center}.map-marker-icon{background:transparent!important;border:none!important}.map-marker-dot{display:block;position:relative;width:18px;height:18px;border-radius:50%;background:#2563eb73;border:2px solid rgba(37,99,235,.7);box-shadow:0 0 0 4px #2563eb1f;margin:2px}.map-marker-ring{position:absolute;inset:-5px;border-radius:50%;border:1.5px dashed rgba(37,99,235,.3);pointer-events:none}.map-marker-dot.map-marker-highlight{width:22px;height:22px;background:#dc262673;border:2.5px solid rgba(220,38,38,.7);box-shadow:0 0 0 5px #dc262626,0 2px 6px #0003;margin:0}.map-marker-dot.map-marker-highlight .map-marker-ring{inset:-6px;border-color:#dc26264d}.map-zipgroup{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#2563eb8c;border:2.5px solid rgba(37,99,235,.8);box-shadow:0 0 0 5px #2563eb26,0 1px 4px #0000002e;color:#fff;font-weight:700;font-size:13px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1}.map-zipgroup-highlight{background:#dc26268c;border-color:#dc2626cc;box-shadow:0 0 0 5px #dc26262e,0 1px 4px #00000038}.map-popup-group-header{margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.map-popup-group-header strong{font-size:.95em;color:#1e293b}.map-popup-agency-list{list-style:none;margin:0;padding:0;max-height:180px;overflow-y:auto}.map-popup-agency-list li{padding:5px 0;border-bottom:1px solid #f1f5f9;line-height:1.35}.map-popup-agency-list li:last-child{border-bottom:none}.map-popup-agency-list li a{color:#2563eb;text-decoration:none;font-size:.88em;font-weight:600}.map-popup-agency-list li a:hover{text-decoration:underline}.map-popup-agency-type{display:block;font-size:.78em;color:#64748b;margin-top:1px}.map-popup-agency-meta{display:block;margin-top:1px}.map-popup-agency-license{font-size:.75em;color:#94a3b8;font-family:monospace;margin-right:6px}.map-popup-zip-link{display:block;margin-top:8px;padding-top:6px;border-top:1px solid #e5e7eb;font-size:.85em;color:#2563eb;text-decoration:none;font-weight:500}.map-popup-zip-link:hover{text-decoration:underline}.map-popup-agency-selected{background:#eff6ff;margin:0 -8px;padding-left:8px!important;padding-right:8px!important;border-radius:4px}.map-cluster-icon{background:transparent!important;border:none!important}.map-cluster{display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:700;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center;box-sizing:border-box}.map-cluster span{position:relative;z-index:1}.map-cluster-small{width:40px;height:40px;font-size:13px;background:#2563ebd9;box-shadow:0 0 0 6px #2563eb33,0 2px 6px #00000026}.map-cluster-medium{width:46px;height:46px;font-size:14px;background:#6366f1d9;box-shadow:0 0 0 8px #6366f133,0 2px 6px #00000026}.map-cluster-large{width:54px;height:54px;font-size:15px;background:#4f46e5e6;box-shadow:0 0 0 10px #4f46e533,0 2px 6px #00000026}.map-popup strong a{color:#2563eb;text-decoration:none;font-size:1em}.map-popup strong a:hover{text-decoration:underline}.map-popup-row{font-size:.88em;color:#475569;margin-top:3px;line-height:1.35}.map-popup-approx{font-size:.8em;color:#6b7280;font-style:italic;margin-top:6px;padding-top:5px;border-top:1px solid #e5e7eb;line-height:1.35}.map-overlay-controls{position:absolute;top:10px;right:10px;z-index:1000;background:#fff;padding:6px 12px;border-radius:6px;box-shadow:0 1px 4px #00000026;font-size:.85em}.map-overlay-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;color:#334155;white-space:nowrap;-webkit-user-select:none;user-select:none}.map-overlay-toggle input{cursor:pointer}.map-region-legend{background:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 1px 4px #00000026;font-size:.8em;line-height:1.6;color:#334155}.map-region-legend strong{display:block;margin-bottom:4px;font-size:1.05em}.map-region-legend-item{display:flex;align-items:center;gap:6px}.map-region-legend-swatch{display:inline-block;width:14px;height:14px;border-radius:3px;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}.map-region-tooltip{font-size:.85em;font-weight:600;padding:4px 8px}.map-no-data{text-align:center;padding:60px 20px;color:#666;font-size:1.1em}@media(max-width:1100px){.navbar-hamburger{display:block}.navbar-links{display:none;flex-direction:column;width:100%;padding-bottom:8px}.navbar-links.open{display:flex}.navbar-inner{flex-wrap:wrap}.navbar-link{padding:10px 14px;width:100%;border-radius:0}}@media(max-width:768px){.documents-filter-row{flex-direction:column;align-items:stretch}.documents-filter-select{max-width:none}.documents-table{font-size:.8em}.documents-table th,.documents-table td{padding:8px 10px}.pagination-btn{padding:6px 10px;font-size:.85em}.pagination-page{min-width:34px;padding:6px 8px}.about-section{padding:16px}.agency-search-bar-inner{flex-direction:column;align-items:stretch}.agency-search-bar-label{text-align:center}.agency-page-info-grid{grid-template-columns:1fr}.agency-page-stats{grid-template-columns:repeat(2,1fr)}.methodology-intro,.methodology-section{padding:20px}.methodology-tasks{grid-template-columns:1fr}.methodology-prompt-text{font-size:.75em;padding:12px}.map-page-layout{flex-direction:column;height:auto}.map-sidebar{width:100%;min-width:0;border-right:none;border-bottom:1px solid #e5e7eb;max-height:320px}.map-main{flex:none;height:450px}.map-main .leaflet-container{border-radius:0 0 10px 10px}}.crosstab-filters{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a;display:flex;flex-wrap:wrap;gap:16px;align-items:center}.crosstab-filter-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.crosstab-filter-label{font-weight:600;font-size:.95em;color:var(--text-dark);white-space:nowrap;display:flex;align-items:center;gap:4px}.crosstab-severity-checks{display:flex;gap:12px;flex-wrap:wrap}.crosstab-severity-check{display:flex;align-items:center;gap:4px;font-size:.9em;cursor:pointer;white-space:nowrap}.crosstab-severity-check input[type=checkbox]{margin:0}.crosstab-severity-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.crosstab-license-check{display:flex;align-items:center;gap:6px;font-size:.9em;cursor:pointer;white-space:nowrap}.crosstab-license-check input[type=checkbox]{margin:0}.crosstab-summary{margin-left:auto;font-size:.9em;color:var(--text-muted)}.crosstab-tabs{display:flex;gap:0;margin-bottom:0;border-bottom:2px solid #e5e7eb}.crosstab-tab{padding:10px 20px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:.95em;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color .15s,border-color .15s}.crosstab-tab:hover{color:var(--accent)}.crosstab-tab.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.crosstab-content{background:#fff;border-radius:0 0 8px 8px;box-shadow:0 2px 4px #0000001a;padding:20px;margin-bottom:30px}.crosstab-table-description{font-size:.9em;color:var(--text-muted);margin-bottom:16px;line-height:1.5}.crosstab-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.crosstab-table{width:100%;border-collapse:collapse;font-size:.85em;white-space:nowrap}.crosstab-table th,.crosstab-table td{padding:8px 10px;border:1px solid #e5e7eb;text-align:center}.crosstab-table thead th{background:#f8f9fa;font-weight:600;position:sticky;top:0;z-index:1}.crosstab-row-header{text-align:left!important;min-width:160px}.crosstab-col-header{min-width:70px}.crosstab-col-header-text{display:inline-block;writing-mode:vertical-rl;transform:rotate(180deg);max-height:140px;overflow:hidden;text-overflow:ellipsis;font-size:.9em;line-height:1.2}.crosstab-row-label{text-align:left!important;font-weight:500;background:#fafbfc;position:sticky;left:0;z-index:1}.crosstab-n-col{min-width:40px;font-weight:600}.crosstab-n-cell{font-weight:600;color:var(--text-dark);background:#fafbfc}.crosstab-cell{font-variant-numeric:tabular-nums;transition:background-color .15s}.crosstab-diagonal{background:#e8e8e8!important;color:#999}.crosstab-empty{text-align:center;padding:60px 20px;color:var(--text-muted);font-size:1.1em}.crosstab-mobile-only{display:none}.crosstab-desktop-only{display:block}.crosstab-cards{display:flex;flex-direction:column;gap:16px}.crosstab-card{background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.crosstab-card-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f0f2f5;border-bottom:1px solid #e5e7eb}.crosstab-card-label{font-weight:600;font-size:.95em;color:var(--text-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;min-width:0}.crosstab-card-label.expanded{white-space:normal;word-break:break-word}.crosstab-card-n{font-size:.85em;font-weight:600;color:var(--text-muted);font-variant-numeric:tabular-nums}.crosstab-card-bars{padding:8px 14px;display:flex;flex-direction:column;gap:6px}.crosstab-card-bar-row{display:grid;grid-template-columns:minmax(0,1fr) 2fr 44px;gap:8px;align-items:center;font-size:.85em}.crosstab-card-bar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-dark);font-weight:500;cursor:pointer}.crosstab-card-bar-label.expanded{white-space:normal;word-break:break-word}.crosstab-card-bar-track{height:14px;background:#e5e7eb;border-radius:3px;overflow:hidden}.crosstab-card-bar-fill{height:100%;background:#3498dba6;border-radius:3px;min-width:0;transition:width .2s}.crosstab-card-bar-pct{text-align:right;font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:.95em}@media(max-width:768px){.crosstab-filters{flex-direction:column;align-items:flex-start}.crosstab-summary{margin-left:0}.crosstab-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.crosstab-tab{padding:8px 14px;font-size:.85em}.crosstab-desktop-only{display:none}.crosstab-mobile-only{display:block}}
