@font-face {
  font-display: block;
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-symbols/material-symbols-spl-v1.2e6542427516.woff2") format("woff2");
}

:root {
  --paper: #fbfaf6;
  --surface: #ffffff;
  --surface-soft: #f5f4ef;
  --ink: #0b0b0c;
  --muted: #696b70;
  --muted-light: #8d8f93;
  --line: #deded8;
  --line-strong: #c8c8c0;
  --blue: #0b4bd6;
  --blue-dark: #0636a8;
  --blue-soft: #edf3ff;
  --lime: #e8ff7a;
  --success: #297a35;
  --success-soft: #edf8eb;
  --danger: #b42318;
  --danger-soft: #fff0ee;
  --warning-soft: #fff5d6;
  --radius: 6px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-family: var(--font);
  line-height: 1.55;
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--lime);
  color: var(--ink);
}

.material-symbols-outlined {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 450, "GRAD" 0, "opsz" 24;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  height: 1em;
  overflow: hidden;
  white-space: nowrap;
  width: 1em;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--ink);
  color: #fff;
  left: 12px;
  padding: 9px 12px;
  position: fixed;
  top: -80px;
  z-index: 200;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 64px;
  padding: 0 24px;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 760;
  gap: 9px;
  letter-spacing: -.025em;
}

.brand-mark {
  align-items: center;
  background: var(--blue);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.links {
  align-items: center;
  display: flex;
  gap: 4px;
}

.links a {
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 570;
  padding: 7px 9px;
}

.links a:hover,
.links a:focus-visible {
  background: var(--surface-soft);
  color: var(--ink);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.account-link,
.language-menu summary {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 620;
  gap: 6px;
  min-height: 36px;
  padding: 7px 10px;
}

.account-link:hover,
.language-menu summary:hover {
  border-color: var(--ink);
}

.account-link .material-symbols-outlined,
.language-menu summary .material-symbols-outlined {
  color: var(--blue);
  font-size: 18px;
}

.language-menu {
  position: relative;
}

.language-menu summary {
  list-style: none;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-options {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 18px 50px rgb(11 11 12 / 12%);
  display: grid;
  max-height: 420px;
  min-width: 190px;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 110;
}

[dir="rtl"] .language-options {
  left: 0;
  right: auto;
}

.language-options a {
  border-radius: 3px;
  color: var(--muted);
  font-size: 12px;
  padding: 8px 9px;
}

.language-options a:hover {
  background: var(--surface-soft);
  color: var(--ink);
}

.language-options a[aria-current="page"] {
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 650;
}

.nav-toggle {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  display: none;
  height: 36px;
  justify-content: center;
  margin-left: auto;
  width: 36px;
}

main {
  flex: 1;
  margin: 0 auto;
  max-width: 1240px;
  padding: 36px 24px 80px;
  width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
}

h1 {
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 720;
  letter-spacing: -.06em;
  line-height: .96;
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 690;
  letter-spacing: -.045em;
  line-height: 1.08;
}

h3 {
  font-size: 16px;
  font-weight: 680;
  letter-spacing: -.018em;
  line-height: 1.3;
}

.eyebrow,
.kicker {
  color: var(--blue);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .12em;
  line-height: 1.4;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.hero-lede,
.lede,
.lead {
  color: var(--muted);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}

.home-hero {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-height: 480px;
}

.home-hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 7vw, 78px);
}

.home-hero-copy .hero-lede {
  max-width: 620px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
}

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 660;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
}

.btn .material-symbols-outlined {
  font-size: 18px;
}

.btn-primary {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: #fff;
}

.btn-primary:disabled {
  cursor: wait;
  opacity: .62;
}

.btn-secondary,
.btn-ghost {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}

.btn-secondary:hover,
.btn-ghost:hover {
  border-color: var(--ink);
}

.btn-block {
  width: 100%;
}

.hero-search-panel {
  background: var(--blue);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 56px);
}

.hero-search-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.hero-search-heading > .material-symbols-outlined {
  background: var(--lime);
  border-radius: 5px;
  color: var(--ink);
  font-size: 26px;
  height: 46px;
  padding: 10px;
  width: 46px;
}

.hero-search-heading .eyebrow {
  color: var(--lime);
  margin-bottom: 5px;
}

.hero-search-heading h2 {
  color: #fff;
  font-size: 25px;
  margin: 0;
}

.tool-search {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 5px;
  display: flex;
  gap: 9px;
  padding: 7px;
}

.tool-search > .material-symbols-outlined {
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 21px;
  margin-left: 5px;
}

.tool-search input {
  background: transparent;
  border: 0;
  color: var(--ink);
  flex: 1;
  min-width: 0;
  outline: none;
  padding: 9px 4px;
}

.tool-search input::placeholder {
  color: var(--muted-light);
}

.hero-search-panel .tool-search button {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 42px;
}

.hero-search-panel .tool-search button .material-symbols-outlined {
  font-size: 19px;
}

.hero-metrics {
  border-top: 1px solid rgb(255 255 255 / 28%);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  padding-top: 22px;
}

.hero-metrics div {
  display: flex;
  flex-direction: column;
}

.hero-metrics strong {
  color: var(--lime);
  font-size: 27px;
  letter-spacing: -.04em;
}

.hero-metrics span {
  color: rgb(255 255 255 / 72%);
  font-size: 11px;
}

main > section + section,
.tool-detail > section,
.tool-detail > div + section {
  margin-top: 58px;
}

.access-strip {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  padding: 28px;
}

.access-intro h2 {
  font-size: 27px;
  margin-bottom: 10px;
}

.access-intro > p:last-child {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
}

.access-steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.access-steps li {
  border-left: 1px solid var(--line);
  min-height: 98px;
  padding: 8px 12px 8px 18px;
}

