:root{--bg:#f6f7f9;--surface:#fff;--border:#e3e6ea;--text:#1a1f24;--text-muted:#5b6470;--primary:#2563eb;--primary-strong:#1d4ed8;--ok:#16a34a;--error:#dc2626;--loading:#d97706;--radius:12px;--shadow:0 1px 3px rgba(16,24,40,.08),0 1px 2px rgba(16,24,40,.04)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,Noto Sans,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{max-width:880px;margin:0 auto;padding:48px 24px 64px}.page-narrow{max-width:480px}.topnav{background:var(--surface);border-bottom:1px solid var(--border)}.topnav-inner{max-width:880px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:16px}.topnav-brand{font-weight:700;font-size:1.05rem;color:var(--text);text-decoration:none;letter-spacing:-.01em}.topnav-links{margin-left:auto;display:flex;align-items:center;gap:8px}.topnav-link{color:var(--primary);text-decoration:none;font-size:.9rem;font-weight:600;padding:6px 10px;border-radius:8px;transition:background .15s ease}.topnav-link:hover{background:#eff4ff}.topnav-button{border:none;background:transparent;cursor:pointer;font-family:inherit}.hero{margin-bottom:32px}.hero-title{font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 12px}.hero-intro{font-size:1.125rem;color:var(--text-muted);margin:0;max-width:60ch}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px;margin-bottom:24px}.panel-title{font-size:1.25rem;font-weight:600;margin:0 0 16px}.module-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:16px;gap:16px}.module-item{border:1px solid var(--border);border-radius:10px;padding:16px;background:#fbfcfd}.module-title{font-size:1rem;font-weight:600;margin:0 0 6px}.module-description{margin:0;color:var(--text-muted);font-size:.95rem}.health{display:flex;flex-direction:column;gap:8px}.health-row{display:flex;align-items:center;gap:12px}.status-dot{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--text-muted);flex-shrink:0}.status-ok{background:var(--ok)}.status-error{background:var(--error)}.status-loading{background:var(--loading)}.health-label{font-weight:600}.health-refresh{margin-left:auto;border:1px solid var(--border);background:var(--surface);color:var(--primary);font-size:.875rem;font-weight:600;padding:6px 12px;border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.health-refresh:hover{background:#eff4ff;border-color:var(--primary)}.health-detail{margin:0}.footer,.health-detail{font-size:.875rem;color:var(--text-muted)}.footer{margin-top:40px;text-align:center}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.form{gap:16px}.form,.form-field{display:flex;flex-direction:column}.form-field{gap:6px}.form-label{font-size:.9rem;font-weight:600;color:var(--text)}.form-input{font-family:inherit;font-size:1rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 12px;width:100%;transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.15)}.form-textarea{resize:vertical;min-height:72px}.form-error{margin:0;color:var(--error);font-size:.9rem;font-weight:600}.button{display:inline-flex;align-items:center;justify-content:center;font-family:inherit;font-size:1rem;font-weight:600;color:#fff;background:var(--primary);border:1px solid var(--primary);border-radius:8px;padding:10px 18px;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease}.button:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.button:disabled{opacity:.6;cursor:not-allowed}.button-secondary{color:var(--primary);background:var(--surface);border-color:var(--border)}.button-secondary:hover{background:#eff4ff;border-color:var(--primary)}.breadcrumb{margin:0 0 16px}.empty-state{margin:0;color:var(--text-muted);font-size:.95rem}.module-link{display:block;text-decoration:none;color:inherit}.badge{display:inline-block;margin-top:8px;font-size:.78rem;font-weight:600;color:var(--primary);background:#eff4ff;border-radius:999px;padding:2px 10px}.status-badge{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600}.status-badge .status-dot{width:10px;height:10px}.crawl-meta{display:flex;flex-wrap:wrap;gap:8px 24px;margin:0;padding:0;list-style:none}.crawl-meta-item{display:flex;flex-direction:column;gap:2px}.crawl-meta-label{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.crawl-meta-value{font-size:1.1rem;font-weight:600}.table-scroll{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table td,.data-table th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border);vertical-align:top}.data-table th{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.data-table tbody tr:last-child td{border-bottom:none}.data-table .table-url{color:var(--primary);text-decoration:none;word-break:break-all}.data-table .table-url:hover{text-decoration:underline}.cell-muted{color:var(--text-muted)}.severity-badge{display:inline-block;font-size:.75rem;font-weight:700;border-radius:999px;padding:2px 10px;white-space:nowrap}.severity-low{color:#1d4ed8;background:#eff4ff}.severity-medium{color:#92400e;background:#fef3c7}.severity-high{color:#b45309;background:#ffedd5}.severity-critical{color:#fff;background:var(--error)}.module-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px}.button-small{font-size:.85rem;padding:6px 12px}.site-nav{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.site-section{margin-top:12px;border-top:1px solid var(--border);padding-top:12px}.site-section-summary{cursor:pointer;font-weight:600;font-size:.95rem;color:var(--primary);list-style:none}.site-section-summary::-webkit-details-marker{display:none}.site-section-summary:before{content:"▸ "}.site-section[open]>.site-section-summary:before{content:"▾ "}.site-section>.connections{margin-top:16px}.connections{display:grid;grid-gap:16px;gap:16px}.connection-card{border:1px solid var(--border);border-radius:10px;padding:16px;background:#fbfcfd}.connection-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.connection-title{font-size:1rem;font-weight:600;margin:0 0 6px}.connection-status{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:.9rem;font-weight:600}.connection-status .status-dot{width:10px;height:10px}.connection-detail{margin:8px 0 0;font-size:.9rem;color:var(--text-muted)}.connection-notice{margin:8px 0 0;font-size:.9rem;font-weight:600;color:var(--ok)}.connection-property{margin-top:12px}.connection-property-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.connection-property-row .form-input{width:auto;min-width:240px;flex:1 1 240px}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:12px;gap:12px}.summary-card{display:flex;flex-direction:column;gap:2px;border:1px solid var(--border);border-radius:10px;padding:14px 16px;background:#fbfcfd}.summary-count{font-size:1.6rem;font-weight:700;line-height:1.1}.summary-label{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.summary-critical{border-color:var(--error)}.summary-critical .summary-count{color:var(--error)}.summary-high .summary-count{color:#b45309}.summary-medium .summary-count{color:#92400e}.summary-low .summary-count{color:#1d4ed8}.cwv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));grid-gap:12px;gap:12px}.cwv-metric{display:flex;flex-direction:column;gap:4px;border-radius:10px;padding:14px 16px;text-align:left}.cwv-metric-name{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;opacity:.85}.cwv-metric-value{font-size:1.5rem;font-weight:700;line-height:1.1}.cwv-metric-rating{font-size:.8rem;font-weight:600}.filter-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}.filter-row .form-field{min-width:160px}.filter-grow{flex:1 1 240px}.filter-checkbox{justify-content:flex-start}.checkbox-inline{display:inline-flex;align-items:center;gap:8px;font-size:.95rem;color:var(--text);padding:8px 0}.checkbox-inline input{width:16px;height:16px}