:root{--home-green: #2E7D32;--home-green-dark: #1B5E20;--home-green-light: #4CAF50;--home-green-lighter: #81C784;--home-green-bg: #E8F5E9;--home-green-bg-soft: #F1F8E9;--home-text: #1a1a2e;--home-text-secondary: #555;--home-text-light: #777;--home-white: #ffffff;--home-bg: #fafcfa;--home-border: #e0e8e0;--home-shadow: 0 4px 20px rgba(0, 0, 0, .08);--home-shadow-lg: 0 12px 40px rgba(0, 0, 0, .12);--home-radius: 16px;--home-radius-sm: 10px;--home-transition: all .3s cubic-bezier(.4, 0, .2, 1)}.home-page{width:100%;min-height:100vh;background:var(--home-white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--home-text);overflow-x:hidden}.home-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(46,125,50,.08);transition:var(--home-transition)}.home-navbar.scrolled{box-shadow:0 2px 20px #00000014}.home-navbar-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:68px}.home-navbar-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--home-green);flex-shrink:0}.home-navbar-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--home-green),var(--home-green-light));border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.home-navbar-logo-text{display:flex;flex-direction:column;line-height:1.15}.home-navbar-logo-title{font-size:.92rem;font-weight:800;color:var(--home-green);letter-spacing:-.02em}.home-navbar-logo-sub{font-size:.62rem;color:var(--home-text-light);font-weight:500}.home-navbar-links{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}.home-navbar-links a{display:block;padding:8px 14px;font-size:.87rem;font-weight:500;color:var(--home-text);text-decoration:none;border-radius:8px;transition:var(--home-transition);white-space:nowrap}.home-navbar-links a:hover,.home-navbar-links a.active{color:var(--home-green);background:var(--home-green-bg)}.home-navbar-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;background:linear-gradient(135deg,var(--home-green),var(--home-green-light));color:#fff!important;font-size:.87rem;font-weight:600;border-radius:50px;text-decoration:none;border:none;cursor:pointer;transition:var(--home-transition);box-shadow:0 4px 14px #2e7d324d;white-space:nowrap;flex-shrink:0}.home-navbar-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2e7d3266}.home-navbar-login-btn{font-size:.87rem;font-weight:600;color:var(--home-text);text-decoration:none;padding:8px 16px;border-radius:8px;transition:var(--home-transition);margin-right:12px;white-space:nowrap}.home-navbar-login-btn:hover{color:var(--home-green);background:var(--home-green-bg)}.home-navbar-register-btn{font-size:.87rem;font-weight:600;color:#fff;background:var(--home-green);text-decoration:none;padding:8px 16px;border-radius:8px;transition:var(--home-transition);white-space:nowrap}.home-navbar-register-btn:hover{background:var(--home-green-dark);box-shadow:0 2px 8px #2e7d3233}.home-navbar-user-info{display:flex;align-items:center;gap:12px;margin-right:16px;font-size:.85rem;color:var(--home-text);white-space:nowrap}.home-navbar-user-welcome{color:var(--home-text-secondary)}.home-navbar-user-welcome strong{color:var(--home-green)}.home-navbar-logout-btn{background:transparent;border:1px solid var(--home-green);color:var(--home-green);padding:6px 12px;font-size:.8rem;font-weight:500;border-radius:6px;cursor:pointer;transition:var(--home-transition)}.home-navbar-logout-btn:hover{background:var(--home-green);color:#fff}.home-mobile-user-info{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;padding:12px;border-bottom:1px solid var(--home-border)}.home-mobile-user-welcome{font-size:.9rem;color:var(--home-text-secondary);font-weight:600}.home-mobile-logout-btn{width:100%;background:transparent;border:1px solid var(--home-green);color:var(--home-green);padding:10px;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer}.home-mobile-login-btn{display:block;width:100%;text-align:center;padding:12px;font-size:.9rem;font-weight:600;color:var(--home-text);text-decoration:none;border-bottom:1px solid var(--home-border)}.home-mobile-login-btn:hover{color:var(--home-green);background:var(--home-green-bg)}.home-mobile-register-btn{display:block;width:100%;text-align:center;padding:12px;font-size:.9rem;font-weight:600;color:var(--home-green);background:var(--home-green-bg);text-decoration:none;border-bottom:1px solid var(--home-border)}.home-mobile-register-btn:hover{background:var(--home-green-bg-soft)}.home-navbar-toggle{display:none;width:40px;height:40px;border:none;background:transparent;cursor:pointer;color:var(--home-text);align-items:center;justify-content:center;border-radius:8px}.home-navbar-toggle:hover{background:var(--home-green-bg)}.home-hero{padding-top:68px;position:relative;overflow:hidden;background:linear-gradient(170deg,#f0faf0,#e1f3e1,#d4edda 80%);min-height:580px}.home-hero-landscape{position:absolute;bottom:0;left:0;right:0;height:220px;z-index:0;overflow:hidden}.home-hero-landscape img{width:100%;height:100%;object-fit:cover;object-position:center top;opacity:.45;mask-image:linear-gradient(to bottom,transparent 0%,black 40%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 40%)}.home-hero-deco{position:absolute;z-index:0;pointer-events:none}.home-hero-deco--left{top:68px;left:0;width:280px;height:300px;background:radial-gradient(ellipse at 0% 30%,rgba(76,175,80,.12) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(46,125,50,.08) 0%,transparent 50%)}.home-hero-deco--right{top:68px;right:0;width:300px;height:280px;background:radial-gradient(ellipse at 100% 20%,rgba(76,175,80,.1) 0%,transparent 60%),radial-gradient(ellipse at 80% 70%,rgba(129,199,132,.06) 0%,transparent 50%)}.home-hero-inner{max-width:1280px;margin:0 auto;padding:64px 32px 80px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:1}.home-hero-content{animation:heroFadeIn .8s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-hero-title{font-size:3rem;font-weight:800;line-height:1.1;color:var(--home-green-dark);margin-bottom:12px;letter-spacing:-.03em}.home-hero-title span{display:block;background:linear-gradient(135deg,var(--home-green),var(--home-green-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-hero-subtitle{font-size:1.15rem;font-weight:600;color:var(--home-green);margin-bottom:16px;font-style:italic}.home-hero-desc{font-size:.95rem;color:var(--home-text-secondary);line-height:1.7;margin-bottom:32px;max-width:480px}.home-hero-search{margin-top:24px;width:100%;max-width:520px;background:#fff;border-radius:16px;padding:16px 20px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(46,125,50,.1);position:relative;z-index:10}.home-hero-search-label{font-size:.88rem;font-weight:700;color:var(--home-green);margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px;text-align:left}.home-hero-search-form{display:flex;gap:10px;align-items:center}.home-hero-search-input-wrapper{flex:1;position:relative}.home-hero-search-input{width:100%;padding:12px 16px;border:2px solid #e0e8e0;border-radius:10px;font-size:.92rem;font-family:inherit;color:var(--home-text);outline:none;transition:var(--home-transition);background:#fcfdfc}.home-hero-search-input:focus{border-color:var(--home-green-light);background:#fff;box-shadow:0 0 0 3px #4caf501f}.home-hero-search-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,var(--home-green),var(--home-green-light));color:#fff;font-size:.92rem;font-weight:700;border-radius:10px;border:none;cursor:pointer;transition:var(--home-transition);white-space:nowrap}.home-hero-search-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2e7d3240}.home-hero-search-submit:active{transform:translateY(0)}.home-hero-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:50px;font-size:.92rem;font-weight:600;text-decoration:none;cursor:pointer;transition:var(--home-transition);border:2px solid transparent;font-family:inherit}.home-hero-btn--primary{background:linear-gradient(135deg,var(--home-green),var(--home-green-light));color:#fff;box-shadow:0 6px 24px #2e7d324d;border-color:var(--home-green)}.home-hero-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2e7d3266}.home-hero-btn--outline{background:#fff;color:var(--home-green-dark);border-color:var(--home-green)}.home-hero-btn--outline:hover{background:var(--home-green-bg);transform:translateY(-2px)}.home-hero-visual{display:flex;justify-content:center;align-items:center;animation:heroVisualFadeIn 1s ease-out .2s both}@keyframes heroVisualFadeIn{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.home-hero-phone{position:relative;width:280px;background:#fff;border-radius:36px;box-shadow:0 24px 64px #0000002e,0 0 0 1px #0000000d;overflow:hidden;border:6px solid #222}.home-hero-phone:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:22px;background:#222;border-radius:0 0 16px 16px;z-index:10}.home-hero-phone-header{background:linear-gradient(135deg,var(--home-green),var(--home-green-light));padding:32px 18px 14px;text-align:center;color:#fff}.home-hero-phone-header h4{font-size:.85rem;font-weight:700;margin-bottom:2px}.home-hero-phone-header p{font-size:.65rem;opacity:.85}.home-hero-phone-body{padding:14px 16px 20px;display:flex;flex-direction:column;gap:12px}.home-hero-phone-product{width:100%;height:160px;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8faf8}.home-hero-phone-product img{width:100%;height:100%;object-fit:cover}.home-hero-phone-checklist{display:flex;flex-direction:column;gap:7px}.home-hero-phone-check{display:flex;align-items:center;gap:8px;font-size:.73rem;color:var(--home-text);font-weight:500}.home-hero-phone-check-icon{width:20px;height:20px;background:var(--home-green-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--home-green);flex-shrink:0}.home-section{padding:72px 32px;position:relative}.home-section--gray{background:#f7faf7}.home-section--green-light{background:linear-gradient(180deg,#f0faf0,#e3f2e5,#f0faf0)}.home-section-inner{max-width:1100px;margin:0 auto}.home-section-header{text-align:center;margin-bottom:48px}.home-section-title{font-size:1.85rem;font-weight:800;color:var(--home-green-dark);margin-bottom:16px;letter-spacing:-.02em;position:relative;display:inline-block}.home-section-title:after{content:"";display:block;width:56px;height:4px;background:linear-gradient(90deg,var(--home-green),var(--home-green-light));border-radius:2px;margin:12px auto 0}.home-section-desc{font-size:.95rem;color:var(--home-text-secondary);max-width:660px;margin:0 auto;line-height:1.7}.home-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}.home-feature-card{text-align:center;padding:28px 18px;background:#fff;border-radius:var(--home-radius);box-shadow:var(--home-shadow);border:1px solid var(--home-border);transition:var(--home-transition);position:relative;overflow:hidden}.home-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--home-green),var(--home-green-light));transform:scaleX(0);transition:transform .3s ease}.home-feature-card:hover{transform:translateY(-6px);box-shadow:var(--home-shadow-lg)}.home-feature-card:hover:before{transform:scaleX(1)}.home-feature-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;transition:var(--home-transition)}.home-feature-icon--qr{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0}.home-feature-icon--eye{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:var(--home-green)}.home-feature-icon--check{background:linear-gradient(135deg,#e8f5e9,#a5d6a7);color:var(--home-green)}.home-feature-icon--heart{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0}.home-feature-card:hover .home-feature-icon{transform:scale(1.1)}.home-feature-title{font-size:.95rem;font-weight:700;color:var(--home-text);margin-bottom:8px}.home-feature-desc{font-size:.82rem;color:var(--home-text-light);line-height:1.6}.home-process-container{background:#fff;border-radius:20px;padding:40px 32px;box-shadow:0 4px 24px #0000000f;border:1px solid rgba(46,125,50,.08)}.home-process-grid{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-top:0;flex-wrap:nowrap}.home-process-step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:0;position:relative;padding:0 8px}.home-process-step-icon{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px;position:relative;z-index:2;transition:var(--home-transition);border:3px solid white;box-shadow:0 4px 16px #0000001a}.home-process-step-icon--green{background:linear-gradient(135deg,#e8f5e9,#a5d6a7);color:var(--home-green)}.home-process-step-icon--blue{background:linear-gradient(135deg,#e3f2fd,#90caf9);color:#1565c0}.home-process-step-icon--orange{background:linear-gradient(135deg,#fff3e0,#ffcc80);color:#e65100}.home-process-step-icon--teal{background:linear-gradient(135deg,#e0f2f1,#80cbc4);color:#00695c}.home-process-step-icon--emerald{background:linear-gradient(135deg,#e8f5e9,#66bb6a);color:var(--home-green-dark)}.home-process-step:hover .home-process-step-icon{transform:scale(1.1);box-shadow:0 6px 24px #00000026}.home-process-step-title{font-size:.85rem;font-weight:700;color:var(--home-text);margin-bottom:6px}.home-process-step-desc{font-size:.75rem;color:var(--home-text-light);line-height:1.5}.home-process-arrow{display:flex;align-items:center;justify-content:center;padding-top:24px;color:var(--home-green-lighter);flex-shrink:0;width:32px}.home-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px}.home-benefit-card{background:#fff;border-radius:var(--home-radius);overflow:hidden;box-shadow:var(--home-shadow);border:1px solid var(--home-border);transition:var(--home-transition)}.home-benefit-card:hover{transform:translateY(-8px);box-shadow:var(--home-shadow-lg)}.home-benefit-image{height:180px;overflow:hidden;position:relative}.home-benefit-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-benefit-card:hover .home-benefit-image img{transform:scale(1.08)}.home-benefit-body{padding:18px 16px 22px;text-align:center}.home-benefit-title{font-size:.95rem;font-weight:700;color:var(--home-text);margin-bottom:8px}.home-benefit-desc{font-size:.82rem;color:var(--home-text-light);line-height:1.6}.home-cta{padding:56px 32px;background:linear-gradient(135deg,#f5f9f5,#e8f5e9)}.home-cta-inner{max-width:680px;margin:0 auto;text-align:center}.home-cta-title{font-size:1.7rem;font-weight:800;color:var(--home-green-dark);margin-bottom:10px;letter-spacing:-.02em}.home-cta-desc{font-size:.92rem;color:var(--home-text-secondary);margin-bottom:28px}.home-cta-form{display:flex;gap:12px;max-width:520px;margin:0 auto}.home-cta-input{flex:1;padding:13px 20px;border:2px solid var(--home-border);border-radius:50px;font-size:.92rem;font-family:inherit;outline:none;color:var(--home-text);background:#fff;transition:var(--home-transition)}.home-cta-input:focus{border-color:var(--home-green);box-shadow:0 0 0 4px #2e7d321a}.home-cta-input::placeholder{color:#aaa}.home-cta-submit{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;background:linear-gradient(135deg,var(--home-green),var(--home-green-light));color:#fff;font-size:.92rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:var(--home-transition);box-shadow:0 4px 14px #2e7d324d;white-space:nowrap;font-family:inherit}.home-cta-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2e7d3266}.home-contact{padding:80px 32px;background:#f8fcf9}.home-contact-container{max-width:1100px;margin:0 auto}.home-contact-header{text-align:center;margin-bottom:50px}.home-contact-title{font-size:2.2rem;color:var(--home-green-dark);font-weight:700;letter-spacing:-.5px;margin-bottom:12px}.home-contact-desc{font-size:1.05rem;color:#546e7a;max-width:600px;margin:0 auto;line-height:1.6}.home-contact-content{display:grid;grid-template-columns:1fr 1.3fr;gap:48px;align-items:start}.home-contact-info{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0000000a;border:1px solid rgba(46,125,50,.08)}.contact-info-title{font-size:1.4rem;color:var(--home-green-dark);font-weight:600;margin-bottom:8px}.contact-info-subtitle{font-size:.95rem;color:#78909c;margin-bottom:32px;line-height:1.5}.contact-info-list{display:flex;flex-direction:column;gap:24px}.contact-info-item{display:flex;gap:16px;align-items:flex-start}.contact-info-icon{width:44px;height:44px;border-radius:12px;background:#2e7d3214;color:var(--home-green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-item h4{font-size:.95rem;font-weight:600;color:#37474f;margin-bottom:4px}.contact-info-item p{font-size:.9rem;color:#546e7a;line-height:1.4}.home-contact-form-container{background:#fff;padding:40px;border-radius:20px;box-shadow:0 10px 30px #0000000a;border:1px solid rgba(46,125,50,.08)}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:.88rem;font-weight:600;color:#455a64}.form-group label .required{color:#e53935}.form-group input,.form-group textarea{padding:12px 16px;border:1px solid #cfd8dc;border-radius:10px;font-size:.92rem;color:#37474f;outline:none;font-family:inherit;transition:all .25s ease}.form-group input:focus,.form-group textarea:focus{border-color:var(--home-green);box-shadow:0 0 0 3px #2e7d321f}.contact-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,var(--home-green),var(--home-green-light));color:#fff;font-size:.95rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 14px #2e7d3233;font-family:inherit;margin-top:10px}.contact-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #2e7d324d}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-alert{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;font-size:.9rem;line-height:1.4}.contact-alert.success{background:#e8f5e9;color:#2e7d32;border:1px solid #a5d6a7}.contact-alert.error{background:#ffebee;color:#c62828;border:1px solid #ef9a9a}.btn-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: 900px){.home-contact-content{grid-template-columns:1fr;gap:32px}}@media (max-width: 600px){.form-group-row{grid-template-columns:1fr;gap:16px}.home-contact{padding:60px 16px}.home-contact-info,.home-contact-form-container{padding:24px}}.home-footer{background:var(--home-green-dark);color:#fff;padding:36px 32px 22px}.home-footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.home-footer-item{display:flex;align-items:flex-start;gap:12px}.home-footer-item-icon{width:36px;height:36px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.home-footer-item-label{font-size:.82rem;font-weight:600;margin-bottom:2px;color:var(--home-green-lighter)}.home-footer-item-value{font-size:.8rem;opacity:.85;line-height:1.5}.home-footer-bottom{max-width:1100px;margin:24px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.15);text-align:center;font-size:.75rem;opacity:.6}.home-mobile-menu{display:none;position:fixed;top:68px;left:0;right:0;bottom:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;padding:24px;flex-direction:column;gap:4px;animation:slideDown .3s ease}.home-mobile-menu.open{display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.home-mobile-menu a{display:block;padding:14px 16px;font-size:1rem;font-weight:500;color:var(--home-text);text-decoration:none;border-radius:10px;transition:var(--home-transition)}.home-mobile-menu a:hover{background:var(--home-green-bg);color:var(--home-green)}.home-mobile-menu .home-navbar-cta{margin-top:12px;text-align:center;justify-content:center}.home-animate{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.home-animate.visible{opacity:1;transform:translateY(0)}@media (max-width: 1024px){.home-hero-inner{grid-template-columns:1fr;gap:36px;padding:48px 24px 60px;text-align:center}.home-hero-content{order:1}.home-hero-visual{order:0}.home-hero-desc{margin-left:auto;margin-right:auto}.home-hero-buttons{justify-content:center}.home-hero-title{font-size:2.2rem}.home-features-grid,.home-benefits-grid,.home-footer-inner{grid-template-columns:repeat(2,1fr)}.home-navbar-links{display:none}.home-navbar-toggle{display:flex}.home-process-grid{flex-wrap:wrap;gap:12px;justify-content:center}.home-process-step{flex:0 0 auto;width:140px}.home-process-arrow{width:24px;padding-top:24px}}@media (max-width: 768px){.home-hero-title{font-size:1.85rem}.home-hero-subtitle{font-size:1rem}.home-section{padding:48px 20px}.home-section-title{font-size:1.45rem}.home-process-grid{flex-direction:column;align-items:center;gap:8px}.home-process-step{width:100%;max-width:240px}.home-process-arrow{transform:rotate(90deg);padding:0;width:auto;margin:4px 0}.home-process-container{padding:28px 20px}.home-cta-form{flex-direction:column}.home-cta-submit{justify-content:center}.home-hero-phone{width:240px}.home-hero-phone-product{height:130px}}@media (max-width: 580px){.home-hero-title{font-size:1.6rem}.home-features-grid,.home-benefits-grid{grid-template-columns:1fr;max-width:380px;margin-left:auto;margin-right:auto}.home-footer-inner{grid-template-columns:1fr;gap:18px}.home-hero-buttons{flex-direction:column;align-items:stretch}.home-hero-btn{justify-content:center}.home-navbar-inner{padding:0 16px}.home-cta-title{font-size:1.3rem}}.home-section--npp-workflow{background:#f8fbf8;border-top:1px solid #e0eae0;border-bottom:1px solid #e0eae0}.npp-steps-container{display:flex;align-items:center;justify-content:space-between;max-width:960px;margin:0 auto 56px;gap:16px}.npp-step-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;position:relative}.npp-step-number{position:absolute;top:-10px;left:50%;transform:translate(-40px);width:22px;height:22px;background:#1565c0;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:3}.npp-step-icon-circle{width:60px;height:60px;background:#fff;border:2px solid #2E7D32;color:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 4px 12px #2e7d321a;z-index:2}.npp-step-plus-badge{position:absolute;bottom:-4px;right:-8px;background:#2e7d32;color:#fff;font-size:.65rem;font-weight:800;padding:1px 4px;border-radius:4px;border:1px solid white}.npp-step-text h4{font-size:.88rem;font-weight:700;color:#1a1a2e;margin-bottom:4px}.npp-step-text p{font-size:.75rem;color:#666;line-height:1.4;max-width:180px;margin:0 auto}.npp-step-divider{font-size:.85rem;color:#a5d6a7;font-weight:700;white-space:nowrap;-webkit-user-select:none;user-select:none;margin-bottom:30px}.npp-phones-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1140px;margin:0 auto 60px}.npp-phone-container{display:flex;flex-direction:column;align-items:center}.npp-phone-label-step{width:28px;height:28px;background:#1565c0;color:#fff;border-radius:50%;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 2px 8px #1565c033}.npp-phone-mockup{position:relative;width:100%;max-width:260px;height:480px;background:#000;border-radius:36px;box-shadow:0 16px 40px #00000026;border:5px solid #222222;overflow:hidden;display:flex;flex-direction:column}.npp-phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:90px;height:18px;background:#222;border-radius:0 0 12px 12px;z-index:10}.npp-phone-status-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 16px 4px;background:transparent;color:#333;font-size:.65rem;font-weight:600;z-index:5}.npp-phone-status-icons{display:flex;align-items:center;gap:4px}.npp-phone-screen{flex:1;background:#f4f6fa;display:flex;flex-direction:column;overflow:hidden;font-size:13px}.npp-screen-header{padding:10px 12px;background:#fff;border-bottom:1px solid #e0e8e0;font-weight:600;font-size:.8rem;text-align:center;color:#333;display:flex;align-items:center;justify-content:center;gap:8px;height:38px}.npp-screen-content{flex:1;padding:14px 12px;display:flex;flex-direction:column;overflow-y:auto}.npp-phone-screen--login{background:#f4f6fa}.npp-phone-screen--login .npp-screen-header{background:#fff}.npp-login-logo{width:50px;height:50px;background:#1565c0;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:16px auto 8px;box-shadow:0 4px 12px #1565c040}.npp-login-brand{font-size:.85rem;font-weight:800;color:#1565c0;text-align:center;letter-spacing:.5px}.npp-login-sub{font-size:.68rem;color:#777;text-align:center;margin-bottom:24px}.npp-login-input{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e0e7ef;border-radius:8px;font-size:.72rem;color:#333;margin-bottom:10px}.npp-input-icon{color:#90a4ae}.npp-login-options{display:flex;justify-content:space-between;font-size:.62rem;color:#546e7a;margin:2px 0 16px}.npp-login-remember{display:flex;align-items:center;gap:4px}.npp-login-forgot{color:#1565c0;cursor:pointer}.npp-login-btn{background:#1565c0;color:#fff;border:none;padding:10px;border-radius:8px;font-weight:600;font-size:.75rem;cursor:pointer;box-shadow:0 4px 12px #1565c033}.npp-login-footer{margin-top:auto;text-align:center;font-size:.58rem;color:#90a4ae;padding-bottom:4px}.npp-phone-screen--scan{background:#1a1a2e}.npp-phone-screen--scan .npp-screen-header{background:#1a1a2e;border-bottom:1px solid #2e2e4a;color:#fff;justify-content:space-between}.npp-scan-content{padding:10px 12px;justify-content:space-between}.npp-scan-hint{text-align:center;color:#fff;font-size:.7rem;background:#0006;padding:6px 12px;border-radius:20px;width:fit-content;margin:0 auto 12px}.npp-scan-box-wrapper{flex:1;display:flex;align-items:center;justify-content:center}.npp-scan-box{position:relative;width:160px;height:160px;border-radius:12px;overflow:hidden;box-shadow:0 0 0 400px #0000004d}.npp-scan-image{width:100%;height:100%;object-fit:cover;opacity:.8}.npp-scan-overlay-corners{position:absolute;top:0;left:0;right:0;bottom:0}.npp-scan-overlay-corners div{position:absolute;width:16px;height:16px;border:3px solid #4CAF50;z-index:2}.npp-scan-overlay-corners .corner-tl{top:0;left:0;border-right:none;border-bottom:none}.npp-scan-overlay-corners .corner-tr{top:0;right:0;border-left:none;border-bottom:none}.npp-scan-overlay-corners .corner-bl{bottom:0;left:0;border-right:none;border-top:none}.npp-scan-overlay-corners .corner-br{bottom:0;right:0;border-left:none;border-top:none}.npp-scan-line{position:absolute;top:0;left:0;right:0;height:2px;background:#4caf50;box-shadow:0 0 8px #4caf50;animation:scanLineMove 2s linear infinite;z-index:3}@keyframes scanLineMove{0%{top:0}50%{top:100%}to{top:0}}.npp-scan-qr-visual{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;opacity:.15}.npp-scan-footer{display:flex;align-items:center;justify-content:center;gap:6px;color:#81c784;font-size:.68rem;padding:8px 0;border-top:1px solid rgba(255,255,255,.08);margin-top:12px}.npp-phone-screen--store .npp-screen-header{background:#fff;justify-content:flex-start;text-align:left}.npp-store-search{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e0e7ef;border-radius:6px;padding:6px 10px;font-size:.68rem;color:#90a4ae;margin-bottom:12px}.npp-store-list{display:flex;flex-direction:column;gap:8px;flex:1}.npp-store-item{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;background:#fff;border:1px solid #e8ece8;border-radius:8px}.npp-store-item--active{border-color:#1565c0;background:#f0f4f9}.npp-radio{width:12px;height:12px;border:1.5px solid #90A4AE;border-radius:50%;margin-top:2px;position:relative;flex-shrink:0}.npp-radio.active{border-color:#1565c0}.npp-radio.active:after{content:"";position:absolute;top:2px;left:2px;width:5px;height:5px;background:#1565c0;border-radius:50%}.npp-store-text{min-width:0}.npp-store-name{font-size:.66rem;font-weight:700;color:#333;line-height:1.3}.npp-store-address{font-size:.58rem;color:#777;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.npp-store-btn{background:#1565c0;color:#fff;border:none;padding:10px;border-radius:8px;font-weight:600;font-size:.75rem;margin-top:12px;cursor:pointer}.npp-phone-screen--success,.npp-phone-screen--success .npp-screen-header{background:#fff}.npp-success-content{padding:10px 10px 14px;align-items:center}.npp-success-badge-circle{width:44px;height:44px;background:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.npp-success-msg-title{font-size:.72rem;font-weight:600;color:#555;text-align:center;line-height:1.3}.npp-success-msg-store{font-size:.72rem;font-weight:700;color:#2e7d32;text-align:center;margin:2px 0 10px}.npp-success-prod-card{width:100%;display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f8fbf8;border:1px solid #e8ece8;border-radius:8px;margin-bottom:10px}.npp-success-prod-img{width:32px;height:32px;object-fit:cover;border-radius:4px}.npp-success-prod-info{min-width:0}.npp-success-prod-name{font-size:.65rem;font-weight:700;color:#333}.npp-success-prod-sku{font-size:.58rem;color:#777}.npp-success-time-row{width:100%;display:flex;justify-content:space-between;font-size:.62rem;color:#666;padding:6px 4px;border-bottom:1px solid #eee;margin-bottom:10px}.npp-success-total-card{width:100%;background:#f0f7f0;border-radius:8px;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.npp-total-label{font-size:.62rem;color:#1b5e20;font-weight:500;max-width:120px;line-height:1.3}.npp-total-num{font-size:1.25rem;font-weight:800;color:#1b5e20}.npp-success-buttons{width:100%;display:flex;flex-direction:column;gap:6px}.npp-success-buttons button{width:100%;padding:7px;font-size:.68rem;font-weight:600;border-radius:6px;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:4px}.npp-btn-scan-again{background:transparent;color:#1565c0;border:1px solid #1565C0}.npp-btn-change-store{background:#1565c0;color:#fff;border:none}.npp-btn-end{background:#0d47a1;color:#fff;border:none}.npp-benefits-container{border-top:1px dashed #c8e6c9;padding-top:48px;margin-top:20px}.npp-benefits-title{font-size:1.3rem;font-weight:800;color:var(--home-green-dark);text-align:center;margin-bottom:32px;letter-spacing:.5px}.npp-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.npp-benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center}.npp-benefit-icon-wrapper{width:52px;height:52px;background:#fff;border:1.5px solid #2E7D32;color:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;box-shadow:0 4px 10px #2e7d320f}.npp-benefit-text h4{font-size:.88rem;font-weight:700;color:#1a1a2e;margin-bottom:6px}.npp-benefit-text p{font-size:.76rem;color:#666;line-height:1.5;max-width:200px;margin:0 auto}@media (max-width: 1024px){.npp-steps-container{flex-wrap:wrap;justify-content:center;gap:16px 8px}.npp-step-item{flex:0 0 45%}.npp-step-divider{display:none}.npp-phones-grid{grid-template-columns:repeat(2,1fr);justify-items:center;max-width:580px}.npp-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 580px){.npp-step-item{flex:0 0 100%;margin-bottom:8px}.npp-phones-grid{grid-template-columns:1fr;max-width:280px}.npp-benefits-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}.login-page{--primary-color: #2E7D32;--primary-bg: #E8F5E9;--glow-color: rgba(46,125,50,.12);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px 40px;background:#f4f6fa;position:relative;transition:background .3s ease}.login-page.npp-mode{--primary-color: #1565C0;--primary-bg: #E3F2FD;--glow-color: rgba(21,101,192,.12)}.login-bg-top{position:fixed;top:-80px;left:50%;transform:translate(-50%);width:300px;height:300px;background:radial-gradient(circle,var(--glow-color) 0%,transparent 70%);pointer-events:none;transition:background .3s ease}.login-card{width:100%;max-width:390px;background:#fff;border-radius:20px;padding:30px 24px 28px;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:column;align-items:center;gap:0;z-index:1}.auth-tabs{display:flex;width:100%;background:#eceff1;border-radius:12px;padding:4px;margin-bottom:24px}.auth-tab{flex:1;border:none;background:none;padding:10px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;color:#78909c;border-radius:8px;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:6px}.auth-tab.active{background:#fff;color:var(--primary-color);box-shadow:0 2px 8px #0000000f}.login-logo-wrap{width:84px;height:84px;background:var(--primary-bg);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;position:relative;transition:background .3s ease}.login-logo-icon{color:var(--primary-color);transition:color .3s ease}.login-brand-name{font-size:1.3rem;font-weight:800;color:#0d1b2a;letter-spacing:.5px;margin-bottom:4px;text-align:center}.login-brand-sub{font-size:.875rem;color:#546e7a;margin-bottom:24px;text-align:center}.login-form{width:100%;display:flex;flex-direction:column;gap:16px}.login-input-wrap{position:relative;display:flex;align-items:center}.login-input-icon{position:absolute;left:14px;color:#90a4ae;flex-shrink:0;pointer-events:none}.login-input{width:100%;padding:13px 14px 13px 44px;border:1.5px solid #E0E7EF;border-radius:10px;font-family:Inter,sans-serif;font-size:.95rem;color:#0d1b2a;background:#f8fafc;outline:none;transition:border-color .2s,box-shadow .2s}.login-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--glow-color);background:#fff}.login-input::placeholder{color:#b0bec5}.login-pw-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;color:#90a4ae;padding:4px;display:flex;align-items:center;border-radius:4px;transition:color .2s}.login-pw-toggle:hover{color:#546e7a}.login-options-row{display:flex;align-items:center;justify-content:space-between;margin-top:-4px}.login-remember{display:flex;align-items:center;gap:7px;cursor:pointer}.login-remember-check{width:16px;height:16px;accent-color:var(--primary-color);cursor:pointer}.login-remember-label{font-size:.85rem;color:#546e7a;-webkit-user-select:none;user-select:none}.login-forgot{font-size:.85rem;color:var(--primary-color);font-weight:500;text-decoration:none;cursor:pointer;background:none;border:none;padding:0;font-family:Inter,sans-serif}.login-forgot:hover{text-decoration:underline}.login-select{width:100%;padding:13px 14px 13px 44px;border:1.5px solid #E0E7EF;border-radius:10px;font-family:Inter,sans-serif;font-size:.95rem;color:#0d1b2a;background:#f8fafc;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2390A4AE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.login-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--glow-color);background-color:#fff}.login-error{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#ffebee;border:1px solid #EF9A9A;border-radius:8px;color:#c62828;font-size:.85rem}.login-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:15px;background:var(--primary-color);color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s,filter .2s;margin-top:4px}.login-submit-btn:hover:not(:disabled){filter:brightness(.9)}.login-submit-btn:active:not(:disabled){transform:scale(.98)}.login-submit-btn:disabled{opacity:.7;cursor:not-allowed}.btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:login-spin .8s linear infinite}@keyframes login-spin{to{transform:rotate(360deg)}}.login-footer{margin-top:20px;font-size:.78rem;color:#b0bec5;text-align:center}@media (max-width: 768px){.login-card{max-width:360px;padding:28px 20px 24px}}@media (max-width: 480px){.login-page{padding:16px 12px 30px;justify-content:flex-start;padding-top:6vh}.login-card{max-width:100%;padding:24px 16px 20px;border-radius:16px;box-shadow:0 2px 16px #0000000d}.auth-tabs{margin-bottom:20px}.auth-tab{padding:8px;font-size:.8rem;gap:4px}.login-logo-wrap{width:68px;height:68px;border-radius:16px;margin-bottom:14px}.login-logo-icon{width:32px!important;height:32px!important}.login-brand-name{font-size:1.15rem}.login-brand-sub{font-size:.8rem;margin-bottom:20px}.login-form{gap:12px}.login-input{padding:11px 12px 11px 40px;font-size:.9rem}.login-select{padding:11px 12px 11px 40px;font-size:.9rem;background-size:14px;background-position:right 10px center}.login-input-icon{left:12px;width:16px!important;height:16px!important}.login-pw-toggle{right:10px}.login-options-row{margin-top:-2px}.login-remember-label,.login-forgot{font-size:.8rem}.login-submit-btn{padding:13px;font-size:.95rem;border-radius:10px}}@media (max-height: 600px){.login-page{padding-top:20px;justify-content:flex-start}.login-card{padding-top:20px;padding-bottom:20px}.login-logo-wrap{display:none}.login-brand-sub{margin-bottom:12px}}.scan-qr-page{min-height:100vh;display:flex;flex-direction:column;background:#0d1b2a}.scan-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:transparent;position:absolute;top:0;left:0;right:0;z-index:20}.scan-header-title{font-size:1rem;font-weight:700;color:#fff;text-align:center;flex:1}.scan-header-btn{width:38px;height:38px;border:none;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s;flex-shrink:0}.scan-header-btn:hover{background:#ffffff40}.scan-camera-area{position:relative;width:100%;flex:1;background:#000;overflow:hidden;min-height:70vh}.scan-camera-video{width:100%;height:100%;object-fit:cover;display:block}.scan-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.scan-mask-top,.scan-mask-bottom{width:100%;flex:1;background:#0000008c}.scan-mask-middle{display:flex;flex-direction:row;width:100%;align-items:stretch}.scan-mask-side{flex:1;background:#0000008c}.scan-frame{width:240px;height:240px;position:relative;flex-shrink:0}.scan-frame-corner{position:absolute;width:28px;height:28px;border-color:#4caf50;border-style:solid;border-width:0}.scan-frame-corner.tl{top:0;left:0;border-top-width:4px;border-left-width:4px;border-radius:4px 0 0}.scan-frame-corner.tr{top:0;right:0;border-top-width:4px;border-right-width:4px;border-radius:0 4px 0 0}.scan-frame-corner.bl{bottom:0;left:0;border-bottom-width:4px;border-left-width:4px;border-radius:0 0 0 4px}.scan-frame-corner.br{bottom:0;right:0;border-bottom-width:4px;border-right-width:4px;border-radius:0 0 4px}.scan-line{position:absolute;left:4px;right:4px;height:2px;background:linear-gradient(90deg,transparent,#4CAF50,transparent);animation:scanLine 2s linear infinite;border-radius:2px;box-shadow:0 0 8px #4caf50cc}@keyframes scanLine{0%{top:4px}50%{top:calc(100% - 6px)}to{top:4px}}.scan-hint-box{position:absolute;top:20%;left:50%;transform:translate(-50%);background:#0009;border-radius:20px;padding:6px 18px;white-space:nowrap;z-index:5}.scan-hint-text{color:#fff;font-size:.82rem;font-weight:500;letter-spacing:.2px}.scan-bottom-bar{background:#0d1b2a;padding:20px 16px 32px;display:flex;flex-direction:column;align-items:center;gap:16px}.scan-history-btn{display:flex;flex-direction:column;align-items:center;gap:5px;background:none;border:none;cursor:pointer;color:#ffffffbf;transition:color .2s}.scan-history-btn:hover{color:#fff}.scan-history-icon{width:44px;height:44px;border:1.5px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center}.scan-history-label{font-size:.78rem;font-weight:500}.scan-no-camera{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 24px;text-align:center}.scan-no-camera h3{color:#fff;font-size:1.1rem;font-weight:700}.scan-no-camera p{color:#fff9;font-size:.9rem;line-height:1.6}.scan-retry-btn{padding:12px 28px;background:#1565c0;color:#fff;border:none;border-radius:10px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.scan-retry-btn:hover{background:#0d47a1}.scan-camera-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#0d1b2a}.scan-camera-loading p{color:#ffffffb3;font-size:.9rem}.scan-detected{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#4caf5026;z-index:10}.scan-detected-badge{background:#4caf50;color:#fff;padding:10px 24px;border-radius:20px;font-size:.95rem;font-weight:700;display:flex;align-items:center;gap:8px;animation:popIn .25s ease-out}@keyframes popIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.scan-npp-chip{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff1a;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.scan-npp-chip-name{color:#fff;font-size:.85rem;font-weight:500}.scan-npp-logout{background:none;border:none;color:#fff9;cursor:pointer;font-size:.78rem;text-decoration:underline;font-family:Inter,sans-serif;padding:0}#qr-canvas{display:none}#reader{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}#reader div{width:100%!important;height:100%!important}#reader video{width:100%!important;height:100%!important;object-fit:cover!important}.store-page{min-height:100vh;display:flex;flex-direction:column;background:#f4f6fa}.store-header{display:flex;align-items:center;padding:14px 16px;background:#fff;border-bottom:1px solid #E0E7EF;gap:8px;min-height:56px}.store-header-back{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0d1b2a;border-radius:50%;flex-shrink:0}.store-header-title{flex:1;font-size:1rem;font-weight:700;color:#0d1b2a;text-align:center;margin-right:36px}.store-product-bar{background:#fff;padding:12px 16px;border-bottom:1px solid #E0E7EF;display:flex;align-items:center;gap:12px}.store-product-img{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#f4f6fa;flex-shrink:0}.store-product-img-placeholder{width:44px;height:44px;border-radius:8px;background:#e3f2fd;display:flex;align-items:center;justify-content:center;color:#1565c0;flex-shrink:0}.store-product-info{flex:1;min-width:0}.store-product-name{font-size:.9rem;font-weight:700;color:#0d1b2a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-product-serial{font-size:.78rem;color:#546e7a;display:flex;align-items:center;gap:4px;margin-top:2px}.store-product-serial strong{color:#1565c0;font-weight:600}.store-search-wrap{padding:12px 16px;background:#fff}.store-search-inner{position:relative;display:flex;align-items:center}.store-search-icon{position:absolute;left:12px;color:#90a4ae}.store-search-input{width:100%;padding:10px 14px 10px 40px;border:1.5px solid #E0E7EF;border-radius:10px;font-family:Inter,sans-serif;font-size:.9rem;color:#0d1b2a;background:#f8fafc;outline:none;transition:border-color .2s}.store-search-input:focus{border-color:#1976d2}.store-search-input::placeholder{color:#b0bec5}.store-list-container{flex:1;background:#fff;margin:12px 16px 20px;border-radius:14px;box-shadow:0 2px 10px #0000000a;border:1px solid #E0E7EF;display:flex;flex-direction:column;overflow:hidden}.store-list{flex:1;overflow-y:auto;padding:8px 16px;display:flex;flex-direction:column;gap:0}.store-list-empty{padding:40px 16px;text-align:center;color:#90a4ae;font-size:.9rem}.store-item{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid #F0F4F8;cursor:pointer;transition:background .15s}.store-item:last-child{border-bottom:none}.store-item:hover{background:#f8fafc;margin:0 -12px;padding-left:12px;padding-right:12px;border-radius:8px}.store-radio-dot{width:22px;height:22px;border-radius:50%;border:2px solid #B0BEC5;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;transition:border-color .2s}.store-item.selected .store-radio-dot{border-color:#1565c0}.store-radio-inner{width:12px;height:12px;border-radius:50%;background:#1565c0;transform:scale(0);transition:transform .2s}.store-item.selected .store-radio-inner{transform:scale(1)}.store-item-info{flex:1;min-width:0}.store-item-name{font-size:.9rem;font-weight:700;color:#0d1b2a;line-height:1.35;transition:color .2s}.store-item.selected .store-item-name{color:#1565c0}.store-item-addr{font-size:.8rem;color:#546e7a;margin-top:3px;line-height:1.4}.store-list-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;gap:12px;color:#546e7a;font-size:.9rem}.store-confirm-bar{padding:16px;background:#fff;border-top:1px solid #E0E7EF;box-shadow:0 -4px 16px #0000000f}.store-confirm-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px;background:#1565c0;color:#fff;border:none;border-radius:14px;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s}.store-confirm-btn:hover:not(:disabled){background:#0d47a1}.store-confirm-btn:active:not(:disabled){transform:scale(.98)}.store-confirm-btn:disabled{background:#b0bec5;cursor:not-allowed}.success-page{min-height:100vh;display:flex;flex-direction:column;background:#f4f6fa}.success-header{display:flex;align-items:center;padding:14px 16px;background:#fff;border-bottom:1px solid #E0E7EF;gap:8px;min-height:56px}.success-header-title{flex:1;font-size:1rem;font-weight:700;color:#0d1b2a;text-align:center;margin-right:36px}.success-header-back{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0d1b2a;border-radius:50%;flex-shrink:0}.success-body{flex:1;padding:20px 16px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.success-check-wrap{display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px 0}.success-check-circle{width:80px;height:80px;background:#e8f5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:popIn .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.confetti-wrap{position:relative;width:80px;height:80px}.confetti-wrap .success-check-circle{position:absolute;top:0;right:0;bottom:0;left:0}.confetti-dot{position:absolute;width:6px;height:6px;border-radius:50%;animation:confettiFly .8s ease-out forwards}@keyframes confettiFly{0%{transform:translate(0) scale(1);opacity:1}to{opacity:0}}.success-title{font-size:1rem;font-weight:700;color:#0d1b2a;text-align:center;line-height:1.4}.success-store-name{font-size:.9rem;font-weight:700;color:#2e7d32;text-align:center}.success-product-card{background:#fff;border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px #0000000f}.success-product-img{width:52px;height:52px;border-radius:10px;object-fit:cover;flex-shrink:0}.success-product-img-placeholder{width:52px;height:52px;border-radius:10px;background:#e3f2fd;display:flex;align-items:center;justify-content:center;color:#1565c0;flex-shrink:0}.success-product-info{flex:1;min-width:0}.success-product-name{font-size:.9rem;font-weight:700;color:#0d1b2a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.success-product-code{font-size:.78rem;color:#546e7a;margin-top:3px}.success-product-code span{color:#1565c0}.success-meta-row{background:#fff;border-radius:14px;padding:14px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px #0000000a}.success-meta-label{font-size:.85rem;color:#546e7a;flex:1}.success-meta-value{font-size:.85rem;font-weight:600;color:#0d1b2a}.success-count-card{background:#e3f2fd;border-radius:14px;padding:16px;display:flex;align-items:center;justify-content:space-between;border:1.5px dashed #1565C0}.success-count-label{font-size:.85rem;color:#546e7a;line-height:1.4;flex:1;margin-right:16px}.success-count-number{font-size:2rem;font-weight:800;color:#1565c0;line-height:1}.success-actions{display:flex;flex-direction:column;gap:10px;padding-top:4px}.success-btn-scan{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:transparent;color:#1565c0;border:2px solid #1565C0;border-radius:12px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.success-btn-scan:hover{background:#e3f2fd}.success-btn-store{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:#1565c0;color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.success-btn-store:hover{background:#0d47a1}.success-btn-end{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;background:#0d47a1;color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s;letter-spacing:.5px}.success-btn-end:hover{background:#0a3582}.history-page{min-height:100vh;display:flex;flex-direction:column;background:#f4f6fa}.history-header{display:flex;align-items:center;padding:14px 16px;background:#fff;border-bottom:1px solid #E0E7EF;gap:8px;min-height:56px}.history-back-btn{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0d1b2a;border-radius:50%;flex-shrink:0}.history-header-title{flex:1;font-size:1rem;font-weight:700;color:#0d1b2a;text-align:center;margin-right:36px}.history-body{flex:1;padding:16px;overflow-y:auto}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:60px 20px;text-align:center}.history-empty p{font-size:1rem;font-weight:600;color:#546e7a}.history-empty span{font-size:.85rem;color:#90a4ae}.history-scan-btn{margin-top:8px;padding:11px 28px;background:#1565c0;color:#fff;border:none;border-radius:10px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer}.history-list{display:flex;flex-direction:column;gap:10px}.history-item{background:#fff;border-radius:12px;padding:14px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 1px 4px #0000000f}.history-item-icon{width:40px;height:40px;background:#e3f2fd;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.history-item-info{flex:1}.history-item-name{font-size:.9rem;font-weight:700;color:#0d1b2a}.history-item-serial{font-size:.78rem;color:#1565c0;margin-top:2px}.history-item-store{font-size:.8rem;color:#546e7a;margin-top:2px}.history-item-time{font-size:.75rem;color:#90a4ae;margin-top:4px}.scan-choice-page{min-height:100vh;background:linear-gradient(135deg,#f0faf0,#e8f5e9,#fff);display:flex;flex-direction:column}.scan-choice-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-bottom:1px solid #e0e8e0;position:sticky;top:0;z-index:10}.scan-choice-back{width:38px;height:38px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;border-radius:50%;transition:background .2s}.scan-choice-back:hover{background:#f0f0f0}.scan-choice-header-title{flex:1;font-size:1rem;font-weight:600;text-align:center;margin-right:38px}.scan-choice-body{flex:1;padding:24px 16px 32px;display:flex;flex-direction:column;align-items:center}.scan-choice-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#546e7a;font-size:.9rem}.scan-choice-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:0 20px}.scan-choice-error-icon{width:64px;height:64px;background:#ffebee;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#c62828}.scan-choice-error h3{font-size:1.1rem;color:#c62828}.scan-choice-error p{font-size:.88rem;color:#777;line-height:1.5}.scan-choice-retry-btn{padding:12px 28px;background:#2e7d32;color:#fff;border:none;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s}.scan-choice-retry-btn:hover{background:#1b5e20}.scan-choice-product{width:100%;max-width:400px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #00000014;border:1px solid #e0e8e0;margin-bottom:24px;display:flex;align-items:center;gap:16px}.scan-choice-product-img{width:64px;height:64px;border-radius:12px;object-fit:cover;border:1px solid #eee;flex-shrink:0}.scan-choice-product-placeholder{width:64px;height:64px;border-radius:12px;background:#e8f5e9;display:flex;align-items:center;justify-content:center;color:#2e7d32;flex-shrink:0}.scan-choice-product-info{flex:1;min-width:0}.scan-choice-product-name{font-size:.95rem;font-weight:600;color:#1a1a2e;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scan-choice-product-serial{font-size:.78rem;color:#777;display:flex;align-items:center;gap:4px}.scan-choice-product-enterprise{font-size:.78rem;color:#2e7d32;font-weight:500;margin-top:2px}.scan-choice-prompt{text-align:center;margin-bottom:20px}.scan-choice-prompt h2{font-size:1.15rem;font-weight:700;color:#1a1a2e;margin-bottom:4px}.scan-choice-prompt p{font-size:.85rem;color:#777}.scan-choice-options{width:100%;max-width:400px;display:flex;flex-direction:column;gap:14px}.scan-choice-card{display:flex;align-items:center;gap:16px;padding:18px 20px;background:#fff;border-radius:14px;border:2px solid #e0e8e0;cursor:pointer;transition:all .25s ease;text-decoration:none;color:inherit}.scan-choice-card:hover{border-color:#2e7d32;box-shadow:0 4px 16px #2e7d321f;transform:translateY(-2px)}.scan-choice-card:active{transform:scale(.98)}.scan-choice-card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scan-choice-card-icon--info{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0}.scan-choice-card-icon--npp{background:linear-gradient(135deg,#e8f5e9,#a5d6a7);color:#2e7d32}.scan-choice-card-body{flex:1;min-width:0}.scan-choice-card-title{font-size:.95rem;font-weight:600;color:#1a1a2e;margin-bottom:2px}.scan-choice-card-desc{font-size:.78rem;color:#777;line-height:1.4}.scan-choice-card-badge{font-size:.68rem;font-weight:600;padding:2px 8px;border-radius:10px;margin-top:4px;display:inline-block}.scan-choice-card-badge--guest{background:#e3f2fd;color:#1565c0}.scan-choice-card-badge--npp{background:#fff3e0;color:#e65100}.scan-choice-card-arrow{color:#bbb;flex-shrink:0;transition:transform .2s}.scan-choice-card:hover .scan-choice-card-arrow{color:#2e7d32;transform:translate(4px)}.product-info-page{min-height:100vh;background:#f4f7f4;display:flex;flex-direction:column}.product-info-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-bottom:1px solid #e0e8e0;position:sticky;top:0;z-index:10}.product-info-back{width:38px;height:38px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;border-radius:50%;transition:background .2s}.product-info-back:hover{background:#f0f0f0}.product-info-header-title{flex:1;font-size:1rem;font-weight:600;text-align:center;margin-right:38px}.product-info-body{flex:1;padding:16px;display:flex;flex-direction:column;gap:14px;max-width:480px;margin:0 auto;width:100%}.product-info-verify{display:flex;align-items:center;gap:12px;padding:16px;background:#e8f5e9;border-radius:14px;border:1px solid #A5D6A7}.product-info-verify-icon{width:44px;height:44px;background:#2e7d32;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.product-info-verify-text h3{font-size:.95rem;font-weight:700;color:#1b5e20;margin-bottom:2px}.product-info-verify-text p{font-size:.78rem;color:#2e7d32}.product-info-verify--warning{background:#fff3e0;border-color:#ffb74d}.product-info-verify--warning .product-info-verify-icon{background:#e65100}.product-info-verify--warning h3{color:#e65100}.product-info-verify--warning p{color:#bf360c}.product-info-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #0000000f;border:1px solid #e8ece8}.product-info-image-area{height:200px;background:linear-gradient(135deg,#f0faf0,#e8f5e9);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-info-image-area img{width:100%;height:100%;object-fit:cover}.product-info-image-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:#81c784}.product-info-image-placeholder span{font-size:.78rem;color:#999}.product-info-details{padding:18px}.product-info-name{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}.product-info-desc{font-size:.85rem;color:#666;line-height:1.6;margin-bottom:12px}.product-info-rows{display:flex;flex-direction:column;gap:0}.product-info-row{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #f0f0f0}.product-info-row:last-child{border-bottom:none}.product-info-row-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f5f8f5;color:#2e7d32}.product-info-row-label{font-size:.78rem;color:#999;flex-shrink:0;min-width:80px}.product-info-row-value{flex:1;font-size:.85rem;font-weight:500;color:#333;text-align:right}.product-info-enterprise{background:#fff;border-radius:14px;padding:18px;box-shadow:0 2px 12px #0000000f;border:1px solid #e8ece8}.product-info-enterprise-title{font-size:.82rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.product-info-enterprise-name{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:8px}.product-info-enterprise-row{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:.82rem;color:#666}.product-info-enterprise-row svg{color:#2e7d32;flex-shrink:0}.product-info-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-info-stat{background:#fff;border-radius:14px;padding:16px;text-align:center;box-shadow:0 2px 12px #0000000f;border:1px solid #e8ece8}.product-info-stat-number{font-size:1.5rem;font-weight:800;color:#2e7d32;display:block}.product-info-stat-label{font-size:.75rem;color:#999;margin-top:4px;display:block}.product-info-distributor{background:#fff;border-radius:14px;padding:18px;box-shadow:0 2px 12px #0000000f;border:1px solid #e8ece8}.product-info-distributor-title{font-size:.82rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.product-info-distributor-name{font-size:.95rem;font-weight:600;color:#1a1a2e;margin-bottom:4px}.product-info-distributor-addr{font-size:.82rem;color:#777}.product-info-bottom{padding:16px;max-width:480px;margin:0 auto;width:100%}.product-info-home-btn{width:100%;padding:14px;background:#2e7d32;color:#fff;border:none;border-radius:12px;font-size:.92rem;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.product-info-home-btn:hover{background:#1b5e20}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #1565C0;--primary-dark: #0D47A1;--primary-light: #1976D2;--primary-bg: #E3F2FD;--success: #2E7D32;--success-light: #4CAF50;--success-bg: #E8F5E9;--error: #C62828;--error-bg: #FFEBEE;--warning: #E65100;--warning-bg: #FFF3E0;--text-primary: #0D1B2A;--text-secondary: #546E7A;--text-hint: #90A4AE;--border: #E0E7EF;--border-focus: #1976D2;--bg-page: #F4F6FA;--bg-card: #FFFFFF;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-lg: 0 8px 32px rgba(0,0,0,.14);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body{font-family:var(--font);background:var(--bg-page);color:var(--text-primary);font-size:15px;line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none}#root{min-height:100vh;display:flex;flex-direction:column}.app-shell{width:100%;max-width:430px;min-height:100vh;margin:0 auto;background:var(--bg-page);position:relative;display:flex;flex-direction:column}.app-shell.app-shell--fullwidth{max-width:none;background:#fff}.app-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:var(--bg-page)}.loading-ring{width:44px;height:44px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--bg-card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;min-height:56px}.page-header .back-btn{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-primary);border-radius:50%;transition:background .2s;flex-shrink:0}.page-header .back-btn:hover{background:var(--bg-page)}.page-header .header-title{flex:1;font-size:1rem;font-weight:600;color:var(--text-primary);text-align:center;margin-right:36px}.page-header .header-action{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-primary);border-radius:50%;flex-shrink:0}.btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:var(--radius-md);font-family:var(--font);font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:all .2s;width:100%;text-decoration:none}.btn:active{transform:scale(.98)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.btn-primary:disabled{opacity:.65;cursor:not-allowed}.btn-success{background:var(--success);color:#fff}.btn-success:hover:not(:disabled){background:#1b5e20}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover:not(:disabled){background:var(--primary-bg)}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.85rem;font-weight:500;color:var(--text-secondary)}.form-input{width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font);font-size:.95rem;color:var(--text-primary);background:var(--bg-card);outline:none;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #1976d21a}.form-input::placeholder{color:var(--text-hint)}.error-msg{display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--error-bg);border:1px solid #EF9A9A;border-radius:var(--radius-sm);color:var(--error);font-size:.85rem}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:.78rem;font-weight:600}.badge-success{background:var(--success-bg);color:var(--success)}.badge-primary{background:var(--primary-bg);color:var(--primary)}.btn-spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}a{color:var(--primary);text-decoration:none}img{max-width:100%;display:block}.product-info-chatbot-widget{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:Inter,sans-serif;max-width:350px;width:calc(100% - 40px)}.chatbot-toggle-btn{float:right;display:flex;align-items:center;gap:6px;padding:12px 18px;background:#2e7d32;color:#fff;border:none;border-radius:50px;box-shadow:0 4px 16px #2e7d324d;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .2s,background .2s}.chatbot-toggle-btn:hover{background:#1b5e20;transform:scale(1.05)}.chatbot-window{background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;border:1px solid #E0E8E0;display:flex;flex-direction:column;height:400px;overflow:hidden;animation:chatbot-slide-up .25s ease}@keyframes chatbot-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.chatbot-header{background:#2e7d32;color:#fff;padding:14px 16px;font-weight:700;font-size:.92rem;display:flex;align-items:center;justify-content:space-between}.chatbot-close-btn{background:none;border:none;color:#fffc;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s}.chatbot-close-btn:hover{color:#fff}.chatbot-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#f8faf8}.chat-msg{max-width:80%;padding:10px 14px;font-size:.85rem;line-height:1.45;border-radius:14px;word-wrap:break-word}.chat-msg.bot{background:#eceff1;color:#37474f;align-self:flex-start;border-bottom-left-radius:4px}.chat-msg.user{background:#e8f5e9;color:#1b5e20;align-self:flex-end;border-bottom-right-radius:4px;border:1px solid #C8E6C9}.chatbot-input-area{display:flex;padding:10px;background:#fff;border-top:1px solid #ECEFF1;gap:8px}.chatbot-input{flex:1;border:1.5px solid #CFD8DC;border-radius:10px;padding:8px 12px;font-size:.88rem;outline:none;font-family:inherit;transition:border-color .2s}.chatbot-input:focus{border-color:#2e7d32}.chatbot-send-btn{background:#2e7d32;color:#fff;border:none;border-radius:10px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.chatbot-send-btn:hover{background:#1b5e20}
