:root {
  --ink: #171714;
  --paper: #f4f1e8;
  --paper-2: #eae6da;
  --acid: #dfff3f;
  --coral: #ff6b4a;
  --blue: #5674ff;
  --line: rgba(23, 23, 20, 0.18);
  --muted: #706e65;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
.noise { position: fixed; inset: 0; pointer-events: none; opacity: .18; z-index: 10; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E"); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.topbar { position: relative; z-index: 80; height: 80px; display: flex; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); }
.topbar .brand { flex: 1 1 auto; min-width: 0; }
.brand { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-weight: 800; letter-spacing: -.04em; font-size: 20px; }
.brand-accent { color: var(--coral); }
.brand-mark { width: 27px; height: 27px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(45deg); }
.brand-mark i { border: 2px solid var(--ink); display: block; }
.brand-mark i:last-child { background: var(--acid); }
.desktop-nav { display: flex; flex: 0 0 auto; gap: 24px; white-space: nowrap; }
.topbar nav a { color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 600; }
.topbar nav a:hover { color: var(--blue); }
.mega-nav { position: relative; }
.mega-nav summary { display: flex; align-items: center; gap: 5px; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 600; list-style: none; }
.mega-nav summary::-webkit-details-marker { display: none; }
.mega-nav summary .nav-chevron { width: 7px; height: 7px; margin: -4px 0 0 3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; color: var(--muted); transform: rotate(45deg); transition: margin .15s ease, transform .15s ease; }
.mega-nav[open] summary, .mega-nav.is-active summary { color: var(--blue); }
.mega-nav[open] summary .nav-chevron { margin-top: 4px; color: var(--blue); transform: rotate(225deg); }
.mega-panel { position: absolute; top: calc(100% + 27px); left: 50%; display: grid; gap: 20px; padding: 18px; border: 1px solid var(--ink); background: #fbf9f2; box-shadow: 8px 8px 0 var(--ink); transform: translateX(-43%); }
.mega-product-panel { grid-template-columns: 210px 390px; width: 638px; }
.mega-resources-panel { grid-template-columns: 430px 120px; width: 586px; }
.mega-feature { position: relative; display: flex; min-height: 230px; flex-direction: column; padding: 20px; overflow: hidden; color: var(--paper) !important; background: var(--ink); white-space: normal; }
.mega-feature::after { position: absolute; right: -36px; bottom: -44px; width: 130px; height: 130px; border: 24px solid var(--blue); content: ""; transform: rotate(45deg); }
.mega-feature > span, .mega-group-title, .mega-legal > span { font: 500 9px "DM Mono"; letter-spacing: .08em; text-transform: uppercase; }
.mega-feature > span { color: var(--acid); }
.mega-feature b { max-width: 165px; margin-top: 38px; font-size: 19px; line-height: 1.15; letter-spacing: -.04em; }
.mega-feature small { max-width: 150px; margin-top: 12px; color: #aaa99f; font-size: 10px; line-height: 1.5; }
.mega-feature i { margin-top: auto; color: var(--acid); font-style: normal; }
.mega-group { min-width: 0; }
.mega-group-title { display: block; padding: 2px 10px 10px; color: var(--muted); }
.mega-links { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.mega-links a { display: grid; grid-template-columns: 30px 1fr; gap: 8px; min-width: 0; padding: 12px 10px; border: 1px solid transparent; white-space: normal; }
.mega-links a:hover, .mega-links a[aria-current="page"] { color: var(--ink); border-color: var(--line); background: var(--paper); }
.mega-links a > i { color: var(--blue); font: 500 9px "DM Mono"; font-style: normal; }
.mega-links a b, .mega-links a small { display: block; }
.mega-links a b { font-size: 12px; }
.mega-links a small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.mega-product-panel .mega-links a:last-child { grid-column: 1 / -1; }
.mega-legal { display: flex; flex-direction: column; gap: 12px; padding: 3px 0 0 16px; border-left: 1px solid var(--line); }
.mega-legal > span { margin-bottom: 3px; color: var(--muted); }
.mega-legal a { font-size: 11px !important; }
.mobile-menu { display: none; position: relative; }
.status { margin-left: auto; display: flex; align-items: center; gap: 8px; font: 500 11px "DM Mono"; text-transform: uppercase; }
.status span { width: 8px; height: 8px; background: #59bd67; border-radius: 50%; box-shadow: 0 0 0 4px rgba(89,189,103,.15); }
.status button { border: 0; border-bottom: 1px solid var(--ink); padding: 2px; background: transparent; font: inherit; text-transform: uppercase; }
.nav-cta { justify-self: end; color: var(--paper); background: var(--ink); border: 1px solid var(--ink); padding: 10px 14px; text-decoration: none; font-size: 12px; font-weight: 700; }
.nav-cta span { color: var(--acid); margin-left: 8px; }

.workspace-page { height: 100vh; overflow: hidden; background: #efede5; }
.workspace-page .noise { opacity: .1; }
.desktop-nav > a[aria-current="page"] { border-bottom: 2px solid var(--blue); padding-bottom: 5px; }
.dashboard-app { display: grid; grid-template-columns: 240px minmax(0, 1fr); height: 100vh; }
.dashboard-sidebar { position: relative; z-index: 60; display: flex; min-height: 0; height: 100vh; flex-direction: column; color: var(--ink); background: #fbf9f2; border-right: 1px solid var(--line); }
.dashboard-brand { height: 72px; padding: 0 22px; flex: 0 0 auto; color: var(--ink); border-bottom: 1px solid var(--line); }
.dashboard-brand .brand-mark i { border-color: var(--ink); }
.dashboard-brand .brand-mark i:last-child { background: var(--acid); }
.dashboard-sidebar-label { padding: 24px 22px 8px; color: var(--muted); font: 500 9px "DM Mono"; letter-spacing: .1em; text-transform: uppercase; }
.dashboard-sidebar nav { display: grid; padding: 8px 12px; }
.dashboard-sidebar nav a { display: flex; align-items: center; gap: 12px; padding: 12px 11px; color: var(--muted); text-decoration: none; font-size: 12px; transition: background .16s ease, color .16s ease; }
.dashboard-sidebar nav a span { width: 20px; color: #aaa79e; font: 500 9px "DM Mono"; }
.dashboard-sidebar nav a b { font-weight: 600; }
.dashboard-sidebar nav a:hover, .dashboard-sidebar nav a[aria-current="page"] { background: var(--paper); color: var(--ink); }
.dashboard-sidebar nav a[aria-current="page"] { box-shadow: inset 3px 0 var(--blue); }
.dashboard-sidebar nav a[aria-current="page"] span { color: var(--blue); }
.dashboard-sidebar-help { margin: auto 12px 12px; padding: 15px; border: 1px solid var(--line); background: var(--paper-2); color: var(--ink); }
.dashboard-sidebar-help > span { color: var(--blue); font: 500 9px "DM Mono"; text-transform: uppercase; }
.dashboard-sidebar-help p { margin: 9px 0 13px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.dashboard-sidebar-help a { display: block; margin-top: 9px; color: var(--ink); font: 500 9px "DM Mono"; text-transform: uppercase; }
.dashboard-sidebar-foot { display: flex; flex-wrap: wrap; gap: 12px; padding: 15px 18px; border-top: 1px solid var(--line); }
.dashboard-sidebar-foot a { color: var(--muted); font: 500 9px "DM Mono"; text-decoration: none; text-transform: uppercase; }
.dashboard-sidebar-foot a:hover { color: var(--ink); }
.dashboard-stage { min-width: 0; height: 100vh; overflow: hidden; }
.dashboard-topbar { position: relative; z-index: 40; display: flex; align-items: center; gap: 20px; height: 72px; padding: 0 28px; border-bottom: 1px solid var(--line); background: #fbf9f2; }
.dashboard-breadcrumb { display: flex; align-items: center; gap: 9px; color: var(--muted); font: 500 10px "DM Mono"; text-transform: uppercase; }
.dashboard-breadcrumb b { color: #bbb8ae; font-weight: 400; }
.dashboard-breadcrumb strong { color: var(--ink); font-weight: 500; }
.dashboard-top-actions { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.dashboard-top-actions > a { color: var(--muted); font-size: 11px; font-weight: 700; text-decoration: none; }
.dashboard-top-actions > a:hover { color: var(--blue); }
.dashboard-top-actions .dashboard-new { padding: 9px 12px; color: white; background: var(--ink); }
.dashboard-top-actions .dashboard-new:hover { color: var(--acid); }
.dashboard-topbar .status { margin-left: 0; padding-left: 20px; border-left: 1px solid var(--line); }
.dashboard-menu-toggle, .dashboard-backdrop { display: none; }
.dashboard-content { min-width: 0; width: 100%; max-width: 1480px; height: calc(100vh - 72px); margin: 0 auto; padding: 32px clamp(24px, 3vw, 48px) 80px; overflow-y: auto; scrollbar-gutter: stable; }
.dashboard-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 8px 0 25px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.dashboard-heading h1 { margin: 14px 0 5px; font-size: clamp(40px, 5vw, 62px); line-height: 1; }
.dashboard-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.dashboard-create { flex: 0 0 auto; text-decoration: none; }
.dashboard-page-create #connectors { display: none; }
.dashboard-page-connectors #create { display: none; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; border: 1px solid var(--line); background: #fbf9f2; }
.dashboard-metrics article { min-width: 0; padding: 18px; border-right: 1px solid var(--line); }
.dashboard-metrics article:last-child { border-right: 0; }
.dashboard-metrics span, .dashboard-metrics small { display: block; color: var(--muted); font: 500 9px "DM Mono"; text-transform: uppercase; }
.dashboard-metrics b { display: block; min-height: 40px; margin: 16px 0 7px; font: 500 32px "DM Mono"; }
.dashboard-metrics b.metric-label { display: flex; align-items: center; color: #267d36; font-size: 18px; }
.dashboard-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; margin-top: 14px; padding: 14px 18px; border: 1px solid var(--line); background: rgba(255,255,255,.38); }
.dashboard-flow > div { display: flex; align-items: center; gap: 11px; }
.dashboard-flow > div > span { color: var(--blue); font: 500 10px "DM Mono"; }
.dashboard-flow p, .dashboard-flow b, .dashboard-flow small { display: block; margin: 0; }
.dashboard-flow b { font-size: 12px; }
.dashboard-flow small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.dashboard-flow i { color: var(--muted); font-style: normal; }
.workspace-titlebar { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.workspace-titlebar h1 { margin: 16px 0 5px; font-size: clamp(42px, 5vw, 64px); line-height: 1; letter-spacing: -.06em; }
.workspace-titlebar p { margin: 0; color: var(--muted); }
.workspace-doc-link { color: var(--ink); font: 11px "DM Mono"; text-transform: uppercase; }
.workspace-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0; border: 1px solid var(--line); background: #fbf9f2; }
.workspace-steps a { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; padding: 17px 18px; border-right: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.workspace-steps a:last-child { border-right: 0; }
.workspace-steps span { grid-row: 1 / 3; color: var(--blue); font: 500 11px "DM Mono"; }
.workspace-steps b { font-size: 13px; }
.workspace-steps small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.workspace-steps a:hover { background: var(--paper); }
.workspace-panel { margin-top: 28px; border: 1px solid var(--line); background: #fbf9f2; padding: 26px; }
#stats, #create, #connectors { scroll-margin-top: 24px; }
.dashboard-statistics .stats-grid { margin-top: 0; }
.panel-heading { display: flex; justify-content: space-between; margin-bottom: 20px; }
.panel-heading span, .panel-label { color: var(--blue); font: 500 10px "DM Mono"; text-transform: uppercase; letter-spacing: .08em; }
.panel-heading h2 { margin: 6px 0 0; font-size: 24px; letter-spacing: -.035em; }
.panel-heading p, .servers-heading p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.panel-heading > a { align-self: start; color: var(--ink); font: 10px "DM Mono"; text-transform: uppercase; }
.workspace-import { margin: 0; padding: 0; border: 0; box-shadow: none; background: transparent; }
.workspace-page .preview { margin-top: 26px; }
.workspace-page .servers { padding: 26px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.stat-card, .stats-table { border: 1px solid var(--line); background: #fbf9f2; padding: 22px; }
.stat-card small { display: block; color: var(--muted); font: 10px "DM Mono"; text-transform: uppercase; }
.stat-card b { display: block; margin-top: 18px; font: 500 34px "DM Mono"; }
.stats-table { grid-column: 1 / -1; margin-top: 16px; }
.stats-table h2 { margin: 12px 0 24px; font-size: 28px; letter-spacing: -.04em; }
.stats-rows { display: grid; border-top: 1px solid var(--line); }
.stats-row { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.stats-row span { color: var(--muted); font: 11px "DM Mono"; }
.workspace-page .servers-heading { margin-bottom: 20px; }
.workspace-page .servers-heading h2 { margin-top: 6px; font-size: 24px; }

.landing-hero { padding: 86px 0 90px; }
.landing-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr); gap: 72px; align-items: center; }
.landing-hero h1 { font-size: clamp(62px, 7.3vw, 108px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.landing-primary, .landing-secondary { padding: 14px 18px; border: 1px solid var(--ink); color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 800; }
.landing-primary { background: var(--acid); box-shadow: 4px 4px 0 var(--ink); }
.landing-primary:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.landing-secondary { background: transparent; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 42px; color: var(--muted); font: 10px "DM Mono"; text-transform: uppercase; }
.trust-row span::before { content: "◆"; margin-right: 7px; color: var(--blue); }
.contract-visual { border: 1px solid var(--ink); background: #11110f; color: #f4f1e8; padding: 18px; box-shadow: 10px 10px 0 var(--blue); transform: rotate(1deg); }
.visual-top { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #3c3c37; font: 11px "DM Mono"; }
.visual-top b { color: var(--acid); font-size: 10px; }
.contract-visual pre { margin: 20px 0; color: #aaa99f; font: 12px/1.7 "DM Mono"; white-space: pre-wrap; }
.contract-visual pre i { color: #8fa3ff; font-style: normal; }
.contract-visual pre strong { color: var(--coral); }
.transform-arrow { display: flex; align-items: center; gap: 10px; color: var(--acid); margin: 4px 0 12px; font: 24px "DM Mono"; }
.transform-arrow small { font-size: 9px; letter-spacing: .12em; }
.tool-chip { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 10px; border: 1px solid #41413c; padding: 11px; margin-top: 8px; font: 11px "DM Mono"; }
.tool-chip span { color: var(--acid); }
.tool-chip i { color: #77766f; font-style: normal; }
.landing-section { padding: 110px 0; }
.landing-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-top: 28px; }
.landing-heading h2, .security-section h2, .final-cta h2 { margin: 0; font-size: clamp(40px, 5vw, 70px); line-height: .98; letter-spacing: -.06em; }
.landing-heading p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.7; }
.landing-section .steps { margin-top: 55px; }
.api-types-section { padding-bottom: 90px; }
.api-type-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border: 1px solid var(--ink); }
.api-type-card { min-height: 440px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid var(--ink); }
.api-type-card:last-child { border-right: 0; }
.api-type-top { display: flex; align-items: center; justify-content: space-between; font: 500 10px "DM Mono"; text-transform: uppercase; }
.api-type-top span { color: var(--muted); }
.api-type-top b { padding: 5px 8px; background: var(--ink); color: var(--paper); }
.rest-card .api-type-top b { background: var(--coral); color: var(--ink); }
.graphql-card .api-type-top b { background: var(--blue); }
.api-type-card h3 { margin: 65px 0 12px; font-size: 27px; letter-spacing: -.04em; }
.api-type-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.api-type-card ul { display: grid; gap: 8px; margin: 24px 0; padding: 0; list-style: none; font-size: 12px; }
.api-type-card li::before { content: "+"; margin-right: 9px; color: var(--blue); font: 500 13px "DM Mono"; }
.api-type-card code { margin-top: auto; padding: 13px; background: var(--paper-2); overflow: auto; font: 10px "DM Mono"; white-space: nowrap; }
.output-rail { display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--ink); border-top: 0; padding: 17px; font: 500 10px "DM Mono"; text-transform: uppercase; }
.output-rail span { padding: 5px 8px; border: 1px solid var(--line); }
.output-rail b { color: var(--coral); font-size: 18px; }
.output-rail strong { color: white; background: var(--ink); padding: 8px 11px; text-transform: none; }

.control-section { padding: 110px 0; background: #dfe5ff; border-block: 1px solid var(--ink); }
.control-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: 78px; align-items: center; }
.control-copy h2, .delivery-copy h2, .faq-grid h2 { margin: 28px 0 20px; font-size: clamp(40px, 5vw, 68px); line-height: .98; letter-spacing: -.06em; }
.control-copy > p, .delivery-copy > p, .faq-grid > div > p { color: #595b66; line-height: 1.7; }
.control-list { display: grid; margin-top: 38px; border-top: 1px solid rgba(23,23,20,.25); }
.control-list article { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(23,23,20,.25); }
.control-list b { font-size: 13px; }
.control-list span { color: #595b66; font-size: 12px; line-height: 1.55; }
.workspace-visual { border: 1px solid var(--ink); background: #fbf9f2; padding: 17px; box-shadow: 11px 11px 0 var(--ink); transform: rotate(1deg); }
.workspace-visual-bar { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 4px 2px 15px; font: 500 10px "DM Mono"; text-transform: uppercase; }
.workspace-visual-bar i { color: #267d36; font-style: normal; }
.workspace-visual-meta { display: grid; grid-template-columns: repeat(3, 1fr); margin: 16px 0; border: 1px solid var(--line); }
.workspace-visual-meta div { padding: 12px; border-right: 1px solid var(--line); }
.workspace-visual-meta div:last-child { border-right: 0; }
.workspace-visual-meta small, .workspace-visual-meta b { display: block; }
.workspace-visual-meta small, .workspace-token small { color: var(--muted); font: 9px "DM Mono"; }
.workspace-visual-meta b { margin-top: 7px; font: 500 15px "DM Mono"; }
.workspace-tool { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 12px; padding: 13px; border: 1px solid var(--line); border-bottom: 0; opacity: .48; }
.workspace-tool.selected { opacity: 1; background: white; }
.workspace-tool span { width: max-content; padding: 4px 6px; color: white; background: var(--ink); font: 9px "DM Mono"; }
.workspace-tool code { font: 11px "DM Mono"; }
.workspace-tool b { color: var(--blue); font: 9px "DM Mono"; }
.workspace-token { display: flex; justify-content: space-between; align-items: center; padding: 13px; border: 1px solid var(--line); background: var(--paper); }
.workspace-tool + .workspace-token { margin-top: 16px; }
.workspace-token code { display: block; margin-top: 4px; font: 10px "DM Mono"; }
.workspace-token button { border: 1px solid var(--ink); background: transparent; padding: 7px 9px; font-size: 9px; text-transform: uppercase; }
.security-section { padding: 100px 0; color: var(--paper); background: var(--ink); }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.section-label.light { color: #aaa99f; }
.section-label.light span { color: var(--ink); background: var(--acid); }
.security-section h2 { margin-top: 30px; }
.security-intro { max-width: 470px; color: #aaa99f; line-height: 1.7; }
.security-list article { padding: 24px 0; border-bottom: 1px solid #3c3c37; }
.security-list article:first-child { border-top: 1px solid #3c3c37; }
.security-list b { color: var(--acid); font-size: 17px; }
.security-list p { margin: 8px 0 0; color: #aaa99f; font-size: 13px; line-height: 1.65; }
.delivery-section { padding: 110px 0; }
.delivery-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center; margin-top: 35px; }
.delivery-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.delivery-points span { padding: 8px 10px; border: 1px solid var(--line); background: white; font: 10px "DM Mono"; text-transform: uppercase; }
.config-window { overflow: hidden; border: 1px solid var(--ink); background: #11110f; color: #e5e2d7; box-shadow: 10px 10px 0 var(--coral); }
.config-title { display: flex; align-items: center; gap: 6px; padding: 13px 16px; border-bottom: 1px solid #363630; font: 10px "DM Mono"; }
.config-title span { margin-right: auto; color: #aaa99f; }
.config-title i { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.config-title i:nth-child(3) { background: var(--acid); }
.config-title i:nth-child(4) { background: var(--blue); }
.config-window pre { margin: 0; padding: 28px; overflow: auto; font: 12px/1.75 "DM Mono"; }
.config-window pre b { color: #9eaeff; font-weight: 400; }
.config-window pre span { color: var(--acid); }
.config-window pre em { color: #aaa99f; font-style: normal; }
.faq-section { padding: 105px 0; border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; margin-top: 28px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--ink); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--blue); font: 500 20px "DM Mono"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 620px; margin: -6px 0 23px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.final-cta { padding: 100px 0; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.final-cta span { display: block; margin-bottom: 15px; color: var(--muted); font: 11px "DM Mono"; text-transform: uppercase; }
.final-cta a { flex: 0 0 auto; padding: 18px 22px; color: var(--paper); background: var(--blue); border: 1px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); text-decoration: none; font-weight: 800; }

.hero { padding: 78px 0 86px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 12px; font: 500 11px "DM Mono"; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span, .section-label span { display: inline-grid; place-items: center; width: 28px; height: 22px; color: var(--paper); background: var(--ink); }
h1 { max-width: 980px; margin: 28px 0 24px; font-size: clamp(52px, 7.5vw, 104px); line-height: .92; letter-spacing: -.075em; font-weight: 700; }
h1 em { color: var(--blue); font-style: normal; }
.hero-copy { max-width: 650px; font-size: 18px; line-height: 1.6; color: var(--muted); }
.import-card { margin-top: 44px; border: 1px solid var(--ink); box-shadow: 9px 9px 0 var(--ink); background: #fbf9f2; padding: 22px; }
.import-card > label { display: block; margin-bottom: 10px; font: 500 11px "DM Mono"; text-transform: uppercase; }
.connector-type-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 22px; }
.connector-type-tab { min-height: 52px; border: 1px solid var(--ink); background: transparent; font: 600 12px "DM Mono"; text-transform: uppercase; }
.connector-type-tab.active { background: var(--blue); color: white; box-shadow: 4px 4px 0 var(--ink); }
.source-tabs { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 18px; }
.source-tab, .rest-source-tab, .graphql-source-tab { border: 1px solid var(--ink); background: transparent; padding: 9px 14px; font: 500 10px "DM Mono"; text-transform: uppercase; }
.source-tab.active, .rest-source-tab.active, .graphql-source-tab.active { background: var(--ink); color: var(--paper); }
.source-panel > label:not(.drop-zone) { display: block; margin-bottom: 9px; font: 500 11px "DM Mono"; text-transform: uppercase; }
.drop-zone { min-height: 150px; display: grid; place-items: center; align-content: center; gap: 8px; border: 1px dashed var(--ink); background: var(--paper); text-align: center; cursor: pointer; }
.drop-zone:hover, .drop-zone.dragging { background: #edf4cf; }
.drop-zone input { display: none; }
.drop-zone small { color: var(--muted); font: 11px "DM Mono"; }
.source-help { margin: 12px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.import-textarea-label { display: grid; gap: 9px; color: var(--muted); font: 500 10px "DM Mono"; text-transform: uppercase; }
.import-textarea { width: 100%; min-height: 180px; resize: vertical; border: 1px solid var(--line); background: #11110f; color: #e5e2d7; padding: 16px; font: 12px/1.65 "DM Mono"; text-transform: none; }
.import-textarea:focus { outline: 2px solid var(--blue); outline-offset: -2px; }
.drop-icon { font: 38px "DM Mono"; color: var(--blue); }
.base-url-field { margin-top: 16px; }
.base-url-field span { color: var(--muted); text-transform: none; margin-left: 6px; }
.base-url-field input { display: block; width: 100%; margin-top: 8px; padding: 13px; border: 1px solid var(--line); background: var(--paper); font: 13px "DM Mono"; }
.url-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.url-input-wrap { display: grid; grid-template-columns: auto 1fr; align-items: center; border: 1px solid var(--line); background: var(--paper); }
.protocol { padding: 0 14px; height: 100%; display: grid; place-items: center; border-right: 1px solid var(--line); font: 500 11px "DM Mono"; color: var(--muted); }
.url-input-wrap input { width: 100%; padding: 18px; border: 0; outline: 0; background: transparent; font: 14px "DM Mono"; }
.url-input-wrap:focus-within { outline: 2px solid var(--blue); outline-offset: -2px; }
#inspect-button { width: 100%; min-height: 54px; margin-top: 16px; border: 1px solid var(--ink); background: var(--acid); padding: 0 22px; display: flex; justify-content: space-between; align-items: center; font-weight: 800; }
#inspect-button:hover { background: var(--coral); }
#inspect-button[disabled] { opacity: .6; cursor: wait; }
.form-meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 16px; color: var(--muted); font: 10px "DM Mono"; text-transform: uppercase; }
.form-meta span::before { content: "✓"; margin-right: 6px; color: #319145; }
.notice { margin-top: 22px; border-left: 4px solid var(--coral); background: #fff1ec; padding: 15px 18px; font-size: 14px; }
.manual-source { border-top: 1px solid var(--line); padding-top: 20px; }
.manual-grid, .endpoint-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.manual-grid label, .endpoint-grid label { display: grid; gap: 7px; color: var(--muted); font: 500 10px "DM Mono"; text-transform: uppercase; }
.manual-grid input, .manual-grid select, .endpoint-grid input, .endpoint-grid select, .endpoint-grid textarea { width: 100%; min-width: 0; border: 1px solid var(--line); background: white; padding: 11px; color: var(--ink); font: 13px "Manrope"; text-transform: none; }
.manual-grid select, .endpoint-grid select { height: 43px; }
.manual-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: 24px 0 12px; }
.manual-section-head b, .manual-section-head small { display: block; }
.manual-section-head small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.manual-list { display: grid; gap: 12px; }
.manual-card { border: 1px solid var(--line); background: var(--paper); padding: 16px; }
.manual-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.manual-card-head b { font-size: 13px; }
.manual-card-head button { border: 0; background: transparent; color: #a42f1b; font: 500 10px "DM Mono"; text-transform: uppercase; }
.endpoint-grid .wide { grid-column: 1 / -1; }
.endpoint-grid label span { color: var(--muted); text-transform: none; }
.endpoint-grid textarea { min-height: 88px; resize: vertical; }
.endpoint-grid textarea.code-field { font: 12px/1.55 "DM Mono"; }
.endpoint-grid .check-field { display: flex; align-items: center; align-self: end; min-height: 43px; grid-template-columns: auto 1fr; }
.endpoint-grid .check-field input { width: 17px; }

.preview { margin-top: 38px; border-top: 1px solid var(--ink); }
.preview-head { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 26px 0; }
.preview h2, .servers h2 { margin: 0; font-size: 34px; letter-spacing: -.04em; }
.preview p { color: var(--muted); margin: 6px 0 0; }
.preview-type { display: inline-block; margin-bottom: 7px; color: var(--blue); font: 500 10px "DM Mono"; text-transform: uppercase; }
.preview-stats { display: flex; gap: 10px; }
.stat { min-width: 92px; padding: 12px; border: 1px solid var(--line); }
.stat b { display: block; font: 500 20px "DM Mono"; }
.stat span { font-size: 10px; color: var(--muted); text-transform: uppercase; }
.tool-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin: 0 0 10px; }
.tool-toolbar button { border: 0; background: transparent; padding: 0; font: 500 11px "DM Mono"; text-decoration: underline; }
.tool-toolbar span { color: var(--muted); font: 11px "DM Mono"; }
.tool-table { border: 1px solid var(--line); max-height: 480px; overflow: auto; background: rgba(255,255,255,.35); }
.tool-row { display: grid; grid-template-columns: 24px 70px 220px 1fr; gap: 14px; padding: 13px 16px; border-bottom: 1px solid var(--line); align-items: center; }
.tool-row:last-child { border: 0; }
.tool-row input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--blue); }
.method { width: max-content; padding: 4px 7px; background: var(--ink); color: var(--paper); font: 500 10px "DM Mono"; }
.tool-row code { overflow: hidden; text-overflow: ellipsis; font: 12px "DM Mono"; }
.tool-row textarea { width: 100%; min-height: 56px; resize: vertical; border: 1px solid var(--line); background: #fff; padding: 8px; color: var(--ink); font: 12px/1.45 "Manrope"; }
.deploy-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; }
.deploy-fields { display: grid; gap: 8px; flex: 1; }
.deploy-row input { width: 100%; padding: 12px 14px; border: 1px solid var(--line); background: transparent; min-width: 340px; }
.deploy-row .clear-credential { display: flex; align-items: center; gap: 8px; color: var(--muted); font: 11px "DM Mono"; }
.deploy-row .clear-credential input { width: 16px; min-width: 16px; }
.primary-button { border: 1px solid var(--ink); background: var(--blue); color: white; padding: 14px 20px; font-weight: 800; box-shadow: 4px 4px 0 var(--ink); }
.primary-button:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }

.ticker { overflow: hidden; border-block: 1px solid var(--ink); background: var(--acid); padding: 14px 0; font: 500 12px "DM Mono"; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 26s linear infinite; }
.ticker b { margin: 0 32px; }
@keyframes ticker { to { transform: translateX(-30%); } }

.how { padding: 96px 0; }
.steps { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.steps article { min-height: 310px; padding: 24px; border-right: 1px solid var(--ink); position: relative; }
.steps article:last-child { border: 0; }
.steps article > b { font: 500 11px "DM Mono"; color: var(--muted); }
.step-icon { margin: 50px 0 25px; font: 500 52px "DM Mono"; color: var(--blue); }
.steps article:nth-child(2) .step-icon { color: var(--coral); }
.steps article:nth-child(3) .step-icon { color: #5cae4c; }
.steps h3 { margin: 0 0 10px; font-size: 24px; }
.steps p { margin: 0; max-width: 280px; font-size: 14px; line-height: 1.6; color: var(--muted); }

.servers { padding: 30px 0 110px; }
.servers-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; }
.servers-heading h2 { margin-top: 15px; }
.ghost-button { border: 1px solid var(--ink); background: transparent; padding: 10px 14px; font: 500 11px "DM Mono"; text-transform: uppercase; }
.connector-list { display: grid; gap: 12px; }
.empty-state { padding: 60px 20px; border: 1px dashed var(--line); text-align: center; color: var(--muted); }
.dashboard-empty b, .dashboard-empty p { display: block; }
.dashboard-empty b { color: var(--ink); font-size: 17px; }
.dashboard-empty p { margin: 8px 0 20px; font-size: 13px; }
.dashboard-empty a { display: inline-block; padding: 10px 13px; border: 1px solid var(--ink); background: var(--acid); color: var(--ink); text-decoration: none; font-size: 12px; font-weight: 800; }
.connector { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 22px; border: 1px solid var(--ink); background: rgba(255,255,255,.3); }
.connector-title { display: flex; align-items: center; gap: 12px; }
.connector-title h3 { margin: 0; font-size: 18px; }
.connector-title span { padding: 4px 7px; background: var(--acid); font: 500 9px "DM Mono"; text-transform: uppercase; }
.connector-meta { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font: 11px "DM Mono"; }
.connector-actions { display: flex; gap: 8px; align-items: center; }
.connector-actions button { border: 1px solid var(--ink); background: transparent; padding: 9px 12px; font-size: 11px; }
.connector-actions button:first-child { background: var(--ink); color: white; }
.connector-actions .danger:hover { background: var(--coral); color: var(--ink); }

dialog { width: min(690px, calc(100% - 32px)); border: 1px solid var(--ink); padding: 34px; background: var(--paper); box-shadow: 12px 12px 0 var(--ink); }
dialog::backdrop { background: rgba(20,20,17,.6); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 16px; right: 18px; border: 0; background: none; font-size: 26px; }
.dialog-kicker { font: 500 10px "DM Mono"; text-transform: uppercase; color: var(--blue); }
dialog h2 { font-size: 32px; margin: 10px 0; letter-spacing: -.04em; }
dialog > p { color: var(--muted); line-height: 1.5; }
dialog > label { display: block; margin: 20px 0 7px; font: 500 10px "DM Mono"; text-transform: uppercase; }
.copy-row { display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--line); background: #fff; }
.copy-row code, .copy-row pre { padding: 12px; margin: 0; overflow: auto; font: 11px/1.5 "DM Mono"; }
.copy-row button { border: 0; border-left: 1px solid var(--line); background: var(--acid); padding: 0 14px; font-size: 11px; }
.copy-row.block { align-items: stretch; max-height: 230px; }
.credential-note { margin-top: 20px; padding: 13px; background: var(--paper-2); font-size: 12px; line-height: 1.6; }
.tokens-dialog > p { color: var(--muted); font-size: 13px; }
.call-status { max-width: 230px; color: var(--muted); font: 11px "DM Mono"; text-align: right; }
.call-status.ok { color: #267d36; }
.call-status.failed { color: #bd3b2d; }
.token-list { display: grid; margin-top: 22px; border: 1px solid var(--line); }
.token-entry { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; padding: 14px; border-bottom: 1px solid var(--line); background: #fff; }
.token-entry:last-child { border-bottom: 0; }
.token-entry b, .token-entry code { display: block; }
.token-entry b { font-size: 13px; }
.token-entry code { margin-top: 4px; color: var(--muted); font: 10px "DM Mono"; }
.token-entry-actions { display: flex; gap: 6px; }
.token-entry-actions button { border: 1px solid var(--ink); padding: 7px 9px; background: transparent; font-size: 10px; }
.token-entry-actions button:first-child { background: var(--ink); color: white; }
.add-token-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 18px; }
.add-token-form input { min-width: 0; padding: 11px; border: 1px solid var(--line); background: white; }
.add-token-form .primary-button { box-shadow: none; padding: 10px 14px; }
.auth-dialog { width: min(480px, calc(100% - 32px)); }
.auth-dialog h2 { margin-bottom: 22px; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 20px; }
.auth-tabs.single { grid-template-columns: 1fr; }
.auth-tabs button { border: 1px solid var(--ink); padding: 10px; background: transparent; }
.auth-tabs button.active { background: var(--ink); color: white; }
.auth-form label { display: grid; gap: 7px; margin: 14px 0; font: 500 10px "DM Mono"; text-transform: uppercase; }
.auth-form input { padding: 12px; border: 1px solid var(--line); background: white; }
.auth-legal { color: var(--muted); font-size: 11px; line-height: 1.55; }
.auth-legal a { color: var(--ink); }
.auth-form .primary-button { width: 100%; margin-top: 8px; }
footer { border-top: 1px solid var(--line); padding: 26px 0 34px; display: flex; justify-content: space-between; color: var(--muted); font: 10px "DM Mono"; text-transform: uppercase; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: inherit; }

.prompts-page { background: #fbf9f2; }
.prompt-shell { padding: 74px 0 110px; }
.prompt-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 70px; align-items: end; padding-bottom: 62px; border-bottom: 1px solid var(--ink); }
.prompt-hero h1 { margin: 24px 0 20px; font-size: clamp(54px, 7vw, 92px); }
.prompt-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.pricing-shell { padding: 78px 0 90px; }
.pricing-hero { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 70px; align-items: end; padding-bottom: 62px; border-bottom: 1px solid var(--ink); }
.pricing-hero h1 { margin: 24px 0 20px; font-size: clamp(54px, 7vw, 94px); line-height: .96; letter-spacing: -.07em; }
.pricing-hero h1 em { color: var(--blue); font-style: normal; }
.pricing-hero p { max-width: 650px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.pricing-note { border-left: 2px solid var(--blue); padding: 10px 0 10px 18px; }
.pricing-note span, .price-badge { color: var(--blue); font: 500 10px "DM Mono"; text-transform: uppercase; letter-spacing: .08em; }
.pricing-note p { margin: 12px 0 0; color: var(--ink); font: 500 13px "DM Mono"; line-height: 1.6; }
.pricing-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); gap: 20px; padding: 46px 0 70px; }
.price-card, .support-card { border: 1px solid var(--ink); padding: clamp(26px, 4vw, 44px); }
.price-card-featured { background: var(--ink); color: var(--paper); box-shadow: 10px 10px 0 var(--blue); }
.price-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.price-card .section-label { color: #aaa99f; }
.price-card h2, .support-card h2 { margin: 42px 0 12px; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.06em; }
.price-lead { max-width: 390px; margin: 0; color: #aaa99f; line-height: 1.6; }
.price-amount { display: flex; align-items: baseline; gap: 10px; margin: 28px 0; }
.price-amount b { font-size: 58px; letter-spacing: -.08em; }
.price-amount span { color: #aaa99f; font: 500 11px "DM Mono"; text-transform: uppercase; }
.price-action { display: inline-flex; align-items: center; gap: 30px; color: var(--ink); background: var(--acid); text-decoration: none; box-shadow: none; }
.price-action:hover { color: var(--ink); background: white; }
.price-features { display: grid; gap: 13px; margin: 32px 0 0; padding: 28px 0 0; border-top: 1px solid #45453e; list-style: none; }
.price-features li { color: #e1ded5; font-size: 13px; }
.price-features li::before { content: "↗"; margin-right: 10px; color: var(--acid); font-family: "DM Mono"; }
.support-card { display: flex; flex-direction: column; justify-content: flex-end; background: var(--paper-2); }
.support-card h2 { max-width: 360px; }
.support-card p { max-width: 430px; margin: 0 0 28px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.support-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; width: fit-content; min-width: 220px; padding: 14px 17px; border: 1px solid var(--ink); color: var(--paper); background: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.support-action span { color: var(--acid); }
.support-action:hover { color: var(--ink); background: var(--acid); }
.support-action:hover span { color: var(--ink); }
.support-card small { margin-top: 16px; color: var(--muted); font: 500 10px "DM Mono"; }
.pricing-faq { display: grid; grid-template-columns: 220px 1fr; gap: 40px; padding: 34px 0; border-top: 1px solid var(--line); }
.pricing-faq h2 { max-width: 580px; margin: 0 0 10px; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.05em; }
.pricing-faq p { max-width: 600px; margin: 0; color: var(--muted); line-height: 1.65; }
.prompt-safety { border: 1px solid var(--ink); border-left: 8px solid var(--coral); background: var(--paper); padding: 20px; }
.prompt-safety b, .prompt-safety span { display: block; }
.prompt-safety b { margin-bottom: 9px; font-size: 14px; }
.prompt-safety span { color: var(--muted); font-size: 12px; line-height: 1.65; }
.prompt-start { padding: 52px 0; }
.prompt-start-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; border: 1px solid var(--line); }
.prompt-start-grid article { min-width: 0; padding: 20px; border-right: 1px solid var(--line); }
.prompt-start-grid article:last-child { border-right: 0; }
.prompt-start-grid span { color: var(--blue); font: 500 10px "DM Mono"; }
.prompt-start-grid b { display: block; margin-top: 25px; font-size: 14px; }
.prompt-start-grid p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.prompt-index { display: flex; flex-wrap: wrap; gap: 7px; padding: 18px; border: 1px solid var(--ink); background: var(--ink); }
.prompt-index a { padding: 8px 10px; border: 1px solid #44443e; color: var(--paper); text-decoration: none; font: 500 10px "DM Mono"; text-transform: uppercase; }
.prompt-index a:hover { border-color: var(--acid); color: var(--acid); }
.prompt-card { padding: 64px 0; border-bottom: 1px solid var(--ink); scroll-margin-top: 24px; }
.prompt-card-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 22px; }
.prompt-card-head span { color: var(--blue); font: 500 10px "DM Mono"; text-transform: uppercase; }
.prompt-card-head h2 { margin: 9px 0 7px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.05em; }
.prompt-card-head p { max-width: 720px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.copy-prompt { flex: 0 0 auto; border: 1px solid var(--ink); background: var(--acid); padding: 12px 15px; font: 700 10px "DM Mono"; text-transform: uppercase; box-shadow: 4px 4px 0 var(--ink); }
.copy-prompt:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.prompt-output { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 12px 14px; border: 1px solid var(--line); border-bottom: 0; background: var(--paper); font-size: 11px; }
.prompt-output b { color: var(--blue); font: 500 9px "DM Mono"; text-transform: uppercase; }
.prompt-output span { color: var(--muted); }
.prompt-output code { font: 10px "DM Mono"; }
.prompt-card pre { max-height: 520px; margin: 0; overflow: auto; border: 1px solid var(--ink); background: #11110f; color: #e5e2d7; padding: 24px; white-space: pre-wrap; overflow-wrap: anywhere; }
.prompt-card pre code { font: 12px/1.72 "DM Mono"; }
.prompt-finish { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding: 70px 0 0; }
.prompt-finish span { color: var(--blue); font: 500 10px "DM Mono"; text-transform: uppercase; }
.prompt-finish h2 { margin: 10px 0; font-size: clamp(34px, 5vw, 60px); letter-spacing: -.055em; }
.prompt-finish p { max-width: 680px; margin: 0; color: var(--muted); line-height: 1.65; }
.prompt-finish a { flex: 0 0 auto; padding: 14px 18px; border: 1px solid var(--ink); background: var(--blue); color: white; text-decoration: none; font-weight: 800; box-shadow: 5px 5px 0 var(--ink); }
.copy-status { position: fixed; z-index: 50; right: 20px; bottom: 20px; max-width: min(360px, calc(100% - 40px)); border: 1px solid var(--ink); background: var(--acid); padding: 12px 16px; font-size: 12px; box-shadow: 4px 4px 0 var(--ink); }
.copy-status:empty { display: none; }

.docs-page { background: #fbf9f2; }
.docs-shell { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 72px; padding: 70px 0 110px; }
.docs-sidebar { position: sticky; top: 28px; align-self: start; padding: 18px; border: 1px solid var(--line); background: var(--paper); }
.docs-sidebar > span { display: block; margin-bottom: 14px; color: var(--muted); font: 500 10px "DM Mono"; text-transform: uppercase; }
.docs-sidebar nav { display: grid; }
.docs-sidebar a { padding: 9px 0; border-top: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: 12px; }
.docs-sidebar a:hover { color: var(--blue); }
.docs-content > h1 { margin: 26px 0 22px; font-size: clamp(54px, 7vw, 86px); }
.docs-lead { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.docs-content > section { padding: 58px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.docs-section-label { color: var(--blue); font: 500 10px "DM Mono"; letter-spacing: .08em; text-transform: uppercase; }
.docs-content h2 { margin: 12px 0 20px; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.05em; }
.docs-content section > p { color: #55534d; line-height: 1.75; }
.docs-content code { font-family: "DM Mono"; }
.docs-steps { display: grid; margin: 28px 0; padding: 0; border: 1px solid var(--line); list-style: none; counter-reset: steps; }
.docs-steps li { display: grid; grid-template-columns: 160px 1fr; gap: 18px; padding: 18px; border-bottom: 1px solid var(--line); }
.docs-steps li:last-child { border-bottom: 0; }
.docs-steps span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.docs-action { display: inline-block; padding: 12px 16px; border: 1px solid var(--ink); background: var(--acid); color: var(--ink); text-decoration: none; font-weight: 800; box-shadow: 4px 4px 0 var(--ink); }
.docs-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border: 1px solid var(--line); }
.docs-card-grid > div { padding: 20px; border-right: 1px solid var(--line); }
.docs-card-grid > div:last-child { border-right: 0; }
.docs-card-grid b { font-size: 16px; }
.docs-card-grid p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.docs-example { display: grid; gap: 10px; margin: 24px 0; padding: 18px; background: var(--ink); color: var(--paper); }
.docs-example span { color: var(--acid); font: 500 9px "DM Mono"; text-transform: uppercase; }
.docs-example code { overflow-wrap: anywhere; font-size: 12px; }
.docs-checklist { display: grid; gap: 10px; padding: 0; list-style: none; }
.docs-checklist li::before { content: "✓"; margin-right: 10px; color: #267d36; font-family: "DM Mono"; }
.docs-auth-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 26px 0; border: 1px solid var(--line); }
.docs-auth-grid > div { padding: 22px; border-right: 1px solid var(--line); }
.docs-auth-grid > div:last-child { border-right: 0; }
.docs-auth-grid span, .docs-auth-grid b { display: block; }
.docs-auth-grid span { color: var(--blue); font: 500 10px "DM Mono"; text-transform: uppercase; }
.docs-auth-grid b { margin-top: 20px; }
.docs-auth-grid p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.docs-note { padding: 16px 18px; border-left: 5px solid var(--coral); background: var(--paper); }
.docs-code { overflow: auto; margin: 22px 0 0; padding: 22px; background: #11110f; color: #e5e2d7; font: 12px/1.7 "DM Mono"; }
.docs-faq { border-top: 1px solid var(--ink); }
.docs-faq details { border-bottom: 1px solid var(--ink); }
.docs-faq summary { padding: 18px 0; cursor: pointer; font-weight: 700; }
.docs-faq p { margin: -4px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.product-public-page { background: #fbf9f2; }
.product-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 70px; align-items: end; padding: 82px 0 72px; border-bottom: 1px solid var(--ink); }
.product-hero h1 { margin: 24px 0 0; font-size: clamp(58px, 7.5vw, 100px); line-height: .92; letter-spacing: -.075em; }
.product-hero h1 em { color: var(--blue); font-style: normal; }
.product-hero-copy p { margin: 0 0 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.product-hero-copy a, .product-inline-action { color: var(--ink); font: 700 12px "Manrope"; text-decoration: none; border-bottom: 1px solid var(--ink); }
.product-section { padding: 82px 0; }
.product-section-head { display: grid; grid-template-columns: 130px minmax(300px, .8fr) minmax(260px, .55fr); gap: 38px; align-items: start; margin-bottom: 42px; }
.product-section-head > span, .product-band-grid > div:first-child > span, .responsibility-section span { color: var(--blue); font: 500 10px "DM Mono"; text-transform: uppercase; }
.product-section-head h2, .product-band h2, .responsibility-section h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: .98; letter-spacing: -.06em; }
.product-section-head p { margin: 4px 0 0; color: var(--muted); line-height: 1.7; }
.product-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.product-card-grid article { min-height: 290px; padding: 28px; border-right: 1px solid var(--ink); }
.product-card-grid article:last-child { border-right: 0; }
.product-card-grid article > span { color: var(--blue); font: 500 10px "DM Mono"; text-transform: uppercase; }
.product-card-grid h3 { margin: 78px 0 13px; font-size: 25px; letter-spacing: -.045em; }
.product-card-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-band { padding: 82px 0; color: var(--paper); background: var(--ink); }
.product-band-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(360px, 1.15fr); gap: 90px; }
.product-band-grid > div:first-child > span { color: var(--acid); }
.product-band h2 { margin-top: 24px; }
.product-list { border-top: 1px solid #4c4c46; }
.product-list article { display: grid; grid-template-columns: 160px 1fr; gap: 24px; padding: 21px 0; border-bottom: 1px solid #4c4c46; }
.product-list b { font-size: 13px; }
.product-list p { margin: 0; color: #aaa99f; font-size: 12px; line-height: 1.6; }
.product-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.product-stat-grid article { padding: 25px; border-right: 1px solid var(--line); }
.product-stat-grid article:last-child { border-right: 0; }
.product-stat-grid b, .product-stat-grid span { display: block; }
.product-stat-grid b { margin-bottom: 35px; font-size: 22px; letter-spacing: -.04em; }
.product-stat-grid span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-bottom: 90px; padding: 38px; color: var(--paper); background: var(--blue); }
.product-cta span { color: #d9e0ff; font: 500 10px "DM Mono"; text-transform: uppercase; }
.product-cta h2 { margin: 10px 0 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.055em; }
.product-cta a { flex: 0 0 auto; padding: 14px 18px; color: var(--ink); background: var(--acid); font-size: 12px; font-weight: 800; text-decoration: none; }
.integration-map { display: grid; grid-template-columns: 1fr 220px 1fr; gap: 24px; align-items: center; padding: 70px 0 90px; }
.integration-column { display: grid; gap: 9px; }
.integration-column > span { margin-bottom: 6px; color: var(--muted); font: 500 9px "DM Mono"; text-transform: uppercase; }
.integration-column article { padding: 16px 18px; border: 1px solid var(--line); background: var(--paper); }
.integration-column b, .integration-column small { display: block; }
.integration-column b { font-size: 13px; }
.integration-column small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.integration-core { display: grid; min-height: 220px; place-content: center; padding: 25px; color: var(--paper); background: var(--ink); text-align: center; box-shadow: 7px 7px 0 var(--blue); }
.integration-core span { color: var(--acid); font: 500 9px "DM Mono"; text-transform: uppercase; }
.integration-core b { margin: 26px 0 18px; font-size: 25px; }
.integration-core small { color: #aaa99f; line-height: 1.7; }
.trust-flow { display: grid; grid-template-columns: 1fr auto 1.1fr auto 1fr; gap: 18px; align-items: center; padding: 70px 0 90px; }
.trust-flow article { min-height: 215px; padding: 24px; border: 1px solid var(--ink); }
.trust-flow article > span { color: var(--blue); font: 500 10px "DM Mono"; }
.trust-flow article b { display: block; margin: 58px 0 10px; font-size: 20px; }
.trust-flow article p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.trust-flow > i { color: var(--muted); font: 500 10px "DM Mono"; font-style: normal; }
.trust-flow .trust-core { color: var(--paper); background: var(--ink); box-shadow: 6px 6px 0 var(--acid); }
.trust-flow .trust-core p { color: #aaa99f; }
.security-card-grid { grid-template-columns: repeat(3, 1fr); }
.security-card-grid article:nth-child(3) { border-right: 0; }
.security-card-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--ink); }
.responsibility-section { padding: 80px 0; color: var(--paper); background: var(--blue); }
.responsibility-section > div { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.responsibility-section span { color: var(--acid); }
.responsibility-section h2 { margin-top: 23px; }
.responsibility-section p { margin: 0 0 20px; color: #e0e5ff; line-height: 1.7; }
.responsibility-section a { color: var(--paper); font-size: 12px; font-weight: 800; }

.legal-page { background: #fbf9f2; }
.legal-shell { width: min(800px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 90px; }
.legal-shell > h1 { margin: 24px 0 10px; font-size: clamp(52px, 8vw, 86px); }
.legal-effective { margin: 0 0 34px; color: var(--muted); font: 11px "DM Mono"; text-transform: uppercase; }
.legal-callout { border: 1px solid var(--ink); border-left: 8px solid var(--acid); background: var(--paper); padding: 18px 20px; line-height: 1.6; }
.legal-shell section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-shell section h2 { margin: 0 0 11px; font-size: 22px; letter-spacing: -.025em; }
.legal-shell section p, .legal-shell section li { color: #55534d; font-size: 15px; line-height: 1.75; }
.legal-shell section p { margin: 0; }
.legal-shell section ul { margin: 0; padding-left: 22px; }
.legal-shell section li + li { margin-top: 9px; }

@media (max-width: 1020px) {
  .dashboard-app { grid-template-columns: minmax(0, 1fr); }
  .dashboard-sidebar { position: fixed; inset: 0 auto 0 0; width: min(290px, 86vw); transform: translateX(-105%); box-shadow: 14px 0 35px rgba(0,0,0,.2); transition: transform .2s ease; }
  .dashboard-menu-open .dashboard-sidebar { transform: translateX(0); }
  .dashboard-stage { width: 100%; }
  .dashboard-menu-toggle { display: grid; width: 38px; height: 38px; place-content: center; gap: 4px; border: 1px solid var(--line); background: var(--paper); }
  .dashboard-menu-toggle span { display: block; width: 16px; height: 1px; background: var(--ink); }
  .dashboard-backdrop { position: fixed; z-index: 50; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(15,15,13,.55); cursor: default; }
  .dashboard-menu-open .dashboard-backdrop { display: block; }
  .dashboard-topbar { padding-inline: 18px; }
}

@media (max-width: 980px) {
  .topbar .desktop-nav { display: none; }
  .topbar .mobile-menu { position: static; display: block; order: 5; }
  .topbar .mobile-menu summary { border: 1px solid var(--ink); padding: 9px 11px; cursor: pointer; font: 500 10px "DM Mono"; text-transform: uppercase; list-style: none; }
  .topbar .mobile-menu summary::-webkit-details-marker { display: none; }
  .topbar .mobile-menu nav { position: absolute; z-index: 20; top: calc(100% + 8px); right: 0; left: 0; width: auto; max-height: calc(100vh - 100px); overflow-y: auto; display: grid; border: 1px solid var(--ink); background: #fbf9f2; box-shadow: 5px 5px 0 var(--ink); }
  .topbar .mobile-menu nav a { padding: 12px 14px; border-bottom: 1px solid var(--line); }
  .topbar .mobile-menu nav a[aria-current="page"] { color: var(--blue); background: var(--paper); box-shadow: inset 3px 0 var(--blue); }
  .topbar .mobile-menu nav a:last-child { border-bottom: 0; }
  .mobile-nav-label { padding: 12px 14px 6px; color: var(--blue); background: var(--paper-2); font: 500 9px "DM Mono"; letter-spacing: .08em; text-transform: uppercase; }
  .product-section-head { grid-template-columns: 100px 1fr; }
  .product-section-head p { grid-column: 2; }
  .product-band-grid { gap: 50px; }
  .integration-map { grid-template-columns: 1fr 180px 1fr; }
  .trust-flow { grid-template-columns: 1fr; }
  .trust-flow > i { padding-left: 24px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .topbar { height: 64px; gap: 14px; }
  .desktop-nav { display: none; }
  .nav-cta { font-size: 0; }
  .nav-cta span { margin: 0; font-size: 14px; }
  .mobile-menu { position: static; display: block; order: 5; }
  .mobile-menu summary { border: 1px solid var(--ink); padding: 9px 11px; cursor: pointer; font: 500 10px "DM Mono"; text-transform: uppercase; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; z-index: 20; top: calc(100% + 8px); right: 0; left: 0; width: auto; max-height: calc(100vh - 82px); overflow-y: auto; display: grid; border: 1px solid var(--ink); background: #fbf9f2; box-shadow: 5px 5px 0 var(--ink); }
  .mobile-menu nav a { padding: 12px 14px; border-bottom: 1px solid var(--line); }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .landing-hero { padding: 54px 0 70px; }
  .landing-grid, .landing-heading, .security-grid { grid-template-columns: 1fr; gap: 42px; }
  .api-type-grid { grid-template-columns: 1fr; }
  .api-type-card { min-height: 360px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .api-type-card:last-child { border-bottom: 0; }
  .api-type-card h3 { margin-top: 38px; }
  .output-rail { flex-wrap: wrap; justify-content: flex-start; }
  .output-rail strong { max-width: 100%; overflow: auto; }
  .contract-visual { transform: none; box-shadow: 6px 6px 0 var(--blue); }
  .landing-section, .security-section { padding: 72px 0; }
  .control-section, .delivery-section, .faq-section { padding: 72px 0; }
  .control-grid, .delivery-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .control-list article { grid-template-columns: 1fr; gap: 7px; }
  .workspace-visual { transform: none; box-shadow: 6px 6px 0 var(--ink); }
  .final-cta { align-items: stretch; flex-direction: column; }
  .final-cta a { text-align: center; }
  .dashboard-topbar { gap: 12px; height: 64px; padding-inline: 14px; }
  .dashboard-breadcrumb span, .dashboard-breadcrumb b { display: none; }
  .dashboard-top-actions { gap: 8px; }
  .dashboard-top-actions > a:not(.dashboard-new) { display: none; }
  .dashboard-top-actions .dashboard-new { padding: 8px 9px; font-size: 10px; }
  .dashboard-topbar .status { padding-left: 12px; }
  .dashboard-topbar .status b { display: none; }
  .dashboard-content { height: calc(100vh - 64px); padding: 22px 14px 60px; }
  .dashboard-heading { align-items: stretch; flex-direction: column; padding-top: 16px; }
  .dashboard-create { text-align: center; }
  .dashboard-metrics { grid-template-columns: 1fr 1fr; }
  .dashboard-metrics article:nth-child(2) { border-right: 0; }
  .dashboard-metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .dashboard-flow { grid-template-columns: 1fr; }
  .dashboard-flow i { display: none; }
  .workspace-titlebar { align-items: start; flex-direction: column; }
  .workspace-steps { grid-template-columns: 1fr; }
  .workspace-steps a { border-right: 0; border-bottom: 1px solid var(--line); }
  .workspace-steps a:last-child { border-bottom: 0; }
  .workspace-panel { padding: 18px; }
  .panel-heading { align-items: start; flex-direction: column; gap: 14px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .connector-type-tabs, .manual-grid, .endpoint-grid { grid-template-columns: 1fr; }
  .endpoint-grid .wide { grid-column: auto; }
  .hero { padding: 54px 0 66px; }
  h1 { font-size: clamp(49px, 15vw, 76px); }
  .url-row, .preview-head, .connector { grid-template-columns: 1fr; }
  #inspect-button { min-height: 54px; }
  .preview-stats { flex-wrap: wrap; }
  .tool-row { grid-template-columns: 22px 58px 1fr; }
  .tool-row textarea { grid-column: 1 / -1; }
  .deploy-row { align-items: stretch; flex-direction: column; }
  .deploy-row input { min-width: 0; width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .step-icon { margin: 28px 0 16px; }
  .servers-heading { align-items: start; }
  .connector-actions { flex-wrap: wrap; }
  footer { gap: 20px; flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .docs-shell { grid-template-columns: 1fr; gap: 34px; padding: 38px 0 72px; }
  .docs-sidebar { position: static; }
  .docs-sidebar nav { grid-template-columns: 1fr 1fr; column-gap: 18px; }
  .docs-content > h1 { font-size: clamp(48px, 15vw, 70px); }
  .docs-steps li { grid-template-columns: 1fr; gap: 6px; }
  .docs-card-grid, .docs-auth-grid { grid-template-columns: 1fr; }
  .docs-card-grid > div, .docs-auth-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .docs-card-grid > div:last-child, .docs-auth-grid > div:last-child { border-bottom: 0; }
  .prompt-shell { padding: 42px 0 75px; }
  .prompt-hero { grid-template-columns: 1fr; gap: 30px; padding-bottom: 42px; }
  .prompt-start-grid { grid-template-columns: 1fr 1fr; }
  .prompt-start-grid article:nth-child(2) { border-right: 0; }
  .prompt-start-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .prompt-card { padding: 48px 0; }
  .prompt-card-head, .prompt-finish { align-items: stretch; flex-direction: column; }
  .copy-prompt { width: 100%; }
  .prompt-output { grid-template-columns: 1fr; gap: 5px; }
  .prompt-output code { margin-top: 3px; }
  .prompt-card pre { max-height: 560px; padding: 17px; }
  .prompt-finish a { text-align: center; }
  .pricing-shell { padding: 48px 0 70px; }
  .pricing-hero, .pricing-grid, .pricing-faq { grid-template-columns: 1fr; }
  .pricing-hero { gap: 32px; padding-bottom: 42px; }
  .pricing-hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .pricing-note { max-width: 420px; }
  .pricing-grid { gap: 26px; padding: 34px 0 55px; }
  .price-card-featured { box-shadow: 6px 6px 0 var(--blue); }
  .pricing-faq { gap: 20px; }
  .product-hero { grid-template-columns: 1fr; gap: 34px; padding: 54px 0 48px; }
  .product-hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .product-hero-copy p { font-size: 15px; }
  .product-section { padding: 62px 0; }
  .product-section-head { grid-template-columns: 1fr; gap: 15px; margin-bottom: 30px; }
  .product-section-head p { grid-column: auto; }
  .product-card-grid, .security-card-grid { grid-template-columns: 1fr; }
  .product-card-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .product-card-grid article:last-child { border-bottom: 0; }
  .security-card-grid article:nth-child(3) { border-bottom: 1px solid var(--ink); }
  .product-card-grid h3 { margin-top: 52px; }
  .product-band { padding: 62px 0; }
  .product-band-grid { grid-template-columns: 1fr; gap: 40px; }
  .product-list article { grid-template-columns: 1fr; gap: 7px; }
  .product-stat-grid { grid-template-columns: 1fr 1fr; }
  .product-stat-grid article:nth-child(2) { border-right: 0; }
  .product-stat-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-cta { align-items: stretch; flex-direction: column; margin-bottom: 65px; padding: 28px; }
  .product-cta a { text-align: center; }
  .integration-map { grid-template-columns: 1fr; gap: 28px; padding: 50px 0 70px; }
  .integration-core { order: -1; min-height: 190px; box-shadow: 5px 5px 0 var(--blue); }
  .trust-flow { gap: 12px; padding: 50px 0 70px; }
  .trust-flow > i { padding: 2px 0 2px 20px; }
  .responsibility-section { padding: 62px 0; }
  .responsibility-section > div { grid-template-columns: 1fr; gap: 35px; }
  .legal-shell { width: min(100% - 28px, 800px); padding: 48px 0 70px; }
}

@media (max-width: 520px) {
  .topbar .brand { font-size: 18px; }
  .topbar { gap: 9px; }
  .nav-cta { display: none; }
  .mobile-menu { margin-left: auto; }
  .mobile-menu nav { max-height: calc(100vh - 82px); }
  .landing-hero h1, .product-hero h1, .pricing-hero h1, .prompt-hero h1, .docs-content > h1, .legal-shell > h1 { font-size: clamp(44px, 15vw, 64px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { text-align: center; }
  .trust-row { gap: 8px 14px; }
  .contract-visual, .workspace-visual { padding: 15px; }
  .tool-chip { grid-template-columns: 46px 1fr; }
  .tool-chip i { display: none; }
  .workspace-tool { grid-template-columns: 52px 1fr; }
  .workspace-tool b { display: none; }
  .config-window pre, .prompt-card pre { font-size: 10px; }
  .dashboard-metrics, .stats-grid, .product-stat-grid { grid-template-columns: 1fr; }
  .dashboard-metrics article, .product-stat-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .dashboard-metrics article:last-child, .product-stat-grid article:last-child { border-bottom: 0; }
  .dashboard-top-actions .dashboard-new { font-size: 0; }
  .dashboard-top-actions .dashboard-new::after { content: "+"; font-size: 14px; }
  .workspace-panel { padding: 14px; }
  .stats-row, .token-entry, .add-token-form, .copy-row { grid-template-columns: 1fr; }
  .stats-row span { text-align: left; }
  .copy-row button { min-height: 40px; border-top: 1px solid var(--line); border-left: 0; }
  .connector-actions { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .connector-actions button { min-width: 0; }
  dialog { width: calc(100% - 24px); max-height: calc(100vh - 24px); padding: 22px 16px; }
  .docs-sidebar nav, .prompt-start-grid { grid-template-columns: 1fr; }
  .prompt-start-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .price-card, .support-card { padding: 24px 20px; }
  .price-card-top { align-items: flex-start; flex-direction: column; }
  .support-action { width: 100%; min-width: 0; }
  .product-section-head h2, .product-band h2, .responsibility-section h2 { font-size: clamp(34px, 12vw, 48px); }
  .product-card-grid article { padding: 22px; }
  footer { padding-bottom: 26px; }
  .footer-links { gap: 12px 16px; }
}
