:root {
  color-scheme: dark;
  --bg: #0c110f;
  --panel: #151c19;
  --panel-2: #1a221e;
  --line: rgba(226, 237, 229, 0.1);
  --line-strong: rgba(226, 237, 229, 0.18);
  --text: #edf3ef;
  --muted: #8f9d96;
  --forest: #263a31;
  --green: #86bda1;
  --green-bright: #b9e4cb;
  --amber: #d5a65b;
  --amber-bright: #f0cb83;
  --blue: #7599ad;
  --danger: #d38175;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.3);
  --safe-bottom: max(18px, env(safe-area-inset-bottom));
  font-family: Inter, "SF Pro Display", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { min-height: 100%; background: var(--bg); }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 12% -8%, rgba(103, 142, 120, 0.18), transparent 34%),
    radial-gradient(circle at 95% 30%, rgba(144, 112, 66, 0.09), transparent 30%),
    var(--bg);
}

button, input, select { font: inherit; }
button { color: inherit; -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--amber); outline-offset: 3px; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0.035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.app-shell {
  width: min(100%, 560px);
  min-height: 100vh;
  margin: 0 auto;
  padding: max(18px, env(safe-area-inset-top)) 16px calc(102px + var(--safe-bottom));
}

.topbar, .header-actions, .world-topline, .world-footer, .section-heading, .reward-row,
.mission-actions, .page-heading, .domain-editor-heading, .range-labels, .section-title,
.profile-topline, .vault-progress > div:first-child, .vault-footer {
  display: flex;
  align-items: center;
}

.topbar { justify-content: space-between; margin-bottom: 16px; }

.eyebrow {
  margin: 0 0 5px;
  color: var(--green);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.17em;
}

h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 0; font-size: 1.65rem; font-weight: 560; letter-spacing: 0.19em; line-height: 1; }
h2 { margin-bottom: 0; font-size: 1.34rem; font-weight: 560; letter-spacing: -0.025em; line-height: 1.15; }
h3 { margin-bottom: 0; }

.header-actions { gap: 7px; }
.level-pill, .streak-pill, .icon-button {
  min-height: 40px;
  border: 1px solid var(--line);
  background: rgba(24, 32, 28, 0.82);
  backdrop-filter: blur(14px);
}
.level-pill { display: flex; gap: 5px; align-items: baseline; padding: 0 11px; border-radius: 12px; }
.level-pill small { color: var(--amber); font-size: 0.54rem; font-weight: 800; letter-spacing: 0.12em; }
.level-pill strong { font-size: 0.86rem; }
.streak-pill { display: flex; gap: 5px; align-items: center; padding: 0 11px; border-radius: 12px; }
.streak-pill span { color: var(--green-bright); }
.streak-pill strong { font-size: 0.84rem; }
.streak-pill small { color: var(--muted); font-size: 0.58rem; }
.icon-button { width: 40px; border-radius: 50%; color: var(--muted); font-weight: 700; }

.view { display: none; animation: view-in 260ms ease both; }
.view.is-active { display: block; }
@keyframes view-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.pet-world {
  position: relative;
  height: min(71vh, 560px);
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(235, 242, 237, 0.12);
  border-radius: 24px;
  background: #111916;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
  isolation: isolate;
}

.world-image {
  position: absolute;
  inset: -5%;
  z-index: -4;
  width: 110%;
  height: 110%;
  object-fit: cover;
  object-position: center 58%;
  filter: saturate(var(--world-saturation, .82)) contrast(1.07) brightness(var(--world-brightness, .92));
  animation: living-scene 18s ease-in-out infinite alternate;
  transition: filter .7s ease, opacity .35s ease;
}
.pet-world.is-reacting { box-shadow: 0 30px 90px rgba(0,0,0,.44), 0 0 0 1px rgba(240,203,131,.35), 0 0 48px rgba(213,166,91,.2); }
.pet-world.is-reacting .world-image { animation: pet-reaction 1.15s cubic-bezier(.2,.85,.25,1) both; }
.pet-world[data-stage="adult"] .world-light, .pet-world[data-stage="guardian"] .world-light { opacity: .48; }
.pet-world[data-stage="guardian"] { border-color: rgba(240,203,131,.32); }
.environment-layer { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; opacity: var(--environment-opacity,.15); transition: opacity .7s ease; }
.environment-layer i { position: absolute; bottom: 18%; width: 5px; height: 5px; border-radius: 50%; background: var(--amber-bright); box-shadow: 0 0 12px rgba(240,203,131,.8); animation: mote-rise 8s ease-in-out infinite; }
.environment-layer i:nth-child(1) { left: 24%; animation-delay: -1s; }
.environment-layer i:nth-child(2) { left: 45%; bottom: 27%; animation-delay: -4s; }
.environment-layer i:nth-child(3) { right: 28%; bottom: 20%; animation-delay: -6s; }
.environment-layer i:nth-child(4) { right: 15%; bottom: 34%; animation-delay: -2.5s; }
.pet-motion { position: absolute; z-index: 1; left: 50%; bottom: 20%; width: 170px; height: 210px; transform: translateX(-50%); pointer-events: none; }
.pet-motion::before { content: ""; position: absolute; inset: 18% 22% 10%; border-radius: 50%; border: 1px solid rgba(240,203,131,var(--marking-opacity,.06)); box-shadow: 0 0 22px rgba(213,166,91,var(--marking-opacity,.06)); animation: pet-breathe 3.8s ease-in-out infinite; }
.pet-motion i, .pet-motion span { position: absolute; top: 33%; width: 5px; height: 3px; border-radius: 50%; background: rgba(240,203,131,var(--eye-opacity,.15)); box-shadow: 0 0 7px rgba(240,203,131,var(--eye-opacity,.15)); animation: blink 5.7s infinite; }
.pet-motion i { left: 42%; }
.pet-motion span { right: 42%; }
.pet-motion[data-animation="celebrate"] { animation: pet-bob .7s ease-in-out 2; }
.pet-motion[data-animation="rest"] { transform: translateX(-50%) translateY(8px) scale(.97); opacity: .72; }
.pet-motion[data-mood="warm"]::before { border-color: rgba(240,203,131,.2); }