.access-steps .material-symbols-outlined {
  color: var(--blue);
  font-size: 22px;
}

.access-steps p {
  font-size: 12px;
  line-height: 1.45;
  margin: 10px 0 0;
}

.section-head {
  margin-bottom: 19px;
}

.section-head-row,
.panel-heading {
  align-items: flex-end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.section-head h2,
.panel-heading h2 {
  margin-bottom: 0;
}

.text-link {
  align-items: center;
  color: var(--blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 6px;
}

.text-link:hover {
  color: var(--blue-dark);
}

.text-link .material-symbols-outlined {
  font-size: 17px;
}

.category-grid,
.tool-card-grid,
.card-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-grid li,
.tool-card-grid li,
.card-list li {
  min-width: 0;
}

.category-grid a {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 11px;
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  min-height: 82px;
  padding: 13px;
}

.category-grid a:hover {
  border-color: var(--blue);
}

.category-icon,
.tool-card-icon {
  align-items: center;
  background: var(--blue-soft);
  border-radius: 5px;
  color: var(--blue);
  display: inline-flex;
  font-size: 21px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.category-grid strong {
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-grid small {
  color: var(--muted);
  display: block;
  font-size: 10px;
  margin-top: 3px;
}

.category-grid a > .material-symbols-outlined:last-child {
  color: var(--muted-light);
  font-size: 18px;
}

.tool-card-grid > li > a,
.card-list > li > a,
.card-list > li.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 244px;
  padding: 19px;
  position: relative;
}

.tool-card-grid > li > a:hover,
.card-list > li > a:hover {
  border-color: var(--blue);
}

.verified-pill {
  align-items: center;
  color: var(--success);
  display: inline-flex;
  font-size: 9px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: .05em;
  margin: 18px 0 8px;
  text-transform: uppercase;
}

.verified-pill .material-symbols-outlined {
  font-size: 14px;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

.tool-card-grid h2,
.tool-card-grid h3,
.card-list h2,
.card-list h3 {
  font-size: 16px;
  margin: 0 0 7px;
  padding-right: 26px;
}

.tool-card-icon + h2,
.tool-card-icon + h3 {
  margin-top: 18px;
}

.tool-card-grid p,
.card-list p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.tool-card-action {
  bottom: 18px;
  color: var(--blue);
  font-size: 19px;
  position: absolute;
  right: 18px;
}

.tool-category {
  color: var(--muted-light);
  font-size: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.catalog-head,
.page-head {
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 34px 0 28px;
}

.catalog-head h1,
.page-head h1 {
  font-size: clamp(42px, 6vw, 66px);
}

.catalog-head > div:first-child,
.page-head > div:first-child {
  max-width: 760px;
}

.catalog-head p:not(.eyebrow),
.page-head > p {
  color: var(--muted);
  margin-bottom: 0;
  max-width: 680px;
}

.catalog-count {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.catalog-count strong {
  font-size: 44px;
  letter-spacing: -.06em;
  line-height: 1;
}

.catalog-count span {
  color: var(--muted);
  font-size: 11px;
}

.category-detail {
  width: 100%;
}

.category-detail-head {
  border-bottom: 1px solid var(--line);
  max-width: 900px;
  padding: 34px 0 30px;
}

.category-detail-head h1 {
  font-size: clamp(36px, 5vw, 58px);
  margin-bottom: 14px;
}

.category-detail-head h1 span {
  color: var(--muted);
  font-size: .36em;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
}

.category-detail-head .hero-lede {
  font-size: 15px;
  line-height: 1.7;
  max-width: 820px;
}

.category-detail > section {
  margin-top: 34px;
}

.category-tool-grid > li > a {
  min-height: 220px;
}

.category-detail .faq-list {
  max-width: 900px;
}

.catalog-controls {
  background: var(--surface);
  border: 1px solid var(--line);
  margin: 24px 0;
  padding: 15px;
}

.catalog-controls.catalog-controls {
  margin-top: 24px;
}

.catalog-search {
  background: var(--paper);
}

.catalog-search .btn {
  flex: 0 0 auto;
  min-height: 38px;
}

.category-filters {
  display: flex;
  gap: 7px;
  margin-top: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.category-filters a {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  flex: 0 0 auto;
  font-size: 11px;
  padding: 7px 10px;
}

.category-filters a span {
  color: var(--muted-light);
  margin-left: 4px;
}

.category-filters a[aria-current="page"] {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.category-filters a[aria-current="page"] span {
  color: rgb(255 255 255 / 65%);
}

.catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pagination {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px;
}

.pagination a {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.pagination a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.pagination span {
  color: var(--muted);
  font-size: 12px;
}

.empty-state,
.account-empty {
  align-items: center;
  background: var(--surface);
  border: 1px dashed var(--line-strong);
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 200px;
  padding: 32px;
  text-align: center;
}

.empty-state > .material-symbols-outlined,
.account-empty > .material-symbols-outlined {
  color: var(--blue);
  font-size: 34px;
}

.empty-state p,
.account-empty p {
  margin-bottom: 0;
}

.crumbs {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 5px;
  margin-bottom: 28px;
}

.crumbs a:hover {
  color: var(--blue);
}

.crumbs .material-symbols-outlined {
  color: var(--muted-light);
  font-size: 15px;
}

.tool-detail {
  max-width: none;
}

.tool-related-guides {
  max-width: none;
}

.tool-related-guides .section-head {
  margin-bottom: 19px;
}

.tool-related-guides .section-head h2 {
  margin: 0;
}

.tool-related-guides .related-guide-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

.related-guide-grid > li > a {
  min-height: 150px;
}

.tool-related-tools {
  margin-top: 38px;
}

.tool-related-tools h2 {
  font-size: 27px;
  margin: 0 0 18px;
}

.tool-related-tools .related-tool-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.related-tool-grid > li > a {
  align-items: center;
  flex-direction: row;
  font-size: 13px;
  font-weight: 650;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px 18px;
}

.related-tool-grid .material-symbols-outlined {
  color: var(--blue);
  flex: 0 0 auto;
  font-size: 18px;
}

.article-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-detail {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.article-detail-head {
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
  padding-bottom: 28px;
}

.article-detail-head h1 {
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1.06;
  margin-bottom: 16px;
}

.article-tool-shortcut {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid #cfddff;
  color: var(--ink);
  display: flex;
  gap: 13px;
  margin: 0 0 30px;
  min-width: 0;
  padding: 14px 16px;
  transition: border-color .18s ease, transform .18s ease;
}

.article-tool-shortcut:hover {
  border-color: var(--blue);
  transform: translateY(-1px);
}

.article-tool-shortcut-icon {
  align-items: center;
  background: var(--blue);
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 20px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.article-tool-shortcut-copy {
  display: grid;
  flex: 1;
  gap: 2px;
  min-width: 0;
}

.article-tool-shortcut-copy small {
  color: var(--blue);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.article-tool-shortcut-copy strong {
  font-size: 14px;
  overflow-wrap: anywhere;
}

.article-tool-shortcut > .material-symbols-outlined:last-child {
  color: var(--blue);
  flex: 0 0 auto;
  font-size: 19px;
}

.article-related-block {
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 22px;
}

.article-related-block h2 {
  font-size: 21px;
  margin: 0 0 12px;
}

.article-link-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-link-list a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 620;
}

.tool-detail-head {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-bottom: 28px;
}

.tool-detail-head > div:first-child {
  max-width: 800px;
}

.tool-detail-head h1 {
  font-size: clamp(40px, 6vw, 64px);
}

.entity-cover {
  margin: 24px 0;
  max-width: 1200px;
}

.entity-cover img {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
  height: auto;
  max-height: 720px;
  object-fit: contain;
  width: 100%;
}

.runtime-badge {
  align-items: center;
  background: var(--success-soft);
  border: 1px solid #cce5c9;
  border-radius: 5px;
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
  max-width: 250px;
  padding: 11px 13px;
}

.runtime-badge > .material-symbols-outlined {
  color: var(--success);
  font-size: 24px;
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24;
}

.runtime-badge strong,
.runtime-badge small {
  display: block;
}

.runtime-badge strong {
  font-size: 11px;
}

.runtime-badge small {
  color: var(--muted);
  font-size: 9px;
  margin-top: 2px;
}

.tool-workspace {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 280px;
  margin-top: 30px;
}

.tool-runner {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.runner-heading {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 17px;
}

.runner-heading h2 {
  font-size: 23px;
  margin-bottom: 0;
}

.runner-heading > .material-symbols-outlined {
  align-items: center;
  background: var(--lime);
  border-radius: 5px;
  display: flex;
  font-size: 22px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.tool-fields {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.tool-field {
  display: grid;
  gap: 6px;
}

.tool-field:has(textarea),
.tool-field:has(input[type="file"]) {
  grid-column: 1 / -1;
}

.tool-field label {
  font-size: 11px;
  font-weight: 650;
}

.tool-field input:not([type="checkbox"]),
.tool-field select,
.tool-field textarea,
.stacked-form input {
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--ink);
  min-height: 42px;
  padding: 9px 11px;
  width: 100%;
}

.tool-field textarea {
  font-family: var(--mono);
  font-size: 12px;
  min-height: 140px;
  resize: vertical;
}

.tool-field input:focus,
.tool-field select:focus,
.tool-field textarea:focus,
.stacked-form input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-soft);
  outline: 0;
}

.tool-result {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: 18px;
  outline: 0;
  overflow: hidden;
}

.tool-result:focus-visible {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-soft);
}

.result-head {
  align-items: center;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 18px;
}

.result-head .eyebrow {
  margin-bottom: 3px;
}

.tool-result-status {
  font-size: 18px;
  margin: 0;
}

.tool-result[data-state="success"] .tool-result-status {
  color: var(--success);
}

.tool-result[data-state="error"] .tool-result-status,
.tool-result[data-state="limit"] .tool-result-status {
  color: var(--danger);
}

.result-copy-all {
  flex: 0 0 auto;
}

.result-output {
  padding: 18px;
}

.result-grid,
.result-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.result-value,
.result-text,
.result-download,
.result-table-block,
.result-list-block,
.result-group {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 5px;
  min-width: 0;
}

.result-value {
  display: grid;
  gap: 7px;
  min-height: 94px;
  padding: 14px;
  position: relative;
}

.result-value small,
.result-download small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}

.result-value strong {
  align-self: end;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.result-value > .result-copy {
  position: absolute;
  right: 9px;
  top: 9px;
}

.result-copy {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
  cursor: pointer;
  font-size: 9px;
  font-weight: 650;
  min-height: 27px;
  padding: 5px 8px;
}

.result-copy:hover,
.result-copy:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  outline: 0;
}

.result-color {
  align-items: center;
  grid-template-columns: 38px minmax(0, 1fr);
}

.result-swatch {
  border: 1px solid var(--line);
  border-radius: 4px;
  height: 38px;
  width: 38px;
}

.result-color > div {
  display: grid;
}

.result-boolean {
  align-items: center;
  grid-template-columns: 27px minmax(0, 1fr);
}

.result-boolean > .material-symbols-outlined {
  font-size: 23px;
}

.result-boolean.is-true > .material-symbols-outlined {
  color: var(--success);
}

.result-boolean.is-false > .material-symbols-outlined {
  color: var(--danger);
}

.result-text,
.result-download,
.result-table-block,
.result-list-block,
.result-group {
  grid-column: 1 / -1;
}

.result-text-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 44px;
  padding: 8px 11px 8px 14px;
}

.result-text-head strong,
.result-table-block h4,
.result-list-block > h4,
.result-group > h4 {
  font-size: 11px;
  margin: 0;
}

.result-text-output {
  background: var(--surface);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.65;
  margin: 0;
  max-height: 480px;
  overflow: auto;
  padding: 14px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.result-link {
  color: var(--blue);
  font-size: 12px;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.result-download {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  padding: 13px;
}

.result-download > .material-symbols-outlined {
  color: var(--blue);
  font-size: 24px;
}

.result-download-copy {
  display: grid;
}

.result-preview,
.result-media {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 5px;
  display: block;
  grid-column: 1 / -1;
  max-height: 520px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.result-preview {
  padding: 10px;
}

.result-table-block h4,
.result-list-block > h4,
.result-group > h4 {
  border-bottom: 1px solid var(--line);
  padding: 12px 14px;
}

.result-table-scroll {
  overflow: auto;
}

.result-table th,
.result-table td {
  font-size: 10px;
  vertical-align: top;
}

.result-table td:first-child {
  display: table-cell;
}

.result-list,
.result-group > .result-grid {
  padding: 10px;
}

.result-quota {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid #cfddff;
  border-radius: 4px;
  color: var(--blue-dark);
  display: flex;
  font-size: 10px;
  font-weight: 620;
  gap: 7px;
  margin-top: 10px;
  padding: 9px 11px;
}

.result-quota .material-symbols-outlined {
  font-size: 18px;
}

.result-loading {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 9px;
  min-height: 48px;
}

.result-loading::before {
  animation: result-pulse 1s ease-in-out infinite alternate;
  background: var(--blue);
  border-radius: 50%;
  content: "";
  height: 9px;
  width: 9px;
}

.result-error {
  align-items: flex-start;
  background: var(--danger-soft);
  border: 1px solid #f3c7c1;
  border-radius: 4px;
  color: var(--danger);
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin: 0;
  padding: 12px;
}

.result-error p {
  margin: 0;
}

.limit-card {
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-left: 4px solid var(--blue);
  border-radius: 5px;
  display: grid;
  gap: 12px;
  grid-template-columns: 30px minmax(0, 1fr);
  padding: 18px;
}

.limit-card > .material-symbols-outlined {
  color: var(--blue);
  font-size: 26px;
}

.limit-card h4 {
  font-size: 18px;
  margin: 0 0 5px;
}

.limit-card p {
  font-size: 12px;
  margin: 0 0 5px;
}

.limit-card small {
  color: var(--muted);
  font-size: 10px;
}

.limit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

@keyframes result-pulse {
  from {
    opacity: .35;
    transform: scale(.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.tool-trust-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.tool-trust-card > .material-symbols-outlined {
  color: var(--blue);
  font-size: 27px;
}

.tool-trust-card h2 {
  font-size: 17px;
  margin: 15px 0 8px;
}

.tool-trust-card p {
  color: var(--muted);
  font-size: 11px;
}

.prose,
.content-body,
.tool-description {
  color: #323236;
  max-width: 800px;
}

.prose h2,
.content-body h2 {
  font-size: 27px;
  margin: 42px 0 13px;
}

.prose h3,
.content-body h3 {
  font-size: 19px;
  margin: 30px 0 10px;
}

.prose p,
.prose li,
.content-body p,
.content-body li {
  font-size: 14px;
  line-height: 1.75;
}

.prose ul,
.prose ol,
.content-body ul,
.content-body ol {
  padding-left: 22px;
}

.prose a,
.content-body a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose code,
.content-body code {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 3px;
  font-family: var(--mono);
  font-size: .9em;
  padding: 2px 5px;
}

.prose pre,
.content-body pre {
  background: var(--ink);
  color: #fff;
  overflow: auto;
  padding: 16px;
}

.faq-list {
  max-width: 800px;
}

.faq-list h2 {
  margin-bottom: 18px;
}

.faq-list details {
  border-top: 1px solid var(--line);
  padding: 15px 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
}

.faq-list details p {
  color: var(--muted);
  font-size: 13px;
  margin: 10px 0 0;
}

.help-center {
  width: 100%;
}

.help-hero {
  border-bottom: 1px solid var(--line);
  max-width: 900px;
  padding: 34px 0 40px;
}

.help-hero h1 {
  font-size: clamp(42px, 6vw, 68px);
  max-width: 820px;
}

.help-hero .lede {
  margin-bottom: 0;
  max-width: 800px;
}

.help-topics {
  margin-top: 44px;
}

.help-section-heading h2 {
  margin-bottom: 0;
}

.help-topics > ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.help-topics li,
.help-topics a {
  min-width: 0;
}

.help-topics a {
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 132px;
  padding: 18px;
}

.help-topics a:hover,
.help-topics a:focus-visible {
  border-color: var(--blue);
  box-shadow: inset 0 -3px 0 var(--blue);
}

.help-topics a > span:first-child {
  font-size: 15px;
  font-weight: 690;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.help-topics small {
  align-self: end;
  color: var(--muted);
  font-size: 11px;
  grid-column: 1;
}

.help-topic-icon {
  align-self: end;
  color: var(--blue);
  height: 19px;
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 19px;
}

.help-sections {
  margin-top: 62px;
  max-width: 980px;
}

.help-section {
  scroll-margin-top: 92px;
}

.help-section + .help-section {
  border-top: 1px solid var(--line-strong);
  margin-top: 54px;
  padding-top: 54px;
}

.help-section > .help-section-heading {
  margin-bottom: 20px;
  max-width: 760px;
}

.help-faq-list {
  border-bottom: 1px solid var(--line);
}

.help-faq-list details {
  background: var(--surface);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.help-faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  list-style: none;
  min-height: 66px;
  padding: 17px 19px;
}

.help-faq-list summary::-webkit-details-marker {
  display: none;
}

.help-faq-list summary:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: -3px;
}

.help-question {
  font-size: 14px;
  font-weight: 680;
  line-height: 1.4;
}

.help-faq-icon {
  color: var(--blue);
  flex: 0 0 auto;
  height: 21px;
  width: 21px;
}

.help-faq-icon-vertical {
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity .16s ease, transform .16s ease;
}

.help-faq-list details[open] .help-faq-icon-vertical {
  opacity: 0;
  transform: scaleY(0);
}

.help-answer {
  border-top: 1px solid var(--line);
  padding: 18px 56px 20px 19px;
}

.help-answer p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
  margin: 0;
  max-width: 820px;
}

.help-answer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 15px;
  margin-top: 14px;
}

.help-answer a {
  align-items: center;
  color: var(--blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.help-answer a .material-symbols-outlined {
  font-size: 15px;
}

.badge {
  background: var(--blue-soft);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 5px 9px;
  text-transform: uppercase;
}

.detail,
main > article:not(.tool-detail):not(.category-detail):not(.help-center) {
  max-width: 800px;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.muted {
  color: var(--muted);
}

.auth-layout {
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
  margin: 48px auto;
  max-width: 1000px;
  min-height: 580px;
}

.auth-intro {
  background: var(--blue);
  color: #fff;
  padding: clamp(34px, 6vw, 64px);
}

.auth-intro .eyebrow {
  color: var(--lime);
}

.auth-intro h1 {
  color: #fff;
  font-size: clamp(38px, 5vw, 57px);
}

.auth-intro > p:not(.eyebrow) {
  color: rgb(255 255 255 / 74%);
  max-width: 520px;
}

.auth-intro ul {
  border-top: 1px solid rgb(255 255 255 / 25%);
  list-style: none;
  margin: 36px 0 0;
  padding: 20px 0 0;
}

.auth-intro li {
  align-items: center;
  display: flex;
  font-size: 12px;
  gap: 9px;
  padding: 8px 0;
}

.auth-intro li .material-symbols-outlined {
  color: var(--lime);
  font-size: 19px;
}

.auth-feature {
  align-items: flex-start;
  border-top: 1px solid rgb(255 255 255 / 25%);
  display: flex;
  gap: 12px;
  margin-top: 34px;
  padding-top: 24px;
}

.auth-feature > .material-symbols-outlined {
  color: var(--lime);
  font-size: 26px;
}

.auth-feature strong {
  color: #fff;
  display: block;
  font-size: 12px;
}

.auth-feature p {
  color: rgb(255 255 255 / 68%);
  font-size: 11px;
  margin: 5px 0 0;
}

.auth-card {
  align-self: center;
  padding: clamp(28px, 5vw, 52px);
}

.google-auth-button {
  align-items: center;
  background: #fff;
  border: 1px solid #747775;
  border-radius: 4px;
  color: #1f1f1f;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  gap: 12px;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  text-decoration: none;
}

.google-auth-button:hover {
  background: #f8fafd;
  border-color: #5f6368;
}

.google-auth-mark {
  color: #4285f4;
  font-size: 18px;
  font-weight: 700;
}

.google-auth-terms {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  margin: 8px 0 0;
  text-align: center;
}

.auth-divider {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 9px;
  gap: 10px;
  margin: 18px 0 4px;
  text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
  background: var(--line);
  content: "";
  flex: 1;
  height: 1px;
}

.stacked-form {
  display: grid;
}

.stacked-form label {
  font-size: 11px;
  font-weight: 650;
  margin: 12px 0 6px;
}

.stacked-form .btn {
  margin-top: 20px;
}

.form-note,
.auth-switch {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.form-note {
  margin: 12px 0 0;
}

.auth-switch {
  border-top: 1px solid var(--line);
  margin: 24px 0 0;
  padding-top: 18px;
  text-align: center;
}

.auth-switch a {
  color: var(--blue);
  font-weight: 650;
}

.notice {
  align-items: flex-start;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--muted);
  display: flex;
  font-size: 11px;
  gap: 8px;
  margin-bottom: 15px;
  padding: 10px 12px;
}

.notice .material-symbols-outlined {
  flex: 0 0 auto;
  font-size: 18px;
}

.notice-error {
  background: var(--danger-soft);
  border-color: #f3c7c1;
  color: var(--danger);
}

.notice-success {
  background: var(--success-soft);
  border-color: #cce5c9;
  color: var(--success);
}

.flash-stack {
  margin: 14px auto 0;
  max-width: 1192px;
  padding: 0 24px;
  width: 100%;
}

.flash-message {
  background: var(--success-soft);
  border: 1px solid #cce5c9;
  color: var(--success);
  font-size: 12px;
  margin: 0;
  padding: 10px 12px;
}

.pricing-current {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}

.pricing-current small {
  color: var(--muted);
  font-size: 9px;
}

.pricing-current strong {
  font-size: 22px;
}

.quota-explainer {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid #cfddff;
  color: var(--blue-dark);
  display: flex;
  gap: 9px;
  margin: 18px 0;
  padding: 11px 13px;
}

.quota-explainer .material-symbols-outlined {
  font-size: 20px;
}

.quota-explainer p {
  font-size: 11px;
  margin: 0;
}

.pricing-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 20px;
}

.pricing-card.is-current {
  border-color: var(--blue);
  box-shadow: inset 0 3px 0 var(--blue);
}

.pricing-card-head {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 0;
}

.pricing-card-head > div {
  min-width: 0;
}

.pricing-card-head h2 {
  font-size: 23px;
  margin: 0;
}

.pricing-price {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 5px;
  margin: 18px 0 13px;
  padding-bottom: 16px;
}

.pricing-price strong {
  font-size: 30px;
  letter-spacing: -.045em;
}

.pricing-price span,
.pricing-description,
.pricing-note {
  color: var(--muted);
  font-size: 10px;
}

.pricing-description {
  min-height: 46px;
}

.pricing-features {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 9px 0 20px;
  padding: 0;
}

.pricing-features li {
  align-items: center;
  display: flex;
  font-size: 10px;
  gap: 7px;
}

.pricing-features .material-symbols-outlined {
  color: var(--success);
  font-size: 17px;
}

.pricing-card > :last-child {
  margin-top: auto;
}

.pricing-note {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.pricing-closed-note {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 10px;
  gap: 7px;
  justify-content: center;
  margin: 14px 0 0;
}

.pricing-closed-note .material-symbols-outlined {
  font-size: 16px;
}

.waitlist-card {
  background: linear-gradient(135deg, var(--surface) 0%, var(--blue-soft) 100%);
  border: 1px solid #cfddff;
  border-radius: var(--radius);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
  margin-top: 22px;
  padding: 28px;
}

.waitlist-copy h2 {
  font-size: 28px;
  margin: 4px 0 9px;
}

.waitlist-copy > p:not(.eyebrow),
.waitlist-form-panel > p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.waitlist-copy ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.waitlist-copy li {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 9px;
}

.waitlist-copy li .material-symbols-outlined {
  color: var(--blue);
  font-size: 19px;
}

.waitlist-form-panel {
  align-self: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
}

.consent-check {
  align-items: flex-start;
  display: flex;
  font-size: 10px;
  gap: 9px;
  line-height: 1.45;
}

.consent-check input {
  flex: 0 0 auto;
  margin-top: 2px;
  width: auto;
}

.account-layout {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: 250px minmax(0, 1fr);
}

.account-sidebar {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  position: sticky;
  top: 84px;
}

.account-identity {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 9px;
  padding: 17px;
}

.account-identity > .material-symbols-outlined {
  color: var(--blue);
  font-size: 28px;
}

.account-identity strong,
.account-identity small {
  display: block;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-identity strong {
  font-size: 11px;
}

.account-identity small {
  color: var(--muted);
  font-size: 9px;
  margin-top: 2px;
}

.account-sidebar nav {
  display: grid;
  padding: 8px;
}

.account-sidebar nav a,
.account-sidebar form button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 9px;
  padding: 9px 10px;
  text-align: left;
  width: 100%;
}

.account-sidebar nav a:hover,
.account-sidebar nav a[aria-current="page"] {
  background: var(--blue-soft);
  color: var(--blue);
}

.account-sidebar nav .material-symbols-outlined,
.account-sidebar form .material-symbols-outlined {
  font-size: 18px;
}

.account-sidebar > form {
  border-top: 1px solid var(--line);
  padding: 8px;
}

.account-content {
  min-width: 0;
}

.account-head {
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
  padding: 6px 0 22px;
}

.account-head h1 {
  font-size: clamp(36px, 5vw, 54px);
  margin-bottom: 9px;
}

.account-head > p:last-child {
  color: var(--muted);
  margin-bottom: 0;
}

.account-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-stats article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  grid-template-columns: 28px 1fr;
  min-height: 130px;
  padding: 17px;
}

.account-stats article > .material-symbols-outlined {
  color: var(--blue);
  font-size: 21px;
}

.account-stats small {
  align-self: center;
  color: var(--muted);
  font-size: 10px;
}

.account-stats strong {
  align-self: end;
  font-size: 28px;
  grid-column: 1 / -1;
  letter-spacing: -.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-panel,
.plan-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-top: 16px;
  padding: 20px;
}

.saved-results-list {
  display: grid;
  gap: 14px;
}

.saved-result-card {
  margin-top: 0;
}

.saved-result-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: -2px 0 16px;
  padding-bottom: 16px;
}

.saved-result-head h2 {
  font-size: 22px;
  margin: 2px 0 4px;
}

.saved-result-head p:last-child {
  color: var(--muted);
  font-size: 10px;
  margin: 0;
}

.saved-result-head .btn {
  flex: 0 0 auto;
}

.saved-result-output {
  padding: 0;
}

.saved-result-notice {
  align-items: center;
  background: var(--blue-soft);
  border: 1px solid #c9dafd;
  border-radius: 5px;
  color: var(--muted);
  display: flex;
  font-size: 10px;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 12px;
}

.saved-result-notice .material-symbols-outlined {
  color: var(--blue);
  font-size: 17px;
}

.saved-result-expiry {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  margin-top: 14px;
  padding-top: 12px;
}

.panel-heading {
  margin-bottom: 13px;
}

.panel-heading h2 {
  font-size: 20px;
}

.responsive-table {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border-top: 1px solid var(--line);
  font-size: 10px;
  padding: 11px 8px;
  text-align: left;
}

th {
  color: var(--muted);
  font-weight: 620;
}

td:first-child {
  align-items: center;
  display: flex;
  gap: 8px;
}

td:first-child .material-symbols-outlined {
  color: var(--blue);
  font-size: 17px;
}

.status-chip {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 9px;
  font-weight: 650;
  padding: 4px 7px;
  line-height: 1.35;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

.status-completed {
  background: var(--success-soft);
  border-color: #cce5c9;
  color: var(--success);
}

.status-failed,
.status-canceled {
  background: var(--danger-soft);
  border-color: #f3c7c1;
  color: var(--danger);
}

.plan-card {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  min-height: 260px;
  padding: 28px;
}

.plan-card > div:first-child > .material-symbols-outlined {
  color: var(--blue);
  font-size: 34px;
}

.plan-card h2 {
  margin-bottom: 10px;
}

.plan-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 12px;
}

.plan-card dl {
  border-left: 1px solid var(--line);
  margin: 0;
  padding-left: 20px;
}

.plan-card dl div {
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  padding: 11px 0;
}

.plan-card dt {
  color: var(--muted);
}

.plan-card dd {
  font-weight: 650;
  margin: 0;
}

.session-list {
  display: grid;
}

.session-list article {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  min-height: 62px;
  padding: 9px 0;
}

.session-list article > .material-symbols-outlined {
  color: var(--blue);
  font-size: 21px;
}

.session-list strong,
.session-list small {
  display: block;
}

.session-list strong {
  font-size: 10px;
}

.session-list small {
  color: var(--muted);
  font-size: 9px;
  margin-top: 3px;
}

.session-list .btn {
  min-height: 34px;
  padding: 6px 10px;
}

.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.footer-inner {
  align-items: center;
  color: var(--muted);
  display: grid;
  font-size: 10px;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 112px;
  padding: 22px 24px;
}

.footer-brand {
  align-items: center;
  display: flex;
  gap: 9px;
}

.footer-brand strong,
.footer-brand small {
  display: block;
}

.footer-brand strong {
  color: var(--ink);
  font-size: 12px;
}

.footer-brand small {
  margin-top: 2px;
}

.footer-inner nav {
  align-items: center;
  display: flex;
  gap: 14px;
}

.footer-inner nav a:hover,
.footer-cookie-button:hover {
  color: var(--blue);
}

.footer-cookie-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.footer-inner p {
  margin: 0;
}

.consent-panel {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-left: 4px solid var(--blue);
  bottom: 18px;
  box-shadow: 0 18px 70px rgb(11 11 12 / 18%);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  left: 50%;
  max-width: min(940px, calc(100vw - 28px));
  padding: 20px;
  position: fixed;
  transform: translateX(-50%);
  width: 100%;
  z-index: 300;
}

.consent-panel-copy {
  align-items: flex-start;
  display: grid;
  gap: 13px;
  grid-template-columns: 34px minmax(0, 1fr);
}

.consent-icon {
  align-items: center;
  background: var(--blue-soft);
  border-radius: 5px;
  color: var(--blue);
  display: flex;
  font-size: 20px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.consent-panel h2 {
  font-size: 15px;
  line-height: 1.25;
  margin: 0 0 5px;
}

.consent-panel p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
  margin: 0;
  max-width: 660px;
}

.consent-panel-copy a {
  color: var(--blue);
  display: inline-block;
  font-size: 10px;
  font-weight: 620;
  margin-top: 6px;
}

.consent-panel-actions {
  display: flex;
  gap: 8px;
}

.legal-sections section + section {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 4px;
}

.access-ladder {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 20px 0 34px;
}

.access-ladder article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  padding: 18px;
}

.access-ladder article > span {
  align-items: center;
  background: var(--blue-soft);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 10px;
  font-weight: 750;
  height: 24px;
  justify-content: center;
  margin-bottom: 12px;
  width: 24px;
}

.access-ladder strong,
.access-ladder p {
  display: block;
  line-height: 1.55;
}

.access-ladder strong {
  font-size: 12px;
}

.access-ladder p {
  color: var(--muted);
  font-size: 10px;
  margin: 7px 0 0;
}

.pricing-section-head {
  margin: 34px 0 18px;
  max-width: 760px;
}

.pricing-section-head h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.pricing-section-head p,
.pricing-section-head strong {
  font-size: 11px;
  line-height: 1.65;
}

.pricing-section-head p {
  color: var(--muted);
}

.pricing-section-head strong {
  color: var(--blue-dark);
}

.commercial-page {
  display: grid;
  gap: 56px;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.commercial-page .crumbs {
  margin-bottom: -28px;
}

.commercial-hero {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}

.commercial-hero h1 {
  font-size: clamp(42px, 7vw, 78px);
  letter-spacing: -.055em;
  line-height: .98;
  margin: 8px 0 20px;
}

.commercial-lead {
  color: var(--muted);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.55;
  max-width: 760px;
}

.commercial-status {
  align-items: flex-start;
  background: var(--blue-soft);
  border: 1px solid #cfddff;
  border-radius: var(--radius);
  display: flex;
  gap: 13px;
  margin: 28px auto 0;
  max-width: 760px;
  padding: 18px;
  text-align: left;
}

.commercial-status > .material-symbols-outlined {
  color: var(--blue);
}

.commercial-status strong {
  font-size: 13px;
}

.commercial-status p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  margin: 6px 0 0;
}

.commercial-section > header {
  margin: 0 auto 20px;
  max-width: 760px;
  text-align: center;
}

.commercial-section > header h2,
.commercial-contact h2,
.commercial-faq > h2 {
  font-size: 30px;
  margin-bottom: 8px;
}

.commercial-section > header p,
.commercial-contact p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.commercial-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commercial-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  padding: 22px;
}

.commercial-card > .material-symbols-outlined {
  color: var(--blue);
  font-size: 28px;
}

.commercial-card h2,
.commercial-card h3 {
  font-size: 18px;
  margin: 18px 0 9px;
}

.commercial-card p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.commercial-card .text-link {
  display: inline-block;
  font-size: 11px;
  margin-top: 10px;
}

.commercial-contact,
.account-plan-callout {
  align-items: center;
  background: linear-gradient(135deg, var(--surface) 0%, var(--blue-soft) 100%);
  border: 1px solid #cfddff;
  border-radius: var(--radius);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px;
}

.commercial-request {
  align-items: start;
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}

.commercial-request-copy {
  padding-top: 6px;
}

.commercial-request-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  padding: 22px;
}

.commercial-form-grid {
  display: grid;
  gap: 0 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.commercial-request-form textarea {
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--ink);
  min-height: 160px;
  padding: 10px 11px;
  resize: vertical;
  width: 100%;
}

.commercial-request-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-soft);
  outline: 0;
}

.commercial-request-form [aria-invalid="true"] {
  border-color: var(--danger);
}

.commercial-request-form .consent-check {
  margin-top: 14px;
}

.commercial-request-form .consent-check a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.commercial-request-success {
  align-items: flex-start;
  margin: 0;
}

.commercial-request-success p {
  margin: 5px 0 0;
}

.pricing-card-commercial .pricing-description {
  min-height: 0;
}

.pricing-card-commercial .btn {
  margin-top: auto;
}

.home-guides {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.home-article-grid > li > a {
  min-height: 210px;
}

.commercial-contact > div,
.account-plan-callout > div {
  max-width: 720px;
}

.commercial-contact .btn,
.account-plan-callout .btn {
  flex: 0 0 auto;
}

.commercial-faq .faq-list {
  max-width: 900px;
}

.pricing-commercial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.account-plan-callout {
  margin: 18px 0;
  padding: 20px;
}

.account-plan-callout h2 {
  font-size: 20px;
  margin: 4px 0 7px;
}

.account-plan-callout p:not(.eyebrow) {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1050px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .tool-card-grid,
  .card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .access-strip {
    grid-template-columns: 1fr;
  }

  .account-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .waitlist-card {
    grid-template-columns: 1fr;
  }

  .commercial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .help-topics > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .nav-inner {
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .nav-toggle {
    display: flex;
  }

  .links {
    display: none;
    order: 3;
    width: 100%;
  }

  .links[data-open] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-actions {
    margin-left: 0;
  }

  .access-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-workspace {
    grid-template-columns: 1fr;
  }

  .tool-trust-card {
    order: -1;
  }

  .auth-layout {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .account-layout {
    grid-template-columns: 1fr;
  }

  .account-sidebar {
    position: static;
  }

  .account-sidebar nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .pricing-page .page-head {
    align-items: flex-start;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .access-ladder,
  .commercial-grid {
    grid-template-columns: 1fr;
  }

  .commercial-request {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .page-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-head > * {
    min-width: 0;
    width: 100%;
  }

  .page-head > p,
  main > article > header h1,
  .legal-sections {
    overflow-wrap: anywhere;
  }

  .consent-panel {
    align-items: stretch;
    bottom: 8px;
    gap: 15px;
    grid-template-columns: 1fr;
    max-height: calc(100vh - 16px);
    max-width: calc(100vw - 16px);
    overflow: auto;
    padding: 17px;
  }

  .consent-panel-actions {
    flex-direction: column-reverse;
  }

  .consent-panel-actions .btn {
    width: 100%;
  }

  .commercial-contact,
  .account-plan-callout {
    align-items: stretch;
    flex-direction: column;
  }

  .commercial-form-grid {
    grid-template-columns: 1fr;
  }

  .commercial-contact .btn,
  .account-plan-callout .btn {
    width: 100%;
  }

  main {
    padding: 22px 16px 58px;
  }

  .nav-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-actions {
    justify-content: space-between;
    order: 4;
    width: 100%;
  }

  .language-menu summary span:nth-child(2),
  .account-link span:last-child {
    display: none;
  }

  .language-options {
    left: 0;
    position: fixed;
    right: 0;
    top: 118px;
  }

  .home-hero-copy,
  .hero-search-panel {
    padding: 28px 22px;
  }

  .hero-metrics,
  .access-steps,
  .category-grid,
  .tool-card-grid,
  .card-list,
  .catalog-grid,
  .account-stats {
    grid-template-columns: 1fr;
  }

  .saved-result-head {
    align-items: stretch;
    flex-direction: column;
  }

  .saved-result-head .btn {
    width: 100%;
  }

  .hero-metrics {
    gap: 8px;
  }

  .help-hero {
    padding: 18px 0 30px;
  }

  .help-topics {
    margin-top: 34px;
  }

  .help-topics > ul {
    grid-template-columns: 1fr;
  }

  .help-topics a {
    min-height: 94px;
  }

  .help-sections {
    margin-top: 46px;
  }

  .help-section + .help-section {
    margin-top: 42px;
    padding-top: 42px;
  }

  .help-faq-list summary {
    min-height: 60px;
    padding: 15px;
  }

  .help-answer {
    padding: 16px;
  }

  .hero-metrics div {
    align-items: baseline;
    flex-direction: row;
    gap: 8px;
  }

  .access-strip {
    padding: 20px;
  }

  .access-steps li {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 0;
    padding: 12px 0;
  }

  .section-head-row,
  .catalog-head,
  .tool-detail-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-count {
    align-items: flex-start;
  }

  .catalog-search {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .catalog-search input {
    min-width: 180px;
  }

  .catalog-search .btn {
    width: 100%;
  }

  .tool-fields {
    grid-template-columns: 1fr;
  }

  .tool-field {
    grid-column: 1 / -1;
  }

  .runtime-badge {
    max-width: none;
  }

  .result-grid,
  .result-list,
  .pricing-grid,
  .waitlist-card {
    grid-template-columns: 1fr;
  }

  .pricing-page .page-head {
    flex-direction: column;
  }

  .pricing-current {
    align-items: flex-start;
  }

  .waitlist-card {
    padding: 20px;
  }

  .result-head,
  .result-download {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .result-head {
    flex-direction: column;
  }

  .result-copy-all {
    width: 100%;
  }

  .result-download > .material-symbols-outlined {
    display: none;
  }

  .limit-card {
    grid-template-columns: 1fr;
  }

  .limit-actions .btn {
    width: 100%;
  }

  .auth-intro,
  .auth-card {
    padding: 28px 22px;
  }

  .account-sidebar nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-card {
    grid-template-columns: 1fr;
  }

  .plan-card dl {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 12px;
  }

  .session-list article {
    align-items: flex-start;
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .session-list article > :last-child {
    grid-column: 2;
  }

  .footer-inner nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
