:root{color-scheme:light;--color-background: #f2ede1;--color-surface: #ffffff;--color-surface-muted: #e8e1d0;--color-text: #1c1c1c;--color-text-muted: #5b5748;--color-border: #1c1c1c;--color-accent: #1c1c1c;--color-accent-soft: #9fb08c;--color-on-accent: #f2ede1;--color-warning: #e8a33d;--color-danger: #e14f3d;--color-sprite-backdrop: #8fa87f;--color-tile-feed: #f0b429;--color-tile-walk: #4fa8d8;--color-tile-poop: #b97a4e;--color-tile-water: #2fb6b2;--color-tile-medicine: #e85b4b;--color-tile-play: #e8598b;--border-width-thick: 3px;--shadow-hard: 3px 3px 0 #1c1c1c}@font-face{font-family:Rubik;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/rubik/rubik-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/rubik/rubik-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--color-background);color:var(--color-text);font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button{font-family:inherit;font:inherit;min-height:44px;padding:0 16px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);color:var(--color-text);cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}input{font-family:inherit;font:inherit;min-height:44px;padding:0 12px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);color:var(--color-text)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.page{max-width:640px;margin:0 auto;padding:16px 16px calc(80px + env(safe-area-inset-bottom))}.landing{overflow-x:hidden}.landing__nav{max-width:1080px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.landing__logo{display:flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:800;white-space:nowrap}.landing__logoIcon{width:28px;height:28px;image-rendering:pixelated}.buttonCta.landing__navCta{width:auto;padding:10px 18px;min-height:40px;font-size:.85rem}.landing__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700;color:var(--color-text-muted);margin:0 0 10px}.landing__eyebrow--center{text-align:center}.landing__sectionTitle{font-size:1.5rem;margin:0 0 12px}.landing__sectionTitle--center{text-align:center}.landing__body{color:var(--color-text-muted);font-size:.9rem;line-height:1.6;margin:0 0 16px}.landing__hero{max-width:1080px;margin:0 auto;padding:24px 20px 48px;display:flex;flex-direction:column-reverse;gap:32px;align-items:center}.landing__heroCopy{text-align:center;max-width:480px}.landing__title{font-size:2rem;line-height:1.15;margin:0 0 12px}.landing__tagline{color:var(--color-text-muted);font-size:1rem;line-height:1.5;margin:0 0 20px}.landing__heroActions{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:12px}.landing__heroNote{font-size:.75rem;color:var(--color-text-muted);line-height:1.5;margin:0}.landing__rating{font-size:.8rem;font-weight:700;color:var(--color-warning);margin:0}.buttonCta.landing__cta{width:auto;min-width:240px}.landing__heroArt{width:220px;height:220px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.breedShowcase{display:flex;flex-direction:column;align-items:center;gap:10px}.breedShowcase__img{width:150px;height:150px;animation:breed-showcase-fade-in .4s ease-out}.breedShowcase__label{font-size:.8rem;font-weight:700;color:var(--color-text);animation:breed-showcase-fade-in .4s ease-out}@keyframes breed-showcase-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.landing__ticker{max-width:1080px;margin:0 auto;padding:20px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.landing__tickerItem{display:flex;align-items:center;gap:6px;padding:8px 14px;border:2px solid var(--color-border);border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.02em}.landing__tickerItem img{width:20px;height:20px;image-rendering:pixelated}.landing__tickerItem[data-event-type=feed]{background:var(--color-tile-feed)}.landing__tickerItem[data-event-type=walk]{background:var(--color-tile-walk)}.landing__tickerItem[data-event-type=poop]{background:var(--color-tile-poop)}.landing__tickerItem[data-event-type=water]{background:var(--color-tile-water)}.landing__tickerItem[data-event-type=medicine]{background:var(--color-tile-medicine)}.landing__tickerItem[data-event-type=play]{background:var(--color-tile-play)}.landing__section{max-width:1080px;margin:0 auto;padding:48px 20px}.landing__steps{list-style:none;margin:32px 0 0;padding:0;display:grid;gap:24px}@media(min-width:720px){.landing__steps{grid-template-columns:repeat(3,1fr)}}.landing__step h3{margin:4px 0;font-size:1rem}.landing__step p{color:var(--color-text-muted);font-size:.85rem;line-height:1.5;margin:0}.landing__stepBadge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:var(--border-width-thick) solid var(--color-border);background:var(--color-tile-feed);font-weight:800;margin-bottom:10px}.landing__section--dashboard{background:var(--color-sprite-backdrop);display:flex;flex-direction:column;gap:28px;align-items:center;max-width:none}.landing__section--dashboard>*{max-width:480px;width:100%}.landing__checklist{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.landing__checklist li{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600}.landing__dashboardCard{padding:14px}.landing__dashboardCardHeader{display:flex;justify-content:space-between;align-items:baseline;font-size:.9rem;color:var(--color-text-muted);margin-bottom:4px}.landing__dashboardCardHeader strong{color:var(--color-text);font-size:1rem}.landing__section--pack{display:flex;flex-direction:column-reverse;gap:32px;align-items:center;text-align:center}.landing__packCopy{max-width:420px}.landing__packGraphic{position:relative;width:220px;height:220px;border-radius:999px;border:2px solid var(--color-border);background:var(--color-surface-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing__packDog{width:130px;height:130px}.landing__packAvatar{position:absolute;width:44px;height:44px;border-radius:999px;border:var(--border-width-thick) solid var(--color-border);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--color-background)}.landing__packAvatar--a{top:10px;left:0;background:var(--color-tile-medicine)}.landing__packAvatar--b{bottom:10px;right:0;background:var(--color-tile-walk)}.landing__finalCta{background:var(--color-warning);padding:48px 20px;text-align:center}.landing__finalCta .landing__eyebrow{color:var(--color-text);opacity:.7}.buttonCta.landing__finalCtaButton{background:var(--color-text);color:var(--color-background);border-color:var(--color-text);margin-top:16px}.landing__footer{max-width:1080px;margin:0 auto;padding:32px 20px calc(32px + env(safe-area-inset-bottom));text-align:center;color:var(--color-text-muted);font-size:.8rem}.landing__footer p{margin:8px 0 0}.landing__footerMeta{opacity:.7}@media(min-width:720px){.landing__hero{flex-direction:row;text-align:left;padding-top:48px}.landing__heroCopy{text-align:left}.landing__heroActions{align-items:flex-start}.landing__eyebrow--center{text-align:center}.landing__section--dashboard{flex-direction:row;align-items:center;justify-content:center;gap:48px;text-align:left}.landing__section--dashboard>*{width:auto}.landing__section--pack{flex-direction:row;text-align:left;justify-content:center;gap:56px}}.sheetOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14141266;display:flex;align-items:flex-end;justify-content:center;z-index:100}.sheet{width:100%;max-width:640px;max-height:88vh;overflow-y:auto;background:var(--color-background);border-radius:20px 20px 0 0;padding:20px;padding-bottom:calc(20px + env(safe-area-inset-bottom));box-sizing:border-box}.sheet__title{font-size:1rem;font-weight:700;margin:0 0 8px}.sheet__body{font-size:.85rem;color:var(--color-text-muted);line-height:1.5;margin:0 0 16px}.sheet__input{width:100%;margin-bottom:14px;background:var(--color-surface-muted)}.sheet__error{margin:0 0 12px}.sheet__actions{display:flex;gap:10px}.sheet__actions button{flex:1}.sheet__danger{background:var(--color-danger);border-color:var(--color-danger);color:var(--color-background)}.sheet__danger:disabled{background:var(--color-surface-muted);border-color:var(--color-border);color:var(--color-text-muted)}@keyframes boPulse{0%,to{opacity:.55}50%{opacity:1}}.skeleton{background:var(--color-surface-muted);animation:boPulse 1.4s ease-in-out infinite}.loadingScreen{display:flex;flex-direction:column;min-height:100vh;padding:20px;box-sizing:border-box}.loadingScreen__topBar{display:flex;justify-content:space-between;align-items:center;padding:6px 0 20px}.loadingScreen__title.skeleton{width:64px;height:16px;border-radius:6px}.loadingScreen__settings.skeleton{width:28px;height:28px;border-radius:50%}.loadingScreen__hero{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 0 28px}.loadingScreen__sprite.skeleton{width:150px;height:150px;border-radius:20px}.loadingScreen__status.skeleton{width:120px;height:14px;border-radius:6px}.loadingScreen__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.loadingScreen__tile.skeleton{height:92px;border-radius:16px}.loadingScreen__caption{flex:1;display:flex;align-items:flex-end;justify-content:center;color:var(--color-text-muted);font-size:.8rem;padding-bottom:8px}.stateScreen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:32px;text-align:center;box-sizing:border-box}.stateScreen__icon{width:56px;height:56px;background:var(--color-accent-soft);margin-bottom:18px}.stateScreen__icon--rect{border-radius:16px}.stateScreen__icon--circle{border-radius:50%}.stateScreen__title{font-size:1.1rem;font-weight:600;margin:0 0 8px}.stateScreen__body{font-size:.85rem;color:var(--color-text-muted);line-height:1.5;max-width:260px;margin:0}.stateScreen__retry{margin-top:20px;padding:12px 28px;border:none;border-radius:12px;background:var(--color-accent);color:var(--color-on-accent);font-size:.95rem;font-weight:600}.topBar{display:flex;align-items:center;gap:10px;padding:8px 0 16px}.topBar__identity{display:flex;align-items:center;gap:8px;min-width:0}.topBar__title{font-weight:700;font-size:1.05rem;flex:1}.topBar__meta{color:var(--color-text-muted);font-size:.85rem;margin-left:auto}.iconButton{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:10px;background:var(--color-surface-muted);border:none;color:var(--color-text);text-decoration:none;flex-shrink:0}.topBar__trailing{margin-left:auto}.heroCard{border:var(--border-width-thick) solid var(--color-border);border-radius:20px;background:var(--color-sprite-backdrop);box-shadow:inset 0 4px 8px #00000059,inset 0 -2px #ffffff26;box-sizing:border-box}.dogHero{display:flex;flex-direction:column;justify-content:center;gap:10px;margin:16px 0 24px;padding:14px 10px 12px;text-align:center}.dogHero__row{display:flex;align-items:center;justify-content:space-between;gap:6px}.dogHero__dots{display:flex;flex-direction:column;gap:10px;align-items:center;flex-shrink:0;list-style:none;margin:0;padding:0}.dogHero__dot{display:flex;flex-direction:column;align-items:center;gap:3px}.dogHero__dot img{width:36px;height:36px;image-rendering:pixelated}.dogHero__dot span{font-size:9px;color:var(--color-text);white-space:nowrap}.dogSprite{transition:transform .15s ease-out}.dogSprite--bounce{animation:dog-bounce .4s ease-in-out}@keyframes dog-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.dogHero__status{color:var(--color-text);font-size:13px;font-weight:700;margin:0}.actionGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:12px}@media(min-width:400px){.actionGrid{grid-template-columns:repeat(3,minmax(96px,1fr))}}.actionTile{display:flex;flex-direction:column;align-items:center;gap:8px;height:132px;padding:10px;border:var(--border-width-thick) solid var(--color-border);border-radius:16px;color:var(--color-text);font:inherit;text-align:center;cursor:pointer;box-shadow:var(--shadow-hard),inset 0 3px #ffffff73,inset 0 -4px #0003;transition:transform .1s ease-out}.actionTile[data-event-type=feed]{background:var(--color-tile-feed)}.actionTile[data-event-type=walk]{background:var(--color-tile-walk)}.actionTile[data-event-type=poop]{background:var(--color-tile-poop)}.actionTile[data-event-type=water]{background:var(--color-tile-water)}.actionTile[data-event-type=medicine]{background:var(--color-tile-medicine)}.actionTile[data-event-type=play]{background:var(--color-tile-play)}.actionTile__icon{width:100%;flex:1;min-height:0;object-fit:contain;image-rendering:pixelated}.actionTile:disabled{opacity:.6;cursor:default}.actionTile--pressed{transform:scale(.96)}.actionGrid__hint{margin:10px 0 0;text-align:center;font-size:.75rem;color:var(--color-text-muted)}.breedCarousel__search{margin:16px 0 0}.breedCarousel__search input{width:100%;border-width:2px;background:var(--color-surface-muted)}.onboardingScreen{display:flex;flex-direction:column;min-height:100vh;padding:24px 20px;box-sizing:border-box}.onboardingScreen__hero{flex:1;display:flex;flex-direction:column;justify-content:center}.onboardingScreen__title{font-size:1.25rem;font-weight:700;margin:0 0 8px}.onboardingScreen__body{font-size:.8125rem;color:var(--color-text-muted);margin:0 0 22px}.onboardingScreen__input{width:100%;box-sizing:border-box;padding:14px 16px;border-radius:14px;font-size:1rem}.breedCarousel__card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:210px;margin:16px 0 0;padding:14px 10px 12px}.breedCarousel__counter{position:absolute;top:10px;right:14px;font-size:.7rem;font-weight:700;color:var(--color-text);opacity:.7}.breedCarousel__thumb{width:150px;height:150px;image-rendering:pixelated}.breedCarousel__name{font-size:.9375rem;text-align:center;font-weight:700;color:var(--color-text)}.variantPicker{padding:6px 0 4px}.variantPicker__label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.variantPicker__options{display:flex;flex-wrap:wrap;gap:8px}.variantPill{padding:9px 14px;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:.8125rem;cursor:pointer}.variantPill[aria-pressed=true]{border:2px solid var(--color-accent);background:var(--color-warning)}.reminderEditor__weekdayRow{display:flex;flex-wrap:wrap;gap:6px}.reminderEditor__weekdayChip{width:40px;height:40px;padding:0;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.75rem;font-weight:600}.reminderEditor__weekdayChip[aria-pressed=true]{border:2px solid var(--color-accent)}.reminderEditor__intervalRow{display:flex;align-items:center;gap:10px;margin-bottom:8px}.reminderEditor__intervalInput{width:72px;text-align:center}.breedSelection__error{margin-top:12px}.breedCarousel__nav{position:fixed;left:0;right:0;bottom:0;max-width:640px;margin:0 auto;display:flex;gap:10px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:var(--color-background);border-top:1px solid var(--color-border);box-sizing:border-box}.breedCarousel__navButton{width:52px;height:48px;flex-shrink:0;padding:0;border-radius:12px;border:var(--border-width-thick) solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text);font-size:1rem;font-weight:700;box-shadow:var(--shadow-hard),inset 0 2px #fff6,inset 0 -3px #00000026}.breedCarousel__confirm{flex:1}.page--breedSelection{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.profileHero{display:flex;align-items:center;gap:14px;margin:16px 0 20px;padding:20px}.profileHero__facts{display:flex;flex-direction:column;gap:12px;min-width:0;margin:0}.profileHero__fact{font-size:.875rem;color:var(--color-text)}.profileHero__fact dt{display:inline;opacity:.65}.profileHero__fact dt:after{content:": "}.profileHero__fact dd{display:inline;margin:0;font-weight:700}.buttonCta{width:100%;display:block;box-sizing:border-box;padding:14px;border-radius:12px;border:var(--border-width-thick) solid var(--color-border);background:var(--color-warning);color:var(--color-text);font-size:1rem;font-weight:700;min-height:48px;text-align:center;text-decoration:none;box-shadow:var(--shadow-hard)}.buttonCta:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);box-shadow:none}.actionTile__label{font-weight:700;font-size:.8125rem;color:#1c1c1ccc;text-shadow:0 1px 0 rgba(255,255,255,.5),0 -1px 0 rgba(0,0,0,.3)}.historyCard{margin:16px 0 0;padding:14px 12px;overflow:hidden}.historyGroup{margin-bottom:10px}.historyGroup__label{font-size:.6875rem;color:var(--color-text);opacity:.6;text-transform:uppercase;letter-spacing:.04em;margin:0 0 4px}.historyGroup__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.eventRow{display:flex;align-items:center;gap:10px;min-height:40px;padding:8px 2px;border-bottom:2px solid rgba(28,28,28,.12)}.eventRow__icon{width:24px;height:24px;flex-shrink:0;image-rendering:pixelated}.eventRow__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.eventRow__label{font-weight:700;font-size:.8125rem;color:var(--color-text)}.eventRow__note{font-size:.75rem;color:var(--color-text);opacity:.65;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eventRow__time{color:var(--color-text);opacity:.65;font-size:.75rem;font-variant-numeric:tabular-nums;min-width:44px;flex-shrink:0}.eventRow__actor{color:var(--color-text);opacity:.65;font-size:.75rem;min-width:40px;text-align:right;flex-shrink:0}.emptyState{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 20px}.emptyState__icon{width:44px;height:44px;border-radius:12px;border:2px solid var(--color-border);background:var(--color-background);margin-bottom:14px}.emptyState__title{font-size:.875rem;font-weight:700;color:var(--color-text);margin:0 0 6px}.emptyState__body{font-size:.75rem;color:var(--color-text);opacity:.65;max-width:200px;line-height:1.5;margin:0}.history__loadMore{display:block;width:100%;min-height:44px;margin-top:16px;padding:0 16px;background:var(--color-surface-muted);border:var(--border-width-thick) solid var(--color-border);border-radius:12px;color:var(--color-text);font-weight:700;font-size:.875rem;cursor:pointer;box-shadow:var(--shadow-hard)}.toast{position:fixed;left:16px;right:16px;bottom:calc(80px + env(safe-area-inset-bottom));max-width:608px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--color-text);color:var(--color-background);border:none;border-radius:14px;padding:13px 14px;box-shadow:0 8px 24px #0003}.toast__undo{flex-shrink:0;min-height:44px;padding:0 6px;background:none;border:none;color:var(--color-background);font-weight:700;cursor:pointer}.bottomNav{position:fixed;left:0;right:0;bottom:0;max-width:640px;margin:0 auto;display:flex;padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:var(--color-background);border-top:1px solid var(--color-border)}.bottomNav__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;min-height:44px;padding:6px 0;color:var(--color-text-muted);text-decoration:none;font-size:.7rem;font-weight:400}.bottomNav__item--active{color:var(--color-text);font-weight:700}.moreGrid{display:grid;grid-template-columns:repeat(2,150px);grid-auto-rows:150px;gap:14px;justify-content:center;margin-top:8px}.moreTile{display:flex;align-items:center;justify-content:center;border:var(--border-width-thick) solid var(--color-border);border-radius:16px;color:var(--color-text);text-decoration:none;text-align:center;box-shadow:var(--shadow-hard),inset 0 3px #ffffff73,inset 0 -4px #0003}.moreTile[data-tile=profile]{background:var(--color-tile-feed)}.moreTile[data-tile=family]{background:var(--color-tile-walk)}.moreTile[data-tile=reminders]{background:var(--color-tile-water)}.moreTile[data-tile=language]{background:var(--color-tile-play)}.moreTile[data-tile=about]{background:var(--color-warning)}.moreTile[data-tile=danger]{background:var(--color-danger)}.moreTile__label{font-size:.875rem;font-weight:700;color:#1c1c1ccc;text-shadow:0 1px 0 rgba(255,255,255,.5),0 -1px 0 rgba(0,0,0,.3)}.familyMembers{list-style:none;margin:16px 0 0;padding:0;border:1px solid var(--color-border);border-radius:14px;overflow:hidden}.familyMembers__item{display:flex;align-items:center;gap:12px;min-height:44px;padding:13px 16px;border-bottom:1px solid var(--color-border)}.familyMembers__item:last-child{border-bottom:none}.familyMembers__avatar{width:38px;height:38px;border-radius:50%;background:var(--color-accent-soft);color:var(--color-accent);font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.familyMembers__info{flex:1;display:flex;flex-direction:column}.familyMembers__name{font-size:.875rem;font-weight:600}.familyMembers__role{color:var(--color-text-muted);font-size:.75rem}.familyMembers__remove{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.familyLimitNote{color:var(--color-text-muted);font-size:.75rem;padding:8px 4px 0;margin:0}.familyInvite{margin-top:10px}.buttonPrimary{width:100%;padding:13px;border-radius:14px;border:none;background:var(--color-accent);color:var(--color-on-accent);font-size:.9375rem;font-weight:600;min-height:44px}.buttonPrimary:disabled{background:var(--color-surface-muted);color:var(--color-text-muted)}.familyLeaveButton{width:100%;margin-top:10px;padding:13px;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-danger);font-size:.9375rem;font-weight:600;min-height:44px}.familyInvite__link{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}.familyInvite__link input{flex:1;min-width:0;min-height:44px;padding:0 8px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text)}.familyInvite__expiry{width:100%;color:var(--color-text-muted);font-size:.8rem;margin:4px 0 0}.reminders__list{list-style:none;margin:16px 0 0;padding:0;border:1px solid var(--color-border);border-radius:14px;overflow:hidden}.reminders__item{display:flex;align-items:center;gap:12px;min-height:44px;padding:13px 16px;border-bottom:1px solid var(--color-border)}.reminders__item:last-child{border-bottom:none}.reminders__icon{width:24px;height:24px;flex-shrink:0;image-rendering:pixelated}.reminders__rowButton{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:2px;background:transparent;border:none;padding:0;min-height:0;text-align:left;color:var(--color-text)}.reminders__eventType{font-size:.875rem;font-weight:600}.reminders__days{color:var(--color-text-muted);font-size:.75rem}.reminders__note{color:var(--color-text-muted);font-size:.75rem;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.reminders__toggle{width:44px;height:26px;padding:0;border-radius:999px;border:none;background:var(--color-surface-muted);position:relative;flex-shrink:0;min-height:0}.reminders__toggle[aria-checked=true]{background:var(--color-accent)}.reminders__toggleKnob{width:20px;height:20px;border-radius:50%;background:var(--color-surface);position:absolute;top:3px;left:3px;transition:left .15s ease}.reminders__toggle[aria-checked=true] .reminders__toggleKnob{left:21px}.reminders__empty,.reminders__notice{color:var(--color-text-muted)}.reminders__addButton{width:100%;margin-top:12px;padding:13px;border-radius:14px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.875rem;font-weight:600;min-height:44px}.languageOptions{margin-top:16px;border:1px solid var(--color-border);border-radius:14px;overflow:hidden}.languageOption{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;min-height:44px;background:var(--color-surface);border:none;border-bottom:1px solid var(--color-border);color:var(--color-text);font:inherit;font-size:.9375rem}.languageOption:last-child{border-bottom:none}.aboutParagraph{font-size:.875rem;line-height:1.6;margin:0 0 16px}.aboutSectionLabel{font-size:.8125rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px}.joinScreen{display:flex;flex-direction:column;min-height:100vh;padding:24px 20px;box-sizing:border-box;align-items:center;text-align:center}.joinScreen__hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.joinScreen__hero .stateScreen__title{margin-top:16px}.joinScreen__badge{width:110px;height:110px;display:flex;align-items:center;justify-content:center;border:var(--border-width-thick) solid var(--color-border);border-radius:16px;background:var(--color-sprite-backdrop);box-shadow:inset 0 4px 8px #00000059,inset 0 -2px #ffffff26;box-sizing:border-box}.joinScreen__error{color:var(--color-danger);font-size:.8125rem;margin:12px 0 0}.joinScreen__actions{width:100%;display:flex;flex-direction:column;gap:10px}.joinScreen__secondary{width:100%;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text)}
