:root {
  --agnes-ink: #1b2140;
  --agnes-muted: #77739c;
  --agnes-purple: #6f45f4;
  --agnes-purple-deep: #5631d5;
  --agnes-lilac: #d9c9ff;
  --agnes-lavender: #eee8ff;
  --agnes-pink: #ffd9ee;
  --agnes-mint: #dff8e8;
  --agnes-blue: #dff1ff;
  --agnes-peach: #ffe8d8;
  --agnes-cream: #fffdfb;
  --agnes-border: rgba(109, 76, 208, .11);
  --agnes-shadow: 0 18px 44px rgba(81, 54, 151, .10), 0 4px 12px rgba(64, 39, 120, .05);
  --agnes-shadow-soft: 0 10px 26px rgba(87, 63, 144, .09), inset 0 1px 0 rgba(255,255,255,.85);
}

body.agnes-10213-active {
  background: #faf8ff !important;
}
body.agnes-10213-active .site-header,
body.agnes-10213-active header.site-header,
body.agnes-10213-active .elementor-location-header,
body.agnes-10213-active .site-footer,
body.agnes-10213-active footer.site-footer,
body.agnes-10213-active .elementor-location-footer {
  display: none !important;
}
body.agnes-10213-active .site-content,
body.agnes-10213-active .content-area,
body.agnes-10213-active main.site-main,
body.agnes-10213-active .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.agnes3d,
.agnes3d * { box-sizing: border-box; }
.agnes3d button,
.agnes3d input { font: inherit; }
.agnes3d button { -webkit-tap-highlight-color: transparent; }

.agnes3d {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--agnes-ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(238, 222, 255, .76), transparent 23rem),
    radial-gradient(circle at 88% 24%, rgba(225, 240, 255, .70), transparent 25rem),
    linear-gradient(180deg, #fdfcff 0%, #f9f7ff 58%, #fff 100%);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  padding-bottom: 104px;
}

.agnes3d__ambient::before,
.agnes3d__ambient::after {
  content: "";
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}
.agnes3d__ambient::before { width: 260px; height: 260px; left: -90px; top: 30%; background: rgba(214, 190, 255, .18); }
.agnes3d__ambient::after { width: 300px; height: 300px; right: -120px; top: 50%; background: rgba(182, 235, 226, .16); }

