*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1b1c12;background-color:#ecede3;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}html{width:100%;overflow-x:clip}body{margin:0;min-width:320px;min-height:100vh;width:100%;overflow-x:clip}#root{min-height:100vh;width:100%}button{font-family:inherit;cursor:pointer;border:none;outline:none}button:focus-visible{outline:2px solid #4399db;outline-offset:2px}h1{font-size:3.2em;line-height:1.1}img{max-width:100%;height:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}:root{--color-primary: #92e3ae;--color-primary-dark: #1c6d39;--color-primary-light: #b0ecc5;--color-text-primary: #1b1c12;--color-text-secondary: #247abc;--color-text-light: #ffffff;--color-bg: #ffffff;--color-bg-alt: #1b1c12;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--font-family-base: "Archivo", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-base: 18px;--line-height-base: 1.5;--border-radius-sm: 6px;--border-radius-md: 12px;--border-radius-lg: 18px;--border-width: 1px;--container-max-width: 1200px;--container-padding: 1.5rem}.container{max-width:var(--container-max-width);margin:0 auto;padding:var(--container-padding);width:100%}.landing-page{width:100%;min-height:100vh;background-color:var(--color-bg);position:relative;overflow-x:clip}.section{padding:var(--spacing-2xl) 0}.landing-page *{box-sizing:border-box}.navbar{background-color:var(--color-bg);border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:1000;width:100%;height:72px;margin:0;padding:0}.navbar-container{max-width:1440px;margin:0 auto;padding:0 64px;display:flex;align-items:center;justify-content:space-between;width:100%;height:72px}@media (max-width: 1067px) and (min-width: 1025px){.navbar-container{padding:0 40px}}@media (max-width: 768px){.navbar-container{padding:0 24px}}@media (max-width: 480px){.navbar-container{padding:0 16px}}.navbar-logo{display:flex;align-items:center}.navbar-logo img{height:32px;width:auto}.navbar-actions{display:flex;align-items:center;gap:16px}@media (max-width: 768px){.navbar-logo img{height:28px}.navbar-actions{gap:12px}.navbar-actions .btn{font-size:14px;padding:6px 14px;white-space:nowrap;line-height:1.2}}@media (max-width: 480px){.navbar-container{flex-wrap:wrap;gap:12px}.navbar-logo{flex:0 0 auto}.navbar-logo img{height:24px}.navbar-actions{gap:8px;flex:1;justify-content:flex-end}.navbar-actions .btn{font-size:12px;padding:5px 10px;white-space:nowrap;line-height:1.2;min-height:auto}}.btn{font-family:var(--font-family-base);font-size:18px;font-weight:400;line-height:1.5;padding:8px 20px;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:var(--color-primary);color:var(--color-text-primary);border-color:var(--color-text-primary)}.btn-primary:hover:not(:disabled){background-color:var(--color-primary-light);transform:translateY(-1px)}.btn-secondary{background-color:transparent;color:var(--color-text-primary);border-color:var(--color-text-primary)}.btn-secondary:hover:not(:disabled){background-color:#ffffff1a;transform:translateY(-1px)}.btn-outline{background-color:transparent;color:var(--color-text-light);border-color:var(--color-text-light)}.btn-outline:hover:not(:disabled){background-color:var(--color-text-light);color:var(--color-text-primary);transform:translateY(-1px)}@media (max-width: 768px){.btn{font-size:16px;padding:6px 16px;line-height:1.4}}@media (max-width: 480px){.btn{font-size:14px;padding:5px 12px;line-height:1.3;gap:6px}}.hero-section{position:relative;width:100%;height:900px;background-image:url(/hero-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center}.hero-section:before{content:"";position:absolute;inset:0;z-index:1}.hero-container{position:relative;z-index:2;max-width:1440px;margin:0 auto;padding:112px 64px;width:100%;height:100%;display:flex;align-items:stretch}.hero-content{display:flex;flex-direction:row;gap:80px;width:100%;align-items:stretch}.hero-column-left{flex:1;display:flex;align-items:flex-start}.hero-title{font-family:Archivo,sans-serif;font-size:56px;font-weight:600;line-height:1.2;color:#fff;margin:0;width:100%}.hero-title-line{display:inline-block;white-space:nowrap}.hero-column-right{flex:1;display:flex;flex-direction:column;justify-content:flex-end}.hero-text-content{display:flex;flex-direction:column;gap:32px}.hero-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#fff;margin:0}.hero-actions{display:flex;flex-direction:row;gap:16px}@media (max-width: 1067px) and (min-width: 1025px){.hero-container{padding:112px 40px}}@media (max-width: 1000px){.hero-section{height:auto;min-height:600px}.hero-container{padding:60px 24px;align-items:center}.hero-content{flex-direction:column;gap:40px;align-items:stretch}.hero-column-left{align-items:flex-start}.hero-title{font-size:36px;line-height:1.3}.hero-title-line{white-space:normal}.hero-column-right{justify-content:flex-start}.hero-text-content{gap:24px}.hero-text{font-size:16px}.hero-actions{flex-direction:column;width:100%}}@media (max-width: 480px){.hero-section{min-height:500px}.hero-container{padding:48px 16px}.hero-content{gap:32px}.hero-title{font-size:32px;line-height:1.3}.hero-text-content{gap:20px}.hero-text{font-size:14px}.hero-actions{gap:12px}}.waste-section{width:100%;background-color:var(--color-bg);padding:112px 0}.waste-section-container{max-width:1440px;margin:0 auto;padding:0 64px;display:flex;align-items:center;gap:42px}.waste-section-main{flex:1;display:flex;flex-direction:column;gap:32px}.waste-section .section-title{display:flex;flex-direction:column;gap:16px}.waste-section .tagline-wrapper{display:flex;align-items:center}.waste-section .tagline{font-family:Archivo,sans-serif;font-size:18px;font-weight:500;line-height:1.5;color:#247abc!important;margin:0;text-align:left}.waste-section .section-content{display:flex;flex-direction:column;gap:24px}.waste-section .section-heading{font-family:Archivo,sans-serif;font-size:48px;font-weight:600;line-height:1.2;color:#000!important;margin:0;text-align:left}.waste-section .section-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000!important;margin:0;text-align:left}.section-actions{display:flex;align-items:center;gap:24px}.link-button{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:#000;font-family:Archivo,sans-serif;font-size:18px;font-weight:400;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s ease}.link-button:hover{opacity:.8}.link-button svg{width:24px;height:24px}.section-image{flex:1;display:flex;align-items:center;justify-content:center}.section-image img{width:100%;height:auto;border-radius:12px;object-fit:cover}@media (max-width: 1067px) and (min-width: 1025px){.waste-section-container{padding:0 40px}}@media (max-width: 700px){.waste-section-container{flex-direction:column;align-items:flex-start;gap:32px;padding:0 24px}.waste-section-main{width:100%;order:1}.section-image{width:100%;max-width:560px;order:2;align-self:center;aspect-ratio:4 / 3}.section-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.waste-section .section-heading{font-size:40px;line-height:1.15}}.intelligent-section{width:100%;background-color:var(--color-bg);padding:112px 0}.intelligent-section-container{max-width:1440px;margin:0 auto 80px;padding:0 64px;display:flex;gap:80px;align-items:flex-start}.intelligent-section-image{max-width:1440px;margin:0 auto;padding:0 64px;display:flex;align-items:center;justify-content:center}.intelligent-section-image img{width:100%;height:auto;border-radius:12px;object-fit:cover}.intelligent-column-left{flex:1;display:flex;flex-direction:column;gap:16px}.intelligent-column-right{flex:1;display:flex;flex-direction:column;gap:32px}.intelligent-section .tagline-wrapper{display:flex;align-items:center}.intelligent-section .tagline{font-family:Archivo,sans-serif;font-size:18px;font-weight:500;line-height:1.5;color:#247abc!important;margin:0;text-align:left}.intelligent-section .section-heading{font-family:Archivo,sans-serif;font-size:48px;font-weight:600;line-height:1.2;color:#000!important;margin:0;text-align:left}.intelligent-section .section-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000!important;margin:0;text-align:left}.features-list{display:flex;flex-direction:row;gap:24px;padding:8px 0}.feature-item{display:flex;flex-direction:column;gap:16px;align-items:flex-start;flex:1}.feature-icon{width:42px;height:42px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.feature-icon img{width:100%;height:100%;object-fit:contain}.feature-content{flex:1;display:flex;flex-direction:column;gap:8px}.feature-heading{font-family:Archivo,sans-serif;font-size:20px;font-weight:700;line-height:1.4;color:#000;margin:0}.feature-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000;margin:0}@media (max-width: 1067px) and (min-width: 1025px){.intelligent-section-container,.intelligent-section-image{padding:0 40px}}@media (max-width: 768px){.intelligent-section{padding:60px 0}.intelligent-section-container{flex-direction:column;padding:0 24px;gap:40px;margin-bottom:40px}.intelligent-section-image{padding:0 24px}.intelligent-column-left{gap:12px}.intelligent-column-right{gap:24px}.intelligent-section .tagline{font-size:16px}.intelligent-section .section-heading{font-size:32px;line-height:1.3}.intelligent-section .section-text{font-size:16px}.features-list{flex-direction:column;gap:32px}.feature-item{gap:12px}.feature-heading{font-size:18px}.feature-text{font-size:16px}}@media (max-width: 480px){.intelligent-section{padding:48px 0}.intelligent-section-container{padding:0 16px;gap:32px;margin-bottom:32px}.intelligent-section-image{padding:0 16px}.intelligent-column-left{gap:10px}.intelligent-column-right{gap:20px}.intelligent-section .tagline{font-size:14px}.intelligent-section .section-heading{font-size:28px;line-height:1.3}.intelligent-section .section-text{font-size:14px}.features-list{gap:24px}.feature-item{gap:10px}.feature-icon{width:36px;height:36px}.feature-heading{font-size:16px}.feature-text{font-size:14px}}.value-section{width:100%;background-color:var(--color-bg-alt);padding:112px 0}.value-section-container{max-width:1440px;margin:0 auto;padding:0 64px;display:flex;flex-direction:column;align-items:center;gap:80px}.value-section-title{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.value-section .tagline-wrapper{display:flex;align-items:center}.value-section .tagline{font-family:Archivo,sans-serif;font-size:18px;font-weight:500;line-height:1.5;color:#fff!important;margin:0;text-align:center}.value-section .section-content{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.value-section .section-heading{font-family:Archivo,sans-serif;font-size:48px;font-weight:600;line-height:1.2;color:#92e3ae!important;margin:0;text-align:center}.value-section .section-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#fff!important;margin:0;text-align:center}.value-cards-row{display:flex;flex-direction:row;gap:32px;align-items:flex-start;width:100%}.value-cards-row>*{flex:1}@media (max-width: 1067px) and (min-width: 1025px){.value-section-container{padding:0 40px}}@media (max-width: 1024px){.value-cards-row{flex-direction:column;gap:24px}.value-cards-row>*{flex:none;width:100%}.value-section-container{padding:0 32px}}@media (max-width: 768px){.value-cards-row{flex-direction:column;gap:20px}.value-section-container{padding:0 24px}.value-section{padding:64px 0}.value-section .section-heading{font-size:36px}}.card{background-color:var(--color-bg-alt);border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:30px;height:340px;min-width:250px;position:relative;overflow:hidden;transition:height .3s ease}.card-expanded{height:500px}.card-content-top{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0;position:relative;z-index:2}.card-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center}.card-icon img{width:100%;height:100%;object-fit:contain}.card-text{display:flex;flex-direction:column;gap:8px}.card-title{font-family:Archivo,sans-serif;font-size:32px;font-weight:700;line-height:1.3;color:#fff;margin:0}.card-description{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#fff;margin:0}.card-expanded-content{position:absolute;top:270px;left:24px;right:24px;max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;margin:0;opacity:0;padding-bottom:0;z-index:1}.card-expanded-content-visible{max-height:220px;opacity:1;margin-top:0;margin-bottom:0;padding-bottom:0}.card-expanded-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#fff;margin:0}.card-actions{display:flex;align-items:center;position:absolute;bottom:24px;left:24px;right:24px;flex-shrink:0;z-index:3}.card-link-button{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:#fff;font-family:Archivo,sans-serif;font-size:18px;font-weight:400;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s ease}.card-link-button:hover{opacity:.8}.card-link-button svg{width:24px;height:24px;transition:transform .3s ease}.card-arrow-rotated{transform:rotate(90deg)}@media (max-width: 1024px){.card{min-width:100%;width:100%}}@media (max-width: 768px){.card{min-width:100%;width:100%;padding:20px}.card-title{font-size:28px}.card-description,.card-expanded-text{font-size:16px}}.cta-section{width:100%;background-color:#000;padding:112px 64px}.cta-section-container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;align-items:center;width:100%}.cta-content{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.cta-text-content{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.cta-heading{font-family:Archivo,sans-serif;font-size:48px;font-weight:600;line-height:1.2;color:#92e3ae;margin:0;text-align:center}.cta-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#92e3ae;margin:0;text-align:center}.cta-actions{display:flex;flex-direction:row;gap:16px;align-items:center}@media (max-width: 1067px) and (min-width: 1025px){.cta-section{padding:80px 40px}}.faq-section{width:100%;background-color:#fff;padding:112px 64px}.faq-section-container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:80px;width:100%}.faq-section-title{display:flex;flex-direction:column;gap:24px;width:100%}.faq-heading{font-family:Archivo,sans-serif;font-size:48px;font-weight:600;line-height:1.2;color:#000;margin:0;text-align:left}.faq-description{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000;margin:0;text-align:left}.faq-accordion-list{display:flex;flex-direction:column;gap:16px;width:100%}.faq-help-section{display:flex;flex-direction:column;gap:24px;width:100%}.faq-help-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.faq-help-heading{font-family:Archivo,sans-serif;font-size:32px;font-weight:700;line-height:1.3;color:#000;margin:0;text-align:left}.faq-help-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000;margin:0;text-align:left}.faq-help-actions{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:flex-start}@media (max-width: 1067px) and (min-width: 1025px){.faq-section{padding:80px 40px}}@media (max-width: 768px){.faq-section{padding:60px 24px}}@media (max-width: 480px){.faq-section{padding:48px 16px}}.accordion{background-color:#fff;border:1px solid #000000;border-radius:12px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;padding:20px 24px;display:flex;flex-direction:column}.accordion-open{gap:12px}.accordion-question{width:100%;max-width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:transparent;border:none;cursor:pointer;text-align:left;box-sizing:border-box}.accordion-question-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:700;line-height:1.5;color:#000;flex:1}.accordion-icon{width:24px;height:24px;flex-shrink:0;transition:transform .3s ease;stroke:#000}.accordion-icon-closed{transform:rotate(45deg)}.accordion-answer{width:100%;max-width:100%;overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .3s ease;box-sizing:border-box}.accordion-answer-open{opacity:1}.accordion-answer-inner{width:100%;max-width:100%;max-height:100%;box-sizing:border-box}.accordion-answer p{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000;margin:0}.final-cta-section{position:relative;width:100%;padding:112px 64px;background-image:url(/final-cta-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.final-cta-section:before{content:"";position:absolute;inset:0;background-color:#0009;z-index:1}.final-cta-section-container{position:relative;z-index:2;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;align-items:center;width:100%}.final-cta-content{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.final-cta-heading{font-family:Archivo,sans-serif;font-size:48px;font-weight:600;line-height:1.2;color:#fff;margin:0;text-align:center}.final-cta-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#fff;margin:0;text-align:center}.final-cta-actions{display:flex;flex-direction:row;gap:16px;align-items:center}@media (max-width: 1067px) and (min-width: 1025px){.final-cta-section{padding:80px 40px}}.footer{width:100%;background-color:#fff;padding:80px 64px}.footer-container{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:80px;width:100%}.footer-content{display:flex;flex-direction:row;gap:128px;width:100%}.footer-newsletter{display:flex;flex-direction:column;gap:24px;width:500px;flex-shrink:0}@media (max-width: 1067px) and (min-width: 1025px){.footer{padding:60px 40px}}@media (max-width: 800px){.footer{padding:40px 24px}.footer-container{gap:40px}.footer-content{flex-direction:column;gap:40px}.footer-newsletter{width:100%}.footer-links{flex-direction:column;gap:32px}.footer-credits{gap:24px}.footer-credits-row{flex-direction:column;align-items:flex-start;gap:16px}.footer-copyright,.footer-social-title,.footer-social-link span,.footer-legal-link{font-size:16px}}@media (max-width: 480px){.footer{padding:32px 16px}.footer-container,.footer-content{gap:32px}.footer-newsletter{gap:20px}.footer-logo img{height:28px}.footer-copyright,.footer-social-title,.footer-social-link span,.footer-legal-link{font-size:14px}}.footer-logo{display:flex;align-items:center}.footer-logo img{height:32px;width:auto}.footer-newsletter-text{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000;margin:0;text-align:left}.footer-newsletter-form{display:flex;flex-direction:column;gap:12px;width:100%}.footer-form{display:flex;flex-direction:row;gap:16px;width:100%}.footer-email-input{flex:1;padding:12px;border:1px solid #000000;border-radius:6px;font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000;background-color:#fff}.footer-email-input::placeholder{color:#0009}.footer-email-input:focus{outline:none;border-color:#92e3ae}.footer-privacy-text{font-family:Archivo,sans-serif;font-size:12px;font-weight:400;line-height:1.5;color:#000;margin:0;text-align:left}.footer-links{display:flex;flex-direction:row;gap:40px;flex:1}.footer-social-column{display:flex;flex-direction:column;gap:16px;flex:1}.footer-social-title{font-family:Archivo,sans-serif;font-size:18px;font-weight:500;line-height:1.5;color:#000;margin:0;text-align:left}.footer-social-links{display:flex;flex-direction:column;width:100%}.footer-social-link{display:flex;flex-direction:row;align-items:center;gap:12px;padding:8px 0;text-decoration:none;color:#000;transition:opacity .2s ease}.footer-social-link:hover{opacity:.7}.footer-social-link img{width:24px;height:24px;flex-shrink:0}.footer-social-link span{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5}.footer-credits{display:flex;flex-direction:column;gap:32px;width:100%}.footer-divider{width:100%;height:1px;background-color:#000}.footer-credits-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:64px;width:100%}.footer-copyright{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000;margin:0;text-align:left}.footer-legal-links{display:flex;flex-direction:row;gap:24px;align-items:center}.footer-legal-link{font-family:Archivo,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#000;text-decoration:none;transition:opacity .2s ease}.footer-legal-link:hover{opacity:.7}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal{background:#fff;border-radius:16px;width:100%;max-width:520px;padding:32px;position:relative;box-shadow:0 20px 60px #0003}.modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:24px;cursor:pointer;color:#0a101a;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.modal-close:hover{color:#00945f}.modal-title{font-family:Archivo,sans-serif;font-size:28px;font-weight:700;margin-bottom:8px;color:#0a101a}.modal-subtitle{font-size:16px;color:#475467;margin-bottom:24px}.modal-form{display:flex;flex-direction:column;gap:16px}.modal-label{display:flex;flex-direction:column;font-size:14px;font-weight:600;color:#0a101a;gap:8px}.modal-label input,.modal-label textarea{border:1px solid #d0d5dd;border-radius:10px;padding:12px;font-size:16px;font-family:Archivo,sans-serif;transition:border-color .2s ease,box-shadow .2s ease;resize:vertical}.modal-label textarea{min-height:120px}.modal-label input:focus,.modal-label textarea:focus{outline:none;border-color:#00945f;box-shadow:0 0 0 3px #00945f26}.modal .btn{width:100%;margin-top:8px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#92e3ae,#1c6d39);padding:20px}.auth-container{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:450px;width:100%;padding:40px}.auth-header{text-align:center;margin-bottom:30px}.auth-logo{width:200px;height:auto;margin-bottom:30px}.auth-header h1{display:none}.auth-header p{color:#666;font-size:1rem;margin:0}.auth-tabs{display:flex;gap:10px;margin-bottom:30px;border-bottom:2px solid #eee}.auth-tabs button{flex:1;padding:12px;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:600;color:#999;transition:all .3s ease}.auth-tabs button.active{color:#1c6d39;border-bottom-color:#1c6d39}.auth-tabs button:hover{color:#1c6d39}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input{padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#1c6d39;box-shadow:0 0 0 3px #1c6d391a}.error-message{background:#fee;color:#c33;padding:12px 16px;border-radius:8px;border-left:4px solid #c33;font-size:.9rem}.submit-btn{padding:14px;background:linear-gradient(135deg,#92e3ae,#1c6d39);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #92e3ae66}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:30px;text-align:center;padding-top:20px;border-top:1px solid #eee}.auth-footer p{color:#666;font-size:.95rem}.toggle-btn{background:none;border:none;color:#1c6d39;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.95rem}.toggle-btn:hover{color:#155028}@media (max-width: 768px){.auth-container{padding:30px 20px}.auth-header h1{font-size:2rem}}.sidebar{width:280px;background:#f5f5f5;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;padding:1.5rem;gap:1.5rem;min-height:100vh}.sidebar-header{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:0 0 1rem;margin-bottom:1rem;border:none;background:transparent;width:100%;text-align:left;cursor:pointer;border-bottom:1px solid #e0e0e0;transition:opacity .2s ease}.sidebar-header:hover{opacity:.8}.sidebar-logo{width:auto;height:40px;margin-bottom:.5rem;object-fit:contain}.sidebar-brand{font-size:1.25rem;font-weight:700;color:#1b1c12;margin:0}.sidebar-subtitle{font-size:.875rem;color:#666;margin:0}.user-role{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.role-icon{font-size:1.5rem}.role-info{display:flex;flex-direction:column;gap:.25rem}.role-label{font-size:.875rem;font-weight:600;color:#1b1c12}.role-description{font-size:.75rem;color:#666;line-height:1.4}.buying-for{display:flex;flex-direction:column;gap:.5rem}.buying-label{font-size:.875rem;font-weight:600;color:#1b1c12}.buying-select{padding:.625rem .75rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff;font-size:.875rem;color:#1b1c12;cursor:pointer}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit}.nav-item:hover{background:#92e3ae33}.nav-item.active{background:#92e3ae;color:#1b1c12}.nav-icon{font-size:1.25rem}.nav-text{font-size:.9rem;font-weight:500}.sidebar-signout{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-top:auto;font-family:inherit}.sidebar-signout:hover{background:#92e3ae33;border-color:#92e3ae}.signout-icon{font-size:1.25rem}.signout-text{font-size:.9rem;font-weight:500;color:#1b1c12}@media (max-width: 1024px){.sidebar{width:240px;padding:1rem}}@media (max-width: 768px){.sidebar{position:fixed;left:-280px;top:0;z-index:1000;transition:left .3s ease}.sidebar.open{left:0}}.search-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1.25rem 2rem;display:flex;align-items:center;gap:1.5rem}.back-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s ease;font-family:inherit}.back-button:hover{background:#f5f5f5}.back-arrow{font-size:1.25rem;color:#1b1c12}.back-text{font-size:.9rem;font-weight:500;color:#1b1c12}.search-info{display:flex;flex-direction:column;gap:.5rem}.search-query{font-size:1.5rem;font-weight:400;color:#1b1c12;margin:0}.search-meta{display:flex;align-items:center;gap:2rem;font-size:.875rem;color:#666}.results-count{font-weight:500}.data-source{color:#999}@media (max-width: 768px){.search-header{flex-direction:column;align-items:flex-start;padding:1rem}.search-query{font-size:1.25rem}.search-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.search-bar-container{width:100%;max-width:100%;margin:0 0 1.5rem}.search-form{width:100%}.search-input-wrapper{display:flex;gap:.75rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:.5rem;transition:all .2s ease}.search-input-wrapper:focus-within{border-color:#92e3ae;background:#fff;box-shadow:0 0 0 3px #92e3ae1a}.search-input{flex:1;border:none;outline:none;font-size:.95rem;padding:.75rem 1rem;background:transparent;color:#1b1c12}.search-input::placeholder{color:#999}.search-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:#1c6d39;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.search-button:hover:not(:disabled){background:#92e3ae;color:#1b1c12;transform:translateY(-1px)}.search-button:active:not(:disabled){transform:translateY(0)}.search-button:disabled{opacity:.6;cursor:not-allowed}.search-button svg{width:20px;height:20px;stroke-width:2.5}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 640px){.search-input{font-size:.9rem;padding:.6rem .8rem}.search-button{padding:.6rem 1rem;font-size:.9rem}.search-button svg{display:none}}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;height:100%;position:relative}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.best-match-badge{position:absolute;top:12px;left:12px;background:#92e3ae;color:#1b1c12;font-size:.7rem;font-weight:700;padding:.35rem .75rem;border-radius:4px;z-index:10;letter-spacing:.5px}.product-image-wrapper{position:relative;width:100%;padding-top:56.25%;background:#f8f9fa;overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-store-badge{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;gap:.35rem;padding:.35rem .7rem;color:#fff;font-size:.7rem;font-weight:600;border-radius:4px;box-shadow:0 2px 4px #0003}.store-icon{font-size:1rem}.product-info{padding:1rem;display:flex;flex-direction:column;flex:1;gap:.75rem}.product-name{font-size:.95rem;font-weight:600;color:#1b1c12;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.6em}.product-description{font-size:.8rem;color:#666;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-store-text{font-size:.8rem;color:#666;margin:0}.product-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #eee;display:flex;flex-direction:column;gap:1rem}.product-price-section{display:flex;flex-direction:column;gap:.5rem}.product-price{font-size:1.5rem;font-weight:700;color:#1b1c12}.product-rating{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#666}.rating-star{font-size:.9rem}.rating-value{font-weight:600;color:#1b1c12}.rating-availability{color:#1c6d39;font-weight:500}.product-actions{display:flex;flex-wrap:wrap;gap:.5rem;row-gap:.75rem}.save-button,.details-button,.buy-button{flex:1;min-width:100px;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem .75rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.details-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .5rem;background:#fff;color:#1b1c12;border:1px solid #e0e0e0;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;min-width:auto}.details-button:hover{background:#f8f9fa;border-color:#92e3ae;color:#1c6d39}.button-icon{font-size:1rem}.product-link{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:.6rem .5rem;background:#1c6d39;color:#fff;text-decoration:none;border-radius:6px;font-size:.8rem;font-weight:600;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;gap:.4rem}.product-link:hover{background:#92e3ae;color:#1b1c12;transform:translateY(-1px);box-shadow:0 2px 8px #92e3ae4d}.buy-button{border:none;cursor:pointer;min-width:auto}.buy-button:disabled{opacity:.6;cursor:not-allowed;background:#92e3ae}.buy-button.purchased{background:#1c6d39}.buy-button.purchased:hover{background:#1c6d39;transform:none}.save-button{flex:1;padding:.6rem .5rem;background:#f0f4ff;color:#4a90e2;border:2px solid #4a90e2;border-radius:8px;font-weight:600;font-size:.8rem;display:flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;transition:all .2s ease;min-width:auto}.save-button:hover{background:#4a90e2;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #4a90e24d}.save-button.saved{background:#4a90e2;color:#fff;border-color:#4a90e2;cursor:default}.save-button.saved:hover{transform:none;box-shadow:none}@media (max-width: 640px){.product-info{padding:1rem}.product-name{font-size:.95rem}.product-price{font-size:1.25rem}.product-link{padding:.4rem .8rem;font-size:.85rem}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;max-width:500px;width:100%;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d;margin:auto;position:relative}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:1.5rem;color:#1b1c12;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background:#f3f4f6;color:#1b1c12}.modal-body{padding:1.5rem}.modal-product-info{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.modal-product-image{width:120px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0}.modal-product-details{flex:1}.modal-product-details h3{margin:0 0 .5rem;font-size:1rem;color:#1b1c12;line-height:1.4}.modal-price{font-size:1.5rem;font-weight:700;color:#1c6d39;margin:.5rem 0}.modal-store{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#6b7280;margin:0}.modal-warning{padding:1rem;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:.9rem;line-height:1.6}.modal-warning strong{color:#1b1c12}.modal-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;flex-wrap:wrap}.modal-button{flex:1;min-width:140px;padding:.85rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.modal-button.cancel{background:#f3f4f6;color:#6b7280}.modal-button.cancel:hover{background:#e5e7eb;color:#374151}.modal-button.confirm{background:#1c6d39;color:#fff}.modal-button.confirm:hover{background:#155028;transform:translateY(-1px);box-shadow:0 4px 12px #1c6d394d}@media (max-width: 640px){.modal-content{width:95%;max-width:none}.modal-header{padding:1.25rem}.modal-header h2{font-size:1.25rem}.modal-body{padding:1.25rem}.modal-product-info{flex-direction:column;text-align:center;margin-bottom:1rem}.modal-product-image{width:100%;height:150px}.modal-footer{flex-direction:column;padding:1.25rem;gap:.75rem}.modal-button{width:100%;min-width:unset;padding:.75rem 1rem;font-size:.9rem}.product-actions{flex-wrap:wrap}.save-button,.details-button,.buy-button{min-width:80px;padding:.55rem .4rem;font-size:.75rem}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:60px;height:60px;border:4px solid rgba(67,153,219,.1);border-top-color:#4399db;border-radius:50%;animation:spin 1s linear infinite}.loading-text{margin-top:1.5rem;font-size:1.1rem;color:#666;font-weight:500}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff5f5;border-radius:12px;border:2px solid #fed7d7}.error-icon{font-size:4rem;margin-bottom:1rem}.error-title{font-size:1.5rem;color:#e53e3e;margin:0 0 .5rem}.error-message{font-size:1rem;color:#666;margin:0}.empty-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#f7fafc;border-radius:12px}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.empty-title{font-size:1.5rem;color:#333;margin:0 0 .5rem}.empty-message{font-size:1rem;color:#666;margin:0}@media (max-width: 1600px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 640px){.product-grid{grid-template-columns:1fr;gap:1rem}}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.5rem;color:#667eea}.service-providers-page{padding:2rem;max-width:1400px;margin:0 auto}.sp-header{text-align:center;margin-bottom:2rem}.sp-header-content{display:flex;justify-content:space-between;align-items:flex-start;max-width:1400px;margin:0 auto;gap:2rem}.sp-header-left{display:flex;flex-direction:column;gap:1rem;flex:1}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;color:#1c6d39;border:1px solid #92e3ae;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:fit-content}.back-btn:hover{background:#92e3ae;color:#1b1c12;transform:translate(-2px)}.sp-add-btn{padding:.75rem 1.5rem;background:#2d7a4f;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;white-space:nowrap}.sp-add-btn:hover{background:#1a472a;transform:translateY(-2px);box-shadow:0 4px 12px #2d7a4f4d}.sp-title{font-size:2.5rem;font-weight:700;color:#1a472a;margin:0 0 .5rem}.sp-subtitle{font-size:1.1rem;color:#666;margin:0}.sp-search-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.sp-search-inputs{display:grid;grid-template-columns:2fr 1fr auto;gap:1rem;margin-bottom:2rem}.sp-input-group{display:flex;flex-direction:column;gap:.5rem}.sp-label{font-weight:600;color:#333;font-size:.9rem}.sp-input,.sp-select{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s}.sp-input:focus,.sp-select:focus{outline:none;border-color:#2d7a4f;box-shadow:0 0 0 3px #2d7a4f1a}.sp-search-btn{align-self:flex-end;padding:.75rem 2rem;background:#2d7a4f;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s;white-space:nowrap}.sp-search-btn:hover:not(:disabled){background:#1a472a;transform:translateY(-1px);box-shadow:0 4px 12px #2d7a4f4d}.sp-search-btn:disabled{opacity:.6;cursor:not-allowed}.sp-categories{margin-top:2rem}.sp-categories-title{font-size:1.2rem;font-weight:600;color:#333;margin:0 0 1rem}.sp-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.sp-category-card{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s}.sp-category-card:hover{background:#2d7a4f;border-color:#2d7a4f;transform:translateY(-2px);box-shadow:0 4px 12px #2d7a4f4d}.sp-category-card:hover .sp-category-name{color:#fff}.sp-category-icon{font-size:2rem}.sp-category-name{font-weight:600;color:#333;font-size:.9rem;transition:color .2s}.sp-error{background:#fee;border:2px solid #fcc;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.sp-error-icon{font-size:1.5rem}.sp-error-text{color:#c33;font-weight:500}.sp-loading{text-align:center;padding:3rem;color:#666}.sp-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #2d7a4f;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sp-results{margin-top:2rem}.sp-results-header{margin-bottom:1.5rem}.sp-results-title{font-size:1.8rem;font-weight:700;color:#1a472a;margin:0 0 .25rem}.sp-results-subtitle{font-size:1rem;color:#666;margin:0}.sp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.sp-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:0;transition:all .2s;position:relative;overflow:hidden}.sp-card:hover{border-color:#2d7a4f;box-shadow:0 4px 16px #2d7a4f33;transform:translateY(-2px)}.sp-card-image-container{width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;align-items:center;justify-content:center}.sp-card-image{width:100%;height:100%;object-fit:cover}.sp-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;padding:1.5rem 1.5rem 0}.sp-card-title-section{flex:1}.sp-card-name{font-size:1.3rem;font-weight:700;color:#1a472a;margin:0 0 .25rem}.sp-card-business{font-size:.9rem;color:#666;margin:0}.sp-verified-badge{background:#4caf50;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;white-space:nowrap}.sp-card-body{margin-bottom:1rem;padding:0 1.5rem}.sp-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.sp-stars{font-size:1rem}.sp-rating-text{font-size:.9rem;color:#666}.sp-description{color:#555;line-height:1.5;margin:0 0 1rem;font-size:.95rem}.sp-info-grid{display:grid;gap:.75rem;margin-bottom:1rem}.sp-info-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.sp-info-icon{font-size:1.1rem}.sp-info-link{color:#2d7a4f;text-decoration:none;font-weight:500}.sp-info-link:hover{text-decoration:underline}.sp-info-text{color:#555}.sp-availability{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f0f7f3;border-radius:6px;font-size:.9rem;color:#2d7a4f;font-weight:500}.sp-availability-icon{font-size:1.1rem}.sp-card-footer{display:flex;gap:.75rem;margin-top:1rem;padding:0 1.5rem 1.5rem}.sp-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.sp-btn-primary{background:#2d7a4f;color:#fff}.sp-btn-primary:hover{background:#1a472a;transform:translateY(-1px);box-shadow:0 4px 12px #2d7a4f4d}.sp-btn-secondary{background:#fff;color:#2d7a4f;border:2px solid #2d7a4f}.sp-btn-secondary:hover{background:#f0f7f3}.sp-source-badge{position:absolute;top:0;right:0;background:linear-gradient(135deg,#4285f4,#34a853);color:#fff;padding:.35rem .75rem;border-bottom-left-radius:8px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.3rem}.sp-source-icon{font-size:.9rem}.sp-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;border:2px dashed #e0e0e0}.sp-empty-icon{font-size:4rem;margin-bottom:1rem}.sp-empty-title{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 .5rem}.sp-empty-text{color:#666;font-size:1rem;margin:0}.sp-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;overflow-y:auto}.sp-modal{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sp-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:10}.sp-modal-title{font-size:1.5rem;font-weight:700;color:#1a472a;margin:0}.sp-modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem;line-height:1;transition:all .2s}.sp-modal-close:hover{color:#d32f2f;transform:scale(1.1)}.sp-form{padding:2rem}.sp-form-section{margin-bottom:2rem}.sp-form-section-title{font-size:1.1rem;font-weight:600;color:#2d7a4f;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.sp-form-group{margin-bottom:1rem}.sp-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.sp-form-label{display:block;font-weight:600;color:#333;font-size:.9rem;margin-bottom:.5rem}.sp-form-input,.sp-form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s}.sp-form-input:focus,.sp-form-textarea:focus{outline:none;border-color:#2d7a4f;box-shadow:0 0 0 3px #2d7a4f1a}.sp-form-textarea{resize:vertical;min-height:80px}.sp-form-hint{display:block;margin-top:.25rem;font-size:.85rem;color:#666;font-style:italic}.sp-form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:2px solid #f0f0f0;margin-top:2rem}.sp-form-actions .sp-btn{min-width:120px}.sp-image-upload-container{width:100%;margin-bottom:.5rem}.sp-image-upload-label{display:block;cursor:pointer;transition:all .2s}.sp-upload-placeholder{border:2px dashed #e0e0e0;border-radius:12px;padding:3rem 2rem;text-align:center;background:#fafafa;transition:all .2s}.sp-upload-placeholder:hover{border-color:#2d7a4f;background:#f0f7f3}.sp-upload-icon{display:block;font-size:3rem;margin-bottom:1rem}.sp-upload-text{display:block;font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem}.sp-upload-hint{display:block;font-size:.85rem;color:#666}.sp-image-preview{position:relative;border-radius:12px;overflow:hidden;background:#f5f5f5;border:2px solid #e0e0e0}.sp-preview-img{width:100%;max-height:300px;object-fit:contain;display:block;background:#fff}.sp-remove-image-btn{position:absolute;top:10px;right:10px;background:#d32f2fe6;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1;padding:0}.sp-remove-image-btn:hover{background:#d32f2f;transform:scale(1.1)}.sp-file-input{display:none}@media (max-width: 768px){.sp-header-content{flex-direction:column;gap:1rem;text-align:center}.sp-modal{max-height:95vh;margin:0}.sp-form{padding:1.5rem}.sp-form-row,.sp-search-inputs{grid-template-columns:1fr}.sp-categories-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.sp-grid{grid-template-columns:1fr}.sp-card-footer{flex-direction:column}}.spend-analysis-page{min-height:100vh;background-color:#ecede3;padding:2rem}.spend-analysis-container{max-width:1400px;margin:0 auto;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000001a}.spend-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #92e3ae}.spend-header h1{font-size:2rem;color:#1c6d39;margin:0 0 .5rem}.spend-subtitle{color:#666;margin:0;font-size:1rem}.back-btn{background:#fff;border:2px solid #92e3ae;color:#1c6d39;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:1rem;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.back-btn:hover{background:#92e3ae;transform:translate(-4px)}.spend-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e0e0e0}.spend-tabs button{background:none;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;margin-bottom:-2px}.spend-tabs button:hover{color:#1c6d39;background:#92e3ae1a}.spend-tabs button.active{color:#1c6d39;border-bottom-color:#92e3ae;background:#92e3ae26}.tab-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #92e3ae4d;border-color:#92e3ae}.stat-card.savings{background:linear-gradient(135deg,#e8f8f0,#fff)}.stat-card.average{background:linear-gradient(135deg,#fff4e6,#fff)}.stat-card.potential{background:linear-gradient(135deg,#e3f2fd,#fff)}.stat-icon{font-size:2.5rem;line-height:1}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.75rem;font-weight:700;color:#1c6d39;margin-bottom:.25rem}.stat-detail{font-size:.875rem;color:#999}.overview-content{margin-top:2rem}.overview-summary{background:linear-gradient(135deg,#92e3ae1a,#1c6d390d);border:2px solid #92e3ae;border-radius:12px;padding:2rem;text-align:center}.overview-summary h2{color:#1c6d39;margin:0 0 1rem}.overview-summary p{color:#666;margin-bottom:1.5rem;font-size:1.1rem}.quick-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.action-btn{background:#1c6d39;color:#fff;border:none;padding:.875rem 1.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.action-btn:hover{background:#92e3ae;color:#1c6d39;transform:translateY(-2px);box-shadow:0 4px 12px #92e3ae66}.empty-state{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;border:2px dashed #e0e0e0}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#1c6d39;margin:0 0 .5rem;font-size:1.5rem}.empty-state p{color:#666;margin:.5rem 0;font-size:1rem}.empty-hint{color:#999;font-size:.875rem;margin-top:1rem}.search-history-list{display:flex;flex-direction:column;gap:1rem}.history-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .3s ease}.history-item:hover{border-color:#92e3ae;background:#92e3ae0d;transform:translate(8px);box-shadow:0 4px 12px #92e3ae33}.history-item-icon{font-size:2rem;flex-shrink:0}.history-item-content{flex:1}.history-item-content h3{margin:0 0 .5rem;color:#1c6d39;font-size:1.125rem}.history-item-content p{margin:0 0 .5rem;color:#666;font-size:.875rem}.history-item-date{font-size:.75rem;color:#999}.history-item-action{font-size:1.5rem;color:#92e3ae;flex-shrink:0}.purchases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.purchase-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;overflow:hidden;transition:all .3s ease}.purchase-card:hover{border-color:#92e3ae;box-shadow:0 8px 20px #92e3ae4d;transform:translateY(-4px)}.purchase-image{width:100%;height:200px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.purchase-image img{width:100%;height:100%;object-fit:cover}.no-image{font-size:4rem;color:#ccc}.purchase-info{padding:1.25rem}.purchase-info h3{margin:0 0 .75rem;color:#1c6d39;font-size:1.125rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.purchase-description{color:#666;font-size:.875rem;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.purchase-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e0e0e0}.purchase-price{font-weight:700;font-size:1.25rem;color:#1c6d39}.purchase-store{background:#92e3ae33;color:#1c6d39;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.purchase-date{display:block;font-size:.75rem;color:#999;margin-bottom:1rem}.purchase-link{display:inline-flex;align-items:center;gap:.5rem;background:#1c6d39;color:#fff;padding:.625rem 1.25rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.875rem;transition:all .3s ease}.purchase-link:hover{background:#92e3ae;color:#1c6d39;transform:translateY(-2px);box-shadow:0 4px 12px #92e3ae66}.loading{text-align:center;padding:4rem;color:#666;font-size:1.25rem}@media (max-width: 768px){.spend-analysis-page{padding:1rem}.spend-analysis-container{padding:1.5rem}.spend-header{flex-direction:column;gap:1rem}.spend-tabs{flex-wrap:wrap}.spend-tabs button{font-size:.875rem;padding:.75rem 1rem}.stats-grid,.purchases-grid{grid-template-columns:1fr}.quick-actions{flex-direction:column}.action-btn{width:100%}}.app{min-height:100vh;display:flex;background:#ecede3}.app-main{flex:1;display:flex;flex-direction:column;background:#fff}.search-content{flex:1;padding:2rem;max-width:1600px;width:100%;margin:0 auto}.export-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#1c6d39;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.export-button:hover:not(:disabled){background:#92e3ae;color:#1b1c12;transform:translateY(-1px)}.export-button:disabled{opacity:.6;cursor:not-allowed}.export-button svg{stroke-width:2.5}.button-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.welcome-section{text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.placeholder-section{text-align:center;padding:4rem 2rem}.placeholder-section h2{font-size:2rem;color:#1b1c12;margin-bottom:1rem}.placeholder-section p{font-size:1.25rem;color:#666}.welcome-icon{font-size:5rem;margin-bottom:1.5rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.welcome-title{font-size:2.5rem;font-weight:800;color:#1b1c12;margin:0 0 1rem}.welcome-text{font-size:1.25rem;color:#1b1c12;margin:0 0 3rem;line-height:1.8}.welcome-text strong{color:#1c6d39;font-weight:600}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem}.feature{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.feature:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.feature-icon{font-size:2.5rem}.feature span:last-child{font-size:1rem;font-weight:600;color:#1b1c12;text-align:center}.app-footer{background:#fff;padding:2rem;text-align:center;border-top:1px solid #e2e8f0;margin-top:auto}.app-footer p{margin:0;color:#718096;font-size:.9rem}@media (max-width: 1024px){.search-content{padding:1.5rem}}@media (max-width: 768px){.search-content{padding:1rem}.welcome-title{font-size:2rem}.welcome-text{font-size:1.1rem}.features{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.welcome-section{padding:2rem 1rem}.welcome-icon{font-size:4rem}.welcome-title{font-size:1.75rem}.welcome-text{font-size:1rem}}
