:root{--primary-color:#4a7a49;--primary-dark:#345f33;--primary-light:#6b9a6a;--accent-color:#c96a4e;--accent-dark:#a8553d;--accent-light:#ddb8a0;--bg-color:#dfd8c9;--surface-color:#e4decf;--sand-color:#d3cbb5;--sand-light:#dbd5c4;--text-main:#3a3628;--text-muted:#6e6a5a;--text-light:#9d9885;--footer-bg:#232b21;--footer-text:#969f8e;--shadow-sm:0 1px 2px 0 #3a36280d;--shadow-md:0 4px 12px #3a362812;--shadow-lg:0 12px 32px #3a362817;--shadow-xl:0 20px 48px #3a36281c;--radius-sm:.4rem;--radius-md:.6rem;--radius-lg:1rem;--radius-xl:1.5rem;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.glass{-webkit-backdrop-filter:blur(16px);background:#dfd8c9ed;border-bottom:1px solid #5b8c5a1f}.btn{border-radius:var(--radius-md);transition:var(--transition);letter-spacing:.01em;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary-color), var(--primary-dark));color:#fff;box-shadow:0 4px 16px #5b8c5a47}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #5b8c5a5c}.btn-outline{color:var(--primary-dark);border:2px solid var(--primary-color);background:0 0}.btn-outline:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.btn-mini{background:linear-gradient(135deg, var(--accent-color), var(--accent-dark));color:#fff;box-shadow:0 4px 16px #e07a5f47}.btn-mini:hover{transform:translateY(-2px);box-shadow:0 8px 24px #e07a5f5c}.section-title{text-align:center;color:var(--text-main);letter-spacing:.02em;margin-bottom:2rem;font-size:2rem;font-weight:700;position:relative}#about .section-title{text-align:left}.section-title:after{content:"";background:linear-gradient(90deg, var(--primary-color), var(--accent-color));border-radius:2px;width:50px;height:3px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}#about .section-title:after{left:0;transform:none}.section-subtitle{text-align:center;color:var(--text-muted);margin-top:-1.2rem;margin-bottom:1.8rem;font-size:.95rem}.text-gradient{background:linear-gradient(135deg, #FFD700 0%, #FF8C42 50%, #FF6B6B 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:900;text-shadow:none;filter:drop-shadow(0 2px 8px rgba(255,200,50,0.45))}.navbar{z-index:1000;width:100%;transition:var(--transition);padding:.7rem 0;position:fixed;top:0}.navbar .container{justify-content:space-between;align-items:center;display:flex}.navbar-brand{color:var(--primary-dark);align-items:center;gap:.5rem;font-size:1.4rem;font-weight:700;display:flex}.navbar-logo{object-fit:cover;border-radius:8px;width:30px;height:30px}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-main);transition:var(--transition);font-size:.92rem;font-weight:500;position:relative}.nav-links a:after{content:"";background:var(--primary-color);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--primary-color)}.nav-links a:hover:after{width:100%}.hero{background:linear-gradient(#232b21b3 0%,#232b2159 60%,#dfd8c9e6 100%),url(https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80) 50%/cover no-repeat;align-items:center;min-height:85vh;padding:9rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero:after{content:"";z-index:1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80'%3E%3Cpath fill='%23DFD8C9' d='M0,40 C360,80 1080,0 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") bottom/cover no-repeat;height:80px;position:absolute;bottom:-2px;left:0;right:0}.hero .container{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.hero h1{color:#fff;text-shadow:0 2px 8px #0003;max-width:800px;margin-bottom:1rem;font-size:3.4rem;font-weight:800;line-height:1.25}.hero .hero-subtitle{color:#ffffffe0;max-width:600px;margin-bottom:.6rem;font-size:1.15rem;font-weight:400}.hero .hero-counter{color:#ffffffe6;align-items:baseline;gap:.3rem;margin-bottom:2rem;font-size:1rem;display:flex}.hero .hero-counter .counter-num{color:var(--accent-color);text-shadow:0 2px 12px #e07a5f66;font-variant-numeric:tabular-nums;font-size:2.8rem;font-weight:800;line-height:1}.hero .hero-counter .counter-unit{color:#fffc;margin-left:.2rem;font-size:1.1rem}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.stats-bar{background:var(--sand-light);border-top:1px solid #3a36280f;border-bottom:1px solid #3a36280f;padding:1.5rem 0}.stats-inner{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-item{text-align:center}.stat-num{letter-spacing:.02em;color:var(--primary-dark);margin-bottom:.2rem;font-size:1.6rem;font-weight:700;display:block}.stat-label{color:var(--text-muted);font-size:.85rem;font-weight:400}.about-section{background-color:var(--surface-color);padding:3rem 0}.about-wrapper{flex-wrap:wrap;align-items:center;gap:2.5rem;display:flex}.about-col{flex:300px}.about-badge{color:var(--primary-dark);letter-spacing:.06em;background:#5b8c5a14;border-radius:20px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.82rem;font-weight:600;display:inline-block}.about-features{background:var(--sand-light);border-radius:var(--radius-lg);border:1px solid #5b8c5a1f;flex-direction:column;gap:.7rem;margin-top:1.5rem;padding:1.2rem 1.5rem;display:flex}.about-feature-item{color:var(--text-main);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.categories{background:var(--bg-color);padding:3.5rem 0}.service-promises{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.promise-item{background:var(--surface-color);color:var(--text-main);box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid #5b8c5a14;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;display:flex}.promise-item:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.promise-icon{font-size:1.2rem}.category-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;display:grid}.category-card{background:var(--sand-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);text-align:center;cursor:pointer;border:1px solid #5b8c5a0f;padding:1.8rem 1.2rem;position:relative;overflow:hidden}.category-card:before{content:"";background:linear-gradient(90deg, var(--primary-color), var(--accent-color));height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.category-card:hover{box-shadow:var(--shadow-xl);border-color:#5b8c5a26;transform:translateY(-8px)}.category-card:hover:before{transform:scaleX(1)}.category-icon{background:linear-gradient(135deg,#5b8c5a14,#e07a5f0f);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.6rem;transition:transform .3s;display:flex}.category-card:hover .category-icon{transform:scale(1.15)}.category-card h3{color:var(--text-main);margin-bottom:.7rem;font-size:1.1rem;font-weight:600}.category-items{flex-wrap:wrap;justify-content:center;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.category-items li{color:var(--text-muted);background:var(--sand-light);transition:var(--transition);border:1px solid #5b8c5a14;border-radius:6px;padding:.2rem .6rem;font-size:.82rem;line-height:1.6}.category-card:hover .category-items li{background:#f0f7ee;border-color:#5b8c5a2e}.process{background:var(--sand-light);padding:3.5rem 0;position:relative}.process:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60'%3E%3Cpath fill='%23DFD8C9' d='M0,30 C360,0 1080,60 1440,30 L1440,0 L0,0 Z'/%3E%3C/svg%3E") top/cover no-repeat;height:60px;position:absolute;top:-2px;left:0;right:0}.process-steps{justify-content:space-between;max-width:900px;margin:0 auto;padding:0 1rem;display:flex;position:relative}.process-steps:before{content:"";background:linear-gradient(90deg, var(--primary-light), var(--accent-light), var(--primary-light));z-index:0;height:2px;position:absolute;top:36px;left:60px;right:60px}.step{z-index:1;text-align:center;flex:1;position:relative}.step-number{background:var(--sand-color);border:2px solid var(--primary-light);width:72px;height:72px;color:var(--primary-dark);box-shadow:0 0 0 6px var(--bg-color), 0 4px 12px #3a36281a;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;margin:0 auto .8rem;font-size:1.4rem;font-weight:700;display:flex}.step:hover .step-number{background:var(--primary-light);color:#fff;border-color:var(--primary-light);transform:scale(1.08)}.step h4{color:var(--text-main);margin-bottom:.3rem;font-size:1.05rem;font-weight:600}.step p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.footer{background:var(--footer-bg);color:var(--footer-text);padding:3.5rem 0 1.5rem}.footer-grid{grid-template-columns:1.2fr .8fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-brand{color:#fff;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.4rem;font-weight:700;display:flex}.footer-logo{object-fit:cover;border-radius:8px;width:34px;height:34px}.footer-desc{color:var(--footer-text);margin-bottom:1.5rem;line-height:1.7}.footer-title{color:#fff;letter-spacing:.02em;margin-bottom:1.2rem;font-size:1.15rem;font-weight:600}.footer-links li{transition:var(--transition);margin-bottom:.5rem;font-size:.92rem}.footer-links a{transition:var(--transition)}.footer-links a:hover{color:var(--accent-color)}.footer-bottom{text-align:center;color:#7a8b73;border-top:1px solid #ffffff14;padding-top:1.5rem;font-size:.82rem;line-height:1.8}.footer-bottom .copyright{margin-bottom:.3rem;display:block}.footer-bottom .beian a{color:#7a8b73;transition:var(--transition)}.footer-bottom .beian a:hover{color:var(--accent-color)}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;opacity:0;pointer-events:none;background:#2e3a2c8c;justify-content:center;align-items:center;transition:opacity .35s;display:flex;position:fixed;inset:0}.modal-overlay.active{opacity:1;pointer-events:auto}.modal-content{background:var(--surface-color);border-radius:var(--radius-xl);width:90%;max-width:520px;box-shadow:var(--shadow-xl);max-height:90vh;padding:2rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:relative;overflow-y:auto;transform:translateY(24px)}.modal-overlay.active .modal-content{transform:translateY(0)}.close-btn{color:var(--text-muted);width:36px;height:36px;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.2rem;right:1.2rem}.close-btn:hover{color:var(--text-main);background:var(--sand-light)}.modal-content .form-group{text-align:left;margin-bottom:1.25rem}.modal-content .form-group label{color:var(--text-main);margin-bottom:.4rem;font-size:.88rem;font-weight:600;display:block}.region-selector{gap:.5rem;display:flex}.region-select{flex:1;min-width:0}.date-slots{gap:.4rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.date-slot{text-align:center;cursor:pointer;background:#faf8f3;border:2px solid #e5e0d5;border-radius:12px;flex-shrink:0;width:72px;padding:.5rem .25rem;transition:all .2s}.date-slot:hover{border-color:var(--primary-light)}.date-slot.active{border-color:var(--primary-color);background:#edf5ea;box-shadow:0 2px 10px #5b8c5a2e}.date-label{font-size:.9rem;font-weight:600}.date-week{color:var(--text-muted);margin-top:2px;font-size:.7rem}.date-slot.active .date-week{color:var(--primary-color)}.time-slots{flex-wrap:wrap;gap:.4rem;display:flex}.time-slot{text-align:center;cursor:pointer;box-sizing:border-box;background:#faf8f3;border:2px solid #e5e0d5;border-radius:10px;flex:0 0 calc(33.33% - .3rem);padding:.5rem .25rem;transition:all .2s}.time-slot:hover{border-color:var(--primary-light)}.time-slot.active{border-color:var(--primary-color);background:#edf5ea;box-shadow:0 2px 10px #5b8c5a2e}.time-slot.info{border-color:var(--accent-light);background:linear-gradient(135deg,#fdf2ee 0%,#fbe8e0 100%)}.ts-time{font-size:.85rem;font-weight:600}.ts-tag{color:var(--text-muted);margin-top:2px;font-size:.65rem}.time-slot.active .ts-tag{color:var(--primary-color)}.form-control{border-radius:var(--radius-md);width:100%;color:var(--text-main);background:#faf8f3;border:1.5px solid #e5e0d5;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-control:focus{border-color:var(--primary-color);background:#fff;outline:none;box-shadow:0 0 0 3px #5b8c5a1a}.form-control-error{border-color:#e07a5f!important}.form-control-error:focus{box-shadow:0 0 0 3px #e07a5f1a}.form-error{color:var(--accent-color);margin-top:.35rem;font-size:.82rem;font-weight:500;display:block}.hamburger{cursor:pointer;z-index:1002;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none}.hamburger span{background:var(--text-main);transform-origin:50%;border-radius:2px;width:24px;height:2.5px;transition:all .3s;display:block}.hamburger.is-active span:first-child{transform:translateY(7.5px)rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.is-active span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.nav-actions{align-items:center;gap:.5rem;display:flex}.nav-overlay{z-index:998;opacity:0;pointer-events:none;background:#00000059;transition:opacity .3s;display:none;position:fixed;inset:0}.nav-overlay.active{opacity:1;pointer-events:auto}.nav-cta-mobile{width:100%;margin-top:.8rem;display:none!important}@supports (padding:env(safe-area-inset-bottom)){.footer{padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}.modal-content{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}}a,button,.category-card,.date-slot,.time-slot{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,select,textarea{-webkit-user-select:auto;user-select:auto}.nav-links a,.footer-links a,.footer-links li{-webkit-tap-highlight-color:#5b8c5a1f;tap-highlight-color:#5b8c5a1f}html{background-color:var(--bg-color)}@media screen and (width<=768px){input,select,textarea{font-size:16px!important}}@media (width<=1024px){.container{padding:0 1rem}.hero h1{font-size:2.6rem}.hero .hero-counter .counter-num{font-size:2.4rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-grid>div:first-child{grid-column:1/-1}}@media (width<=768px){.container{padding:0 .9rem}.hamburger{display:flex}.nav-links{background:var(--surface-color);z-index:999;flex-direction:column;gap:0;width:260px;height:100dvh;padding:5rem 1.5rem 2rem;transition:right .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-280px;overflow-y:auto;box-shadow:-8px 0 32px #0000001a}.nav-links.nav-open{right:0}.nav-overlay{display:block}.nav-links a{border-bottom:1px solid #5b8c5a0f;padding:.85rem 0;font-size:1.05rem;font-weight:500;display:block}.nav-links a:after{display:none}.nav-cta-mobile{display:flex!important}.mobile-hidden{display:none!important}.hero{min-height:60dvh;padding:5.5rem 0 3rem}.hero h1{padding:0 .3rem;font-size:1.7rem;line-height:1.35}.hero .hero-subtitle{margin-bottom:1rem;padding:0 .5rem;font-size:.9rem;line-height:1.6}.hero .hero-counter{flex-wrap:wrap;justify-content:center;gap:.2rem;margin-bottom:1.5rem;font-size:.88rem}.hero .hero-counter .counter-num{font-size:1.8rem}.hero .hero-counter .counter-unit{font-size:.95rem}.hero-actions{flex-direction:column;gap:.6rem;width:100%;padding:0 .5rem}.hero-actions .btn{width:100%;padding:.8rem 1.2rem;font-size:.95rem}.stats-bar{padding:1rem 0}.stats-inner{grid-template-columns:repeat(2,1fr);gap:.6rem}.stat-num{font-size:1.2rem}.stat-label{font-size:.72rem}.about-section{padding:2rem 0!important}.about-wrapper{flex-direction:column;gap:1.2rem;margin-top:1.5rem!important}.about-col{flex:none;width:100%}.about-col img{object-fit:cover;max-height:220px}.section-title{margin-bottom:1rem;font-size:1.4rem}.section-title:after{width:40px;height:2.5px;bottom:-8px}#about .section-title{text-align:center}#about .section-title:after{left:50%;transform:translate(-50%)}.about-features{gap:.5rem;padding:1rem}.about-feature-item{font-size:.88rem}.categories{padding:2rem 0!important}.section-subtitle{margin-bottom:1.2rem;font-size:.85rem}.service-promises{gap:.4rem;margin-bottom:1.5rem}.promise-item{gap:.3rem;padding:.35rem .75rem;font-size:.75rem}.promise-icon{font-size:1rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.category-card{border-radius:var(--radius-md);padding:1rem .4rem}.category-icon{border-radius:12px;width:38px;height:38px;margin-bottom:.4rem;font-size:1.2rem}.category-card h3{margin-bottom:0;font-size:.8rem}.category-items{display:none}.process{padding:2rem 0!important}.process-steps{flex-wrap:wrap;justify-content:center;gap:1rem}.process-steps:before{display:none}.step{text-align:center;flex:0 0 calc(50% - .5rem);max-width:160px}.step-number{border-width:3px;width:50px;height:50px;margin-bottom:.5rem;font-size:1rem;box-shadow:0 3px 10px #5b8c5a1a}.step h4{margin-bottom:.15rem;font-size:.82rem}.step p{font-size:.7rem;line-height:1.35}.footer{padding:2.5rem 0 1.2rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-title{margin-bottom:.8rem;font-size:1rem}.footer-links li{margin-bottom:.4rem;font-size:.85rem}.footer-bottom{padding-top:1rem;font-size:.72rem}.modal-content{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:94%;max-width:100%;max-height:85dvh;padding:1.3rem;transition:transform .35s cubic-bezier(.4,0,.2,1);position:fixed;bottom:0;left:50%;transform:translate(-50%,100%)}.modal-overlay.active .modal-content{transform:translate(-50%)}.modal-overlay{align-items:flex-end}.modal-content h3{margin-bottom:1rem;font-size:1.15rem}.modal-content .form-group{margin-bottom:.9rem}.modal-content .form-group label{margin-bottom:.3rem;font-size:.82rem}.form-control{padding:.65rem .8rem;font-size:.9rem}.region-selector{flex-wrap:wrap}.region-select{flex:0 0 100%}.date-slots{gap:.3rem}.date-slot{border-radius:10px;width:60px;padding:.4rem .15rem}.date-label{font-size:.8rem}.date-week{font-size:.65rem}.time-slots{gap:.3rem}.time-slot{flex:0 0 calc(33.33% - .25rem);padding:.4rem .15rem}.ts-time{font-size:.75rem}.ts-tag{font-size:.6rem}}@media (width<=480px){.hero{padding:4.5rem 0 2.5rem}.hero h1{font-size:1.45rem}.hero .hero-subtitle{font-size:.82rem;line-height:1.55}.hero .hero-counter .counter-num{font-size:1.6rem}.hero .hero-counter .counter-unit{font-size:.85rem}.hero-actions .btn{padding:.7rem 1rem;font-size:.88rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:.4rem}.category-card{padding:.8rem .3rem}.category-icon{border-radius:10px;width:34px;height:34px;font-size:1.1rem}.category-card h3{font-size:.75rem}.service-promises{gap:.3rem}.promise-item{padding:.3rem .6rem;font-size:.7rem}.section-title{font-size:1.25rem}.step{flex:0 0 calc(50% - .4rem);max-width:140px}.step-number{width:44px;height:44px;font-size:.9rem}.step h4{font-size:.76rem}.step p{font-size:.68rem}.footer{padding:2rem 0 1rem}.footer-links li{font-size:.8rem}.footer-brand{font-size:1.2rem}.time-slot{flex:0 0 calc(50% - .25rem)}}@media (width<=375px){.hero h1{font-size:1.3rem}.hero .hero-subtitle{font-size:.78rem}.hero .hero-counter .counter-num{font-size:1.4rem}.category-card{padding:.7rem .2rem}.category-icon{width:30px;height:30px;font-size:1rem}.category-card h3{font-size:.7rem}.promise-item{border-radius:30px;padding:.25rem .5rem;font-size:.68rem}.btn{padding:.6rem 1rem;font-size:.85rem}.modal-content{padding:1rem}.footer-links li{font-size:.75rem}}@media (width>=1200px){.container{max-width:1140px}.hero h1{font-size:3.8rem}}.ai-fab{background:linear-gradient(135deg, var(--primary-color), var(--primary-dark));color:#fff;z-index:1999;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s;animation:2.5s ease-in-out infinite ai-pulse;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 24px #5b8c5a59}.ai-fab:hover{transform:scale(1.08);box-shadow:0 8px 32px #5b8c5a73}.ai-fab-active{background:var(--text-muted);box-shadow:0 4px 16px #00000026}.ai-fab-badge{background:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.68rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 8px #e07a5f66}@keyframes ai-pulse{0%,to{box-shadow:0 6px 24px #5b8c5a59}50%{box-shadow:0 6px 32px #5b8c5a8c}}.ai-chat{background:var(--surface-color);border-radius:var(--radius-lg);width:380px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100dvh - 120px);box-shadow:var(--shadow-xl), 0 0 0 1px #0000000d;z-index:1998;opacity:0;pointer-events:none;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:90px;right:24px;overflow:hidden;transform:translateY(16px)scale(.95)}.ai-chat-open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ai-chat-header{background:linear-gradient(135deg, var(--primary-color), var(--primary-dark));color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:.8rem 1rem;display:flex}.ai-chat-header-left{align-items:center;gap:.6rem;display:flex}.ai-chat-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ai-chat-title{font-size:.95rem;font-weight:700;line-height:1.3}.ai-chat-status{opacity:.8;font-size:.7rem}.ai-chat-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.ai-chat-close:hover{background:#ffffff47}.ai-chat-body{-webkit-overflow-scrolling:touch;background:#dcd5c3;flex-direction:column;flex:1;gap:.7rem;padding:1rem;display:flex;overflow-y:auto}.ai-msg{align-items:flex-start;gap:.4rem;max-width:90%;display:flex}.ai-msg-user{flex-direction:row-reverse;align-self:flex-end}.ai-msg-bot{align-self:flex-start}.ai-msg-avatar{background:var(--primary-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.ai-msg-avatar-user{background:var(--accent-color)}.ai-msg-bubble{white-space:pre-wrap;word-break:break-word;border-radius:16px;padding:.6rem .85rem;font-size:.88rem;line-height:1.55}.ai-msg-bot .ai-msg-bubble{color:var(--text-main);background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000a}.ai-msg-user .ai-msg-bubble{background:linear-gradient(135deg, var(--primary-color), var(--primary-dark));color:#fff;border-bottom-right-radius:4px}.ai-typing{align-items:center;gap:4px;display:flex;padding:.8rem 1rem!important}.ai-typing span{background:var(--text-muted);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite typing-bounce}.ai-typing span:nth-child(2){animation-delay:.2s}.ai-typing span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.ai-quick-qs{background:#fff;border-top:1px solid #eee9d8;flex-wrap:wrap;gap:.35rem;padding:.5rem 1rem;display:flex}.ai-quick-btn{color:var(--primary-dark);cursor:pointer;white-space:nowrap;background:#f7f9f4;border:1px solid #5b8c5a33;border-radius:20px;padding:.35rem .7rem;font-family:inherit;font-size:.72rem;transition:all .2s}.ai-quick-btn:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.ai-chat-footer{background:#fff;border-top:1px solid #eee9d8;align-items:center;gap:.4rem;padding:.6rem .8rem;display:flex}.ai-chat-input{background:#faf8f3;border:1.5px solid #e5e0d5;border-radius:22px;outline:none;flex:1;padding:.55rem .8rem;font-family:inherit;font-size:.88rem;transition:border-color .3s}.ai-chat-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #5b8c5a14}.ai-chat-send{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.ai-chat-send:hover{background:var(--primary-dark);transform:scale(1.05)}.ai-chat-send:disabled{cursor:not-allowed;background:#ccc;transform:none}@media (width<=768px){.ai-fab{width:48px;height:48px;bottom:16px;right:16px}.ai-chat{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:calc(100vw - 16px);max-width:400px;height:calc(100dvh - 100px);max-height:520px;bottom:76px;right:8px}.ai-chat-body{padding:.7rem}.ai-msg-bubble{padding:.5rem .7rem;font-size:.85rem}.ai-quick-btn{padding:.3rem .6rem;font-size:.7rem}}@media (width<=480px){.ai-chat{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100vw;max-width:100vw;right:0}}
