._button_483yo_1{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius);font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:background var(--duration-base,.15s) ease, border-color var(--duration-base,.15s) ease, color var(--duration-base,.15s) ease;border:1px solid #0000;display:inline-flex}._button_483yo_1:focus-visible{outline:2px solid var(--accent);outline-offset:2px}._button_483yo_1:disabled{opacity:.5;cursor:not-allowed}._primary_483yo_22{background:var(--accent);color:var(--accent-text)}._primary_483yo_22:hover:not(:disabled){filter:brightness(.95)}._outline_483yo_30{border-color:var(--border);color:var(--text);background:0 0}._outline_483yo_30:hover:not(:disabled){background:var(--surface-2)}._ghost_483yo_39{color:var(--text-muted);background:0 0}._ghost_483yo_39:hover:not(:disabled){background:var(--surface-2);color:var(--text)}._link_483yo_48{height:auto;color:var(--accent-fg);background:0 0;padding:0;text-decoration:underline}._link_483yo_48:hover:not(:disabled){opacity:.8}._sm_483yo_59{height:32px;padding:0 var(--space-3);font-size:13px}._md_483yo_65{height:40px;padding:0 var(--space-4);font-size:14px}._lg_483yo_71{height:44px;padding:0 var(--space-5);font-size:15px}._card_1fjsh_1{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}._card__header_1fjsh_6{padding:var(--space-4) var(--space-4) 0}._card__title_1fjsh_9{color:var(--text);margin:0;font-size:15px;font-weight:600}._card__content_1fjsh_15{padding:var(--space-4);color:var(--text-muted);font-size:14px;line-height:1.5}._chart-tooltip_1cj77_1{min-width:160px;max-width:320px;padding:var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow-wrap:break-word;word-break:break-word}._chart-tooltip__date_1cj77_12{margin-bottom:var(--space-2);color:var(--text-muted);font-size:12px;font-weight:500}._chart-tooltip__row_1cj77_18{color:var(--text);font-size:13px}._chart-tooltip__footer_1cj77_22{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border);flex-direction:column;gap:4px;display:flex}._input_qwy3z_1{width:100%;height:40px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:15px;font-family:var(--font-sans)}._input_qwy3z_1:focus-visible{outline:2px solid var(--accent);outline-offset:-1px}._input_qwy3z_1[aria-invalid=true]{border-color:var(--danger)}._input_qwy3z_1::placeholder{color:var(--text-muted)}._form-field_1oruh_1{gap:var(--space-2);flex-direction:column;display:flex}._form-field__label_1oruh_6{color:var(--text);font-size:14px;font-weight:500}._form-field__error_1oruh_11{color:var(--danger);margin:0;font-size:13px}._modal__overlay_u755s_1{background:var(--overlay);z-index:50;animation:.15s _overlayShow_u755s_1;position:fixed;inset:0}._modal__content_u755s_8{z-index:51;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:var(--space-6);width:100%;max-width:460px;max-height:90vh;animation:.15s _contentShow_u755s_1;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}._modal__content_u755s_8:focus{outline:none}._modal__visually-hidden_u755s_28{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}._modal__close_u755s_39{top:var(--space-4);right:var(--space-4);cursor:pointer;color:var(--text-muted);border-radius:var(--radius);padding:var(--space-1);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute}._modal__close_u755s_39:hover{color:var(--text)}._modal__close_u755s_39:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes _overlayShow_u755s_1{0%{opacity:0}to{opacity:1}}@keyframes _contentShow_u755s_1{0%{opacity:0;transform:translate(-50%,-48%)scale(.97)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._toast_1pxuu_1{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);min-width:260px;display:flex}._toast__icon_1pxuu_12{color:var(--accent-fg);align-items:center;display:flex}._toast__body_1pxuu_17{gap:var(--space-1);flex-direction:column;display:flex}._toast__message_1pxuu_22{color:var(--text);font-size:14px;font-weight:500}._toast__subtitle_1pxuu_27{color:var(--text-muted);font-size:13px}._toast-container_1s25f_1{bottom:var(--space-5);right:var(--space-5);gap:var(--space-2);z-index:60;flex-direction:column;display:flex;position:fixed}._user-avatar_cwzvi_1{background:var(--accent);color:var(--accent-text);text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex}._user-avatar--sm_cwzvi_12{width:32px;height:32px;font-size:13px}._user-avatar--md_cwzvi_17{width:40px;height:40px;font-size:15px}._skeleton_13yaf_1{background:var(--surface-2);border-radius:var(--radius);animation:1.4s ease-in-out infinite _skeleton-pulse_13yaf_1}@keyframes _skeleton-pulse_13yaf_1{0%,to{opacity:1}50%{opacity:.5}}._error-state_r79wd_1{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);flex-direction:column;display:flex}._error-state__message_r79wd_8{color:var(--text-muted);font-size:14px}._empty-state_ikdz2_1{padding:var(--space-4);color:var(--text-muted);font-size:14px}._table__scroll_17thx_1{overflow-x:auto}._table_17thx_1{border-collapse:collapse;width:100%;min-width:480px}._table--compact_17thx_10 ._table__head-cell_17thx_10,._table--compact_17thx_10 ._table__cell_17thx_11{padding:6px 8px}._table__head-cell_17thx_10{padding:var(--space-2) var(--space-3);color:var(--text-muted);text-align:left;white-space:nowrap;border-bottom:1px solid var(--border);font-size:12px;font-weight:500}._table__head-cell--right_17thx_24{text-align:right}._table__cell_17thx_11{padding:var(--space-2) var(--space-3);color:var(--text);border-bottom:1px solid var(--border);font-size:13px}._table__cell--right_17thx_34{text-align:right;font-variant-numeric:tabular-nums}._full-screen-loader_6n9lk_1{justify-content:center;align-items:center;gap:var(--space-3);background:var(--bg);flex-direction:column;min-height:100vh;display:flex}._full-screen-loader__spinner_6n9lk_10{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite _full-screen-loader-spin_6n9lk_1}._full-screen-loader__label_6n9lk_18{color:var(--text-muted);font-size:14px}@keyframes _full-screen-loader-spin_6n9lk_1{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){._full-screen-loader__spinner_6n9lk_10{animation:none}}._hint_1oebr_1{margin-left:var(--space-1);align-items:center;display:inline-flex;position:relative}._hint__trigger_1oebr_7{width:18px;height:18px;color:var(--text-muted);cursor:help;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}._hint__trigger_1oebr_7:hover,._hint__trigger_1oebr_7:focus-visible{color:var(--accent-fg)}._hint__trigger_1oebr_7:focus-visible{outline:2px solid var(--accent);outline-offset:2px}._hint__bubble_1oebr_27{bottom:calc(100% + var(--space-2));width:max-content;max-width:260px;padding:var(--space-2) var(--space-3);border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);box-shadow:var(--shadow-md);text-align:left;opacity:0;pointer-events:none;transition:opacity var(--duration-base,.15s) ease;z-index:20;font-size:12px;font-weight:400;line-height:1.4;position:absolute;left:0}._hint__bubble--down_1oebr_48{bottom:auto;top:calc(100% + var(--space-2))}._hint__bubble--align-right_1oebr_52{left:auto;right:0}._hint_1oebr_1:hover ._hint__bubble_1oebr_27,._hint_1oebr_1:focus-within ._hint__bubble_1oebr_27{opacity:1}._evidence-details_suj7w_1{max-width:260px}._evidence-details__summary_suj7w_4{align-items:center;gap:var(--space-1);cursor:pointer;color:var(--accent-fg);font-size:13px;list-style:none;display:flex}._evidence-details__summary_suj7w_4::-webkit-details-marker{display:none}._evidence-details__summary_suj7w_4:before{content:"";border-top:4px solid #0000;border-bottom:4px solid #0000;border-left:5px solid var(--text-muted);width:0;height:0;transition:transform var(--duration-base,.15s) ease;flex:none}._evidence-details_suj7w_1[open] ._evidence-details__summary_suj7w_4:before{transform:rotate(90deg)}._evidence-details__body_suj7w_29{margin:var(--space-2) 0 0;padding:var(--space-2);border-radius:var(--radius);background:var(--surface-2);max-height:160px;color:var(--text-muted);white-space:pre-wrap;word-break:break-word;font-size:12px;overflow:auto}._login-form_q3b7s_1{gap:var(--space-4);flex-direction:column;width:100%;max-width:360px;display:flex}._login-form__field_q3b7s_8{gap:var(--space-2);flex-direction:column;display:flex}._login-form__label_q3b7s_13{color:var(--text);font-size:14px;font-weight:500}._login-form__input_q3b7s_18{height:40px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:15px}._login-form__input_q3b7s_18[aria-invalid=true]{border-color:var(--danger)}._login-form__field-error_q3b7s_30{color:var(--danger);margin:0;font-size:13px}._login-form__error_q3b7s_35{padding:var(--space-2) var(--space-3);border-radius:var(--radius);background:color-mix(in oklab, var(--danger) 12%, transparent);color:var(--danger);margin:0;font-size:14px}._login-form__submit_q3b7s_43{border-radius:var(--radius);background:var(--accent);height:44px;color:var(--accent-text);cursor:pointer;border:none;font-size:15px;font-weight:500}._login-form__submit_q3b7s_43:disabled{opacity:.5;cursor:not-allowed}._login-form__submit_q3b7s_43:not(:disabled):hover{filter:brightness(.95)}._theme-switch_1gpk9_1{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-2);align-items:center;gap:2px;padding:2px;display:flex}._theme-switch__option_1gpk9_10{border-radius:calc(var(--radius) - 2px);width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}._theme-switch__option_1gpk9_10:hover{color:var(--text)}._theme-switch__option--active_1gpk9_25{background:var(--surface);color:var(--text);box-shadow:inset 0 0 0 1px var(--border)}._login-page_qip5i_1{min-height:100vh;padding:var(--space-4);justify-content:center;align-items:center;display:flex}._login-page__card_qip5i_8{gap:var(--space-4);width:100%;max-width:400px;padding:var(--space-6);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;display:flex}._login-page__title_qip5i_19{color:var(--text);font-size:22px;font-weight:700}._login-page__subtitle_qip5i_24{margin:calc(var(--space-2) * -1) 0 0;color:var(--text-muted);font-size:14px}._period-picker_14h83_1{gap:var(--space-1);background:var(--surface-2);border-radius:var(--radius);padding:4px;display:inline-flex}._period-picker__btn_14h83_8{color:var(--text-muted);border-radius:var(--radius);cursor:pointer;background:0 0;border:none;padding:6px 12px;font-size:13px;font-weight:500}._period-picker__btn--active_14h83_18{color:var(--text);background:var(--surface)}._source-switch_13c9y_1{gap:var(--space-1);background:var(--surface-2);border-radius:var(--radius);padding:4px;display:inline-flex}._source-switch__btn_13c9y_8{color:var(--text-muted);border-radius:var(--radius);cursor:pointer;background:0 0;border:none;padding:6px 12px;font-size:13px;font-weight:500}._source-switch__btn--active_13c9y_18{color:var(--text);background:var(--surface)}._stat-card__title_1i95v_1{color:var(--text-muted);font-size:13px;font-weight:500}._stat-card__value_1i95v_6{color:var(--text);font-size:28px;font-weight:700;line-height:1.2}._stat-card__delta_1i95v_12{margin-top:var(--space-1);font-size:13px;font-weight:500}._stat-card__delta--positive_1i95v_17{color:var(--accent-fg)}._stat-card__delta--negative_1i95v_20{color:var(--warning)}._stat-card__delta--neutral_1i95v_23{color:var(--text-muted)}._stat-card__period_1i95v_26{margin-top:var(--space-1);color:var(--text-muted);font-size:12px}._metrics-overview_driej_1{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=768px){._metrics-overview_driej_1{grid-template-columns:repeat(2,1fr)}}@media (width>=1280px){._metrics-overview_driej_1{grid-template-columns:repeat(4,1fr)}}._metrics-overview__skeleton_driej_16{height:108px}._metrics-chart-tooltip__row--gsc_u2gsp_1{color:var(--accent-fg)}._metrics-chart-tooltip__row--webmaster_u2gsp_4{color:var(--warning)}._metrics-chart-tooltip__deployment_u2gsp_7{color:var(--text-muted);margin:0;font-size:12px}._metrics-chart_1ez9h_1{overflow:hidden}._metrics-chart__header_1ez9h_4{align-items:flex-start;gap:var(--space-3);flex-direction:column;display:flex}@media (width>=768px){._metrics-chart__header_1ez9h_4{flex-direction:row;justify-content:space-between;align-items:center}}._metrics-chart__metric-switch_1ez9h_17{gap:var(--space-1);display:flex}._metrics-chart__metric-btn_1ez9h_21{color:var(--text-muted);background:var(--surface-2);border-radius:var(--radius);cursor:pointer;border:none;padding:6px 12px;font-size:13px;font-weight:500}._metrics-chart__metric-btn--active_1ez9h_31{color:var(--accent-fg);background:var(--surface);box-shadow:inset 0 0 0 1px var(--accent)}._metrics-chart__content_1ez9h_36{width:100%;min-width:0}._metrics-chart__skeleton_1ez9h_40{height:280px}._top-items__header_ytker_1{align-items:flex-start;gap:var(--space-3);flex-direction:column;display:flex}@media (width>=768px){._top-items__header_ytker_1{flex-direction:row;justify-content:space-between;align-items:center}}._top-items__tabs_ytker_14{gap:var(--space-1);background:var(--surface-2);border-radius:var(--radius);padding:4px;display:inline-flex}._top-items__tab_ytker_14{color:var(--text-muted);border-radius:var(--radius);cursor:pointer;background:0 0;border:none;padding:6px 12px;font-size:13px;font-weight:500}._top-items__tab--active_ytker_31{color:var(--text);background:var(--surface)}._top-items__skeleton_ytker_35{height:240px}._top-items__hint_ytker_38{margin:var(--space-3) 0 0;color:var(--text-muted);font-size:12px}._top-items__show-more_ytker_43{margin-top:var(--space-2);color:var(--accent-fg);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:500}._top-items__show-more_ytker_43:hover{text-decoration:underline}._indexing-card__value_1s4de_1{margin-bottom:var(--space-3);color:var(--text);font-size:28px;font-weight:700}._indexing-card__skeleton_1s4de_7{height:128px}._conversions-card__total-label_1t49v_1{color:var(--text-muted);font-size:13px}._conversions-card__total-value_1t49v_5{margin-bottom:var(--space-1);color:var(--text);font-size:28px;font-weight:700}._conversions-card__secondary_1t49v_11{margin:0 0 var(--space-3);color:var(--text-muted);font-size:13px;font-weight:500}._conversions-card__hint_1t49v_17{margin:0 0 var(--space-3);color:var(--text-muted);font-size:12px}._conversions-card__goals-title_1t49v_22{margin-top:var(--space-3);color:var(--text-muted);font-size:12px;font-weight:500}._conversions-card__goals-list_1t49v_28{gap:var(--space-1);margin-top:var(--space-2);flex-direction:column;list-style:none;display:flex}._conversions-card__goal_1t49v_22{color:var(--text);border-bottom:1px solid var(--border);justify-content:space-between;padding:6px 0;font-size:13px;display:flex}._conversions-card__goals-empty_1t49v_43{margin:var(--space-2) 0 0;color:var(--text-muted);font-size:13px}._conversions-card__show-all-goals_1t49v_48{margin-top:var(--space-2);color:var(--accent-fg);cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:500}._conversions-card__show-all-goals_1t49v_48:hover{text-decoration:underline}._conversions-card__skeleton_1t49v_61{height:180px}._rule-caption_m36tn_1{flex-direction:column;gap:2px;min-width:220px;display:flex}._rule-caption__title_m36tn_7{color:var(--text);font-weight:500}._rule-caption__id_m36tn_11{font-family:var(--font-mono);color:var(--text-muted);font-size:11px}._daily-changes__skeleton_9tp7h_1{height:140px}._daily-changes__content_9tp7h_4{gap:var(--space-3);flex-direction:column;display:flex}._daily-changes__manager-line_9tp7h_9{color:var(--text);margin:0;font-size:14px}._daily-changes__count--critical_9tp7h_14{color:var(--danger);font-weight:700}._daily-changes__count--important_9tp7h_18{color:var(--warning);font-weight:700}._daily-changes__section_9tp7h_22{gap:var(--space-2);flex-direction:column;display:flex}._daily-changes__section-title_9tp7h_27{color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:12px;font-weight:500}._daily-changes__changes-skeleton_9tp7h_35{height:96px}._daily-changes__list_9tp7h_38{gap:var(--space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}._daily-changes__list-item_9tp7h_46{color:var(--text);font-size:13px}._daily-changes__list-item--more_9tp7h_50{color:var(--text-muted);font-size:13px}._daily-changes__list-path_9tp7h_54{font-family:var(--font-mono);color:var(--text-muted);overflow-wrap:break-word}._daily-changes__audit-link_9tp7h_59{align-items:center;gap:var(--space-1);width:fit-content;color:var(--accent-fg);font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}._daily-changes__audit-link_9tp7h_59:hover,._daily-changes__audit-link_9tp7h_59:focus-visible{text-decoration:underline}._dashboard-page_1p5zy_1{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}._dashboard-page__header_1p5zy_7{gap:var(--space-3);flex-direction:column;display:flex}@media (width>=768px){._dashboard-page__header_1p5zy_7{flex-flow:wrap;justify-content:space-between;align-items:center}}._dashboard-page__title_1p5zy_20{color:var(--text);font-size:24px;font-weight:700}._dashboard-page__controls_1p5zy_25{gap:var(--space-3);flex-wrap:wrap;display:flex}._dashboard-page__secondary-grid_1p5zy_30{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=1024px){._dashboard-page__secondary-grid_1p5zy_30{grid-template-columns:repeat(2,1fr)}}._run-sync_12gva_1{align-items:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}._run-sync__field_12gva_7{color:var(--text-muted);flex-direction:column;gap:4px;font-size:12px;display:flex}._run-sync__field_12gva_7 select,._run-sync__field_12gva_7 input{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:6px 8px;font-size:13px}._sync-page_1vw2k_1{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}._sync-page__header_1vw2k_7{gap:var(--space-3);flex-direction:column;display:flex}@media (width>=1024px){._sync-page__header_1vw2k_7{flex-flow:wrap;justify-content:space-between;align-items:center}}._sync-page__title_1vw2k_20{color:var(--text);font-size:24px;font-weight:700}._sync-page__skeleton_1vw2k_25{height:240px}._sync-page__status_1vw2k_28{font-size:12px;font-weight:500}._sync-page__status--success_1vw2k_32{color:var(--accent-fg)}._sync-page__status--running_1vw2k_35{color:var(--warning)}._sync-page__status--failed_1vw2k_38{color:var(--danger)}._forbidden-page_ew3wn_1{justify-content:center;align-items:center;gap:var(--space-3);text-align:center;flex-direction:column;min-height:60vh;display:flex}._forbidden-page__title_ew3wn_10{color:var(--text);font-size:56px;font-weight:900}._forbidden-page__message_ew3wn_15{color:var(--text-muted);margin:0}._forbidden-page__link_ew3wn_19{color:var(--accent-fg);font-weight:500}._not-found-page_1czb2_1{justify-content:center;align-items:center;gap:var(--space-3);text-align:center;flex-direction:column;min-height:100vh;display:flex}._not-found-page__title_1czb2_10{color:var(--text);font-size:56px;font-weight:900}._not-found-page__message_1czb2_15{color:var(--text-muted);margin:0}._not-found-page__link_1czb2_19{color:var(--accent-fg);font-weight:500}._error-page_58f7n_1{justify-content:center;align-items:center;gap:var(--space-3);text-align:center;flex-direction:column;min-height:60vh;display:flex}._error-page__title_58f7n_10{color:var(--text);font-size:32px;font-weight:900}._error-page__actions_58f7n_15{align-items:center;gap:var(--space-3);display:flex}._error-page__reload_58f7n_20{cursor:pointer;color:var(--accent-fg);font-weight:500;font-size:inherit;background:0 0;border:none;font-family:inherit}._error-page__link_58f7n_29{color:var(--accent-fg);font-weight:500}._placeholder-page_goofw_1{gap:var(--space-2);padding:var(--space-5);border:1px dashed var(--border);border-radius:var(--radius);flex-direction:column;display:flex}._placeholder-page__title_goofw_9{color:var(--text);font-size:20px;font-weight:700}._placeholder-page__message_goofw_14{color:var(--text-muted);margin:0;font-size:14px}._user-form-dialog__title_1oixb_1{margin:0 0 var(--space-4);color:var(--text);font-size:18px;font-weight:700}._user-form-dialog__form_1oixb_7{gap:var(--space-4);flex-direction:column;display:flex}._user-form-dialog__select_1oixb_12{height:40px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:15px}._user-form-dialog__hint_1oixb_21{margin:var(--space-1) 0 0;color:var(--text-muted);font-size:12px}._user-form-dialog__error_1oixb_26{padding:var(--space-2) var(--space-3);border-radius:var(--radius);background:color-mix(in oklab, var(--danger) 12%, transparent);color:var(--danger);margin:0;font-size:14px}._set-password-dialog__title_i3s1q_1{margin:0 0 var(--space-1);color:var(--text);font-size:18px;font-weight:700}._set-password-dialog__subject_i3s1q_7{margin:0 0 var(--space-4);color:var(--text-muted);font-size:13px}._set-password-dialog__form_i3s1q_12{gap:var(--space-4);flex-direction:column;display:flex}._set-password-dialog__warning_i3s1q_17{padding:var(--space-2) var(--space-3);border-radius:var(--radius);background:color-mix(in oklab, var(--warning) 14%, transparent);color:var(--warning);margin:0;font-size:13px}._set-password-dialog__error_i3s1q_25{padding:var(--space-2) var(--space-3);border-radius:var(--radius);background:color-mix(in oklab, var(--danger) 12%, transparent);color:var(--danger);margin:0;font-size:14px}._users-table__header_w13x3_1{align-items:flex-start;gap:var(--space-3);padding-bottom:var(--space-4);flex-direction:column;display:flex}@media (width>=480px){._users-table__header_w13x3_1{flex-direction:row;justify-content:space-between;align-items:center}}._users-table__skeleton_w13x3_15{height:220px}._users-table__status_w13x3_18{font-size:12px;font-weight:500}._users-table__status--active_w13x3_22{color:var(--accent-fg)}._users-table__status--inactive_w13x3_25{color:var(--text-muted)}._users-table__actions_w13x3_28{align-items:center;gap:var(--space-1);min-width:190px;display:flex}._users-table__action_w13x3_28{border:1px solid var(--border);border-radius:var(--radius);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex}._users-table__action_w13x3_28:hover:not(:disabled){background:var(--surface-2);color:var(--text)}._users-table__action_w13x3_28:disabled{opacity:.5;cursor:not-allowed}._users-table__confirm-yes_w13x3_54{white-space:nowrap;border:1px solid var(--danger);border-radius:var(--radius);color:var(--danger);cursor:pointer;background:0 0;padding:4px 8px;font-size:12px}._users-table__confirm-yes_w13x3_54:disabled{opacity:.5;cursor:not-allowed}._users-table__confirm-no_w13x3_68{white-space:nowrap;border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;background:0 0;padding:4px 8px;font-size:12px}._site-integrations_pp7ps_1{gap:var(--space-4);flex-direction:column;display:flex}._site-integrations__skeleton_pp7ps_6{height:220px}._site-integrations__meta_pp7ps_9{gap:var(--space-2);flex-direction:column;margin:0;display:flex}._site-integrations__meta-row_pp7ps_15{justify-content:space-between;gap:var(--space-3);font-size:14px;display:flex}._site-integrations__meta-row_pp7ps_15 dt{color:var(--text-muted)}._site-integrations__meta-row_pp7ps_15 dd{color:var(--text);text-align:right;margin:0;font-weight:500}._site-integrations__sources_pp7ps_30{gap:var(--space-1);border-top:1px solid var(--border);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}._site-integrations__source_pp7ps_30{align-items:center;gap:var(--space-2) var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--border);flex-wrap:wrap;display:flex}._site-integrations__source-name_pp7ps_47{min-width:120px;color:var(--text);flex:auto;font-size:14px;font-weight:500}._site-integrations__badge_pp7ps_54{border-radius:var(--radius);white-space:nowrap;padding:2px 8px;font-size:12px;font-weight:500}._site-integrations__badge--connected_pp7ps_61{background:color-mix(in oklab, var(--accent) 20%, transparent);color:var(--accent-fg)}._site-integrations__badge--disconnected_pp7ps_65{background:var(--surface-2);color:var(--text-muted)}._site-integrations__last-sync_pp7ps_69{color:var(--text-muted);flex:100%;font-size:12px}@media (width>=480px){._site-integrations__last-sync_pp7ps_69{flex:none;margin-left:auto}}._settings-page_wvsaa_1{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}._settings-page__title_wvsaa_7{color:var(--text);font-size:24px;font-weight:700}._audit-summary__skeleton_1rw6h_1{height:140px}._audit-summary__total_1rw6h_4{color:var(--text-muted);font-size:13px;font-weight:500}._audit-summary__level_1rw6h_9{flex-direction:column;gap:2px;display:flex}._audit-summary__level-count_1rw6h_14{font-size:28px;font-weight:700;line-height:1.2}._audit-summary__level-count--critical_1rw6h_19{color:var(--danger)}._audit-summary__level-count--important_1rw6h_22{color:var(--warning)}._audit-summary__level-count--minor_1rw6h_25{color:var(--text-muted)}._audit-summary__level-title_1rw6h_28{color:var(--text);font-size:13px;font-weight:500}._audit-summary__level-hint_1rw6h_33{color:var(--text-muted);font-size:12px}._audit-summary__crawl-never-ran_1rw6h_37{color:var(--text-muted);margin:0;font-size:14px}._audit-summary__crawl-status_1rw6h_42{padding:2px var(--space-2);border-radius:var(--radius);font-size:12px;font-weight:500;display:inline-flex}._audit-summary__crawl-status--success_1rw6h_49{background:color-mix(in oklab, var(--accent-fg) 14%, transparent);color:var(--accent-fg)}._audit-summary__crawl-status--running_1rw6h_53{background:color-mix(in oklab, var(--warning) 14%, transparent);color:var(--warning)}._audit-summary__crawl-status--failed_1rw6h_57{background:color-mix(in oklab, var(--danger) 14%, transparent);color:var(--danger)}._audit-summary__crawl_1rw6h_37{margin:var(--space-3) 0 0}._audit-summary__crawl_1rw6h_37 dd{margin:0}._audit-summary__crawl-date_1rw6h_67{white-space:nowrap}._audit-summary__crawl-label_1rw6h_70{min-width:140px;color:var(--text-muted);font-size:13px}._audit-summary__crawl-error_1rw6h_75{color:var(--danger);word-break:break-word}._accept-observation-dialog__title_qc40j_1{margin:0 0 var(--space-1);color:var(--text);font-size:18px;font-weight:700}._accept-observation-dialog__subject_qc40j_7{margin:0 0 var(--space-2);color:var(--text);font-size:13px;font-weight:500}._accept-observation-dialog__hint_qc40j_13{margin:0 0 var(--space-4);color:var(--text-muted);font-size:13px}._accept-observation-dialog__form_qc40j_18{gap:var(--space-4);flex-direction:column;display:flex}._accept-observation-dialog__textarea_qc40j_23{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:15px;font-family:var(--font-sans);resize:vertical}._accept-observation-dialog__textarea_qc40j_23:focus-visible{outline:2px solid var(--accent);outline-offset:-1px}._accept-observation-dialog__error_qc40j_38{padding:var(--space-2) var(--space-3);border-radius:var(--radius);background:color-mix(in oklab, var(--danger) 12%, transparent);color:var(--danger);margin:0;font-size:14px}._audit-observations__filters_ioan6_1{margin-bottom:var(--space-4)}._audit-observations__filter_ioan6_1{gap:var(--space-1);flex-direction:column;flex:160px;min-width:0;max-width:200px;display:flex}._audit-observations__filter-label_ioan6_12{color:var(--text-muted);font-size:12px;font-weight:500}._audit-observations__select_ioan6_17{width:100%;height:36px;padding:0 var(--space-2);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}._audit-observations__checkbox_ioan6_30{align-items:center;gap:var(--space-2);color:var(--text);cursor:pointer;padding-bottom:8px;font-size:13px;display:flex}._audit-observations__skeleton_ioan6_39{height:280px}._audit-observations__level_ioan6_42{padding:2px var(--space-2);border-radius:var(--radius);white-space:nowrap;font-size:12px;font-weight:500;display:inline-flex}._audit-observations__level--critical_ioan6_50{background:color-mix(in oklab, var(--danger) 14%, transparent);color:var(--danger)}._audit-observations__level--important_ioan6_54{background:color-mix(in oklab, var(--warning) 14%, transparent);color:var(--warning)}._audit-observations__level--minor_ioan6_58{background:var(--surface-2);color:var(--text-muted)}._audit-observations__page-scope_ioan6_62{color:var(--text-muted);font-style:italic}._audit-observations__status-cell_ioan6_66{flex-direction:column;gap:2px;display:flex}._audit-observations__status_ioan6_66{width:fit-content;padding:2px var(--space-2);border-radius:var(--radius);font-size:12px;font-weight:500;display:inline-flex}._audit-observations__status--open_ioan6_79{background:var(--surface-2);color:var(--text)}._audit-observations__status--resolved_ioan6_83{background:color-mix(in oklab, var(--accent-fg) 14%, transparent);color:var(--accent-fg)}._audit-observations__status--accepted_ioan6_87{background:var(--surface-2);color:var(--text-muted)}._audit-observations__status-reason_ioan6_91{color:var(--text-muted);font-size:12px}._audit-observations__load-more_ioan6_95{margin-top:var(--space-3)}._audit-page_137cu_1{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}._audit-page__title_137cu_7{color:var(--text);font-size:24px;font-weight:700}._pages-list__filters_1jezl_1{margin-bottom:var(--space-4)}._pages-list__filter_1jezl_1{gap:var(--space-1);flex-direction:column;flex:160px;min-width:0;max-width:200px;display:flex}._pages-list__filter-label_1jezl_12{color:var(--text-muted);font-size:12px;font-weight:500}._pages-list__select_1jezl_17{width:100%;height:36px;padding:0 var(--space-2);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}._pages-list__skeleton_1jezl_30{height:280px}._pages-list__address_1jezl_33{flex-direction:column;align-items:flex-start;gap:2px;display:flex}._pages-list__link_1jezl_39{color:var(--accent-fg);overflow-wrap:break-word;font-weight:500;text-decoration:none}._pages-list__link_1jezl_39:hover,._pages-list__link_1jezl_39:focus-visible{text-decoration:underline}._pages-list__badge_1jezl_48{padding:2px var(--space-2);border-radius:var(--radius);background:color-mix(in oklab, var(--warning) 14%, transparent);color:var(--warning);white-space:nowrap;font-size:11px;font-weight:500;display:inline-flex}._pages-list__load-more_1jezl_58{margin-top:var(--space-3)}._pages-list__hint_1jezl_61{margin:var(--space-3) 0 0;color:var(--text-muted);font-size:12px}._pages-page_yw4pk_1{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}._pages-page__header_yw4pk_7{gap:var(--space-3);flex-direction:column;display:flex}@media (width>=768px){._pages-page__header_yw4pk_7{flex-flow:wrap;justify-content:space-between;align-items:center}}._pages-page__title_yw4pk_20{color:var(--text);font-size:24px;font-weight:700}._page-card-header__top_2kmaj_1{flex-direction:row;justify-content:space-between;align-items:flex-start}._page-card-header__path_2kmaj_6{font-size:20px}._page-card-header__url_2kmaj_9{max-width:100%;color:var(--accent-fg);overflow-wrap:break-word;margin-top:2px;font-size:13px;display:inline-block}._page-card-header__url_2kmaj_9:hover,._page-card-header__url_2kmaj_9:focus-visible{text-decoration:underline}._page-card-header__facts_2kmaj_20{gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (width>=768px){._page-card-header__facts_2kmaj_20{grid-template-columns:repeat(4,minmax(0,1fr))}}._page-card-header__fact_2kmaj_20{flex-direction:column;gap:2px;min-width:0;display:flex}._page-card-header__fact_2kmaj_20 dt{color:var(--text-muted);font-size:12px}._page-card-header__fact_2kmaj_20 dt,._page-card-header__fact_2kmaj_20 dd{overflow-wrap:break-word}._page-card-header__fact_2kmaj_20 dd{color:var(--text);align-items:center;margin:0;font-size:16px;font-weight:500;display:flex}._page-card-current-state__facts_1xqzq_1{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=768px){._page-card-current-state__facts_1xqzq_1{grid-template-columns:repeat(2,minmax(0,1fr))}}._page-card-current-state__fact_1xqzq_1{flex-direction:column;gap:2px;min-width:0;display:flex}._page-card-current-state__fact_1xqzq_1 dt{color:var(--text-muted);font-size:12px}._page-card-current-state__fact_1xqzq_1 dd{color:var(--text);word-break:break-word;margin:0;font-size:14px}._page-card-current-state__badge_1xqzq_27{margin-right:var(--space-2);padding:2px var(--space-2);border-radius:var(--radius);white-space:nowrap;font-size:12px;font-weight:500;display:inline-flex}._page-card-current-state__badge--noindex_1xqzq_36{background:color-mix(in oklab, var(--danger) 14%, transparent);color:var(--danger)}._page-card-current-state__badge--indexable_1xqzq_40{background:color-mix(in oklab, var(--accent-fg) 14%, transparent);color:var(--accent-fg)}._page-card-current-state__raw_1xqzq_44{color:var(--text-muted);font-size:12px}._page-card-funnel__header_bu8vj_1{align-items:flex-start;gap:var(--space-3);flex-direction:column;display:flex}@media (width>=768px){._page-card-funnel__header_bu8vj_1{flex-direction:row;justify-content:space-between;align-items:center}}._page-card-funnel__title-group_bu8vj_14{align-items:center;display:inline-flex}._page-card-funnel__note_bu8vj_18{margin:0 0 var(--space-4);color:var(--text-muted);font-size:13px}._page-card-funnel__skeleton_bu8vj_23{height:96px;margin-bottom:var(--space-4)}._page-card-funnel__stats_bu8vj_27{gap:var(--space-4);margin:0 0 var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}._page-card-funnel__stat_bu8vj_27{flex-direction:column;gap:2px;display:flex}._page-card-funnel__stat_bu8vj_27 dt{color:var(--text-muted);font-size:12px}._page-card-funnel__stat_bu8vj_27 dd{color:var(--text);margin:0;font-size:24px;font-weight:700}._page-card-funnel__visits-title_bu8vj_48{margin:0 0 var(--space-3);color:var(--text);font-size:13px;font-weight:500}._page-card-field-data_13x2v_1{margin-top:var(--space-4)}._page-card-field-data__title-row_13x2v_4{margin-bottom:var(--space-2);align-items:center;display:flex}._page-card-field-data__title_13x2v_4{color:var(--text);margin:0;font-size:13px;font-weight:500}._page-card-field-data__rows_13x2v_15{gap:var(--space-4);grid-template-columns:1fr;display:grid}@media (width>=768px){._page-card-field-data__rows_13x2v_15{grid-template-columns:repeat(2,minmax(0,1fr))}}._page-card-field-data__row_13x2v_15{padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);min-width:0}._page-card-field-data__form-factor_13x2v_31{margin:0 0 var(--space-2);color:var(--text);font-size:13px;font-weight:500}._page-card-field-data__insufficient_13x2v_37{color:var(--text-muted);margin:0;font-size:13px}._page-card-field-data__metrics_13x2v_42{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}._page-card-field-data__metric_13x2v_42{min-width:0}._page-card-field-data__metric_13x2v_42 dt{color:var(--text-muted);overflow-wrap:break-word;font-size:11px}._page-card-field-data__metric_13x2v_42 dd{color:var(--text);margin:0;font-size:15px;font-weight:700}._page-card-speed__title-row_1dkri_1{justify-content:flex-start}._page-card-speed__strategies_1dkri_4{gap:var(--space-5);margin-bottom:var(--space-5);grid-template-columns:1fr;display:grid}@media (width>=768px){._page-card-speed__strategies_1dkri_4{grid-template-columns:repeat(2,minmax(0,1fr))}}._page-card-speed__strategy_1dkri_15{min-width:0}._page-card-speed__strategy-title_1dkri_18{margin:0 0 var(--space-2);color:var(--text);font-size:14px;font-weight:500}._page-card-speed__strategy-empty_1dkri_24{color:var(--text-muted);margin:0;font-size:13px}._page-card-speed__scores_1dkri_29{gap:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}._page-card-speed__score_1dkri_29{flex-direction:column;gap:2px;min-width:0;display:flex}._page-card-speed__score_1dkri_29 dt{color:var(--text-muted);overflow-wrap:break-word;font-size:11px}._page-card-speed__score_1dkri_29 dd{color:var(--text);margin:0;font-size:20px;font-weight:700}._page-card-speed__run-at_1dkri_51{margin:var(--space-2) 0 0;color:var(--text-muted);font-size:12px}._page-card-speed__trend-title_1dkri_56{margin:0 0 var(--space-2);color:var(--text);font-size:13px;font-weight:500}._page-card-links__counts_a4t9g_1{gap:var(--space-4);max-width:320px;margin-bottom:var(--space-1);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}._page-card-links__counts_a4t9g_1 dt{color:var(--text-muted);font-size:12px}._page-card-links__counts_a4t9g_1 dd{color:var(--text);margin:0;font-size:24px;font-weight:700}._page-card-links__section-title_a4t9g_18{margin:0 0 var(--space-2);color:var(--text);font-size:13px;font-weight:600}._page-card-links__section-title_a4t9g_18:not(:first-of-type){margin-top:var(--space-5)}._page-card-links__link_a4t9g_27{color:var(--accent-fg);overflow-wrap:break-word;font-weight:500;text-decoration:none}._page-card-links__link_a4t9g_27:hover,._page-card-links__link_a4t9g_27:focus-visible{text-decoration:underline}._page-card-links__truncated-notice_a4t9g_36{margin:var(--space-2) 0 0;color:var(--text-muted);font-size:12px}._page-card-findings__skeleton_1joqq_1{height:200px}._page-card-findings__load-more_1joqq_4{margin-top:var(--space-3)}._page-card-findings__level_1joqq_7{padding:2px var(--space-2);border-radius:var(--radius);white-space:nowrap;font-size:12px;font-weight:500;display:inline-flex}._page-card-findings__level--critical_1joqq_15{background:color-mix(in oklab, var(--danger) 14%, transparent);color:var(--danger)}._page-card-findings__level--important_1joqq_19{background:color-mix(in oklab, var(--warning) 14%, transparent);color:var(--warning)}._page-card-findings__level--minor_1joqq_23{background:var(--surface-2);color:var(--text-muted)}._page-card-findings__status-cell_1joqq_27{flex-direction:column;gap:2px;display:flex}._page-card-findings__status-reason_1joqq_32{color:var(--text-muted);font-size:12px}._page-card-details_6pl4r_1{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}._page-card-details__skeleton-header_6pl4r_7{height:120px}._page-card-details__skeleton-block_6pl4r_10{height:220px}._page-card-page_1pnmd_1{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}._page-card-page__back-link_1pnmd_7{align-items:center;gap:var(--space-1);width:fit-content;color:var(--text-muted);font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}._page-card-page__back-link_1pnmd_7:hover,._page-card-page__back-link_1pnmd_7:focus-visible{color:var(--text);text-decoration:underline}._sidebar_1v1f0_1{gap:var(--space-1);padding:var(--space-4);flex-direction:column;display:flex}._sidebar__item_1v1f0_7{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius);color:var(--text-muted);font-size:14px;text-decoration:none;display:flex}._sidebar__item_1v1f0_7:hover{background:var(--surface-2);color:var(--text)}._sidebar__item--active_1v1f0_21{background:var(--surface-2);color:var(--text);font-weight:500}._header_7wrno_1{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);background:var(--surface);z-index:20;display:flex;position:sticky;top:0}@media (width>=1024px){._header_7wrno_1{position:static}}._header__menu-toggle_7wrno_18{border:1px solid var(--border);border-radius:var(--radius);width:36px;height:36px;color:var(--text);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex}@media (width>=1024px){._header__menu-toggle_7wrno_18{display:none}}._header__user_7wrno_35{align-items:center;gap:var(--space-3);margin-left:auto;display:flex}._header__user-info_7wrno_41{flex-direction:column;line-height:1.3;display:none}@media (width>=480px){._header__user-info_7wrno_41{display:flex}}._header__user-email_7wrno_51{color:var(--text);font-size:13px;font-weight:500}._header__user-role_7wrno_56{color:var(--text-muted);font-size:12px}._header__logout_7wrno_60{height:32px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;background:0 0;font-size:13px}._header__logout_7wrno_60:hover:not(:disabled){background:var(--surface-2)}._header__logout_7wrno_60:disabled{opacity:.5;cursor:not-allowed}._app-layout_1709a_1{min-height:100vh;display:flex}._app-layout__overlay_1709a_5{background:var(--overlay);z-index:30;border:none;padding:0;position:fixed;inset:0}@media (width>=1024px){._app-layout__overlay_1709a_5{display:none}}._app-layout__sidebar_1709a_18{background:var(--surface);border-right:1px solid var(--border);z-index:40;width:240px;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}._app-layout__sidebar--open_1709a_31{transform:translate(0)}@media (width>=1024px){._app-layout__sidebar_1709a_18{height:100vh;position:sticky;transform:none}}._app-layout__sidebar-close_1709a_41{width:36px;height:36px;margin:var(--space-3) 0 var(--space-2) var(--space-4);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:flex}._app-layout__sidebar-close_1709a_41:hover{background:var(--surface-2)}@media (width>=1024px){._app-layout__sidebar-close_1709a_41{display:none}}._app-layout__content_1709a_62{flex-direction:column;flex:1;min-width:0;display:flex}._app-layout__main_1709a_68{padding:var(--space-5);flex:1}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:var(--font-sans);--font-mono:var(--font-mono);--color-gray-100:oklch(96.7% .003 264.542);--color-black:#000;--color-white:#fff;--spacing:.25rem;--radius-md:.375rem;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.col-span-2{grid-column:span 2/span 2}.contents{display:contents}.flex{display:flex}.grid{display:grid}.inline{display:inline}.h-24{height:calc(var(--spacing) * 24)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.gap-1{gap:var(--spacing)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-white{background-color:var(--color-white)}.p-4{padding:calc(var(--spacing) * 4)}.text-black{color:var(--color-black)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}@media (hover:hover){.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}}@media (width>=40rem){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-baseline{align-items:baseline}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:calc(var(--spacing) * 2)}}@media (width>=64rem){.lg\:flex-1{flex:1}.lg\:flex-\[2\]{flex:2}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f6f7f8;--surface:#fff;--surface-2:#f0f1f3;--border:#dde1e6;--overlay:#0006;--text:#16181d;--text-muted:#5c6470;--accent:#04e762;--accent-text:#0a3d1f;--accent-fg:#0a3d1f;--danger:#c23030;--warning:#96600a;--shadow-sm:0 4px 12px #0000001a;--shadow-md:0 8px 20px #0000001f;--shadow-lg:0 20px 40px #00000026;--radius:6px;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", "Cascadia Code", "Roboto Mono", monospace;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0e1013;--surface:#16181d;--surface-2:#1e2127;--border:#2b2f36;--overlay:#0009;--text:#e7e9ec;--text-muted:#9aa1ac;--accent:#37e07f;--accent-text:#04220f;--accent-fg:#4ee08a;--danger:#ff7a7a;--warning:#f0a94e;--shadow-sm:0 4px 12px #0000004d;--shadow-md:0 8px 20px #0000005c;--shadow-lg:0 20px 40px #00000073}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0e1013;--surface:#16181d;--surface-2:#1e2127;--border:#2b2f36;--overlay:#0009;--text:#e7e9ec;--text-muted:#9aa1ac;--accent:#37e07f;--accent-text:#04220f;--accent-fg:#4ee08a;--danger:#ff7a7a;--warning:#f0a94e;--shadow-sm:0 4px 12px #0000004d;--shadow-md:0 8px 20px #0000005c;--shadow-lg:0 20px 40px #00000073}}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5;transition:background-color .15s,color .15s}#root{min-height:100vh}h1,h2,h3,h4,p{margin:0}a{color:inherit}button{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
