/* [SITE-THEME] managed by generate-variants.js — edit content/sites.json instead */
:root {
  --accent: #6d28d9;
  --accent-text: #ffffff;
  --bg: #fbfaf7;
  --text: #1c1917;
  --accent-dark: #5921b2;
  --accent-soft: #ede5fa;
}
/* [/SITE-THEME] */

/* ==========================================================================
   Application-packet system.
   The intake flow as a well-crafted official document: letterhead masthead,
   numbered ruled sections, underlined ink fields, stamp-verified confirmation.
   One accent color per site (the ink); structure is pure line-work.
   ========================================================================== */

:root {
  --font-display: ui-serif, Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --paper: var(--bg);
  --paper-edge: #e9e5da;
  --ink: var(--text);
  --ink-soft: var(--muted);
  --hairline: var(--line);
  --rule-strong: 3px;
  --wrap-max: 1060px;
  --wrap-narrow: 720px;
}

/* ---- Base ---- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
  body {
  margin: 0;
  font: 16px/1.6 var(--font);
  color: var(--ink);
  background-color: var(--paper);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
::selection {
  background: var(--accent);
  color: var(--accent-text);
}
h1,
h2,
h3 {
  line-height: 1.12;
  margin: 0 0 0.45em;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.4vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.015em;
}
h2 {
  font-size: 1.05rem;
  font-weight: 700;
}
h3 {
  font-size: 1.18rem;
  font-weight: 700;
}
p {
  margin: 0 0 1em;
}
a {
  color: var(--ink);
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, var(--accent) 55%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
a:hover {
  text-decoration-thickness: 2px;
  text-decoration-color: var(--accent);
  text-decoration-line: underline;
}
:focus-visible {
  outline: 2.5px solid var(--focus);
  outline-offset: 2px;
  border-radius: 2px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: 100%;
  max-width: var(--wrap-max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.muted {
  color: var(--ink-soft);
}
.lead {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 58ch;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  background: var(--ink);
  color: var(--bg);
  padding: 10px 14px;
  border-radius: 4px;
  z-index: 20;
  font-weight: 600;
}
.skip:focus {
  left: 8px;
}
.num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

/* ---- Masthead (letterhead): thick accent rule, org mark, section tab ---- */
.site-header {
  background: var(--paper);
  border-bottom: var(--rule-strong) solid var(--accent);
}
.site-header .row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
  padding: 18px 0 12px;
}
.brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: baseline;
  gap: 0.55em;
}
.brand::after {
  content: "/ careers";
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.site-header nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
.site-header nav a:hover {
  color: var(--accent-dark);
}
.site-header nav a[aria-current] {
  border-bottom-color: var(--accent);
}
.site-footer {
  border-top: 1px solid var(--ink);
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.55;
  padding: 26px 0 34px;
  margin-top: 72px;
}
.site-footer p {
  margin: 0;
}

/* ---- Document head: numbered ruled sections ---- */
.doc-head {
  padding: clamp(34px, 5vw, 56px) 0 0;
}
.doc-head h1 {
  margin-bottom: 0.2em;
}
.doc-lead {
  font-size: 1.12rem;
  color: var(--ink-soft);
  max-width: 58ch;
  margin-bottom: 0;
}
.step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin: 0 0 14px;
}
.step::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--accent);
  opacity: 0.35;
}

/* ---- Ruled section titles (No. 1 — style) ---- */
.sec-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-bottom: var(--rule-strong) solid var(--ink);
  padding-bottom: 8px;
  margin: clamp(30px, 4.5vw, 46px) 0 18px;
}
.sec-head h2 {
  margin: 0;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
}
.sec-no {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-dark);
  letter-spacing: 0.08em;
}

/* ---- Hero (jobs page): big statement + rule, form-like opening ---- */
.hero {
  padding: clamp(40px, 6vw, 64px) 0 clamp(10px, 2vw, 18px);
}
.hero h1 {
  max-width: 16ch;
  margin-bottom: 0.25em;
}
.hero .doc-lead {
  margin-bottom: 0;
}

