:root {
  --ink: #071a16;
  --ink-soft: #1a3d34;
  --mist: #eef7f3;
  --paper: #f3f8f5;
  --copper: #c05621;
  --copper-soft: #f0b089;
  --teal: #176b5a;
  --teal-bright: #1f9a7f;
  --sea: #0d8a74;
  --navy-tint: #143d4a;
  --line: rgba(7, 26, 22, 0.11);
  --shadow: 0 16px 40px rgba(7, 26, 22, 0.12);
  --radius: 18px;
  --font-display: "Syne", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  overflow-x: hidden;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-bottom: env(safe-area-inset-bottom);
}

.atmosphere {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 90% 60% at 8% -8%, rgba(31, 154, 127, 0.42), transparent 58%),
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(192, 86, 33, 0.28), transparent 52%),
    radial-gradient(ellipse 55% 45% at 70% 90%, rgba(20, 61, 74, 0.16), transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 85%, rgba(13, 138, 116, 0.14), transparent 50%),
    linear-gradient(165deg, #f8fcfa 0%, #eaf5f0 40%, #e3efe9 100%);
  animation: drift 18s ease-in-out infinite alternate;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@keyframes drift {
  from { transform: scale(1) translate(0, 0); }
  to { transform: scale(1.05) translate(-1%, 1%); }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hide {
  display: none !important;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  padding-top: calc(0.85rem + env(safe-area-inset-top));
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}

.brand {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  background: linear-gradient(120deg, var(--ink) 20%, var(--teal-bright) 75%, var(--copper) 120%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.top-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
  min-width: 0;
}

.ghost {
  appearance: none;
  border: 1px solid rgba(23, 107, 90, 0.22);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(8px);
  color: var(--ink-soft);
  font: 600 0.78rem var(--font-body);
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.ghost:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(23, 107, 90, 0.45);
  color: var(--teal);
}

.ghost:active {
  transform: scale(0.97);
}

.ghost.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.ghost.is-on {
  background: linear-gradient(135deg, var(--teal) 0%, var(--sea) 100%);
  color: var(--mist);
  border-color: transparent;
}

main {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1rem 3.5rem;
  width: 100%;
}

.hero {
  padding: 0.85rem 0 1.35rem;
  animation: rise 0.7s ease both;
  position: relative;
}

.brand-hero {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.1rem, 11vw, 4.6rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  white-space: nowrap;
  overflow-wrap: normal;
  max-width: 100%;
  background: linear-gradient(115deg, var(--ink) 0%, var(--teal) 55%, var(--sea) 88%, var(--copper) 145%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-hero::after {
  content: "";
  display: block;
  width: min(7.5rem, 42%);
  height: 0.28rem;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--copper), var(--teal-bright), transparent);
}

.lede {
  margin: 0.95rem 0 0;
  max-width: 34rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
  opacity: 0.92;
}

.hero-meta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0.01em;
  line-height: 1.35;
  max-width: 100%;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(23, 107, 90, 0.16);
  box-shadow: 0 8px 24px rgba(7, 26, 22, 0.05);
}

.hero-meta::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.35rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 4px rgba(196, 92, 38, 0.2);
  animation: pulse 2.2s ease infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.85); opacity: 0.7; }
}

.controls {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  animation: rise 0.7s ease 0.08s both;
}

.search input {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(23, 107, 90, 0.16);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  font: 500 1rem var(--font-body);
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 6px 18px rgba(7, 26, 22, 0.04);
}

.search input:focus {
  border-color: rgba(31, 154, 127, 0.55);
  box-shadow: 0 0 0 4px rgba(31, 154, 127, 0.14);
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3rem;
  padding: 0.28rem;
  border-radius: 14px;
  background: rgba(7, 26, 22, 0.07);
  border: 1px solid rgba(23, 107, 90, 0.1);
  width: 100%;
}

.tab-count {
  font-size: 0.72em;
  opacity: 0.8;
}

.fav-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(7, 26, 22, 0.28);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.2rem 0.35rem;
  margin: -0.1rem 0.05rem 0 -0.2rem;
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
  touch-action: manipulation;
}

.fav-btn:hover {
  color: var(--copper);
  transform: scale(1.08);
}

.fav-btn.is-on {
  color: var(--copper);
  text-shadow: 0 0 12px rgba(192, 86, 33, 0.35);
}

.fav-hint {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  color: rgba(7, 26, 22, 0.58);
  line-height: 1.45;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  background: rgba(31, 154, 127, 0.08);
  border: 1px solid rgba(23, 107, 90, 0.12);
}

.tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font: 700 0.78rem var(--font-body);
  padding: 0.7rem 0.25rem;
  border-radius: 11px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab.is-active {
  background: linear-gradient(135deg, var(--ink) 0%, var(--teal) 120%);
  color: var(--mist);
  box-shadow: 0 10px 24px rgba(7, 26, 22, 0.18);
}

.tab:not(.is-active):hover {
  background: rgba(255, 255, 255, 0.55);
  color: var(--teal);
}

.board {
  animation: rise 0.75s ease 0.16s both;
}

.panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.panel-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 4.5vw, 1.35rem);
  letter-spacing: -0.03em;
}

.count {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mist);
  background: linear-gradient(135deg, var(--teal), var(--sea));
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(13, 138, 116, 0.22);
}

.list {
  display: grid;
  gap: 0.65rem;
}

.row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.55rem 0.65rem;
  align-items: start;
  padding: 0.9rem 0.85rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(238, 247, 243, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-left: 3px solid var(--teal-bright);
  box-shadow: 0 10px 28px rgba(7, 26, 22, 0.06);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  animation: rise 0.45s ease both;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

#panel-announced .row {
  border-left-color: var(--copper);
}

#panel-favorites .row {
  border-left-color: #c9a227;
}

.row:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(7, 26, 22, 0.11);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 245, 239, 0.9));
}

.row-main {
  min-width: 0;
}

.symbol-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.15rem;
}

.symbol {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  color: var(--ink);
}

.exchange {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--copper);
  background: rgba(192, 86, 33, 0.14);
  padding: 0.15rem 0.4rem;
  border-radius: 6px;
}

.company {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink-soft);
  overflow-wrap: anywhere;
}

.note {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: rgba(7, 26, 22, 0.62);
  max-width: 100%;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.row-side {
  text-align: right;
  flex-shrink: 0;
  display: grid;
  gap: 0.4rem;
  justify-items: end;
  align-content: start;
  min-width: 0;
  max-width: 44%;
}

.date-chip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.45rem;
  align-items: center;
  min-width: 6.4rem;
  max-width: 100%;
  padding: 0.35rem 0.55rem 0.35rem 0.35rem;
  border-radius: 14px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(232, 245, 239, 0.88));
  border: 1px solid rgba(23, 107, 90, 0.14);
  box-shadow: 0 8px 18px rgba(7, 26, 22, 0.06);
}

.date-day {
  display: grid;
  place-items: center;
  min-width: 2.35rem;
  height: 2.35rem;
  padding: 0 0.2rem;
  border-radius: 11px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--mist);
  background: linear-gradient(145deg, var(--teal) 0%, var(--sea) 70%, var(--navy-tint) 130%);
  box-shadow: 0 6px 14px rgba(13, 138, 116, 0.28);
}

.date-meta {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
  text-align: left;
}

.date-month {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink-soft);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.date-rel {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--copper);
  line-height: 1.2;
}

.date-chip.is-today {
  border-color: rgba(192, 86, 33, 0.28);
  background: linear-gradient(160deg, rgba(255, 248, 242, 0.98), rgba(255, 255, 255, 0.9));
}

.date-chip.is-today .date-day {
  background: linear-gradient(145deg, var(--copper) 0%, #d9783a 100%);
  box-shadow: 0 6px 14px rgba(192, 86, 33, 0.28);
}

.date-chip.is-soon .date-rel {
  color: var(--teal);
}

.period {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  background: rgba(31, 154, 127, 0.1);
  border: 1px solid rgba(23, 107, 90, 0.14);
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.period.is-generic {
  color: rgba(7, 26, 22, 0.48);
  background: rgba(7, 26, 22, 0.04);
  border-color: rgba(7, 26, 22, 0.08);
  font-weight: 600;
  letter-spacing: 0.04em;
}

#panel-announced .period:not(.is-generic),
#panel-favorites .period:not(.is-generic) {
  color: var(--copper);
  background: rgba(192, 86, 33, 0.1);
  border-color: rgba(192, 86, 33, 0.16);
}

.empty {
  margin: 1.5rem 0;
  text-align: center;
  color: rgba(11, 31, 26, 0.55);
  font-weight: 500;
}

.skeleton .row {
  min-height: 5rem;
  background: linear-gradient(90deg, rgba(255,255,255,0.4), rgba(255,255,255,0.75), rgba(255,255,255,0.4));
  background-size: 200% 100%;
  animation: shimmer 1.2s linear infinite;
}

@keyframes shimmer {
  from { background-position: 200% 0; }
  to { background-position: -200% 0; }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.25rem 2rem;
  color: rgba(11, 31, 26, 0.5);
  font-size: 0.78rem;
}

.footer p {
  margin: 0;
}

.row {
  cursor: pointer;
}

.row.is-clickable .open-hint {
  display: inline;
}

.pdf-pill {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--mist);
  background: var(--copper);
  padding: 0.12rem 0.38rem;
  border-radius: 5px;
}

