.tool-label{font-size:12px;letter-spacing:.14em;color:var(--brand);text-transform:uppercase}.tool-label,.tool-title{margin-bottom:10px;font-weight:600}.tool-title{font-size:32px;line-height:1.12;letter-spacing:-.02em}.tool-subtitle{font-size:16px;color:var(--foreground-secondary);margin-bottom:32px;line-height:1.6}.tool-main{width:100%;max-width:720px;margin:0 auto;padding:48px 24px 32px;box-sizing:border-box}.tool-main--wide{max-width:1080px}.tool-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px;min-width:0;overflow-wrap:anywhere;overflow-x:clip;word-break:break-word}.tool-card__title{font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--foreground-secondary);text-transform:uppercase;margin-bottom:6px}.tool-card__desc{font-size:14px;color:var(--foreground-secondary);line-height:1.6;margin-bottom:18px}.tool-card__desc em{font-style:normal;color:var(--foreground)}.tool-card__desc strong{color:var(--foreground);font-weight:500}.tool-card label,.tool-field-label{font-size:14px;color:var(--foreground-secondary);font-weight:500;display:block;margin-bottom:6px}.tool-field{margin-bottom:4px}.tool-input{width:100%;background:var(--background);border:1px solid var(--border-strong);border-radius:var(--radius);padding:12px 14px;font-size:16px;color:var(--foreground);margin-top:6px;transition:border-color .12s ease,box-shadow .12s ease}.tool-input::placeholder{color:var(--placeholder,var(--muted-foreground));font-weight:400}.tool-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.tool-helper{margin-top:10px;line-height:1.55}.tool-helper,.tool-note{font-size:13px;color:var(--muted-foreground)}.tool-note{margin-top:8px;line-height:1.6}.tool-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--brand);color:var(--brand-contrast);border:1px solid transparent;border-radius:var(--radius);padding:12px 22px;font-weight:600;font-size:15px;cursor:pointer;transition:background .12s ease,transform 80ms ease}.tool-btn:hover{background:var(--brand-hover)}.tool-btn:active{transform:translateY(1px)}.tool-btn--prominent{width:100%;padding:14px 24px;font-size:16px;box-shadow:0 0 0 1px var(--brand-border),0 8px 24px rgba(255,72,0,.2)}@media (min-width:480px){.tool-btn--prominent{width:auto;min-width:240px}}.tool-btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--foreground);border:2px solid rgba(255,255,255,.55);border-radius:var(--radius);padding:11px 21px;font-size:15px;font-weight:500;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.tool-btn-ghost:hover{background:rgba(255,255,255,.08);color:var(--foreground);border-color:rgba(255,255,255,.85)}.tool-error{background:rgba(248,113,113,.08);border:1px solid rgba(248,113,113,.32);border-radius:var(--radius);padding:12px 16px;color:#fecaca;font-size:14px;margin-bottom:16px}.tool-form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.found-card{background:var(--brand-soft);border:1px solid var(--brand-border);border-radius:var(--radius);padding:14px 16px;margin-bottom:20px;display:flex;gap:14px;align-items:center}.found-dot{width:8px;height:8px;background:var(--brand);border-radius:50%;box-shadow:0 0 0 4px var(--brand-soft-strong);flex-shrink:0}.found-card__name{font-weight:500;font-size:15px;color:var(--foreground);line-height:1.35}.found-card__meta{font-size:14px;color:var(--muted-foreground);margin-top:2px;line-height:1.45}.tool-prose{font-size:14px;line-height:1.7;color:var(--foreground-secondary);margin:0 0 16px}.tool-prose--tight{margin-bottom:0}.tool-section-title{margin:0 0 16px;font-size:16px;letter-spacing:-.01em}.tool-list-heading,.tool-section-title{font-weight:600;color:var(--foreground)}.tool-list-heading{font-size:14px;margin:0 0 8px}.tool-list{padding-left:20px;margin:0;font-size:14px;color:var(--foreground-secondary);line-height:1.7}.tool-list li+li{margin-top:4px}.tool-brand-label{font-size:12px;color:var(--brand);font-weight:600;letter-spacing:.04em}.tool-meta{font-size:14px;color:var(--foreground-secondary);line-height:1.5;margin:0}.tool-meta--sm{font-size:13px}@media (max-width:720px){.tool-main{padding:32px 16px 24px}.tool-form-actions{flex-direction:column}.tool-form-actions .tool-btn,.tool-form-actions .tool-btn-ghost{width:100%}}@media (max-width:500px){.tool-title{font-size:26px}}.tool-card>.tool-input+label,.tool-card>.tool-phone-input+label,.tool-card>label.fp-checkbox{margin-top:12px}.audit-report,.review-report{padding-bottom:80px;min-width:0;overflow-wrap:anywhere;word-break:break-word}.report-hero-photo{position:relative;width:100%;aspect-ratio:21/9;max-height:320px;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:16px;background:var(--bg-2,#111)}.report-hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.report-hero-photo__overlay{position:absolute;left:0;right:0;bottom:0;padding:20px 22px 16px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75) 90%);color:#fff;display:flex;flex-direction:column;gap:4px}.report-hero-photo__overlay span{font-size:18px;font-weight:600}.report-hero-photo__overlay em{font-style:normal;font-size:12px;letter-spacing:.04em;opacity:.85;text-transform:uppercase}@media (min-width:641px){.report-hero-photo{max-height:192px}.report-hero-photo__overlay{padding:14px 18px 12px}.report-hero-photo__overlay span{font-size:16px}}.report-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:8px;gap:8px;margin-top:8px}.report-photo-grid__item{display:block;aspect-ratio:1/1;border-radius:var(--radius-md,8px);overflow:hidden;background:var(--bg-2,#111);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.report-photo-grid__item:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.35)}.report-photo-grid__item--hero{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}.report-photo-grid__item img{width:100%;height:100%;object-fit:cover;display:block}.report-profile-card{background:var(--brand-soft);border:1px solid var(--brand-border);border-radius:var(--radius-lg);padding:20px 22px;margin-bottom:16px}.report-profile-card__badge{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:8px}.report-profile-card__name{font-size:20px;font-weight:600;margin:0 0 6px;letter-spacing:-.02em}.report-profile-card__address{font-size:14px;color:var(--foreground-secondary);margin:0 0 10px;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.report-profile-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;color:var(--foreground-secondary)}.report-profile-card__link{color:var(--brand);text-decoration:none;font-weight:500;overflow-wrap:anywhere;word-break:break-word}.report-profile-card__link:hover{text-decoration:underline}.report-summary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:20px}.report-summary__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 12px;min-height:76px;display:flex;flex-direction:column;justify-content:center;text-align:center}.report-summary__item--issue{border-color:rgba(251,191,36,.35);background:rgba(251,191,36,.06)}.report-summary__item--pass{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.06)}.report-summary__item--highlight{border-color:rgba(249,115,22,.35);background:rgba(249,115,22,.06)}.report-summary__value{font-size:24px;font-weight:600;line-height:1.1;letter-spacing:-.02em}.report-summary__item--issue .report-summary__value{color:var(--amber)}.report-summary__item--pass .report-summary__value{color:var(--green)}.report-summary__value--text{font-size:18px}.report-summary__item--highlight .report-summary__value{color:var(--orange)}.report-summary__label{font-size:12px;color:var(--muted-foreground);margin-top:4px;line-height:1.3}.report-hint{font-size:14px;color:var(--foreground-secondary);margin:0 0 14px}.report-nav{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-bottom:28px}.report-nav--dense{grid-template-columns:repeat(auto-fit,minmax(148px,1fr))}.report-nav__card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);padding:16px 18px;cursor:pointer;transition:border-color .12s ease,background .12s ease,transform 80ms ease}.report-nav__card:hover{border-color:var(--brand);background:var(--surface-2)}.report-nav__card:active{transform:translateY(1px)}.report-nav__label{font-size:15px;font-weight:600;color:var(--foreground)}.report-nav__desc{font-size:13px;color:var(--muted-foreground);line-height:1.4}.report-nav__count{position:absolute;top:12px;right:12px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--amber);color:#1a1200;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.report-section{scroll-margin-top:24px;position:relative;margin-top:56px;margin-bottom:8px;padding-top:36px}.report-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45) 50%,transparent)}.report-section:first-of-type{margin-top:0;padding-top:0}.report-section:first-of-type:before{display:none}.report-section__header{position:relative;margin-bottom:20px;padding:4px 0 4px 16px}.report-section__header:before{content:"";position:absolute;top:6px;bottom:6px;left:0;width:3px;border-radius:2px;background:var(--brand)}.report-section__title{font-size:22px;font-weight:600;margin:0 0 6px;letter-spacing:-.02em;line-height:1.2}.report-section__subtitle{font-size:14px;color:var(--foreground-secondary);margin:0;line-height:1.7}.report-subsection{margin-bottom:20px}.report-subsection__title{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:13px;font-weight:600;margin:0 0 12px;color:var(--foreground-secondary);min-width:0;overflow-wrap:anywhere;word-break:break-word}.report-source-tag{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:999px}.report-source-tag--google{background:rgba(34,197,94,.12);color:var(--green)}.report-source-tag--manual{background:var(--surface-3);color:var(--muted-foreground);border:1px solid var(--border)}.report-source-tag--ai{background:rgba(249,115,22,.12);color:var(--orange)}.audit-check-list{display:flex;flex-direction:column;gap:10px}.audit-check{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;min-width:0}.audit-check--fail{border-left:3px solid var(--red)}.audit-check--warn{border-left:3px solid var(--amber)}.audit-check--pass{border-left:3px solid var(--green)}.audit-check--tip{border-left:3px solid var(--border-strong)}.audit-check__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:6px}.audit-check__label{flex:1 1;min-width:0;font-size:14px;font-weight:600;overflow-wrap:anywhere;word-break:break-word}.audit-check__badge{flex-shrink:0;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:999px}.audit-check__badge--pass{background:rgba(34,197,94,.12);color:var(--green)}.audit-check__badge--warn{background:rgba(251,191,36,.15);color:var(--amber)}.audit-check__badge--fail{background:rgba(248,113,113,.12);color:var(--red)}.audit-check__badge--tip{background:var(--surface-3);color:var(--muted-foreground)}.audit-check__message{font-size:13px;color:var(--foreground-secondary);margin:0;line-height:1.55}.audit-check__message,.audit-check__rec{overflow-wrap:anywhere;word-break:break-word}.audit-check__rec{font-size:12px;color:var(--orange);margin:8px 0 0;line-height:1.5}.audit-check__rec-link{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px}.audit-check__rec-link:hover{color:var(--brand)}.audit-check__source{color:var(--muted-foreground);margin:8px 0 0;font-style:italic}.audit-check__source,.report-disclaimer{font-size:12px;overflow-wrap:anywhere;word-break:break-word}.report-disclaimer{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;line-height:1.5;margin-bottom:12px}.report-disclaimer,.report-list{color:var(--foreground-secondary)}.report-list{margin:12px 0 0;padding-left:20px;font-size:13px;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}.report-map{position:relative;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);margin-bottom:20px;max-width:100%}.report-map__canvas{width:100%;height:280px;background:#1a1a1a}.report-map__overlay{position:absolute;left:12px;bottom:12px;display:flex;flex-wrap:wrap;gap:10px 14px;padding:8px 12px;background:rgba(10,10,10,.82);border:1px solid var(--border);border-radius:var(--radius);font-size:12px;color:var(--foreground-secondary);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.report-map__dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px;vertical-align:middle}.report-map__dot--you{background:var(--brand)}.report-map__dot--ahead{background:var(--red)}.report-map__dot--behind{background:var(--green)}.report-map--unavailable .report-map__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:160px;padding:24px;background:var(--surface-2);color:var(--muted-foreground);font-size:13px;text-align:center}.report-map__placeholder-icon{font-size:28px;opacity:.5}.report-competitor-list{padding:8px 20px 16px}.report-competitor-sections{display:flex;flex-direction:column;gap:4px}.report-comp-section-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:10px 0 4px}.report-comp-section-label--ahead{color:var(--red)}.report-comp-section-label--you{color:var(--brand)}.report-comp-section-label--behind{color:var(--green)}.report-competitor-section--you{margin:8px 0;padding:4px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.report-competitor-row{display:grid;grid-template-columns:28px 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:10px 0;border-bottom:1px solid var(--border);font-size:13px}.report-competitor-row:last-child{border-bottom:0}.report-competitor-row__rank{font-size:12px;opacity:.7;font-weight:600}.report-competitor-row__name{font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-competitor-row__stats{font-size:12px;white-space:nowrap}.report-competitor-row--ahead{color:var(--red)}.report-competitor-row--behind{color:var(--green)}.report-competitor-row--you{color:var(--brand);background:var(--brand-soft);border-radius:var(--radius);padding:10px 12px;border-bottom:0;margin:2px 0}.report-competitor-row--you .report-competitor-row__name{font-weight:600}.report-quote-card__action{margin-top:10px;padding:10px 12px;background:var(--brand-soft);border:1px solid var(--brand-border);border-radius:var(--radius);font-size:12px;color:var(--foreground-secondary);line-height:1.6;overflow-wrap:anywhere;word-break:break-word}.report-quote-card__action strong{color:var(--brand);font-weight:600}.report-sentiment-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.report-sentiment-badge__dot{width:8px;height:8px;border-radius:50%}.report-sentiment-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin:16px 0}@media (max-width:560px){.report-sentiment-grid{grid-template-columns:1fr}}.report-sentiment-mini{padding:16px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius)}.report-sentiment-mini__title{font-size:12px;font-weight:700;margin-bottom:10px}.report-sentiment-mini__item{display:flex;gap:8px;font-size:12px;color:var(--foreground-secondary);line-height:1.5;margin-bottom:6px}.strategy-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand);background:var(--brand-soft);border:1px solid var(--brand-border);border-radius:999px;padding:4px 12px;margin-bottom:12px}.strategy-badge--amber{color:var(--amber);background:rgba(251,191,36,.12);border-color:rgba(251,191,36,.3)}.strategy-hero{text-align:center}.strategy-hero__number{font-size:48px;font-weight:600;color:var(--brand);letter-spacing:-.02em;line-height:1}.strategy-hero__number--current{color:var(--amber)}.strategy-hero__label{font-size:12px;color:var(--muted-foreground);margin-top:4px}.strategy-hero__compare{gap:20px;margin:14px 0}.strategy-hero__arrow,.strategy-hero__compare{display:flex;align-items:center;justify-content:center}.strategy-hero__body,.strategy-hero__lead,.strategy-hero__meta{font-size:13px;color:var(--foreground-secondary);line-height:1.65;max-width:420px;margin:8px auto 0}.strategy-calc__title{font-size:15px;font-weight:600;margin:0 0 16px}.strategy-target{margin-bottom:16px}.strategy-target__hint{font-size:13px;color:var(--foreground-secondary);margin:0 0 10px}.strategy-target .strategy-target__label{display:flex;align-items:center;gap:12px;margin-bottom:0;font-size:13px;color:var(--foreground-secondary)}.strategy-target .strategy-target__input{width:100px;margin-top:0!important;color:var(--brand)!important;font-weight:600}.strategy-speed{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:12px}.strategy-speed__opt{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:12px 8px;cursor:pointer;text-align:center;transition:border-color .12s ease,background .12s ease}.strategy-speed__opt:hover{border-color:var(--border-strong)}.strategy-speed__opt.is-selected{border-color:var(--brand);background:var(--brand-soft)}.strategy-speed__label{display:block;font-size:14px;font-weight:600;color:var(--foreground)}.strategy-speed__sub{display:block;font-size:12px;color:var(--muted-foreground);margin-top:2px}.strategy-custom{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--foreground-secondary);flex-wrap:wrap}.strategy-custom__input{width:72px;background:var(--background);border:1px solid var(--border-strong);border-radius:var(--radius);padding:7px 10px;font-size:14px;font-weight:600;color:var(--brand)}.strategy-custom__input:focus{outline:none;border-color:var(--brand)}.strategy-calc__note{font-size:12px;color:var(--muted-foreground);margin:10px 0 0}.strategy-result{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid var(--border)}.strategy-result__daily{font-size:36px;font-weight:600;color:var(--brand);line-height:1}.strategy-result__daily-label{font-size:13px;color:var(--foreground-secondary);margin-top:4px}.strategy-result__daily-label span{display:block;font-size:12px;color:var(--muted-foreground)}.strategy-result__monthly{text-align:right;font-size:15px;color:var(--foreground-secondary)}.strategy-result__monthly strong{display:block;font-size:18px;color:var(--foreground)}.strategy-result__monthly span{font-size:12px;color:var(--muted-foreground)}.strategy-cta{text-align:center;overflow-x:clip}.strategy-cta__title{font-size:18px;font-weight:600;margin:0 0 8px}.strategy-cta__sub{font-size:14px;color:var(--foreground-secondary);line-height:1.7;margin:0 0 20px}.calendly-inline-embed{position:relative;width:100%;max-width:100%;min-width:0;min-height:630px;margin:0 0 16px;text-align:left;overflow:hidden}.calendly-inline-embed .calendly-inline-widget{position:relative;min-height:inherit}.calendly-inline-embed .calendly-inline-widget,.calendly-inline-embed iframe{width:100%!important;min-width:0!important;max-width:100%}.calendly-inline-embed:has(iframe) .calendly-spinner{display:none}.strategy-cta__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.strategy-nav{margin-top:8px}.report-legend{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:12px;color:var(--muted-foreground);margin-top:10px}.report-legend__item{display:inline-flex;align-items:center;gap:6px}.report-legend__dot{flex-shrink:0;width:8px;height:8px;border-radius:50%}.report-legend__dot--ahead{background:var(--red)}.report-legend__dot--behind{background:var(--green)}.report-trust-advisory{margin-top:1.25rem;padding:16px 18px;border-radius:var(--radius-lg);border:1px solid var(--border)}.report-trust-advisory--met{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.06)}.report-trust-advisory--needs_both,.report-trust-advisory--needs_rating,.report-trust-advisory--needs_volume{border-color:rgba(245,158,11,.35);background:rgba(245,158,11,.06)}.report-trust-advisory__title{margin:0 0 10px;font-size:14px;font-weight:600;letter-spacing:-.01em}.report-trust-advisory__copy{margin:0 0 10px;font-size:14px;color:var(--foreground-secondary);line-height:1.6}.report-trust-advisory__copy:last-child{margin-bottom:0}.report-review-score{display:flex;align-items:baseline;gap:12px;margin-bottom:12px}.report-review-score__rating{font-size:32px;font-weight:600;letter-spacing:-.02em}.report-review-copy,.report-review-score__count{font-size:14px;color:var(--foreground-secondary)}.report-review-copy{line-height:1.6;margin:0 0 16px}.report-cta-link{display:inline-block;text-decoration:none}.report-empty{font-size:13px;color:var(--muted-foreground);padding:8px 0}.report-actions-sentinel{height:1px;margin:0;pointer-events:none}.report-cta-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;padding:18px 20px;border-radius:var(--radius-lg);border:1px solid var(--brand-border);background:linear-gradient(135deg,var(--brand-soft) 0,var(--surface) 100%)}.report-cta-banner__title{margin:0 0 4px;font-size:15px;font-weight:600;letter-spacing:-.01em}.report-cta-banner__subtitle{margin:0;font-size:13px;color:var(--foreground-secondary);line-height:1.5}.report-cta-banner__actions{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0;align-items:stretch}.report-cta-banner__actions .tool-btn,.report-cta-banner__actions .tool-btn-ghost{box-sizing:border-box;height:52px}.report-sticky-bar{position:fixed;left:0;right:0;bottom:var(--fp-cookie-banner-height,0);z-index:40;padding:12px 0 calc(12px + env(safe-area-inset-bottom, 0px));background:rgba(10,10,10,.92);border-top:1px solid var(--border-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateY(110%);opacity:0;pointer-events:none;transition:transform .22s ease,opacity .22s ease;overflow-x:clip}.report-sticky-bar--visible{transform:translateY(0);opacity:1;pointer-events:auto}.report-sticky-bar__inner{max-width:720px;width:100%;margin:0 auto;padding:0 24px;box-sizing:border-box;display:flex;gap:10px;align-items:center}.report-sticky-bar__primary{flex:1 1;min-width:0}.report-sticky-bar__primary,.report-sticky-bar__secondary{box-sizing:border-box;height:52px;line-height:1}.report-sticky-bar__primary.tool-btn--prominent{width:auto;min-width:0;padding:0 24px;font-size:15px;font-weight:600;box-shadow:none}.report-sticky-bar__secondary.tool-btn-ghost{flex-shrink:0;padding:0 16px;font-size:15px;font-weight:600;border-width:1px}.tool-btn-icon{flex-shrink:0;opacity:.7;transition:opacity .12s ease,transform .14s ease}.tool-btn-ghost:hover .tool-btn-icon,.tool-btn:hover .tool-btn-icon,a.tool-btn:hover .tool-btn-icon{opacity:1}.tool-btn-ghost:hover .tool-btn-icon--right,.tool-btn:hover .tool-btn-icon--right,a.tool-btn:hover .tool-btn-icon--right{transform:translateX(2px)}.tool-btn-ghost:hover .tool-btn-icon--left,.tool-btn:hover .tool-btn-icon--left,a.tool-btn:hover .tool-btn-icon--left{transform:translateX(-2px)}.strategy-hero__arrow-icon{opacity:.4}.report-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:stretch;margin-top:8px;padding-top:24px;border-top:1px solid var(--border)}.report-actions .tool-btn,.report-actions .tool-btn-ghost{box-sizing:border-box;height:52px}.action-plan-actions{display:flex;flex-direction:column;gap:12px;margin-top:16px}.action-plan-actions .tool-btn,.action-plan-actions .tool-btn-ghost{width:100%;box-sizing:border-box}.report-quote-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin-bottom:10px}.report-quote-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:13px;font-weight:600;min-width:0}.report-quote-card__head>:first-child{flex:1 1;min-width:0;overflow-wrap:anywhere;word-break:break-word}.report-quote-card__head>:last-child{flex-shrink:0}.report-quote-card__text{font-size:13px;color:var(--foreground-secondary);line-height:1.55;margin:0;overflow-wrap:anywhere;word-break:break-word}.report-danger-grid{display:grid;grid-gap:10px;gap:10px}.report-danger-stat{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);font-size:13px}.report-danger-stat strong{color:var(--red);font-size:16px}.report-reply-card{border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;margin-bottom:10px;background:var(--surface)}.report-reply-card--good{border-left:3px solid var(--green)}.report-reply-card--warn{border-left:3px solid var(--amber)}.report-reply-card--fail{border-left:3px solid var(--red)}.report-reply-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px;font-size:13px;font-weight:600;min-width:0}.report-reply-card__head>:first-child{flex:1 1;min-width:0;overflow-wrap:anywhere;word-break:break-word}.report-reply-card__head>:last-child{flex-shrink:0}.report-reply-card__quality{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:999px;background:var(--surface-3);color:var(--muted-foreground)}.report-reply-card__review-wrap{padding-bottom:10px;border-bottom:1px solid var(--border)}.report-reply-card__review{color:var(--green);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin:0 0 calc((1 - 1.55) / 2 * 1em)}.report-reply-card__feedback,.report-reply-card__review{font-size:13px;line-height:1.55;overflow-wrap:anywhere;word-break:break-word}.report-reply-card__feedback{color:var(--foreground-secondary);margin:0}.report-reply-card__feedback--after-review{padding-top:10px}.report-reply-card__feedback--first{padding-top:0;border-top:none}.report-reply-card__suggestion{margin-top:10px;padding-top:10px;border-top:1px solid var(--border);font-size:12px;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.report-reply-card__suggestion-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--foreground);margin-bottom:6px}.report-reply-card__suggestion em{display:block;color:var(--orange);font-style:normal}@media (max-width:640px){.tool-card .calendly-inline-embed{width:calc(100% + 48px);max-width:calc(100% + 48px);margin-left:-24px;margin-right:-24px;min-height:580px}.report-summary{grid-template-columns:repeat(2,1fr)}.report-nav{grid-template-columns:1fr}.report-section{margin-top:40px;padding-top:26px}.report-section__title{font-size:19px}.report-cta-banner{flex-direction:column;align-items:stretch}.report-cta-banner__actions{width:100%;flex-direction:column}.report-cta-banner__actions .tool-btn,.report-cta-banner__actions .tool-btn-ghost{width:100%}.report-actions{flex-direction:column}.report-actions .tool-btn,.report-actions .tool-btn-ghost{width:100%}}.print-only{display:none}@media print{@page{margin:14mm 12mm 16mm;size:A4}@page :first{margin:0}.fp-site-footer,.fp-site-header,.no-print,.report-actions,.report-cta-banner,.report-hint,.report-legend,.report-nav,.report-sticky-bar,.step-bar,.tool-label,.tool-title{display:none!important}.print-only{display:block!important}body,body.printing-report{background:#fff!important;color:#141414!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}main{max-width:none!important;padding:0!important;margin:0!important}.audit-report,.review-report{padding:0}.report-section{break-inside:avoid;page-break-inside:avoid;margin-top:24px;padding-top:18px}.report-section:before{background:#e4e4e4!important}.report-section__header:before{background:#ff4800!important}.audit-report .tool-card,.review-report .tool-card{page-break-inside:avoid;break-inside:avoid;border-color:#ccc;background:#fafafa!important}.report-profile-card{border-color:#e4e4e4;background:#fff7f3!important}.report-summary__item{border-color:#e4e4e4;background:#fafafa!important}.print-cover{width:100%;min-height:297mm;display:flex;flex-direction:column;page-break-after:always;background:#fff}.print-cover__brand{background:linear-gradient(135deg,#0a0a0a,#151515 55%,#1a120e);padding:16mm 18mm 14mm;border-bottom:3px solid #ff4800;display:flex;justify-content:center}.print-cover__body{flex:1 1;padding:18mm 20mm 20mm;display:flex;justify-content:center;align-items:center}.print-cover__inner{width:100%;max-width:160mm;text-align:center}.print-cover__eyebrow{margin:0 0 4mm;font-size:9pt;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ff4800}.print-cover__title{margin:0 0 3mm;font-size:28pt;font-weight:700;line-height:1.08;letter-spacing:-.03em;color:#141414}.print-cover__subtitle{margin:0 0 12mm;font-size:12pt;color:#5c5c5c}.print-cover__meta{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e4e4e4;border-radius:8px;overflow:hidden;background:#f7f7f7;text-align:left}.print-meta-item{padding:5mm 6mm;border-right:1px solid #e4e4e4}.print-meta-item:last-child{border-right:none}.print-meta-item label{display:block;margin-bottom:1.5mm;font-size:8pt;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#888}.print-meta-item span{display:block;font-size:10pt;font-weight:600;color:#141414;line-height:1.35}.print-cover__footer{margin-top:14mm;padding-top:8mm;border-top:1px solid #e4e4e4;font-size:9pt;color:#5c5c5c}.print-cta-block{margin-top:2em;page-break-inside:avoid}.print-cta-block__inner{padding:8mm;border:1px solid #e4e4e4;border-radius:8px;background:#f7f7f7;text-align:center}.print-cta-block__logo{margin-bottom:4mm;display:flex;justify-content:center}.print-cta-block__title{margin:0 0 3mm;font-size:14pt;font-weight:700;color:#141414}.print-cta-block__body{font-size:10pt;color:#5c5c5c;line-height:1.55;max-width:120mm;margin:0 auto 6mm}.print-cta-block__buttons{display:flex;justify-content:center;gap:4mm;margin-bottom:4mm}.print-cta-block__btn{display:inline-block;padding:3mm 6mm;border-radius:6px;font-size:10pt;font-weight:600}.print-cta-block__btn--primary{background:#ff4800;color:#fff}.print-cta-block__btn--ghost{border:1px solid #ccc;color:#141414;background:#fff}.print-cta-block__url{margin:0;font-size:9pt;color:#5c5c5c}.print-page-footer{position:fixed;bottom:0;left:0;right:0;display:flex!important;justify-content:space-between;padding:3mm 12mm;font-size:8pt;color:#888;border-top:1px solid #e4e4e4;background:#fff}}.content-results{min-width:0}.section-title{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:600;letter-spacing:-.01em;margin:0 0 8px}.section-title__icon{color:var(--brand)}.practice-context__name{font-size:18px;font-weight:600;margin-top:2px}.practice-context__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.practice-context__services{margin:12px 0 0}.script-chip{display:inline-block;font-size:12px;font-weight:500;padding:3px 10px;border-radius:999px;background:var(--surface-2,rgba(255,255,255,.06));border:1px solid var(--border);color:var(--foreground-secondary)}.script-chip--intent{background:var(--brand-soft);border-color:var(--brand-border);color:var(--brand)}.script-card{padding:0;overflow:hidden}.script-card__head{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:transparent;border:none;padding:18px 20px;cursor:pointer;color:var(--foreground)}.script-card__num{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--brand);color:var(--brand-contrast);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.script-card__headtext{flex:1 1;min-width:0}.script-card__title{display:block;font-weight:600;font-size:16px;line-height:1.3}.script-card__meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.script-card__caret{flex-shrink:0;color:var(--foreground-secondary);transition:transform .16s ease}.script-card__caret.is-open{transform:rotate(180deg)}.script-card__body{padding:4px 20px 20px;border-top:1px solid var(--border)}.script-section-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--brand);margin-bottom:6px}.script-hook{font-size:16px;font-weight:500;line-height:1.5;font-style:italic;margin:0}.script-list--check{list-style:none;padding-left:0}.script-list--check li{display:flex;gap:8px;align-items:flex-start}.check-icon{color:var(--brand);flex-shrink:0;margin-top:3px}.script-meta-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:16px}@media (max-width:520px){.script-meta-row{grid-template-columns:1fr}}.script-example-block{margin-top:18px}.script-example{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius);border:1px solid var(--brand-border);background:var(--brand-soft);text-decoration:none;color:var(--foreground);transition:background .12s ease}.script-example:hover{background:var(--brand-soft-strong,var(--brand-soft))}.script-example__play{flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--brand);color:var(--brand-contrast);display:flex;align-items:center;justify-content:center}.script-example__label{display:block;font-weight:600;font-size:14px}.script-example__note{display:block;font-size:12px;color:var(--foreground-secondary);margin-top:2px}.script-example-results .script-example{margin-bottom:14px}.script-example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}@media (min-width:720px){.script-example-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}}.script-example-tile{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:var(--foreground);min-width:0}.script-example-tile__thumb{position:relative;display:block;aspect-ratio:3/4;min-height:180px;border-radius:calc(var(--radius) - 2px);overflow:hidden;background:var(--brand-soft);border:1px solid var(--brand-border)}@media (min-width:720px){.script-example-tile__thumb{min-height:220px}}.script-example-tile__thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.script-example-tile__play{position:absolute;inset:auto 10px 10px auto;width:32px;height:32px;border-radius:50%;background:color-mix(in srgb,var(--brand) 92%,transparent);color:var(--brand-contrast);display:flex;align-items:center;justify-content:center;opacity:.95}.script-example-tile:hover .script-example-tile__thumb{border-color:var(--brand)}.script-example-tile__title{font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.script-example-tile__channel{font-size:12px;color:var(--foreground-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.help-heading{display:flex;align-items:center;gap:8px;margin:18px 0 8px}.help-cta{margin-top:12px;margin-bottom:0}@font-face{font-family:Runda;src:url(/content-strategist/_next/static/media/Runda-Normal.93338570.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Runda;src:url(/content-strategist/_next/static/media/Runda-Medium.6abfa5db.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Runda;src:url(/content-strategist/_next/static/media/Runda-Bold.dd3e9f20.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:BrixIcons;src:url(/content-strategist/_next/static/media/line-rounded-icon-font-brix.bf3516e6.woff) format("woff"),url(/content-strategist/_next/static/media/line-rounded-icon-font-brix.a0db5ebc.ttf) format("truetype");font-weight:400;font-style:normal;font-display:block}.brix-icon{font-family:BrixIcons,sans-serif;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;line-height:1;display:inline-block;vertical-align:-.125em;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--brand:#ff4800;--brand-hover:#e84000;--brand-active:#cc3800;--brand-soft:rgba(255,72,0,0.12);--brand-soft-strong:rgba(255,72,0,0.2);--brand-border:rgba(255,72,0,0.32);--brand-contrast:#0a0a0a;--background:#0a0a0a;--surface:#161616;--surface-2:#1c1c1c;--surface-3:#242424;--overlay:rgba(0,0,0,0.6);--border:#262626;--border-strong:#333333;--ring:rgba(255,72,0,0.5);--foreground:#f5f5f4;--foreground-secondary:#d6d3d0;--muted-foreground:#a3a09c;--subtle-foreground:#8a8783;--placeholder:var(--muted-foreground);--success:#4ade80;--success-soft:rgba(74,222,128,0.16);--warning:#fbbf24;--warning-soft:rgba(251,191,36,0.16);--danger:#f87171;--danger-soft:rgba(248,113,113,0.16);--info:#60a5fa;--info-soft:rgba(96,165,250,0.16);--radius-sm:6px;--radius:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px rgba(0,0,0,0.4);--shadow:0 2px 8px rgba(0,0,0,0.45);--shadow-lg:0 12px 32px rgba(0,0,0,0.55);--z-nav:40;--z-sticky:50;--z-overlay:60;--z-modal:70;--header-height:64px;--sidebar-width:248px;--text:var(--foreground);--text2:var(--foreground-secondary);--text3:var(--muted-foreground);--text4:var(--subtle-foreground);--orange:var(--brand);--orange-hover:var(--brand-hover);--orange-dim:var(--brand-soft);--orange-border:var(--brand-border);--bg:var(--background);--bg1:var(--surface);--border2:var(--border-strong);--green:var(--success);--amber:var(--warning);--red:var(--danger)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:var(--background)}body{font-family:Runda,system-ui,-apple-system,sans-serif;background:transparent;color:var(--foreground);min-height:100vh;letter-spacing:-.005em}body[data-layout=tool]{display:flex;flex-direction:column;min-height:100vh;overflow-x:clip}body[data-layout=tool]>.fp-site-footer{margin-top:auto}body[data-bg=hero]:after,body[data-bg=hero]:before{content:"";position:fixed;inset:0;pointer-events:none}body[data-bg=hero]:before{background-image:var(--fp-hero-image,none);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.7;z-index:-2}body[data-bg=hero]:after{background:radial-gradient(circle at 18% 4%,rgba(255,72,0,.1),transparent 55%),rgba(10,10,10,.45);z-index:-1}body[data-bg=hero-subtle]:after,body[data-bg=hero-subtle]:before{content:"";position:fixed;inset:0;pointer-events:none}body[data-bg=hero-subtle]:before{background-image:var(--fp-hero-image,none);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.45;z-index:-2}body[data-bg=hero-subtle]:after{background:rgba(10,10,10,.65);z-index:-1}a{color:inherit;text-decoration:none}::selection{background:var(--brand-soft-strong);color:var(--foreground)}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:var(--radius-sm)}.fp-h1{font-size:32px;line-height:1.15;letter-spacing:-.02em}.fp-h1,.fp-h2{font-weight:600}.fp-h2{font-size:22px;line-height:1.25;letter-spacing:-.015em}.fp-h3{font-size:16px;font-weight:600;line-height:1.35;letter-spacing:-.01em}.fp-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600;color:var(--brand)}.fp-lead{font-size:16px;color:var(--foreground-secondary);line-height:1.6}.fp-muted{color:var(--muted-foreground);font-size:14px}.fp-subtle{color:var(--subtle-foreground);font-size:13px}.fp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--brand);color:var(--brand-contrast);border:1px solid transparent;border-radius:var(--radius);padding:10px 18px;font-weight:600;font-size:15px;line-height:1.2;transition:background .12s ease,transform 80ms ease,border-color .12s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fp-btn:hover{background:var(--brand-hover)}.fp-btn:active{background:var(--brand-active);transform:translateY(1px)}.fp-btn:disabled{opacity:.6;pointer-events:none}.fp-btn-outline{background:transparent;border-color:var(--border-strong);color:var(--foreground)}.fp-btn-outline:hover{background:var(--surface-2);border-color:var(--border-strong)}.fp-btn-ghost{background:transparent;color:var(--foreground-secondary)}.fp-btn-ghost:hover{background:var(--surface-2);color:var(--foreground)}.fp-btn-destructive{background:var(--danger);color:#1a0606}.fp-btn-destructive:hover{background:#f87171}.fp-btn-sm{padding:7px 12px;font-size:13px;border-radius:var(--radius-sm)}.fp-btn-lg{padding:13px 24px;font-size:16px}.fp-btn-icon{padding:8px;width:36px;height:36px}.fp-btn-icon.fp-btn-sm{width:30px;height:30px;padding:6px}.fp-card{padding:24px}.fp-card,.fp-card-flat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.fp-input,.fp-select,.fp-textarea{width:100%;background:var(--background);border:1px solid var(--border-strong);border-radius:var(--radius);padding:11px 14px;color:var(--foreground);font-size:16px;transition:border-color .12s ease,box-shadow .12s ease}.fp-input::placeholder,.fp-textarea::placeholder{color:var(--placeholder)}.fp-input:focus,.fp-select:focus,.fp-textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.fp-textarea{resize:vertical;min-height:96px}.fp-label{display:block;font-size:14px;color:var(--foreground-secondary);margin-bottom:6px;font-weight:500}.fp-helper{color:var(--muted-foreground);font-size:13px;margin-top:6px}.fp-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent;flex-shrink:0}.fp-switch__input{position:absolute;opacity:0;width:0;height:0;margin:0}.fp-switch__track{position:relative;width:51px;height:31px;border-radius:31px;background:#3a3a3c;transition:background .22s ease}.fp-switch__track:after{content:"";position:absolute;top:2px;left:2px;width:27px;height:27px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.28);transition:transform .22s cubic-bezier(.4,0,.2,1)}.fp-switch__input:checked+.fp-switch__track{background:#34c759}.fp-switch__input:checked+.fp-switch__track:after{transform:translateX(20px)}.fp-switch__input:focus-visible+.fp-switch__track{box-shadow:0 0 0 3px var(--brand-soft)}.fp-switch__input:disabled+.fp-switch__track{opacity:.45;cursor:not-allowed}.fp-switch:has(.fp-switch__input:disabled){cursor:not-allowed}input[type=checkbox]:not(.fp-switch__input){-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;flex-shrink:0;margin:1px 0 0;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--background);cursor:pointer;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}input[type=checkbox]:not(.fp-switch__input):hover{border-color:var(--brand-border);background:var(--surface-2)}input[type=checkbox]:not(.fp-switch__input):checked{background-color:var(--brand);border-color:var(--brand);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-4.5' stroke='%230a0a0a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:12px}input[type=checkbox]:not(.fp-switch__input):checked:hover{background-color:var(--brand-hover);border-color:var(--brand-hover)}input[type=checkbox]:not(.fp-switch__input):focus-visible{outline:none;box-shadow:0 0 0 3px var(--brand-soft)}input[type=checkbox]:not(.fp-switch__input):disabled{opacity:.45;cursor:not-allowed}label:has(>input[type=checkbox]:not(.fp-switch__input)){cursor:pointer}label:has(>input[type=checkbox]:not(.fp-switch__input):disabled){cursor:not-allowed}.tool-card label.fp-checkbox,label.fp-checkbox{display:flex;align-items:center;gap:10px;width:100%;margin-bottom:0;font-size:13px;font-weight:400;line-height:1.5;color:var(--foreground-secondary);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tool-card label.fp-checkbox>input[type=checkbox]:not(.fp-switch__input),label.fp-checkbox>input[type=checkbox]:not(.fp-switch__input){margin-top:0}.tool-card label.fp-checkbox.fp-checkbox--top,label.fp-checkbox.fp-checkbox--top{align-items:flex-start}.tool-card label.fp-checkbox.fp-checkbox--top>input[type=checkbox]:not(.fp-switch__input),label.fp-checkbox.fp-checkbox--top>input[type=checkbox]:not(.fp-switch__input){margin-top:2px}.tool-card label.fp-checkbox:has(input:disabled),label.fp-checkbox:has(input:disabled){cursor:not-allowed;opacity:.7}.fp-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:500;letter-spacing:.04em;border:1px solid var(--border-strong);color:var(--foreground-secondary);background:var(--surface-2);text-transform:capitalize}.fp-badge-brand{background:var(--brand-soft);color:var(--brand);border-color:var(--brand-border)}.fp-badge-success{background:var(--success-soft);color:var(--success);border-color:transparent}.fp-badge-warning{background:var(--warning-soft);color:var(--warning);border-color:transparent}.fp-badge-danger{background:var(--danger-soft);color:var(--danger);border-color:transparent}.fp-badge-info{background:var(--info-soft);color:var(--info);border-color:transparent}.fp-table{width:100%;border-collapse:collapse;font-size:14px}.fp-table thead th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);border-bottom:1px solid var(--border);background:var(--surface-2)}.fp-table tbody td{padding:14px 16px;border-bottom:1px solid var(--border);color:var(--foreground-secondary);vertical-align:top}.fp-table tbody tr:hover{background:var(--surface-2)}.fp-table tbody tr:last-child td{border-bottom:0}.fp-table-empty{text-align:center;padding:48px 16px;color:var(--muted-foreground);font-size:14px}.fp-divider{height:1px;background:var(--border);border:0;margin:24px 0}.fp-skeleton{background:linear-gradient(90deg,var(--surface-2) 0,var(--surface-3) 50%,var(--surface-2) 100%);background-size:200% 100%;border-radius:var(--radius);animation:fp-shimmer 1.4s linear infinite}@keyframes fp-shimmer{to{background-position:-200% 0}}@keyframes fp-spin{to{transform:rotate(1turn)}}.fp-spinner{width:18px;height:18px;border:2px solid var(--border-strong);border-top-color:var(--brand);border-radius:50%;animation:fp-spin .8s linear infinite;display:inline-block}.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}.fp-analysis-loader{width:100%;box-sizing:border-box;overflow-x:clip;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px 24px;margin-top:8px}.fp-analysis-loader__header{display:flex;gap:22px;align-items:flex-start;margin-bottom:22px}.fp-analysis-loader__visual{flex-shrink:0;width:76px;overflow:hidden}.fp-analysis-orb{position:relative;width:76px;height:76px}.fp-analysis-orb__ring{position:absolute;inset:0;border:1px solid var(--brand);border-radius:50%;opacity:0;animation:fp-orb-pulse 2.8s ease-out infinite}.fp-analysis-orb__ring:nth-child(2){animation-delay:.95s}.fp-analysis-orb__ring:nth-child(3){animation-delay:1.9s}.fp-analysis-orb__scan{position:absolute;inset:8px;border-radius:50%;background:conic-gradient(from 0deg,transparent 0deg,rgba(255,122,0,.18) 40deg,transparent 80deg);animation:fp-orb-scan 2.2s linear infinite}.fp-analysis-orb__core{position:absolute;inset:18px;border-radius:50%;background:var(--brand-soft);border:1px solid var(--brand-border);color:var(--brand);display:flex;align-items:center;justify-content:center;box-shadow:0 0 24px rgba(255,122,0,.12);animation:fp-orb-core 2.2s ease-in-out infinite;transform-origin:center}.fp-analysis-orb__icon{display:block;flex-shrink:0}@keyframes fp-orb-pulse{0%{transform:scale(.55);opacity:.7}to{transform:scale(1.15);opacity:0}}@keyframes fp-orb-scan{to{transform:rotate(1turn)}}@keyframes fp-orb-core{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.fp-analysis-loader__copy{min-width:0;flex:1 1;padding-top:4px}.fp-analysis-loader__eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);font-weight:600;margin-bottom:8px}.fp-analysis-loader__practice{font-size:16px;font-weight:600;color:var(--foreground);margin-bottom:10px;line-height:1.35}.fp-analysis-loader__location{color:var(--foreground-secondary);font-weight:500}.fp-analysis-loader__detail-stack{display:grid}.fp-analysis-loader__detail{grid-area:1/1;font-size:14px;line-height:1.55;color:var(--foreground-secondary);opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease}.fp-analysis-loader__detail.is-visible{opacity:1;transform:translateY(0)}.fp-analysis-loader__hint{margin-top:10px;font-size:12px;color:var(--muted-foreground)}.fp-analysis-loader__progress{height:3px;background:var(--surface-2);border-radius:999px;overflow:hidden;margin-bottom:18px}.fp-analysis-loader__progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),#ffb347);transition:width .7s cubic-bezier(.22,1,.36,1);box-shadow:0 0 12px rgba(255,122,0,.35)}.fp-analysis-loader__steps{list-style:none;margin:0 0 20px;padding:0;display:grid;grid-gap:8px;gap:8px;width:100%}.fp-analysis-loader__step-label{min-width:0}.fp-analysis-loader__step{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted-foreground);transition:color .22s ease}.fp-analysis-loader__step-marker{width:18px;height:18px;border-radius:50%;border:1px solid var(--border-strong);display:inline-flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0;background:var(--background)}.fp-analysis-loader__step.is-done{color:var(--foreground-secondary)}.fp-analysis-loader__step.is-done .fp-analysis-loader__step-marker{border-color:rgba(74,222,128,.45);background:rgba(74,222,128,.1);color:var(--green,#4ade80)}.fp-analysis-loader__step.is-active{color:var(--foreground)}.fp-analysis-loader__step.is-active .fp-analysis-loader__step-marker{border-color:var(--brand);background:var(--brand-soft);box-shadow:0 0 0 4px var(--brand-soft);animation:fp-step-pulse 1.4s ease-in-out infinite}@keyframes fp-step-pulse{0%,to{box-shadow:0 0 0 4px var(--brand-soft)}50%{box-shadow:0 0 0 6px rgba(255,122,0,.06)}}.fp-analysis-loader__step.is-pending .fp-analysis-loader__step-marker{color:var(--border-strong)}.fp-analysis-loader__preview{border-top:1px solid var(--border);padding-top:18px}.fp-analysis-loader__preview-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:12px}.fp-analysis-loader__preview-stat{height:58px;border-radius:var(--radius-lg);background:linear-gradient(90deg,var(--surface-2) 0,var(--surface-3) 50%,var(--surface-2) 100%);background-size:200% 100%;animation:fp-shimmer 1.4s linear infinite,fp-preview-rise .48s ease both}.fp-analysis-loader__preview-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px;display:grid;grid-gap:10px;gap:10px;animation:fp-preview-rise .56s ease both}.fp-analysis-loader__preview-line{height:10px;border-radius:999px;background:linear-gradient(90deg,var(--surface-2) 0,var(--surface-3) 50%,var(--surface-2) 100%);background-size:200% 100%;animation:fp-shimmer 1.4s linear infinite}.fp-analysis-loader__preview-line--short{width:42%}.fp-analysis-loader__preview-line--medium{width:68%}@keyframes fp-preview-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:540px){.fp-analysis-loader__header{flex-direction:column;align-items:center;text-align:center}.fp-analysis-loader__copy{width:100%}.fp-analysis-loader__preview-grid{grid-template-columns:repeat(2,1fr)}}.fp-analysis-error{background:var(--surface);border:1px solid rgba(248,113,113,.28);border-radius:var(--radius-lg);padding:28px 24px;text-align:center}.fp-analysis-error__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(248,113,113,.1);color:#fca5a5;margin-bottom:16px}.fp-analysis-error__title{font-size:20px;font-weight:600;margin:0 0 10px;color:var(--foreground)}.fp-analysis-error__practice{font-size:14px;font-weight:500;margin:0 0 12px;color:var(--foreground)}.fp-analysis-error__location{color:var(--foreground-secondary);font-weight:400}.fp-analysis-error__description{font-size:14px;line-height:1.65;color:var(--foreground-secondary);margin:0 auto 10px;max-width:460px}.fp-analysis-error__hint{font-size:12px;line-height:1.55;color:var(--text3,var(--foreground-secondary));margin:0 auto 22px;max-width:420px}.fp-analysis-error__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.fp-site-header{position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-nav);background:rgba(10,10,10,.85);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--border)}.fp-site-header__inner{max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.fp-site-logo{display:flex;align-items:center;gap:10px}.fp-site-logo img,.fp-site-logo svg{height:28px;width:auto;display:block;flex-shrink:0}.fp-site-logo__divider{width:1px;height:22px;background:var(--border-strong)}.fp-site-logo__lab{font-size:13px;color:var(--foreground-secondary);font-weight:500;display:flex;align-items:center;gap:6px}.fp-site-logo__lab-tag{background:var(--brand-soft);color:var(--brand);font-size:10px;letter-spacing:.08em;padding:2px 6px;border-radius:4px;text-transform:uppercase;font-weight:600}.fp-site-nav{display:flex;align-items:center;gap:4px}.fp-site-nav a{color:var(--foreground-secondary);font-size:14px;padding:8px 12px;border-radius:var(--radius-sm);transition:color .12s ease,background .12s ease}.fp-site-nav a:hover{color:var(--foreground);background:var(--surface-2)}.fp-site-nav a.fp-btn{color:var(--brand-contrast);background:var(--brand);font-weight:600}.fp-site-nav a.fp-btn:hover{color:var(--brand-contrast);background:var(--brand-hover)}.fp-site-nav a.fp-btn:active{background:var(--brand-active);transform:translateY(1px)}.fp-site-nav__cta{margin-left:8px}.fp-tool-tag{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--foreground-secondary);background:var(--surface-2);border:1px solid var(--border);padding:6px 12px;border-radius:999px}.fp-tool-tag svg{color:var(--brand)}.fp-site-header__mobile{display:none;align-items:center;gap:10px;flex:1 1;min-width:0}.fp-site-logo--desktop{min-width:0}.fp-site-logo--icon img,.fp-site-logo--icon svg{height:22px}.fp-site-header__lab{flex-shrink:0}.fp-site-header__tool-name{font-size:13px;font-weight:500;color:var(--foreground-secondary);min-width:0;flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fp-site-header__menu-btn{flex-shrink:0;margin-left:auto;border:1px solid var(--border);background:var(--surface-2)}.fp-site-header__menu-btn:hover{background:var(--surface-3);border-color:var(--border-strong)}.fp-site-drawer{position:fixed;top:0;right:0;bottom:0;width:min(300px,88vw);background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:var(--z-overlay);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .26s cubic-bezier(.22,1,.36,1);visibility:hidden}.fp-site-drawer--open{transform:translateX(0);visibility:visible}.fp-site-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 12px 16px;border-bottom:1px solid var(--border)}.fp-site-drawer__brand{display:flex;align-items:center;gap:6px;min-width:0}.fp-site-drawer__nav{display:flex;flex-direction:column;gap:2px;padding:12px 10px;overflow-y:auto}.fp-site-drawer__nav a{color:var(--foreground-secondary);font-size:15px;font-weight:500;padding:12px;border-radius:var(--radius);transition:color .12s ease,background .12s ease}.fp-site-drawer__nav a:hover{color:var(--foreground);background:var(--surface-2)}.fp-site-drawer__cta{margin:10px 4px 4px;justify-content:center;width:calc(100% - 8px)}.fp-site-drawer__backdrop{display:none;position:fixed;inset:0;background:var(--overlay);z-index:calc(var(--z-overlay) - 1);border:0;cursor:pointer;opacity:0;transition:opacity .2s ease}.fp-site-drawer__backdrop--open{display:block;opacity:1}@media (max-width:720px){.fp-site-header__inner{padding:10px 14px;gap:0}.fp-site-logo--desktop,.fp-site-nav{display:none}.fp-site-header__mobile{display:flex}}@media (max-width:480px){.fp-site-header__inner{padding-top:8px;padding-bottom:10px}.fp-site-header__mobile{display:grid;grid-template-columns:auto auto 1fr auto;grid-template-rows:auto auto;grid-column-gap:10px;column-gap:10px;grid-row-gap:5px;row-gap:5px;align-items:center}.fp-site-logo--icon{grid-column:1;grid-row:1}.fp-site-header__lab{grid-column:2;grid-row:1}.fp-site-header__menu-btn{grid-column:4;grid-row:1;margin-left:0}.fp-site-header__tool-name{grid-column:1/-1;grid-row:2;flex:unset;white-space:normal;overflow:visible;text-overflow:unset}}.fp-site-footer{margin-top:48px;border-top:1px solid var(--border);background:var(--surface)}.fp-site-footer__inner{max-width:1200px;margin:0 auto;padding:48px 24px 32px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:40px;gap:40px}.fp-site-footer__col h4{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);margin-bottom:12px;font-weight:600}.fp-site-footer__col a{display:block;font-size:14px;color:var(--foreground-secondary);padding:4px 0;transition:color .12s ease}.fp-site-footer__col a:hover{color:var(--foreground)}.fp-site-footer__col a.fp-site-footer__lab-link{display:flex;align-items:center;gap:8px}.fp-site-footer__lab-link .brix-icon{flex-shrink:0;color:var(--muted-foreground);transition:color .12s ease}.fp-site-footer__col a.fp-site-footer__lab-link:hover .brix-icon{color:var(--foreground)}.fp-site-footer__brand svg{height:28px;width:auto;display:block}.fp-site-footer__brand p{margin-top:14px;max-width:320px;font-size:13px;color:var(--muted-foreground);line-height:1.6}.fp-site-footer__bottom{max-width:1200px;margin:0 auto;padding:20px 24px 28px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--muted-foreground)}.fp-site-footer__bottom a:hover{color:var(--foreground)}@media (max-width:720px){.fp-site-footer__inner{grid-template-columns:1fr 1fr;padding:36px 16px 24px;gap:28px}.fp-site-footer__brand{grid-column:1/-1}.fp-site-footer__bottom{padding:20px 16px 24px}}.fp-cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:90;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);box-shadow:0 -8px 24px rgba(0,0,0,.06)}.fp-cookie-banner__inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.fp-cookie-banner__text{margin:0;flex:1 1 280px;font-size:13px;line-height:1.55;color:var(--foreground-secondary)}.fp-cookie-banner__text a{color:var(--foreground);text-decoration:underline;text-underline-offset:2px}.fp-cookie-banner__text a:hover{color:var(--brand)}.fp-cookie-banner__actions{display:flex;gap:8px;flex-shrink:0}.fp-cookie-prefs{display:flex;flex-direction:column;gap:14px}.fp-cookie-prefs__row{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.55;color:var(--text2);cursor:pointer}.fp-cookie-prefs__row input[type=checkbox]{margin-top:4px;width:16px;height:16px;accent-color:var(--brand);flex-shrink:0}.fp-cookie-prefs__row strong{color:var(--foreground);font-weight:600}.fp-cookie-prefs__actions{display:flex;align-items:center;gap:12px;margin-top:4px}.fp-app{min-height:100vh;display:grid;grid-template-columns:var(--sidebar-width) 1fr;background:transparent}.fp-app__topbar{display:none;position:-webkit-sticky;position:sticky;top:0;z-index:var(--z-sticky);background:rgba(10,10,10,.9);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--border);padding:10px 14px;align-items:center;gap:8px;grid-column:1/-1}.fp-app__topbar-brand{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--foreground-secondary);font-weight:500}.fp-app__topbar-brand svg{height:24px;width:auto;flex-shrink:0}.fp-app__topbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.fp-sidebar{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100vh;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:var(--z-overlay)}.fp-sidebar__brand{display:flex;align-items:center;gap:10px;padding:14px 16px 12px;border-bottom:1px solid var(--border)}.fp-sidebar__logo{display:inline-flex;align-items:center}.fp-sidebar__logo svg{height:26px;width:auto;flex-shrink:0}.fp-sidebar__product{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--foreground-secondary)}.fp-sidebar__close{margin-left:auto;display:none}.fp-sidebar__nav{flex:1 1;overflow-y:auto;padding:14px 10px;display:flex;flex-direction:column;gap:14px}.fp-sidebar__section{display:flex;flex-direction:column;gap:2px}.fp-sidebar__section-label{font-size:12px;color:var(--muted-foreground);font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:8px 10px 4px}.fp-sidebar__link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius);color:var(--foreground-secondary);font-size:14px;font-weight:500;position:relative;transition:background .12s ease,color .12s ease}.fp-sidebar__link:hover{background:var(--surface-2);color:var(--foreground)}.fp-sidebar__link--active{background:var(--surface-3);color:var(--foreground)}.fp-sidebar__link--active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:var(--brand);border-radius:0 3px 3px 0}.fp-sidebar__link-icon{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:var(--muted-foreground)}.fp-sidebar__link--active .fp-sidebar__link-icon{color:var(--brand)}.fp-sidebar__link:hover .fp-sidebar__link-icon{color:var(--foreground)}.fp-sidebar__link-badge{margin-left:auto;font-size:12px;padding:1px 6px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-weight:600}.fp-sidebar__footer{border-top:1px solid var(--border);padding:14px}.fp-sidebar__backdrop{display:none;position:fixed;inset:0;background:var(--overlay);z-index:calc(var(--z-overlay) - 1);border:0;cursor:pointer;opacity:0;transition:opacity .2s ease}.fp-sidebar__backdrop--open{display:block;opacity:1}.fp-app__main{min-width:0;padding:32px 32px 64px}@media (max-width:1024px){.fp-app{grid-template-columns:1fr}.fp-app__topbar{display:flex}.fp-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(280px,80vw);transform:translateX(-100%);transition:transform .24s cubic-bezier(.22,1,.36,1);height:100vh;box-shadow:var(--shadow-lg)}.fp-sidebar--open{transform:translateX(0)}.fp-sidebar__close{display:inline-flex}.fp-app__main{padding:24px 20px 64px}}@media (min-width:1025px){.fp-app__menu-btn{display:none}}@media (max-width:540px){.fp-app__main{padding:20px 16px 56px}}.fp-page-header{margin-bottom:28px}.fp-page-header__crumb{font-size:13px;color:var(--muted-foreground);margin-bottom:12px}.fp-page-header__row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.fp-page-header__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fp-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:24px}.fp-stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px}.fp-stat__label{font-size:12px;color:var(--muted-foreground);font-weight:500;margin-bottom:6px;text-transform:none}.fp-stat__value{font-size:24px;font-weight:600;letter-spacing:-.02em;color:var(--foreground)}.fp-stat--success .fp-stat__value{color:var(--success)}.fp-stat--warning .fp-stat__value{color:var(--warning)}.fp-stat--danger .fp-stat__value{color:var(--danger)}.fp-stat--brand .fp-stat__value{color:var(--brand)}@media (max-width:720px){.fp-stat-grid{grid-template-columns:repeat(2,1fr)}}.fp-user-chip{gap:10px;padding:6px 10px 6px 6px;background:var(--surface);border:1px solid var(--border);border-radius:999px;font-size:13px;color:var(--foreground-secondary)}.fp-avatar,.fp-user-chip{display:inline-flex;align-items:center}.fp-avatar{width:26px;height:26px;border-radius:50%;background:var(--brand-soft);color:var(--brand);justify-content:center;font-size:12px;font-weight:600}.fp-tabs{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:4px;gap:2px;overflow-x:auto;max-width:100%}.fp-tabs__btn{background:transparent;border:0;color:var(--muted-foreground);padding:6px 12px;font-size:13px;font-weight:500;border-radius:var(--radius-sm);white-space:nowrap;transition:background .12s ease,color .12s ease}.fp-tabs__btn--active,.fp-tabs__btn:hover{color:var(--foreground)}.fp-tabs__btn--active{background:var(--surface-3);box-shadow:var(--shadow-sm)}@media (max-width:960px){.fp-lead-grid{grid-template-columns:1fr!important}}.fp-dl{display:grid;grid-template-columns:1fr 2fr;grid-gap:12px 24px;gap:12px 24px;font-size:14px}.fp-dl dt{color:var(--muted-foreground)}.fp-dl dd{color:var(--foreground)}@media (max-width:540px){.fp-dl{grid-template-columns:1fr;gap:4px 0}.fp-dl dt{margin-top:10px}}.fp-empty{text-align:center;padding:56px 24px;border:1px dashed var(--border-strong);border-radius:var(--radius-lg);color:var(--muted-foreground)}.fp-empty__icon{display:inline-flex;width:44px;height:44px;border-radius:50%;background:var(--surface-2);color:var(--foreground-secondary);align-items:center;justify-content:center;margin-bottom:12px}.fp-code{background:var(--surface-2);padding:14px 16px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;overflow:auto;max-height:480px;white-space:pre-wrap;word-break:break-word}.fp-alert,.fp-code{border:1px solid var(--border);border-radius:var(--radius);color:var(--foreground-secondary)}.fp-alert{background:var(--surface);padding:12px 14px;font-size:13px;display:flex;gap:10px;align-items:flex-start}.fp-alert--danger{border-color:rgba(248,113,113,.32);background:rgba(248,113,113,.08);color:#fecaca}.fp-alert--info{border-color:rgba(96,165,250,.32);background:rgba(96,165,250,.08);color:#bfdbfe}.fp-list-toolbar{display:grid;grid-template-columns:minmax(180px,1.4fr) repeat(4,minmax(120px,1fr)) auto;grid-gap:12px;gap:12px;align-items:end;padding:16px 20px;border-bottom:1px solid var(--border);transition:opacity .12s ease}.fp-list-toolbar[data-pending=true]{opacity:.72}.fp-list-toolbar__field--search{grid-column:span 1}.fp-list-toolbar__actions{display:flex;gap:8px;align-items:center;padding-bottom:2px}.fp-list-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-top:1px solid var(--border)}.fp-list-pagination__controls{display:flex;align-items:center;gap:10px}.fp-list-pagination [aria-disabled=true]{opacity:.45;pointer-events:none}@media (max-width:960px){.fp-list-toolbar{grid-template-columns:1fr 1fr}.fp-list-toolbar__actions,.fp-list-toolbar__field--search{grid-column:1/-1}.fp-list-pagination{flex-direction:column;align-items:flex-start}}