/* ---- Cards: paper slips on the sheet ---- */
.cards {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.card {
  background: var(--surface);
  border: 1px solid var(--ink-soft);
  border-radius: 0;
  padding: 20px 22px 18px;
}
.cards .card {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cards .card::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid var(--hairline);
  pointer-events: none;
}
.cards .card > :first-child {
  margin-top: 4px;
}
.cards .card h3 {
  margin: 0 0 0.35em;
  font-family: var(--font-display);
  font-size: 1.32rem;
}
.cards .card h3 a {
  color: var(--ink);
  text-decoration: none;
}
.cards .card h3 a:hover {
  color: var(--accent-dark);
  text-decoration: underline;
  text-decoration-color: var(--accent);
}
.cards .card p:last-of-type {
  flex: 1;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 0.8em;
}
.chip {
  display: inline-block;
  border: 1px solid var(--ink-soft);
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  background: var(--paper);
}
.empty {
  background: var(--surface);
  border: 1px solid var(--ink-soft);
  padding: 44px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--wrap-narrow) - 2 * var(--gutter));
}
.empty h1,
.empty h2 {
  margin-bottom: 0.3em;
}

/* ---- Buttons: ink stamp, squared ---- */
.btn {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 2px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid var(--ink);
  line-height: 1.25;
  min-height: 46px;
  transition:
    background-color 0.15s,
    color 0.15s,
    border-color 0.15s;
}
.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-text);
}
.btn-primary:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  color: var(--accent-text);
}
.btn-primary[disabled] {
  opacity: 0.55;
  cursor: progress;
}
.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-secondary:hover {
  background: var(--ink);
  color: var(--paper);
}

/* ---- Job detail ---- */
.back {
  display: inline-block;
  margin: clamp(20px, 3vw, 30px) 0 4px;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  color: var(--ink-soft);
}
.back:hover {
  color: var(--accent-dark);
}
.back::before {
  content: "← ";
}
.job-header {
  border-bottom: var(--rule-strong) solid var(--ink);
  padding: 6px 0 22px;
  margin-bottom: 26px;
}
.job-header h1 {
  margin-bottom: 0.3em;
}
.job-aside .card {
  margin-bottom: 18px;
}
.job-body {
  display: grid;
  gap: 10px 44px;
  grid-template-columns: minmax(0, 1fr);
}
.job-body .span {
  grid-column: 1 / -1;
}
.job-body section {
  margin: 0 0 26px;
}
.job-layout {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr);
}
.cta {
  margin: 26px 0 8px;
  padding: 22px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.cta p {
  margin: 0;
  font-weight: 700;
}
.cta .btn-primary {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}
.cta .btn-primary:hover {
  background: var(--accent);
}

/* ---- Forms: ink on ruled paper ---- */
form {
  width: 100%;
}
.field {
  margin: 0 0 24px;
}
.field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--ink);
}
.field .req {
  color: var(--accent-dark);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.help,
.count {
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin: 0 0 6px;
}
.count {
  text-align: right;
  margin: 4px 0 0;
  font-family: var(--font-mono);
  font-size: 0.78rem;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select {
  width: 100%;
  font: inherit;
  padding: 12px 2px 10px;
  border: 0;
  border-bottom: 1.5px solid var(--ink-soft);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  transition: border-color 0.15s;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
textarea:hover,
select:hover {
  border-bottom-color: var(--ink);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-bottom-color: var(--ink);
}
textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.55;
}
input[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-bottom: 2.5px solid var(--error);
}
input[type="file"] {
  font: inherit;
  width: 100%;
}
.field-error {
  color: var(--error);
  font-weight: 700;
  font-size: 0.86rem;
  margin: 7px 0 0;
}
.field-error::before {
  content: "× ";
  font-weight: 900;
}
.alert {
  padding: 14px 18px;
  margin: 0 0 22px;
  font-size: 0.92rem;
}
.alert p {
  margin: 0 0 0.4em;
}
.alert ul {
  margin: 0;
  padding-left: 1.1em;
}
.alert-error {
  background: var(--error-soft);
  border: 1px solid var(--error);
  color: #5a1a14;
}
.alert-error a {
  color: inherit;
}
.alert-ok {
  background: var(--ok-soft);
  border: 1px solid var(--ok);
}
.summary {
  border: 1px solid var(--ink);
  padding: 13px 18px;
  margin: 0 0 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  background: var(--paper);
}
.summary p {
  margin: 0;
}
.notice {
  font-size: 0.94rem;
  color: var(--ink-soft);
}

/* ---- Questions ---- */
.q-number {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 3px;
  font-weight: 700;
}
.questions-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
  margin-bottom: 24px;
}
.actions {
  margin-top: 10px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

/* ---- Confirmation: stamp ---- */
.ref {
  font-family: var(--font-mono);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: 2px solid var(--accent);
  color: var(--accent-dark);
  padding: 8px 14px;
  display: inline-block;
  transform: rotate(-1.2deg);
  border-radius: 3px;
}
.ref-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 8px;
}
.confirm-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  margin-top: 8px;
}

