.fc { position: relative; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; isolation: isolate; font-family: 'Inter', system-ui, -apple-system, sans-serif; color: var(--fc-fg, #0a0a0a); background: linear-gradient(180deg, var(--fc-bg-a, #eef2ff) 0%, var(--fc-bg-b, #e3eafd) 100%); border: 1px solid var(--fc-border, #cdd9f5); border-radius: 14px; } .fc[data-tone="blue"] { --fc-fg: #1d4ed8; --fc-fg-soft: #4f6bbf; --fc-bg-a: #eef2ff; --fc-bg-b: #e3eafd; --fc-border: #cdd9f5; } .fc[data-tone="indigo"] { --fc-fg: #4338ca; --fc-fg-soft: #6b62d6; --fc-bg-a: #eef0ff; --fc-bg-b: #e4e6fc; --fc-border: #d1d3f3; } .fc[data-tone="violet"] { --fc-fg: #7c3aed; --fc-fg-soft: #9b6fef; --fc-bg-a: #f5efff; --fc-bg-b: #ece1fb; --fc-border: #e0d2f5; } .fc[data-tone="teal"] { --fc-fg: #0f766e; --fc-fg-soft: #3b9189; --fc-bg-a: #ecfdf5; --fc-bg-b: #d8f4e7; --fc-border: #b9e7d6; } .fc[data-tone="amber"] { --fc-fg: #b45309; --fc-fg-soft: #ca7826; --fc-bg-a: #fff7ed; --fc-bg-b: #fce9d2; --fc-border: #f1d3b1; } .fc[data-tone="ink"] { --fc-fg: #e2e8f0; --fc-fg-soft: #93c5fd; --fc-bg-a: #0F172A; --fc-bg-b: #0B1220; --fc-border: rgba(96, 165, 250, 0.22); } .fc--hero-stage { width: 100%; height: 100%; border-radius: 0; border: 0; padding: 3rem 2.4rem; } .fc--card { width: 100%; aspect-ratio: 16 / 10; padding: 1.4rem 1.5rem; border-radius: 12px; } .fc--step { width: 100%; aspect-ratio: 16 / 10; padding: 2.1rem 1.2rem 1.1rem; border-radius: 10px; } .fc--menu-featured { width: 100%; aspect-ratio: 16 / 10; padding: 1.2rem 1.4rem; border-radius: 12px; } .fc__eyebrow { margin: 0 0 0.5rem; padding-right: 42px; font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: var(--fc-fg-soft); } .fc--hero-stage .fc__eyebrow { font-size: 0.82rem; margin-bottom: 1rem; } .fc__body { position: relative; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: space-between; gap: 0.75rem; min-height: 0; } .fc--hero-stage .fc__body { gap: 1.4rem; } .fc__lead { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.45rem 0.55rem; font-weight: 700; letter-spacing: -0.028em; line-height: 1.05; color: var(--fc-fg); } .fc__lead-num { font-weight: 800; font-size: clamp(2.2rem, 5vw, 3.2rem); letter-spacing: -0.035em; color: var(--fc-fg); } .fc__lead-num--phrase { font-weight: 800; } .fc__lead-mid { font-size: clamp(1.1rem, 2.2vw, 1.5rem); font-weight: 600; color: var(--fc-fg); } .fc__lead-sep { font-size: clamp(1rem, 2vw, 1.4rem); color: var(--fc-fg-soft); font-weight: 500; } .fc__lead-tail { font-size: clamp(1.05rem, 2.2vw, 1.45rem); font-weight: 500; font-style: italic; color: var(--fc-fg); } .fc__lead-tail--center { text-align: center; } .fc--hero-stage .fc__lead-num { font-size: clamp(3rem, 7vw, 5.2rem); } .fc--hero-stage .fc__lead-mid, .fc--hero-stage .fc__lead-tail { font-size: clamp(1.3rem, 2.8vw, 1.9rem); } .fc--card .fc__lead-num, .fc--step .fc__lead-num, .fc--menu-featured .fc__lead-num { font-size: clamp(1.7rem, 4vw, 2.4rem); } .fc--card .fc__lead-tail, .fc--step .fc__lead-tail, .fc--menu-featured .fc__lead-tail { font-size: clamp(0.85rem, 1.4vw, 1.05rem); } .fc__caret { display: inline-block; width: 2px; height: 1em; margin-left: 3px; vertical-align: text-bottom; background: var(--fc-fg); animation: fc-blink 1.05s steps(2, end) infinite; } @keyframes fc-blink { 0%, 60% { opacity: 1; } 60.01%, 100% { opacity: 0; } } .fc-cursor-blink { animation: fc-blink 1.05s steps(2, end) infinite; } .fc__glyph { position: absolute; top: 0.9rem; right: 1rem; width: 38px; height: 38px; color: var(--fc-fg); opacity: 0.7; } .fc__glyph svg { width: 100%; height: 100%; } .fc--hero-stage .fc__glyph { width: 72px; height: 72px; opacity: 0.55; } .fc--step .fc__glyph { top: 0.8rem; right: 0.9rem; width: 26px; height: 26px; opacity: 0.55; } .fc--step .fc__lead { flex-direction: column; align-items: flex-start; gap: 0.15rem; } .fc--step .fc__lead-sep { display: none; } .fc--step .fc__lead-num { font-size: clamp(1.55rem, 3.6vw, 2rem); line-height: 1; } .fc--step .fc__lead-tail { font-style: normal; font-size: clamp(0.82rem, 1.3vw, 0.95rem); color: var(--fc-fg-soft); font-weight: 500; line-height: 1.2; } .fc--step .fc__minipills, .fc--step .fc__timeline, .fc--step .fc__flow { margin-top: auto; } @media (max-width: 820px) { .fc--step { padding-top: 2rem; } .fc--step .fc__lead { flex-direction: column; align-items: flex-start; } } .fc--card .fc__glyph { width: 34px; height: 34px; } .fc--step .fc__glyph { width: 30px; height: 30px; } .fc--menu-featured .fc__glyph { width: 36px; height: 36px; } .fc__bars { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 8%; height: 60%; min-height: 0; margin-bottom: 0.75rem; } .fc__bar { flex: 1 1 0; height: var(--h, 60%); border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg, color-mix(in srgb, var(--fc-fg) 22%, transparent) 0%, color-mix(in srgb, var(--fc-fg) 35%, transparent) 100%); border: 1px solid color-mix(in srgb, var(--fc-fg) 30%, transparent); transform-origin: 50% 100%; animation: fc-bar-grow 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--d, 0ms) both; } .fc__bar--lead { background: linear-gradient(180deg, var(--fc-fg) 0%, color-mix(in srgb, var(--fc-fg) 75%, black) 100%); border-color: var(--fc-fg); box-shadow: 0 6px 14px -8px color-mix(in srgb, var(--fc-fg) 60%, transparent); } @keyframes fc-bar-grow { from { transform: scaleY(0.05); opacity: 0.4; } to { transform: scaleY(1); opacity: 1; } } .fc__chips { display: flex; flex-wrap: wrap; gap: 0.35rem 0.6rem; font-style: italic; font-size: clamp(0.7rem, 1.4vw, 0.92rem); color: var(--fc-fg); font-weight: 500; letter-spacing: -0.005em; } .fc__chip { padding: 0.18rem 0.55rem; border-radius: 999px; background: color-mix(in srgb, var(--fc-fg) 8%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 18%, transparent); } .fc__chip--lead { background: var(--fc-fg); color: #fff; border-color: var(--fc-fg); font-style: normal; font-weight: 600; } .fc--hero-stage .fc__chip { font-size: 1rem; padding: 0.3rem 0.85rem; } .fc__codes { display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.35rem 0.55rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: var(--fc-fg); font-variant-numeric: tabular-nums; } .fc__code { font-size: clamp(1.6rem, 4.5vw, 3rem); } .fc__code-sep { font-size: clamp(1.2rem, 3vw, 2.2rem); color: var(--fc-fg-soft); font-weight: 500; } .fc--hero-stage .fc__code { font-size: clamp(2.6rem, 7vw, 5rem); } .fc--hero-stage .fc__code-sep { font-size: clamp(2rem, 5vw, 3.4rem); } .fc__manifest { display: flex; flex-direction: column; gap: 0.45rem; font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(0.85rem, 1.5vw, 1.05rem); line-height: 1.5; color: var(--fc-fg); } .fc__manifest-line { display: block; } .fc__manifest-line--comment { color: var(--fc-fg-soft); } .fc--hero-stage .fc__manifest { font-size: clamp(1.05rem, 2.1vw, 1.5rem); gap: 0.6rem; } .fc__pills { display: flex; flex-wrap: wrap; gap: 0.5rem 0.6rem; align-items: center; } .fc__pill { display: inline-flex; align-items: center; padding: 0.45rem 0.95rem; border-radius: 999px; font-size: clamp(0.78rem, 1.6vw, 1rem); font-weight: 600; letter-spacing: -0.005em; border: 1px solid color-mix(in srgb, var(--fc-fg) 18%, transparent); background: color-mix(in srgb, var(--fc-fg) 7%, transparent); color: var(--fc-fg); } .fc__pill--published { background: var(--fc-fg); color: #fff; border-color: var(--fc-fg); } .fc__pill--scheduled { background: color-mix(in srgb, var(--fc-fg) 20%, transparent); } .fc--hero-stage .fc__pill { font-size: clamp(0.95rem, 1.9vw, 1.2rem); padding: 0.6rem 1.2rem; } .fc__mono { font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(2rem, 5vw, 3rem); font-weight: 700; letter-spacing: -0.04em; color: var(--fc-fg); } .fc--hero-stage .fc__mono { font-size: clamp(3rem, 6vw, 4.2rem); } .fc__minipills { display: flex; flex-wrap: wrap; gap: 0.32rem 0.4rem; align-items: center; } .fc__minipill { padding: 0.22rem 0.55rem; border-radius: 999px; font-size: clamp(0.68rem, 1.25vw, 0.82rem); font-weight: 500; letter-spacing: -0.005em; border: 1px solid color-mix(in srgb, var(--fc-fg) 22%, transparent); background: color-mix(in srgb, var(--fc-fg) 6%, transparent); color: var(--fc-fg); } .fc--hero-stage .fc__minipill { font-size: clamp(0.85rem, 1.4vw, 1rem); padding: 0.32rem 0.85rem; } .fc--card .fc__minipill, .fc--step .fc__minipill, .fc--menu-featured .fc__minipill { font-size: clamp(0.66rem, 1vw, 0.78rem); padding: 0.2rem 0.5rem; } .fc--ai-visibility-bars .fc__bars { flex: 1 1 auto; height: auto; min-height: 64px; max-height: 55%; } .fc--hero-stage.fc--ai-visibility-bars .fc__bars { max-height: 60%; } .fc__baseline { display: flex; align-items: center; gap: 0.5rem; font-size: clamp(0.7rem, 1.25vw, 0.85rem); color: var(--fc-fg-soft); font-style: italic; } .fc__baseline-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--fc-fg); } .fc--hero-stage .fc__baseline { font-size: clamp(0.9rem, 1.5vw, 1.05rem); } .fc__seopanel { display: flex; flex-direction: column; gap: 0.3rem; padding: 0.55rem 0.7rem; border-radius: 8px; background: color-mix(in srgb, var(--fc-fg) 5%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 14%, transparent); } .fc__seorow { display: grid; grid-template-columns: auto 5.5rem 1fr; align-items: center; gap: 0.45rem; font-size: clamp(0.7rem, 1.2vw, 0.82rem); } .fc__seodot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; } .fc__seodot--ok { background: var(--fc-fg); } .fc__seodot--warn { background: color-mix(in srgb, var(--fc-fg) 35%, #d97706); } .fc__seokey { font-weight: 600; color: var(--fc-fg); letter-spacing: -0.005em; } .fc__seobar { height: 6px; border-radius: 3px; background: linear-gradient(90deg, var(--fc-fg) 0%, var(--fc-fg) var(--w, 70%), color-mix(in srgb, var(--fc-fg) 12%, transparent) var(--w, 70%)); } .fc--hero-stage .fc__seorow { font-size: clamp(0.9rem, 1.5vw, 1.05rem); grid-template-columns: auto 8rem 1fr; } .fc--hero-stage .fc__seobar { height: 9px; } .fc--llms-manifest .fc__manifest { flex: 1 1 auto; justify-content: center; align-items: flex-start; text-align: left; } .fc--llms-manifest .fc__manifest-line { line-height: 1.45; } .fc__pipeline { position: relative; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; gap: 0.7rem; } .fc__pipeline-track { position: absolute; left: 6%; right: 6%; top: 50%; height: 2px; background: color-mix(in srgb, var(--fc-fg) 22%, transparent); border-radius: 999px; z-index: 0; } .fc__pipeline-row { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 0.4rem 0.5rem; justify-content: space-between; align-items: center; } .fc__pipeline-caption { display: flex; align-items: center; gap: 0.45rem; font-size: clamp(0.7rem, 1.25vw, 0.85rem); color: var(--fc-fg-soft); font-style: italic; } .fc__pipeline-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--fc-fg); box-shadow: 0 0 0 4px color-mix(in srgb, var(--fc-fg) 18%, transparent); } .fc--hero-stage .fc__pipeline-caption { font-size: clamp(0.9rem, 1.5vw, 1.05rem); } .fc__schemablock { display: flex; flex-direction: column; gap: 0.3rem; font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(0.72rem, 1.25vw, 0.88rem); padding: 0.55rem 0.7rem; border-radius: 8px; background: color-mix(in srgb, var(--fc-fg) 6%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 16%, transparent); } .fc__schemarow { display: flex; gap: 0.6rem; align-items: baseline; } .fc__schemakey { color: var(--fc-fg-soft); font-weight: 600; } .fc__schemaval { color: var(--fc-fg); font-weight: 500; } .fc--hero-stage .fc__schemablock { font-size: clamp(0.95rem, 1.6vw, 1.15rem); } .fc__rulelist { display: flex; flex-direction: column; gap: 0.32rem; font-size: clamp(0.7rem, 1.25vw, 0.85rem); padding: 0.5rem 0.65rem; border-radius: 8px; background: color-mix(in srgb, var(--fc-fg) 5%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 14%, transparent); } .fc__rulerow { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1.4fr); align-items: baseline; gap: 0.45rem; } .fc__ruleword { font-weight: 600; color: var(--fc-fg); } .fc__rulearrow { color: var(--fc-fg-soft); font-weight: 600; } .fc__ruleurl { font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--fc-fg-soft); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 0.92em; } .fc--hero-stage .fc__rulelist { font-size: clamp(0.95rem, 1.6vw, 1.1rem); } .fc__synclist { display: flex; flex-direction: column; gap: 0.3rem; font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(0.7rem, 1.2vw, 0.82rem); padding: 0.5rem 0.65rem; border-radius: 8px; background: color-mix(in srgb, var(--fc-fg) 6%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 14%, transparent); } .fc__syncrow { display: grid; grid-template-columns: 1fr auto auto; align-items: baseline; gap: 0.5rem; } .fc__syncpath { color: var(--fc-fg); font-weight: 600; } .fc__syncstatus { color: var(--fc-fg); background: color-mix(in srgb, var(--fc-fg) 14%, transparent); padding: 0.05rem 0.4rem; border-radius: 4px; font-size: 0.92em; font-weight: 600; } .fc__synctime { color: var(--fc-fg-soft); font-style: italic; font-family: 'Inter', system-ui, sans-serif; } .fc--hero-stage .fc__synclist { font-size: clamp(0.95rem, 1.6vw, 1.1rem); } .fc__altgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.5rem; } .fc__alttile { display: flex; flex-direction: column; gap: 0.25rem; } .fc__altframe { aspect-ratio: 4 / 3; border-radius: 6px; background: linear-gradient(135deg, color-mix(in srgb, var(--fc-fg) 22%, transparent) 0%, color-mix(in srgb, var(--fc-fg) 10%, transparent) 60%, color-mix(in srgb, var(--fc-fg) 28%, transparent) 100%); border: 1px solid color-mix(in srgb, var(--fc-fg) 22%, transparent); } .fc__altcap { font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(0.6rem, 1.05vw, 0.74rem); color: var(--fc-fg-soft); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .fc--hero-stage .fc__altcap { font-size: clamp(0.8rem, 1.3vw, 0.95rem); } .fc__timeline { display: flex; flex-direction: column; gap: 0.4rem; padding: 0.55rem 0.7rem; border-radius: 8px; background: color-mix(in srgb, var(--fc-fg) 5%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 14%, transparent); } .fc__timeline-row { display: grid; grid-template-columns: 4.2rem 1fr; align-items: center; gap: 0.55rem; } .fc__timeline-label { font-size: clamp(0.68rem, 1.15vw, 0.8rem); font-weight: 700; color: var(--fc-fg-soft); text-transform: uppercase; letter-spacing: 0.05em; } .fc__timeline-cells { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; } .fc__timeline-cell { height: 10px; border-radius: 3px; background: color-mix(in srgb, var(--fc-fg) 10%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 18%, transparent); display: flex; align-items: center; justify-content: center; } .fc__timeline-cell--done { background: var(--fc-fg); border-color: var(--fc-fg); } .fc__timeline-cell--launch { background: color-mix(in srgb, var(--fc-fg) 25%, transparent); color: var(--fc-fg); font-size: 0.66rem; font-weight: 800; line-height: 1; } .fc--hero-stage .fc__timeline-cell { height: 16px; } .fc--hero-stage .fc__timeline-cell--launch { font-size: 0.95rem; } .fc__flow { display: flex; align-items: center; gap: 0.35rem; flex-wrap: nowrap; } .fc__flowstep { display: flex; align-items: center; gap: 0.35rem; padding: 0.32rem 0.55rem; border-radius: 8px; background: color-mix(in srgb, var(--fc-fg) 7%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 18%, transparent); min-width: 0; flex: 1 1 0; } .fc__flowstep--end { background: var(--fc-fg); color: #fff; border-color: var(--fc-fg); } .fc__flowstep--end .fc__flownum { background: rgba(255,255,255,0.18); color: #fff; } .fc__flownum { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: color-mix(in srgb, var(--fc-fg) 22%, transparent); color: var(--fc-fg); font-size: 0.65rem; font-weight: 800; flex: 0 0 auto; } .fc__flowlabel { font-size: clamp(0.65rem, 1.1vw, 0.78rem); font-weight: 600; letter-spacing: -0.005em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .fc__flowarrow { color: var(--fc-fg-soft); font-weight: 700; flex: 0 0 auto; } .fc--hero-stage .fc__flowlabel { font-size: clamp(0.85rem, 1.4vw, 1rem); } .fc--hero-stage .fc__flownum { width: 26px; height: 26px; font-size: 0.9rem; } .fc__bookgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.4rem; } .fc__bookslot { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0.55rem 0.4rem; border-radius: 8px; background: color-mix(in srgb, var(--fc-fg) 6%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 16%, transparent); text-align: center; min-height: 56px; } .fc__bookslot--picked { background: var(--fc-fg); color: #fff; border-color: var(--fc-fg); box-shadow: 0 6px 16px -10px color-mix(in srgb, var(--fc-fg) 70%, transparent); } .fc__bookday { font-size: clamp(0.62rem, 1.1vw, 0.74rem); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.85; } .fc__booktime { font-size: clamp(0.9rem, 1.7vw, 1.1rem); font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -0.02em; margin-top: 0.1rem; } .fc__bookbadge { position: absolute; top: -0.6rem; left: 50%; transform: translateX(-50%); font-size: 0.6rem; font-weight: 700; background: var(--fc-fg); color: #fff; padding: 0.1rem 0.4rem; border-radius: 999px; letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap; border: 2px solid var(--fc-bg-a); } .fc__bookbar { position: relative; height: 8px; border-radius: 999px; background: color-mix(in srgb, var(--fc-fg) 10%, transparent); border: 1px solid color-mix(in srgb, var(--fc-fg) 18%, transparent); display: flex; align-items: center; margin-top: 0.4rem; } .fc__bookbar-fill { position: absolute; inset: 0; width: 62%; border-radius: 999px; background: linear-gradient(90deg, var(--fc-fg) 0%, color-mix(in srgb, var(--fc-fg) 75%, black) 100%); } .fc__bookbar-label { position: relative; margin-left: auto; padding-right: 0.5rem; font-size: clamp(0.62rem, 1.1vw, 0.74rem); font-weight: 600; color: var(--fc-fg); font-style: italic; line-height: 1; white-space: nowrap; } .fc--hero-stage .fc__bookslot { min-height: 86px; padding: 0.85rem 0.6rem; } .fc--hero-stage .fc__bookbar { height: 12px; } .fc--hero-stage .fc__booktime { font-size: clamp(1.3rem, 2.4vw, 1.7rem); } @media (prefers-reduced-motion: reduce) { .fc__caret, .fc-cursor-blink { animation: none; opacity: 1; } .fc__bar { animation: none; transform: none; } } @media (max-width: 520px) { .fc--step, .fc--card { padding: 1rem 1.05rem; } .fc--hero-stage { padding: 1.2rem 1.1rem; } .fc--hero-stage .fc__eyebrow { font-size: 0.64rem; margin-bottom: 0.5rem; } .fc--hero-stage .fc__body { gap: 0.7rem; } .fc--hero-stage .fc__lead-num { font-size: clamp(1.7rem, 9vw, 2.4rem); } .fc--hero-stage .fc__lead-mid, .fc--hero-stage .fc__lead-tail { font-size: clamp(0.95rem, 4.2vw, 1.2rem); } .fc--hero-stage .fc__code { font-size: clamp(1.5rem, 8vw, 2.2rem); } .fc--hero-stage .fc__code-sep { font-size: clamp(1.1rem, 5vw, 1.6rem); } .fc--hero-stage .fc__mono { font-size: clamp(1.6rem, 7.5vw, 2.2rem); } .fc--hero-stage .fc__manifest { font-size: clamp(0.82rem, 3.4vw, 1rem); gap: 0.35rem; } .fc--hero-stage .fc__minipill { font-size: 0.7rem; padding: 0.18rem 0.55rem; } .fc--hero-stage .fc__pipeline-row { gap: 0.3rem 0.4rem; } .fc--hero-stage .fc__pill { font-size: 0.8rem; padding: 0.3rem 0.6rem; } .fc--hero-stage .fc__glyph { width: 38px; height: 38px; } .fc--hero-stage.fc--ai-visibility-bars .fc__bars { max-height: 40%; min-height: 50px; } .fc--hero-stage .fc__chip { font-size: 0.78rem; padding: 0.18rem 0.55rem; } .fc--hero-stage .fc__baseline { font-size: 0.7rem; } .fc__flow { flex-wrap: wrap; } .fc__flowarrow { display: none; } .fc__flowstep { flex: 1 1 30%; } .fc__rulerow { grid-template-columns: 1fr auto 1.2fr; } .fc__bookslot { min-height: 48px; padding: 0.4rem 0.3rem; } } .fc--ai-visibility-radar .fc__body { position: relative; min-height: 180px; } .fc__radar-stage { position: absolute; inset: 0; } .fc__radar-core { position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; border-radius: 50%; background: radial-gradient(circle, #60a5fa, #1d4ed8); transform: translate(-50%, -50%); box-shadow: 0 0 0 4px rgba(96, 165, 250, 0.18); z-index: 2; } .fc__radar-ring { position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid #60a5fa; transform: translate(-50%, -50%) scale(1); animation: fc-radar-pulse 3.2s ease-out infinite; z-index: 1; } .fc__radar-ring--2 { animation-delay: 0.8s; } .fc__radar-ring--3 { animation-delay: 1.6s; } @keyframes fc-radar-pulse { 0% { transform: translate(-50%, -50%) scale(0.4); opacity: 0.85; } 100% { transform: translate(-50%, -50%) scale(4.5); opacity: 0; } } .fc__radar-sweep { position: absolute; left: 50%; top: 50%; width: 78px; height: 78px; transform: translate(-50%, -50%) rotate(0deg); border-radius: 50%; background: conic-gradient(from 0deg, rgba(96, 165, 250, 0.30), transparent 30%); animation: fc-radar-spin 5s linear infinite; z-index: 1; } @keyframes fc-radar-spin { to { transform: translate(-50%, -50%) rotate(360deg); } } .fc__radar-chip { position: absolute; padding: 4px 10px; font-size: 10px; font-weight: 600; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16); color: #cbd5e1; border-radius: 11px; opacity: 0; z-index: 3; animation: fc-radar-chip-blip 4s ease-in-out infinite; box-shadow: 0 4px 10px -6px rgba(0, 0, 0, 0.5); white-space: nowrap; } .fc__radar-chip--1 { top: 12%; left: 8%; animation-delay: 0.1s; } .fc__radar-chip--2 { top: 14%; right: 8%; animation-delay: 1.0s; } .fc__radar-chip--3 { bottom: 14%; left: 6%; animation-delay: 2.0s; } .fc__radar-chip--4 { bottom: 12%; right: 10%; animation-delay: 3.0s; } @keyframes fc-radar-chip-blip { 0%, 12% { opacity: 0; transform: scale(0.6); } 22%, 80% { opacity: 1; transform: scale(1); } 92%, 100% { opacity: 0; transform: scale(0.9); } } @media (prefers-reduced-motion: reduce) { .fc__radar-ring, .fc__radar-sweep, .fc__radar-chip { animation: none; opacity: 1; transform: translate(-50%, -50%) scale(1); } .fc__radar-chip--1, .fc__radar-chip--2, .fc__radar-chip--3, .fc__radar-chip--4 { transform: none; } } .fc--video-tour { padding: 0 !important; overflow: hidden; aspect-ratio: auto !important; height: 100%; min-height: 180px; } .fc--video-tour .fc__body { position: relative; padding: 0; min-height: 0; height: 100%; gap: 0; justify-content: center; align-items: center; } .fc__video-stage { position: absolute; inset: 0; z-index: 0; } .fc__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; } .fc__video-overlay { position: absolute; inset: 0; background: radial-gradient(70% 90% at 50% 50%, rgba(8, 12, 20, 0.05) 0%, rgba(8, 12, 20, 0.55) 100%), linear-gradient(180deg, rgba(8, 12, 20, 0.15) 0%, rgba(8, 12, 20, 0.55) 100%); pointer-events: none; } .fc__lead--over-video { position: relative; z-index: 1; margin: 0; padding: 0.5rem 1rem; color: #ffffff; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65); display: inline-flex; align-items: baseline; gap: 0.4rem; } .fc__lead--over-video .fc__lead-num, .fc__lead--over-video .fc__lead-tail, .fc__lead--over-video .fc__lead-sep { color: inherit; } @media (prefers-reduced-motion: reduce) { .fc--video-tour .fc__video { display: none; } }