.pet-world::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(4, 9, 8, 0.72) 0%, transparent 28%, transparent 54%, rgba(4, 9, 8, 0.88) 100%),
    linear-gradient(90deg, rgba(3, 8, 6, 0.3), transparent 50%, rgba(3, 8, 6, 0.12));
}

.world-light {
  position: absolute;
  z-index: -1;
  top: 2%;
  right: -18%;
  width: 70%;
  height: 78%;
  opacity: 0.28;
  background: linear-gradient(112deg, transparent 25%, rgba(255, 218, 151, 0.4) 50%, transparent 68%);
  filter: blur(28px);
  transform: rotate(-7deg);
  animation: light-pass 9s ease-in-out infinite alternate;
}

.world-grain { position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 0 70px rgba(0,0,0,.28); pointer-events: none; }
.pet-aura {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 26%;
  width: 180px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 170, 84, 0.13), transparent 67%);
  filter: blur(4px);
  transform: translateX(-50%);
  animation: aura-breathe 4s ease-in-out infinite;
  pointer-events: none;
}
.pet-aura.is-celebrating { animation: aura-reward 900ms ease; }

.world-topline { position: absolute; z-index: 3; top: 17px; right: 16px; left: 16px; justify-content: space-between; }
.day-pill, .state-pill, .domain-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(8, 14, 11, 0.5);
  backdrop-filter: blur(13px);
  font-size: 0.62rem;
  font-weight: 650;
}
.day-pill { padding: 7px 10px; }
.state-pill { gap: 6px; padding: 7px 10px; color: #b7c9bf; }
.state-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 10px var(--green-bright); }

.world-copy { position: absolute; z-index: 3; right: 18px; bottom: 67px; left: 18px; max-width: 88%; }
.world-kicker { margin-bottom: 7px; color: var(--amber-bright); font-size: 0.57rem; font-weight: 750; letter-spacing: 0.15em; }
.world-copy h2 { max-width: 400px; margin-bottom: 7px; color: #fff; font-size: clamp(1.55rem, 7vw, 2.05rem); font-weight: 480; line-height: 1.06; }
.world-copy > p:last-child { max-width: 350px; margin-bottom: 0; color: rgba(234, 241, 236, .7); font-size: 0.73rem; line-height: 1.45; }

.world-footer { position: absolute; z-index: 3; right: 18px; bottom: 20px; left: 18px; gap: 9px; font-size: 0.61rem; }
.world-footer > span:first-child { color: rgba(238,244,240,.68); }
.world-footer strong { min-width: 56px; text-align: right; font-size: .62rem; }
.evolution-track { flex: 1; height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.14); }
.evolution-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--amber), #f0d69f); box-shadow: 0 0 12px rgba(231,188,110,.48); transition: width 500ms ease; }

@keyframes living-scene { 0% { transform: scale(1.01) translate3d(-.8%, -.4%, 0); } 100% { transform: scale(1.055) translate3d(1%, .8%, 0); } }
@keyframes light-pass { from { transform: translateX(-4%) rotate(-7deg); opacity: .16; } to { transform: translateX(7%) rotate(-5deg); opacity: .36; } }
@keyframes aura-breathe { 0%,100% { opacity: .5; transform: translateX(-50%) scale(.94); } 50% { opacity: 1; transform: translateX(-50%) scale(1.08); } }
@keyframes aura-reward { 0% { transform: translateX(-50%) scale(.6); opacity: 0; } 55% { transform: translateX(-50%) scale(1.5); opacity: 1; } 100% { transform: translateX(-50%) scale(1); opacity: .7; } }
@keyframes pet-reaction { 0% { transform: scale(1.055); filter: saturate(.82) contrast(1.07) brightness(.92); } 45% { transform: scale(1.095); filter: saturate(1.18) contrast(1.05) brightness(1.12); } 100% { transform: scale(1.055); filter: saturate(.9) contrast(1.07) brightness(.95); } }
@keyframes mote-rise { 0%,100% { opacity: 0; transform: translateY(18px) scale(.5); } 30%,65% { opacity: .8; } 80% { opacity: 0; transform: translateY(-85px) scale(1); } }
@keyframes pet-breathe { 0%,100% { transform: scale(.96); opacity: .35; } 50% { transform: scale(1.035); opacity: .8; } }
@keyframes blink { 0%,45%,48%,100% { transform: scaleY(1); } 46%,47% { transform: scaleY(.08); } }
@keyframes pet-bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-8px); } }