.open-hint {
  display: none;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--teal);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(11, 31, 26, 0.45);
  backdrop-filter: blur(4px);
  z-index: 40;
  animation: fade 0.25s ease both;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  height: 100dvh;
  z-index: 50;
  background: linear-gradient(180deg, #f7fbf8 0%, #eef6f1 100%);
  box-shadow: -20px 0 60px rgba(11, 31, 26, 0.25);
  display: flex;
  flex-direction: column;
  animation: slideIn 0.32s ease both;
  overflow: hidden;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 1rem 0.85rem;
  border-bottom: 1px solid var(--line);
}

.drawer-kicker {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper);
}

.drawer-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 6vw, 1.55rem);
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.drawer-sub {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: rgba(11, 31, 26, 0.65);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.drawer-body {
  padding: 1rem 1rem 2rem;
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}

.drawer-loading {
  color: rgba(11, 31, 26, 0.55);
  font-weight: 600;
}

.brief-block {
  margin-bottom: 1.25rem;
}

.brief-block h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -0.02em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
}

.src-pill {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--mist);
  background: linear-gradient(135deg, var(--teal), var(--sea));
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
}

.summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.summary-list li {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ink-soft);
  overflow-wrap: anywhere;
}

.summary-list a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: none;
}

.summary-list a:hover {
  text-decoration: underline;
}

.brief-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink-soft);
  overflow-wrap: anywhere;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.highlight {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.92), rgba(232, 245, 239, 0.85));
  border: 1px solid rgba(23, 107, 90, 0.14);
  border-radius: 14px;
  padding: 0.75rem 0.8rem;
  box-shadow: 0 8px 18px rgba(7, 26, 22, 0.04);
}

.highlight .label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(7, 26, 22, 0.55);
  margin-bottom: 0.25rem;
}

.highlight .value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--teal);
  overflow-wrap: anywhere;
}

.quarter-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.72rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.quarter-table thead,
.quarter-table tbody,
.quarter-table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.quarter-table th,
.quarter-table td {
  text-align: left;
  padding: 0.5rem 0.35rem;
  border-bottom: 1px solid var(--line);
  overflow-wrap: anywhere;
}

.quarter-table th {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(11, 31, 26, 0.5);
}

.pdf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ink) 0%, var(--teal) 110%);
  color: var(--mist);
  font: 700 0.92rem var(--font-body);
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 24px rgba(7, 26, 22, 0.18);
}

.pdf-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.muted-note {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  color: rgba(7, 26, 22, 0.5);
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { transform: translateX(18px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@media (max-width: 380px) {
  .brand-hero {
    font-size: clamp(1.85rem, 10.5vw, 2.4rem);
    letter-spacing: -0.05em;
  }

  .top-actions .ghost {
    padding: 0.4rem 0.55rem;
    font-size: 0.72rem;
  }

  .tab {
    font-size: 0.7rem;
    padding: 0.65rem 0.15rem;
  }

  .row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .row-side {
    grid-column: 2;
    justify-items: start;
    text-align: left;
    max-width: 100%;
  }

  .date-chip {
    min-width: 0;
  }
}

@media (min-width: 480px) {
  .highlight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tab {
    font-size: 0.85rem;
    padding: 0.75rem 0.4rem;
  }

  .ghost {
    font-size: 0.85rem;
    padding: 0.45rem 0.85rem;
  }
}

@media (min-width: 720px) {
  .topbar,
  main,
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .controls {
    grid-template-columns: 1.15fr 1.25fr;
    align-items: center;
  }

  .row {
    padding: 1.15rem 1.35rem;
    gap: 0.75rem 1rem;
  }

  .row-side {
    max-width: none;
  }

  .date-chip {
    min-width: 7.2rem;
  }

  .drawer {
    width: min(440px, 100%);
  }

  .lede {
    font-size: 1.05rem;
  }

  .panel-head h2 {
    font-size: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
