:root{--primary-blue: #1e5a84;--primary-blue-dark: #0f3f63;--primary-blue-light: #4f9ac7;--primary-gradient: linear-gradient(135deg, #0f3f63 0%, #1e5a84 50%, #4f9ac7 100%);--bot-bubble-bg: linear-gradient(135deg, #1e5a84 0%, #3f8fbf 100%);--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:linear-gradient(135deg,#1e5a84,#4f9ac7);border-radius:12px;margin:5px auto;width:140px;height:140px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 14px #1f5f8b1f;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:linear-gradient(135deg,#1e5a84,#4f9ac7);border-radius:12px;margin:0;width:140px;height:140px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 14px #1f5f8b1f;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:80px;height:80px;border-radius:50%;background:var(--primary-gradient);border:none;cursor:pointer;box-shadow:var(--shadow-strong);display:flex;align-items:center;justify-content:center;transition:transform .3s ease,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:85%;height:85%;object-fit:contain;border-radius:50%}.chat-footer-text{text-align:center;font-size:10px;margin-top:6px;font-weight:600;opacity:.9}.chat-footer-text a{color:#5484a5;text-decoration:none}.chat-footer-text a:hover{text-decoration:underline}.chat-widget{position:fixed;bottom:100px;right:24px;width:380px;height:520px;max-height:calc(100vh - 140px);background:var(--chat-bg);border-radius:16px;border:1px solid #c8dceb;box-shadow:0 16px 42px #0f3f6347;display:flex;flex-direction:column;overflow:hidden;z-index:9998;font-family:var(--chat-font);letter-spacing:.1px}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:linear-gradient(to right,#1a4f6e,#236485,#2e7eaa);width:100%;height:60px;padding:0 16px;border-radius:14px 14px 0 0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.22)}.chat-header-avatar-img{width:36px;height:36px;background:transparent;border-radius:50%}.chat-header-info{display:flex;align-items:center;gap:10px}.chat-header-avatar{width:40px;height:40px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;font-size:20px}.chat-header-title h3{color:#fff;font-size:14px;font-weight:750;line-height:1.2;letter-spacing:.4px}.chat-close-btn{background:#ffffff2e;border:none;color:var(--white);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.85;width:28px;height:28px;transition:background .2s ease,transform .2s ease}.chat-close-btn:hover{background:#fff;color:#000;transform:scale(1.05);opacity:1}.chat-close-btn:disabled{opacity:.45;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:12px 12px 16px;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:8px;margin-bottom:var(--chat-gap);min-width:0;opacity:0;transform:translateY(12px);filter:blur(4px);animation:vestigeReveal .5s 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:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.message-avatar-img{width:34px;height:34px;border-radius:50%;padding:1px;object-fit:contain;background:#fff;border:1px solid #d6e4ef}.message-bubble{max-width:80%;word-break:break-word;overflow-wrap:anywhere}.message-content-col .message-bubble{max-width:100%}.message-bubble.bot{background:linear-gradient(135deg,#1e5a84,#3580b0);color:#fff;border-radius:8px 16px 16px;box-shadow:0 2px 8px #1e5a8438;padding:10px 14px;margin-bottom:0;font-size:13.2px;line-height:1.45;letter-spacing:.2px;font-weight:450;font-style:normal;text-wrap:pretty}.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: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}.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:#fff;border:1px solid #c7d6e3;color:#111827;box-shadow:0 2px 8px #103c5c14;padding:9px 13px;border-radius:16px 8px 16px 16px;font-size:14px;line-height:1.45;letter-spacing:.15px;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:84%;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}.order-items-carousel-wrap{width:100%;max-width:380px;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}.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:100%;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-nav{margin-top:10px;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:center;justify-content:space-between;gap:10px;padding:12px 14px;background:linear-gradient(135deg,#1e5a84,#3580b0);color:#fff}.payment-card-body{padding:12px 14px 14px}.payment-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:8px;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:right;word-break:break-word}.payment-label{font-weight:700;font-size:14px}.payment-status{font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px}.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}.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:10px 14px;margin-bottom:0;border-radius:10px;border:1.5px solid #c2d8ea;background:#fff;color:#1a5f8b;font-size:12.5px;font-weight:500;white-space:normal;word-break:break-word;line-height:1.4;height:auto;min-height:unset;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #1e5a841c}.option-button.pill:last-child{margin-bottom:0}.option-button.pill:hover{background:#1e5a84;color:#fff;border-color:#1e5a84;transform:translateY(-1px);box-shadow:0 3px 10px #1e5a8438}.options-wrapper{background:linear-gradient(135deg,#1e5a84,#3580b0);padding:12px;border-radius:8px 16px 16px;margin-top:0;box-shadow:0 6px 16px #1f5f8b3d}.options-wrapper div{background:transparent!important;padding:0!important;box-shadow:none!important}.continue-menu-wrapper{background:linear-gradient(135deg,#1e5a84,#3580b0);padding:12px;border-radius:8px 16px 16px;box-shadow:0 6px 16px #1e5a8438;display:inline-block;max-width:100%;margin-top:0}.continue-menu-title{color:#fff;font-size:13px;font-weight:400;margin-bottom:8px;line-height:1.4}.continue-options-row{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}.continue-option-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;border-radius:20px;border:none;background:#fff;color:#1a5f8b;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.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:#1e5a84;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #1e5a843d}.continue-option-btn:hover .continue-btn-icon{color:#fff}.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:205px}.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-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}.vestige-nav{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:10px}.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}.vestige-nav-btn:hover{color:#1e5a84}.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:right}.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:10px 12px 8px;background:#fff;border-top:1px solid #dce8f0}.chat-input-container{display:flex;gap:8px;align-items:center}.chat-input-wrapper{flex:1;display:flex}.chat-input{flex:1;padding:10px 14px;border-radius:20px;border:1.5px solid #c5d8e8;font-size:13px;font-weight:500;letter-spacing:.1px;background:#f7fbfd;color:#23323f;transition:border-color .2s,box-shadow .2s;caret-color:#23323f}.chat-input::placeholder{font-weight:450;letter-spacing:.05px;color:#7a8b99}.chat-input:focus{border-color:#1e5a84;box-shadow:0 0 0 3px #1e5a841f;outline:none;background:#fff}.chat-send-btn{width:40px;height:40px;border-radius:50%;background:var(--primary-gradient);border:none;color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #1e5a8440}.chat-send-btn:hover{transform:scale(1.07);box-shadow:0 4px 12px #1e5a8459}.chat-send-btn:disabled{opacity:.45;cursor:not-allowed}.chat-mic-btn{width:40px;height:40px;border-radius:50%;background:transparent;border:2px solid var(--primary-blue);color:var(--primary-blue);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.chat-mic-btn:hover{background:var(--primary-blue);color:var(--white)}.chat-mic-btn.recording{background:#f44;border-color:#f44;color:var(--white);animation:pulse 1s infinite}.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:7px 10px;border-top:1px solid rgba(0,0,0,.07);background:#fff}.start-new-chat-btn{width:100%;background:linear-gradient(135deg,#0f4c75,#3282b8);color:#fff;border:none;padding:9px 12px;font-size:12.5px;font-weight:600;border-radius:18px;cursor:pointer;transition:all .25s ease}.start-new-chat-btn:hover{background:linear-gradient(135deg,#0c3d5e,#276fa1);transform:translateY(-1px)}.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-popup{position:fixed;bottom:110px;right:24px;background:#fff;padding:10px 12px;border-radius:12px;box-shadow:0 4px 12px #00000024;z-index:9997;display:flex;flex-direction:column;min-width:130px;cursor:pointer;animation:bgSlideIn .3s ease;border:1px solid #dde8f0}.help-popup-content{display:flex;flex-direction:column}.help-text{font-size:10px;color:#666}.help-subtext{font-size:12px;font-weight:700;color:var(--primary-blue)}.help-popup-close{position:absolute;top:4px;right:4px;background:none;border:none;font-size:11px;color:#999;cursor:pointer;padding:4px;line-height:1}.help-popup-close:hover{color:#666}.help-popup-arrow{position:absolute;bottom:-6px;right:30px;width:12px;height:12px;background:#fff;transform:rotate(45deg);border-right:1px solid #dde8f0;border-bottom:1px solid #dde8f0}@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 .continue-menu-wrapper,.chat-messages .options-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:16px;width:100%;max-width:250px;color:#fff;display:flex;flex-direction:column;gap:12px}.feedback-title{font-size:16px;font-weight:700}.feedback-subtitle{font-size:14px;line-height:1.3}.feedback-stars{display:flex;justify-content:space-between;margin:10px 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-confirm-btn{background:#00569c;color:#fff;border:none;border-radius:16px;padding:10px 0;font-size:15px;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;box-shadow:0 3px 8px #00000014;padding:16px;width:100%;margin:8px 0;font-family:Arial,sans-serif;overflow:hidden;box-sizing:border-box}.profile-image{text-align:center;margin:16px 0}.profile-image img{width:70px;height:70px;border-radius:50%;border:2px solid #ccc}.title{text-align:center;margin-bottom:20px}.main-title{font-size:20px;font-weight:700;color:#333}.sub-title{margin-top:4px;font-size:14px;color:#555;font-weight:700}.progress-bar-container{margin-bottom:20px}.progress-bar-text{display:flex;justify-content:space-between;gap:40px;margin-bottom:8px}.level-text{display:flex;flex-direction:column;gap:4px}.level-text a{color:#4caf50;font-size:14px;font-weight:700;text-decoration:none;display:block}.sub-level{color:#333;font-size:14px;font-weight:700}.progress-bar{width:100%;height:18px;background:#e0e0e0;border-radius:6px;overflow:hidden}.progress-bar-fill{height:100%;background:#4caf50;border-radius:6px}.boxes{display:flex;justify-content:space-between;gap:10px;margin-bottom:20px}.box{width:32%;padding:12px;border-radius:10px;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.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:18px;font-weight:700;margin-bottom:4px}.box .text{font-size:13px}.price-list{background:#fff;border-radius:10px;padding:16px;margin-bottom:20px;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s ease}.price-list:hover{box-shadow:0 4px 12px #0000001f}.price-list-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #e0e0e0;gap:20px;color:#000}.price-list-item:last-child{border-bottom:none}.price-list-item .text{flex-grow:1;color:#333;font-size:13px;word-wrap:break-word;white-space:normal}.price{font-weight:700;color:#000;text-align:end}.order-details{margin-top:20px}.order-header{font-size:18px;font-weight:700;color:#333;margin-bottom:10px}.order-table-header{color:#000;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700}.order-table-card{background:#fff;border-radius:10px;padding:16px;box-shadow:0 2px 8px #00000014}.price-list-header{display:grid;grid-template-columns:1fr 1fr 1fr;font-weight:700;border-bottom:2px solid #e0e0e0;padding-bottom:8px;margin-bottom:8px}.header-item{text-align:center;color:#000}.order-details .price-list-item,.order-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:8px 0;border-bottom:1px solid #e0e0e0}.order-row:last-child{border-bottom:none}.item-date,.item-amount,.item-status{text-align:center;font-size:14px;color:#333;flex:1}.item-date{white-space:nowrap}
