@charset "UTF-8";:root{--report-ink: #1f2937;--report-ink-muted: #4b5563;--report-border: #e5e7eb;--report-accent: #2563eb;--report-accent-soft: #eff6ff;--report-warn: #b45309;--report-warn-soft: #fffbeb;--report-good: #15803d;--report-good-soft: #f0fdf4;--report-bg: #f3f4f6;--report-surface: #ffffff;--report-brand-color: var(--report-accent)}.report-root{background:var(--report-bg);min-height:100vh;padding:24px 0 64px;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--report-ink)}.report-page{box-sizing:border-box;width:210mm;min-height:297mm;margin:0 auto;padding:14mm 12mm;background:var(--report-surface);box-shadow:0 1px 4px #0000001f}.report-page__header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:2px solid var(--report-ink);padding-bottom:8px;margin-bottom:16px}.report-page__clinic{font-size:20px;font-weight:700}.report-page__period{font-size:14px;color:var(--report-ink-muted)}.report-block{break-inside:avoid;page-break-inside:avoid;margin-bottom:20px;padding-bottom:4px}.report-block__title{font-size:15px;font-weight:700;border-left:4px solid var(--report-brand-color);padding-left:8px;margin:0 0 10px}.report-block__subtitle{font-size:12px;color:var(--report-ink-muted);margin:-4px 0 10px 12px}.report-empty-state{font-size:13px;color:var(--report-ink-muted);background:var(--report-warn-soft);border:1px dashed #f5cf87;border-radius:6px;padding:10px 12px}.report-summary-line{font-size:16px;line-height:1.7;background:var(--report-accent-soft);border-radius:8px;padding:14px 16px}.report-block__narrative{font-size:13px;line-height:1.7;background:var(--report-accent-soft);border-left:3px solid var(--report-brand-color);border-radius:4px;padding:8px 12px;margin:0 0 10px;white-space:pre-line}.report-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.report-stat-card{border:1px solid var(--report-border);border-radius:6px;padding:8px 10px}.report-stat-card__label{font-size:11px;color:var(--report-ink-muted)}.report-stat-card__value{font-size:18px;font-weight:700}.report-stat-card__delta{font-size:11px}.report-stat-card__delta--up{color:var(--report-good)}.report-stat-card__delta--down{color:#b91c1c}.report-stat-card__caption{font-size:10px;color:var(--report-ink-muted);margin-top:4px;line-height:1.4}.report-block--empty{font-size:12px;color:var(--report-ink-muted);padding:6px 0;margin:0;line-height:1.6}.report-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.report-table{width:100%;min-width:640px;border-collapse:collapse;font-size:12px}.report-table th,.report-table td{border:1px solid var(--report-border);padding:5px 7px;text-align:left}.report-table th{background:#f9fafb;font-weight:700}.report-table td.num,.report-table th.num{text-align:right;font-variant-numeric:tabular-nums}.report-table--tracked{margin-bottom:8px}.report-table--sticky-first th:first-child,.report-table--sticky-first td:first-child{position:sticky;left:0;z-index:1;background:var(--report-surface);box-shadow:1px 0 0 var(--report-border)}.report-table--sticky-first thead th:first-child{background:#f9fafb;z-index:2}.report-tag{display:inline-block;font-size:10px;padding:1px 6px;border-radius:999px;background:var(--report-accent-soft);color:var(--report-accent);white-space:nowrap}.report-status{display:inline-block;font-size:11px;padding:1px 7px;border-radius:999px}.report-status--done{background:var(--report-good-soft);color:var(--report-good)}.report-status--proposed{background:var(--report-warn-soft);color:var(--report-warn)}.report-status--declined{background:#fee2e2;color:#b91c1c}.report-status--accepted{background:var(--report-accent-soft);color:var(--report-accent)}.report-chart{width:100%;height:220px}.report-link-button{display:inline-block;margin-top:6px;font-size:12px;font-weight:700;color:var(--report-accent);background:none;border:none;padding:2px 0;cursor:pointer;font-family:inherit}.report-link-button:hover{text-decoration:underline}.report-footnote{margin-top:24px;padding-top:8px;border-top:1px solid var(--report-border);font-size:10px;color:var(--report-ink-muted);line-height:1.6}.report-footnote__details{margin-top:6px}.report-footnote__details summary{cursor:pointer;font-size:11px;color:var(--report-ink-muted);font-weight:700}.report-footnote__details[open] summary{margin-bottom:4px}.report-block{scroll-margin-top:24px}.report-cover{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250mm;text-align:center;border-top:10px solid var(--report-brand-color);padding-top:40px}.report-cover__logo{max-width:220px;max-height:120px;object-fit:contain;margin-bottom:24px}.report-cover__clinic{font-size:22px;font-weight:700;margin:0 0 6px}.report-cover__title{font-size:30px;font-weight:800;color:var(--report-brand-color);margin:0 0 24px}.report-cover__period,.report-cover__generated{font-size:13px;color:var(--report-ink-muted);margin:2px 0}@media print{.report-cover{page-break-after:always;break-after:page}}.report-summary-panel{background:var(--report-surface);border:1px solid var(--report-border);border-radius:10px;padding:16px 18px;margin-bottom:20px}.report-summary-panel__sentence{margin:0 0 14px;font-size:16px;font-weight:600;line-height:1.6}.report-summary-panel__kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.report-summary-kpi{display:flex;align-items:flex-start;gap:10px;background:var(--report-bg);border-radius:8px;padding:10px 12px}.report-summary-kpi__dot{flex-shrink:0;width:12px;height:12px;border-radius:999px;margin-top:4px;background:#9ca3af}.report-summary-kpi__dot--green{background:var(--report-good)}.report-summary-kpi__dot--yellow{background:var(--report-warn)}.report-summary-kpi__dot--red{background:#b91c1c}.report-summary-kpi__dot--gray{background:#9ca3af}.report-summary-kpi__label{font-size:11px;color:var(--report-ink-muted)}.report-summary-kpi__value{font-size:20px;font-weight:700;margin:2px 0}.report-summary-kpi__delta{font-size:11px;color:var(--report-ink-muted)}@media screen and (max-width:767px){.report-summary-panel__sentence{font-size:14px}.report-summary-panel__kpis{grid-template-columns:1fr}}.report-trend-cell{white-space:nowrap}.report-trend{display:block;font-size:10px;font-weight:700;white-space:nowrap}.report-trend--good{color:var(--report-good)}.report-trend--bad{color:#b91c1c}.report-trend--flat{color:var(--report-ink-muted);font-weight:400}.report-sparkline{display:block;color:var(--report-accent);overflow:visible}.report-status--new{background:var(--report-good-soft);color:var(--report-good)}.report-status--gone{background:#fee2e2;color:#b91c1c}.report-funnel{display:flex;align-items:stretch;gap:6px}.report-funnel__stage{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.report-funnel__bar{width:100%;background:var(--report-accent);border-radius:4px 4px 0 0;min-height:6px}.report-funnel__label{font-size:11px;color:var(--report-ink-muted);margin-top:6px}.report-funnel__value{font-size:16px;font-weight:700}.report-funnel__arrow{align-self:center;color:var(--report-ink-muted);font-size:16px;padding-bottom:22px}.report-funnel__branch{margin-top:10px;font-size:12px;color:var(--report-ink-muted);text-align:center;border-top:1px dashed var(--report-border);padding-top:6px}.report-funnel__branch+.report-funnel__branch{margin-top:4px;border-top:none;padding-top:0}.report-funnel__footnote{margin-top:8px;font-size:10px;color:var(--report-ink-muted);text-align:center;line-height:1.5}@media screen and (max-width:767px){.report-stat-grid{grid-template-columns:1fr;gap:8px}.report-block__title{font-size:14px}.report-summary-line{font-size:14px;padding:12px 14px}.report-funnel__value{font-size:13px}.report-funnel__label{font-size:10px}}@media print{.report-root{background:none;padding:0}.report-page{width:auto;min-height:0;margin:0;padding:0;box-shadow:none}.no-print{display:none!important}.report-table--sticky-first th:first-child,.report-table--sticky-first td:first-child{position:static;box-shadow:none}}@page{size:A4 portrait;margin:15mm 12mm}.report-funnel-groups{display:flex;align-items:stretch;gap:16px}.report-funnel-group{flex:1;min-width:0}.report-funnel-group__title{font-size:12px;font-weight:600;color:var(--report-ink-muted, #4b5563);margin-bottom:8px}.report-funnel-groups__divider{border-left:2px dashed #cbd5e1;margin:4px 0}@media screen and (max-width:767px){.report-funnel-groups{flex-direction:column}.report-funnel-groups__divider{border-left:0;border-top:2px dashed #cbd5e1;margin:4px 0}}.report-table__row--highlight td{background:#eff6ff;font-weight:600}.report-block__footnote{margin-top:6px;font-size:12px;color:var(--report-ink-muted, #4b5563)}.report-block__meta{margin:-4px 0 8px;font-size:12px;color:var(--report-ink-muted, #4b5563)}.report-block__definition{margin:-4px 0 8px;font-size:11px;line-height:1.6;color:var(--report-ink-muted, #4b5563)}.report-block__badge{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:4px;background:var(--report-warn-soft);border:1px solid #f5cf87;font-size:11px;font-weight:400;color:#7c5b1a}.report-table tfoot td{font-weight:700}.report-top-reasons{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.report-top-reasons__item{border-left:3px solid var(--report-accent, #2563eb);padding:2px 0 2px 10px}.report-top-reasons__headline{font-size:13px;font-weight:700;color:var(--report-ink, #1f2937)}.report-top-reasons__summary{margin-top:2px;font-size:12px;line-height:1.7;color:var(--report-ink-muted, #6b7280)}.report-table__group-row th{text-align:left;background:var(--report-bg, #f3f4f6);font-size:11px;color:var(--report-ink, #374151)}.report-note-inline{font-size:11px;opacity:.6;margin-top:2px}.auth-page{flex-direction:column;min-height:100vh;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:16px;background:var(--report-bg, #f3f4f6);font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,-apple-system,BlinkMacSystemFont,sans-serif}.auth-card{width:100%;max-width:420px;background:var(--report-surface, #fff);border-radius:10px;box-shadow:0 1px 4px #0000001f;padding:32px 28px}.auth-card__logo{display:block;width:180px;height:auto;margin:0 auto 16px}.auth-page__version{margin-top:16px;font-size:11px;opacity:.5;text-align:center;font-variant-numeric:tabular-nums}.auth-card__title{font-size:20px;font-weight:700;margin:0 0 12px}.auth-card__desc{font-size:13px;color:var(--report-ink-muted, #6b7280);margin:0 0 16px}.auth-card__message{font-size:14px;line-height:1.7;background:var(--report-accent-soft, #eff6ff);border-radius:8px;padding:12px 14px}.auth-card__hint{margin-top:10px;font-size:12px;color:var(--report-ink-muted, #6b7280)}.auth-card__error{margin-top:10px;font-size:13px;color:#b91c1c}.auth-input{width:100%;box-sizing:border-box;padding:9px 12px;border:1px solid var(--report-border, #e5e7eb);border-radius:6px;font-size:14px;margin-bottom:12px}.auth-button{display:inline-block;width:100%;box-sizing:border-box;padding:10px 12px;border:none;border-radius:6px;background:var(--report-accent, #2563eb);color:#fff;font-size:14px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-label{display:block;font-size:13px;font-weight:700;margin-bottom:4px}.auth-actions{display:flex;flex-direction:column;gap:8px;margin-top:14px}.auth-button--secondary{background:var(--report-surface, #fff);color:var(--report-accent, #2563eb);border:1px solid var(--report-accent, #2563eb)}.auth-link-button{background:none;border:none;padding:4px;font-size:13px;color:var(--report-ink-muted, #6b7280);text-decoration:underline;cursor:pointer}.site-select{width:100%;max-width:560px}.site-select__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.site-select__logout{border:1px solid var(--report-border, #e5e7eb);background:var(--report-surface, #fff);color:var(--report-ink-muted, #6b7280);border-radius:6px;padding:6px 12px;font-size:13px;cursor:pointer}.site-select__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.site-card{display:flex;align-items:center;justify-content:space-between;background:var(--report-surface, #fff);border-radius:10px;box-shadow:0 1px 4px #0000001f;padding:18px 20px;text-decoration:none;color:inherit}.site-card__name{font-size:16px;font-weight:700}.site-card__arrow{font-size:20px;color:var(--report-ink-muted, #6b7280)}.dash-shell{min-height:100vh;display:flex;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--report-ink, #1f2937);background:var(--report-bg, #f3f4f6)}.dash-shell__sidebar{width:200px;flex-shrink:0;background:var(--report-surface, #fff);border-right:1px solid var(--report-border, #e5e7eb);padding:20px 12px;box-sizing:border-box;position:sticky;top:0;align-self:flex-start;height:100vh;overflow-y:auto;display:flex;flex-direction:column}.dash-shell__topbar{display:flex;align-items:center;justify-content:space-between}.dash-shell__logo{font-size:15px;font-weight:700;margin-bottom:20px;padding:0 8px}.dash-brand{display:flex;flex-direction:column;gap:6px}.dash-brand__logo{display:block;width:130px;height:auto;background:#fff;border-radius:6px;padding:4px 6px}.dash-brand__product{font-size:13px;font-weight:600;opacity:.85}.dash-shell__clinic{font-size:17px;font-weight:700;margin:-8px 8px 16px;line-height:1.3;word-break:break-word}.dash-shell__version{padding:16px 8px 0;font-size:11px;opacity:.55;font-variant-numeric:tabular-nums}.dash-shell__menu-btn{display:none;flex-shrink:0;font-size:13px;font-weight:700;color:var(--report-accent, #2563eb);background:var(--report-accent-soft, #eff6ff);border:none;border-radius:6px;padding:6px 12px;cursor:pointer}.dash-shell__nav{display:flex;flex-direction:column;gap:2px}.dash-nav__item{display:block;padding:9px 10px;border-radius:6px;font-size:14px;color:var(--report-ink-muted, #6b7280);text-decoration:none}.dash-nav__item--active{background:var(--report-accent-soft, #eff6ff);color:var(--report-accent, #2563eb);font-weight:700}.dash-shell__content{flex:1;min-width:0;padding:24px 32px 64px}.dash-daily__title{font-size:20px;font-weight:700;margin:0 0 20px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dash-daily__nav-btn{font-size:13px;font-weight:700;color:var(--report-accent, #2563eb);background:var(--report-accent-soft, #eff6ff);border:none;border-radius:6px;padding:6px 12px;cursor:pointer}.dash-daily__nav-btn:disabled{color:var(--report-ink-muted, #6b7280);background:#f3f4f6;cursor:not-allowed}.dash-block{margin-bottom:24px}.dash-block__title{font-size:15px;font-weight:700;border-left:4px solid var(--report-accent, #2563eb);padding-left:8px;margin:0 0 12px}.dash-loading,.dash-empty{font-size:13px;color:var(--report-ink-muted, #6b7280);background:var(--report-surface, #fff);border:1px dashed var(--report-border, #e5e7eb);border-radius:6px;padding:12px 14px}.dash-error{max-width:480px;margin:48px auto;text-align:center;background:var(--report-surface, #fff);border-radius:10px;padding:24px;box-shadow:0 1px 4px #00000014}.dash-error__title{font-size:17px;font-weight:700;margin:0 0 8px}.dash-error__message{font-size:13px;color:var(--report-ink-muted, #6b7280);margin:0}.dash-error--forbidden .dash-error__title{color:#b91c1c}.dash-card{background:var(--report-surface, #fff);border:1px solid var(--report-border, #e5e7eb);border-radius:8px;padding:16px 18px;max-width:320px}.dash-card__label{font-size:12px;color:var(--report-ink-muted, #6b7280)}.dash-card__value{font-size:28px;font-weight:700;margin:2px 0}.dash-card__delta{font-size:12px}.dash-card__sub{font-size:11px;color:var(--report-ink-muted, #6b7280);margin-top:4px}.dash-sparkline{width:100%;height:56px;margin-top:8px}.dash-delta--up{color:var(--report-good, #15803d)}.dash-delta--down{color:#b91c1c}.dash-contact-channels{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--report-border, #e5e7eb)}.dash-contact-channels__item{display:flex;flex-direction:column;gap:2px}.dash-contact-channels__label{font-size:11px;color:var(--report-ink-muted, #6b7280)}.dash-contact-channels__value{font-size:16px;font-weight:700}.dash-traffic__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.dash-traffic__subtitle{font-size:13px;font-weight:700;margin:0 0 8px}.dash-traffic__stats{display:flex;gap:20px}.dash-traffic__stat-label{font-size:11px;color:var(--report-ink-muted, #6b7280)}.dash-traffic__stat-value{font-size:20px;font-weight:700}.dash-contact-pages__page{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-alerts__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dash-alert{display:flex;align-items:baseline;gap:8px;border-radius:6px;padding:10px 12px;font-size:13px}.dash-alert__badge{flex-shrink:0;font-size:11px;font-weight:700;padding:1px 8px;border-radius:999px}.dash-alert--critical{background:#fee2e2}.dash-alert--critical .dash-alert__badge{background:#b91c1c;color:#fff}.dash-alert--warning{background:var(--report-warn-soft, #fffbeb)}.dash-alert--warning .dash-alert__badge{background:var(--report-warn, #b45309);color:#fff}.dash-alert--info{background:#f3f4f6;color:var(--report-ink-muted, #6b7280);margin-top:8px;display:block}.dash-rank-movers__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dash-rank-movers__grid>div{min-width:0}.dash-rank-movers__subtitle{font-size:13px;font-weight:700;margin:0 0 8px}.dash-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.dash-table{width:100%;min-width:480px;border-collapse:collapse;font-size:12px}.dash-table th,.dash-table td{border:1px solid var(--report-border, #e5e7eb);padding:5px 7px;text-align:left}.dash-table th{background:#f9fafb;font-weight:700}.dash-table td.num,.dash-table th.num{text-align:right;font-variant-numeric:tabular-nums}.dash-sync-health__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.dash-sync-health__item{display:flex;align-items:center;gap:10px;font-size:13px;padding:6px 4px;border-bottom:1px solid var(--report-border, #e5e7eb)}.dash-sync-health__name{min-width:130px;font-weight:700}.dash-sync-health__status{min-width:60px}.dash-sync-health__time{color:var(--report-ink-muted, #6b7280);font-size:12px}.dash-status-dot{display:inline-block;width:10px;height:10px;border-radius:999px;flex-shrink:0;background:#9ca3af}.dash-status-dot--success{background:var(--report-good, #15803d)}.dash-status-dot--failed{background:#b91c1c}.dash-status-dot--running{background:var(--report-accent, #2563eb)}.dash-status-dot--no_data{background:#d1d5db}.dash-partial-note{font-size:12px;color:var(--report-warn, #b45309);background:var(--report-warn-soft, #fffbeb);border-radius:6px;padding:6px 10px;margin:0 0 12px;display:inline-block}.dash-chart-footnote{font-size:12px;color:var(--report-ink-muted, #6b7280);margin:6px 0 0}.dash-weekly-contact__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:16px}.dash-weekly-contact .dash-card{max-width:none}.dash-weekly-contact__trend{width:100%;height:180px}.dash-group-trends__chart{width:100%;height:320px}.dash-opportunities__page{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:var(--report-ink-muted, #6b7280)}.dash-opportunities__action{max-width:260px;font-size:12px}.dash-chip{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:var(--report-accent-soft, #eff6ff);color:var(--report-accent, #2563eb);white-space:nowrap;cursor:default}.dash-query-changes{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dash-query-changes__col{min-width:0}.dash-local-pack__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.dash-local-pack__item{background:var(--report-surface, #fff);border:1px solid var(--report-border, #e5e7eb);border-radius:8px;padding:12px 14px}.dash-local-pack__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.dash-local-pack__keyword{font-weight:700;font-size:13px}.dash-local-pack__badge{font-size:11px;font-weight:700;color:#b45309;background:var(--report-warn-soft, #fffbeb);border-radius:999px;padding:1px 8px;white-space:nowrap}.dash-local-pack__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:12px}.dash-local-pack__list li{display:flex;align-items:baseline;gap:6px}.dash-local-pack__position{font-weight:700;color:var(--report-accent, #2563eb);width:14px;flex-shrink:0}.dash-local-pack__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-local-pack__rating{font-size:11px;color:var(--report-ink-muted, #6b7280);white-space:nowrap}.dash-monthly__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px}.dash-monthly__header .dash-daily__title{margin:0}.dash-monthly__switcher{display:flex;align-items:center;gap:10px}.dash-monthly__nav-btn{font-size:13px;font-weight:700;color:var(--report-accent, #2563eb);background:var(--report-accent-soft, #eff6ff);border:none;border-radius:6px;padding:6px 12px;cursor:pointer}.dash-monthly__nav-btn:disabled{color:var(--report-ink-muted, #6b7280);background:#f3f4f6;cursor:not-allowed}.dash-monthly__current{font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;min-width:64px;text-align:center}.dash-monthly__select{font-size:13px;font-family:inherit;color:var(--report-ink, #1f2937);background:var(--report-surface, #fff);border:1px solid var(--report-border, #e5e7eb);border-radius:6px;padding:5px 8px;cursor:pointer}.dash-shell__anchors{list-style:none;margin:16px 0 0;padding:10px 0 0;border-top:1px solid var(--report-border, #e5e7eb);display:flex;flex-direction:column;gap:1px}.dash-anchor__item{display:block;width:100%;text-align:left;background:none;border:none;padding:6px 10px;border-radius:6px;font-size:12px;color:var(--report-ink-muted, #6b7280);cursor:pointer;font-family:inherit}.dash-anchor__item:hover{background:var(--report-bg, #f3f4f6)}.dash-anchor__item--active{background:var(--report-accent-soft, #eff6ff);color:var(--report-accent, #2563eb);font-weight:700}.dash-shell__account{margin-top:auto;padding-top:12px;border-top:1px solid var(--report-border, #e5e7eb);flex-shrink:0;display:flex;flex-direction:column;gap:10px}.dash-account__label{display:block;font-size:11px;font-weight:700;color:var(--report-ink-muted, #6b7280);padding:0 2px}.dash-account__select{width:100%;box-sizing:border-box;margin-top:4px;font-size:12px;font-family:inherit;color:var(--report-ink, #1f2937);background:var(--report-surface, #fff);border:1px solid var(--report-border, #e5e7eb);border-radius:6px;padding:5px 6px;cursor:pointer}.dash-account__contact-name,.dash-account__contact-empty,.dash-account__email{font-size:12px;line-height:1.6;color:var(--report-ink-muted, #6b7280);padding:0 2px;word-break:break-word}.dash-account__link{display:block;font-size:12px;line-height:1.6;color:var(--report-accent, #2563eb);text-decoration:none;padding:0 2px;word-break:break-all}.dash-account__link:hover{text-decoration:underline}.dash-account__identity{border-top:1px solid var(--report-border, #e5e7eb);padding-top:10px}.dash-account__logout{margin-top:6px;width:100%;font-family:inherit;font-size:12px;font-weight:700;color:var(--report-ink-muted, #6b7280);background:var(--report-surface, #fff);border:1px solid var(--report-border, #e5e7eb);border-radius:6px;padding:6px 8px;cursor:pointer}.dash-account__logout:hover{background:var(--report-bg, #f3f4f6)}@media screen and (max-width:767px){.dash-shell{flex-direction:column}.dash-shell__sidebar{width:100%;box-sizing:border-box;border-right:none;border-bottom:1px solid var(--report-border, #e5e7eb);padding:12px 16px;position:static;height:auto;overflow-y:visible}.dash-shell__sidebar--open{padding-bottom:12px}.dash-shell__logo{margin-bottom:0;padding:0}.dash-shell__menu-btn{display:inline-flex}.dash-shell__nav{display:none;margin-top:12px}.dash-shell__sidebar--open .dash-shell__nav{display:flex}.dash-shell__account{display:none;margin-top:12px}.dash-shell__sidebar--open .dash-shell__account{display:flex}.dash-shell__content{padding:16px 16px 40px}.dash-daily__title{font-size:17px;margin-bottom:14px}.dash-block{margin-bottom:18px}.dash-card{max-width:none}.dash-card__value{font-size:24px}.dash-weekly-contact__cards{grid-template-columns:1fr}.dash-rank-movers__grid,.dash-query-changes,.dash-traffic__grid{grid-template-columns:1fr;gap:16px}.dash-sync-health__item{flex-wrap:wrap;row-gap:2px}.dash-sync-health__name{min-width:0}}.dash-daily__top{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dash-daily__top .dash-card{max-width:none;min-width:0}@media(max-width:900px){.dash-daily__top{grid-template-columns:1fr}}.dash-card__value-unit{font-size:13px;font-weight:500;opacity:.7}.dash-card__breakdown{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--report-border, #e5e7eb)}.dash-card__channel-label{font-size:12px;opacity:.7}.dash-card__channel-value{font-size:18px;font-weight:700}.dash-keyword-ranks__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.dash-link-button{background:none;border:none;padding:0;color:var(--report-accent, #2563eb);cursor:pointer;font-size:13px}.dash-tag{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:999px;font-size:11px;background:var(--report-bg, #f3f4f6);opacity:.8}.dash-cell-url{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-keyword-ranks .dash-table{min-width:720px}.dash-keyword-ranks .dash-table th,.dash-keyword-ranks .dash-table td{white-space:nowrap}.admin-page{max-width:1280px;overflow-x:auto}.admin-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.admin-page__title{font-size:20px;font-weight:700;margin:0}.admin-page__desc{font-size:13px;color:var(--report-ink-muted, #6b7280);margin:0 0 12px}.admin-button{display:inline-block;padding:8px 14px;border:none;border-radius:6px;background:var(--report-accent, #2563eb);color:#fff;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer;margin-right:8px}.admin-button:disabled{opacity:.6;cursor:not-allowed}.admin-button--ghost{background:var(--report-accent-soft, #eff6ff);color:var(--report-accent, #2563eb)}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{border:1px solid var(--report-border, #e5e7eb);padding:8px 10px;text-align:left}.admin-table th{background:#f9fafb;font-weight:700;white-space:nowrap}.admin-table td{white-space:nowrap}.admin-table td.admin-cell-wrap,.admin-table td.monitor-error-cell,.admin-table td.admin-delivery-reasons{white-space:normal;min-width:120px;max-width:220px;word-break:break-word}.admin-table td.num,.admin-table th.num{text-align:right;font-variant-numeric:tabular-nums}.admin-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:#f3f4f6;color:var(--report-ink-muted, #6b7280)}.admin-badge--active{background:var(--report-good-soft, #f0fdf4);color:var(--report-good, #15803d)}.admin-badge--suspended{background:#fee2e2;color:#b91c1c}.admin-users-panel{background:#f9fafb;padding:12px!important}.admin-table--nested{font-size:12px}.admin-users-panel__done{font-size:12px;color:var(--report-good, #15803d);margin:0 6px}.admin-error{font-size:13px;color:#b91c1c;background:#fee2e2;border-radius:6px;padding:10px 12px;margin-bottom:16px}.admin-form{display:flex;flex-direction:column;gap:12px;max-width:480px}.admin-form__label{display:flex;flex-direction:column;gap:4px;font-size:13px;font-weight:700}.admin-input{box-sizing:border-box;padding:8px 10px;border:1px solid var(--report-border, #e5e7eb);border-radius:6px;font-size:14px;font-weight:400}.wizard-steps{display:flex;gap:4px;list-style:none;margin:0 0 20px;padding:0;font-size:12px}.wizard-steps__item{padding:6px 10px;border-radius:999px;background:#f3f4f6;color:var(--report-ink-muted, #6b7280)}.wizard-steps__item--active{background:var(--report-accent-soft, #eff6ff);color:var(--report-accent, #2563eb);font-weight:700}.wizard-steps__item--clickable{cursor:pointer}.wizard-steps__item--clickable:hover{background:var(--report-accent-soft, #eff6ff)}.wizard-panel{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.wizard-sa-email{display:flex;align-items:center;gap:8px;font-size:13px;background:var(--report-surface, #fff);border:1px solid var(--report-border, #e5e7eb);border-radius:6px;padding:8px 12px}.wizard-guide-block{font-size:13px}.wizard-guide-block__title{font-size:14px;font-weight:700;margin:0 0 6px}.wizard-guide-block__list{margin:0;padding-left:20px;line-height:1.8}.wizard-lights{display:flex;gap:24px}.wizard-light{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.wizard-light__error{font-weight:400;color:#b91c1c;font-size:12px}.wizard-backfill-result{font-size:13px}.wizard-checklist{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:6px;font-size:13px}.wizard-invite-done{font-size:13px;color:var(--report-good, #15803d)}.site-settings__selector{margin-bottom:16px;max-width:640px;display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.site-settings__selector .admin-form__label{flex:1;min-width:260px}.site-settings__open-dashboard{text-decoration:none;white-space:nowrap}.site-settings__tabs,.vocab-group{margin-bottom:20px}.vocab-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.vocab-chip{display:inline-flex;align-items:center;gap:6px}.vocab-chip__remove{border:none;background:none;cursor:pointer;font-weight:700;color:inherit;padding:0;line-height:1}.vocab-add{display:flex;gap:8px;align-items:center;max-width:360px}.vocab-add .admin-input{flex:1}.admin-page.monitor-page,.admin-page:has(.monitor-matrix),.admin-page:has(.rec-page-layout){max-width:1100px}.admin-section-title{font-size:15px;font-weight:700;margin:24px 0 10px}.admin-notice{font-size:13px;color:var(--report-accent, #2563eb);background:var(--report-accent-soft, #eff6ff);border-radius:6px;padding:10px 12px;margin-bottom:16px}.monitor-matrix-scroll{overflow-x:auto}.monitor-matrix th,.monitor-matrix td{white-space:nowrap}.monitor-matrix__cell{text-align:center}.monitor-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;margin-bottom:16px}.monitor-error-cell{max-width:240px;white-space:normal;word-break:break-word;font-size:12px;color:#b91c1c}.monitor-pagination{display:flex;align-items:center;gap:12px;margin-top:12px;font-size:13px}.rec-cards{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.rec-card{border:1px solid var(--report-border, #e5e7eb);border-radius:8px;padding:12px 14px;background:var(--report-surface, #fff)}.rec-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.rec-card__title{font-weight:700;font-size:14px}.rec-card__field{font-size:13px;margin:4px 0}.rec-card__actions{display:flex;gap:8px;margin-top:8px}.rec-outcome-form{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-top:8px}.rec-outcome-form .admin-form__label{flex:1;min-width:140px}.rec-page-layout{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.rec-main-column{min-width:0}.rec-findings-sidebar{border:1px solid var(--report-border, #e5e7eb);border-radius:8px;padding:12px 14px;background:var(--report-surface, #fff)}.findings-group__title{font-size:13px;font-weight:700;margin:14px 0 8px}.findings-group__title:first-of-type{margin-top:0}.findings-list{display:flex;flex-direction:column;gap:8px}.findings-item{border:1px solid var(--report-border, #e5e7eb);border-radius:6px;padding:8px 10px}.findings-item__header{display:flex;align-items:center;gap:6px;margin-bottom:6px}.findings-item__title{font-size:13px}.admin-badge--critical{background:#fee2e2;color:#b91c1c}.admin-badge--warning-level{background:#fef3c7;color:#92400e}.reports-row-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center;max-width:240px}.reports-row-actions .admin-button{white-space:nowrap;padding:4px 8px;font-size:12px}.admin-table td.reports-row-actions,.admin-table th:last-child{position:sticky;right:0;background:var(--report-surface, #fff);box-shadow:-8px 0 8px -8px #00000040}.admin-table th:last-child{background:#f9fafb}.admin-page:has(.narratives-list),.admin-page:has(.rec-cards[data-testid=narratives-list]){max-width:900px}.narrative-textarea{resize:vertical;font-family:inherit;width:100%}.narrative-preview{white-space:pre-wrap;background:#f9fafb;border-radius:6px;padding:8px 10px;margin:4px 0 0}.admin-button--danger{background:#c0392b;border-color:#c0392b;color:#fff}.admin-button--danger:hover{background:#a93226}.admin-users-panel__confirm-hint{color:#c0392b;font-size:12px;margin-right:8px}.dash-status-dot--awaiting{background:var(--report-warn, #b45309)}.admin-delivery-reasons{font-size:12px;color:var(--report-warn, #b45309)}.chat-fab{position:fixed;right:24px;bottom:24px;z-index:40;border:none;border-radius:999px;padding:12px 18px;background:var(--report-accent, #0f766e);color:#fff;font-size:14px;font-weight:600;box-shadow:0 6px 20px #0000002e;cursor:pointer}.chat-panel{position:fixed;right:24px;bottom:80px;z-index:40;width:min(420px,100vw - 32px);height:min(560px,100vh - 120px);display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 12px 36px #00000029;overflow:hidden}.chat-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid #e5e7eb}.chat-panel__title{font-weight:700;font-size:15px}.chat-panel__hint{margin-top:4px;font-size:12px;color:#6b7280}.chat-panel__quota{margin-top:4px;font-size:12px;font-weight:600;color:var(--report-ink-muted, #4b5563)}.chat-panel__clear{flex:none;border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:6px 10px;font-size:12px;cursor:pointer}.chat-panel__clear:disabled{opacity:.4;cursor:default}.chat-panel__messages{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;background:#f9fafb}.chat-panel__empty{margin:0 0 4px;color:var(--report-ink-muted, #4b5563);font-size:13px;text-align:center}.chat-examples{display:flex;flex-direction:column;gap:14px;margin:auto 0}.chat-examples__category{display:flex;flex-direction:column;gap:6px}.chat-examples__title{font-size:12px;font-weight:600;color:var(--report-ink-muted, #4b5563)}.chat-examples__buttons{display:flex;flex-wrap:wrap;gap:6px}.chat-examples__btn{border:1px solid var(--report-border, #e5e7eb);background:#fff;color:var(--report-ink, #1f2937);border-radius:999px;padding:6px 12px;font-size:13px;line-height:1.4;cursor:pointer;text-align:left}.chat-examples__btn:hover{border-color:var(--report-accent, #0f766e);background:var(--report-accent-soft, #eff6ff)}.chat-examples__btn:focus-visible{outline:2px solid var(--report-accent, #0f766e);outline-offset:2px}.chat-bubble{max-width:88%;padding:10px 12px;border-radius:12px;font-size:14px;line-height:1.55}.chat-bubble--user{align-self:flex-end;background:var(--report-accent, #0f766e);color:#fff;border-bottom-right-radius:4px}.chat-bubble--assistant{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.chat-bubble--loading{color:#6b7280;font-style:italic}.chat-bubble__content{white-space:pre-wrap;word-break:break-word}.chat-bubble__meta{margin-top:6px;font-size:11px;color:#6b7280}.chat-panel__error{align-self:stretch;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#991b1b;font-size:13px}.chat-panel__composer{display:flex;gap:8px;padding:12px;border-top:1px solid #e5e7eb}.chat-panel__input{flex:1;resize:none;border:1px solid #d1d5db;border-radius:10px;padding:8px 10px;font:inherit;font-size:14px}.chat-panel__send{flex:none;align-self:flex-end;border:none;border-radius:10px;padding:10px 16px;background:var(--report-accent, #0f766e);color:#fff;font-weight:600;cursor:pointer}.chat-panel__send:disabled{opacity:.5;cursor:default}@media(max-width:767px){.chat-fab{right:12px;bottom:12px}.chat-panel{right:8px;left:8px;bottom:64px;width:auto;height:min(70vh,520px)}}
