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

.manifest-os {
  --manifest-pink: #ff5fa8;
  --manifest-hot: #ff3f98;
  --manifest-blue: #69bfff;
  --manifest-cyan: #74edf0;
  --manifest-lilac: #c7a6ff;
  --manifest-violet: #7b61ff;
  --manifest-paper: #fff9fd;
  --manifest-ink: #3b2840;
  --manifest-wine: #87345f;
  width: 100%;
  min-width: 0;
  margin: 0 0 34px;
  color: var(--manifest-ink);
  background: radial-gradient(circle at 4px 4px, rgba(255,95,168,.22) 0 1.2px, transparent 1.4px) 0 0 / 12px 12px, #ffdcec;
  border: 4px double var(--manifest-wine);
  box-shadow: 7px 7px 0 rgba(105,191,255,.45);
}

.manifest-os__titlebar,
.manifest-os .mini-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 30px;
  padding: 5px 8px;
  color: #fff;
  background: linear-gradient(90deg, var(--manifest-wine), var(--manifest-hot) 52%, var(--manifest-blue));
  border-bottom: 2px ridge #fff;
  font: 800 11px/1.2 "Courier New", monospace;
  letter-spacing: 0;
}

.manifest-os__titlebar small {
  flex: 0 0 auto;
  padding: 2px 5px;
  color: var(--manifest-ink);
  background: #fff;
  border: 1px dotted var(--manifest-wine);
  font: 800 9px/1 "Courier New", monospace;
}

.manifest-os__grid {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr) 205px;
  grid-template-areas: "goals fish tools" "goals affirmations tools" "goals story tools";
  gap: 8px;
  align-items: start;
  width: 100%;
  min-width: 0;
  padding: 8px;
}

.manifest-os__grid > *,
.manifest-os button,
.manifest-os input,
.manifest-os select,
.manifest-os textarea { min-width: 0; }

.manifest-os .portal-window {
  min-width: 0;
  height: auto;
  background: rgba(255,250,254,.96);
  border: 2px ridge var(--manifest-lilac);
  box-shadow: 3px 3px 0 rgba(123,97,255,.22);
}

.manifest-goals { grid-area: goals; }
.affirmation-fish { grid-area: fish; --fish-impact-scale: 1; min-height: 0; overflow: visible; }
.manifest-goal-tools { grid-area: tools; }
.manifest-affirmations { grid-area: affirmations; }
.manifest-story { grid-area: story; }

.manifest-os button,
.manifest-os select,
.manifest-os input,
.manifest-os textarea { color: var(--manifest-ink); font: 700 12px/1.25 Arial,sans-serif; }
.manifest-os button { cursor: pointer; }
.manifest-os button:focus-visible,
.manifest-os a:focus-visible,
.manifest-os input:focus-visible,
.manifest-os select:focus-visible,
.manifest-os textarea:focus-visible { outline: 3px solid var(--manifest-cyan); outline-offset: 2px; }

.manifest-os .mini-titlebar button {
  display: grid;
  place-items: center;
  width: 22px;
  height: 20px;
  padding: 0;
  color: var(--manifest-wine);
  background: #fff;
  border: 2px outset var(--manifest-lilac);
  font: 900 13px/1 monospace;
}

