.ReflectionBox-module__vxGNBa__box{background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--shadow-premium);border-radius:2rem;margin-bottom:2rem;padding:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.ReflectionBox-module__vxGNBa__box.ReflectionBox-module__vxGNBa__expanded{border-color:var(--primary);box-shadow:0 12px 40px #4a5d421f}.ReflectionBox-module__vxGNBa__greeting{font-family:var(--font-heading);color:var(--primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.ReflectionBox-module__vxGNBa__form{flex-direction:column;gap:1.5rem;display:flex}.ReflectionBox-module__vxGNBa__textarea{border:1px solid var(--border);width:100%;min-height:3rem;font-family:var(--font-body);color:var(--foreground);resize:none;background:#fff6;border-radius:1rem;outline:none;padding:1rem 1.25rem;font-size:1.125rem;line-height:1.6;transition:all .3s}.ReflectionBox-module__vxGNBa__box.ReflectionBox-module__vxGNBa__expanded .ReflectionBox-module__vxGNBa__textarea{border-color:var(--primary);background:#fff;min-height:140px}.ReflectionBox-module__vxGNBa__textarea::placeholder{color:var(--muted-foreground);opacity:.65}.ReflectionBox-module__vxGNBa__actions{border-top:1px solid var(--border);flex-direction:column;gap:1.5rem;padding-top:1.5rem;animation:.3s ease-out ReflectionBox-module__vxGNBa__fadeIn;display:flex}.ReflectionBox-module__vxGNBa__actionFooter{justify-content:space-between;align-items:center;display:flex}@keyframes ReflectionBox-module__vxGNBa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ReflectionBox-module__vxGNBa__tagPicker{flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem;display:flex}.ReflectionBox-module__vxGNBa__tagBtn{border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;background:#fff9;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ReflectionBox-module__vxGNBa__tagBtn:hover{border-color:var(--primary);color:var(--primary);background:#fff}.ReflectionBox-module__vxGNBa__tagBtn.ReflectionBox-module__vxGNBa__active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 12px #4a5d4226}.ReflectionBox-module__vxGNBa__tagBtn.ReflectionBox-module__vxGNBa__active svg{color:#fff}.ReflectionBox-module__vxGNBa__tagBtn svg{color:var(--primary);opacity:.8}.ReflectionBox-module__vxGNBa__diagnosisLinker{background:#b5a8d60d;border-radius:1rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.ReflectionBox-module__vxGNBa__linkerLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.ReflectionBox-module__vxGNBa__diagnosisChips{flex-wrap:wrap;gap:.5rem;display:flex}.ReflectionBox-module__vxGNBa__chip{border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;background:#fff;border-radius:9999px;padding:.4rem .875rem;font-size:.8125rem;font-weight:600;transition:all .2s}.ReflectionBox-module__vxGNBa__chip:hover{border-color:var(--primary);color:var(--primary)}.ReflectionBox-module__vxGNBa__chipActive{background:var(--primary);color:#fff;border-color:var(--primary)}.ReflectionBox-module__vxGNBa__categoryBtn{border:1px solid var(--border);color:var(--primary);cursor:pointer;background:#b5a8d614;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;transition:all .2s;display:flex}.ReflectionBox-module__vxGNBa__categoryBtn:hover{background:var(--accent);border-color:var(--primary)}.ReflectionBox-module__vxGNBa__categoryBtn.ReflectionBox-module__vxGNBa__active{background:var(--primary);color:#fff;border-color:var(--primary)}.ReflectionBox-module__vxGNBa__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:2rem;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 12px #4a5d4226}.ReflectionBox-module__vxGNBa__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4a5d4240}.ReflectionBox-module__vxGNBa__submitBtn:disabled{opacity:.6;cursor:not-allowed;color:#fff;background:#aab3a9}@media (max-width:1024px){.ReflectionBox-module__vxGNBa__box{box-sizing:border-box;border-radius:1.25rem;width:100%;min-width:0;max-width:calc(100vw - 1.5rem);margin-bottom:1.5rem;padding:1rem;transition:opacity .3s,transform .3s,height .3s;overflow:hidden}.ReflectionBox-module__vxGNBa__box.ReflectionBox-module__vxGNBa__expanded{border-color:var(--primary);margin-bottom:2rem}.ReflectionBox-module__vxGNBa__form{flex-direction:column;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden}.ReflectionBox-module__vxGNBa__box.ReflectionBox-module__vxGNBa__expanded .ReflectionBox-module__vxGNBa__textarea{box-sizing:border-box;width:100%;max-width:100%;min-height:100px;padding:.75rem}.ReflectionBox-module__vxGNBa__greeting{overflow-wrap:break-word;width:100%;margin-bottom:1rem;font-size:1.125rem;line-height:1.4}.ReflectionBox-module__vxGNBa__actions{box-sizing:border-box;gap:1.25rem;width:100%;min-width:0;max-width:100%;padding-top:1.25rem}.ReflectionBox-module__vxGNBa__actionFooter{justify-content:center;width:100%;margin-top:-.25rem}.ReflectionBox-module__vxGNBa__submitBtn{justify-content:center;width:100%;padding:.625rem 1.25rem}.ReflectionBox-module__vxGNBa__tagPicker{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex-wrap:nowrap;gap:.75rem;width:100%;min-width:0;max-width:100%;margin:0;padding-bottom:.75rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 85%,#0000 100%);mask-image:linear-gradient(90deg,#000 85%,#0000 100%)}.ReflectionBox-module__vxGNBa__tagPicker::-webkit-scrollbar{display:none}.ReflectionBox-module__vxGNBa__tagBtn{white-space:nowrap;flex-shrink:0;padding:.4rem .875rem;font-size:.75rem}}.ReflectionBox-module__vxGNBa__tagTip{color:var(--primary);background:var(--primary-soft);border:1px solid var(--primary-tint);border-radius:.75rem;margin-top:-.5rem;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.4;animation:.3s ease-out ReflectionBox-module__vxGNBa__slideDown}@keyframes ReflectionBox-module__vxGNBa__slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.MilestoneFeedbackCard-module__qIKKWW__card{background:#fff;border:1px solid #365a401a;border-radius:20px;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) MilestoneFeedbackCard-module__qIKKWW__slideIn;display:flex;box-shadow:0 4px 12px #365a400d}@keyframes MilestoneFeedbackCard-module__qIKKWW__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.MilestoneFeedbackCard-module__qIKKWW__header{align-items:center;gap:.75rem;display:flex}.MilestoneFeedbackCard-module__qIKKWW__icon{background:#f0f4f2;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.MilestoneFeedbackCard-module__qIKKWW__header h3{color:#3a5a40;font-size:1rem;font-family:var(--font-heading),serif;margin:0}.MilestoneFeedbackCard-module__qIKKWW__question{color:#1b2e20;font-size:1.1rem;font-weight:500;line-height:1.4}.MilestoneFeedbackCard-module__qIKKWW__actions{gap:.75rem;display:flex}.MilestoneFeedbackCard-module__qIKKWW__actionBtn{color:#3a5a40;cursor:pointer;background:#fff;border:1px solid #e6ded3;border-radius:12px;flex:1;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.MilestoneFeedbackCard-module__qIKKWW__actionBtn:hover{background:#f0f4f2;border-color:#3a5a40}.MilestoneFeedbackCard-module__qIKKWW__actionBtn.MilestoneFeedbackCard-module__qIKKWW__primary{color:#fff;background:#3a5a40;border-color:#3a5a40}.MilestoneFeedbackCard-module__qIKKWW__dismissBtn{color:#8a9a8e;cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-top:.5rem;font-size:.8rem;text-decoration:underline}.MilestoneFeedbackCard-module__qIKKWW__successState{color:#3a5a40;align-items:center;gap:1rem;padding:.5rem 0;font-weight:600;display:flex}.MilestoneFeedbackCard-module__qIKKWW__bloom{animation:.6s ease-out MilestoneFeedbackCard-module__qIKKWW__bloomEffect}@keyframes MilestoneFeedbackCard-module__qIKKWW__bloomEffect{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}
.JournalFeed-module__wiyOmW__journal{flex-direction:column;gap:3rem;padding-bottom:4rem;display:flex}.JournalFeed-module__wiyOmW__dayGroup{flex-direction:column;gap:1.5rem;display:flex}.JournalFeed-module__wiyOmW__dateHeader{background:var(--primary-tint);color:var(--primary);font-family:var(--font-heading);letter-spacing:.02em;text-transform:uppercase;border-radius:9999px;align-items:center;gap:.75rem;width:fit-content;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;display:flex}.JournalFeed-module__wiyOmW__entries{flex-direction:column;gap:0;display:flex}.JournalFeed-module__wiyOmW__entryItem{gap:1.5rem;padding-bottom:1.5rem;display:flex;position:relative}.JournalFeed-module__wiyOmW__vineNode{flex-direction:column;flex-shrink:0;align-items:center;width:40px;display:flex}.JournalFeed-module__wiyOmW__iconWrapper{background:var(--card-bg);border:2px solid var(--border);width:40px;height:40px;color:var(--primary);z-index:2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 10px #0000000d}.JournalFeed-module__wiyOmW__entryItem:hover .JournalFeed-module__wiyOmW__iconWrapper{border-color:var(--primary);transform:scale(1.1)}.JournalFeed-module__wiyOmW__iconWrapper[data-category=incident]{color:#a44a3f;border-color:#a44a3f4d}.JournalFeed-module__wiyOmW__iconWrapper[data-category=vital]{color:#2d6a4f;border-color:#2d6a4f4d}.JournalFeed-module__wiyOmW__iconWrapper[data-category=medication]{color:var(--secondary);border-color:#b5a8d680}.JournalFeed-module__wiyOmW__vineLine{background:var(--border);opacity:.6;flex:1;width:2px;margin-top:4px;margin-bottom:-1.5rem}.JournalFeed-module__wiyOmW__entryCard{background:var(--card-bg);border:1px solid var(--border);border-radius:1.5rem;flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 12px #00000005}.JournalFeed-module__wiyOmW__entryItem:hover .JournalFeed-module__wiyOmW__entryCard{border-color:var(--border);transform:translate(4px);box-shadow:0 8px 20px #0000000d}.JournalFeed-module__wiyOmW__entryHeader{justify-content:space-between;align-items:center;padding-right:2rem;display:flex}.JournalFeed-module__wiyOmW__headerLeft{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.JournalFeed-module__wiyOmW__tagBadge{color:var(--primary);text-transform:uppercase;letter-spacing:.02em;background:#b5a8d61a;border:1px solid #b5a8d633;border-radius:99px;align-items:center;gap:.4rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:flex}.JournalFeed-module__wiyOmW__tagBadge svg{opacity:.8}.JournalFeed-module__wiyOmW__headerRight{align-items:center;display:flex}.JournalFeed-module__wiyOmW__actionButtons{opacity:0;z-index:10;gap:.25rem;transition:opacity .3s;display:flex;position:absolute;top:.75rem;right:.75rem}.JournalFeed-module__wiyOmW__entryCard:hover .JournalFeed-module__wiyOmW__actionButtons{opacity:.6}.JournalFeed-module__wiyOmW__actionButtons:hover{opacity:1!important}.JournalFeed-module__wiyOmW__actionButtons button{background:var(--card-bg);border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.JournalFeed-module__wiyOmW__actionButtons button:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-tint);transform:scale(1.1)}.JournalFeed-module__wiyOmW__deleteBtn:hover{color:#a44a3f!important;background:#fef2f2!important;border-color:#a44a3f!important}.JournalFeed-module__wiyOmW__editInput{border:2px solid var(--primary);background:var(--background);width:100%;min-height:80px;color:var(--foreground);font-family:var(--font-body);resize:vertical;border-radius:.75rem;outline:none;margin-top:.5rem;padding:.75rem;font-size:1rem;line-height:1.5}.JournalFeed-module__wiyOmW__userName{color:var(--primary);opacity:.8;font-size:.875rem;font-weight:700}.JournalFeed-module__wiyOmW__time{color:var(--muted-foreground);font-size:.75rem;font-weight:600}.JournalFeed-module__wiyOmW__action{color:var(--foreground);margin:0;font-size:1rem;line-height:1.5}.JournalFeed-module__wiyOmW__status{text-align:center;color:var(--muted-foreground);font-style:italic;font-family:var(--font-body);padding:4rem 2rem}.JournalFeed-module__wiyOmW__emptyState{text-align:center;background:var(--primary-soft);border:2px dashed var(--border);border-radius:2rem;padding:6rem 2rem}.JournalFeed-module__wiyOmW__emptyIcon{color:var(--muted-foreground);opacity:.3;margin-bottom:1.5rem}.JournalFeed-module__wiyOmW__emptyState h3{font-family:var(--font-heading);color:var(--primary);margin-bottom:.5rem}.JournalFeed-module__wiyOmW__emptyState p{color:var(--muted-foreground);font-size:.9375rem}.JournalFeed-module__wiyOmW__journalToolbar{background:var(--card-bg);border:1px solid var(--border);border-radius:1.5rem;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex;box-shadow:0 4px 12px #00000005}.JournalFeed-module__wiyOmW__historyJump{color:var(--primary);align-items:center;gap:.75rem;display:flex}.JournalFeed-module__wiyOmW__historyLabel{color:var(--muted-foreground);font-size:.8125rem;font-weight:600}.JournalFeed-module__wiyOmW__dateInput{border:1px solid var(--border);background:var(--background);color:var(--foreground);font-family:var(--font-body);cursor:pointer;border-radius:.75rem;outline:none;padding:.4rem .75rem;font-size:.8125rem;transition:all .3s}.JournalFeed-module__wiyOmW__dateInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px #2d6a4f1a}.JournalFeed-module__wiyOmW__clearBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:.75rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;transition:all .2s}.JournalFeed-module__wiyOmW__clearBtn:hover{background:var(--linen-tint)}.JournalFeed-module__wiyOmW__loadMoreContainer{justify-content:center;padding:1rem 0;display:flex}.JournalFeed-module__wiyOmW__loadMoreBtn{border:1px solid var(--primary);color:var(--primary);font-family:var(--font-heading);cursor:pointer;background:0 0;border-radius:9999px;align-items:center;gap:.5rem;padding:.625rem 1.75rem;font-size:.8125rem;font-weight:700;transition:all .3s;display:flex}.JournalFeed-module__wiyOmW__loadMoreBtn:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2d6a4f33}.JournalFeed-module__wiyOmW__loadMoreBtn:active{transform:translateY(0)}@media (max-width:600px){.JournalFeed-module__wiyOmW__entryItem{gap:1rem}.JournalFeed-module__wiyOmW__vineNode{width:32px}.JournalFeed-module__wiyOmW__iconWrapper{width:32px;height:32px}.JournalFeed-module__wiyOmW__iconWrapper svg{width:14px;height:14px}.JournalFeed-module__wiyOmW__entryCard{border-radius:1.25rem;padding:1rem}.JournalFeed-module__wiyOmW__journalToolbar{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}}
.JournalSearch-module__nGfWnG__searchContainer{z-index:10;margin-bottom:2rem;position:sticky;top:1rem}.JournalSearch-module__nGfWnG__searchWrapper{background:var(--card-bg);border:1px solid var(--border);border-radius:2rem;align-items:center;gap:.75rem;padding:.75rem 1.25rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000008}.JournalSearch-module__nGfWnG__searchWrapper:focus-within{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 8px 24px #4a5d421a}.JournalSearch-module__nGfWnG__searchIcon{color:var(--muted-foreground);opacity:.7}.JournalSearch-module__nGfWnG__input{font-family:var(--font-body);color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.JournalSearch-module__nGfWnG__input::placeholder{color:var(--muted-foreground);opacity:.6}.JournalSearch-module__nGfWnG__clearBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.JournalSearch-module__nGfWnG__clearBtn:hover{background:var(--accent);color:var(--primary)}
.MedicationLog-module__7_iRZq__container{flex-direction:column;gap:1.25rem;display:flex}.MedicationLog-module__7_iRZq__missedAlert{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b33;border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;display:flex}.MedicationLog-module__7_iRZq__list{flex-direction:column;gap:.75rem;display:flex}.MedicationLog-module__7_iRZq__medCard{background:#fff;border:1px solid #3c503c1a;border-radius:1rem;justify-content:space-between;align-items:center;padding:.85rem;transition:all .2s;display:flex}.MedicationLog-module__7_iRZq__medCard:hover{border-color:#3c503c33;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.MedicationLog-module__7_iRZq__medInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.MedicationLog-module__7_iRZq__nameRow{align-items:center;gap:.5rem;display:flex}.MedicationLog-module__7_iRZq__pillIcon{color:var(--primary);opacity:.7}.MedicationLog-module__7_iRZq__medName{color:var(--primary);font-size:.95rem;font-weight:600}.MedicationLog-module__7_iRZq__dosage{color:#666;font-size:.8rem}.MedicationLog-module__7_iRZq__schedulePreview{color:#888;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;display:flex}.MedicationLog-module__7_iRZq__statusTag{width:fit-content;color:var(--primary);background:#3c503c0d;border-radius:.25rem;margin-top:.25rem;padding:.1rem .4rem;font-size:.7rem;font-weight:500}.MedicationLog-module__7_iRZq__medSection{border-bottom:1px solid #3c503c0d;flex-direction:column;gap:.75rem;padding-bottom:1rem;display:flex}.MedicationLog-module__7_iRZq__medSection:last-child{border-bottom:none}.MedicationLog-module__7_iRZq__actions{gap:.5rem;display:flex}.MedicationLog-module__7_iRZq__takenBtn,.MedicationLog-module__7_iRZq__skippedBtn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.MedicationLog-module__7_iRZq__takenBtn{color:var(--primary);background:#2d3e330d}.MedicationLog-module__7_iRZq__takenBtn:hover:not(:disabled){background:var(--primary);color:#fff}.MedicationLog-module__7_iRZq__skippedBtn{color:#ff6b6b;background:#ff6b6b0d}.MedicationLog-module__7_iRZq__skippedBtn:hover:not(:disabled){color:#fff;background:#ff6b6b}.MedicationLog-module__7_iRZq__takenBtn:disabled,.MedicationLog-module__7_iRZq__skippedBtn:disabled{opacity:.5;cursor:not-allowed}.MedicationLog-module__7_iRZq__logBtn{color:var(--primary);cursor:pointer;background:#3c503c0d;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.6rem;transition:all .2s;display:flex}.MedicationLog-module__7_iRZq__logBtn:hover{background:var(--primary);color:#fff}.MedicationLog-module__7_iRZq__logBtn:disabled{opacity:.5;cursor:default}.MedicationLog-module__7_iRZq__emptyState{text-align:center;background:#ffffff80;border:1px dashed #3c503c33;border-radius:1rem;padding:1.5rem}.MedicationLog-module__7_iRZq__emptyState p{color:#888;margin-bottom:.75rem;font-size:.85rem}.MedicationLog-module__7_iRZq__addInitialBtn{border:1px solid var(--primary);color:var(--primary);cursor:pointer;background:0 0;border-radius:.5rem;padding:.4rem .8rem;font-size:.8rem;font-weight:500}.MedicationLog-module__7_iRZq__viewAll{color:var(--primary);opacity:.7;justify-content:flex-end;align-items:center;gap:.25rem;font-size:.8rem;font-weight:500;text-decoration:none;display:flex}.MedicationLog-module__7_iRZq__viewAll:hover{opacity:1}.MedicationLog-module__7_iRZq__completedSection{border-top:1px dashed #3c503c26;margin-top:.5rem;padding-top:1rem}.MedicationLog-module__7_iRZq__completedTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);opacity:.6;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.MedicationLog-module__7_iRZq__completedList{flex-direction:column;gap:.5rem;display:flex}.MedicationLog-module__7_iRZq__completedItem{background:#3c503c08;border-radius:.5rem;align-items:center;gap:.5rem;padding:.4rem .5rem;display:flex}.MedicationLog-module__7_iRZq__doneIcon{color:var(--primary);opacity:.6}.MedicationLog-module__7_iRZq__doneName{color:#565;flex:1;font-size:.85rem;font-weight:500}.MedicationLog-module__7_iRZq__doneTime{color:#9aa;font-size:.7rem;font-weight:600}.MedicationLog-module__7_iRZq__staleIndicator{color:#d97706;text-transform:uppercase;background:#fffbeb;border-radius:4px;padding:.1rem .3rem;font-size:.6rem;font-weight:800}.MedicationLog-module__7_iRZq__conflictAlert{animation:2s infinite MedicationLog-module__7_iRZq__pulse-border;background:#fef2f2!important;border:1px solid #ef4444!important}@keyframes MedicationLog-module__7_iRZq__pulse-border{0%{border-color:#ef4444}50%{border-color:#ef44444d}to{border-color:#ef4444}}@media (max-width:768px){.MedicationLog-module__7_iRZq__medCard{padding:.75rem}.MedicationLog-module__7_iRZq__medName{font-size:.9rem}}
.VitalsLog-module__L-9_ga__container{flex-direction:column;gap:1rem;display:flex}.VitalsLog-module__L-9_ga__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (max-width:480px){.VitalsLog-module__L-9_ga__grid{grid-template-columns:1fr}}.VitalsLog-module__L-9_ga__vitalCard{background:var(--card-bg);border:1px solid var(--border);border-radius:1rem;flex-direction:column;gap:.5rem;padding:.75rem;transition:transform .2s,box-shadow .2s;display:flex}.VitalsLog-module__L-9_ga__vitalCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3a5a400d}.VitalsLog-module__L-9_ga__cardInfo{flex-direction:column;display:flex}.VitalsLog-module__L-9_ga__vitalTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);opacity:.6;font-size:.7rem}.VitalsLog-module__L-9_ga__valueRow{align-items:baseline;gap:.25rem;margin-top:.1rem;display:flex}.VitalsLog-module__L-9_ga__vitalValue{margin:0;font-size:1.1rem;font-weight:700}.VitalsLog-module__L-9_ga__vitalUnit{opacity:.5;font-size:.65rem}.VitalsLog-module__L-9_ga__deltaIcon{color:var(--secondary);margin-left:auto;font-size:.9rem;font-weight:700}.VitalsLog-module__L-9_ga__sparklineContainer{width:100%;height:24px}.VitalsLog-module__L-9_ga__emptySpark{color:var(--border);justify-content:center;align-items:center;height:100%;font-size:.7rem;display:flex}.VitalsLog-module__L-9_ga__recordBtn{background:var(--accent);color:var(--primary);border-radius:1rem;margin-top:.5rem;padding:.75rem;font-size:.9rem;font-weight:600;transition:all .2s}.VitalsLog-module__L-9_ga__recordBtn:hover{background:var(--primary);color:#fff}.VitalsLog-module__L-9_ga__viewFull{text-align:center;color:var(--primary);opacity:.7;font-size:.8rem;font-weight:500}.VitalsLog-module__L-9_ga__viewFull:hover{opacity:1;text-decoration:underline}.VitalsLog-module__L-9_ga__syncPending{color:#f59e0b;margin-left:4px;animation:2s infinite VitalsLog-module__L-9_ga__pulse}@keyframes VitalsLog-module__L-9_ga__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}
.VitalsModal-module__mdImsW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#2d2d2d66;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.VitalsModal-module__mdImsW__modal{background:var(--background);border-radius:var(--radius);width:100%;max-width:480px;animation:.3s cubic-bezier(.16,1,.3,1) VitalsModal-module__mdImsW__slideUp;overflow:hidden;box-shadow:0 24px 48px #00000026}@keyframes VitalsModal-module__mdImsW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.VitalsModal-module__mdImsW__header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.VitalsModal-module__mdImsW__titleArea{flex-direction:column;display:flex}.VitalsModal-module__mdImsW__title{margin:0;font-size:1.5rem}.VitalsModal-module__mdImsW__subtitle{opacity:.6;color:var(--foreground);margin:.25rem 0 0;font-size:.85rem}.VitalsModal-module__mdImsW__closeBtn{color:var(--foreground);opacity:.5;transition:opacity .2s}.VitalsModal-module__mdImsW__closeBtn:hover{opacity:1}.VitalsModal-module__mdImsW__form{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.VitalsModal-module__mdImsW__toggleRow{justify-content:center;display:flex}.VitalsModal-module__mdImsW__unitToggle{background:var(--accent);border-radius:2rem;gap:.25rem;padding:.25rem;display:flex}.VitalsModal-module__mdImsW__unitToggle button{color:var(--primary);border-radius:2rem;padding:.4rem 1.2rem;font-size:.8rem;font-weight:600;transition:all .2s}.VitalsModal-module__mdImsW__activeToggle{box-shadow:0 2px 8px #3a5a4033;background:var(--primary)!important;color:#fff!important}.VitalsModal-module__mdImsW__fieldGroup{flex-direction:column;gap:.4rem;display:flex}.VitalsModal-module__mdImsW__fieldGroup label{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.VitalsModal-module__mdImsW__select,.VitalsModal-module__mdImsW__fieldGroup input,.VitalsModal-module__mdImsW__fieldGroup textarea{border:1px solid var(--border);width:100%;font-size:1rem;font-family:var(--font-body);background:#fff;border-radius:.75rem;padding:.85rem}.VitalsModal-module__mdImsW__fieldGroup textarea{resize:vertical;min-height:80px}.VitalsModal-module__mdImsW__bpGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.VitalsModal-module__mdImsW__bmiPreview{background:var(--accent);color:var(--primary);border-radius:.75rem;align-items:center;gap:.5rem;padding:.85rem;font-size:.9rem;display:flex}.VitalsModal-module__mdImsW__actions{gap:1rem;margin-top:.5rem;display:flex}@media (max-width:400px){.VitalsModal-module__mdImsW__actions{flex-direction:column-reverse}}.VitalsModal-module__mdImsW__cancelBtn{border:1px solid var(--border);background:#fff;border-radius:1rem;flex:1;padding:1rem;font-weight:600}.VitalsModal-module__mdImsW__submitBtn{background:var(--primary);color:#fff;font-weight:600;font-family:var(--font-heading);letter-spacing:.02em;border-radius:1rem;flex:2;padding:1rem}.VitalsModal-module__mdImsW__submitBtn:disabled{opacity:.5;cursor:not-allowed}
.vitals-module__kK6umq__container{background:var(--background);max-width:100vw;min-height:100vh;overflow-x:hidden}.vitals-module__kK6umq__main{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto;padding:3rem 2.5rem;display:flex}.vitals-module__kK6umq__header{flex-direction:column;gap:.5rem;display:flex}.vitals-module__kK6umq__backLink{color:var(--primary);align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.vitals-module__kK6umq__titleRow{justify-content:space-between;align-items:flex-end;display:flex}.vitals-module__kK6umq__headerActions{align-items:center;gap:1rem;display:flex}.vitals-module__kK6umq__rangePicker{border:1px solid var(--border);background:#fff;border-radius:2rem;padding:.25rem;display:flex}.vitals-module__kK6umq__rangePicker button{color:var(--primary);background:0 0;border:none;border-radius:2rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s}.vitals-module__kK6umq__activeRange{background:var(--primary)!important;color:#fff!important}.vitals-module__kK6umq__topGrid{grid-template-columns:minmax(0,350px) minmax(0,1fr);gap:1.5rem;width:100%;display:grid}.vitals-module__kK6umq__heroAnalytics{border:1px solid var(--border);background:#fff;border-radius:1.5rem;flex-direction:column;width:100%;min-width:0;display:flex;overflow:hidden}.vitals-module__kK6umq__typeToggle{background:var(--accent);border-bottom:1px solid var(--border);-webkit-overflow-scrolling:touch;box-sizing:border-box;gap:.5rem;width:100%;padding:.5rem;display:flex;overflow-x:auto}.vitals-module__kK6umq__typeToggle button{color:var(--primary);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:.75rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.vitals-module__kK6umq__activeType{box-shadow:0 2px 4px #0000000d;background:#fff!important}.vitals-module__kK6umq__chartArea{flex-direction:column;flex:1;padding:2.5rem;display:flex}@media (max-width:768px){.vitals-module__kK6umq__main{gap:1rem;padding:1rem .75rem}.vitals-module__kK6umq__chartArea{padding:.75rem}.vitals-module__kK6umq__chartHeader h2{font-size:1.1rem}.vitals-module__kK6umq__statVal{font-size:1.25rem}}.vitals-module__kK6umq__chartHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.vitals-module__kK6umq__chartHeader h2{font-family:var(--font-heading);margin:0;font-size:1.5rem;font-weight:600}.vitals-module__kK6umq__chartSubtitle{opacity:.6;margin:.25rem 0 0;font-size:.85rem}.vitals-module__kK6umq__quickStat{text-align:right;flex-direction:column;display:flex}.vitals-module__kK6umq__statLabel{text-transform:uppercase;opacity:.5;font-size:.7rem;font-weight:700}.vitals-module__kK6umq__statVal{color:var(--primary);font-size:1.5rem;font-weight:800}.vitals-module__kK6umq__historyTableSection{border:1px solid var(--border);background:#fff;border-radius:1.5rem;padding:2rem}.vitals-module__kK6umq__sectionTitle{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.vitals-module__kK6umq__sectionTitle h3{font-family:var(--font-heading);margin:0;font-weight:600}.vitals-module__kK6umq__groupsContainer{flex-direction:column;gap:1rem;display:flex}@media (max-width:768px){.vitals-module__kK6umq__monthHeader{padding:.75rem 1rem}}.vitals-module__kK6umq__monthHeader{background:var(--accent);cursor:pointer;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;transition:background .2s;display:flex}.vitals-module__kK6umq__monthHeader:hover{background:#445d2214}.vitals-module__kK6umq__monthLeft{color:var(--primary);align-items:center;gap:.75rem;display:flex}.vitals-module__kK6umq__monthLabel{font-size:1rem;font-weight:700}.vitals-module__kK6umq__monthCount{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.vitals-module__kK6umq__tableWrapper{overflow-x:auto}.vitals-module__kK6umq__table{border-collapse:collapse;width:100%}.vitals-module__kK6umq__table th{text-align:left;border-bottom:2px solid var(--accent);text-transform:uppercase;letter-spacing:.05em;opacity:.6;padding:1rem;font-size:.75rem}.vitals-module__kK6umq__table td{border-bottom:1px solid var(--accent);vertical-align:middle;padding:1.25rem 1rem}.vitals-module__kK6umq__typeCell{color:var(--primary);font-weight:700}.vitals-module__kK6umq__dateStack{flex-direction:column;display:flex}.vitals-module__kK6umq__primaryDate{font-weight:600}.vitals-module__kK6umq__secondaryTime{opacity:.5;font-size:.75rem}.vitals-module__kK6umq__valueCell{font-family:var(--font-body);font-size:1.1rem;font-weight:700}.vitals-module__kK6umq__unit{opacity:.5;font-size:.8rem;font-weight:400}.vitals-module__kK6umq__noteCell{opacity:.7;max-width:300px;font-size:.85rem;font-style:italic}.vitals-module__kK6umq__emptyHistory{color:#888;flex-direction:column;align-items:center;gap:1rem;padding:3rem;display:flex}.vitals-module__kK6umq__addBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:1rem;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;display:flex}.vitals-module__kK6umq__titleRow h1{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:600}@media (max-width:768px){.vitals-module__kK6umq__topGrid{grid-template-columns:1fr}.vitals-module__kK6umq__analyticsCol{width:100%;min-width:0}.vitals-module__kK6umq__main{gap:1rem;padding:1rem .75rem}.vitals-module__kK6umq__titleRow{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.vitals-module__kK6umq__titleRow h1{font-size:1.5rem}.vitals-module__kK6umq__headerActions{flex-direction:column;gap:.75rem;width:100%;display:flex}.vitals-module__kK6umq__rangePicker{grid-template-columns:repeat(4,1fr);gap:2px;width:100%;display:grid}.vitals-module__kK6umq__rangePicker button{text-align:center;width:100%;padding:.5rem 0;font-size:.7rem}.vitals-module__kK6umq__addBtn{justify-content:center;width:100%}.vitals-module__kK6umq__typeToggle{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:.25rem;overflow-x:auto}.vitals-module__kK6umq__typeToggle button{padding:.5rem .75rem;font-size:.75rem}.vitals-module__kK6umq__collapsedChart{cursor:pointer;border:1px solid var(--border);background:#fff;border-radius:1rem;transition:all .2s;padding:0!important}.vitals-module__kK6umq__mobileCollapsedSummary{align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.vitals-module__kK6umq__collapsedInfo{flex-direction:column;flex:1;gap:.1rem;display:flex}.vitals-module__kK6umq__collapsedInfo h2{font-weight:700;margin:0!important;font-size:.9rem!important}.vitals-module__kK6umq__collapsedStat{opacity:.6;font-size:.75rem;font-weight:600}.vitals-module__kK6umq__mobileSparkPlaceholder{flex-shrink:0;width:60px;height:30px;position:relative}.vitals-module__kK6umq__expandIcon{color:var(--primary);opacity:.4}}.vitals-module__kK6umq__fullscreenOverlay{z-index:3000;background:#fff;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.vitals-module__kK6umq__fullscreenHeader{border-bottom:1px solid var(--border);z-index:3001;background:#fff;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.vitals-module__kK6umq__closeFullscreen{background:var(--accent);color:var(--primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex}.vitals-module__kK6umq__fullscreenContent{background:var(--background);-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;display:flex;position:relative;overflow:auto}.vitals-module__kK6umq__landscapeWrapper{flex-direction:column;width:100%;height:100%;display:flex}@media (max-width:768px){.vitals-module__kK6umq__landscapeWrapper{background:#fff;flex-direction:column;width:100%;height:100%;display:flex;position:relative}}.vitals-module__kK6umq__tapHint{background:var(--primary);color:#fff;text-transform:uppercase;z-index:10;pointer-events:none;white-space:nowrap;border-radius:2rem;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-10px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #445d2233}.vitals-module__kK6umq__immersiveChart{box-sizing:border-box;flex:1;justify-content:flex-start;align-items:center;width:100%;padding:2rem 1rem;display:flex}.vitals-module__kK6umq__historyCard{border:1px solid var(--border);background:#fff;border-radius:1rem;flex-direction:column;gap:.75rem;margin-bottom:.75rem;padding:1rem;display:flex}.vitals-module__kK6umq__cardHeader{justify-content:space-between;align-items:center;display:flex}.vitals-module__kK6umq__cardType{color:var(--primary);font-size:.9rem;font-weight:700}.vitals-module__kK6umq__cardValue{font-size:1.1rem;font-weight:700}.vitals-module__kK6umq__cardUnit{opacity:.5;font-size:.8rem;font-weight:400}.vitals-module__kK6umq__cardMeta{justify-content:space-between;align-items:flex-end;font-size:.8rem;display:flex}.vitals-module__kK6umq__cardDateTime{opacity:.6;flex-direction:column;display:flex}.vitals-module__kK6umq__cardNotes{opacity:.7;border-top:1px solid var(--accent);margin-top:.25rem;padding-top:.5rem;font-size:.85rem;font-style:italic}@media (max-width:768px){.vitals-module__kK6umq__historyTableSection{padding:1rem}}.vitals-module__kK6umq__resetZoomBtn{background:var(--accent);color:var(--primary);border:1px solid var(--border);cursor:pointer;border-radius:2rem;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.75rem;font-weight:700;transition:all .2s;animation:.3s ease-out vitals-module__kK6umq__slideIn;display:flex}.vitals-module__kK6umq__resetZoomBtn:hover{background:#fff;box-shadow:0 2px 8px #0000000d}@keyframes vitals-module__kK6umq__slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}
