.ProfileSwitcher-module__SDNGLW__wrapper{position:relative}.ProfileSwitcher-module__SDNGLW__trigger{background:var(--background);border:1.5px solid var(--border);box-shadow:none;cursor:pointer;border-radius:9999px;align-items:center;gap:.75rem;padding:.625rem 1.25rem .625rem .625rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.ProfileSwitcher-module__SDNGLW__trigger:hover{border-color:var(--primary);background:#eae8e0;transform:translateY(-1px)}.ProfileSwitcher-module__SDNGLW__avatar{background:var(--profile-color,var(--primary));color:#fff;width:36px;height:36px;font-size:.9375rem;font-family:var(--font-body);border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex;box-shadow:inset 0 -2px #0000001a}.ProfileSwitcher-module__SDNGLW__profileName{font-family:var(--font-body);color:var(--primary);letter-spacing:-.01em;font-size:.8125rem;font-weight:700}.ProfileSwitcher-module__SDNGLW__chevron{color:var(--primary);transition:transform .3s}.ProfileSwitcher-module__SDNGLW__chevronOpen{transform:rotate(180deg)}.ProfileSwitcher-module__SDNGLW__overlay{z-index:1000;position:fixed;inset:0}.ProfileSwitcher-module__SDNGLW__dropdown{background:var(--card-bg);border:1px solid var(--border);width:280px;box-shadow:var(--shadow-premium);z-index:1001;transform-origin:100% 0;border-radius:2rem;padding:1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) ProfileSwitcher-module__SDNGLW__slideIn;position:absolute;top:calc(100% + 1rem);right:0}@keyframes ProfileSwitcher-module__SDNGLW__slideIn{0%{opacity:0;transform:scale(.95)translateY(-10px)}to{opacity:1;transform:scale(1)translateY(0)}}.ProfileSwitcher-module__SDNGLW__dropdownHeader{font-family:var(--font-heading);color:var(--primary);padding:0 .75rem .75rem;font-size:.875rem;font-weight:700}.ProfileSwitcher-module__SDNGLW__profileItem{cursor:pointer;background:0 0;border:none;border-radius:1.25rem;align-items:center;gap:.875rem;width:100%;padding:.75rem;transition:all .2s;display:flex}.ProfileSwitcher-module__SDNGLW__profileItem:hover{background:var(--background)}.ProfileSwitcher-module__SDNGLW__profileItem.ProfileSwitcher-module__SDNGLW__active{background:var(--accent)}.ProfileSwitcher-module__SDNGLW__avatarSmall{background:var(--accent);width:40px;height:40px;color:var(--primary);font-size:1rem;font-family:var(--font-body);border:1.5px solid var(--border);border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex}.ProfileSwitcher-module__SDNGLW__profileInfo{text-align:left;flex-direction:column;flex:1;display:flex}.ProfileSwitcher-module__SDNGLW__name{font-family:var(--font-body);color:var(--primary);font-size:.9375rem;font-weight:700}.ProfileSwitcher-module__SDNGLW__role{font-family:var(--font-body);color:var(--muted-foreground);font-size:.75rem;font-weight:500}.ProfileSwitcher-module__SDNGLW__check{color:var(--primary)}.ProfileSwitcher-module__SDNGLW__divider{background:var(--border);opacity:.5;height:1.5px;margin:.75rem}.ProfileSwitcher-module__SDNGLW__addProfileBtn{border:1.5px dashed var(--border);cursor:pointer;width:100%;font-family:var(--font-body);color:var(--primary);background:0 0;border-radius:1.25rem;justify-content:center;align-items:center;gap:.875rem;margin-top:.5rem;padding:.75rem;font-size:.8125rem;font-weight:700;transition:all .2s;display:flex}.ProfileSwitcher-module__SDNGLW__addProfileBtn:hover{background:var(--background);border-color:var(--primary);color:var(--primary)}.ProfileSwitcher-module__SDNGLW__deleteBtn{color:var(--muted-foreground);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ProfileSwitcher-module__SDNGLW__profileItem:hover .ProfileSwitcher-module__SDNGLW__deleteBtn{opacity:1}.ProfileSwitcher-module__SDNGLW__deleteBtn:hover{color:red;background:#ff000010}
.FeedbackModal-module__wOhEfW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#3a5a404d;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.FeedbackModal-module__wOhEfW__modal{background:#fcf9f5;border:1px solid #3a5a401a;border-radius:28px;flex-direction:column;width:100%;max-width:450px;display:flex;overflow:hidden;box-shadow:0 20px 60px #1b2e2033}.FeedbackModal-module__wOhEfW__header{background:#fff;border-bottom:1px solid #3a5a4014;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.FeedbackModal-module__wOhEfW__header h2{font-family:var(--font-heading),serif;color:#3a5a40;margin:0;font-size:1.25rem}.FeedbackModal-module__wOhEfW__closeBtn{color:#8a9a8e;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s;display:flex}.FeedbackModal-module__wOhEfW__closeBtn:hover{color:#3a5a40;background:#0000000d}.FeedbackModal-module__wOhEfW__body{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.FeedbackModal-module__wOhEfW__typeGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.FeedbackModal-module__wOhEfW__typeBtn{color:#5a7060;cursor:pointer;background:#fff;border:2px solid #e6ded3;border-radius:12px;padding:.75rem;font-size:.85rem;font-weight:600;transition:all .2s}.FeedbackModal-module__wOhEfW__typeBtn.FeedbackModal-module__wOhEfW__active{color:#fff;background:#3a5a40;border-color:#3a5a40}.FeedbackModal-module__wOhEfW__ratingArea{flex-direction:column;align-items:center;gap:.75rem;display:flex}.FeedbackModal-module__wOhEfW__sproutRating{gap:.75rem;display:flex}.FeedbackModal-module__wOhEfW__sproutBtn{cursor:pointer;filter:grayscale();opacity:.3;background:0 0;border:none;font-size:1.8rem;transition:all .2s}.FeedbackModal-module__wOhEfW__sproutBtn.FeedbackModal-module__wOhEfW__active{filter:grayscale(0);opacity:1;transform:scale(1.1)}.FeedbackModal-module__wOhEfW__textarea{resize:none;background:#fff;border:2px solid #e6ded3;border-radius:16px;width:100%;min-height:120px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.FeedbackModal-module__wOhEfW__textarea:focus{border-color:#3a5a40;outline:none}.FeedbackModal-module__wOhEfW__submitBtn{color:#fff;cursor:pointer;background:#3a5a40;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.FeedbackModal-module__wOhEfW__submitBtn:hover:not(:disabled){background:#2d4632;transform:translateY(-2px);box-shadow:0 8px 16px #3a5a4033}.FeedbackModal-module__wOhEfW__submitBtn:disabled{opacity:.6}.FeedbackModal-module__wOhEfW__successState{text-align:center;padding:3rem 2rem}.FeedbackModal-module__wOhEfW__successIcon{margin-bottom:1rem;font-size:3rem}.FeedbackModal-module__wOhEfW__successState h3{color:#3a5a40;margin:0 0 .5rem}.FeedbackModal-module__wOhEfW__successState p{color:#5a7060;margin:0;font-size:.9rem}
.MobileNavHub-module__jr2q9a__wrapper{bottom:calc(2rem + env(safe-area-inset-bottom));z-index:2000;display:none;position:fixed;right:1.5rem}@media (max-width:768px){.MobileNavHub-module__jr2q9a__wrapper{display:block}}.MobileNavHub-module__jr2q9a__fab{background:var(--primary);color:#fff;width:64px;height:64px;box-shadow:0 12px 30px var(--primary-tint);z-index:2;border:none;border-radius:22px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.MobileNavHub-module__jr2q9a__open .MobileNavHub-module__jr2q9a__fab{background:var(--secondary);transform:rotate(90deg)}.MobileNavHub-module__jr2q9a__backdrop{background:var(--overlay-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;position:fixed;inset:0}.MobileNavHub-module__jr2q9a__menu{background:var(--card-bg);border:1px solid var(--border);visibility:hidden;opacity:0;transform-origin:100% 100%;z-index:2;border-radius:2rem;width:320px;padding:1.5rem 1.25rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:absolute;bottom:80px;right:0;transform:scale(.9)translateY(20px);box-shadow:0 20px 50px #00000026}.MobileNavHub-module__jr2q9a__open .MobileNavHub-module__jr2q9a__menu{visibility:visible;opacity:1;transform:scale(1)translateY(0)}.MobileNavHub-module__jr2q9a__profileSection{margin-bottom:1.5rem;padding:0 .5rem}.MobileNavHub-module__jr2q9a__menuLabel{text-transform:uppercase;color:var(--primary);letter-spacing:.1em;opacity:.6;margin-bottom:1rem;padding-left:.75rem;font-size:.75rem;font-weight:800}.MobileNavHub-module__jr2q9a__grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.MobileNavHub-module__jr2q9a__navItem{color:var(--foreground);border-radius:1rem;flex-direction:column;align-items:center;gap:.375rem;padding:.25rem;text-decoration:none;transition:all .2s;display:flex}.MobileNavHub-module__jr2q9a__iconWrapper{background:var(--accent);width:42px;height:42px;color:var(--primary);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.MobileNavHub-module__jr2q9a__label{text-align:center;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.7rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.MobileNavHub-module__jr2q9a__active .MobileNavHub-module__jr2q9a__iconWrapper{background:var(--primary);color:#fff}.MobileNavHub-module__jr2q9a__active .MobileNavHub-module__jr2q9a__label{color:var(--primary)}.MobileNavHub-module__jr2q9a__navItem:active{transform:scale(.9)}
.InstallPrompt-module__LLVF7W__overlay{z-index:1000;pointer-events:none;justify-content:center;padding:1rem;display:flex;position:fixed;bottom:0;left:0;right:0}.InstallPrompt-module__LLVF7W__promptCard{pointer-events:auto;background:#fff;border:1px solid #445d221a;border-radius:1.5rem;flex-direction:column;gap:1rem;width:100%;max-width:400px;padding:1.25rem;animation:.5s cubic-bezier(.16,1,.3,1) InstallPrompt-module__LLVF7W__slideUp;display:flex;box-shadow:0 -10px 25px -5px #3a5a4026,0 20px 25px -5px #0000001a}@keyframes InstallPrompt-module__LLVF7W__slideUp{0%{opacity:0;transform:translateY(100%)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.InstallPrompt-module__LLVF7W__header{align-items:center;gap:1rem;display:flex}.InstallPrompt-module__LLVF7W__iconWrapper{border-radius:1rem;flex-shrink:0;width:3.5rem;height:3.5rem;overflow:hidden;box-shadow:0 4px 12px #445d2226}.InstallPrompt-module__LLVF7W__appIcon{object-fit:cover;width:100%;height:100%}.InstallPrompt-module__LLVF7W__titleArea{flex:1}.InstallPrompt-module__LLVF7W__titleArea h3{color:var(--primary);margin:0;font-size:1.1rem;font-weight:700}.InstallPrompt-module__LLVF7W__titleArea p{color:#64748b;margin:.1rem 0 0;font-size:.85rem}.InstallPrompt-module__LLVF7W__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.InstallPrompt-module__LLVF7W__closeBtn:hover{color:#64748b;background:#f1f5f9}.InstallPrompt-module__LLVF7W__instructions{color:#334155;background:#a44a3f08;border:1px dashed #a44a3f33;border-radius:.75rem;padding:.85rem;font-size:.9rem;line-height:1.5}.InstallPrompt-module__LLVF7W__instructionItem{align-items:center;gap:.6rem;margin-bottom:.5rem;display:flex}.InstallPrompt-module__LLVF7W__instructionItem:last-child{margin-bottom:0}.InstallPrompt-module__LLVF7W__actionIcon{color:var(--terracotta);flex-shrink:0}.InstallPrompt-module__LLVF7W__installBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;padding:.85rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #3a5a4033}.InstallPrompt-module__LLVF7W__installBtn:hover{background:var(--primary-moss);transform:translateY(-1px)}.InstallPrompt-module__LLVF7W__installBtn:active{transform:translateY(0)}
.ServiceWorkerManager-module__vD7Tia__updatePrompt{z-index:10000;width:90%;max-width:400px;animation:.3s cubic-bezier(.16,1,.3,1) ServiceWorkerManager-module__vD7Tia__slideUp;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.ServiceWorkerManager-module__vD7Tia__content{-webkit-backdrop-filter:blur(12px);background:#ffffffe6;border:1px solid #87a26e4d;border-radius:1.25rem;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0000001a,0 20px 25px -5px #87a26e1a}.ServiceWorkerManager-module__vD7Tia__icon{color:#87a26e;background:#87a26e1a;border-radius:.75rem;flex-shrink:0;padding:.5rem}.ServiceWorkerManager-module__vD7Tia__text{flex-grow:1}.ServiceWorkerManager-module__vD7Tia__text h4{font-size:.95rem;font-family:var(--font-heading);color:#2d3e2f;margin:0}.ServiceWorkerManager-module__vD7Tia__text p{color:#6b7280;margin:.25rem 0 0;font-size:.8rem}.ServiceWorkerManager-module__vD7Tia__actions{align-items:center;gap:.75rem;display:flex}.ServiceWorkerManager-module__vD7Tia__refreshBtn{color:#fff;cursor:pointer;background:#87a26e;border:none;border-radius:.6rem;padding:.5rem .85rem;font-size:.85rem;font-weight:500;transition:all .2s}.ServiceWorkerManager-module__vD7Tia__refreshBtn:hover{background:#6d8458;transform:translateY(-1px)}.ServiceWorkerManager-module__vD7Tia__closeBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.ServiceWorkerManager-module__vD7Tia__closeBtn:hover{color:#4b5563}@keyframes ServiceWorkerManager-module__vD7Tia__slideUp{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}
.OfflineStatus-module__GNQhkG__badge{z-index:10001;color:#fff;-webkit-backdrop-filter:blur(8px);background:#ef4444e6;border-radius:2rem;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;animation:.3s ease-out OfflineStatus-module__GNQhkG__fadeIn;display:flex;position:fixed;top:1rem;right:1rem;box-shadow:0 4px 12px #ef44444d}@keyframes OfflineStatus-module__GNQhkG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