/* ---- Apply page (packet): full-bleed ruled form sheet ---- */
.apply-rolebar {
  border-bottom: 1px solid var(--ink-soft);
  background: var(--paper);
  padding: 14px 18px;
}
.apply-rolebar-inner {
  max-width: var(--wrap-max);
  margin: 0 auto;
  padding: clamp(18px, 2.5vw, 26px) 0 0;
}
.apply-rolebar-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 12px;
}
.apply-rolebar-title::before {
  content: "";
  width: 26px;
  height: 3px;
  background: var(--accent);
}
.apply-rolebar .role-picker {
  position: relative;
  display: block;
  width: fit-content;
  max-width: 100%;
  padding-bottom: 16px;
}
.role-pill {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 16px 10px 18px;
  cursor: pointer;
  transition:
    background-color 0.15s,
    color 0.15s;
}
.role-pill:hover {
  background: var(--ink);
  color: var(--paper);
}
.role-pill:hover .role-pill-chevron {
  color: var(--paper);
}
.role-pill:focus-visible {
  outline: 2.5px solid var(--focus);
  outline-offset: 3px;
}
.role-pill:disabled {
  background: var(--paper);
  border-color: var(--ink-soft);
  color: var(--ink-soft);
  cursor: wait;
}
.role-pill-chevron {
  font-size: 0.9rem;
  line-height: 0.7;
}
.role-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 9px 0 0;
}
.role-meta-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ink-soft);
  border-radius: 2px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  padding: 3px 8px;
}
.role-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 10;
  width: min(430px, calc(100vw - 32px));
  padding: 16px;
  background: var(--surface);
  border: 1.5px solid var(--ink);
  box-shadow: 6px 8px 0 rgba(26, 26, 26, 0.12);
  color: var(--ink);
}
.role-menu-title {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.role-menu label {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.role-menu .role-search {
  display: block;
  width: 100%;
  min-height: 44px;
  margin: 0;
  border: 1.5px solid var(--ink-soft);
  background: var(--paper);
  padding: 10px 12px;
}
.role-menu .role-search:focus {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  border-color: var(--ink);
}
.role-options {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 260px;
  overflow-y: auto;
  margin-top: 12px;
  border-top: 1px solid var(--hairline);
  padding-top: 8px;
}
.role-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  padding: 9px 8px;
  cursor: pointer;
}
.role-option:hover,
.role-option.is-active {
  background: var(--accent-soft);
  color: var(--ink);
}
.role-option.is-current {
  font-weight: 800;
  box-shadow: inset 3px 0 0 var(--accent);
}
.role-option-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.role-option-meta {
  color: var(--ink-soft);
  font-size: 0.76rem;
  white-space: nowrap;
}
.role-option[aria-selected="true"]::after {
  content: "current";
  color: var(--accent-dark);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.role-empty {
  color: var(--ink-soft);
  font-size: 0.84rem;
  margin: 4px 8px 6px;
}
.role-menu .role-help {
  color: var(--ink-soft);
  font-size: 0.75rem;
  margin: 12px 0 0;
}
.role-menu .role-status {
  color: var(--ink-soft);
  font-size: 0.72rem;
  margin: 6px 0 0;
}

/* ---- Apply form area ---- */
.apply-shell {
  max-width: var(--wrap-narrow);
  margin: 0 auto;
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(40px, 6vw, 72px);
}
.apply-form-panel {
  background: var(--surface);
  border: 1px solid var(--ink-soft);
  padding: clamp(24px, 4vw, 44px);
  position: relative;
}
.apply-form-panel::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid var(--hairline);
  pointer-events: none;
}
.apply-form-panel > * {
  position: relative;
}
.apply-form-panel h2 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  margin-bottom: 0.3em;
}
.field-grid {
  display: grid;
  gap: 0 26px;
  grid-template-columns: minmax(0, 1fr);
}
.field-wide {
  grid-column: 1 / -1;
}
.apply-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.apply-progress-track {
  display: block;
  width: clamp(60px, 10vw, 120px);
  height: 3px;
  background: var(--hairline);
  overflow: hidden;
}
.apply-progress-track span {
  display: block;
  width: 50%;
  height: 100%;
  background: var(--accent);
}
.actions {
  border-top: 1px solid var(--hairline);
  margin-top: 8px;
  padding-top: 22px;
  gap: 18px;
  justify-content: space-between;
}
.action-note {
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.4;
  max-width: 240px;
  margin: 0;
}
.apply-message {
  max-width: var(--wrap-narrow);
  margin: 44px auto 0;
  background: var(--surface);
  border: 1px solid var(--ink-soft);
  padding: 44px;
}

