:root {
  --paper: #f5f2e9;
  --paper-2: #ebe7dc;
  --ink: #17251f;
  --muted: #657069;
  --forest: #205a49;
  --forest-dark: #123d32;
  --mint: #bcd8c7;
  --orange: #ed744a;
  --orange-dark: #b74827;
  --line: #cdd1c8;
  --white: #fffef9;
  --danger: #9c372c;
  --shadow: 0 14px 40px rgba(23, 37, 31, .1);
}
.provider-dot.browser { background: #547a9b; }

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.workspace-grid[hidden], .idea-layout[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration-color: rgba(32,90,73,.45); text-underline-offset: 3px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.35rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 110px; }
.eyebrow { color: var(--orange-dark); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #ff9b75; }
.microcopy, small { color: var(--muted); font-size: .8rem; }

.site-header { width: min(1320px, calc(100% - 32px)); height: 76px; margin: 10px auto 0; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.site-header nav { display: flex; align-items: center; gap: 22px; }
.site-header nav > a { text-decoration: none; font-size: .92rem; font-weight: 650; }
.nav-toggle { display: none; border: 0; padding: 8px; background: transparent; color: var(--ink); cursor: pointer; }.nav-toggle span { width: 22px; height: 2px; display: block; background: currentColor; }.nav-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); text-decoration: none; font-weight: 850; letter-spacing: -.03em; }
.brand-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; background: var(--forest); color: var(--paper); border-radius: 9px 9px 9px 2px; font-family: Georgia, serif; font-size: 1.1rem; }
.brand.compact { font-size: 1.05rem; }.brand.compact .brand-mark { width: 28px; height: 28px; }
.credit-pill, .kind-tag, .status { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.inline-form { display: inline; margin: 0; }
.text-button { appearance: none; border: 0; background: transparent; color: inherit; padding: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.text-button.danger { color: var(--danger); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--forest); border-radius: 7px; padding: 12px 19px; background: var(--forest); color: white; cursor: pointer; text-decoration: none; font-size: .91rem; font-weight: 800; box-shadow: 3px 3px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translate(-1px,-1px); box-shadow: 5px 5px 0 var(--ink); background: var(--forest-dark); }
.button.secondary { color: var(--ink); background: transparent; border-color: var(--ink); box-shadow: none; }
.button.secondary:hover { box-shadow: 3px 3px 0 var(--ink); background: var(--white); }
.button.small { min-height: 38px; padding: 8px 13px; font-size: .8rem; }
.button.wide { width: 100%; }
.button:disabled { opacity: .55; cursor: progress; transform: none; box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin: 28px 0 14px; }

.hero { min-height: 680px; padding: 90px 0 120px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.hero h1 { max-width: 780px; margin-bottom: 24px; }
.hero-lede { max-width: 680px; color: #46534c; font-size: 1.2rem; }
.content-stack { height: 440px; position: relative; }
.paper-card { width: 78%; min-height: 215px; padding: 28px; position: absolute; border: 1px solid var(--ink); background: var(--white); box-shadow: 12px 14px 0 rgba(23,37,31,.15); }
.paper-card span { display: block; margin-bottom: 32px; color: var(--orange-dark); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.paper-card strong { display: block; margin-bottom: 9px; font: 700 1.55rem/1.15 Georgia, serif; }
.paper-card p { color: var(--muted); }
.paper-card.back { top: 0; left: 0; transform: rotate(-5deg); background: var(--mint); }
.paper-card.middle { top: 90px; right: 0; transform: rotate(4deg); }
.paper-card.front { bottom: 0; left: 7%; transform: rotate(-1deg); border-top: 6px solid var(--orange); }
.role-strip { padding: 18px 2vw; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 30px; background: var(--forest); color: #d8e8de; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.role-strip a { color: inherit; text-decoration-color: rgba(216,232,222,.45); }
.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.split-feature > div p:last-child { max-width: 520px; color: var(--muted); font-size: 1.08rem; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 14px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--orange-dark); font: italic 1.2rem Georgia, serif; }
.process-list strong { font-size: 1.1rem; }.process-list p { margin: 4px 0 0; color: var(--muted); }
.ink-section { background: var(--ink); color: var(--paper); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading > p { max-width: 430px; color: #aeb8b2; }
.demo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 40px; }
.demo-card { min-height: 310px; padding: 32px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid #53625a; background: #1d3028; color: inherit; text-decoration: none; }
.demo-card:hover { border-color: var(--orange); }
.demo-card span { margin-bottom: auto; color: #ff9b75; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.demo-card h3 { max-width: 460px; font: 700 2rem/1.05 Georgia, serif; letter-spacing: -.02em; }
.demo-card p { color: #b8c5bd; }
.final-cta { text-align: center; }.final-cta h2 { max-width: 850px; margin: 0 auto 32px; }

.site-footer { min-height: 180px; padding: 48px max(20px, calc((100% - 1180px)/2)); display: flex; justify-content: space-between; align-items: flex-start; border-top: 1px solid var(--line); }
.site-footer p { margin: 10px 0; color: var(--muted); }.site-footer > div:last-child { display: flex; gap: 20px; }
.flash-stack { width: min(760px, calc(100% - 40px)); margin: 10px auto; }
.flash { padding: 14px 16px; border: 1px solid var(--line); background: var(--white); border-radius: 5px; }
.flash.error { border-color: #d8968d; background: #fff1ee; color: #7b2720; }.flash.success { border-color: #8cc3a7; background: #eef9f2; }

.auth-shell { min-height: calc(100vh - 260px); display: grid; place-items: center; padding: 70px 20px 110px; }
.auth-card { width: min(480px, 100%); padding: 42px; border: 1px solid var(--ink); background: var(--white); box-shadow: 10px 12px 0 var(--mint); }
.auth-card h1 { font-size: 3rem; }.auth-card > .button.secondary { margin-top: 12px; }.form-foot { margin: 22px 0 0; color: var(--muted); text-align: center; font-size: .9rem; }
.stack-form { display: grid; gap: 18px; }
label { display: grid; gap: 7px; font-size: .78rem; font-weight: 800; letter-spacing: .02em; }
input, textarea, select { width: 100%; border: 1px solid #aeb7b0; border-radius: 5px; padding: 12px 13px; background: #fffefb; color: var(--ink); outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(32,90,73,.13); }
textarea { resize: vertical; }

.workspace-head { padding: 72px 0 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.workspace-head h1 { margin: 0; font-size: clamp(2.8rem,5vw,4.8rem); }.workspace-head > div > p:last-child { max-width: 650px; color: var(--muted); }
.workspace-tabs { margin-bottom: 28px; display: flex; gap: 6px; border-bottom: 1px solid var(--line); }.workspace-tabs a { padding: 11px 17px; border: 1px solid transparent; border-bottom: 0; color: var(--muted); text-decoration: none; font-size: .85rem; font-weight: 800; }.workspace-tabs a.active { margin-bottom: -1px; border-color: var(--line); background: var(--white); color: var(--ink); }.voice-tab-count { min-width: 21px; margin-left: 5px; padding: 2px 6px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--paper-2); color: var(--forest-dark); font-size: .67rem; }
.workspace-grid { padding-bottom: 110px; display: grid; grid-template-columns: 420px 1fr; gap: 34px; align-items: start; }
.composer-card, .panel { padding: 26px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.composer-card { display: grid; gap: 18px; position: sticky; top: 18px; }.composer-card h2 { font-size: 1.7rem; }
.composer-heading { display: flex; align-items: start; justify-content: space-between; gap: 15px; }.composer-heading h2 { margin: 0; }.composer-heading > span { flex: none; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .68rem; font-weight: 800; }.composer-step { display: grid; gap: 16px; }.composer-step > div > p { margin: 5px 0 0; color: var(--muted); font-size: .85rem; }.composer-skip { justify-self: center; color: var(--muted); font-size: .78rem; }.step-back { justify-self: start; color: var(--muted); font-size: .78rem; }.voice-option { padding: 13px; display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }.voice-option input { width: 18px; height: 18px; flex: none; margin-top: 2px; }.voice-option span { display: grid; gap: 2px; }.voice-option small { font-weight: 500; letter-spacing: 0; }.voice-option:has(input:disabled) { opacity: .72; cursor: default; }.direction-list { display: grid; gap: 12px; }.direction-card { padding: 17px; display: grid; gap: 11px; border: 1px solid var(--line); background: var(--paper); }.direction-card > span { color: var(--orange-dark); font-size: .66rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }.direction-card h3 { margin: 0; font-size: 1.1rem; }.direction-card blockquote { margin: 0; padding-left: 12px; border-left: 3px solid var(--orange); color: var(--forest-dark); font: italic .9rem/1.45 Georgia,serif; }.direction-card p,.direction-card ul { margin: 0; font-size: .82rem; }.direction-card ul { padding-left: 19px; }.direction-card .button { justify-self: start; }
.dictation-field { display: grid; gap: 7px; }.dictate-button { min-height: 44px; padding: 7px 12px; display: inline-flex; align-items: center; gap: 6px; justify-self: start; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--forest-dark); cursor: pointer; font-size: .76rem; font-weight: 750; }.dictate-button > span[aria-hidden] { color: var(--orange); font-size: .68rem; }.dictate-button.listening { border-color: var(--orange); background: #fff3e9; }.dictate-button.listening > span[aria-hidden] { animation: listening-pulse 1.2s ease-in-out infinite; }@keyframes listening-pulse { 50% { opacity: .3; } }
.segmented { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; background: var(--paper-2); border-radius: 7px; }
.segmented label { display: block; cursor: pointer; }.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span { display: grid; padding: 10px 12px; border-radius: 5px; font-weight: 800; }.segmented small { font-weight: 500; }
.segmented input:checked + span { background: var(--white); box-shadow: 0 2px 7px rgba(0,0,0,.09); }
.form-error { margin: 0; color: var(--danger); font-size: .85rem; }
.form-success { margin: 0; color: var(--forest); font-size: .85rem; }
.list-heading { margin-bottom: 12px; display: flex; justify-content: space-between; align-items: center; }.list-heading h2 { margin: 0; font-size: 1.8rem; }.list-heading span { color: var(--muted); font-size: .8rem; }
.project-row { padding: 20px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: start; border-top: 1px solid var(--line); text-decoration: none; }
.project-row:hover strong { color: var(--forest); }.project-row p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }.project-created { display: block; margin-top: 7px; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .02em; }.project-row .status.failed { color: var(--danger); }.project-row .status.completed { color: var(--forest); }
.empty-state { padding: 70px 25px; border: 1px dashed #aeb7b0; color: var(--muted); text-align: center; }.empty-state.compact { padding: 25px; }
.idea-layout { padding-bottom: 110px; display: grid; gap: 24px; align-items: start; }.idea-section-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; padding: 5px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-2); }.idea-section-tabs button { min-height: 46px; padding: 9px 15px; border: 1px solid transparent; border-radius: 5px; background: transparent; color: var(--muted); cursor: pointer; font-size: .84rem; font-weight: 850; }.idea-section-tabs button.active { border-color: var(--line); background: var(--white); color: var(--forest-dark); box-shadow: 0 2px 7px rgba(23,37,31,.08); }.idea-section-tabs button span { min-width: 22px; margin-left: 5px; padding: 2px 6px; display: inline-grid; place-items: center; border-radius: 999px; background: var(--paper-2); color: var(--forest-dark); font-size: .67rem; }.idea-tab-panel { min-width: 0; }.ideas-panel { display: grid; grid-template-columns: 360px minmax(0,1fr); gap: 34px; align-items: start; }.idea-form { display: grid; gap: 17px; position: sticky; top: 18px; }.idea-form h2 { margin: 0; font-size: 2rem; }.idea-form > p:not(.eyebrow):not(.form-error) { color: var(--muted); font-size: .9rem; }.saved-ideas-panel { display: grid; gap: 15px; }.saved-ideas-panel .list-heading > div { display: grid; gap: 3px; }.saved-ideas-panel .list-heading p { margin: 0; }.idea-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.idea-grid > .empty-state { grid-column: 1/-1; }.idea-card { min-width: 0; padding: 22px; display: flex; flex-direction: column; gap: 13px; border: 1px solid var(--line); background: var(--white); }.idea-card > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.idea-card h3 { margin: 2px 0 0; font-size: 1.28rem; }.idea-card p { margin: 0; color: #46534c; font-size: .92rem; }.idea-card > small { color: var(--muted); line-height: 1.5; }.idea-pillar { color: var(--orange-dark); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.idea-actions { margin-top: auto; padding-top: 12px; display: flex; gap: 18px; border-top: 1px solid var(--line); }.idea-actions .text-button { color: var(--forest); font-size: .78rem; font-weight: 800; }.idea-actions .danger-text { color: var(--danger); }
.news-lab { scroll-margin-top: 82px; }.news-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }.news-heading h2 { margin: 0; font-size: 2rem; }.news-heading p:not(.eyebrow) { max-width: 650px; margin: 7px 0 0; color: var(--muted); font-size: .9rem; }.news-heading > a { flex: none; }.news-search { margin: 22px 0 9px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: end; }.news-search > label { min-width: 0; }.news-search textarea[name="query"] { min-height: 84px; line-height: 1.4; }.news-search-actions { display: flex; gap: 8px; }.news-search-actions .button { white-space: nowrap; }.news-credit-note,.news-topic-status { grid-column: 1/-1; margin: 0; color: var(--muted); font-size: .73rem; }.news-credit-note strong { color: var(--forest-dark); }.news-topic-picker { grid-column: 1/-1; margin-top: 5px; padding: 16px; border: 1px solid var(--line); background: var(--paper); }.news-topic-picker-head { margin-bottom: 12px; display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }.news-topic-picker-head small { color: var(--muted); }.news-topic-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }.news-topic-option { min-width: 0; padding: 12px; display: grid; gap: 8px; border: 1px solid var(--line); background: var(--white); }.news-topic-option.selected { border-color: var(--forest); box-shadow: inset 4px 0 0 var(--mint); }.news-topic-choice { display: flex; grid-template-columns: none; align-items: center; gap: 7px; color: var(--forest-dark); font-size: .67rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }.news-topic-choice input { width: 16px; height: 16px; flex: none; }.news-topic-option > textarea { min-width: 0; min-height: 66px; padding: 9px; font-size: .8rem; font-weight: 700; line-height: 1.35; }.news-topic-option > small { color: var(--muted); font-size: .7rem; line-height: 1.4; }.news-status { margin: 0 0 15px; color: var(--muted); font-size: .76rem; }.news-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.news-grid > .empty-state { grid-column: 1/-1; }.news-card { min-width: 0; padding: 21px; display: flex; flex-direction: column; gap: 12px; border: 1px solid var(--line); background: var(--white); }.news-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .69rem; }.news-meta span { overflow-wrap: anywhere; }.news-card h3 { margin: 0; font-size: 1.2rem; line-height: 1.25; }.news-card h3 a { text-decoration: none; }.news-card h3 a:hover { color: var(--forest); text-decoration: underline; }.news-card p { margin: 0; color: #46534c; font-size: .88rem; }.news-card > small { color: var(--muted); line-height: 1.45; }

.profile-layout { padding-bottom: 110px; display: grid; grid-template-columns: 1fr 350px; gap: 26px; align-items: start; }.profile-layout .panel { padding: 34px; }.reference-panel { position: sticky; top: 20px; }.reference-panel h2 { font-size: 1.5rem; }.reference-panel > p { color: var(--muted); font-size: .86rem; }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.upload-box { padding: 23px; border: 1px dashed #91a098; background: var(--paper); }.upload-box input { border: 0; padding: 0; background: transparent; }.upload-box span { color: var(--muted); font-weight: 500; }
.profile-import { display: grid; gap: 14px; padding: 24px; border: 1px solid #80a491; background: #edf5ef; }.profile-import h2 { margin: 0; font-size: 1.65rem; }.profile-import p { margin: 0; color: var(--muted); font-size: .9rem; }.profile-import .eyebrow { color: var(--orange-dark); font-size: .7rem; }.profile-import .upload-box { background: var(--white); }.profile-import .button { justify-self: start; }.profile-import > small { color: var(--muted); line-height: 1.5; }.form-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }.form-divider::before,.form-divider::after { content: ''; height: 1px; flex: 1; background: var(--line); }
.voice-link-card { padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid var(--line); background: var(--paper); }.voice-link-card p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }
.document-row { padding: 14px 0; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); }.document-row strong,.document-row small { display: block; overflow-wrap: anywhere; }
.voice-layout { padding-bottom: 110px; display: grid; grid-template-columns: 380px minmax(0,1fr); gap: 28px; align-items: start; }.voice-analyzer { position: sticky; top: 18px; }.voice-analyzer h2,.voice-editor h2 { font-size: 2rem; }.voice-analyzer > p:not(.eyebrow),.voice-editor > div > p:last-child { color: var(--muted); font-size: .9rem; }.voice-editor { padding: 34px; }.voice-editor label small { font-weight: 500; letter-spacing: 0; }.voice-editor textarea { line-height: 1.55; }
.kind-composer { display: grid; gap: 16px; }.kind-intro { display: grid; gap: 6px; padding: 4px 0 2px; }.kind-intro h3 { margin: 0; font-size: 1.35rem; }.kind-intro p { margin: 0; color: var(--muted); font-size: .86rem; }.audience-picker,.audience-editor { margin: 0; padding: 15px; display: grid; gap: 9px; border: 1px solid var(--line); background: var(--paper); }.audience-picker legend,.audience-editor legend { padding: 0 6px; font-size: .78rem; font-weight: 850; }.audience-picker legend small,.audience-editor legend small { display: block; margin-top: 3px; color: var(--muted); font-weight: 500; }.audience-picker label { padding: 9px 10px; display: flex; grid-template-columns: none; align-items: flex-start; gap: 9px; border: 1px solid #d9ded9; background: var(--white); cursor: pointer; font-weight: 650; }.audience-picker input { width: 17px; height: 17px; flex: none; margin-top: 1px; }.audience-picker p { margin: 0; color: var(--muted); font-size: .82rem; }.audience-editor { grid-template-columns: repeat(3,minmax(0,1fr)); }.audience-editor legend { grid-column: 1/-1; }.advanced-options { border: 1px solid var(--line); background: #faf9f5; }.advanced-options > summary { padding: 13px 15px; cursor: pointer; color: var(--forest-dark); font-size: .8rem; font-weight: 850; }.advanced-fields { padding: 2px 15px 16px; display: grid; gap: 14px; }
.post-template-field { display: grid; gap: 7px; }.post-template-label { font-size: .78rem; font-weight: 800; letter-spacing: .02em; }.post-template-trigger { width: 100%; min-height: 72px; padding: 13px; display: flex; align-items: center; justify-content: space-between; gap: 13px; border: 1px solid #aeb7b0; border-radius: 5px; background: #fffefb; color: var(--ink); cursor: pointer; text-align: left; }.post-template-trigger:hover { border-color: var(--forest); background: #f8fcf9; }.post-template-trigger:focus-visible { outline: none; border-color: var(--forest); box-shadow: 0 0 0 3px rgba(32,90,73,.13); }.post-template-summary { min-width: 0; display: grid; gap: 3px; }.post-template-summary strong { font-size: .9rem; line-height: 1.25; }.post-template-summary small { font-weight: 500; letter-spacing: 0; line-height: 1.35; }.post-template-action { flex: none; color: var(--forest); font-size: .75rem; font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }.template-dialog.post-template-dialog { width: min(820px,calc(100% - 30px)); }.post-template-dialog-card { display: grid; gap: 20px; }.post-template-picker { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.post-template-choice { min-width: 0; min-height: 178px; padding: 17px; display: flex; flex-direction: column; gap: 10px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); color: var(--ink); cursor: pointer; text-align: left; }.post-template-choice:hover { border-color: var(--forest); background: #f5faf7; }.post-template-choice:focus-visible { outline: none; border-color: var(--forest); box-shadow: 0 0 0 3px rgba(32,90,73,.13); }.post-template-choice.selected { border-color: var(--forest); background: #edf5ef; box-shadow: inset 0 0 0 1px var(--forest); }.post-template-choice-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 9px; }.post-template-choice-head strong { font-size: 1rem; line-height: 1.25; }.post-template-choice-head > span { flex: none; padding: 3px 7px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .58rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }.post-template-choice-description { color: #46534c; font-size: .8rem; line-height: 1.45; }.post-template-choice-structure { margin-top: auto; padding-top: 9px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; line-height: 1.4; white-space: pre-line; }.post-template-dialog-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.post-template-dialog-foot a { color: var(--forest); font-size: .8rem; font-weight: 800; }
.kind-composer > [data-guide-brief-step],.guide-format-step { display: grid; gap: 16px; }.derived-guide-notice { padding: 14px; border: 1px solid #80a491; background: #edf5ef; }.derived-guide-notice p { margin: 4px 0 0; color: var(--muted); font-size: .8rem; }.guide-format-list { display: grid; gap: 14px; }.guide-format-card { padding: 16px; display: grid; gap: 12px; border: 1px solid var(--line); background: var(--paper); }.guide-format-card.selected { border-color: var(--forest); box-shadow: 0 0 0 2px rgba(32,90,73,.12); background: #f8fcf9; }.guide-format-choice { padding-bottom: 9px; display: flex; grid-template-columns: none; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); cursor: pointer; color: var(--orange-dark); font-size: .7rem; text-transform: uppercase; }.guide-format-choice input { width: 18px; height: 18px; flex: none; }.guide-format-card textarea { line-height: 1.45; }.guide-format-actions { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 9px; }.guide-format-actions .button:last-child { width: 100%; }
.voice-layout { padding-bottom: 55px; }.template-library { padding-bottom: 110px; }.template-library-head { margin-bottom: 24px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 28px; align-items: start; }.template-library-head h2 { margin: 0; font-size: 2.4rem; }.template-library-head p:not(.eyebrow) { max-width: 680px; color: var(--muted); }.new-template-trigger { justify-self: end; }.template-dialog { width: min(620px,calc(100% - 30px)); max-height: min(88vh,850px); margin: auto; padding: 0; overflow: auto; border: 1px solid var(--ink); border-radius: 8px; background: var(--white); color: var(--ink); box-shadow: 18px 20px 0 rgba(153,208,178,.72); }.template-dialog::backdrop { background: rgba(14,25,20,.62); backdrop-filter: blur(3px); }.template-dialog-card { padding: 28px; }.template-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }.template-dialog-head h2 { margin: 0; font-size: 2.2rem; }.template-dialog-intro { margin: -7px 0 2px; color: var(--muted); font-size: .9rem; }.dialog-close { width: 42px; height: 42px; flex: none; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); cursor: pointer; font-size: 1.65rem; line-height: 1; }.dialog-close:hover { border-color: var(--forest); background: var(--mint); }.template-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; }.template-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; align-items: start; }.template-column { min-width: 0; display: grid; gap: 13px; }.template-column .list-heading h3 { margin: 0; font-size: 1.55rem; }.template-card { position: relative; padding: 20px; border: 1px solid var(--line); background: var(--white); }.template-card-head { margin-bottom: 15px; display: flex; align-items: center; gap: 9px; }.template-card-head strong { font-size: 1rem; }.compact-form { gap: 12px; }.compact-form label { font-size: .7rem; }.compact-form textarea { line-height: 1.45; }.compact-form details summary { margin-bottom: 8px; cursor: pointer; color: var(--muted); font-size: .75rem; font-weight: 750; }.template-delete { position: absolute; right: 20px; bottom: 22px; }.template-card .button { justify-self: start; }.template-card .button + .template-delete { margin-left: auto; }

.editor-head { padding: 50px 0 25px; display: flex; align-items: end; justify-content: space-between; }.editor-head h1 { margin: 0; font-size: clamp(2.4rem,4vw,4rem); }.back-link { display: block; margin-bottom: 28px; color: var(--muted); font-size: .85rem; }.save-state { color: var(--muted); font-size: .8rem; }.derived-source { margin: 12px 0 0; color: var(--muted); font-size: .85rem; }
.generation-status { margin-bottom: 25px; padding: 20px; border: 1px solid #80a491; background: #e7f1ea; }.generation-status > div:first-child { display: flex; justify-content: space-between; }.generation-status p { margin: 9px 0 0; color: var(--muted); font-size: .85rem; }.progress-track { height: 6px; margin-top: 9px; overflow: hidden; background: #c7d8cc; border-radius: 10px; }.progress-track i { display: block; height: 100%; background: var(--forest); transition: width .3s ease; }
.editor-layout { padding-bottom: 100px; display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 24px; align-items: start; }.editor-main { min-width: 0; }.editor-sidebar { display: grid; gap: 15px; position: sticky; top: 18px; }.editor-sidebar .panel { padding: 20px; box-shadow: none; }.editor-sidebar h3 { font-size: 1rem; letter-spacing: 0; }.editor-sidebar .panel > a { display: block; padding: 9px 0; border-top: 1px solid var(--line); font-size: .87rem; }
.editor-tabs { display: inline-flex; gap: 3px; padding: 3px; border: 1px solid var(--line); border-bottom: 0; background: var(--paper-2); }.editor-tabs button { border: 0; padding: 8px 18px; background: transparent; cursor: pointer; font-weight: 700; }.editor-tabs button.active { background: var(--white); }
.markdown-editor { min-height: 72vh; padding: 28px; border-radius: 0; border-color: var(--line); background: #202a26; color: #eaf0ec; font: 14px/1.65 ui-monospace, SFMono-Regular, Menlo, monospace; resize: vertical; }
.preview-pane { min-height: 72vh; padding: 40px; border: 1px solid var(--line); background: var(--white); }
.post-section { padding-top: 55px; }.post-section h2 { font-size: 2.4rem; }.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.post-editor { padding: 17px; display: flex; flex-direction: column; gap: 12px; border: 1px solid var(--line); background: var(--white); }.post-editor > div { display: flex; justify-content: space-between; align-items: center; }.post-editor span { color: var(--muted); font-size: .72rem; }.post-editor textarea { flex: 1; border: 0; padding: 0; background: transparent; line-height: 1.5; }.post-editor.skeleton { min-height: 300px; color: var(--muted); }
.companion-empty { padding: 24px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px 24px; align-items: center; border: 1px dashed #8fa197; background: var(--paper); }.companion-empty strong { font-size: 1rem; }.companion-empty p { max-width: 700px; margin: 5px 0 0; color: var(--muted); font-size: .86rem; }.companion-empty small { grid-column: 1/-1; color: var(--muted); line-height: 1.4; }.companion-regenerate { margin: -6px 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }.companion-regenerate .text-button { color: var(--forest); font-size: .76rem; font-weight: 800; }.companion-regenerate small { color: var(--muted); text-align: right; }
.post-editor .post-actions { gap: 12px; align-items: center; flex-wrap: wrap; }.post-editor .post-actions .text-button { font-size: .75rem; }
.ai-edit-dialog-card { display: grid; gap: 18px; }.ai-edit-meta { padding: 9px 11px; border-left: 3px solid var(--orange); background: var(--paper); color: var(--muted); font-size: .75rem; font-weight: 750; }.ai-edit-current-draft { min-width: 0; display: grid; gap: 8px; }.ai-edit-current-draft > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }.ai-edit-current-draft small { color: var(--muted); font-size: .7rem; text-align: right; }.ai-edit-current-draft pre { max-height: 250px; margin: 0; padding: 14px; overflow: auto; border: 1px solid var(--line); border-radius: 5px; background: #f7f5ed; color: var(--ink); font: 500 .82rem/1.55 Inter,sans-serif; white-space: pre-wrap; overflow-wrap: anywhere; }.ai-edit-presets { display: flex; flex-wrap: wrap; gap: 8px; }.ai-edit-presets button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--forest-dark); cursor: pointer; font-size: .72rem; font-weight: 800; }.ai-edit-presets button:hover { border-color: var(--forest); background: var(--mint); }.ai-edit-dialog-card label small { justify-self: end; font-weight: 500; letter-spacing: 0; }.ai-edit-dialog-actions { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 9px; }.ai-edit-dialog-actions .button:last-child { width: 100%; }
.voice-project-status p { color: var(--muted); font-size: .82rem; }
.toggle-row { margin: 11px 0; display: flex; grid-template-columns: none; align-items: center; gap: 9px; font-weight: 600; }.toggle-row input,.consent input { width: 17px; height: 17px; }.public-link { margin-top: 12px; text-align: center; }.stats > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.stats span { display: grid; padding: 10px; background: var(--paper); color: var(--muted); font-size: .7rem; }.stats strong { color: var(--ink); font-size: 1.25rem; }.sources a { display: grid !important; grid-template-columns: 27px 1fr; gap: 6px; overflow-wrap: anywhere; }.sources a span { color: var(--orange-dark); font-weight: 850; }
.gate-question-builder { margin: 15px 0; padding: 13px; border: 1px solid var(--line); background: var(--paper); }.gate-question-builder-head,.gate-question-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }.gate-question-builder-head > div:first-child { display: grid; gap: 2px; }.gate-question-builder-head small { font-weight: 500; line-height: 1.35; }.gate-question-builder-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px 10px; }.gate-question-builder-head .text-button { flex: none; color: var(--forest); font-size: .7rem; font-weight: 800; }.gate-question-builder-head .text-button:disabled { color: var(--muted); cursor: default; opacity: .6; }.reusable-question-picker { margin-top: 12px; padding: 11px; display: grid; gap: 9px; border: 1px solid #80a491; background: #edf5ef; }.reusable-question-picker label { min-width: 0; font-size: .68rem; }.reusable-question-picker select { min-width: 0; padding: 9px; font-size: .75rem; }.reusable-question-picker .button { width: 100%; }.reusable-question-empty { display: block; margin-top: 9px; font-weight: 500; line-height: 1.35; }.gate-question-list { display: grid; gap: 10px; margin-top: 11px; }.gate-question-card { min-width: 0; padding: 12px; display: grid; gap: 11px; border: 1px solid var(--line); background: var(--white); }.gate-question-card label { min-width: 0; font-size: .68rem; }.gate-question-card input,.gate-question-card select,.gate-question-card textarea { min-width: 0; padding: 9px; font-size: .78rem; }.gate-question-card-head strong { font-size: .76rem; }.gate-question-card-head .text-button { font-size: .68rem; }.gate-question-card label small { display: block; font-weight: 500; line-height: 1.35; }.gate-question-card .gate-question-required { margin: 0; font-size: .72rem; }.publish-panel > .button { margin-top: 7px; }
.video-export { margin-top: 10px; padding: 12px 0 3px; display: grid; gap: 5px; border-top: 1px solid var(--line); }.video-export a { color: var(--forest); font-size: .87rem; font-weight: 800; }.video-export a[aria-disabled="true"] { opacity: .58; pointer-events: none; }.video-export small { line-height: 1.4; }
.creative-export { display: grid; gap: 7px; }.creative-export h3 { margin-bottom: 5px; }.creative-export .text-button { justify-self: start; color: var(--forest); text-align: left; font-size: .87rem; font-weight: 800; }.creative-export small { line-height: 1.4; }
.word-cloud-dialog { width: min(1060px,calc(100% - 30px)); max-height: min(94vh,980px); }.word-cloud-dialog-card { padding: 28px; }.word-cloud-workspace { margin-top: 22px; display: grid; grid-template-columns: 320px minmax(0,1fr); gap: 25px; align-items: start; }.word-cloud-controls { min-width: 0; }.word-cloud-controls label small { display: block; margin: 3px 0 6px; font-weight: 500; letter-spacing: 0; line-height: 1.4; }.word-cloud-controls textarea { min-height: 230px; line-height: 1.35; }.word-cloud-control-actions,.word-cloud-output-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.word-cloud-preview { min-width: 0; padding: 14px; display: grid; gap: 11px; border: 1px solid var(--line); background: var(--paper); }.word-cloud-preview canvas { width: 100%; height: auto; display: block; border: 1px solid var(--ink); background: var(--white); box-shadow: 7px 8px 0 rgba(32,90,73,.16); }.word-cloud-preview p { min-height: 20px; margin: 0; color: var(--muted); font-size: .78rem; }.word-cloud-preview p.error { color: var(--danger); }

.public-guide-head { max-width: 960px; padding: 90px 0 60px; text-align: center; }.public-guide-head h1 { font: 700 clamp(3rem,7vw,6.4rem)/.98 Georgia, serif; letter-spacing: -.05em; }.public-guide-head > p:last-child { max-width: 700px; margin-inline: auto; color: var(--muted); font-size: 1.1rem; }
.public-guide-head h1.long-title { font-size: clamp(2.7rem,4.6vw,4.8rem); line-height: 1.02; letter-spacing: -.04em; }
.public-guide-layout { padding-bottom: 120px; display: grid; grid-template-columns: minmax(0,800px); gap: 70px; align-items: start; justify-content: center; }
.guide-prose { font: 18px/1.72 Georgia, serif; overflow-wrap: anywhere; }.guide-prose h1,.guide-prose h2,.guide-prose h3 { margin-top: 1.8em; font-family: Inter, sans-serif; }.guide-prose h1 { font-size: 2.8rem; }.guide-prose h2 { padding-top: 25px; border-top: 1px solid var(--line); font-size: 2rem; }.guide-prose h3 { font-size: 1.35rem; }.guide-prose pre { overflow: auto; padding: 20px; background: #202a26; color: #e8f1eb; border-radius: 4px; font: 13px/1.55 ui-monospace,monospace; }.guide-prose code { padding: 2px 4px; background: var(--paper-2); font-size: .84em; }.guide-prose pre code { padding: 0; background: transparent; }.guide-prose table { display: block; max-width: 100%; overflow: auto; border-collapse: collapse; font-family: Inter,sans-serif; font-size: .85rem; }.guide-prose th,.guide-prose td { padding: 10px; border: 1px solid var(--line); }.guide-prose blockquote { margin-left: 0; padding-left: 20px; border-left: 4px solid var(--orange); color: var(--muted); }
.mobile-sources-toggle { display: block; }.mobile-sources-toggle > summary { display: none; }.mobile-sources-toggle:not([open]) > .mobile-sources-content { display: block; }
.gate-card { width: min(620px,calc(100% - 40px)); margin: 20px auto 120px; padding: 40px; border: 1px solid var(--ink); background: var(--white); box-shadow: 12px 14px 0 var(--mint); }.gate-card h2 { font-size: 2.4rem; }.gate-wizard-progress { display: grid; gap: 9px; }.gate-wizard-progress > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 15px; }.gate-wizard-progress strong { font-size: .78rem; }.gate-wizard-progress span { color: var(--muted); font-size: .7rem; font-weight: 750; }.gate-progress-track { height: 7px; overflow: hidden; border-radius: 999px; background: var(--paper-2); }.gate-progress-track i { width: 0; height: 100%; display: block; border-radius: inherit; background: var(--orange); transition: width .2s ease; }.gate-step { min-width: 0; display: grid; gap: 15px; }.gate-step-heading { display: grid; gap: 5px; }.gate-step-heading > span { color: var(--orange-dark); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.gate-step-heading h3 { margin: 0; font-size: 1.45rem; }.gate-step-heading p { margin: 0; color: var(--muted); font-size: .82rem; }.public-gate-question { min-width: 0; margin: 0; padding: 15px; display: grid; gap: 10px; border: 1px solid var(--line); background: var(--paper); }.public-gate-question legend { max-width: 100%; padding: 0 6px; font-size: .92rem; font-weight: 800; line-height: 1.35; }.public-gate-question legend small { margin-left: 5px; font-weight: 500; }.gate-choice-list { display: grid; gap: 8px; }.gate-choice { padding: 10px; display: flex; grid-template-columns: none; align-items: flex-start; gap: 9px; border: 1px solid var(--line); background: var(--white); cursor: pointer; font-weight: 600; }.gate-choice input { width: 17px; height: 17px; flex: none; margin-top: 1px; }.gate-choice span { overflow-wrap: anywhere; }.gate-confirm-step { padding: 18px; border: 1px solid var(--line); background: var(--paper); }.consent { display: flex; grid-template-columns: none; align-items: start; gap: 8px; font-weight: 500; }.gate-wizard-actions { display: flex; align-items: center; gap: 10px; padding-top: 3px; border-top: 1px solid var(--line); }.gate-wizard-actions .button:last-child { min-width: 150px; margin-left: auto; }.honeypot { position: absolute; left: -9999px; }

.leads-head { align-items: flex-end; }.leads-head .back-link { margin-bottom: 24px; }.leads-head h1 { margin-bottom: 10px; font-size: clamp(2.35rem,4vw,4rem); }.lead-count-card { min-width: 145px; padding: 18px; display: grid; border: 1px solid var(--ink); background: var(--mint); text-align: center; }.lead-count-card strong { font-size: 2rem; line-height: 1; }.lead-count-card span { margin-top: 5px; color: var(--forest-dark); font-size: .7rem; font-weight: 800; text-transform: uppercase; }.leads-dashboard { padding-bottom: 110px; }.lead-controls { margin-bottom: 18px; padding: 22px; display: grid; gap: 20px; box-shadow: none; }.lead-primary-filters { display: grid; grid-template-columns: minmax(260px,1fr) minmax(220px,.55fr); gap: 13px; }.lead-answer-filters { padding-top: 18px; display: grid; gap: 13px; border-top: 1px solid var(--line); }.lead-answer-filters > div:first-child { display: grid; gap: 2px; }.lead-answer-filters small { font-weight: 500; }.lead-filter-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; }.lead-filter-grid label { min-width: 0; }.lead-filter-grid select { min-width: 0; text-overflow: ellipsis; }.lead-column-picker { padding-top: 16px; border-top: 1px solid var(--line); }.lead-column-picker summary { cursor: pointer; font-size: .8rem; font-weight: 850; }.lead-column-picker > div { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 8px; }.lead-column-picker label { max-width: 100%; padding: 8px 10px; display: flex; grid-template-columns: none; align-items: flex-start; gap: 7px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; font-weight: 650; }.lead-column-picker input { width: 16px; height: 16px; flex: none; margin-top: 1px; }.lead-column-picker span { overflow-wrap: anywhere; }.lead-control-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; }.lead-control-actions > a { margin-left: 4px; color: var(--muted); font-size: .8rem; }.lead-table-panel { padding: 0; overflow: hidden; box-shadow: none; }.lead-table-summary { padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }.lead-table-summary span { color: var(--muted); font-size: .75rem; }.lead-table-wrap { max-width: 100%; overflow: auto; }.lead-table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: .82rem; }.lead-table th { padding: 12px 14px; position: sticky; top: 0; border-bottom: 2px solid var(--line); background: var(--paper); color: var(--muted); text-align: left; white-space: nowrap; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }.lead-table td { max-width: 320px; padding: 14px; border-bottom: 1px solid var(--line); vertical-align: top; overflow-wrap: anywhere; }.lead-table tbody tr:last-child td { border-bottom: 0; }.lead-table tbody tr:hover { background: #faf9f4; }.lead-table td a { color: var(--forest); }.lead-empty { color: #a4aaa5; }
.leads-head-stats { display: flex; gap: 10px; }.lead-count-card.dm { background: var(--paper); }.lead-section-head { margin: 30px 0 14px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }.lead-section-head h2 { margin: 4px 0 3px; font-size: clamp(1.75rem,3vw,2.5rem); }.lead-section-head p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .82rem; }.dm-link-section { margin-top: 70px; scroll-margin-top: 20px; }.dm-link-controls { margin-bottom: 18px; padding: 18px; display: grid; grid-template-columns: minmax(240px,1fr) minmax(150px,.4fr) minmax(190px,.5fr) auto auto; align-items: end; gap: 11px; box-shadow: none; }.dm-link-controls > a { padding: 10px 4px; color: var(--muted); font-size: .78rem; text-align: center; }.dm-link-table { min-width: 1500px; }.dm-link-table th:nth-child(1) { min-width: 170px; }.dm-link-table th:nth-child(2),.dm-link-table th:nth-child(3) { min-width: 280px; }.dm-link-table th:nth-child(n+4) { min-width: 125px; }.dm-link-cell { display: grid; gap: 8px; }.dm-link-cell > a { font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: .7rem; }.dm-link-cell > div { display: flex; flex-wrap: wrap; gap: 10px; }.dm-link-cell .text-button { font-size: .7rem; }.dm-private-note { margin-top: 5px; display: block; color: var(--muted); font-size: .68rem; }.dm-link-table-panel .status { display: inline-flex; white-space: nowrap; }

.pricing-head { max-width: 840px; padding: 100px 0 48px; text-align: center; }.pricing-head h1 { font-size: clamp(3rem,6vw,5.5rem); }.pricing-head p:last-child { color: var(--muted); font-size: 1.1rem; }.pricing-section { padding-top: 65px; }.pricing-section.pack-section { padding-bottom: 120px; border-top: 1px solid var(--line); }.pricing-section-head { margin-bottom: 35px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }.pricing-section-head h2 { margin: 0; font-size: clamp(2rem,4vw,3.2rem); }.pricing-section-head > p { max-width: 450px; margin: 0; color: var(--muted); }.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.subscription-grid { padding-bottom: 90px; }.price-card { padding: 30px; border: 1px solid var(--line); background: var(--white); transition: border-color .2s,box-shadow .2s; }.price-card.featured { border: 2px solid var(--forest); transform: translateY(-10px); box-shadow: 8px 10px 0 var(--mint); }.price-card.promo-applied { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(237,116,74,.13); }.price-card > span { color: var(--orange-dark); font-size: .72rem; font-weight: 850; text-transform: uppercase; }.price-card h2 { margin: 25px 0 4px; font-size: 3.4rem; }.price-card h2 b { font: inherit; }.price-card h2 small { margin-left: 5px; font: 700 .9rem Inter,sans-serif; letter-spacing: 0; }.price-card > strong { font-size: 1.1rem; }.price-card p { min-height: 55px; color: var(--muted); }.price-card ul { min-height: 90px; margin: 18px 0 25px; padding-left: 20px; color: var(--muted); font-size: .84rem; }.promo-apply { max-width: 900px; padding: 22px; display: grid; grid-template-columns: 1fr minmax(280px,.65fr); align-items: center; gap: 8px 25px; box-shadow: none; }.promo-apply p,.promo-apply strong,.promo-apply small { margin: 0; display: block; }.promo-apply .eyebrow { margin-bottom: 4px; }.promo-apply-controls { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.promo-apply-controls input { text-transform: uppercase; }.promo-status { min-height: 20px; grid-column: 2; color: var(--forest); font-size: .78rem; font-weight: 700; }.promo-signin { padding: 17px; border: 1px solid var(--line); background: var(--white); text-align: center; }.promo-signin span { font-weight: 800; }
.billing-account-strip { max-width: 900px; margin-top: 15px; padding: 16px 20px; display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; align-items: center; border: 1px solid var(--forest); background: var(--mint); }.billing-account-strip strong,.billing-account-strip span { display: block; }.billing-account-strip span { color: var(--forest-dark); font-size: .78rem; }.billing-account-strip p { min-height: 18px; margin: 0; grid-column: 1 / -1; color: var(--danger); font-size: .75rem; }
.legal { max-width: 760px; padding: 90px 0 120px; }.legal h1 { font-size: 4.8rem; }.legal h2 { margin-top: 45px; font-size: 1.8rem; }.legal p { font: 17px/1.7 Georgia,serif; }

.model-settings { margin-bottom: 95px; padding: 30px; border: 1px solid var(--line); background: var(--white); box-shadow: 8px 10px 0 var(--mint); }.model-settings-head { margin-bottom: 24px; display: grid; grid-template-columns: minmax(0,1fr) 220px; gap: 28px; align-items: start; }.model-settings-head h2 { margin: 4px 0 10px; font-size: clamp(2rem,3.5vw,3rem); }.model-settings-head p:last-child { max-width: 760px; margin: 0; color: var(--muted); }.model-margin-card { padding: 18px; display: grid; gap: 5px; border: 1px solid var(--forest); background: var(--mint); }.model-margin-card span { color: var(--forest-dark); font-size: .68rem; font-weight: 850; text-transform: uppercase; }.model-margin-card strong { font-size: 1.75rem; }.model-margin-card small { line-height: 1.35; }.model-settings-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }.model-stage-card { min-width: 0; padding: 16px; display: grid; gap: 7px; border: 1px solid var(--line); background: var(--paper); }.model-stage-card > span { font-size: .86rem; font-weight: 850; }.model-stage-card > small { min-height: 36px; font-weight: 500; line-height: 1.35; }.model-stage-card select { min-width: 0; }.model-stage-card em { color: var(--forest-dark); font-size: .68rem; font-style: normal; font-weight: 700; line-height: 1.35; }.model-settings-actions { padding: 16px; display: flex; align-items: center; flex-wrap: wrap; gap: 15px; border: 1px solid var(--line); background: var(--white); }.model-settings-actions a { color: var(--forest); font-size: .78rem; font-weight: 800; }.model-settings-actions small { margin-left: auto; color: var(--muted); line-height: 1.35; }.model-catalog-notes { margin-top: 20px; }.model-catalog-notes summary { cursor: pointer; font-size: .8rem; font-weight: 850; }.model-catalog-notes > div { margin-top: 13px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }.model-catalog-notes article { min-width: 0; padding: 14px; display: grid; gap: 5px; border: 1px solid var(--line); }.model-catalog-notes article span,.model-catalog-notes article p,.model-catalog-notes article code { overflow-wrap: anywhere; font-size: .7rem; }.model-catalog-notes article span { color: var(--orange-dark); font-weight: 800; text-transform: uppercase; }.model-catalog-notes article p { min-height: 55px; margin: 0; color: var(--muted); }.model-catalog-notes article code { padding: 4px; background: var(--paper); }

.cost-dashboard { padding-bottom: 110px; }.cost-head { align-items: flex-start; }.cost-head > div > p:last-child { max-width: 760px; }.cost-head .button { flex: none; margin-top: 12px; }
.cost-kpis { margin-bottom: 22px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }.cost-kpis article { min-width: 0; padding: 22px; display: grid; gap: 7px; border: 1px solid var(--line); background: var(--white); }.cost-kpis article:first-child { border-top: 4px solid var(--orange); }.cost-kpis span,.cost-period-summary span { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }.cost-kpis strong { overflow-wrap: anywhere; font-size: clamp(1.35rem,2vw,2rem); letter-spacing: -.04em; }.cost-kpis small { display: block; }
.profitability-panel { margin-bottom: 18px; padding: 25px; box-shadow: none; }.margin-target { padding: 7px 10px; border: 1px solid var(--forest); background: var(--mint); color: var(--forest-dark); font-size: .7rem; font-weight: 850; text-transform: uppercase; }.profitability-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }.profitability-grid article { min-width: 0; padding: 16px; display: grid; gap: 5px; border: 1px solid var(--line); background: var(--paper); }.profitability-grid span,.metered-profit-row span { color: var(--muted); font-size: .64rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }.profitability-grid strong { overflow-wrap: anywhere; font-size: 1.25rem; }.profitability-grid small { line-height: 1.35; }.positive strong { color: var(--forest); }.negative strong { color: var(--danger); }.metered-profit-row { margin-top: 12px; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border: 1px solid var(--line); }.metered-profit-row > div { min-width: 0; padding: 13px; display: grid; gap: 5px; border-right: 1px solid var(--line); }.metered-profit-row > div:last-child { border-right: 0; }.metered-profit-row strong { overflow-wrap: anywhere; }.credit-rate-table { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 7px; }.credit-rate-table span { padding: 7px 9px; display: flex; gap: 7px; border: 1px solid var(--line); background: var(--white); font-size: .68rem; }.credit-rate-table em { color: var(--muted); font-style: normal; }
.cost-filters { margin-bottom: 18px; padding: 18px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)) auto; gap: 12px; align-items: end; box-shadow: none; }.cost-filters label { min-width: 0; }.cost-filters select { min-height: 45px; }.cost-filters .button { min-height: 45px; }
.cost-period-summary { margin-bottom: 18px; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border: 1px solid var(--line); background: var(--forest-dark); color: var(--white); }.cost-period-summary > div { min-width: 0; padding: 17px; display: grid; gap: 5px; border-right: 1px solid rgba(255,255,255,.16); }.cost-period-summary > div:last-child { border-right: 0; }.cost-period-summary span { color: #a9c6b7; }.cost-period-summary strong { overflow-wrap: anywhere; font-size: 1.12rem; }.cost-warning { margin: 0 0 18px; padding: 13px 16px; border: 1px solid #dca979; background: #fff1df; color: #73431f; font-size: .84rem; }
.cost-feature-panel,.cost-chart-panel,.cost-recent { margin-top: 18px; padding: 24px; box-shadow: none; }.cost-feature-panel .cost-table { max-width: 820px; }.cost-section-head { margin-bottom: 20px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }.cost-section-head h2 { margin: 0; font-size: 1.75rem; }.cost-section-head .eyebrow { margin-bottom: 5px; }.cost-bars { display: grid; gap: 8px; }.cost-bar-row { display: grid; grid-template-columns: 48px minmax(80px,1fr) 100px 58px; gap: 10px; align-items: center; font-size: .76rem; }.cost-bar-row > div { height: 12px; overflow: hidden; background: var(--paper-2); border-radius: 20px; }.cost-bar-row i { display: block; height: 100%; background: linear-gradient(90deg,var(--forest),var(--mint)); border-radius: inherit; }.cost-bar-row strong { text-align: right; }.cost-bar-row small { white-space: nowrap; }
.cost-breakdowns { margin-top: 18px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }.cost-breakdowns > .panel { min-width: 0; padding: 24px; box-shadow: none; }.cost-table-wrap { max-width: 100%; overflow-x: auto; }.cost-table { width: 100%; border-collapse: collapse; font-size: .78rem; }.cost-table th { padding: 10px; border-bottom: 2px solid var(--line); color: var(--muted); text-align: left; white-space: nowrap; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }.cost-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); vertical-align: top; }.cost-table td strong,.cost-table td small { display: block; }.provider-dot { width: 8px; height: 8px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--muted); }.provider-dot.anthropic { background: var(--orange); }.provider-dot.openai { background: var(--forest); }
.cost-purpose-list { display: grid; }.cost-purpose-list > div:not(.empty-state) { padding: 12px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); font-size: .84rem; }.cost-purpose-list span,.cost-purpose-list small { display: block; }.cost-purpose-list strong { white-space: nowrap; }.recent-calls { min-width: 1240px; }.recent-calls td:nth-child(4) { max-width: 260px; }.recent-calls details { margin-top: 6px; max-width: 180px; }.recent-calls summary { color: var(--danger); cursor: pointer; font-size: .68rem; }.recent-calls details p { margin: 5px 0 0; overflow-wrap: anywhere; color: var(--danger); font-size: .68rem; }.status.success { color: var(--forest); }.status.failed { color: var(--danger); }.cost-footnote { margin: 18px 0 0; color: var(--muted); font-size: .75rem; }

.admin-dashboard { padding-bottom: 110px; }.admin-tabs { margin: -5px 0 25px; display: flex; gap: 5px; overflow-x: auto; border-bottom: 1px solid var(--line); white-space: nowrap; }.admin-tabs a { padding: 10px 15px; border: 1px solid transparent; border-bottom: 0; color: var(--muted); text-decoration: none; font-size: .78rem; font-weight: 800; }.admin-tabs a.active { margin-bottom: -1px; border-color: var(--line); background: var(--white); color: var(--ink); }.admin-kpis { margin-bottom: 14px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }.admin-kpis article { padding: 20px; display: grid; gap: 5px; border: 1px solid var(--line); background: var(--white); }.admin-kpis span { color: var(--muted); font-size: .67rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }.admin-kpis strong { font-size: 1.9rem; }.admin-kpis .admin-kpi-date { font-size: 1.15rem; line-height: 1.2; }.admin-content-summary { margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 10px; }.admin-content-summary span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-2); color: var(--muted); font-size: .78rem; }.admin-content-summary strong { color: var(--ink); }.admin-filters { margin-bottom: 18px; padding: 18px; display: grid; grid-template-columns: minmax(180px,1.5fr) repeat(4,minmax(130px,1fr)) auto auto; gap: 10px; align-items: end; box-shadow: none; }.admin-filters label { min-width: 0; }.admin-filters input,.admin-filters select { min-height: 44px; }.admin-filters > a { align-self: center; color: var(--muted); font-size: .78rem; }.admin-table-panel { padding: 0; overflow: hidden; box-shadow: none; }.admin-table-head { padding: 16px 19px; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }.admin-table-wrap { max-width: 100%; overflow: auto; }.admin-table { width: 100%; min-width: 1120px; border-collapse: collapse; font-size: .78rem; }.admin-table.promo-users-table { min-width: 820px; }.admin-table th { padding: 11px 13px; border-bottom: 2px solid var(--line); background: var(--paper); color: var(--muted); text-align: left; font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }.admin-table td { padding: 13px; border-bottom: 1px solid var(--line); vertical-align: top; }.admin-table td:first-child { min-width: 220px; }.admin-table td a { color: var(--forest-dark); }.admin-table td strong,.admin-table td small { display: block; }.admin-table td > .status { display: inline-flex; }.admin-user-head h1 { overflow-wrap: anywhere; }.admin-user-head .credit-pill { font-size: .9rem; }.admin-detail-grid { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.admin-detail-grid > .panel { min-width: 0; box-shadow: none; }.activity-list { display: grid; }.activity-list article { min-width: 0; padding: 12px 0; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 12px; align-items: start; border-bottom: 1px solid var(--line); }.activity-list article:last-child { border-bottom: 0; }.activity-list article div { min-width: 0; }.activity-list article strong,.activity-list article small { display: block; overflow-wrap: anywhere; }.credit-change { min-width: 46px; color: var(--forest); font-size: 1.1rem; }.credit-change.negative { color: var(--danger); }.promo-create { margin-bottom: 38px; padding: 26px; box-shadow: none; }.promo-create h2 { margin: 0 0 20px; font-size: 2rem; }.promo-form { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; align-items: end; }.promo-description { grid-column: span 2; }.check-line { min-height: 45px; padding: 10px; display: flex; grid-template-columns: none; align-items: center; gap: 8px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }.check-line input { width: 17px; height: 17px; flex: none; }.promo-list { display: grid; gap: 15px; }.promo-list > .cost-section-head { margin-bottom: 0; }.promo-card { padding: 23px; box-shadow: none; }.promo-card > header { display: flex; justify-content: space-between; gap: 25px; }.promo-card h3 { margin: 10px 0 5px; font-size: 1.6rem; }.promo-card header p { margin: 0; color: var(--muted); }.promo-card-side { display: grid; gap: 12px; justify-items: end; }.promo-metrics { display: grid; grid-template-columns: repeat(4,auto); gap: 18px; }.promo-metrics span { min-width: 65px; color: var(--muted); font-size: .7rem; text-align: right; }.promo-metrics strong { display: block; color: var(--ink); font-size: 1.1rem; }.promo-card details { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }.promo-card summary { cursor: pointer; font-size: .78rem; font-weight: 850; }.promo-card details .promo-form { margin-top: 17px; }.promo-card > footer { margin-top: 15px; color: var(--muted); font-size: .72rem; }

.editorial-index { padding: 75px 0 120px; }.editorial-hero { max-width: 900px; padding: 45px 0 70px; }.editorial-hero h1 { max-width: 880px; margin-bottom: 22px; }.editorial-hero > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.12rem; }
.article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.article-grid.compact { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 32px; }.article-card { min-width: 0; padding: 28px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); background: var(--white); }.article-card > div:first-child { width: 100%; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .68rem; font-weight: 750; text-transform: uppercase; }.article-card > span { color: var(--orange-dark); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.article-card h2 { margin: 32px 0 15px; font-size: clamp(1.55rem,2.4vw,2.25rem); }.article-card h3 { margin: 20px 0 12px; font-size: 1.45rem; }.article-card h2 a,.article-card h3 a { text-decoration: none; }.article-card h2 a:hover,.article-card h3 a:hover { color: var(--forest); }.article-card p { color: var(--muted); }.article-card .arrow-link { margin-top: auto; padding-top: 16px; }.arrow-link { color: var(--forest-dark); font-size: .82rem; font-weight: 850; }.solution-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }.solution-card { min-height: 270px; padding: 29px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); text-decoration: none; transition: border-color .15s,transform .15s; }.solution-card:hover { border-color: var(--forest); transform: translateY(-2px); }.solution-card > span { color: var(--orange-dark); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.solution-card h2 { margin: 30px 0 13px; font-size: 2rem; }.solution-card p { color: var(--muted); }.solution-card strong { margin-top: auto; color: var(--forest); font-size: .82rem; }
.public-article-head { max-width: 960px; padding-top: 75px; text-align: center; }.public-article-head .back-link { text-align: left; }.public-article-head h1 { margin: 18px auto 25px; font-size: clamp(3rem,6vw,5.4rem); }.article-deck { max-width: 780px; margin: 0 auto; color: var(--muted); font-size: 1.18rem; }.article-byline { margin: 28px auto 0; display: flex; justify-content: center; gap: 18px; color: var(--muted); font-size: .76rem; font-weight: 750; text-transform: uppercase; }.public-article-body { max-width: 820px; padding: 70px 0 40px; }.public-article-body .guide-prose > p:first-child { font-size: 1.2em; color: #33433b; }.public-article-body .guide-prose h2 { scroll-margin-top: 35px; }.article-cta { max-width: 880px; margin-top: 35px; margin-bottom: 110px; padding: 50px; border: 1px solid var(--ink); background: var(--mint); text-align: center; box-shadow: 9px 10px 0 var(--ink); }.article-cta h2 { margin: 8px auto 16px; font-size: clamp(2rem,4vw,3.2rem); }.article-cta p:not(.eyebrow) { max-width: 620px; margin-inline: auto; color: var(--forest-dark); }.related-articles { padding-bottom: 110px; }.preview-banner { padding: 9px 20px; position: sticky; top: 0; z-index: 30; background: var(--orange); color: var(--ink); text-align: center; font-size: .78rem; font-weight: 850; }.home-articles .section-heading h2 { margin: 5px 0 0; font-size: 2.8rem; }
.seo-idea-lab { margin: 22px 0 45px; padding: 28px; display: grid; grid-template-columns: minmax(0,.8fr) minmax(320px,1.2fr); gap: 35px; box-shadow: none; }.seo-idea-lab h2 { margin: 5px 0 12px; font-size: 2rem; }.seo-idea-lab p:not(.eyebrow) { color: var(--muted); font-size: .88rem; }.seo-idea-lab form { display: grid; gap: 12px; }.seo-idea-lab .button-row { margin: 0; align-items: center; }.admin-idea-section { margin-bottom: 48px; }.seo-idea-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }.seo-idea-card { padding: 22px; display: flex; flex-direction: column; gap: 12px; box-shadow: none; }.seo-idea-card > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.seo-idea-card h3 { margin: 0; }.seo-idea-card p { color: var(--muted); font-size: .86rem; }.seo-idea-card dl { margin: 0 0 5px; padding: 11px; background: var(--paper); }.seo-idea-card dt { color: var(--muted); font-size: .65rem; font-weight: 850; text-transform: uppercase; }.seo-idea-card dd { margin: 4px 0 0; font-size: .8rem; }.seo-idea-card form { margin-top: auto; }.site-content-editor { margin-bottom: 55px; padding: 30px; box-shadow: none; }.site-content-editor > header { margin-bottom: 25px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }.site-content-editor h2 { margin: 4px 0 0; font-size: 2rem; }.site-content-form { display: grid; gap: 16px; }.site-content-basics { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 14px; }.admin-markdown { min-height: 520px; }.editor-publish-note { padding: 15px 17px; border-left: 4px solid var(--orange); background: var(--paper); }.editor-publish-note p { margin: 3px 0 0; color: var(--muted); font-size: .82rem; }.site-content-form > .button { justify-self: start; }.admin-content-library { margin-top: 20px; }.site-content-filters { grid-template-columns: minmax(220px,1.5fr) repeat(3,minmax(130px,1fr)) auto auto; }.site-content-table { min-width: 980px; }.site-content-table td:first-child { min-width: 320px; }

.integration-head,.recipient-links-head { align-items: flex-start; }.integration-head > div,.recipient-links-head > div { max-width: 780px; }.integration-layout { padding-bottom: 28px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 18px; }.integration-layout > .panel,.credential-history { padding: 28px; box-shadow: none; }.integration-layout h2,.credential-history h2 { margin: 5px 0 13px; font-size: 2rem; }.integration-setup { display: grid; gap: 16px; }.integration-setup > p:not(.eyebrow) { margin: 0; color: var(--muted); }.copy-field { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }.copy-field input { min-width: 0; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; }.mcp-token-reveal { padding: 18px; border: 1px solid var(--forest); background: var(--mint); }.mcp-token-reveal p { margin: 4px 0 12px; color: var(--forest-dark); font-size: .8rem; }.integration-setup > form { display: grid; justify-items: start; gap: 7px; }.integration-setup > form small { color: var(--muted); }.integration-tools ul { margin: 20px 0; padding: 0; display: grid; list-style: none; }.integration-tools li { padding: 12px 0; display: grid; gap: 3px; border-bottom: 1px solid var(--line); }.integration-tools li strong { color: var(--forest-dark); font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: .8rem; }.integration-tools li span,.integration-safety { color: var(--muted); font-size: .78rem; }.integration-safety { padding: 13px; border-left: 3px solid var(--orange); background: var(--paper); }.credential-history { margin-bottom: 100px; }.credential-history > article { padding: 14px 0; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 5px 15px; border-bottom: 1px solid var(--line); }.credential-history article > div { display: flex; align-items: center; gap: 9px; }.credential-history article > div span { padding: 3px 7px; border-radius: 999px; background: var(--paper); color: var(--muted); font-size: .65rem; font-weight: 800; }.credential-history article small { color: var(--muted); }.credential-history article form { grid-column: 2; grid-row: 1/3; align-self: center; }
.recipient-links-layout { padding-bottom: 110px; display: grid; grid-template-columns: minmax(280px,.68fr) minmax(0,1.32fr); gap: 20px; align-items: start; }.recipient-link-create { padding: 25px; position: sticky; top: 18px; box-shadow: none; }.recipient-link-create h2 { margin: 5px 0 20px; font-size: 1.8rem; }.recipient-link-list { min-width: 0; display: grid; gap: 13px; }.recipient-link-card { padding: 22px; box-shadow: none; }.recipient-link-card.opened { border-color: #84ad95; }.recipient-link-card > header { display: flex; justify-content: space-between; gap: 20px; }.recipient-link-card h3 { margin: 9px 0 3px; font-size: 1.45rem; }.recipient-link-card header a { color: var(--forest); font-size: .75rem; }.recipient-open-count { min-width: 90px; text-align: right; }.recipient-open-count strong,.recipient-open-count span { display: block; }.recipient-open-count strong { font-size: 2rem; }.recipient-open-count span { color: var(--muted); font-size: .68rem; }.recipient-note { margin: 14px 0 0; padding: 10px 12px; background: var(--paper); color: var(--muted); font-size: .8rem; }.recipient-copy-actions { margin-top: 15px; display: flex; gap: 8px; }.recipient-link-card dl { margin: 17px 0 10px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }.recipient-link-card dl div { min-width: 0; padding: 9px; background: var(--paper); }.recipient-link-card dt { color: var(--muted); font-size: .6rem; font-weight: 850; text-transform: uppercase; }.recipient-link-card dd { margin: 4px 0 0; overflow-wrap: anywhere; font-size: .7rem; }.recipient-link-card > form { display: flex; justify-content: flex-end; }

.help-hero { max-width: 980px; padding: 85px 0 65px; }.help-hero h1 { max-width: 930px; margin-bottom: 24px; font-size: clamp(3rem,6vw,5.5rem); }.help-hero > p:not(.eyebrow) { max-width: 780px; color: var(--muted); font-size: 1.12rem; }.help-layout { padding-bottom: 120px; display: grid; grid-template-columns: 225px minmax(0,1fr); gap: 50px; align-items: start; }.help-nav { padding: 20px; display: grid; gap: 2px; position: sticky; top: 18px; box-shadow: none; }.help-nav strong { margin-bottom: 7px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }.help-nav a { padding: 8px 5px; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; font-size: .78rem; font-weight: 700; }.help-nav a:hover { color: var(--forest); }.help-docs { min-width: 0; }.help-section { padding: 58px 0; border-top: 1px solid var(--line); scroll-margin-top: 20px; }.help-section:first-child { padding-top: 10px; border-top: 0; }.help-section > h2 { max-width: 760px; margin: 5px 0 19px; font-size: clamp(2rem,4vw,3.25rem); }.help-section > p:not(.eyebrow) { max-width: 800px; color: var(--muted); }.help-callout { margin: 25px 0; padding: 23px; border-left: 5px solid var(--orange); background: var(--white); }.help-callout p { margin: 6px 0 0; color: var(--muted); }.help-capability-grid,.help-data-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }.help-capability-grid article,.help-data-grid article { padding: 22px; border: 1px solid var(--line); background: var(--white); }.help-capability-grid article > span { color: var(--orange-dark); font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }.help-capability-grid h3,.help-data-grid h3 { margin: 12px 0 7px; }.help-capability-grid p,.help-data-grid p { margin: 0; color: var(--muted); font-size: .82rem; }.help-data-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.help-data-grid article:last-child { background: var(--paper-2); }.help-source-note { margin-top: 17px; font-size: .76rem; }.help-source-note a { color: var(--forest); }.help-steps { margin: 25px 0 0; padding: 0; display: grid; list-style: none; }.help-steps > li { padding: 27px 0; display: grid; grid-template-columns: 45px minmax(0,1fr); gap: 15px; border-top: 1px solid var(--line); }.help-steps > li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: white; font-weight: 850; }.help-steps h3 { margin: 3px 0 8px; }.help-steps p { color: var(--muted); }.help-steps pre,.help-prompt pre { max-width: 100%; margin: 14px 0 0; padding: 17px; overflow-x: auto; border: 1px solid #385248; background: var(--ink); color: #eaf1ed; white-space: pre-wrap; overflow-wrap: anywhere; font: 12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace; }.help-copy { max-width: 660px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }.help-copy code { min-width: 0; padding: 12px; overflow-wrap: anywhere; border: 1px solid var(--line); background: var(--paper); font-size: .78rem; }.help-warning { margin-top: 12px; padding: 13px; border-left: 3px solid var(--orange); background: #fff6ec; font-size: .78rem; }.help-sequence { margin: 24px 0 0; padding: 0; display: grid; list-style: none; counter-reset: help-flow; }.help-sequence li { padding: 18px 0 18px 42px; position: relative; display: grid; gap: 3px; border-top: 1px solid var(--line); counter-increment: help-flow; }.help-sequence li::before { content: counter(help-flow); width: 27px; height: 27px; display: grid; place-items: center; position: absolute; top: 16px; left: 0; border: 1px solid var(--forest); border-radius: 50%; color: var(--forest); font-size: .7rem; font-weight: 850; }.help-sequence span { color: var(--muted); font-size: .83rem; }.help-prompt { margin-top: 14px; padding: 18px; border: 1px solid var(--line); background: var(--white); }.help-prompt > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; }.help-prompt pre { margin-bottom: 0; background: var(--paper); border-color: var(--line); color: var(--ink); }.help-faq details { border-top: 1px solid var(--line); }.help-faq summary { padding: 18px 34px 18px 0; position: relative; cursor: pointer; font-weight: 850; list-style: none; }.help-faq summary::-webkit-details-marker { display: none; }.help-faq summary::after { content: "+"; position: absolute; right: 7px; color: var(--orange-dark); font-size: 1.3rem; }.help-faq details[open] summary::after { content: "−"; }.help-faq details p { max-width: 780px; margin: 0 0 20px; color: var(--muted); }.help-end { margin-top: 40px; padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: 8px 9px 0 var(--mint); }.help-end h2 { margin: 4px 0 8px; font-size: 2rem; }.help-end p:not(.eyebrow) { margin: 0; color: var(--muted); }.help-end > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }

.mcp-reference-hero { max-width: 1050px; padding: 78px 0 58px; }.mcp-reference-hero h1 { max-width: 980px; margin: 8px 0 22px; font-size: clamp(3rem,6vw,5.3rem); }.mcp-reference-hero > p:not(.eyebrow) { max-width: 820px; color: var(--muted); font-size: 1.05rem; }.mcp-reference-hero code { font-size: .9em; }.mcp-reference-layout { padding-bottom: 120px; display: grid; grid-template-columns: 255px minmax(0,1fr); gap: 38px; align-items: start; }.mcp-reference-nav { max-height: calc(100vh - 36px); padding: 19px; display: grid; gap: 1px; overflow-y: auto; position: sticky; top: 18px; box-shadow: none; }.mcp-reference-nav > strong { margin-bottom: 8px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }.mcp-reference-nav > span { margin-top: 13px; padding: 5px 4px; color: var(--orange-dark); font-size: .6rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }.mcp-reference-nav a { padding: 6px 4px; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; font-size: .7rem; line-height: 1.3; }.mcp-reference-nav a:hover { color: var(--forest); }.mcp-reference-nav code { color: inherit; font-size: .68rem; }.mcp-reference-body { min-width: 0; }.mcp-reference-section,.mcp-tool-group { padding: 55px 0; border-top: 1px solid var(--line); scroll-margin-top: 18px; }.mcp-reference-section:first-child { padding-top: 8px; border-top: 0; }.mcp-reference-section > h2,.mcp-tool-group > h2 { margin: 5px 0 21px; font-size: clamp(2rem,4vw,3.2rem); }.mcp-reference-section > p:not(.eyebrow) { color: var(--muted); }.mcp-fact-grid { margin: 23px 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.mcp-fact-grid article { min-width: 0; padding: 17px; display: grid; gap: 5px; border: 1px solid var(--line); background: var(--white); }.mcp-fact-grid span { color: var(--orange-dark); font-size: .62rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }.mcp-fact-grid code,.mcp-fact-grid small { overflow-wrap: anywhere; font-size: .72rem; }.mcp-code-block { margin-top: 18px; min-width: 0; border: 1px solid #385248; background: var(--ink); }.mcp-code-block > div { padding: 9px 14px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid #385248; color: #eaf1ed; font-size: .75rem; }.mcp-code-block .text-button { color: #b6dfca; }.mcp-code-block pre { max-height: 500px; margin: 0; padding: 16px; overflow: auto; color: #eaf1ed; white-space: pre; font: 12px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace; }.mcp-reference-note { padding: 14px 16px; border-left: 4px solid var(--orange); background: var(--paper); font-size: .8rem; }.mcp-response-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.mcp-response-grid article { padding: 17px; border: 1px solid var(--line); background: var(--white); }.mcp-response-grid article code { color: var(--forest-dark); font-weight: 800; }.mcp-response-grid article p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; }.mcp-limit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--ink); }.mcp-limit-grid article { min-height: 125px; padding: 18px; display: grid; align-content: center; gap: 7px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }.mcp-limit-grid article:nth-child(3n) { border-right: 0; }.mcp-limit-grid article:nth-last-child(-n+3) { border-bottom: 0; }.mcp-limit-grid strong { color: var(--forest); font-size: 1.75rem; }.mcp-limit-grid span { color: var(--muted); font-size: .74rem; }.mcp-rule-list { padding-left: 22px; }.mcp-rule-list li { margin: 9px 0; color: var(--muted); font-size: .83rem; }.mcp-tool-card { margin-top: 18px; padding: 26px; border: 1px solid var(--line); background: var(--white); scroll-margin-top: 18px; }.mcp-tool-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }.mcp-tool-card header code { display: inline-block; padding: 4px 7px; background: var(--ink); color: #eaf1ed; font-size: .72rem; }.mcp-tool-card h3 { margin: 9px 0 0; font-size: 1.75rem; }.mcp-tool-card h4 { margin: 28px 0 11px; font-size: 1.05rem; }.mcp-tool-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }.mcp-tool-badges span { padding: 5px 8px; border-radius: 999px; font-size: .58rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }.mcp-tool-badges .read { background: var(--mint); color: var(--forest-dark); }.mcp-tool-badges .write { background: #fff0df; color: var(--orange-dark); }.mcp-tool-badges .public { background: var(--ink); color: var(--white); }.mcp-tool-description { max-width: 800px; color: var(--muted); }.mcp-tool-contract { margin: 21px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }.mcp-tool-contract > div { min-width: 0; padding: 13px; background: var(--paper); }.mcp-tool-contract dt { color: var(--orange-dark); font-size: .6rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }.mcp-tool-contract dd { margin: 6px 0 0; color: #3d4c45; font-size: .77rem; line-height: 1.5; }.mcp-tool-notes { margin: 15px 0 0; padding: 12px 12px 12px 31px; border-left: 3px solid var(--orange); background: #fff6ec; }.mcp-tool-notes li { margin: 4px 0; font-size: .75rem; }.mcp-parameter-scroll { max-width: 100%; overflow-x: auto; }.mcp-parameter-table { min-width: 760px; width: 100%; border-collapse: collapse; font-size: .7rem; }.mcp-parameter-table th,.mcp-parameter-table td { padding: 9px; border: 1px solid var(--line); vertical-align: top; text-align: left; }.mcp-parameter-table th { background: var(--ink); color: var(--white); font-size: .62rem; letter-spacing: .04em; text-transform: uppercase; }.mcp-parameter-table td code { overflow-wrap: anywhere; color: var(--forest-dark); font-size: .68rem; }.mcp-no-params { padding: 13px; background: var(--paper); color: var(--muted); font-size: .78rem; }.mcp-reference-end { margin-top: 25px; padding: 27px; display: flex; align-items: center; justify-content: space-between; gap: 25px; box-shadow: 8px 9px 0 var(--mint); }.mcp-reference-end h2 { margin: 4px 0 8px; font-size: 2rem; }.mcp-reference-end p:not(.eyebrow) { max-width: 610px; margin: 0; color: var(--muted); }.mcp-reference-end > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; }

.help-prompt pre { max-height: 520px; overflow: auto; }

@media (max-width: 680px) {
  .mobile-sources-toggle { margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.mobile-sources-toggle > summary { min-height: 56px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--forest-dark); cursor: pointer; font: 800 1rem/1.3 Inter,sans-serif; list-style: none; }.mobile-sources-toggle > summary::-webkit-details-marker { display: none; }.mobile-sources-toggle > summary small::before { content: "Show"; color: var(--orange-dark); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }.mobile-sources-toggle[open] > summary small::before { content: "Hide"; }.mobile-sources-toggle:not([open]) > .mobile-sources-content { display: none; }.mobile-sources-toggle .mobile-sources-content > h2:first-child { display: none; }.mobile-sources-toggle .mobile-sources-content { padding-bottom: 18px; }.mobile-sources-toggle .mobile-sources-content > :first-child { margin-top: 0; }
}
@media (max-width: 950px) {
  .model-settings-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.model-catalog-notes > div { grid-template-columns: repeat(2,minmax(0,1fr)); }.profitability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.metered-profit-row { grid-template-columns: repeat(3,minmax(0,1fr)); }.metered-profit-row > div:nth-child(3) { border-right: 0; }.metered-profit-row > div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .seo-idea-lab { grid-template-columns: 1fr; }.article-grid.compact { grid-template-columns: repeat(2,minmax(0,1fr)); }.site-content-basics { grid-template-columns: 1fr 1fr; }
  .billing-account-strip { grid-template-columns: 1fr auto; }
  .help-layout { grid-template-columns: 1fr; gap: 25px; }.help-nav { display: flex; flex-wrap: wrap; position: static; }.help-nav strong { width: 100%; }.help-nav a { padding: 7px 10px; border: 1px solid var(--line); }.help-data-grid { grid-template-columns: 1fr 1fr; }.help-data-grid article:last-child { grid-column: 1/-1; }
  .mcp-reference-layout { grid-template-columns: 1fr; gap: 25px; }.mcp-reference-nav { max-height: none; display: flex; flex-wrap: wrap; position: static; overflow: visible; }.mcp-reference-nav > strong { width: 100%; }.mcp-reference-nav > span { width: 100%; }.mcp-reference-nav a { padding: 7px 9px; border: 1px solid var(--line); }.mcp-limit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.mcp-limit-grid article:nth-child(3n) { border-right: 1px solid var(--line); }.mcp-limit-grid article:nth-child(2n) { border-right: 0; }.mcp-limit-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }.mcp-limit-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 60px; }.content-stack { width: min(600px,100%); margin-inline: auto; }.split-feature,.workspace-grid,.idea-layout,.ideas-panel,.profile-layout,.voice-layout,.editor-layout,.template-library-head,.cost-breakdowns,.admin-detail-grid,.integration-layout,.recipient-links-layout { grid-template-columns: 1fr; }.composer-card,.idea-form,.voice-analyzer,.reference-panel,.editor-sidebar,.recipient-link-create { position: static; }.post-grid { grid-template-columns: 1fr; }.word-cloud-workspace { grid-template-columns: minmax(250px,.7fr) minmax(0,1.3fr); }.public-guide-layout { grid-template-columns: minmax(0,760px); }.guide-actions { position: static; grid-template-columns: repeat(3,1fr); }.pricing-grid { grid-template-columns: 1fr; }.price-card.featured { transform: none; }.lead-filter-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.cost-kpis,.admin-kpis { grid-template-columns: repeat(2,minmax(0,1fr)); }.cost-period-summary { grid-template-columns: repeat(3,minmax(0,1fr)); }.cost-period-summary > div:nth-child(3) { border-right: 0; }.cost-period-summary > div:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.16); }.admin-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }.promo-form { grid-template-columns: repeat(2,minmax(0,1fr)); }.promo-description { grid-column: span 2; }.promo-card > header { flex-direction: column; }.promo-card-side { justify-items: stretch; }.promo-card-side .button { justify-self: start; }.promo-metrics { grid-template-columns: repeat(4,1fr); }.promo-metrics span { text-align: left; }
}
@media (max-width: 680px) {
  .model-settings { margin-bottom: 70px; padding: 20px; box-shadow: 6px 7px 0 var(--mint); }.model-settings-head,.model-settings-grid,.model-catalog-notes > div { grid-template-columns: 1fr; }.model-margin-card { width: 100%; }.model-settings-actions { align-items: stretch; flex-direction: column; }.model-settings-actions .button { width: 100%; }.model-settings-actions small { margin-left: 0; }.profitability-panel { padding: 18px 14px; }.profitability-grid { grid-template-columns: 1fr 1fr; }.metered-profit-row { grid-template-columns: 1fr 1fr; }.metered-profit-row > div:nth-child(3) { border-right: 1px solid var(--line); }.metered-profit-row > div:nth-child(odd) { border-right: 1px solid var(--line); }.metered-profit-row > div:nth-child(even) { border-right: 0; }.metered-profit-row > div:nth-child(-n+4) { border-bottom: 1px solid var(--line); }.credit-rate-table { display: grid; }.credit-rate-table span { justify-content: space-between; }
  .article-grid,.article-grid.compact,.solution-grid,.seo-idea-grid,.site-content-basics { grid-template-columns: 1fr; }.editorial-index { padding: 35px 0 80px; }.editorial-hero { padding: 30px 0 45px; }.public-article-head { padding-top: 42px; }.public-article-head h1 { font-size: 2.8rem; }.article-deck { font-size: 1rem; }.article-byline { align-items: center; flex-direction: column; gap: 5px; }.public-article-body { width: min(100% - 30px,820px); padding-top: 45px; }.article-cta { width: calc(100% - 30px); margin-bottom: 75px; padding: 32px 20px; box-shadow: 6px 7px 0 var(--ink); }.seo-idea-lab,.site-content-editor { padding: 20px; }.site-content-filters { grid-template-columns: 1fr; }.site-content-editor > header { align-items: flex-start; flex-direction: column; }.copy-field { grid-template-columns: 1fr; }.integration-layout > .panel,.credential-history,.recipient-link-create,.recipient-link-card { padding: 18px; }.credential-history > article { grid-template-columns: 1fr; }.credential-history article form { grid-column: 1; grid-row: auto; }.recipient-link-card > header { align-items: flex-start; }.recipient-link-card dl { grid-template-columns: 1fr 1fr; }.recipient-copy-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .help-hero { padding: 48px 0 38px; }.help-hero h1 { font-size: 2.75rem; }.help-layout { padding-bottom: 75px; }.help-nav { overflow-x: auto; flex-wrap: nowrap; }.help-nav strong { width: auto; flex: none; align-self: center; }.help-nav a { flex: none; }.help-section { padding: 43px 0; }.help-capability-grid,.help-data-grid { grid-template-columns: 1fr; }.help-data-grid article:last-child { grid-column: auto; }.help-copy { grid-template-columns: 1fr; }.help-copy .button { width: 100%; }.help-steps > li { grid-template-columns: 34px minmax(0,1fr); gap: 11px; }.help-end { padding: 20px; align-items: stretch; flex-direction: column; }.help-end > div:last-child { display: grid; }.help-end .button { width: 100%; }
  .mcp-reference-hero { padding: 45px 0 38px; }.mcp-reference-hero h1 { font-size: 2.7rem; }.mcp-reference-layout { padding-bottom: 75px; }.mcp-reference-nav { overflow-x: auto; flex-wrap: nowrap; }.mcp-reference-nav > strong,.mcp-reference-nav > span { width: auto; flex: none; align-self: center; margin: 0; }.mcp-reference-nav a { flex: none; }.mcp-reference-section,.mcp-tool-group { padding: 42px 0; }.mcp-fact-grid,.mcp-response-grid,.mcp-tool-contract { grid-template-columns: 1fr; }.mcp-limit-grid { grid-template-columns: 1fr 1fr; }.mcp-tool-card { padding: 18px 14px; }.mcp-tool-card > header { flex-direction: column; }.mcp-tool-badges { justify-content: flex-start; }.mcp-code-block pre { font-size: 10.5px; }.mcp-reference-end { padding: 20px; align-items: stretch; flex-direction: column; }.mcp-reference-end > div:last-child { display: grid; }.mcp-reference-end .button { width: 100%; }
  .billing-account-strip { grid-template-columns: 1fr; }.billing-account-strip .button { width: 100%; }.billing-account-strip p { grid-column: 1; }
  .shell { width: min(100% - 24px,1180px); }.site-header { width: calc(100% - 20px); height: 64px; margin-top: 4px; padding: 0 6px; align-items: center; }.nav-toggle { display: grid; gap: 4px; }.site-header nav { width: min(310px,calc(100vw - 24px)); max-height: calc(100vh - 82px); padding: 18px; display: none; align-items: stretch; gap: 3px; overflow-y: auto; position: absolute; top: 62px; right: 0; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }.site-header nav.open { display: grid; }.site-header nav > a { padding: 11px 8px; font-size: .9rem; }.site-header nav .credit-pill { margin: 8px 0; justify-self: start; }.site-header nav .inline-form { padding: 8px; }.site-header nav .button.small { display: inline-flex; }.site-header nav .text-button { font-size: .88rem; }
  h1 { font-size: 2.8rem; }.hero { min-height: auto; padding: 55px 0 75px; }.hero h1 { font-size: 3rem; }.hero-lede { font-size: 1.02rem; }.content-stack { height: 360px; }.paper-card { width: 90%; min-height: 170px; padding: 19px; }.paper-card span { margin-bottom: 16px; }.paper-card strong { font-size: 1.2rem; }
  .section { padding-block: 70px; }.split-feature { gap: 42px; }.demo-grid,.two-fields { grid-template-columns: 1fr; }.section-heading,.workspace-head,.editor-head { align-items: flex-start; flex-direction: column; }.site-footer { padding-inline: 18px; flex-direction: column; gap: 20px; }.site-footer > div:last-child { flex-wrap: wrap; }
  .workspace-head { padding: 44px 0 28px; }.workspace-head h1 { font-size: 2.75rem; }.workspace-tabs { margin-bottom: 20px; overflow-x: auto; white-space: nowrap; }.workspace-grid,.idea-layout,.profile-layout,.voice-layout,.editor-layout { padding-bottom: 75px; gap: 24px; }.composer-card,.panel,.profile-layout .panel,.voice-editor { padding: 20px; }.composer-card { box-shadow: 0 8px 24px rgba(23,37,31,.08); }.composer-heading { align-items: flex-start; }.segmented span { padding: 9px; font-size: .82rem; }.direction-card { padding: 15px; }.project-row { grid-template-columns: auto minmax(0,1fr); }.project-row .status { grid-column: 2; justify-self: start; }.project-row strong,.project-row p { overflow-wrap: anywhere; }.list-heading { align-items: flex-end; gap: 10px; }.list-heading h2 { font-size: 1.55rem; }.idea-section-tabs { position: sticky; top: 6px; z-index: 12; box-shadow: 0 7px 20px rgba(23,37,31,.12); }.idea-section-tabs button { min-width: 0; padding-inline: 7px; }.ideas-panel { grid-template-columns: 1fr; gap: 24px; }.idea-form { position: static; scroll-margin-top: 14px; }.idea-grid,.news-grid,.template-columns,.audience-editor,.post-template-picker,.news-topic-options { grid-template-columns: 1fr; }.idea-actions { flex-wrap: wrap; }.news-lab { scroll-margin-top: 14px; }.news-heading { flex-direction: column; gap: 12px; }.news-search { grid-template-columns: 1fr; }.news-search textarea[name="query"] { min-height: 104px; }.news-search-actions { display: grid; grid-template-columns: 1fr; }.news-search .button { width: 100%; }.news-topic-picker-head { align-items: flex-start; flex-direction: column; gap: 3px; }.news-topic-option > textarea { min-height: 78px; }.voice-link-card { align-items: flex-start; flex-direction: column; }.guide-format-actions { grid-template-columns: 1fr; }.companion-empty { grid-template-columns: 1fr; padding: 19px; }.companion-empty .button { width: 100%; }.companion-regenerate { align-items: flex-start; flex-direction: column; }.companion-regenerate small { text-align: left; }.template-library { padding-bottom: 75px; }.template-library-head { gap: 16px; }.template-library-head h2 { font-size: 2rem; }.new-template-trigger { width: 100%; justify-self: stretch; }.template-dialog,.template-dialog.post-template-dialog { width: calc(100% - 20px); max-height: 92vh; box-shadow: 8px 10px 0 rgba(153,208,178,.72); }.template-dialog-card,.word-cloud-dialog-card { padding: 20px; }.template-dialog-head h2 { font-size: 1.8rem; }.template-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; }.template-card { padding: 17px; }.template-delete { right: 17px; bottom: 20px; }.post-template-choice { min-height: 0; }.post-template-dialog-foot { align-items: stretch; flex-direction: column; }.post-template-dialog-foot .button { width: 100%; }.word-cloud-workspace { grid-template-columns: 1fr; }.word-cloud-controls textarea { min-height: 180px; }.word-cloud-preview { padding: 9px; }.word-cloud-control-actions,.word-cloud-output-actions { grid-template-columns: 1fr; }
  .auth-card,.gate-card { width: 100%; padding: 25px 20px; }.auth-card h1 { font-size: 2.45rem; }.gate-wizard-actions { display: grid; grid-template-columns: 1fr 1fr; }.gate-wizard-actions .button:last-child { min-width: 0; margin-left: 0; }.editor-head { padding-top: 35px; }.editor-head h1 { font-size: 2.45rem; overflow-wrap: anywhere; }.editor-layout { width: 100%; }.post-section { padding: 42px 0 0; }.post-section .section-heading { gap: 12px; }.post-section h2 { font-size: 2rem; }.post-editor { padding: 15px; }.post-editor textarea { min-height: 320px; }.ai-edit-current-draft > div { align-items: flex-start; flex-direction: column; gap: 2px; }.ai-edit-current-draft small { text-align: left; }.ai-edit-current-draft pre { max-height: 210px; padding: 12px; }.ai-edit-presets { display: grid; grid-template-columns: 1fr 1fr; }.ai-edit-presets button { text-align: left; }.ai-edit-dialog-actions { grid-template-columns: 1fr; }.editor-tabs { width: 100%; }.editor-tabs button { flex: 1; }.markdown-editor { min-height: 65vh; padding: 17px; font-size: 13px; }.preview-pane { min-height: 60vh; padding: 22px 18px; }.guide-actions { grid-template-columns: 1fr; }.public-guide-head { padding: 48px 0 38px; }.public-guide-head h1 { font-size: 2.8rem; }.public-guide-head h1.long-title { font-size: 2.25rem; line-height: 1.02; }.public-guide-layout { width: min(100% - 24px,760px); gap: 35px; }.guide-prose { font-size: 16px; }.guide-prose h1 { font-size: 2.2rem; }.guide-prose h2 { font-size: 1.65rem; }.pricing-head { padding-top: 55px; }.pricing-section { padding-top: 45px; }.pricing-section-head { align-items: flex-start; flex-direction: column; gap: 10px; }.subscription-grid { padding-bottom: 65px; }.pricing-section.pack-section { padding-bottom: 80px; }.promo-apply { padding: 17px; grid-template-columns: 1fr; }.promo-status { grid-column: 1; }.legal { padding-top: 55px; }.legal h1 { font-size: 3rem; }
  .leads-head-stats { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }.leads-head .lead-count-card { width: 100%; min-width: 0; }.leads-dashboard { padding-bottom: 75px; }.lead-section-head { align-items: flex-start; flex-direction: column; }.lead-section-head .button { width: 100%; }.lead-controls { padding: 16px; }.lead-primary-filters,.lead-filter-grid,.dm-link-controls { grid-template-columns: 1fr; }.lead-control-actions { display: grid; grid-template-columns: 1fr; }.lead-control-actions > a { margin: 2px 0 0; text-align: center; }.dm-link-controls .button { width: 100%; }.dm-link-section { margin-top: 55px; }.lead-table-summary { align-items: flex-start; flex-direction: column; gap: 3px; }.lead-table th,.lead-table td { padding-inline: 10px; }.cost-dashboard,.admin-dashboard { padding-bottom: 75px; }.cost-head .button { width: 100%; margin-top: 0; }.cost-kpis,.admin-kpis { grid-template-columns: 1fr 1fr; gap: 8px; }.cost-kpis article,.admin-kpis article { padding: 16px 13px; }.cost-kpis strong { font-size: 1.12rem; }.cost-filters,.admin-filters { grid-template-columns: 1fr; padding: 15px; }.cost-filters .button,.admin-filters .button { width: 100%; }.admin-filters > a { text-align: center; }.admin-table-head { align-items: flex-start; flex-direction: column; gap: 3px; }.cost-period-summary { grid-template-columns: 1fr 1fr; }.cost-period-summary > div { padding: 13px; border-bottom: 1px solid rgba(255,255,255,.16); }.cost-period-summary > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }.cost-period-summary > div:nth-child(even) { border-right: 0; }.cost-period-summary > div:nth-last-child(-n+2) { border-bottom: 0; }.cost-chart-panel,.cost-recent,.cost-breakdowns > .panel { padding: 18px 15px; }.cost-section-head { align-items: flex-start; flex-direction: column; gap: 5px; }.cost-bar-row { grid-template-columns: 39px minmax(50px,1fr) 78px; gap: 7px; }.cost-bar-row small { display: none; }.cost-table th,.cost-table td { padding-inline: 8px; }.promo-form { grid-template-columns: 1fr; }.promo-description { grid-column: auto; }.promo-metrics { grid-template-columns: 1fr 1fr; }.promo-card-side .button { width: 100%; }.promo-apply-controls { grid-template-columns: 1fr; }.admin-user-head .credit-pill { align-self: flex-start; }.admin-tabs { margin-top: 0; }
}
