:root{--primary-blue: #1e5a84;--primary-blue-dark: #0f3f63;--primary-blue-light: #4f9ac7;--mirror-polished-blue: #1e5a84;--mirror-polished-blue-light: #1e5a84;--mirror-polished-white: #ffffff;--mirror-polished-glow: inset 0 2px 3px rgba(255, 255, 255, .25), inset 0 -2px 4px rgba(0, 0, 0, .35);--mirror-polished-glow-white: inset 0 2px 3px rgba(255, 255, 255, 1), inset 0 -2px 3px rgba(30, 90, 132, .1);--primary-gradient: var(--mirror-polished-blue);--bot-bubble-bg: var(--mirror-polished-blue-light);--chat-bg: #d6eaf8;--button-bg: #ffffff;--button-border: #1e5a84;--button-text: #1e5a84;--button-hover-bg: #1e5a84;--button-hover-text: #ffffff;--white: #ffffff;--text-dark: #23323f;--shadow-soft: 0 3px 10px rgba(30, 90, 132, .18);--shadow-strong: 0 6px 18px rgba(30, 90, 132, .28);--chat-font: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--chat-gap: 8px;--chat-block-gap: 10px;--chat-row-gap: 8px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--chat-font);background:#f4f6f8;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.welcome-logo-card{background:var(--mirror-polished-blue);border-radius:12px;margin:5px auto;width:140px;height:140px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 14px #1f5f8b33,var(--mirror-polished-glow);padding:6px}.welcome-logo-inner{background:#fff;border-radius:6px;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:12px}.welcome-logo-img{width:100%;height:100%;object-fit:contain}.vestige-welcome-wrapper{display:flex;justify-content:flex-start;margin:0;animation:vestigeSlideUp .6s ease-out both}.vestige-welcome-card{background:var(--mirror-polished-blue);border-radius:12px;margin:0;width:140px;height:140px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 14px #1f5f8b33,var(--mirror-polished-glow);padding:6px}.vestige-welcome-inner{background:#fff;border-radius:6px;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:12px}.vestige-welcome-logo{width:100%;height:100%;object-fit:contain}@keyframes vestigeSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.chat-floating-button{position:fixed;bottom:24px;right:24px;width:72px;height:72px;max-width:72px;max-height:72px;border-radius:50%;background:var(--mirror-polished-blue);border:none;cursor:pointer;box-shadow:0 10px 25px #0a263c66,var(--mirror-polished-glow);display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease;margin-bottom:-15px}.chat-floating-button:hover{transform:scale(1.1);box-shadow:0 6px 25px #0003}.chat-floating-button svg{width:28px;height:28px;fill:var(--white)}.chat-floating-icon{width:72px;height:72px;max-width:72px;max-height:72px;object-fit:contain;border-radius:50%}.chat-footer-text{text-align:center;font-size:9.5px;margin-top:4px;font-weight:600;opacity:.85;letter-spacing:.1px}.chat-footer-text a{color:#6090b0;text-decoration:none}.chat-footer-text a:hover{text-decoration:underline;color:#1e5a84}.chat-widget{position:fixed;bottom:92px;right:20px;width:320px;height:490px;max-height:calc(100vh - 120px);background:var(--chat-bg);border-radius:18px;border:1px solid rgba(200,220,235,.8);box-shadow:0 20px 50px #0f3f6352,0 4px 16px #0f3f6324;display:flex;flex-direction:column;overflow:hidden;z-index:9998;font-family:var(--chat-font);letter-spacing:.1px}.chat-widget--standalone{position:fixed!important;inset:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;border-radius:0!important;border:none!important;z-index:999999!important}.standalone-mobile-error{min-height:100dvh;padding:1.5rem;font-family:system-ui,sans-serif;color:#1a3a4a;background:#f0f4f8}.standalone-mobile-error h1{font-size:1.35rem;margin-bottom:.75rem}.standalone-mobile-example{background:#0f172a;color:#e2e8f0;padding:1rem;border-radius:8px;font-size:12px;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.standalone-mobile-hint{font-size:.9rem;color:#64748b;margin-top:1rem}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:var(--mirror-polished-blue);width:100%;height:52px;padding:0 14px;border-radius:17px 17px 0 0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.3);box-shadow:var(--mirror-polished-glow),0 2px 8px #0f3f634d;position:relative;z-index:10;overflow:hidden}.chat-header:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);pointer-events:none}.chat-header-avatar-img{width:32px;height:32px;background:transparent;border-radius:50%;border:1.5px solid rgba(255,255,255,.35)}.chat-header-info{display:flex;align-items:center;gap:8px}.chat-header-avatar{width:32px;height:32px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;font-size:18px}.chat-header-title h3{color:#fff;font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.8px;text-shadow:0 1px 3px rgba(0,0,0,.2)}.chat-close-btn{position:relative;z-index:11;background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:var(--white);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.9;width:26px;height:26px;font-size:11px;transition:background .2s ease,transform .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto}.chat-close-btn:hover{background:#ffffffeb;color:#1e5a84;border-color:transparent;transform:scale(1.08);opacity:1}.chat-close-btn:disabled{opacity:.38;cursor:not-allowed}.chat-close-btn:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.chat-messages{flex:1;width:100%;padding:10px 10px 12px;overflow-y:auto;overflow-x:hidden;min-height:0;scroll-behavior:smooth;caret-color:transparent}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-thumb{background:#0000002e;border-radius:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.message-row{display:flex;gap:6px;margin-bottom:var(--chat-gap);min-width:0;opacity:0;transform:translateY(10px);filter:blur(3px);animation:vestigeReveal .45s ease-out forwards}.chat-messages>*{margin-top:0!important;margin-bottom:0!important}.chat-messages>*+*{margin-top:var(--chat-block-gap)!important}.chat-messages>.message-row,.chat-messages>.vestige-welcome-wrapper,.chat-messages>.options-wrapper,.chat-messages>.continue-menu-wrapper,.chat-messages>.vestige-carousel,.chat-messages>.order-items-carousel-wrap{margin-top:0!important;margin-bottom:0!important}.message-row[data-animate=true]{animation-delay:var(--delay, 0ms)}@keyframes vestigeReveal{to{opacity:1;transform:translateY(0);filter:blur(0)}}@media(prefers-reduced-motion:reduce){.message-row{opacity:1;transform:none;filter:none;animation:none}}.message-row.user{flex-direction:row-reverse}.message-avatar{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.message-avatar-img{width:28px;height:28px;border-radius:50%;padding:1px;object-fit:contain;background:#fff;border:1px solid #cde0ef;box-shadow:0 1px 4px #1e5a841f}.message-bubble{max-width:74%;word-break:break-word;overflow-wrap:anywhere}.message-content-col .message-bubble{max-width:100%}.message-bubble.bot{background:var(--mirror-polished-blue-light);color:#fff;border-radius:6px 14px 14px;box-shadow:0 3px 10px #12446640,var(--mirror-polished-glow);padding:2px 12px 8px;margin-bottom:0;font-size:12.8px;line-height:1.45;letter-spacing:.15px;font-weight:500;font-style:normal;text-wrap:pretty;text-shadow:0 1px 2px rgba(0,0,0,.15)}.message-bubble.bot p,.message-bubble.bot div,.message-bubble.bot h1,.message-bubble.bot h2,.message-bubble.bot h3,.message-bubble.bot h4,.message-bubble.bot h5,.message-bubble.bot h6{margin:0;padding:0}.message-bubble.bot p+p,.message-bubble.bot div+div,.message-bubble.bot p+div,.message-bubble.bot div+p{margin-top:var(--chat-gap)}.message-bubble.bot em,.message-bubble.bot i{opacity:1;font-style:normal}.message-bubble.bot a{color:#fff;text-decoration:underline;word-break:break-all}.message-bubble.bot:hover{filter:brightness(1.04)}.message-bubble.bot br{display:block;content:"";margin-top:0}.message-bubble.bot br+br{display:none}.inline-options{display:flex;margin-top:8px;gap:6px}.inline-options.vertical{flex-direction:column}.inline-btn{background:#fff;color:#1e5a84;border:none;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 4px #0000001a;display:flex;align-items:center;justify-content:center}.inline-btn:disabled{opacity:.8;cursor:default}.inline-btn.pill{border-radius:16px;padding:5px 12px}.inline-btn.rect{border-radius:6px;padding:7px 10px;width:100%}.inline-btn:not(:disabled):hover{background:#f0f4f8}.inline-input-form{margin-top:8px;display:flex;flex-direction:column;gap:8px}.inline-input{width:100%;padding:8px 10px;border-radius:6px;border:none;font-size:13px;color:#333;caret-color:#23323f;outline:none;box-shadow:inset 0 1px 3px #0000001a;box-sizing:border-box}.inline-input::placeholder{color:#8895a1}.message-bubble.bot .inline-select-container{margin-top:10px;width:100%}.chat-inline-select{position:relative;width:100%;z-index:1}.chat-inline-select--open{z-index:30}.chat-inline-select__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px 10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.55);background:linear-gradient(180deg,#fff,#f3f7fb);color:#1a3d52;font-size:13px;font-weight:600;letter-spacing:.02em;cursor:pointer;box-shadow:0 2px 8px #0f3f631f,inset 0 1px #fffffff2;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.chat-inline-select__trigger:hover:not(:disabled){border-color:#ffffffd9;box-shadow:0 4px 14px #0f3f632e,inset 0 1px #fff;transform:translateY(-1px)}.chat-inline-select__trigger:disabled{opacity:.72;cursor:not-allowed;transform:none}.chat-inline-select__trigger-text{flex:1;min-width:0;text-align:left;color:#334155;font-weight:600}.chat-inline-select__chevron{flex-shrink:0;color:#1e5a84;transition:transform .2s ease}.chat-inline-select--open .chat-inline-select__chevron{transform:rotate(180deg)}.chat-inline-select__list{position:absolute;left:0;right:0;top:calc(100% + 6px);margin:0;padding:6px;list-style:none;max-height:min(11.5rem,32dvh);overflow-y:auto;overflow-x:hidden;border-radius:12px;border:1px solid rgba(30,90,132,.22);background:#fff;box-shadow:0 10px 28px #0f3f6338;z-index:40;scrollbar-width:thin;scrollbar-color:rgba(30,90,132,.35) transparent}.chat-inline-select__list::-webkit-scrollbar{width:6px}.chat-inline-select__list::-webkit-scrollbar-thumb{background:#1e5a8459;border-radius:6px}.chat-inline-select__option{width:100%;display:block;text-align:left;padding:8px 10px;margin:0;border:none;border-radius:8px;background:transparent;color:#0f172a;font-size:13px;font-weight:500;cursor:pointer;transition:background .12s ease,color .12s ease}.chat-inline-select__option:hover{background:#1e5a8414;color:#0c4a6e}.message-select-nav-row{margin-top:8px;width:100%;max-width:100%}.message-select-nav-row .continue-menu-wrapper{width:100%;max-width:100%;box-sizing:border-box}.inline-submit-btn{background:#fff6;color:#fff;border:none;border-radius:20px;padding:7px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.inline-submit-btn.active{background:#fff;color:#1e5a84}.inline-submit-btn:disabled{cursor:default}.message-bubble.user{background:var(--mirror-polished-white);border:1px solid rgba(194,213,229,.6);color:#111827;box-shadow:0 2px 8px #103c5c14,var(--mirror-polished-glow-white);padding:7px 11px;border-radius:14px 6px 14px 14px;font-size:13px;line-height:1.45;letter-spacing:.12px;font-weight:500;text-wrap:pretty;margin-top:var(--chat-block-gap);margin-bottom:var(--chat-block-gap)}.message-row.bot+.message-row.bot{margin-top:var(--chat-row-gap)!important}.message-row.bot:has(.vestige-carousel)+.message-row.bot{margin-top:6px!important}.message-row.bot+.message-row.bot .message-bubble.bot{border-top-left-radius:4px;margin-top:0!important}.message-row.bot+.message-row.bot .message-avatar{visibility:hidden}.message-content-col{display:flex;flex-direction:column;max-width:80%;min-width:0;flex:1;gap:var(--chat-block-gap)}.message-row.bot .message-content-col{align-items:flex-start}.message-row.user .message-content-col{align-items:flex-end}.message-card-area{width:100%;margin-top:0}.message-card-area--order-items{width:100%;max-width:min(100%,520px);min-width:0}.message-card-area--recent-orders{width:100%;max-width:min(100%,400px);min-width:0}.message-row.bot.message-row-with-card:has(.store-carousel-outer),.message-row.bot.message-row-with-card:has(.single-card-wrapper--stores){gap:12px}.store-carousel-outer{width:100%;max-width:286px;margin-left:8px;margin-right:auto;min-width:0}.message-row.bot .message-card-area .store-carousel-outer .vestige-carousel{transform:none;margin-left:0;margin-right:0;margin-top:4px}.message-row.bot .message-card-area .single-card-wrapper--stores{margin-left:8px;max-width:320px}.recent-orders-carousel-wrap{width:100%;max-width:300px;min-width:0;margin:6px auto 0;text-align:initial;transform:none}.recent-orders-card-row{width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding:0 8px;padding:4px 2px 8px;margin:0;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(30,90,132,.35) transparent}.recent-orders-card-row::-webkit-scrollbar{height:4px}.recent-orders-card-row::-webkit-scrollbar-thumb{background:#1e5a8447;border-radius:4px}.recent-orders-track{display:flex;flex-direction:row;align-items:stretch;gap:10px;width:max-content;min-height:100%;padding:0 6px}.recent-orders-card-slide{flex:0 0 min(272px,86vw);width:min(272px,86vw);max-width:272px;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:stretch}.recent-orders-carousel-wrap .order-card.order-summary-card{width:100%;min-height:100%;box-sizing:border-box;background:linear-gradient(165deg,#e8f4fc,#d4e9f7 55%,#cce5f5);border:1px solid rgba(30,90,132,.18);border-radius:14px;padding:14px 14px 13px;box-shadow:0 2px 8px #0f3c5a14,inset 0 1px #ffffffa6;display:flex;flex-direction:column;gap:8px;text-align:left}.recent-orders-carousel-wrap .order-summary-row--id{display:flex;align-items:flex-start;gap:8px}.recent-orders-carousel-wrap .order-summary-icon{flex-shrink:0;color:#1e5a84;margin-top:1px}.recent-orders-carousel-wrap .order-id{font-size:13.5px;font-weight:700;color:#153a5c;line-height:1.35;letter-spacing:.01em;word-break:break-word;overflow-wrap:anywhere}.recent-orders-carousel-wrap .order-summary-status-line{font-size:13px;font-weight:600;line-height:1.3;padding:0;border-radius:0;margin:0}.recent-orders-carousel-wrap .order-summary-status-line.status-success{background:transparent!important;color:#0b6b3a!important}.recent-orders-carousel-wrap .order-summary-status-line.status-pending{background:transparent!important;color:#a16207!important}.recent-orders-carousel-wrap .order-summary-status-line.status-failed{background:transparent!important;color:#b91c1c!important}.recent-orders-carousel-wrap .order-summary-status-line.status-default{background:transparent!important;color:#1e3a4d!important}.recent-orders-carousel-wrap .order-summary-row--meta{display:flex;align-items:center;gap:7px;font-size:12.5px;color:#334155}.recent-orders-carousel-wrap .order-summary-icon-sm{flex-shrink:0;color:#1e5a84;opacity:.92}.recent-orders-carousel-wrap .order-summary-meta-text{line-height:1.35;font-weight:500}.order-items-carousel-wrap{width:100%;max-width:300px;min-width:0;margin:6px auto 0;text-align:initial;transform:none}.order-items-card-row{width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-behavior:smooth;padding:0;margin:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.order-items-card-row::-webkit-scrollbar{display:none}.order-items-track{display:flex;gap:0;width:100%}.order-items-card-slide{min-width:100%;flex:0 0 100%;width:100%;scroll-snap-align:start;display:flex;justify-content:center;align-items:flex-start}.order-items-carousel-wrap .item-card{width:calc(100% - 52px);margin:8px auto 0;background:#fff;border-radius:12px;box-shadow:0 4px 14px #0f3c5a1f;border:1px solid #d7e3ed;display:flex;flex-direction:column;min-height:auto;text-align:left}.item-card{background:#fff}.order-items-carousel-wrap .item-card-header{padding:12px 14px 8px;border-bottom:1px solid #edf3f8}.order-items-carousel-wrap .item-card-body{padding:10px 14px 12px;flex:1;display:flex;flex-direction:column;align-items:stretch}.order-items-carousel-wrap .card-header-flex{display:flex;align-items:flex-start;gap:8px}.order-items-carousel-wrap .card-header-flex svg{flex-shrink:0;margin-top:2px;color:#1e5a84}.order-items-carousel-wrap .item-name{display:block;overflow:visible;line-height:1.4;font-size:13.5px;font-weight:700;color:#153a5c;word-break:break-word;overflow-wrap:anywhere;white-space:normal;text-align:left}.order-items-carousel-wrap .item-stats{display:flex;flex-direction:column;gap:7px;margin-top:8px}.order-items-carousel-wrap .stat{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px;background:#f7fbff;border:1px solid #e4eef6;border-radius:8px;padding:7px 10px}.order-items-carousel-wrap .stat-label{font-weight:700;font-size:11px;letter-spacing:.04em;color:#4f6375;flex-shrink:0;text-align:left}.order-items-carousel-wrap .stat-value{font-weight:700;color:#1a2b3c;text-align:right;font-variant-numeric:tabular-nums;min-width:70px;white-space:nowrap}.order-items-carousel-wrap .item-status-link{margin-top:12px;width:100%;padding:9px 10px;border:1px solid #c8dced;border-radius:8px;background:#f5faff;text-decoration:none}.order-items-carousel-wrap .item-status{margin-top:12px;align-self:center;display:inline-flex;align-items:center;justify-content:center;min-width:128px;padding:7px 14px;border-radius:999px;border:1px solid #c8dced;background:#eef6ff;color:#1e5a84;font-size:13px;font-weight:700;letter-spacing:.01em;line-height:1;text-transform:capitalize;box-shadow:0 2px 8px #1e5a841f}.order-items-carousel-wrap .item-status.status-success{background:#eafaf1!important;border-color:#9adcb8!important;color:#0f7a45!important}.order-items-carousel-wrap .item-status.status-pending{background:#fff7e8!important;border-color:#f3cf8a!important;color:#9a6400!important}.order-items-carousel-wrap .item-status.status-failed{background:#ffefef!important;border-color:#f2b2b2!important;color:#b42318!important}.order-items-carousel-wrap .item-status.status-default{background:#eef3f8!important;border-color:#cedbe8!important;color:#334155!important}.order-items-nav{margin-top:8px;margin-bottom:6px;display:flex;align-items:center;justify-content:center;gap:10px}.order-items-nav-btn{width:28px;height:28px;border:none;background:transparent;color:#718096;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.order-items-nav-btn:disabled{opacity:.45;cursor:not-allowed}.order-items-nav-btn:not(:disabled):hover{color:#1e5a84}.order-items-dots{margin-top:8px;display:flex;justify-content:center;gap:6px}.order-items-dot{width:6px;height:6px;border:none;padding:0;background:#b0c8d8;border-radius:50%;cursor:pointer;transition:all .2s}.order-items-dot.active{background:#1e5a84;width:16px;border-radius:3px}.order-items-dot:focus-visible{outline:2px solid #1e5a84;outline-offset:2px}.kyc-card{background:#fff;border-radius:12px;padding:14px;border:1px solid rgba(30,90,132,.12);box-shadow:0 2px 10px #0f3c5a1a;max-width:320px}.kyc-card-top{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#1e5a84}.kyc-card-title{font-weight:700;font-size:15px;color:#153a5c}.kyc-card-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;font-size:13px}.kyc-card-key{color:#64748b;font-weight:600}.kyc-card-val{font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums}.kyc-card-badge{font-weight:700;font-size:12px;padding:4px 10px;border-radius:999px}.kyc-card-desc{margin:10px 0 0;font-size:12px;color:#64748b;line-height:1.45}.consistency-card{background:#fff;border-radius:12px;padding:14px;border:1px solid rgba(30,90,132,.12);box-shadow:0 2px 10px #0f3c5a1a;max-width:320px}.consistency-card-month{font-weight:700;font-size:15px;color:#153a5c;margin-bottom:10px}.consistency-card-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;font-size:13px}.consistency-card-label{color:#64748b;font-weight:600}.consistency-card-pv{font-weight:700;font-variant-numeric:tabular-nums;color:#0f172a}.consistency-card-status{font-weight:700;font-size:12px;padding:3px 8px;border-radius:8px}.voucher-card{background:#fff;border-radius:12px;padding:0;border:1px solid rgba(30,90,132,.12);box-shadow:0 2px 10px #0f3c5a1a;max-width:320px;overflow:hidden}.voucher-card-header{display:flex;align-items:center;gap:8px;padding:12px 14px;background:linear-gradient(135deg,#1e5a84,#3580b0);color:#fff}.voucher-card-type{font-weight:700;font-size:14px}.voucher-card-body{padding:12px 14px 14px}.voucher-card-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;font-size:13px}.voucher-card-row:last-child{margin-bottom:0}.voucher-card-key{color:#64748b;font-weight:600;flex-shrink:0}.voucher-card-val{font-weight:700;color:#0f172a;text-align:right;word-break:break-all;font-variant-numeric:tabular-nums}.voucher-card-badge{font-weight:700;font-size:12px;padding:4px 10px;border-radius:999px}.payment-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(30,90,132,.12);box-shadow:0 2px 10px #0f3c5a1a;max-width:320px}.payment-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:nowrap;padding:12px 14px;background:linear-gradient(135deg,#1e5a84,#3580b0);color:#fff}.payment-card-header .card-header-flex{display:flex;align-items:center;gap:6px;min-width:0;flex:1 1 auto}.payment-card-header .card-header-flex svg{flex-shrink:0;margin-top:1px}.payment-card-body{display:flex;flex-direction:column;padding:12px 14px 14px}.payment-row{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px;font-size:13px}.payment-row:last-child{margin-bottom:0}.payment-key{color:#64748b;font-weight:600}.payment-value{font-weight:700;color:#0f172a;text-align:left;word-break:break-word}.payment-label{font-weight:700;font-size:13px;line-height:1.25;min-width:0;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.01em}.payment-status{font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;flex:0 0 auto;white-space:nowrap;margin-left:6px;align-self:center}.message-animate{opacity:0;transform:translateY(18px);animation:vestigeMessageIn .6s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--delay, 0ms)}@keyframes vestigeMessageIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.message-row.bot:nth-child(1){--delay: 0ms}.message-row.bot:nth-child(2){--delay: .1s}.message-row.bot:nth-child(3){--delay: .2s}.message-row.bot:nth-child(4){--delay: .3s}.message-row.bot:nth-child(5){--delay: .4s}.message-row.bot:nth-child(6){--delay: .5s}.options-title{color:#fff;font-size:14px;font-weight:600;padding:2px 0!important;margin-bottom:8px;text-align:left;background:transparent!important;box-shadow:none!important;text-shadow:0 1px 2px rgba(0,0,0,.15)}.options-container.vertical{display:flex;flex-direction:column;align-items:stretch;gap:8px}.option-button.pill{display:flex;align-items:center;justify-content:center;width:100%;padding:8px 12px;margin-bottom:0;border-radius:8px;border:1px solid rgba(194,216,234,.6);background:var(--mirror-polished-white);color:#1a5f8b;font-size:12px;font-weight:500;white-space:normal;word-break:break-word;line-height:1.35;height:auto;min-height:unset;text-align:center;cursor:pointer;transition:all .18s ease;box-shadow:0 2px 6px #1e5a841a,var(--mirror-polished-glow-white)}.option-button.pill:last-child{margin-bottom:0}.option-button.pill:hover{background:var(--mirror-polished-blue);color:#fff;border-color:transparent;transform:translateY(-1px);box-shadow:0 4px 12px #1e5a8440,var(--mirror-polished-glow)}.options-wrapper{background:var(--mirror-polished-blue-light);padding:4px 10px 10px;border-radius:6px 14px 14px;margin-top:0;box-shadow:0 4px 14px #1f5f8b4d,var(--mirror-polished-glow)}.options-wrapper div{background:transparent!important;padding:0!important;box-shadow:none!important}.continue-menu-wrapper{background:var(--mirror-polished-blue-light);padding:5px 8px 6px;border-radius:8px 14px 14px;border:1px solid rgba(255,255,255,.16);box-shadow:0 5px 12px #1e5a843d,var(--mirror-polished-glow);display:inline-block;max-width:100%;margin-top:0}.message-bubble.bot>:first-child,.options-wrapper>:first-child,.continue-menu-wrapper>:first-child{margin-top:0!important;padding-top:0!important}.continue-menu-title{color:#fffffff5;font-size:12.5px;font-weight:600;margin-bottom:12px;line-height:1.3;letter-spacing:.1px}.continue-options-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:stretch}.continue-options-row .continue-option-btn:last-child:nth-child(odd){grid-column:1 / -1;width:100%;justify-self:stretch}.continue-option-btn{display:flex;align-items:center;justify-content:center;gap:5px;min-height:32px;padding:5px 8px;border-radius:18px;border:1px solid rgba(194,216,234,.6);background:var(--mirror-polished-white);color:#1a5f8b;font-size:11px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;white-space:normal;text-align:center;line-height:1.15;min-width:0;box-shadow:0 2px 6px #00000014,var(--mirror-polished-glow-white)}.continue-btn-icon{display:flex;align-items:center;flex-shrink:0;color:#8a6db1}.continue-btn-icon-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.continue-btn-icon-svg{margin-bottom:1px}.continue-btn-icon-text{font-size:6px;font-weight:900;letter-spacing:.3px}.continue-option-btn:hover{background:var(--mirror-polished-blue);color:#fff;border-color:transparent;transform:translateY(-1px) scale(1.01);box-shadow:0 6px 14px #1e5a8447,var(--mirror-polished-glow)}.continue-option-btn:hover .continue-btn-icon{color:#fff}.continue-option-btn:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:2px}.options-carousel-wrapper{display:flex;align-items:center;margin-top:8px}.options-carousel{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding:6px 0}.options-carousel::-webkit-scrollbar{display:none}.vestige-carousel{width:100%;max-width:380px;margin:6px auto 0;text-align:center;transform:translate(-12px)}.vestige-carousel-item{padding:0 4px}.vestige-viewport{overflow:hidden;width:100%}.vestige-track{display:flex;transition:transform .38s ease}.vestige-slide{min-width:100%;flex:0 0 100%;display:flex;justify-content:center}.vestige-track.multi{display:flex;gap:8px}.vestige-slide.multi{flex:0 0 auto;width:235px}.vestige-arrow{position:absolute;top:45%;transform:translateY(-50%);border:none;background:#fff;width:28px;height:28px;border-radius:50%;box-shadow:0 2px 6px #00000040;cursor:pointer;z-index:3}.vestige-arrow.left{left:6px}.vestige-arrow.right{right:6px}.vestige-nav{display:flex;align-items:center;justify-content:center;gap:10px;max-width:300px;margin:8px auto 6px}.vestige-nav-btn{width:28px;height:28px;border:none;background:transparent;color:#718096;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.vestige-nav-btn:hover{color:#1e5a84}.vestige-dots{margin-top:8px;display:flex;justify-content:center;gap:6px}.vestige-dot{width:6px;height:6px;background:#b0c8d8;border-radius:50%;cursor:pointer;transition:all .2s}.vestige-dot.active{background:#1e5a84;width:16px;border-radius:3px}.store-carousel-outer .vestige-track{transition:transform .48s cubic-bezier(.33,1,.68,1)}.store-carousel-outer .vestige-nav{margin-top:10px;margin-bottom:6px;justify-content:center;align-items:center;gap:8px;padding:0 2px;max-width:100%;flex-wrap:nowrap;background:none;border:none;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.store-carousel-outer .vestige-nav-btn--arrow{width:34px;height:34px;flex-shrink:0;border-radius:50%;background:linear-gradient(180deg,#fff,#f4f9fc);border:1px solid rgba(30,90,132,.14);color:#4a6b82;font-size:0;box-shadow:0 2px 6px #1e5a8417,inset 0 1px #fffffff2;transition:color .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.store-carousel-outer .vestige-nav-btn--arrow:hover{color:var(--primary-blue);border-color:#1e5a8459;background:linear-gradient(180deg,#fff,#eef6fb);box-shadow:0 4px 14px #1e5a8424,inset 0 1px #fff;transform:scale(1.05)}.store-carousel-outer .vestige-nav-btn--arrow:active{transform:scale(.97)}.store-carousel-outer .vestige-nav-btn--arrow:focus-visible{outline:2px solid var(--primary-blue-light);outline-offset:2px}.store-carousel-outer .vestige-dots{margin-top:0;flex:0 1 auto;justify-content:center;align-items:center;gap:6px;flex-wrap:nowrap;min-width:0;max-width:min(200px,calc(100% - 108px));overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:3px 4px;position:relative;z-index:1;scroll-padding-inline:6px}.store-carousel-outer .vestige-dots::-webkit-scrollbar{display:none}.store-carousel-outer .vestige-dot{-webkit-appearance:none;appearance:none;width:7px;height:7px;flex-shrink:0;padding:0;border:none;background:linear-gradient(180deg,#d2dfea,#b9ccd9);border-radius:50%;cursor:pointer;transition:width .26s cubic-bezier(.33,1,.68,1),border-radius .26s ease,background .22s ease,box-shadow .22s ease,transform .18s ease}.store-carousel-outer .vestige-dot:hover:not(.vestige-dot--active){background:linear-gradient(180deg,#b8ccd9,#9eb4c9);transform:scale(1.15)}.store-carousel-outer .vestige-dot.vestige-dot--active{background:linear-gradient(90deg,var(--primary-blue-light) 0%,var(--primary-blue) 55%,var(--primary-blue-dark) 100%)!important;width:24px;border-radius:999px;box-shadow:0 0 0 1px #ffffff73,0 2px 10px #1e5a8459,0 0 16px #4f9ac759}.store-carousel-outer .vestige-dot.vestige-dot--active:hover{box-shadow:0 0 0 1px #ffffff80,0 3px 14px #1e5a8466,0 0 18px #4f9ac773}.store-carousel-outer .vestige-dot:focus-visible{outline:2px solid var(--primary-blue-light);outline-offset:2px}.store-carousel-outer .store-card{width:100%;max-width:280px;margin:2px auto 0;background:linear-gradient(180deg,#fff,#fbfdfe);border-radius:16px;overflow:hidden;border:1px solid rgba(30,90,132,.1);box-shadow:0 4px 22px #1e5a841c,0 1px 3px #1e5a840f,inset 0 1px #ffffffe6;display:flex;flex-direction:column;text-align:left;min-height:0;transition:box-shadow .28s ease,border-color .28s ease}.store-carousel-outer .store-card:hover{border-color:#1e5a8429;box-shadow:0 10px 36px #1e5a8424,0 2px 8px #1e5a8412,inset 0 1px #fffffff2}.store-carousel-outer .store-card-hero{background:radial-gradient(ellipse 120% 90% at 50% -10%,rgba(79,154,199,.22) 0%,transparent 55%),linear-gradient(165deg,#e3eef8,#eef3f9 42%,#dfeaf5);padding:11px 12px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid rgba(30,90,132,.08)}.store-carousel-outer .store-card-hero-ring{width:56px;height:56px;border-radius:50%;background:radial-gradient(circle at 32% 28%,#fff,#f0f6fb 55%,#e8f1f8);border:1px solid rgba(255,255,255,.95);box-shadow:0 6px 18px #1e5a8424,0 2px 4px #1e5a840f,inset 0 2px 4px #fffffff2,inset 0 -1px 2px #1e5a840d;display:flex;align-items:center;justify-content:center;color:var(--primary-blue)}.store-carousel-outer .store-card-mid{padding:10px 14px 8px;flex:1}.store-carousel-outer .store-card-title{margin:0;font-size:.9375rem;font-weight:800;line-height:1.25;letter-spacing:-.01em;color:#132a3d;word-break:break-word}.store-carousel-outer .store-card-subtitle{margin:3px 0 0;font-size:.8125rem;font-weight:500;line-height:1.3;color:#5a6b7c;word-break:break-word}.store-carousel-outer .store-card-address{display:flex;gap:6px;align-items:flex-start;margin-top:8px}.store-carousel-outer .store-card-address-icon{flex-shrink:0;color:var(--primary-blue);margin-top:0;padding:5px;border-radius:10px;background:#1e5a8417;box-shadow:inset 0 1px #ffffffa6}.store-carousel-outer .store-card-address-text{margin:0;font-size:.8125rem;line-height:1.38;color:var(--text-dark);display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.store-carousel-outer .store-card-pin{display:inline-flex;align-items:center;gap:5px;margin-top:7px;font-size:.75rem;font-weight:600;color:var(--primary-blue-dark);background:linear-gradient(180deg,#d6eaf8a6,#c8e2f473);padding:5px 10px;border-radius:999px;border:1px solid rgba(30,90,132,.12);width:fit-content;max-width:100%;box-shadow:inset 0 1px #ffffffb3}.store-carousel-outer .store-card-actions{border-top:1px solid rgba(30,90,132,.07);padding:9px 10px 10px;background:linear-gradient(180deg,#f7fafc,#fff 55%)}.store-carousel-outer .store-card-call{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(30,90,132,.14);background:linear-gradient(180deg,#fff,#eef6fb);text-decoration:none;font-size:.8125rem;font-weight:700;color:var(--primary-blue);cursor:pointer;box-shadow:0 2px 10px #1e5a8414,inset 0 1px #fffffff2;transition:color .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.store-carousel-outer .store-card-call:hover{color:var(--primary-blue-dark);border-color:#1e5a8447;background:linear-gradient(180deg,#fff,#e4f0f9);box-shadow:0 6px 20px #1e5a8421,inset 0 1px #fff;transform:translateY(-1px);text-decoration:none}.store-carousel-outer .store-card-call:active{transform:translateY(0);box-shadow:0 2px 8px #1e5a841a,inset 0 1px #ffffffe6}.store-carousel-outer .store-card-call:focus-visible{outline:2px solid var(--primary-blue-light);outline-offset:3px}.store-carousel-outer .store-card-call-inner{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}.store-carousel-outer .store-card-call-label{letter-spacing:.02em}.store-carousel-outer .store-card-call-num{font-size:.75rem;font-weight:600;color:#5a6b7c}.store-carousel-outer .store-card-call:hover .store-card-call-num{color:var(--primary-blue-dark)}.store-carousel-outer:has(.vestige-nav) .store-card{border-radius:14px;box-shadow:0 3px 16px #1e5a841a,0 1px 2px #1e5a840d,inset 0 1px #ffffffe6}.store-carousel-outer:has(.vestige-nav) .store-card:hover{box-shadow:0 8px 28px #1e5a8421,0 2px 6px #1e5a840f,inset 0 1px #fffffff2}.store-carousel-outer:has(.vestige-nav) .store-card-hero{padding:7px 10px}.store-carousel-outer:has(.vestige-nav) .store-card-hero-ring{width:48px;height:48px}.store-carousel-outer:has(.vestige-nav) .store-card-mid{padding:7px 12px 6px}.store-carousel-outer:has(.vestige-nav) .store-card-title{font-size:.90625rem;line-height:1.22}.store-carousel-outer:has(.vestige-nav) .store-card-subtitle{margin-top:2px;line-height:1.28}.store-carousel-outer:has(.vestige-nav) .store-card-address{margin-top:6px;gap:5px}.store-carousel-outer:has(.vestige-nav) .store-card-address-icon{padding:4px;border-radius:8px}.store-carousel-outer:has(.vestige-nav) .store-card-address-text{line-height:1.34;font-size:.8rem}.store-carousel-outer:has(.vestige-nav) .store-card-pin{margin-top:5px;padding:4px 8px;font-size:.72rem}.store-carousel-outer:has(.vestige-nav) .store-card-actions{padding:6px 8px 7px}.store-carousel-outer:has(.vestige-nav) .store-card-call{padding:7px 10px;gap:6px;border-radius:10px;font-size:.8rem}.store-carousel-outer:has(.vestige-nav) .store-card-call-num{font-size:.72rem}.store-carousel-outer:has(.vestige-nav) .vestige-nav{margin-top:6px;margin-bottom:3px;padding:0 2px;gap:6px}.store-carousel-outer:has(.vestige-nav) .vestige-nav-btn--arrow{width:30px;height:30px}.store-carousel-outer:has(.vestige-nav) .vestige-dots{gap:5px;padding:2px 3px;max-width:min(176px,calc(100% - 88px))}.store-carousel-outer:has(.vestige-nav) .vestige-dot.vestige-dot--active{width:20px}@media(prefers-reduced-motion:reduce){.store-carousel-outer .vestige-track{transition-duration:.2s}.store-carousel-outer .store-card,.store-carousel-outer .store-card-call,.store-carousel-outer .vestige-nav-btn--arrow,.store-carousel-outer .vestige-dot{transition-duration:.05s!important}.store-carousel-outer .store-card:hover{box-shadow:0 4px 22px #1e5a841c,0 1px 3px #1e5a840f,inset 0 1px #ffffffe6}.store-carousel-outer:has(.vestige-nav) .store-card:hover{box-shadow:0 3px 16px #1e5a841a,0 1px 2px #1e5a840d,inset 0 1px #ffffffe6}.store-carousel-outer .store-card-call:hover,.store-carousel-outer .vestige-nav-btn--arrow:hover{transform:none}.store-carousel-outer .vestige-dot:hover:not(.vestige-dot--active){transform:none}}.info-card-v2{background:#fff;border-radius:8px;padding:0;box-shadow:0 2px 6px #00000014;border:1px solid #e2e8f0;width:100%;max-width:380px;margin:10px auto auto;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.info-card-image{background:#fff;border-radius:0;padding:24px 20px 16px;text-align:center;border-bottom:none}.info-card-image img{width:130px;height:auto;object-fit:contain}.info-card-content{padding:0 16px 16px;display:flex;flex-direction:column;flex:1;text-align:left}.info-card-title{font-size:14px;font-weight:500;color:#4a5568;text-transform:uppercase;margin-bottom:8px;margin-top:0;line-height:1.35}.info-card-desc{font-size:14.5px;color:#2d3748;line-height:1.5;margin-bottom:20px;flex:1;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.info-card-footer{margin-top:auto;text-align:center;display:flex;justify-content:center}.info-card-btn-styled,.info-card-styled,.info-card-link{font-size:14.5px;font-weight:500;color:#1a73e8;text-decoration:none;background:none;border:none;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:4px}.info-card-btn-styled:hover,.info-card-link:hover{text-decoration:underline}.vestige-card{width:calc(100% - 52px);background:#fff;border-radius:10px;margin:8px auto 0;padding:0;border:1px solid #e0e0e0;box-shadow:0 2px 8px #00000012;overflow:hidden;display:flex;flex-direction:column}.vestige-card-img-wrap{background:#f5f7fa;padding:10px 0;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #eef0f2}.vestige-img{width:100%;height:100px;object-fit:contain;object-position:center;border-radius:0;background:transparent;box-shadow:none}.vestige-card-body{padding:10px 10px 2px;display:flex;flex-direction:column;flex:1}.vestige-title{font-weight:600;color:#1a2e3f;margin-top:0;margin-bottom:5px;text-align:left;line-height:1.35;font-size:12px}.vestige-tagline{font-weight:400;color:#556070;text-align:left;line-height:1.45;margin-bottom:8px;font-size:11px;flex:1}.vestige-card-footer{border-top:1px solid #eef0f2;padding:8px 0 6px;text-align:center}.vestige-btn{background:none;border:none;color:#1e5a84;font-size:12px;font-weight:600;padding:0;cursor:pointer;width:100%;text-align:center}.vestige-btn:hover{text-decoration:underline}.vestige-price-block{margin-top:6px;margin-bottom:10px;text-align:left}.vestige-price-block .mrp,.vestige-price-block .dp{font-size:13px;font-weight:600;color:#3f3f3f}.vestige-card a{text-decoration:none}.vestige-product-card{width:240px;background:#fff;border-radius:16px;box-shadow:0 6px 18px #0000001a;padding:14px;text-align:center;transition:transform .25s ease}.vestige-product-card:hover{transform:translateY(-3px)}.vestige-product-img-wrap{height:145px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.vestige-product-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}.vestige-product-name{font-size:14px;font-weight:600;color:#1e3a5f;margin-bottom:4px}.vestige-product-code{font-size:11px;color:#888;margin-bottom:6px}.vestige-product-price{font-size:13px;margin-bottom:8px}.vestige-product-price .mrp{color:#888;margin-right:6px;text-decoration:line-through}.vestige-product-price .dp{font-weight:700;color:#1a2e3f}.vestige-buy-row{display:block;border-top:1px solid #eee;padding-top:8px;font-size:13px;font-weight:600;color:#1e5a84;text-decoration:none}.continue-wrapper{background:linear-gradient(135deg,#1e5a84,#3580b0);border-radius:4px 14px 14px;padding:12px 14px;box-shadow:0 4px 12px #00000024;color:#fff}.continue-wrapper .message-text{color:#fff;font-size:15px;font-weight:500}.continue-wrapper .options-wrapper{background:transparent!important;box-shadow:none!important;padding:0!important;margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.continue-wrapper .option-button{background:#ffffff26;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:500;border:1px solid rgba(255,255,255,.35);color:#fff;transition:.2s ease}.continue-wrapper .option-button:first-child{background:#fff;color:#1e5a84;font-weight:600;border-color:#fff}.continue-wrapper .option-button:hover{background:#ffffff47}.chat-input-area{flex-shrink:0;padding:8px 10px 6px;background:#fff;border-top:1px solid rgba(200,220,235,.9);box-shadow:0 -2px 8px #1e5a840f}.chat-input-container{display:flex;gap:6px;align-items:center}.chat-input-wrapper{flex:1;display:flex}.chat-input{flex:1;padding:8px 13px;border-radius:18px;border:1px solid rgba(197,216,232,.8);font-size:12.5px;font-weight:500;letter-spacing:.1px;background:var(--mirror-polished-white);color:#23323f;transition:border-color .2s,box-shadow .2s;caret-color:#23323f;box-shadow:inset 0 2px 4px #0000000a,0 1px 2px #fff}.chat-input::placeholder{font-weight:400;letter-spacing:.05px;color:#8a99a8}.chat-input:focus{border-color:#1e5a84;box-shadow:inset 0 2px 4px #00000008,0 0 0 3px #1e5a8426;outline:none;background:#fff}.chat-send-btn{width:34px;height:34px;border-radius:50%;background:var(--mirror-polished-blue);border:none;color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s,box-shadow .18s;box-shadow:0 4px 10px #1e5a8459,var(--mirror-polished-glow);font-size:14px}.chat-send-btn:hover{transform:scale(1.1);box-shadow:0 4px 14px #1e5a8461}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.chat-mic-btn{width:34px;height:34px;border-radius:50%;background:var(--mirror-polished-white);border:1px solid rgba(194,216,234,.8);color:var(--primary-blue);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s;flex-shrink:0;box-shadow:0 2px 6px #1e5a841a,var(--mirror-polished-glow-white)}.chat-mic-btn:hover{background:var(--mirror-polished-blue);color:var(--white);border-color:transparent;box-shadow:0 4px 10px #1e5a8440,var(--mirror-polished-glow)}.chat-mic-btn.recording{background:#f44;border-color:#f44;color:var(--white);animation:pulse 1s infinite;box-shadow:0 0 0 3px #f443}.chat-mic-btn.transcribing{background:var(--primary-blue);border-color:var(--primary-blue);color:var(--white)}.mic-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chat-mic-btn:disabled{opacity:.5;cursor:not-allowed}.start-new-chat-wrapper{padding:6px 10px;border-top:1px solid rgba(0,0,0,.06);background:#fff}.start-new-chat-btn{width:100%;background:var(--mirror-polished-blue);color:#fff;border:none;padding:7px 12px;font-size:12px;font-weight:600;border-radius:16px;cursor:pointer;transition:all .22s ease;box-shadow:0 4px 10px #0f3f634d,var(--mirror-polished-glow);text-shadow:0 1px 2px rgba(0,0,0,.3)}.start-new-chat-btn:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 14px #0f3f6366,var(--mirror-polished-glow)}.start-new-chat-note{text-align:center;font-size:13px;font-weight:600;color:#1e5a84;margin-bottom:8px}.typing-indicator{display:flex;gap:4px;padding:10px 14px}.typing-dot{width:7px;height:7px;background:#ffffffbf;border-radius:50%;animation:bounce 1.4s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.product-info-card{background:var(--primary-blue-dark);border-radius:12px;padding:16px;color:#fff;margin-top:10px;box-shadow:var(--shadow-soft)}.product-info-header{font-weight:700;margin-bottom:10px;font-size:15px}.product-info-row{display:grid;grid-template-columns:110px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.2)}.product-info-label{font-weight:600;color:#cce0ef}.product-info-value{color:#fff}.welcome-logo-card{background:#fff;box-shadow:var(--shadow-soft);border:1px solid #c5dcea;max-width:200px;margin-bottom:8px;border-radius:12px;overflow:hidden}.welcome-logo-img{height:100px;width:110px;object-fit:contain}.welcome-logo-container{display:flex;flex-direction:column;align-items:center}.marketing-card{background:#fff;border-radius:12px;padding:16px;max-width:320px;margin:10px auto}.marketing-card-image{background:#f7f7f7;border-radius:10px;padding:18px;margin-bottom:12px;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .2s,box-shadow .2s}.marketing-card-image:hover{transform:translateY(-3px);box-shadow:0 8px 18px #00000024}.marketing-card-image img{width:120px;height:auto}.marketing-title{font-size:17px;color:#444;margin-bottom:8px}.marketing-desc{font-size:14px;color:#555;margin-bottom:14px;line-height:1.5}.marketing-desc strong{font-weight:700}.marketing-btn{font-size:15px;font-weight:600;color:#1e5a84;text-decoration:none;display:inline-block}.marketing-btn:hover{text-decoration:underline}.support-card{background:#fff;border-radius:12px;padding:16px;max-width:320px;margin:10px auto}.support-card-image{background:#f7f7f7;border-radius:10px;padding:18px;text-align:center;margin-bottom:12px;box-shadow:0 4px 12px #0000001a}.support-card-image img{width:100px}.support-title{font-size:17px;font-weight:300;color:#444;margin-bottom:8px}.support-desc{font-size:14px;color:#555;line-height:1.5;margin-bottom:14px}.support-btn{font-size:15px;font-weight:600;color:#1e5a84;text-decoration:none}.support-btn:hover{text-decoration:underline}.distributor-card{background:#fff;border-radius:12px;padding:14px;box-shadow:var(--shadow-soft)}.dist-name{font-size:17px;font-weight:700;color:#1a2e3f}.dist-id-row{font-size:12px;color:#666;font-weight:500}.dist-level-container{display:flex;justify-content:space-between;margin-bottom:8px}.level-box{flex:1}.level-box:last-child{text-align:right}.level-label{font-size:11px;color:#4caf50;font-weight:600;margin-bottom:2px}.level-value{font-size:11px;font-weight:700;color:#333;text-transform:uppercase}.level-progress-bar{height:10px;background:#e0e0e0;border-radius:6px;margin-bottom:18px;overflow:hidden}.progress-fill{width:70%;background:#55b559;height:100%}.dist-stats-row{display:flex;gap:10px;margin-bottom:18px}.stat-box{flex:1;border-radius:8px;padding:10px 4px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:72px}.stat-box.green{background:#00d2aa}.stat-box.blue{background:#008aff}.stat-box.red{background:#f53153}.stat-val{font-size:17px;font-weight:700;margin-bottom:3px}.stat-lbl{font-size:10px;font-weight:600;text-transform:uppercase;line-height:1.2}.carousel-single{position:relative;width:100%;margin-top:10px}.carousel-img{width:100%;height:120px;object-fit:contain;border-radius:10px;background:#f7f7f7}.carousel-content{padding-top:8px}.carousel-title{font-weight:600;font-size:14px;color:#222}.carousel-code{font-size:12px;color:#666;margin-top:4px}.carousel-btn{margin-top:8px;background:#1e5a84;color:#fff;border:none;border-radius:8px;padding:6px 14px;font-size:12px;cursor:pointer}.carousel-nav{position:absolute;top:45%;transform:translateY(-50%);border:none;background:#00000073;color:#fff;width:26px;height:26px;border-radius:50%;cursor:pointer}.carousel-nav.left{left:-8px}.carousel-nav.right{right:-8px}.message-bubble.product-section{background:transparent!important;box-shadow:none!important;padding:0!important}.single-card-wrapper{background:transparent!important;padding:0!important}.help-menu-popup{position:fixed;bottom:102px;right:20px;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000024,0 1px 4px #1e5a841a;z-index:9997;display:flex;flex-direction:column;width:220px;animation:bgSlideIn .3s ease}.help-menu-header{background:var(--primary-blue);color:#fff;padding:8px 12px;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:14px;border-top-left-radius:12px;border-top-right-radius:12px}.help-menu-close{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:background .2s}.help-menu-close:hover{background:#fff3}.help-menu-list{padding:8px;display:flex;flex-direction:column;gap:6px;max-height:280px;overflow-y:auto}.help-menu-item{display:flex;align-items:center;padding:8px 10px;border:1px solid #eee;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #00000005}.help-menu-item:hover{background:#fdfdfd;box-shadow:0 4px 8px #0000000f;border-color:#ddd;transform:translateY(-1px)}.help-menu-item img{width:18px;height:18px;margin-right:8px;object-fit:contain}.help-menu-icon-placeholder{width:18px;height:18px;margin-right:8px;display:flex;align-items:center;justify-content:center}.help-menu-item span{font-size:13px;font-weight:500;color:#333}.help-menu-arrow{position:absolute;bottom:-6px;right:30px;width:12px;height:12px;background:#fff;transform:rotate(45deg);box-shadow:2px 2px 2px #0000000d}@keyframes bgSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.status-success{background:var(--success-bg)!important;color:var(--success-text)!important}.status-pending{background:var(--pending-bg)!important;color:var(--pending-text)!important}.status-failed{background:var(--failed-bg)!important;color:var(--failed-text)!important}.status-default{background:var(--default-bg)!important;color:var(--default-text)!important}.dashboard-root{--dash-bg: #0f172a;--dash-sidebar: #1e293b;--dash-card: #1e293b;--dash-text: #f1f5f9;--dash-accent: #3b82f6;--dash-border: #334155;--dash-hover: #334155}.dashboard-container{display:flex;height:100vh;background-color:#f4f6f8;color:var(--dash-text);overflow:hidden}.dashboard-sidebar{width:250px;background-color:var(--dash-sidebar);border-right:1px solid var(--dash-border);display:flex;flex-direction:column;padding:20px}.sidebar-header{display:flex;align-items:center;gap:12px;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid var(--dash-border)}.sidebar-logo{width:40px;height:40px;object-fit:contain}.sidebar-title{font-size:1.2rem;font-weight:700;color:var(--dash-text)}.sidebar-nav{display:flex;flex-direction:column;gap:8px;flex:1}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;color:#3867a9;text-decoration:none;transition:all .2s}.nav-item:hover{background-color:var(--dash-hover);color:var(--dash-text)}.nav-item.active{background-color:var(--dash-accent)}.sidebar-footer{border-top:1px solid var(--dash-border);padding-top:20px}.dashboard-main{flex:1;padding:30px;overflow-y:auto}.page-title{font-size:1.8rem;margin-bottom:30px;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:30px}.stats-card{background-color:var(--dash-card);padding:24px;border-radius:12px;display:flex;align-items:center;gap:20px;border:1px solid var(--dash-border)}.stats-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stats-info{display:flex;flex-direction:column}.stats-label{color:#94a3b8;font-size:.9rem}.stats-value{color:var(--dash-text);font-size:1.5rem;font-weight:700}.chart-container{background-color:var(--dash-card);padding:24px;border-radius:12px;border:1px solid var(--dash-border);height:400px}.chart-title{font-size:1.2rem;margin-bottom:20px;font-weight:600}.chart-wrapper{height:320px;width:100%}@media(max-width:768px){.chat-widget{position:fixed;inset:0;width:100vw;max-width:100vw;height:100dvh;margin:0;border-radius:0;z-index:99999;background:var(--chat-bg);display:flex;flex-direction:column}}@media(max-width:768px){.chat-header{height:56px;padding:0 16px;flex-shrink:0;border-radius:0;width:100%}.chat-header-avatar-img{width:36px;height:36px}.chat-header-title h3{font-size:13px;font-weight:700}}@media(max-width:768px){.chat-messages{flex:1;overflow-y:auto;padding:10px 10px 14px;min-height:0}}@media(max-width:768px){.message-bubble{max-width:92%;font-size:12.5px;line-height:1.35}.message-bubble.bot{font-size:12.5px;margin-left:0}}@media(max-width:450px){.message-avatar-img{width:32px;height:32px;margin-top:0;margin-left:0}}@media(max-width:768px){.option-button.pill{font-size:12.5px;padding:10px 14px;border-radius:9px}}@media(max-width:768px){.chat-input-area{flex-shrink:0;padding:8px 10px;background:#fff;border-top:1px solid #dce8f0}.chat-input{height:38px;font-size:12.5px}.chat-send-btn,.chat-mic-btn{width:38px;height:38px}}@media(max-width:768px){.start-new-chat-wrapper{padding:7px 10px;background:transparent}.start-new-chat-btn{height:38px;font-size:12px;border-radius:20px}}@media(max-width:768px){.vestige-welcome-card{max-width:85%;margin:0 auto 6px;padding:10px 12px}}@media(max-width:768px){.vestige-welcome-wrapper{justify-content:flex-start;margin:0}.vestige-welcome-card{margin:0}}.welcome-message-row{align-items:flex-start;margin-bottom:var(--chat-gap)}.chat-messages .vestige-carousel,.chat-messages .order-items-carousel-wrap,.chat-messages .recent-orders-carousel-wrap,.chat-messages .continue-menu-wrapper,.chat-messages .options-wrapper{margin-top:0!important;margin-bottom:0!important}.split-options-root{display:flex;flex-direction:column;gap:12px;width:100%;align-items:stretch}.chat-messages .split-options-root .options-wrapper,.chat-messages .split-options-root .continue-menu-wrapper{margin-top:0!important;margin-bottom:0!important}@media(max-width:768px){.info-card-v2{max-width:100%}}@media(max-width:450px){.chat-widget{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important;margin:0!important;z-index:999999!important}}.feedback-card{background:var(--bot-bubble-bg);box-shadow:0 4px 14px #1f5f8b40;border-radius:4px 14px 14px;padding:12px;width:100%;max-width:210px;color:#fff;display:flex;flex-direction:column;gap:8px}.feedback-card--rated{max-width:210px}.feedback-title{font-size:14px;font-weight:700}.feedback-subtitle{font-size:12.5px;line-height:1.3}.feedback-stars{display:flex;justify-content:space-between;margin:6px 0}.feedback-star{color:#ffffffbf;fill:#ffffff8c;cursor:pointer;transition:transform .2s,color .2s}.feedback-star.filled{fill:#fbbf24;color:#fbbf24}.feedback-star:hover{transform:scale(1.1);fill:#fbbf24;color:#fbbf24}.feedback-star--readonly{cursor:default;fill:#ffffff73;color:#ffffffb3}.feedback-star--readonly:hover{transform:none;fill:#ffffff73;color:#ffffffb3}.feedback-card--rated .feedback-star--selected{fill:#fff;color:#fff}.feedback-confirm-btn{background:#00569c;color:#fff;border:none;border-radius:16px;padding:8px 0;font-size:13px;font-weight:600;cursor:pointer;width:100%;transition:background .2s,opacity .2s}.feedback-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.feedback-confirm-btn.active,.feedback-confirm-btn:not(:disabled):hover{background:#004b87}.typing-indicator-v2{align-items:center!important;margin-bottom:12px}.typing-text-container{display:flex;align-items:baseline;gap:5px;margin-left:8px;padding:4px 0}.typing-name{font-weight:700;color:#777;font-size:12.5px;letter-spacing:.2px}.typing-status{color:#999;font-size:12px;letter-spacing:.15px}.typing-dots{display:flex;gap:2px}.typing-dots span{animation:typing-fade-dots 1.4s infinite;color:#999;font-size:17px;line-height:1;font-weight:900}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing-fade-dots{0%{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.3;transform:scale(1)}}.item-status-link{display:block;width:100%;margin-top:10px;padding:8px 0 4px;border:none;background:none;font-size:14px;font-weight:600;color:#1e5a84;cursor:pointer;text-align:center;text-decoration:underline;font-family:inherit}.item-status-link:disabled{opacity:.45;cursor:not-allowed}.chat-box{background:#fff;border-radius:12px;border:1px solid #d9e7f3;box-shadow:0 5px 16px #1a5a841a;padding:8px;width:100%;margin:4px 0;font-family:Inter,Segoe UI,Arial,sans-serif;overflow:hidden;box-sizing:border-box}.profile-image{text-align:center;margin:2px 0 6px}.profile-image img{width:50px;height:50px;border-radius:50%;border:2px solid #dbe8f2;box-shadow:0 2px 6px #00000012}.title{text-align:center;margin-bottom:8px}.main-title{font-size:15px;font-weight:700;color:#18324a;line-height:1.15}.sub-title{margin-top:2px;font-size:11px;color:#60748a;font-weight:600}.progress-bar-container{margin-bottom:8px;background:#f6fafe;border:1px solid #d9e7f3;border-radius:8px;padding:7px 8px}.progress-bar-text{display:flex;justify-content:space-between;gap:14px;margin-bottom:4px}.progress-bar-text .level-text:first-child{flex:1.15;min-width:0}.level-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.level-text a{color:#1a9b5c;font-size:10px;font-weight:700;text-decoration:none;display:block;line-height:1.15}.progress-bar-text .level-text:first-child a{white-space:nowrap}.sub-level{color:#132a3d;font-size:10px;font-weight:700;line-height:1.3;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.progress-bar{width:100%;height:7px;background:#e7eff7;border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#21b573,#4dcf95);border-radius:999px}.boxes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:8px}.box{min-width:0;padding:10px 6px 9px;min-height:80px;border-radius:11px;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000021}.box.green{background:linear-gradient(45deg,#00c6ff,#00ff6c)}.box.blue{background:linear-gradient(45deg,#00c6ff,#0072ff)}.box.orange{background:linear-gradient(45deg,#ff6a00,#ee0979)}.box .number{font-size:17px;font-weight:800;margin-bottom:5px;line-height:1;letter-spacing:-.01em;text-shadow:0 1px 2px rgba(0,0,0,.15)}.box .text{font-size:9px;line-height:1.2;font-weight:700;letter-spacing:.035em;text-transform:uppercase;padding:0 2px;max-width:100%;white-space:normal;word-break:normal;overflow-wrap:break-word;text-align:center;-webkit-hyphens:none;hyphens:none}.box.orange .text{font-size:8.5px;line-height:1.15}.price-list{background:#fff;border-radius:10px;border:1px solid #e5eaf0;padding:8px 10px 10px;margin-bottom:8px;box-shadow:0 2px 10px #0f172a0f}.price-list-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;min-height:0}.price-list-item--bonus-row{padding-bottom:2px}.price-list-item--eligibility-row{padding-top:2px}.price-list-divider{height:1px;margin:0;background:#e4e9f0}.price-list-label{flex:1;min-width:0;text-align:left;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.price-list-label--bonus{text-transform:uppercase;font-size:10px;font-weight:600;letter-spacing:.04em;color:#4b5563;line-height:1.3}.price-list-label--eligibility{display:flex;flex-direction:column;gap:1px;font-size:10px;font-weight:600;line-height:1.3;letter-spacing:.04em;color:#4b5563}.price-list-elig-line{display:block}.price-list-value{flex-shrink:0;text-align:right;color:#0f172a;word-break:normal;-webkit-hyphens:none;hyphens:none}.price-list-value--currency{font-variant-numeric:tabular-nums;font-size:10px;font-weight:800;line-height:1.3;letter-spacing:.04em;color:#4b5563}.price-list-value--level{display:flex;flex-direction:column;align-items:flex-end;gap:0;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.04em;line-height:1.3;color:#4b5563}.price-list-level-word{display:block;text-align:right}.order-details{margin-top:6px}.order-header{font-size:12px;font-weight:700;color:#18324a;margin-bottom:6px}.order-table-header{color:#56708a;display:grid;grid-template-columns:1fr .9fr .9fr;align-items:center;font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 2px 6px;border-bottom:1px solid #d8e6f2}.order-table-card{background:#f8fbff;border-radius:10px;border:1px solid #cfe0f0;padding:6px 8px;box-shadow:0 2px 8px #1a5a8412;overflow:hidden}.order-row{display:grid;grid-template-columns:1fr .9fr .9fr;padding:6px 2px;border-bottom:1px solid #e4edf5;transition:background .2s ease}.order-row:hover{background:#eef6ff}.order-row:last-child{border-bottom:none}.item-date,.item-amount,.item-status{font-size:11px;color:#2a4057;font-weight:600;flex:1}.item-date{white-space:nowrap;text-align:left}.item-amount{text-align:center;font-variant-numeric:tabular-nums}.item-status{text-align:right;color:#1f4d79;padding-right:4px}.order-table-header>div:last-child{text-align:right;padding-right:4px}
