.viewport{min-height:100vh;min-height:100dvh}.viewport-toggle{position:fixed;top:14px;right:14px;z-index:300;display:flex;gap:4px;padding:4px;border-radius:999px;background:#ffffffeb;border:1px solid var(--line);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.viewport-toggle__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;font-size:12.5px;font-weight:var(--fw-med);color:var(--ink-soft);transition:background var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.viewport-toggle__btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.viewport-toggle__btn.is-active{background:var(--night);color:#fff}.viewport-toggle__btn:hover:not(.is-active){background:var(--cream-deep);color:var(--ink)}@media(max-width:520px){body[data-viewport=phone] .viewport-toggle{inset:10px 10px auto auto}body[data-viewport=desktop] .viewport-toggle{inset:14px 14px auto auto}}.viewport--phone{display:flex;align-items:center;justify-content:center;padding:28px 16px;background:radial-gradient(90% 70% at 50% 0%,#FDFBF7 0%,var(--cream) 50%,#E8E1D4 100%)}.phone-frame{width:min(100%,390px);height:min(844px,calc(100dvh - 56px));border-radius:36px;border:10px solid #2b1e3f;background:var(--cream);box-shadow:0 30px 80px #2b1e3f38,0 8px 24px #2b1e3f1f;overflow:hidden;position:relative;display:flex;flex-direction:column;transform:translateZ(0)}.phone-frame__notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:96px;height:22px;border-radius:999px;background:#2b1e3f;z-index:60;pointer-events:none}.viewport--phone .app{position:relative;max-width:none;width:100%;height:100%;min-height:0;margin:0;overflow:hidden;background:transparent;display:flex;flex-direction:column}.viewport--phone .apphead,.viewport--phone .nav{position:absolute;left:0;right:0;width:100%;max-width:none;transform:none}.viewport--phone .apphead{top:0;padding-top:28px;height:calc(var(--apphead-h) + 28px)}body.nologohead .viewport--phone .apphead{padding-top:28px;height:72px}.viewport--phone .nav{bottom:0}.viewport--phone .screen{flex:1 1 auto;height:auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:calc(var(--apphead-h) + 28px + var(--sp-3));scrollbar-width:none;-ms-overflow-style:none}body.nologohead .viewport--phone .screen{padding-top:calc(44px + 28px + var(--sp-3))}.viewport--phone,.viewport--phone *,.phone-frame,.phone-frame *,.viewport--phone .sheet__panel,.viewport--phone .modal-sheet,.phone-frame .sheet__panel,.phone-frame .modal-sheet,.app-modal-root .sheet__panel,.app-modal-root .modal-sheet{scrollbar-width:none!important;-ms-overflow-style:none!important}.viewport--phone::-webkit-scrollbar,.viewport--phone *::-webkit-scrollbar,.phone-frame::-webkit-scrollbar,.phone-frame *::-webkit-scrollbar,.viewport--phone .sheet__panel::-webkit-scrollbar,.viewport--phone .modal-sheet::-webkit-scrollbar,.phone-frame .sheet__panel::-webkit-scrollbar,.phone-frame .modal-sheet::-webkit-scrollbar,.app-modal-root .sheet__panel::-webkit-scrollbar,.app-modal-root .modal-sheet::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.viewport--phone .chat__msgs{scrollbar-width:none;-ms-overflow-style:none}.viewport--phone .screen--chat{overflow:hidden;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:auto;padding-top:0;padding-bottom:0}.viewport--phone .chat__head{flex-shrink:0;padding-top:calc(var(--sp-4) + 34px)}.viewport--phone .chat{height:auto!important;flex:1 1 auto;min-height:0;max-height:100%;padding-bottom:calc(var(--nav-h) + var(--safe-bottom))}.viewport--phone .chat__msgs{flex:1 1 auto;min-height:0}.viewport--phone .chat__msgs>*{flex-shrink:0}.viewport--phone .chat__bar{flex-shrink:0}body.nologohead .screen--chat,body.nologohead .viewport--phone .screen--chat{padding-top:0}body.nologohead .viewport--phone .chat__head{padding-top:calc(var(--sp-4) + 34px)}@media(max-width:480px){body.nologohead .viewport--phone .chat__head{padding-top:calc(var(--sp-4) + max(var(--safe-top),12px))}body.nologohead .viewport--phone .chat{height:auto!important;padding-bottom:calc(var(--nav-h) + var(--safe-bottom))}}@media(max-width:899px){.viewport-toggle{display:none!important}}@media(max-width:480px){.viewport--phone{padding:0;align-items:stretch}.phone-frame{width:100%;height:100dvh;border:none;border-radius:0;box-shadow:none;transform:none}.phone-frame__notch{display:none}.viewport--phone .apphead,.viewport--phone .nav,.viewport--phone .app-modal-root,.viewport--phone .modal-backdrop{position:fixed}}.viewport--desktop{width:100%;min-height:100vh;min-height:100dvh;background:radial-gradient(80% 60% at 20% 0%,#FDFBF7 0%,var(--cream) 45%,#EFE9DE 100%)}.desktop-shell{display:grid;grid-template-columns:260px minmax(0,1fr);width:100%;min-height:100vh;min-height:100dvh}.sidenav{position:sticky;top:0;height:100vh;height:100dvh;padding:28px 18px 20px;display:flex;flex-direction:column;gap:20px;border-right:1px solid var(--line-soft);background:#fdfbf7eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sidenav__brand img{width:100%;max-width:168px;height:auto;margin:0 auto}.sidenav__nav,.sidenav__foot{display:flex;flex-direction:column;gap:6px}.sidenav__foot{margin-top:auto;padding-top:12px;border-top:1px solid var(--line-soft)}.sidenav__link{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:14px;color:var(--ink-soft);text-decoration:none;font-size:14.5px;font-weight:var(--fw-med);transition:background var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.sidenav__link svg{width:22px;height:22px;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidenav__link:hover{background:var(--cream-deep);color:var(--ink)}.sidenav__link.is-active{background:var(--lavender-soft);color:var(--night)}.sidenav__link--featured{background:#9e73b5;color:#fff;margin:8px 0;box-shadow:0 8px 18px -10px #9e73b5a6}.sidenav__link--featured:hover{background:#8a659e;color:#fff}.sidenav__link--featured.is-active{background:#9e73b5;color:#fff}.sidenav__link--featured.is-active:hover{background:#8a659e}.sidenav__seal{width:28px;height:28px;object-fit:contain;display:block;flex:0 0 auto;border-radius:50%}.desktop-main{min-width:0;width:100%;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.desktop-topbar{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:18px 32px 0;flex:0 0 auto}.desktop-topbar__bell{width:42px;height:42px;border-radius:14px;background:var(--surface);border:1px solid var(--line-soft);box-shadow:var(--shadow-sm);display:grid;place-items:center;color:var(--ink);cursor:pointer;position:relative}.notif-bell__badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--urgent, #c45c4a);color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center;box-shadow:0 0 0 2px var(--cream, #f7f4ee);pointer-events:none}.desktop-topbar__bell .notif-bell__badge{top:4px;right:4px}.app--desktop{max-width:none;width:100%;min-height:0;flex:1;margin:0}body[data-viewport=desktop] .screen{padding-top:var(--sp-5);padding-bottom:var(--sp-9);padding-left:clamp(28px,4vw,56px);padding-right:clamp(28px,4vw,56px);max-width:none;width:100%}body[data-viewport=desktop] .screen--chat{padding-left:clamp(28px,4vw,56px);padding-right:clamp(28px,4vw,56px);max-width:none}body[data-viewport=desktop] .chat{height:calc(100dvh - 88px);max-width:none;width:100%;margin:0;border-radius:22px;overflow:hidden;border:1px solid var(--line-soft);background:var(--surface);box-shadow:var(--shadow-sm)}body[data-viewport=desktop] .quickgrid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:none}body[data-viewport=desktop] .quick--wide{grid-column:auto;flex-direction:column;gap:8px;padding:var(--sp-4) var(--sp-2)}body[data-viewport=desktop] .mhero,body[data-viewport=desktop] .radar,body[data-viewport=desktop] .selfcare,body[data-viewport=desktop] .card{max-width:none}body[data-viewport=desktop] .calx-top{align-items:flex-end}body[data-viewport=desktop] .calx-month__grid{min-height:520px}body[data-viewport=desktop] .calx-mcell{min-height:124px}body[data-viewport=desktop] .calx-week__hour,body[data-viewport=desktop] .calx-week__slot{height:56px}body[data-viewport=desktop] .calx-week__col{min-height:728px}body[data-viewport=desktop] .calx-day__timeline{--calx-hour: 56px}body[data-viewport=phone] .calx--compact .greeting__hello{font-size:28px!important}body[data-viewport=phone] .calx--compact .calx-month__grid-wrap.cal,body[data-viewport=phone] .calx--compact .cal{padding:10px}body[data-viewport=phone] .calx--compact .calx-side-card{padding:12px}body[data-viewport=desktop] .homelbl,body[data-viewport=desktop] .section{max-width:none}.viewport--desktop .depo-cards.depo-cards--events,body[data-viewport=desktop] .depo-cards.depo-cards--events{display:flex!important;flex-direction:column;gap:14px;width:100%;max-width:520px}.viewport--desktop .depo-cards.depo-cards--events .act-card,body[data-viewport=desktop] .depo-cards.depo-cards--events .act-card{max-width:none!important;width:100%!important;align-self:stretch;display:flex;flex-direction:column;border-bottom-left-radius:20px}.viewport--desktop .depo-cards.depo-cards--events .act-card .ac__act,body[data-viewport=desktop] .depo-cards.depo-cards--events .act-card .ac__act{margin-top:auto}@media(max-width:860px){.desktop-shell{grid-template-columns:1fr}.sidenav{position:static;height:auto;border-right:none;border-bottom:1px solid var(--line-soft);padding:16px}.sidenav__nav{flex-direction:row;flex-wrap:wrap}.sidenav__foot{display:flex;flex-direction:row;margin-top:0;border-top:none;padding-top:0}.sidenav__link--featured{margin:0}.sidenav__brand{display:none}}.radar__icon,.calm__icon,.selfcare__leaf,.chat__status{color:var(--ok)}.selfcare__leaf{display:inline-flex;align-items:center;vertical-align:middle}.chat__status{gap:6px}.viewport--desktop .auth-desktop{min-height:100vh;min-height:100dvh;width:100%;display:grid;place-items:center;padding:clamp(24px,4vh,48px) 24px;box-sizing:border-box;background:radial-gradient(90% 70% at 50% -20%,#FDFBF7 0%,var(--cream) 50%,#EFE9DE 100%)}.viewport--desktop .auth-desktop__panel{width:100%;max-width:400px}.viewport--desktop .auth-desktop .onb.auth-page{position:static!important;inset:auto!important;max-width:none!important;width:100%;min-height:0;margin:0;padding:0;background:transparent;z-index:auto}.viewport--desktop .auth-desktop .onb__hello,.viewport--desktop .auth-desktop .onb__lead{text-align:center}.viewport--desktop .auth-desktop .onb__lead{max-width:34ch;margin-inline:auto}.viewport--desktop .auth-desktop .onb__main{flex:none;overflow:visible}.viewport--desktop .auth-desktop .auth-page__logo{width:min(240px,100%);margin-inline:auto}.viewport--desktop .auth-desktop .onboarding-page .onb__dots{margin-bottom:var(--sp-2)}@keyframes modalFade{0%{opacity:0}to{opacity:1}}@keyframes modalRise{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}.app-modal-root{position:absolute;inset:0;z-index:200;pointer-events:none}.viewport--desktop .app-modal-root{position:fixed;inset:0;z-index:200}.modal-backdrop{position:absolute;inset:0;z-index:200;pointer-events:auto;display:flex;align-items:center;justify-content:center;padding:18px 14px calc(18px + var(--safe-bottom));background:#2b1e3f8c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:modalFade .18s var(--ease) both}.viewport--desktop .modal-backdrop{position:fixed}.modal-sheet{width:min(100%,400px);max-height:min(88dvh,720px);overflow-y:auto;-webkit-overflow-scrolling:touch;margin:0;box-shadow:0 24px 60px #2b1e3f47;animation:modalRise .24s var(--ease) both}.child-form{display:flex;flex-direction:column;gap:10px;padding:16px!important}.child-form__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.child-form__badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:var(--lavender-soft);color:var(--ai);font-size:12.5px;font-weight:var(--fw-semi)}.child-form__close{width:32px;height:32px;border-radius:999px;font-size:22px;line-height:1;color:var(--ink-faint)}.child-form__genders{display:grid;grid-template-columns:1fr 1fr;gap:8px}.child-form__gender{padding:11px 14px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:14px;font-weight:var(--fw-med);color:var(--ink-soft)}.child-form__gender.is-sel{border-color:var(--ai);background:var(--lavender-soft);color:var(--night)}.child-form__label{font-size:12.5px;color:var(--ink-soft);margin:2px 2px 0}.child-form__field{position:relative}.child-form__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);display:grid;place-items:center;color:var(--ink-faint);pointer-events:none;z-index:1}.child-form__field:nth-of-type(1) .child-form__icon,.child-form__field .child-form__icon{color:var(--ink-faint)}.child-form__field:has(.child-form__icon svg) .child-form__icon{color:var(--ink-soft)}.child-form__icon--urgent{color:var(--urgent)}.child-form__icon--ai{color:var(--ai)}.child-form__icon--ok{color:#5a7550}.child-form__input--icon{padding-left:42px!important}.child-form__save{margin-top:6px}