.evolution-card { margin: 10px 0; padding: 17px; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(145deg, rgba(27,37,32,.98), rgba(15,22,19,.98)); box-shadow: var(--shadow); }
.evolution-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.evolution-heading h2 { font-size: 1.08rem; }
.evolution-heading > strong { color: var(--amber-bright); font: 600 .68rem ui-monospace, monospace; }
.stage-rail { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin: 15px 0; }
.stage-node { display: grid; gap: 5px; place-items: center; min-width: 0; padding: 0; border: 0; color: #536159; background: transparent; }
.stage-node i { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; background: #111815; font-style: normal; font-size: .52rem; }
.stage-node small { width: 100%; overflow: hidden; color: inherit; font-size: .43rem; text-overflow: ellipsis; white-space: nowrap; }
.stage-node.is-unlocked { color: var(--green); }
.stage-node.is-current { color: var(--amber-bright); }
.stage-node.is-current i { border-color: rgba(240,203,131,.5); background: rgba(213,166,91,.13); box-shadow: 0 0 18px rgba(213,166,91,.16); }
.evolution-reason { padding: 11px; border: 1px solid rgba(143,185,161,.12); border-radius: 12px; background: rgba(103,151,124,.055); }
.evolution-reason span { display: block; margin-bottom: 4px; color: var(--green-bright); font-size: .5rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.evolution-reason p { margin: 0; color: var(--muted); font-size: .6rem; line-height: 1.45; }
.evolution-next { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; margin-top: 11px; }
.evolution-next > span { color: var(--muted); font-size: .54rem; }
.evolution-next > div { height: 4px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.07); }
.evolution-next i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--green),var(--amber)); transition: width .55s ease; }

.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 10px 0; }
.stat-card {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 4px 8px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(21, 29, 25, 0.88);
}
.stat-index { grid-row: 1 / 3; color: var(--green); font: 600 .59rem ui-monospace, monospace; }
.stat-copy { display: flex; justify-content: space-between; gap: 5px; }
.stat-copy small { color: var(--muted); font-size: .66rem; }
.stat-copy strong { font-size: .7rem; }
.mini-track { height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.mini-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--green); transition: width .5s ease; }

.reward-vault, .mission-card, .checkin-card, .wheel-card, .domain-editor, .weekly-card, .journal-entry,
.profile-baseline, .trait-card, .profile-note {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(25, 34, 29, .96), rgba(17, 24, 21, .96));
  box-shadow: var(--shadow);
}

