@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@500;700&display=swap);html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}.App,.title{color:#000}.loginbutton{background-color:#388e3c;border-radius:4px;color:#fff;font-size:1rem;padding:.5rem 1rem;text-decoration:none}nav{display:flex;gap:1rem;margin-top:0}.authen{justify-content:space-between;padding-left:0;padding-right:1rem;width:100%}.authPopUp,.authen{align-items:center;display:flex}.authPopUp{background:#0006;font-family:Outfit,sans-serif;inset:0;justify-content:center;position:fixed;z-index:999}.authPopUp form{animation:popUpFade .4s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:20px;box-shadow:0 12px 30px #00000040;max-width:420px;opacity:0;padding:3rem 2.5rem;position:relative;transform:translateY(20px);width:90%}@keyframes popUpFade{to{opacity:1;transform:translateY(0)}}.authPopUp form h2{color:#2e7d32;font-size:2rem;font-weight:600;margin-bottom:1.2rem;text-align:center}.authPopUp form input{border:1px solid #ccc;border-radius:10px;font-size:1rem;margin-bottom:1.2rem;padding:.8rem;transition:.2s ease;width:100%}.authPopUp form input:focus{border-color:#66bb6a;box-shadow:0 0 0 3px #66bb6a33;outline:none}.authPopUp form button[type=submit]{background:linear-gradient(90deg,#66bb6a,#43a047);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;padding:.9rem;transition:all .3s ease;width:100%}.authPopUp form button[type=submit]:hover{background:linear-gradient(90deg,#43a047,#2e7d32);transform:scale(1.02)}.closePopUp{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:.8rem;transition:transform .2s ease,color .2s ease}.closePopUp:hover{color:#000;transform:scale(1.2)}.logout-btn{background-color:initial;font-weight:500}.toggle-visibilityy{background:none;border:none;cursor:pointer;font-size:1.1rem;position:absolute;right:10px;transform:translateY(-40%)}.home{background-color:#f9fbf9;color:#333;font-family:Outfit,sans-serif;margin:0;padding:0}.hero{animation:fadeSlideIn .6s ease;background-position:50%;background-size:cover;border-radius:1.5rem;box-shadow:0 12px 40px #0000000d;display:grid;grid-template-columns:1fr minmax(auto,1200px) 1fr;grid-template-rows:auto 1fr auto;margin:2rem;overflow:hidden;padding:4rem 2rem 3rem;position:relative;z-index:1}.hero-dim{background:#ffffffd9;inset:0;position:absolute;z-index:0}.hero>:not(.hero-dim){position:relative;z-index:1}.profile-wrapper{display:flex;flex-direction:row;gap:1rem;gap:1.5rem;position:relative;z-index:10}.logout-wrap{display:flex;justify-content:end}.profile-icon{background-color:#fff;border:2px solid #2e7d32;border-radius:50%;box-shadow:0 2px 8px #0000001a;cursor:pointer;height:38px;padding:8px;transition:transform .3s ease;width:38px}.profile-icon:hover{transform:scale(1.15)}.profile-dropdown{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 8px 16px #0000001a;display:flex;flex-direction:column;left:0;min-width:160px;opacity:0;padding:.5rem 0;pointer-events:auto;position:absolute;top:44px;transition:opacity .25s ease;visibility:hidden;z-index:9999}.profile-dropdown.visible{opacity:1;pointer-events:auto;visibility:visible}.profile-dropdown.hidden{opacity:0;pointer-events:none;visibility:hidden}.profile-dropdown button{background:none;border:none;color:#333;cursor:pointer;font-family:Outfit,sans-serif;font-size:.95rem;padding:10px 16px;position:relative;text-align:left;width:100%;z-index:999}.profile-dropdown button:hover{background-color:#f1f1f1}.logout-btn{background:#fff;border:2px solid #d32f2f;border-radius:999px;color:#d32f2f;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.logout-btn:hover{background-color:#d32f2f;color:#fff}.main-content{align-items:center;display:flex;flex-direction:column;grid-column:2;margin:2.2rem auto 0;pointer-events:auto;position:relative;text-align:center;width:80%;z-index:-1}.welcome{color:#388e3c;font-size:clamp(1rem,3vw,1.6rem);font-weight:600;margin-bottom:.5rem;margin-left:1rem}.title-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.2rem}.title{color:#2e7d32;font-size:clamp(2rem,5vw,3.2rem);font-weight:900;letter-spacing:-.5px;text-shadow:1px 1px 0 #c8e6c9,2px 2px 0 #daeddb,3px 3px 2px #00000026}.title-gif{animation:bounce 2s ease infinite;height:clamp(2.2rem,6vw,3.2rem)}.subtitle{font-size:clamp(1rem,1vw,1.15rem);font-weight:500;margin-bottom:2rem;margin-top:-1rem;max-width:600px}.cta-button{background-color:#2e7d32;border:none;border-radius:12px;box-shadow:0 4px 12px #2e7d3226;color:#fff;cursor:pointer;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.3px;padding:.85rem 2rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease;white-space:normal}.cta-button:hover{box-shadow:0 6px 18px #2e7d3240;transform:translateY(-2px)}.cta-button:active{box-shadow:0 3px 8px #0003;transform:scale(.98)}.features{margin:0 auto;max-width:1000px;padding:3rem 2rem;text-align:center}.features h2{color:#2e7d32;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:700;margin-bottom:2rem}.feature-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card{background:linear-gradient(145deg,#e8f5e9,#f1f8e9);border:1px solid #c8e6c9;border-radius:1.5rem;box-shadow:0 6px 16px #0000000a;cursor:pointer;padding:1.8rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 12px 28px #00000014;transform:translateY(-6px)}.feature-card strong{color:#2e7d32;display:block;font-size:1.1rem;margin-bottom:.5rem}.feature-card p{color:#555;font-size:.95rem;margin:0}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (max-width:500px){.hero{align-items:center;border-radius:1rem;display:flex;flex-direction:column;margin:1rem;padding:2rem 1.2rem 3rem}.profile-wrapper{align-items:center;flex-direction:row;gap:.5rem;justify-content:center;margin-bottom:.8rem}.welcome{font-size:1.1rem;margin-bottom:0;margin-left:0;z-index:0}.main-content{align-items:center;margin-top:1.5rem;text-align:center;width:100%}.title{font-size:2rem;text-align:center}.subtitle{font-size:.95rem;margin-bottom:1.5rem;margin-top:-.5rem;padding:0 .5rem}.cta-button{font-size:.95rem;padding:.75rem 1.6rem}.logout-wrap{justify-content:center;margin-top:1rem;z-index:0}.profile-dropdown{z-index:999999}}.Footer{background-color:#f0f4f0;border-top:1px solid #ddd;color:#777;font-size:.85rem;font-weight:400;margin-top:4rem;padding:1.5rem 0;text-align:center}.footer-message{font-size:.95rem;font-weight:500;margin:0}.footer-copyright{color:#999;font-size:.8rem;margin-top:.4rem}.landing-container{align-items:center;background:url(/static/media/pantry.4a8291bfe92556ab0e6e.jpg) 50%/cover no-repeat;display:flex;font-family:Outfit,sans-serif;height:100vh;justify-content:center;overflow:hidden;padding:2rem 1rem;position:relative;width:100%}.landing-container:before{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(to bottom right,#ffffff80,#fff9);content:"";inset:0;position:absolute;z-index:0}.landing-card{animation:slideUp .5s ease-out;background:#ffffffeb;border-radius:2rem;box-shadow:0 25px 60px #00000026;max-width:720px;padding:4rem 3rem;position:relative;text-align:center;width:100%;z-index:1}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-title{color:#2e7d32;font-size:3rem;font-weight:700;margin-bottom:1.5rem}.emoji{animation:wave 1.8s infinite;display:inline-block}@keyframes wave{0%{transform:rotate(0deg)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}45%{transform:rotate(14deg)}60%{transform:rotate(-4deg)}75%{transform:rotate(10deg)}to{transform:rotate(0deg)}}.subtitle{color:#444;font-size:1.3rem;margin-bottom:2.5rem}.landing-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.landing-buttons button{background:linear-gradient(90deg,#66bb6a,#43a047);border:none;border-radius:999px;box-shadow:0 4px 8px #43a04733;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:500;padding:.95rem 2.5rem;transition:all .25s ease}.landing-buttons button:hover{background:linear-gradient(90deg,#43a047,#2e7d32);box-shadow:0 6px 14px #43a04740;transform:scale(1.05)}#root,body,html{height:100%;margin:0}.pantryContent{display:flex;flex:1 1;flex-direction:column;padding:0 1.5rem}body{color:#333;font-family:Outfit,sans-serif;margin:0}.pantryPage,body{background-color:#f9fdfb}.pantryPage{display:flex;flex-direction:column;min-height:100vh;padding:2rem 0 0}.pantryHeader{align-items:center;display:flex;flex-wrap:nowrap;gap:2rem;justify-content:space-between;margin-bottom:2.5rem;padding:0 1rem}.pantryHeader>.backBtn,.pantryHeader>.openPopupBtn{flex-shrink:0}.titleGroup{flex-grow:1;text-align:left}.pageTitle{font-size:clamp(1.6rem,5vw,2.4rem);font-weight:700;margin:0}.pageSubtitle{font-size:clamp(.75rem,2.5vw,.95rem);margin-top:.25rem}.backBtn,.openPopupBtn{background-color:#fff;border:2px solid #2e7d32;border-radius:999px;color:#2e7d32;cursor:pointer;font-size:clamp(.85rem,2.5vw,1rem);font-weight:600;padding:10px 20px;transition:all .25s ease;white-space:nowrap}.backBtn:hover,.openPopupBtn:hover{background-color:#2e7d32;color:#fff}@media (max-width:200px){.pantryHeader{align-items:center;flex-direction:column}.backBtn,.openPopupBtn{max-width:250px;width:100%}}.noItems{color:#888;font-size:1rem;font-style:italic;margin-top:3rem;text-align:center}.pantryGrid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.pantryCard{background:#fff;border:1px solid #e0e0e0;border-radius:1.25rem;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1.5rem;position:relative;transition:.25s ease}.pantryCard:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-4px)}.expiredCard{background-color:#fff5f5;border:2px solid #d32f2f}.cardBody{display:flex;flex-direction:column;flex-grow:1;gap:.45rem;justify-content:space-between}.itemName{color:#2e7d32;font-size:1.1rem;font-weight:600}.itemExpiry,.itemName,.itemRemark{align-items:center;display:flex;gap:.4rem}.itemExpiry,.itemRemark{color:#555;font-size:.9rem;margin-top:.25rem}.itemRemark{font-style:italic}.reminderTag{animation:pulse 2s infinite;background-color:#2e7d32;border-radius:999px;color:#fff;font-size:.75rem;padding:6px 12px;position:absolute;right:16px;top:16px}.buttonBar{align-items:center;background:#fff;border:1px solid #ccc;border-radius:999px;display:flex;justify-content:space-between;margin-bottom:.25rem;margin-top:auto;overflow:hidden}.buttonBar .btn{background:#0000;border:none;cursor:pointer;flex:1 1;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;padding:10px 0;text-align:center;transition:.2s ease}.buttonBar .btn:not(:last-child){border-right:1px solid #eee}.btn.consumed{color:#2e7d32}.btn.consumed:hover{background-color:#eaf6ee}.btn.edit{color:#1565c0}.btn.edit:hover{background-color:#e5f0ff}.btn.remove{color:#d32f2f}.btn.remove:hover{background-color:#ffecec}.btn.donate{color:#f57c00}.btn.donate:hover{background-color:#ffe0b2}.btn.unavailable{background-color:#e0e0e0;color:#aaa;cursor:not-allowed;pointer-events:none}.btn.consumed:hover{background-color:#ffe0b2}.popupOverlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0000004d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.popup{background-color:#fff;border-radius:1.5rem;box-shadow:0 12px 28px #0000001a;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.popup h2{color:#2e7d32;font-size:1.6rem;font-weight:700;margin-bottom:1rem}.popupForm{display:flex;flex-direction:column;gap:1rem}.popupForm label{color:#222;font-size:.95rem;font-weight:600}.popupForm button,.popupForm input,.popupForm textarea{font-family:inherit;font-size:.95rem}.popupForm input[type=date],.popupForm input[type=number],.popupForm input[type=text],.popupForm textarea{border:1px solid #ccc;border-radius:10px;box-sizing:border-box;padding:.75rem 1rem;width:100%}.popupForm input:focus,.popupForm textarea:focus{border-color:#2e7d32;outline:none}.popupForm input::placeholder,.popupForm textarea::placeholder{color:#aaa;font-style:italic}.popupForm textarea{max-height:150px;min-height:60px;resize:vertical}.dateRow{align-items:center;display:flex;gap:.5rem}.addDateBtn{background-color:#fff;border:1.5px solid #2e7d32;border-radius:999px;color:#2e7d32;cursor:pointer;font-size:.9rem;padding:6px 12px;transition:all .2s ease}.addDateBtn:hover{background-color:#2e7d32;color:#fff}.removeDateBtn{background:#0000;border:none;color:red;cursor:pointer;font-size:1rem;padding:0 6px}.popupButtons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.popupButtons button{background-color:#fff;border:2px solid #2e7d32;border-radius:999px;color:#2e7d32;cursor:pointer;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;padding:10px 20px;transition:all .2s ease}.popupButtons button:hover{background-color:#2e7d32;color:#fff}.popupButtons button:last-child{border-color:#d32f2f;color:#d32f2f}.popupButtons button:last-child:hover{background-color:#d32f2f;color:#fff}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.05)}}.profile-page{background:#fefefe;border-radius:12px;box-shadow:0 8px 20px #0000000d;color:#333;font-family:Outfit,sans-serif;margin:3rem auto;max-width:500px;padding:2rem}.profile-page h2{color:#2e7d32;margin-bottom:2rem;text-align:center}.profile-page label{color:#444;display:block;font-weight:600;margin-bottom:.4rem;margin-top:1rem}.profile-page input{border:1px solid #ccc;border-radius:8px;font-family:Outfit,sans-serif;font-size:.95rem;font-style:italic;padding:.6rem .9rem;transition:border .3s;width:100%}.profile-page input:focus{border-color:#66bb6a;outline:none}.profile-buttons{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}.profile-buttons button{background-color:#fff;border:2px solid;border-radius:999px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.6rem 1.4rem;transition:all .25s ease}.profile-buttons button:first-child{border-color:#2e7d32;color:#2e7d32}.profile-buttons button:first-child:hover{background-color:#2e7d32;color:#fff}.profile-buttons button:last-child{border-color:#d32f2f;color:#d32f2f}.profile-buttons button:last-child:hover{background-color:#d32f2f;color:#fff}.profile-page textarea{border:1px solid #ccc;border-radius:8px;font-family:Outfit,sans-serif;font-size:.95rem;font-style:italic;max-height:180px;min-height:70px;padding:.6rem .9rem;resize:vertical;transition:border .3s;width:100%}.profile-page textarea:focus{border-color:#66bb6a;outline:none}.password-field{align-items:center;display:flex;position:relative}.password-field input{padding-right:2.5rem;width:100%}.toggle-visibility{background:none;border:none;cursor:pointer;font-size:1.1rem;position:absolute;right:10px;transform:translateY(-9%)}.profile-picture{border-radius:50%;box-shadow:0 2px 8px #0000001a;display:block;height:150px;margin:1rem auto;object-fit:cover;width:150px}.upload-label{background-color:#3b7e3b;border-radius:6px;color:#fff!important;cursor:pointer;display:inline-block;font-weight:600;margin:1rem 0;padding:.6rem 1.2rem;text-align:center;transition:background .3s ease}.upload-label:hover{background-color:#2f6b2f}.recipesPage{background:#f9fdfb;display:flex;flex-direction:column;font-family:Outfit,sans-serif;min-height:100vh;position:relative}.recipesHeader{margin-bottom:2rem;margin-top:1.7rem;padding-top:0;text-align:center}.recipeTextBlock{background:#fff;border:1.5px solid #c8e6c9;border-radius:1rem;box-shadow:0 2px 12px #0000000d;font-size:1rem;line-height:1.7;margin-bottom:2rem;margin-top:2rem;padding:1.5rem 2rem;text-align:left}.recipeTextBlock p{margin-bottom:1.2rem}.pageTitle{color:#2e7d32;font-size:2.5rem;margin-bottom:.3rem}.pageSubtitle{color:#555;font-size:1rem;margin-bottom:1.5rem}.generateBtn{background-color:#43a047;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:1rem;padding:.8rem 2rem;transition:.3s ease}.generateBtn:hover{background-color:#2e7d32;transform:scale(1.05)}.recipeList{grid-gap:1rem;display:grid;gap:1rem;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:700px}.errorText,.noIdeas,.noItems{color:#777;font-size:.95rem;font-style:italic;margin-top:2rem;text-align:center}.excludedWarning{background-color:#fff3e0;border-left:4px solid #ff9800;border-radius:6px;color:#bb4d00;font-weight:500;margin:1.5rem auto;padding:.75rem 1.25rem;width:fit-content}.highlightTitle{color:#388e3c;display:block;font-size:1.1rem;font-weight:700;margin-top:1.2rem}.recipeTitle{font-weight:700}.note{color:#2e7d32;font-size:.95rem;margin-top:.5rem}.recipeBlock{margin-bottom:2rem;padding-bottom:1.5rem}.recipeBlock:not(:last-child){border-bottom:1px solid #ddd}.reminderPage{background-color:#f9fdfa;display:flex;flex-direction:column;font-family:Outfit,sans-serif;min-height:100vh;position:relative}.contentWrapper{align-items:center;padding:6rem 1.5rem 2rem}.topSide{left:3rem;position:absolute;top:2rem;z-index:10}.bodyContent{margin-top:1.7rem;max-width:800px;text-align:center;width:100%}.titleHeading{color:#2e7d32;font-size:2.5rem;font-weight:800;margin-bottom:.3rem}.descriptionNote{color:#555;font-size:1rem;margin-bottom:1.5rem}.buttonArea{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.enableChecker{color:#333;font-size:1.2rem;font-weight:600}.enableButton{border:none;border-radius:9999px;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 2rem;transition:.3s ease}.enableOn{background-color:#43a047;color:#fff}.enableOff{background-color:#e5e7eb;color:#1f2937}.enableButton:hover{opacity:.95;transform:scale(1.05)}.shortNote{color:#777;font-size:.95rem;font-style:italic;line-height:1.6;margin:0 auto;max-width:600px;text-align:center}.switchContainer{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.switch{display:inline-block;height:28px;position:relative;width:52px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:20px;left:4px;width:20px}input:checked+.slider{background-color:#4caf50}input:checked+.slider:before{transform:translateX(24px)}footer{margin-top:auto}.communityPage{background-color:#f9fdfb;box-sizing:border-box;display:flex;flex-direction:column;font-family:Outfit,sans-serif;min-height:100vh;width:100vw}.communityContentWrapper{flex:1 1;padding:2rem}.communityPage h1{color:#2e7d32;margin-bottom:.5rem;text-align:center}.communityContent{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}.communityCaption{color:#555;font-size:1rem;font-style:italic;margin-bottom:2rem;margin-top:0;text-align:center}.postList{flex:2 1}.addPost{align-self:stretch;background:#e8f5e9;border-radius:12px;box-shadow:0 0 8px #00000014;flex:1 1;height:100%;padding:1.5rem;position:sticky;top:2rem}.postStyle{display:flex;flex-direction:column;font-family:Outfit,sans-serif;font-style:normal;gap:1rem}.postStyle label{color:#222;font-size:.95rem;font-weight:600}.postStyle button,.postStyle input,.postStyle select,.postStyle textarea{font-family:inherit;font-size:.95rem}.postStyle input[type=date],.postStyle input[type=number],.postStyle input[type=text],.postStyle select,.postStyle textarea{border:1px solid #ccc;border-radius:10px;box-sizing:border-box;padding:.75rem 1rem;width:100%}.postStyle input:focus,.postStyle select:focus,.postStyle textarea:focus{border-color:#2e7d32;outline:none}.postStyle input::placeholder,.postStyle textarea::placeholder{color:#aaa;font-style:italic}.postStyle textarea{max-height:150px;min-height:60px;resize:vertical}.postStyle button{background-color:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:10px;transition:background .3s ease}.postStyle button:hover{background-color:#388e3c}.searchFilterSort{align-items:stretch;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.filter,.searchBar,.sort{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-family:Outfit,sans-serif;font-size:1rem;height:45px;padding:0 12px}.searchBar{flex:2 1;min-width:250px}.filter{flex:1 1;min-width:160px}.postItems{display:flex;flex-direction:column;gap:1.5rem}.postButtons{align-items:center;display:flex;flex-wrap:wrap;gap:.25rem;justify-content:flex-end;margin-top:1rem}.postButtons button{background-color:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;height:40px;max-width:140px;padding:8px 16px;text-align:center;transition:background .2s ease;white-space:nowrap}.postButtons button:hover{background-color:#388e3c}.postCard{align-items:stretch;background:#fff;border-radius:12px;box-shadow:0 0 6px #00000014;box-sizing:border-box;display:flex;flex-direction:row;gap:1rem;min-height:250px;padding:1rem;position:relative;width:100%}.postPhoto{border-radius:10px;flex-shrink:0;height:280px;object-fit:cover;width:280px}.cardDescription{align-items:flex-start;display:flex;flex-direction:row;gap:2rem;width:100%}.cardLeft{gap:.5rem;justify-content:flex-start}.cardLeft,.cardRight{display:flex;flex-direction:column;width:50%}.cardRight{gap:1rem;height:100%;justify-content:space-between}.descriptionBox{background-color:#f1f8e9;border-radius:8px;box-sizing:border-box;color:#333;flex:1 1;font-size:.95rem;font-size:1.15rem;height:100%;line-height:1.5;margin:0 0 .5rem;overflow-y:auto;padding:.75rem}.usernamePost{color:#2e7d32;font-size:1.1rem;font-weight:700;margin:0}.foodNamePost{font-size:1.3rem;font-weight:600;margin:.25rem 0}.postCard h3{color:#333;margin:.5rem 0}.postCard p{font-size:.95rem;margin:.25rem 0}.postCard button{background-color:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem;transition:background .2s ease}.postCard button:hover{background-color:#45a049}.noPost{color:#888;font-style:italic;margin-top:2rem;text-align:center}.cancelEditBtn{background-color:#9e9e9e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:10px;transition:background .3s ease}.cancelEditBtn:hover{background-color:#757575}.noImage{align-items:center;background-color:#e0e0e0;border-radius:10px;color:#666;display:flex;flex-shrink:0;font-size:1rem;font-weight:500;height:280px;justify-content:center;text-align:center;width:280px}.commentSection{background-color:#f6fef7;border-radius:10px;border-top:1px solid #ccc;font-family:Outfit,sans-serif;margin-top:1.5rem;padding:1rem}.existingComments{margin-bottom:.75rem}.commentItem{align-items:flex-start;background-color:#f1fbf2;border-radius:10px;display:flex;font-size:.95rem;gap:1rem;justify-content:space-between;margin-bottom:.5rem;padding:.75rem 1rem}.commentContent{flex:1 1}.commentHeader{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem}.commentHeader .timestamp{color:#666;font-size:.85rem;font-weight:400;margin-left:.2rem}.commentContent p{margin:.25rem 0 0}.addComment{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.addComment input{border:1px solid #ccc;border-radius:12px;flex:1 1;font-family:Outfit,sans-serif;font-size:.95rem;min-width:250px;padding:.6rem 1rem}.addComment button{background-color:#4caf50;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;height:100%;padding:.7rem 2.9rem;transition:background-color .2s}.addComment button:hover{background-color:#388e3c}.addComment button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.deleteCommentBtn{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;margin-left:auto;padding:0;transition:transform .2s ease}.deleteCommentBtn:hover svg{fill:#d32f2f;transform:scale(1.1)}.badgeOri{align-items:center;background-color:#e8f5e9;border-radius:12px;display:flex;flex-direction:column;gap:20px;justify-content:center;margin:0 auto 20px;max-width:1000px;padding:1.5rem}.badgeOri h2{color:#2e7d32;font-size:1.5rem}.badgeOri h2,.badgeOri h3{font-family:inherit;text-align:center}.badgeOri h3{color:#555;font-size:1.1rem;letter-spacing:.03em;text-transform:uppercase}.badgecard{align-items:center;background:#f8f8f8;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;max-width:160px;min-height:220px;padding:1rem;text-align:center;width:100%}.badgecard progress{height:10px;margin-top:5px;width:100%}.badge{height:100px;object-fit:contain;width:100px}.badge.locked{filter:grayscale(100%);opacity:.5}.badge:hover{transform:scale(1.1);transition:transform .2s ease-in-out}.badgecard img{cursor:pointer}.streak-tracker{background:#fffc;border-radius:8px;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:inline-flex;font-size:1.2rem;font-weight:600;gap:.1rem;padding:.5rem 1rem;position:relative;top:-2.5rem}.streak-help{cursor:help}.contentWrapper{display:flex;flex:1 1;flex-direction:column;padding:2rem 1.5rem;position:relative}.topNav{left:3rem;position:absolute;top:2rem}.backBtn{background:none;border:none;color:#2e7d32;cursor:pointer;font-size:1rem;font-weight:600}.backBtn:hover{text-decoration:underline}.recipesHeader{text-align:.5rem}.pageTitles{color:#2e7d32;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.pageSubtitles{color:#555;font-size:1rem;margin-bottom:1.5rem;text-align:center}.badgeTypes{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));justify-items:center;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:800px;width:100%}.modalOverlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modalContent{background:#fff;border-radius:8px;max-width:360px;padding:2rem;position:relative;text-align:center;width:90%}.modal-close{background:#0000;border:none;cursor:pointer;font-size:1.2rem;position:absolute;right:.5rem;top:.5rem}.modal-badge-img{height:120px;margin-bottom:1rem;object-fit:contain;width:120px}.modal-progress{margin-top:1rem}.badgeCompleted p{color:green;font-size:1rem;font-weight:700}.badgeInProgress p{color:#333}.badgeLocked p{color:#999;font-style:italic}.toastFont{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;max-width:70%;text-align:center}.leaderboard-title{font-size:1.8rem;margin-bottom:10px;margin-top:20px;text-align:center}.leaderboard{display:flex;flex-direction:column;gap:12px;padding:0 1rem}.leaderboard-item{align-items:center;background:#f5f5f5;border-radius:10px;box-shadow:0 1px 4px #0000001a;display:flex;padding:10px 100px 10px 14px}.rank{font-weight:700;margin-right:10px;width:30px}.popup-fallback-avatars,.profile-pic{border-radius:50%;height:40px;margin-right:10px;object-fit:cover;width:40px}.popup-fallback-avatars{align-items:center;background:#d0f0da;color:#2e7d32;display:flex;font-size:1rem;font-weight:700;justify-content:center}.name{flex:1 1;font-weight:500}.count{color:#2e7d32;font-weight:700;margin-left:13px;position:absolute;right:5px}.leaderboard-container{background:#e8f5e9;border:2px solid #d0f0da;border-radius:12px;box-shadow:0 4px 10px #0000000d;margin-top:2rem;padding:20px}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.leaderboard-item{animation:fadeSlideIn .4s ease-in-out both}.leaderboard-subtitle{color:#666;font-size:1rem;margin-bottom:1rem;margin-top:0;text-align:center}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#00000059;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.profile-popup-card{background:#fff;border-radius:1.5rem;box-shadow:0 8px 24px #0003;font-family:Outfit,sans-serif;max-width:400px;padding:2rem;position:relative;text-align:center;width:90%}.popup-close{background:#0000;border:none;cursor:pointer;font-size:.9rem;position:absolute;right:16px;top:15px}.popup-avatar{margin-bottom:1rem;object-fit:cover}.popup-avatar,.popup-fallback-avatar{border-radius:50%;height:80px;width:80px}.popup-fallback-avatar{align-items:center;background:#d0f0da;color:#2e7d32;display:flex;font-size:2rem;font-weight:700;justify-content:center;margin:0 auto 1rem}.popup-details p{color:#333;margin:.5rem 0}.chatPage{background-color:#f9fdfb;font-family:Outfit,sans-serif;min-height:78vh;padding:2rem}.chatBackBtns{background-color:#fff;border:none;border-radius:999px;color:#2e7d32;cursor:pointer;font-size:clamp(.85rem,2.5vw,1rem);font-weight:600;padding:10px 20px;transition:all .25s ease;white-space:nowrap}.chatBackBtns:hover{background-color:#2e7d32;color:#fff;text-decoration:underline}.chatContainer{background-color:#fff;border-radius:1.25rem;box-shadow:0 2px 12px #00000014;margin:0 auto;max-width:600px;padding:2rem}.chatContainer h2{color:#2e7d32;margin-bottom:.3rem;text-align:center}.chatSearchInput{border:1.5px solid #ccc;font-size:1rem;margin-bottom:1.5rem;padding:.75rem 1rem}.chatUserList h3{color:#222;font-size:1.1rem;margin-bottom:1rem}.chatUserCard{align-items:center;background:#f1fdf4;border-radius:999px;box-shadow:0 1px 4px #0000000d;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.75rem 1rem}.chatUserCard p{color:#333;font-weight:500;margin:0}.chatUserCard button{background-color:#2e7d32;border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:500;padding:6px 16px;transition:.2s ease}.chatUserCard button:hover{background-color:#1b5e20}.chatError{color:red;font-size:.9rem;margin-bottom:1rem;margin-top:-1rem}.chatsubtitle{color:#555;font-size:1rem;font-style:italic;margin-bottom:2rem;margin-top:0;text-align:center}.tooltipWrapper{cursor:pointer;display:inline-block;position:relative}.tooltipTarget{color:#2e7d32;font-weight:900}.customTooltip{background-color:#2e7d32;border-radius:6px;bottom:-32px;color:#fff;font-size:.75rem;left:50%;opacity:0;padding:5px 10px;position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .3s;visibility:hidden;white-space:nowrap;z-index:10}.tooltipWrapper:hover .customTooltip{opacity:1;visibility:visible}.view-profile-container{align-items:center;background-color:#f5fff7;display:flex;justify-content:center;min-height:100vh;padding:3rem 1rem;position:relative}.view-profile-card{background-color:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;margin:auto;max-width:420px;padding:3rem 2rem 2.5rem;position:relative;text-align:center;width:100%}.view-profile-pic{border:4px solid #2e7d32;border-radius:50%;box-shadow:0 4px 12px #0000001a;height:110px;margin-bottom:1rem;object-fit:cover;width:110px}.view-name{color:#2e7d32;font-size:1.5rem;font-weight:700;margin-bottom:1.2rem}.view-profile-details p{color:#333;font-size:1rem;margin:.4rem 0}.view-profile-details span{color:#000;font-weight:600}.back-button-wrapper{display:flex;justify-content:flex-start;left:1rem;position:absolute;top:1rem}.backBut{background-color:#fff;border:none;border-radius:999px;color:#2e7d32;cursor:pointer;font-size:clamp(.85rem,2.5vw,1rem);font-weight:600;padding:10px 20px;transition:all .25s ease;white-space:nowrap}.backBut:hover{background-color:#2e7d32;color:#fff;text-decoration:underline}.fallback-avatar{align-items:center;background-color:#e0f2e9;border:4px solid #2e7d32;border-radius:50%;box-shadow:0 4px 12px #0000001a;color:#2e7d32;display:flex;font-size:2rem;font-weight:700;height:110px;justify-content:center;margin:0 auto 1rem;width:110px}.chatDashboard{background:#f9fdfb;font-family:Outfit,sans-serif;min-height:100vh}.chatDashboardMain{display:flex;height:calc(100vh - 4rem)}.chatListWithBack{background:#eefaf0;border-right:1px solid #ccc;display:flex;flex-direction:column;width:30%}.chatBackBtn{align-self:flex-start;background-color:#fff;border:none;border-radius:999px;color:#2e7d32;cursor:pointer;font-size:1rem;font-weight:600;margin:3rem 0 1rem 1.5rem;padding:8px 16px;transition:.2s ease-in-out}.chatBackBtn:hover{background-color:#2e7d32;color:#fff}.chatList{background:#eefaf0;overflow-y:auto;padding:.4rem 1.3rem 1rem 1rem;width:100%}.chatList h3{color:#2e7d32;font-size:1.5rem;margin-bottom:1.3rem;margin-left:.5rem}.chatListItem{background:#fff;border-radius:12px;cursor:pointer;font-weight:500;margin-bottom:8px;padding:.75rem 1rem;transition:background .2s ease-in-out}.chatListItem:hover{background:#d4f5d2}.chatListItem.active{background:#c8e6c9;font-weight:700}.chatWindow{display:flex;flex-direction:column;padding:1rem;position:relative;width:90%}.chatWithTitle{color:#2e7d32;cursor:pointer;font-weight:900;margin-bottom:2.3rem;margin-top:2.3rem;text-align:center;transition:-webkit-text-decoration .2s;transition:text-decoration .2s;transition:text-decoration .2s,-webkit-text-decoration .2s}.messages{flex-grow:1;margin-bottom:1rem;overflow-y:auto;padding:0}.received:after{border-bottom:8px solid #0000;border-right:8px solid #f0f0f0;border-top:8px solid #0000;content:"";height:0;left:-8px;position:absolute;top:12px;width:0}.chatInputBar{background:#f9fdfb;bottom:0;display:flex;gap:10px;padding-bottom:1rem;padding-top:.5rem;position:sticky}.chatInputBar input{border:1.5px solid #ccc;border-radius:999px;flex-grow:1;padding:.75rem 1rem}.chatInputBar button{background:#2e7d32;border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.2rem;transition:background .2s}.chatInputBar button:hover{background:#1b5e20}.chatSearchInput{border:1px solid #ccc;border-radius:999px;font-size:.9rem;margin-bottom:1rem;padding:8px 12px;width:100%}.chatListItemRow{align-items:center;display:flex;justify-content:space-between}.unreadBadge{background-color:#e53935;border-radius:999px;color:#fff;font-size:.75rem;font-weight:600;padding:2px 8px}.bubbleHeader{align-items:flex-end;width:100%}.bubbleHeader,.messageBubble{display:flex;flex-direction:column}.messageBubble{word-wrap:break-word;animation:fadeInScale .2s ease-in-out;border-radius:16px;box-shadow:0 1px 4px #0000001a;flex-grow:1;font-size:.95rem;margin:.6rem 0;max-width:90%;padding:.6rem .9rem;position:relative;transition:transform .2s ease-in-out;white-space:pre-wrap}.messageBubble:hover{transform:scale(1.01)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.sent{align-items:flex-end;align-self:flex-end;background-color:#dcf8c6;border-top-right-radius:4px;text-align:right}.received{align-items:flex-start;align-self:flex-start;background-color:#f1f0f0;border-top-left-radius:4px;text-align:left}.sent:after{border-left:10px solid #dcf8c6;right:-10px}.received:before,.sent:after{border-bottom:10px solid #0000;border-top:10px solid #0000;content:"";height:0;position:absolute;top:10px;width:0}.received:before{border-right:10px solid #f1f0f0;left:-10px}.messageMeta{align-items:center;display:flex;font-size:.75rem;font-weight:500;gap:8px;justify-content:space-between;margin-bottom:4px;width:100%}.senderName{color:#2e7d32}.timestamp{color:#777;font-weight:400}.messageBubble p{margin:.25rem 0 .4rem;width:100%}.messageStatus{color:#999;display:block;font-size:.7rem;font-style:italic;margin-top:.2rem;text-align:right}.Footerchat{background-color:#f0f4f0;border-top:1px solid #ddd;color:#777;font-size:.85rem;font-weight:400;margin-top:0;padding:1.5rem 0;text-align:center}.attachmentIcon{cursor:pointer;font-size:1.25rem;margin-right:8px;margin-top:.4rem}.sentImage{border-radius:8px;margin-bottom:.5rem;margin-top:.5rem;max-width:300px}.contextMenuContainer{cursor:pointer;flex-shrink:0;font-size:20px;margin-left:8px;position:relative;right:0;top:10px;-webkit-user-select:none;user-select:none}.contextMenu{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column;left:-75px;min-width:80px;position:absolute;top:24px;z-index:10}.contextMenu button{background:none;border:none;color:#333;cursor:pointer;font-size:14px;padding:8px 12px;text-align:left;transition:background-color .2s ease}.contextMenu button:hover{background-color:#f0f0f0}.messageRow{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;width:100%}
/*# sourceMappingURL=main.adba329d.css.map*/