.loginPage{min-height:100vh;background:linear-gradient(180deg,#3475bb,#2f6dae);font-family:var(--font-sans);display:flex;flex-direction:column;align-items:center;padding:26px 16px 40px;gap:22px}.loginTop{width:min(520px,92%);display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:10px}.loginLogoFrame{width:520px;max-width:100%;height:184px;display:flex;align-items:center;justify-content:center}.loginLogoImg{width:100%;height:100%;object-fit:contain;display:block}.brandWordmark{font-weight:1000;font-size:34px;letter-spacing:.3px;line-height:1;text-align:center}.brandWordmark .chomp{color:var(--text-on-brand)}.brandWordmark .smart{color:#fffffff5}.loginSubtitle{margin:2px 0 0;text-align:center;font-size:16px;font-weight:700;color:#ffffffeb}.loginCard{width:min(520px,92%);background:#fffffff7;border:2px solid #20344d;border-radius:26px;padding:24px 22px 22px;box-sizing:border-box;box-shadow:0 18px 40px #102a4a29}.loginRoleSwitch{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px;background:#eaf3fb;padding:8px;border-radius:18px;border:2px solid #d2e5f7}.rolePill{height:48px;border:0;border-radius:14px;background:transparent;color:#31506e;font-size:15px;font-weight:900;cursor:pointer;transition:all .2s ease;padding:0 12px}.rolePill.active{background:#fff;color:#163a63;box-shadow:0 4px 12px #2f6dae24}.loginTitle{margin:0;font-size:28px;font-weight:1000;text-align:center;color:#1b3554}.loginHelperText{margin:8px 0 10px;text-align:center;font-size:14px;line-height:1.45;color:#5b6f86}.loginForm{display:flex;flex-direction:column;gap:10px}.loginLabel{font-size:17px;font-weight:900;color:#1b3554;margin-top:8px}.loginInput{width:100%;height:56px;border:2px solid #20344d;border-radius:14px;padding:10px 14px;font-size:17px;outline:none;box-sizing:border-box;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.loginInput:focus{border-color:#3475bb;box-shadow:0 0 0 4px #3475bb24}.loginButton{margin-top:14px;height:56px;border:2px solid #20344d;border-radius:16px;background:#fff;color:#1b3554;font-size:19px;font-weight:1000;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.loginButton:hover{background:#f6fbff;box-shadow:0 8px 18px #1d49741a}.loginButton:active{transform:translateY(1px)}.loginButtonSecondary{margin-top:10px;background:#eef7ff}.copyright{margin-top:auto;text-align:center;font-size:12px;color:#fff;padding:14px 8px;opacity:.92;max-width:760px}@media(max-width:900px){.loginLogoFrame{width:100%;height:150px}.brandWordmark{font-size:30px}.loginCard{padding:22px 18px}}@media(max-width:600px){.loginPage{padding:18px 10px 28px;gap:16px}.loginTop,.loginCard{width:100%;max-width:420px}.loginLogoFrame{width:100%;height:110px}.brandWordmark{font-size:24px}.loginSubtitle{font-size:14px}.loginCard{padding:18px 14px;border-radius:22px}.loginRoleSwitch{grid-template-columns:1fr}.rolePill{height:46px;font-size:14px}.loginTitle{font-size:22px}.loginLabel{font-size:15px}.loginInput,.loginButton{height:48px;font-size:16px}.copyright{font-size:11px;padding:10px 6px}}@media(max-width:420px){.loginPage{padding:14px 8px 24px;gap:14px}.loginTop{gap:8px;margin-top:4px}.loginLogoFrame{height:90px}.brandWordmark{font-size:22px}.loginCard{padding:14px 12px}.loginTitle{font-size:20px}.loginHelperText{font-size:13px}.loginLabel{font-size:14px;margin-top:6px}.loginInput,.loginButton{height:44px;font-size:15px}.copyright{font-size:10px;line-height:1.35}}:root{--blue: #2f6fb4;--blueBar: #2b67aa;--white: #ffffff;--border: #0f0f0f;--tabIcon: #f39a2f;--lightText: #dfeeff;--activeText: #1b3554}.shell{min-height:100vh;background:var(--blue);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.topBar{height:92px;background:var(--blueBar);border-bottom:2px solid var(--border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;gap:12px}.topLeftActions{display:flex;align-items:center;gap:20px;min-width:0}.topRightActions{display:flex;justify-content:flex-end;align-items:center}.accountBtn,.topIconLink{border:none;background:transparent;color:var(--lightText);display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:6px 8px;text-decoration:none;border-radius:10px;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.accountBtn:hover,.topIconLink:hover{background:#ffffff1f;transform:translateY(-3px) scale(1.05);box-shadow:0 6px 14px #0000002e}.accountIcon{width:44px;height:44px;display:grid;place-items:center;color:var(--tabIcon)}.accountIcon svg{width:40px;height:40px}.accountLabel{font-size:16px;text-transform:lowercase;color:var(--lightText);font-weight:500}.activeTopLink{background:#ffffff2e}.topLogoWrap{display:flex;justify-content:center;align-items:center}.topLogoImg{height:84px;width:auto;object-fit:contain}.content{flex:1;background:#fff;padding:18px 16px 110px;overflow:auto}.bottomTabs{position:fixed;left:0;right:0;bottom:0;height:92px;background:var(--blueBar);border-top:2px solid var(--border);display:grid;grid-template-columns:1fr 1fr 1fr;z-index:50}.tab{text-decoration:none;color:var(--lightText);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-right:1px solid rgba(255,255,255,.35);transition:background .2s ease,color .2s ease}.tab:last-child{border-right:none}.tabLabel{font-size:18px;font-weight:900;text-transform:lowercase}.tab.active{background:#fff;color:var(--activeText)}.logoutBtn{height:44px;padding:0 16px;border:2px solid var(--border);border-radius:10px;background:#fff;color:var(--activeText);font-size:16px;font-weight:900;cursor:pointer}@media(max-width:900px){.topBar{height:auto;grid-template-columns:1fr auto;grid-template-areas:"logo logout" "actions actions";align-items:center;padding:10px 12px;gap:10px 12px}.topLogoWrap{grid-area:logo;justify-content:flex-start}.topRightActions{grid-area:logout;justify-content:flex-end}.topLeftActions{grid-area:actions;justify-content:center;flex-wrap:nowrap;gap:10px;width:100%}.topLogoImg{height:58px}.accountBtn,.topIconLink{padding:6px 10px;gap:4px;border-radius:10px;min-width:78px}.accountIcon{width:36px;height:36px}.accountIcon svg{width:32px;height:32px}.accountLabel{font-size:13px}.logoutBtn{height:40px;padding:0 14px;font-size:15px}.content{padding:16px 14px 105px}.bottomTabs{height:84px}.tabLabel{font-size:17px}}@media(max-width:600px){.topBar{padding:8px 10px;gap:8px 10px}.topLeftActions{justify-content:space-between;gap:6px}.accountBtn,.topIconLink{flex:1;min-width:0;max-width:110px;padding:6px;gap:3px;border-radius:10px}.accountBtn:hover,.topIconLink:hover{transform:none;box-shadow:none}.accountIcon{width:30px;height:30px}.accountIcon svg{width:26px;height:26px}.accountLabel{font-size:11px}.topLogoImg{height:42px}.logoutBtn{height:34px;padding:0 10px;font-size:13px;border-radius:8px}.content{padding:12px 10px 92px}.bottomTabs{height:72px}.tabLabel{font-size:14px}}@media(max-width:400px){.topBar{padding:8px}.topLeftActions{gap:4px}.accountBtn,.topIconLink{padding:5px 4px}.accountLabel{font-size:10px}.topLogoImg{height:38px}.logoutBtn{height:32px;padding:0 8px;font-size:12px}}@media(max-width:600px){.topBar{padding:6px 8px;gap:6px 8px;grid-template-columns:1fr auto;grid-template-areas:"logo logout" "actions actions"}.topLogoWrap{grid-area:logo;justify-content:flex-start;align-items:center}.topRightActions{grid-area:logout;justify-content:flex-end;align-items:center}.topLeftActions{grid-area:actions;justify-content:space-between;align-items:flex-start;gap:4px;width:100%;margin-top:-2px}.accountBtn,.topIconLink{flex:1;min-width:0;max-width:none;padding:4px;gap:2px;border-radius:8px}.accountBtn:hover,.topIconLink:hover{transform:none;box-shadow:none}.accountIcon{width:24px;height:24px}.accountIcon svg{width:22px;height:22px}.accountLabel{font-size:10px;line-height:1}.topLogoImg{height:28px}.logoutBtn{height:30px;padding:0 8px;font-size:12px;border-radius:8px}.content{padding:10px 8px 92px}.bottomTabs{height:68px}.tabLabel{font-size:13px}}@media(max-width:900px){.topBar{height:auto;grid-template-columns:1fr auto;grid-template-areas:"logo logout" "actions actions";align-items:center;padding:8px 10px;gap:8px 10px}.topLogoWrap{grid-area:logo;justify-content:flex-start}.topRightActions{grid-area:logout;justify-content:flex-end}.topLeftActions{grid-area:actions;justify-content:space-between;flex-wrap:nowrap;gap:8px;width:100%}.topLogoImg{height:42px}.accountBtn,.topIconLink{padding:5px 8px;gap:3px;border-radius:9px;min-width:70px}.accountIcon{width:28px;height:28px}.accountIcon svg{width:24px;height:24px}.accountLabel{font-size:11px}.logoutBtn{height:34px;padding:0 10px;font-size:13px}.content{padding:12px 10px 96px}.bottomTabs{height:72px}.tabLabel{font-size:14px}}@media(max-width:420px){.accountLabel{display:none}.accountBtn,.topIconLink{padding:6px 4px}}@media(max-width:900px){.topBar{height:auto;grid-template-columns:1fr auto;grid-template-areas:"logo logout" "actions actions";align-items:center;padding:6px 10px 8px;gap:6px 10px}.topLogoWrap{grid-area:logo;justify-content:flex-start;align-items:center}.topRightActions{grid-area:logout;justify-content:flex-end;align-items:center}.topLeftActions{grid-area:actions;justify-content:space-around;align-items:flex-start;flex-wrap:nowrap;gap:6px;width:100%;margin-top:-2px}.topLogoImg{height:34px}.accountBtn,.topIconLink{padding:4px 6px;gap:2px;border-radius:8px;min-width:64px}.accountIcon{width:24px;height:24px}.accountIcon svg{width:22px;height:22px}.accountLabel{font-size:10px}.logoutBtn{height:30px;padding:0 10px;font-size:12px;border-radius:8px}.content{padding:10px 10px 96px}.bottomTabs{height:72px}.tabLabel{font-size:14px}}@media(max-width:600px){.topBar{padding:6px 8px 7px;gap:5px 8px}.topLeftActions{justify-content:space-around;gap:4px;margin-top:-3px}.accountBtn,.topIconLink{flex:1;min-width:0;max-width:none;padding:3px 4px;gap:2px;border-radius:8px}.accountBtn:hover,.topIconLink:hover{transform:none;box-shadow:none}.accountIcon{width:22px;height:22px}.accountIcon svg{width:20px;height:20px}.accountLabel{font-size:9px;line-height:1}.topLogoImg{height:32px}.logoutBtn{height:28px;padding:0 8px;font-size:11px;border-radius:7px}.content{padding:10px 8px 90px}.bottomTabs{height:68px}.tabLabel{font-size:13px}}:root{--blueBar: #2b67aa;--blue: #2f6fb4;--border: #0f0f0f;--white: #ffffff}.gDrawerOverlay{position:fixed;inset:0;background:#00000040;opacity:0;pointer-events:none;transition:opacity .16s ease;z-index:9999}.gDrawerOverlay.open{opacity:1;pointer-events:auto}.gDrawer{position:absolute;top:0;right:0;height:100%;width:min(460px,92vw);background:var(--white);transform:translate(102%);transition:transform .2s ease;display:flex;flex-direction:column;border-left:2px solid var(--border)}.gDrawer.open{transform:translate(0)}.gHeader{background:var(--blueBar);color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid var(--border)}.gTitle{font-weight:800;font-size:18px}.gSub{font-size:12px;opacity:.9;margin-top:2px}.gIconBtn{background:#fff;color:#0f172a;border:2px solid var(--border);border-radius:10px;padding:6px 10px;cursor:pointer}.gIconBtn:hover{background:#ffffffd9}.gForm,.gSection{padding:14px 16px}.gSection{padding:14px 16px;flex:1;overflow-y:auto}.gForm{background:var(--white);border:2px solid var(--border);border-radius:14px;margin:14px 16px 0;padding:12px;display:grid;gap:10px}.gInput{width:100%;padding:10px 12px;border:2px solid var(--border);border-radius:12px;outline:none;background:#fff}.gPrimaryBtn{background:var(--blue);color:#fff;border:2px solid var(--border);border-radius:12px;padding:10px;font-weight:800;cursor:pointer}.gPrimaryBtn:hover{background:var(--blueBar)}.gSectionTitle{font-size:13px;font-weight:900;color:#0f172a;margin:12px 0 8px}.gEmpty{opacity:.7}.gCategoryBlock{margin-bottom:14px}.gCategoryTitle{font-size:14px;font-weight:900;margin:10px 0 8px}.gList{list-style:none;padding:0;margin:0;display:grid;gap:10px}.gItem{background:#fff;border:2px solid var(--border);border-radius:14px;padding:10px 12px;display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.gItem.purchased{opacity:.65}.gItemLeft{display:flex;align-items:flex-start;gap:10px;flex:1}.gItemText{display:grid;gap:2px}.gName{font-weight:800}.gMeta{font-size:12px;opacity:.7}.gActions{display:flex;gap:8px;align-items:center}.gSmallBtn{padding:6px 10px;border-radius:10px;font-weight:900;flex:unset}.gEditGrid{display:grid;gap:8px;width:100%}.gDangerBtn{border:2px solid var(--border);background:#fff;border-radius:10px;padding:6px 10px;cursor:pointer;font-weight:800}.gDangerBtn:hover{background:#0000000f}.gSecondaryBtn{flex:1;border:2px solid var(--border);background:#fff;border-radius:12px;padding:10px;font-weight:900;cursor:pointer}.gSecondaryBtn:hover{background:#2f6fb41a}.gFooter{margin-top:auto;display:flex;gap:10px;padding:14px 16px;background:#fff;border-top:2px solid var(--border)}.gSearchWrap{position:relative}.gSearchStatus{font-size:12px;color:#666;padding:4px 2px 0}.gSearchDropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid var(--border);border-radius:12px;list-style:none;margin:0;padding:4px 0;z-index:100;box-shadow:0 6px 18px #0000001f;overflow:hidden}.gSearchItem{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:9px 14px;cursor:pointer;font-size:13px}.gSearchItem:hover{background:#f3f6ff}.gSearchItemName{font-weight:700;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gSearchItemCat{font-size:11px;font-weight:600;color:#2f6fb4;white-space:nowrap;flex-shrink:0}.learnPage{height:100%;display:flex;flex-direction:column;background:#fff}.learnTopBar{height:72px;background:#2f69a8;border-bottom:2px solid #1f1f1f;display:grid;grid-template-columns:160px 1fr 160px;align-items:center}.learnTopLeft{display:flex;align-items:center;gap:10px;padding-left:14px;color:#fff}.learnUserIcon{width:26px;height:26px;border-radius:50%;background:#ffb43a;border:2px solid #1f1f1f}.learnAccountText{font-weight:700;font-size:14px}.learnTopCenter{display:flex;justify-content:center;align-items:center}.learnLogo{height:42px;object-fit:contain}.learnHeader{padding:10px 14px 6px;border-bottom:1px solid #ddd}.learnTitle{text-align:center;font-weight:800;font-size:18px;margin-bottom:6px}.learnTabs{display:flex;justify-content:center;gap:28px;font-size:14px}.learnTab{border:none;background:transparent;padding:6px 10px;font-weight:700;cursor:pointer;position:relative;color:#222}.learnTab.active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#1f1f1f}.learnSearchBar{margin-top:8px;padding:0 4px}.learnSearchInput{width:100%;box-sizing:border-box;padding:7px 12px;border:1.5px solid #d1d5db;border-radius:20px;font-size:13px;background:#f9fafb;outline:none;transition:border-color .15s,box-shadow .15s}.learnSearchInput:focus{border-color:#2f69a8;box-shadow:0 0 0 3px #2f69a81f;background:#fff}.learnFilterBar{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:8px}.learnFilterToggle{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:14px;font-size:12px;font-weight:700;cursor:pointer;border:1.5px solid #d1d5db;background:#f3f4f6;color:#374151;white-space:nowrap;flex-shrink:0}.learnFilterToggle.open,.learnFilterToggle.hasFilters{border-color:#2f69a8;background:#eff6ff;color:#2f69a8}.learnFilterArrow{font-size:9px}.learnActiveChip{display:inline-flex;align-items:center;gap:3px;padding:3px 6px 3px 9px;border-radius:12px;font-size:11px;font-weight:600;background:#2f69a8;color:#fff}.learnActiveChip button{background:none;border:none;color:#ffffffd9;cursor:pointer;padding:0;font-size:15px;line-height:1;display:flex;align-items:center}.learnActiveChip button:hover{color:#fff}.learnClearFilters{border:none;background:none;color:#6b7280;font-size:11px;font-weight:600;cursor:pointer;padding:2px 4px;text-decoration:underline;flex-shrink:0}.learnFilterPanel{padding:10px 14px 6px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.learnFilterGroup{margin-bottom:10px}.learnFilterGroupLabel{font-size:10px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.learnFilterOptions{display:flex;flex-wrap:wrap;gap:5px}.learnFilterOption{padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600;cursor:pointer;border:1.5px solid #d1d5db;background:#fff;color:#374151;transition:border-color .1s,background .1s,color .1s}.learnFilterOption:hover{border-color:#2f69a8;color:#2f69a8}.learnFilterOption.active{background:#2f69a8;color:#fff;border-color:#2f69a8}.learnFilterOption.learnExcludeOption.active{background:#fee2e2;color:#991b1b;border-color:#ef4444;text-decoration:line-through;text-decoration-thickness:2px}.learnBody{flex:1;overflow:auto;padding:12px 12px 18px}.learnVideoList{display:flex;flex-direction:column}.learnVideoCategorySection{margin-bottom:40px}.learnVideoCategoryTitle{font-size:18px;font-weight:700;margin:6px 0 16px;padding-left:4px}.learnVideoGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.learnVideoCard{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px #00000014;transition:transform .18s ease,box-shadow .18s ease}.learnVideoCard:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000024}.learnVideoThumb{height:160px;position:relative;overflow:hidden;cursor:pointer;background:#2b2b2b;border-bottom:2px solid #1f1f1f;display:grid;place-items:center}.learnPlayCircle{position:absolute;bottom:10px;right:10px;width:42px;height:42px;border-radius:999px;background:#0000008c;border:2px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;padding-left:2px}.learnVideoText{padding:12px 14px 14px;display:flex;flex-direction:column;gap:6px}.learnVideoTitle{font-weight:700;font-size:14px;line-height:1.2;color:#111}.learnVideoAuthor{font-size:13px;color:#666}.learnRecipeList{display:flex;flex-direction:column;gap:14px}.learnRecipeRow{border:2px solid #1f1f1f;border-radius:8px;padding:10px;display:grid;grid-template-columns:92px 1fr 120px;gap:10px;align-items:start;cursor:pointer;background:#fff}.learnRecipeRow:hover{background:#f8f8f8}.learnRecipeThumbCol{width:92px;display:flex;flex-direction:column;align-items:center;gap:4px}.learnRecipeRecommendedBadge{font-size:9px;font-weight:800;color:#b45309;text-align:center;line-height:1.15;max-width:92px}.learnModalRecommendedBadge{font-size:12px;font-weight:800;color:#b45309;text-align:center;margin:-8px 0 14px}.learnRecipeImgWrap{width:92px;height:92px;border-radius:8px;border:2px solid #1f1f1f;overflow:hidden;background:#f2f2f2}.learnRecipeImgWrap.fallback{background:#e6e6e6}.learnRecipeImg{width:100%;height:100%;object-fit:cover;display:block}.learnRecipeImg.learnRecipeImgPlaceholder{object-fit:contain;padding:10px;background:#f3f4f6}.learnRecipeMid{display:flex;flex-direction:column;gap:6px}.learnRecipeCategory{font-size:11px;font-weight:700;color:#666;text-transform:uppercase}.learnRecipeTitle{font-weight:900;font-size:14px;line-height:1.15rem;color:#111}.learnRecipeCTA{font-size:12px;font-weight:800;color:#1d4ed8;text-decoration:underline;cursor:pointer}.learnRecipeTags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.learnRecipeTag{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;background:#e8f0fe;color:#1d4ed8}.learnCuisineTag{background:#fef3c7;color:#92400e}.learnEquipmentTag{background:#dcfce7;color:#166534}.learnRecipeNote{font-size:11px;color:#333;margin-top:6px;line-height:1.05rem}.learnRecipeMeta{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.learnMetaRow{display:flex;gap:8px;align-items:center;font-size:12px;font-weight:700;color:#222}.learnMetaIcon{width:18px;display:inline-block}.learnRecipesLoading,.learnRecipesError,.learnRecipesEmpty{text-align:center;padding:24px;font-weight:600;color:#444}.learnRecipesError{color:#b91c1c}.favBtn{border:2px solid #1f1f1f;border-radius:10px;padding:6px 10px;font-weight:900;background:#fff;cursor:pointer;font-size:12px;margin-bottom:8px}.favBtn.active{background:#fffbdd}.learnModalTopActions{display:flex;align-items:center;gap:10px;margin-top:10px;margin-bottom:14px;flex-wrap:wrap}.learnModalTopActions .favBtn{margin-bottom:0}.chompyBtn{padding:6px 12px;background:#2f69a8;color:#fff;border:none;border-radius:999px;font-size:12px;font-weight:700;cursor:pointer}.chompyBtn:hover{background:#1f508a}.learnModalOverlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.learnModal{background:#fff;border-radius:12px;border:2px solid #1f1f1f;max-width:520px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;position:relative}.learnModalClose{position:absolute;top:10px;right:10px;width:36px;height:36px;border:none;background:#eee;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;z-index:1;color:#333}.learnModalClose:hover{background:#ddd}.learnModalContent{padding:20px 20px 24px;overflow-y:auto}.learnModalTitle{font-size:20px;font-weight:900;margin:0 0 6px;line-height:1.2;padding-right:40px}.learnModalCategory{font-size:12px;font-weight:700;color:#666;text-transform:uppercase;margin-bottom:10px}.learnModalSource{font-size:13px;margin:-4px 0 12px}.learnModalSource a{font-weight:700;color:#1d4ed8;text-decoration:underline}.learnModalSource a:hover{color:#1e40af}.learnHealthierChanges{font-size:13px;line-height:1.5;padding:10px 12px;background:#f0fdf4;border-radius:8px;border:1px solid #bbf7d0;color:#14532d}.learnRecipeSourceRow{margin:-2px 0 6px}.learnRecipeSourceLink{font-size:12px;font-weight:700;color:#1d4ed8;text-decoration:underline}.learnRecipeSourceLink:hover{color:#1e40af}.learnModalTags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.learnModalTag{font-size:11px;font-weight:700;padding:4px 8px;border-radius:6px;background:#e8f0fe;color:#1d4ed8}.learnModalTag.learnCuisineTag{background:#fef3c7;color:#92400e}.learnModalTag.learnEquipmentTag{background:#dcfce7;color:#166534}.learnModalMeta{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;font-weight:700;color:#222;margin-bottom:14px}.learnModalImgWrap{width:100%;max-height:200px;border-radius:8px;overflow:hidden;border:2px solid #1f1f1f;margin-bottom:16px}.learnModalImg{width:100%;height:100%;object-fit:cover;display:block}.learnModalImg.learnRecipeImgPlaceholder{object-fit:contain;padding:16px;background:#f3f4f6}.learnModalSection{margin-bottom:16px}.learnModalSection h3{font-size:14px;font-weight:800;margin:0 0 8px;color:#111}.learnModalText{font-size:13px;line-height:1.5;color:#333}.learnIngredientsHeader{display:flex;justify-content:space-between;align-items:center;gap:8px}.learnAddAllBtn{border:1px solid #1f1f1f;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700;background:#f3f4ff;color:#111827;cursor:pointer;white-space:nowrap}.learnAddAllBtn:hover{background:#e0e7ff}.learnModalIngredients>div{margin-bottom:4px}.learnIngredientRow{display:flex;align-items:flex-start;gap:8px;margin-bottom:4px}.learnIngredientCheckbox{margin-top:2px}.learnIngredientLabel{flex:1}.learnModalSteps{display:flex;flex-direction:column;gap:8px}.learnModalStep{display:flex;gap:6px}.learnModalStepNum{font-weight:800;flex-shrink:0}.learnModalNutrition{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;font-size:13px;font-weight:600;color:#222}@media(max-width:900px){.learnVideoGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}}@media(max-width:700px){.learnRecipeRow{grid-template-columns:84px 1fr;grid-template-areas:"img mid" "meta meta";gap:10px}.learnRecipeImgWrap{grid-area:img;width:84px;height:84px}.learnRecipeMid{grid-area:mid}.learnRecipeMeta{grid-area:meta;flex-direction:row;flex-wrap:wrap;gap:12px;padding-top:4px}}@media(max-width:600px){.learnHeader{padding:8px 10px 4px}.learnTitle{font-size:17px;margin-bottom:4px}.learnTabs{gap:12px;font-size:13px}.learnTab{padding:6px}.learnBody{padding:10px 8px 16px}.learnRecipeRow,.learnVideoCard,.learnModal{border-radius:12px}.learnRecipeRow{padding:8px;gap:8px}.learnRecipeTitle{font-size:13px;line-height:1.1rem}.learnRecipeCTA{font-size:11px}.learnRecipeTag{font-size:9px;padding:2px 5px}.learnMetaRow{font-size:11px}.learnVideoCategoryTitle{font-size:16px;margin:4px 0 12px}.learnVideoGrid{gap:14px;grid-template-columns:1fr}.learnVideoThumb{height:150px}.learnVideoText{padding:10px 12px 12px}.learnVideoTitle{font-size:14px}.learnVideoAuthor{font-size:12px}.learnModalOverlay{padding:10px}.learnModal{max-height:92vh;border-radius:10px}.learnModalContent{padding:16px 14px 18px}.learnModalTitle{font-size:18px}.learnModalMeta{gap:10px;font-size:12px}.learnModalNutrition{grid-template-columns:1fr;gap:6px}.learnAddAllBtn,.favBtn,.chompyBtn{font-size:11px}}@media(max-width:420px){.learnTabs{gap:8px}.learnTab{font-size:12px;padding:6px 4px}.learnRecipeRow{grid-template-columns:76px 1fr}.learnRecipeImgWrap{width:76px;height:76px}.learnRecipeTags{gap:4px}.learnModalContent{padding:14px 12px 16px}.learnModalTitle{font-size:17px}}.logPage{padding:0 0 10px}.logContent{max-width:860px;margin:0 auto}.logDateBar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0 10px;flex-wrap:wrap}.logDateTitle{margin:0;font-size:1.1rem;color:#1b3554;font-weight:1000}.logDateActions{display:flex;align-items:center;gap:10px}.logDateBtn{border:none;background:#f0f0f0;padding:8px 12px;border-radius:6px;cursor:pointer;font-weight:800;color:#1b3554}.logTodayBtn{border:none;background:transparent;color:#06c;font-weight:900;cursor:pointer}.logResetRow{text-align:right;margin-bottom:10px}.logResetBtn{background:none;border:1px solid #ccc;border-radius:8px;padding:6px 12px;cursor:pointer;font-size:.85rem;color:#666;font-weight:800}.waterCard{border:2px solid var(--border);border-radius:22px;padding:16px;background:linear-gradient(180deg,#fff,#f7fbff);margin:14px 0}.waterHeader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.waterTitle{margin:0;font-size:22px;font-weight:1000;color:#1b3554}.waterSubtitle{margin:4px 0 0;font-size:14px;font-weight:700;color:#5b6f86}.waterEditBtn{border:2px solid var(--border);background:#fff;color:#1b3554;border-radius:12px;padding:8px 12px;font-weight:900;cursor:pointer}.waterTopRow{display:grid;grid-template-columns:180px 1fr;gap:16px;align-items:center;margin-bottom:14px}.waterBigNumber{font-size:34px;font-weight:1000;color:#1b3554;line-height:1}.waterBigNumber span{font-size:16px;font-weight:900;opacity:.8}.waterGoalText{margin-top:8px;font-size:14px;font-weight:800;color:#1b3554}.waterProgressTrack{width:100%;height:18px;border-radius:999px;background:#dcecff;overflow:hidden;border:2px solid #b9d7fb}.waterProgressFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#60a5fa,#2f7bdc)}.waterProgressLabel{margin-top:8px;font-size:14px;font-weight:900;color:#1b3554}.waterMarkers{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin-bottom:14px}.waterMarker{height:46px;border-radius:14px;background:#eef6ff;border:2px solid #d5e7fb;display:flex;align-items:center;justify-content:center;font-size:20px;opacity:.45;transition:.2s ease}.waterMarker.filled{opacity:1;background:#d9ecff;border-color:#7db7f5;transform:translateY(-1px)}.waterEditWrap{margin-bottom:14px}.waterEditField span{font-size:13px;font-weight:900;color:#1b3554}.waterEditField input{width:100%;border:2px solid var(--border);border-radius:10px;padding:10px 12px;font-size:15px;outline:none;box-sizing:border-box}.waterPresetEditCard{border:2px solid #d8e7f8;background:#f8fbff;border-radius:16px;padding:12px}.waterPresetEmoji{font-size:22px}.waterRemovePresetBtn{width:28px;height:28px;border-radius:8px;border:2px solid var(--border);background:#fff;color:#b91c1c;font-size:18px;line-height:1;font-weight:900;cursor:pointer}.waterAddPresetBtn{margin-top:12px;border:2px dashed #7db7f5;background:#eff7ff;color:#1b3554;border-radius:14px;padding:10px 14px;font-size:14px;font-weight:1000;cursor:pointer}.waterPresetTapBtn{min-height:78px;border-radius:16px;border:2px solid var(--border);background:#eef7ff;color:#1b3554;font-weight:1000;cursor:pointer;padding:12px;display:grid;justify-items:center;align-content:center;gap:4px}.waterPresetTapEmoji{font-size:22px}.waterPresetTapName{font-size:15px;font-weight:1000}.waterPresetTapOz{font-size:13px;font-weight:900;opacity:.85}.waterActionSecondary{min-height:46px;border-radius:14px;padding:10px 16px;font-size:15px;font-weight:1000;cursor:pointer;border:2px solid var(--border);background:#fff;color:#1b3554}.waterHelperRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.waterHelperPill{border-radius:999px;padding:8px 12px;background:#eff6ff;color:#1b3554;font-size:13px;font-weight:900;border:1px solid #d2e6ff}.logCard{border:2px solid var(--border);border-radius:var(--radius-md);padding:14px 14px 10px;background:var(--surface)}.logSection{padding:12px 0;border-bottom:1px solid #e2e8f0}.logSection:last-of-type{border-bottom:none}.logSectionTitle{margin:0 0 10px;font-size:18px;font-weight:900;color:#1b3554}.logAddRow{display:flex;align-items:center;gap:10px;margin-bottom:8px}.logAddBtn{width:40px;height:40px;min-width:40px;border-radius:50%;border:2px solid var(--border);background:#e2e8f0;color:#1b3554;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.logAddBtn:hover{background:#cbd5e1}.logAddPrompt{font-weight:700;color:#1b3554;cursor:pointer;-webkit-user-select:none;user-select:none}.logInputRow{display:flex;gap:8px;margin-top:8px;margin-bottom:8px}.logInput{flex:1;min-width:0;border:3px solid var(--border);border-radius:10px;padding:10px 12px;font-size:16px;outline:none}.logSearchWrap{position:relative;margin-top:8px;margin-bottom:8px}.logSearchLoading{padding:8px 12px;font-size:14px;color:var(--muted);font-weight:700}.logSearchDropdown{list-style:none;margin:8px 0 0;padding:0;border:2px solid var(--border);border-radius:10px;background:var(--surface);max-height:220px;overflow-y:auto}.logSearchDropdownItem{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-weight:700;color:var(--text);cursor:pointer;border-bottom:1px solid #f1f5f9}.logSearchDropdownItem:last-child{border-bottom:none}.logSearchDropdownItem:hover{background:#f1f5f9}.logSearchDropdownCals{font-size:14px;color:var(--muted);font-weight:900;flex-shrink:0}.logModalOverlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.logModal{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);padding:20px;max-width:400px;width:100%}.logModalTitle{margin:0 0 16px;font-size:18px;font-weight:900;color:#1b3554;line-height:1.3}.logModalNutrients{display:grid;gap:8px;margin-bottom:16px}.logModalNutrientRow{display:flex;justify-content:space-between;gap:10px;font-weight:700;color:var(--text);font-size:15px}.logModalServing{margin-bottom:16px}.logModalServingLabel{display:block;margin-bottom:6px;font-weight:900;color:#1b3554;font-size:14px}.logModalServingSelect{width:100%;border:3px solid var(--border);border-radius:10px;padding:10px 12px;font-size:16px;font-weight:700;color:var(--text);outline:none}.logModalActions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.logModalCancel{padding:10px 18px;border:2px solid var(--border);border-radius:10px;font-size:16px;font-weight:900;cursor:pointer;background:#fff;color:#1b3554}.logModalAdd{padding:10px 18px;border:2px solid var(--border);border-radius:10px;font-size:16px;font-weight:900;cursor:pointer;background:#1b3554;color:#fff}.logItemList{list-style:none;margin:0;padding:0}.logItem{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;font-weight:700;color:var(--text);border-bottom:1px solid #f1f5f9}.logItem:last-child{border-bottom:none}.logItemName{flex:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.logItemMeta{color:var(--muted);font-weight:800}.logItemRemove{flex-shrink:0;width:28px;height:28px;border:2px solid var(--border);border-radius:6px;background:#fef2f2;color:#b91c1c;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.logEmptyState{margin-top:10px;padding:10px 0;font-size:14px;color:var(--muted);line-height:1.5}.logEmptyState strong{color:#1b3554}.logIconBtn{width:44px;height:44px;border:2px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;font-size:18px;font-weight:900;display:flex;align-items:center;justify-content:center}.logError{margin:6px 0 8px;color:#b91c1c;font-weight:800;font-size:13px}.logPreviewRow{display:flex;align-items:center;gap:10px;margin:8px 0 10px;flex-wrap:wrap}.logPreviewThumb{width:70px;height:70px;object-fit:cover;border-radius:12px;border:2px solid var(--border)}.logPreviewClear{border:2px solid var(--border);border-radius:10px;padding:8px 12px;background:#fff;cursor:pointer;font-weight:900;color:#b91c1c}.logCameraOverlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.logCameraCard{width:min(720px,95vw);background:#fff;border-radius:16px;padding:12px;border:2px solid rgba(0,0,0,.15)}.logCameraVideo{width:100%;border-radius:14px;background:#000;display:block}.logCameraActions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px;flex-wrap:wrap}.logWidgetPlaceholder{border:none;outline:none;background:transparent;padding:0;margin:18px auto 14px;max-width:920px}.tdOuter{width:100%}.tdWidget{background:#eceef2;border:4px solid rgba(0,0,0,.18);border-radius:28px;padding:16px;box-shadow:none}.tdInner{min-height:155px}.tdCardsRow{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:12px;align-items:center}.tdMiniCard{background:#fff;border:2px solid rgba(0,0,0,.1);border-radius:20px;padding:14px;box-shadow:none}.tdGoalTitle,.tdHydTitle{font-size:16px;font-weight:900;color:#1b3554;margin-bottom:6px}.tdGoalLine,.tdHydLine{font-size:14px;font-weight:800;color:#1b3554;margin:3px 0}.tdHydCheer{margin-top:8px;font-size:14px;font-weight:800;opacity:.85;color:#1b3554}.tdDots{margin-top:12px;display:flex;justify-content:center;gap:8px}.tdDot{width:12px;height:12px;border-radius:999px;border:none;background:#00000040;cursor:pointer}.tdDot.active{background:#000000a6}.tdRing{display:grid;place-items:center;position:relative}.tdRingTrack{fill:none;stroke:#0000001f}.tdRingFill{fill:none;stroke-linecap:round}.tdRingFill.good{stroke:#19a35c}.tdRingFill.warn{stroke:#f2b01e}.tdRingFill.bad{stroke:#e34b4b}.tdRingText{position:absolute;text-align:center;width:80px}.tdRingTitle{font-size:22px;font-weight:900;color:#1b3554}.tdRingSub{margin-top:2px;font-size:14px;opacity:.85}.tdSecondGrid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:12px;align-items:center}.tdCenterRing{display:grid;place-items:center;text-align:center}.tdCenterRingSub{margin-top:8px;font-size:14px;font-weight:900;opacity:.85;color:#1b3554}.tdAlertsBox{grid-column:1 / -1;border-radius:20px}.tdAlertsTitle{font-size:18px;font-weight:900;margin-bottom:8px;color:#1b3554}.tdAlertItem{border-radius:14px;font-size:14px;font-weight:900;padding:12px;margin-bottom:10px}.tdAlertItem.good{background:#19a35c1f;color:#0c6b3a}.tdAlertItem.warn{background:#f2b01e29;color:#7a5300}.tdAlertItem.bad{background:#e34b4b24;color:#8f1c1c}.tdMascotWrap{display:flex;align-items:flex-start;gap:12px}.tdGatorImg{width:92px;height:92px;object-fit:contain}.tdSpeechBubble{position:relative;background:#fff;border:2px solid rgba(0,0,0,.15);border-radius:18px;padding:12px 14px;font-size:14px;font-weight:900;color:#1b3554;line-height:1.35;max-width:220px}.tdSpeechTail{position:absolute;left:-10px;top:24px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:10px solid #ffffff}@media(max-width:900px){.logContent{max-width:100%}.waterTopRow,.waterPresetEditor,.waterActionsPresets,.tdCardsRow,.tdSecondGrid{grid-template-columns:1fr}.tdAlertsBox{grid-column:auto}}@media(max-width:600px){.logPage{padding:0 0 8px}.logDateBar{align-items:stretch}.logDateActions{width:100%;justify-content:space-between}.waterCard{padding:14px;border-radius:18px}.waterTitle{font-size:20px}.waterBigNumber{font-size:28px}.waterMarkers{grid-template-columns:repeat(4,1fr)}.logCard{padding:12px 10px 8px}.logSectionTitle{font-size:16px}.logInput,.logModalServingSelect{font-size:15px}}.waterCard{border:2px solid var(--border);border-radius:24px;padding:14px;background:linear-gradient(180deg,#fff,#f6fbff);margin:14px 0;box-shadow:0 8px 22px #5082b414}.waterCardCompact{padding:14px 14px 12px}.waterCompactTop{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.waterCompactEyebrow{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#6ea8df;margin-bottom:2px}.waterCompactTitle{margin:0;font-size:24px;line-height:1;font-weight:1000;color:#1b3554}.waterEditBtn{border:2px solid #d7e7f9;background:#fff;color:#1b3554;border-radius:999px;padding:8px 14px;font-weight:900;cursor:pointer}.waterEditBtnCompact{min-height:40px}.waterCompactStats{display:flex;align-items:end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:10px}.waterCompactMain{display:flex;flex-direction:column;gap:4px}.waterCompactBig{font-size:34px;line-height:1;font-weight:1000;color:#163458}.waterCompactBig span{font-size:15px;font-weight:900;color:#50729a}.waterCompactGoal{font-size:13px;font-weight:800;color:#67809f}.waterCompactPills{display:flex;gap:8px;flex-wrap:wrap}.waterMiniPill{padding:7px 11px;border-radius:999px;background:#edf7ff;border:1px solid #d6eaff;color:#1b3554;font-size:12px;font-weight:900;white-space:nowrap}.waterCompactProgressWrap{margin-bottom:12px}.waterCompactProgressTrack{width:100%;height:14px;border-radius:999px;background:#e8f3ff;overflow:hidden;border:1px solid #d2e7ff}.waterCompactProgressFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#8dd7ff,#56b7ff 45%,#2f7bdc);transition:width .25s ease}.waterBubbleRow{display:flex;gap:7px;margin-top:10px;flex-wrap:wrap}.waterBubble{width:10px;height:10px;border-radius:999px;background:#d9ebfb;box-shadow:inset 0 0 0 1px #c2dbf4;opacity:.65;transition:transform .18s ease,opacity .18s ease}.waterBubble.filled{background:radial-gradient(circle at 30% 30%,#d8f4ff,#86d7ff 45%,#54aeff);opacity:1;transform:translateY(-1px) scale(1.05)}.waterEditWrap{margin-bottom:12px}.waterEditWrapCompact{padding-top:4px}.waterGoalEdit{margin-bottom:12px}.waterEditField{display:grid;gap:6px}.waterEditField span{font-size:12px;font-weight:900;color:#1b3554}.waterEditField input{width:100%;border:2px solid #d9e7f7;border-radius:12px;padding:10px 12px;font-size:14px;outline:none;box-sizing:border-box;background:#fff}.waterPresetEditor{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.waterPresetEditCard{border:2px solid #deebf8;background:#f8fbff;border-radius:16px;padding:12px}.waterPresetEditTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.waterPresetEmoji{font-size:20px}.waterRemovePresetBtn{width:28px;height:28px;border-radius:9px;border:2px solid #d6e6f7;background:#fff;color:#b91c1c;font-size:18px;line-height:1;font-weight:900;cursor:pointer}.waterRemovePresetBtn:disabled{opacity:.4;cursor:not-allowed}.waterAddPresetBtn{margin-top:12px;border:2px dashed #9ecfff;background:#eef7ff;color:#1b3554;border-radius:14px;padding:10px 14px;font-size:14px;font-weight:1000;cursor:pointer}.waterActionsPresets{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.waterActionsPresetsCompact{margin-top:2px}.waterPresetTapBtn{border:2px solid #d7e9fb;background:linear-gradient(180deg,#fafdff,#eef7ff);color:#1b3554;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.waterPresetTapBtn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #4e8bc61f;border-color:#b8d9fb}.waterPresetTapBtnCompact{min-height:68px;border-radius:18px;padding:10px 12px;display:flex;align-items:center;justify-content:flex-start;gap:10px;text-align:left}.waterPresetTapEmoji{font-size:22px;flex-shrink:0}.waterPresetTapText{display:flex;flex-direction:column;min-width:0}.waterPresetTapName{font-size:14px;font-weight:1000;line-height:1.1}.waterPresetTapOz{font-size:12px;font-weight:900;opacity:.8;margin-top:2px}.waterBottomActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.waterBottomActionsCompact{margin-top:10px}.waterActionSecondary{min-height:40px;border-radius:999px;padding:8px 14px;font-size:14px;font-weight:1000;cursor:pointer;border:2px solid #d9e7f7;background:#fff;color:#1b3554}@media(max-width:900px){.waterPresetEditor,.waterActionsPresets{grid-template-columns:1fr}}@media(max-width:600px){.waterCard{padding:12px;border-radius:20px}.waterCompactTitle{font-size:21px}.waterCompactBig{font-size:28px}.waterCompactStats{align-items:flex-start}.waterPresetTapBtnCompact{min-height:62px}}.waterTapCard{border:2px solid var(--border);border-radius:18px;padding:14px;background:linear-gradient(180deg,#fff,#f7fbff);margin:12px 0}.waterTapHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px}.waterTapTitle{margin:0;font-size:20px;font-weight:1000;color:#1b3554}.waterTapSubtitle{margin:3px 0 0;font-size:13px;font-weight:700;color:#64748b}.waterTapEditBtn{border:2px solid var(--border);background:#fff;color:#1b3554;border-radius:999px;padding:7px 12px;font-weight:900;cursor:pointer}.waterTapTopRow{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:12px}.waterTapStats{display:grid;gap:4px}.waterTapNow{font-size:28px;line-height:1;font-weight:1000;color:#1b3554}.waterTapMeta{font-size:13px;font-weight:800;color:#53657d}.waterBottleBtn{min-width:140px;min-height:92px;border-radius:18px;border:2px solid #cfe3fb;background:linear-gradient(180deg,#f8fcff,#eaf5ff);color:#1b3554;cursor:pointer;display:grid;align-content:center;justify-items:center;gap:4px;padding:10px 12px;box-shadow:0 6px 16px #2f7bdc14}.waterBottleBtn:hover{transform:translateY(-1px)}.waterBottleIcon{font-size:24px;line-height:1}.waterBottleText{font-size:14px;font-weight:1000;line-height:1.1}.waterBottleOz{font-size:12px;font-weight:900;opacity:.85}.waterMarkerRow{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.waterMiniDrop{width:34px;height:34px;border-radius:12px;border:2px solid #d9e8f8;background:#eff6ff;display:flex;align-items:center;justify-content:center;font-size:16px;opacity:.38;transition:.18s ease}.waterMiniDrop.filled{opacity:1;background:#dbeeff;border-color:#7db7f5;transform:translateY(-1px)}.waterTapActions{display:flex;gap:8px;flex-wrap:wrap}.waterTapSecondaryBtn{border:2px solid var(--border);background:#fff;color:#1b3554;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900;cursor:pointer}.waterTapEditPanel{margin-top:12px;padding-top:12px;border-top:1px solid #e2ecf8;display:grid;gap:10px}.waterTapField{display:grid;gap:6px}.waterTapField span{font-size:13px;font-weight:900;color:#1b3554}.waterTapField input{width:100%;border:2px solid var(--border);border-radius:10px;padding:10px 12px;font-size:15px;outline:none;box-sizing:border-box}@media(max-width:700px){.waterTapTopRow{align-items:stretch}.waterBottleBtn{width:100%}.waterMiniDrop{width:30px;height:30px;font-size:14px}}.trackerShell{display:grid;grid-template-columns:88px 1fr;gap:14px;margin:14px 0}.trackerTabsRail{display:flex;flex-direction:column;gap:10px}.trackerTabBtn{border:2px solid #d9e7f7;background:#f8fbff;color:#1b3554;border-radius:22px;min-height:104px;padding:12px 8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-weight:1000;transition:.18s ease}.trackerTabBtn.active{background:linear-gradient(180deg,#edf7ff,#dff0ff);border-color:#8fc4fb;box-shadow:0 8px 20px #5492d224}.trackerTabIcon{font-size:22px;line-height:1}.trackerTabText{font-size:13px;font-weight:1000}.trackerPanel{min-width:0}.trackerCard{border:2px solid var(--border);border-radius:24px;padding:16px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 24px #4b7fb414}.trackerCardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.trackerEyebrow{font-size:11px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;color:#79a8d7;margin-bottom:3px}.trackerTitle{margin:0;font-size:22px;line-height:1.05;font-weight:1000;color:#1b3554}.trackerSubtitle{margin:5px 0 0;font-size:13px;font-weight:700;color:#64748b}.trackerGhostBtn,.trackerPrimaryBtn{border-radius:999px;min-height:42px;padding:9px 14px;font-size:14px;font-weight:1000;cursor:pointer}.trackerGhostBtn{border:2px solid #d9e7f7;background:#fff;color:#1b3554}.trackerPrimaryBtn{border:2px solid #bfe0ff;background:linear-gradient(180deg,#eef8ff,#dceeff);color:#1b3554}.trackerProgress{width:100%;height:14px;border-radius:999px;background:#e8f3ff;overflow:hidden;border:1px solid #d7e9ff;margin:12px 0 10px}.trackerProgressFill{height:100%;border-radius:999px}.waterProgressCute{background:linear-gradient(90deg,#9edfff,#62c6ff,#3c89e8)}.trackerMiniRow{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.trackerMiniPill{border-radius:999px;padding:7px 11px;background:#eff7ff;border:1px solid #d7eaff;font-size:12px;font-weight:900;color:#1b3554}.trackerEditGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0}.trackerField{display:grid;gap:6px}.trackerField span{font-size:12px;font-weight:900;color:#1b3554}.trackerField input,.trackerField select{width:100%;box-sizing:border-box;border:2px solid #d9e7f7;border-radius:12px;padding:10px 12px;font-size:14px;background:#fff;outline:none}.waterCuteCard{padding:14px 16px}.waterCuteSummary{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:8px}.waterCuteBig{font-size:32px;line-height:1;font-weight:1000;color:#163458}.waterCuteBig span{font-size:15px;font-weight:900;color:#6280a0}.waterCuteMeta{margin-top:5px;font-size:13px;font-weight:800;color:#637a96}.waterBottleMini{width:54px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.waterBottleMiniCap{width:20px;height:8px;border-radius:8px 8px 2px 2px;background:#b7daf7;margin-bottom:2px}.waterBottleMiniBody{position:relative;width:46px;height:90px;border-radius:16px;overflow:hidden;border:2px solid #cfe3fb;background:#eef7ff}.waterBottleMiniFill{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,#bdeaff,#6ecbff 45%,#418fe9);border-radius:12px 12px 14px 14px;transition:height .25s ease}.waterCuteActions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.trackerBottomRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.weightCuteCard{background:linear-gradient(180deg,#fff,#fff9fd)}.weightTopStats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.weightMiniStat{border:1px solid #f0ddeb;background:#fff7fb;border-radius:16px;padding:12px;display:grid;gap:4px}.weightMiniStat span{font-size:12px;font-weight:900;color:#8b6f84;text-transform:uppercase;letter-spacing:.05em}.weightMiniStat strong{font-size:20px;color:#6b3158}.weightInputRow{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;margin-bottom:14px}.weightField input{min-height:44px}.weightNotifCard{border:1px solid #edd9e9;background:#fff7fc;border-radius:18px;padding:12px;margin-bottom:14px}.weightNotifTop{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.weightNotifTitle{font-size:15px;font-weight:1000;color:#6b3158}.weightNotifText{margin-top:2px;font-size:13px;font-weight:700;color:#8e7286}.weightGraphCard{border:1px solid #edd9e9;background:#fff;border-radius:20px;padding:14px}.weightGraphTitle{font-size:15px;font-weight:1000;color:#6b3158;margin-bottom:12px}.weightEmpty{font-size:14px;font-weight:700;color:#8e7286}.weightGraph{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;align-items:end;min-height:180px}.weightBarWrap{display:flex;flex-direction:column;align-items:center;gap:6px}.weightPointValue{font-size:12px;font-weight:900;color:#6b3158}.weightBarTrack{width:100%;max-width:34px;height:110px;border-radius:999px;background:#f7e9f1;position:relative;overflow:hidden;border:1px solid #efdbe6}.weightBarFill{position:absolute;left:0;right:0;bottom:0;border-radius:999px;background:linear-gradient(180deg,#ffcde7,#f48db8 55%,#cf5b92)}.weightBarDate{font-size:11px;font-weight:800;color:#8c7085;text-align:center}@media(max-width:900px){.trackerEditGrid,.weightTopStats{grid-template-columns:1fr}}@media(max-width:700px){.trackerShell{grid-template-columns:1fr}.trackerTabsRail{flex-direction:row}.trackerTabBtn{min-height:72px;flex:1}.waterCuteActions,.weightInputRow{grid-template-columns:1fr}.weightGraph{grid-template-columns:repeat(4,1fr)}}.logDateBar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;margin:6px 0 10px}.logDateActions{display:flex;gap:8px}.logDateActions:first-child{justify-self:start}.logDateActions:last-child{justify-self:end}.logDateTitle{text-align:center;font-size:1.2rem;font-weight:1000;color:#1b3554}@media(max-width:600px){.logDateBtn{padding:6px 10px;font-size:13px}.logDateTitle{font-size:1rem}}.msgInboxPage{height:100%;background:#fff;display:flex;justify-content:center;padding:18px 12px}.msgInboxContainer{width:min(720px,100%);display:flex;flex-direction:column;gap:16px}.msgInboxCard{display:flex;align-items:center;gap:14px;padding:14px 16px;border:2px solid #1f1f1f;border-radius:14px;background:#fff;cursor:pointer}.msgInboxAvatar{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;font-size:24px;border:2px solid #1f1f1f;flex:0 0 auto;background:#f2f2f2}.msgInboxAvatar.gator{background:#eaf6ee}.msgInboxAvatar.doctor{background:#eef3ff}.msgInboxText{min-width:0;flex:1}.msgInboxName{font-weight:900;color:#1f1f1f;font-size:18px;margin-bottom:6px;display:flex;align-items:center;gap:8px}.msgUnreadBadge{background:#ff6b6b;color:#fff;font-size:12px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:20px;text-align:center;flex-shrink:0}.msgInboxPreview{font-size:14px;color:#1f1f1f;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.msgPage{height:100%;display:flex;flex-direction:column;background:#fff}.msgHeader{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:12px 14px;border-bottom:2px solid #1f1f1f;background:#2f69a8;color:#fff}.msgHeaderTitle{font-weight:900;letter-spacing:.2px;text-align:center}.msgBackBtn{width:40px;height:34px;border-radius:10px;border:2px solid rgba(255,255,255,.55);background:#ffffff2e;color:#fff;cursor:pointer;font-weight:900}.msgClearBtn{background:#ffffff2e;border:1px solid rgba(255,255,255,.35);color:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-weight:700;white-space:nowrap}.msgList{flex:1;overflow-y:auto;padding:14px;background:#fff}.msgRow{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.msgRow.me{justify-content:flex-end}.msgAvatar{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;font-size:18px;border:2px solid #1f1f1f;background:#f2f2f2;flex:0 0 auto}.msgAvatar.gator{background:#eaf6ee}.msgAvatar.doctor{background:#eef3ff}.msgAvatar.me{background:#fff2e8}.msgBubble{max-width:72%;border:2px solid #1f1f1f;border-radius:12px;padding:10px 12px;background:#fff;overflow-wrap:break-word;word-break:break-word}.msgRow.me .msgBubble{background:#f3f8ff}.msgTopLine{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px}.msgName{font-weight:800;color:#1f1f1f}.msgTime{font-size:12px;opacity:.75;flex-shrink:0}.msgBody{font-size:14px;line-height:1.25rem;color:#1f1f1f}.msgBody p{margin:0 0 8px}.msgBody p:last-child{margin-bottom:0}.msgImage{display:block;width:100%;max-width:240px;border-radius:10px;border:2px solid #1f1f1f}.msgComposer{display:flex;gap:10px;padding:12px 12px 18px;border-top:2px solid #1f1f1f;background:#fff}.msgInput{flex:1;min-width:0;border:2px solid #1f1f1f;border-radius:10px;padding:10px 12px;font-size:14px;outline:none}.msgIconBtn{width:40px;height:40px;border:2px solid #1f1f1f;border-radius:10px;background:#fff;cursor:pointer;flex:0 0 auto}.msgSendBtn{border:2px solid #1f1f1f;border-radius:10px;padding:10px 14px;font-weight:900;cursor:pointer;background:#ffb43a;color:#111;flex:0 0 auto}.msgError{margin:6px 12px 0;color:#b91c1c;font-weight:800;font-size:13px}.msgPreviewBar{display:flex;align-items:center;gap:10px;padding:10px 12px 0;background:#fff;flex-wrap:wrap}.msgPreviewThumb{width:70px;height:70px;object-fit:cover;border-radius:12px;border:2px solid #1f1f1f}.msgSmallBtn{border:2px solid #1f1f1f;border-radius:10px;padding:8px 12px;background:#ffb43a;cursor:pointer;font-weight:900;color:#111}.msgSmallBtn.ghost{background:#fff}.msgCameraOverlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.msgCameraCard{width:min(720px,95vw);background:#fff;border-radius:16px;padding:12px;border:2px solid rgba(0,0,0,.15)}.msgCameraVideo{width:100%;border-radius:14px;background:#000;display:block}.msgCameraActions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px;flex-wrap:wrap}.typing-indicator{display:inline-block;font-style:italic;font-weight:700;color:#666;animation:blink 1s infinite}@keyframes blink{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@media(max-width:900px){.msgBubble{max-width:78%}}@media(max-width:600px){.msgInboxPage{padding:12px 8px}.msgInboxContainer{gap:12px}.msgInboxCard{padding:12px;gap:10px;border-radius:12px}.msgInboxAvatar{width:46px;height:46px;font-size:20px}.msgInboxName{font-size:16px;margin-bottom:4px}.msgInboxPreview{font-size:13px}.msgHeader{grid-template-columns:40px 1fr auto;gap:8px;padding:10px 8px}.msgHeaderTitle{font-size:15px}.msgBackBtn{width:36px;height:32px;border-radius:8px}.msgClearBtn{padding:5px 8px;font-size:12px;border-radius:7px}.msgList{padding:10px 8px}.msgRow{gap:8px;margin-bottom:10px}.msgAvatar{width:32px;height:32px;font-size:16px;border-radius:8px}.msgBubble{max-width:82%;padding:9px 10px;border-radius:10px}.msgTopLine{gap:8px;margin-bottom:5px}.msgName{font-size:13px}.msgTime{font-size:11px}.msgBody{font-size:13px;line-height:1.2rem}.msgImage{max-width:200px}.msgComposer{gap:6px;padding:10px 8px 16px}.msgInput{font-size:13px;padding:9px 10px}.msgSendBtn,.msgIconBtn{height:40px;padding:0 10px;font-size:13px}.msgPreviewBar{padding:8px 8px 0;gap:8px}.msgPreviewThumb{width:60px;height:60px;border-radius:10px}.msgSmallBtn{padding:7px 10px;font-size:12px}.msgCameraOverlay{padding:10px}.msgCameraCard{padding:10px;border-radius:12px}}@media(max-width:420px){.msgHeader{grid-template-columns:36px 1fr auto;padding:8px 6px}.msgHeaderTitle{font-size:14px}.msgClearBtn{padding:4px 7px;font-size:11px}.msgBubble{max-width:86%}.msgComposer{gap:5px;padding:8px 6px 14px}.msgSendBtn,.msgIconBtn{padding:0 8px;font-size:12px}.msgInput{padding:8px 9px;font-size:12px}}.psPage{padding:16px 0 10px}.psLayout{display:grid;grid-template-columns:minmax(0,860px) minmax(300px,380px);gap:18px;align-items:start;justify-content:center}.psForm{width:100%;max-width:860px;margin:0 auto}.psTitle{margin:0 0 14px;font-size:26px;font-weight:1000;color:#1b3554}.psRequiredNote{margin:-2px 0 14px;font-size:14px;font-weight:700;color:#1b5fa7}.psLoadingText{margin-bottom:12px;font-weight:700;color:#1b3554}.psSection{border:2px solid var(--border);border-radius:12px;padding:14px 14px 10px;margin-bottom:14px;background:#fff}.psSectionTitle{margin:0 0 10px;font-size:18px;font-weight:900;color:#1b3554}.psField{margin-bottom:12px}.psLabel{display:block;margin-bottom:6px;font-weight:900;color:#1b3554}.psRequiredLabel{color:#163a63}.psRequiredStar{color:#d62828;font-weight:1000;margin-left:2px}.psInput,.psSelect,.psTextarea{width:100%;border:3px solid var(--border);border-radius:10px;padding:10px 12px;font-size:16px;outline:none;box-sizing:border-box;background:#fff}.psRequiredInput{border:3px solid #5b9df0;background:#f8fbff;box-shadow:0 0 0 3px #5b9df01f}.psTextarea{resize:vertical}.psChecks,.psRadios{display:grid;grid-template-columns:1fr;gap:8px}.psRequiredGroup{border:2px solid #5b9df0;border-radius:10px;padding:10px 12px;background:#f8fbff}.psCheck,.psRadio{display:flex;gap:10px;align-items:center;font-weight:700;color:#0f172a}.psReadOnlyBox{padding:10px 12px;background:#f5f7fa;border:2px solid #dbe5ef;border-radius:10px;color:#1b3554;font-weight:700}.psActivitySummary{border:2px solid #d9e7f7;border-radius:10px;padding:12px;background:#f8fbff}.psActivitySummaryTitle{margin-bottom:8px}.psActivityRow{margin-top:4px;color:#1b3554;font-weight:600}.psSaveBtn{height:54px;width:100%;border:2px solid var(--border);border-radius:14px;font-size:18px;font-weight:1000;cursor:pointer;background:#fff;color:#1b3554}.psSaveBtn:disabled{opacity:.7;cursor:not-allowed}.psBadgesCard{position:sticky;top:14px;align-self:start;border:2px solid var(--border);border-radius:14px;padding:14px;background:#fff}.psBadgesHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:14px}.psBadgesTitle{margin:0;font-size:20px;font-weight:1000;color:#1b3554}.psBadgesSubtext{margin:4px 0 0;font-size:13px;font-weight:700;color:#6480a3}.psBadgesCounter{min-width:80px;text-align:center;background:#f8fbff;border:2px solid #dbe8f7;border-radius:12px;padding:8px 10px}.psBadgesCounterNum{font-size:18px;font-weight:1000;color:#1b3554}.psBadgesCounterLabel{margin-top:2px;font-size:12px;font-weight:800;color:#6480a3}.psBadgesProgressWrap{margin-bottom:14px}.psBadgesProgressTop{display:flex;justify-content:space-between;margin-bottom:6px;font-size:13px;font-weight:800;color:#1b3554}.psBadgesProgressBar{height:10px;background:#edf3fa;border-radius:999px;overflow:hidden}.psBadgesProgressFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#7db8ff,#83e1ff)}.psBadgesTabs{display:inline-flex;gap:6px;padding:5px;background:#f5f8fc;border-radius:999px;margin-bottom:14px}.psBadgesTab{border:none;background:transparent;color:#5f7898;border-radius:999px;padding:8px 12px;font-weight:900;cursor:pointer}.psBadgesTab.active{background:#fff;color:#1b3554;box-shadow:0 2px 8px #1b35541f}.psBadgesSections{display:flex;flex-direction:column;gap:14px}.psBadgesSectionTitle{margin-bottom:8px;font-size:15px;font-weight:1000;color:#1b3554}.psBadgesGrid{display:grid;grid-template-columns:1fr;gap:10px}.psBadgeTile{display:flex;gap:10px;border-radius:12px;padding:12px}.psBadgeTile.earned{background:linear-gradient(135deg,#fff8e7,#fffdf5);border:2px solid #f4df9f}.psBadgeTile.locked{background:#f8fafc;border:2px solid #e5edf5;opacity:.82}.psBadgeIcon{flex-shrink:0;width:64px;height:64px;display:grid;place-items:center;font-size:24px;background:transparent}.psBadgeBody{min-width:0;flex:1}.psBadgeTopRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.psBadgeName{font-size:15px;font-weight:1000;color:#1b3554}.psBadgePill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:1000;color:#6f5600;background:#ffe8a3}.psBadgeDesc{margin-top:6px;font-size:13px;line-height:1.4;color:#5b6e84;font-weight:700}.psBadgeMeta{margin-top:8px;font-size:12px;font-weight:900;color:#7a8da7}.psBadgesEmpty{padding:18px 0;text-align:center;color:#6480a3;font-weight:800}.psBadgePopupOverlay{position:fixed;inset:0;background:#0f172a6b;display:grid;place-items:center;z-index:9999;padding:20px}.psBadgePopup{width:min(430px,100%);background:#fff;border-radius:20px;padding:22px;box-shadow:0 18px 50px #0003;text-align:center}.psBadgePopupSparkle{font-size:32px;margin-bottom:8px}.psBadgePopupTitle{margin:0 0 14px;font-size:24px;font-weight:1000;color:#1b3554}.psBadgePopupList{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.psBadgePopupItem{display:flex;align-items:center;gap:12px;text-align:left;padding:12px;background:#fff8e8;border:2px solid #f5e0a7;border-radius:14px}.psBadgePopupIcon{width:96px;height:96px;flex-shrink:0;display:grid;place-items:center;font-size:22px;background:transparent}.psBadgePopupName{font-size:15px;font-weight:1000;color:#1b3554}.psBadgePopupDate{margin-top:3px;font-size:12px;font-weight:800;color:#6f87a3}.psBadgePopupBtn{border:2px solid #dbe8f7;background:#f8fbff;color:#1b3554;font-weight:1000;font-size:16px;border-radius:999px;padding:12px 18px;cursor:pointer}@media(max-width:1100px){.psLayout{grid-template-columns:1fr}.psBadgesCard{position:static}.psForm{max-width:860px}}@media(max-width:600px){.psPage{padding:10px 0 8px}.psTitle{font-size:22px;margin-bottom:10px}.psRequiredNote{font-size:13px;margin-bottom:10px}.psSection{padding:12px 10px 8px;margin-bottom:10px}.psSectionTitle{font-size:16px}.psInput,.psSelect,.psTextarea{font-size:15px;padding:9px 10px}.psSaveBtn{height:48px;font-size:16px}.psBadgesTitle{font-size:18px}.psBadgesCounter{min-width:74px}.psBadgeTile{padding:10px}.psBadgeIcon{width:56px;height:56px;font-size:20px}.psBadgePopupIcon{width:80px;height:80px}}.badgeArtWrap{display:grid;place-items:center;width:100%;height:100%;min-height:0;min-width:0}.badgeArtImg{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 2px 8px rgba(15,23,42,.14))}.badgeArtImg--popup{filter:drop-shadow(0 3px 12px rgba(15,23,42,.18))}.badgeArtImg--locked{filter:grayscale(.88) brightness(.97) opacity(.92) drop-shadow(0 2px 6px rgba(15,23,42,.1))}.badgeArtImg--locked.badgeArtImg--popup{filter:grayscale(.88) brightness(.97) opacity(.92) drop-shadow(0 3px 10px rgba(15,23,42,.14))}.badgeArtFallback{display:grid;place-items:center;width:100%;height:100%;font-size:1.35em;line-height:1}.badgeArtFallback--popup{font-size:1.6em}.resourcesPage{max-width:1100px;margin:0 auto;padding:32px 20px 80px}.resourcesHeader h1{font-size:36px;margin:0 0 10px;color:#1b3554}.resourcesHeader p{margin:0;font-size:16px;line-height:1.6;opacity:.85;max-width:800px;color:#1f1f1f}.resourcesIntroCard{margin-top:18px;padding:20px;border:1px solid rgba(0,0,0,.12);border-radius:18px;background:#ffffffe6;box-shadow:0 8px 20px #0000000d}.resourcesIntroCard h2{margin:0 0 10px;font-size:20px;color:#1b3554}.resourcesIntroCard ul{margin:10px 0 12px 18px;line-height:1.6;padding:0}.resourcesYouDeserve{margin-top:12px;font-weight:600;color:#1b3554}.resourcesGrid{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.resourceCard{background:#fff;border-radius:18px;padding:22px;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 20px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.resourceCard:hover{transform:translateY(-4px);box-shadow:0 14px 28px #0000001a}.resourceCard h3{margin:0 0 10px;font-size:17px;line-height:1.3;color:#1b3554}.resourceCard p{margin:0 0 14px;font-size:14px;line-height:1.6;opacity:.82;color:#1f1f1f}.resourceLinks{display:flex;flex-wrap:wrap;gap:10px}.resourceLink{display:inline-block;padding:6px 12px;background:#eef4ff;border-radius:8px;font-size:13px;font-weight:600;color:#2563eb;text-decoration:none;transition:background .2s ease,transform .2s ease}.resourceLink:hover{background:#dbeafe;transform:translateY(-1px)}.resourcesDisclaimer{margin-top:24px;padding:18px;border-radius:18px;border:1px solid rgba(0,0,0,.12);background:#00000008}.resourcesDisclaimer h2{margin:0 0 8px;font-size:18px;color:#1b3554}.resourcesDisclaimer p{margin:0;line-height:1.6;color:#1f1f1f;opacity:.9}@media(max-width:900px){.resourcesPage{padding:24px 16px 72px}.resourcesHeader h1{font-size:30px}.resourcesHeader p{font-size:15px}.resourcesGrid{gap:18px}.resourceCard{padding:18px}}@media(max-width:600px){.resourcesPage{padding:18px 10px 64px}.resourcesHeader h1{font-size:24px;margin-bottom:8px}.resourcesHeader p{font-size:14px;line-height:1.5}.resourcesIntroCard{margin-top:14px;padding:14px;border-radius:14px}.resourcesIntroCard h2{font-size:17px;margin-bottom:8px}.resourcesIntroCard ul{margin:8px 0 10px 16px;line-height:1.5}.resourcesGrid{margin-top:18px;grid-template-columns:1fr;gap:14px}.resourceCard{padding:14px;border-radius:14px}.resourceCard h3{font-size:15px;margin-bottom:8px}.resourceCard p{font-size:13px;line-height:1.5;margin-bottom:12px}.resourceLinks{gap:8px}.resourceLink{font-size:12px;padding:6px 10px;border-radius:7px}.resourcesDisclaimer{margin-top:18px;padding:14px;border-radius:14px}.resourcesDisclaimer h2{font-size:16px}.resourcesDisclaimer p{font-size:13px;line-height:1.5}}@media(max-width:420px){.resourcesPage{padding:16px 8px 56px}.resourcesHeader h1{font-size:22px}.resourcesIntroCard,.resourceCard,.resourcesDisclaimer{padding:12px;border-radius:12px}.resourceCard h3{font-size:14px}.resourceCard p,.resourcesDisclaimer p{font-size:12px}.resourceLink{font-size:11px;padding:5px 8px}}.providerShell{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:#eef3f8}.providerSidebar{background:#1b3554;color:#fff;padding:20px 16px;display:flex;flex-direction:column;border-right:2px solid rgba(255,255,255,.08)}.providerBrandBlock{display:flex;align-items:center;gap:12px;margin-bottom:22px}.providerLogo{width:56px;height:56px;object-fit:contain;background:#ffffff14;border-radius:14px;padding:6px}.providerBrandText{min-width:0}.providerBrandTitle{font-size:20px;font-weight:1000;line-height:1.1}.providerBrandSub{font-size:13px;opacity:.85;margin-top:4px}.providerSearchWrap{margin-bottom:20px}.providerSearchInput{width:100%;box-sizing:border-box;border:2px solid rgba(255,255,255,.22);background:#ffffff14;color:#fff;border-radius:12px;padding:11px 12px;outline:none}.providerSearchInput::placeholder{color:#ffffffb3}.providerNav{display:flex;flex-direction:column;gap:10px}.providerNavLink{text-decoration:none;color:#fff;padding:12px 14px;border-radius:12px;font-weight:800;background:transparent;border:2px solid transparent}.providerNavLink.active,.providerNavLink:hover{background:#ffffff1f;border-color:#ffffff2e}.providerSidebarFooter{margin-top:auto}.providerLogoutBtn{width:100%;border:2px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;border-radius:12px;padding:12px 14px;font-weight:900;cursor:pointer}.providerMainWrap{display:flex;flex-direction:column;min-width:0}.providerTopBar{background:#fff;border-bottom:2px solid #d9e3ee;padding:18px 24px;display:flex;justify-content:space-between;gap:16px;align-items:center}.providerTopBarTitle{font-size:26px;font-weight:1000;color:#1b3554}.providerTopBarSub{margin-top:4px;color:#5e6d80;font-size:14px;font-weight:700}.providerTopBarActions{display:flex;gap:10px}.providerTopAction{border:2px solid #1b3554;border-radius:12px;padding:10px 14px;font-weight:900;cursor:pointer}.providerTopAction.ghost{background:#fff;color:#1b3554}.providerMain{padding:22px}@media(max-width:1000px){.providerShell{grid-template-columns:1fr}.providerSidebar{border-right:none;border-bottom:2px solid rgba(255,255,255,.08)}}@media(max-width:600px){.providerTopBar{padding:14px 12px;flex-direction:column;align-items:flex-start}.providerMain{padding:12px}.providerTopBarTitle{font-size:22px}}.providerDashboard{display:flex;flex-direction:column;gap:18px}.providerSnapshotBar{background:#fff;border:2px solid #d9e3ee;border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:16px}.providerSnapshotMain{display:flex;flex-direction:column;gap:4px}.providerPatientName{font-size:28px;font-weight:1000;color:#1b3554}.providerPatientConditions{color:#5e6d80;font-size:15px;font-weight:700}.providerSnapshotGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.providerSnapshotItem{background:#f5f8fc;border:2px solid #e0e8f1;border-radius:14px;padding:12px}.providerSnapshotLabel{font-size:12px;font-weight:900;text-transform:uppercase;color:#5f7287;margin-bottom:6px}.providerSnapshotValue{font-size:16px;font-weight:900;color:#1b3554}.providerQuickActions{display:flex;flex-wrap:wrap;gap:10px}.providerQuickBtn{border:2px solid #1b3554;border-radius:12px;padding:10px 14px;font-weight:900;cursor:pointer;background:#fff;color:#1b3554}.providerQuickBtn.primary{background:#2f69a8;border-color:#2f69a8;color:#fff}.providerQuickBtn.analytics{background:#ffb43a;border-color:#c78a23;color:#111}.providerTopGrid,.providerMiddleGrid,.providerBottomGrid{display:grid;gap:16px}.providerTopGrid{grid-template-columns:repeat(4,1fr)}.providerMiddleGrid{grid-template-columns:1.35fr 1fr 1fr}.providerBottomGrid{grid-template-columns:1.1fr 1fr 1fr}.providerCard{background:#fff;border:2px solid #d9e3ee;border-radius:18px;padding:16px;min-width:0}.providerWideCard{min-width:0}.providerCardHeader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}.providerCardTitle{margin:0;font-size:18px;font-weight:1000;color:#1b3554}.providerCardBody{min-width:0}.providerMetricBig{font-size:34px;font-weight:1000;color:#2f69a8;line-height:1}.providerMetricCaption{font-size:13px;color:#617386;font-weight:700;margin-top:8px;margin-bottom:12px}.providerMetricList{display:grid;gap:8px;color:#1b3554;font-weight:800;font-size:14px}.providerProgressArea{display:flex;gap:16px;align-items:center}.providerRingWrap{display:flex;flex-direction:column;align-items:center;gap:8px;flex:0 0 auto}.providerRing{width:108px;height:108px;border-radius:50%;display:grid;place-items:center}.providerRingInner{width:74px;height:74px;background:#fff;border-radius:50%;display:grid;place-items:center;border:2px solid #d9e3ee}.providerRingValue{font-size:20px;font-weight:1000;color:#1b3554}.providerRingLabel{font-size:13px;font-weight:900;color:#1b3554}.providerAlertsCompact{display:grid;gap:10px}.providerCompactAlertRow{display:flex;gap:10px;align-items:center;background:#f8fafc;border:2px solid #e5edf6;border-radius:12px;padding:10px 12px}.providerCompactAlertText{font-size:14px;font-weight:800;color:#1b3554}.providerAlertBadge{display:inline-block;min-width:62px;text-align:center;padding:5px 8px;border-radius:999px;font-size:12px;text-transform:capitalize;font-weight:1000}.providerAlertBadge.high{background:#fee2e2;color:#9f1d1d}.providerAlertBadge.medium{background:#fff2cc;color:#8a6400}.providerAlertBadge.low{background:#dbeafe;color:#1e40af}.providerTagList{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.providerTag{background:#eaf2fb;color:#1b3554;border:2px solid #d6e4f3;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.providerSegmented{display:flex;gap:6px;flex-wrap:wrap}.providerSegmented button{border:2px solid #cfe0f0;border-radius:10px;background:#f6faff;color:#1b3554;padding:6px 10px;font-size:12px;font-weight:900;cursor:pointer}.providerSegmented button.active{background:#2f69a8;border-color:#2f69a8;color:#fff}.providerDataGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.providerDataBox{background:#f7fafe;border:2px solid #e1eaf4;border-radius:14px;padding:12px}.providerDataLabel{font-size:12px;font-weight:1000;color:#617386;text-transform:uppercase;margin-bottom:8px}.providerDataValue{font-size:20px;font-weight:1000;color:#1b3554}.providerNutrientList{display:grid;gap:12px}.providerNutrientRow{display:grid;gap:6px}.providerNutrientTop{display:flex;justify-content:space-between;gap:10px;font-size:13px;font-weight:900;color:#1b3554}.providerNutrientTrack{height:10px;background:#e7eef6;border-radius:999px;overflow:hidden}.providerNutrientFill{height:100%;border-radius:999px}.providerNutrientFill.high{background:#e55353}.providerNutrientFill.low{background:#3b82f6}.providerNutrientFill.ok{background:#22a06b}.providerInlineAlerts{margin-top:14px;display:grid;gap:8px}.providerInlineAlert{background:#fff7e8;border:2px solid #f1d18a;color:#7a5500;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:800}.providerPhotoGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.providerPhotoCard{position:relative;overflow:hidden;border-radius:14px;border:2px solid #dce6f0;min-height:120px}.providerPhotoImg{width:100%;height:130px;object-fit:cover;display:block}.providerPhotoBadge{position:absolute;left:8px;bottom:8px;background:#1b3554eb;color:#fff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:1000}.providerPatternList,.providerFollowUpList{display:grid;gap:12px}.providerPatternCard,.providerFollowUpItem{background:#f7fafe;border:2px solid #dfe8f1;border-radius:14px;padding:12px}.providerPatternTitle{font-size:14px;font-weight:1000;color:#1b3554;margin-bottom:6px}.providerPatternEvidence{font-size:13px;color:#617386;font-weight:700;margin-bottom:8px}.providerPatternFollowup{font-size:13px;color:#2f69a8;font-weight:900}.providerFollowUpText{font-size:14px;font-weight:900;color:#1b3554;margin-bottom:10px}.providerFollowUpActions{display:flex;flex-wrap:wrap;gap:8px}.providerFollowUpActions button{border:2px solid #1b3554;background:#fff;color:#1b3554;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:900;cursor:pointer}.providerNotesBox{background:#f8fbff;border:2px solid #dce7f3;border-radius:14px;padding:14px;line-height:1.5;font-size:14px;font-weight:700;color:#1b3554}.providerResourceBox{margin-top:14px;background:#fdfdfd;border:2px solid #e6edf4;border-radius:14px;padding:12px}.providerResourceTitle{font-size:14px;font-weight:1000;color:#1b3554;margin-bottom:10px}.providerBulletList{margin:0;padding-left:18px;display:grid;gap:8px;color:#1b3554;font-size:14px;font-weight:800}.providerBulletList.compact{margin-top:10px}.providerDrawerOverlay{position:fixed;inset:0;background:#00000061;display:flex;justify-content:flex-end;z-index:9999}.providerDrawer{width:min(420px,92vw);height:100vh;background:#fff;border-left:2px solid #d9e3ee;padding:18px 16px;overflow-y:auto}.providerDrawerHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:18px}.providerDrawerHeader h2{margin:0;font-size:22px;font-weight:1000;color:#1b3554}.providerDrawerClose{width:40px;height:40px;border-radius:10px;border:2px solid #d9e3ee;background:#fff;cursor:pointer;font-size:22px;font-weight:900}.providerDrawerSection{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #ebf0f5}.providerDrawerSection h3{margin:0 0 10px;font-size:16px;font-weight:1000;color:#1b3554}.providerDrawerMetric{font-size:15px;font-weight:900;color:#1b3554}.providerRiskGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.providerRiskCard{border-radius:14px;padding:12px;text-align:center;border:2px solid transparent}.providerRiskCard.high{background:#fee2e2;border-color:#fecaca}.providerRiskCard.medium{background:#fff4d8;border-color:#f4d28b}.providerRiskCard.low{background:#dcfce7;border-color:#b7ebc8}.providerRiskValue{font-size:26px;font-weight:1000;color:#1b3554}.providerRiskLabel{font-size:12px;font-weight:900;color:#1b3554}.providerBarrierList{display:grid;gap:10px}.providerBarrierRow{display:grid;gap:6px}.providerBarrierTop{display:flex;justify-content:space-between;gap:10px;font-size:13px;font-weight:900;color:#1b3554}.providerBarrierTrack{height:10px;background:#e7eef6;border-radius:999px;overflow:hidden}.providerBarrierFill{height:100%;background:#2f69a8;border-radius:999px}@media(max-width:1200px){.providerTopGrid{grid-template-columns:1fr 1fr}.providerMiddleGrid,.providerBottomGrid{grid-template-columns:1fr}.providerSnapshotGrid{grid-template-columns:1fr 1fr}.providerDataGrid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.providerTopGrid,.providerSnapshotGrid{grid-template-columns:1fr}.providerDataGrid{grid-template-columns:1fr 1fr}.providerProgressArea{flex-direction:column;align-items:flex-start}.providerPhotoGrid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.providerPatientName{font-size:24px}.providerDataGrid,.providerPhotoGrid{grid-template-columns:1fr}}.providerUsersPage{display:grid;grid-template-columns:340px 1fr;gap:16px;min-height:76vh}.providerUsersSidebar,.providerUsersDetail{background:#fff;border:2px solid #d9e3ee;border-radius:18px;min-width:0}.providerUsersSidebar{display:flex;flex-direction:column;padding:16px}.providerUsersSidebarTop{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.providerUsersTitle{margin:0;font-size:22px;font-weight:1000;color:#1b3554}.providerUsersCount{font-size:13px;font-weight:900;color:#5e6d80}.providerUsersSearch{width:100%;box-sizing:border-box;border:2px solid #d9e3ee;border-radius:12px;padding:11px 12px;font-size:14px;margin-bottom:14px;outline:none}.providerUsersList{display:grid;gap:10px;overflow-y:auto}.providerUserCard{width:100%;text-align:left;border:2px solid #dfe8f1;border-radius:14px;background:#f7fafe;padding:12px;cursor:pointer}.providerUserCard.active{border-color:#2f69a8;background:#edf5fd}.providerUserCardTop{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:8px}.providerUserName{font-size:15px;font-weight:1000;color:#1b3554}.providerUserRisk{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:1000}.providerUserRisk.high{background:#fee2e2;color:#9f1d1d}.providerUserRisk.moderate{background:#fff2cc;color:#8a6400}.providerUserRisk.low{background:#dbeafe;color:#1e40af}.providerUserConditions{font-size:13px;color:#5e6d80;font-weight:700;line-height:1.4;margin-bottom:10px}.providerUserMeta{display:grid;gap:4px;font-size:12px;font-weight:800;color:#1b3554}.providerUsersDetail{padding:16px;display:flex;flex-direction:column;gap:16px}.providerUsersHeader{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:14px;border-bottom:2px solid #e4edf6}.providerUsersPatientName{font-size:26px;font-weight:1000;color:#1b3554}.providerUsersSub{margin-top:4px;color:#5e6d80;font-size:14px;font-weight:700}.providerUsersHeaderActions{display:flex;flex-wrap:wrap;gap:8px}.providerUsersHeaderActions button{border:2px solid #1b3554;background:#fff;color:#1b3554;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:900;cursor:pointer}.providerUsersStatsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.providerUsersStatCard{background:#f7fafe;border:2px solid #dfe8f1;border-radius:14px;padding:14px}.providerUsersStatValue{font-size:20px;font-weight:1000;color:#1b3554;margin-bottom:6px}.providerUsersStatLabel{font-size:12px;color:#617386;font-weight:900;text-transform:uppercase}.providerUsersContentGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.providerUsersPanel{background:#fdfefe;border:2px solid #e4edf6;border-radius:16px;padding:14px}.providerUsersPanel h3{margin:0 0 12px;font-size:16px;font-weight:1000;color:#1b3554}.providerUsersInfoList{display:grid;gap:10px;font-size:14px;font-weight:700;color:#1b3554}.providerUsersChipList{display:flex;flex-wrap:wrap;gap:8px}.providerUsersChip{background:#eaf2fb;color:#1b3554;border:2px solid #d6e4f3;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.providerUsersChip.removable{cursor:pointer}.providerUsersOptionGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.providerUsersOption{display:flex;align-items:center;gap:10px;background:#f7fafe;border:2px solid #dfe8f1;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:800;color:#1b3554;cursor:pointer}.providerUsersOption.selected{background:#edf5fd;border-color:#2f69a8}.providerUsersOption input{margin:0}.providerUsersCustomRow{display:flex;gap:10px;margin-bottom:14px}.providerUsersCustomInput{flex:1;border:2px solid #d9e3ee;border-radius:12px;padding:10px 12px;font-size:14px;outline:none}.providerUsersAddBtn{border:2px solid #2f69a8;background:#2f69a8;color:#fff;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:900;cursor:pointer}.providerUsersSelectedBarriers{margin-top:2px}.providerUsersNotesPanel{grid-column:1 / -1}.providerUsersNotesBox{background:#f8fbff;border:2px solid #dce7f3;border-radius:14px;padding:14px;line-height:1.5;font-size:14px;font-weight:700;color:#1b3554}.providerUsersEmpty,.providerUsersEmptyDetail{color:#617386;font-weight:800;font-size:14px;padding:10px 4px}@media(max-width:1100px){.providerUsersPage{grid-template-columns:1fr}.providerUsersStatsGrid{grid-template-columns:1fr 1fr}.providerUsersContentGrid{grid-template-columns:1fr}}@media(max-width:700px){.providerUsersHeader{flex-direction:column;align-items:flex-start}.providerUsersStatsGrid,.providerUsersOptionGrid{grid-template-columns:1fr}.providerUsersCustomRow{flex-direction:column}}.providerUsersNotesHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.providerUsersSaveBtn{border:2px solid #2f69a8;background:#2f69a8;color:#fff;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:900;cursor:pointer}.providerUsersNotesTextarea{width:100%;min-height:150px;resize:vertical;box-sizing:border-box;background:#f8fbff;border:2px solid #dce7f3;border-radius:14px;padding:14px;line-height:1.5;font-size:14px;font-weight:700;color:#1b3554;outline:none;font-family:inherit}.providerUsersSavedText{margin-top:10px;font-size:13px;font-weight:900;color:#2f69a8}.providerMessagesPage{display:grid;grid-template-columns:340px 1fr;gap:16px;min-height:76vh}.providerMessagesSidebar,.providerChatPanel{background:#fff;border:2px solid #d9e3ee;border-radius:18px;min-width:0}.providerMessagesSidebar{display:flex;flex-direction:column;padding:16px}.providerMessagesSidebarTop{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.providerMessagesTitle{margin:0;font-size:22px;font-weight:1000;color:#1b3554}.providerMessagesCount{font-size:13px;font-weight:900;color:#5e6d80}.providerMessagesSearch{width:100%;box-sizing:border-box;border:2px solid #d9e3ee;border-radius:12px;padding:11px 12px;font-size:14px;margin-bottom:14px;outline:none}.providerMessagesList{display:grid;gap:10px;overflow-y:auto}.providerConversationItem{width:100%;text-align:left;border:2px solid #dfe8f1;border-radius:14px;background:#f7fafe;padding:12px;cursor:pointer}.providerConversationItem.active{border-color:#2f69a8;background:#edf5fd}.providerConversationTop{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px}.providerConversationName{font-size:15px;font-weight:1000;color:#1b3554}.providerConversationTime{font-size:12px;font-weight:800;color:#617386;white-space:nowrap}.providerConversationPreview{font-size:13px;color:#5e6d80;font-weight:700;line-height:1.4;margin-bottom:10px}.providerConversationMeta{display:flex;align-items:center;justify-content:space-between;gap:10px}.providerConversationStatus{display:inline-block;background:#eaf2fb;color:#1b3554;border:2px solid #d6e4f3;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:1000}.providerConversationUnread{min-width:24px;height:24px;border-radius:999px;background:#2f69a8;color:#fff;display:inline-grid;place-items:center;font-size:12px;font-weight:1000}.providerChatPanel{display:flex;flex-direction:column;min-height:0}.providerChatHeader{padding:16px;border-bottom:2px solid #e4edf6;display:flex;justify-content:space-between;align-items:center;gap:12px}.providerChatPatientName{font-size:20px;font-weight:1000;color:#1b3554}.providerChatSub{font-size:13px;color:#617386;font-weight:700;margin-top:4px}.providerChatHeaderActions{display:flex;flex-wrap:wrap;gap:8px}.providerChatHeaderActions button,.providerChatSend{border:2px solid #1b3554;background:#fff;color:#1b3554;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:900;cursor:pointer}.providerChatSend{background:#2f69a8;border-color:#2f69a8;color:#fff}.providerChatMessages{flex:1;padding:16px;display:grid;gap:12px;background:#f7fbff;min-height:360px;overflow-y:auto}.providerMsgBubbleRow{display:flex}.providerMsgBubbleRow.patient{justify-content:flex-start}.providerMsgBubbleRow.provider{justify-content:flex-end}.providerMsgBubble{max-width:min(75%,560px);border-radius:16px;padding:12px 14px;border:2px solid transparent}.providerMsgBubble.patient{background:#fff;border-color:#dce6f0;color:#1b3554}.providerMsgBubble.provider{background:#2f69a8;border-color:#2f69a8;color:#fff}.providerMsgBubbleText{font-size:14px;font-weight:700;line-height:1.45}.providerMsgBubbleTime{font-size:11px;font-weight:900;opacity:.8;margin-top:8px}.providerChatComposer{border-top:2px solid #e4edf6;padding:16px;background:#fff}.providerChatInput{width:100%;box-sizing:border-box;resize:vertical;min-height:90px;border:2px solid #d9e3ee;border-radius:14px;padding:12px;font-size:14px;outline:none}.providerChatComposerActions{display:flex;justify-content:flex-end;margin-top:10px}.providerMessagesEmpty,.providerMessagesEmptyPanel{color:#617386;font-weight:800;font-size:14px;padding:10px 4px}@media(max-width:1000px){.providerMessagesPage{grid-template-columns:1fr}.providerMessagesSidebar{max-height:320px}}@media(max-width:600px){.providerChatHeader{flex-direction:column;align-items:flex-start}.providerMsgBubble{max-width:100%}}.providerMessagesResetBtn{border:2px solid #d9e3ee;background:#fff;color:#1b3554;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:900;cursor:pointer;margin-bottom:14px}.providerChatClearDraft,.providerChatClearConversation{border:2px solid #d9e3ee;background:#fff;color:#1b3554;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:900;cursor:pointer}.providerNotePopupOverlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.providerNotePopup{background:#fff;border-radius:16px;padding:24px;min-width:400px;max-width:500px;box-shadow:0 4px 24px #00000026;display:flex;flex-direction:column;gap:16px}.providerNotePopupHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.providerNotePopupHeader h3{margin:0;font-size:18px;font-weight:900;color:#1b3554}.providerNotePopupClose{background:none;border:none;font-size:28px;cursor:pointer;color:#5e6d80;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.providerNotePopupClose:hover{color:#1b3554}.providerNotePopupTextarea{width:100%;box-sizing:border-box;border:2px solid #d9e3ee;border-radius:10px;padding:12px;font-size:14px;font-family:inherit;min-height:120px;resize:vertical}.providerNotePopupTextarea:focus{outline:none;border-color:#2f69a8}.providerNotePopupActions{display:flex;gap:10px;justify-content:flex-end}.providerNotePopupCancel,.providerNotePopupSave{border-radius:10px;padding:10px 16px;font-size:13px;font-weight:900;cursor:pointer;border:2px solid #d9e3ee;background:#fff;color:#1b3554}.providerNotePopupSave{background:#2f69a8;color:#fff;border-color:#2f69a8}:root{--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";--brand-700: #2b67aa;--brand-600: #2f6fb4;--surface: #ffffff;--text-on-brand: #eaf2ff;--text: #0f172a;--muted: #64748b;--border: #0f0f0f;--radius-lg: 14px;--radius-md: 12px;--topbar-h: 92px;--bottombar-h: 92px;--shadow: 0 10px 24px rgba(0,0,0,.12)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font-sans);color:var(--text);background:var(--brand-600)}button,input,select{font-family:inherit}.appPage{min-height:100vh;background:var(--brand-600)}.card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.primaryBtn{height:52px;border-radius:var(--radius-lg);border:2px solid var(--border);background:#fffffff2;color:#1b3554;font-weight:900;font-size:18px;cursor:pointer}.primaryBtn:active{transform:translateY(1px)}
