.acb-page {
  --acb-bg: #121c19;
  --acb-ink: #f0f3e9;
  --acb-lime: #d0f5a5;
  --acb-lavender: #c2b8ff;
  --acb-pink: #efc4d8;
  --acb-muted: #a0b0a8;
  --acb-line: #34443c;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 30px 48px 56px;
  background: var(--acb-bg);
  color: var(--acb-ink);
  font-family: Inter, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.acb-page *, .acb-page *::before, .acb-page *::after { box-sizing: border-box; }
.acb-page :where(h1, h2, h3, p, figure, blockquote, ol, ul) { margin: 0; }
.acb-page :where(div, section, header, figure) { min-width: 0; }
.acb-page svg { display: block; flex-shrink: 0; }
.acb-page strong { font-weight: 550; }
.acb-kicker { display: flex; align-items: center; gap: 12px; color: var(--acb-lavender); font-size: 11px; line-height: 1.4; letter-spacing: .095em; text-transform: uppercase; }
.acb-chapter { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #617552; border-radius: 50%; color: var(--acb-lime); letter-spacing: 0; }
.acb-chapter svg { width: 13px; height: 13px; }
.acb-kicker-divider { width: 25px; height: 1px; margin-inline: 3px; background: #5c6c61; }
.acb-page .acb-title { margin-top: 14px; color: var(--acb-ink); font-size: 64px; font-weight: 650; line-height: 1.06; letter-spacing: -.057em; }
.acb-title > span { color: var(--acb-lime); }
.acb-opening { margin-bottom: 36px; }
.acb-scroll-hint { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 6px 0; border: 0; background: none; color: var(--acb-lime); font: inherit; font-size: 12px; cursor: pointer; }
.acb-scroll-hint svg { width: 22px; height: 22px; }
.acb-scroll-hint:hover { color: var(--acb-ink); }
.acb-scroll-hint:focus-visible { outline: 2px solid var(--acb-lavender); outline-offset: 5px; border-radius: 3px; }
.acb-section-heading { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 42px; }
.acb-section-heading h2 { color: var(--acb-ink); font-size: 35px; font-weight: 500; line-height: 1.15; letter-spacing: -.045em; }
.acb-section-heading > p { color: var(--acb-muted); font-size: 15px; line-height: 1.6; }
.acb-section-heading > p strong { color: var(--acb-lavender); font-weight: 500; }
.acb-device-scene { margin-top: 25px; padding-bottom: 35px; }
.acb-devices { width: 100%; height: auto; }
.acb-hardware { fill: #293830; stroke: #899e91; stroke-width: 1.7; }
.acb-screen { fill: #15231c; }
.acb-screen-rule { stroke: #35483c; stroke-width: 1; }
.acb-ui-text { fill: #e5ecdf; font-size: 11px; font-weight: 500; letter-spacing: -.015em; }
.acb-ui-small { fill: #a8b9ac; font-size: 9px; }
.acb-ui-dark { fill: #263d2c; font-size: 10px; font-weight: 500; }
.acb-ui-stroke { stroke: #a1b5a6; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.acb-avatar-letter { fill: #332c42; font-size: 11px; font-weight: 600; }
.acb-muted-lines { stroke: #849b88; stroke-width: 2; stroke-linecap: round; }
.acb-hardware-foot { stroke: #899e91; stroke-width: 4; stroke-linecap: round; }
.acb-phone-buttons { stroke: #91a295; stroke-width: 2.5; stroke-linecap: round; }
.acb-iphone-frame { stroke: #b2a6d5; stroke-width: 2.2; }
.acb-android-frame { stroke: #91b080; stroke-width: 2.2; }
.acb-home-indicator { stroke: #e2e8de; stroke-width: 3; stroke-linecap: round; }
.acb-lock-date { fill: #f1edf6; font-size: 11px; font-weight: 500; }
.acb-lock-time { fill: #f1edf6; font-size: 47px; font-weight: 550; letter-spacing: -3px; }
.acb-notice-person { fill: #202d26; font-size: 12px; font-weight: 600; }
.acb-post-title { fill: #382d54; font-size: 18px; font-weight: 600; letter-spacing: -.4px; }
.acb-device-name { fill: var(--acb-ink); font-size: 20px; font-weight: 500; letter-spacing: -.03em; }
.acb-device-note { fill: var(--acb-muted); font-size: 12px; }
.acb-caption { color: #84988a; font-size: 11px; line-height: 1.5; text-align: center; }

.acb-eyebrow { margin-bottom: 17px !important; color: var(--acb-lavender); font-size: 11px; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; }
.acb-page .acb-body { color: #b9c8be; font-size: 19px; line-height: 1.6; letter-spacing: -.02em; }
.acb-live { display: grid; grid-template-columns: 1fr 1fr; column-gap: 78px; row-gap: 15px; padding: 75px 22px 64px; border-top: 1px solid var(--acb-line); }
.acb-live-copy { align-self: center; }
.acb-live h2 { font-size: 52px; font-weight: 500; line-height: 1.08; letter-spacing: -.052em; }
.acb-live h2 > span { color: var(--acb-lavender); }
.acb-live-copy .acb-body { max-width: 525px; margin-top: 22px; }
.acb-live-copy .acb-body + .acb-body { margin-top: 14px; }
.acb-live-copy .acb-body strong { color: var(--acb-ink); }
.acb-page .acb-live-point { margin-top: 28px; color: var(--acb-muted); font-size: 19px; line-height: 1.5; letter-spacing: -.02em; }
.acb-live-point strong { color: var(--acb-lime); font-weight: 500; }
.acb-idle-scene { position: relative; align-self: center; min-height: 490px; }
.acb-idle-phone { position: absolute; top: 18px; left: 50px; width: 266px; height: 415px; border: 3px solid #8c9e94; border-radius: 38px; background: linear-gradient(155deg, #6b6085, #334c43 55%, #182b21); transform: rotate(-9deg); box-shadow: 18px 26px 0 -10px #0c1510; }
.acb-idle-island { position: absolute; top: 11px; left: 86px; width: 89px; height: 21px; border-radius: 14px; background: #111b15; }
.acb-idle-day { position: absolute; top: 62px; left: 0; width: 100%; color: #e2e7df; text-align: center; font-size: 14px; }
.acb-idle-clock { position: absolute; top: 83px; left: 0; width: 100%; text-align: center; color: #eef1e7; font-size: 67px; font-weight: 550; letter-spacing: -.075em; }
.acb-idle-wallpaper { position: absolute; width: 178px; height: 178px; left: 22px; bottom: 29px; border-radius: 50%; border: 1px solid #b2c6b245; box-shadow: 0 0 0 18px #b2c6b209, 0 0 0 36px #b2c6b208; }
.acb-idle-home { position: absolute; bottom: 13px; left: 83px; width: 94px; height: 4px; border-radius: 5px; background: #c1cfbf; }
.acb-notification { position: absolute; display: flex; align-items: flex-start; gap: 12px; width: 320px; padding: 16px; border: 1px solid #f3f2eb80; border-radius: 17px; background: #e2e8df; color: #182d21; }
.acb-notification-first { --acb-notice-angle: 3deg; top: 190px; left: 152px; transform: rotate(var(--acb-notice-angle)); }
.acb-notification-second { --acb-notice-angle: -2deg; top: 317px; left: 126px; transform: rotate(var(--acb-notice-angle)); background: #c9d8cc; }
.acb-notification-app { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 10px; background: #398bbb; color: white; }
.acb-notification-app svg { width: 22px; height: 22px; }
.acb-notification > div { flex: 1; }
.acb-notification-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 7px !important; color: #476353; font-size: 11px; }
.acb-notification-meta span { font-size: 10px; }
.acb-notification strong { display: block; margin-bottom: 4px; font-size: 15px; }
.acb-notification > div > p:last-child { font-size: 14px; line-height: 1.4; }
.acb-visible-status { position: absolute; display: flex; align-items: center; gap: 7px; bottom: 0; left: 69px; color: #a4b5a8; font-size: 12px; }
.acb-visible-status > span { width: 6px; height: 6px; border: 1px solid #a4b5a8; border-radius: 50%; }
.acb-visible-status strong { color: #e3e9de; font-weight: 450; }
.acb-connection-story { grid-column: 1 / -1; margin-top: 35px !important; padding-top: 22px; }
.acb-presence-row, .acb-events-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); text-align: center; }
.acb-presence-row > span { display: flex; align-items: center; justify-content: center; gap: 8px; color: #a7b5aa; font-size: 16px; }
.acb-presence-row i { width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 50%; }
.acb-presence-row .acb-presence-online { color: var(--acb-lime); }
.acb-presence-online i { background: currentColor; }
.acb-live-line { width: 100%; height: 58px; }
.acb-live-events { animation: acb-event-flow 4s linear infinite; }
.acb-events-row { color: var(--acb-lime); font-size: 13px; }
.acb-connection-story figcaption { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 25px; color: #a8b9ab; font-size: 13px; }
.acb-connection-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--acb-lime); }

.acb-warmup { padding: 65px 22px 8px; border-top: 1px solid var(--acb-line); }
.acb-warmup-heading { grid-template-columns: 1fr 1fr; gap: 78px; align-items: end; }
.acb-warmup-heading h2 { font-size: 54px; font-weight: 500; line-height: 1.07; letter-spacing: -.05em; }
.acb-warmup-heading h2 > span { color: var(--acb-lavender); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-style: italic; }
.acb-warmup-heading .acb-body + .acb-body { margin-top: 14px; font-size: 15px; color: var(--acb-muted); }
.acb-life-score { position: relative; margin-top: 58px !important; }
.acb-score-edges { display: flex; align-items: center; justify-content: space-between; }
.acb-score-edges > span { display: flex; align-items: center; gap: 12px; color: #c2cfc3; font-size: 15px; }
.acb-score-edges svg { width: 26px; height: 26px; color: var(--acb-lime); }
.acb-score-line { width: 100%; height: auto; }
.acb-life-actions { position: absolute; top: 64px; left: 20%; width: 60%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0; list-style: none; }
.acb-life-actions li { display: flex; flex-direction: column; align-items: center; gap: 15px; text-align: center; }
.acb-life-actions svg { width: 36px; height: 36px; padding: 2px; background: var(--acb-bg); color: var(--acb-lavender); }
.acb-life-actions strong { padding-inline: 8px; background: var(--acb-bg); color: #e5deee; font-size: 19px; font-weight: 450; line-height: 1.3; letter-spacing: -.02em; }
.acb-life-score figcaption { max-width: 630px; margin: 13px auto 0; color: var(--acb-muted); font-size: 12px; line-height: 1.5; text-align: center; }

.acb-enhanced .acb-live-events { animation-play-state: paused; }
.acb-live.acb-in-view .acb-live-events { animation-play-state: running; }
.acb-opening.acb-in-view .acb-scroll-hint svg { animation: acb-cue-point 2.8s ease-in-out infinite; }
.acb-live.acb-in-view .acb-notification { animation: acb-notice-arrive .8s cubic-bezier(.2,.7,.2,1) both; }
.acb-live.acb-in-view .acb-notification-second { animation-delay: .65s; }
.acb-live.acb-in-view .acb-connection-dot { animation: acb-connection-pulse 3s ease-in-out infinite; }
.acb-warmup.acb-in-view .acb-warm-route { stroke-dasharray: 1; animation: acb-route-reveal 1.8s ease-out both; }
.acb-warmup.acb-in-view .acb-life-actions li svg { animation: acb-activity-light 12s ease-in-out infinite; }
.acb-life-actions li:nth-child(2) svg { animation-delay: 3s !important; }
.acb-life-actions li:nth-child(3) svg { animation-delay: 6s !important; }
.acb-life-actions li:nth-child(4) svg { animation-delay: 9s !important; }

@keyframes acb-event-flow { to { stroke-dashoffset: -136; } }
@keyframes acb-cue-point { 0%, 45%, 100% { transform: translateY(0); } 65%, 80% { transform: translateY(4px); } }
@keyframes acb-notice-arrive { from { opacity: 0; transform: translateY(16px) rotate(var(--acb-notice-angle)); } to { opacity: 1; transform: translateY(0) rotate(var(--acb-notice-angle)); } }
@keyframes acb-connection-pulse { 50% { box-shadow: 0 0 0 6px #d0f5a510; } }
@keyframes acb-route-reveal { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes acb-activity-light { 0%, 25%, 100% { color: #c2b8ff; opacity: .7; } 5%, 18% { color: #d0f5a5; opacity: 1; } }

@container reader (max-width: 1100px) {
  .acb-page { padding: 26px 28px 44px; }
  .acb-page .acb-title { font-size: clamp(38px, 5.6cqw, 60px); }
  .acb-section-heading { gap: 28px; }
  .acb-section-heading h2 { font-size: 30px; }
  /* Keep native SVG interface labels readable; scroll the artwork locally. */
  .acb-device-scene { overflow-x: auto; }
  .acb-devices { min-width: 1400px; }
  .acb-live { column-gap: 30px; padding: 54px 0; }
  .acb-live h2 { font-size: 43px; }
  .acb-page .acb-body, .acb-page .acb-live-point { font-size: 17px; }
  .acb-idle-phone { left: 20px; }
  .acb-notification { width: min(320px, calc(100% - 24px)); }
  .acb-notification-first { left: auto; right: 8px; }
  .acb-notification-second { left: 4px; }
  .acb-visible-status { left: 24px; }
  .acb-warmup { padding: 48px 0 8px; }
  .acb-warmup-heading h2 { font-size: 44px; }
  .acb-life-actions { top: 44px; }
  .acb-life-actions strong { font-size: 15px; }
  .acb-life-actions svg { width: 30px; height: 30px; }
}

@container reader (max-width: 760px) {
  .acb-page { padding: 24px 20px 36px; }
  .acb-kicker { flex-wrap: wrap; gap: 8px; font-size: 10px; }
  .acb-kicker-divider { display: none; }
  .acb-page .acb-title { font-size: clamp(34px, 7cqw, 46px); }
  .acb-section-heading, .acb-live { grid-template-columns: minmax(0, 1fr); }
  .acb-section-heading { gap: 18px; }
  .acb-device-scene { overflow-x: auto; padding-bottom: 20px; }
  .acb-caption { margin-top: 12px !important; text-align: left; }
  .acb-live { padding-top: 40px; gap: 28px; }
  .acb-live h2 { font-size: clamp(34px, 8cqw, 43px); }
  .acb-idle-scene { min-height: 470px; margin-inline: 8px !important; }
  .acb-idle-phone { left: calc(50% - 133px); }
  .acb-connection-story { margin-top: 0 !important; }
  .acb-presence-row > span { flex-direction: column; gap: 8px; font-size: 13px; }
  .acb-events-row { gap: 12px; font-size: 12px; }
  .acb-connection-story figcaption { align-items: flex-start; line-height: 1.5; }
  .acb-connection-dot { flex-shrink: 0; margin-top: 6px; }
  .acb-warmup-heading h2 { font-size: 42px; }
  .acb-life-score { margin-top: 32px !important; }
  .acb-score-edges { gap: 20px; }
  .acb-score-edges > span { gap: 7px; font-size: 12px; }
  .acb-score-edges svg { width: 22px; height: 22px; }
  .acb-score-line { display: none !important; }
  .acb-life-actions { position: static; width: auto; margin: 28px 0 !important; padding: 24px 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 14px; border-block: 1px solid var(--acb-line); }
  .acb-life-actions strong { font-size: 17px; }
}

@container reader (max-width: 360px) {
  .acb-idle-phone { transform: rotate(-2deg); }
}

@media (prefers-reduced-motion: reduce) {
  .acb-page *, .acb-page *::before, .acb-page *::after { animation: none !important; }
}