.agnes3d__topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 92px;
  padding: 16px clamp(22px, 4vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(22px) saturate(1.2);
  border-bottom: 1px solid rgba(113, 84, 194, .08);
}
.agnes3d__brand-wrap { display: flex; align-items: center; gap: 12px; min-width: 0; }
.agnes3d__spark { font-size: 32px; line-height: 1; color: var(--agnes-purple); filter: drop-shadow(0 8px 12px rgba(100,58,230,.25)); }
.agnes3d__brand { font-size: clamp(24px, 2vw, 32px); font-weight: 950; letter-spacing: -.035em; color: var(--agnes-purple); }
.agnes3d__tagline { margin-top: -3px; color: #8b81ae; letter-spacing: .18em; font-size: 9px; font-weight: 800; white-space: nowrap; }
.agnes3d__clock-block { margin-left: 26px; padding-left: 26px; border-left: 1px solid rgba(93,71,160,.15); display: grid; grid-template-columns: auto auto; column-gap: 13px; align-items: center; }
.agnes3d__clock-block strong { font-size: 21px; letter-spacing: -.03em; }
.agnes3d__clock-block span { font-size: 18px; font-weight: 800; }
.agnes3d__clock-block small { grid-column: 1 / -1; margin-top: -2px; color: var(--agnes-muted); font-weight: 650; }
.agnes3d__top-actions { display: flex; align-items: center; gap: 12px; }
.agnes3d__safety { display: inline-flex; gap: 8px; align-items: center; padding: 12px 20px; border-radius: 999px; background: linear-gradient(180deg,#e7ffe9,#d8f9df); color: #39a653; box-shadow: 0 10px 24px rgba(78,177,99,.13), inset 0 1px 0 rgba(255,255,255,.9); font-weight: 850; font-size: 13px; }
.agnes3d__round-action { position: relative; width: 48px; height: 48px; border: 1px solid rgba(103,77,177,.08); border-radius: 50%; background: linear-gradient(150deg, #fff, #f7f3ff); color: var(--agnes-purple); font-size: 23px; font-weight: 800; box-shadow: var(--agnes-shadow-soft); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.agnes3d__round-action:hover { transform: translateY(-3px); box-shadow: 0 16px 30px rgba(90,55,176,.16); }
.agnes3d__round-action i { position: absolute; right: 4px; top: 2px; width: 8px; height: 8px; border-radius: 50%; background: #7848f4; box-shadow: 0 0 0 3px #fff; }

.agnes3d__layout { position: relative; z-index: 1; width: min(1540px, calc(100% - 42px)); margin: 18px auto 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 38%); gap: 18px; align-items: start; }
.agnes3d__main { min-width: 0; }
.agnes3d__view { display: none; }
.agnes3d__view.is-active { display: block; animation: agnesFade .28s ease both; }
@keyframes agnesFade { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

.agnes3d__hero {
  position: relative;
  min-height: 478px;
  border-radius: 34px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(310px, .9fr) minmax(360px, 1.1fr);
  align-items: center;
  background: linear-gradient(135deg, #cbb1ff 0%, #d9c7ff 45%, #f1ebff 100%);
  box-shadow: var(--agnes-shadow), inset 0 1px 0 rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.76);
  isolation: isolate;
}
.agnes3d__hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 12% 20%, rgba(255,255,255,.45), transparent 32%), linear-gradient(140deg, rgba(137,89,244,.13), transparent 46%); }
.agnes3d__hero::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; left: -70px; bottom: -100px; z-index: -1; background: rgba(255,255,255,.22); filter: blur(1px); }
.agnes3d__hero-copy { position: relative; z-index: 3; max-width: 550px; }
.agnes3d__eyebrow { display: inline-flex; padding: 8px 15px; border-radius: 999px; background: rgba(255,255,255,.54); color: #7656d7; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
.agnes3d__hero h1 { margin: 18px 0 14px; max-width: 620px; color: #fff; text-shadow: 0 5px 18px rgba(82,44,158,.22); font-size: clamp(34px, 4vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.agnes3d__hero p { margin: 0; max-width: 570px; color: rgba(255,255,255,.90); font-size: clamp(14px, 1.4vw, 17px); line-height: 1.55; font-weight: 620; }
.agnes3d__primary { margin-top: 25px; padding: 14px 22px; border: 0; border-radius: 999px; color: #fff; background: linear-gradient(180deg, #744bf4, #5d35d7); box-shadow: 0 13px 25px rgba(85,48,191,.26), inset 0 1px 0 rgba(255,255,255,.33); font-weight: 850; cursor: pointer; transition: transform .18s ease; }
.agnes3d__primary:hover { transform: translateY(-3px) scale(1.01); }
.agnes3d__hero-art { position: absolute; right: 1.7%; top: 3%; width: 59%; height: 73%; background-image: var(--hero-image); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 30px; mix-blend-mode: normal; filter: saturate(.92) contrast(.98); mask-image: linear-gradient(90deg, transparent 0, #000 12%, #000 100%); opacity: .99; }
.agnes3d__hero-stats { position: absolute; left: 24px; right: 24px; bottom: 20px; z-index: 5; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.agnes3d__stat { min-width: 0; min-height: 102px; border: 1px solid rgba(255,255,255,.62); border-radius: 22px; padding: 15px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; text-align: left; color: #5d43aa; background: rgba(255,255,255,.83); backdrop-filter: blur(14px); box-shadow: 0 11px 24px rgba(89,59,148,.14), inset 0 1px 0 #fff; cursor: pointer; }
.agnes3d__stat-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 18px; font-size: 29px; background: linear-gradient(145deg,#fff,#eaddff); box-shadow: 0 8px 18px rgba(91,62,147,.12); }
.agnes3d__stat small { display: block; color: #9a8bc2; font-weight: 750; }
.agnes3d__stat strong { display: block; margin-top: 4px; font-size: 20px; }
.agnes3d__stat b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #fff; font-size: 20px; box-shadow: 0 5px 12px rgba(94,61,167,.12); }

.agnes3d__hero--day { min-height: 278px; grid-template-columns: .9fr 1.1fr; }
.agnes3d__hero--day .agnes3d__hero-art { height: 100%; top: 0; width: 54%; right: 0; }
.agnes3d__hero--day h1 { color: #6743d5; text-shadow: none; }
.agnes3d__hero--day p { color: #7c6ea4; }
.agnes3d__summary-pills { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.agnes3d__summary-pills span { padding: 11px 15px; border-radius: 17px; background: rgba(255,255,255,.72); color: #6245b2; box-shadow: var(--agnes-shadow-soft); font-size: 12px; font-weight: 750; }
.agnes3d__summary-pills b { font-size: 16px; }
.agnes3d__hero--family { min-height: 310px; }
.agnes3d__hero--family .agnes3d__hero-art { height: 100%; top: 0; width: 58%; }
.agnes3d__hero--services { min-height: 300px; }
.agnes3d__hero--services .agnes3d__hero-art { height: 100%; top: 0; width: 56%; }
.agnes3d__hero-shortcuts { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.agnes3d__hero-shortcuts button { border: 0; border-radius: 17px; padding: 12px 15px; background: rgba(255,255,255,.80); color: #6444bd; box-shadow: var(--agnes-shadow-soft); font-weight: 800; cursor: pointer; }

.agnes3d__section-card,
.agnes3d__timeline-panel,
.agnes3d__transport-panel,
.agnes3d__sidebar,
.agnes3d__mini-module {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--agnes-border);
  box-shadow: var(--agnes-shadow-soft);
}
.agnes3d__section-card { margin-top: 18px; padding: 20px; border-radius: 30px; }
.agnes3d__section-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.agnes3d__section-heading > div { display: flex; align-items: baseline; gap: 12px; }
.agnes3d__section-heading span { color: #6543c7; font-size: 18px; font-weight: 950; }
.agnes3d__section-heading small { color: var(--agnes-muted); font-size: 11px; font-weight: 650; }
.agnes3d__section-heading button,
.agnes3d__sidebar-title button { border: 0; background: #f2ebff; color: var(--agnes-purple); border-radius: 999px; padding: 10px 15px; font-size: 11px; font-weight: 850; cursor: pointer; }
.agnes3d__section-heading.compact { margin-bottom: 12px; }
.agnes3d__recommendations { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.agnes3d__recommendation { position: relative; min-height: 195px; overflow: hidden; border: 0; border-radius: 24px; padding: 18px; text-align: left; color: var(--agnes-ink); cursor: pointer; box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 11px 24px rgba(83,59,139,.08); transition: transform .18s ease; }
.agnes3d__recommendation:hover { transform: translateY(-4px); }
.agnes3d__recommendation-icon { display: block; font-size: 56px; filter: drop-shadow(0 12px 10px rgba(69,45,126,.13)); transform: rotate(-5deg); }
.agnes3d__recommendation small { display: inline-flex; margin-top: 11px; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.68); color: #8262ca; font-weight: 800; }
.agnes3d__recommendation strong { display: block; margin-top: 9px; font-size: 17px; }
.agnes3d__recommendation > span:not(.agnes3d__recommendation-icon) { display: block; margin-top: 4px; color: #6f6987; font-size: 12px; }
.agnes3d__recommendation b { position: absolute; right: 15px; bottom: 15px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--agnes-purple); box-shadow: var(--agnes-shadow-soft); }
.tone-lavender { background: linear-gradient(145deg,#f3edff,#ddd0ff); }
.tone-pink { background: linear-gradient(145deg,#fff0f7,#ffd8e9); }
.tone-mint { background: linear-gradient(145deg,#edfff8,#d5f7eb); }
.tone-peach { background: linear-gradient(145deg,#fff7ef,#ffe2ca); }
.tone-blue { background: linear-gradient(145deg,#eff8ff,#d8edff); }

.agnes3d__sidebar { position: sticky; top: 110px; border-radius: 32px; padding: 20px; min-height: calc(100vh - 136px); }
.agnes3d__sidebar h2 { margin: 0 0 14px; color: #6844d3; font-size: 17px; }
.agnes3d__status-stack { display: grid; gap: 10px; }
.agnes3d__status-card { min-height: 115px; border-radius: 22px; padding: 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 13px; background: linear-gradient(100deg,rgba(255,255,255,.96),rgba(247,239,255,.86)); border: 1px solid rgba(116,78,200,.10); box-shadow: 0 9px 20px rgba(83,58,139,.08), inset 0 1px 0 #fff; }
.agnes3d__status-card > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 7px; }
.agnes3d__badge { padding: 5px 8px; border-radius: 8px; color: #fff; font-size: 9px; font-weight: 950; }
.status-live .agnes3d__badge { background: #ff668c; }
.status-now .agnes3d__badge { background: #ffad42; }
.status-next .agnes3d__badge { background: #64b8f8; }
.agnes3d__status-card small { color: #755ac0; font-weight: 800; }
.agnes3d__status-card strong { grid-column: 1 / -1; font-size: 14px; }
.agnes3d__status-card p { grid-column: 1 / -1; margin: 0; color: #8d84a7; font-size: 11px; }
.agnes3d__status-icon { width: 88px; height: 78px; display: grid; place-items: center; border-radius: 24px; background: radial-gradient(circle at 42% 35%,#fff,#e8defd); font-size: 44px; filter: drop-shadow(0 10px 8px rgba(77,51,137,.13)); }
.agnes3d__sidebar-section { margin-top: 14px; border-radius: 22px; padding: 13px; background: rgba(251,248,255,.78); border: 1px solid rgba(116,78,200,.08); }
.agnes3d__sidebar-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 11px; }
.agnes3d__sidebar-title strong { color: #6844d3; font-size: 14px; }
.agnes3d__sidebar-title span { color: #7255ca; font-size: 10px; }
.agnes3d__family-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; }
.agnes3d__family-row button { min-width: 0; border: 0; border-radius: 16px; padding: 7px 5px; background: linear-gradient(180deg,#f4e8ff,#fff); cursor: pointer; }
.agnes3d__family-row button > span { display: grid; place-items: center; height: 53px; border-radius: 13px; font-size: 35px; background: linear-gradient(180deg,#eadcff,#f6efff); overflow: hidden; }
.agnes3d__family-row strong { display: block; margin-top: 5px; font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.agnes3d__family-row small { display: flex; align-items: center; justify-content: center; gap: 3px; color: #8b82a2; font-size: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.agnes3d__family-row i,
.agnes3d__family-card small i { width: 6px; height: 6px; border-radius: 50%; flex: 0 0 auto; }
.state-safe { background: #42d278; }
.state-busy { background: #ffad42; }
.agnes3d__upcoming { display: grid; gap: 7px; }
.agnes3d__upcoming button { display: grid; grid-template-columns: auto minmax(0,1fr) auto auto; align-items: center; gap: 9px; padding: 10px; border: 0; border-radius: 14px; background: #fff; text-align: left; box-shadow: 0 5px 13px rgba(79,53,129,.05); cursor: pointer; }
.agnes3d__upcoming strong { font-size: 10px; }
.agnes3d__upcoming small { color: #8a81a2; font-size: 9px; }
.agnes3d__upcoming b { padding: 6px 9px; border-radius: 999px; background: #f0e8ff; color: #7552d3; font-size: 9px; }

.agnes3d__day-grid { margin-top: 18px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); gap: 14px; }
.agnes3d__timeline-panel,
.agnes3d__transport-panel { border-radius: 28px; padding: 18px; }
.agnes3d__timeline { display: grid; gap: 7px; }
.agnes3d__timeline-item { display: grid; grid-template-columns: 55px 18px minmax(0,1fr); align-items: center; min-height: 82px; }
.agnes3d__timeline-item time { color: #7d71a3; font-size: 11px; font-weight: 850; text-align: center; }
.agnes3d__timeline-item > i { position: relative; width: 10px; height: 10px; border-radius: 50%; background: #8d69ef; box-shadow: 0 0 0 5px #f3efff; }
.agnes3d__timeline-item > i::before { content: ""; position: absolute; left: 4px; top: -44px; width: 2px; height: 40px; background: #e1d8f8; }
.agnes3d__timeline-item:first-child > i::before { display: none; }
.state-now > i { background: #4fd479; box-shadow: 0 0 0 5px #e8faee; }
.state-next > i { background: #61b9f6; box-shadow: 0 0 0 5px #eaf7ff; }
.state-tonight > i { background: #6742d6; }
.agnes3d__event-card { min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 13px; border-radius: 20px; background: linear-gradient(145deg,#fff,#fbf9ff); border: 1px solid rgba(103,73,180,.08); box-shadow: 0 8px 18px rgba(80,55,132,.06); }
.agnes3d__event-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; font-size: 31px; background: linear-gradient(145deg,#fff,#e7dbff); filter: drop-shadow(0 8px 8px rgba(73,46,134,.1)); }
.agnes3d__event-card strong { display: block; font-size: 13px; }
.agnes3d__event-card small { display: block; margin-top: 4px; color: #8d84a4; font-size: 10px; }
.agnes3d__member-pill { padding: 7px 10px; border-radius: 999px; background: #f1eaff; color: #6c48c5; font-size: 9px; font-weight: 850; }
.agnes3d__transport-card { margin-bottom: 10px; padding: 13px; border-radius: 18px; border: 1px solid rgba(99,71,172,.08); }
.agnes3d__transport-card header { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 9px; }
.agnes3d__transport-card header > span { font-size: 30px; }
.agnes3d__transport-card header small { display: block; color: #8c82a5; font-size: 8px; }
.agnes3d__transport-card header strong { font-size: 14px; }
.agnes3d__transport-card header b { padding: 6px 8px; border-radius: 999px; background: rgba(255,255,255,.7); color: #6550ab; font-size: 8px; }
.agnes3d__transport-card p { margin: 8px 0 0; padding: 7px 8px; border-radius: 10px; background: rgba(255,255,255,.56); color: #716b8d; font-size: 9px; }
.agnes3d__reminders { padding: 13px; border-radius: 18px; background: linear-gradient(145deg,#f4edff,#fff); }
.agnes3d__reminders strong { color: #6744c7; font-size: 13px; }
.agnes3d__reminders label { display: block; margin-top: 10px; color: #69627c; font-size: 10px; }
.agnes3d__reminders input { accent-color: var(--agnes-purple); }
.agnes3d__reminders button { margin-top: 12px; width: 100%; border: 1px solid #ddd0fa; border-radius: 12px; padding: 9px; background: #fff; color: #6947c5; font-size: 10px; font-weight: 850; cursor: pointer; }

.agnes3d__family-large { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.agnes3d__family-card { min-width: 0; border: 0; border-radius: 22px; padding: 12px; background: linear-gradient(180deg,#f0e4ff 0 57%,#fff 57%); box-shadow: var(--agnes-shadow-soft); cursor: pointer; }
.agnes3d__avatar { display: grid; place-items: center; height: 105px; font-size: 72px; filter: drop-shadow(0 12px 9px rgba(77,48,137,.11)); }
.agnes3d__family-card strong { display: block; font-size: 13px; }
.agnes3d__family-card small { display: flex; justify-content: center; align-items: center; gap: 5px; margin-top: 4px; color: #8b82a2; font-size: 9px; }
.agnes3d__family-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.agnes3d__mini-module { min-height: 205px; border-radius: 23px; padding: 15px; }
.agnes3d__mini-module h3 { margin: 0 0 11px; color: #6645bf; font-size: 12px; }
.agnes3d__mini-module p { display: flex; justify-content: space-between; gap: 8px; margin: 8px 0; padding: 7px; border-radius: 10px; background: #faf8ff; color: #676179; font-size: 9px; }
.agnes3d__mini-module p small { display: block; color: #9a92aa; }
.agnes3d__mini-module p b { color: #6744c8; }
.agnes3d__mini-module > strong { color: #6041b4; font-size: 12px; }
.agnes3d__module-art { min-height: 90px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(145deg,#f0e8ff,#fff); font-size: 35px; }

.agnes3d__services-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.agnes3d__service-card { position: relative; min-height: 154px; border: 1px solid rgba(95,68,164,.08); border-radius: 24px; padding: 16px; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 14px; text-align: left; color: var(--agnes-ink); box-shadow: var(--agnes-shadow-soft); cursor: pointer; transition: transform .18s ease; }
.agnes3d__service-card:hover { transform: translateY(-4px); }
.agnes3d__service-icon { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 24px; background: rgba(255,255,255,.58); font-size: 49px; filter: drop-shadow(0 12px 10px rgba(71,45,126,.13)); }
.agnes3d__service-card strong { color: #6546c0; font-size: 15px; }
.agnes3d__service-card p { margin: 7px 0 0; color: #6f6985; font-size: 10px; line-height: 1.45; }
.agnes3d__service-card b { position: absolute; right: 13px; bottom: 12px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #704de0; box-shadow: var(--agnes-shadow-soft); }

.agnes3d__bottom-nav { position: fixed; z-index: 70; left: 50%; bottom: 16px; transform: translateX(-50%); width: min(760px, calc(100% - 28px)); min-height: 72px; padding: 7px 14px; display: grid; grid-template-columns: 1fr 1fr 78px 1fr 1fr; align-items: center; gap: 5px; border-radius: 999px; background: rgba(255,255,255,.91); backdrop-filter: blur(24px); border: 1px solid rgba(110,78,194,.12); box-shadow: 0 18px 45px rgba(76,49,145,.19), inset 0 1px 0 #fff; }
.agnes3d__bottom-nav button { min-width: 0; border: 0; border-radius: 999px; padding: 12px 10px; background: transparent; color: #8b83a1; font-size: 10px; font-weight: 850; cursor: pointer; }
.agnes3d__bottom-nav button span { margin-right: 6px; font-size: 17px; vertical-align: -2px; }
.agnes3d__bottom-nav button.is-active:not(.agnes3d__assistant) { background: #f0e8ff; color: #6c47ce; }
.agnes3d__bottom-nav .agnes3d__assistant { width: 66px; height: 66px; justify-self: center; margin-top: -30px; padding: 0; background: linear-gradient(150deg,#8a5bff,#5c2bd8); color: #fff; font-size: 28px; box-shadow: 0 14px 26px rgba(90,45,202,.35), inset 0 1px 0 rgba(255,255,255,.35); }
.agnes3d__toast { position: fixed; z-index: 100; left: 50%; bottom: 102px; transform: translate(-50%, 15px); padding: 12px 18px; border-radius: 999px; background: rgba(42,31,72,.92); color: #fff; box-shadow: 0 14px 34px rgba(40,26,79,.25); font-size: 12px; font-weight: 800; opacity: 0; pointer-events: none; transition: .22s ease; }
.agnes3d__toast.is-visible { opacity: 1; transform: translate(-50%,0); }
.agnes-login-required { margin: 60px auto; max-width: 520px; padding: 30px; border-radius: 28px; text-align: center; background: #f1eaff; color: #5635bd; }

@media (max-width: 1220px) {
  .agnes3d__layout { grid-template-columns: minmax(0, 1fr) 340px; }
  .agnes3d__hero { grid-template-columns: 1fr .9fr; }
  .agnes3d__hero-art { width: 55%; }
  .agnes3d__recommendations { grid-template-columns: repeat(2,1fr); }
  .agnes3d__family-grid { grid-template-columns: repeat(2,1fr); }
  .agnes3d__services-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 980px) {
  .agnes3d__topbar { position: relative; padding: 14px 18px; }
  .agnes3d__top-actions .agnes3d__round-action:nth-of-type(2),
  .agnes3d__top-actions .agnes3d__round-action:nth-of-type(3) { display: none; }
  .agnes3d__clock-block { margin-left: 14px; padding-left: 14px; }
  .agnes3d__layout { width: min(100% - 24px, 900px); grid-template-columns: 1fr; }
  .agnes3d__sidebar { position: relative; top: auto; min-height: auto; }
  .agnes3d__hero { min-height: 430px; }
  .agnes3d__day-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .agnes3d { padding-bottom: 88px; }
  .agnes3d__topbar { min-height: 74px; }
  .agnes3d__spark { font-size: 24px; }
  .agnes3d__brand { font-size: 23px; }
  .agnes3d__tagline { font-size: 7px; }
  .agnes3d__clock-block small,
  .agnes3d__safety span,
  .agnes3d__safety { font-size: 0; }
  .agnes3d__safety { width: 42px; height: 42px; padding: 0; justify-content: center; }
  .agnes3d__safety span { font-size: 18px; }
  .agnes3d__top-actions { gap: 7px; }
  .agnes3d__round-action { width: 42px; height: 42px; }
  .agnes3d__clock-block { display: none; }
  .agnes3d__layout { margin-top: 10px; }
  .agnes3d__hero { min-height: 580px; display: block; padding: 26px 22px 150px; }
  .agnes3d__hero-art { top: auto; bottom: 132px; right: 2%; width: 96%; height: 48%; mask-image: linear-gradient(180deg, transparent 0, #000 12%, #000 100%); }
  .agnes3d__hero h1 { font-size: 34px; }
  .agnes3d__hero-stats { left: 12px; right: 12px; bottom: 12px; grid-template-columns: repeat(3,1fr); gap: 6px; }
  .agnes3d__stat { min-height: 118px; display: flex; flex-direction: column; gap: 5px; padding: 9px; text-align: center; }
  .agnes3d__stat-icon { width: 42px; height: 42px; font-size: 23px; }
  .agnes3d__stat small { font-size: 7px; }
  .agnes3d__stat strong { font-size: 13px; }
  .agnes3d__stat b { display: none; }
  .agnes3d__hero--day,
  .agnes3d__hero--family,
  .agnes3d__hero--services { min-height: 510px; padding-bottom: 30px; }
  .agnes3d__hero--day .agnes3d__hero-art,
  .agnes3d__hero--family .agnes3d__hero-art,
  .agnes3d__hero--services .agnes3d__hero-art { bottom: 10px; height: 47%; width: 96%; }
  .agnes3d__recommendations { grid-template-columns: 1fr; }
  .agnes3d__recommendation { min-height: 152px; }
  .agnes3d__section-heading > div { display: block; }
  .agnes3d__section-heading small { display: block; margin-top: 3px; }
  .agnes3d__family-large { grid-template-columns: repeat(2,1fr); }
  .agnes3d__family-large .agnes3d__family-card:last-child { grid-column: 1 / -1; }
  .agnes3d__family-grid,
  .agnes3d__services-grid { grid-template-columns: 1fr; }
  .agnes3d__family-row { overflow-x: auto; grid-template-columns: repeat(5,82px); padding-bottom: 3px; }
  .agnes3d__status-card { min-height: 105px; }
  .agnes3d__status-icon { width: 72px; height: 68px; font-size: 37px; }
  .agnes3d__timeline-item { grid-template-columns: 44px 15px minmax(0,1fr); }
  .agnes3d__event-card { grid-template-columns: auto minmax(0,1fr); }
  .agnes3d__member-pill { grid-column: 1 / -1; justify-self: start; margin-left: 64px; }
  .agnes3d__bottom-nav { bottom: 8px; min-height: 64px; grid-template-columns: 1fr 1fr 62px 1fr 1fr; padding: 6px 7px; }
  .agnes3d__bottom-nav button { padding: 10px 3px; font-size: 8px; }
  .agnes3d__bottom-nav button span { display: block; margin: 0 auto 2px; font-size: 18px; }
  .agnes3d__bottom-nav .agnes3d__assistant { width: 58px; height: 58px; margin-top: -24px; }
}

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