
      :root {
        --bg: #ffffff; --bg-0: #ffffff; --bg-1: #fafbfc; --bg-2: #f5f8fb; --bg-3: #ecf2f8;
        --ink: #0a2245; --ink-2: #2d4663; --ink-dim: #566d8a; --ink-faint: #5b6e85; --ink-faint-line: #9eb1c7;
        --rule: #e1e8f0; --rule-2: #cdd9e5;
        --accent: #5a5ddb; --accent-2: #8b5cf6; --accent-3: #3b82f6; --accent-soft: #eef0ff; --accent-deep: #4338ca;
        --success: #00b833; --success-soft: #d6ffe2;
        --award: #92400e; --award-soft: #fef3c7;
        --display: "Inter Tight", "Inter", system-ui, sans-serif;
        --body: "Inter", system-ui, sans-serif;
        --mono: "JetBrains Mono", ui-monospace, monospace;
        --max: 1280px; --gutter: 32px; --radius: 14px; --radius-lg: 22px;
        --shadow-sm: 0 1px 2px rgba(10,34,69,0.04), 0 1px 3px rgba(10,34,69,0.06);
        --shadow: 0 4px 16px -2px rgba(10,34,69,0.08), 0 2px 4px -1px rgba(10,34,69,0.04);
      }
      * { box-sizing: border-box; margin: 0; padding: 0; }
      html { scroll-behavior: smooth; overflow-x: clip; }
      html, body { background: var(--bg); color: var(--ink); }
      body { font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip; max-width: 100%; }
      img { height: auto; max-width: 100%; }
      a { color: inherit; }
      ::selection { background: var(--accent); color: white; }
      .container { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 1; }
      h1, h2, h3 { font-family: var(--display); letter-spacing: -0.022em; color: var(--ink); }
      .display-1 { font-size: clamp(34px, 4vw, 54px); font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; text-wrap: balance; }
      .lead { font-size: 18px; line-height: 1.6; color: var(--ink-2); text-wrap: pretty; }
      .gradient { background: linear-gradient(135deg, var(--accent-2), var(--accent-3)); -webkit-background-clip: text; background-clip: text; color: transparent; font-style: normal; }
      .label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-dim); font-weight: 500; }
      .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border-radius: 999px; border: 1px solid transparent; background: var(--bg-3); color: var(--ink); font-family: var(--body); font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; transition: all 0.15s ease; white-space: nowrap; line-height: 1; }
      .btn:hover { background: var(--rule); transform: translateY(-1px); }
      .btn-accent { background: linear-gradient(135deg, var(--accent-2) 0%, var(--accent-3) 100%); color: white; box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 4px 14px rgba(99,102,241,0.4); }
      .btn-accent:hover { background: linear-gradient(135deg, var(--accent-2), var(--accent-deep)); }
      .btn-ghost { background: transparent; color: var(--ink); }
      .btn-ghost:hover { background: var(--bg-2); }
      .btn .arr { font-family: var(--mono); transition: transform 0.2s; font-size: 0.95em; }
      .btn:hover .arr { transform: translateX(3px); }
      section { position: relative; padding: 64px 0; }
      .section-head { max-width: 780px; margin-bottom: 36px; display: flex; flex-direction: column; gap: 14px; }
      .section-alt { background: var(--bg-1); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }

      /* Topnav (mirrors the marketing pages) */
      .topnav { position: sticky; top: 0; z-index: 60; backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); background: rgba(255,255,255,0.85); border-bottom: 1px solid var(--rule); }
      .topnav-inner { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 32px; gap: 24px; }
      .topnav-links { display: flex; gap: 4px; flex-wrap: nowrap; }
      .topnav-links a { color: var(--accent); text-decoration: none; font-size: 14px; font-weight: 500; padding: 8px 12px; border-radius: 8px; transition: all 0.15s; white-space: nowrap; }
      .topnav-links a:hover { color: var(--ink); background: var(--bg-2); }
      .topnav-actions { display: flex; gap: 8px; align-items: center; }
      .topnav-signin { padding: 8px 14px; font-size: 14px; }
      .nav-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; background: transparent; border: 1px solid var(--rule); border-radius: 10px; color: var(--ink); cursor: pointer; -webkit-tap-highlight-color: transparent; }
      .nav-toggle:hover { background: var(--bg-2); }
      .nav-toggle:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
      .nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { display: block; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform 0.2s ease, background 0.2s ease; }
      .nav-toggle-bars { position: relative; }
      .nav-toggle-bars::before, .nav-toggle-bars::after { content: ""; position: absolute; left: 0; }
      .nav-toggle-bars::before { top: -6px; }
      .nav-toggle-bars::after { top: 6px; }
      .nav-toggle.is-open .nav-toggle-bars { background: transparent; }
      .nav-toggle.is-open .nav-toggle-bars::before { transform: translateY(6px) rotate(45deg); }
      .nav-toggle.is-open .nav-toggle-bars::after { transform: translateY(-6px) rotate(-45deg); }
      .mobile-nav { display: none; flex-direction: column; padding: 8px 20px 16px; border-top: 1px solid var(--rule); background: rgba(255,255,255,0.97); }
      .mobile-nav a { display: flex; align-items: center; min-height: 48px; padding: 4px 6px; color: var(--ink); text-decoration: none; font-size: 16px; font-weight: 600; border-bottom: 1px solid var(--rule); }
      .mobile-nav a:last-child { border-bottom: none; }
      .mobile-nav .mobile-nav-signin { color: var(--accent); }
      .logo { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 700; letter-spacing: -0.012em; font-size: 17px; white-space: nowrap; flex-shrink: 0; font-family: var(--display); }
      .logo-mark { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
      .logo-mark svg { width: 100%; height: 100%; display: block; }
      .lm-rotate { animation: lm-spin 24s linear infinite; transform-origin: 50px 50px; }
      .lm-hub-pulse { animation: lm-pulse 2.4s ease-in-out infinite; transform-origin: 50px 50px; }
      .lm-node { animation: lm-breathe 3s ease-in-out infinite; }
      .lm-node-0 { animation-delay: 0s; } .lm-node-1 { animation-delay: 0.18s; } .lm-node-2 { animation-delay: 0.36s; } .lm-node-3 { animation-delay: 0.54s; }
      .lm-node-4 { animation-delay: 0.72s; } .lm-node-5 { animation-delay: 0.90s; } .lm-node-6 { animation-delay: 1.08s; } .lm-node-7 { animation-delay: 1.26s; }
      @keyframes lm-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
      @keyframes lm-pulse { 0%, 100% { transform: scale(1); filter: brightness(1); } 50% { transform: scale(1.12); filter: brightness(1.18); } }
      @keyframes lm-breathe { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.18); opacity: 0.7; } }
      .logo-wordmark { display: inline-flex; align-items: baseline; font-family: var(--display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; line-height: 1; }
      .logo-ai { color: var(--accent); font-weight: 800; }
      .logo-syn { color: var(--ink); font-weight: 700; letter-spacing: 0.02em; }
      .skip-link { position: absolute; left: -9999px; top: 0; z-index: 1000; }
      .skip-link:focus { left: 8px; top: 8px; padding: 10px 16px; background: #fff; color: #0a2245; border-radius: 8px; box-shadow: 0 2px 10px rgba(10,34,69,.25); font: 600 14px/1.2 system-ui,-apple-system,sans-serif; text-decoration: none; outline: 2px solid #6366f1; }

      .breadcrumb-bar { border-bottom: 1px solid var(--rule); background: var(--bg-1); }
      .breadcrumb { display: flex; align-items: center; gap: 8px; padding: 10px 0; list-style: none; font-size: 13px; color: var(--ink-dim); flex-wrap: wrap; }
      .breadcrumb a { color: var(--accent); text-decoration: none; }
      .breadcrumb a:hover { text-decoration: underline; }
      .breadcrumb .sep { color: var(--ink-faint); }

      /* Directory components */
      .hero-local { padding: 56px 0 48px; background: linear-gradient(180deg, #fff 0%, #f5f8fb 100%); border-bottom: 1px solid var(--rule); }
      .status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 13px; border-radius: 999px; font-size: 12.5px; font-weight: 600; }
      .status-live { background: var(--success-soft); color: #047857; }
      .status-stale { background: #fff5e6; color: #92400e; }
      .status-rec { background: var(--accent-soft); color: var(--accent-deep); }
      .status-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
      .meta-line { margin-top: 14px; font-size: 13.5px; color: var(--ink-dim); }
      .place-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
      .place-card { display: block; background: white; border: 1px solid var(--rule); border-radius: var(--radius); padding: 18px 20px; text-decoration: none; box-shadow: var(--shadow-sm); transition: all 0.15s ease; }
      .place-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: var(--rule-2); }
      .place-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
      .place-card p { font-size: 13.5px; color: var(--ink-dim); line-height: 1.5; }
      .place-card .pc-top { margin-top: 10px; font-size: 13px; color: var(--ink-2); line-height: 1.55; }
      .chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
      .chip { display: inline-flex; padding: 6px 12px; background: var(--bg-2); border: 1px solid var(--rule); border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--ink-2); text-decoration: none; transition: all 0.15s; }
      .chip:hover { background: var(--accent-soft); color: var(--accent-deep); border-color: transparent; }
      .rank-table { width: 100%; border-collapse: collapse; background: white; border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
      .rank-table th { text-align: left; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-dim); font-weight: 500; padding: 12px 16px; border-bottom: 1px solid var(--rule); background: var(--bg-1); }
      .rank-table td { padding: 13px 16px; border-bottom: 1px solid var(--rule); font-size: 15px; vertical-align: top; }
      .rank-table tr:last-child td { border-bottom: none; }
      .rank-num { font-family: var(--mono); font-weight: 700; color: var(--accent-deep); width: 64px; white-space: nowrap; }
      .award-badge { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; margin-left: 6px; border-radius: 6px; background: var(--award-soft); color: var(--award); vertical-align: middle; }
      .award-badge svg { width: 12px; height: 12px; display: block; fill: currentColor; }
      .pc-top .award-badge { margin-left: 5px; }
      .rank-name { font-weight: 600; color: var(--ink); }
      .rank-sub { font-size: 13px; color: var(--ink-dim); margin-top: 2px; }
      /* Business identity tile: the real logo when we have one, else a
         lettermark on a deterministic brand-ish chip (same shape language as
         the dashboard's BrandLogo primitive). The lettermark sits UNDER the
         image, so a logo that fails to load degrades to it rather than to a
         broken-image icon. */
      .biz { display: flex; align-items: center; gap: 11px; }
      .biz-logo { position: relative; width: 30px; height: 30px; flex-shrink: 0; border-radius: 9px; overflow: hidden; background: hsl(var(--biz-hue, 220) 62% 46%); background-image: linear-gradient(155deg, rgba(255,255,255,0.30), rgba(255,255,255,0) 62%); box-shadow: 0 1px 2px rgba(15,23,42,0.16), inset 0 0 0 1px rgba(255,255,255,0.10); }
      .biz-logo::before { content: attr(data-mono); position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--display); font-size: 12px; font-weight: 700; letter-spacing: 0.01em; }
      .biz-logo img { position: relative; width: 100%; height: 100%; object-fit: contain; background: #fff; display: block; }
      .rank-link { color: var(--accent-deep); text-decoration: none; }
      /* Name (→ profile) and host (→ their site) stack as two links; each gets
         a 24px-tall target so neither is a mis-tap for the other (WCAG 2.5.8). */
      .biz a.rank-name, .rank-host-link { display: flex; width: fit-content; align-items: center; min-height: 24px; }
      .rank-host-link { margin-top: 0; }
      .rank-link:hover { text-decoration: underline; }
      .rank-host { font-family: var(--mono); font-size: 12px; color: var(--ink-faint); margin-top: 2px; }
      .rank-claim { display: inline-block; margin-top: 6px; font-size: 12px; color: var(--accent-deep, #4c1d95); text-decoration: none; border-bottom: 1px solid currentColor; }
      /* Room for the sticky header when an anchor scrolls a row into view, and
         a highlight so a business arriving at its own link sees itself. */
      .rank-row { scroll-margin-top: 96px; }
      .rank-row:target { background: var(--accent-soft, #f3efff); box-shadow: inset 3px 0 0 var(--accent-deep, #4c1d95); }
      .rank-row:target .rank-name { font-weight: 700; }
      .rank-claim:hover, .rank-claim:focus-visible { color: var(--ink); }
      .biz-dir { list-style: none; columns: 3 240px; column-gap: 28px; }
      .biz-dir li { break-inside: avoid; padding: 6px 0; border-bottom: 1px solid var(--rule); font-size: 14.5px; }
      .biz-dir a { display: inline-flex; min-height: 24px; align-items: center; color: var(--accent-deep); text-decoration: none; font-weight: 600; }
      .biz-dir a:hover { text-decoration: underline; }
      .biz-dir span { display: block; font-size: 12.5px; color: var(--ink-dim); }
      .source-list { list-style: none; display: flex; flex-direction: column; gap: 8px; max-width: 820px; }
      .source-list li { display: flex; gap: 10px; align-items: baseline; font-size: 14.5px; }
      .source-list a { color: var(--accent-deep); text-decoration: none; word-break: break-word; }
      .source-list a:hover { text-decoration: underline; }
      .source-count { font-family: var(--mono); font-size: 12px; color: var(--ink-faint); white-space: nowrap; }
      .move { font-family: var(--mono); font-size: 12.5px; font-weight: 600; white-space: nowrap; }
      .move-up { color: #047857; }
      .move-down { color: #b91c1c; }
      .move-new { color: var(--accent-deep); }
      .table-wrap { overflow-x: auto; }
      /* Engine marks: real brand glyphs via the page sprite, lettermark chip
         where no open mark exists. */
      .eng-glyph { width: 15px; height: 15px; flex-shrink: 0; vertical-align: -2px; }
      .eng-mark { display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; background: var(--eng-bg, var(--ink-dim)); color: #fff; font-size: 9px; font-weight: 800; font-family: var(--display); line-height: 1; }
      .eng-list { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 5px; }
      .eng-chip { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: var(--ink-dim); background: var(--bg-2); border: 1px solid var(--rule); border-radius: 999px; padding: 2px 8px 2px 5px; }
      .coverage { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--ink-2); white-space: nowrap; }
      .coverage-bar { display: block; height: 4px; border-radius: 2px; background: var(--bg-3); margin-top: 5px; overflow: hidden; }
      .coverage-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--accent-2), var(--accent-3)); }
      /* The answer, stated once in prose — what an assistant lifts when it
         cites this page. */
      .answer-lede { max-width: 780px; font-size: 19px; line-height: 1.55; color: var(--ink); background: var(--accent-soft); border-left: 3px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 22px; }
      .answer-lede strong { font-weight: 700; }
      .intent { display: grid; gap: 14px; }
      .intent-card { background: white; border: 1px solid var(--rule); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm); }
      .intent-q { font-size: 15px; font-weight: 600; color: var(--ink); }
      .intent-q::before { content: "“"; color: var(--accent); font-weight: 700; }
      .intent-q::after { content: "”"; color: var(--accent); font-weight: 700; }
      .intent-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
      .intent-list li { display: inline-flex; align-items: baseline; gap: 6px; font-size: 13.5px; color: var(--ink-2); background: var(--bg-1); border: 1px solid var(--rule); border-radius: 999px; padding: 4px 11px; }
      .intent-list li b { font-family: var(--mono); font-size: 12px; color: var(--accent-deep); }
      .src-table { width: 100%; border-collapse: collapse; background: white; border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
      .src-table th { text-align: left; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-dim); font-weight: 500; padding: 11px 16px; border-bottom: 1px solid var(--rule); background: var(--bg-1); }
      .src-table td { padding: 11px 16px; border-bottom: 1px solid var(--rule); font-size: 14.5px; vertical-align: middle; }
      .src-table tr:last-child td { border-bottom: none; }
      .src-table a { color: var(--accent-deep); text-decoration: none; word-break: break-word; }
      .src-table a:hover { text-decoration: underline; }
      .share-cell { width: 190px; }
      .share-bar { display: flex; align-items: center; gap: 9px; }
      .share-bar span { display: block; height: 6px; border-radius: 3px; background: linear-gradient(90deg, var(--accent-2), var(--accent-3)); min-width: 3px; }
      .share-num { font-family: var(--mono); font-size: 12px; color: var(--ink-dim); white-space: nowrap; }
      .stat-line { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--rule); display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 13.5px; color: var(--ink-dim); }
      .stat-line b { color: var(--ink); font-weight: 700; }
      .prompt-list { list-style: none; display: flex; flex-direction: column; gap: 10px; max-width: 720px; }
      .prompt-list li { background: white; border: 1px solid var(--rule); border-radius: var(--radius); padding: 14px 18px; font-size: 15px; color: var(--ink-2); box-shadow: var(--shadow-sm); }
      .prompt-list li::before { content: "\201C"; color: var(--accent); font-weight: 700; margin-right: 6px; }
      .prompt-list li::after { content: "\201D"; color: var(--accent); font-weight: 700; margin-left: 6px; }
      .honesty-note { max-width: 760px; padding: 16px 20px; border-left: 3px solid var(--accent); background: var(--accent-soft); border-radius: 0 var(--radius) var(--radius) 0; font-size: 14.5px; color: var(--ink-2); }
      .stat-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
      .stat-card { background: white; border: 1px solid var(--rule); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-sm); }
      .stat-card .num { font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: -0.02em; }
      .stat-card .cap { font-size: 13px; color: var(--ink-dim); margin-top: 2px; }
      .faq-item { border-bottom: 1px solid var(--rule); padding: 20px 0; max-width: 820px; }
      .faq-item h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
      .faq-item p { color: var(--ink-2); font-size: 15px; line-height: 1.6; }
      .method-step { display: grid; grid-template-columns: 56px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--rule); max-width: 820px; }
      .method-step .n { font-family: var(--mono); font-size: 14px; font-weight: 700; color: var(--accent-deep); background: var(--accent-soft); border-radius: 10px; height: 40px; display: flex; align-items: center; justify-content: center; }
      .method-step h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 6px; }
      .method-step p { color: var(--ink-2); font-size: 15px; line-height: 1.6; }
      .cta-dark { background: var(--ink); color: white; border-radius: var(--radius-lg); padding: 52px 40px; text-align: center; position: relative; overflow: hidden; border: 1px solid rgba(167,139,250,0.18); }
      .cta-dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(139,92,246,0.35), transparent 70%), radial-gradient(ellipse 50% 40% at 100% 100%, rgba(59,130,246,0.25), transparent 65%); pointer-events: none; }
      .cta-dark > * { position: relative; z-index: 1; }
      .cta-dark h2 { color: white; font-size: clamp(26px, 3vw, 38px); line-height: 1.12; max-width: 720px; margin: 0 auto; }
      .cta-dark p { color: rgba(255,255,255,0.74); margin: 16px auto 0; max-width: 620px; font-size: 16px; }
      .cta-actions { margin-top: 26px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
      /* The claim block sits directly under a ranking, where intent is highest:
         a reader has just looked for their own name in the list. */
      .claim { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
      .claim-card { background: white; border: 1px solid var(--rule); border-left: 3px solid var(--accent); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
      .claim-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
      .claim-card p { font-size: 15px; color: var(--ink-2); line-height: 1.6; }
      .claim-card .btn { margin-top: 16px; }
      .claim-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
      @media (max-width: 760px) { .claim { grid-template-columns: 1fr; } }

      @media (max-width: 880px) {
        .topnav-links, .topnav-signin { display: none; }
        .nav-toggle { display: inline-flex; }
        .mobile-nav:not([hidden]) { display: flex; }
        section { padding: 48px 0; }
      }
      @media (max-width: 560px) { .topnav-inner { padding-left: 16px; padding-right: 16px; gap: 12px; } .topnav-actions .btn { padding: 9px 14px; font-size: 13px; } }
      @media (prefers-reduced-motion: reduce) { .lm-rotate, .lm-hub-pulse, .lm-node { animation: none; } }

      .pf-hero { position: relative; overflow: hidden; padding: 56px 0 52px; border-bottom: 1px solid var(--rule); background: #fff; }
      .pf-hero::before { content: ""; position: absolute; inset: -40% -10% auto -10%; height: 140%; pointer-events: none;
        background: radial-gradient(ellipse 42% 48% at 14% 30%, rgba(139,92,246,0.20), transparent 70%),
                    radial-gradient(ellipse 36% 42% at 88% 20%, rgba(217,70,239,0.16), transparent 70%),
                    radial-gradient(ellipse 50% 40% at 60% 100%, rgba(59,130,246,0.12), transparent 70%); }
      .pf-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.55;
        background-image: radial-gradient(rgba(139,92,246,0.28) 1px, transparent 1.4px); background-size: 22px 22px;
        -webkit-mask-image: radial-gradient(ellipse 70% 60% at 70% 30%, #000, transparent 75%); mask-image: radial-gradient(ellipse 70% 60% at 70% 30%, #000, transparent 75%); }
      .pf-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 40px; align-items: center; }
      .pf-id { display: flex; align-items: center; gap: 18px; margin-top: 18px; }
      .pf-id .biz-logo { width: 72px; height: 72px; border-radius: 20px; box-shadow: 0 10px 30px -8px rgba(90,93,219,0.45), inset 0 0 0 1px rgba(255,255,255,0.12); }
      .pf-id .biz-logo::before { font-size: 26px; }
      .pf-kicker { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-deep); font-weight: 600; }
      .pf-name { font-size: clamp(30px, 3.6vw, 48px); font-weight: 700; line-height: 1.06; letter-spacing: -0.03em; text-wrap: balance; }
      .pf-site { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-family: var(--mono); font-size: 13px; color: var(--ink-dim); text-decoration: none; }
      .pf-site:hover { color: var(--accent-deep); }
      .pf-addr { font-size: 13px; color: var(--ink-dim); margin-top: 2px; }
      .pf-rankcard { position: relative; background: rgba(255,255,255,0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(139,92,246,0.22); border-radius: 26px; padding: 28px 30px; box-shadow: 0 30px 60px -28px rgba(67,56,202,0.45), 0 2px 6px rgba(10,34,69,0.05); }
      .pf-rankrow { display: flex; align-items: flex-end; gap: 18px; }
      .pf-rank { font-family: var(--display); font-size: clamp(76px, 9vw, 112px); font-weight: 800; line-height: 0.86; letter-spacing: -0.05em;
        background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 45%, #3b82f6 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
      .pf-rank small { font-size: 0.42em; letter-spacing: -0.02em; vertical-align: 0.9em; margin-right: 2px; }
      .pf-rankof { font-size: 15px; color: var(--ink-2); line-height: 1.45; padding-bottom: 6px; }
      .pf-rankof b { color: var(--ink); }
      .pf-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px; font-family: var(--mono); font-size: 12.5px; font-weight: 700; }
      .pf-pill.up { background: #dcfce7; color: #047857; }
      .pf-pill.down { background: #fee2e2; color: #b91c1c; }
      .pf-pill.same { background: var(--bg-3); color: var(--ink-2); }
      .pf-pill.new, .pf-pill.first { background: var(--accent-soft); color: var(--accent-deep); }
      .pf-rankmeta { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--rule); font-size: 13.5px; color: var(--ink-dim); }
      .pf-cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
      .pf-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
      .pf-stat { background: rgba(255,255,255,0.78); border: 1px solid var(--rule); border-radius: 16px; padding: 16px 18px; }
      .pf-stat .num { font-family: var(--display); font-size: 28px; font-weight: 700; letter-spacing: -0.02em; }
      .pf-stat .cap { font-size: 12.5px; color: var(--ink-dim); margin-top: 2px; }
      .pf-engines { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
      .pf-eng { display: flex; align-items: center; gap: 11px; padding: 14px 15px; border-radius: 16px; border: 1px solid var(--rule); background: #fff; }
      .pf-eng .eng-glyph { width: 26px; height: 26px; }
      .pf-eng .eng-mark { font-size: 13px; border-radius: 7px; }
      .pf-eng b { display: block; font-size: 14px; font-weight: 650; color: var(--ink); line-height: 1.2; }
      .pf-eng span.st { display: block; font-size: 12px; margin-top: 2px; }
      .pf-eng.on { border-color: rgba(139,92,246,0.35); background: linear-gradient(160deg, #fff 30%, #f5f0ff); box-shadow: 0 8px 22px -14px rgba(139,92,246,0.7); }
      .pf-eng.on span.st { color: #047857; font-weight: 600; }
      .pf-eng.off { background: var(--bg-1); }
      .pf-eng.off .eng-glyph { filter: grayscale(1); opacity: 0.45; }
      .pf-eng.off b { color: var(--ink-dim); }
      .pf-eng.off span.st { color: #b91c1c; }
      .pf-eng.na { background: var(--bg-1); border-style: dashed; }
      .pf-eng.na .eng-glyph { filter: grayscale(1); opacity: 0.3; }
      .pf-eng.na b, .pf-eng.na span.st { color: var(--ink-faint); }
      .pf-cards { display: grid; gap: 22px; }
      .pf-card { background: #fff; border: 1px solid var(--rule); border-radius: 22px; padding: 26px 28px; box-shadow: var(--shadow-sm); }
      .pf-card-head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: flex-start; }
      .pf-card h3 { font-size: 21px; font-weight: 700; }
      .pf-card h3 a { color: inherit; text-decoration: none; }
      .pf-card h3 a:hover { color: var(--accent-deep); }
      .pf-card-rank { font-family: var(--display); font-size: 40px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: var(--accent-deep); }
      .pf-card-rank small { font-size: 15px; font-weight: 600; color: var(--ink-dim); letter-spacing: 0; margin-left: 4px; }
      .pf-card-body { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 26px; margin-top: 20px; }
      .pf-chart { width: 100%; height: auto; display: block; }
      .pf-chart-cap { font-size: 12.5px; color: var(--ink-dim); margin-top: 8px; }
      .pf-sub { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-dim); margin-bottom: 10px; }
      .pf-rivals { list-style: none; display: flex; flex-direction: column; gap: 8px; }
      .pf-rivals li { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 12px; background: var(--bg-1); border: 1px solid var(--rule); font-size: 14px; }
      .pf-rivals li .r { font-family: var(--mono); font-weight: 700; color: var(--accent-deep); min-width: 26px; }
      .pf-rivals li .n { flex: 1; min-width: 0; font-weight: 600; color: var(--ink); overflow-wrap: anywhere; }
      .pf-rivals li .n a { color: inherit; text-decoration: none; }
      .pf-rivals li .n a:hover { color: var(--accent-deep); text-decoration: underline; }
      .pf-rivals li .m { font-family: var(--mono); font-size: 12px; color: var(--ink-dim); white-space: nowrap; }
      .pf-rivals li.me { background: var(--accent-soft); border-color: rgba(139,92,246,0.35); }
      .pf-gap { margin-top: 14px; font-size: 14px; color: var(--ink-2); line-height: 1.55; }
      .pf-gap .eng-list { margin-top: 8px; }
      .pf-intents { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--rule); }
      .pf-intents span { display: inline-flex; gap: 7px; align-items: baseline; font-size: 13px; color: var(--ink-2); background: var(--bg-1); border: 1px solid var(--rule); border-radius: 999px; padding: 5px 12px; }
      .pf-intents b { font-family: var(--mono); font-size: 12px; color: var(--accent-deep); }
      .pf-beat { position: relative; overflow: hidden; border-radius: 28px; padding: 48px 44px; color: #fff; text-align: left;
        background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 38%, #c026d3 72%, #3b82f6 115%); box-shadow: 0 40px 80px -40px rgba(124,58,237,0.8); }
      .pf-beat::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 50% 70% at 100% 0%, rgba(255,255,255,0.22), transparent 60%), radial-gradient(rgba(255,255,255,0.18) 1px, transparent 1.4px); background-size: auto, 20px 20px; }
      .pf-beat > * { position: relative; }
      .pf-beat h2 { color: #fff; font-size: clamp(30px, 3.6vw, 46px); line-height: 1.05; letter-spacing: -0.03em; max-width: 760px; }
      .pf-beat p { color: rgba(255,255,255,0.86); font-size: 17px; line-height: 1.6; max-width: 700px; margin-top: 16px; }
      .pf-beat .btn-white { background: #fff; color: #4c1d95; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.4); font-size: 16px; padding: 14px 24px; }
      .pf-beat .btn-white:hover { background: #f5f3ff; }
      .pf-beat .btn-line { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); padding: 14px 22px; }
      .pf-beat .btn-line:hover { background: rgba(255,255,255,0.12); }
      .pf-beat-list { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 26px; max-width: 900px; }
      .pf-beat-list li { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22); border-radius: 16px; padding: 14px 16px; font-size: 14px; line-height: 1.45; color: rgba(255,255,255,0.92); }
      .pf-beat-list li b { display: block; color: #fff; font-size: 15px; margin-bottom: 2px; }
      .pf-claim { display: inline-block; margin-top: 18px; font-size: 13.5px; color: rgba(255,255,255,0.85); text-decoration: underline; text-underline-offset: 3px; }
      .pf-claim:hover { color: #fff; }
      .meta-line a.rank-link { text-decoration: underline; text-underline-offset: 2px; }
      .pf-report { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; padding: 20px 24px; border-radius: 18px; background: #fff; border: 1px solid var(--rule); border-left: 3px solid #d946ef; box-shadow: var(--shadow-sm); max-width: 980px; }
      .pf-report b { display: block; font-size: 16.5px; color: var(--ink); }
      .pf-report span { display: block; font-size: 14.5px; color: var(--ink-2); margin-top: 3px; }
      .pf-report .btn { white-space: normal; text-align: center; }
      @media (max-width: 960px) { .pf-grid, .pf-card-body { grid-template-columns: 1fr; } .pf-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .pf-beat-list { grid-template-columns: 1fr; } }
      @media (max-width: 560px) { .pf-beat { padding: 34px 22px; border-radius: 22px; } .pf-card { padding: 20px 18px; } .pf-rankcard { padding: 22px 20px; } .pf-id .biz-logo { width: 56px; height: 56px; border-radius: 16px; } }
