@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--white:#ffffff;--black:#0d0d0d;--accent:#c41f4c;--accent-hover:#b51d46;--accent-light:rgba(196,31,76,0.12);--accent-muted:rgba(196,31,76,0.06);--text:#111827;--text-muted:#6b7280;--border:#e5e7eb;--border-strong:#d1d5db;--gray-50:#fafafa;--gray-100:#f3f3f3;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-500:#737373;--gray-600:#4b5563;--gray-700:#404040;--sidebar-width:252px;--page-max-width:1440px;--page-wide-max-width:1440px;--page-form-max-width:1180px;--page-gutter-x:36px;--page-gutter-y:32px;--radius:8px;--radius-sm:6px;--radius-control:6px;--radius-badge:5px;--shadow:0 4px 24px rgba(0,0,0,0.06);--shadow-lg:0 12px 40px rgba(0,0,0,0.1);--transition:0.18s ease;--hover-secondary-bg:rgba(196,31,76,0.06);--hover-secondary-border:rgba(196,31,76,0.24);--hover-secondary-color:#c41f4c}*,:after,:before{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45;color:var(--text);background:var(--gray-50)}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent-hover)}h1,h2,h3{margin:0 0 .5em;font-weight:600;letter-spacing:normal;line-height:1.25}h1{font-size:1.75rem}h2{font-size:1.25rem;margin-top:1.75rem}h3{font-size:1.05rem}p{color:var(--gray-700)}p,ul{margin:0 0 1em}ul{padding-left:1.25em}.admin-shell{display:flex;min-height:100vh}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-width);background:#ffffff;color:#111827;display:flex;flex-direction:column;z-index:100;border-right:1px solid #e5e7eb;font-family:Inter,Segoe UI,Arial,sans-serif;--sidebar-accent:#c41f4c;--sidebar-accent-soft:rgba(196,31,76,0.08);--sidebar-accent-soft-hover:rgba(196,31,76,0.06);--sidebar-accent-border:rgba(196,31,76,0.24)}.admin-brand{flex-shrink:0;display:flex;align-items:center;gap:10px;padding:16px 12px 18px;border-bottom:1px solid #e5e7eb}.admin-brand__mark{flex:0 0 32px;box-shadow:none;filter:none}.seo-audit-logo-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:6px;background:#c41f4c}.seo-audit-logo-icon__graphic{display:block;object-fit:contain;mix-blend-mode:screen}.admin-brand__copy{min-width:0;display:flex;flex-direction:column;justify-content:center}.admin-brand__name{font-size:15px;line-height:1.2;font-weight:750;letter-spacing:-.01em;color:#111827}.admin-brand__subtitle{margin-top:4px;font-size:12px;line-height:1.2;font-weight:400;color:#8b95a1}.admin-nav{flex:1 1 auto;min-height:0;padding:0 12px 16px;overflow-y:auto;display:flex;flex-direction:column}.admin-nav__group{margin-bottom:20px}.admin-nav__group:first-child{margin-top:22px}.admin-nav__group-title{padding:0 12px;margin-bottom:8px;font-size:11px;font-weight:700;letter-spacing:.08em;color:#9ca3af}.admin-nav__link{position:relative;display:flex;align-items:center;gap:12px;min-height:40px;padding:10px 12px;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;transition:background .18s ease,color .18s ease}.admin-nav__link:hover{background:var(--sidebar-accent-soft-hover);color:#111827}.admin-nav__link:hover .admin-nav__icon{color:var(--sidebar-accent);transform:translateX(2px)}.admin-nav__link--active{overflow:hidden;background:var(--sidebar-accent-soft);color:var(--sidebar-accent)}.admin-nav__link--active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--sidebar-accent);border-radius:6px 0 0 6px}.admin-nav__link--active .admin-nav__icon{color:var(--sidebar-accent)}.admin-nav__icon{display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .18s ease,transform .18s ease}.admin-nav__icon,.admin-nav__icon svg{flex-shrink:0;width:18px;height:18px}.admin-nav__label{flex:1 1;line-height:1.2}.admin-sidebar__footer{flex-shrink:0;margin-top:auto;padding:14px 16px 16px;border-top:1px solid #e5e7eb}.admin-user{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:12px}.admin-user__name{font-size:13px;font-weight:600;color:#111827;word-break:break-word}.admin-user__email{font-size:13px;font-weight:500;color:#111827;word-break:break-all}.admin-user__email--secondary{font-weight:400;color:#6b7280}.admin-user__role{display:inline-flex;align-items:center;height:20px;padding:3px 7px;background:#f3f4f6;color:#6b7280;border-radius:4px;font-size:11px;font-weight:600;line-height:1;letter-spacing:0;text-transform:none}.admin-sidebar button.admin-sidebar__logout{width:100%;height:34px;padding:0 12px;background:#ffffff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.admin-sidebar button.admin-sidebar__logout:hover:not(:disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.24);color:#c41f4c}.admin-main{margin-left:var(--sidebar-width);flex:1 1;min-height:100vh;display:flex;flex-direction:column}.admin-content{flex:1 1;padding:0;max-width:100vw}.admin-content:has(.page--audit){background:#f8f9fa}.page{animation:fadeIn .3s ease;width:100%;padding:var(--page-gutter-y) var(--page-gutter-x) 56px}.content-inner,.page-inner{width:100%;margin:0 auto}.content-inner,.page-inner,.page-inner--form,.page-inner--narrow,.page-inner--wide{max-width:var(--page-wide-max-width)}.page--narrow{max-width:560px}.page--audit{max-width:none;--accent:#c41f4c;--accent-hover:#b51d46;--accent-soft:rgba(196,31,76,0.06);--accent-soft-2:rgba(196,31,76,0.09);--accent-border:rgba(196,31,76,0.26);--projects-accent:#c41f4c;--projects-accent-hover:#b51d46;--projects-accent-soft:rgba(196,31,76,0.08);--projects-accent-soft-2:rgba(196,31,76,0.05);--projects-accent-border:rgba(196,31,76,0.24);--bg:#f8f9fa;--surface:#ffffff;--surface-muted:#f9fafb;--border:#e5e7eb;--border-strong:#d1d5db;--text:#111827;--text-muted:#6b7280;--text-soft:#9ca3af;--radius-lg:8px;--radius-md:8px;--radius-sm:6px;--radius-xs:4px;--radius:8px;font-family:Inter,Segoe UI,Arial,sans-serif}.page--audit .page__title{font-size:28px;line-height:1.15;font-weight:780;letter-spacing:0;color:#030712}.page--audit .page__header{margin-bottom:24px}.page--audit .page__subtitle{max-width:720px;font-size:14px;line-height:1.5}.page__footer-link{margin-top:16px}.page__header{margin-bottom:24px}.page-stack{display:grid;grid-gap:16px;gap:16px}.page__title{margin:0;color:#111827;font-size:28px;font-weight:780;line-height:1.18;letter-spacing:normal}.page__subtitle{margin:8px 0 0;color:var(--text-muted);font-size:14px;line-height:1.5}.page__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--black);padding:24px;position:relative;overflow:hidden}.login-page:before{top:-40%;right:-20%;width:60%;height:80%;background:radial-gradient(ellipse,rgba(196,69,105,.25) 0,transparent 70%)}.login-page:after,.login-page:before{content:"";position:absolute;pointer-events:none}.login-page:after{bottom:-30%;left:-10%;width:50%;height:60%;background:radial-gradient(ellipse,rgba(196,69,105,.15) 0,transparent 70%)}.login-card{position:relative;width:100%;max-width:420px;background:var(--white);border-radius:var(--radius);padding:40px 36px;box-shadow:var(--shadow-lg)}.login-card__brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.login-card__mark{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--accent);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.login-card__title{font-size:1.35rem;font-weight:700;margin:0;letter-spacing:-.03em}.login-card__hint{font-size:.8rem;color:var(--gray-500);margin-bottom:24px;padding:10px 14px;background:var(--gray-100);border-radius:var(--radius-sm);border-left:3px solid var(--accent)}.login-form{display:grid;grid-gap:16px;gap:16px}.login-form label{display:grid;grid-gap:6px;gap:6px;font-size:.8rem;font-weight:500;color:var(--gray-700)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:16px;gap:16px;margin-bottom:32px}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);padding:20px 22px;transition:box-shadow var(--transition),border-color var(--transition)}.stat-card:hover{border-color:var(--accent);box-shadow:var(--shadow)}.stat-card__value{font-size:2rem;font-weight:700;letter-spacing:-.04em;color:var(--black);line-height:1;margin-bottom:6px}.stat-card__value--accent{color:var(--accent)}.stat-card__label{font-size:.8rem;color:var(--gray-500);font-weight:500;text-transform:uppercase;letter-spacing:.04em}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px;color:var(--text-muted);font-size:13px;line-height:1.4}.breadcrumbs a{color:var(--text-muted);text-decoration:none}.breadcrumbs a:hover{color:var(--accent)}.card{padding:18px;border:1px solid var(--border,var(--gray-200));border-radius:8px;background:#fff}.card,.card__head{margin-bottom:16px}.card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--border,var(--gray-200))}.card__body{display:grid;grid-gap:14px;gap:14px}.card__title{margin:0;color:#111827;font-size:16px;font-weight:760;line-height:1.3}.card__head .card__title{padding-bottom:0;border-bottom:0}.card>.card__title{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--gray-100)}.card__description{margin:4px 0 0;color:var(--text-muted);font-size:13px;line-height:1.45}.card__head .card__description{margin-top:4px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:16px;gap:16px}.project-card__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:16px}.project-card__title{margin:0 0 4px;font-size:1rem}.project-card__url{margin:0;color:var(--gray-500);font-size:.82rem;word-break:break-all}.project-card__url--link{color:var(--primary);text-decoration:none}.project-card__url--link:hover{text-decoration:underline}.project-card__identity{min-width:0}.project-card__label-text{margin:6px 0 0;font-size:.82rem;color:var(--gray-600)}.project-card__added{margin:4px 0 0;font-size:.75rem;color:var(--gray-400)}.project-card--skeleton{pointer-events:none}.skeleton{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-50) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite;border-radius:var(--radius-sm)}.skeleton--title{height:18px;width:60%;margin-bottom:10px}.skeleton--url{height:14px;width:85%;margin-bottom:16px}.skeleton--label{height:10px;width:50%;margin-bottom:6px}.skeleton--value{height:14px;width:70%}.skeleton--badge{height:22px;width:80px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px}.pagination__info{font-size:.875rem;color:var(--gray-600)}.project-card__meta{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.project-card__audit-row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px 16px}.run-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;line-height:1.2;text-decoration:none;white-space:nowrap}.run-status-badge--muted{background:var(--gray-100);color:var(--gray-600)}.run-status-badge--running{background:#dbeafe;color:#1d4ed8}.run-status-badge--success{background:#dcfce7;color:#15803d}.run-status-badge--warning{background:#fef3c7;color:#b45309}.run-status-badge--danger{background:#fee2e2;color:#b91c1c}.run-status-badge--process{background:var(--gray-100,#f3f4f6);color:#374151}.run-status-badge--monitoring{border-radius:5px;font-size:11px;font-weight:700;padding:3px 8px}.run-status-badge__spinner{width:12px;height:12px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:run-status-spin .8s linear infinite}.run-status-badge__stage{font-weight:500;opacity:.9}@keyframes run-status-spin{to{transform:rotate(1turn)}}.last-audit-date{min-width:0}.last-audit-date__value{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500}.last-audit-date__value--active{color:var(--primary)}.last-audit-date__icon{flex-shrink:0;color:var(--gray-500)}.last-audit-date__value--active .last-audit-date__icon{color:var(--primary)}.last-audit-date__scheduled{display:block;margin-top:4px;font-size:.75rem;color:var(--gray-500)}.last-audit-date__n8n{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--success,#0a7a3f);background:rgba(10,122,63,.1)}.audit-create-form__n8n-banner{margin:0 0 16px;padding:10px 12px;border-radius:8px;background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.2)}.project-card__label{display:block;font-size:.75rem;color:var(--gray-500);margin-bottom:4px}.project-card__value{font-size:.875rem;font-weight:500}.project-card__placeholder{font-size:.82rem;color:var(--gray-500);padding:12px;background:var(--gray-50);border-radius:var(--radius-sm)}.project-card__metrics{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}.project-card__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end;margin-top:12px;padding-top:12px;border-top:1px solid var(--gray-100)}.quick-action{display:inline-flex;align-items:center;gap:6px}.quick-action__icon{font-size:.75rem;line-height:1}.quick-action__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;margin-left:4px;padding:0 5px;border-radius:999px;font-size:.7rem;font-weight:600;line-height:1.4;color:var(--white);background:var(--accent)}.findings-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 12px;font-size:.85rem;color:var(--gray-500)}.findings-breadcrumb__sep{color:var(--gray-300)}.findings-breadcrumb__current{color:var(--gray-700)}.findings-back-link{display:inline-block;margin-bottom:16px;font-size:.9rem}.findings-disclaimer{margin:0 0 16px;padding:10px 12px;border-radius:var(--radius-sm);font-size:.85rem;color:var(--gray-700);background:var(--accent-muted);border:1px solid var(--accent-light)}.findings-disclaimer--warning{color:var(--danger-700,#9a3412);background:#fff7ed;border-color:#fdba74}.quick-action__link{font-size:.82rem;color:var(--accent);text-decoration:none}.quick-action__link:hover{text-decoration:underline}.quick-action__error{flex:1 1 100%;margin:0;font-size:.8rem;color:#b91c1c}.quick-action-confirm{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.quick-action-confirm__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35)}.quick-action-confirm__panel{position:relative;z-index:1;width:min(100%,400px);padding:20px;background:var(--white);border-radius:var(--radius);box-shadow:0 12px 40px rgba(0,0,0,.15)}.quick-action-confirm__panel--wide{width:min(100%,440px)}.quick-action-form__field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;font-size:.85rem;color:var(--gray-700)}.quick-action-form__field input,.quick-action-form__field select{padding:8px 10px;border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.875rem}.quick-action-form__checkbox{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:.85rem;color:var(--gray-700)}.quick-action-form__hint{margin:0 0 16px;font-size:.75rem;color:var(--gray-500)}.monitoring-settings{margin:24px 0;padding:16px;border:1px solid var(--gray-100);border-radius:var(--radius);background:var(--gray-50,#fafafa)}.monitoring-settings__grid{display:grid;grid-gap:12px;gap:12px;max-width:480px}.monitoring-settings__meta{margin:0;font-size:.85rem;color:var(--gray-600)}.quick-action-confirm__title{margin:0 0 8px;font-size:1rem}.quick-action-confirm__text{margin:0 0 16px;font-size:.875rem;color:var(--gray-600)}.quick-action-confirm__actions{display:flex;gap:8px;justify-content:flex-end}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(17,24,39,.36)}.modal-backdrop.is-open{display:flex}.modal{width:100%;max-width:520px;border-radius:8px;border:1px solid var(--border,#e5e7eb);background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.18)}.modal--form{max-height:90vh;overflow-y:auto}.modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--border,#e5e7eb)}.modal__title{margin:0;color:#111827;font-size:18px;font-weight:760;line-height:1.3}.modal__description{margin:6px 0 0;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.modal__close{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border,#e5e7eb);border-radius:6px;background:#fff;color:var(--text-muted,#6b7280);font-size:20px;line-height:1;cursor:pointer}.modal__close:hover:not(:disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.26);color:var(--accent,#c41f4c)}.modal__body{padding:18px}.modal__actions{display:flex;justify-content:flex-end;gap:8px;padding:0 18px 18px}.modal__checkbox-label{display:inline-flex;align-items:center;gap:8px}.dashboard-toast{position:fixed;right:24px;bottom:24px;z-index:1100;padding:12px 16px;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;box-shadow:0 8px 24px rgba(0,0,0,.12)}.dashboard-toast--success{background:#15803d;color:#fff}.dashboard-toast--error{background:#b91c1c;color:#fff}@media (max-width:520px){.quick-action__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.score-badge{display:flex;flex-direction:column;gap:4px;min-width:72px}.score-badge__label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em}.score-badge__value{font-size:2rem;font-weight:700;line-height:1}.score-badge__value--good{color:#15803d}.score-badge__value--warn{color:#b45309}.score-badge__value--bad{color:#b91c1c}.score-badge__value--muted{color:var(--gray-400)}.score-badge--large{align-items:center;text-align:center;min-width:120px}.score-badge--large .score-badge__value{font-size:3.5rem}.score-badge--large .score-badge__label{font-size:.8125rem;text-transform:none;letter-spacing:normal;color:var(--gray-600)}.audit-final-score{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.audit-final-score__partial-badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.75rem;font-weight:600;color:#92400e;background:#fef3c7;border:1px solid #fcd34d}.audit-final-score__status--cancelled{margin:0;font-size:.875rem;font-weight:600;color:var(--gray-600)}.audit-final-score__muted{margin:0;font-size:.875rem;color:var(--gray-500)}.audit-final-score__skeleton{width:100%;display:flex;justify-content:center}.audit-final-score__skeleton-value{display:block;width:88px;height:56px;border-radius:8px;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:audit-score-skeleton 1.2s ease-in-out infinite}@keyframes audit-score-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.audit-final-score__severity{width:100%}.audit-final-score__links{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.audit-final-score__error{margin:0;font-size:.8125rem}.audit-final-score__handoff{margin:0;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.audit-final-score__handoff-label{color:var(--gray-500)}.severity-strip{display:flex;flex-direction:column;gap:6px;flex:1 1;min-width:0}.severity-strip__label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em}.severity-strip__note{font-size:.72rem;color:var(--gray-500)}.severity-strip__muted{font-size:.82rem;color:var(--gray-500)}.severity-strip__success{font-size:.82rem;font-weight:600;color:#15803d}.severity-strip__chips{display:flex;flex-wrap:wrap;gap:6px}.severity-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:600;text-decoration:none;transition:opacity var(--transition),transform var(--transition)}.severity-chip:hover{opacity:.9;transform:translateY(-1px)}.severity-chip__label{text-transform:uppercase;letter-spacing:.04em}.severity-chip__count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.severity--critical{background:#450a0a;color:#fecaca}.badge--danger{background:#fee2e2;color:#b91c1c}.severity--medium{background:#fef3c7;color:#b45309}.severity--low{background:var(--gray-100);color:var(--gray-600)}.severity--info{background:var(--gray-50);color:var(--gray-400)}.delta-indicator{display:flex;flex-direction:column;gap:4px;min-width:140px}.delta-indicator__label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em}.delta-indicator__rows{display:flex;flex-direction:column;gap:6px}.delta-indicator__row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.delta-indicator__row--findings{gap:6px}.delta-indicator__metric{font-size:.72rem;color:var(--gray-500);font-weight:600}.delta-indicator__value{font-size:.95rem;font-weight:700}.delta-indicator__value--good{color:#15803d}.delta-indicator__value--bad{color:#b91c1c}.delta-indicator__value--muted{color:var(--gray-400)}.delta-indicator__chip{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:999px}.delta-indicator__chip--new{background:#fee2e2;color:#b91c1c}.delta-indicator__chip--resolved{background:#dcfce7;color:#15803d}.delta-indicator__muted{font-size:.72rem;color:var(--gray-500)}.delta-indicator--empty{opacity:.85}.field{display:grid;grid-gap:7px;gap:7px}.field__label,label.field__label{color:#374151;font-size:13px;font-weight:650;line-height:1.35}.field__hint{margin:7px 0 0;color:var(--text-muted)}.field__error,.field__hint{font-size:12px;line-height:1.4}.field__error{display:none;margin-top:7px;color:#b91c1c}.field__error.is-visible{display:block}.control,.form-control,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],input[type=url],select,textarea{width:100%;min-height:42px;height:42px;padding:0 13px;font-family:inherit;font-size:14px;line-height:1.4;color:var(--text);background:#fff;border:1px solid var(--border-strong,#d1d5db);border-radius:6px;transition:border-color var(--transition),background var(--transition);outline:none;box-sizing:border-box}textarea,textarea.control,textarea.form-control{height:auto;min-height:96px;padding:11px 13px;resize:vertical}.control:focus,.control:focus-visible,.form-control:focus,.form-control:focus-visible,input:focus,input:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible{border-color:#c41f4c;background:#fff;box-shadow:none;outline:none}input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px;cursor:pointer}label{display:block;font-size:13px;font-weight:650;color:#374151;line-height:1.35}.form-grid{display:grid;grid-gap:12px;gap:12px;align-items:end}.form-grid label{display:grid;grid-gap:6px;gap:6px}.form-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.form-row>*{flex:1 1;min-width:160px}button{font-family:inherit}a.btn{text-decoration:none}.btn{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:6px;border:1px solid transparent;font-size:14px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;box-sizing:border-box;background:transparent;transition:background .18s ease,border-color .18s ease,color .18s ease}.btn:focus,.btn:focus-visible{outline:none;box-shadow:none}.btn-primary:focus-visible{border-color:#b51d46}.btn-ghost:focus-visible,.btn-icon:focus-visible,.btn-inline:focus-visible,.btn-outline:focus-visible,.btn-secondary:focus-visible{border-color:#c41f4c;color:#c41f4c}.btn-danger:focus-visible{border-color:#991b1b}.btn-primary{background:#c41f4c;border-color:#c41f4c;color:#fff}.btn-primary:hover:not(:disabled):not(.is-disabled){background:#b51d46;border-color:#b51d46;color:#fff}.btn-outline,.btn-secondary{background:#fff;border-color:#d1d5db;color:#374151}.btn-outline:hover:not(:disabled):not(.is-disabled),.btn-secondary:hover:not(:disabled):not(.is-disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.26);color:#c41f4c}.btn-sm{height:34px;padding:0 12px;font-size:13px;font-weight:650;border-radius:6px}.btn-inline{height:30px;padding:0 10px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:12px;font-weight:650}.btn-inline:hover:not(:disabled):not(.is-disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.24);color:#c41f4c}.btn-icon{width:34px;height:34px;padding:0;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151}.btn-icon:hover:not(:disabled):not(.is-disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.26);color:#c41f4c}.btn-danger{background:var(--danger,#b42318);border-color:var(--danger,#b42318);color:#fff}.btn-danger:hover:not(:disabled):not(.is-disabled){background:#991b1b;border-color:#991b1b;color:#fff}.btn-outline-danger{background:#fff;border-color:#fca5a5;color:#b91c1c}.btn-danger-outline{border-color:#f1b8b8;color:#b91c1c}.btn-danger-outline:hover:not(:disabled):not(.is-disabled){background:#fef2f2;border-color:#ef9a9a;color:#991b1b}.btn-outline-danger:hover:not(:disabled):not(.is-disabled){background:#fef2f2;border-color:#f87171;color:#991b1b}.btn-outline-danger:focus-visible{border-color:#b91c1c;color:#b91c1c}.btn-ghost{background:transparent;border-color:#d1d5db;color:#374151}.btn-ghost:hover:not(:disabled):not(.is-disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.26);color:#c41f4c}.btn.is-disabled,.btn:disabled,a.btn.is-disabled,button.btn:disabled{cursor:not-allowed;opacity:.55;pointer-events:none}.btn-xs{height:28px;padding:0 8px;font-size:12px;border-radius:6px}.actions-menu-button,.icon-button,.kebab-button{width:34px;height:34px;padding:0;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.actions-menu-button:hover:not(:disabled),.icon-button:hover:not(:disabled),.kebab-button:hover:not(:disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.26);color:#c41f4c}.table-wrap{overflow-x:auto;border:1px solid var(--gray-200);border-radius:var(--radius);background:var(--white)}table{width:100%;border-collapse:collapse;font-size:.875rem}thead{background:var(--gray-50)}th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);border-bottom:2px solid var(--accent-muted)}td,th{padding:12px 16px}td{border-bottom:1px solid var(--gray-100);color:var(--gray-700)}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:var(--accent-muted)}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.badge--accent{background:var(--accent-light);color:var(--accent)}.badge--dark{background:var(--black);color:var(--white)}.badge--muted{background:var(--gray-100);color:var(--gray-500)}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--black);color:var(--white);font-weight:500}.loading-screen__dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent);margin-left:8px;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.empty-state{padding:18px;border:1px solid var(--border,var(--gray-200));border-radius:8px;background:var(--gray-50);text-align:left;color:var(--text-muted);font-size:14px}.empty-state__title{margin:0;color:#111827;font-size:15px;font-weight:760;line-height:1.3}.empty-state__text{margin:8px 0 0;color:var(--text-muted);font-size:14px;line-height:1.45}.empty-state__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.table-shell,.table-wrap{width:100%;overflow-x:auto;border:1px solid var(--border,var(--gray-200));border-radius:8px;background:#fff}.data-table{width:100%;min-width:720px;border-collapse:collapse;font-size:14px}.data-table th{padding:10px 14px;background:var(--gray-50);color:var(--gray-600,#4b5563);font-size:12px;font-weight:760;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;text-align:left}.data-table td,.data-table th{border-bottom:1px solid var(--border,var(--gray-200))}.data-table td{padding:12px 14px;color:#374151;vertical-align:middle}.data-table tbody tr:hover td{background:var(--gray-50)}.data-table tr:last-child td{border-bottom:0}.data-table td:first-child,.overflow-anywhere,.table-email,.table-url{overflow-wrap:anywhere;word-break:normal}.table-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.table-note{color:var(--text-muted);font-size:13px}.status-banner{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:6px;font-size:13px;line-height:1.4}.status-banner--success{background:#ecfdf3;color:#166534}.error-text{color:var(--accent);font-size:.875rem;margin:0}.text-muted{color:var(--gray-500)}.quick-links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.quick-links a{display:inline-flex;align-items:center;padding:8px 16px;background:var(--white);border:1.5px solid var(--gray-200);border-radius:999px;font-size:.82rem;font-weight:500;color:var(--black);transition:border-color var(--transition),background var(--transition)}.quick-links a:hover{border-color:var(--accent);background:var(--accent-muted);color:var(--accent)}pre{background:var(--black);color:#e8e8e8;padding:20px;border-radius:var(--radius);overflow-x:auto;font-size:.8rem;line-height:1.6;border-left:3px solid var(--accent)}.section-block{margin-bottom:24px}.error-page{--bg:#f8f9fa;--border:#e5e7eb;--border-strong:#d1d5db;--text-muted:#6b7280;--accent:#c41f4c;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 36px;background:var(--bg)}.error-card{width:100%;max-width:520px;padding:32px;border:1px solid var(--border);border-radius:8px;background:#fff;text-align:center}.error-code{margin:0 0 8px;color:var(--accent);font-size:72px;font-weight:780;line-height:1}.error-title{margin:0;color:#111827;font-size:24px;font-weight:760;line-height:1.25}.error-text{max-width:420px;margin:12px auto 0;color:var(--text-muted);font-size:14px;line-height:1.5}.error-actions{display:flex;justify-content:center;gap:8px;margin-top:20px}@media (max-width:640px){.error-page{padding:24px 16px}.error-card{padding:24px 18px}.error-code{font-size:56px}.error-actions{flex-direction:column;align-items:stretch}}.progress-bar{height:10px;background:var(--gray-200);border-radius:999px;overflow:hidden}.progress-bar__fill{height:100%;background:var(--accent);border-radius:999px;transition:width .3s ease}.progress-bar--crawl-active .progress-bar__fill{background:var(--accent,#c41f4c)}.progress-bar--crawl-done .progress-bar__fill{background:#15803d}.progress-bar--crawl-failed .progress-bar__fill{background:#b91c1c}.progress-bar--indeterminate{position:relative}.progress-bar--indeterminate .progress-bar__fill{position:absolute;left:0;top:0;width:35%;animation:crawl-progress-indeterminate 1.2s ease-in-out infinite}@keyframes crawl-progress-indeterminate{0%{transform:translateX(-100%)}to{transform:translateX(280%)}}.audit-crawl-progress__bar{max-width:100%}.audit-crawl-progress__label{margin:8px 0 0;font-size:.9rem;color:var(--gray-700)}.audit-crawl-progress--monitoring .progress-bar{height:8px;background:#e5e7eb;border-radius:999px}.audit-crawl-progress--monitoring .progress-bar__fill{background:var(--accent,#c41f4c);border-radius:999px}.audit-crawl-progress--monitoring .progress-bar--indeterminate .progress-bar__fill{position:static;width:85%;animation:none;transform:none}.progress-bar__fill--monitoring-default{width:85%}.audit-crawl-progress__label--monitoring{margin-top:8px;font-size:13px;color:var(--text-muted,#6b7280)}.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.filter-row select{width:auto;min-width:140px}.findings-filters{display:grid;grid-gap:12px;gap:12px;margin-bottom:16px}.findings-filters__main{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.findings-filters__group,.findings-filters__slot{display:grid;grid-gap:4px;gap:4px;min-width:140px}.findings-filters__label{font-size:.75rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.03em}.findings-filters__control{min-width:140px}.findings-filters__delta{display:flex;flex-wrap:wrap;gap:8px;min-height:38px;align-items:center}.findings-delta-filter{display:flex;flex-direction:column;gap:6px}.findings-delta-filter__chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.findings-delta-chip{border:1px solid var(--gray-300);background:var(--white);color:var(--gray-700);border-radius:999px;padding:6px 12px;font-size:.85rem;cursor:pointer}.findings-delta-chip:disabled{opacity:.55;cursor:not-allowed}.findings-delta-chip--selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,white);color:var(--accent)}.findings-delta-chip--new.findings-delta-chip--selected{border-color:#c62828;background:color-mix(in srgb,#c62828 10%,white);color:#c62828}.findings-delta-chip--fixed.findings-delta-chip--selected{border-color:#2e7d32;background:color-mix(in srgb,#2e7d32 10%,white);color:#2e7d32}.findings-delta-chip--regressed.findings-delta-chip--selected{border-color:#ef6c00;background:color-mix(in srgb,#ef6c00 10%,white);color:#ef6c00}.findings-delta-filter__caption{margin:0;font-size:.8rem}.findings-delta-filter__warning{margin:0;font-size:.8rem;color:#ef6c00}.findings-filters__chip{display:inline-flex;align-items:center;gap:4px;font-size:.85rem;color:var(--gray-700)}.findings-filters__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-left:auto}.findings-filters__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:var(--accent);color:var(--white);font-size:.75rem;font-weight:700}.findings-filters__more{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px;padding:12px;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50)}.findings-filters__mine{display:inline-flex;align-items:center;gap:6px;min-height:38px}.findings-responsible-filter{display:flex;flex-direction:column;gap:8px}.findings-responsible-filter__segments{display:inline-flex;flex-wrap:wrap;gap:4px;padding:3px;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50)}.findings-responsible-segment{padding:6px 12px;border:none;border-radius:calc(var(--radius-md) - 2px);background:transparent;color:var(--gray-700);font-size:.85rem;cursor:pointer}.findings-responsible-segment:hover:not(:disabled){background:var(--gray-100)}.findings-responsible-segment--selected{background:#fff;color:var(--gray-900);box-shadow:0 1px 2px rgba(0,0,0,.06)}.findings-responsible-segment:disabled{opacity:.55;cursor:not-allowed}.findings-responsible-filter__field{display:flex;flex-direction:column;gap:4px}.findings-responsible-filter__select{max-width:320px}.findings-responsible-filter__hint{margin:0;font-size:.85rem}.findings-responsible-filter__clear{align-self:flex-start}.findings-campaign-filter{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-height:36px}.findings-campaign-filter__name{font-weight:500;color:var(--gray-800)}.findings-campaign-filter__empty,.findings-campaign-filter__id{font-size:.9rem}.findings-filters__group--project{min-width:220px;flex:1 1 220px;max-width:320px}.findings-project-filter{position:relative}.findings-project-filter__input{width:100%}.findings-project-filter__list{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:240px;overflow-y:auto;margin:0;padding:4px 0;list-style:none;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);box-shadow:var(--shadow-md)}.findings-project-filter__option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:8px 12px;border:none;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit}.findings-project-filter__option--selected,.findings-project-filter__option:hover{background:var(--gray-50)}.findings-project-filter__domain{font-weight:500}.findings-project-filter__company{font-size:.8rem}.findings-project-filter__empty{padding:8px 12px;font-size:.85rem}.findings-filters__loading{margin:0;font-size:.85rem}.findings-url-filter{position:relative;display:flex;align-items:center}.findings-url-filter__input{width:100%;padding-right:28px}.findings-url-filter__clear{position:absolute;right:6px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--gray-500);font-size:1.1rem;line-height:1;cursor:pointer}.findings-url-filter__clear:hover{color:var(--gray-800);background:var(--gray-200)}.findings-date-range-filter{display:flex;flex-direction:column;gap:8px;min-width:200px}.findings-date-range-filter__inputs{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end}.findings-date-range-filter__field{display:grid;grid-gap:2px;gap:2px;min-width:120px}.findings-date-range-filter__field-label{font-size:.75rem;color:var(--gray-600)}.findings-date-range-filter__input{width:100%;min-width:0}.findings-date-range-filter__presets{display:flex;flex-wrap:wrap;gap:6px}.findings-date-range-preset{padding:4px 10px;border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:#fff;color:var(--gray-700);font-size:.8rem;cursor:pointer}.findings-date-range-preset--selected,.findings-date-range-preset:hover:not(:disabled){border-color:var(--accent);color:var(--gray-900)}.findings-date-range-preset--selected{background:color-mix(in srgb,var(--accent) 12%,#fff)}.findings-date-range-preset:disabled{opacity:.55;cursor:not-allowed}.findings-date-range-filter__error{margin:0;font-size:.8rem;color:var(--danger,#c0392b)}.findings-date-range-filter__clear{align-self:flex-start}.findings-url-highlight{padding:0 1px;border-radius:2px;background:color-mix(in srgb,var(--accent) 28%,transparent);color:inherit}.findings-category-filter{display:grid;grid-gap:8px;gap:8px;min-width:180px}.findings-category-filter__search{min-width:180px}.findings-category-filter__list{display:flex;flex-direction:column;gap:6px;max-height:160px;overflow-y:auto}.findings-category-filter__option{margin:0}.findings-type-filter{display:grid;grid-gap:8px;gap:8px;min-width:220px}.findings-type-filter__search{min-width:220px}.findings-type-filter__list{display:flex;flex-direction:column;gap:10px;max-height:200px;overflow-y:auto}.findings-type-filter__group{display:flex;flex-direction:column;gap:6px}.findings-type-filter__group-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground,#6b7280)}.findings-type-filter__option{margin:0}.findings-page-type-filter{display:grid;grid-gap:8px;gap:8px;min-width:200px}.findings-page-type-filter__hint{margin:0;font-size:.8rem;line-height:1.35}.findings-page-type-filter__search{min-width:200px}.findings-page-type-filter__list{display:flex;flex-direction:column;gap:6px;max-height:160px;overflow-y:auto}.findings-page-type-filter__option{margin:0}.findings-source-module-filter{display:grid;grid-gap:8px;gap:8px;min-width:200px}.findings-source-module-filter__search{min-width:200px}.findings-source-module-filter__list{display:flex;flex-direction:column;gap:6px;max-height:160px;overflow-y:auto}.findings-source-module-filter__option{margin:0}.findings-severity-filter{display:flex;flex-wrap:wrap;gap:8px;min-height:38px;align-items:center}.findings-severity-chip{display:inline-flex;align-items:center;padding:6px 12px;border:1px solid var(--gray-300);border-radius:999px;background:var(--white);color:var(--gray-700);font-size:.8rem;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.findings-severity-chip:hover:not(:disabled){border-color:var(--gray-400);background:var(--gray-50)}.findings-severity-chip:disabled{opacity:.6;cursor:not-allowed}.findings-severity-chip--selected{border-color:transparent}.findings-severity-chip--selected.badge--danger,.findings-severity-chip--selected.severity--critical,.findings-severity-chip--selected.severity--info,.findings-severity-chip--selected.severity--low,.findings-severity-chip--selected.severity--medium{box-shadow:0 0 0 2px color-mix(in srgb,currentColor 25%,transparent)}.findings-status-filter{display:flex;flex-direction:column;gap:8px;min-width:0}.findings-status-filter__chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.findings-status-preset{align-self:flex-start;padding:4px 10px;border:1px dashed var(--gray-400);border-radius:999px;background:transparent;color:var(--gray-700);font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.findings-status-preset:hover:not(:disabled){border-color:var(--gray-500);background:var(--gray-50)}.findings-status-preset--selected{border-style:solid;border-color:var(--accent,#2563eb);color:var(--accent,#2563eb);background:color-mix(in srgb,var(--accent,#2563eb) 8%,transparent)}.findings-status-preset:disabled{opacity:.6;cursor:not-allowed}.findings-status-chip{display:inline-flex;align-items:center;padding:6px 12px;border:1px solid var(--gray-300);border-radius:999px;background:var(--white);color:var(--gray-700);font-size:.8rem;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.findings-status-chip:hover:not(:disabled){border-color:var(--gray-400);background:var(--gray-50)}.findings-status-chip:disabled{opacity:.6;cursor:not-allowed}.findings-status-chip--selected{border-color:transparent;color:var(--white)}.findings-status-chip--selected.findings-status-chip--new{background:#6366f1}.findings-status-chip--selected.findings-status-chip--open{background:#dc2626}.findings-status-chip--selected.findings-status-chip--accepted{background:#d97706}.findings-status-chip--selected.findings-status-chip--in-progress{background:#2563eb}.findings-status-chip--selected.findings-status-chip--fixed{background:#16a34a}.findings-status-chip--selected.findings-status-chip--false-positive{background:#6b7280}.findings-status-chip--selected.findings-status-chip--ignored{background:#9ca3af}code{background:var(--gray-100);padding:2px 6px;border-radius:4px;font-size:.85em}@media (max-width:768px){.admin-sidebar{width:100%;position:relative;border-right:none;border-bottom:1px solid #e5e7eb}.admin-shell{flex-direction:column}.admin-main{margin-left:0}.admin-content{padding:0}.admin-nav{flex-direction:column;padding:0 8px 12px}.admin-nav__group{margin-bottom:12px}.admin-nav__group:first-child{margin-top:16px}.admin-nav__link{min-height:38px;padding:8px 12px;font-size:.8125rem}}.audit-create-form{display:block;width:100%;max-width:none}.audit-main{min-width:0}.audit-create-form .form-field{display:block;min-width:0}.audit-create-form .form-field+.form-field{margin-top:14px}.audit-create-form .form-field__label{display:block;margin-bottom:7px;color:#111827;font-size:13px;font-weight:680}.audit-create-form .form-field__hint{display:block;margin-top:7px;color:#6b7280;font-size:12px;line-height:1.45}.audit-create-form .form-error{color:#b42318;font-weight:600}.audit-create-form input[type=file],.audit-create-form input[type=number],.audit-create-form input[type=text],.audit-create-form input[type=url],.audit-create-form select,.audit-create-form textarea{width:100%;min-height:42px;border:1px solid #d1d5db;border-radius:6px;background:#ffffff;color:#111827;font-size:14px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.audit-create-form input[type=number],.audit-create-form input[type=text],.audit-create-form input[type=url],.audit-create-form textarea{padding:0 13px}.audit-create-form input:focus,.audit-create-form input:focus-visible,.audit-create-form textarea:focus,.audit-create-form textarea:focus-visible{border-color:#c41f4c;background:#fff;box-shadow:none;outline:none}.audit-create-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:42px;padding:0 42px 0 13px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-size:16px 16px;background-repeat:no-repeat}.audit-create-form select:active,.audit-create-form select:hover{border-color:#d1d5db;background-color:#ffffff;box-shadow:none}.audit-create-form select:focus,.audit-create-form select:focus-visible{border-color:#c41f4c;box-shadow:none;outline:none}.audit-create-form .advanced-grid input[type=number],.audit-create-form .pattern-box input[type=text],.audit-create-form input[type=url]{height:42px;border:1px solid #d1d5db;border-radius:6px;background:#ffffff}.audit-create-form .advanced-grid input[type=number]:active,.audit-create-form .advanced-grid input[type=number]:hover,.audit-create-form .pattern-box input[type=text]:active,.audit-create-form .pattern-box input[type=text]:hover,.audit-create-form input[type=url]:active,.audit-create-form input[type=url]:hover{border-color:#d1d5db;background-color:#ffffff;box-shadow:none}.audit-create-form .advanced-grid input[type=number]:focus,.audit-create-form .advanced-grid input[type=number]:focus-visible,.audit-create-form .pattern-box input[type=text]:focus,.audit-create-form .pattern-box input[type=text]:focus-visible,.audit-create-form input[type=url]:focus,.audit-create-form input[type=url]:focus-visible{border-color:#c41f4c;box-shadow:none;outline:none}.audit-create-form select[multiple]{min-height:112px;padding:8px 10px;background-image:none}.audit-create-form input[type=radio]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.visually-hidden{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.audit-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;padding:18px;margin-bottom:16px}.audit-card__head{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.audit-step{width:24px;height:24px;flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:rgba(196,31,76,.06);color:#c41f4c;font-size:12px;font-weight:780;line-height:1}.audit-card__title{margin:0;font-size:15px;line-height:1.25;font-weight:760;color:#111827}.audit-card__description{margin:4px 0 0;color:#6b7280;font-size:13px;line-height:1.45}.audit-card__body{min-width:0}.audit-segmented{display:inline-flex;width:auto;max-width:max-content;margin-bottom:16px;overflow:hidden;border:1px solid #d1d5db;border-radius:6px;background:#ffffff;justify-self:start}.audit-segmented__button{height:36px;padding:0 14px;border:0;border-right:1px solid #d1d5db;background:#ffffff;color:#374151;font-size:13px;font-weight:650;line-height:1;box-shadow:none;border-radius:0;cursor:pointer;transition:background .18s ease,color .18s ease;transform:none}.audit-segmented__button:last-child{border-right:0}.audit-segmented__button:not(.is-active):hover{background:var(--hover-secondary-bg);color:var(--hover-secondary-color)}.audit-segmented__button.is-active{background:rgba(196,31,76,.09);color:#c41f4c}.audit-segmented__button:active{transform:none}.audit-card--target.is-file-mode .audit-target-url,.audit-target-file{display:none}.audit-card--target.is-file-mode .audit-target-file{display:block}.file-drop{position:relative;display:flex;align-items:center;gap:12px;min-height:76px;padding:16px;border:1px dashed #d1d5db;border-radius:8px;background:#ffffff;cursor:pointer;transition:border-color .18s ease,background .18s ease}.file-drop:hover{border-color:rgba(196,31,76,.26);background:rgba(196,31,76,.06)}.file-drop input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-drop__icon{width:36px;height:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#f3f4f6;color:#6b7280}.file-drop__title{display:block;font-weight:700;color:#111827}.file-drop__text{display:block;margin-top:2px;color:#6b7280;font-size:12px}.audit-mode-grid,.crawl-depth-grid{display:grid;grid-gap:12px;gap:12px}.audit-mode-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.crawl-depth-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-card{position:relative;display:flex;flex-direction:column;min-height:102px;padding:14px 15px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffff;color:#111827;cursor:pointer;box-shadow:none;transform:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease}.choice-card:focus-within{border-color:#c41f4c;box-shadow:0 0 0 3px rgba(196,31,76,.12)}.choice-card__title{display:block;color:#111827;font-weight:750;line-height:1.3}.choice-card__text{display:block;margin-top:8px;color:#6b7280;font-size:13px;line-height:1.45}.choice-card--compact{min-height:78px}.choice-card--compact .choice-card__text{margin-top:6px;font-size:12px}.audit-basic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:18px;align-items:start}.advanced-grid .form-field,.audit-basic-grid .form-field{margin-top:0!important}.crawl-depth-selector{border:none;margin:0;padding:0}.audit-create-form fieldset{min-width:0;margin:0;padding:0;border:0}.audit-create-form legend.visually-hidden{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.crawl-depth__label{display:block;width:100%;margin:0 0 8px;padding:0;border:0;color:#111827;font-size:13px;font-weight:680}.audit-mode-selector{border:none;margin:0;padding:0}.accordion-stack{display:grid;grid-gap:10px;gap:10px;margin-bottom:0}.audit-accordion{overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;background:#ffffff}.audit-accordion[open]{border-color:#d1d5db}.audit-accordion__summary{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;cursor:pointer;list-style:none;transition:background .18s ease}.audit-accordion__summary::-webkit-details-marker{display:none}.audit-accordion__summary:hover{background:#f9fafb}.audit-accordion__title{display:block;font-size:14px;line-height:1.3;font-weight:740;color:#111827}.audit-accordion__description{display:block;margin-top:4px;color:#6b7280;font-size:13px}.audit-accordion__chevron{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;transition:transform .18s ease,border-color .18s ease,color .18s ease}.audit-accordion__chevron svg{width:16px;height:16px}.audit-accordion[open] .audit-accordion__chevron{transform:rotate(180deg);border-color:rgba(196,31,76,.26);color:#c41f4c}.audit-accordion__body{padding:18px 0;border-top:1px solid #e5e7eb;background:#ffffff}.audit-accordion__body>*+*{margin-top:14px}.advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px 14px;gap:16px 14px;align-items:start}.advanced-section+.advanced-section,.advanced-section+.advanced-section--presets{margin-top:20px}.advanced-section__title{margin:0 0 12px;font-size:14px;font-weight:700;color:#111827}.advanced-section--presets .advanced-section__title{margin-bottom:10px}.form-warning{margin:7px 0 0;color:#b54708;font-size:12px;line-height:1.45}.advanced-suggest-action,.audit-create-form .form-field__hint+.btn-inline,.form-field__hint+.btn-inline{margin-top:8px}.pattern-box__row .btn-inline{grid-column:2}.pattern-box{border:1px solid #e5e7eb;border-radius:8px;padding:14px;margin-bottom:0;background:#ffffff}.pattern-box+.pattern-box{margin-top:12px}.pattern-box__title{margin:0;font-size:14px;font-weight:700;color:#111827}.pattern-box__text{margin:6px 0 0;color:#6b7280;font-size:13px;line-height:1.45}.pattern-box__empty{margin:10px 0 0;color:#6b7280;font-size:13px}.pattern-box__rows{display:flex;flex-direction:column;gap:8px;margin-top:10px}.pattern-box__row{display:grid;grid-template-columns:1fr auto;grid-gap:8px 12px;gap:8px 12px;align-items:center}.pattern-box__row input{grid-column:1;height:42px;border:1px solid #d1d5db;border-radius:6px;background:#ffffff}.pattern-box__error{grid-column:1/-1;color:#b42318;font-size:12px}.pattern-box__input--error{border-color:#b42318}.pattern-box__action{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;margin-top:12px}.preset-chip-row{display:flex;flex-wrap:wrap;gap:8px}.responsible-list{display:grid;grid-gap:10px;gap:10px}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.form-actions .btn-primary{min-width:158px}.audit-mode-grid .choice-card__check{display:none}.audit-mode-grid .choice-card__title{padding-right:0}.audit-create-form .choice-card:not(.is-selected):not(:has(input:checked)):hover{background:var(--hover-secondary-bg);border-color:var(--projects-accent-border);box-shadow:none;transform:none}.audit-create-form .choice-card:not(.is-selected):not(:has(input:checked)):hover .choice-card__title{color:var(--projects-accent)}.audit-create-form .choice-card:not(.is-selected):not(:has(input:checked)):hover .choice-card__text{color:#6b7280}.audit-create-form .choice-card.is-selected,.audit-create-form .choice-card:has(input:checked){background:var(--projects-accent-soft);border-color:var(--projects-accent);box-shadow:none}.audit-create-form .choice-card.is-selected .choice-card__title,.audit-create-form .choice-card:has(input:checked) .choice-card__title{color:var(--projects-accent)}.audit-create-form .choice-card.is-selected .choice-card__text,.audit-create-form .choice-card:has(input:checked) .choice-card__text{color:#6b7280}.audit-create-form .choice-card.is-selected:hover,.audit-create-form .choice-card:has(input:checked):hover{background:var(--projects-accent-soft);border-color:var(--projects-accent);box-shadow:none}.audit-create-form .choice-card.is-selected:hover .choice-card__title,.audit-create-form .choice-card:has(input:checked):hover .choice-card__title{color:var(--projects-accent)}.audit-create-form .choice-card.is-selected:hover .choice-card__text,.audit-create-form .choice-card:has(input:checked):hover .choice-card__text{color:#6b7280}.checkbox-list{display:grid;grid-gap:10px;gap:10px}.check-row{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffff;cursor:pointer;transition:background .18s ease,border-color .18s ease}.check-row:hover{background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.24)}.check-row input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.check-row__custom{width:16px;height:16px;flex:0 0 16px;margin-top:2px;align-self:flex-start;border:1px solid #9ca3af;border-radius:4px;background:#ffffff;position:relative}.check-row input[type=checkbox]:checked+.check-row__custom{border-color:#c41f4c;background:#c41f4c}.check-row input[type=checkbox]:checked+.check-row__custom:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.check-row input[type=checkbox]:focus-visible+.check-row__custom{box-shadow:0 0 0 3px rgba(196,31,76,.12)}.check-row.is-disabled{cursor:not-allowed;opacity:1;background:#f9fafb;color:#9ca3af}.check-row.is-disabled:hover{background:#f9fafb;border-color:#e5e7eb}.check-row.is-disabled .check-row__text,.check-row.is-disabled .check-row__title{color:#9ca3af}.check-row.is-disabled .check-row__custom{border-color:#e5e7eb;background:#f3f4f6}.check-row.is-disabled input{pointer-events:none}.check-row__content{min-width:0;display:flex;flex-direction:column;flex:1 1 auto}.check-row__title{display:flex;align-items:center;gap:8px;color:#111827;font-size:14px;font-weight:700;line-height:1.35}.check-row__text{display:block;margin-top:3px;color:#6b7280;font-size:13px;line-height:1.45}.check-row__badge{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:4px;background:#f3f4f6;color:#6b7280;font-size:11px;font-weight:700;line-height:1;letter-spacing:.02em}.inline-note{margin-top:8px}.inline-note,.inline-warning{color:#b54708;font-size:12px;line-height:1.45}.inline-warning{margin:0}.inline-warning__link{color:#c41f4c;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(196,31,76,.35)}.inline-warning__link:hover{color:#a6193f;border-bottom-color:#a6193f}.checkbox-list .inline-note{margin-top:0}.checkbox-list .inline-warning{margin:0 0 0 38px}.audit-accordion__summary:focus-visible,.audit-segmented__button:focus-visible,.inline-warning__link:focus-visible{outline:none;box-shadow:none}.audit-segmented__button:focus-visible{border-color:#c41f4c}@media (max-width:1180px){.audit-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.page{padding-left:16px;padding-right:16px}.advanced-grid,.audit-basic-grid,.audit-mode-grid,.crawl-depth-grid{grid-template-columns:1fr}}.audit-batch-result{width:100%}.audit-batch-result__warning{margin:0 0 8px}.audit-batch-result__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.audit-form-hint{margin:0;font-size:.8rem;color:var(--gray-500)}.audit-form-hint--warning{color:#9a3412}.email-chips-input{display:flex;flex-direction:column;gap:6px}.email-chips-input__field{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:42px;padding:6px 8px;border:1px solid var(--gray-300);border-radius:8px;background:var(--white)}.email-chips-input__field--disabled{opacity:.65;background:var(--gray-50)}.email-chips-input__chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:5px;background:var(--gray-100);font-size:.8125rem}.email-chips-input__remove{border:none;background:transparent;color:var(--gray-500);cursor:pointer;font-size:1rem;line-height:1;padding:0 2px}.email-chips-input__text{flex:1 1 160px;min-width:120px;border:none;outline:none;background:transparent;font:inherit;padding:4px 2px}.email-chips-input__add-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.email-chips-input__add-input{flex:1 1 180px;min-width:160px}.user-multi-select{display:flex;flex-direction:column;gap:6px}.user-multi-select__field{position:relative}.user-multi-select__chip{display:inline-flex;align-items:center;gap:6px}.user-multi-select__chip-email{max-width:200px;overflow:hidden;text-overflow:ellipsis}.user-multi-select__role-badge{font-size:.68rem;padding:1px 6px;border-radius:999px;background:var(--surface-muted,#eef1f5);color:var(--text-muted,#5c6670);white-space:nowrap}.user-multi-select__picker{position:relative;display:inline-flex}.user-multi-select__add{border:none;background:transparent;color:var(--accent,#2563eb);cursor:pointer;font:inherit;padding:4px 2px}.user-multi-select__add:disabled{opacity:.55;cursor:not-allowed}.user-multi-select__dropdown{position:absolute;z-index:20;top:calc(100% + 4px);left:0;min-width:260px;max-height:220px;overflow:auto;margin:0;padding:4px;list-style:none;border:1px solid var(--border,#d8dee6);border-radius:8px;background:var(--surface,#fff);box-shadow:0 8px 24px rgba(15,23,42,.12)}.user-multi-select__option{display:flex;width:100%;align-items:center;justify-content:space-between;gap:8px;border:none;background:transparent;text-align:left;padding:8px 10px;border-radius:6px;cursor:pointer;font:inherit}.user-multi-select__option:hover{background:var(--surface-muted,#f3f5f8)}.audit-form-label--disabled{opacity:.65;cursor:not-allowed}.audit-create-form__unlock-url{align-self:flex-start;margin-top:4px}.audit-target-input{border:none;margin:0;padding:0;display:grid;grid-gap:0;gap:0;min-width:0}.audit-target-file__preview{display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid var(--gray-200);border-radius:var(--radius-md);background:var(--gray-50)}.audit-target-file__count{margin:0;font-size:.875rem}.audit-target-file__url-list{font-size:.8125rem}.audit-target-file__url-list summary{cursor:pointer;color:var(--gray-600);font-weight:500}.audit-target-file__url-list ul{margin:8px 0 0;padding-left:1.25rem;word-break:break-all}.audit-target-file__rejected-list{margin:4px 0 0;padding-left:1.25rem;font-size:.8125rem}.audit-target-file__rejected-raw{word-break:break-all}.audit-target-file__rejected-reason{color:var(--gray-500);margin-left:6px}.audit-target-file__rejected-raw:after{content:" —"}.render-js-selector{border:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px;grid-column:1/-1}.render-js-selector__legend{font-weight:600;margin-bottom:4px}.render-js-selector__options{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.render-js-selector__option{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.render-js-selector__option:hover{border-color:#d1d5db;background:#f9fafb}.render-js-selector__option:has(input:checked){border-color:#c41f4c;background:rgba(196,31,76,.04);box-shadow:inset 0 0 0 1px #c41f4c}.render-js-selector__content{display:grid;grid-gap:4px;gap:4px}.render-js-selector__label{font-weight:600}.viewport-selector{border:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px;grid-column:1/-1}.viewport-selector__legend{font-weight:600;margin-bottom:4px}.viewport-selector__options{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.viewport-selector__option{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.viewport-selector__option:hover{border-color:#d1d5db;background:#f9fafb}.viewport-selector__option:has(input:checked){border-color:#c41f4c;background:rgba(196,31,76,.04);box-shadow:inset 0 0 0 1px #c41f4c}.viewport-selector__content{display:grid;grid-gap:4px;gap:4px}.viewport-selector__label{font-weight:600}.audit-form-link-button{background:none;border:none;color:var(--primary);cursor:pointer}.url-pattern-list{border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;margin:0}.url-pattern-list__legend,.url-pattern-syntax__legend{font-weight:600;padding:0 4px}.url-pattern-list__rows{display:flex;flex-direction:column;gap:8px;margin-top:8px}.url-pattern-list__row{display:grid;grid-template-columns:1fr auto;grid-gap:8px 12px;gap:8px 12px;align-items:center}.url-pattern-list__row input{grid-column:1}.url-pattern-list__row .audit-form-link-button{grid-column:2}.url-pattern-list__error{grid-column:1/-1;color:#b91c1c;font-size:.8125rem}.url-pattern-list__input--error{border-color:#b91c1c}.url-pattern-list__actions{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.url-pattern-syntax{border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 14px;margin:0}.url-pattern-syntax__options{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.audit-create-form .url-pattern-syntax__option:has(input:checked){border-color:#c41f4c;background:rgba(196,31,76,.04);box-shadow:inset 0 0 0 1px #c41f4c}.url-pattern-syntax__option{display:flex;gap:8px;align-items:flex-start;border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;cursor:pointer}.url-pattern-syntax__option:has(input:checked){border-color:var(--primary);background:#f0f9ff}.url-pattern-syntax__label{display:block;font-weight:600}.url-pattern-presets{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.url-pattern-presets__label{font-size:.875rem;color:var(--muted)}.url-pattern-presets__buttons{display:flex;flex-wrap:wrap;gap:8px}.banner{padding:12px 16px;border-radius:var(--radius-sm);font-size:.875rem}.banner--warning{background:#fff7ed;border:1px solid #fdba74;color:#9a3412}.audit-screen__header{margin-bottom:24px}.audit-screen__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-bottom:8px}.audit-screen__title{margin:0;word-break:break-all}.audit-screen__meta{display:flex;flex-wrap:wrap;gap:12px 24px;color:var(--muted);font-size:.875rem}.audit-screen__run-id{font-family:var(--font-mono,monospace);font-size:.8125rem;background:none;border:none;padding:0;color:var(--accent);cursor:pointer;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.audit-screen__grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-bottom:16px}@media (min-width:960px){.audit-screen__grid{grid-template-columns:1.2fr .8fr}}.audit-screen__column{display:flex;flex-direction:column;gap:16px}.audit-screen__metrics-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px}.audit-url-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;grid-column:1/-1}@media (max-width:720px){.audit-url-metrics{grid-template-columns:1fr}}.audit-url-metric__value-row{display:flex;align-items:baseline;gap:6px}.audit-url-metric__value{font-size:1.75rem;font-weight:600;line-height:1.2;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.audit-url-metric__estimated{font-size:1rem;font-weight:600;color:var(--muted);cursor:help}.audit-url-metric__subtitle{margin:6px 0 0;color:var(--muted);font-size:.8125rem}.audit-url-metric__warning{margin:6px 0 0;color:#9a3412;font-size:.8125rem}.audit-url-metric__footer{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:10px}.audit-url-metric__limit-chip{background:#fff7ed;border:1px solid #fdba74;color:#9a3412;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:600}.audit-url-metric__settings-link{cursor:pointer;font-size:.8125rem;color:var(--accent);list-style:none}.audit-url-metric__settings-link::-webkit-details-marker{display:none}.audit-url-metric__settings-list{margin:8px 0 0;padding:0;font-size:.8125rem;color:var(--gray-700)}.audit-url-metric__settings-list div{display:grid;grid-template-columns:auto 1fr;grid-gap:4px 12px;gap:4px 12px;margin-bottom:4px}.audit-url-metric__settings-list dt{margin:0;color:var(--muted)}.audit-url-metric__settings-list dd{margin:0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.audit-screen__slot-title{margin:0 0 12px;font-size:1rem}.audit-screen__placeholder{margin:0;color:var(--muted);font-size:.875rem}.audit-screen__stages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.audit-screen__stage-item{display:flex;justify-content:space-between;gap:12px;font-size:.875rem}.audit-screen__stage-status{color:var(--muted);text-transform:lowercase}.audit-screen__actions{display:flex;flex-wrap:wrap;gap:8px}.audit-screen__full-width{margin-bottom:16px}.audit-screen__errors{margin:0;padding-left:1.25rem;font-size:.875rem}.report-screen__header{margin-bottom:16px}.report-screen__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.report-screen__title{margin:0}.report-screen__meta{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:8px;font-size:.875rem;color:var(--text-muted)}.report-screen__toolbar{margin-bottom:16px;display:flex;flex-direction:column;gap:12px}.report-export-toolbar,.report-regenerate-actions{display:flex;flex-direction:column;gap:8px}.report-regenerate-actions__hint{margin:0;padding:8px 12px;font-size:.8125rem;color:var(--text-muted);background:var(--surface-muted,#f8f9fb);border:1px solid var(--border);border-radius:8px}.report-regenerate-actions__dialog{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(15,23,42,.45)}.report-regenerate-actions__panel{width:min(480px,100%);padding:20px}.report-regenerate-actions__title{margin:0 0 12px;font-size:1.125rem}.report-regenerate-actions__text{margin:0 0 8px;font-size:.9375rem;line-height:1.45}.report-regenerate-actions__text--muted{color:var(--text-muted);font-size:.8125rem}.report-regenerate-actions__buttons{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.report-screen-send-action__panel{width:min(640px,100%);max-height:min(90vh,900px);overflow:auto}.report-screen-send-action__form{margin-top:12px}.report-send-panel--spaced{margin-top:24px}.report-send-panel__intro{font-size:13px;margin-bottom:16px}.report-send-panel__field{display:block;margin-bottom:12px}.report-send-panel__control{display:block;width:100%;margin-top:4px}.report-send-panel__control--textarea{min-height:160px}.report-send-panel__checkbox{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px}.report-send-panel__actions{gap:8px;flex-wrap:wrap}.report-send-panel__success{margin-top:12px;color:var(--gray-700)}.report-send-panel__note{font-size:13px;margin-top:12px}.report-send-panel__preview-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:200;padding:24px}.report-send-panel__preview-panel{width:100%;max-width:720px;margin:0;max-height:90vh;overflow:auto}.report-send-panel__preview-head{justify-content:space-between;align-items:flex-start}.report-send-panel__preview-title{margin-bottom:0}.report-send-panel__preview-body{border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:16px;background:var(--white);min-height:200px}.report-export-toolbar__hint{margin:0;padding:8px 12px;font-size:.8125rem;color:var(--text-muted);background:var(--surface-muted,#f8f9fb);border:1px solid var(--border);border-radius:8px}.report-export-toolbar__actions{display:flex;flex-wrap:wrap;gap:8px}.report-export-toolbar__action{display:inline-flex;align-items:center;gap:6px}.report-export-toolbar__icon{line-height:1}.report-export-toolbar__label{white-space:nowrap}.report-export-toolbar__group{display:flex;flex-direction:column;gap:6px}.report-export-toolbar__group-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.report-json-preview{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.45)}.report-json-preview__panel{width:min(960px,100%);max-height:min(80vh,720px);display:flex;flex-direction:column;overflow:hidden}.report-json-preview__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.report-json-preview__title{margin:0;font-size:1rem}.report-json-preview__body{margin:0;padding:12px;overflow:auto;font-size:.8125rem;line-height:1.45;background:var(--surface-muted,#f8f9fb);border:1px solid var(--border);border-radius:8px;white-space:pre-wrap;word-break:break-word}.report-screen__grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);grid-gap:16px;gap:16px;margin-bottom:16px}@media (max-width:960px){.report-screen__grid{grid-template-columns:1fr}}.report-screen__column{display:flex;flex-direction:column;gap:16px}.report-screen__slot-title{margin:0 0 12px;font-size:1rem}.report-screen__placeholder{margin:0;color:var(--text-muted);font-size:.875rem}.report-screen__sections{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.report-screen__section-item{display:flex;justify-content:space-between;gap:8px;font-size:.875rem}.report-screen__section-item--hidden{opacity:.55}.report-screen__section-badge{font-size:.75rem;color:var(--text-muted)}.report-section-toggles__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.report-section-toggles__label{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;cursor:pointer}.report-section-toggles__checkbox{margin-top:2px}.report-section-toggles__hint{margin:10px 0 0;font-size:.75rem;color:var(--text-muted)}.report-comments-panel{display:flex;flex-direction:column;gap:10px}.report-comments-panel__field{display:flex;flex-direction:column;gap:6px}.report-comments-panel__label{font-size:.75rem;font-weight:600;color:var(--text-muted)}.report-comments-panel__select,.report-comments-panel__textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:8px 10px;font:inherit;background:var(--surface,#fff);color:var(--text)}.report-comments-panel__textarea{resize:vertical;min-height:110px}.report-comments-panel__checkbox-label{display:inline-flex;align-items:center;gap:8px;font-size:.8125rem}.report-comments-panel__hint,.report-comments-panel__meta{margin:0;font-size:.75rem;color:var(--text-muted)}.report-version-panel{display:flex;flex-direction:column;gap:10px}.report-version-panel__field{display:flex;flex-direction:column;gap:6px}.report-version-panel__label{font-size:.75rem;font-weight:600;color:var(--text-muted)}.report-version-panel__input{width:100%;border:1px solid var(--border);border-radius:8px;padding:8px 10px;font:inherit;background:var(--surface,#fff);color:var(--text)}.report-version-panel__author,.report-version-panel__diff,.report-version-panel__hint,.report-version-panel__note,.report-version-panel__preview-hint{margin:0;font-size:.75rem;color:var(--text-muted)}.report-version-panel__regenerate,.report-version-panel__save{align-self:flex-start}.report-version-panel__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.report-version-panel__item{border:1px solid var(--border);border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:6px}.report-version-panel__item--active{border-color:var(--accent,#2563eb);background:color-mix(in srgb,var(--accent,#2563eb) 6%,transparent)}.report-version-panel__item--preview{border-style:dashed}.report-version-panel__item-head{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.report-version-panel__date{font-size:.8125rem;font-weight:600}.report-version-panel__badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;padding:2px 6px;border-radius:999px;background:var(--accent,#2563eb);color:#fff}.report-version-panel__badge--muted{background:var(--surface-muted,#f1f5f9);color:var(--text-muted)}.report-version-panel__actions{display:flex;flex-wrap:wrap;gap:6px}.report-screen__links{display:flex;flex-wrap:wrap;gap:8px}.monitoring-screen__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.monitoring-screen__header-main{min-width:0;flex:1 1 280px}.monitoring-screen__header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:0 0 auto}.monitoring-screen__header-error{margin:0;max-width:320px;text-align:right;color:var(--danger,#b91c1c);font-size:.8125rem}.monitoring-screen__heading{margin:0}.monitoring-screen__url{margin:6px 0 0;color:var(--text-muted,#6b7280);font-size:.9375rem;line-height:1.45}.monitoring-screen__breadcrumb-url,.monitoring-screen__url{overflow-wrap:anywhere;word-break:normal}.monitoring-page{--border:#e5e7eb;--border-strong:#d1d5db;--accent:#c41f4c;--danger:#b42318;--warning:#b54708}.monitoring-screen__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-bottom:8px}.monitoring-screen__title{margin:0;word-break:break-all}.monitoring-screen__label{margin:0;color:var(--muted);font-size:.875rem}.monitoring-page .page__header{margin-bottom:24px}.monitoring-page .page-stack{display:grid;grid-gap:16px;gap:16px}.monitoring-page .card{padding:18px;border-radius:8px;margin-bottom:0}.monitoring-page .card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}.monitoring-page .card__head--static{align-items:baseline}.monitoring-page .card__title{margin:0;padding-bottom:0;border-bottom:0;font-size:16px;font-weight:760;line-height:1.3}.monitoring-page .card__description{margin:8px 0 0;max-width:760px;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.5}.monitoring-page .list-count{color:var(--text-muted,#6b7280);font-size:13px;line-height:1.4;white-space:nowrap}.monitoring-page .monitoring-filters{display:grid;grid-template-columns:minmax(260px,1fr) 180px 210px auto;grid-gap:8px;gap:8px;align-items:end;margin-bottom:12px}.monitoring-page .monitoring-filters__reset{height:42px;padding:0 14px}.monitoring-page .control{width:100%;height:42px;padding:0 13px;border:1px solid var(--border-strong,#d1d5db);border-radius:6px;background:#fff;color:var(--text,#111827);font-size:14px;outline:none}.monitoring-page select.control{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 13px center;background-size:16px 16px;background-repeat:no-repeat}.monitoring-page .control:focus-visible{border-color:var(--accent,#c41f4c);background:#fff;box-shadow:none;outline:none}.monitoring-page .table-shell{width:100%;overflow-x:auto;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius,8px);background:#fff}.monitoring-page .data-table{width:100%;min-width:860px;border-collapse:collapse;font-size:14px}.monitoring-page .data-table th{padding:10px 14px;background:var(--gray-50,#f9fafb);color:var(--gray-600,#4b5563);font-size:12px;font-weight:760;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;text-align:left}.monitoring-page .data-table td{padding:12px 14px;color:#374151;border-bottom:1px solid var(--border,#e5e7eb);vertical-align:middle}.monitoring-page .data-table td:last-child,.monitoring-page .data-table th:last-child{text-align:right}.monitoring-page .data-table tbody tr:last-child td{border-bottom:0}.monitoring-page .data-table tbody tr:hover td{background:var(--gray-50,#f9fafb)}.monitoring-page .table-actions{display:flex;justify-content:flex-end;gap:8px}.monitoring-page .table-actions .btn-sm{padding:0 10px}.monitoring-page .table-note,.monitoring-page .text-muted{color:var(--text-muted,#6b7280)}.monitoring-page .table-note{font-size:13px;white-space:nowrap}.monitoring-page .monitoring-site-link{color:#374151;font-weight:650;text-decoration:none;word-break:break-all}.monitoring-page .monitoring-site-link:hover{color:var(--accent,#c41f4c)}.monitoring-page .status-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.monitoring-page .status-tag--active{background:#ecfdf3;color:#166534}.monitoring-page .status-tag--process{background:var(--gray-100,#f3f4f6);color:#374151}.monitoring-page .status-tag--error{background:#fef0f0;color:#b91c1c}.monitoring-page .status-tag--disabled{background:var(--gray-100,#f3f4f6);color:#6b7280}.monitoring-page .add-monitoring-grid{display:grid;grid-template-columns:minmax(0,620px) 360px;grid-gap:16px;gap:16px;align-items:start}.monitoring-page .monitoring-help h3{margin:0 0 8px;font-size:14px;font-weight:760;color:var(--text,#111827)}.monitoring-page .monitoring-help p{margin:0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.5}.monitoring-page .btn-sm{height:34px;padding:0 12px;font-size:13px;font-weight:650}.monitoring-screen__placeholder{margin:0;color:var(--text-muted);font-size:.875rem}.monitoring-screen__placeholder--compact{font-size:.8125rem}.monitoring-screen__card--compact .card__title{margin-bottom:8px}.monitoring-screen__card--compact{padding-top:16px;padding-bottom:16px}.monitoring-settings{display:block}.monitoring-settings__section+.monitoring-settings__section,.monitoring-settings__section--split{border-top:1px solid var(--border,#e5e7eb);padding-top:16px;margin-top:16px}.monitoring-settings__section-title{margin:0 0 12px;font-size:14px;font-weight:760;color:var(--text,#111827)}.monitoring-notification-settings__empty-recipients{margin:0 0 8px;color:var(--text-muted,#6b7280);font-size:13px}.monitoring-notification-settings__recipients{display:flex;flex-direction:column;gap:0}.monitoring-notification-settings__recipients .monitoring-notification-settings__label{margin-bottom:6px}.monitoring-screen__error{margin:0;color:var(--danger,#b91c1c);font-size:.875rem}.monitoring-screen__meta{display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:.875rem}.monitoring-screen__links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.monitoring-screen__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);grid-gap:16px;gap:16px;align-items:start}.monitoring-screen__column{display:grid;grid-gap:16px;gap:16px;min-width:0}.monitoring-screen__slot-title{margin:0 0 14px;color:var(--text,#111827);font-size:16px;font-weight:760;line-height:1.3}.monitoring-screen__slot.card{margin-bottom:0}.monitoring-screen__list{margin-top:16px}.monitoring-screen__filters{margin-bottom:16px}.monitoring-screen__empty{padding:18px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.monitoring-screen__empty-title{margin:0;font-size:1.125rem}.monitoring-screen__empty-details{margin:0;color:#6b7280;font-size:14px;line-height:1.5}.monitoring-screen__empty-lead{margin:0 0 6px}.monitoring-screen__empty-list{margin:0;padding-left:18px}.monitoring-screen__empty-list li{margin:0}.monitoring-screen__empty-list li+li{margin-top:4px}.monitoring-screen__error-block{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.monitoring-schedule-panel{display:flex;flex-direction:column;gap:12px}.monitoring-schedule-panel--highlight{outline:2px solid var(--accent,#2563eb);outline-offset:4px;border-radius:8px}.monitoring-schedule-panel__banner,.notice-muted{margin:0 0 12px;padding:10px 12px;border:1px solid var(--border,#e5e7eb);border-radius:6px;background:var(--gray-50,#f9fafb);color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.monitoring-schedule-panel__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.monitoring-schedule-panel__toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.monitoring-schedule-panel__toggle input:disabled{cursor:not-allowed}.monitoring-schedule-panel__readonly{font-size:.75rem;color:var(--muted)}.monitoring-schedule-panel__presets{border:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 16px}.monitoring-schedule-panel__legend{width:100%;font-size:.875rem;color:var(--muted);margin-bottom:4px}.monitoring-schedule-panel__preset{display:inline-flex;align-items:center;gap:6px;font-size:.875rem}.monitoring-schedule-panel__cron{font-size:.875rem}.monitoring-schedule-panel__cron-summary{cursor:pointer;color:var(--muted);margin-bottom:8px}.monitoring-schedule-panel__field{display:flex;flex-direction:column;gap:4px}.monitoring-schedule-panel__label{font-size:.75rem;color:var(--muted)}.monitoring-schedule-panel__description{margin:0;font-size:.875rem;color:var(--muted)}.monitoring-schedule-panel__meta{display:grid;grid-gap:8px;gap:8px;margin:0;font-size:.875rem}.monitoring-schedule-panel__meta dt{color:var(--muted);font-size:.75rem}.monitoring-schedule-panel__meta dd{margin:0}.monitoring-schedule-panel__error{margin:0;color:var(--danger,#b91c1c);font-size:.875rem}.monitoring-schedule-panel__actions{display:flex;flex-wrap:wrap;gap:8px}.monitoring-notification-settings{display:flex;flex-direction:column;gap:12px}.monitoring-notification-settings--highlight{outline:2px solid var(--accent,#2563eb);outline-offset:4px;border-radius:8px}.monitoring-notification-settings__banner{margin:0;padding:10px 12px;border-radius:8px;background:color-mix(in srgb,var(--warning,#d97706) 12%,transparent);color:var(--text,inherit);font-size:.875rem}.monitoring-notification-settings__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.monitoring-notification-settings__toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.monitoring-notification-settings__toggle input:disabled{cursor:not-allowed}.monitoring-notification-settings__readonly{font-size:.75rem;color:var(--muted)}.monitoring-notification-settings__field{display:flex;flex-direction:column;gap:6px}.monitoring-notification-settings__label{font-size:.875rem;font-weight:500}.monitoring-notification-settings__hint{margin:0;font-size:.8125rem;color:var(--muted)}.monitoring-notification-settings__warning{margin:0;font-size:.875rem;color:var(--warning,#d97706)}.monitoring-notification-settings__error{margin:0;color:var(--danger,#b91c1c);font-size:.875rem}.monitoring-notification-settings__actions{display:flex;flex-wrap:wrap;gap:8px}.monitoring-screen__toast{position:fixed;top:16px;right:16px;z-index:100;padding:12px 16px;border-radius:8px;font-size:.875rem;box-shadow:0 4px 12px rgba(0,0,0,.12)}.monitoring-screen__toast--success{background:#ecfdf5;color:#065f46}.monitoring-screen__toast--error{background:#fef2f2;color:#991b1b}.monitoring-last-run{display:flex;flex-direction:column;gap:12px}.monitoring-last-run__header{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.monitoring-last-run__trigger{font-size:.875rem;color:var(--text-muted,#64748b)}.monitoring-last-run__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px 20px;gap:10px 20px;margin:0}.monitoring-last-run__meta dt{font-size:.75rem;color:var(--text-muted,#64748b);margin-bottom:2px}.monitoring-last-run__meta dd{margin:0;font-size:.9375rem}.monitoring-last-run__absolute{display:block;font-size:.75rem;color:var(--text-muted,#64748b)}.monitoring-last-run__progress{display:flex;flex-direction:column;gap:6px}.monitoring-last-run__stage{margin:0;font-size:.875rem;color:var(--text-muted,#64748b)}.monitoring-last-run__actions{display:flex;flex-wrap:wrap;gap:8px}.monitoring-last-run__empty,.monitoring-last-run__readonly{margin:0;color:var(--text-muted,#64748b)}.monitoring-last-run__cancel-reason,.monitoring-last-run__error,.monitoring-last-run__failure{margin:0;font-size:.875rem}.monitoring-last-run__error{color:#b91c1c}.monitoring-last-run__failure a,.monitoring-last-run__meta a{color:var(--accent,#2563eb)}.monitoring-history{display:flex;flex-direction:column;gap:12px}.monitoring-history__empty,.monitoring-history__placeholder{margin:0;color:var(--text-muted,#64748b)}.monitoring-history__error{margin:0;color:#b91c1c}.monitoring-history__compare-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:8px;background:#f8fafc;font-size:.875rem}.monitoring-history__compare-actions{display:flex;gap:8px}.monitoring-history__compare-id{font-size:.8125rem}.monitoring-history__table-wrap{overflow-x:auto}.monitoring-history__table{width:100%;border-collapse:collapse;font-size:.875rem}.monitoring-history__table td,.monitoring-history__table th{padding:8px 10px;text-align:left;border-bottom:1px solid #e2e8f0;vertical-align:middle}.monitoring-history__table th{font-size:.75rem;color:var(--text-muted,#64748b);font-weight:600;text-transform:none;letter-spacing:normal}.monitoring-history__row--selected{background:rgba(196,31,76,.04)}.monitoring-history__row:hover{background:#fafafa}.monitoring-history__row--selected:hover{background:rgba(196,31,76,.06)}.monitoring-history__delta{display:inline-flex;flex-wrap:wrap;gap:4px;align-items:center}.monitoring-history__delta--empty{color:var(--text-muted,#64748b)}.monitoring-history__compare-checks{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px 10px;min-width:72px}.monitoring-history__compare-label{display:inline-flex;align-items:center;gap:3px;font-size:11px;white-space:nowrap}.monitoring-history__actions{display:flex;flex-wrap:wrap;gap:4px}.monitoring-history__more{display:flex;justify-content:center}.monitoring-list-filters{margin-bottom:0}.monitoring-list-filters__toggle{display:inline-flex;align-items:center;gap:8px;align-self:flex-end;white-space:nowrap}.monitoring-list-skeleton{display:flex;flex-direction:column;gap:12px}.monitoring-list-skeleton__row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:12px;gap:12px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-sm)}.monitoring-stack{display:grid;grid-gap:18px;gap:18px}.monitoring-section-title{margin:0 0 10px;color:var(--text,#111827);font-size:15px;font-weight:760;line-height:1.3}.monitoring-card{background:var(--surface,#fff);border:1px solid var(--border);border-radius:8px;padding:16px 18px 18px}.monitoring-card__head{padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}.monitoring-card__title{margin:0;color:var(--text,#111827);font-size:18px;font-weight:760;line-height:1.3}.monitoring-card__description{max-width:760px;margin:8px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.5}.monitoring-add-grid{display:grid;grid-template-columns:minmax(360px,620px) minmax(280px,420px);grid-gap:16px;gap:16px;align-items:start}.monitoring-add-form{min-width:0}.monitoring-form .form-field{display:block;min-width:0}.monitoring-form .form-field+.form-field{margin-top:14px}.monitoring-form .form-field__label{display:block;margin-bottom:7px;color:var(--text,#111827);font-size:13px;font-weight:680}.monitoring-form .form-field__hint{display:block;margin-top:7px;color:var(--text-muted,#6b7280);font-size:12px;line-height:1.45}.monitoring-form .form-error{color:var(--danger);font-weight:600}.monitoring-form .form-note{color:var(--warning);font-weight:600}.monitoring-form input[type=text],.monitoring-form textarea{width:100%;min-height:42px;border:1px solid var(--border-strong);border-radius:6px;background:#fff;color:var(--text,#111827);font-size:14px;outline:none;transition:border-color .16s ease}.monitoring-form input[type=text]{padding:0 13px}.monitoring-form textarea{min-height:112px;padding:11px 13px;resize:vertical}.monitoring-form input:focus,.monitoring-form input:focus-visible,.monitoring-form textarea:focus,.monitoring-form textarea:focus-visible{border-color:#c41f4c;background:#fff;box-shadow:none;outline:none}.monitoring-form input.is-invalid,.monitoring-form textarea.is-invalid{border-color:#b42318;background:#fff;box-shadow:none}.monitoring-form input.is-invalid:focus,.monitoring-form input.is-invalid:focus-visible,.monitoring-form textarea.is-invalid:focus,.monitoring-form textarea.is-invalid:focus-visible{border-color:#b42318;background:#fff;box-shadow:none;outline:none}.monitoring-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:14px;margin-bottom:0}.monitoring-actions .btn.btn-primary{min-width:180px}.monitoring-help{max-width:420px;padding:0}.monitoring-help__title{margin:0;color:var(--text,#111827);font-size:14px;font-weight:740;line-height:1.35}.monitoring-help__text{margin-top:6px;margin-bottom:0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.monitoring-help__list{display:grid;grid-gap:7px;gap:7px;padding:0;margin-top:12px;margin-bottom:0;list-style:none}.monitoring-help__item{display:flex;align-items:flex-start;gap:8px;color:#4b5563;font-size:13px;line-height:1.45}.monitoring-help__item:before{content:"";width:6px;height:6px;flex:0 0 6px;margin-top:7px;border-radius:50%;background:#9ca3af}.monitoring-empty-state{padding:18px}.monitoring-empty-state__title{margin:0;color:var(--text,#111827);font-size:17px;font-weight:760;line-height:1.35}.monitoring-empty-state__text{max-width:780px;margin:10px 0 0;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.monitoring-empty-state__list{display:grid;grid-gap:6px;gap:6px;padding:0;margin:14px 0 0;list-style:none}.monitoring-empty-state__list li{display:flex;align-items:flex-start;gap:8px;color:#4b5563;font-size:13px;line-height:1.45}.monitoring-empty-state__list li:before{content:"";width:5px;height:5px;flex:0 0 5px;margin-top:7px;border-radius:50%;background:#9ca3af}.monitoring-empty-state__text+.monitoring-empty-state__text{margin-top:8px}.monitoring-empty-state__actions{margin-top:16px}.monitoring-list-card{overflow:visible}.monitoring-empty-state{padding:4px 0 0}.monitoring-table-wrap{width:100%;overflow-x:auto}.monitoring-table{width:100%;min-width:760px;border-collapse:collapse}.monitoring-table td,.monitoring-table th{padding:14px 18px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.monitoring-table th{background:#f9fafb;color:#6b7280;font-size:12px;font-weight:760;line-height:1.35;text-transform:uppercase}.monitoring-table tr:last-child td{border-bottom:0}.monitoring-site-main{color:var(--text,#111827);font-weight:740;line-height:1.35}.monitoring-site-main a{color:inherit;text-decoration:none}.monitoring-site-main a:hover{color:var(--accent,#c41f4c)}.monitoring-site-meta{margin-top:3px;font-size:12px;line-height:1.45}.monitoring-site-meta,.monitoring-table-muted{color:var(--text-muted,#6b7280)}.monitoring-status-badge{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 8px;border-radius:5px;background:#ecfdf3;color:#137333;font-size:12px;font-weight:700;white-space:nowrap}.monitoring-status-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}@media (max-width:860px){.monitoring-page .add-monitoring-grid,.monitoring-page .monitoring-filters{grid-template-columns:1fr}}@media (max-width:520px){.monitoring-card{padding:16px}.monitoring-list-card{padding:0}.monitoring-actions .btn,.monitoring-empty-state__actions .btn{width:100%}}.monitoring-add-form__success{margin:0;color:#1a7f37;font-size:.875rem}.campaigns-page{--border:#e5e7eb;--border-strong:#d1d5db;--accent:#c41f4c;--danger:#b42318;--text-muted:#6b7280}.campaigns-page .page__header{margin-bottom:24px}.campaigns-page .card{padding:18px;border-radius:8px;border:1px solid var(--border);background:#fff;margin-bottom:0}.campaigns-page .card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}.campaigns-page .card__title{margin:0;padding-bottom:0;border-bottom:0;font-size:16px;font-weight:760;line-height:1.3}.campaigns-page .card__description{margin:4px 0 0;color:var(--text-muted);font-size:13px;line-height:1.45}.campaigns-page .empty-state{padding:18px 0;text-align:center}.campaigns-page .empty-state__title{margin:0;color:#111827;font-size:15px;font-weight:760;line-height:1.3}.campaigns-page .empty-state__text{margin:8px 0 0;color:var(--text-muted);font-size:14px;line-height:1.45}.campaigns-page .settings-links{display:grid}.campaigns-page .settings-link{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--border)}.campaigns-page .settings-link>div{flex:1 1;min-width:0}.campaigns-page .settings-link:first-child{padding-top:0}.campaigns-page .settings-link:last-child{padding-bottom:0;border-bottom:0}.campaigns-page .settings-link__title{margin:0;color:#111827;font-size:14px;font-weight:760;line-height:1.3}.campaigns-page .settings-link__text{margin:4px 0 0;color:var(--text-muted);font-size:13px;line-height:1.45}.campaigns-page .settings-link .btn{flex:0 0 auto}.campaigns-page .btn-sm{height:34px;padding:0 12px;font-size:13px;font-weight:650}@media (max-width:860px){.campaigns-page .settings-link{flex-direction:column;align-items:flex-start}}.campaigns-section-title{margin:0 0 10px;color:var(--text,#111827);font-size:15px;font-weight:760;line-height:1.3}.campaigns-card{background:var(--surface,#fff);border:1px solid var(--border);border-radius:8px;padding:18px}.campaigns-page .campaigns-card__head{padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}.campaigns-card__title{margin:0;color:var(--text,#111827);font-size:18px;font-weight:760;line-height:1.3}.campaign-form{max-width:620px;min-width:0}.campaign-form .form-field{display:block;min-width:0}.campaign-form .form-field+.form-field{margin-top:14px}.campaign-form .form-field__label{display:block;margin-bottom:7px;color:var(--text,#111827);font-size:13px;font-weight:680}.campaign-form .form-field__hint{display:block;margin-top:7px;color:var(--text-muted,#6b7280);font-size:12px;line-height:1.45}.campaign-form .form-error{color:var(--danger);font-weight:600}.campaign-form input[type=text],.campaign-form select,.campaign-form textarea{width:100%;min-height:42px;border:1px solid var(--border-strong);border-radius:6px;background:#fff;color:var(--text,#111827);font-size:14px;outline:none;transition:border-color .16s ease}.campaign-form input[type=text]{padding:0 13px}.campaign-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:42px;padding:0 42px 0 13px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-size:16px 16px;background-repeat:no-repeat}.campaign-form select:active,.campaign-form select:hover{border-color:var(--border-strong);background-color:#fff}.campaign-form textarea{min-height:84px;padding:11px 13px;resize:vertical}.campaign-form input:focus,.campaign-form input:focus-visible,.campaign-form select:focus,.campaign-form select:focus-visible,.campaign-form textarea:focus,.campaign-form textarea:focus-visible{border-color:#c41f4c;background-color:#fff;box-shadow:none;outline:none}.campaign-form input.is-invalid,.campaign-form textarea.is-invalid{border-color:#b42318;background:#fff;box-shadow:none}.campaign-form input.is-invalid:focus,.campaign-form input.is-invalid:focus-visible,.campaign-form textarea.is-invalid:focus,.campaign-form textarea.is-invalid:focus-visible{border-color:#b42318;background:#fff;box-shadow:none;outline:none}.campaign-form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:14px}.campaigns-screen__list{margin-top:0}.campaigns-screen__filters{margin-bottom:16px}.campaigns-screen__error-block{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.campaigns-screen__error{margin:0;color:var(--danger,#b42318);font-size:.875rem}.campaigns-empty-state{padding:18px}.campaigns-empty-state__title{margin:0;color:var(--text,#111827);font-size:17px;font-weight:760;line-height:1.35}.campaigns-empty-state__text{max-width:780px;margin:10px 0 0;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.campaigns-empty-state__actions{margin-top:16px}@media (max-width:520px){.campaigns-card{padding:16px}.campaign-form-actions .btn,.campaigns-empty-state__actions .btn{width:100%}}.outbound-import-panel{display:flex;flex-direction:column;gap:16px}.outbound-import-panel__hint,.outbound-import-panel__report-type{margin:0;font-size:.875rem}.outbound-reports-panel{display:flex;flex-direction:column;gap:12px}.outbound-reports-panel--pending .outbound-reports-panel__state{color:var(--text,#111827)}.outbound-reports-panel__state{margin:0;font-size:15px;font-weight:760;color:var(--text,#111827)}.outbound-reports-panel__meta-line,.outbound-reports-panel__text{margin:0;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.outbound-reports-panel__summary{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-start}.outbound-reports-panel__meta{display:flex;flex-direction:column;gap:6px;min-width:200px}.outbound-reports-panel__commercial,.outbound-reports-panel__status,.outbound-reports-panel__type{margin:0;font-size:.875rem}.outbound-reports-panel__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.outbound-reports-panel__empty{margin:0}.outbound-email-panel,.outbound-email-panel__form{display:flex;flex-direction:column;gap:12px}.outbound-email-panel__draft-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px}.outbound-email-panel__draft-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:500}.outbound-email-panel__draft-badge--ai{background:var(--gray-100);color:var(--gray-700)}.outbound-email-panel__draft-badge--manual{background:#fff8e6;color:#8a6d00}.outbound-email-panel__draft-badge--queued{background:#e8f4ff;color:#0550ae}.outbound-email-panel__draft-unsaved{font-size:12px}.outbound-email-panel__attachment{font-size:13px;margin:0}.outbound-email-panel__footer{display:flex;flex-direction:column;gap:6px;font-size:13px;padding-top:4px;border-top:1px solid var(--gray-200)}.outbound-email-panel__save-success{margin:0;font-size:13px}.outbound-email-panel__empty{margin:0}.outbound-moderation-panel{display:flex;flex-direction:column;gap:12px}.outbound-moderation-panel__checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.outbound-moderation-panel__check-item{display:flex;gap:8px;align-items:flex-start;font-size:14px}.outbound-moderation-panel__check-item--ok .outbound-moderation-panel__check-icon{color:var(--success,#1a7f37)}.outbound-moderation-panel__check-icon{flex-shrink:0;width:1.25rem;text-align:center;color:var(--gray-500,#6e7781)}.outbound-moderation-panel__check-detail{font-size:13px}.outbound-moderation-panel__actions{display:flex;flex-direction:column;gap:6px}.outbound-moderation-panel__hint{margin:0;font-size:13px}.outbound-moderation-panel__auto-info,.outbound-moderation-panel__auto-status,.outbound-moderation-panel__error{margin:0}.outbound-moderation-panel__guardrail-block{padding:10px 12px;border-radius:var(--radius-sm,6px);background:#fff8e6;border:1px solid #f0d78c;display:flex;flex-direction:column;gap:8px}.outbound-moderation-panel__audit,.outbound-moderation-panel__emails-link,.outbound-moderation-panel__guardrail-block p{margin:0;font-size:13px}.outbound-delivery-panel{display:flex;flex-direction:column;gap:10px}.outbound-delivery-panel__toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.outbound-delivery-panel__search,.outbound-delivery-panel__select{font-size:13px;min-width:0}.outbound-delivery-panel__search{flex:1 1 140px}.outbound-delivery-panel__date{display:inline-flex;align-items:center;gap:4px;font-size:12px}.outbound-delivery-panel__date input{font-size:12px}.outbound-delivery-panel__full-link{font-size:13px;margin-left:auto;white-space:nowrap}.outbound-delivery-panel__meta{margin:0;font-size:12px}.outbound-delivery-panel__error{margin:0;font-size:13px}.outbound-delivery-panel__table-wrap{max-height:360px;overflow:auto}.outbound-delivery-panel__table{font-size:12px}.outbound-delivery-panel__table td,.outbound-delivery-panel__table th{padding:6px 8px;vertical-align:top}.outbound-delivery-panel__subject{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outbound-delivery-panel__site{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outbound-delivery-panel__row-link{color:inherit;text-decoration:underline;text-underline-offset:2px}.outbound-delivery-panel__webhook-badge{margin-left:4px;font-size:10px;text-transform:lowercase;vertical-align:middle}.outbound-delivery-panel__pager{margin:0;gap:8px}.outbound-moderation-queue__count{margin:0 0 8px;font-size:14px}.outbound-moderation-queue__list{margin:0;padding-left:1.1rem;font-size:13px;display:flex;flex-direction:column;gap:4px}.outbound-report-actions{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.outbound-report-actions__buttons{display:flex;flex-wrap:wrap;gap:6px}.outbound-import-dropzone{border:1px dashed var(--border,#d0d7de);border-radius:8px;padding:16px;background:var(--surface-muted,#f6f8fa);transition:border-color .15s ease,background .15s ease}.outbound-import-dropzone--active{border-color:var(--accent,#0969da);background:#eef6ff}.outbound-import-dropzone__title{margin:0 0 4px;font-weight:600}.outbound-import-dropzone__hint{margin:0 0 12px;font-size:.875rem}.outbound-import-dropzone__input{display:block;max-width:100%}.outbound-import-textarea{display:flex;flex-direction:column;gap:8px}.outbound-import-textarea__label{font-weight:500}.outbound-import-textarea__field{width:100%;min-height:120px;resize:vertical}.outbound-import-textarea__count{margin:0;font-size:.8125rem;color:var(--text-muted,#656d76)}.outbound-import-textarea__count--warn{color:#9a6700;font-weight:600}.outbound-import-result__summary{margin:0 0 8px}.outbound-import-result__table{margin-top:8px}.outbound-import-result__value{word-break:break-all;max-width:320px}.outbound-campaign-progress__bar{position:relative;height:12px}.outbound-campaign-progress__processed{position:absolute;left:0;top:0;height:100%;background:#15803d;border-radius:999px 0 0 999px;transition:width .3s ease}.outbound-campaign-progress__in-progress{position:absolute;top:0;height:100%;background:#1d4ed8;border-radius:0 999px 999px 0;animation:crawl-progress-indeterminate 1.2s ease-in-out infinite}.outbound-campaign-progress__caption{margin-top:8px}.outbound-campaign-progress__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.outbound-campaign-mini-progress{display:flex;flex-direction:column;gap:4px;min-width:120px}.outbound-campaign-mini-progress__bar{height:8px;position:relative}.outbound-campaign-mini-progress__label{font-size:.8125rem;color:var(--gray-600);white-space:nowrap}.outbound-campaign-sites-table__filters{margin-bottom:12px}.outbound-campaign-sites-table__row--needs-review{background:#fffbeb}.outbound-campaign-sites-table__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.outbound-contacts__table-wrap{overflow-x:auto}.outbound-contacts__table{width:100%;border-collapse:collapse;font-size:.875rem}.outbound-contacts__table td,.outbound-contacts__table th{padding:8px 10px;text-align:left;border-bottom:1px solid var(--border,#e5e7eb);vertical-align:top}.outbound-contacts__table th{font-weight:600;color:var(--text-muted);font-size:.8125rem}.outbound-contacts__row--best{background:transparent}.outbound-contacts__row:hover td{background:#f9fafb}.outbound-contacts__email{display:block;font-weight:500;color:var(--text,#111827)}.outbound-contacts__relevance{display:flex;align-items:center;gap:8px;min-width:100px}.outbound-contacts__relevance-track{flex:0 0 80px;height:6px;overflow:hidden;border-radius:3px;background:#e5e7eb}.outbound-contacts__relevance-bar{height:100%;width:var(--relevance-fill,0);background:#9ca3af;border-radius:3px}.outbound-contacts__status-cell{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.outbound-contacts__relevance-value{font-size:.75rem;color:var(--text-muted)}.outbound-contacts__rank{display:block;font-size:.75rem;margin-top:2px}.outbound-contacts__sources-toggle{background:none;border:none;padding:0;color:var(--text-muted);cursor:pointer;font-size:inherit}.outbound-contacts__sources-count{display:inline-block;margin-right:8px;color:var(--text);font-size:13px}.outbound-contacts__sources-show{height:28px;padding:0 10px;font-size:12px}.outbound-contacts__tag{display:inline-flex;align-items:center;margin-top:4px;margin-right:6px;min-height:20px;padding:0 6px;border-radius:5px;font-size:11px;font-weight:600;line-height:1}.outbound-contacts__tag--recommended{background:#f3f4f6;color:#374151}.outbound-contacts__tag--use{background:#f3f4f6;color:#6b7280}.outbound-contacts__status-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:11px;font-weight:650;line-height:1}.outbound-contacts__status-tag--confirmed{background:#ecfdf3;color:#166534}.outbound-contacts__status-tag--muted{background:#f3f4f6;color:#4b5563}.outbound-contacts__status-tag--danger{background:#fef2f2;color:#b42318}.outbound-contacts__status-tag--warn{background:#fff7ed;color:#c2410c}.outbound-contacts__sources-list{margin:6px 0 0;padding-left:16px;font-size:.8125rem}.outbound-contacts__actions{display:flex;flex-wrap:wrap;gap:6px}.outbound-contacts__policy-hint,.outbound-contacts__readonly-hint{margin:0 0 12px;font-size:.8125rem}.outbound-contacts__empty{margin:0}.outbound-contacts__blacklist-link{font-size:.75rem}.outbound-blacklist-panel__section{margin-bottom:16px}.outbound-blacklist-panel__hint{margin:0 0 12px;font-size:.8125rem}.outbound-blacklist-panel__limit-input{max-width:120px;display:block;margin-top:4px}.outbound-blacklist-panel__add-row{margin-bottom:16px}.outbound-blacklist-panel__table-wrap{overflow-x:auto}.outbound-blacklist-panel__table{width:100%;border-collapse:collapse;font-size:.875rem}.outbound-blacklist-panel__table td,.outbound-blacklist-panel__table th{padding:8px 10px;border-bottom:1px solid var(--border,#e5e7eb);text-align:left;vertical-align:middle}.outbound-blacklist-panel__table th{font-weight:600;color:var(--text-muted)}.outbound-blacklist-panel__summary-line{margin:0 0 8px}.outbound-blacklist-panel__manage-link{display:inline-block;margin-top:8px}.outbound-blacklist-panel__readonly-hint{margin:0 0 12px;font-size:.8125rem}.outbound-blacklist-panel__empty{margin:12px 0 0}.optout-page{--border:#e5e7eb;--border-strong:#d1d5db;--accent:#c41f4c;--accent-hover:#b51d46;--text-muted:#6b7280}.optout-page .page__header{margin-bottom:24px}.optout-page .page-stack{display:grid;grid-gap:16px;gap:16px}.optout-page .breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 12px;font-size:13px;color:var(--text-muted)}.optout-page .breadcrumbs a{color:var(--text-muted);text-decoration:none}.optout-page .breadcrumbs a:hover{color:var(--accent)}.optout-page .breadcrumbs__sep{color:#d1d5db}.optout-page .breadcrumbs__current{color:#374151}.optout-page .card{padding:18px;border-radius:8px;border:1px solid var(--border);background:#fff;margin-bottom:0}.optout-page .card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}.optout-page .card__title{margin:0;padding-bottom:0;border-bottom:0;font-size:16px;font-weight:760;line-height:1.3}.optout-page .card__description{margin:4px 0 0;color:var(--text-muted);font-size:13px;line-height:1.45}.optout-page .optout-filters{display:grid;grid-template-columns:minmax(260px,1fr) 210px 160px auto;grid-gap:8px;gap:8px;align-items:end;margin-bottom:12px}.optout-page .optout-filters .optout-filters__reset{height:42px;padding:0 14px}.optout-page .control{width:100%;height:42px;padding:0 13px;border:1px solid var(--border-strong);border-radius:6px;background:#fff;color:#111827;font-size:14px;outline:none}.optout-page select.control{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 13px center;background-size:16px 16px;background-repeat:no-repeat}.optout-page .control:focus-visible{border-color:var(--accent);background:#fff;box-shadow:none;outline:none}.optout-page .empty-state{padding:18px;border:1px solid var(--border);border-radius:var(--radius,8px);background:var(--gray-50,#f9fafb);text-align:center}.optout-page .empty-state__title{margin:0;color:#111827;font-size:15px;font-weight:760;line-height:1.3}.optout-page .empty-state__text{margin:8px 0 0;color:var(--text-muted);font-size:14px;line-height:1.45}.optout-page .table-shell{width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:#fff}.optout-page .data-table{width:100%;min-width:760px;border-collapse:collapse;font-size:14px}.optout-page .data-table th{padding:10px 14px;background:var(--gray-50,#f9fafb);color:var(--gray-600,#4b5563);font-size:12px;font-weight:760;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;text-align:left}.optout-page .data-table td{padding:12px 14px;color:#374151;border-bottom:1px solid var(--border);vertical-align:middle}.optout-page .data-table td:last-child,.optout-page .data-table th:last-child{text-align:right}.optout-page .data-table tbody tr:last-child td{border-bottom:0}.optout-page .data-table tbody tr:hover td{background:var(--gray-50,#f9fafb)}.optout-page .table-actions{display:flex;justify-content:flex-end;gap:8px}.optout-page .table-note{color:var(--text-muted);font-size:13px;white-space:nowrap}.optout-page .btn-sm{height:34px;padding:0 12px;font-size:13px;font-weight:650}.optout-page__placeholder{margin:0;color:var(--text-muted);font-size:14px}.optout-page__error{margin:0 0 12px;color:#b91c1c;font-size:14px}.optout-page .modal-backdrop{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(17,24,39,.36)}.optout-page .modal{width:100%;max-width:520px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.18)}.optout-page .modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--border)}.optout-page .modal__title{margin:0;color:#111827;font-size:18px;font-weight:760;line-height:1.3}.optout-page .modal__description{margin:6px 0 0;color:var(--text-muted);font-size:14px;line-height:1.5}.optout-page .modal__close{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text-muted);font-size:20px;line-height:1;cursor:pointer}.optout-page .modal__close:hover:not(:disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.26);color:var(--accent)}.optout-page .modal__body{display:grid;grid-gap:14px;gap:14px;padding:18px}.optout-page .field{display:grid;grid-gap:7px;gap:7px}.optout-page .field__label{color:#374151;font-size:13px;font-weight:680}.optout-page .field__hint{margin:0;color:var(--text-muted);font-size:12px;line-height:1.45}.optout-page .field__error{display:none;color:#b91c1c;font-size:12px;line-height:1.4}.optout-page .field__error.is-visible{display:block}.optout-page .modal__actions{display:flex;justify-content:flex-end;gap:8px;padding:0 18px 18px}@media (max-width:860px){.optout-page .optout-filters{grid-template-columns:1fr}}.blacklist-page{--border:#e5e7eb;--border-strong:#d1d5db;--accent:#c41f4c;--accent-hover:#b51d46;--text-muted:#6b7280}.blacklist-page .page__header{margin-bottom:24px}.blacklist-page .page-stack{display:grid;grid-gap:16px;gap:16px}.blacklist-page .breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 12px;font-size:13px;color:var(--text-muted)}.blacklist-page .breadcrumbs a{color:var(--text-muted);text-decoration:none}.blacklist-page .breadcrumbs a:hover{color:var(--accent)}.blacklist-page .breadcrumbs__sep{color:#d1d5db}.blacklist-page .breadcrumbs__current{color:#374151}.blacklist-page .card{padding:18px;border-radius:8px;border:1px solid var(--border);background:#fff}.blacklist-page .card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}.blacklist-page .card__title{margin:0;padding-bottom:0;border-bottom:0;color:#111827;font-size:16px;font-weight:760;line-height:1.3}.blacklist-page .card__description{margin:4px 0 0;color:var(--text-muted);font-size:13px;line-height:1.45}.blacklist-page .status-banner{display:none;align-items:center;min-height:34px;padding:0 12px;border-radius:6px;background:#ecfdf3;color:#166534;font-size:13px;line-height:1.4}.blacklist-page .status-banner.is-visible{display:inline-flex}.blacklist-page .status-banner--inline{align-self:end}.blacklist-page .limits-form{display:grid;grid-template-columns:160px 160px auto auto;grid-gap:12px;gap:12px;align-items:end;max-width:760px}.blacklist-page .blacklist-form{display:grid;grid-template-columns:180px minmax(280px,1fr) auto;grid-gap:8px;gap:8px;align-items:end;margin-bottom:12px}.blacklist-page .field{display:grid;grid-gap:7px;gap:7px}.blacklist-page .field__label{color:#374151;font-size:13px;font-weight:680}.blacklist-page .control{width:100%;height:42px;padding:0 13px;border:1px solid var(--border-strong);border-radius:6px;background:#fff;color:#111827;font-size:14px}.blacklist-page select.control{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 13px center;background-size:16px 16px;background-repeat:no-repeat}.blacklist-page .control:focus-visible{border-color:var(--accent);background:#fff;box-shadow:none;outline:none}.blacklist-page .blacklist-form .btn-sm,.blacklist-page .limits-form .btn-sm{height:42px;padding:0 14px}.blacklist-page .field__error{display:none;margin-top:7px;color:#b91c1c;font-size:12px;line-height:1.4}.blacklist-page .field__error.is-visible{display:block}.blacklist-page .empty-state{padding:18px;border:1px solid var(--border);border-radius:var(--radius,8px);background:var(--gray-50,#f9fafb);text-align:center}.blacklist-page .empty-state__title{margin:0;color:#111827;font-size:15px;font-weight:760;line-height:1.3}.blacklist-page .empty-state__text{margin:8px 0 0;color:var(--text-muted);font-size:14px;line-height:1.45}.blacklist-page .table-shell{width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius,8px);background:#fff}.blacklist-page .data-table{width:100%;min-width:720px;border-collapse:collapse;font-size:14px}.blacklist-page .data-table th{padding:10px 14px;background:var(--gray-50,#f9fafb);color:var(--gray-600,#4b5563);font-size:12px;font-weight:760;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;text-align:left;white-space:nowrap}.blacklist-page .data-table td{padding:12px 14px;color:#374151;border-bottom:1px solid var(--border)}.blacklist-page .blacklist-value,.blacklist-page .data-table td:first-child{overflow-wrap:anywhere;word-break:normal}.blacklist-page .data-table td:last-child,.blacklist-page .data-table th:last-child{text-align:right}.blacklist-page .data-table tbody tr:last-child td{border-bottom:0}.blacklist-page .data-table tbody tr:hover td{background:var(--gray-50,#f9fafb)}.blacklist-page .table-actions{display:flex;justify-content:flex-end;gap:8px}.blacklist-page .table-note{color:var(--text-muted);font-size:13px;white-space:nowrap}.blacklist-page .btn-sm{height:34px;padding:0 12px;font-size:13px;font-weight:650}.blacklist-page__error{margin:0 0 12px;color:#b91c1c;font-size:14px}.blacklist-page .btn-danger-outline{border-color:#f1b8b8;color:#b91c1c}.blacklist-page .btn-danger-outline:hover:not(:disabled){background:#fef2f2;border-color:#ef9a9a;color:#991b1b}.blacklist-page .modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(17,24,39,.36)}.blacklist-page .modal{width:100%;max-width:520px;border-radius:8px;border:1px solid var(--border);background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.18)}.blacklist-page .modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--border)}.blacklist-page .modal__title{margin:0;color:#111827;font-size:18px;font-weight:760;line-height:1.3}.blacklist-page .modal__description{margin:6px 0 0;color:var(--text-muted);font-size:13px;line-height:1.45}.blacklist-page .modal__close{width:34px;height:34px;flex:0 0 34px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text-muted);font-size:20px;line-height:1;cursor:pointer}.blacklist-page .modal__close:hover:not(:disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.26);color:var(--accent)}.blacklist-page .modal__body{padding:18px}.blacklist-page .modal__actions{display:flex;justify-content:flex-end;gap:8px;padding:0 18px 18px}.blacklist-page .readonly-value{min-height:42px;display:flex;align-items:center;padding:0 13px;border:1px solid var(--border);border-radius:6px;background:var(--gray-50,#f9fafb);color:#111827;font-size:14px;font-weight:600;overflow-wrap:anywhere;word-break:normal}@media (max-width:860px){.blacklist-page .blacklist-form,.blacklist-page .limits-form{grid-template-columns:1fr}.blacklist-page .status-banner--inline{width:-moz-fit-content;width:fit-content}}.outbound-opt-out-panel__summary-line{margin:0 0 6px}.outbound-opt-out-panel__manage-link{display:inline-block;margin-top:8px}.outbound-opt-out-panel__readonly-hint{margin:0 0 12px;font-size:.8125rem}.outbound-opt-out-panel__empty{margin:12px 0 0}.outbound-moderation-panel__blacklist-link{margin-top:8px}.monitoring-sites-table__sort{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.monitoring-sites-table__cards{display:flex;flex-direction:column;gap:12px}.monitoring-sites-table__desktop{display:none}.monitoring-sites-table__row{cursor:pointer}.monitoring-sites-table__row:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:-2px}.monitoring-sites-table__status{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.monitoring-site-card__date,.monitoring-sites-table__date{font-size:.75rem;color:var(--muted)}.monitoring-site-card{cursor:pointer}.monitoring-site-card:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:2px}.monitoring-site-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.monitoring-site-card__url{font-weight:600;word-break:break-all}.monitoring-site-card__label{margin:0 0 8px;color:var(--muted);font-size:.875rem}.monitoring-site-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 16px;gap:8px 16px;margin:0}.monitoring-site-card__meta dt{font-size:.75rem;color:var(--muted)}.monitoring-site-card__meta dd{margin:0}.monitoring-site-card__actions{margin-top:12px;display:flex;justify-content:flex-end}.monitoring-sites-table__actions-col{width:1%;white-space:nowrap}.monitoring-delta{display:inline-flex;flex-wrap:wrap;gap:4px;align-items:center}.monitoring-delta--empty{color:var(--muted)}.monitoring-delta__regression{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600;color:#9a1c1c;background:#ffebe9;border:1px solid #ffbbb5}.monitoring-delta__alert-icon{display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;line-height:1;color:#9a1c1c}.monitoring-site-card--alert{border-color:#ffbbb5;box-shadow:inset 3px 0 0 #e03131}.monitoring-sites-table__row--alert{background:#fff8f7}.monitoring-sites-table__url-cell{display:inline-flex;align-items:center;gap:6px}.monitoring-delta-block--regression.monitoring-delta-block--alert{padding:14px;border-radius:var(--radius);border:1px solid #ffbbb5;background:#fff5f5}.monitoring-delta-block__alert-icon{margin-right:6px}.monitoring-delta-block__count--regression{color:#9a1c1c}.monitoring-delta-block__severity-shift{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.monitoring-delta-block__severity-arrow{color:var(--muted);font-size:.75rem;font-weight:600}.monitoring-delta-block__preview-item--regression{grid-template-columns:auto minmax(0,1fr)}.monitoring-delta-summary{display:grid;grid-gap:16px;gap:16px}.monitoring-delta-summary__empty{margin:0;color:var(--text-muted,#6b7280);font-size:.875rem}.monitoring-delta-block{display:flex;flex-direction:column;gap:10px}.monitoring-delta-block--disabled{color:var(--muted)}.monitoring-delta-block__title{margin:0;font-size:.95rem;font-weight:600}.monitoring-delta-block__count{font-size:2rem;font-weight:700;line-height:1.1}.monitoring-delta-block__count--new{color:#b45309}.monitoring-delta-block__count--fixed{color:#15803d}.monitoring-delta-block__score-hint{margin:0;font-size:.875rem}.monitoring-delta-block__caption,.monitoring-delta-block__empty{margin:0;color:var(--muted);font-size:.875rem}.monitoring-delta-block__warning{margin:0;padding:8px 10px;border-radius:8px;font-size:.8125rem;color:#8a4b00;background:#fff7e6;border:1px solid #ffd591}.monitoring-delta-block__preview{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.monitoring-delta-block__preview-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:6px 10px;gap:6px 10px;align-items:center;font-size:.8125rem}.monitoring-delta-block__severity{display:inline-flex;align-items:center;justify-content:center;min-width:4.5rem;padding:2px 8px;border-radius:999px;font-size:.6875rem;font-weight:600;text-transform:capitalize}.monitoring-delta-block__rule{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monitoring-delta-block__url{grid-column:2;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monitoring-delta-block__action{align-self:flex-start;margin-top:4px}@media (min-width:900px){.monitoring-sites-table__cards{display:none}.monitoring-sites-table__desktop{display:block}}.n8n-handoff-panel{display:flex;flex-direction:column;gap:12px;padding:16px}.n8n-handoff-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.n8n-handoff-panel__title{margin:0;font-size:1rem}.n8n-handoff-panel__badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.n8n-handoff-panel__badge--sent{color:#166534;background:#dcfce7;border:1px solid #86efac}.n8n-handoff-panel__badge--failed{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.n8n-handoff-panel__badge--pending{color:#92400e;background:#fef3c7;border:1px solid #fcd34d}.n8n-handoff-panel__meta{display:grid;grid-gap:8px;gap:8px;margin:0}.n8n-handoff-panel__meta-row{display:flex;justify-content:space-between;gap:12px;font-size:.875rem}.n8n-handoff-panel__meta-row dt{color:var(--text-muted)}.n8n-handoff-panel__meta-row dd{margin:0}.n8n-handoff-panel__error{margin:0;font-size:.875rem;color:#991b1b}.report-findings-panel{display:flex;flex-direction:column;gap:16px}.report-findings-panel__summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.report-findings-panel__score{display:flex;flex-direction:column;gap:4px;padding:12px 16px;min-width:140px}.report-findings-panel__score-label{font-size:.8125rem;color:var(--text-muted)}.report-findings-panel__score-value{font-size:1.75rem;line-height:1.1}.report-findings-panel__actions{display:flex;flex-wrap:wrap;gap:8px}.report-findings-panel__hint{margin:0;color:var(--text-muted)}.report-findings-panel__list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.report-findings-panel__item{padding:14px 16px}.report-findings-panel__item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.report-findings-panel__item-title{margin:0;font-size:.95rem}.report-findings-panel__severity{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.report-findings-panel__severity--critical,.report-findings-panel__severity--high{color:#991b1b;background:#fee2e2}.report-findings-panel__severity--medium{color:#92400e;background:#fef3c7}.report-findings-panel__severity--low{color:#1d4ed8;background:#dbeafe}.report-findings-panel__item-description{margin:8px 0 0;font-size:.875rem;color:var(--text-muted)}.report-findings-panel__item-meta{margin:8px 0 0;font-size:.8125rem;color:var(--text-muted)}.report-stage-summary__hint{margin:0;color:var(--text-muted);font-size:.875rem}.audit-errors-chart,.audit-errors-chart__list{display:flex;flex-direction:column;gap:8px}.audit-errors-chart__list{list-style:none;margin:0;padding:0}.audit-errors-chart__item{margin:0}.audit-errors-chart__row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,2fr) auto;align-items:center;grid-gap:10px;gap:10px;text-decoration:none;color:inherit;padding:4px 0;border-radius:6px;transition:background var(--transition)}.audit-errors-chart__row:hover{background:var(--gray-50)}.audit-errors-chart__label{font-size:.8125rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-errors-chart__bar-track{height:10px;background:var(--gray-100);border-radius:999px;overflow:hidden}.audit-errors-chart__bar{display:block;height:100%;min-width:4px;border-radius:999px;transition:width var(--transition)}.audit-errors-chart__count{font-size:.8125rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:2ch;text-align:right}.audit-errors-chart__empty,.audit-errors-chart__muted{margin:0;font-size:.875rem;color:var(--gray-500)}.audit-errors-chart__empty{color:#15803d;font-weight:500}.audit-errors-chart__skeleton{display:flex;flex-direction:column;gap:10px}.audit-errors-chart__skeleton-row{display:block;height:18px;border-radius:6px;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-50) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:audit-score-skeleton 1.2s ease-in-out infinite}#audit-execution-errors[data-highlight-stage]{outline:2px solid var(--warning,#d97706);outline-offset:2px}.audit-stage-timeline__current{margin:0 0 12px;font-size:.9375rem;color:var(--gray-700)}.audit-stage-timeline__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.audit-stage-timeline__item{display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;padding:8px 0;position:relative}.audit-stage-timeline__item:not(:last-child):after{content:"";position:absolute;left:13px;top:32px;bottom:-8px;width:2px;background:var(--gray-200,#e5e7eb)}.audit-stage-timeline__item--active .audit-stage-timeline__label{font-weight:600;color:var(--primary,#2563eb)}.audit-stage-timeline__item--failed .audit-stage-timeline__icon{color:var(--danger,#dc2626)}.audit-stage-timeline__item--completed .audit-stage-timeline__icon{color:var(--success,#16a34a)}.audit-stage-timeline__item--partial .audit-stage-timeline__icon{color:var(--warning,#d97706)}.audit-stage-timeline__marker{display:flex;align-items:flex-start;justify-content:center;padding-top:2px}.audit-stage-timeline__icon{font-size:.875rem;line-height:1.2}.audit-stage-timeline__spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--gray-300,#d1d5db);border-top-color:var(--primary,#2563eb);border-radius:50%;animation:audit-stage-spin .8s linear infinite}@keyframes audit-stage-spin{to{transform:rotate(1turn)}}.audit-stage-timeline__content{display:flex;flex-direction:column;gap:2px;min-width:0}.audit-stage-timeline__label{font-size:.875rem;text-align:left;background:none;border:none;padding:0;color:inherit;cursor:default}.audit-stage-timeline__label--failed{color:var(--danger,#dc2626);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.audit-stage-timeline__label-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.audit-stage-timeline__retry-link{font-size:.75rem;background:none;border:none;padding:0;color:var(--primary,#2563eb);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.audit-stage-timeline__retry-link:disabled{opacity:.5;cursor:not-allowed}.audit-stage-timeline__counts{font-size:.75rem;color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.audit-stage-timeline__provider-row{margin-top:12px;padding-top:12px;border-top:1px solid var(--gray-200,#e5e7eb);display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;font-size:.8125rem}.audit-stage-timeline__provider-status--active{color:var(--primary,#2563eb)}.audit-stage-timeline__provider-link{font-size:.8125rem}.audit-execution-errors{display:flex;flex-direction:column;gap:12px}.audit-execution-errors__partial-banner{margin-bottom:4px}.audit-execution-errors__partial-title{margin:0 0 4px;font-weight:600}.audit-execution-errors__partial-reason{margin:0 0 8px}.audit-execution-errors__retry-cta{margin-top:4px}.audit-execution-errors__empty{margin:0;font-size:.875rem}.audit-execution-errors__empty--success{color:var(--success,#16a34a)}.audit-execution-errors__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.audit-execution-errors__card{border:1px solid var(--gray-200,#e5e7eb);border-radius:var(--radius-sm);padding:12px 14px;background:#fff}.audit-execution-errors__card--error{border-left:3px solid var(--danger,#dc2626)}.audit-execution-errors__card--warning{border-left:3px solid var(--warning,#d97706)}.audit-execution-errors__card--info{border-left:3px solid var(--primary,#2563eb)}.audit-execution-errors__card-header{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.audit-execution-errors__severity{font-size:.875rem;line-height:1}.audit-execution-errors__stage-badge{font-size:.75rem;font-weight:600;text-transform:lowercase;padding:2px 8px;border-radius:999px;background:var(--gray-100,#f3f4f6);color:var(--gray-700,#374151)}.audit-execution-errors__time{margin-left:auto;font-size:.75rem;color:var(--muted)}.audit-execution-errors__message{margin:0;font-size:.875rem;line-height:1.45}.audit-execution-errors__event-code{margin:6px 0 0;font-size:.75rem;color:var(--muted);font-family:var(--font-mono,ui-monospace,monospace)}.audit-execution-errors__details-toggle{margin-top:8px;padding:0;border:none;background:none;color:var(--primary,#2563eb);font-size:.8125rem;cursor:pointer;text-decoration:underline}.audit-execution-errors__details-preview{margin:8px 0 0;padding:8px 10px;font-size:.75rem;line-height:1.4;background:var(--gray-50,#f9fafb);border:1px solid var(--gray-200,#e5e7eb);border-radius:var(--radius-sm);overflow-x:auto;white-space:pre-wrap;word-break:break-word}.audit-execution-errors__footer{margin:0}.audit-execution-errors__logs-link{padding:0;border:none;background:none;color:var(--primary,#2563eb);font-size:.8125rem;cursor:pointer;text-decoration:underline}.audit-job-logs{display:flex;flex-direction:column;gap:.75rem}.audit-job-logs__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.audit-job-logs__filters{display:flex;flex-wrap:wrap;gap:.375rem}.audit-job-logs__chip{padding:.25rem .625rem;border:1px solid var(--border,#d1d5db);border-radius:999px;background:var(--surface,#fff);font-size:.75rem;cursor:pointer}.audit-job-logs__chip--active{border-color:var(--accent,#c41f4c);background:rgba(196,31,76,.08);color:var(--accent,#c41f4c)}.audit-job-logs__step-filter,.audit-job-logs__toggle{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem}.audit-job-logs__step-filter select{padding:.25rem .5rem;border:1px solid var(--border,#d1d5db);border-radius:var(--radius-sm);font-size:.8125rem}.audit-job-logs__export{margin-left:auto}.audit-job-logs__summary{margin:0;font-size:.8125rem;color:var(--muted,#6b7280)}.audit-job-logs__table-wrap{max-height:28rem;overflow:auto;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-sm)}.audit-job-logs__table{width:100%;border-collapse:collapse;font-size:.8125rem}.audit-job-logs__table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;padding:.5rem .625rem;border-bottom:1px solid var(--border,#e5e7eb);background:var(--surface-muted,#f9fafb);text-align:left;font-weight:600}.audit-job-logs__cell{padding:.5rem .625rem;border-bottom:1px solid var(--border,#f3f4f6);vertical-align:top}.audit-job-logs__row{cursor:default}.audit-job-logs__row:hover{background:color-mix(in srgb,var(--primary,#2563eb) 4%,white)}.audit-job-logs__cell--time{white-space:nowrap;color:var(--muted,#6b7280)}.audit-job-logs__cell--message{word-break:break-word}.audit-job-logs__cell--code{font-family:var(--font-mono,ui-monospace,monospace);font-size:.75rem;color:var(--muted,#6b7280)}.audit-job-logs__level{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.6875rem;font-weight:600;text-transform:uppercase}.audit-job-logs__level--error{background:#fee2e2;color:#b91c1c}.audit-job-logs__level--warn{background:#fef3c7;color:#b45309}.audit-job-logs__level--info{background:#f3f4f6;color:#374151}.audit-job-logs__level--debug{background:#f9fafb;color:#9ca3af}.audit-job-logs__expand-btn{padding:0;border:none;background:none;color:var(--muted,#6b7280);cursor:pointer}.audit-job-logs__details-row td{padding:0;background:#f9fafb}.audit-job-logs__details-json{margin:0;padding:.75rem;font-family:var(--font-mono,ui-monospace,monospace);font-size:.75rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.audit-job-logs__load-more{align-self:flex-start}.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}.page__title-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.page__count{font-size:1rem;font-weight:500;color:#6b7280}.page--projects{--projects-accent:#c41f4c;--projects-accent-hover:#b51d46;--projects-accent-soft:rgba(196,31,76,0.08);--projects-accent-soft-2:rgba(196,31,76,0.05);--projects-accent-border:rgba(196,31,76,0.24)}.projects-filters,.projects-toolbar{display:grid;grid-template-columns:minmax(360px,1fr) auto auto auto;grid-gap:12px;gap:12px;align-items:center;margin-top:0;margin-bottom:0}.projects-filters__search{min-width:0}.projects-filters__search input{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;font:inherit;font-size:14px;background:#ffffff}.projects-filters__mode{display:flex;align-items:center;gap:8px}.projects-filters__mode-label{font-size:13px;color:#6b7280;white-space:nowrap}.projects-filters__mode select{min-width:140px;height:42px;padding:0 40px 0 14px;border:1px solid #d1d5db;border-radius:6px;font:inherit;font-size:14px;background:#ffffff;color:#111827;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px 14px}.projects-filters__cta{flex:0 0 auto;min-width:148px}.projects-filters__cta.btn-primary{min-width:148px}.projects-list-shell,.projects-table-card{width:100%;background:#ffffff;border:1px solid #e5e7eb;border-radius:var(--radius);overflow-x:auto}.projects-empty{text-align:center}.projects-empty__title{margin:0 0 8px;font-size:1.1rem;color:#111827}.projects-empty__text{margin:0 0 20px;color:#6b7280;font-size:14px}.projects-table{width:100%}.projects-table__table{width:100%;border-collapse:collapse}.projects-table__table thead th{padding:10px 16px;font-size:12px;font-weight:700;letter-spacing:.04em;color:#6b7280;text-align:left;text-transform:uppercase;background:#f9fafb;border-bottom:1px solid #e5e7eb;white-space:nowrap}.projects-table__row,.projects-table__row.is-active,.projects-table__row.is-running,.projects-table__row.is-selected,.projects-table__row.is-stalled,.projects-table__row.is-warning,.projects-table__row:active,.projects-table__row:focus,.projects-table__row:hover,tr.projects-table__row,tr.projects-table__row:hover{background:#ffffff!important}.projects-table__row:last-child .projects-table__cell{border-bottom:none}.projects-table__cell{padding:18px 16px;vertical-align:top;border-bottom:1px solid #f1f2f4}.projects-table__cell--project{min-width:220px}.projects-table__cell--status{text-align:left}.projects-table__cell--actions{width:148px;white-space:nowrap}.projects-table__project-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.projects-table__domain{font-size:14px;font-weight:700;color:#111827;text-decoration:none}.projects-table__domain:hover{color:var(--projects-accent)}.projects-table__mode-badge{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:4px 7px;border-radius:4px;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:600;line-height:1}.projects-table__url{display:block;font-size:13px;color:#6b7280;text-decoration:none;word-break:break-all}.projects-table__url:hover{color:var(--projects-accent)}.projects-table__meta-line{margin-top:4px;font-size:12px;color:#6b7280}.projects-table__status{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:8px;min-width:140px}.projects-table__status-badge{display:inline-flex;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;padding:4px 7px;border-radius:4px;font-size:12px;font-weight:600;line-height:1}.projects-table__audit-status{justify-content:flex-start;align-self:flex-start;text-align:left;margin:0}.projects-table__audit-meta{display:block;text-align:left;margin:0;padding-left:0}.projects-table__status-badge--muted{background:#f3f4f6;color:#6b7280}.projects-table__status-badge--running{background:var(--projects-accent-soft);color:var(--projects-accent)}.projects-table__status-badge--success{background:#ecfdf3;color:#166534}.projects-table__status-badge--warning{background:#fff7ed;color:#c2410c}.projects-table__status-badge--danger{background:#fef2f2;color:#b42318}.projects-table__status-spinner{width:10px;height:10px;border:2px solid var(--projects-accent-border);border-top-color:var(--projects-accent);border-radius:50%;animation:projects-spin .8s linear infinite}@keyframes projects-spin{to{transform:rotate(1turn)}}.projects-table__score{font-size:14px;font-weight:700}.projects-table__score-pill{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:4px 7px;border-radius:4px;background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:600;line-height:1}.projects-table__score--good{color:#166534}.projects-table__score--warn{color:#c2410c}.projects-table__score--bad{color:#b91c1c}.projects-table__score--muted{color:#6b7280;font-weight:500}.projects-table__errors-total{font-size:14px;font-weight:600;color:#111827}.projects-table__errors-pills{display:flex;flex-wrap:wrap;gap:6px 8px;margin-top:6px}.projects-table__error-pill{display:inline-flex;align-items:center;gap:5px;min-height:24px;padding:4px 7px;border-radius:4px;font-size:12px;font-weight:600;line-height:1}.projects-table__error-pill--critical,.projects-table__error-pill--high{background:#fef2f2;color:#b42318}.projects-table__error-pill--medium{background:#fff7e6;color:#b54708}.projects-table__error-pill--low{background:#f3f4f6;color:#4b5563}.projects-table__monitoring{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#374151;white-space:nowrap}.projects-table__monitoring-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db}.projects-table__monitoring--on .projects-table__monitoring-dot{background:#22c55e}.projects-table__actions{display:flex;align-items:center;gap:8px;position:relative}.projects-table__menu .btn-icon{font-size:18px;line-height:1}.projects-table__menu{position:relative}.projects-table__menu-panel{z-index:60;min-width:190px;padding:6px;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 12px 32px rgba(17,24,39,.12)}.projects-table__menu button.projects-table__menu-item{background:#ffffff;color:#374151;padding:8px 10px;font-weight:500;border-radius:6px;border:none;width:100%;text-align:left}.projects-table__menu-item,.projects-table__menu-item--link{display:flex;align-items:center;width:100%;min-height:36px;padding:0 10px;border-radius:6px;background:transparent;color:#374151;font:inherit;font-size:13px;font-weight:500;text-align:left;text-decoration:none;cursor:pointer}.projects-table__menu-item--link:hover,.projects-table__menu-item:hover:not(:disabled){background:rgba(196,31,76,.06);color:var(--projects-accent)}.projects-table__menu-item:disabled{color:#9ca3af;cursor:not-allowed}.projects-table__menu-delete{margin-top:6px;padding-top:6px;border-top:1px solid #f1f2f4}.projects-table__menu-delete .projects-table__menu-item--danger,.projects-table__menu-item--danger.btn-danger{width:100%;justify-content:flex-start;background:transparent;border:none;color:#b91c1c;box-shadow:none}.projects-table__menu-delete .projects-table__menu-item--danger:hover:not(:disabled),.projects-table__menu-item--danger.btn-danger:hover:not(:disabled){background:#fef2f2;color:#991b1b}.projects-table__skeleton-row{padding:8px 0}@media (max-width:1100px){.projects-table__cell--monitoring,.projects-table__col-monitoring{display:none}}@media (max-width:1180px){.projects-filters,.projects-toolbar{grid-template-columns:minmax(0,1fr) auto}.projects-filters__cta{grid-column:1/-1;justify-self:start}}@media (max-width:900px){.projects-filters,.projects-toolbar{grid-template-columns:1fr}.projects-filters__cta{grid-column:auto;width:100%}.projects-table thead th:nth-child(3),.projects-table__cell--score{display:none}}@media (max-width:768px){.projects-table,.projects-table__cell,.projects-table__row,.projects-table__table,.projects-table__table tbody,.projects-table__table thead{display:block;width:100%}.projects-table__table thead{display:none}.projects-table__row{padding:12px 16px;border-bottom:1px solid #f1f2f4}.projects-table__cell{padding:8px 0;border-bottom:none}.projects-table__cell--actions{padding-top:12px}}.projects-table tbody tr,.projects-table tbody tr.is-active,.projects-table tbody tr.is-active>td,.projects-table tbody tr.is-running,.projects-table tbody tr.is-running>td,.projects-table tbody tr.is-selected,.projects-table tbody tr.is-selected>td,.projects-table tbody tr.is-stalled,.projects-table tbody tr.is-stalled>td,.projects-table tbody tr.is-warning,.projects-table tbody tr.is-warning>td,.projects-table tbody tr.project-row,.projects-table tbody tr.project-row:hover,.projects-table tbody tr.project-row:hover>td,.projects-table tbody tr.project-row>td,.projects-table tbody tr:hover,.projects-table tbody tr:hover>td,.projects-table tbody tr>td{background:#ffffff!important}.projects-table tbody tr:hover>td{background:#f9fafb!important}.exclusions-page{--border:#e5e7eb;--border-strong:#d1d5db;--accent:#c41f4c;--danger:#b42318}.exclusions-page .page__header{margin-bottom:24px}.exclusions-page__status{margin:0;color:var(--text-muted,#6b7280);font-size:14px}.exclusions-card{background:var(--surface,#fff);border:1px solid var(--border);border-radius:8px;padding:18px}.exclusions-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border)}.exclusions-card__title{margin:0;color:var(--text,#111827);font-size:18px;font-weight:760;line-height:1.3}.exclusions-card__meta{margin:4px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.exclusions-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.exclusions-table{width:100%;min-width:960px;border-collapse:collapse}.exclusions-table th{padding:10px 8px;background:#f9fafb;color:#111827;font-size:11px;font-weight:780;line-height:1.2;text-align:left;text-transform:uppercase}.exclusions-table td{padding:12px 8px;border-top:1px solid #f1f3f5;color:#4b5563;font-size:13px;vertical-align:top}.exclusions-table td:last-child,.exclusions-table th:last-child{text-align:right}.exclusions-page .code-pill{max-width:100%;color:#374151;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.4;overflow-wrap:anywhere}.exclusions-table__footer{display:flex;justify-content:flex-end;margin-top:14px;color:var(--text-muted,#6b7280);font-size:13px}.exclusions-table__delete:hover:not(:disabled):not(.is-disabled){background:rgba(180,35,24,.06);border-color:rgba(180,35,24,.28);color:var(--danger)}.exclusions-empty-state{padding:18px;border:1px solid var(--border);border-radius:8px;background:var(--gray-50)}.exclusions-empty-state__title{margin:0;color:var(--text,#111827);font-size:17px;font-weight:760;line-height:1.35}.exclusions-empty-state__text{max-width:720px;margin:8px 0 0;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.exclusions-empty-state__actions{margin-top:16px}.exclusions-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(17,24,39,.32)}.exclusions-modal__dialog{width:min(100%,540px);background:var(--surface,#fff);border:1px solid var(--border);border-radius:8px;padding:18px}.exclusions-modal__dialog:focus{outline:none}.exclusions-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid var(--border)}.exclusions-modal__title{margin:0;color:var(--text,#111827);font-size:18px;font-weight:760;line-height:1.3}.exclusions-modal__description{margin:4px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.exclusions-modal__close{width:30px;height:30px;flex:0 0 30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;background:transparent;color:#6b7280;font-size:18px;line-height:1}.exclusions-modal__close:focus-visible,.exclusions-modal__close:hover:not(:disabled){background:rgba(17,24,39,.04);border-color:transparent;color:var(--accent);outline:none;box-shadow:none}.exclusions-form-field{display:block;min-width:0}.exclusions-form-field+.exclusions-form-field{margin-top:14px}.exclusions-modal__form .audit-segmented{margin-top:2px}.exclusions-modal__form .audit-target-file__preview{margin-top:10px}.exclusions-form-field__label{display:block;margin-bottom:7px;color:var(--text,#111827);font-size:13px;font-weight:680}.exclusions-form-field__hint{display:block;margin-top:7px;color:var(--text-muted,#6b7280);font-size:12px;line-height:1.45}.exclusions-form-field__error{color:var(--danger);font-weight:600}.exclusions-modal__form input[type=text],.exclusions-modal__form input[type=url],.exclusions-modal__form textarea{width:100%;min-height:42px;border:1px solid var(--border-strong);border-radius:6px;background:#fff;color:var(--text,#111827);font-size:14px;outline:none;transition:border-color .16s ease}.exclusions-modal__form input[type=text],.exclusions-modal__form input[type=url]{padding:0 13px}.exclusions-modal__form textarea{min-height:84px;padding:11px 13px;resize:vertical}.exclusions-modal__form input:focus,.exclusions-modal__form input:focus-visible,.exclusions-modal__form textarea:focus,.exclusions-modal__form textarea:focus-visible{border-color:var(--accent);background:#fff;box-shadow:none;outline:none}.exclusions-modal__form input.is-invalid,.exclusions-modal__form textarea.is-invalid{border-color:var(--danger);background:#fff;box-shadow:none}.exclusions-modal__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:18px;padding-top:2px}@media (max-width:860px){.exclusions-card__head{display:block}.exclusions-card__head .btn{margin-top:16px}}@media (max-width:520px){.exclusions-card,.exclusions-modal__dialog{padding:16px}.exclusions-empty-state__actions .btn,.exclusions-modal__actions .btn{width:100%}}.emails-page{--border:#e5e7eb;--border-strong:#d1d5db;--accent:#c41f4c}.emails-page .page__header{margin-bottom:0}.email-stats-page__header,.emails-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.email-stats-page__section-title{margin:0 0 12px;color:#111827;font-size:16px;font-weight:650;line-height:1.3}.email-stats-page .stats-grid{margin-bottom:8px}.email-stats-page__sender-table{overflow-x:auto}.senders-page__header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto}.senders-page__actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.senders-page__check-message{font-size:.8rem}.senders-page__empty{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.senders-page .form-grid{display:grid;grid-gap:14px;gap:14px}.senders-page .form-error{margin-top:12px}.senders-page .readonly-value{min-height:42px;display:flex;align-items:center;padding:0 13px;border:1px solid var(--border,#e5e7eb);border-radius:6px;background:var(--gray-50,#f9fafb);color:#111827;font-size:14px;font-weight:600;overflow-wrap:anywhere}.senders-page__section-title{margin:4px 0 0;color:#111827;font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.senders-page__form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.senders-page__form-row--checks{align-items:center}.senders-page__check{display:inline-flex;align-items:center;gap:8px;color:#374151;font-size:14px}.senders-page__smtp-meta{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px 8px}.senders-page__notify-email{display:flex;flex-direction:column;gap:6px;max-width:360px;margin-bottom:16px}@media (max-width:640px){.senders-page__form-row{grid-template-columns:1fr}}.senders-page__notify-email-label{font-size:.875rem;font-weight:500;color:var(--gray-700,#374151)}.senders-page__notify-email input{width:100%;height:42px;padding:0 12px;border:1px solid #e5e7eb;border-radius:6px;font:inherit;font-size:14px;background:#ffffff;outline:none}.senders-page__notify-email input:focus,.senders-page__notify-email input:focus-visible{border-color:#93c5fd;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.email-stats-page__filters{display:flex;flex-wrap:wrap;align-items:center;gap:12px;grid-template-columns:none}.email-stats-page__filters .mail-filters__date{width:min(240px,100%)}.email-stats-page__date{display:flex;align-items:center;gap:8px}.email-stats-page__date-label{flex-shrink:0;color:#6b7280;font-size:13px;font-weight:500}.email-stats-page__date input[type=date]{flex:1 1;min-width:0}@media (max-width:720px){.email-stats-page__header,.emails-page__header{flex-direction:column;align-items:flex-start}}.mail-filters,.mail-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 182px 182px 168px 118px 118px auto;grid-gap:12px;gap:12px;align-items:center;margin-top:0;margin-bottom:0}.mail-filters__control,.mail-filters__date,.mail-filters__search{min-width:0}.mail-filters__search input{width:100%;height:42px;padding:0 12px;border:1px solid #e5e7eb;border-radius:6px;font:inherit;font-size:14px;background:#ffffff;outline:none}.mail-filters__control select,.mail-filters__date input{width:100%;height:42px;padding:0 40px 0 14px;border:1px solid #d1d5db;border-radius:6px;font:inherit;font-size:14px;background:#ffffff;color:#111827;outline:none}.mail-filters__date input{padding:0 12px}.mail-filters__control select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px 14px;text-overflow:ellipsis}.mail-filters__control select:focus,.mail-filters__control select:focus-visible,.mail-filters__date input:focus,.mail-filters__date input:focus-visible,.mail-filters__search input:focus,.mail-filters__search input:focus-visible{border-color:#c41f4c;box-shadow:none;outline:none}.mail-filters__reset{height:42px;width:auto;min-width:120px;max-width:130px;padding:0 14px;justify-self:start;flex-shrink:0}.mail-page__scope{margin-top:8px;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.mail-list-shell,.mail-table-card{width:100%;background:#ffffff;border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto}.email-send-log-groups{display:grid;grid-gap:12px;gap:12px}.email-send-log-group__table{overflow-x:auto}.email-send-log-group .audit-accordion__body{padding-top:0}.email-jobs-table{min-width:1200px}.email-job-status{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.email-job-status--success{color:#166534;background:#dcfce7}.email-job-status--error{color:#991b1b;background:#fee2e2}.email-job-status--processing{color:#1d4ed8;background:#dbeafe}.email-job-status--created{color:#92400e;background:#fef3c7}.email-job-status--pending{color:#374151;background:#f3f4f6}.email-job-detail-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.mail-table__cell--actions{white-space:nowrap;width:1%}.mail-list-shell .mail-page__error{margin:0;padding:18px}.mail-table{width:100%;min-width:1080px}.mail-table__table{width:100%;border-collapse:collapse}.mail-table__table thead th{padding:10px 16px;font-size:12px;font-weight:700;letter-spacing:.04em;color:#6b7280;text-align:left;text-transform:uppercase;background:#f9fafb;border-bottom:1px solid #e5e7eb;border-top:none;white-space:nowrap}.mail-table__row,.mail-table__row:active,.mail-table__row:focus,.mail-table__row:hover,tr.mail-table__row,tr.mail-table__row:hover{background:#ffffff!important;cursor:pointer}.mail-table__row--selected,.mail-table__row--selected td,.mail-table__row--selected:hover{background:#f3f4f6!important}.mail-table__row:last-child .mail-table__cell{border-bottom:none}.mail-table__cell{padding:18px 16px;vertical-align:top;border-bottom:1px solid #f1f2f4;color:#4b5563;font-size:13px}.mail-table__cell--empty{padding:0;border-bottom:none}.mail-table__empty-row,.mail-table__empty-row td,.mail-table__empty-row:hover,.mail-table__empty-row:hover td{background:#ffffff!important;cursor:default}.mail-table tbody tr.mail-table__empty-row:hover>td{background:#ffffff!important}.mail-table__site-link{color:#374151;text-decoration:none}.mail-table__site-link:hover{color:#c41f4c}.mail-empty--table{text-align:center}.mail-empty__title{margin:0 0 6px;color:var(--text,#111827);font-size:1rem;font-weight:760;line-height:1.35}.mail-empty__text{max-width:480px;margin:0 auto;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.45}.mail-table tbody tr,.mail-table tbody tr.mail-table__row--selected,.mail-table tbody tr.mail-table__row--selected:hover,.mail-table tbody tr.mail-table__row--selected:hover>td,.mail-table tbody tr.mail-table__row--selected>td,.mail-table tbody tr:hover,.mail-table tbody tr:hover>td,.mail-table tbody tr>td{background:#ffffff!important}.mail-table tbody tr.mail-table__row--selected,.mail-table tbody tr.mail-table__row--selected:hover,.mail-table tbody tr.mail-table__row--selected:hover>td,.mail-table tbody tr.mail-table__row--selected>td{background:#f3f4f6!important}.mail-page__error{color:#b42318;font-size:14px}.mail-page__loading{margin:0 0 12px;color:var(--text-muted,#6b7280);font-size:13px}@media (max-width:1180px){.mail-filters,.mail-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}.mail-filters__reset{grid-column:1/-1;width:auto;min-width:120px;max-width:130px;justify-self:start}}@media (max-width:900px){.mail-filters,.mail-toolbar{grid-template-columns:1fr 1fr}.mail-filters__search{grid-column:1/-1}.mail-filters__reset{width:100%;min-width:0;max-width:none;justify-self:stretch}}@media (max-width:640px){.mail-filters,.mail-toolbar{grid-template-columns:1fr}}.mail-detail-drawer{position:fixed;inset:0;z-index:200;display:flex;justify-content:flex-end;background:rgba(0,0,0,.35)}.mail-detail-drawer__panel{width:100%;max-width:560px;height:100%;margin:0;padding:18px;overflow-y:auto;border-left:3px solid var(--accent,#c41f4c);border-radius:0;background:var(--surface,#fff)}.mail-detail-drawer__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.mail-detail-drawer__title{margin:0;font-size:18px;font-weight:760;line-height:1.3}.mail-detail-drawer__body p{margin:0 0 10px}.mail-detail-drawer__section-title{margin:20px 0 10px;font-size:1rem;font-weight:700}.mail-detail-drawer__iframe{width:100%;min-height:240px;border:1px solid var(--border);border-radius:6px;background:#fff}.mail-detail-drawer__pre{margin:0;white-space:pre-wrap;word-break:break-word}.mail-detail-drawer__attachments{margin:0;padding-left:20px}.mail-detail-drawer__attachments li{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.mail-detail-drawer__attachment-label{font-weight:600}.mail-detail-drawer__attachment-meta{font-size:.8125rem}.audit-run-page.page--audit .page__header{margin-bottom:24px}.audit-run-page.page--audit .page__subtitle{max-width:900px}.audit-run-page .page__title{margin-bottom:0}.audit-run-page .page__title-row{align-items:center;row-gap:6px}.audit-run-page .page__subtitle{margin-top:6px}.audit-run-page .card{margin-bottom:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px}.audit-run-page .breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 12px;color:var(--text-muted);font-size:13px}.audit-run-page .breadcrumbs a{color:var(--text-muted);text-decoration:none}.audit-run-page .breadcrumbs a:hover{color:var(--accent)}.audit-run-page .page__header-copy{min-width:0}.audit-run-page .page__header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.audit-run-page .page__header-text{min-width:0;flex:1 1 auto}.audit-run-page .page__title-sep{color:var(--text-muted);font-size:16px;font-weight:500;line-height:1}.audit-run-page .page__domain{min-width:0;color:#4b5563;font-size:16px;font-weight:600;line-height:1.3;overflow-wrap:anywhere}.audit-run-page .page__counter{color:var(--text-muted);font-size:16px;font-weight:600}.audit-run-page .status-badge{display:inline-flex;align-items:center;box-sizing:border-box;height:22px;padding:0 8px;border:1px solid transparent;border-radius:5px;background:#eef7f1;color:#15803d;font-size:12px;font-weight:760;line-height:1}.audit-run-page .status-badge--warning{background:#fff7ed;color:#b45309}.audit-run-page .status-badge--danger{background:#fef0f0;color:#b91c1c}.audit-run-page .status-badge--active{background:rgba(196,31,76,.06);border:1px solid rgba(196,31,76,.16);color:var(--accent);font-weight:650}.audit-run-admin-actions{margin-top:12px}.audit-run-page .section-stack{display:grid;grid-gap:16px;gap:16px}.audit-run-page .summary-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr) auto;grid-gap:18px;gap:18px;align-items:center}.audit-run-page .summary-card__label{margin:0 0 6px;color:var(--text-muted);font-size:13px;font-weight:680}.audit-run-page .summary-card__text{max-width:520px;margin:8px 0 0;color:var(--text-muted);font-size:14px;line-height:1.5}.audit-run-page .summary-card__actions{display:flex;flex-direction:column;gap:8px;align-items:stretch}.audit-run-page .summary-card--pending{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.audit-run-page .summary-card__pending-text{margin:0;max-width:520px;color:var(--text-muted);font-size:14px;line-height:1.5}.audit-run-page .page__header-main{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.audit-run-page .page__header-actions{flex:0 0 auto;padding-top:2px}.audit-run-page .page__header-actions .audit-run-inline-actions{flex-direction:row;flex-wrap:wrap;gap:8px}.audit-run-page .audit-run-stop-btn{background:#fff;border:1px solid #fecaca;border-radius:6px;color:#b91c1c;font-weight:650;box-shadow:none}.audit-run-page .audit-run-stop-btn:hover:not(:disabled):not(.is-disabled){background:#fef2f2;border-color:#f87171;color:#991b1b}.audit-run-page .audit-run-stop-btn:focus,.audit-run-page .audit-run-stop-btn:focus-visible{outline:none;box-shadow:none;border-color:#b91c1c}@media (max-width:768px){.audit-run-page .page__header-row{flex-direction:column;align-items:flex-start;gap:12px}.audit-run-page .page__header-actions{padding-top:0}}.audit-run-waiting-block__title{margin:0;color:#111827;font-size:14px;font-weight:650}.audit-run-waiting-block__text{margin:6px 0 0;color:var(--text-muted);font-size:14px;line-height:1.5}.audit-run-critical-notice{border-color:#fecaca;background:#fffafa}.audit-run-critical-notice__title{margin:0 0 6px;color:#991b1b;font-size:16px;font-weight:760;line-height:1.3}.audit-run-critical-notice__text{margin:0;color:#7f1d1d;font-size:14px;line-height:1.5}.audit-run-tech-errors{margin-bottom:16px}.audit-run-tech-errors__title{margin:0 0 8px;color:var(--text-muted);font-size:12px;font-weight:760;text-transform:uppercase;letter-spacing:.02em}.audit-run-tech-errors__list{list-style:none;margin:0;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--gray-50);display:grid;grid-gap:8px;gap:8px}.audit-run-tech-errors__item{color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.audit-run-page .score-line{display:flex;align-items:flex-end;gap:8px}.audit-run-page .score-line__value{color:#111827;font-size:48px;font-weight:780;line-height:.95;letter-spacing:-.02em}.audit-run-page .score-line__unit{padding-bottom:5px;color:var(--text-muted);font-size:15px;font-weight:650}.audit-run-page .error-total{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.audit-run-page .error-total__value{color:#111827;font-size:28px;font-weight:760;line-height:1}.audit-run-page .error-total__label{color:var(--text-muted);font-weight:650}.audit-run-page .severity-list{display:flex;flex-wrap:wrap;gap:6px}.audit-run-page .severity-chip{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:0 8px;border-radius:5px;font-size:12px;font-weight:720;line-height:1;white-space:nowrap;text-decoration:none;text-transform:none;letter-spacing:normal;transition:none}.audit-run-page .severity-chip:hover{opacity:1;transform:none}.audit-run-page .severity-chip strong{font-weight:780}.audit-run-page .severity-chip--critical,.audit-run-page .severity-chip--high{background:#fef0f0;color:#dc2626}.audit-run-page .severity-chip--medium{background:#fff7ed;color:#c2410c}.audit-run-page .severity-chip--low{background:#f3f4f6;color:#4b5563}.audit-run-empty-note{margin:0;color:var(--text-muted);font-size:14px}.audit-run-score-skeleton{width:88px;height:56px;border-radius:8px;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:audit-score-skeleton 1.2s ease-in-out infinite}.audit-run-page .content-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:16px;gap:16px}.audit-run-page .column-stack{display:grid;grid-gap:16px;gap:16px;align-content:start}.audit-run-page .card__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.audit-run-page .card__title{margin:0;padding-bottom:0;border-bottom:0;color:var(--text);font-size:16px;font-weight:760;line-height:1.3}.audit-run-page .card__meta{color:var(--text-muted);font-size:13px;white-space:nowrap}.audit-run-page .progress{height:8px;overflow:hidden;border-radius:999px;background:var(--gray-100)}.audit-run-page .progress__fill{width:var(--progress-fill,0);height:100%;border-radius:inherit;background:var(--accent)}.audit-run-page .progress--indeterminate .progress__fill{width:35%;animation:crawl-progress-indeterminate 1.2s ease-in-out infinite}.audit-run-page .progress-caption{margin:8px 0 0;color:var(--text-muted);font-size:13px}.audit-run-page .metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.audit-run-page .metric__value{display:block;color:#111827;font-size:24px;font-weight:760;line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.audit-run-page .metric__label{display:block;margin-top:5px;color:var(--text-muted);font-size:13px}.audit-run-page .problem-list{display:grid;grid-gap:0;gap:0;border:1px solid var(--border);border-radius:8px;overflow:hidden}.audit-run-page .problem-row{display:grid;grid-template-columns:minmax(0,1fr) 64px;grid-gap:16px;gap:16px;align-items:center;min-height:48px;padding:10px 12px;background:#fff;color:inherit;text-decoration:none}.audit-run-page .problem-row+.problem-row{border-top:1px solid var(--border)}.audit-run-page .problem-row:hover{background:var(--gray-50);text-decoration:none}.audit-run-page .problem-row__name{min-width:0;color:#111827;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-run-page .problem-row__hint{display:block;margin-top:3px;color:var(--text-muted);font-size:12px;font-weight:500}.audit-run-page .problem-row__count{color:#111827;font-weight:760;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.audit-run-page .stage-list{display:grid;grid-gap:8px;gap:8px}.audit-run-page .stage-item{display:grid;grid-template-columns:24px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;min-height:38px}.audit-run-page .stage-item__mark--done{background:#eef7f1;color:#15803d}.audit-run-page .stage-item__mark--running{background:rgba(196,31,76,.08);color:var(--accent)}.audit-run-page .stage-item__mark--pending{background:#f3f4f6;color:#9ca3af;font-weight:600}.audit-run-page .stage-item--pending .stage-item__title{color:var(--text-muted)}.audit-run-page .stage-item__mark--failed{background:#fef0f0;color:#b91c1c}.audit-run-page .stage-item__mark{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:13px;font-weight:800}.audit-run-page .stage-item__spinner{width:14px;height:14px;border:2px solid var(--accent);border-top:2px solid transparent;border-radius:50%;animation:run-status-spin .8s linear infinite}.audit-run-page .stage-item__title{color:#111827;font-weight:650}.audit-run-page .stage-item__count,.audit-run-page .stage-item__status{color:var(--text-muted);font-size:13px;white-space:nowrap}.audit-run-page .notice{min-height:42px;display:flex;align-items:center;gap:10px;margin:0;color:var(--text-muted);font-size:14px}.audit-run-page .notice__mark{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#eef7f1;color:#15803d;font-size:12px;font-weight:800}.audit-run-failures__partial{margin-bottom:12px}.audit-run-failures__partial-title{margin:0 0 4px;font-weight:600}.audit-run-failures__partial-reason{margin:0 0 8px}.audit-run-failures__list{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px;color:var(--text-muted);font-size:14px}.audit-run-page .audit-accordion{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#fff}.audit-run-page .audit-accordion[open]{border-color:var(--border-strong)}.audit-run-page .audit-accordion__summary{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;cursor:pointer;list-style:none;transition:background .18s ease}.audit-run-page .audit-accordion__summary::-webkit-details-marker{display:none}.audit-run-page .audit-accordion__summary:hover{background:rgba(196,31,76,.06)}.audit-run-page .audit-accordion__summary:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(196,31,76,.12)}.audit-run-page .audit-accordion__title{display:block;font-size:14px;line-height:1.3;font-weight:740;color:var(--text)}.audit-run-page .audit-accordion__description{display:block;margin-top:4px;color:var(--text-muted);font-size:13px}.audit-run-page .audit-accordion__chevron{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:6px;color:var(--text-muted);transition:transform .18s ease,border-color .18s ease,color .18s ease}.audit-run-page .audit-accordion__chevron svg{width:16px;height:16px}.audit-run-page .audit-accordion[open] .audit-accordion__chevron{transform:rotate(180deg);border-color:rgba(196,31,76,.26);color:var(--accent)}.audit-run-page .audit-accordion__body{padding:18px;border-top:1px solid var(--border);background:#fff}.audit-run-page .audit-accordion__body>*+*{margin-top:14px}.audit-run-page .technical-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.audit-run-page .tech-field{min-width:0;padding:12px;border:1px solid var(--border);border-radius:8px;background:#fff}.audit-run-page .tech-field__label{display:block;margin-bottom:5px;color:var(--text-muted);font-size:12px;font-weight:680}.audit-run-page .tech-field__value{display:block;color:#111827;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;overflow-wrap:anywhere}.audit-run-page .logs-panel{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.audit-run-page .logs-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.audit-run-page .logs-panel__title{margin:0;color:var(--text);font-size:14px;font-weight:760;line-height:1.35}.audit-run-page .logs-panel__text{margin:4px 0 0;color:var(--text-muted);font-size:13px;line-height:1.45}.audit-run-page .logs-panel__download{height:34px;flex:0 0 auto;padding:0 12px;font-size:13px}.audit-run-page .logs-panel__load-more{margin-top:10px;height:34px;padding:0 12px;font-size:13px}.audit-run-page .logs-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;margin-bottom:10px}.audit-run-page .logs-level-group{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.audit-run-page .logs-level-group__label{color:var(--text-muted);font-size:13px;font-weight:600;white-space:nowrap}.audit-run-page .logs-toolbar .audit-segmented{margin-bottom:0}.audit-run-page .logs-debug-toggle,.audit-run-page .logs-step-filter{display:inline-flex;align-items:center;gap:7px;color:var(--text-muted);font-size:13px;white-space:nowrap}.audit-run-page .logs-step-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:34px;min-width:158px;padding:0 34px 0 12px;border:1px solid var(--border-strong);border-radius:6px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-size:16px 16px;background-repeat:no-repeat;color:var(--text);font-size:13px;font-weight:500;outline:none;transition:border-color .16s ease}.audit-run-page .logs-step-filter select:focus-visible{border-color:var(--accent);background:#fff;box-shadow:none;outline:none}.audit-run-page .logs-debug-toggle input{width:14px;height:14px;margin:0;accent-color:var(--accent)}.audit-run-page .logs-summary{margin:0 0 10px;color:var(--text-muted);font-size:12px;line-height:1.4}.audit-run-page .logs-table-wrap{max-height:400px;overflow:auto;border:1px solid var(--border);border-radius:8px;background:#fff}.audit-run-page .logs-table{width:100%;min-width:980px;border-collapse:collapse;font-size:13px}.audit-run-page .logs-table td,.audit-run-page .logs-table th{padding:10px 12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.audit-run-page .logs-table th{background:var(--gray-50);color:var(--gray-600);font-size:12px;font-weight:760;text-transform:uppercase;letter-spacing:.02em}.audit-run-page .logs-table tr:last-child td{border-bottom:0}.audit-run-page .logs-table tbody tr:hover td,.logs-page .logs-table tbody tr:hover td{background:transparent}.audit-run-page .logs-table__time{width:176px;color:var(--text-muted);white-space:nowrap}.audit-run-page .logs-table__level{width:112px;white-space:nowrap}.audit-run-page .logs-table__stage{width:150px;color:#374151;white-space:nowrap}.audit-run-page .logs-table__code{width:180px;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;white-space:nowrap}.audit-run-page .logs-table__details{width:92px;text-align:right;white-space:nowrap}.audit-run-page .logs-table__message{min-width:280px}.audit-run-page .logs-table__empty{color:var(--text-muted)}.audit-run-page .logs-table__details-row td{padding:0;background:var(--gray-50)}.audit-run-page .logs-table__details-json{margin:0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.45;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.audit-run-page .log-level{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:11px;font-weight:760;line-height:1}.audit-run-page .log-level--info{background:var(--gray-100);color:#374151}.audit-run-page .log-level--warn{background:#fff7ed;color:#c2410c}.audit-run-page .log-level--error{background:#fef0f0;color:#dc2626}.audit-run-page .log-level--debug{background:#eff6ff;color:#1d4ed8}.audit-run-inline-actions{display:flex;flex-wrap:wrap;gap:8px}.audit-run-summary__error{margin:8px 0 0;font-size:.8125rem}@media (max-width:1100px){.audit-run-page .content-grid,.audit-run-page .summary-card,.audit-run-page .summary-card--pending{grid-template-columns:1fr}.audit-run-page .summary-card__actions{flex-direction:row;flex-wrap:wrap}}@media (max-width:720px){.audit-run-page .metric-grid,.audit-run-page .technical-grid{grid-template-columns:1fr}.audit-run-page .logs-panel__head{flex-direction:column}.audit-run-page .logs-panel__download,.audit-run-page .logs-step-filter,.audit-run-page .logs-step-filter select{width:100%}}.outbound-site-page .status-badge--muted{background:#f3f4f6;color:#6b7280;font-weight:650}.outbound-site-page .breadcrumbs span:last-child{overflow-wrap:anywhere}.outbound-site-page__stack{gap:16px}.outbound-site-page__content{display:grid;grid-gap:16px;gap:16px}.outbound-site-page__notice-hint,.outbound-site-page__notice-text{margin:0;color:var(--text-muted);font-size:14px;line-height:1.5}.outbound-site-page__notice-hint{margin-top:6px}.outbound-site-page__panel,.outbound-site-page__tabs.audit-segmented{margin-bottom:0}.outbound-site-page__panel-intro{padding:18px 18px 14px;border-bottom:1px solid var(--border)}.outbound-site-page__panel-intro .campaigns-section-title{margin-bottom:6px}.outbound-site-page__panel-body{padding:18px}.outbound-site-page__inline-note{padding:18px 18px 0}.outbound-site-page__panel-text{margin:0;color:var(--text-muted);font-size:14px;line-height:1.45}.outbound-site-page__error,.outbound-site-page__hint,.outbound-site-page__placeholder{margin:0;color:var(--text-muted);font-size:14px;line-height:1.5}.outbound-site-page__error{color:#b42318;margin-bottom:12px}.outbound-site-page__empty{display:grid;grid-gap:10px;gap:10px}.outbound-site-page__empty-title{margin:0;font-size:15px;font-weight:650;color:var(--text)}.outbound-site-page__empty-text{margin:0;color:var(--text-muted);font-size:14px;line-height:1.5}.outbound-site-page .outbound-contacts__row,.outbound-site-page .outbound-contacts__row:hover{background:#ffffff}.outbound-site-page .outbound-contacts__table{font-size:14px}.outbound-site-page .outbound-contacts__table th{padding:10px 16px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7280;background:#f9fafb;border-bottom:1px solid #e5e7eb;white-space:nowrap}.outbound-site-page .outbound-contacts__table td{padding:18px 16px;border-bottom:1px solid #f1f2f4}.outbound-site-page .outbound-contacts__row:last-child td{border-bottom:none}.outbound-site-page .outbound-contacts__row:hover td{background:#f9fafb}.outbound-site-page .breadcrumbs a:focus-visible{outline:none;box-shadow:none;color:var(--accent)}.outbound-site-page .audit-segmented__button:focus-visible{outline:none;box-shadow:none;position:relative;z-index:1;border-color:var(--accent)}.outbound-site-page .btn:focus-visible{outline:none;box-shadow:none}.outbound-site-page .btn-outline:focus-visible{border-color:var(--accent);color:var(--accent)}.outbound-site-page .btn-primary:focus-visible{border-color:#b51d46;color:#fff}.outbound-site-page .outbound-contacts__sources-list a:focus-visible{outline:none;box-shadow:none;color:var(--accent)}.findings-page__breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 14px;color:var(--gray-500);font-size:13px}.findings-page__breadcrumbs a{color:var(--gray-500);text-decoration:none}.findings-page__breadcrumbs a:hover{color:var(--accent)}.findings-page__header{margin-bottom:20px}.findings-page__title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}.findings-page__title{margin:0;color:#030712;font-size:28px;font-weight:780;line-height:1.15}.findings-page__counter{color:var(--gray-500);font-size:16px;font-weight:600}.findings-page__subtitle{max-width:920px;margin:8px 0 0;color:var(--gray-500);font-size:15px;line-height:1.5;overflow-wrap:anywhere}.findings-toolbar{display:grid;grid-gap:10px;gap:10px;margin-bottom:12px}.findings-toolbar__main{display:grid;grid-template-columns:minmax(280px,1fr) 170px 170px 165px auto auto;grid-gap:10px;gap:10px;align-items:center}.findings-toolbar__actions{display:flex;justify-content:flex-end;gap:8px;align-items:center}.findings-toolbar__control{padding:0 12px;border:1px solid #e5e7eb;border-radius:6px}.findings-toolbar__control,.findings-toolbar__select{width:100%;height:42px;font:inherit;font-size:14px;background:#ffffff;color:#111827;outline:none}.findings-toolbar__select{padding:0 40px 0 14px;border:1px solid #d1d5db;border-radius:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px 14px;text-overflow:ellipsis}.findings-toolbar__control::placeholder{color:var(--gray-500)}.findings-toolbar__control:focus,.findings-toolbar__control:focus-visible,.findings-toolbar__select:focus,.findings-toolbar__select:focus-visible{border-color:#c41f4c;box-shadow:none;outline:none}.findings-toolbar__more-btn,.findings-toolbar__reset-btn{height:42px}.findings-toolbar__more-toggle{display:inline-flex;align-items:center}.findings-toolbar__more{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:start;padding:14px;border:1px solid var(--border);border-radius:8px;background:#fff}.findings-toolbar__field{display:grid;grid-gap:6px;gap:6px;min-width:0;align-content:start}.findings-toolbar__field-label{color:var(--gray-500);font-size:12px;font-weight:680;line-height:1.2}.findings-toolbar__field .findings-toolbar__control,.findings-toolbar__field .findings-toolbar__select{width:100%;height:42px;border-radius:6px}.findings-toolbar__loading{margin:0}.findings-page__summary{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;width:100%;margin:0 0 10px;color:var(--gray-500);font-size:13px}.findings-page__summary-text{flex:1 1 auto;min-width:200px}.findings-page__exports{display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex:0 0 auto;margin-left:auto}.findings-page__table-shell{width:100%;overflow-x:auto;border:1px solid var(--gray-200);border-radius:var(--radius);background:#fff}.findings-table{width:100%;min-width:1200px;table-layout:fixed;border-collapse:collapse;font-size:14px}.findings-table__col-severity{width:110px}.findings-table__col-problem{width:40%}.findings-table__col-url{width:320px}.findings-table__col-rule{width:200px}.findings-table__col-assignee{width:140px}.findings-table__col-actions,.findings-table__col-status{width:110px}.findings-table td,.findings-table th{text-align:left;vertical-align:top;border-bottom:1px solid var(--gray-200)}.findings-table td:first-child,.findings-table th:first-child{width:110px}.findings-table td:nth-child(2),.findings-table th:nth-child(2){width:40%}.findings-table td:nth-child(3),.findings-table th:nth-child(3){width:320px;min-width:320px}.findings-table td:nth-child(4),.findings-table th:nth-child(4){width:200px}.findings-table td:nth-child(5),.findings-table th:nth-child(5){width:140px}.findings-table td:nth-child(6),.findings-table td:nth-child(7),.findings-table th:nth-child(6),.findings-table th:nth-child(7){width:110px}.findings-table th{padding:10px 14px;background:var(--gray-50);color:var(--gray-600);font-size:12px;font-weight:760;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.findings-table td{padding:12px 14px;color:#374151;border-bottom:1px solid var(--border,var(--gray-200));vertical-align:middle}.findings-table tr:last-child td{border-bottom:0}.findings-table tbody tr:hover td{background:var(--gray-50)}.findings-page .severity-tag,.findings-page .status-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:11px;font-weight:760;line-height:1;white-space:nowrap}.findings-page .rule-code{display:inline-block;max-width:180px;min-height:22px;padding:3px 7px;border-radius:5px;background:var(--gray-100);color:#4b5563;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700;line-height:1.35;overflow-wrap:anywhere;white-space:normal;word-break:normal;text-transform:none;letter-spacing:0}.findings-page .severity-tag--critical,.findings-page .severity-tag--high{background:#fef0f0;color:#dc2626}.findings-page .severity-tag--medium{background:#fff7ed;color:#c2410c}.findings-page .severity-tag--info,.findings-page .severity-tag--low{background:var(--gray-100);color:#4b5563}.findings-page .status-tag{background:var(--gray-100);color:#374151;font-weight:700}.findings-page .status-tag--new{background:rgba(196,31,76,.08);color:var(--accent)}.findings-page .status-tag--open{background:#fef0f0;color:#b91c1c}.findings-page .status-tag--progress{background:#fff7ed;color:#c2410c}.findings-page .status-tag--fixed{background:#ecfdf3;color:#166534}.findings-page .problem-title{display:block;color:#111827;font-weight:600;line-height:1.35;overflow-wrap:break-word;word-break:normal}.findings-page .problem-hint{display:block;margin-top:4px;font-size:12px;overflow-wrap:break-word}.findings-page .problem-hint,.findings-page .url-cell{color:var(--gray-500);line-height:1.45;word-break:normal}.findings-page .url-cell{max-width:320px;font-size:13px;overflow-wrap:anywhere;white-space:normal}.findings-page .findings-url-highlight,.findings-page .url-cell mark{padding:0 2px;border-radius:3px;background:#fef08a;color:inherit}.findings-page .assignee{color:#374151;white-space:nowrap}.findings-page .table-actions{display:flex;justify-content:flex-end;gap:8px}.findings-page__empty-card,.findings-page__empty-state{padding:18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--gray-50)}.findings-page__empty-state{display:flex;min-height:auto;align-items:center;justify-content:center;text-align:center;color:var(--gray-500)}.findings-page__empty-title{margin:0;color:#111827;font-size:16px;font-weight:760}.findings-page__empty-text{max-width:420px;margin:8px auto 0;color:var(--gray-500);font-size:14px;line-height:1.5}.findings-page__empty-reset{margin-top:12px}@media (max-width:1180px){.findings-toolbar__main{grid-template-columns:1fr 1fr}.findings-toolbar__actions{justify-content:flex-start}.findings-toolbar__more{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (max-width:860px){.findings-toolbar__main,.findings-toolbar__more{grid-template-columns:1fr}.findings-page__exports,.findings-page__summary,.findings-toolbar__actions{align-items:flex-start;justify-content:flex-start}.findings-page__summary{flex-direction:column;gap:10px}}.logs-page .page__header{margin-bottom:24px}.logs-page .page__title{font-size:28px;line-height:1.15;font-weight:780;letter-spacing:0;color:#030712}.logs-page .page__subtitle{max-width:760px;line-height:1.5}.logs-page .page-stack{display:grid;grid-gap:16px;gap:16px}.logs-page .card{padding:18px;margin-bottom:0;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius);background:#fff;overflow:hidden}.logs-page .card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid var(--border,#e5e7eb)}.logs-page .card__title{margin:0;padding-bottom:0;border-bottom:0;color:var(--text,#111827);font-size:16px;font-weight:760;line-height:1.3}.logs-page .card__description{margin:4px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.logs-page .status-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;text-transform:none}.logs-page .status-tag--active{background:rgba(196,31,76,.08);color:var(--accent,#c41f4c)}.logs-page .status-tag--neutral{background:var(--gray-100,#f3f4f6);color:#4b5563}.logs-page .status-tag--error{background:#fef0f0;color:#b91c1c}.logs-page .status-tag--success{background:#ecfdf3;color:#166534}.logs-page .logs-level-group{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.logs-page .logs-level-group__label{color:var(--text-muted,#6b7280);font-size:13px;font-weight:600;white-space:nowrap}.logs-page .logs-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px}.logs-page .logs-toolbar .audit-segmented{margin-bottom:0}.logs-page .logs-follow-toggle,.logs-page .logs-step-filter{display:inline-flex;align-items:center;gap:7px;color:var(--text-muted,#6b7280);font-size:13px;white-space:nowrap}.logs-page .logs-follow-toggle{color:#374151}.logs-page .logs-step-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:34px;min-width:158px;padding:0 34px 0 12px;border:1px solid var(--border-strong,#d1d5db);border-radius:6px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-size:16px 16px;background-repeat:no-repeat;color:var(--text,#111827);font-size:13px;font-weight:500;outline:none;transition:border-color .16s ease}.logs-page .logs-step-filter select:active,.logs-page .logs-step-filter select:hover{border-color:var(--border-strong,#d1d5db);background-color:#fff;box-shadow:none}.logs-page .logs-step-filter select:focus-visible{border-color:var(--accent,#c41f4c);box-shadow:none;outline:none}.logs-page .logs-follow-toggle input{width:14px;height:14px;margin:0;accent-color:var(--accent,#c41f4c)}.logs-page .logs-summary{margin:0 0 10px;color:var(--text-muted,#6b7280);font-size:12px;line-height:1.4}.logs-page .logs-table-wrap{max-height:400px;overflow:auto;border:1px solid var(--border,#e5e7eb);border-radius:8px;background:#fff}.logs-page .logs-table{width:100%;min-width:980px;border-collapse:collapse;font-size:13px}.logs-page .logs-table td,.logs-page .logs-table th{padding:10px 12px;border-bottom:1px solid var(--border,#e5e7eb);text-align:left;vertical-align:top}.logs-page .logs-table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:var(--gray-50,#f9fafb);color:var(--gray-600,#4b5563);font-size:12px;font-weight:760;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.logs-page .logs-table tr:last-child td{border-bottom:0}.logs-page .logs-table__row{cursor:pointer}.logs-page .logs-table__time{width:176px;color:var(--text-muted,#6b7280);white-space:nowrap}.logs-page .logs-table__site{max-width:220px;overflow-wrap:anywhere;color:#374151}.logs-page .logs-table__level{width:132px;white-space:nowrap}.logs-page .logs-table__stage{width:110px;color:#374151;white-space:nowrap}.logs-page .logs-table__message{min-width:280px;overflow-wrap:anywhere;color:#374151}.logs-page .logs-table__code{width:220px;color:var(--text-muted,#6b7280);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;overflow-wrap:anywhere}.logs-page .log-level{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:11px;font-weight:760;line-height:1;white-space:nowrap}.logs-page .log-level--info{background:var(--gray-100,#f3f4f6);color:#374151}.logs-page .log-level--warn{background:#fff7ed;color:#c2410c}.logs-page .log-level--error{background:#fef0f0;color:#b91c1c}.logs-page__queue-warning{margin:0 0 16px;padding:10px 12px;border-radius:8px;background:rgba(234,179,8,.12);color:#92400e;font-size:13px}.logs-page__queue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.logs-page__queue-card{min-width:0;border:1px solid var(--border,#e5e7eb);border-radius:8px;padding:14px;background:#fff}.logs-page__queue-card-title{margin:0 0 10px;color:var(--text,#111827);font-size:14px;font-weight:700}.logs-page__queue-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.logs-page__queue-stat-value{display:block;color:#111827;font-size:20px;font-weight:760;line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.logs-page__queue-stat-value--active{color:var(--accent,#c41f4c)}.logs-page__queue-stat-value--error{color:#b91c1c}.logs-page__queue-stat-label{display:block;margin-top:4px;color:var(--text-muted,#6b7280);font-size:12px;line-height:1.25}.logs-page__queue-tasks{padding-top:14px;border-top:1px solid var(--border,#e5e7eb)}.logs-page__queue-tasks-title{margin:0 0 8px;color:#111827;font-size:13px;font-weight:740}.logs-page__queue-task-list{margin:0;padding:0;list-style:none;color:#374151;font-size:13px}.logs-page__queue-task-list a{color:var(--accent,#c41f4c);font-weight:650}.logs-page__event-code{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;background:var(--gray-100,#f3f4f6);color:#4b5563;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:700;overflow-wrap:anywhere;white-space:normal}.logs-page__queue-total{margin:10px 0 0;color:var(--text-muted,#6b7280);font-size:13px}.logs-page__table-wrap{width:100%;overflow-x:auto;border:1px solid var(--border,#e5e7eb);border-radius:8px;background:#fff}.logs-page__table{width:100%;border-collapse:collapse;font-size:14px}.logs-page__table--runs{min-width:1120px}.logs-page__table td,.logs-page__table th{text-align:left;vertical-align:top;border-bottom:1px solid var(--border,#e5e7eb)}.logs-page__table th{padding:10px 14px;background:var(--gray-50,#f9fafb);color:var(--gray-600,#4b5563);font-size:12px;font-weight:760;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.logs-page__table td{padding:14px;color:#374151}.logs-page__table tr:last-child td{border-bottom:0}.logs-page__table tbody tr:hover td{background:var(--gray-50,#f9fafb)}.logs-page__site-cell{max-width:320px;overflow-wrap:anywhere}.logs-page__event-text{display:block;margin-top:5px;color:#374151;font-size:13px;line-height:1.45}.logs-page .table-actions{display:flex;justify-content:flex-end;gap:8px;white-space:nowrap}.logs-page__load-more{margin-top:12px}.logs-page__empty,.logs-page__error{margin:0;color:var(--text-muted,#6b7280);font-size:13px}.logs-page__error{color:#b91c1c}@media (max-width:1180px){.logs-page__queue-grid{grid-template-columns:1fr}}@media (max-width:960px){.logs-page .card__head{flex-direction:column;align-items:flex-start}.logs-page .logs-toolbar{align-items:flex-start}}.users-page .page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.users-page .page__title{margin:0;color:#030712;font-size:28px;font-weight:780;line-height:1.15}.users-page .page__subtitle{max-width:720px;margin:8px 0 0;color:var(--text-muted,#6b7280);line-height:1.5}.users-page .page-stack{display:grid;grid-gap:16px;gap:16px}.users-page .notice__title{margin:0;color:#111827;font-size:15px;font-weight:760;line-height:1.3}.users-page .notice__text{max-width:760px;margin:6px 0 0;line-height:1.5}.users-page .notice__text,.users-page__status{color:var(--text-muted,#6b7280);font-size:14px}.users-page__status{margin:0}.users-page__error-card{display:grid;grid-gap:12px;gap:12px}.users-page__error-text{margin:0;color:#b91c1c;font-size:14px}.users-page .table-shell{width:100%;overflow-x:auto;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius,8px);background:#fff}.users-page .users-table{width:100%;min-width:860px;border-collapse:collapse;font-size:14px}.users-page .users-table td:last-child,.users-page .users-table th:last-child{text-align:right}.users-page .table-actions{display:flex;justify-content:flex-end;gap:8px}.users-page .table-note{color:var(--text-muted,#6b7280);font-size:13px;white-space:nowrap}.users-page .readonly-value{min-height:42px;display:flex;align-items:center;padding:0 13px;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-sm,6px);background:var(--gray-50,#f9fafb);color:#111827;font-size:14px;font-weight:600}.users-page .btn-sm{height:34px;padding:0 12px;font-size:13px;font-weight:650}.users-page .btn-danger-outline{border-color:#f1b8b8;color:#b91c1c}.users-page .btn-danger-outline:hover:not(:disabled){background:#fef2f2;border-color:#ef9a9a;color:#991b1b}.users-page .users-table td,.users-page .users-table th{text-align:left;vertical-align:middle;border-bottom:1px solid var(--border,#e5e7eb)}.users-page .users-table th{padding:10px 14px;background:var(--gray-50,#f9fafb);color:var(--gray-600,#4b5563);font-size:12px;font-weight:760;line-height:1.3;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.users-page .users-table td{padding:14px;color:#374151}.users-page .users-table tr:last-child td{border-bottom:0}.users-page .users-table tbody tr:hover td{background:var(--gray-50,#f9fafb)}.users-page .user-cell{display:flex;align-items:center;gap:10px;min-width:0}.users-page .user-avatar{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:rgba(196,31,76,.08);color:var(--accent,#c41f4c);font-size:12px;font-weight:800;text-transform:uppercase}.users-page .user-email{display:block;color:#111827;font-weight:600;line-height:1.35}.users-page .role-tag,.users-page .status-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.users-page .role-tag--admin{background:rgba(196,31,76,.08);color:var(--accent,#c41f4c)}.users-page .role-tag--custom,.users-page .role-tag--manager,.users-page .role-tag--seo{background:var(--gray-100,#f3f4f6);color:#374151}.users-page .roles-card .card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.users-page .roles-card .card__title{margin:0;color:#111827;font-size:16px;font-weight:760;line-height:1.3}.users-page .roles-card .card__description{margin:4px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.users-page .roles-list{display:flex;flex-wrap:wrap;gap:8px}.users-page .field__error{display:none;color:#b91c1c;font-size:12px;line-height:1.4}.users-page .field__error.is-visible{display:block}.users-page .status-tag--active{background:#ecfdf3;color:#166534}.users-page .modal-backdrop{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(17,24,39,.36)}.users-page .modal{width:100%;max-width:520px;border-radius:var(--radius);border:1px solid var(--border,#e5e7eb);background:#fff;box-shadow:0 20px 60px rgba(15,23,42,.18)}.users-page .modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--border,#e5e7eb)}.users-page .modal__title{margin:0;color:#111827;font-size:18px;font-weight:760;line-height:1.3}.users-page .modal__description{margin:6px 0 0;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.users-page .modal__close{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border,#e5e7eb);border-radius:6px;background:#fff;color:var(--text-muted,#6b7280);font-size:20px;line-height:1}.users-page .modal__close:hover:not(:disabled){background:rgba(196,31,76,.06);border-color:rgba(196,31,76,.26);color:var(--accent,#c41f4c)}.users-page .modal__body{padding:18px}.users-page .form-grid{display:grid;grid-gap:14px;gap:14px}.users-page .field{display:grid;grid-gap:7px;gap:7px}.users-page .field__label{color:#374151;font-size:13px;font-weight:680}.users-page .form-control{width:100%;height:42px;padding:0 13px;border:1px solid var(--border-strong,#d1d5db);border-radius:var(--radius-sm,6px);background:#fff;color:var(--text,#111827);font-size:14px;outline:none}.users-page select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 13px center;background-size:16px 16px;background-repeat:no-repeat}.users-page .field__hint{margin:0;color:var(--text-muted,#6b7280);font-size:12px;line-height:1.4}.users-page .modal__actions{display:flex;justify-content:flex-end;gap:8px;padding:0 18px 18px}.users-page .btn:focus,.users-page .btn:focus-visible,.users-page .modal__close:focus,.users-page .modal__close:focus-visible{outline:none;box-shadow:none;border-color:rgba(196,31,76,.45)}.users-page .form-control:focus,.users-page .form-control:focus-visible{border-color:#c41f4c;background:#fff;box-shadow:none;outline:none}@media (max-width:860px){.users-page .page__header{flex-direction:column;align-items:flex-start}}.templates-page .page__header{margin-bottom:24px}.templates-page .page__title{margin:0;color:#030712;font-size:28px;font-weight:780;line-height:1.15}.templates-page .page__subtitle{max-width:760px;margin:8px 0 0;color:var(--text-muted,#6b7280);line-height:1.5}.templates-page .page-stack{display:grid;grid-gap:16px;gap:16px}.templates-page .card{padding:18px;margin-bottom:0;border-radius:var(--radius,8px)}.templates-page .card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.templates-page .card__title{margin:0;padding-bottom:0;border-bottom:0;color:#111827;font-size:16px;font-weight:760;line-height:1.3}.templates-page .card__description{max-width:800px;margin:4px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.templates-page .card__note{margin:8px 0 0;color:#374151;font-size:13px;line-height:1.45}.templates-page__muted,.templates-page__readonly-note{margin:0 0 16px;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.templates-page__error-text{margin:0 0 12px;color:#b91c1c;font-size:14px}.templates-page .status-banner,.templates-page__status-banner{margin:0 0 12px;border-radius:var(--radius-control);background:#ecfdf3;color:#166534;font-size:13px}.templates-page .template-list{display:grid;grid-gap:12px;gap:12px}.templates-page .template-item{border:1px solid var(--border,#e5e7eb);border-radius:var(--radius,8px);padding:14px;background:#fff}.templates-page .template-item__head{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.templates-page .template-item__title{margin:0;color:#111827;font-size:15px;font-weight:760;line-height:1.3}.templates-page .badge{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.templates-page .badge--accent{background:var(--gray-100,#f3f4f6);color:#6b7280;border:1px solid var(--border,#e5e7eb)}.templates-page .template-item__desc{margin:0 0 8px;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.templates-page .template-item__subject{margin:0 0 8px;color:#374151;font-size:13px;line-height:1.45}.templates-page .template-item__preview{margin:0 0 12px;padding:12px;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-sm,6px);background:var(--gray-50,#f9fafb);color:#374151;font-size:13px;line-height:1.45;white-space:pre-wrap;max-height:132px;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;font-family:inherit}.templates-page .template-item__preview::-webkit-scrollbar{width:8px}.templates-page .template-item__preview::-webkit-scrollbar-track{background:transparent}.templates-page .template-item__preview::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.templates-page .template-item__preview::-webkit-scrollbar-thumb:hover{background:#9ca3af}.templates-page .template-item__actions{display:flex;flex-wrap:wrap;gap:8px}.templates-page code{padding:1px 5px;border-radius:4px;background:var(--gray-100,#f3f4f6);color:#4b5563;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.templates-page .template-default-note{margin:14px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.templates-page .template-form{max-width:860px;margin-top:16px;padding:16px;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius,8px);background:var(--gray-50,#f9fafb)}.templates-page .template-form__title{margin:0 0 14px;color:#111827;font-size:15px;font-weight:760;line-height:1.3}.templates-page .field{display:grid;grid-gap:7px;gap:7px;margin-bottom:14px}.templates-page .field__label{color:#374151;font-size:13px;font-weight:680}.templates-page .form-control{width:100%;padding:0 13px;border:1px solid var(--border-strong,#d1d5db);border-radius:var(--radius-sm,6px);background:#fff;color:var(--text,#111827);font-size:14px;outline:none}.templates-page .form-control:not(textarea){height:42px}.templates-page textarea.form-control{min-height:110px;padding:10px 13px;line-height:1.45;resize:vertical}.templates-page .field__hint{margin:0;color:var(--text-muted,#6b7280);font-size:12px;line-height:1.4}.templates-page .field-checkbox{display:flex;align-items:center;gap:8px;margin:0 0 14px;color:#374151;font-size:14px}.templates-page .field-checkbox input{width:16px;height:16px;margin:0;accent-color:var(--accent,#c41f4c)}.templates-page .variables-block{margin:4px 0 16px;padding:12px;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-sm,6px);background:#fff}.templates-page .variables-block summary{cursor:pointer;border-radius:4px;color:#374151;font-weight:650}.templates-page .variables-block p{margin:8px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.templates-page .variables-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 12px;gap:8px 12px;margin:10px 0 0;padding:0;list-style:none}.templates-page .variables-list li{color:#374151;font-size:13px;line-height:1.45}.templates-page .form-actions{display:flex;flex-wrap:wrap;gap:8px}.templates-page .report-content{max-width:860px}.templates-page .report-formats{margin:12px 0 0;color:#374151;font-size:14px;line-height:1.5}.templates-page .report-hint{margin:10px 0 16px;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.5}.templates-page .report-toggle{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px;color:#374151;font-size:14px;line-height:1.45}.templates-page .report-toggle input{width:16px;height:16px;margin:3px 0 0;accent-color:var(--accent,#c41f4c)}.templates-page .report-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.templates-page .report-actions .status-banner,.templates-page .report-actions .templates-page__status-banner{margin:0}.templates-page .info-card__text{margin:0;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.templates-page .btn:focus-visible,.templates-page .field-checkbox input:focus-visible,.templates-page .form-control:focus-visible,.templates-page .report-toggle input:focus-visible,.templates-page .variables-block summary:focus-visible{outline:none;border-color:var(--accent,#c41f4c);background:#fff;box-shadow:none}@media (max-width:860px){.templates-page .card__head{flex-direction:column;align-items:flex-start}.templates-page .variables-list{grid-template-columns:1fr}.templates-page .template-form{max-width:none}}.providers-page .page__header{margin-bottom:24px}.providers-page .page__title{margin:0;color:#030712;font-size:28px;font-weight:780;line-height:1.15}.providers-page .page__subtitle{max-width:760px;margin:8px 0 0;color:var(--text-muted,#6b7280);line-height:1.5}.providers-page .page-stack{display:grid;grid-gap:16px;gap:16px}.providers-page .card{padding:18px;margin-bottom:0;border-radius:var(--radius,8px)}.providers-page__muted,.providers-page__readonly-note{margin:0 0 16px;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.providers-page__error-text{margin:0 0 16px;color:#b91c1c;font-size:14px}.providers-page .notice__title{margin:0;color:#111827;font-size:15px;font-weight:760;line-height:1.3}.providers-page .notice__text{max-width:820px;margin:6px 0 0;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5}.providers-page .provider-card{padding:0;overflow:hidden}.providers-page .provider-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px;border-bottom:1px solid var(--border,#e5e7eb)}.providers-page .provider-card__title{margin:0;color:#111827;font-size:18px;font-weight:780;line-height:1.25}.providers-page .provider-card__description{margin:6px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.providers-page .provider-statuses{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.providers-page .status-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.providers-page .status-tag--neutral{background:var(--gray-100,#f3f4f6);color:#4b5563}.providers-page .status-tag--disabled{background:#f3f4f6;color:#6b7280}.providers-page .status-tag--success{background:#ecfdf3;color:#166534}.providers-page .provider-card__body{display:grid;grid-gap:16px;gap:16px;padding:18px}.providers-page .provider-card__status-banner,.providers-page .status-banner.provider-card__status-banner{margin:0;padding:10px 12px;border-radius:6px;background:#ecfdf3;color:#166534;font-size:13px;line-height:1.45}.providers-page .usage-section{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.providers-page .usage-section--top{padding:14px;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-sm,6px);background:var(--gray-50,#f9fafb)}.providers-page .usage-section__text{max-width:720px}.providers-page .params-section,.providers-page .provider-state-section,.providers-page .section{display:grid;grid-gap:12px;gap:12px;padding-top:16px;border-top:1px solid var(--border,#e5e7eb)}.providers-page .section__title{margin:0;color:#111827;font-size:14px;font-weight:760;line-height:1.3}.providers-page .section__text{max-width:720px;margin:4px 0 0;color:var(--text-muted,#6b7280);font-size:13px;line-height:1.45}.providers-page .info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.providers-page .info-item{min-width:0;padding:12px;border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-sm,6px);background:var(--gray-50,#f9fafb)}.providers-page .info-item__label{display:block;margin-bottom:4px;color:var(--text-muted,#6b7280);font-size:12px;line-height:1.3}.providers-page .info-item__value{display:block;color:#111827;font-size:13px;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.providers-page .field{display:grid;grid-gap:7px;gap:7px}.providers-page .field__label{color:#374151;font-size:13px;font-weight:680}.providers-page .form-control{width:100%;height:42px;padding:0 13px;border:1px solid var(--border-strong,#d1d5db);border-radius:var(--radius-sm,6px);background:#fff;color:var(--text,#111827);font-size:14px;outline:none}.providers-page .form-control::placeholder{color:#9ca3af}.providers-page .btn-sm{height:42px}.providers-page .test-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:end}.providers-page .params-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;grid-gap:12px;gap:12px;align-items:end}.providers-page .params-actions{display:flex;align-items:flex-end}.providers-page .params-actions .btn{white-space:nowrap}.providers-page .form-control:focus-visible{outline:none;border-color:var(--accent,#c41f4c);background:#fff;box-shadow:none}@media (max-width:1100px){.providers-page .params-row{grid-template-columns:repeat(2,minmax(0,1fr))}.providers-page .params-actions{align-items:flex-end}}@media (max-width:860px){.providers-page .provider-card__head{flex-direction:column;align-items:flex-start}.providers-page .provider-statuses{justify-content:flex-start}.providers-page .usage-section{flex-direction:column;align-items:flex-start}.providers-page .info-grid,.providers-page .params-row,.providers-page .test-form{grid-template-columns:1fr}}.campaigns-stack .card,.campaigns-stack>.card,.monitoring-screen__slot.card,.page-stack .card,.page-stack>.card,.page-stack>.mail-list-shell,.page-stack>.pagination,.page-stack>.projects-list-shell,.section-stack .card,.section-stack>.card{margin-bottom:0}.page-stack>.mail-list-shell{border:none;background:transparent}.campaigns-card,.exclusions-card,.exclusions-table-wrap,.findings-page__table-shell,.logs-page .logs-table-wrap,.logs-page__table-wrap,.mail-list-shell,.mail-table-card,.projects-list-shell,.projects-table-card{border:1px solid var(--border);border-radius:var(--radius);background:#fff}.projects-empty{padding:18px;border:0;background:transparent}.mail-empty--table,.projects-empty:not(:only-child){padding:18px}.emails-page .page__header,.projects-page .page__header{margin-bottom:24px}.campaigns-stack{display:grid;grid-gap:16px;gap:16px}.outbound-screen .page-inner{width:100%;margin:0 auto}@media (max-width:1100px){.monitoring-screen__grid{grid-template-columns:1fr}}