:root{color-scheme:light;--background:#f7f8f5;--surface:#ffffff;--text:#17201b;--muted:#5f6b63;--border:#d8ded6;--accent:#1f7a5a}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--text);font-family:Arial,Helvetica,sans-serif}.page{min-height:100vh;padding:48px 24px}.dashboard{margin:0 auto;max-width:1040px}.authBar{display:flex;gap:12px;justify-content:flex-end;margin-bottom:24px}.brandLogo{height:auto;margin-bottom:12px;width:220px}h1{font-size:48px;line-height:1.1;margin:0}.intro{color:var(--muted);font-size:22px;line-height:1.45;max-width:640px}.roleButtons{display:flex;gap:16px;margin-top:24px}.roleButton{background:var(--accent);border:none;border-radius:8px;color:#ffffff;cursor:pointer;font-size:18px;margin-top:16px;padding:16px 24px}.roleButton:disabled{opacity:.6;cursor:not-allowed}.roleButtonSecondary{color:var(--text)}.inviteCard,.roleButtonSecondary{background:var(--surface);border:1px solid var(--border)}.inviteCard{border-radius:8px;margin-top:32px;max-width:480px;padding:24px}.inviteSubheading{margin:20px 0 8px}.inviteSubheading:first-child{margin-top:0}.configToggleRow{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;padding:12px 0}.configToggleRow input[type=checkbox]{height:24px;width:24px}.homeDark{--background:#14181f;--surface:#1f2430;--text:#eef1f5;--muted:#9aa4b2;--border:#333a48}.inviteInput{border:1px solid var(--border);border-radius:8px;display:block;font-size:20px;margin-top:16px;padding:12px 16px;width:100%}.inviteCode{color:var(--accent);font-size:40px;font-weight:700;letter-spacing:4px;margin:16px 0}.inviteHint{color:var(--muted);font-size:16px}.inviteSubheading{color:var(--text);font-size:18px;font-weight:700;margin-top:24px}.elderPhotoRow{align-items:center;display:flex;gap:16px;margin-top:16px}.elderPhotoPreview{border-radius:999px;height:72px;object-fit:cover;width:72px}.elderPhotoPlaceholder{align-items:center;background:#eef1f8;display:flex;font-size:32px;justify-content:center}.elderPhotoLabel{cursor:pointer;display:inline-block;margin-top:0;position:relative}.elderPhotoInput{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.weekDayPicker{flex-wrap:wrap}.checkboxRow,.weekDayPicker{display:flex;gap:8px;margin-top:16px}.checkboxRow{align-items:center;color:var(--text);cursor:pointer;font-size:15px}.agendaViewTabs{display:flex;gap:8px;margin:16px 0}.agendaViewTab{background:var(--surface);border:1px solid var(--border);border-radius:999px;cursor:pointer;font-size:15px;padding:8px 18px}.agendaViewTabActive{background:var(--accent);border-color:var(--accent);color:#ffffff;font-weight:700}.agendaDayGroup{margin-top:20px}.agendaDayGroupLabel{color:var(--muted);font-size:14px;font-weight:700;margin:0 0 8px;text-transform:uppercase}.weekDayButton{background:var(--surface);border:1px solid var(--border);border-radius:999px;cursor:pointer;font-size:14px;padding:8px 14px}.weekDayButtonActive{background:var(--accent);border-color:var(--accent);color:#ffffff}.voiceInputRow{align-items:flex-end;display:flex;gap:12px;margin-top:16px}.voiceTextarea{border:1px solid var(--border);border-radius:12px;flex:1 1;font-family:inherit;font-size:18px;padding:12px 16px;resize:vertical}.micButton{background:#ffffff;border:1px solid var(--border);border-radius:999px;cursor:pointer;flex-shrink:0;font-size:22px;height:52px;width:52px}.micButtonActive{background:#fdeaea;border-color:#ef4444}.homeLayout{background:#f4f6fb;display:grid;grid-template-columns:260px 1fr 300px;min-height:100vh}.homeSidebar{background:#ffffff;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:24px;padding:24px 16px}.homeBrand{padding:0 8px}.homeBrand img{height:auto;width:140px}.homeMainBrand{display:none}.homeProfileCard{border-bottom:1px solid var(--border);padding-bottom:20px;text-align:center}.homeAvatar{background:#eef1f8;border-radius:999px;font-size:40px;height:88px;line-height:88px;margin:0 auto 12px;width:88px}.homeAvatarPhoto{display:block;object-fit:cover}.homeProfileName{font-size:20px;font-weight:700;margin:0}.homeProfileSub{color:var(--muted);font-size:15px;margin:4px 0 0}.homeVoiceButton{background:#6d28d9;border:none;border-radius:999px;color:#ffffff;cursor:pointer;font-size:16px;padding:14px 18px}.homeSidebar>.homeVoiceButton{margin-top:auto}.homeBackButton{align-items:center;background:var(--surface);border:2px solid var(--border);border-radius:999px;color:var(--text);cursor:pointer;display:inline-flex;font-size:20px;font-weight:700;gap:8px;margin-bottom:20px;padding:14px 26px}.homeBackButton:hover{background:#eef1f8}.homeMain{padding:32px 32px 96px}.homeTopBar{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px}.homeTopBar h1{font-size:32px}.homeDate{color:var(--muted);font-size:16px;margin:4px 0 0;text-transform:capitalize}.homeTopControls{align-items:center;display:flex;gap:10px}.homeCardGrid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.homeCard{border-radius:16px;padding:24px;position:relative}.homeCard h2{font-size:24px;margin:8px 0}.homeCard p{color:var(--muted);font-size:16px;margin:0}.homeCardIcon{align-items:center;border-radius:20px;display:flex;font-size:36px;height:72px;justify-content:center;margin:0 auto;width:72px}.homeCardClickable{cursor:pointer;text-align:center}.homeCard-purple{background:#f1edfe}.homeCard-purple .homeCardIcon{background:#7c6ff0;color:#ffffff}.homeCard-green{background:#e6f9ee}.homeCard-green .homeCardIcon{background:#22c55e;color:#ffffff}.homeCard-red{background:#fdeaea}.homeCard-red .homeCardIcon{background:#ef4444;color:#ffffff}.homeCard-blue{background:#e8f1fe}.homeCard-blue .homeCardIcon{background:#3b82f6;color:#ffffff}.homeCard-yellow{background:#fdf3dc}.homeCard-yellow .homeCardIcon{background:#f59e0b;color:#ffffff}.homeCard-gray{background:#eef1f5}.homeCard-gray .homeCardIcon{background:#64748b;color:#ffffff}.homeConfigCard{margin-top:8px;max-width:480px}.homeCard-purple.homeConfigCard{max-width:640px}.medicationList{display:grid;grid-gap:14px;gap:14px;list-style:none;margin:16px 0 0;padding:0}.medicationListItem{align-items:center;background:#ffffff;border-radius:12px;display:flex;justify-content:space-between;padding:16px 20px}.medicationListItem .roleButton{margin-top:0;padding:10px 18px}.medicationItemActions{display:flex;gap:8px}.timeRow{align-items:center;display:flex;gap:12px;margin-top:16px}.timeRow .inviteInput{margin-top:0}.timeRow .roleButton{margin-top:0;padding:10px 16px;white-space:nowrap}.homeVoiceBanner{align-items:center;background:#ede9fe;border-radius:16px;display:flex;gap:20px;margin-top:24px;padding:24px}.homeVoiceMascot{font-size:40px}.homeVoiceBanner strong{display:block;font-size:18px}.homeVoiceBanner p{color:var(--muted);margin:4px 0 0}.homeVoiceBanner .homeVoiceButton{margin-left:auto}.homeSidePanels{display:grid;grid-gap:20px;gap:20px;align-content:start;padding:32px 24px}.homePanel{background:#ffffff;border:1px solid var(--border);border-radius:16px;padding:20px}.homePanel h3{font-size:17px;margin:0 0 12px}.homePanel ul{display:grid;grid-gap:14px;gap:14px;list-style:none;margin:0;padding:0}.homePanel li{align-items:center;display:flex;justify-content:space-between}.homePanelItemTitle{font-size:15px;font-weight:600;margin:0}.homePanelItemTime{color:var(--muted);font-size:14px;margin:2px 0 0}.homeStatusPill{background:#fdf3dc;border-radius:999px;color:#b45309;font-size:12px;font-weight:700;padding:4px 10px}.homeStatusPillDone{background:#e6f9ee;color:#15803d}.homeCallIcon{align-items:center;background:#f2f4fa;border-radius:999px;display:flex;font-size:16px;height:32px;justify-content:center;width:32px}.homeCallIconUrgent{background:#fdeaea}.amparinoCardIcon,.homeVoiceMascotImg{border-radius:999px;object-fit:contain}.homeVoiceMascotImg{height:64px;width:64px}.amparinoStage{align-items:center;display:flex;flex-direction:column;gap:20px;padding:12px 0 4px;text-align:center}.amparinoAuraWrap{align-items:center;display:flex;height:168px;justify-content:center;position:relative;width:168px}.amparinoAvatarBig{background:#e8f1fe;border-radius:999px;object-fit:contain;position:relative;z-index:1}.amparinoAuraRing{background:radial-gradient(circle,rgba(59,130,246,.45) 0,rgba(59,130,246,0) 70%);border-radius:999px;inset:0;opacity:0;position:absolute;transform:scale(.8)}.amparinoAuraSpeaking .amparinoAuraRing{animation:amparinoPulse 1.6s ease-out infinite}.amparinoAuraSpeaking .amparinoAuraRing:nth-child(2){animation-delay:.4s}.amparinoAuraSpeaking .amparinoAuraRing:nth-child(3){animation-delay:.8s}.amparinoAuraThinking .amparinoAuraRing{animation:amparinoPulseSlow 1.8s ease-in-out infinite;background:radial-gradient(circle,rgba(148,163,184,.45) 0,rgba(148,163,184,0) 70%)}.amparinoAuraThinking .amparinoAuraRing:nth-child(2){animation-delay:.3s}.amparinoAuraThinking .amparinoAuraRing:nth-child(3){animation-delay:.6s}@keyframes amparinoPulse{0%{opacity:.7;transform:scale(.75)}70%{opacity:0;transform:scale(1.35)}to{opacity:0;transform:scale(1.35)}}@keyframes amparinoPulseSlow{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:.1;transform:scale(1.05)}}.amparinoMicButton{align-items:center;background:#3b82f6;border:none;border-radius:999px;box-shadow:0 8px 20px rgba(59,130,246,.35);color:#ffffff;cursor:pointer;display:flex;font-size:36px;height:88px;justify-content:center;width:88px}.amparinoMicButtonActive{background:#ef4444;box-shadow:0 8px 20px rgba(239,68,68,.35)}.amparinoInputRow{align-items:center;display:flex;gap:12px}.amparinoModeToggle{align-items:center;background:#eef1f5;border:none;border-radius:999px;color:#475569;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;width:40px}.amparinoSecondaryActions{align-items:center;display:flex;flex-direction:column;gap:10px}.amparinoTextReveal{color:var(--text);max-width:320px}.truthVerdict{border-radius:999px;display:inline-block;font-size:14px;font-weight:600;margin-bottom:8px;padding:6px 14px}.truthVerdictSafe{background:#e6f9ee;color:#15803d}.truthVerdictSuspicious{background:#fdf3dc;color:#b45309}.truthVerdictDangerous{background:#fdeaea;color:#b91c1c}.truthVerdictUncertain{background:#eef1f5;color:#475569}.truthSources{margin-top:12px}.truthSources ul{list-style:none;margin:6px 0 0;padding:0}.truthSources li{margin-bottom:4px}.truthSources a{color:var(--accent);font-size:14px;word-break:break-word}.homeBottomNav{background:#ffffff;border-top:1px solid var(--border);bottom:0;display:flex;left:260px;position:fixed;right:0;z-index:10}.homeBottomNavItem{align-items:center;background:none;border:none;color:var(--muted);cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:12px;gap:4px;padding:10px 4px 12px}.homeBottomNavItem span{font-size:22px}.homeBottomNavItemActive{color:#3b82f6;font-weight:600}@media (max-width:960px){.homeLayout{grid-template-columns:1fr}.homeSidePanels,.homeSidebar{display:none}.homeMain{padding:0 16px 96px}.homeMainBrand{display:flex;justify-content:center;margin-bottom:0}.homeMainBrand img{height:auto;width:200px}.homeTopBar{flex-wrap:wrap;gap:12px}.homeTopBar h1{font-size:22px}.homeTopControls{flex-wrap:wrap;gap:8px}.homeCardGrid{grid-template-columns:repeat(2,1fr)}.homeCard{padding:16px}.homeCard h2{font-size:16px}.homeCard p{font-size:13px}.homeBottomNav{left:0}}.familyTheme{background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,Roboto,Arial,sans-serif;grid-template-columns:248px 1fr}.familyTheme .homeSidebar{display:none}.familySidebar{background:#ffffff;border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:100vh;padding:22px 14px}.familySidebar .homeBrand{margin-bottom:24px;padding:0 8px}.familyIdentity{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:12px;margin-bottom:16px;padding:0 8px 20px}.familyAvatarInitials{align-items:center;background:linear-gradient(135deg,#1f7a5a,#16a34a);border-radius:999px;color:#ffffff;display:flex;flex-shrink:0;font-size:15px;font-weight:700;height:42px;justify-content:center;width:42px}.familyIdentityName{font-size:14px;font-weight:700;margin:0}.familyIdentitySub{color:var(--muted);font-size:12px;margin:2px 0 0}.familyNavGroupLabel{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.05em;margin:0 0 6px 8px;text-transform:uppercase}.familyNav{display:flex;flex-direction:column;gap:2px}.familyNavItem{align-items:center;background:none;border:none;border-radius:8px;color:#334155;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:9px 10px;text-align:left;width:100%}.familyNavItem:hover{background:#f1f5f9}.familyNavItemActive{background:#eef2ff;color:#4338ca;font-weight:700}.familyNavIcon{font-size:15px;width:20px}.familySidebarFooter{border-top:1px solid var(--border);margin-top:auto;padding-top:12px}.familyTheme .homeMain{padding:28px 36px 48px}.familyTheme .homeTopBar{align-items:flex-start;margin-bottom:28px}.familyTheme .homeTopBar h1{font-size:23px;letter-spacing:-.01em}.familyTheme .homeDate{font-size:13px}.familyBackChevron{align-items:center;background:#ffffff;border:1px solid var(--border);border-radius:8px;color:var(--muted);cursor:pointer;display:inline-flex;font-size:16px;height:32px;justify-content:center;margin-bottom:8px;width:32px}.familyBackChevron:hover{background:#f1f5f9}.familyHero{align-items:center;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #e0e7ff;border-radius:18px;display:flex;justify-content:space-between;margin-bottom:28px;padding:24px 28px}.familyHero h1{font-size:26px;letter-spacing:-.01em;margin:0}.familyHeroSubtitle{color:var(--muted);font-size:14px;margin:6px 0 0}.familyEyebrow{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;margin:0 0 14px;text-transform:uppercase}.familyStatsRow{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:32px}.familyStatCard{background:#ffffff;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 2px rgba(15,23,42,.04);padding:16px 18px}.familyStatIconBadge{align-items:center;border-radius:999px;display:flex;height:36px;justify-content:center;margin-bottom:12px;width:36px}.familyStatIconBadge-purple{background:#f1edfe;color:#7c6ff0}.familyStatIconBadge-green{background:#e6f9ee;color:#16a34a}.familyStatIconBadge-red{background:#fdeaea;color:#dc2626}.familyStatIconBadge-blue{background:#e8f1fe;color:#2563eb}.familyStatIconBadge-yellow{background:#fdf3dc;color:#b45309}.familyStatIconBadge-gray{background:#eef1f5;color:#475569}.familyStatLabel{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.04em;margin:0 0 6px;text-transform:uppercase}.familyStatValue{color:var(--text);font-size:22px;font-weight:700;margin:0}.familyStatSubtitle{color:var(--muted);font-size:12px;margin:4px 0 0}.familyBottomNav{display:none}.familyCardList{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.familyCard{align-items:center;background:#ffffff;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 2px rgba(15,23,42,.04);cursor:pointer;display:flex;gap:14px;padding:16px;text-align:left;transition:box-shadow .15s ease,transform .15s ease}.familyCard:focus-visible,.familyCard:hover{box-shadow:0 6px 16px rgba(15,23,42,.08);transform:translateY(-1px)}.familyCardIcon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;font-size:18px;height:42px;justify-content:center;width:42px}.familyCardBody{flex:1 1;min-width:0}.familyCardBody h2{color:var(--text);font-size:15px;font-weight:600;margin:0 0 2px}.familyCardBody p{color:var(--muted);font-size:13px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.familyCardChevron{color:var(--muted);flex-shrink:0;font-size:16px}.familyCard-purple .familyCardIcon{background:#f1edfe;color:#7c6ff0}.familyCard-green .familyCardIcon{background:#e6f9ee;color:#16a34a}.familyCard-red .familyCardIcon{background:#fdeaea;color:#dc2626}.familyCard-blue .familyCardIcon{background:#e8f1fe;color:#2563eb}.familyCard-yellow .familyCardIcon{background:#fdf3dc;color:#b45309}.familyCard-gray .familyCardIcon{background:#eef1f5;color:#475569}.familyConfigCard{max-width:640px}.familyConfigCard h2{font-size:18px;margin:20px 0 8px}.familyConfigCard h2:first-child{margin-top:0}.familyTheme .intro{font-size:14px;line-height:1.5;max-width:100%}.familyTheme .inviteCard{margin-top:0;max-width:100%;padding:20px}.familyTheme .inviteSubheading{font-size:14px;margin:18px 0 8px}.familyTheme .inviteInput{font-size:14px;margin-top:10px;padding:10px 12px}.familyTheme .inviteCode{font-size:26px;letter-spacing:2px;margin:10px 0}.familyTheme .inviteHint{font-size:12px}.familyTheme .roleButtons{gap:10px;margin-top:16px}.familyTheme .roleButton{font-size:13px;margin-top:10px;padding:9px 16px}.familyTheme .elderPhotoPreview{height:56px;width:56px}.familyTheme .elderPhotoPlaceholder{font-size:22px}.familyTheme .medicationList{gap:10px;margin-top:12px}.familyTheme .medicationListItem{padding:12px 16px}.familyTheme .medicationListItem .roleButton{margin-top:0;padding:8px 14px}.familyTheme .configToggleRow input[type=checkbox]{height:20px;width:20px}@media (max-width:900px){.familyTheme{grid-template-columns:1fr}.familySidebar{display:none}.familyTheme .homeMain{padding:20px 16px 96px}.familyHero{border-radius:14px;padding:18px 20px}.familyHero h1{font-size:21px}.familyCardList{grid-template-columns:1fr}.familyBottomNav{background:#ffffff;border-top:1px solid var(--border);bottom:0;display:flex;left:0;position:fixed;right:0;z-index:10}.familyBottomNavItem{align-items:center;background:none;border:none;color:var(--muted);cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:11px;gap:4px;padding:10px 4px 12px}.familyBottomNavItemActive{color:#4338ca;font-weight:700}}.homeCardDisabled{cursor:default;opacity:.55}.memoryGrid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(4,1fr);margin:16px 0;max-width:420px}.memoryCard{aspect-ratio:1;background:#e8f1fe;border:none;border-radius:12px;cursor:pointer;font-size:28px}.memoryCardFlipped{background:#ffffff;border:1px solid var(--border)}.geniusBoard{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,1fr);margin:20px 0;max-width:320px}.geniusPad{aspect-ratio:1;border:none;border-radius:20px;cursor:pointer;opacity:.55;transition:opacity .1s ease,transform .1s ease}.geniusPad:disabled{cursor:default}.geniusPadActive{opacity:1;transform:scale(.96)}.geniusPad-green{background:#22c55e}.geniusPad-red{background:#ef4444}.geniusPad-yellow{background:#f59e0b}.geniusPad-blue{background:#3b82f6}.geniusSoundNotice{background:#fdf3dc;border-radius:12px;color:#92400e;font-size:14px;margin:12px 0 0;padding:12px 16px}.damasBoard{border:2px solid var(--border);border-radius:8px;display:grid;grid-template-columns:repeat(8,1fr);margin:16px 0;max-width:420px;overflow:hidden;width:100%}.damasSquare{aspect-ratio:1;align-items:center;border:none;display:flex;justify-content:center;padding:0}.damasSquareLight{background:#f0d9b5;cursor:default}.damasSquareDark{background:#6b4226;cursor:pointer}.damasSquareSelected{box-shadow:inset 0 0 0 3px #3b82f6}.damasSquareValidMove{box-shadow:inset 0 0 0 4px #22c55e}.damasSquareMustCapture{box-shadow:inset 0 0 0 3px #f59e0b}.damasPiece{align-items:center;border-radius:50%;display:flex;font-size:14px;height:78%;justify-content:center;width:78%}.damasPieceP1{background:#dc2626;border:2px solid #7f1d1d}.damasPieceP2{background:#1f2937;border:2px solid #030712}.colorirPictureGrid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,1fr);margin:16px 0}.colorirPictureCard{align-items:center;background:#f8fafc;border:1px solid var(--border);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:18px 8px}.colorirPictureEmoji{font-size:32px}.colorirPalette{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.colorirSwatch{align-items:center;border:2px solid var(--border);border-radius:50%;color:#1f2937;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:44px;justify-content:center;width:44px}.colorirSwatchActive{border-color:#1f2937;box-shadow:0 0 0 3px #3b82f6}.colorirBoard{margin:12px 0;max-width:420px;width:100%}.colorirBoardSvg{background:#ffffff;border:1px solid var(--border);border-radius:12px;width:100%}.colorirRegion{cursor:pointer}.colorirLabel{fill:#1f2937;font-size:12px;font-weight:700;pointer-events:none}