:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;flex-direction:column;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.hero{padding:2rem;text-align:center;margin-bottom:2rem}.hero h1{font-size:5rem;color:var(--primary-green);margin-bottom:1.5rem;line-height:1.2}.hero p{max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.hero-highlight{color:var(--primary-green);font-weight:700}.malaysia-stats{max-width:100%;margin:3rem auto 1rem;text-align:left}.malaysia-stats h2{font-size:1.75rem;color:var(--primary-green);margin-bottom:1.5rem;text-align:center;position:relative}.malaysia-stats h2:after{content:"";display:block;width:250px;height:3px;background-color:var(--primary-green);margin:.75rem auto 0}.stats-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;width:100%;max-width:1400px;margin:0 auto}.hero .stat-item{flex:1;min-width:350px;display:flex;background-color:var(--card-bg);border-radius:8px;padding:2.5rem 1.5rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease,box-shadow .3s ease;height:220px}.stat-item:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.stat-icon{margin-right:1.5rem;background-color:#2e8b571a;padding:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-green);align-self:center}.stat-content{flex:1;display:flex;flex-direction:column;justify-content:center}.malaysia-stats .stat-value{font-size:2rem;font-weight:700;color:var(--primary-green);margin:auto}.malaysia-stats .stat-description{margin:0;line-height:1.5;font-size:1.1rem;color:#8fbc8f}.malaysia-stats .stat-source{font-size:.8rem;color:#666;font-style:italic;margin:.5rem 0 0}.comm-stats-highlight{display:flex;padding:2rem;justify-content:space-between;align-items:center;margin:2rem 0}.comm-stats-text{flex:1;text-align:left;padding:0 2rem}.comm-stats-text h2{font-size:1.5rem;margin-bottom:1rem}.comm-stat-number-container{display:flex;align-items:center;gap:.5rem}.comm-stat-number{font-size:7rem;font-weight:700;color:var(--primary-green);line-height:1}.units{margin-bottom:-2rem;font-size:2rem;font-weight:700;color:#2e8b57}.disclaimer{font-size:.85rem;color:#666;margin-bottom:1rem;font-style:italic}.comm-stats-image{flex:1;display:flex;justify-content:center}.tree-illustration{width:500px;height:500px;margin-bottom:1.5rem;background-image:url(/assets/main_tree-CQbWeLKA.png);background-size:contain;background-repeat:no-repeat;background-position:center}.feature-cards{display:flex;justify-content:space-around;margin:3rem 2rem;gap:2rem}.feat-card{flex:1;background-color:var(--card-bg);border-radius:10px;padding:2rem;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.feat-card:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000026}.feat-card .report-icon{width:140px;height:140px;margin-bottom:-1em;background-image:url(/assets/report-DBryLEkK.png);background-size:contain;background-repeat:no-repeat;background-position:center}.feat-card .identify-icon{width:140px;height:140px;margin-bottom:-1rem;background-image:url(/assets/camera-Bp3T2eP9.png);background-size:contain;background-repeat:no-repeat;background-position:center}.feat-card .map-icon{width:140px;height:140px;margin-bottom:-1rem;background-image:url(/assets/map-eaM7FlHJ.png);background-size:contain;background-repeat:no-repeat;background-position:center}.feat-card h3{font-size:2rem;margin-bottom:2rem}.feat-card p{color:#666;line-height:1.6;font-size:1.1rem;margin-bottom:3rem}.guide-link-container{display:flex;justify-content:center;margin:3rem 0 4rem;padding-top:20px}.guide-link{display:flex;align-items:center;position:relative;color:#8fbc8f;font-size:1.7rem;font-weight:500;cursor:pointer;transition:color .2s ease}.guide-link .guide-icon{color:#8fbc8f;margin-right:10px}.guide-underline{position:absolute;bottom:-5px;left:0;width:100%;height:4px;background-color:#8fbc8f}.guide-link:hover,.guide-link:hover .guide-icon{color:#2e8b57}.guide-link:hover .guide-underline{background-color:#2e8b57}:root{--primary-green: #2e8b57;--light-green: #8ee4af;--background-color: white;--text-color: #333;--card-bg: #f9f9f9;--highlight-color: #2e8b57}body{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;margin:0;color:var(--text-color);background-color:var(--background-color);min-height:100vh;overflow-x:hidden}.content-container{padding-left:min(10rem,10%);padding-right:min(10rem,10%);margin:0 auto;box-sizing:border-box;width:100%;max-width:2000px}#root{max-width:100%;margin:0;padding:0;text-align:center;overflow-x:hidden}.waste-app{display:flex;flex-direction:column;width:100%;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.waste-app>*{opacity:0;animation:fadeIn 1s ease-in-out forwards;max-width:100%}.waste-app>*:nth-child(1){animation-delay:.2s}.waste-app>*:nth-child(2){animation-delay:.4s}.waste-app>*:nth-child(3){animation-delay:.6s}.waste-app>*:nth-child(4){animation-delay:.8s}.waste-app>*:nth-child(5){animation-delay:1s}.recycling-steps-container{padding:2rem;width:100%;max-width:1400px;margin:0 auto;margin-bottom:6rem}.recycling-steps-heading{color:#166534;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;border-bottom:3px solid #166534;padding-bottom:.5rem}.recycling-steps-grid{display:flex;flex-direction:column;gap:4rem;position:relative;padding:0;margin:0 -5rem}.recycling-step-card{background-color:#dcfce7;border-radius:12px;padding:2.5rem;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;align-items:flex-start;text-align:center;width:55%;position:relative}.recycling-step-card:nth-child(odd){margin-right:auto;margin-left:0}.recycling-step-card:nth-child(2n){margin-left:auto;margin-right:0}.footprint-path-horizontal{position:absolute;top:50%;display:flex;align-items:center;justify-content:space-between;width:25%;height:30px;z-index:1}.footprint-path-vertical{position:absolute;display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;width:15px;height:125%;z-index:1;padding-top:2rem}.recycling-step-card:nth-child(odd) .footprint-path-horizontal{right:-25%}.recycling-step-card:nth-child(odd) .footprint-path-vertical{right:-25%;top:50%}.recycling-step-card:nth-child(2n) .footprint-path-horizontal{left:-25%}.recycling-step-card:nth-child(2n) .footprint-path-vertical{left:-27%;top:50%}.recycling-step-title-list{color:#166534;font-size:2.3rem;font-weight:700;margin:0 auto;text-decoration:underline}.recycling-step-description{color:#166534;font-size:1.3rem;line-height:2;margin-top:1.5rem}.recycling-step-highlight{font-weight:700;background-color:#1665341a;color:#16a34a;padding:.2rem .4rem;border-radius:4px;transition:color .2s,background-color .2s}.recycling-step-highlight:hover{color:#166534;background-color:#0000001a}.footprint-icon{color:#16a34a;width:24px;height:24px}.footprint-right{transform:rotate(90deg)}.footprint-left{transform:rotate(-90deg)}.footprint-vertical{transform:rotate(180deg)}.content-container{max-width:2000px;margin:0 auto}.recycling-container{display:flex;flex-direction:column;align-items:center;padding-top:2rem}.recycling-header{text-align:center;margin-bottom:4rem;width:100%;position:relative}.recycling-header h1{color:var(--highlight-color);margin-bottom:1rem}.recycling-header p{font-size:1.1rem;color:#166534}.waste-app{min-height:100vh;background-color:#fff;padding-left:3rem;padding-right:3rem}.identify-container{display:flex;flex-direction:column;align-items:center;padding-top:2rem;max-width:2000px;margin:0 auto}.identify-header{text-align:center;margin-bottom:3rem}.identify-header h1{color:var(--highlight-color);margin-bottom:.5rem}.step-container{width:100%;display:flex;flex-direction:column;align-items:center;transition:opacity .5s ease-in-out}.fade-out{opacity:0}.fade-in{opacity:1}.camera-interface{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:15px;position:relative}.step-title{color:#166534;font-weight:700;margin-bottom:.75rem;text-align:center}.step-description{font-size:1.3rem;text-align:center;margin-bottom:1.5rem;max-width:600px}.camera-display{width:80%;max-width:640px;height:480px;margin-bottom:1.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000026;background-color:#f1f5f9;display:flex;align-items:center;justify-content:center;position:relative}.camera-preview,.photo-preview{width:100%;height:100%;object-fit:cover}.camera-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.camera-icon{width:200px;height:auto;opacity:.7}.start-button{background-color:#bbf7d0;color:#166534;font-weight:600;padding:12px 60px;border-radius:9999px;font-size:1.3rem;margin-bottom:1.5rem;border:none;cursor:pointer;transition:all .2s ease;outline:none}.start-button:focus{outline:none}.start-button:hover{background-color:#86efac;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.start-button:active{transform:translateY(0)}.unified-frame{width:100%;max-width:1000px;background-color:#f8fafc;border-radius:8px;border-left:4px solid #f59e0b;padding:24px;margin-top:24px;margin-bottom:24px}.warning-notes{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.warning-note{display:flex;align-items:flex-start;gap:12px}.warning-icon{color:#d97706;flex-shrink:0}.warning-text{color:#6b7280;font-size:1.25rem;margin-top:.2rem}.examples-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.examples-column{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;gap:40px}.example-item{flex:1;min-width:250px;max-width:350px}.example-label{font-size:1.5rem;font-weight:500;color:#4b5563;text-align:center;margin-bottom:8px}.example-image-container{position:relative;overflow:hidden;width:100%;border-radius:8px;box-shadow:0 2px 8px #0000001a}.example-image{width:100%;height:auto;object-fit:contain;display:block}.camera-controls{display:flex;gap:16px;margin-bottom:1.5rem}.capture-button,.cancel-button,.confirm-button,.retry-button{padding:12px 24px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;font-size:1rem;box-shadow:0 2px 4px #0000001a}.capture-button{background-color:#bbf7d0;color:#166534}.capture-button:hover{background-color:#86efac;transform:translateY(-2px)}.cancel-button,.retry-button{background-color:#fee2e2;color:#b91c1c}.cancel-button:hover,.retry-button:hover{background-color:#fecaca;transform:translateY(-2px)}.confirm-button{background-color:#bbf7d0;color:#166534}.confirm-button:hover{background-color:#86efac;transform:translateY(-2px)}.options-menu{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:1.5rem;width:100%;max-width:500px}.option-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background-color:#bbf7d0;color:#166534;font-weight:500;cursor:pointer;transition:all .2s ease;width:200px;border-radius:8px;border:none;box-shadow:0 2px 4px #0000001a}.option-button:focus{outline:none}.option-button:hover{background-color:#86efac;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.option-button:active{transform:translateY(0)}.toast-notification{position:fixed;top:450px;left:50%;transform:translate(-50%);padding:16px 24px;border-radius:8px;box-shadow:0 4px 12px #00000040;z-index:1000;display:flex;align-items:center;gap:12px;width:90%;max-width:400px;animation:slideDown .3s ease;font-size:1.1rem}@keyframes slideDown{0%{transform:translate(-50%,-100%);opacity:0}to{transform:translate(-50%);opacity:1}}.scanning-text{display:flex;align-items:center;gap:12px;color:#2e8b57;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.scanning-icon{animation:spin 1s linear infinite;margin-bottom:-1.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.waste-app{position:relative;overflow-x:hidden;width:100%;padding:0;margin:0}.more-details-link{display:block;text-align:center;margin:15px 0;color:#22c55e;font-weight:700;text-decoration:none}.more-details-link:hover{text-decoration:underline}.item-preview-container{width:100%;height:300px;max-width:700px;border-radius:8px;overflow:hidden;margin-bottom:15px}.item-preview-image{width:100%;height:100%;object-fit:contain}.detection-results{background-color:#f9fafb;border-radius:12px;padding:16px;margin:20px 0;box-shadow:0 1px 3px #0000001a}.detection-results-container{display:flex;align-items:center;margin:20px 0}.recycle-icon-container{margin-right:60px;display:flex;align-items:center;justify-content:center}.detection-item{display:flex;align-items:center;margin:8px 0;font-size:16px;color:#374151}.detection-item-recycled{background-color:#ecfdf5;padding:8px 12px;border-radius:6px}.detection-bullet{width:24px;margin-right:8px;font-size:1.2rem;color:#22c55e}.material-name{font-weight:500;color:#2e8b57}.recyclable-indicator{display:flex;align-items:center;background-color:#ecfdf5;color:#22c55e;padding:8px 12px;border-radius:6px;font-weight:500}.non-recyclable-indicator{display:flex;align-items:center;background-color:#fef2f2;color:#b91c1c;padding:8px 12px;border-radius:6px;font-weight:500}.indicator-green-icon{margin-right:8px;color:#22c55e}.indicator-red-icon{margin-right:8px;color:#b91c1c}.no-items-detected{display:flex;align-items:center;margin:8px 0;font-size:16px;color:#6b7280}.action-buttons-container{display:flex;justify-content:center;gap:20px;margin-bottom:1.5rem;width:100%}.next-step-button{background-color:#bbf7d0;color:#166534;font-weight:600;padding:10px 30px;border-radius:9999px;font-size:1.1rem;border:none;cursor:pointer;transition:background-color .2s,transform .2s;flex:1;max-width:250px}.next-step-button:focus{outline:none}.next-step-button:hover{background-color:#86efac;transform:translateY(-2px)}.next-step-button:active{transform:translateY(0)}.modal-overlay{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;overflow:hidden;box-sizing:border-box;margin:0;padding:0}.modal-container{background-color:#fff;border-radius:12px;padding:30px 24px;width:100%;max-width:500px;box-shadow:0 10px 25px #0000001a;position:relative;box-sizing:border-box;justify-content:center}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.modal-title{text-align:center;width:100%;font-size:1.2rem;margin:0 auto;padding:10px;position:relative}.modal-close-button{background:none;border:none;cursor:pointer;position:absolute;right:0;top:0}.modal-actions{display:flex;justify-content:space-between;margin-top:30px;gap:12px}.modal-button-secondary{padding:12px 16px;border-radius:8px;background-color:#bbf7d0;color:#166534;flex-grow:1}.modal-button-secondary:hover{outline:none;background-color:#166534;color:#bbf7d0;border-color:#166534}.modal-button-primary{padding:12px 16px;border-radius:8px;border:none;background-color:#22c55e;color:#fff;font-weight:700;flex-grow:1}.modal-button-primary:hover{background-color:#166534;color:#bbf7d0}.quantity-input{width:100%;padding:12px;border-radius:8px;border:1px solid #d1d5db;color:#166534;font-size:16px;background-color:#ecfdf5;box-sizing:border-box;margin:20px 0}.quantity-actions{display:flex;justify-content:flex-end;margin-top:24px;gap:12px}.green-background{background-color:#ecfdf5!important}.reuse-materials-section{width:100%;max-width:700px;margin:20px 0}.reuse-materials-button{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background-color:#bbf7d0;color:#166534;font-weight:600;padding:12px 20px;border-radius:8px;font-size:1.1rem;border:none;cursor:pointer;transition:background-color .2s,transform .2s}.reuse-materials-button:focus{outline:none}.reuse-materials-button:hover{background-color:#86efac;transform:translateY(-2px)}.reuse-materials-button:active{transform:translateY(0)}.reuse-icon{margin-right:5px}.reuse-tips-title{color:#166534;margin-bottom:12px;font-size:1.1rem;font-weight:600}.reuse-tips-list{padding:0;margin:0;list-style-type:none}.reuse-tip-item{display:flex;align-items:flex-start;margin:10px 0;color:#374151}.reuse-tip-bullet{margin-right:10px;color:#22c55e;font-size:1.2rem;line-height:1}.reuse-tip-text{flex:1;line-height:1.4}.reuse-tips-container{background-color:#ecfdf5;border-radius:0;padding:16px;margin-top:10px;box-shadow:none;animation:slideDown .3s ease-out forwards;transform-origin:top center;overflow:hidden}@keyframes slideDown{0%{max-height:0;opacity:0;transform:translateY(-10px)}to{max-height:500px;opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{max-height:500px;opacity:1;transform:translateY(0)}to{max-height:0;opacity:0;transform:translateY(-10px)}}.reuse-tips-container.closing{animation:slideUp .5s ease-out forwards}.reuse-materials-button .arrow-icon{transition:transform .5s ease}.reuse-materials-button .arrow-icon.open{transform:rotate(180deg)}.map-container{display:flex;flex-direction:column;align-items:center;padding-top:2rem}.map-header{text-align:center;margin-bottom:3rem}.map-header h1{color:var(--highlight-color);margin-bottom:.5rem}.recycling-centers-container{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;width:100%;box-sizing:border-box;min-width:1200px;transition:all .3s ease}.page-title{font-size:24px;font-weight:600;color:#333;margin:25px 0;padding:0}.search-bar{display:flex;gap:10px;width:100%;margin-bottom:20px;max-width:1200px;flex:2.5;min-width:1200px;transition:all .3s ease}.search-input{flex:1;padding:12px 20px;background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:14px;color:#000;outline:none;transition:all .3s ease;min-width:600px}.search-input:focus{border-color:#22c55e}.search-button{padding:8px 16px;background-color:#22c55e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}.search-button:hover{background-color:#16a34a}.return-location-button{padding:8px;background-color:#16a34a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-left:8px;width:40px;height:40px}.return-location-button:hover{background-color:#216e42;transform:scale(1.05)}.return-location-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.return-location-button svg{transition:transform .2s ease}.return-location-button:hover:not(:disabled) svg{transform:scale(1.1)}.search-error{color:#ef4444;margin-bottom:8px}.loading{padding:20px;text-align:center;border-radius:8px;margin-bottom:20px;background-color:#f0f9ff;color:#2a729a}.error{padding:20px;text-align:center;border-radius:8px;margin-bottom:20px;background-color:#fff5f5;color:#c53030}.map-and-list{display:flex;gap:30px;margin-top:20px;width:100%;min-width:1200px;transition:all .3s ease}.map-placeholder{width:100%;height:600px;min-height:600px;position:relative;background-color:#f0f2f5;margin:0;padding:0;border-radius:0}.centers-list{flex:1;display:flex;flex-direction:column;gap:15px;width:100%;box-sizing:border-box;border-radius:0;overflow:hidden;background:none;border:none;outline:none}.no-centers-found{min-height:200px;display:flex;align-items:center;justify-content:center;width:100%;font-size:16px;color:#64748b;background:#f8fafc;border-radius:8px;padding:20px;text-align:center}.center-image{width:100px;height:100px;overflow:hidden}.center-image img{width:100%;height:100%;object-fit:cover}.center-hours{font-size:12px;color:#666;display:flex;align-items:center;gap:5px}.center-accepts{margin:5px 0 0;font-size:13px;color:#4b5563}.nearest-badge{display:inline-block;background:#22c55e;color:#fff;font-size:12px;font-weight:700;border-radius:8px;padding:2px 10px;margin-bottom:6px;margin-right:8px;letter-spacing:1px}.nearest-badge-inline{display:inline-block;background:#22c55e26;color:#22c55e;font-size:12px;font-weight:600;border-radius:100px;padding:3px 10px;margin-left:8px;letter-spacing:1px;vertical-align:middle}.search-range-info{margin:10px 0;padding:8px 16px;background-color:#f0fdf4;border:1px solid #dcfce7;border-radius:6px;color:#166534;font-size:14px;font-weight:500}.center-card{display:flex;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .2s ease;margin:0;padding:0}.center-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.center-card-selected{border:2px solid #3b82f6}.center-details{flex:1;padding:12px;display:flex;flex-direction:column;gap:5px}.name-and-status{display:flex;align-items:center;gap:8px}.center-status{display:flex;align-items:center;gap:10px;margin-top:5px}.status-indicator{font-size:12px;font-weight:600;padding:3px 8px;border-radius:100px}.status-open{background-color:#10b9811a;color:#10b981}.status-closed{background-color:#ef44441a;color:#ef4444}.nearest-indicator{background-color:#22c55e1a;color:#22c55e;margin-left:8px}.center-name{margin:0;font-size:16px;font-weight:600;color:#111}.center-address{margin:0;font-size:13px;color:#666;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.center-distance{display:flex;align-items:center;justify-content:center;padding:0 12px;font-weight:600;color:#4b5563;font-size:14px}.centers-list{flex:1;display:flex;flex-direction:column;gap:15px;width:100%;box-sizing:border-box;border-radius:12px;overflow:hidden}.no-centers-found{min-height:200px;display:flex;align-items:center;justify-content:center;width:100%;font-size:16px;color:#64748b;background:#f8fafc;border-radius:8px}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:20px;padding:10px}.pagination-button{padding:8px 16px;background-color:#22c55e;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.pagination-button:hover{background-color:#16a34a}.pagination-button-disabled{background-color:#cbd5e1;cursor:not-allowed}.page-indicator{font-size:14px;color:#64748b}.center-details-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:12px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;position:relative}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#64748b}.modal-address{color:#64748b;margin-bottom:15px}.modal-coordinates{display:flex;align-items:center;gap:8px;margin-bottom:15px;font-size:14px;color:#64748b}.modal-metadata{border-top:1px solid #e2e8f0;padding-top:15px;font-size:14px;color:#64748b}.modal-metadata p{margin:5px 0}.show-route-btn{margin-top:24px;background:#22c55e;color:#fff;border:none;border-radius:6px;padding:10px 24px;cursor:pointer;font-weight:500;width:100%;font-size:16px;transition:background .2s}.show-route-btn:hover{background:#16a34a}.map-container{flex:1.5;min-width:350px;width:100%;height:600px;min-height:600px;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000001a;margin:0;padding:0}.map-placeholder{width:100%;height:600px;min-height:600px;position:relative;background-color:#f0f2f5;margin:0;padding:0;border-radius:12px}.user-location-info{display:flex;align-items:center;min-width:0;padding:2px 8px;font-size:14px;font-weight:500;color:#1f2937;margin:0}.info-close-button{background:none;border:none;color:#888;font-size:18px;cursor:pointer;margin-left:8px;line-height:1;padding:0}.route-info{padding:8px;font-size:14px;color:#1f2937;min-width:180px}.route-info-item{display:flex;justify-content:space-between;margin-bottom:4px;align-items:center}.route-info-item:last-child{margin-bottom:0;padding-top:4px;border-top:1px solid #e5e7eb}.route-info-label{font-weight:500;margin-right:8px;color:#4b5563}.route-info-value{color:#22c55e;font-weight:600}.location-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.location-modal{background-color:#fff;padding:24px;border-radius:12px;max-width:400px;width:90%;box-shadow:0 4px 6px #0000001a}.location-modal-title{margin:0 0 16px;font-size:20px;color:#1f2937}.location-modal-text{margin:0 0 24px;font-size:16px;color:#4b5563;line-height:1.5}.location-modal-buttons{display:flex;gap:12px;justify-content:flex-end}.default-location-button{padding:8px 16px;background-color:#f3f4f6;color:#4b5563;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.share-location-button{padding:8px 16px;background-color:#22c55e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.share-location-button:hover{background-color:#16a34a}.user-profile{display:flex;flex-direction:column;align-items:center;min-width:400px}.profile-avatar{background-color:#dcfce7;border-radius:9999px;padding:0;margin-bottom:.5rem;width:8rem;height:8rem;display:flex;align-items:center;justify-content:center}.avatar-image{width:120%;height:120%;border-radius:9999px;object-fit:cover}.user-name-container{position:relative;min-height:2.5rem;display:flex;align-items:center;justify-content:center}.user-name{font-size:1.5rem;font-weight:700;color:#166534;cursor:pointer;margin:0;z-index:1}.input-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2}.user-name-input{font-size:1.5rem;font-weight:700;color:#166534;background:#fff;border:1px solid #22c55e;border-radius:4px;padding:8px 12px;text-align:center;outline:none;width:100%;max-width:20rem}.stats-section{display:flex;gap:2.5rem;justify-content:flex-start;margin-left:300px;padding:1rem}.stat-card{display:flex;flex-direction:column;align-items:center}.stat-icon{background-color:#dcfce7;padding:1rem;border-radius:9999px;width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;margin-left:1.3rem}.stat-icon img{width:130px;height:auto;padding:.3rem}.stat-value{font-size:2.6rem;line-height:1;font-weight:700;color:#14532d;margin:.75rem auto}.stat-value-plus{color:#22c55e}.stat-label{font-size:1rem;color:#14532d}.progress-section{margin-bottom:3rem;text-align:center}.progress-bar-container{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.progress-bar{width:65rem;height:2.2rem;background-color:#f0fdf4;border:1px solid #dcfce7;border-radius:9999px;position:relative}.progress-fill{height:100%;transition:width .5s ease-in-out;border-radius:9999px}.progress-star{position:absolute;top:0;transform:translate(-50%) translateY(-25%);transition:left .5s ease-in-out}.progress-star svg{width:4rem;height:4rem;color:#facc15}.progress-start,.progress-end{font-weight:700;color:#166534;margin:0 .5rem}.progress-text{font-size:1.25rem;font-weight:700;color:#166534}.tree-progress-container{display:flex;justify-content:center;align-items:center;margin-top:2rem;min-height:500px}.tree-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:600px}.tree-section{display:flex;justify-content:center;align-items:center;height:300px;width:100%;margin-bottom:2rem}.tree-image{max-width:400px;height:auto;width:100%;object-fit:contain;object-position:center bottom;transition:max-width .3s ease}.tree-image-small{max-width:200px}.accumulated-weights-section{margin-top:2rem;padding:1.5rem;background-color:#f0fdf4;border-radius:.5rem;box-shadow:0 2px 4px #0000000d}.weights-title{font-size:1.5rem;font-weight:700;color:#166534;margin-bottom:1rem}.weights-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.weight-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#fff;border-radius:.375rem;box-shadow:0 1px 3px #0000000d}.weight-item-header{display:flex;align-items:center}.weight-item-icon{color:#22c55e;margin-right:.5rem;display:flex;align-items:center}.weight-item-icon img{width:20px;height:20px}.weight-item-name{font-weight:500;color:#14532d}.weight-item-content{display:flex;flex-direction:column;align-items:flex-end}.weight-item-value{font-weight:700;color:#14532d}.weight-item-details{margin-top:.25rem;font-size:.75rem;color:#4b5563}.total-accumulated{display:flex;justify-content:flex-end;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #dcfce7}.total-label{font-weight:500;color:#166534;margin-right:.5rem}.total-value{font-size:1.25rem;font-weight:700;color:#14532d}.share-button-container{position:absolute;top:1rem;right:2rem;margin:0}.share-button{background-color:#16a34a;color:#fff;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.share-button:hover{background-color:#15803d}.share-button:disabled{opacity:.7;cursor:not-allowed}.share-button-icon{margin-right:.5rem;color:#fff}.preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1000}.preview-container{margin-top:-50rem;background-color:#fff;border-radius:.5rem;width:95%;max-width:1000px;height:95vh;display:flex;flex-direction:column;box-shadow:0 10px 25px #0000004d;overflow:hidden;position:relative}.close-button-absolute{position:absolute;top:1rem;right:1rem;z-index:10;background-color:transparent;border:none;color:#166534;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease;padding:0}.close-button-absolute:hover{opacity:.8}.preview-header{background-color:#f0fff0;display:flex;justify-content:center;align-items:center;padding:1.25rem 2rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.preview-header h3{margin:0;color:#166534;font-size:1.5rem;font-weight:600}.preview-image-container{padding:2rem;display:flex;justify-content:center;flex:1;overflow-y:auto;overflow-x:hidden;background-color:#f9fafb}.preview-image{max-width:100%;object-fit:contain;height:auto;border:1px solid #e5e7eb;border-radius:.25rem;box-shadow:0 4px 6px #0000000d}.share-options{display:flex;justify-content:center;padding:1.5rem 2rem;border-top:1px solid #e5e7eb;flex-shrink:0}.share-option{display:flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:.375rem;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .2s;gap:.5rem;white-space:nowrap}.download{background-color:#16a34a;color:#fff;width:100%;max-width:300px}.download:hover{background-color:#15803d}.share-option-icon{margin-right:.25rem}.save-load-buttons-container{display:flex;gap:.5rem}.save-button,.load-button{background-color:#16a34a;color:#fff;border:none;border-radius:.375rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.save-button{background-color:var(--highlight-color)}.save-button:hover{background-color:#216e42}.load-button{background-color:var(--highlight-color)}.load-button:hover{background-color:#216e42}.file-input{display:none}.save-button svg,.load-button svg{width:18px;height:18px;margin-right:.5rem}.container{min-height:100vh;background-color:#fff;padding-left:3rem;padding-right:3rem}main{padding:1.5rem 1.5rem 6rem;position:relative}.loading{padding:2rem;text-align:center;font-size:1.25rem;color:#166534}.error{padding:2rem;text-align:center;font-size:1.25rem;color:#b91c1c}.waste-container{display:flex;flex-direction:column;align-items:center;padding-top:2rem}.waste-header{text-align:center;margin-bottom:4rem;width:100%;position:relative}.waste-header h1{color:var(--highlight-color);margin-bottom:1rem}.waste-header p{font-size:1.1rem;color:#166534}main{width:100%;max-width:2000px}.profile-stats-container{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem}.progress-bar-container{margin-bottom:.5rem}.waste-categories{margin-bottom:3rem}.waste-category-card{padding:1.5rem;margin-bottom:1.5rem}.accumulated-weights{margin-top:4rem;margin-bottom:4rem}.save-load-bottom-container{display:flex;justify-content:center;width:100%;margin-top:2rem;margin-bottom:2rem}.navbar{display:flex;align-items:center;padding:1rem 0;background-color:var(--background-color);width:100%;box-sizing:border-box;border-bottom:1px solid #e2e8f0;margin-bottom:20px;box-shadow:0 2px 4px #0000000d}.navbar-content{display:flex;width:100%;align-items:center;justify-content:space-between;padding-left:2rem;padding-right:2rem}.logo-image{height:80px;width:auto}.logo{display:flex;align-items:center}.nav-links{display:flex;gap:2rem;justify-content:flex-end}.nav-link{color:#8fbc8f;font-weight:600;font-size:1.3rem;transition:transform .2s ease,color .2s ease}.nav-link:hover{color:#2e8b57;transform:translate(5px);text-decoration:none}.footer{background-color:#f0fff0;color:#000;padding:40px 0 20px;width:100%;margin-top:auto;font-size:16px;box-shadow:0 -4px 10px #0000000d}.footer-content{max-width:1200px;margin:0 auto;padding:0 40px}.footer-header{text-align:center;color:#2e8b57;font-size:28px;font-weight:700;margin-top:-10px;margin-bottom:20px}.footer-links-container{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.footer-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-column{flex:1;min-width:200px;display:flex;flex-direction:column;margin-bottom:15px;text-align:center}.footer-category{color:#2e8b57;font-weight:700;margin-bottom:15px;font-size:18px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #D0E7D0;padding-bottom:8px;text-align:center}.footer-link-title{color:#8fbc8f;margin-bottom:10px;display:block;text-decoration:none;transition:transform .2s ease,color .2s ease;font-size:15px;text-align:center}.footer-link-title:hover{color:#2e8b57;transform:translate(5px);text-decoration:none}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #D0E7D0;margin-top:10px;color:#2e8b57;font-size:14px}.chatbot-container{position:fixed;bottom:30px;right:30px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end}.chat-toggle-button{background-color:#2e8b57;color:#fff;border:none;border-radius:50%;padding:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:62px;height:62px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;outline:none}.chat-toggle-button:hover{background-color:#15803d;transform:translateY(-2px)}.chat-toggle-button.open{background-color:#ef4444;width:31px;height:31px;padding:8px}.chat-toggle-button.open:hover{background-color:#dc2626}.chat-toggle-button:focus{outline:none;box-shadow:none}.chat-button-text{font-weight:600;font-size:1rem}.chat-window{position:absolute;bottom:45px;right:0;width:500px;height:700px;background-color:#f0fff0;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background-color:#2e8b57;color:#fff;padding:16px;text-align:center;position:relative}.chat-header h3{margin:0 0 8px;font-size:1.2rem;font-weight:600}.chat-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.message{max-width:70%;padding:12px 16px;border-radius:12px;font-size:.95rem;line-height:1.4}.message.bot{background-color:#228b22;color:#fff;align-self:flex-start;border-bottom-left-radius:4px;text-align:left}.message.user{background-color:#16a34a;color:#fff;align-self:flex-end;border-bottom-right-radius:4px;text-align:left}.chat-input-container{padding:16px 16px 8px;background-color:#f0fff0;display:flex;flex-direction:column;gap:8px}.chat-input-form{display:flex;gap:8px;margin-bottom:8px}.chat-input{flex:1;padding:10px 16px;border:1px solid #d1d5db;border-radius:24px;font-size:.95rem;outline:none;transition:border-color .2s;background-color:#fff;color:#000}.chat-input:focus{border-color:#16a34a}.chat-send-button{background-color:#16a34a;color:#fff;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0;outline:none}.chat-send-button svg{width:20px;height:20px}.chat-send-button:hover{background-color:#15803d;transform:scale(1.05)}.chat-send-button:focus{outline:none;box-shadow:none}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.chat-messages::-webkit-scrollbar-thumb{background:#16a34a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#15803d}.message-options{display:flex;flex-direction:column;gap:8px;margin-top:12px}.option-button-chatbot{background-color:#fff;color:#2e8b57;border:1px solid seagreen;border-radius:8px;padding:10px 16px;text-align:left;cursor:pointer;transition:all .2s ease;font-size:.95rem;outline:none;box-sizing:border-box;width:100%;display:flex;align-items:center;gap:12px}.option-button-chatbot:hover{background-color:#f0fff0;color:#2e8b57;border-color:transparent}.option-button-chatbot:focus{outline:none;box-shadow:none}.option-icon{display:flex;align-items:center;color:#2e8b57}.option-text{flex:1}.scroll-top-button{position:absolute;top:100%;left:50%;transform:translate(-50%);width:40px;height:40px;border-radius:50%;background-color:#fff;color:#15803d;border:2px solid #15803d;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000001a;transition:all .3s ease;z-index:10;margin-top:-16px}.scroll-top-button:hover{transform:translate(-50%) translateY(-2px);box-shadow:0 4px 8px #00000026;background-color:#15803d;color:#fff}.scroll-top-button:focus{outline:none;box-shadow:none}.scroll-top-button:active{transform:translate(-50%) translateY(0);box-shadow:0 2px 4px #0000001a}.arrow-symbol{font-size:24px;font-weight:700;line-height:1}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.loading-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s linear infinite;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.options-container{display:flex;justify-content:flex-end;padding:0 16px 8px;background-color:#f0fff0}.show-options-button{background-color:transparent;color:#2e8b57;border:2px solid seagreen;border-radius:20px;padding:4px 12px;font-size:.85rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:4px}.show-options-button:focus{outline:none}.show-options-button:hover{background-color:#2e8b57;color:#fff}.show-options-button svg{width:14px;height:14px}.message.bot .markdown-content h1{font-size:1.5rem;font-weight:600;margin:20px 0 12px;color:#fff}.message.bot .markdown-content h2{font-size:1.3rem;font-weight:600;margin:18px 0 10px;color:#fff}.message.bot .markdown-content h3{font-size:1.2rem;font-weight:600;margin:16px 0 8px;color:#fff}.message.bot .markdown-content h4{font-size:1.1rem;font-weight:600;margin:14px 0 8px;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:4px}.message.bot .markdown-content p{margin:8px 0;line-height:1.5}.message.bot .markdown-content ul{margin:8px 0;padding-left:20px}.message.bot .markdown-content li{margin:4px 0;list-style-type:none;position:relative}.message.bot .markdown-content li:before{content:"•";position:absolute;left:-15px;color:#fff}.message.bot .markdown-content strong{font-weight:600;color:#fff}.message.bot .markdown-content hr{border:none;border-top:1px solid rgba(255,255,255,.2);margin:12px 0}