/* ---- File zone ---- */
.file-zone {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 16px 18px;
  border: 1.5px solid var(--ink-soft);
  background: var(--paper);
  cursor: pointer;
  transition:
    border-color 0.15s,
    background-color 0.15s;
}
.file-zone:hover {
  border-color: var(--ink);
  background: var(--surface);
}
.file-zone-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
  font-size: 1.05rem;
  flex: none;
}
.file-zone-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.file-zone-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.94rem;
}
.file-zone-copy .help {
  margin: 0;
}
.file-zone-action {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--accent-dark);
}
.file-zone input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.file-zone:focus-within {
  outline: 2.5px solid var(--focus);
  outline-offset: 3px;
}
.file-zone:has(input[aria-invalid="true"]) {
  border: 2px solid var(--error);
}

/* ---- Responsive ---- */
@media (min-width: 720px) {
  .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .job-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .confirm-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1000px) {
  .job-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  }
  .job-aside {
    position: sticky;
    top: 24px;
    align-self: start;
  }
}
@media (max-width: 700px) {
  .site-header .row {
    min-height: 60px;
    padding: 12px 0 10px;
  }
  .brand {
    font-size: 1.15rem;
  }
  .brand::after {
    display: none;
  }
  .card {
    padding: 16px 16px 14px;
  }
  .cta {
    padding: 18px;
  }
  .actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .actions .btn {
    width: 100%;
    text-align: center;
  }
  .action-note {
    max-width: none;
    text-align: center;
  }
  .apply-form-panel {
    padding: 22px 18px;
  }
}

/* ---- Motion: one authored moment (the form panel settles) ---- */
@media (prefers-reduced-motion: no-preference) {
  .apply-form-panel {
    animation: sheet-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  @keyframes sheet-in {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  a,
  .btn,
  .role-pill,
  input,
  textarea,
  select {
    transition:
      color 0.15s,
      background-color 0.15s,
      border-color 0.15s;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}