.reward-vault { position: relative; min-height: 250px; padding: 20px; overflow: hidden; border-radius: 22px; background: radial-gradient(circle at 80% 30%, rgba(209,158,76,.16), transparent 30%), linear-gradient(145deg, #1d251f, #121815); }
.reward-vault::after { content: ""; position: absolute; top: -110px; right: -110px; width: 240px; height: 240px; border: 1px solid rgba(228,184,109,.16); border-radius: 50%; box-shadow: 0 0 0 24px rgba(228,184,109,.025), 0 0 0 50px rgba(228,184,109,.018); }
.vault-copy { position: relative; z-index: 2; width: 72%; }
.vault-copy h2 { margin-bottom: 8px; }
.vault-copy > p:last-child { margin-bottom: 20px; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.vault-orb { position: absolute; z-index: 3; top: 36px; right: 28px; display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid rgba(239,198,123,.4); border-radius: 50%; color: var(--amber-bright); background: radial-gradient(circle, rgba(220,173,91,.2), rgba(20,26,22,.15)); box-shadow: inset 0 0 26px rgba(231,183,102,.12), 0 0 36px rgba(216,163,76,.12); }
.vault-orb span { animation: orb-spin 7s linear infinite; }
.vault-orb i { position: absolute; inset: 8px; border: 1px dashed rgba(239,198,123,.25); border-radius: 50%; animation: orb-spin 11s linear infinite reverse; }
@keyframes orb-spin { to { transform: rotate(360deg); } }
.vault-progress { position: relative; z-index: 2; }
.vault-progress > div:first-child { justify-content: space-between; margin-bottom: 7px; color: var(--muted); font-size: .64rem; }
.vault-progress strong { color: var(--amber-bright); }
.vault-track { height: 6px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.07); }
.vault-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #a8793d, #efd08e); box-shadow: 0 0 18px rgba(232,189,113,.4); transition: width .55s ease; }
.vault-footer { position: relative; z-index: 2; justify-content: space-between; margin-top: 16px; }
.shard-balance { color: var(--muted); font-size: .66rem; }
.shard-balance strong { color: var(--text); }
.vault-button { min-height: 38px; padding: 0 14px; border: 1px solid rgba(235,196,125,.34); border-radius: 12px; color: #15130e; background: linear-gradient(135deg, #e8c37d, #c9964c); font-size: .68rem; font-weight: 800; }
.vault-button:disabled { color: var(--muted); border-color: var(--line); background: rgba(255,255,255,.05); }

.mission-card { margin-top: 10px; padding: 19px; border-radius: 20px; }
.section-heading { justify-content: space-between; gap: 10px; align-items: flex-start; }
.section-heading h2 { font-size: 1.16rem; }
.domain-badge { flex: 0 0 auto; padding: 6px 9px; color: var(--green-bright); border-color: rgba(146,195,168,.2); background: rgba(89,132,109,.14); }
.mission-description, .page-lead { color: var(--muted); line-height: 1.5; }
.mission-description { margin: 13px 0 16px; font-size: .78rem; }
.daily-goal-state { display: flex; align-items: center; justify-content: space-between; margin: -5px 0 12px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: rgba(255,255,255,.025); font-size: .57rem; }
.daily-goal-state strong { color: var(--amber-bright); font-size: .58rem; }
.daily-goal-state.is-complete { border-color: rgba(143,185,161,.24); background: rgba(103,151,124,.09); }
.daily-goal-state.is-complete strong { color: var(--green-bright); }
.action-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 13px 0; }
.action-choice { min-height: 72px; padding: 10px 8px; text-align: left; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); background: rgba(255,255,255,.025); }
.action-choice.is-active { color: var(--text); border-color: rgba(173,215,192,.32); background: rgba(103,151,124,.12); box-shadow: inset 0 0 0 1px rgba(173,215,192,.05); }
.action-choice small, .action-choice strong { display: block; }
.action-choice small { margin-bottom: 5px; color: var(--green-bright); font-size: .5rem; text-transform: uppercase; letter-spacing: .08em; }
.action-choice strong { font-size: .6rem; line-height: 1.35; }
.proof-line { display: flex; align-items: center; justify-content: space-between; margin: 12px 0 4px; }
.trust-badge { padding: 6px 9px; border: 1px solid rgba(143,185,161,.22); border-radius: 999px; color: var(--green-bright); background: rgba(103,151,124,.08); font-size: .54rem; }
.text-button { min-height: 30px; padding: 0 5px; color: var(--amber-bright); background: transparent; font-size: .6rem; }
.mechanics-card { margin-top: 9px; padding: 16px; border-radius: 18px; }
.mechanics-card h2 { font-size: 1rem; }
.mechanics-card > p { margin: 9px 0 0; color: var(--muted); font-size: .64rem; line-height: 1.5; }
.demo-lab { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: center; margin-top: 10px; padding: 17px; border: 1px solid rgba(117,153,173,.2); border-radius: 19px; background: radial-gradient(circle at 90% 20%, rgba(117,153,173,.14), transparent 38%), linear-gradient(145deg,#1a2422,#111816); }
.demo-lab h2 { margin-bottom: 6px; font-size: 1rem; }
.demo-lab p:last-child { margin: 0; color: var(--muted); font-size: .58rem; line-height: 1.45; }
.demo-lab-actions { display: grid; gap: 7px; width: 108px; }
.demo-lab-actions .secondary-button, .demo-lab-actions .primary-button { width: 100%; min-height: 38px; font-size: .59rem; }
.primary-button:disabled, .secondary-button:disabled { opacity: .48; filter: grayscale(.5); cursor: default; }
.reward-row { justify-content: space-between; margin-bottom: 14px; padding: 10px 11px; border: 1px solid rgba(211,168,93,.12); border-radius: 12px; background: rgba(210,167,93,.055); color: var(--muted); font-size: .67rem; }
.reward-row strong { color: var(--amber-bright); }
.mission-actions { gap: 8px; }
.primary-button, .secondary-button, .danger-button { min-height: 46px; border-radius: 13px; font-size: .75rem; font-weight: 750; }
.primary-button { display: flex; flex: 1; gap: 8px; align-items: center; justify-content: center; border: 1px solid rgba(179,220,197,.18); color: #101712; background: linear-gradient(135deg, #abd7be, #739d86); box-shadow: 0 12px 26px rgba(87,135,109,.18); }
.secondary-button { flex: 0 0 37%; border: 1px solid var(--line); color: #c0cbc5; background: rgba(255,255,255,.04); }
.danger-button { border: 1px solid rgba(205,115,98,.26); color: #e2aaa0; background: rgba(130,51,40,.12); }
.primary-button:active, .secondary-button:active, .vault-button:active, .checkin-card:active, .stat-card:active { transform: translateY(1px) scale(.994); }
.full-button { width: 100%; margin-top: 15px; }

.checkin-card { display: grid; grid-template-columns: 38px 1fr 22px; gap: 11px; align-items: center; width: 100%; margin-top: 10px; padding: 14px; text-align: left; border-radius: 17px; }
.checkin-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(142,190,163,.23); border-radius: 50%; color: var(--green-bright); background: rgba(90,132,108,.12); }
.checkin-card strong, .checkin-card small { display: block; }
.checkin-card strong { margin-bottom: 3px; font-size: .77rem; font-weight: 620; }
.checkin-card small { color: var(--muted); font-size: .62rem; }
.arrow { color: var(--green); }

.bottom-nav { position: fixed; right: 50%; bottom: 0; z-index: 20; display: grid; grid-template-columns: repeat(4, 1fr); width: min(100%, 560px); padding: 9px 14px var(--safe-bottom); border-top: 1px solid var(--line); background: rgba(11,16,14,.9); box-shadow: 0 -16px 40px rgba(0,0,0,.24); backdrop-filter: blur(22px); transform: translateX(50%); }
.nav-item { display: grid; gap: 4px; place-items: center; min-height: 52px; border: 0; border-radius: 13px; color: #617068; background: transparent; }
.nav-item span { font-size: 1rem; }
.nav-item small { font-size: .56rem; font-weight: 700; }
.nav-item.is-active { color: var(--green-bright); background: rgba(114,159,135,.11); }

.page-heading { justify-content: space-between; margin: 12px 0 9px; }
.page-heading h2 { font-size: 1.65rem; }
.page-lead { margin-bottom: 18px; font-size: .76rem; }
.average-pill { display: grid; min-width: 62px; padding: 8px 10px; text-align: center; border: 1px solid var(--line); border-radius: 13px; background: var(--panel); }
.average-pill small { color: var(--muted); font-size: .53rem; }
.average-pill strong { color: var(--green-bright); font-size: .95rem; }

.wheel-card { display: grid; place-items: center; padding: 7px; border-radius: 22px; }
.wheel-wrap { position: relative; width: min(100%, 390px); aspect-ratio: 1; }
#lifeWheel { width: 100%; height: 100%; overflow: visible; }
.wheel-segment { cursor: pointer; transition: opacity .18s ease, transform .18s ease, filter .18s ease; transform-origin: 180px 180px; }
.wheel-segment.is-selected { filter: saturate(1.25) brightness(1.12); transform: scale(1.025); }
.wheel-grid { fill: none; stroke: rgba(218,232,223,.08); stroke-width: 1; pointer-events: none; }
.wheel-label { fill: #8f9d96; font-size: 9px; font-weight: 650; text-anchor: middle; pointer-events: none; }
.wheel-label-score { fill: #e9f0eb; font-size: 10px; font-weight: 800; }
.wheel-center { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 88px; height: 88px; border: 1px solid rgba(177,216,194,.18); border-radius: 50%; background: radial-gradient(circle, #24332b, #111815); box-shadow: 0 10px 30px rgba(0,0,0,.32); transform: translate(-50%, -50%); pointer-events: none; }
.wheel-center span { margin-top: 18px; color: var(--muted); font-size: .5rem; letter-spacing: .16em; }
.wheel-center strong { align-self: start; color: var(--green-bright); font-size: .94rem; }

.domain-editor { margin-top: 10px; padding: 17px; border-radius: 19px; }
.domain-editor-heading { gap: 10px; }
.domain-large-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--green-bright); background: rgba(112,159,133,.1); }
.domain-editor-heading > div { flex: 1; }
.domain-editor-heading small { color: var(--muted); font-size: .59rem; }
.domain-editor-heading h3 { margin-top: 2px; font-size: .92rem; font-weight: 600; }
.domain-editor-heading > strong { color: var(--green-bright); font-size: .82rem; }
.domain-action { margin: 15px 0 0; padding: 10px 11px; border-left: 2px solid var(--amber); color: #b8c4bd; background: rgba(209,163,86,.055); font-size: .67rem; line-height: 1.45; }
#domainSlider { width: 100%; height: 5px; margin: 22px 0 8px; appearance: none; border-radius: 99px; background: linear-gradient(90deg, var(--green) 0 56%, rgba(255,255,255,.08) 56%); }
#domainSlider::-webkit-slider-thumb { width: 22px; height: 22px; appearance: none; border: 4px solid #18221d; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 1px rgba(186,225,204,.3); }
#domainSlider::-moz-range-thumb { width: 15px; height: 15px; border: 4px solid #18221d; border-radius: 50%; background: var(--green-bright); }
.range-labels { justify-content: space-between; color: var(--muted); font-size: .56rem; }

.domain-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 10px; }
.domain-row { min-width: 0; border: 1px solid var(--line); border-radius: 14px; background: rgba(20,28,24,.78); }
.domain-row.is-selected { border-color: rgba(155,203,177,.27); background: rgba(52,77,63,.32); }
.domain-row button { display: flex; gap: 8px; align-items: center; width: 100%; padding: 11px; text-align: left; border: 0; background: transparent; }
.domain-row-icon { display: block; width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; }
.domain-row-copy { min-width: 0; flex: 1; }
.domain-row-copy strong, .domain-row-copy small { display: block; }
.domain-row-copy strong { overflow: hidden; font-size: .66rem; font-weight: 620; text-overflow: ellipsis; white-space: nowrap; }
.domain-row-copy small { margin-top: 2px; color: var(--muted); font-size: .55rem; }
.domain-row-score { font-size: .66rem; font-weight: 800; }
.method-note { margin: 12px 2px 0; color: #6e7b74; font-size: .58rem; line-height: 1.5; }

.journal-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(145,194,166,.17); border-radius: 50%; color: var(--green-bright); background: rgba(108,155,130,.1); }
.weekly-card { display: flex; justify-content: space-between; align-items: flex-end; padding: 17px; border-radius: 19px; }
.weekly-card small, .weekly-card strong { display: block; }
.weekly-card small { margin-bottom: 4px; color: var(--muted); font-size: .6rem; }
.weekly-card strong { font-size: 1.15rem; font-weight: 580; }
.weekly-visual { display: flex; gap: 5px; align-items: flex-end; height: 40px; }
.weekly-visual span { width: 6px; height: 11px; border-radius: 99px; background: rgba(255,255,255,.07); }
.weekly-visual span:nth-child(2), .weekly-visual span:nth-child(6) { height: 21px; }
.weekly-visual span:nth-child(3), .weekly-visual span:nth-child(5) { height: 30px; }
.weekly-visual span:nth-child(4) { height: 39px; }
.weekly-visual span.is-filled { background: linear-gradient(#b7dfc8, #648b76); box-shadow: 0 0 8px rgba(144,193,166,.25); }
.journal-list { display: grid; gap: 8px; margin-top: 10px; }
.journal-entry { display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; padding: 13px; border-radius: 16px; }
.journal-entry-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--amber-bright); background: rgba(211,165,87,.07); }
.journal-entry strong, .journal-entry small { display: block; }
.journal-entry strong { margin-bottom: 4px; font-size: .72rem; font-weight: 630; }
.journal-entry small { color: var(--muted); font-size: .58rem; line-height: 1.45; }
.empty-journal { padding: 26px 16px; text-align: center; color: var(--muted); border: 1px dashed var(--line-strong); border-radius: 17px; font-size: .7rem; }

.profile-hero { position: relative; height: 330px; overflow: hidden; border: 1px solid var(--line); border-radius: 23px; box-shadow: var(--shadow); }
.profile-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 64%; filter: saturate(.7) brightness(.72); transform: scale(1.03); }
.profile-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,11,9,.6), transparent 40%, rgba(6,11,9,.92)); }
.profile-topline { position: absolute; top: 17px; right: 17px; left: 17px; justify-content: space-between; font-size: .55rem; font-weight: 750; letter-spacing: .14em; }
.profile-topline button { min-height: 33px; padding: 0 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: #d4ddd7; background: rgba(10,16,13,.45); backdrop-filter: blur(12px); font-size: .6rem; letter-spacing: 0; }
.profile-copy { position: absolute; right: 18px; bottom: 20px; left: 18px; }
.profile-copy p { margin-bottom: 7px; color: var(--amber-bright); font-size: .57rem; font-weight: 750; letter-spacing: .15em; }
.profile-copy h2 { margin-bottom: 7px; font-size: 1.7rem; }
.profile-copy span { color: rgba(235,241,237,.72); font-size: .68rem; }
.profile-baseline { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 9px; padding: 14px 10px; border-radius: 16px; }
.profile-baseline > div { padding: 0 9px; border-right: 1px solid var(--line); }
.profile-baseline > div:last-child { border-right: 0; }
.profile-baseline small, .profile-baseline strong { display: block; }
.profile-baseline small { margin-bottom: 4px; color: var(--muted); font-size: .53rem; }
.profile-baseline strong { font-size: .74rem; font-weight: 650; }
.metrics-card { margin-top: 9px; padding: 16px; border-radius: 18px; }
.metrics-card h2 { font-size: 1rem; }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 13px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--line); }
.metrics-grid > div { padding: 11px 9px; background: #17201c; }
.metrics-grid small, .metrics-grid strong, .metrics-grid span { display: block; }
.metrics-grid small { color: var(--muted); font-size: .5rem; }
.metrics-grid strong { margin: 5px 0; font-size: .74rem; }
.metrics-grid span { color: var(--muted); font-size: .44rem; line-height: 1.3; }
.section-title { justify-content: space-between; margin: 24px 2px 11px; }
.section-title h2 { font-size: 1.2rem; }
.section-title > span { color: var(--muted); font-size: .58rem; }
.traits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.trait-card { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 5px; padding: 14px; border-radius: 16px; }
.trait-card > span { grid-column: 1 / 3; color: var(--green); font: 600 .54rem ui-monospace, monospace; }
.trait-card small { color: var(--muted); font-size: .64rem; }
.trait-card strong { font-size: .78rem; }
.trait-card > div { grid-column: 1 / 3; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.07); }
.trait-card i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #608a74, #b9dfca); }
.badge-title { margin-top: 24px; }
.badge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.booster-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.booster-card { min-height: 112px; padding: 13px; text-align: left; border: 1px solid var(--line); border-radius: 16px; color: var(--text); background: linear-gradient(145deg, rgba(25,34,29,.96), rgba(17,24,21,.96)); }
.booster-card.is-empty { opacity: .45; }
.booster-card span { display: inline-grid; place-items: center; min-width: 30px; height: 30px; padding: 0 8px; margin-bottom: 8px; border: 1px solid rgba(224,183,109,.2); border-radius: 999px; color: var(--amber-bright); font-size: .58rem; }
.booster-card strong, .booster-card small { display: block; }
.booster-card strong { margin-bottom: 5px; font-size: .65rem; }
.booster-card small { color: var(--muted); font-size: .52rem; line-height: 1.4; }
.recovery-card { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; margin-top: 10px; padding: 15px; border-radius: 17px; }
.recovery-card small, .recovery-card strong { display: block; }
.recovery-card small { margin-bottom: 4px; color: var(--green-bright); font-size: .54rem; }
.recovery-card strong { font-size: .72rem; }
.recovery-card p { margin: 5px 0 0; color: var(--muted); font-size: .55rem; line-height: 1.4; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.collection-card { display: grid; place-items: center; min-height: 102px; padding: 10px 6px; text-align: center; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.025); }
.collection-card.is-locked { opacity: .3; filter: grayscale(1); }
.collection-card span { font-size: 1.25rem; color: var(--amber-bright); }
.collection-card strong { font-size: .55rem; line-height: 1.3; }
.collection-card small { color: var(--muted); font-size: .47rem; }
.connector-list { display: grid; gap: 7px; }
.connector-card { display: grid; grid-template-columns: 1fr auto; gap: 9px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); }
.connector-card strong, .connector-card small { display: block; }
.connector-card strong { margin-bottom: 4px; font-size: .62rem; }
.connector-card small { color: var(--muted); font-size: .51rem; line-height: 1.35; }
.connector-status { padding: 5px 7px; border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.05); font-size: .49rem; }
.connector-status.is-active { color: var(--green-bright); background: rgba(103,151,124,.11); }
.privacy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.badge-card { display: grid; gap: 7px; place-items: center; min-height: 128px; padding: 11px 8px; text-align: center; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, rgba(25,34,29,.96), rgba(17,24,21,.96)); }
.badge-card.is-locked { opacity: .43; filter: grayscale(.8); }
.badge-symbol { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(224,183,109,.2); border-radius: 50%; color: var(--amber-bright); background: radial-gradient(circle, rgba(210,162,80,.12), transparent 70%); font-size: 1.1rem; }
.badge-card strong { font-size: .62rem; font-weight: 650; }
.badge-card small { color: var(--muted); font-size: .52rem; line-height: 1.35; }
.profile-note { margin-top: 10px; padding: 14px; border-radius: 16px; }
.profile-note span { display: block; margin-bottom: 5px; color: var(--amber-bright); font-size: .56rem; font-weight: 780; letter-spacing: .12em; text-transform: uppercase; }
.profile-note p { margin-bottom: 0; color: var(--muted); font-size: .62rem; line-height: 1.5; }

