:root {
  --ink: #26364a;
  --muted: #708093;
  --paper: #fff9ee;
  --card: #fffefa;
  --navy: #21516c;
  --blue: #277da1;
  --blue-soft: #e9f5fa;
  --teal: #25a692;
  --teal-soft: #e6f7f2;
  --coral: #f06f54;
  --coral-soft: #fff0eb;
  --yellow: #f4c854;
  --yellow-soft: #fff7d9;
  --purple: #8067b5;
  --line: #e8e3d9;
  --shadow: 0 12px 32px rgba(57, 69, 79, .09), 0 2px 5px rgba(57, 69, 79, .04);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 20%, rgba(244, 200, 84, .12) 0 90px, transparent 91px),
    radial-gradient(circle at 94% 76%, rgba(37, 166, 146, .08) 0 150px, transparent 151px),
    linear-gradient(180deg, #fffbf3 0%, #fff9ef 100%);
  font-family: ui-rounded, "SF Pro Rounded", Nunito, "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, select, input { font: inherit; }
button { color: inherit; touch-action: manipulation; }
button:not(:disabled), select:not(:disabled), label:has(input:not(:disabled)) { cursor: pointer; }
button:focus-visible, select:focus-visible, input:focus-visible, .dragHand:focus-visible {
  outline: 4px solid rgba(39, 125, 161, .23);
  outline-offset: 3px;
}
[hidden] { display: none !important; }
.srOnly { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skipLink { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; border-radius: 10px; color: #fff; background: var(--navy); }
.skipLink:focus { transform: none; }

.skyShape { position: fixed; z-index: -1; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.skyShapeOne { width: 140px; height: 44px; top: 132px; left: -48px; background: rgba(255,255,255,.75); box-shadow: 56px -18px 0 rgba(255,255,255,.75); }
.skyShapeTwo { width: 100px; height: 32px; right: -30px; bottom: 100px; background: rgba(255,255,255,.8); box-shadow: -44px -12px 0 rgba(255,255,255,.8); }

.topbar {
  position: relative;
  z-index: 10;
  width: min(1180px, calc(100% - 36px));
  min-height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(38, 54, 74, .09);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; color: inherit; text-decoration: none; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-size: 1.2rem; font-weight: 900; letter-spacing: -.03em; }
.brand small { margin-top: 5px; color: var(--coral); font-size: .66rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.brandMark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 15px; transform: rotate(-4deg); background: var(--yellow); box-shadow: 0 4px 0 #dfad35; }
.brandMark svg { width: 37px; height: 37px; }
.brandMark circle:first-child { fill: #fffefa; stroke: var(--ink); stroke-width: 2.3; }
.brandMark path { fill: none; stroke: var(--navy); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.brandMark circle:last-child { fill: var(--coral); }

.modeNav { display: flex; align-items: center; gap: 6px; padding: 5px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.72); }
.modeTab { display: flex; min-height: 42px; align-items: center; gap: 7px; padding: 8px 15px; border: 0; border-radius: 11px; color: #667587; background: transparent; font-weight: 800; }
.modeTab > span:first-child { font-size: 1rem; }
.modeTab.isActive { color: var(--navy); background: var(--yellow-soft); box-shadow: inset 0 0 0 1px rgba(244,200,84,.38); }
.headerTools { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.languageQuick { display: flex; min-height: 42px; align-items: center; gap: 6px; padding: 0 4px 0 12px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.75); }
.languageQuick select { max-width: 116px; height: 38px; border: 0; color: var(--ink); background: transparent; font-weight: 800; outline: 0; }
.iconButton, .closeButton { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.75); }
.iconButton svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.appShell { width: min(1110px, calc(100% - 36px)); margin: 0 auto; padding: 28px 0 34px; }
.card { border: 1px solid rgba(38, 54, 74, .08); border-radius: var(--radius); background: rgba(255,254,250,.93); box-shadow: var(--shadow); }
.eyebrow { margin: 0 0 4px; color: var(--coral); font-size: .69rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

.challengeCard { min-height: 96px; margin-bottom: 19px; padding: 16px 22px; display: flex; align-items: center; gap: 17px; border: 1px solid rgba(244,200,84,.5); border-radius: 21px; background: linear-gradient(100deg, #fff8d8, #fffdf1 60%, #edfaf6); box-shadow: 0 6px 20px rgba(76, 73, 48, .05); }
.challengeMascot { position: relative; flex: 0 0 60px; width: 60px; height: 60px; border: 4px solid var(--ink); border-radius: 50%; transform: rotate(-4deg); background: var(--yellow); box-shadow: inset 0 -7px rgba(230,170,47,.22); }
.challengeMascot::before, .challengeMascot::after { content: ""; position: absolute; z-index: -1; top: -7px; width: 15px; height: 17px; border: 3px solid var(--ink); border-radius: 9px 9px 2px 2px; background: var(--coral); }
.challengeMascot::before { left: 4px; transform: rotate(-28deg); }.challengeMascot::after { right: 4px; transform: rotate(28deg); }
.challengeMascot span { position: absolute; top: 20px; color: var(--ink); font-size: 9px; }.challengeMascot span:first-child { left: 15px; }.challengeMascot span:nth-child(2) { right: 15px; }
.challengeMascot i { position: absolute; left: 19px; top: 34px; width: 18px; height: 8px; border-bottom: 3px solid var(--ink); border-radius: 50%; }
.challengeCopy { min-width: 0; flex: 1; }
.challengeCopy h1 { margin: 0; font-size: clamp(1.08rem, 2.4vw, 1.34rem); line-height: 1.2; font-weight: 900; letter-spacing: -.025em; }
.challengeCopy > p:last-child { margin: 3px 0 0; color: var(--muted); font-size: .85rem; font-weight: 600; }
.questionProgress { width: min(225px, 25%); color: var(--navy); font-size: .77rem; font-weight: 900; text-align: right; }
.progressTrack { height: 9px; margin-top: 8px; overflow: hidden; border-radius: 99px; background: rgba(38,54,74,.1); }
.progressTrack span { display: block; width: 10%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--yellow), var(--coral)); transition: width .35s ease; }

.learningGrid { display: grid; grid-template-columns: minmax(430px, 1.04fr) minmax(390px, .96fr); align-items: start; gap: 20px; }
.clockPanel { padding: 19px 23px 20px; }
.panelTopline { min-height: 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.statePill { display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border-radius: 99px; color: #177a69; background: var(--teal-soft); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.statePill i { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(37,166,146,.12); }
.statePill.isCustom { color: #976a0c; background: var(--yellow-soft); }.statePill.isCustom i { background: var(--yellow); box-shadow: 0 0 0 4px rgba(244,200,84,.17); }
.timezoneLabel { overflow: hidden; color: var(--muted); font-size: .76rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }

.clockStage { position: relative; width: min(100%, 495px); margin: 5px auto 3px; aspect-ratio: 1; user-select: none; -webkit-user-select: none; }
.clockSvg { display: block; width: 100%; height: 100%; overflow: visible; touch-action: none; filter: drop-shadow(0 9px 10px rgba(56,62,64,.08)); }
.clockShadow { fill: rgba(38,54,74,.1); }.clockRimOuter { fill: #f7ce62; stroke: #e5af33; stroke-width: 3; }.clockRim { fill: #ffe690; stroke: #fff4bf; stroke-width: 5; }.clockFace { fill: #fffefa; stroke: #efe8dc; stroke-width: 2; }
.tick { stroke: #cbd0d0; stroke-linecap: round; stroke-width: 2; }.tickMajor { stroke: #75818b; stroke-width: 4.5; }
.clockNumber { fill: var(--ink); font-size: 34px; font-weight: 900; letter-spacing: -.04em; pointer-events: none; }
.minuteNumber { fill: var(--teal); font-size: 13px; font-weight: 900; pointer-events: none; }
.quarterArc { fill: none; stroke: rgba(244,200,84,.15); stroke-width: 18; stroke-linecap: round; }.quarterArc.isActive { stroke: rgba(240,111,84,.24); }
.dragHand { cursor: grab; outline: none; }.dragHand:active { cursor: grabbing; }.dragHand.isDragging { filter: drop-shadow(0 5px 5px rgba(35,50,60,.24)); }
.handHitArea { stroke: transparent; stroke-width: 46; stroke-linecap: round; }.hourHand, .minuteHand, .secondHand { stroke-linecap: round; }.handOutline { stroke: white !important; }.hourHand.handOutline { stroke-width: 23; }.minuteHand.handOutline { stroke-width: 17; }
.hourHand { stroke: var(--blue); stroke-width: 17; }.minuteHand { stroke: var(--teal); stroke-width: 11; }.secondHand { stroke: var(--coral); stroke-width: 4; }
.hourHandle { fill: var(--blue); stroke: white; stroke-width: 3; }.minuteHandle { fill: var(--teal); stroke: white; stroke-width: 3; }.secondHandle { fill: var(--coral); stroke: white; stroke-width: 2; }
.clockPinOuter { fill: var(--ink); }.clockPinMiddle { fill: #fff; }.clockPinInner { fill: var(--coral); }.handLabel { fill: white; font-size: 8px; font-weight: 900; letter-spacing: .06em; pointer-events: none; }
.quarterCallout { position: absolute; z-index: 3; top: 11%; left: 50%; transform: translateX(-50%); padding: 6px 12px; border-radius: 99px; color: #88412e; background: var(--coral-soft); box-shadow: 0 3px 10px rgba(89,56,45,.1); font-size: .75rem; font-weight: 900; animation: pop .25s ease; }
.hiddenRepresentation { position: absolute; z-index: 4; inset: 5%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 2px dashed #dfd7c8; border-radius: 50%; color: var(--muted); background: #fffdf7; }
.hiddenRepresentation > span { font-size: 2.2rem; }.hiddenRepresentation button, .hiddenCard button { border: 0; color: var(--blue); background: transparent; font-weight: 900; text-decoration: underline; }
.handLegend { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.handLegend > span { display: inline-flex; align-items: center; gap: 6px; }.handLegend i { width: 22px; height: 5px; border-radius: 9px; }.hourDot { background: var(--blue); }.minuteDot { background: var(--teal); }.secondDot { height: 3px !important; background: var(--coral); }

.sidePanel { display: grid; gap: 14px; }
.connectionCard { padding: 21px; }
.sectionHeading { display: flex; justify-content: space-between; align-items: start; gap: 12px; margin-bottom: 15px; }
.sectionHeading h2 { margin: 0; font-size: 1.17rem; font-weight: 900; letter-spacing: -.02em; }
.visibilityTools { display: flex; gap: 4px; direction: ltr; }
.visibilityButton { min-width: 34px; height: 30px; padding: 0 7px; border: 1px solid var(--line); border-radius: 8px; color: #97a0a8; background: #f7f5ef; font-size: .65rem; font-weight: 900; }
.visibilityButton.isOn { color: var(--navy); border-color: #cce3eb; background: var(--blue-soft); }
.representation { position: relative; min-height: 103px; padding: 16px 16px; display: grid; grid-template-columns: 53px 1fr auto; align-items: center; gap: 13px; border: 1px solid; border-radius: 18px; }
.digitalCard { border-color: #cae4ee; background: linear-gradient(100deg, #f2fbfe, #fff); }.writtenCard { border-color: #f4d8ce; background: linear-gradient(100deg, #fff5f1, #fff); }
.representationIcon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; font-weight: 900; }.blueIcon { color: var(--blue); background: #dff2f8; font-size: 1.25rem; }.coralIcon { color: #ad4934; background: #ffe5dc; font-size: 1.05rem; }
.representationLabel { display: block; margin-bottom: 2px; color: var(--muted); font-size: .61rem; font-weight: 900; letter-spacing: .13em; }
.digitalTime { display: block; color: var(--navy); font-variant-numeric: tabular-nums; font-size: clamp(2.2rem, 5vw, 3.25rem); font-weight: 900; line-height: 1; letter-spacing: .03em; white-space: nowrap; }
.periodPill { padding: 5px 7px; border-radius: 7px; color: var(--blue); background: white; box-shadow: 0 2px 8px rgba(39,125,161,.12); font-size: .66rem; font-weight: 900; }
.writtenTime { display: block; color: #9f4d38; font-size: clamp(1.3rem, 3vw, 1.67rem); font-weight: 900; line-height: 1.15; letter-spacing: -.02em; }
.writtenCard small { display: block; margin-top: 4px; color: #9b7d74; font-size: .7rem; font-weight: 700; }
.speakButton { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #f5d8ce; border-radius: 11px; color: var(--coral); background: white; }
.speakButton svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.speakButton.isSpeaking { animation: pulse .8s ease infinite alternate; }
.connectorLine { height: 14px; margin-inline-start: 40px; border-inline-start: 2px dashed #d6d3ca; }.connectorLine span { display: block; width: 7px; height: 7px; margin-inline-start: -4.5px; border-radius: 50%; background: #d6d3ca; }
.hiddenCard { grid-template-columns: 1fr auto; min-height: 103px; border: 2px dashed #ddd8cc; color: #9b9b94; background: #faf8f2; font-weight: 900; }

.answerArea { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.answerChoice { min-height: 50px; padding: 9px 12px; border: 2px solid #e4e2dc; border-radius: 13px; color: var(--ink); background: white; font-weight: 900; line-height: 1.15; }
.answerChoice:hover { border-color: #a9d7e6; background: #f3fbfd; }.answerChoice.isSelected { color: var(--navy); border-color: var(--blue); background: var(--blue-soft); }.answerChoice.isCorrect { color: #147462; border-color: var(--teal); background: var(--teal-soft); }.answerChoice.isWrong { color: #9e4430; border-color: var(--coral); background: var(--coral-soft); }
.feedback { margin-top: 13px; padding: 12px 14px; border-radius: 13px; color: #92600c; background: var(--yellow-soft); font-size: .88rem; font-weight: 800; }
.feedback.isCorrect { color: #156c5c; background: var(--teal-soft); }.feedback.isWrong { color: #97452f; background: var(--coral-soft); }

.controlCard { padding: 14px; }
.primaryActions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.actionButton { min-height: 51px; padding: 11px 15px; border: 0; border-radius: 14px; font-weight: 900; box-shadow: inset 0 -3px rgba(0,0,0,.08); }
.actionButton > span { margin: 0 3px; }.nowButton { color: white; background: var(--navy); }.randomButton { color: #754816; background: var(--yellow); }.checkButton { color: white; background: var(--teal); }.showButton { color: var(--navy); background: var(--blue-soft); }.nextButton { color: white; background: var(--navy); }
.learningActions:has(.nextButton:not([hidden])) { grid-template-columns: 1fr; }.learningActions:has(.nextButton:not([hidden])) > :not(.nextButton) { display: none; }
.actionButton:active { transform: translateY(2px); box-shadow: none; }.actionButton:disabled { cursor: not-allowed; opacity: .5; }
.controlHint { margin: 10px 5px 1px; display: flex; justify-content: center; gap: 7px; color: var(--muted); font-size: .7rem; font-weight: 700; text-align: center; }
.progressCard { padding: 13px 16px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 13px; }
.progressCard > div { display: flex; align-items: center; gap: 8px; }.progressCard > div > span:last-child { display: grid; }.progressCard strong { font-size: 1.04rem; line-height: 1; }.progressCard small { color: var(--muted); font-size: .62rem; font-weight: 700; }
.progressIcon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: #96610c; background: var(--yellow-soft); }.progressIcon.heart { color: var(--coral); background: var(--coral-soft); }
.textButton, .dangerTextButton { border: 0; background: transparent; font-size: .72rem; font-weight: 900; text-decoration: underline; }.textButton { color: var(--blue); }.dangerTextButton { color: #b44732; }
.privacyNote { margin: 22px 0 0; display: flex; justify-content: center; gap: 7px; color: #8b978e; font-size: .72rem; font-weight: 700; }

.settingsDialog { width: min(620px, calc(100% - 24px)); max-height: min(90vh, 780px); padding: 0; overflow: hidden; border: 0; border-radius: 25px; color: var(--ink); background: var(--card); box-shadow: 0 30px 90px rgba(30,42,50,.3); }
.settingsDialog::backdrop { background: rgba(28,45,55,.42); backdrop-filter: blur(4px); }
.settingsSheet { display: flex; max-height: min(90vh, 780px); flex-direction: column; }
.settingsHeader { padding: 21px 24px 15px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.settingsHeader h2 { margin: 0; font-size: 1.55rem; }.closeButton { font-size: 1.8rem; line-height: 1; }
.settingsScroll { padding: 3px 24px 15px; overflow-y: auto; }
.settingsSection { padding: 17px 0; border-bottom: 1px solid var(--line); }.settingsSection:last-child { border-bottom: 0; }.settingsSection h3 { margin: 0 0 11px; font-size: .92rem; font-weight: 900; }
.fieldLabel { display: grid; gap: 5px; color: var(--muted); font-size: .72rem; font-weight: 800; }.fieldLabel select { width: 100%; min-height: 45px; padding: 8px 34px 8px 11px; border: 1px solid #dcdcd7; border-radius: 11px; color: var(--ink); background: white; font-weight: 800; }
.levelPreview { margin-top: 10px; display: flex; justify-content: space-between; gap: 12px; color: var(--muted); }.levelPreview span { display: flex; gap: 4px; }.levelPreview i { width: 22px; height: 6px; border-radius: 9px; background: #deded9; }.levelPreview i.isOn { background: var(--yellow); }
.twoFields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.twoFields h3, .fullField { grid-column: 1 / -1; }
.switchGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; }
.switchRow { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }.switchRow > span { display: grid; }.switchRow strong { font-size: .8rem; }.switchRow small { color: var(--muted); font-size: .65rem; }.switchRow input { position: absolute; opacity: 0; pointer-events: none; }.switchRow i { position: relative; flex: 0 0 40px; width: 40px; height: 23px; border-radius: 99px; background: #d7d9d8; transition: .2s ease; }.switchRow i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 17px; height: 17px; border-radius: 50%; background: white; box-shadow: 0 1px 4px rgba(0,0,0,.18); transition: .2s ease; }.switchRow input:checked + i { background: var(--teal); }.switchRow input:checked + i::after { transform: translateX(17px); }.switchRow input:focus-visible + i { outline: 4px solid rgba(39,125,161,.22); }
.progressSettings { display: flex; justify-content: space-between; align-items: center; }.progressSettings h3 { margin-bottom: 3px; }.progressSettings p { margin: 0; color: var(--muted); font-size: .72rem; }
.saveSettings { min-height: 52px; margin: 14px 24px 20px; border: 0; border-radius: 14px; color: white; background: var(--navy); font-weight: 900; box-shadow: inset 0 -3px rgba(0,0,0,.12); }

.celebration { position: fixed; z-index: 40; inset: 0; overflow: hidden; pointer-events: none; }.confetti { position: absolute; top: -20px; width: 10px; height: 16px; border-radius: 3px; animation: fall 1.5s ease-in forwards; }
body.reducedMotion *, body.reducedMotion *::before, body.reducedMotion *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }

@keyframes pop { from { opacity: 0; transform: translateX(-50%) scale(.8); } }
@keyframes pulse { to { transform: scale(1.08); background: var(--coral-soft); } }
@keyframes fall { to { transform: translate(var(--drift), 105vh) rotate(680deg); opacity: .15; } }

@media (max-width: 900px) {
  .topbar { grid-template-columns: 1fr auto; padding: 12px 0; }.modeNav { grid-row: 2; grid-column: 1 / -1; width: 100%; }.modeTab { flex: 1; justify-content: center; }.learningGrid { grid-template-columns: minmax(340px, .95fr) minmax(340px, 1.05fr); }.clockPanel { padding-inline: 15px; }.digitalTime { font-size: clamp(2rem, 5vw, 2.7rem); }
}

@media (max-width: 720px) {
  .topbar { width: min(100% - 24px, 600px); }.appShell { width: min(100% - 24px, 600px); padding-top: 18px; }.learningGrid { grid-template-columns: 1fr; }.clockPanel { order: 1; }.sidePanel { order: 2; }.challengeCard { align-items: flex-start; }.questionProgress { width: 90px; flex: 0 0 90px; }.clockStage { max-width: 500px; }.progressCard { position: static; }.settingsDialog { max-height: calc(100vh - 18px); }.settingsSheet { max-height: calc(100vh - 18px); }
}

@media (max-width: 500px) {
  .topbar { min-height: 72px; gap: 10px; }.brandMark { width: 40px; height: 40px; border-radius: 13px; }.brandMark svg { width: 32px; }.brand strong { font-size: 1.02rem; }.brand small { font-size: .55rem; }.languageQuick { display: none; }.modeNav { overflow-x: auto; }.modeTab { min-width: max-content; padding-inline: 11px; font-size: .8rem; }
  .appShell { width: calc(100% - 18px); }.challengeCard { padding: 13px; gap: 12px; }.challengeMascot { flex-basis: 48px; width: 48px; height: 48px; border-width: 3px; }.challengeMascot span { top: 15px; }.challengeMascot span:first-child { left: 11px; }.challengeMascot span:nth-child(2) { right: 11px; }.challengeMascot i { left: 15px; top: 28px; width: 15px; }.challengeCopy > p:last-child { display: none; }.challengeCopy h1 { font-size: 1rem; }.questionProgress { position: absolute; left: -9999px; }
  .clockPanel { padding: 14px 9px 17px; }.clockStage { margin-top: 2px; }.handLegend { gap: 10px; }.connectionCard { padding: 16px 13px; }.visibilityTools { max-width: 100px; flex-wrap: wrap; justify-content: flex-end; }.representation { grid-template-columns: 44px 1fr auto; padding-inline: 12px; }.representationIcon { width: 42px; height: 42px; }.digitalTime { font-size: 2.25rem; }.writtenTime { font-size: 1.28rem; }.primaryActions { grid-template-columns: 1fr; }.answerArea { grid-template-columns: 1fr; }.progressCard { grid-template-columns: 1fr 1fr; }.progressCard .textButton { grid-column: 1 / -1; }.privacyNote { text-align: center; }
  .settingsHeader { padding-inline: 17px; }.settingsScroll { padding-inline: 17px; }.twoFields, .switchGrid { grid-template-columns: 1fr; }.twoFields h3, .fullField { grid-column: auto; }.saveSettings { margin-inline: 17px; }
}

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

@media (prefers-contrast: more) {
  :root { --ink: #0c1823; --muted: #43505e; --line: #8a8f91; }.card, .representation { border-width: 2px; }.tick { stroke: #70787c; }.tickMajor { stroke: #18242b; }
}