.manifest-goals__quick,
.manifest-goals__list button {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr);
  width: calc(100% - 12px);
  margin: 6px;
  padding: 7px;
  text-align: left;
  background: #fff;
  border: 1px dotted #a66a91;
}
.manifest-goals__quick span,
.manifest-goals__list button > span { grid-row: 1 / 3; align-self: center; color: var(--manifest-hot); font-size: 17px; text-align: center; }
.manifest-goals__quick b,
.manifest-goals__list b { overflow-wrap: anywhere; font-size: 11px; }
.manifest-goals__quick small,
.manifest-goals__list small { color: #765b72; font: 700 8px/1.2 "Courier New",monospace; }
.manifest-goals__quick.is-active,
.manifest-goals__list button.is-active { color: #32172d; background: linear-gradient(90deg,#dff8ff,#ffe1f0); border: 2px solid var(--manifest-violet); box-shadow: inset 5px 0 0 var(--manifest-hot); }

.pixel-command,
.affirmation-add button,
.manifest-story button,
.fish-timer button,
.affirmation-fish__controls button {
  min-height: 29px;
  padding: 5px 8px;
  color: #522044;
  background: linear-gradient(#fff,#f1e5ff);
  border: 2px outset var(--manifest-lilac);
  font: 800 10px/1.1 "Courier New",monospace;
}
.manifest-goals > .pixel-command { width: calc(100% - 12px); margin: 2px 6px 6px; }
.portal-help,
.empty-note { margin: 6px; color: #725f70; font-size: 10px; line-height: 1.35; }

.affirmation-fish__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px 7px;
  background: linear-gradient(90deg,rgba(255,223,239,.76),rgba(220,247,255,.82));
  border-bottom: 1px dotted var(--manifest-wine);
}
.affirmation-fish__head p { margin: 0 0 3px; }
.affirmation-fish__head h2 { margin: 0; color: #61204d; font: italic 800 clamp(27px,3vw,43px)/.95 Georgia,serif; letter-spacing: 0; }

.quick-affirmation { display: grid; gap: 4px; margin: 8px 10px 0; color: var(--manifest-wine); font: 800 9px/1.2 "Courier New",monospace; }
.quick-affirmation input { width: 100%; min-height: 40px; padding: 8px 10px; color: #4e2141; background: #fff; border: 2px inset var(--manifest-lilac); font: italic 700 15px/1.25 Georgia,serif; }

.fish-mode-tabs,
.fish-skin-picker { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 7px 10px 0; }
.fish-mode-tabs button,
.fish-skin-picker button { min-height: 27px; padding: 4px 8px; background: #fff; border: 2px outset var(--manifest-lilac); font: 900 9px/1 "Courier New",monospace; }
.fish-mode-tabs button[aria-pressed="true"],
.fish-skin-picker button[aria-pressed="true"] { color: #fff; background: var(--manifest-violet); border-style: inset; }
.fish-skin-picker > span { margin-right: 3px; color: var(--manifest-wine); font: 900 9px/1 "Courier New",monospace; }
.fish-skin-picker i { display: inline-block; width: 8px; height: 8px; margin-right: 4px; border: 1px solid currentColor; border-radius: 50%; vertical-align: -1px; }
[data-fish-skin="pearl"] i { background: #fff0f8; }
[data-fish-skin="cyber"] i { background: #79d8ff; }
[data-fish-skin="pixel"] i { background: #ff55a8; border-radius: 0; }

.affirmation-fish__stage {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: 430px;
  margin: 7px 10px 10px;
  padding: 12px;
  overflow: visible;
  background: linear-gradient(90deg,rgba(105,191,255,.13) 1px,transparent 1px) 0 0 / 18px 18px, linear-gradient(rgba(255,95,168,.09) 1px,transparent 1px) 0 0 / 18px 18px, #fffafd;
  border: 2px ridge #f3b7dc;
}
.affirmation-fish__stage::before,
.affirmation-fish__stage::after { content: ""; position: absolute; width: 72px; height: 12px; background: repeating-linear-gradient(90deg,#ff5fa8 0 6px,#fff 6px 9px,#69bfff 9px 15px); border: 1px solid var(--manifest-wine); }
.affirmation-fish__stage::before { inset: 7px auto auto 7px; }
.affirmation-fish__stage::after { inset: auto 7px 7px auto; }
.affirmation-fish__stage > * { position: relative; z-index: 1; }
.affirmation-fish__current { width: min(100%,540px); margin: 4px 0 0; padding: 7px 10px; text-align: center; color: #582047; background: rgba(255,255,255,.92); border: 1px dotted var(--manifest-wine); font: italic 700 clamp(17px,2vw,24px)/1.24 Georgia,serif; }

body.ll-portalized .ll-portal-main .manifest-os .affirmation-fish__instrument,
.manifest-os .affirmation-fish__instrument {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  width: min(100%,560px) !important;
  min-height: 245px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 4px !important;
  overflow: visible !important;
  color: inherit !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  appearance: none;
  touch-action: manipulation;
}

.fish-digital-object { display: none; width: min(92%,520px); transform: scale(var(--fish-impact-scale)) translateY(calc((1 - var(--fish-impact-scale)) * 40px)); transform-origin: 50% 74%; transition: transform 280ms cubic-bezier(.2,.72,.25,1); filter: drop-shadow(0 12px 0 rgba(74,49,76,.12)); }
.fish-digital-object svg { display: block; width: 100%; height: auto; overflow: visible; }
.manifest-os[data-skin="pearl"] .fish-digital-object--pearl,
.manifest-os[data-skin="cyber"] .fish-digital-object--cyber,
.manifest-os[data-skin="pixel"] .fish-digital-object--pixel { display: block; }

.fish-digital-object--pearl .fish-body,
.fish-digital-object--pearl .fish-tail { stroke: #9c70cf; stroke-width: 6; stroke-linejoin: round; }
.fish-digital-object--pearl .fish-tail,
.fish-digital-object--pearl .fish-mallet { fill: #ffd7ec; }
.fish-digital-object--pearl .fish-face { stroke: #fff; stroke-width: 5; }
.fish-digital-object--pearl .fish-slot { fill: none; stroke: #8c5db5; stroke-width: 9; stroke-linecap: round; }
.fish-digital-object--pearl .fish-eye { fill: #6b4f81; stroke: #fff; stroke-width: 3; }
.fish-digital-object--pearl .fish-star { fill: #69bfff; stroke: #fff; stroke-width: 3; }
.fish-digital-object--pearl .fish-stick { fill: none; stroke: #9c70cf; stroke-width: 8; stroke-linecap: round; }
.fish-digital-object--pearl .fish-mallet { stroke: #9c70cf; stroke-width: 5; }
.fish-digital-object--pearl .fish-shadow { fill: rgba(105,191,255,.2); }

.fish-digital-object--cyber .cyber-orbit { fill: none; stroke: #ff52ad; stroke-width: 3; stroke-dasharray: 10 8; }
.fish-digital-object--cyber .fish-body,
.fish-digital-object--cyber .fish-tail { stroke: #c8fbff; stroke-width: 5; stroke-linejoin: round; }
.fish-digital-object--cyber .fish-tail { fill: rgba(123,97,255,.72); }
.fish-digital-object--cyber .fish-panel { fill: none; stroke: #5f58d9; stroke-width: 6; stroke-linecap: round; }
.fish-digital-object--cyber .fish-eye { fill: #17215a; stroke: #8ff5ff; stroke-width: 3; }
.fish-digital-object--cyber .fish-hit-point { fill: #ff3f98; stroke: #fff; stroke-width: 3; }
.fish-digital-object--cyber .fish-stick { fill: none; stroke: #9deaff; stroke-width: 8; stroke-linecap: round; }
.fish-digital-object--cyber .fish-mallet { fill: #ff5fa8; stroke: #fff; stroke-width: 4; }

.fish-digital-object--pixel .pixel-shadow { fill: #bceeff; }
.fish-digital-object--pixel .pixel-fish { fill: #ff80bd; stroke: #694b9f; stroke-width: 5; }
.fish-digital-object--pixel .pixel-details { fill: #71c9ff; }
.fish-digital-object--pixel .pixel-details rect:first-child { fill: #3a285a; }
.fish-digital-object--pixel .pixel-stick { fill: #c7a6ff; stroke: #694b9f; stroke-width: 4; }
.manifest-os.is-struck .fish-digital-object { --fish-impact-scale: .95; transition-duration: 150ms; }

.affirmation-fish__hit { position: absolute; left: 24%; top: 33%; width: 28px; aspect-ratio: 1; border: 2px solid var(--manifest-hot); border-radius: 50%; opacity: 0; pointer-events: none; }
.manifest-os.is-struck .affirmation-fish__hit { animation: fish-hit-ring 520ms ease-out; }
.fish-particles { position: absolute; inset: 0; overflow: visible; pointer-events: none; }
.fish-particle { position: absolute; left: 27%; top: 43%; color: var(--manifest-hot); font: 900 16px/1 Georgia,serif; animation: fish-particle 560ms ease-out forwards; }
.fish-particle:nth-child(2n) { color: var(--manifest-blue); }
.fish-particle:nth-child(3n) { color: var(--manifest-violet); }

.affirmation-fish__help,
.affirmation-fish__feedback { margin: 0; text-align: center; font: 800 10px/1.2 "Courier New",monospace; }
.affirmation-fish__feedback { min-height: 16px; color: var(--manifest-hot); }

.fish-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; width: min(100%,450px); }
.fish-stats > div { min-width: 0; padding: 5px 7px; text-align: center; background: #e6f7ff; border: 1px dotted var(--manifest-violet); }
.fish-stats span { display: block; color: var(--manifest-wine); font: 800 8px/1 "Courier New",monospace; }
.fish-stats strong { display: block; margin-top: 3px; font: 800 18px/1 Georgia,serif; }
.fish-stats strong i,
.fish-stats strong b { font: inherit; }
.manifest-os[data-mode="focus"] .fish-stats,
.manifest-os[data-mode="focus"] .fish-progress,
.manifest-os[data-mode="focus"] .fish-timer,
.manifest-os[data-mode="focus"] .recent-practice { display: none !important; }
.manifest-os[data-mode="track"] .fish-timer { display: none !important; }
.manifest-os[data-number-visibility="hidden"] .fish-stats,
.manifest-os[data-number-visibility="hidden"] .fish-progress,
.manifest-os[data-number-visibility="session"] [data-stat="today"],
.manifest-os[data-number-visibility="session"] [data-stat="goal"],
.manifest-os[data-number-visibility="session"] .fish-progress { display: none !important; }

.fish-progress { width: min(100%,450px); }
.fish-progress [role="progressbar"] { height: 10px; overflow: hidden; background: #fff; border: 2px inset var(--manifest-lilac); }
.fish-progress [role="progressbar"] i { display: block; width: 0; height: 100%; background: repeating-linear-gradient(90deg,var(--manifest-hot) 0 9px,var(--manifest-blue) 9px 18px); }

.fish-timer { width: min(100%,500px); padding: 7px; background: #fff; border: 1px dotted var(--manifest-wine); }
.fish-timer__choices,
.fish-timer > div:last-child { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 5px; }
.fish-timer label,
.affirmation-fish__controls label { display: inline-flex; align-items: center; gap: 4px; font: 800 9px/1.2 "Courier New",monospace; }
.fish-timer input[type="number"] { width: 52px; min-height: 28px; padding: 3px; border: 1px inset var(--manifest-lilac); }
.fish-timer__readout { margin: 6px 0; text-align: center; }
.fish-timer__readout > strong { font: 800 22px/1 Georgia,serif; }
.fish-timer__ribbon { width: 100%; height: 12px; margin-top: 4px; overflow: hidden; background: #e5f7ff; border: 1px solid var(--manifest-violet); }
.fish-timer__ribbon i { display: block; width: 0; height: 100%; background: repeating-linear-gradient(90deg,#ff5fa8 0 10px,#c7a6ff 10px 20px,#69bfff 20px 30px); transition: width .3s linear; }
.fish-timer.is-visual-only .fish-timer__readout > strong { display: none; }
.fish-timer.is-reached { animation: session-reached 900ms ease-out; }

.affirmation-fish__controls { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 12px; min-height: 34px; padding: 5px 8px; color: #5b2550; background: #dff5ff; border-top: 2px ridge #fff; }
.affirmation-fish__controls select { min-height: 26px; padding: 2px 4px; background: #fff; border: 1px inset var(--manifest-lilac); }

.goal-summary,
.recent-practice { margin: 6px; padding: 7px; background: #fff; border: 1px dotted #a66a91; }
.goal-summary b,
.goal-summary span { display: block; }
.goal-summary b { color: #64234e; font: italic 800 18px/1.05 Georgia,serif; }
.goal-summary span { margin-top: 4px; color: #725f70; font-size: 9px; line-height: 1.3; }
.goal-tool-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 0 6px 6px; }
.goal-tool-buttons a { min-width: 0; min-height: 62px; padding: 7px; color: var(--manifest-ink); background: linear-gradient(135deg,#ffe0ef,#e3f7ff); border: 2px outset var(--manifest-lilac); text-decoration: none; }
.goal-tool-buttons a:nth-child(2) { background: linear-gradient(135deg,#d9fbff,#c7a6ff); }
.goal-tool-buttons a:nth-child(3) { background: linear-gradient(135deg,#fff1a8,#ffb9df); }
.goal-tool-buttons a:nth-child(4) { background: linear-gradient(135deg,#d8cbff,#ffc6e1); }
.goal-tool-buttons b,
.goal-tool-buttons span { display: block; }
.goal-tool-buttons b { font: 900 12px/1 "Courier New",monospace; }
.goal-tool-buttons span { margin-top: 5px; font-size: 9px; line-height: 1.15; }
.recent-practice h3 { margin: 0 0 5px; font: 900 9px/1 "Courier New",monospace; }
.recent-practice p { margin: 3px 0; font-size: 9px; line-height: 1.3; }

.manifest-affirmations,
.manifest-story { padding-bottom: 7px; }
.manifest-affirmations .mini-titlebar label { display: flex; align-items: center; gap: 4px; font-size: 8px; }
.manifest-affirmations .mini-titlebar input { width: 92px; min-height: 20px; padding: 2px 4px; color: var(--manifest-ink); background: #fff; border: 1px inset var(--manifest-lilac); font-size: 9px; }
.affirmation-add,
.manifest-story form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 5px; padding: 7px; }
.affirmation-add input,
.manifest-story input,
.manifest-story textarea { width: 100%; min-height: 31px; padding: 6px 7px; background: #fff; border: 2px inset var(--manifest-lilac); }
.manifest-story textarea { grid-column: 1 / -1; resize: vertical; }
.manifest-story button { grid-column: 2; }
.affirmation-list,
.story-list { display: grid; gap: 4px; padding: 0 7px; }
.affirmation-row,
.story-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 5px; align-items: center; padding: 6px 7px; background: #fff; border: 1px dotted #a66a91; }
.affirmation-row.is-active { background: #def8ff; border: 2px solid var(--manifest-violet); }
.affirmation-row p,
.story-row p { margin: 0; overflow-wrap: anywhere; font-size: 11px; line-height: 1.3; }
.affirmation-row__actions { display: flex; flex-wrap: wrap; gap: 3px; }
.affirmation-row__actions button { min-height: 24px; padding: 3px 5px; background: #fff; border: 1px outset var(--manifest-lilac); font: 800 8px/1 "Courier New",monospace; }
.story-row time { color: #735f70; font: 700 8px/1 "Courier New",monospace; }

.goal-settings { width: min(92vw,450px); max-height: min(88vh,720px); padding: 0; color: var(--manifest-ink); background: #fff7fc; border: 4px double var(--manifest-wine); box-shadow: 9px 9px 0 rgba(105,191,255,.5); }
.goal-settings::backdrop { background: rgba(53,32,54,.64); }
.goal-settings form { display: grid; gap: 7px; padding: 0 10px 10px; }
.goal-settings .mini-titlebar { margin: 0 -10px 4px; }
.goal-settings label { display: grid; gap: 3px; color: var(--manifest-wine); font: 900 9px/1.2 "Courier New",monospace; }
.goal-settings label > span { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 5px; }
.goal-settings input,
.goal-settings select { width: 100%; min-height: 34px; padding: 5px 7px; background: #fff; border: 2px inset var(--manifest-lilac); }
.goal-settings__actions { display: flex; flex-wrap: wrap; justify-content: end; gap: 5px; }
.goal-settings__actions button { min-height: 31px; padding: 5px 9px; background: #fff; border: 2px outset var(--manifest-lilac); font: 800 9px/1 "Courier New",monospace; }
.goal-settings__actions button[type="submit"] { color: #fff; background: var(--manifest-violet); }
.goal-settings__actions [data-archive-goal] { margin-right: auto; color: #7a214b; }
.goal-settings > form > p { margin: 0; color: #725f70; font-size: 10px; line-height: 1.35; }
.manifest-os__status { min-height: 28px; margin: 0; padding: 6px 9px; color: #563048; background: #dff8ff; border-top: 2px ridge #fff; font: 800 9px/1.3 "Courier New",monospace; }
.manifest-os__status.is-error { color: #8a1e46; background: #ffe0e8; }

.manifest-mobile-drawer { display: none; }
.manifest-reference-drawers { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 12px; margin: 18px 0; }
.manifest-reference-drawers > * { min-width: 0; }

@keyframes fish-hit-ring { 0% { opacity: .9; transform: scale(.25); } 100% { opacity: 0; transform: scale(2.6); } }
@keyframes fish-particle { 0% { opacity: 0; transform: translate(0,0) scale(.7); } 16% { opacity: 1; } 100% { opacity: 0; transform: translate(var(--particle-x),var(--particle-y)) scale(1.15); } }
@keyframes session-reached { 0%,100% { box-shadow: none; } 35% { box-shadow: 0 0 0 6px rgba(255,95,168,.25),0 0 28px rgba(105,191,255,.5); } }

@media (max-width: 1050px) {
  .manifest-os__grid { grid-template-columns: 170px minmax(0,1fr); grid-template-areas: "goals fish" "affirmations affirmations" "story tools"; }
  .manifest-goal-tools { width: 100%; }
}

@media (max-width: 760px) {
  .manifest-os { margin-inline: -4px; padding-bottom: 49px; border-width: 3px; box-shadow: 3px 3px 0 rgba(105,191,255,.4); }
  .manifest-os__grid { display: flex; flex-direction: column; gap: 7px; padding: 6px; }
  .affirmation-fish { order: 1; width: 100%; }
  .manifest-goals { order: 2; width: 100%; }
  .manifest-affirmations { order: 3; width: 100%; }
  .manifest-goal-tools { order: 4; width: 100%; }
  .manifest-story { order: 5; width: 100%; }
  .manifest-goals,
  .manifest-affirmations,
  .manifest-goal-tools,
  .manifest-story { display: none; }
  .manifest-goals.is-mobile-open,
  .manifest-affirmations.is-mobile-open,
  .manifest-goal-tools.is-mobile-open,
  .manifest-story.is-mobile-open { display: block; }
  .manifest-mobile-drawer { position: fixed; right: 5px; bottom: max(0px, env(safe-area-inset-bottom)); left: 5px; z-index: 80; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 2px; width: auto; max-width: 750px; margin-inline: auto; padding: 5px; background: #3b2840; border: 2px solid #3b2840; border-top: 3px double #fff; box-shadow: 0 -3px 0 rgba(105,191,255,.42); }
  .manifest-mobile-drawer button { min-height: 36px; padding: 4px 2px; color: #fff; background: linear-gradient(#ff75b8,#8d68e8); border: 2px outset #ffc9e2; font: 800 8px/1 "Courier New",monospace; }
  .manifest-mobile-drawer button[aria-pressed="true"] { background: #69bfff; border-style: inset; }
  .affirmation-fish__stage { min-height: 390px; margin: 6px; padding: 10px 6px; }
  body.ll-portalized .ll-portal-main .manifest-os .affirmation-fish__instrument,
  .manifest-os .affirmation-fish__instrument { min-height: 220px !important; }
  .fish-digital-object { width: min(100%,500px); }
  .manifest-reference-drawers { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .manifest-os__titlebar { font-size: 9px; }
  .manifest-os__titlebar small { font-size: 7px; }
  .affirmation-fish__head { padding: 9px 8px 6px; }
  .affirmation-fish__head h2 { font-size: 30px; }
  .quick-affirmation,
  .fish-mode-tabs,
  .fish-skin-picker { margin-inline: 6px; }
  .affirmation-fish__stage { min-height: 350px; }
  .fish-stats { grid-template-columns: 1fr 1fr 1fr; }
  .fish-stats strong { font-size: 15px; }
  .affirmation-add,
  .manifest-story form { grid-template-columns: 1fr; }
  .affirmation-add button,
  .manifest-story button { grid-column: 1; }
  .affirmation-row { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .manifest-os *,
  .manifest-os *::before,
  .manifest-os *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
