:root {
color-scheme: light;
--ground: #FBFBFA;
--panel: #F2F1EC;
--ink: #14120F;
--muted: #5B564C;
--line: #D9D6CE;
--line-soft: #E8E6E0;
--lime: #E3F77E;
--lime-pressed: #C8D96F;
--on-lime: #14120F;
--lime-ink: #5B6A0E;
--purple: #7F57D1;
--link: #6A46BE;
--link-hover: #533398;
--ai-panel: #F4F9DC;
--ai-edge: #E0EBB6;
--band: #14120F;
--on-band: #F5F4F1;
--on-band-muted: #A39C8E;
--focus: #6A46BE;
--selection: #E3F77E;
--font-display: "Newsreader", "New York", Georgia, "Times New Roman", serif;
--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
"Noto Sans", system-ui, sans-serif;
--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
--step--1: clamp(0.83rem, 0.81rem + 0.1vw, 0.88rem);
--step-0:  clamp(1rem, 0.97rem + 0.15vw, 1.09rem);
--step-1:  clamp(1.2rem, 1.14rem + 0.3vw, 1.4rem);
--step-2:  clamp(1.45rem, 1.33rem + 0.6vw, 1.85rem);
--step-3:  clamp(1.8rem, 1.55rem + 1.2vw, 2.6rem);
--step-4:  clamp(2.2rem, 1.7rem + 2.4vw, 3.8rem);
--leading-tight: 1.08;
--leading-snug: 1.25;
--leading-body: 1.6;
--measure: 34rem;
--shell: 72rem;
--gutter: clamp(1.15rem, 4vw, 2.5rem);
--gap-xs: 0.4rem;
--gap-s: 0.75rem;
--gap-m: 1.25rem;
--gap-l: 2rem;
--gap-xl: clamp(3rem, 7vw, 5.5rem);
--radius-s: 6px;
--radius-m: 12px;
--radius-l: 20px;
--field-bg: #FFFFFF;
--field-border: #C9C5BB;
--field-placeholder: #7A7466;
--row-hover: #F2F1EC;
--row-stripe: #F7F6F2;
--positive: #2F6B3A;
--warning: #8A5A00;
--danger: #A32B22;
}
@media (prefers-color-scheme: dark) {
:root {
color-scheme: dark;
--ground: #0D0C0A;
--panel: #181613;
--ink: #F5F4F1;
--muted: #9C958A;
--line: #2B2823;
--line-soft: #201E1A;
--lime: #E3F77E;
--lime-pressed: #C8D96F;
--on-lime: #14120F;
--lime-ink: #E3F77E;
--purple: #A98BE4;
--link: #A98BE4;
--link-hover: #C4AEEE;
--ai-panel: #1A1C12;
--ai-edge: #4C5A22;
--band: #181613;
--on-band: #F5F4F1;
--on-band-muted: #9C958A;
--focus: #E3F77E;
--selection: #4A5416;
--field-bg: #121110;
--field-border: #3A362F;
--field-placeholder: #7E786C;
--row-hover: #181613;
--row-stripe: #121110;
--positive: #7FBF8B;
--warning: #D9A445;
--danger: #E58A80;
}
}
@font-face {
font-family: "Newsreader";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("/fonts/newsreader-600-latin.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
U+FEFF, U+FFFD;
}
@font-face {
font-family: "Newsreader";
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("/fonts/newsreader-600-latin-ext.woff2") format("woff2");
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
U+2113, U+2C60-2C7F, U+A720-A7FF;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body, h1, h2, h3, h4, p, ul, ol, figure, dl, dd, blockquote { margin: 0; }
ul[class], ol[class] { list-style: none; padding: 0; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
body {
background: var(--ground);
color: var(--ink);
font-family: var(--font-body);
font-size: var(--step-0);
line-height: var(--leading-body);
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
::selection { background: var(--selection); color: var(--ink); }
a { color: var(--link); text-underline-offset: 0.18em; text-decoration-thickness: from-font; }
a:hover { color: var(--link-hover); }
:focus-visible {
outline: 2px solid var(--focus);
outline-offset: 3px;
border-radius: 2px;
}
.skip {
position: absolute; left: -9999px; top: 0; z-index: 50;
background: var(--lime); color: var(--on-lime);
padding: 0.7rem 1rem; border-radius: 0 0 var(--radius-s) 0; font-weight: 600;
}
.skip:focus { left: 0; }
.display, h1, h2, .h2, .step-num, .plan-price {
font-family: var(--font-display);
font-weight: 600;
letter-spacing: -0.012em;
line-height: var(--leading-snug);
color: var(--ink);
}
h1 { font-size: var(--step-4); line-height: var(--leading-tight); letter-spacing: -0.022em; }
h2, .h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); font-weight: 600; line-height: var(--leading-snug); }
.lede { font-size: var(--step-1); line-height: 1.45; color: var(--ink); max-width: var(--measure); }
.muted { color: var(--muted); }
.small { font-size: var(--step--1); }
.shell { width: min(100% - var(--gutter) * 2, var(--shell)); margin-inline: auto; }
.prose-shell { width: min(100% - var(--gutter) * 2, 44rem); margin-inline: auto; }
section { padding-block: var(--gap-xl); }
.rule { border: 0; border-top: 1px solid var(--line-soft); }
.masthead {
display: flex; align-items: baseline; justify-content: space-between;
gap: var(--gap-m); padding-block: 1.4rem 1.1rem;
border-bottom: 1px solid var(--line-soft);
}
.wordmark {
font-family: var(--font-display); font-weight: 600; font-size: var(--step-1);
color: var(--ink); text-decoration: none; letter-spacing: -0.015em;
}
.wordmark:hover { color: var(--ink); }
.masthead nav { display: flex; align-items: baseline; gap: clamp(0.9rem, 3vw, 1.6rem); }
.masthead nav a { color: var(--ink); text-decoration: none; font-size: var(--step--1); }
.masthead nav a:hover { text-decoration: underline; }
.masthead .signin-slot { min-width: 0; }
.hero { display: grid; gap: var(--gap-xl); padding-block: clamp(2.5rem, 7vw, 5rem) var(--gap-xl); }
@media (min-width: 56rem) {
.hero { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); align-items: center; }
}
.hero h1 { max-width: 12ch; }
.hero .lede { margin-top: var(--gap-m); }
.hero-actions {
display: flex; flex-wrap: wrap; align-items: center; gap: var(--gap-m);
margin-top: var(--gap-l);
}
.requirement { color: var(--muted); font-size: var(--step--1); }
.badge img { height: 48px; width: auto; }
.shot {
aspect-ratio: 1206 / 2622;
width: min(100%, 19rem);
border-radius: clamp(20px, 4vw, 34px);
overflow: hidden;
border: 1px solid var(--line);
background: var(--panel);
}
.shot img { width: 100%; height: 100%; object-fit: cover; }
.hero .shot { margin-inline: auto; width: min(100%, 17rem); }
.shot-caption { margin-top: var(--gap-s); font-size: var(--step--1); color: var(--muted); text-align: center; }
.steps { display: grid; gap: var(--gap-l); counter-reset: step; }
@media (min-width: 48rem) { .steps { grid-template-columns: repeat(3, 1fr); gap: var(--gap-xl); } }
.step-num {
font-size: clamp(2.6rem, 6vw, 4rem);
color: var(--lime-ink);
line-height: 1;
display: block;
margin-bottom: var(--gap-s);
}
.step h3 { margin-bottom: var(--gap-xs); }
.step p { color: var(--muted); max-width: 30rem; }
.feature { display: grid; gap: var(--gap-l); align-items: center; }
@media (min-width: 56rem) {
.feature { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--gap-xl); }
.feature.flip .feature-text { order: 2; }
}
.feature-text > * + * { margin-top: var(--gap-m); }
.feature p { color: var(--muted); max-width: var(--measure); }
.ticks { display: grid; gap: var(--gap-xs); }
.ticks li { position: relative; padding-left: 1.35rem; }
.ticks li::before {
content: ""; position: absolute; left: 0; top: 0.62em;
width: 0.55rem; height: 0.55rem; border-radius: 2px; background: var(--lime);
border: 1px solid var(--lime-pressed);
}
.feature .shot { margin-inline: auto; width: min(100%, 15.5rem); }
.band {
background: var(--band); color: var(--on-band);
border-radius: var(--radius-l);
padding: var(--gap-xl) var(--gutter);
}
.band h2, .band h3 { color: var(--on-band); }
.band p { color: var(--on-band-muted); max-width: var(--measure); }
.band .ticks li::before { background: var(--lime); border-color: var(--lime); }
.band a { color: var(--lime); }
.band-grid { display: grid; gap: var(--gap-l); }
@media (min-width: 56rem) { .band-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--gap-xl); } }
.panel-ai {
background: var(--ai-panel);
border: 1px solid var(--ai-edge);
border-radius: var(--radius-l);
padding: var(--gap-xl) var(--gutter);
}
.panel-ai p { color: var(--muted); max-width: var(--measure); }
.panel-ai .ticks li::before { background: var(--lime); border-color: var(--lime-pressed); }
.panel-ai .bubble.a { background: var(--ground); border: 1px solid var(--line); color: var(--ink); }
.panel-ai .bubble-source { color: var(--muted); }
.panel-ai .note { color: var(--muted); }
.panel-ai .note strong { color: var(--lime-ink); }
.bubble-stack { display: grid; gap: var(--gap-s); justify-items: start; max-width: 30rem; }
.bubble {
border-radius: var(--radius-l);
padding: 0.85rem 1.15rem;
line-height: 1.45;
}
.bubble.q {
background: var(--lime); color: var(--on-lime);
border-bottom-right-radius: var(--radius-s);
justify-self: end; font-weight: 500;
}
.bubble.a {
background: color-mix(in srgb, var(--on-band) 8%, transparent);
color: var(--on-band);
border: 1px solid color-mix(in srgb, var(--on-band) 14%, transparent);
border-bottom-left-radius: var(--radius-s);
}
.bubble-source { font-size: var(--step--1); color: var(--on-band-muted); }
.note {
margin-top: var(--gap-m); font-size: var(--step--1); color: var(--on-band-muted);
}
.band .note strong { color: var(--lime); font-weight: 600; }
.note strong { font-weight: 600; }
.privacy-block p { max-width: 40rem; color: var(--ink); }
.privacy-block p + p { margin-top: var(--gap-m); }
.privacy-block .exception { color: var(--muted); }
.plans { display: grid; gap: var(--gap-m); align-items: start; }
@media (min-width: 48rem) { .plans { grid-template-columns: repeat(3, 1fr); } }
.plan {
border: 1px solid var(--line);
border-radius: var(--radius-m);
padding: var(--gap-l) var(--gap-m);
background: var(--ground);
}
.plan h3 { font-family: var(--font-body); font-size: var(--step-0); font-weight: 600; letter-spacing: 0; }
.plan-price { font-size: var(--step-2); display: block; margin-top: var(--gap-s); }
.plan-period { color: var(--muted); font-size: var(--step--1); }
.plan-line { color: var(--muted); font-size: var(--step--1); margin-top: var(--gap-s); }
.plan ul { margin-top: var(--gap-m); display: grid; gap: var(--gap-xs); font-size: var(--step--1); list-style: none; padding: 0; }
.vh {
position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.switch { display: flex; flex-wrap: wrap; align-items: center; gap: var(--gap-s); }
.switch-label { font-size: var(--step--1); color: var(--muted); }
@media (min-width: 48rem) { .switch-label.push { margin-left: auto; } }
.switch-set { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; gap: 2px; }
.switch-set label {
display: inline-block; padding: 0.32rem 0.85rem; border-radius: 999px;
font-size: var(--step--1); cursor: pointer; color: var(--muted); white-space: nowrap;
}
.switch-set label:hover { color: var(--ink); }
.switcher:has(#per-monthly:checked) label[for="per-monthly"],
.switcher:has(#per-yearly:checked)  label[for="per-yearly"] {
background: var(--lime); color: var(--on-lime); font-weight: 600;
}
.switcher:has(#per-monthly:checked) [data-period="yearly"],
.switcher:has(#per-yearly:checked)  [data-period="monthly"] {
display: none;
}
.switch-set input:focus-visible + label { outline: 2px solid var(--focus); outline-offset: 2px; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: var(--step--1); }
caption { text-align: left; color: var(--muted); padding-bottom: var(--gap-s); }
th, td { text-align: left; padding: 0.7rem 0.8rem; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
thead th { font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); white-space: nowrap; }
tbody tr:hover { background: var(--row-hover); }
td.mark, th.mark { text-align: center; width: 6.5rem; }
.mark-yes::before { content: "●"; color: var(--lime-ink); }
.mark-no::before  { content: "–"; color: var(--muted); }
.faq { display: grid; gap: 0; max-width: 44rem; border-top: 1px solid var(--line-soft); }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq summary {
cursor: pointer; padding: var(--gap-m) 2rem var(--gap-m) 0; position: relative;
font-weight: 600; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
content: "+"; position: absolute; right: 0.2rem; top: 50%; transform: translateY(-50%);
font-family: var(--font-display); color: var(--muted);
}
.faq details[open] summary::after { content: "–"; }
.faq p { padding-bottom: var(--gap-m); color: var(--muted); max-width: var(--measure); }
.notice {
border: 1px solid var(--line); border-left: 3px solid var(--lime-pressed);
background: var(--panel); border-radius: var(--radius-s);
padding: var(--gap-m); font-size: var(--step--1); color: var(--muted);
max-width: 44rem;
}
.notice strong { color: var(--ink); }
.prose { color: var(--ink); }
.prose header { padding-block: clamp(2rem, 6vw, 3.5rem) var(--gap-l); }
.prose > .notice:first-child { margin-top: var(--gap-l); }
.prose h1 { font-size: var(--step-3); }
.prose .updated { color: var(--muted); font-size: var(--step--1); margin-top: var(--gap-xs); }
.prose h2 {
font-size: var(--step-1); margin-top: var(--gap-xl); margin-bottom: var(--gap-s);
padding-top: var(--gap-m); border-top: 1px solid var(--line-soft);
}
.prose h2:first-of-type { border-top: 0; padding-top: 0; }
.prose p, .prose ul, .prose ol { margin-bottom: var(--gap-m); max-width: 40rem; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: 0.4rem; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose .lede {
background: var(--panel); border: 1px solid var(--line-soft);
border-radius: var(--radius-m); padding: var(--gap-m) var(--gap-m) 0.4rem;
font-size: var(--step-0); line-height: var(--leading-body); max-width: none;
}
.prose footer { margin-top: var(--gap-xl); color: var(--muted); font-size: var(--step--1); }
.sitefoot { border-top: 1px solid var(--line-soft); padding-block: var(--gap-xl) var(--gap-l); }
.foot-grid { display: grid; gap: var(--gap-l); }
@media (min-width: 48rem) { .foot-grid { grid-template-columns: 2fr 1fr 1fr 1.4fr; } }
.foot-grid h2 {
font-family: var(--font-body); font-size: var(--step--1); font-weight: 600;
letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); margin-bottom: var(--gap-s);
}
.foot-grid ul { display: grid; gap: var(--gap-xs); font-size: var(--step--1); list-style: none; padding: 0; }
.foot-grid a { color: var(--ink); text-decoration: none; }
.foot-grid a:hover { text-decoration: underline; }
.foot-bottom {
display: flex; flex-wrap: wrap; gap: var(--gap-m); justify-content: space-between;
align-items: center; margin-top: var(--gap-xl); padding-top: var(--gap-m);
border-top: 1px solid var(--line-soft); font-size: var(--step--1); color: var(--muted);
}
.langswitch { display: flex; gap: var(--gap-s); align-items: center; }
.langswitch a { color: var(--muted); text-decoration: none; }
.langswitch a[aria-current="true"] { color: var(--ink); font-weight: 600; }
.langswitch a:hover { color: var(--ink); text-decoration: underline; }
.field { display: grid; gap: var(--gap-xs); max-width: 24rem; }
.field label { font-size: var(--step--1); font-weight: 600; }
.field .hint { font-size: var(--step--1); color: var(--muted); }
input[type="text"], input[type="email"], input[type="password"], input[type="search"],
input[type="url"], input[type="number"], select, textarea {
background: var(--field-bg); color: var(--ink);
border: 1px solid var(--field-border); border-radius: var(--radius-s);
padding: 0.55rem 0.7rem; width: 100%;
}
input::placeholder, textarea::placeholder { color: var(--field-placeholder); }
textarea { min-height: 6rem; resize: vertical; line-height: 1.5; }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
background: var(--lime); color: var(--on-lime); border: 1px solid var(--lime-pressed);
border-radius: var(--radius-s); padding: 0.55rem 1.1rem; font-weight: 600;
text-decoration: none; cursor: pointer;
}
.btn:hover { background: var(--lime-pressed); color: var(--on-lime); }
.btn:active { background: var(--lime-pressed); }
.btn.secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.btn.secondary:hover { background: var(--panel); color: var(--ink); }
.player {
display: flex; align-items: center; gap: var(--gap-s);
border: 1px solid var(--line); border-radius: 999px; padding: 0.4rem 0.9rem 0.4rem 0.5rem;
max-width: 30rem; background: var(--panel);
}
.player .play {
width: 2.2rem; height: 2.2rem; border-radius: 50%; border: 0; flex: none;
background: var(--lime); color: var(--on-lime); font-size: 0.8rem; cursor: pointer;
}
.player .bar { flex: 1; height: 3px; border-radius: 2px; background: var(--line); position: relative; }
.player .bar span { position: absolute; inset: 0 60% 0 0; background: var(--ink); border-radius: 2px; }
.player .time { font-variant-numeric: tabular-nums; font-size: var(--step--1); color: var(--muted); }
.transcript { display: grid; max-width: 44rem; border-top: 1px solid var(--line-soft); }
.transcript li {
display: grid; grid-template-columns: 4.2rem 1fr; gap: var(--gap-s);
padding: 0.5rem 0.4rem; border-bottom: 1px solid var(--line-soft);
}
.transcript li:hover { background: var(--row-hover); }
.transcript .t {
font-variant-numeric: tabular-nums; color: var(--muted); font-size: var(--step--1);
padding-top: 0.15em;
}
.transcript li[aria-current="true"] { background: color-mix(in srgb, var(--lime) 35%, transparent); }
.transcript .unsure { text-decoration: underline dotted var(--muted); text-underline-offset: 3px; }
.stack > * + * { margin-top: var(--gap-m); }
.stack-l > * + * { margin-top: var(--gap-l); }
.center { text-align: center; }
.hidden { display: none !important; }
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
@media print {
.masthead nav, .sitefoot, .badge, .switch { display: none; }
body { background: #fff; color: #000; }
}