.sheet-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(0,0,0,.68); backdrop-filter: blur(4px); }
.bottom-sheet { position: fixed; right: 50%; bottom: 0; z-index: 51; width: min(100%, 560px); max-height: 84vh; padding: 25px 20px calc(22px + var(--safe-bottom)); overflow-y: auto; border: 1px solid var(--line); border-bottom: 0; border-radius: 24px 24px 0 0; background: #141b18; box-shadow: 0 -25px 80px rgba(0,0,0,.52); transform: translateX(50%); animation: sheet-in .25s ease both; }
@keyframes sheet-in { from { transform: translateX(50%) translateY(100%); } to { transform: translateX(50%) translateY(0); } }
.sheet-handle { position: absolute; top: 9px; left: 50%; width: 40px; height: 4px; border-radius: 99px; background: #445048; transform: translateX(-50%); }
.sheet-close { position: absolute; top: 17px; right: 17px; z-index: 5; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: rgba(20,27,24,.86); font-size: 1.15rem; }
.sheet-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 13px; border: 1px solid rgba(173,215,192,.18); border-radius: 50%; color: var(--green-bright); background: rgba(103,151,124,.1); }
#sheetContent h2 { margin-bottom: 9px; padding-right: 40px; }
#sheetContent > p { color: var(--muted); font-size: .75rem; line-height: 1.55; }
.explain-list, .mood-grid, .profile-form { display: grid; gap: 8px; margin-top: 15px; }
.explain-item { display: flex; justify-content: space-between; gap: 10px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); font-size: .65rem; }
.explain-item span { color: var(--muted); }
.explain-item strong.positive { color: var(--green-bright); }
.mood-grid { grid-template-columns: repeat(5, 1fr); }
.mood-option { display: grid; gap: 6px; place-items: center; min-height: 66px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); font-size: 1.15rem; }
.mood-option small { color: var(--muted); font-size: .5rem; }
.profile-field { display: grid; gap: 6px; }
.profile-field label { color: var(--muted); font-size: .6rem; }
.profile-field input, .profile-field select { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: rgba(255,255,255,.035); }
.focus-field { min-width: 0; padding: 0; border: 0; }
.focus-field legend { margin-bottom: 7px; color: var(--muted); font-size: .6rem; }
.focus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.focus-option input { position: absolute; opacity: 0; pointer-events: none; }
.focus-option span { display: flex; align-items: center; min-height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: rgba(255,255,255,.025); font-size: .58rem; }
.focus-option input:checked + span { border-color: rgba(173,215,192,.38); color: var(--text); background: rgba(103,151,124,.13); }
.focus-option input:disabled + span { opacity: .35; }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 9px; align-items: start; padding: 10px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: .55rem; line-height: 1.45; }
.consent-row input { margin-top: 2px; accent-color: var(--green); }
.danger-icon { color: #e2aaa0; border-color: rgba(205,115,98,.25); background: rgba(130,51,40,.12); }
.trait-input { display: grid; grid-template-columns: 90px 1fr 30px; gap: 8px; align-items: center; }
.trait-input label, .trait-input output { font-size: .62rem; }
.trait-input label { color: var(--muted); }
.trait-input input { width: 100%; accent-color: var(--green); }
.reward-reveal { position: relative; display: grid; place-items: center; padding: 20px 0 8px; text-align: center; overflow: hidden; }
.reward-rings { position: absolute; top: 0; width: 180px; height: 180px; border: 1px solid rgba(231,188,110,.17); border-radius: 50%; box-shadow: 0 0 0 25px rgba(231,188,110,.025), 0 0 0 50px rgba(231,188,110,.015); animation: reveal-ring 1.1s ease both; }
.reward-symbol { position: relative; z-index: 2; display: grid; place-items: center; width: 90px; height: 90px; margin: 14px 0 24px; border: 1px solid rgba(237,197,125,.35); border-radius: 50%; color: var(--amber-bright); background: radial-gradient(circle, rgba(218,170,86,.22), rgba(25,30,25,.1)); box-shadow: 0 0 45px rgba(212,162,76,.2); font-size: 1.9rem; animation: reward-pop .75s cubic-bezier(.2,.9,.25,1.25) both; }
.reward-reveal h2 { margin-bottom: 8px !important; padding-right: 0 !important; }
.reward-reveal p { max-width: 310px; }
.sheet-actions { display: grid; gap: 8px; margin-top: 16px; }
.sheet-action { display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; min-height: 58px; padding: 10px; text-align: left; border: 1px solid var(--line); border-radius: 13px; color: var(--text); background: rgba(255,255,255,.025); }
.sheet-action > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--green-bright); background: rgba(103,151,124,.1); }
.sheet-action strong, .sheet-action small { display: block; }
.sheet-action strong { font-size: .65rem; }
.sheet-action small { margin-top: 3px; color: var(--muted); font-size: .51rem; }
.sheet-action em { color: var(--amber-bright); font-style: normal; font-size: .53rem; }
.catalog-filters { display: flex; gap: 6px; margin: 13px 0; overflow-x: auto; }
.catalog-filter { flex: 0 0 auto; min-height: 32px; padding: 0 10px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; font-size: .55rem; }
.catalog-filter.is-active { color: var(--text); border-color: rgba(173,215,192,.3); background: rgba(103,151,124,.1); }
.catalog-list { display: grid; gap: 7px; }
.catalog-item { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 12px; text-align: left; border: 1px solid var(--line); border-radius: 13px; color: var(--text); background: rgba(255,255,255,.025); }
.catalog-item strong, .catalog-item small { display: block; }
.catalog-item strong { font-size: .64rem; }
.catalog-item small { margin-top: 4px; color: var(--muted); font-size: .51rem; line-height: 1.35; }
.catalog-item span { color: var(--amber-bright); font-size: .52rem; }
.stage-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 15px; }
.stage-preview { position: relative; min-height: 190px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #101713; }
.stage-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: brightness(.78); }
.stage-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%,rgba(4,8,7,.92)); }
.stage-preview span { position: absolute; z-index: 2; right: 9px; bottom: 10px; left: 9px; text-align: left; }
.stage-preview strong, .stage-preview small { display: block; }
.stage-preview strong { font-size: .64rem; }
.stage-preview small { margin-top: 3px; color: var(--muted); font-size: .48rem; }
.stage-preview.is-locked img { filter: brightness(.45) grayscale(.5); }
.timer-face { padding: 24px 0 10px; text-align: center; }
.timer-face strong { display: block; font: 500 2.7rem ui-monospace, monospace; letter-spacing: -.06em; }
.timer-face small { color: var(--muted); font-size: .6rem; }
.walk-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 14px 0; }
.walk-stats div { padding: 11px 6px; text-align: center; border: 1px solid var(--line); border-radius: 12px; }
.walk-stats strong, .walk-stats small { display: block; }
.walk-stats strong { font-size: .8rem; }
.walk-stats small { margin-top: 4px; color: var(--muted); font-size: .48rem; }
.metric-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 12px; }
.metric-form input { min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: rgba(255,255,255,.035); }
.error-panel { margin: 60px 10px; padding: 24px; border: 1px solid rgba(206,130,110,.24); border-radius: 18px; text-align: center; background: rgba(80,30,25,.12); }
.error-panel p { color: var(--muted); font-size: .7rem; line-height: 1.5; }
@keyframes reward-pop { from { opacity: 0; transform: scale(.35) rotate(-20deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes reveal-ring { from { opacity: 0; transform: scale(.3); } to { opacity: 1; transform: scale(1.35); } }

.toast { position: fixed; right: 50%; bottom: calc(92px + var(--safe-bottom)); z-index: 100; width: max-content; max-width: calc(100% - 32px); padding: 11px 15px; color: var(--text); text-align: center; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(24,32,28,.96); box-shadow: 0 14px 36px rgba(0,0,0,.35); opacity: 0; transform: translateX(50%) translateY(10px); transition: .2s ease; pointer-events: none; font-size: .66rem; font-weight: 650; }
.toast.is-visible { opacity: 1; transform: translateX(50%) translateY(0); }
[hidden] { display: none !important; }

@media (min-width: 700px) {
  body { padding: 20px 0; }
  .app-shell { min-height: calc(100vh - 40px); border: 1px solid var(--line); border-radius: 28px; background: rgba(13,18,16,.76); box-shadow: 0 35px 110px rgba(0,0,0,.4); }
  .bottom-nav { bottom: 20px; border: 1px solid var(--line); border-radius: 0 0 28px 28px; }
  .bottom-sheet { bottom: 20px; border-radius: 24px; }
}

@media (max-width: 380px) {
  .app-shell { padding-right: 12px; padding-left: 12px; }
  .pet-world { min-height: 450px; }
  .world-copy { max-width: 94%; }
  .state-pill { display: none; }
  .vault-copy { width: 69%; }
  .vault-orb { right: 18px; width: 62px; height: 62px; }
  .domain-list { grid-template-columns: 1fr; }
  .action-choices { grid-template-columns: 1fr; }
  .action-choice { min-height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
