
      * { box-sizing: border-box; }
      :root { --black: #050505; --muted: #6b7280; --soft: #f5f5f5; --line: #e8e8e8; --public-header-height: 0px; }
      html, body { overflow-x: hidden; }
      body { margin: 0; padding-top: var(--public-header-height); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--black); background: #fff; -webkit-font-smoothing: antialiased; }
      a { color: inherit; text-decoration: none; }
      .header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); }
      .header-inner { width: min(1120px, calc(100% - 44px)); min-height: 74px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
      .header-brand { display: inline-flex; align-items: center; gap: 12px; color: #000; font-size: 1.125rem; font-weight: 700; letter-spacing: 0; }
      .header-logo { width: 32px; height: 32px; object-fit: contain; display: block; }
      .header-links { display: flex; align-items: center; gap: 22px; color: #5f6878; font-size: 0.875rem; line-height: 1; }
      .header-links a { transition: color 160ms ease; }
      .header-links a:hover { color: #000; }
      main { max-width: 1200px; margin: 0 auto; padding: 96px 32px 112px; }
      .breadcrumbs { margin: 0 0 42px; color: #9ca3af; font-size: 0.8125rem; line-height: 1.5; }
      .breadcrumbs a { color: #6b7280; }
      .breadcrumbs span { margin: 0 8px; color: #d1d5db; }
      .hero { max-width: 820px; margin-bottom: 86px; }
      .eyebrow { margin: 0 0 18px; color: #a3a3a3; font-size: 0.75rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
      h1 { margin: 0 0 24px; font-size: clamp(3.25rem, 6.2vw, 5.5rem); line-height: 1.02; font-weight: 430; letter-spacing: 0; }
      .subtitle { margin: 0; max-width: 740px; color: var(--muted); font-size: 1.375rem; line-height: 1.55; font-weight: 330; }
      .doc-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 72px; align-items: start; }
      .side { position: sticky; top: 96px; border-top: 1px solid var(--line); padding-top: 22px; }
      .side-title { margin: 0 0 12px; font-size: 0.9375rem; font-weight: 600; letter-spacing: 0; }
      .side-copy { margin: 0; color: var(--muted); font-size: 1.0625rem; line-height: 1.7; }
      .sections { display: grid; gap: 48px; }
      .section { border-top: 1px solid var(--line); padding-top: 28px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 48px; }
      .section h2 { margin: 0; font-size: 1.875rem; font-weight: 440; letter-spacing: 0; }
      .links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; row-gap: 8px; }
      .doc-link { min-height: 68px; border-radius: 16px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #1f2937; font-size: 1.25rem; line-height: 1.35; font-weight: 430; transition: background 160ms ease, color 160ms ease, transform 160ms ease; }
      .doc-link:hover { background: var(--soft); color: #000; transform: translateY(-1px); }
      .arrow { color: #c9c9c9; font-size: 1.375rem; }
      .article { max-width: 820px; }
      .doc-index { border: 1px solid var(--line); border-radius: 18px; padding: 24px; margin: 46px 0 52px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 34px; color: #64748b; font-size: 0.9375rem; line-height: 1.6; }
      .doc-index a[aria-current="page"] { color: #000; font-weight: 650; }
      article section { border-top: 1px solid var(--line); padding-top: 34px; margin-top: 34px; }
      article h2 { margin: 0 0 18px; font-size: 1.875rem; line-height: 1.18; font-weight: 460; letter-spacing: 0; }
      article p, article li { color: #4b5563; font-size: 1.1875rem; line-height: 1.9; font-weight: 360; }
      article ul { margin: 0 0 22px; padding-left: 22px; }
      .mcp-page { max-width: 1120px; }
      .mcp-hero { display: grid; grid-template-columns: minmax(0, .98fr) minmax(400px, 1.02fr); gap: 64px; align-items: center; margin-bottom: 42px; }
      .mcp-hero-copy { max-width: 620px; }
      .mcp-hero h1 { font-size: clamp(3.5rem, 6vw, 5.375rem); }
      .mcp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
      .mcp-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid var(--line); border-radius: 999px; padding: 0 18px; color: #111827; background: #fff; font-size: 0.9375rem; font-weight: 520; box-shadow: 0 14px 35px rgba(0,0,0,.035); }
      .mcp-pill.primary { background: #050505; border-color: #050505; color: #fff; }
      .mcp-visual { border: 1px solid rgba(0,0,0,.06); border-radius: 34px; min-height: 460px; padding: 34px; background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%); box-shadow: 0 35px 90px rgba(0,0,0,.07); position: relative; overflow: hidden; }
      .mcp-visual::before { content: ""; position: absolute; inset: 76px 50px auto; height: 1px; background: var(--line); }
      .mcp-visual-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 56px; position: relative; z-index: 1; }
      .mcp-visual-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.125rem; font-weight: 650; letter-spacing: 0; }
      .mcp-visual-brand img { width: 30px; height: 30px; object-fit: contain; }
      .mcp-visual-status { border-radius: 999px; background: #f4f4f5; color: #6b7280; padding: 8px 12px; font-size: 0.8125rem; font-weight: 600; }
      .mcp-message { width: fit-content; max-width: 410px; border: 1px solid rgba(0,0,0,.07); border-radius: 22px; padding: 18px 20px; background: #fff; color: #111827; font-size: 1.1875rem; line-height: 1.55; box-shadow: 0 18px 45px rgba(0,0,0,.06); margin-left: auto; margin-bottom: 34px; }
      .mcp-mention { color: #ff4f45; font-weight: 650; }
      .mcp-answer { max-width: 560px; border-radius: 24px; background: #101720; color: #fff; padding: 22px 24px; box-shadow: 0 30px 70px rgba(16,23,32,.22); }
      .mcp-answer-label { margin: 0 0 12px; color: rgba(255,255,255,.62); font-size: 0.8125rem; font-weight: 650; }
      .mcp-answer p { margin: 0; color: #fff; font-size: 1.1875rem; line-height: 1.55; }
      .mcp-doc-nav { border: 1px solid rgba(0,0,0,.06); border-radius: 30px; padding: 34px; margin: 104px 0 74px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.045); }
      .mcp-doc-nav-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
      .mcp-doc-nav h2 { margin: 0; font-size: 1.75rem; line-height: 1.18; font-weight: 480; letter-spacing: .006em; }
      .mcp-doc-nav p { margin: 0; max-width: 500px; color: var(--muted); font-size: 1.0625rem; line-height: 1.6; }
      .mcp-doc-nav-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
      .doc-related-nav { border-top: 1px solid var(--line); padding-top: 30px; margin: 64px 0 54px; }
      .doc-related-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 18px; }
      .doc-related-head h2 { margin: 0; font-size: 1.75rem; line-height: 1.18; font-weight: 480; letter-spacing: .006em; }
      .doc-related-head p { margin: 0; max-width: 480px; color: var(--muted); font-size: 1rem; line-height: 1.62; }
      .doc-related-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
      .doc-related-link { min-height: 58px; border: 1px solid rgba(0,0,0,.07); border-radius: 16px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #374151; background: #fff; font-size: 0.9375rem; line-height: 1.25; font-weight: 500; transition: background 160ms ease, color 160ms ease, transform 160ms ease; }
      .doc-related-link:hover { background: #f7f7f7; color: #000; transform: translateY(-1px); }
      .doc-related-link span:last-child { color: #c9c9c9; }
      .mcp-doc-category { border-top: 1px solid #f0f0f0; padding-top: 18px; }
      .mcp-doc-category h3 { margin: 0 0 10px; color: #9ca3af; font-size: 0.75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
      .mcp-doc-links { display: grid; gap: 4px; }
      .mcp-doc-link { min-height: 42px; border-radius: 12px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #374151; font-size: 1rem; line-height: 1.25; font-weight: 470; transition: background 160ms ease, color 160ms ease; }
      .mcp-doc-link:hover { background: #f7f7f7; color: #000; }
      .mcp-doc-link[aria-current="page"] { background: #050505; color: #fff; }
      .mcp-doc-link span:last-child { color: #c9c9c9; }
      .mcp-doc-link[aria-current="page"] span:last-child { color: rgba(255,255,255,.72); }
      .mcp-section { border-top: 1px solid var(--line); padding-top: 50px; margin-top: 50px; }
      .mcp-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
      .mcp-section h2 { margin: 0; font-size: 2.375rem; line-height: 1.14; font-weight: 450; letter-spacing: .006em; }
      .mcp-section-intro { margin: 0; max-width: 520px; color: var(--muted); font-size: 1.1875rem; line-height: 1.65; }
      .mcp-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
      .mcp-info-card { border: 1px solid rgba(0,0,0,.06); border-radius: 24px; padding: 24px; background: #fff; box-shadow: 0 22px 55px rgba(0,0,0,.045); }
      .mcp-info-card h3 { margin: 0 0 12px; font-size: 1.5rem; line-height: 1.28; font-weight: 490; letter-spacing: .01em; }
      .mcp-info-card p, .mcp-info-card li { color: #4b5563; font-size: 1.0625rem; line-height: 1.72; }
      .mcp-info-card ul { margin: 0; padding-left: 20px; }
      .mcp-endpoints { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
      .mcp-endpoint { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: #fff; box-shadow: 0 16px 42px rgba(0,0,0,.035); }
      .mcp-endpoint strong { display: block; font-size: 1.125rem; font-weight: 600; }
      .mcp-endpoint code { color: #6b7280; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 0.875rem; word-break: break-all; }
      .mcp-questions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
      .mcp-question { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; padding: 18px 20px; color: #111827; background: #fff; font-size: 1.125rem; line-height: 1.5; box-shadow: 0 16px 42px rgba(0,0,0,.035); }
      .mcp-reference { display: grid; gap: 10px; }
      .mcp-reference details { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; background: #fff; overflow: hidden; }
      .mcp-reference summary { cursor: pointer; list-style: none; padding: 20px 22px; display: flex; justify-content: space-between; gap: 20px; color: #111827; font-size: 1.1875rem; font-weight: 500; letter-spacing: .006em; }
      .mcp-reference summary::-webkit-details-marker { display: none; }
      .mcp-reference summary::after { content: "+"; color: #9ca3af; font-size: 1.375rem; line-height: 1; }
      .mcp-reference details[open] summary::after { content: "−"; }
      .mcp-reference-body { border-top: 1px solid #f1f1f1; padding: 22px; }
      .mcp-reference-body h3 { margin: 28px 0 12px; color: #111827; font-size: 1.25rem; line-height: 1.3; font-weight: 540; letter-spacing: .006em; }
      .mcp-reference-body h3:first-child { margin-top: 0; }
      .mcp-reference-body p, .mcp-reference-body li { color: #4b5563; font-size: 1.125rem; line-height: 1.86; }
      .product-doc-page { max-width: 1120px; }
      .product-hero { display: grid; grid-template-columns: minmax(0, .96fr) minmax(390px, 1.04fr); gap: 84px; align-items: center; margin-bottom: 96px; }
      .product-hero-copy { max-width: 640px; }
      .product-hero h1 { font-size: clamp(3.5rem, 6vw, 5.375rem); }
      .product-kicker { margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
      .product-kicker-card { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; padding: 16px; background: #fff; box-shadow: 0 16px 42px rgba(0,0,0,.035); }
      .product-kicker-card strong { display: block; margin-bottom: 8px; font-size: 0.9375rem; line-height: 1.32; font-weight: 600; letter-spacing: .006em; color: #111827; }
      .product-kicker-card span { display: block; color: #6b7280; font-size: 0.875rem; line-height: 1.45; }
      .contact-visual { border: 1px solid rgba(0,0,0,.06); border-radius: 34px; padding: 34px; background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%); box-shadow: 0 35px 90px rgba(0,0,0,.07); }
      .contact-card { border: 1px solid rgba(0,0,0,.07); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.055); }
      .contact-card-head { padding: 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid #eeeeee; }
      .contact-id { display: flex; align-items: center; gap: 14px; }
      .contact-avatar { width: 46px; height: 46px; border-radius: 50%; background: #050505; color: #fff; display: grid; place-items: center; font-size: 0.875rem; font-weight: 700; }
      .contact-name { margin: 0; font-size: 1.3125rem; line-height: 1.28; font-weight: 600; letter-spacing: .006em; }
      .contact-sub { margin: 4px 0 0; color: #6b7280; font-size: 0.875rem; }
      .contact-status { border-radius: 999px; background: #fff1f0; color: #ff4f45; padding: 8px 12px; font-size: 0.8125rem; font-weight: 650; white-space: nowrap; }
      .contact-card-body { padding: 24px; display: grid; gap: 16px; }
      .contact-signal { border: 1px solid #f0f0f0; border-radius: 18px; padding: 16px; background: #fff; }
      .contact-signal-label { margin: 0 0 6px; color: #9ca3af; font-size: 0.6875rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
      .contact-signal p:last-child { margin: 0; color: #111827; font-size: 1.0625rem; line-height: 1.48; font-weight: 470; }
      .contact-ai { margin-top: 4px; border-radius: 22px; padding: 20px; background: #101720; color: #fff; box-shadow: 0 24px 65px rgba(16,23,32,.2); }
      .contact-ai p { margin: 0; color: #fff; font-size: 1.125rem; line-height: 1.58; }
      .mission-visual { border: 1px solid rgba(0,0,0,.06); border-radius: 34px; padding: 34px; background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%); box-shadow: 0 35px 90px rgba(0,0,0,.07); }
      .mission-panel { border: 1px solid rgba(0,0,0,.07); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.055); }
      .mission-panel-head { padding: 22px 24px; border-bottom: 1px solid #eeeeee; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
      .mission-panel-title { margin: 0; font-size: 1.25rem; font-weight: 600; letter-spacing: .006em; }
      .mission-badge { border-radius: 999px; background: #f4f4f5; color: #6b7280; padding: 8px 12px; font-size: 0.8125rem; font-weight: 650; white-space: nowrap; }
      .mission-flow { padding: 24px; display: grid; gap: 14px; }
      .mission-step { border: 1px solid #f0f0f0; border-radius: 18px; padding: 16px; background: #fff; }
      .mission-step.dark { background: #101720; border-color: #101720; box-shadow: 0 24px 65px rgba(16,23,32,.18); }
      .mission-step-label { margin: 0 0 8px; color: #9ca3af; font-size: 0.6875rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
      .mission-step p:last-child { margin: 0; color: #111827; font-size: 1.0625rem; line-height: 1.5; font-weight: 470; }
      .mission-step.dark .mission-step-label { color: rgba(255,255,255,.58); }
      .mission-step.dark p:last-child { color: #fff; }
      .mission-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 2px; }
      .mission-action { border-radius: 999px; padding: 12px 14px; text-align: center; font-size: 0.9375rem; font-weight: 650; }
      .mission-action.primary { background: #050505; color: #fff; }
      .mission-action.secondary { background: #f4f4f5; color: #374151; }
      .doc-visual { border: 1px solid rgba(0,0,0,.06); border-radius: 34px; padding: 34px; background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%); box-shadow: 0 35px 90px rgba(0,0,0,.07); }
      .doc-panel { border: 1px solid rgba(0,0,0,.07); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.055); }
      .doc-panel-head { padding: 22px 24px; border-bottom: 1px solid #eeeeee; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
      .doc-panel-title { margin: 0; font-size: 1.25rem; font-weight: 600; letter-spacing: .006em; }
      .doc-panel-status { border-radius: 999px; background: #f4f4f5; color: #6b7280; padding: 8px 12px; font-size: 0.8125rem; font-weight: 650; white-space: nowrap; }
      .doc-panel-body { padding: 24px; display: grid; gap: 14px; }
      .doc-row { border: 1px solid #f0f0f0; border-radius: 18px; padding: 16px; background: #fff; }
      .doc-row.dark { background: #101720; border-color: #101720; box-shadow: 0 24px 65px rgba(16,23,32,.18); }
      .doc-row-label { margin: 0 0 8px; color: #9ca3af; font-size: 0.6875rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
      .doc-row p:last-child { margin: 0; color: #111827; font-size: 1.0625rem; line-height: 1.5; font-weight: 470; }
      .doc-row.dark .doc-row-label { color: rgba(255,255,255,.58); }
      .doc-row.dark p:last-child { color: #fff; }
      .product-section { border-top: 1px solid var(--line); padding-top: 70px; margin-top: 76px; }
      .product-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 36px; margin-bottom: 36px; }
      .product-section h2 { margin: 0; font-size: 2.375rem; line-height: 1.14; font-weight: 450; letter-spacing: .006em; }
      .product-section-intro { margin: 0; max-width: 560px; color: var(--muted); font-size: 1.1875rem; line-height: 1.65; }
      .product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
      .product-card { border: 1px solid rgba(0,0,0,.06); border-radius: 24px; padding: 32px; background: #fff; box-shadow: 0 22px 55px rgba(0,0,0,.045); }
      .product-card h3 { margin: 0 0 16px; font-size: 1.5rem; line-height: 1.32; font-weight: 490; letter-spacing: .01em; }
      .product-card p, .product-card li { color: #4b5563; font-size: 1.0625rem; line-height: 1.82; }
      .product-card ul { margin: 0; padding-left: 20px; }
      .product-questions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
      .product-question { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; padding: 22px 24px; color: #111827; background: #fff; font-size: 1.125rem; line-height: 1.58; box-shadow: 0 16px 42px rgba(0,0,0,.035); }
      .product-reference { display: grid; gap: 14px; }
      .product-reference details { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; background: #fff; overflow: hidden; }
      .product-reference summary { cursor: pointer; list-style: none; padding: 24px 26px; display: flex; justify-content: space-between; gap: 20px; color: #111827; font-size: 1.1875rem; font-weight: 500; letter-spacing: .006em; line-height: 1.4; }
      .product-reference summary::-webkit-details-marker { display: none; }
      .product-reference summary::after { content: "+"; color: #9ca3af; font-size: 1.375rem; line-height: 1; }
      .product-reference details[open] summary::after { content: "−"; }
      .product-reference-body { border-top: 1px solid #f1f1f1; padding: 28px 30px; }
      .product-reference-body h3 { margin: 30px 0 12px; color: #111827; font-size: 1.25rem; line-height: 1.3; font-weight: 540; letter-spacing: .006em; }
      .product-reference-body h3:first-child { margin-top: 0; }
      .product-reference-body p, .product-reference-body li { color: #4b5563; font-size: 1.125rem; line-height: 1.95; }
      .usecase-page { max-width: 1120px; }
      .usecase-hero { border-bottom: 1px solid var(--line); padding-bottom: 74px; margin-bottom: 74px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1fr); gap: 72px; align-items: end; }
      .usecase-hero h1 { font-size: clamp(3.625rem, 6vw, 5.375rem); }
      .usecase-audience { border: 1px solid rgba(0,0,0,.06); border-radius: 28px; padding: 30px; background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.045); }
      .usecase-audience strong { display: block; margin-bottom: 12px; font-size: 0.9375rem; line-height: 1.35; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; color: #9ca3af; }
      .usecase-audience p { margin: 0; color: #4b5563; font-size: 1.25rem; line-height: 1.72; font-weight: 360; }
      .usecase-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
      .usecase-action { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 999px; padding: 0 18px; border: 1px solid rgba(0,0,0,.08); background: #fff; color: #111827; font-size: 0.9375rem; font-weight: 620; box-shadow: 0 14px 36px rgba(0,0,0,.04); }
      .usecase-action.primary { background: #050505; color: #fff; border-color: #050505; }
      .usecase-action:hover { transform: translateY(-1px); border-color: rgba(0,0,0,.18); }
      .usecase-sections { display: grid; gap: 14px; }
      .usecase-section { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; background: #fff; overflow: hidden; }
      .usecase-section summary { cursor: pointer; list-style: none; padding: 24px 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; color: #111827; font-size: 1.1875rem; line-height: 1.4; font-weight: 500; letter-spacing: .006em; }
      .usecase-section summary::-webkit-details-marker { display: none; }
      .usecase-section summary::after { content: "+"; color: #9ca3af; font-size: 1.375rem; line-height: 1; }
      .usecase-section[open] summary::after { content: "−"; }
      .usecase-section h2 { margin: 0; font: inherit; letter-spacing: inherit; }
      .usecase-section-body { border-top: 1px solid #f1f1f1; padding: 28px 30px; }
      .usecase-section p, .usecase-section li { color: #4b5563; font-size: 1.125rem; line-height: 1.88; font-weight: 360; }
      .usecase-section h3 { margin: 22px 0 8px; font-size: 1.1875rem; line-height: 1.32; font-weight: 680; color: #111827; letter-spacing: .003em; }
      .usecase-section p:first-child { margin-top: 0; }
      .usecase-section p:last-child { margin-bottom: 0; }
      .usecase-note { margin-top: 28px; border: 1px solid rgba(0,0,0,.06); border-radius: 22px; padding: 20px 22px; background: #fafafa; color: #6b7280; font-size: 0.9375rem; line-height: 1.7; }
      .usecase-related { border-top: 1px solid var(--line); margin-top: 72px; padding-top: 34px; }
      .usecase-related h2 { margin: 0 0 18px; font-size: 1.875rem; line-height: 1.18; font-weight: 460; }
      .usecase-related-links { display: flex; flex-wrap: wrap; gap: 12px; }
      .usecase-related-links a { border: 1px solid rgba(0,0,0,.08); border-radius: 999px; padding: 12px 16px; color: #374151; background: #fff; font-size: 0.9375rem; font-weight: 520; box-shadow: 0 12px 32px rgba(0,0,0,.035); }
      .usecase-related-links a:hover { border-color: #000; color: #000; }
      .industry-page { max-width: 1180px; }
      .industries-hub main { padding-top: 58px; }
      .industries-hub .breadcrumbs { margin-bottom: 34px; }
      .industries-hub-hero { position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,.07); border-radius: 38px; padding: 54px; display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,.78fr); gap: 72px; align-items: center; background: radial-gradient(circle at 84% 10%, rgba(246,201,0,.18), transparent 30%), linear-gradient(145deg,#fffdf4 0%,#fff 58%,#f7f7f7 100%); box-shadow: 0 34px 100px rgba(0,0,0,.07); }
      .industries-hub-copy { position: relative; z-index: 1; }
      .industries-hub-hero h1 { margin: 0; max-width: 650px; color: #080b12; font-size: clamp(3.3rem,5vw,4.75rem); line-height: 1.035; letter-spacing: -.026em; font-weight: 550; }
      .industries-hub-hero .subtitle { margin: 34px 0 0; max-width: 620px; color: #5f6673; font-size: 1.16rem; line-height: 1.88; letter-spacing: .004em; }
      .industries-hub-hero .industry-actions { margin-top: 38px; gap: 14px; }
      .industries-hub-hero .industry-action { min-height: 50px; padding: 0 22px; letter-spacing: .006em; }
      .industries-memory-preview { min-height: 548px; border-radius: 32px; padding: 34px; display: flex; flex-direction: column; background: #08090b; color: #fff; box-shadow: 0 38px 90px rgba(0,0,0,.24); }
      .industries-memory-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
      .industries-memory-head > span:first-child { color: #aeb3bd; font-size: .7rem; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; }
      .industries-memory-status { border: 1px solid rgba(246,201,0,.24); border-radius: 999px; padding: 8px 11px; background: rgba(246,201,0,.12); color: #f6c900; font-size: .66rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
      .industries-memory-preview h2 { margin: 46px 0 30px; max-width: 380px; color: #fff; font-size: clamp(2rem,3vw,2.8rem); line-height: 1.14; letter-spacing: -.014em; font-weight: 500; }
      .industries-memory-answer { border: 1px solid rgba(255,255,255,.11); border-radius: 24px; padding: 25px; background: #17191d; }
      .industries-memory-answer > span { display: block; margin-bottom: 17px; color: #f6c900; font-size: .67rem; font-weight: 780; letter-spacing: .17em; text-transform: uppercase; }
      .industries-memory-list { display: grid; gap: 16px; }
      .industries-memory-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: center; border-top: 1px solid rgba(255,255,255,.09); padding-top: 16px; }
      .industries-memory-row:first-child { border-top: 0; padding-top: 0; }
      .industries-memory-row strong { display: block; margin-bottom: 6px; color: #fff; font-size: .93rem; line-height: 1.45; font-weight: 590; letter-spacing: .005em; }
      .industries-memory-row p { margin: 0; color: #aeb3bd; font-size: .78rem; line-height: 1.62; letter-spacing: .008em; }
      .industries-memory-row small { border-radius: 999px; padding: 7px 9px; background: rgba(255,255,255,.07); color: #d9dce2; font-size: .65rem; font-weight: 650; white-space: nowrap; }
      .industries-memory-sources { margin-top: auto; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 8px; color: #8d939e; font-size: .72rem; font-weight: 610; }
      .industries-memory-sources span { display: inline-flex; align-items: center; gap: 7px; }
      .industries-memory-sources span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #f6c900; }
      .industries-work-signals { margin: 58px 0 100px; border-radius: 32px; padding: 48px; background: #0a0b0d; color: #fff; }
      .industries-work-signals-head { display: flex; align-items: end; justify-content: space-between; gap: 52px; margin-bottom: 40px; }
      .industries-work-signals-head h2 { margin: 0; max-width: 650px; color: #fff; font-size: clamp(2rem,3.35vw,3rem); line-height: 1.16; letter-spacing: -.015em; font-weight: 500; }
      .industries-work-signals-head p { margin: 0; max-width: 350px; color: #aeb3bd; font-size: .96rem; line-height: 1.82; letter-spacing: .006em; }
      .industries-work-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
      .industries-work-card { min-height: 230px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; padding: 26px; display: flex; flex-direction: column; background: #15171a; }
      .industries-work-card > span { color: #f6c900; font-size: .64rem; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
      .industries-work-card h3 { margin: 26px 0 17px; color: #fff; font-size: 1.12rem; line-height: 1.42; letter-spacing: .002em; font-weight: 570; }
      .industries-work-card p { margin: 0; color: #aeb3bd; font-size: .84rem; line-height: 1.76; letter-spacing: .008em; }
      .industry-hero { border-bottom: 1px solid var(--line); padding-bottom: 54px; margin-bottom: 42px; }
      .industry-hero-inner { max-width: 860px; }
      .industry-hero h1 { font-size: clamp(3.125rem, 5.8vw, 4.75rem); line-height: .98; max-width: 760px; }
      .industry-hero .subtitle { max-width: 760px; }
      .industry-hero-note { margin-top: 22px; color: #6b7280; font-size: 1rem; line-height: 1.65; max-width: 620px; }
      .industry-patterns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 42px 0 54px; }
      .industry-pattern { border: 1px solid rgba(0,0,0,.06); border-radius: 22px; padding: 22px; background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%); box-shadow: 0 18px 46px rgba(0,0,0,.035); }
      .industry-pattern strong { display: block; margin-bottom: 9px; color: #111827; font-size: 1rem; line-height: 1.3; font-weight: 660; }
      .industry-pattern p { margin: 0; color: #6b7280; font-size: 0.875rem; line-height: 1.6; }
      .industry-spotlight { border-top: 1px solid var(--line); padding-top: 46px; margin-bottom: 56px; }
      .industry-spotlight-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 22px; }
      .industry-spotlight-head h2, .industry-directory-head h2 { margin: 0; font-size: 2.125rem; line-height: 1.12; font-weight: 500; letter-spacing: .002em; }
      .industry-spotlight-head p, .industry-directory-head p { margin: 0; max-width: 560px; color: #6b7280; font-size: 1rem; line-height: 1.65; }
      .industry-spotlight-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
      .industry-spotlight-card { min-height: 250px; border: 1px solid rgba(0,0,0,.06); border-radius: 28px; padding: 26px; background: #fff; display: flex; flex-direction: column; gap: 16px; color: inherit; box-shadow: 0 24px 70px rgba(0,0,0,.045); transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
      .industry-spotlight-card:hover { transform: translateY(-3px); border-color: rgba(0,0,0,.15); box-shadow: 0 30px 82px rgba(0,0,0,.07); }
      .industry-spotlight-card small { color: #9ca3af; font-size: 0.6875rem; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
      .industry-spotlight-card h3 { margin: 0; color: #111827; font-size: 1.5625rem; line-height: 1.16; font-weight: 620; }
      .industry-spotlight-card p { margin: 0; color: #4b5563; font-size: 0.9375rem; line-height: 1.62; }
      .industry-spotlight-card span:last-child { margin-top: auto; display: inline-flex; width: fit-content; min-height: 40px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 14px; background: #050505; color: #fff; font-size: 0.8125rem; font-weight: 680; }
      .industries-hub-page .industry-spotlight { border-top: 0; padding-top: 0; margin-bottom: 104px; }
      .industries-hub-page .industry-spotlight-head { align-items: start; margin-bottom: 44px; }
      .industries-hub-page .industry-spotlight-head h2 { max-width: 610px; font-size: clamp(2.4rem,4vw,3.65rem); line-height: 1.13; letter-spacing: -.018em; font-weight: 510; }
      .industries-hub-page .industry-spotlight-head > p { line-height: 1.82; letter-spacing: .004em; }
      .industries-hub-page .industry-spotlight-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
      .industries-hub-page .industry-spotlight-card { min-height: 400px; border-radius: 30px; padding: 34px; gap: 20px; }
      .industries-hub-page .industry-spotlight-card:nth-child(1), .industries-hub-page .industry-spotlight-card:nth-child(4) { border-color: #090a0c; background: #090a0c; color: #fff; }
      .industries-hub-page .industry-spotlight-card:nth-child(1) small, .industries-hub-page .industry-spotlight-card:nth-child(4) small { color: #f6c900; }
      .industries-hub-page .industry-spotlight-card:nth-child(1) h3, .industries-hub-page .industry-spotlight-card:nth-child(4) h3 { color: #fff; }
      .industries-hub-page .industry-spotlight-card:nth-child(1) p, .industries-hub-page .industry-spotlight-card:nth-child(4) p { color: #b8bdc6; }
      .industry-spotlight-question { margin-top: 10px !important; color: #111827 !important; font-size: 1.38rem !important; line-height: 1.46 !important; font-weight: 540; letter-spacing: -.002em; }
      .industries-hub-page .industry-spotlight-card:nth-child(1) .industry-spotlight-question, .industries-hub-page .industry-spotlight-card:nth-child(4) .industry-spotlight-question { color: #fff !important; }
      .industry-spotlight-answer { margin-top: auto; border-radius: 20px; padding: 22px; background: #f7f7f7; }
      .industry-spotlight-answer small { display: block; margin-bottom: 12px; color: #a68300 !important; }
      .industry-spotlight-answer p { color: #434955 !important; font-size: .87rem !important; line-height: 1.74 !important; letter-spacing: .006em; }
      .industries-hub-page .industry-spotlight-card:nth-child(1) .industry-spotlight-answer, .industries-hub-page .industry-spotlight-card:nth-child(4) .industry-spotlight-answer { background: #1a1c20; }
      .industries-hub-page .industry-spotlight-card:nth-child(1) .industry-spotlight-answer p, .industries-hub-page .industry-spotlight-card:nth-child(4) .industry-spotlight-answer p { color: #d2d5db !important; }
      .industries-hub-page .industry-spotlight-card > span:last-child { margin-top: 0; background: transparent; color: #111827; padding: 0; justify-content: flex-start; }
      .industries-hub-page .industry-spotlight-card:nth-child(1) > span:last-child, .industries-hub-page .industry-spotlight-card:nth-child(4) > span:last-child { color: #f6c900; }
      .industry-directory-head { border-top: 1px solid var(--line); padding-top: 46px; margin-bottom: 18px; display: flex; justify-content: space-between; align-items: end; gap: 28px; }
      .industry-family-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 24px; }
      .industry-family-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border: 1px solid rgba(0,0,0,.08); border-radius: 999px; padding: 0 14px; background: #fff; color: #374151; font-size: 0.875rem; font-weight: 620; box-shadow: 0 12px 30px rgba(0,0,0,.03); }
      .industry-family-nav a:hover { border-color: #111827; color: #111827; transform: translateY(-1px); }
      .industry-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
      .industry-action { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border-radius: 999px; padding: 0 18px; border: 1px solid rgba(0,0,0,.08); background: #fff; color: #111827; font-size: 0.9375rem; font-weight: 620; box-shadow: 0 14px 36px rgba(0,0,0,.04); }
      .industry-action.primary { background: #050505; color: #fff; border-color: #050505; }
      .industry-action:hover { transform: translateY(-1px); border-color: rgba(0,0,0,.18); }
      .industry-family { border: 1px solid rgba(0,0,0,.06); border-radius: 30px; margin-top: 14px; background: #fff; box-shadow: 0 18px 52px rgba(0,0,0,.035); scroll-margin-top: calc(var(--public-header-height) + 24px); overflow: hidden; }
      .industry-family summary { cursor: pointer; list-style: none; }
      .industry-family summary::-webkit-details-marker { display: none; }
      .industry-family-head { display: grid; grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 26px 30px; }
      .industry-family-toggle { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 999px; background: #f6f6f6; color: #6b7280; font-size: 1.375rem; line-height: 1; }
      .industry-family[open] .industry-family-toggle { background: #050505; color: #fff; transform: rotate(45deg); }
      .industry-family-count { display: inline-flex; width: fit-content; margin-bottom: 14px; border: 1px solid #eeeeee; border-radius: 999px; padding: 8px 12px; color: #9ca3af; font-size: 0.6875rem; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
      .industry-family h2 { margin: 0; font-size: 2rem; line-height: 1.12; font-weight: 500; letter-spacing: .002em; }
      .industry-family p { margin: 0; color: #6b7280; font-size: 1.0625rem; line-height: 1.65; }
      .industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border-top: 1px solid #f0f0f0; background: #f0f0f0; }
      .industry-card { min-height: 100%; padding: 22px; background: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; color: inherit; transition: background 160ms ease, transform 160ms ease; }
      .industry-card:hover { background: #fbfbfb; transform: translateY(-1px); }
      .industry-card-main { min-width: 0; }
      .industry-card h3 { margin: 0 0 8px; font-size: 1.25rem; line-height: 1.22; font-weight: 620; letter-spacing: .001em; }
      .industry-card p { margin: 0; color: #4b5563; font-size: 0.9375rem; line-height: 1.58; }
      .industry-example { margin-top: 14px; color: #8b93a1; font-size: 0.8125rem; line-height: 1.45; }
      .industry-example span { color: #111827; font-weight: 650; }
      .industry-card-link { display: inline-flex; align-items: center; justify-content: center; min-width: 88px; min-height: 38px; border-radius: 999px; padding: 0 13px; background: #f5f5f5; color: #111827; font-size: 0.8125rem; font-weight: 650; white-space: nowrap; }
      .industry-card:hover .industry-card-link { background: #050505; color: #fff; }
      .industry-hero-panel { border: 1px solid rgba(0,0,0,.06); border-radius: 30px; padding: 30px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.045); }
      .industry-hero-panel strong { display: block; margin-bottom: 12px; font-size: 0.9375rem; line-height: 1.35; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; color: #9ca3af; }
      .industry-hero-panel p { margin: 0; color: #4b5563; font-size: 1.1875rem; line-height: 1.72; }
      .industry-detail-grid { display: grid; grid-template-columns: minmax(0, .84fr) minmax(320px, .56fr); gap: 56px; align-items: start; }
      .industry-detail-card { border: 1px solid rgba(0,0,0,.06); border-radius: 28px; padding: 28px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.045); }
      .industry-detail-card h2 { margin: 0 0 18px; font-size: 1.875rem; line-height: 1.18; font-weight: 470; }
      .industry-detail-card p, .industry-detail-card li { color: #4b5563; font-size: 1.125rem; line-height: 1.82; }
      .industry-detail-card ul { margin: 0; padding-left: 20px; }
      .industry-simple-example { border-radius: 24px; padding: 26px; background: #101720; color: #fff; box-shadow: 0 28px 75px rgba(16,23,32,.2); }
      .industry-simple-example h2 { color: #fff; }
      .industry-simple-example p { color: rgba(255,255,255,.84); }
      .industry-rich { display: grid; gap: 26px; }
      .industry-rich-section { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; background: #fff; overflow: hidden; }
      .industry-rich-section summary { cursor: pointer; list-style: none; padding: 24px 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; color: #111827; font-size: 1.1875rem; line-height: 1.4; font-weight: 500; letter-spacing: .006em; }
      .industry-rich-section summary::-webkit-details-marker { display: none; }
      .industry-rich-section summary::after { content: "+"; color: #9ca3af; font-size: 1.375rem; line-height: 1; }
      .industry-rich-section[open] summary::after { content: "−"; }
      .industry-rich-section h2 { margin: 0; font: inherit; letter-spacing: inherit; }
      .industry-rich-section-body { border-top: 1px solid #f1f1f1; padding: 28px 30px; }
      .industry-rich-section h3 { margin: 22px 0 8px; font-size: 1.1875rem; line-height: 1.32; font-weight: 680; color: #111827; letter-spacing: .003em; }
      .industry-rich-section p, .industry-rich-section li { color: #4b5563; font-size: 1.125rem; line-height: 1.86; font-weight: 360; }
      .industry-rich-section p:first-child { margin-top: 0; }
      .industry-rich-section p:last-child { margin-bottom: 0; }
      .industry-questions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 20px; padding: 0; list-style: none; }
      .industry-questions li { border: 1px solid rgba(0,0,0,.06); border-radius: 16px; padding: 14px 16px; background: #fafafa; color: #111827; font-size: 0.9375rem; line-height: 1.45; }
      .industry-flow { display: grid; gap: 10px; margin-top: 22px; }
      .industry-flow-item { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 16px; align-items: start; border-top: 1px solid #f1f1f1; padding-top: 14px; }
      .industry-flow-item strong { color: #111827; font-size: 0.875rem; letter-spacing: .1em; text-transform: uppercase; }
      .industry-flow-item p { margin: 0; font-size: 1rem; line-height: 1.62; }
      .industry-before-after { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 22px; }
      .industry-before-after div { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; padding: 18px; background: #fafafa; }
      .industry-before-after strong { display: block; margin-bottom: 12px; font-size: 0.8125rem; letter-spacing: .12em; text-transform: uppercase; color: #9ca3af; }
      .industry-before-after ol { margin: 0; padding-left: 18px; }
      .industry-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
      .industry-mini-card { border: 1px solid rgba(0,0,0,.06); border-radius: 20px; padding: 20px; background: #fff; box-shadow: 0 16px 44px rgba(0,0,0,.035); }
      .industry-mini-card h3 { margin-top: 0; }
      .industry-mini-card ul { margin: 12px 0 0; padding-left: 20px; }
      .industry-scenarios { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
      .industry-scenario { border: 1px solid rgba(0,0,0,.06); border-radius: 20px; padding: 20px; background: #fff; box-shadow: 0 16px 44px rgba(0,0,0,.035); }
      .industry-scenario h3 { margin-top: 0; }
      .industry-scenario p { margin: 10px 0 0; font-size: 1rem; line-height: 1.62; }
      .industry-faq { display: grid; gap: 10px; }
      .industry-faq details { border: 1px solid rgba(0,0,0,.06); border-radius: 18px; background: #fff; overflow: hidden; }
      .industry-faq summary { cursor: pointer; list-style: none; padding: 20px 22px; display: flex; justify-content: space-between; gap: 18px; color: #111827; font-size: 1.125rem; font-weight: 580; line-height: 1.4; }
      .industry-faq summary::-webkit-details-marker { display: none; }
      .industry-faq summary::after { content: "+"; color: #9ca3af; font-size: 1.375rem; line-height: 1; }
      .industry-faq details[open] summary::after { content: "−"; }
      .industry-faq p { border-top: 1px solid #f1f1f1; margin: 0; padding: 20px 22px; color: #4b5563; font-size: 1.0625rem; line-height: 1.72; }
      .industry-note { margin-top: 28px; border: 1px solid rgba(0,0,0,.06); border-radius: 22px; padding: 18px 20px; background: #fafafa; color: #6b7280; font-size: 0.9375rem; line-height: 1.7; }
      .industry-related { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
      .industry-related a { border: 1px solid rgba(0,0,0,.08); border-radius: 999px; padding: 10px 14px; color: #374151; background: #fff; font-size: 0.875rem; font-weight: 560; }
      .industry-related a:hover { border-color: #000; color: #000; }
      .industry-final { border-top: 1px solid var(--line); padding-top: 44px; margin-top: 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
      .industry-final h2 { margin: 0 0 10px; font-size: 2.125rem; line-height: 1.16; font-weight: 460; }
      .industry-final p { margin: 0; max-width: 640px; color: #6b7280; font-size: 1.125rem; line-height: 1.65; }
      .industries-hub-page .industry-final { border: 0; border-radius: 32px; padding: 48px; margin-top: 96px; background: linear-gradient(145deg,#090a0c 0%,#17191e 100%); color: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.14); }
      .industries-hub-page .industry-final h2 { color: #fff; line-height: 1.23; letter-spacing: -.008em; }
      .industries-hub-page .industry-final p { color: #b8bdc6; line-height: 1.82; letter-spacing: .004em; }
      .industries-hub-page .industry-final .industry-action { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.07); color: #fff; }
      .industries-hub-page .industry-final .industry-action.primary { border-color: #f6c900; background: #f6c900; color: #171400; }
      .footer { border-top: 1px solid #16181d; background: #09090b; color: #fff; padding: 36px 32px 30px; }
      .footer-inner { max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: 26px; text-align: left; }
      .footer-top { display: grid; gap: 0; align-items: start; }
      .footer-directory { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 28px; text-align: left; }
      .footer-directory h2 { margin: 0 0 13px; color: #71717a; font-size: 0.6875rem; font-weight: 560; letter-spacing: .16em; text-transform: uppercase; }
      .footer-directory div { display: grid; gap: 8px; }
      .footer-directory a { color: #d4d4d8; font-size: 0.875rem; line-height: 1.35; font-weight: 400; text-decoration: none; }
      .footer-directory a:hover { color: #f6c900; }
      .footer-mobile-brand { display: none; align-items: center; justify-content: center; gap: 10px; color: #fff; font-size: 1.5rem; font-weight: 560; letter-spacing: 0; text-decoration: none; }
      .footer-mobile-brand img { width: 38px; height: 38px; object-fit: contain; filter: invert(1); }
      .footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 1.45rem; font-weight: 560; letter-spacing: 0; text-decoration: none; }
      .footer-logo { width: 34px; height: 34px; object-fit: contain; filter: invert(1); }
      .footer-bottom { position: relative; min-height: 34px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
      .footer-bottom-brand { min-height: 34px; position: absolute; left: 50%; top: calc(50% + 9px); display: inline-flex; align-items: center; color: #fff; font-size: 1.1875rem; font-weight: 560; letter-spacing: 0; text-decoration: none; transform: translate(-50%, -50%); }
      .footer-bottom-brand img { position: absolute; top: 50%; right: calc(100% + 7px); width: 34px; height: 34px; object-fit: contain; filter: invert(1); transform: translateY(-50%); }
      .footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; padding-right: 92px; color: #a1a1aa; font-size: 0.8125rem; }
      .footer-links a { color: inherit; text-decoration: none; }
      .footer-links a:hover { color: #f6c900; }
      .copyright { margin: 0; color: #a1a1aa; font-size: 0.8125rem; }
      .conversion-band { margin: 76px 0 58px; border: 1px solid rgba(0,0,0,.08); border-radius: 30px; padding: 34px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 34px; align-items: center; background: linear-gradient(145deg,#0a0a0b 0%,#15171c 100%); color: #fff; box-shadow: 0 28px 76px rgba(0,0,0,.13); }
      .conversion-band .eyebrow { margin-bottom: 13px; color: #f6c900; }
      .conversion-band h2 { margin: 0; max-width: 700px; color: #fff; font-size: clamp(1.9rem,3.5vw,2.85rem); line-height: 1.1; letter-spacing: -.025em; font-weight: 560; }
      .conversion-band-copy > p:last-child { margin: 14px 0 0; max-width: 700px; color: #c7cbd2; font-size: 1rem; line-height: 1.72; }
      .conversion-actions { min-width: 215px; display: grid; gap: 10px; }
      .conversion-action { min-height: 46px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.07); color: #fff; font-size: .875rem; font-weight: 690; text-align: center; }
      .conversion-action.primary { border-color: #f6c900; background: #f6c900; color: #181400; }
      .conversion-action:hover { transform: translateY(-1px); }
      @media (max-width: 1180px) { .footer-top { grid-template-columns: 1fr; gap: 0; } .footer-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
      @media (max-width: 1100px) { .industry-grid, .industry-patterns, .industry-spotlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .industries-hub-hero { grid-template-columns: minmax(0,1fr) minmax(360px,.72fr); gap: 46px; padding: 42px; } .industries-work-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
      @media (max-width: 900px) { main { padding: 70px 22px 88px; } .doc-layout, .section, .mcp-hero, .product-hero, .usecase-hero, .industry-hero, .industry-detail-grid, .conversion-band { grid-template-columns: 1fr; gap: 28px; } .conversion-actions { min-width: 0; grid-template-columns: repeat(3,minmax(0,1fr)); } .side { position: static; } .links, .doc-index, .mcp-card-grid, .mcp-questions, .mcp-doc-nav-grid, .doc-related-links, .mcp-endpoints, .product-kicker, .product-grid, .product-questions, .industry-questions, .industry-before-after, .industry-card-grid, .industry-scenarios, .industry-family-head { grid-template-columns: 1fr; } .mcp-visual, .contact-visual, .mission-visual, .doc-visual { min-height: auto; padding: 24px; } .mcp-section-head, .mcp-doc-nav-head, .doc-related-head, .product-section-head, .industry-spotlight-head, .industry-directory-head, .industry-final { align-items: flex-start; flex-direction: column; } .industry-family-head { gap: 16px; } .industry-family-toggle { grid-row: 1; grid-column: 1; justify-self: end; } .copyright { white-space: normal; } }
      @media (max-width: 560px) {
        :root { --public-header-height: 0px; }
        .header-inner { width: min(100% - 28px, 1120px); min-height: 70px; }
        .header-logo { width: 30px; height: 30px; }
        .header-links { flex: 1; justify-content: flex-end; gap: 20px; font-size: 0.8125rem; }
        .header-links a:not([href="/login"]) { display: none; }
        main { padding: 46px 20px 72px; }
        .hero { margin-bottom: 54px; }
        h1, .mcp-hero h1, .product-hero h1, .usecase-hero h1 { font-size: 2.75rem; line-height: 1.06; }
        .subtitle { font-size: 1.125rem; line-height: 1.62; }
        .eyebrow { margin-bottom: 14px; font-size: 0.6875rem; letter-spacing: .14em; }
        .doc-layout { gap: 34px; }
        .side { padding-top: 18px; }
        .side-copy { font-size: 0.9375rem; line-height: 1.65; }
        .section { padding-top: 24px; gap: 16px; }
        .section h2 { font-size: 1.625rem; line-height: 1.18; }
        .doc-link { min-height: 54px; padding: 0 14px; font-size: 1.125rem; }
        .doc-index { padding: 18px; margin: 34px 0 42px; font-size: 0.875rem; }
        article section { padding-top: 28px; margin-top: 28px; }
        article h2 { font-size: 1.625rem; line-height: 1.22; }
        article p, article li { font-size: 1.0625rem; line-height: 1.82; }
        .mcp-hero, .product-hero { gap: 34px; margin-bottom: 56px; }
        .mcp-actions { margin-top: 22px; }
        .mcp-pill { min-height: 40px; padding: 0 14px; font-size: 0.875rem; }
        .mcp-visual, .contact-visual, .mission-visual, .doc-visual { border-radius: 26px; padding: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.055); }
        .mcp-visual { min-height: 390px; }
        .mcp-visual::before { inset: 66px 28px auto; }
        .mcp-visual-top { margin-bottom: 34px; }
        .mcp-visual-brand { font-size: 1rem; }
        .mcp-visual-status { font-size: 0.75rem; padding: 7px 10px; }
        .mcp-message { max-width: 100%; margin-bottom: 22px; padding: 15px 16px; font-size: 1rem; line-height: 1.5; }
        .mcp-answer { border-radius: 20px; padding: 18px; }
        .mcp-answer p { font-size: 1rem; line-height: 1.55; }
        .mcp-section { padding-top: 38px; margin-top: 42px; }
        .mcp-section h2, .product-section h2 { font-size: 1.875rem; line-height: 1.16; }
        .mcp-section-intro, .product-section-intro { font-size: 1.0625rem; line-height: 1.66; }
        .mcp-info-card, .product-card { border-radius: 20px; padding: 22px; }
        .mcp-info-card h3, .product-card h3 { font-size: 1.3125rem; line-height: 1.3; letter-spacing: 0; }
        .mcp-info-card p, .mcp-info-card li, .product-card p, .product-card li { font-size: 1rem; line-height: 1.72; }
        .mcp-endpoint { align-items: flex-start; flex-direction: column; gap: 8px; padding: 16px; }
        .mcp-question, .product-question { padding: 16px 18px; font-size: 1rem; }
        .mcp-reference summary, .product-reference summary { padding: 18px 20px; font-size: 1.0625rem; line-height: 1.35; }
        .mcp-reference-body, .product-reference-body { padding: 20px; }
        .mcp-reference-body p, .mcp-reference-body li, .product-reference-body p, .product-reference-body li { font-size: 1rem; line-height: 1.82; }
        .product-hero { margin-bottom: 62px; }
        .product-kicker { margin-top: 22px; }
        .product-kicker-card { padding: 14px; }
        .contact-card, .mission-panel, .doc-panel { border-radius: 22px; }
        .contact-card-head, .mission-panel-head, .doc-panel-head { padding: 18px; }
        .contact-card-body, .mission-flow, .doc-panel-body { padding: 18px; }
        .contact-status, .mission-badge, .doc-panel-status { font-size: 0.75rem; padding: 7px 10px; }
        .contact-ai p, .mission-step p:last-child, .doc-row p:last-child { font-size: 0.9375rem; line-height: 1.55; }
        .product-section { padding-top: 48px; margin-top: 54px; }
        .product-section-head { gap: 16px; margin-bottom: 24px; }
        .product-grid { gap: 16px; }
        .usecase-hero { padding-bottom: 46px; margin-bottom: 46px; }
        .usecase-audience { border-radius: 22px; padding: 22px; }
        .usecase-section { border-radius: 18px; }
        .usecase-section summary { padding: 18px 20px; font-size: 1.0625rem; line-height: 1.35; }
        .usecase-section-body { padding: 20px; }
        .usecase-audience p, .usecase-section p, .usecase-section li { font-size: 1rem; line-height: 1.78; }
        .usecase-related { margin-top: 48px; padding-top: 28px; }
        .industry-hero { padding-bottom: 46px; margin-bottom: 46px; }
        .industries-hub main { padding-top: 34px; }
        .industries-hub .breadcrumbs { margin-bottom: 26px; }
        .industries-hub-hero { border-radius: 28px; padding: 32px 24px 24px; grid-template-columns: 1fr; gap: 44px; }
        .industries-hub-hero h1 { font-size: 2.72rem; line-height: 1.09; letter-spacing: -.022em; }
        .industries-hub-hero .subtitle { margin-top: 28px; font-size: 1.03rem; line-height: 1.82; letter-spacing: .004em; }
        .industries-hub-hero .industry-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
        .industries-hub-hero .industry-action { width: 100%; padding: 0 12px; text-align: center; }
        .industries-hub-hero .industry-action.primary { grid-column: auto; }
        .industries-memory-preview { min-height: 520px; border-radius: 24px; padding: 26px 22px; }
        .industries-memory-preview h2 { margin: 38px 0 28px; font-size: 2rem; line-height: 1.16; }
        .industries-memory-row { grid-template-columns: 1fr; gap: 8px; }
        .industries-memory-row small { width: fit-content; }
        .industries-work-signals { margin: 42px 0 76px; border-radius: 26px; padding: 32px 22px; }
        .industries-work-signals-head { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 32px; }
        .industries-work-signals-head h2 { font-size: 2rem; line-height: 1.22; }
        .industries-work-grid { grid-template-columns: 1fr; }
        .industries-work-card { min-height: 0; padding: 25px; }
        .industry-hero-panel, .industry-card, .industry-detail-card { border-radius: 22px; padding: 22px; }
        .industry-patterns, .industry-spotlight-grid, .industry-grid { grid-template-columns: 1fr; }
        .industry-spotlight-card { min-height: auto; border-radius: 24px; padding: 22px; }
        .industries-hub-page .industry-spotlight { margin-bottom: 78px; }
        .industries-hub-page .industry-spotlight-head { margin-bottom: 34px; }
        .industries-hub-page .industry-spotlight-head h2 { font-size: 2.15rem; line-height: 1.18; }
        .industries-hub-page .industry-spotlight-grid { grid-template-columns: 1fr; }
        .industries-hub-page .industry-spotlight-card { min-height: 360px; padding: 27px 24px; }
        .industry-spotlight-question { font-size: 1.22rem !important; line-height: 1.5 !important; }
        .industry-family { border-radius: 24px; margin-top: 12px; }
        .industry-family-head { padding: 22px; }
        .industry-family h2, .industry-final h2 { font-size: 1.75rem; line-height: 1.18; }
        .industry-rich-section { border-radius: 18px; }
        .industry-rich-section summary { padding: 18px 20px; font-size: 1.0625rem; line-height: 1.35; }
        .industry-rich-section-body { padding: 20px; }
        .industries-hub-page .industry-final { border-radius: 26px; padding: 32px 24px; margin-top: 78px; }
        .industry-card { grid-template-columns: 1fr; gap: 14px; }
        .industry-card-link { width: fit-content; }
        .industry-card h3 { font-size: 1.3125rem; }
        .industry-detail-card p, .industry-detail-card li { font-size: 1rem; line-height: 1.78; }
        .mcp-doc-nav { border-radius: 24px; padding: 22px; margin: 70px 0 54px; }
        .mcp-doc-nav-head { gap: 14px; margin-bottom: 24px; }
        .mcp-doc-nav h2 { font-size: 1.625rem; line-height: 1.18; }
        .mcp-doc-nav p { font-size: 0.9375rem; line-height: 1.62; }
        .mcp-doc-category { padding-top: 16px; }
        .mcp-doc-link { min-height: 38px; padding: 0 10px; font-size: 0.9375rem; }
        .footer { padding: 30px 20px 26px; }
        .footer-mobile-brand { display: inline-flex; align-self: center; }
        .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
        .footer-bottom { display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; }
        .footer-bottom-brand { display: none; }
        .footer-links { justify-content: center; padding-right: 0; }
        .footer-brand { font-size: 1.7rem; }
        .footer-logo { width: 44px; height: 44px; }
        .footer-links { gap: 16px; font-size: 0.8125rem; }
        .conversion-band { margin: 58px 0 46px; border-radius: 24px; padding: 24px; }
        .conversion-band h2 { font-size: 1.75rem; line-height: 1.17; letter-spacing: -.012em; }
        .conversion-band-copy > p:last-child { font-size: .9375rem; line-height: 1.7; }
        .conversion-actions { grid-template-columns: 1fr; }
      }
      @media (max-width: 340px) {
        .header-inner { width: min(100% - 24px, 1120px); gap: 18px; }
        .header-brand { gap: 0; }
        .header-brand span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
        .header-links { gap: 16px; font-size: 0.78rem; }
      }
    