.header[data-v-77019692]{background:var(--bg-white);position:sticky;top:0;z-index:1000;box-shadow:var(--shadow-sm)}.header-top[data-v-77019692]{display:flex;align-items:center;gap:20px;padding:8px 20px;border-bottom:1px solid var(--border-color)}.logo[data-v-77019692]{display:flex;align-items:center;gap:8px}.logo-icon[data-v-77019692]{display:none;height:32px;width:32px;flex-shrink:0}.logo img[data-v-77019692]{height:36px;width:auto}.city-selector[data-v-77019692]{display:flex;align-items:center;gap:6px;padding:6px 12px;cursor:pointer;transition:all .3s;background:transparent;border:none;flex-shrink:0}.city-selector[data-v-77019692]:hover{color:var(--primary-teal)}.city-selector span[data-v-77019692]{font-size:15px;font-weight:500;color:var(--text-dark)}.city-selector .city-arrow[data-v-77019692]{width:16px;height:16px;color:var(--text-gray)}.header-center[data-v-77019692]{flex:1;max-width:600px}.search-box[data-v-77019692]{display:flex;align-items:center;background:var(--bg-white);border:1px solid var(--border-color);border-radius:8px;padding:10px 16px;gap:10px;position:relative}.search-box[data-v-77019692]:focus-within{border-color:var(--primary-teal)}.search-box input[data-v-77019692]{flex:1;border:none;background:transparent;font-size:14px;outline:none;font-family:inherit}.search-suggestions[data-v-77019692]{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:300px;overflow-y:auto}.suggestion-loading[data-v-77019692]{display:flex;align-items:center;gap:12px;padding:16px;color:var(--text-gray)}.suggestion-loading .loading-spinner[data-v-77019692]{width:16px;height:16px;border:2px solid #f0f0f0;border-top-color:var(--primary-teal);border-radius:50%;animation:spin-77019692 1s linear infinite}.suggestion-list[data-v-77019692]{display:flex;flex-direction:column}.suggestion-item[data-v-77019692]{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:all .2s;border-bottom:1px solid var(--border-color)}.suggestion-item[data-v-77019692]:last-child{border-bottom:none}.suggestion-item[data-v-77019692]:hover,.suggestion-item.active[data-v-77019692]{background:var(--bg-light)}.suggestion-item svg[data-v-77019692]{width:16px;height:16px;color:var(--primary-teal);flex-shrink:0}.suggestion-content[data-v-77019692]{flex:1;min-width:0}.suggestion-title[data-v-77019692]{font-size:14px;font-weight:500;color:var(--text-dark);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-subtitle[data-v-77019692]{font-size:12px;color:var(--text-gray);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes spin-77019692{to{transform:rotate(360deg)}}.header-actions[data-v-77019692]{display:flex;align-items:center;gap:16px;flex-shrink:0}.cart-btn[data-v-77019692]{position:relative;display:flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;color:var(--text-dark);text-decoration:none}.cart-btn svg[data-v-77019692]{width:20px;height:20px}.cart-badge[data-v-77019692]{position:absolute;top:-2px;right:-2px;background:var(--primary-red);color:#fff;font-size:9px;font-weight:600;min-width:14px;height:14px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.login-btn[data-v-77019692]{padding:10px 24px;background:var(--primary-red);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;font-family:inherit;white-space:nowrap}.login-btn[data-v-77019692]:hover{background:#c82333}.user-menu-container[data-v-77019692]{position:relative}.user-avatar-btn[data-v-77019692]{display:flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid #8bc34a;border-radius:30px;cursor:pointer;background:var(--bg-white);transition:all .2s}.user-avatar-btn[data-v-77019692]:hover,.user-avatar-btn.active[data-v-77019692]{background:#f8fff4}.user-avatar[data-v-77019692]{width:32px;height:32px;background:linear-gradient(135deg,#8bc34a,#689f38);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.user-name[data-v-77019692]{font-size:14px;font-weight:500;color:var(--text-dark);max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow[data-v-77019692]{transition:transform .2s;color:var(--text-gray)}.user-avatar-btn.active .dropdown-arrow[data-v-77019692]{transform:rotate(180deg)}.user-dropdown[data-v-77019692]{position:absolute;top:calc(100% + 8px);right:0;width:200px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:1000;overflow:visible}.dropdown-enter-active[data-v-77019692],.dropdown-leave-active[data-v-77019692]{transition:all .2s ease}.dropdown-enter-from[data-v-77019692],.dropdown-leave-to[data-v-77019692]{opacity:0;transform:translateY(-10px)}.dropdown-item[data-v-77019692]{display:flex;align-items:center;gap:12px;padding:14px 16px;color:var(--text-dark);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s;cursor:pointer;position:relative}.dropdown-item[data-v-77019692]:hover{background:var(--bg-light);color:var(--primary-teal)}.dropdown-item svg[data-v-77019692]{width:18px;height:18px;flex-shrink:0}.dropdown-item.logout[data-v-77019692]{color:#dc3545}.dropdown-item.logout[data-v-77019692]:hover{background:#fff5f5;color:#dc3545}.dropdown-divider[data-v-77019692]{height:1px;background:var(--border-color);margin:4px 0}.has-submenu[data-v-77019692]{position:relative}.submenu-arrow[data-v-77019692]{margin-left:auto;color:var(--text-gray)}.submenu[data-v-77019692]{position:absolute;left:100%;top:0;min-width:160px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:1001;overflow:hidden}.submenu-enter-active[data-v-77019692],.submenu-leave-active[data-v-77019692]{transition:all .2s ease}.submenu-enter-from[data-v-77019692],.submenu-leave-to[data-v-77019692]{opacity:0;transform:translate(-10px)}.submenu-item[data-v-77019692]{display:flex;align-items:center;gap:10px;padding:12px 16px;color:var(--text-dark);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.submenu-item[data-v-77019692]:hover{background:var(--bg-light);color:var(--primary-teal)}.submenu-item span[data-v-77019692]{font-size:16px}@media (max-width: 1024px){.header-top[data-v-77019692]{gap:12px}.header-center[data-v-77019692]{max-width:400px}}@media (max-width: 768px){.header-top[data-v-77019692]{gap:10px;padding:6px 16px}.header-center[data-v-77019692]{max-width:280px}.city-selector[data-v-77019692]{padding:6px 8px}.user-name[data-v-77019692],.dropdown-arrow[data-v-77019692]{display:none}.user-avatar-btn[data-v-77019692]{padding:4px;border-radius:50%;border-color:transparent}.header-actions[data-v-77019692]{gap:8px;margin-left:auto}.cart-btn[data-v-77019692]{padding:8px;font-size:13px}.login-btn[data-v-77019692]{padding:8px 16px;font-size:13px}.logo img[data-v-77019692]{height:30px}.submenu[data-v-77019692]{position:static;box-shadow:none;background:var(--bg-light);border-radius:0;margin-top:4px}.has-submenu[data-v-77019692]{cursor:pointer}}@media (max-width: 600px){.header-center[data-v-77019692],.logo-full[data-v-77019692]{display:none}.logo-icon[data-v-77019692]{display:block}}@media (max-width: 480px){.header-top[data-v-77019692]{gap:6px;padding:4px 12px}.logo img[data-v-77019692]{height:26px}.cart-btn[data-v-77019692]{padding:6px;gap:4px;font-size:12px}.cart-btn svg[data-v-77019692]{width:18px;height:18px}.login-btn[data-v-77019692]{padding:7px 12px;font-size:12px}.city-selector[data-v-77019692]{padding:4px 6px}.city-selector .city-arrow[data-v-77019692]{width:14px;height:14px}.user-avatar[data-v-77019692]{width:28px;height:28px;font-size:12px}}.footer[data-v-012a6e10]{background:#1a1a1a;color:#fff;padding:40px 0 0;margin-top:40px}.footer-grid[data-v-012a6e10]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px}.footer-brand[data-v-012a6e10]{flex:1 1 100%;max-width:320px}.footer-column[data-v-012a6e10]{flex:0 0 auto}.footer-brand p[data-v-012a6e10]{color:#999;font-size:13px;line-height:1.7;margin:14px 0}.footer-logo[data-v-012a6e10]{display:flex;align-items:center;gap:10px}.logo-icon[data-v-012a6e10]{width:36px;height:36px;background:var(--primary-red);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700}.logo-text[data-v-012a6e10]{font-size:22px;font-weight:700}.logo-text .red[data-v-012a6e10]{color:var(--primary-red)}.logo-text .teal[data-v-012a6e10]{color:var(--primary-teal)}.footer-social[data-v-012a6e10]{display:flex;gap:10px}.footer-social a[data-v-012a6e10]{width:34px;height:34px;border-radius:50%;background:#333;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.footer-social a[data-v-012a6e10]:hover{background:var(--primary-red)}.footer-social a svg[data-v-012a6e10]{width:16px;height:16px}.footer-column h4[data-v-012a6e10]{font-size:13px;font-weight:600;margin-bottom:14px;color:#fff;letter-spacing:1px}.footer-column ul[data-v-012a6e10]{list-style:none;padding:0;margin:0}.footer-column ul li[data-v-012a6e10]{margin-bottom:8px}.footer-column ul li a[data-v-012a6e10]{color:#999;font-size:13px;transition:all .3s}.footer-column ul li a[data-v-012a6e10]:hover{color:var(--primary-teal)}.footer-bottom[data-v-012a6e10]{margin-top:30px;padding:16px 0;border-top:1px solid #333;text-align:center}.footer-bottom p[data-v-012a6e10]{color:#666;font-size:12px}@media (max-width: 1024px){.footer-brand[data-v-012a6e10]{max-width:260px}.footer-grid[data-v-012a6e10]{gap:24px 20px}}@media (max-width: 768px){.footer[data-v-012a6e10]{padding:30px 0 0;margin-top:30px}.footer-brand[data-v-012a6e10]{flex:1 1 calc(50% - 16px);max-width:none}.footer-grid[data-v-012a6e10]{gap:20px 16px}.footer-column[data-v-012a6e10]{flex:1 1 calc(50% - 16px)}.footer-brand p[data-v-012a6e10]{font-size:12px}.footer-column h4[data-v-012a6e10]{font-size:12px;margin-bottom:10px}.footer-column ul li[data-v-012a6e10]{margin-bottom:6px}.footer-column ul li a[data-v-012a6e10]{font-size:12px}}@media (max-width: 480px){.footer[data-v-012a6e10]{padding:24px 0 0}.footer-grid[data-v-012a6e10]{gap:16px 12px}.footer-column[data-v-012a6e10]{flex:1 1 calc(50% - 12px)}.footer-brand p[data-v-012a6e10]{font-size:11px;margin:10px 0}.footer-social a[data-v-012a6e10]{width:30px;height:30px}.footer-social a svg[data-v-012a6e10]{width:14px;height:14px}.footer-column h4[data-v-012a6e10]{font-size:11px;margin-bottom:8px}.footer-column ul li a[data-v-012a6e10]{font-size:11px}.footer-bottom[data-v-012a6e10]{margin-top:20px;padding:12px 0}.footer-bottom p[data-v-012a6e10]{font-size:11px}}.new-city-modal[data-v-a843b14c]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding-top:50px}.new-city-modal-overlay[data-v-a843b14c]{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.new-city-modal-content[data-v-a843b14c]{position:relative;background:#fff;border-radius:12px;width:90%;max-width:900px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;z-index:1;animation:modalSlideIn-a843b14c .3s ease}@keyframes modalSlideIn-a843b14c{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.new-city-modal-header[data-v-a843b14c]{display:flex;justify-content:flex-end;padding:12px 16px}.new-city-modal-close[data-v-a843b14c]{background:none;border:none;cursor:pointer;padding:8px;color:#666;transition:color .2s}.new-city-modal-close[data-v-a843b14c]:hover{color:#333}.new-city-modal-close svg[data-v-a843b14c]{width:24px;height:24px}.new-city-search[data-v-a843b14c]{padding:0 24px 20px;position:relative}.new-city-search-icon[data-v-a843b14c]{position:absolute;left:40px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#999;pointer-events:none}.new-city-search-input[data-v-a843b14c]{width:100%;padding:14px 16px 14px 48px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;font-family:inherit;outline:none;transition:all .2s;box-sizing:border-box}.new-city-search-input[data-v-a843b14c]:focus{border-color:#1dbdc0;box-shadow:0 0 0 3px #1dbdc01a}.new-city-search-input[data-v-a843b14c]::placeholder{color:#999}.new-city-content[data-v-a843b14c]{padding:0 24px 24px}.city-no-results[data-v-a843b14c]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#999;text-align:center}.city-no-results svg[data-v-a843b14c]{width:48px;height:48px;margin-bottom:16px;opacity:.5}.city-no-results p[data-v-a843b14c]{font-size:16px;color:#555;margin:0 0 8px}.city-no-results span[data-v-a843b14c]{font-size:14px;color:#999}.city-section[data-v-a843b14c]{margin-bottom:24px}.city-section[data-v-a843b14c]:last-child{margin-bottom:0}.city-section-title[data-v-a843b14c]{font-size:16px;font-weight:700;color:#333;margin:0 0 16px;padding:0;border:none}.city-grid[data-v-a843b14c]{display:grid;grid-template-columns:repeat(8,1fr);gap:20px 16px}.city-grid.popular-cities[data-v-a843b14c]{margin-bottom:8px}.city-item[data-v-a843b14c]{display:flex;flex-direction:column;align-items:center;padding:8px 4px;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s;background:transparent}.city-item[data-v-a843b14c]:hover,.city-item.selected[data-v-a843b14c]{border-color:#dc3545;background:#dc354505}.city-item img[data-v-a843b14c]{width:70px;height:70px;border-radius:50%;object-fit:contain;margin-bottom:10px;border:2px solid #dc3545;background:#fff;transition:all .2s;padding:4px}.city-item:hover img[data-v-a843b14c]{border-color:#dc3545;box-shadow:0 4px 12px #dc354540}.city-item span[data-v-a843b14c]{font-size:13px;font-weight:500;color:#333;text-align:center;line-height:1.3}.city-tags[data-v-a843b14c]{display:grid;grid-template-columns:repeat(8,1fr);gap:10px;margin-top:8px}.city-tags.more-cities[data-v-a843b14c]{gap:10px}.city-tag[data-v-a843b14c]{display:flex;align-items:center;justify-content:center;padding:10px 8px;background:#fff;border:1px solid #333;border-radius:4px;font-size:13px;font-weight:500;color:#333;cursor:pointer;transition:all .2s;white-space:nowrap;text-align:center;box-sizing:border-box}.city-tag[data-v-a843b14c]:hover{background:#dc3545;border-color:#dc3545;color:#fff}@media (max-width: 992px){.new-city-modal-content[data-v-a843b14c]{width:95%}.city-grid[data-v-a843b14c]{grid-template-columns:repeat(8,1fr);gap:12px 10px}.city-tags[data-v-a843b14c]{grid-template-columns:repeat(8,1fr);gap:10px}.city-tag[data-v-a843b14c]{padding:8px 18px;font-size:13px}}@media (max-width: 768px){.new-city-modal[data-v-a843b14c]{padding-top:20px}.new-city-modal-content[data-v-a843b14c]{width:95%;max-height:90vh}.city-grid[data-v-a843b14c]{grid-template-columns:repeat(4,1fr);gap:12px 8px}.new-city-content[data-v-a843b14c]{padding:0 16px 16px}.city-item[data-v-a843b14c]{padding:8px 4px}.city-item img[data-v-a843b14c]{width:56px;height:56px}.city-item span[data-v-a843b14c]{font-size:11px}.city-tags[data-v-a843b14c]{grid-template-columns:repeat(4,1fr);gap:8px}.city-tag[data-v-a843b14c]{padding:8px 12px;font-size:12px}}@media (max-width: 576px){.city-grid[data-v-a843b14c]{grid-template-columns:repeat(4,1fr);gap:10px 6px}.city-item img[data-v-a843b14c]{width:48px;height:48px}.city-tags[data-v-a843b14c]{grid-template-columns:repeat(3,1fr);gap:8px}.city-tag[data-v-a843b14c]{padding:8px 10px;font-size:11px}}.auth-modal-overlay[data-v-fc71ba07]{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:10001;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal-content[data-v-fc71ba07]{width:800px;max-width:95vw;padding:0;border-radius:12px;overflow:hidden;background:#fff;position:relative;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn-fc71ba07 .3s ease}@keyframes modalSlideIn-fc71ba07{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close[data-v-fc71ba07]{position:absolute;right:12px;top:12px;width:36px;height:36px;background:#ffffffe6;border:none;border-radius:50%;font-size:24px;color:#666;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1;box-shadow:0 2px 8px #0000001a}.modal-close[data-v-fc71ba07]:hover{background:#fff;color:#333;box-shadow:0 2px 12px #00000026}.auth-step[data-v-fc71ba07]{display:flex;height:480px}.auth-illustration[data-v-fc71ba07]{flex:0 0 340px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:30px;position:relative}.auth-illustration img[data-v-fc71ba07]{max-width:100%;max-height:350px;position:relative;z-index:1}.auth-form-section[data-v-fc71ba07]{flex:1;padding:50px 45px;display:flex;flex-direction:column;justify-content:center}.auth-step-content[data-v-fc71ba07]{width:100%}.auth-title[data-v-fc71ba07]{font-size:24px;font-weight:600;color:#2d3436;margin:0 0 28px;line-height:1.4}.auth-subtitle[data-v-fc71ba07]{font-size:14px;color:#666;margin:0 0 24px}.phone-input-wrapper[data-v-fc71ba07]{position:relative;margin-bottom:20px}.phone-prefix[data-v-fc71ba07]{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#666;font-size:15px;font-weight:500;z-index:1}.phone-input[data-v-fc71ba07]{width:100%;padding:16px 14px 16px 50px;border:1px solid #1dbdc0;border-radius:6px;font-size:15px;font-family:inherit;outline:none;transition:border-color .2s;box-sizing:border-box}.phone-input[data-v-fc71ba07]:focus{border-color:#1dbdc0;box-shadow:0 0 0 2px #1dbdc01a}.phone-input[data-v-fc71ba07]::placeholder{color:#999}.phone-counter[data-v-fc71ba07]{position:absolute;right:14px;bottom:-22px;font-size:13px;color:#999}.auth-form-group[data-v-fc71ba07]{margin-bottom:20px}.auth-form-group label[data-v-fc71ba07]{display:block;font-size:13px;font-weight:500;color:#2d3436;margin-bottom:8px}.auth-form-group input[data-v-fc71ba07],.auth-text-input[data-v-fc71ba07]{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;font-family:inherit;transition:all .2s;box-sizing:border-box}.auth-form-group input[data-v-fc71ba07]:focus,.auth-text-input[data-v-fc71ba07]:focus{outline:none;border-color:#1dbdc0;box-shadow:0 0 0 3px #1dbdc01a}.auth-text-input[data-v-fc71ba07]{margin-bottom:12px}.auth-forgot-link[data-v-fc71ba07]{text-align:right;margin-bottom:20px}.auth-forgot-link a[data-v-fc71ba07]{font-size:13px;color:#1dbdc0;text-decoration:none}.auth-forgot-link a[data-v-fc71ba07]:hover{text-decoration:underline}.auth-checkbox-group[data-v-fc71ba07]{margin-bottom:24px}.auth-checkbox[data-v-fc71ba07]{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;cursor:pointer;position:relative}.auth-checkbox input[type=checkbox][data-v-fc71ba07]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.auth-checkbox .checkmark[data-v-fc71ba07]{flex-shrink:0;width:22px;height:22px;background-color:#1dbdc0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.auth-checkbox .checkmark[data-v-fc71ba07]:after{content:"";width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.auth-checkbox input[type=checkbox]:not(:checked)+.checkmark[data-v-fc71ba07]{background-color:#ddd}.auth-checkbox input[type=checkbox]:not(:checked)+.checkmark[data-v-fc71ba07]:after{display:none}.auth-checkbox .checkbox-text[data-v-fc71ba07]{font-size:14px;color:#555;line-height:1.5}.auth-checkbox .checkbox-text a[data-v-fc71ba07]{color:#1dbdc0;text-decoration:none}.auth-checkbox .checkbox-text a[data-v-fc71ba07]:hover{text-decoration:underline}.auth-continue-btn[data-v-fc71ba07]{width:100%;padding:16px;background:#b0b0b0;color:#fff;border:none;border-radius:30px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.auth-continue-btn[data-v-fc71ba07]:not(:disabled){background:#1dbdc0}.auth-continue-btn[data-v-fc71ba07]:not(:disabled):hover{background:#19a8ab;box-shadow:0 4px 12px #1dbdc04d}.auth-continue-btn[data-v-fc71ba07]:disabled{background:#b0b0b0;cursor:not-allowed}.auth-switch-text[data-v-fc71ba07]{text-align:center;font-size:14px;color:#666;margin-top:24px}.auth-switch-text a[data-v-fc71ba07]{color:#1dbdc0;font-weight:500;text-decoration:none}.auth-switch-text a[data-v-fc71ba07]:hover{text-decoration:underline}.otp-input-group[data-v-fc71ba07]{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.otp-input[data-v-fc71ba07]{width:48px;height:56px;border:2px solid #e0e0e0;border-radius:8px;text-align:center;font-size:24px;font-weight:600;font-family:inherit;transition:all .2s}.otp-input[data-v-fc71ba07]:focus{outline:none;border-color:#1dbdc0;box-shadow:0 0 0 3px #1dbdc026}.otp-input.filled[data-v-fc71ba07]{border-color:#1dbdc0;background:#1dbdc00d}.otp-resend[data-v-fc71ba07]{text-align:center;font-size:14px;color:#666;margin:16px 0}.otp-resend a[data-v-fc71ba07]{color:#1dbdc0;font-weight:500;cursor:pointer;text-decoration:none}.otp-resend a[data-v-fc71ba07]:hover{text-decoration:underline}.otp-resend a.disabled[data-v-fc71ba07]{color:#aaa;pointer-events:none}#resendTimer[data-v-fc71ba07]{color:#666;font-size:13px}.auth-back-link[data-v-fc71ba07]{display:block;text-align:center;font-size:14px;color:#1dbdc0;margin-top:16px;text-decoration:none}.auth-back-link[data-v-fc71ba07]:hover{text-decoration:underline}.auth-divider[data-v-fc71ba07]{display:flex;align-items:center;gap:12px;margin:16px 0}.auth-divider[data-v-fc71ba07]:before,.auth-divider[data-v-fc71ba07]:after{content:"";flex:1;height:1px;background:#e0e0e0}.auth-divider span[data-v-fc71ba07]{font-size:13px;color:#999}.auth-alt-link[data-v-fc71ba07]{display:block;text-align:center;font-size:14px;color:#1dbdc0;text-decoration:none;padding:10px;border:1px solid #1dbdc0;border-radius:8px;transition:all .2s}.auth-alt-link[data-v-fc71ba07]:hover{background:#e0f7fa}.auth-skip-link[data-v-fc71ba07]{display:block;text-align:center;font-size:13px;color:#999;margin-top:16px;text-decoration:none}.auth-skip-link[data-v-fc71ba07]:hover{color:#666;text-decoration:underline}@media (max-width: 768px){.auth-modal-content[data-v-fc71ba07]{width:95%;max-width:420px}.auth-step[data-v-fc71ba07]{flex-direction:column;min-height:auto;height:auto}.auth-illustration[data-v-fc71ba07]{flex:none;padding:20px;min-height:120px;background:linear-gradient(135deg,#f8f9fa,#e8f5f5)}.auth-illustration img[data-v-fc71ba07]{max-height:100px}.auth-form-section[data-v-fc71ba07]{padding:24px 20px 28px}.auth-title[data-v-fc71ba07]{font-size:20px;margin-bottom:20px}.phone-input-wrapper[data-v-fc71ba07]{margin-bottom:16px}.phone-input[data-v-fc71ba07]{padding:14px 12px 14px 50px;font-size:16px}.auth-checkbox-group[data-v-fc71ba07]{margin-bottom:20px}.auth-checkbox[data-v-fc71ba07]{margin-bottom:12px}.auth-checkbox .checkbox-text[data-v-fc71ba07]{font-size:13px;line-height:1.4}.auth-checkbox .checkmark[data-v-fc71ba07]{width:20px;height:20px}.auth-continue-btn[data-v-fc71ba07]{padding:14px;font-size:15px}.otp-input[data-v-fc71ba07]{width:40px;height:48px;font-size:20px}.otp-input-group[data-v-fc71ba07]{gap:8px}}@media (max-width: 576px){.auth-modal-overlay[data-v-fc71ba07]{align-items:flex-end;padding:0;animation:fadeInOverlay-fc71ba07 .3s ease-out forwards}@keyframes fadeInOverlay-fc71ba07{0%{background-color:#0000}to{background-color:#00000080}}.auth-modal-content[data-v-fc71ba07]{width:100%;max-width:100%;border-radius:20px 20px 0 0;box-shadow:0 -4px 30px #00000026;animation:slideUpAuth-fc71ba07 .35s cubic-bezier(.32,.72,0,1) forwards;min-height:75vh;max-height:92vh;overflow-y:auto;padding-bottom:env(safe-area-inset-bottom,20px)}@keyframes slideUpAuth-fc71ba07{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.auth-modal-content[data-v-fc71ba07]:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#ddd;border-radius:2px;z-index:25}.modal-close[data-v-fc71ba07]{right:12px;top:12px;width:30px;height:30px;font-size:18px;background:#f5f5f5}.auth-step[data-v-fc71ba07]{flex-direction:column;height:auto;min-height:calc(75vh - 20px)}.auth-illustration[data-v-fc71ba07]{display:flex;padding:28px 20px 20px;min-height:auto;background:linear-gradient(135deg,#e8f5f5,#d4f0f0);justify-content:center}.auth-illustration img[data-v-fc71ba07]{max-height:90px;max-width:140px}.auth-form-section[data-v-fc71ba07]{padding:20px 24px 36px;flex:1;display:flex;flex-direction:column}.auth-title[data-v-fc71ba07]{font-size:22px;margin-bottom:20px;line-height:1.35;text-align:center}.auth-subtitle[data-v-fc71ba07]{font-size:14px;margin-bottom:20px;text-align:center}.phone-input-wrapper[data-v-fc71ba07]{margin-bottom:18px}.phone-input[data-v-fc71ba07]{padding:16px 16px 16px 50px;font-size:16px;border-radius:10px;border-width:1.5px}.phone-counter[data-v-fc71ba07]{font-size:12px;bottom:-20px;right:14px}.auth-checkbox-group[data-v-fc71ba07]{margin-bottom:24px;margin-top:8px}.auth-checkbox[data-v-fc71ba07]{gap:12px;margin-bottom:14px}.auth-checkbox .checkmark[data-v-fc71ba07]{width:22px;height:22px;margin-top:0}.auth-checkbox .checkmark[data-v-fc71ba07]:after{width:6px;height:10px;border-width:0 2px 2px 0}.auth-checkbox .checkbox-text[data-v-fc71ba07]{font-size:14px;line-height:1.45}.auth-continue-btn[data-v-fc71ba07]{padding:16px 24px;font-size:17px;border-radius:30px;font-weight:600;margin-top:auto}.otp-input-group[data-v-fc71ba07]{gap:10px;margin-bottom:24px;justify-content:center}.otp-input[data-v-fc71ba07]{width:46px;height:54px;font-size:22px;border-radius:10px}.otp-resend[data-v-fc71ba07]{font-size:14px;margin:16px 0;text-align:center}.auth-back-link[data-v-fc71ba07]{font-size:14px;margin-top:16px;text-align:center}.auth-form-group[data-v-fc71ba07]{margin-bottom:18px}.auth-form-group label[data-v-fc71ba07]{font-size:14px;margin-bottom:8px}.auth-form-group input[data-v-fc71ba07]{padding:14px 16px;font-size:16px;border-radius:10px}}.toast-container[data-v-ffabb3b7]{position:fixed;top:20px;right:20px;z-index:99999;display:flex;flex-direction:column;gap:10px;max-width:400px}.toast[data-v-ffabb3b7]{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;border-left:4px solid;min-width:300px}.toast.success[data-v-ffabb3b7]{border-left-color:#28a745}.toast.error[data-v-ffabb3b7]{border-left-color:#dc3545}.toast.warning[data-v-ffabb3b7]{border-left-color:#ffc107}.toast.info[data-v-ffabb3b7]{border-left-color:#1dbdc0}.toast-icon[data-v-ffabb3b7]{flex-shrink:0;width:24px;height:24px}.toast.success .toast-icon[data-v-ffabb3b7]{color:#28a745}.toast.error .toast-icon[data-v-ffabb3b7]{color:#dc3545}.toast.warning .toast-icon[data-v-ffabb3b7]{color:#ffc107}.toast.info .toast-icon[data-v-ffabb3b7]{color:#1dbdc0}.toast-icon svg[data-v-ffabb3b7]{width:100%;height:100%}.toast-message[data-v-ffabb3b7]{flex:1;font-size:14px;color:#333;line-height:1.4}.toast-close[data-v-ffabb3b7]{flex-shrink:0;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s}.toast-close[data-v-ffabb3b7]:hover{color:#333}.toast-close svg[data-v-ffabb3b7]{width:16px;height:16px}.toast-enter-active[data-v-ffabb3b7],.toast-leave-active[data-v-ffabb3b7]{transition:all .3s ease}.toast-enter-from[data-v-ffabb3b7],.toast-leave-to[data-v-ffabb3b7]{opacity:0;transform:translate(100%)}@media (max-width: 576px){.toast-container[data-v-ffabb3b7]{left:10px;right:10px;max-width:none}.toast[data-v-ffabb3b7]{min-width:auto}}.custom-dialog-overlay[data-v-788b03aa]{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100000;padding:20px}.custom-dialog-box[data-v-788b03aa]{background:#fff;border-radius:16px;padding:28px 24px 20px;max-width:400px;width:100%;box-shadow:0 20px 60px #0003;text-align:center;animation:dialog-pop-788b03aa .25s ease}@keyframes dialog-pop-788b03aa{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.custom-dialog-icon[data-v-788b03aa]{width:52px;height:52px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:12px}.custom-dialog-icon svg[data-v-788b03aa]{width:100%;height:100%}.custom-dialog-icon.success[data-v-788b03aa]{background:#e8f5e9;color:#28a745}.custom-dialog-icon.error[data-v-788b03aa]{background:#fdecea;color:#dc3545}.custom-dialog-icon.warning[data-v-788b03aa]{background:#fff8e1;color:#f39c12}.custom-dialog-icon.info[data-v-788b03aa]{background:#e0f7fa;color:#1dbdc0}.custom-dialog-icon.confirm[data-v-788b03aa]{background:#e8eaf6;color:#667eea}.custom-dialog-body[data-v-788b03aa]{margin-bottom:16px}.dialog-message[data-v-788b03aa]{font-size:15px;color:#333;line-height:1.6;white-space:pre-line;word-break:break-word}.custom-dialog-input-wrap[data-v-788b03aa]{margin-bottom:16px}.custom-dialog-input[data-v-788b03aa]{width:100%;padding:10px 14px;border:1.5px solid #ddd;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box}.custom-dialog-input[data-v-788b03aa]:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.custom-dialog-buttons[data-v-788b03aa]{display:flex;gap:10px;justify-content:center}.dialog-btn[data-v-788b03aa]{flex:1;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;max-width:160px}.btn-cancel[data-v-788b03aa]{background:#f0f0f0;color:#555}.btn-cancel[data-v-788b03aa]:hover{background:#e0e0e0}.btn-ok[data-v-788b03aa]{background:#667eea;color:#fff}.btn-ok[data-v-788b03aa]:hover{background:#5a6fd6}.btn-ok.success[data-v-788b03aa]{background:#28a745}.btn-ok.success[data-v-788b03aa]:hover{background:#218838}.btn-ok.danger[data-v-788b03aa]{background:#dc3545}.btn-ok.danger[data-v-788b03aa]:hover{background:#c82333}.dialog-fade-enter-active[data-v-788b03aa],.dialog-fade-leave-active[data-v-788b03aa]{transition:opacity .2s ease}.dialog-fade-enter-from[data-v-788b03aa],.dialog-fade-leave-to[data-v-788b03aa]{opacity:0}@media (max-width: 480px){.custom-dialog-box[data-v-788b03aa]{padding:24px 16px 16px;margin:10px}.dialog-message[data-v-788b03aa]{font-size:14px}}.chat-widget[data-v-78eb2e00]{position:fixed;bottom:24px;left:24px;z-index:9999;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.chat-fab[data-v-78eb2e00]{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#e53935,#c62828);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #e5393566;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.chat-fab[data-v-78eb2e00]:hover{transform:scale(1.08);box-shadow:0 6px 28px #e5393580}.chat-fab[data-v-78eb2e00]:active{transform:scale(.95)}.chat-fab svg[data-v-78eb2e00]{width:26px;height:26px;color:#fff}.fab-badge[data-v-78eb2e00]{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;border-radius:11px;background:#e53935;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff;padding:0 4px}.chat-fab.pulse[data-v-78eb2e00]{animation:fabPulse-78eb2e00 1s ease-in-out 2}@keyframes fabPulse-78eb2e00{0%,to{box-shadow:0 4px 20px #e5393566}50%{box-shadow:0 4px 36px #e53935b3,0 0 0 14px #e539351f}}.fab-icon-enter-active[data-v-78eb2e00],.fab-icon-leave-active[data-v-78eb2e00]{transition:all .2s}.fab-icon-enter-from[data-v-78eb2e00]{opacity:0;transform:rotate(90deg) scale(.5)}.fab-icon-leave-to[data-v-78eb2e00]{opacity:0;transform:rotate(-90deg) scale(.5)}.chat-panel[data-v-78eb2e00]{position:absolute;bottom:72px;left:0;width:380px;height:560px;background:#fff;border-radius:16px;box-shadow:0 10px 50px #0000002e;display:flex;flex-direction:column;overflow:hidden}.chat-slide-enter-active[data-v-78eb2e00]{animation:chatSlideIn-78eb2e00 .35s cubic-bezier(.4,0,.2,1)}.chat-slide-leave-active[data-v-78eb2e00]{animation:chatSlideIn-78eb2e00 .25s cubic-bezier(.4,0,.2,1) reverse}@keyframes chatSlideIn-78eb2e00{0%{opacity:0;transform:translateY(30px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-header[data-v-78eb2e00]{background:linear-gradient(135deg,#00bfa5,#00897b);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-header-info[data-v-78eb2e00]{display:flex;align-items:center;gap:12px}.agent-avatar[data-v-78eb2e00]{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;position:relative}.agent-avatar svg[data-v-78eb2e00]{width:22px;height:22px;color:#fff}.agent-avatar.online[data-v-78eb2e00]:after{content:"";position:absolute;bottom:0;right:0;width:12px;height:12px;background:#4caf50;border-radius:50%;border:2px solid #00897b}.chat-header-title[data-v-78eb2e00]{color:#fff;font-size:16px;font-weight:600}.chat-header-status[data-v-78eb2e00]{display:flex;align-items:center;gap:6px;color:#ffffffd9;font-size:12px}.status-dot[data-v-78eb2e00]{width:8px;height:8px;border-radius:50%}.status-dot.online[data-v-78eb2e00]{background:#4caf50}.status-dot.connecting[data-v-78eb2e00]{background:#ffc107;animation:blink-78eb2e00 1s infinite}.status-dot.bot[data-v-78eb2e00]{background:#ffffff80}@keyframes blink-78eb2e00{0%,to{opacity:1}50%{opacity:.3}}.chat-close-btn[data-v-78eb2e00]{background:#ffffff26;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.chat-close-btn[data-v-78eb2e00]:hover{background:#ffffff4d}.chat-close-btn svg[data-v-78eb2e00]{width:18px;height:18px;color:#fff}.chat-messages[data-v-78eb2e00]{flex:1;overflow-y:auto;padding:16px;background:#f0f2f5;scroll-behavior:smooth}.chat-messages[data-v-78eb2e00]::-webkit-scrollbar{width:5px}.chat-messages[data-v-78eb2e00]::-webkit-scrollbar-track{background:transparent}.chat-messages[data-v-78eb2e00]::-webkit-scrollbar-thumb{background:silver;border-radius:3px}.chat-welcome[data-v-78eb2e00]{text-align:center;padding:30px 10px}.welcome-icon[data-v-78eb2e00]{font-size:48px;margin-bottom:12px}.chat-welcome h3[data-v-78eb2e00]{font-size:17px;color:#333;margin:0 0 8px;font-weight:600}.chat-welcome p[data-v-78eb2e00]{font-size:13px;color:#666;margin:0 0 20px;line-height:1.5}.quick-replies[data-v-78eb2e00]{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.quick-reply-btn[data-v-78eb2e00]{padding:8px 14px;border:1px solid #00bfa5;border-radius:18px;background:#fff;color:#00bfa5;font-size:13px;cursor:pointer;transition:all .2s}.quick-reply-btn[data-v-78eb2e00]:hover{background:#00bfa5;color:#fff}.message[data-v-78eb2e00]{display:flex;align-items:flex-start;gap:8px;margin-bottom:14px}.message.user[data-v-78eb2e00]{flex-direction:row-reverse}.message.system[data-v-78eb2e00]{justify-content:center}.msg-avatar[data-v-78eb2e00]{width:36px;height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;background:#e8e8e8;overflow:hidden}.msg-avatar.bot-avatar[data-v-78eb2e00]{background:#e8f4fd;padding:0}.msg-avatar.bot-avatar img[data-v-78eb2e00]{width:100%;height:100%;object-fit:cover;display:block}.msg-bubble-wrap[data-v-78eb2e00]{display:flex;flex-direction:column;max-width:75%}.msg-bubble-wrap.user[data-v-78eb2e00]{align-items:flex-end}.msg-sender[data-v-78eb2e00]{font-size:11px;color:#888;margin-bottom:3px;padding-left:4px}.msg-bubble[data-v-78eb2e00]{padding:7px 14px;border-radius:2px;min-height:35px;font-size:14px;line-height:1.5;word-wrap:break-word;display:flex;align-items:center}.message.bot .msg-bubble[data-v-78eb2e00],.message.agent .msg-bubble[data-v-78eb2e00]{background:#fff;border:1px solid #e0e0e0;border-radius:2px;color:#333}.message.user .msg-bubble[data-v-78eb2e00]{background:linear-gradient(135deg,#00bfa5,#009688);color:#fff;border-radius:2px}.msg-system[data-v-78eb2e00]{background:#fff3e0;color:#e65100;font-size:12px;padding:6px 14px;border-radius:12px;text-align:center;max-width:85%}.msg-time[data-v-78eb2e00]{font-size:10px;color:#999;margin-top:3px;padding:0 4px}.msg-image[data-v-78eb2e00]{max-width:200px;max-height:200px;border-radius:2px;cursor:pointer;object-fit:cover;display:block}.msg-bubble[data-v-78eb2e00]:has(.msg-image){padding:2px;min-height:auto;border-radius:2px}.voice-bubble[data-v-78eb2e00]{display:flex!important;align-items:center;gap:10px;min-width:160px;padding:10px 14px!important}.voice-play-btn[data-v-78eb2e00]{width:32px;height:32px;border-radius:50%;background:#00bfa5;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.voice-play-btn svg[data-v-78eb2e00]{width:14px;height:14px;color:#fff}.voice-waves[data-v-78eb2e00]{display:flex;align-items:center;gap:2px;flex:1}.voice-waves span[data-v-78eb2e00]{width:3px;border-radius:2px;background:#00bfa5;opacity:.6;display:block}.voice-duration[data-v-78eb2e00]{font-size:11px;color:#888;flex-shrink:0}.typing-bubble[data-v-78eb2e00]{display:flex!important;gap:5px;padding:14px 18px!important}.typing-dot[data-v-78eb2e00]{width:8px;height:8px;background:#00bfa5;border-radius:50%;animation:typingBounce-78eb2e00 1.4s infinite ease-in-out}.typing-dot[data-v-78eb2e00]:nth-child(2){animation-delay:.2s}.typing-dot[data-v-78eb2e00]:nth-child(3){animation-delay:.4s}@keyframes typingBounce-78eb2e00{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.chat-connect-bar[data-v-78eb2e00]{padding:10px 16px;background:#fff;border-top:1px solid #eee;flex-shrink:0}.connect-agent-btn[data-v-78eb2e00]{width:100%;padding:10px;background:linear-gradient(135deg,#ff5722,#e64a19);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.connect-agent-btn[data-v-78eb2e00]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff57224d}.connecting-text[data-v-78eb2e00]{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:#666;padding:6px}.connecting-spinner[data-v-78eb2e00]{width:18px;height:18px;border:2px solid #ddd;border-top-color:#00bfa5;border-radius:50%;animation:spin-78eb2e00 .8s linear infinite}@keyframes spin-78eb2e00{to{transform:rotate(360deg)}}.emoji-picker[data-v-78eb2e00]{position:absolute;bottom:60px;left:10px;right:10px;background:#fff;border-radius:12px;box-shadow:0 -4px 20px #0000001f;z-index:10;max-height:250px;display:flex;flex-direction:column;overflow:hidden}.emoji-tabs[data-v-78eb2e00]{display:flex;gap:2px;padding:8px 10px;border-bottom:1px solid #eee;flex-shrink:0}.emoji-tabs button[data-v-78eb2e00]{flex:1;padding:6px;font-size:18px;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.emoji-tabs button.active[data-v-78eb2e00]{background:#e8f5e9}.emoji-tabs button[data-v-78eb2e00]:hover{background:#f0f0f0}.emoji-grid[data-v-78eb2e00]{display:grid;grid-template-columns:repeat(8,1fr);gap:2px;padding:8px;overflow-y:auto;flex:1}.emoji-item[data-v-78eb2e00]{font-size:22px;padding:4px;background:none;border:none;border-radius:6px;cursor:pointer;transition:background .15s;text-align:center}.emoji-item[data-v-78eb2e00]:hover{background:#f0f0f0;transform:scale(1.2)}.emoji-fade-enter-active[data-v-78eb2e00]{animation:emojiFade-78eb2e00 .2s ease}.emoji-fade-leave-active[data-v-78eb2e00]{animation:emojiFade-78eb2e00 .15s ease reverse}@keyframes emojiFade-78eb2e00{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-input-bar[data-v-78eb2e00]{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #eee;flex-shrink:0}.input-actions-left[data-v-78eb2e00]{display:flex;gap:2px;flex-shrink:0}.input-action-btn[data-v-78eb2e00]{width:36px;height:36px;border-radius:50%;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#888}.input-action-btn[data-v-78eb2e00]:hover{background:#f0f0f0;color:#333}.input-action-btn.active[data-v-78eb2e00]{color:#00bfa5;background:#e8f5e9}.input-action-btn svg[data-v-78eb2e00]{width:20px;height:20px}.input-text-wrap[data-v-78eb2e00]{flex:1;min-width:0}.input-text-wrap input[data-v-78eb2e00]{width:100%;padding:10px 14px;border:1px solid #e0e0e0;border-radius:22px;font-size:14px;outline:none;transition:border-color .2s;font-family:inherit}.input-text-wrap input[data-v-78eb2e00]:focus{border-color:#00bfa5}.send-btn[data-v-78eb2e00]{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#00bfa5,#009688);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.send-btn[data-v-78eb2e00]:hover{transform:scale(1.06);box-shadow:0 3px 12px #00bfa54d}.send-btn[data-v-78eb2e00]:disabled{opacity:.5;cursor:default;transform:none;box-shadow:none}.send-btn svg[data-v-78eb2e00]{width:20px;height:20px;color:#fff}.image-preview-overlay[data-v-78eb2e00]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:100000;display:flex;align-items:center;justify-content:center;cursor:pointer}.image-preview-overlay img[data-v-78eb2e00]{max-width:90%;max-height:90%;border-radius:8px;object-fit:contain}@media (max-width: 480px){.chat-widget[data-v-78eb2e00]{bottom:16px;left:16px;right:16px}.chat-fab[data-v-78eb2e00]{width:52px;height:52px}.chat-fab svg[data-v-78eb2e00]{width:22px;height:22px}.chat-panel[data-v-78eb2e00]{width:calc(100vw - 32px);height:calc(100vh - 120px);max-height:500px;left:0;bottom:66px}.emoji-grid[data-v-78eb2e00]{grid-template-columns:repeat(7,1fr)}}#app{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#313131}.main-content{min-height:calc(100vh - 200px)}.page-enter-active{transition:opacity .15s ease}.page-leave-active{transition:opacity .1s ease}.page-enter-from,.page-leave-to{opacity:0}.pwa-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;background:#00000080;display:flex;align-items:center;justify-content:center;padding:20px}.pwa-modal{background:#fff;border-radius:16px;padding:32px 24px;max-width:320px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d}.pwa-modal-icon{margin-bottom:16px}.pwa-modal-icon img{border-radius:16px;box-shadow:0 4px 12px #00000026}.pwa-modal-title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 12px}.pwa-modal-desc{font-size:14px;color:#64748b;line-height:1.6;margin:0 0 24px}.pwa-modal-btns{display:flex;gap:12px}.pwa-btn-cancel{flex:1;background:#f1f5f9;color:#64748b;border:none;padding:12px 16px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer}.pwa-btn-cancel:hover{background:#e2e8f0}.pwa-btn-install{flex:1;background:linear-gradient(135deg,#1dbdc0,#18a8ab);color:#fff;border:none;padding:12px 16px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer}.pwa-btn-install:hover{background:linear-gradient(135deg,#18a8ab,#159ea1)}.pwa-modal-enter-active{transition:opacity .3s ease}.pwa-modal-enter-active .pwa-modal{transition:transform .3s ease,opacity .3s ease}.pwa-modal-leave-active{transition:opacity .2s ease}.pwa-modal-leave-active .pwa-modal{transition:transform .2s ease,opacity .2s ease}.pwa-modal-enter-from,.pwa-modal-leave-to{opacity:0}.pwa-modal-enter-from .pwa-modal,.pwa-modal-leave-to .pwa-modal{transform:scale(.9);opacity:0}.pwa-manual-guide{text-align:left;margin:16px 0 24px;padding:16px;background:#f8fafc;border-radius:12px}.pwa-guide-step{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:14px;color:#475569}.pwa-guide-step:not(:last-child){border-bottom:1px solid #e2e8f0}.pwa-guide-step .step-num{width:24px;height:24px;background:#1dbdc0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.pwa-guide-step strong{color:#1e293b}.pwa-guide-step svg{vertical-align:middle;color:#1dbdc0}.pwa-guide-step .menu-icon{font-size:18px;background:#e2e8f0;padding:2px 6px;border-radius:4px;color:#475569}.pwa-guide-step .share-icon{vertical-align:-5px}.pwa-hint{font-size:12px;color:#94a3b8;margin:16px 0 0;text-align:center}.pwa-browser-hints{font-size:11px;color:#94a3b8;margin:12px 0 0;text-align:center;line-height:1.5}.pwa-app-features{display:flex;flex-direction:column;gap:8px;margin:16px 0 20px;padding:12px 16px;background:#f0fdf4;border-radius:10px}.app-feature{font-size:13px;color:#166534;font-weight:500}.pwa-install-hint{font-size:11px;color:#94a3b8;margin:12px 0 0;text-align:center}.product-card[data-v-4af6de29]{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.product-link[data-v-4af6de29]{text-decoration:none;color:inherit}.product-image[data-v-4af6de29]{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f9fa}.product-image img[data-v-4af6de29]{width:100%;height:100%;object-fit:contain}.product-badge[data-v-4af6de29]{position:absolute;top:0;left:0;padding:2px 6px;border-radius:0 0 6px;font-size:8px;font-weight:600;text-transform:uppercase;background:#dc3545;color:#fff}.product-badge.badge-bestseller[data-v-4af6de29]{background:#28a745}.product-badge.badge-new[data-v-4af6de29]{background:#007bff}.product-badge.badge-sale[data-v-4af6de29]{background:#fd7e14}.wishlist-btn[data-v-4af6de29]{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 2px 6px #0000001a}.wishlist-btn[data-v-4af6de29]:hover{transform:scale(1.1)}.wishlist-btn.active[data-v-4af6de29]{color:#dc3545}.wishlist-btn svg[data-v-4af6de29]{width:16px;height:16px;fill:none;stroke:#666;stroke-width:2}.wishlist-btn.active svg[data-v-4af6de29]{fill:#dc3545;stroke:#dc3545}.product-info[data-v-4af6de29]{padding:10px 12px 14px;text-align:center}.product-name[data-v-4af6de29]{font-size:13px;font-weight:500;color:#313131;margin:0 0 6px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-price-row[data-v-4af6de29]{display:flex;align-items:center;justify-content:center}.product-price[data-v-4af6de29]{display:flex;align-items:baseline;justify-content:center;gap:8px}.price-label[data-v-4af6de29]{font-size:11px;color:#00bfa5;font-weight:500}.price-amount[data-v-4af6de29]{display:flex;align-items:baseline}.price-symbol[data-v-4af6de29]{font-size:12px;font-weight:600;color:#313131}.price-value[data-v-4af6de29]{font-size:18px;font-weight:700;color:#313131}.price-period[data-v-4af6de29]{font-size:11px;font-weight:400;color:#717171;margin-left:2px}@media (min-width: 768px){.product-info[data-v-4af6de29]{padding:14px 16px 18px}.product-name[data-v-4af6de29]{font-size:15px}.price-label[data-v-4af6de29]{font-size:13px}.price-value[data-v-4af6de29]{font-size:22px}.price-period[data-v-4af6de29]{font-size:13px}}.hero-section[data-v-d2d80e59]{padding:12px 0 0}.search-results-section[data-v-d2d80e59]{padding:40px 0}.search-results-header[data-v-d2d80e59]{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.clear-search-btn[data-v-d2d80e59]{padding:8px 20px;background:#f5f5f5;border:1px solid #ddd;border-radius:20px;cursor:pointer;font-size:14px;transition:all .2s;margin-left:16px}.clear-search-btn[data-v-d2d80e59]:hover{background:#e0e0e0}.stores-grid[data-v-d2d80e59]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.store-card[data-v-d2d80e59]{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000f}.store-card[data-v-d2d80e59]:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.store-image[data-v-d2d80e59]{width:100%;height:160px;object-fit:contain;background:#f5f5f5}.store-name[data-v-d2d80e59]{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.store-address[data-v-d2d80e59]{font-size:13px;color:#666;margin-bottom:8px;line-height:1.4}.store-city[data-v-d2d80e59]{font-size:12px;color:#00b4a6;font-weight:500}.hero-carousel[data-v-d2d80e59]{border-radius:12px;overflow:hidden;position:relative;background:#1a1a1a}.carousel-container[data-v-d2d80e59]{display:flex;transition:transform .5s ease}.carousel-container.no-transition[data-v-d2d80e59]{transition:none!important}.carousel-slide[data-v-d2d80e59]{flex:0 0 100%;position:relative}.carousel-slide img[data-v-d2d80e59]{width:100%;height:auto;display:block}.carousel-indicators[data-v-d2d80e59]{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.indicator[data-v-d2d80e59]{width:10px;height:10px;border-radius:50%;background:#fff9;border:none;cursor:pointer;transition:all .3s ease}.indicator.active[data-v-d2d80e59]{background:#fff;width:12px;height:12px}.carousel-btn[data-v-d2d80e59]{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;font-size:18px;color:#333;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.carousel-btn[data-v-d2d80e59]:hover{background:#fff;box-shadow:0 4px 12px #00000026}.carousel-btn.prev[data-v-d2d80e59]{left:10px}.carousel-btn.next[data-v-d2d80e59]{right:10px}@media (max-width: 992px){.hero-section[data-v-d2d80e59]{padding:8px 0 0}.hero-carousel[data-v-d2d80e59]{border-radius:8px}}@media (max-width: 768px){.hero-section[data-v-d2d80e59]{padding:4px 0 0}.hero-carousel[data-v-d2d80e59]{border-radius:6px}.carousel-btn[data-v-d2d80e59]{width:32px;height:32px;font-size:16px}.indicator[data-v-d2d80e59]{width:8px;height:8px}.indicator.active[data-v-d2d80e59]{width:10px;height:10px}}.section[data-v-d2d80e59]{padding:30px 0}.section-header[data-v-d2d80e59]{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-title[data-v-d2d80e59]{font-size:28px;font-weight:600;color:var(--text-dark)}.section-title span[data-v-d2d80e59]{color:var(--primary-teal)}.category-tiles-wrapper[data-v-d2d80e59]{position:relative;width:100%}.category-tiles-container[data-v-d2d80e59]{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.category-tiles-container[data-v-d2d80e59]::-webkit-scrollbar{display:none}.category-tiles[data-v-d2d80e59]{display:flex;flex-wrap:wrap;gap:16px;padding:4px 0;justify-content:center}@media (min-width: 769px){.category-tiles[data-v-d2d80e59]{flex-wrap:nowrap;justify-content:flex-start}}.category-scroll-btn[data-v-d2d80e59]{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--border-color);box-shadow:0 2px 8px #0000001a;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--text-dark);transition:all .3s}.category-scroll-btn[data-v-d2d80e59]:hover{background:var(--primary-teal);color:#fff;border-color:var(--primary-teal)}.category-scroll-btn.hidden[data-v-d2d80e59]{opacity:0;pointer-events:none}.category-scroll-btn.prev[data-v-d2d80e59]{left:-18px}.category-scroll-btn.next[data-v-d2d80e59]{right:-18px}.category-tile[data-v-d2d80e59]{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 10px;background:var(--bg-white);border-radius:var(--radius-md);transition:all .3s;border:1px solid var(--border-color);text-align:center;min-width:calc((100% - 112px)/8);flex-shrink:0;text-decoration:none}.category-tile[data-v-d2d80e59]:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--primary-teal)}.category-tile-icon[data-v-d2d80e59]{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.category-tile-icon img[data-v-d2d80e59]{width:100%;height:100%;object-fit:contain}.category-tile-name[data-v-d2d80e59]{font-size:13px;font-weight:500;color:var(--text-dark)}.rm-product__listicles[data-v-d2d80e59]{padding:24px 0 12px;background:var(--bg-white)}.rm-listicle__box[data-v-d2d80e59]{position:relative}.rm-main-head[data-v-d2d80e59]{font-size:20px;font-weight:600;color:var(--text-dark);margin-bottom:16px;line-height:1.3}.rm-main-head span[data-v-d2d80e59]{display:block;color:var(--text-dark)}.rm-main-head[data-v-d2d80e59]:after{content:"";display:block;width:40px;height:3px;background:var(--primary-red);margin-top:8px}.products-grid-2x2[data-v-d2d80e59]{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}@media (min-width: 768px){.products-grid-2x2[data-v-d2d80e59]{grid-template-columns:repeat(3,1fr);gap:14px}}@media (min-width: 992px){.products-grid-2x2[data-v-d2d80e59]{grid-template-columns:repeat(4,1fr);gap:16px}}.products-grid-2x2 .product-card[data-v-d2d80e59]{background:#fff;border-radius:10px;overflow:hidden;border:1px solid var(--border-color);transition:box-shadow .2s,transform .2s}.products-grid-2x2 .product-card[data-v-d2d80e59]:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.products-grid-2x2 .product-image[data-v-d2d80e59]{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#f8f9fa}.products-grid-2x2 .product-image img[data-v-d2d80e59]{width:100%;height:100%;object-fit:cover}.products-grid-2x2 .product-badge[data-v-d2d80e59]{position:absolute;top:0;left:0;padding:2px 6px;border-radius:0 0 6px;font-size:8px;font-weight:600;text-transform:uppercase}.products-grid-2x2 .product-info[data-v-d2d80e59]{padding:8px 10px 10px;text-align:center}.products-grid-2x2 .product-name[data-v-d2d80e59]{font-size:13px;font-weight:500;color:#313131;margin-bottom:4px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-grid-2x2 .product-price-row[data-v-d2d80e59]{display:flex;align-items:center;justify-content:center}.products-grid-2x2 .product-price[data-v-d2d80e59]{display:flex;align-items:baseline;justify-content:center;gap:6px}.products-grid-2x2 .price-label[data-v-d2d80e59]{font-size:11px;color:#00bfa5;font-weight:500}.products-grid-2x2 .price-amount[data-v-d2d80e59]{font-size:16px;font-weight:700;color:#313131;display:flex;align-items:baseline}.products-grid-2x2 .price-symbol[data-v-d2d80e59]{font-size:12px;font-weight:600}.products-grid-2x2 .price-value[data-v-d2d80e59]{font-size:16px;font-weight:700}.products-grid-2x2 .price-period[data-v-d2d80e59]{font-size:11px;font-weight:400;color:#717171;margin-left:2px}.see-more-container[data-v-d2d80e59]{margin-top:12px;text-align:left}.btn-see-more-large[data-v-d2d80e59]{display:inline-block;padding:0;background:transparent;color:#00bfa5;font-size:14px;font-weight:500;border-radius:0;text-decoration:none;transition:color .2s}.btn-see-more-large[data-v-d2d80e59]:hover{color:#00a896;text-decoration:underline}.benefits-section[data-v-d2d80e59]{background:var(--bg-light)}.benefits-grid[data-v-d2d80e59]{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefit-card[data-v-d2d80e59]{display:flex;align-items:center;gap:14px;padding:20px 18px;background:var(--bg-white);border-radius:12px;border:1px solid var(--border-color);transition:box-shadow .2s,transform .2s}.benefit-card[data-v-d2d80e59]:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.benefit-icon[data-v-d2d80e59]{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,#e8f8f8,#d0f0f0);border-radius:10px;display:flex;align-items:center;justify-content:center}.benefit-icon svg[data-v-d2d80e59]{width:22px;height:22px;color:var(--primary-teal)}.benefit-text[data-v-d2d80e59]{flex:1;min-width:0}.benefit-title[data-v-d2d80e59]{font-size:14px;font-weight:600;margin-bottom:4px;color:var(--text-dark)}.benefit-desc[data-v-d2d80e59]{font-size:12px;color:var(--text-gray);line-height:1.5}.stores-section[data-v-d2d80e59]{background:var(--bg-light)}.stores-grid[data-v-d2d80e59]{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 768px){.stores-grid[data-v-d2d80e59]{grid-template-columns:repeat(3,1fr);gap:20px}}@media (min-width: 992px){.stores-grid[data-v-d2d80e59]{grid-template-columns:repeat(4,1fr);gap:24px}}.store-card[data-v-d2d80e59]{background:var(--bg-white);border-radius:var(--radius-md);overflow:hidden;transition:all .3s;border:1px solid var(--border-color);cursor:pointer}.store-card[data-v-d2d80e59]:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.store-image[data-v-d2d80e59]{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#f5f5f5}.store-info[data-v-d2d80e59]{padding:16px}.store-name[data-v-d2d80e59]{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--text-dark)}.store-address[data-v-d2d80e59]{font-size:13px;color:var(--text-gray);margin-bottom:12px;line-height:1.5}.store-rating[data-v-d2d80e59]{display:flex;align-items:center;gap:6px}.rating-stars[data-v-d2d80e59]{display:flex;gap:2px}.rating-stars svg[data-v-d2d80e59]{width:14px;height:14px;color:#ffc107;fill:#ffc107}.rating-value[data-v-d2d80e59]{font-size:14px;font-weight:600;color:var(--text-dark)}.view-more-link[data-v-d2d80e59]{display:inline-flex;align-items:center;gap:4px;margin-top:10px;color:var(--primary-teal);font-size:13px;font-weight:600;text-decoration:none}.view-more-link[data-v-d2d80e59]:hover{text-decoration:underline}.skeleton-card[data-v-d2d80e59]{background:#fff;border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000000a}.skeleton-img[data-v-d2d80e59]{width:100%;padding-top:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer-d2d80e59 1.2s infinite;border-radius:8px}.skeleton-line[data-v-d2d80e59]{height:14px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer-d2d80e59 1.2s infinite;border-radius:4px;margin-top:8px}@keyframes shimmer-d2d80e59{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 1024px){.category-tile[data-v-d2d80e59]{min-width:calc(25% - 12px)}.benefits-grid[data-v-d2d80e59],.stores-grid[data-v-d2d80e59]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.container[data-v-d2d80e59]{padding:0 12px}.category-tiles-wrapper[data-v-d2d80e59]{margin:0 -15px;padding:0 15px}.category-tiles-container[data-v-d2d80e59]{overflow-x:visible;overflow-y:visible}.category-scroll-btn[data-v-d2d80e59]{display:none}.category-tiles[data-v-d2d80e59]{gap:8px;flex-wrap:wrap;justify-content:center}.category-tile[data-v-d2d80e59]{padding:10px 6px;min-width:calc(25% - 6px);max-width:calc(25% - 6px);flex:0 0 calc(25% - 6px);flex-shrink:1}.category-tile-icon[data-v-d2d80e59]{width:40px;height:40px}.category-tile-name[data-v-d2d80e59]{font-size:10px}.products-grid-2x2[data-v-d2d80e59],.benefits-grid[data-v-d2d80e59]{grid-template-columns:repeat(2,1fr)!important;gap:10px}.benefit-card[data-v-d2d80e59]{padding:14px 12px;gap:10px}.benefit-icon[data-v-d2d80e59]{width:38px;height:38px;min-width:38px}.benefit-icon svg[data-v-d2d80e59]{width:20px;height:20px}.benefit-title[data-v-d2d80e59]{font-size:13px}.benefit-desc[data-v-d2d80e59]{font-size:11px}.stores-grid[data-v-d2d80e59]{grid-template-columns:repeat(2,1fr)!important;gap:10px}.stores-grid .store-card[data-v-d2d80e59]:only-child{grid-column:1 / -1}.stores-grid .store-card:only-child .store-image[data-v-d2d80e59]{aspect-ratio:1 / 1}.store-card[data-v-d2d80e59]{min-width:0}.store-image[data-v-d2d80e59]{aspect-ratio:1 / 1}.store-info[data-v-d2d80e59]{padding:10px}.store-name[data-v-d2d80e59]{font-size:13px}.store-address[data-v-d2d80e59]{font-size:11px;margin-bottom:8px}.section-title[data-v-d2d80e59],.rm-main-head[data-v-d2d80e59]{font-size:20px}.section[data-v-d2d80e59]{padding:20px 0}}@media (max-width: 576px){.container[data-v-d2d80e59]{padding:0 8px}.hero-section[data-v-d2d80e59]{padding:6px 0}.hero-swiper[data-v-d2d80e59]{height:auto!important}.category-tiles[data-v-d2d80e59]{gap:6px}.category-tile[data-v-d2d80e59]{padding:8px 4px}.category-tile-icon[data-v-d2d80e59]{width:32px;height:32px}.category-tile-name[data-v-d2d80e59]{font-size:9px}.products-grid-2x2[data-v-d2d80e59],.benefits-grid[data-v-d2d80e59]{grid-template-columns:repeat(2,1fr)!important;gap:8px}.benefit-card[data-v-d2d80e59]{padding:10px 6px}.benefit-icon[data-v-d2d80e59]{width:40px;height:40px;margin-bottom:8px}.benefit-icon svg[data-v-d2d80e59]{width:20px;height:20px}.benefit-title[data-v-d2d80e59]{font-size:11px}.benefit-desc[data-v-d2d80e59]{font-size:10px}.stores-grid[data-v-d2d80e59]{grid-template-columns:repeat(2,1fr)!important;gap:8px}.store-image[data-v-d2d80e59]{aspect-ratio:1 / 1}.store-info[data-v-d2d80e59]{padding:8px}.store-name[data-v-d2d80e59]{font-size:12px}.store-address[data-v-d2d80e59]{font-size:10px;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-rating[data-v-d2d80e59]{gap:4px}.rating-stars svg[data-v-d2d80e59]{width:10px;height:10px}.rating-value[data-v-d2d80e59]{font-size:11px}.view-more-link[data-v-d2d80e59]{font-size:11px;margin-top:6px}.section-title[data-v-d2d80e59],.rm-main-head[data-v-d2d80e59]{font-size:18px}}:root{--primary-red: #dc3545;--primary-teal: #1dbdc0;--text-dark: #313131;--text-gray: #717171;--text-light: #999;--bg-light: #f5f7fa;--bg-white: #ffffff;--border-color: #e2eaf0;--shadow-sm: 0 2px 8px rgba(0,0,0,.08);--shadow-md: 0 4px 20px rgba(0,0,0,.1);--radius-sm: 8px;--radius-md: 12px}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body{overflow-x:hidden;width:100%;max-width:100vw}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-dark);background:var(--bg-light);line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:all .3s;border:none;font-family:inherit}.btn-primary{background:var(--primary-red);color:#fff}.btn-primary:hover{background:#c82333}.btn-secondary{background:transparent;color:var(--text-dark);border:1px solid var(--border-color)}.btn-secondary:hover{border-color:var(--primary-teal);color:var(--primary-teal)}.btn-teal{background:var(--primary-teal);color:#fff}.btn-teal:hover{background:#17a2a5}.input{width:100%;padding:10px 16px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:14px;font-family:inherit;transition:all .3s}.input:focus{outline:none;border-color:var(--primary-teal)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{flex-direction:column}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.grid{display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease}.slide-up{animation:slideUp .3s ease}.slide-down{animation:slideDown .3s ease}@media (max-width: 1024px){.grid-4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}
