:root{--font-sans: "Poppins", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;--bg: #ffffff;--surface: #ffffff;--text: #1d2a38;--muted: #7d879c;--primary: #24aeb1;--primary-600: #1f9a9c;--border: #e8eef0;--radius: 10px;--shadow: 0 18px 40px rgba(29,42,56,.08);--field-h: 44px}html,body{height:100%}body{margin:0;background:#f7f9fb;color:var(--text);font-family:var(--font-sans)}.container{max-width:1100px;margin:0 auto;padding:60px 16px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:center}.hero>div:first-child{max-width:420px}.hero .card{max-width:520px;margin-left:auto}@media (max-width: 900px){.hero{grid-template-columns:1fr}.hero .card{margin-left:0;max-width:100%}}.card{background:var(--surface);border-radius:14px;box-shadow:var(--shadow);padding:26px;overflow-x:hidden}h1{font-size:42px;line-height:1.1;margin:0 0 14px}.sub{margin:0 0 26px;color:var(--muted);font-size:15px;line-height:1.6}.hero .sub{margin-bottom:10px}.hero .sub+.sub{margin-top:0}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 720px){.grid2{grid-template-columns:1fr}}.grid2>.field{min-width:0}.field label{display:block;font-size:13px;color:var(--muted);margin:0 0 8px}.field input,.field select,.field textarea{width:100%;box-sizing:border-box;min-width:0;height:var(--field-h);padding:0 14px;border:1px solid var(--border);border-radius:var(--radius);outline:none;background:#fff;color:var(--text);font-size:14px}.field input[type=date],.field select{max-width:100%}.field textarea{height:auto;padding:12px 14px;min-height:110px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#24aeb18c;box-shadow:0 0 0 4px #24aeb124}.actions{margin-top:18px;display:flex;align-items:center;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 24px;border:0;border-radius:999px;background:var(--primary);color:#fff;cursor:pointer;font-weight:600;letter-spacing:.2px}.btn:hover{background:var(--primary-600)}.btn:disabled{opacity:.55;cursor:not-allowed}.check{display:flex;align-items:flex-start;gap:10px;margin-top:16px;color:var(--muted);font-size:14px}.check input[type=checkbox]{margin-top:3px;flex-shrink:0}.check a{color:var(--primary);text-decoration:underline}.check a:hover{text-decoration:none}.required-check{color:var(--text)}.fine-print{font-size:12px;line-height:1.6;color:var(--muted)}.fine-print p{margin:0 0 8px}.fine-print p:last-child{margin-bottom:0}.fine-print--desktop{display:block;margin-top:20px}.fine-print--mobile{display:none}@media (max-width: 768px){.fine-print--desktop{display:none}.fine-print--mobile{display:block;margin-top:24px;padding:14px;background:#f8f9fa;border-radius:8px}}.error{margin-top:6px;font-size:12px;color:#b42318}.banner{border-radius:12px;padding:12px 14px;margin-bottom:14px;background:#24aeb11a;color:var(--text)}.banner.error{background:#b4231814}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1}.site-header{position:sticky;top:0;z-index:20;background:#ffffffdb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);transition:background .2s,border-color .2s}.site-header--dark{background:#0a1a1ae6;border-bottom:1px solid rgba(255,255,255,.08)}.site-header--dark .site-brand__title,.site-header--dark .site-nav__link,.site-header--dark .site-nav__dropdown-trigger{color:#fff}.site-header--dark .site-brand__sub{color:#ffffffa6}.site-header--dark .site-nav__cta{background:#24aeb140;color:#fff}.site-header--dark .site-nav__cta:hover{background:#24aeb159}.site-header--dark .site-burger span{background:#ffffffe6}.site-header__inner{max-width:1100px;margin:0 auto;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.site-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}.site-brand__mark{width:38px;height:38px;border-radius:12px;background:#24aeb12e;border:1px solid rgba(36,174,177,.22)}.site-brand__title{font-weight:700;font-size:14px;line-height:1.1}.site-brand__sub{font-size:12px;color:var(--muted);margin-top:2px}.site-nav{display:flex;align-items:center;gap:16px}.site-nav__link{text-decoration:none;color:var(--text);font-size:14px;opacity:.85}.site-nav__link:hover{opacity:1}.site-nav__dropdown{position:relative}.site-nav__dropdown-trigger{display:inline-flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.site-nav__chevron{width:16px;height:16px}.site-nav__dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:200px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001f;padding:8px 0;z-index:100}.site-nav__dropdown-menu:before{content:"";position:absolute;top:-10px;left:0;right:0;height:10px}.site-nav__dropdown-item{display:flex;flex-direction:column;padding:10px 16px;text-decoration:none;color:var(--text);transition:background .15s}.site-nav__dropdown-item:hover{background:#24aeb114}.site-nav__dropdown-item span:first-child{font-size:14px;font-weight:500}.site-nav__dropdown-item-zh{font-size:12px;color:var(--muted);margin-top:2px}.site-nav__cta{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:999px;background:#24aeb11f;color:var(--text);font-weight:600;font-size:14px}.site-nav__cta:hover{background:#24aeb12e}.site-burger{display:none;border:0;background:transparent;width:44px;height:44px;border-radius:10px;cursor:pointer;padding:0}.site-burger:hover{background:#0000000d}.site-burger span{display:block;width:24px;height:2px;background:#1d2a38cc;margin:4px 0;border-radius:999px}.site-mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:998}.site-mobile-overlay.open{display:block}.site-mobile{position:fixed;top:0;right:0;width:280px;height:100vh;background:#fff;box-shadow:-4px 0 20px #0000001a;z-index:999;padding:20px;transition:transform .3s ease,visibility .3s;overflow-y:auto;transform:translate(100%);visibility:hidden}.site-mobile.open{transform:translate(0);visibility:visible}.site-mobile__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#0000000f;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text)}.site-mobile__close:hover{background:#0000001a}.site-mobile__nav{margin-top:50px}.site-mobile__link{display:block;padding:14px 0;text-decoration:none;color:var(--text);font-size:16px;font-weight:500;border-bottom:1px solid rgba(0,0,0,.06)}.site-mobile__link:hover{color:var(--primary)}.site-mobile__section{padding:10px 0}.site-mobile__section-title{padding:14px 0 8px;font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(0,0,0,.06)}.site-mobile__link--indent{padding-left:12px;font-size:15px;font-weight:400}.site-mobile__cta{display:flex;margin-top:20px;height:46px;padding:0 20px;border-radius:999px;align-items:center;justify-content:center;text-decoration:none;background:var(--primary);color:#fff;font-weight:600;font-size:15px}.site-mobile__cta:hover{background:var(--primary-600)}.site-burger-float{display:none;position:fixed;bottom:20px;right:20px;z-index:997;width:52px;height:52px;border:0;background:var(--primary);border-radius:50%;cursor:pointer;padding:0;box-shadow:0 4px 16px #0003;flex-direction:column;align-items:center;justify-content:center;transition:transform .2s,opacity .2s}.site-burger-float:hover{transform:scale(1.05)}.site-burger-float.hidden{opacity:0;pointer-events:none}.site-burger-float span{display:block;width:22px;height:2px;background:#fff;margin:3px 0;border-radius:999px}@media (max-width: 900px){.site-nav,.site-burger{display:none}.site-burger-float{display:flex}}.site-footer{background:#0f2a2b;color:#ffffffdb;margin-top:40px}.site-footer__inner{max-width:1100px;margin:0 auto;padding:34px 16px;display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.site-footer__brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.site-footer__logo{height:44px;width:auto;background:#fff;padding:6px;border-radius:8px}.site-footer__title{font-weight:800;color:#fff}.site-footer__text{color:#ffffffb8;font-size:14px;line-height:1.6}.site-footer__cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}.site-footer__heading{font-weight:700;margin-bottom:10px;color:#fff;font-size:14px}.site-footer__link{display:block;text-decoration:none;color:#ffffffc7;font-size:14px;padding:6px 0}.site-footer__link:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:14px 16px;text-align:center;font-size:13px;color:#ffffffad}@media (max-width: 720px){.site-footer__inner{grid-template-columns:1fr}}.site-logo{height:50px;width:auto;display:block}.show-mobile{display:none}@media (max-width: 640px){.site-brand__text,.hero h1{display:none}.hero{row-gap:12px}.container{padding:20px 16px}.hide-mobile{display:none}.show-mobile{display:block}}.success{padding:6px 2px}.successTitle{font-size:18px;font-weight:700;margin-bottom:6px}.successText{color:var(--muted);font-size:14px;line-height:1.5;margin-bottom:14px}.successMeta{border:1px solid var(--border);border-radius:12px;padding:12px 14px;background:#24aeb10f;margin-bottom:14px;display:grid;gap:6px}.muted{color:var(--muted)}.uploadBox{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.uploadMeta{font-size:14px;color:#0000008c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.preview{margin-top:12px}.preview img{max-width:100%;max-height:220px;border-radius:10px;border:1px solid rgba(0,0,0,.08);object-fit:contain}.required{color:#b42318}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.toggle-group{display:flex;align-items:center;gap:12px;height:var(--field-h)}.toggle-label{font-size:14px;color:var(--muted)}.toggle-label.active{color:var(--text);font-weight:500}.toggle-switch{position:relative;width:50px;height:26px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:26px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s}.toggle-switch input:checked+.toggle-slider{background-color:var(--primary)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.time-picker-row{display:grid;grid-template-columns:200px 1fr;gap:20px;align-items:start}@media (max-width: 720px){.time-picker-row{grid-template-columns:1fr}}.date-picker-col input[type=date]{width:100%}.time-slots-col{border:1px solid var(--border);border-radius:var(--radius);padding:14px;background:#fff}.time-slots-header{font-size:14px;font-weight:600;color:var(--text);margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--border);font-family:var(--font-sans)}.time-slots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (max-width: 480px){.time-slots-grid{grid-template-columns:1fr}}.time-slot-btn{display:flex;align-items:center;justify-content:center;height:42px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--primary);font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.time-slot-btn:hover{border-color:var(--primary);background:#24aeb10f}.time-slot-btn.selected{border-color:var(--primary);background:var(--primary);color:#fff}.no-slots{color:var(--muted);font-size:14px;padding:12px 0}.date-input-group{display:flex;gap:10px;align-items:flex-start}.date-input-col{display:flex;flex-direction:column;gap:4px}.date-input-col input,.date-input-col select{width:80px;text-align:center}.date-input-col select{width:100px}.date-label{font-size:11px;color:var(--muted);text-align:center}.char-count{font-size:11px;color:var(--muted);text-align:right;margin-top:4px}.contact-info{display:flex;flex-direction:column;gap:8px}.contact-info a{color:var(--primary);text-decoration:underline;font-size:14px}.contact-info a:hover{opacity:.8}.btn-secondary{background:#6c757d}.btn-secondary:hover{background:#5a6268}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}.btn-outline:hover{background:#0000000a}.lang-switch{display:inline-block;color:var(--primary);text-decoration:underline;font-size:14px}.lang-switch:hover{opacity:.8}.ai-hero{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fffe,#f0fafa,#e8f5f5);padding:60px 16px;position:relative;overflow:hidden}.ai-hero:before{content:"";position:absolute;top:10%;right:5%;width:500px;height:500px;background:radial-gradient(circle,rgba(36,174,177,.12) 0%,transparent 60%);pointer-events:none}.ai-hero:after{content:"";position:absolute;bottom:10%;left:5%;width:400px;height:400px;background:radial-gradient(circle,rgba(36,174,177,.08) 0%,transparent 60%);pointer-events:none}.ai-hero__inner{max-width:720px;width:100%;text-align:center;position:relative;z-index:1}.ai-hero__title{font-size:48px;font-weight:600;color:var(--text);margin:0 0 16px;line-height:1.2}.ai-hero__badge{display:inline-block;vertical-align:middle;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--primary) 25%,transparent);padding:2px 10px;border-radius:20px;margin-left:12px;position:relative;top:-4px}.ai-hero__subtitle{font-size:18px;color:var(--muted);margin:0 0 40px;line-height:1.5}.ai-hero__response{background:#fff;border:1px solid rgba(36,174,177,.15);border-radius:16px;padding:20px 24px;margin-bottom:24px;text-align:left;position:relative;animation:fadeSlideUp .3s ease-out;box-shadow:0 4px 20px #24aeb114}.ai-hero__response:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;background:linear-gradient(180deg,#24aeb1,#1a9294);border-radius:0 2px 2px 0}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ai-hero__response-content{color:var(--text);font-size:15px;line-height:1.7;white-space:pre-wrap;padding-right:32px;padding-left:8px}.ai-hero__response-close{position:absolute;top:12px;right:12px;width:28px;height:28px;border:none;background:#24aeb114;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.ai-hero__response-close:hover{background:#24aeb126}.ai-hero__response-close svg{width:16px;height:16px;color:var(--primary)}.ai-hero__form{margin-bottom:32px}.ai-hero__input-wrap{display:flex;align-items:center;background:#fff;border:2px solid rgba(36,174,177,.2);border-radius:28px;padding:6px 6px 6px 24px;transition:border-color .2s,box-shadow .2s;box-shadow:0 4px 20px #24aeb114}.ai-hero__input-wrap:focus-within{border-color:var(--primary);box-shadow:0 4px 20px #24aeb126,0 0 0 4px #24aeb114}.ai-hero__input{flex:1;height:48px;border:none;background:transparent;color:var(--text);font-size:16px;font-family:inherit;outline:none}.ai-hero__input::placeholder{color:var(--muted)}.ai-hero__submit{width:48px;height:48px;border:none;border-radius:50%;background:linear-gradient(135deg,#24aeb1,#1a9294);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s,box-shadow .15s;flex-shrink:0;box-shadow:0 4px 12px #24aeb140}.ai-hero__submit:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #24aeb159}.ai-hero__submit:disabled{background:linear-gradient(135deg,#d1d5db,#9ca3af);box-shadow:none;cursor:not-allowed}.ai-hero__submit svg{width:20px;height:20px;color:#fff}.ai-hero__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ai-hero__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.ai-hero__action{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:1px solid rgba(36,174,177,.2);border-radius:20px;color:var(--text);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;box-shadow:0 2px 8px #24aeb10f}.ai-hero__action:hover{background:#24aeb10f;border-color:#24aeb159;box-shadow:0 4px 12px #24aeb11a}.ai-hero__action svg{width:18px;height:18px;color:var(--primary)}@media (max-width: 640px){.ai-hero{min-height:calc(100vh - 160px);padding:40px 16px}.ai-hero__title{font-size:32px}.ai-hero__subtitle{font-size:15px;margin-bottom:32px}.ai-hero__input-wrap{padding:4px 4px 4px 16px}.ai-hero__input{height:44px;font-size:15px}.ai-hero__submit{width:44px;height:44px}.ai-hero__actions{gap:8px}.ai-hero__action{padding:8px 14px;font-size:13px}}.home-services-section{background:#f7f9fb;padding:72px 16px}.home-services-inner{max-width:1100px;margin:0 auto}.home-hero-section{background:linear-gradient(135deg,#24aeb114,#24aeb105);border-bottom:1px solid rgba(36,174,177,.1);padding:60px 16px 72px}.home-hero-inner{max-width:1100px;margin:0 auto;text-align:center}.home-hero-inner h1{font-size:42px;margin-bottom:12px}.home-hero-inner .sub{font-size:17px;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 640px){.home-hero-section{padding:40px 16px 56px}.home-hero-inner h1{font-size:28px}.home-hero-inner .sub{font-size:15px;margin-bottom:32px}}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}@media (max-width: 900px){.service-cards{grid-template-columns:1fr;max-width:480px}}.service-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 24px;background:var(--surface);border-radius:16px;box-shadow:var(--shadow);text-decoration:none;color:var(--text);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #1d2a381f}.service-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#24aeb11f;border-radius:16px;margin-bottom:20px;color:var(--primary)}.service-card__icon svg{width:32px;height:32px}.service-card__content{flex:1}.service-card__title{font-size:18px;font-weight:600;margin:0 0 4px;display:flex;flex-direction:column;gap:2px}.service-card__title-zh{font-size:14px;font-weight:500;color:var(--muted)}.service-card__desc{font-size:14px;color:var(--muted);line-height:1.5;margin:12px 0 4px}.service-card__desc-zh{font-size:13px;color:var(--muted);opacity:.8;margin:0}.service-card__arrow{margin-top:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--primary);border-radius:50%;color:#fff}.service-card__arrow svg{width:18px;height:18px}.home-section{margin-top:64px}.home-section--first{margin-top:0}.section-title{font-size:26px;font-weight:700;text-align:center;margin:0 0 32px}.location-cards{display:grid;grid-template-columns:1fr;gap:24px;max-width:600px;margin:0 auto}@media (max-width: 900px){.location-cards{max-width:100%}}.location-card{background:var(--surface);border-radius:16px;box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column}.location-card__header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.location-card__badge{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;border-radius:10px;font-weight:700;font-size:14px}.location-card__name{font-size:18px;font-weight:600}.location-card__info{flex:1;display:flex;flex-direction:column;gap:12px}.location-card__row{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text);line-height:1.5}.location-card__row svg{width:18px;height:18px;flex-shrink:0;color:var(--primary);margin-top:2px}.location-card__row a{color:var(--primary);text-decoration:none}.location-card__row a:hover{text-decoration:underline}.location-card__address,.location-card__hours{display:flex;flex-direction:column;gap:2px}.location-card__note{margin-top:12px;padding:10px 12px;background:#00000008;border-radius:6px;font-size:12px;color:var(--muted);line-height:1.5}.location-card__link{display:inline-flex;align-items:center;gap:6px;margin-top:20px;padding:10px 16px;background:#24aeb11a;color:var(--primary);border-radius:8px;text-decoration:none;font-size:14px;font-weight:500;transition:background .15s;align-self:flex-start}.location-card__link:hover{background:#24aeb12e}.location-card__link svg{width:14px;height:14px}.pickup-location-cards{margin:24px 0 0;max-width:none}.pickup-location-cards.location-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.pickup-location-cards.show-mobile{display:none}@media (max-width: 640px){.pickup-location-cards.location-cards{grid-template-columns:1fr}.pickup-location-cards.hide-mobile{display:none!important}.pickup-location-cards.show-mobile{display:grid;margin:20px 0 0}}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--surface);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}.faq-item__question:hover{background:#00000005}.faq-item__question-text{font-size:15px;font-weight:600;color:var(--text)}.faq-item__chevron{width:20px;height:20px;flex-shrink:0;color:var(--muted);transition:transform .2s}.faq-item--open .faq-item__chevron{transform:rotate(180deg)}.faq-item__answer{padding:0 20px 20px;font-size:14px;line-height:1.7;color:var(--text)}.faq-item__answer p{margin:0 0 12px}.faq-item__answer p:last-child{margin-bottom:0}.legal-section{margin-bottom:28px}.legal-section h2{font-size:18px;font-weight:600;margin:0 0 12px}.legal-section p{font-size:14px;line-height:1.7;color:var(--text);margin:0 0 12px}.legal-section ul{margin:0 0 12px;padding-left:24px}.legal-section li{font-size:14px;line-height:1.7;color:var(--text);margin-bottom:6px}.legal-updated{color:var(--muted);font-size:13px;font-style:italic}.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;text-decoration:none;color:var(--text);transition:background .15s}.cart-icon:hover{background:#24aeb11a}.cart-icon svg{width:22px;height:22px}.cart-icon__badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background:var(--primary);color:#fff;font-size:11px;font-weight:600;border-radius:9px;display:flex;align-items:center;justify-content:center}.shop-page{padding:40px 0}.shop-header{text-align:center;margin-bottom:40px}.shop-title{font-size:36px;font-weight:700;margin:0 0 12px}.shop-subtitle{font-size:16px;color:var(--muted);margin:0}.shop-search{max-width:600px;margin:0 auto 32px}.shop-search__input-wrap{display:flex;align-items:center;background:#fff;border:1px solid var(--border);border-radius:12px;padding:4px 4px 4px 16px;transition:border-color .15s,box-shadow .15s}.shop-search__input-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #24aeb11a}.shop-search__icon{width:20px;height:20px;color:var(--muted);flex-shrink:0}.shop-search__input{flex:1;height:44px;border:none;background:transparent;font-size:15px;padding:0 12px;outline:none}.shop-search__btn{height:40px;padding:0 20px;border:none;background:var(--primary);color:#fff;font-weight:600;border-radius:8px;cursor:pointer;transition:background .15s}.shop-search__btn:hover{background:var(--primary-600)}.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:32px}@media (max-width: 768px){.shop-layout{grid-template-columns:1fr}.shop-sidebar{display:none}}.shop-sidebar__title{font-size:14px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px}.shop-categories{list-style:none;margin:0;padding:0}.shop-categories li{margin-bottom:4px}.shop-categories__item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;border:none;background:transparent;color:var(--text);font-size:14px;text-align:left;border-radius:8px;cursor:pointer;transition:background .15s}.shop-categories__item:hover{background:#24aeb114}.shop-categories__item--active{background:#24aeb11f;color:var(--primary);font-weight:500}.shop-categories__count{color:var(--muted);font-size:12px}.shop-loading,.shop-empty{text-align:center;padding:60px 20px;color:var(--muted)}.shop-empty svg{width:64px;height:64px;margin-bottom:16px;opacity:.4}.shop-empty p{font-size:16px;margin:0 0 20px}.shop-empty__btn{padding:10px 20px;border:1px solid var(--border);background:#fff;color:var(--text);border-radius:8px;cursor:pointer;font-size:14px}.shop-empty__btn:hover{background:#00000005}.shop-results-info{font-size:14px;color:var(--muted);margin-bottom:20px}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.shop-product{background:#fff;border-radius:12px;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.shop-product:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-2px)}.shop-product__image-link{display:flex;align-items:center;justify-content:center;position:relative;aspect-ratio:1;background:#fff}.shop-product__image{width:66%;height:66%;object-fit:contain}.shop-product__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ccc}.shop-product__image-placeholder svg{width:48px;height:48px}.shop-product__badge{position:absolute;top:12px;left:12px;padding:4px 10px;background:var(--primary);color:#fff;font-size:11px;font-weight:600;border-radius:4px}.shop-product__info{padding:16px;display:flex;flex-direction:column;flex:1;background:#f5f5f5}.shop-product__name{font-size:15px;font-weight:600;color:var(--text);text-decoration:none;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-product__name:hover{color:var(--primary)}.shop-product__category{font-size:12px;color:var(--muted);margin-bottom:8px}.shop-product__desc{font-size:13px;color:var(--muted);line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.shop-product__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.shop-product__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px}.shop-product__price{font-size:18px;font-weight:700;color:var(--text)}.shop-product__price--original{font-size:14px;color:var(--muted);text-decoration:line-through}.shop-product__price--sale{font-size:18px;font-weight:700;color:#dc2626}.shop-product__add-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:none;background:var(--primary);color:#fff;font-size:13px;font-weight:600;border-radius:6px;cursor:pointer;transition:background .15s}.shop-product__add-btn:hover:not(:disabled){background:var(--primary-600)}.shop-product__add-btn:disabled{opacity:.6;cursor:not-allowed}.shop-product__add-btn svg{width:16px;height:16px}.shop-product__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}.shop-product__out-of-stock{font-size:12px;font-weight:600;color:#dc2626;padding:8px 12px;background:#fef2f2;border-radius:6px}.shop-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:40px}.shop-pagination__btn{padding:10px 20px;border:1px solid var(--border);background:#fff;color:var(--text);border-radius:8px;cursor:pointer;font-size:14px;transition:background .15s}.shop-pagination__btn:hover:not(:disabled){background:#00000005}.shop-pagination__btn:disabled{opacity:.5;cursor:not-allowed}.shop-pagination__info{font-size:14px;color:var(--muted)}.product-page{padding:40px 0}.product-loading,.product-error{text-align:center;padding:60px 20px}.product-error h2{font-size:24px;margin:0 0 12px}.product-error p{color:var(--muted);margin:0 0 24px}.product-error__btn{display:inline-flex;padding:12px 24px;background:var(--primary);color:#fff;text-decoration:none;border-radius:8px;font-weight:600}.product-breadcrumb{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);margin-bottom:24px}.product-breadcrumb a{color:var(--primary);text-decoration:none}.product-breadcrumb a:hover{text-decoration:underline}.product-breadcrumb__current{color:var(--text)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:48px}@media (max-width: 768px){.product-detail{grid-template-columns:1fr;gap:32px}}.product-detail__image-section{position:relative;aspect-ratio:1;background:#fff;border-radius:16px;border:1px solid #eee;display:flex;align-items:center;justify-content:center}.product-detail__image{width:66%;height:66%;object-fit:contain}.product-detail__image-placeholder{width:100%;aspect-ratio:1;background:#f5f5f5;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#ccc}.product-detail__image-placeholder svg{width:80px;height:80px}.product-detail__badge{position:absolute;top:16px;left:16px;padding:6px 14px;background:var(--primary);color:#fff;font-size:13px;font-weight:600;border-radius:6px}.product-detail__name{font-size:32px;font-weight:700;margin:0 0 8px}.product-detail__brand{font-size:15px;color:var(--muted);margin:0 0 20px}.product-detail__prices{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:20px}.product-detail__price{font-size:28px;font-weight:700}.product-detail__price--original{font-size:20px;color:var(--muted);text-decoration:line-through}.product-detail__price--sale{font-size:28px;font-weight:700;color:#dc2626}.product-detail__discount{font-size:14px;color:#16a34a;font-weight:500}.product-detail__short-desc{font-size:15px;line-height:1.6;color:var(--text);margin:0 0 20px}.product-detail__stock{margin-bottom:20px}.product-detail__stock--in{display:inline-flex;align-items:center;gap:6px;color:#16a34a;font-weight:500}.product-detail__stock--in svg{width:18px;height:18px}.product-detail__stock--out{color:#dc2626;font-weight:500}.product-detail__availability{background:#f8f9fa;border-radius:12px;padding:16px;margin-bottom:24px}.product-detail__availability h4{font-size:14px;font-weight:600;margin:0 0 12px}.product-detail__availability ul{list-style:none;margin:0;padding:0}.product-detail__availability li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:14px}.product-detail__availability li:last-child{border-bottom:none}.product-detail__availability .stock-in{color:#16a34a}.product-detail__availability .stock-out{color:#dc2626}.product-detail__actions{display:flex;align-items:center;gap:16px;margin-bottom:16px}.product-detail__quantity{display:flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden}.product-detail__quantity button{width:40px;height:40px;border:none;background:#f5f5f5;font-size:18px;cursor:pointer;transition:background .15s}.product-detail__quantity button:hover:not(:disabled){background:#eee}.product-detail__quantity button:disabled{opacity:.5;cursor:not-allowed}.product-detail__quantity span{width:50px;text-align:center;font-weight:600}.product-detail__add-btn{display:flex;align-items:center;gap:8px;height:48px;padding:0 28px;border:none;background:var(--primary);color:#fff;font-size:15px;font-weight:600;border-radius:8px;cursor:pointer;transition:background .15s}.product-detail__add-btn:hover:not(:disabled){background:var(--primary-600)}.product-detail__add-btn:disabled{opacity:.6;cursor:not-allowed}.product-detail__add-btn svg{width:20px;height:20px}.product-detail__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.product-detail__added-notice{font-size:14px;color:#16a34a}.product-detail__added-notice a{color:var(--primary);text-decoration:underline}.product-detail__sku{font-size:13px;color:var(--muted);margin-top:20px}.product-detail__description{background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:32px}.product-detail__description h2{font-size:20px;font-weight:600;margin:0 0 20px}.product-detail__description-content{font-size:15px;line-height:1.7;color:var(--text)}.cart-page{padding:40px 0}.cart-title{font-size:32px;font-weight:700;margin:0 0 32px}.cart-loading{text-align:center;padding:60px 20px}.cart-empty{text-align:center;padding:80px 20px;background:#fff;border-radius:16px;box-shadow:var(--shadow)}.cart-empty svg{width:80px;height:80px;color:var(--muted);opacity:.4;margin-bottom:20px}.cart-empty h2{font-size:24px;margin:0 0 12px}.cart-empty p{color:var(--muted);margin:0 0 24px}.cart-empty__btn{display:inline-flex;padding:12px 24px;background:var(--primary);color:#fff;text-decoration:none;border-radius:8px;font-weight:600}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:32px;align-items:start}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr}}.cart-items{background:#fff;border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.cart-items__header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 48px;gap:16px;padding:16px 20px;background:#f8f9fa;font-size:13px;font-weight:600;color:var(--muted)}@media (max-width: 640px){.cart-items__header{display:none}}.cart-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 48px;gap:16px;padding:20px;border-bottom:1px solid rgba(0,0,0,.06);align-items:center}@media (max-width: 640px){.cart-item{grid-template-columns:1fr;gap:12px}}.cart-item:last-child{border-bottom:none}.cart-item__product{display:flex;align-items:center;gap:16px}.cart-item__image-link{flex-shrink:0}.cart-item__image{width:64px;height:64px;object-fit:cover;border-radius:8px}.cart-item__image-placeholder{width:64px;height:64px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ccc}.cart-item__image-placeholder svg{width:24px;height:24px}.cart-item__name{font-size:15px;font-weight:500;color:var(--text);text-decoration:none}.cart-item__name:hover{color:var(--primary)}.cart-item__price,.cart-item__subtotal{font-size:15px;font-weight:500}.cart-item__quantity{display:flex;align-items:center;border:1px solid var(--border);border-radius:6px;overflow:hidden;width:fit-content}.cart-item__quantity button{width:32px;height:32px;border:none;background:#f5f5f5;font-size:16px;cursor:pointer}.cart-item__quantity button:hover:not(:disabled){background:#eee}.cart-item__quantity button:disabled{opacity:.5;cursor:not-allowed}.cart-item__quantity span{width:40px;text-align:center;font-weight:500}.cart-item__remove{width:36px;height:36px;border:none;background:transparent;color:var(--muted);cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.cart-item__remove:hover{background:#dc26261a;color:#dc2626}.cart-item__remove svg{width:18px;height:18px}.cart-items__footer{display:flex;justify-content:space-between;padding:16px 20px;background:#f8f9fa}.cart-clear-btn{padding:10px 16px;border:1px solid var(--border);background:#fff;color:var(--text);border-radius:6px;cursor:pointer;font-size:14px}.cart-clear-btn:hover{background:#dc26260d;border-color:#dc2626;color:#dc2626}.cart-continue-btn{padding:10px 16px;border:1px solid var(--primary);background:transparent;color:var(--primary);border-radius:6px;text-decoration:none;font-size:14px;font-weight:500}.cart-continue-btn:hover{background:#24aeb114}.cart-summary{background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:24px;position:sticky;top:100px}.cart-summary__title{font-size:18px;font-weight:600;margin:0 0 20px}.cart-summary__row{display:flex;justify-content:space-between;padding:12px 0;font-size:15px}.cart-summary__total{border-top:2px solid var(--border);margin-top:12px;padding-top:16px;font-weight:700;font-size:18px}.cart-summary__checkout-btn{display:flex;align-items:center;justify-content:center;width:100%;height:52px;margin-top:24px;background:var(--primary);color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:16px;transition:background .15s}.cart-summary__checkout-btn:hover{background:var(--primary-600)}.cart-summary__note{margin-top:16px;font-size:13px;color:var(--muted);text-align:center}.checkout-page{padding:40px 0}.checkout-title{font-size:32px;font-weight:700;margin:0 0 32px}.checkout-loading,.checkout-empty{text-align:center;padding:60px 20px}.checkout-empty h2{font-size:24px;margin:0 0 12px}.checkout-empty p{color:var(--muted);margin:0 0 24px}.checkout-empty__btn{display:inline-flex;padding:12px 24px;background:var(--primary);color:#fff;text-decoration:none;border-radius:8px;font-weight:600}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}@media (max-width: 900px){.checkout-layout{grid-template-columns:1fr}}.checkout-form{display:flex;flex-direction:column;gap:32px}.checkout-section{background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:24px}.checkout-section h2{font-size:18px;font-weight:600;margin:0 0 20px}.checkout-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 640px){.checkout-form__row{grid-template-columns:1fr}}.checkout-form__field{margin-bottom:16px}.checkout-form__field:last-child{margin-bottom:0}.checkout-form__field label{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.checkout-form__field input,.checkout-form__field textarea,.checkout-form__field select{width:100%;box-sizing:border-box;padding:12px 14px;border:1px solid var(--border);border-radius:8px;font-size:15px;outline:none;transition:border-color .15s,box-shadow .15s}.checkout-form__field input:focus,.checkout-form__field textarea:focus,.checkout-form__field select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #24aeb11a}.checkout-form__field .input-error{border-color:#dc2626}.checkout-fulfillment{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}@media (max-width: 640px){.checkout-fulfillment{grid-template-columns:1fr}}.checkout-fulfillment__option{display:block;cursor:pointer}.checkout-fulfillment__option input{display:none}.checkout-fulfillment__content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px;border:2px solid var(--border);border-radius:12px;transition:border-color .15s,background .15s}.checkout-fulfillment__option:hover .checkout-fulfillment__content{border-color:var(--primary)}.checkout-fulfillment__option.active .checkout-fulfillment__content{border-color:var(--primary);background:#24aeb10d}.checkout-fulfillment__content svg{width:32px;height:32px;color:var(--primary);margin-bottom:12px}.checkout-fulfillment__title{font-size:16px;font-weight:600;margin-bottom:4px}.checkout-fulfillment__desc{font-size:13px;color:var(--muted)}.checkout-pickup{margin-top:16px}.checkout-pickup>label{display:block;font-size:14px;font-weight:500;margin-bottom:12px}.checkout-pickup__options{display:flex;flex-direction:column;gap:12px}.checkout-pickup__option{display:flex;align-items:center;padding:16px;border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .15s,background .15s}.checkout-pickup__option input{display:none}.checkout-pickup__option:hover{border-color:var(--primary)}.checkout-pickup__option.active{border-color:var(--primary);background:#24aeb10d}.checkout-pickup__option div{display:flex;flex-direction:column}.checkout-pickup__option strong{font-size:15px;margin-bottom:2px}.checkout-pickup__option span{font-size:13px;color:var(--muted)}.checkout-error{padding:16px;background:#dc262614;border-radius:8px;color:#dc2626;font-size:14px}.checkout-form__row--3col{grid-template-columns:1fr auto auto}@media (max-width: 640px){.checkout-form__row--3col{grid-template-columns:1fr}}.checkout-delivery-fields{margin-top:16px}.checkout-address-confirmed{display:flex;gap:8px;margin-top:8px;font-size:13px;color:var(--primary)}.checkout-address-confirmed span{background:#24aeb114;padding:2px 8px;border-radius:4px}.checkout-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:56px;background:var(--primary);color:#fff;border:none;border-radius:12px;font-size:17px;font-weight:600;cursor:pointer;transition:background .15s}.checkout-submit-btn:hover:not(:disabled){background:var(--primary-600)}.checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.checkout-summary{background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:24px;position:sticky;top:100px}.checkout-summary h2{font-size:18px;font-weight:600;margin:0 0 20px}.checkout-summary__items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.checkout-summary__item{display:flex;justify-content:space-between;gap:12px;font-size:14px}.checkout-summary__item-info{flex:1;min-width:0}.checkout-summary__item-name{color:var(--text)}.checkout-summary__item-qty{color:var(--muted);white-space:nowrap;margin-left:6px}.checkout-summary__item-price{font-weight:500;flex-shrink:0;white-space:nowrap}.checkout-summary__total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;margin-bottom:16px}.checkout-summary__note{font-size:13px;color:var(--muted);text-align:center;margin-bottom:16px}.checkout-summary__edit{display:block;text-align:center;color:var(--primary);font-size:14px}.order-confirmation-page{padding:40px 0}.order-loading{text-align:center;padding:60px 20px}.order-error{text-align:center;padding:60px 20px;max-width:500px;margin:0 auto}.order-error svg{width:64px;height:64px;color:#dc2626;margin-bottom:20px}.order-error h2{font-size:24px;margin:0 0 12px}.order-error p{color:var(--muted);margin:0 0 24px}.order-error__btn{display:inline-flex;padding:12px 24px;background:var(--primary);color:#fff;text-decoration:none;border-radius:8px;font-weight:600}.order-success{text-align:center;padding:48px 20px;background:#fff;border-radius:16px;box-shadow:var(--shadow);margin-bottom:32px}.order-success__icon{width:80px;height:80px;margin:0 auto 20px;background:#16a34a1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.order-success__icon svg{width:48px;height:48px;color:#16a34a}.order-success h1{font-size:28px;margin:0 0 12px}.order-success__message{color:var(--muted);font-size:16px;margin:0}.order-details{background:#fff;border-radius:16px;box-shadow:var(--shadow);overflow:hidden;margin-bottom:32px}.order-details__header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;border-bottom:1px solid var(--border)}.order-details__header h2{font-size:20px;margin:0 0 4px}.order-details__date{font-size:14px;color:var(--muted);margin:0}.order-details__status{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}.order-details__status--pending{background:#eab30826;color:#b45309}.order-details__status--processing{background:#3b82f626;color:#1d4ed8}.order-details__status--ready{background:#16a34a26;color:#15803d}.order-details__status--completed{background:#6b728026;color:#374151}.order-details__status--cancelled{background:#dc262626;color:#b91c1c}.order-details__sections{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:24px}@media (max-width: 640px){.order-details__sections{grid-template-columns:1fr}}.order-details__section h3{font-size:14px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.order-details__section p{font-size:14px;margin:0 0 8px}.order-details__pickup-note{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:12px;background:#24aeb114;border-radius:8px;font-size:13px;color:var(--text)}.order-details__pickup-note svg{width:20px;height:20px;flex-shrink:0;color:var(--primary)}.order-details__items{padding:24px;border-top:1px solid var(--border)}.order-details__items h3{font-size:16px;font-weight:600;margin:0 0 16px}.order-items-table{width:100%;border-collapse:collapse}.order-items-table th,.order-items-table td{padding:12px 0;text-align:left;font-size:14px}.order-items-table th{font-weight:600;color:var(--muted);border-bottom:1px solid var(--border)}.order-items-table tbody td{border-bottom:1px solid rgba(0,0,0,.04)}.order-items-table tfoot td,.order-items-table tfoot th{border-top:2px solid var(--border);padding-top:16px}.order-items-table .text-right{text-align:right}.order-details__payment{padding:24px;border-top:1px solid var(--border)}.order-details__payment p{font-size:14px;margin:0 0 8px}.payment-status{display:inline-block;padding:4px 10px;border-radius:4px;font-size:13px;font-weight:500}.payment-status--pending{background:#eab30826;color:#b45309}.payment-status--paid{background:#16a34a26;color:#15803d}.order-details__payment-note{color:var(--muted);font-size:13px}.order-details__notes{padding:24px;border-top:1px solid var(--border)}.order-details__notes h3{font-size:16px;font-weight:600;margin:0 0 12px}.order-details__notes p{font-size:14px;margin:0;white-space:pre-wrap}.order-actions{display:flex;justify-content:center;gap:16px}.order-actions__btn{display:inline-flex;padding:14px 28px;border-radius:10px;text-decoration:none;font-weight:600;font-size:15px;transition:background .15s}.order-actions__btn--primary{background:var(--primary);color:#fff}.order-actions__btn--primary:hover{background:var(--primary-600)}.order-actions__btn--secondary{background:transparent;border:1px solid var(--border);color:var(--text)}.order-actions__btn--secondary:hover{background:#00000005}.chat-widget{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:var(--font-sans)}.chat-widget__fab{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#24aeb1,#1a8f91);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #24aeb14d,0 0 0 3px #24aeb11a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.chat-widget__fab:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%);animation:fabShimmer 3s infinite}@keyframes fabShimmer{0%{transform:translate(-100%) rotate(45deg)}to{transform:translate(100%) rotate(45deg)}}.chat-widget__fab:hover{transform:scale(1.08);box-shadow:0 8px 30px #24aeb166,0 0 0 4px #24aeb126}.chat-widget__fab svg{width:28px;height:28px;color:#fff;position:relative;z-index:1}.chat-widget__dialog{width:400px;height:560px;max-height:calc(100vh - 100px);background:#fff;border-radius:20px;box-shadow:0 25px 60px #1d2a381f,0 0 0 1px #1d2a380d;display:flex;flex-direction:column;overflow:hidden;animation:chatSlideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-widget__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#f8fffe,#f0fafa);border-bottom:1px solid rgba(36,174,177,.1)}.chat-widget__header-info{display:flex;align-items:center;gap:14px}.chat-widget__header-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#24aeb1,#1a8f91);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 4px 12px #24aeb140}.chat-widget__header-icon:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:17px;border:2px solid rgba(36,174,177,.3);animation:aiPulse 2s infinite}@keyframes aiPulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.chat-widget__header-icon svg{width:24px;height:24px;color:#fff}.chat-widget__header-title{font-weight:600;font-size:16px;color:var(--text)}.chat-widget__header-subtitle{font-size:12px;color:var(--primary);margin-top:2px;display:flex;align-items:center;gap:6px}.chat-widget__header-subtitle:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;animation:statusPulse 2s infinite}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}.chat-widget__header-actions{display:flex;gap:6px}.chat-widget__header-btn{width:36px;height:36px;border:none;background:#24aeb114;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.chat-widget__header-btn:hover{background:#24aeb126;transform:scale(1.05)}.chat-widget__header-btn svg{width:18px;height:18px;color:var(--primary)}.chat-widget__messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;background:linear-gradient(180deg,#fafcfc,#f5f8f8)}.chat-widget__welcome{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 12px #1d2a380a;border:1px solid rgba(36,174,177,.08)}.chat-widget__welcome p{margin:0 0 10px;font-size:14px;line-height:1.6;color:var(--text)}.chat-widget__welcome p:last-child{margin-bottom:0;color:var(--muted);font-size:13px}.chat-widget__message{max-width:85%;animation:messageSlide .25s cubic-bezier(.4,0,.2,1)}@keyframes messageSlide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chat-widget__message--user{align-self:flex-end}.chat-widget__message--assistant{align-self:flex-start}.chat-widget__message-content{padding:14px 18px;border-radius:18px;font-size:14px;line-height:1.6;word-break:break-word;white-space:pre-wrap}.chat-widget__message--user .chat-widget__message-content{background:linear-gradient(135deg,#24aeb1,#1a9294);color:#fff;border-bottom-right-radius:6px;box-shadow:0 3px 12px #24aeb133}.chat-widget__message--assistant .chat-widget__message-content{background:#fff;color:var(--text);border-bottom-left-radius:6px;box-shadow:0 2px 12px #1d2a380d;border:1px solid rgba(36,174,177,.08);position:relative}.chat-widget__message--assistant .chat-widget__message-content:before{content:"";position:absolute;left:-2px;top:12px;width:4px;height:20px;background:linear-gradient(180deg,#24aeb1,#1a9294);border-radius:2px}.chat-widget__typing{display:flex;gap:5px;padding:14px 18px;background:#fff;border-radius:18px 18px 18px 6px;box-shadow:0 2px 12px #1d2a380d;border:1px solid rgba(36,174,177,.08);position:relative}.chat-widget__typing:before{content:"";position:absolute;left:-2px;top:12px;width:4px;height:20px;background:linear-gradient(180deg,#24aeb1,#1a9294);border-radius:2px;animation:typingIndicator 1s infinite}@keyframes typingIndicator{0%,to{opacity:1;height:20px}50%{opacity:.5;height:14px}}.chat-widget__typing span{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#24aeb1,#1a9294);animation:typingBounce 1.4s infinite ease-in-out both}.chat-widget__typing span:nth-child(1){animation-delay:-.32s}.chat-widget__typing span:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.chat-widget__error{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#b91c1c;padding:12px 16px;border-radius:12px;font-size:13px;text-align:center;border:1px solid rgba(185,28,28,.1)}.chat-widget__input-form{display:flex;gap:10px;padding:16px 20px;border-top:1px solid rgba(36,174,177,.08);background:#fff}.chat-widget__input{flex:1;height:46px;padding:0 18px;border:2px solid rgba(36,174,177,.12);border-radius:23px;font-size:14px;font-family:inherit;outline:none;background:#fafcfc;transition:all .2s}.chat-widget__input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #24aeb114}.chat-widget__input::placeholder{color:var(--muted)}.chat-widget__input:disabled{background:#f5f7f7;cursor:not-allowed}.chat-widget__send{width:46px;height:46px;border:none;border-radius:50%;background:linear-gradient(135deg,#24aeb1,#1a9294);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 4px 12px #24aeb140}.chat-widget__send:hover:not(:disabled){transform:scale(1.08);box-shadow:0 6px 20px #24aeb159}.chat-widget__send:disabled{background:linear-gradient(135deg,#d1d5db,#9ca3af);box-shadow:none;cursor:not-allowed}.chat-widget__send svg{width:20px;height:20px;color:#fff}@media (max-width: 480px){.chat-widget{bottom:0;right:0;left:0}.chat-widget__fab{position:fixed;bottom:20px;right:20px}.chat-widget__dialog{width:100%;height:100vh;max-height:100vh;border-radius:0;position:fixed;top:0;left:0;right:0;bottom:0}}.chat-widget__booking-confirmation{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid rgba(16,185,129,.2);border-radius:14px;padding:14px 18px;margin-top:10px;animation:confirmationSlide .3s cubic-bezier(.4,0,.2,1)}@keyframes confirmationSlide{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-widget__booking-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #10b98140}.chat-widget__booking-icon svg{width:22px;height:22px;color:#fff}.chat-widget__booking-info{flex:1;min-width:0}.chat-widget__booking-type{font-weight:600;font-size:14px;color:#047857;margin-bottom:3px}.chat-widget__booking-id{font-size:12px;color:#059669;font-family:SF Mono,Monaco,monospace;background:#10b9811a;padding:2px 8px;border-radius:4px;display:inline-block}@media (max-width: 900px){.chat-widget__fab{bottom:80px}}.chat-widget__messages::-webkit-scrollbar{width:6px}.chat-widget__messages::-webkit-scrollbar-track{background:transparent}.chat-widget__messages::-webkit-scrollbar-thumb{background:#24aeb133;border-radius:3px}.chat-widget__messages::-webkit-scrollbar-thumb:hover{background:#24aeb159}
