*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;font-size:1.1rem;background-color:#f0f8ff;color:#192d41}.container{display:flex;flex-direction:column;min-height:100vh}.body{flex:1}.hero-image{height:calc(100vh - 70px);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;position:relative}.hero-overlay{background:#22313fb3;width:100%;height:100%;padding:0 4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.hero-content{z-index:1;text-align:center}.hero-content h2{font-size:3rem;margin:0;font-weight:700;color:#fff}.hero-content p{font-size:1.25rem;margin:10px 0;color:#fff}.hero-buttons{display:flex;gap:1.25rem}.primary-button,.secondary-button{flex:1;text-decoration:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:1rem}.primary-button{background-color:#4caf50;color:#fff;border:none;transition:background-color .3s}.primary-button:hover{background-color:#45a049}.secondary-button{background-color:transparent;color:#fff;border:2px solid #4caf50;transition:background-color .3s,color .3s}.secondary-button:hover{background-color:#4caf50;color:#fff}.side-icons{display:flex;justify-content:space-between;width:100%;padding:0 4rem;position:absolute;bottom:20px}.icon{text-align:center;color:#fff}.left-icon{margin-right:auto}.right-icon{margin-left:auto}@media (max-width: 768px){.hero-image{height:calc(100vh - 50px)}.hero-overlay{padding:0 2rem}.hero-content h2{font-size:2.5rem}.hero-content p{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem;width:100%}.primary-button,.secondary-button{width:100%;padding:12px 0}.side-icons{flex-direction:column;align-items:center;bottom:10px;padding:0 2rem}.icon{margin:.5rem 0}}.global-challenges{padding:60px 0;background-color:#eafaf1;text-align:center}.global-challenges h2{font-size:2.5rem;margin-bottom:20px;font-weight:700;color:#2d523f}.global-challenges p{font-size:1.1rem;margin-bottom:40px;color:#4a664e}.challenge-cards{display:flex;justify-content:center;gap:40px}.challenge-card{background-color:#fff;border-radius:8px;padding:20px;width:250px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease-in-out}.challenge-card:hover{transform:translateY(-10px)}.challenge-card h3{font-size:1.5rem;margin-bottom:15px;color:#2d523f}.challenge-card p{font-size:1rem;flex-grow:1;color:#6b8772}.challenge-btn{text-decoration:none;background-color:#28a745;color:#fff;padding:10px 20px;border:none;border-radius:25px;cursor:pointer;font-size:1rem;transition:background-color .3s ease;margin-top:20px}.challenge-btn:hover{background-color:#218838}@media screen and (max-width: 768px){.global-challenges h2{font-size:2rem}.global-challenges p{font-size:1rem}.challenge-cards{flex-direction:column;align-items:center;gap:20px}.challenge-card{width:90%}.challenge-card h3{font-size:1.25rem}.challenge-card p{font-size:.9rem}.challenge-btn{font-size:.9rem;padding:8px 16px}}.local-resources{padding:60px 0;background-color:#c8f7dc;text-align:center}.local-resources h2{font-size:2.5rem;margin-bottom:20px;font-weight:700;color:#2d523f}.local-resources p{font-size:1.1rem;margin-bottom:40px;color:#4a664e}.resource-cards{display:flex;justify-content:center;gap:40px}.resource-card{background-color:#fff;border-radius:8px;padding:20px;width:250px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transition:transform .3s ease-in-out}.resource-card:hover{transform:translateY(-10px)}.resource-card img{width:100px;height:100px;border-radius:50%;margin-bottom:15px;object-fit:cover;display:block}.resource-card h3{font-size:1.5rem;margin-bottom:15px;color:#2d523f;text-align:center}.resource-card p{font-size:1rem;flex-grow:1;color:#6b8772;text-align:center}.resource-btn{background-color:#28a745;color:#fff;padding:10px 20px;border:none;border-radius:25px;cursor:pointer;font-size:1rem;transition:background-color .3s ease;margin-top:20px}.resource-btn:hover{background-color:#218838}@media screen and (max-width: 768px){.local-resources h2{font-size:2rem}.local-resources p{font-size:1rem}.resource-cards{flex-direction:column;align-items:center;gap:20px}.resource-card{width:90%}.resource-card h3{font-size:1.25rem}.resource-card p{font-size:.9rem}.resource-btn{font-size:.9rem;padding:8px 16px}}.home{display:flex;flex-direction:column}.featured{display:flex;justify-content:space-around;padding:20px;background-color:#f0f4c3}.card{background:#fff;border-radius:8px;padding:20px;width:30%;box-shadow:0 2px 4px #0000001a;text-align:center;transition:transform .3s}.card:hover{transform:scale(1.05)}.flex-section{display:flex;align-items:center;justify-content:space-around;padding:0 4rem}.image-content{flex-basis:40%;margin-right:2rem}.image-content .section-image{width:100%;height:auto;object-fit:cover}.text-content{flex:1;padding:1.25rem}.section-title{font-size:4rem;font-weight:700;margin-bottom:1rem}.section-text{font-size:1.25rem}.benefits-section{background-color:#e0f7fa;padding:8rem 4rem;text-align:center}.benefit-cards{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:20px}.benefit-card{background:#fff;padding:2.25rem;border-radius:1rem;box-shadow:0 4px 20px #0000001a;flex:1 1 250px;max-width:30%;min-width:220px}.resources-section{padding:4rem 4rem 0;text-align:center}.resources-list{display:flex;justify-content:center;gap:20px}.resource-item{background:#4caf50;color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;transition:background-color .3s}.resource-item:hover{background:#45a049}.cta-section{background-color:#4caf50;color:#fff;text-align:center;padding:4rem;margin-bottom:1px}.cta-title{font-size:2.5rem;margin-bottom:.5rem}.cta-description{font-size:1.2rem;margin-bottom:20px}.cta-button{width:auto;background-color:transparent;color:#fff;border:2px solid white;padding:12px 24px;border-radius:8px;cursor:pointer;transition:background-color .3s,color .3s;font-size:1rem}.cta-button:hover{background-color:#fff;color:#4caf50}@media (max-width: 1024px){.flex-section{flex-direction:column;padding:1rem}.image-content{margin-right:0;margin-bottom:1rem}.section-title{font-size:2.5rem}.section-text{font-size:1rem}.benefits-section{padding:4rem 2rem}.benefit-cards,.resources-list{flex-direction:column;align-items:center}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-button{width:100%;padding:12px}.card{width:80%}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 4rem;height:70px;background:#4caf50;color:#fff;box-shadow:0 2px 10px #0003;position:relative;z-index:2}.navbar-brand{display:flex;align-items:center}.logo{border-radius:50%;width:40px;height:40px;margin-right:10px}.site-name{font-size:1.8rem;font-weight:700}.navbar-links{display:flex;align-items:center;list-style:none;margin:0;padding:0}.navbar-links li{position:relative;margin-left:4rem}.navbar-links a{text-decoration:none;color:#fff;position:relative}.navbar-links li:after{content:"";position:absolute;left:50%;bottom:-5px;width:0;height:2px;background:#fff;transition:width .3s ease,left .3s ease}.navbar-links li:hover:after{width:100%;left:0}.navbar-toggle{display:none;flex-direction:column;cursor:pointer}.bar{height:2px;width:25px;background-color:#fff;margin:4px 0}.navbar-links.active{display:flex;flex-direction:column;position:absolute;top:70px;left:0;background:#4caf50;width:100%;z-index:1;padding:0;transition:max-height .5s ease}.navbar-links.active li{width:100%;margin:0;cursor:pointer}.navbar-links.active a{display:block;position:relative;padding:1rem 2rem;color:#fff;text-decoration:none}.navbar-links.active li:after{display:none}.navbar-links.active li:hover{background:#ffffff1a}.profile-pic{width:40px;height:40px;border-radius:50%;border:2px solid #ffffff;cursor:pointer}.profile-pic:hover{transform:scale(1.05)}.dropdown-menu{position:absolute;top:70px;right:0;background:#4caf50;color:#fff;list-style:none;margin:0;padding:0;box-shadow:0 2px 10px #0003;z-index:10;display:block}.dropdown-menu li{width:100%;margin:0}.dropdown-menu a{display:block;padding:1rem 2rem;color:#fff;text-decoration:none}.dropdown-menu li:after{display:none}.dropdown-menu a:hover{background:#ffffff1a}@media (max-width: 768px){.navbar-links{display:none}.navbar-toggle,.navbar-links.active{display:flex}.dropdown-menu{position:relative;top:0;width:100%}}footer{background-color:#4caf50;color:#fff;text-align:center;padding:2rem 4rem;width:100%}.auth-page{display:flex;align-items:center;justify-content:space-evenly;padding:2rem}.auth-image{max-width:38rem;border-radius:10px;overflow:hidden}.auth-image img{width:100%;height:auto;object-fit:cover}.auth-container{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #0000001a;width:100%;max-width:25rem;display:flex;flex-direction:column;justify-content:center}.auth-title{color:#2e7d32;margin-bottom:1.5rem;font-size:1.5rem;text-align:center}.auth-container input{width:100%;padding:1rem;margin-top:1rem;border:1px solid #e0e0e0;border-radius:4px;background:#f9f9f9;transition:border-color .3s}.auth-container input:focus{border-color:#4caf50;outline:none}.error-message{color:red;font-size:.8rem;margin-top:.2rem}button{width:100%;padding:1rem;margin-top:1rem;background:#4caf50;color:#fff;border:none;border-radius:4px;margin-bottom:1rem;cursor:pointer;font-size:1rem;transition:background .3s}button:hover{background:#2e7d32}.signup-link,.login-link,.forgot-password{color:#4caf50;text-decoration:none}.signup-link:hover,.login-link:hover,.forgot-password:hover{text-decoration:underline}@media (max-width: 768px){.auth-page{flex-direction:column;padding:1rem}.auth-image{margin-bottom:1rem}.auth-container{max-width:100%;margin:0;padding:1.5rem}}.form-group{margin:10px 0;display:flex;align-items:center}.form-group label{flex:1;margin-right:10px;text-align:left}.form-input{flex:2;padding:12px;border:1px solid #ccc;border-radius:5px;background-color:#f9f9f9;transition:border-color .3s}.form-input:focus{outline:none;border-color:#007bff}.custom-select-container{position:relative;flex:2}.custom-select{flex:2;padding:10px;border-radius:5px;border:1px solid #ccc;background-color:#f9f9f9;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:border-color .3s}.custom-select:hover{border-color:#007bff}.options-dropdown{position:absolute;z-index:1;background:#fff;border:1px solid #ccc;border-radius:5px;width:100%;max-height:200px;overflow-y:auto;box-shadow:0 2px 10px #0000001a;margin-top:5px}.option{padding:10px;cursor:pointer;transition:background-color .2s}.option:hover{background-color:#f0f0f0}.result-container{margin-top:20px;font-weight:700}.autocomplete-container{position:relative;flex:2}.autocomplete-container input{width:100%;padding:12px;border:1px solid #ccc;border-radius:5px;background-color:#f9f9f9;transition:border-color .3s}.autocomplete-container input:focus{outline:none;border-color:#007bff}.dropdown{border:1px solid #ccc;background-color:#fff;position:absolute;z-index:1;max-height:200px;overflow-y:auto;width:100%}.dropdown li{padding:10px;cursor:pointer}.dropdown li:hover{background-color:#f0f0f0}.navigation{display:flex;justify-content:space-between;margin-bottom:1rem}.navigation button{flex:1;margin:0 5px;padding:10px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.navigation button:hover,.navigation button.active{background-color:#2e7d32}@media (max-width: 768px){.form-group{flex-direction:column;align-items:flex-start}.form-group label{margin-right:0;margin-bottom:5px}.form-input,.custom-select,.autocomplete-container{flex:1;width:100%}}.calculator-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px;background-color:#f3f3f3;padding:2rem}.calculator-title{color:#2e7d32;font-size:2rem;font-weight:700;margin-bottom:1rem}.main-form{background-color:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 20px #0000001a;width:100%;max-width:600px}.form-fields{display:flex;flex-direction:column;gap:20px}.calculate-button{margin-top:20px;padding:10px 20px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.calculate-button:hover{background-color:#2e7d32}@media (max-width: 768px){.calculator-container{padding:1rem}.main-form{padding:1.5rem;max-width:100%}}.profile-page{display:flex;padding:20px;background-color:#f5f5f5;height:100vh}.profile-sidebar{width:250px;border-radius:8px;background-color:#fff;box-shadow:0 2px 5px #0000001a;padding:20px;margin-right:20px}.profile-sidebar h3{margin-bottom:20px;color:#000}.profile-sidebar-list{list-style-type:none;padding:0;margin:0}.profile-sidebar-list li{margin:10px 0}.profile-sidebar-list li a{text-decoration:none;color:#000;font-size:16px;display:block;padding:10px;border-radius:4px;transition:background-color .3s,color .3s}.profile-sidebar-list li a:hover{background-color:#e8f5e9;color:#2e7d32}.profile-details{flex:1;background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000001a;padding:4rem}.profile-header{display:flex;align-items:center;margin-bottom:20px}.profile-photo{border-radius:50%;width:100px;height:100px;margin-right:20px}.profile-info h2{margin:0;font-size:24px}.email{color:#777;font-size:16px}.profile-content h3{margin-top:20px;font-size:20px}.profile-content p{margin-top:10px;color:#555}._dashboard_lqvo5_1{display:flex;flex-direction:column;width:100%;max-width:960px;margin:0 auto;padding:20px}._header_lqvo5_10{margin-bottom:20px}._title_lqvo5_14{font-size:24px;font-weight:700;color:#0d1c0d}._searchContainer_lqvo5_20{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._searchForm_lqvo5_27{flex-grow:1;margin-right:20px}._searchInputWrapper_lqvo5_32{display:flex;align-items:center;background-color:#f7fcf7;border-radius:12px;padding:8px 16px}._searchIcon_lqvo5_40{margin-right:8px}._icon_lqvo5_44{width:24px;height:24px}._searchInput_lqvo5_32{border:none;background:transparent;font-size:16px;color:#4f964f;width:100%}._searchControls_lqvo5_57{display:flex}._controlButton_lqvo5_61{background-color:#e8f2e8;border:none;border-radius:12px;padding:8px;margin-left:8px;cursor:pointer}._controlIcon_lqvo5_70{width:24px;height:24px}._sectionTitle_lqvo5_75{font-size:22px;font-weight:700;color:#0d1c0d;margin-bottom:20px}._dataCards_lqvo5_82{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}._dataCard_lqvo5_82{background-color:#e8f2e8;border-radius:12px;padding:8px 16px;display:flex;align-items:center}._dataCardTitle_lqvo5_97{font-size:14px;font-weight:500;color:#0d1c0d;margin-right:8px}._dataCardIcon_lqvo5_104{width:20px;height:20px}._chartContainer_lqvo5_109{background-color:#f7fcf7;border:1px solid #d1e8d1;border-radius:12px;padding:24px;margin-bottom:20px}._chartTitle_lqvo5_117{font-size:16px;font-weight:500;color:#0d1c0d;margin-bottom:16px}._chart_lqvo5_109{width:100%;height:auto;margin-bottom:16px}._chartLabels_lqvo5_130{display:flex;justify-content:space-between;color:#4f964f;font-size:13px;font-weight:700}._resourceGrid_lqvo5_138{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}._resourceCard_lqvo5_145{flex:1 0 calc(33.333% - 8px);max-width:calc(33.333% - 8px)}._resourceImage_lqvo5_150{width:100%;border-radius:12px;margin-bottom:12px}._resourceTitle_lqvo5_156{font-size:16px;font-weight:500;color:#0d1c0d}._challengeCard_lqvo5_162{display:flex;align-items:center;background-color:#f7fcf7;padding:12px 16px;margin-bottom:12px}._challengeIcon_lqvo5_170{background-color:#e8f2e8;border-radius:8px;padding:12px;margin-right:16px}._challengeInfo_lqvo5_177{flex-grow:1}._challengeTitle_lqvo5_181{font-size:16px;font-weight:500;color:#0d1c0d;margin-bottom:4px}._challengeMeta_lqvo5_188{font-size:14px;color:#4f964f}._challengeVotes_lqvo5_193{font-size:16px;font-weight:400;color:#0d1c0d}._visually-hidden_lqvo5_199{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 991px){._dashboard_lqvo5_1{padding:20px}._resourceCard_lqvo5_145{flex:1 0 calc(50% - 6px);max-width:calc(50% - 6px)}}._welcomeSection_1ygnk_1{margin-bottom:24px}._welcomeHeading_1ygnk_5{font-size:32px;font-weight:700;color:#0d1c12;margin-bottom:16px}._impactInfo_1ygnk_12{display:flex;justify-content:space-between;margin-bottom:12px}._impactText_1ygnk_18{font-size:16px;color:#0d1c12}._pointsText_1ygnk_23{font-size:14px;color:#4f966e}._progressBar_1ygnk_28{background-color:#d1e5d9;border-radius:4px;height:8px;margin-bottom:12px}._progressFill_1ygnk_35{background-color:#17b559;height:100%;border-radius:4px}._levelUpText_1ygnk_41{font-size:14px;color:#4f966e}._sidebar_1ythn_1{background-color:#f7fafa;display:flex;flex-direction:column;min-width:240px;width:320px;padding:16px}._userInfo_1ythn_10{margin-bottom:16px}._userName_1ythn_14{font-size:16px;color:#0d1c12;font-weight:500}._userLevel_1ythn_20{font-size:14px;color:#4f966e}._sidebarNav_1ythn_25{display:flex;flex-direction:column}._navItem_1ythn_30{display:flex;align-items:center;padding:8px 12px;margin-bottom:8px;color:#0d1c12;text-decoration:none;font-weight:500;font-size:14px}._navItem_1ythn_30:hover{background-color:#e8f2ed;border-radius:20px}._navIcon_1ythn_46{width:24px;height:24px;margin-right:12px}@media (max-width: 991px){._sidebar_1ythn_1{width:100%}}._leaderboard_1v3l8_1{margin-bottom:24px}._sectionTitle_1v3l8_5{font-size:18px;font-weight:700;color:#0d1c12;margin-bottom:16px}._leaderList_1v3l8_12{list-style-type:none;padding:0}._leaderItem_1v3l8_17{display:flex;align-items:center;padding:8px 16px;background-color:#f7fafa;margin-bottom:8px;border-radius:8px}._avatar_1v3l8_26{width:56px;height:56px;border-radius:28px;margin-right:16px}._userInfo_1v3l8_33{flex:1}._userName_1v3l8_37{font-size:16px;font-weight:500;color:#0d1c12;margin:0}._userStats_1v3l8_44{font-size:14px;color:#4f966e;margin:0}._pointsBadges_1i9i8_1{margin-bottom:24px}._sectionTitle_1i9i8_5{font-size:18px;font-weight:700;color:#0d1c12;margin-bottom:16px}._badgeContainer_1i9i8_12{display:flex;flex-wrap:wrap;gap:12px}._badge_1i9i8_12{width:210px;height:210px;border-radius:12px;object-fit:contain}._redeemPoints_nxlpv_1{margin-bottom:24px}._sectionTitle_nxlpv_5{font-size:18px;font-weight:700;color:#0d1c12;margin-bottom:16px}._redeemGrid_nxlpv_12{display:flex;flex-wrap:wrap;gap:10px}._redeemCard_nxlpv_18{background-color:#f7fafa;border:1px solid #d1e5d9;border-radius:12px;padding:24px;flex:1 0 calc(33.333% - 10px);min-width:240px}._brandName_nxlpv_27{font-size:16px;font-weight:700;color:#0d1c12;margin-bottom:4px}._pointsCost_nxlpv_34{font-size:36px;font-weight:700;color:#0d1c12;letter-spacing:-1px;margin-bottom:16px}._redeemButton_nxlpv_42{background-color:#e8f2ed;border:none;border-radius:20px;color:#0d1c12;font-size:14px;font-weight:500;padding:8px 16px;cursor:pointer;transition:background-color .3s ease}._redeemButton_nxlpv_42:hover{background-color:#d1e5d9}@media (max-width: 991px){._redeemCard_nxlpv_18{flex:1 0 calc(50% - 10px)}}@media (max-width: 768px){._redeemCard_nxlpv_18{flex:1 0 100%}}._mainContent_1vjde_1{display:flex;padding:20px 24px}@media (max-width: 991px){._mainContent_1vjde_1{padding:20px;max-width:100%}}.chatbot-wrapper{position:fixed;bottom:20px;right:20px;z-index:1000}.chatbot-icon{background-color:#4caf50;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003}.chatbot-icon:hover{background-color:#45a049}.chatbot-container{width:300px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;overflow:hidden;display:flex;flex-direction:column;position:absolute;right:0;bottom:70px}.chatbot-body{display:flex;flex-direction:column;height:400px}.placeholder-message{color:#888;text-align:center;margin-top:20px;font-size:14px}.chatbot-messages{flex:1;padding:10px;display:flex;flex-direction:column;overflow-y:auto}.user{font-size:1rem;background-color:#d1e7dd;padding:10px 15px;border-radius:10px;margin:5px 0;max-width:90%;align-self:flex-end;word-wrap:break-word}.assistant{font-size:1rem;background-color:#e2e3e5;padding:10px 15px;border-radius:10px;margin:5px 0;max-width:90%;align-self:flex-start;word-wrap:break-word}.chatbot-input-form{display:flex;padding:10px;border-top:1px solid #e0e0e0;background-color:#f9f9f9}.chatbot-input-form input{flex:1;padding:8px;border:1px solid #e0e0e0;border-radius:20px;margin-right:10px;transition:border-color .3s;max-height:50px;overflow-y:hidden}.chatbot-input-form input:focus{border-color:#4caf50;outline:none}.send-button{background-color:#4caf50;color:#fff;border:none;border-radius:20px;padding:8px 15px;cursor:pointer;display:flex;align-items:center;justify-content:center}.send-button:hover{background-color:#45a049}.chatbot-messages::-webkit-scrollbar{display:none}
