:root{--la-orange:#ff6412;--la-orange-2:#ff8d26;--la-orange-soft:#fff5ee;--la-navy:#10214b;--la-muted:#6e778c;--la-line:#dfe3ec;--la-soft:#f4f5f9;--la-green:#18bf5b;--la-shadow:0 24px 70px rgba(30,36,72,.24)}
#la-chat-root,#la-chat-root *{box-sizing:border-box;font-family:Poppins,Arial,sans-serif}
#la-chat-root button,#la-chat-root input,#la-chat-root textarea{font-family:inherit}
#la-chat-root .la-icon{display:inline-flex;width:1em;height:1em;align-items:center;justify-content:center;line-height:1}
#la-chat-root .la-icon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.la-chat-launcher{position:fixed;right:22px;bottom:20px;z-index:2147483000;display:flex;align-items:center;gap:11px;border:0;background:transparent;padding:0;cursor:pointer;color:var(--la-navy);filter:drop-shadow(0 12px 22px rgba(30,36,72,.16))}
.la-launch-avatar{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ff8e22,#ff6412);border:3px solid #fff;overflow:hidden;position:relative;box-shadow:0 0 0 2px rgba(255,100,18,.7)}
.la-launch-avatar img{width:100%;height:100%;object-fit:cover;object-position:50% 30%;transform:scale(1.08)}
.la-online-dot{position:absolute;left:57px;bottom:4px;width:17px;height:17px;background:var(--la-green);border:3px solid #fff;border-radius:50%}
.la-launch-label{background:#fff;border-radius:16px 16px 16px 5px;padding:13px 16px;display:flex;flex-direction:column;text-align:left;min-width:126px;border:1px solid rgba(16,33,75,.06)}
.la-launch-label strong{font-size:13px;line-height:1.25}.la-launch-label small{font-size:11px;color:#56617a;margin-top:3px}
.la-chat-panel{position:fixed;right:22px;bottom:105px;z-index:2147483001;width:min(430px,calc(100vw - 24px));height:min(760px,calc(100vh - 126px));background:#fff;border-radius:29px;box-shadow:var(--la-shadow);overflow:hidden;display:flex;flex-direction:column;transform:translateY(18px) scale(.985);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .22s ease;border:1px solid rgba(255,100,18,.18)}
.la-chat-panel.la-open{opacity:1;pointer-events:auto;transform:none}
.la-chat-header{height:104px;min-height:104px;padding:18px 16px 18px 112px;display:flex;align-items:center;gap:8px;color:#fff;background:linear-gradient(135deg,#ff861b 0%,#ff6412 58%,#ff7919 100%);position:relative;overflow:visible}
.la-chat-header:after{content:"";position:absolute;left:92px;right:-15px;bottom:-24px;height:48px;background:#fff;border-radius:52% 0 0 0/100% 0 0 0;z-index:0}
.la-avatar-wrap{position:absolute;left:18px;top:12px;width:95px;height:112px;z-index:3;border-radius:48% 48% 48% 48%;overflow:visible}
.la-avatar{width:94px;height:112px;object-fit:cover;object-position:50% 30%;border-radius:50%;border:3px solid #fff;background:#fff;box-shadow:0 5px 16px rgba(117,52,0,.12)}
.la-presence{position:absolute;width:18px;height:18px;border-radius:50%;background:var(--la-green);border:3px solid #fff;right:1px;bottom:5px;z-index:4}
.la-head-copy{flex:1;z-index:2;min-width:0}.la-head-copy strong{font-size:18px;line-height:1.2;display:block;font-weight:700}.la-head-copy small{font-size:11px;opacity:.96;white-space:nowrap}.la-head-copy small span{display:inline-block;width:7px;height:7px;background:#2bd569;border-radius:50%;margin-right:4px}
.la-head-btn{position:relative;z-index:3;border:0;background:transparent;color:#fff;width:30px;height:30px;display:grid;place-items:center;cursor:pointer;padding:5px}.la-head-btn .la-icon{width:18px;height:18px}
.la-chat-body{flex:1;overflow:auto;padding:34px 20px 14px;background:linear-gradient(180deg,#fff 0%,#fff 75%,#fffaf7 100%);scrollbar-width:thin;scrollbar-color:#adb3bf transparent}
.la-chat-body::-webkit-scrollbar{width:6px}.la-chat-body::-webkit-scrollbar-thumb{background:#aab0ba;border-radius:10px}
.la-message{display:flex;gap:9px;margin:0 0 13px;align-items:flex-end}.la-message.user{justify-content:flex-end}.la-mini-avatar{width:34px;height:34px;border-radius:50%;flex:0 0 34px;overflow:hidden;border:2px solid #fff;box-shadow:0 0 0 1px #ffd2b8;background:#fff}
.la-mini-avatar img{width:100%;height:100%;object-fit:cover;object-position:50% 30%}
.la-bubble{max-width:84%;padding:12px 15px;border-radius:18px;background:#f2f3f7;color:var(--la-navy);font-size:12.5px;line-height:1.48}.user .la-bubble{background:linear-gradient(135deg,var(--la-orange),var(--la-orange-2));color:#fff;border-bottom-right-radius:6px}.bot .la-bubble{border-bottom-left-radius:6px}
.la-flow-top{display:flex;align-items:center;gap:8px;margin:0 0 12px}.la-flow-back{border:0;background:#fff3e9;color:var(--la-orange);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;cursor:pointer}.la-flow-back .la-icon{width:15px;height:15px}.la-flow-label{font-size:11px;font-weight:700;color:var(--la-orange);background:#fff5ee;padding:7px 10px;border-radius:999px}
.la-intro-card{margin:7px 0 16px;background:#fff;border:1px solid #eceef3;border-radius:20px;padding:13px;box-shadow:0 8px 26px rgba(20,28,60,.05)}
.la-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.la-choice{border:1px solid #d7dce7;background:#fff;border-radius:16px;padding:18px 14px;text-align:left;color:var(--la-navy);cursor:pointer;min-height:106px;transition:.18s ease;display:flex;flex-direction:column;justify-content:center}.la-choice:hover{border-color:var(--la-orange);background:#fff8f3;transform:translateY(-1px);box-shadow:0 8px 20px rgba(255,100,18,.08)}
.la-choice .la-choice-icon{width:38px;height:38px;color:var(--la-orange);margin-bottom:9px}.la-choice .la-choice-icon .la-icon{width:36px;height:36px}.la-choice strong{font-size:13px;display:block;line-height:1.28}.la-choice small{font-size:10px;color:#6e778c;margin-top:3px;line-height:1.35}
.la-start-note{text-align:center;color:var(--la-orange);font-size:15px;font-weight:600;font-style:italic;margin:20px 0 4px}.la-start-note:after{content:"↘";font-size:25px;margin-left:8px;font-weight:400}
.la-chip-wrap{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:7px 0 14px}.la-chip{border:0;border-radius:999px;padding:9px 11px;background:#eaf2ff;color:#1758a5;font-weight:600;font-size:10px;cursor:pointer}.la-chip:nth-child(2){background:#fff0f1;color:#b43642}.la-chip:nth-child(3){background:#fff5db;color:#8d5b00}.la-chip:nth-child(4){background:#e9f8fa;color:#147384}
.la-form{display:grid;gap:8px;margin:7px 0 15px}.la-field{position:relative}.la-field>.la-field-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:#677087;z-index:2}.la-field.textarea>.la-field-icon{top:13px;transform:none}.la-field input,.la-field textarea{width:100%;border:1px solid #d6dce7;border-radius:8px;padding:10px 11px 10px 37px;font-size:11px;color:var(--la-navy);background:#fff;outline:none;box-shadow:none}.la-field textarea{min-height:80px;padding-top:10px;resize:vertical}.la-field input:focus,.la-field textarea:focus{border-color:var(--la-orange);box-shadow:0 0 0 3px rgba(255,100,18,.08)}
.la-primary,.la-secondary{border:0;border-radius:10px;padding:11px 14px;font-weight:600;font-size:11px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.la-primary{background:linear-gradient(135deg,var(--la-orange),var(--la-orange-2));color:#fff}.la-secondary{background:#f1f2f5;color:#343a50}.la-primary.wide{width:100%}.la-actions{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.la-actions>a{text-decoration:none}
.la-qty-wrap{display:flex;align-items:center;justify-content:space-between;background:#f3f4f8;border-radius:11px;padding:8px 11px;margin-top:3px}.la-qty-wrap span{font-size:11px;color:var(--la-navy);font-weight:500}.la-qty-control{display:flex;align-items:center;background:#fff;border-radius:999px;overflow:hidden;box-shadow:0 2px 8px rgba(20,28,60,.06)}.la-qty-control button{border:0;background:#fff;width:35px;height:31px;font-size:17px;color:var(--la-navy);cursor:pointer}.la-qty-control input{width:44px;border:0;text-align:center;font-size:12px;color:var(--la-navy);outline:none;padding:0}
.la-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:8px 0 12px}.la-product{border:1px solid #ececf1;border-radius:13px;overflow:hidden;background:#fff}.la-product img{width:100%;height:96px;object-fit:contain;background:#fff}.la-product div{padding:8px}.la-product strong{font-size:10px;color:var(--la-navy);display:block;line-height:1.35;min-height:27px}.la-product small{color:var(--la-orange);font-weight:700;font-size:9.5px}.la-product a{display:block;margin-top:5px;text-align:center;text-decoration:none;background:#fff2e8;color:#c84f00;border-radius:7px;padding:6px;font-size:9px;font-weight:600}
.la-market{background:#fff5eb;border:1px solid #ffe3cc;border-radius:14px;padding:12px;margin:7px 0}.la-market strong{display:block;font-size:11px;margin-bottom:7px;color:var(--la-navy)}.la-market a{display:inline-flex;align-items:center;gap:5px;text-decoration:none;background:#fff;color:#1656bf;border-radius:8px;padding:7px 9px;margin:3px;font-size:9.5px;font-weight:600;border:1px solid #e2e6ef}
.la-typing{height:0;overflow:hidden;padding-left:28px;background:#fffaf6;transition:.18s}.la-typing.show{height:28px}.la-typing span{display:inline-block;width:6px;height:6px;margin:0 2px;background:#9aa1b1;border-radius:50%;animation:labounce 1s infinite}.la-typing span:nth-child(2){animation-delay:.15s}.la-typing span:nth-child(3){animation-delay:.3s}@keyframes labounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-4px)}}
.la-chat-inputbar{display:flex;align-items:center;gap:7px;padding:10px 18px;border-top:1px solid #f0f0f2;background:#fff}.la-chat-inputbar input[type=text]{flex:1;border:1px solid #dfe3eb;border-radius:999px;padding:11px 14px;font-size:11px;color:var(--la-navy);outline:none;min-width:0}.la-attach-btn{width:34px;height:34px;display:grid;place-items:center;color:#34435f;cursor:pointer}.la-attach-btn .la-icon{width:18px;height:18px}.la-send-btn{border:0;width:43px;height:43px;border-radius:50%;background:linear-gradient(135deg,var(--la-orange),var(--la-orange-2));color:#fff;cursor:pointer;display:grid;place-items:center;flex:0 0 43px}.la-send-btn .la-icon{width:19px;height:19px}
.la-contact-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;padding:7px 16px 8px;background:#fff}.la-contact-strip a{text-decoration:none;color:var(--la-navy);border:1px solid #e2e5ec;border-radius:12px;padding:8px 7px;display:flex;align-items:center;gap:7px;min-width:0;background:#fff}.la-contact-icon{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:0 0 31px}.la-contact-icon .la-icon{width:18px;height:18px}.la-contact-icon.whatsapp{background:#11b84d}.la-contact-icon.call{background:#ff6412}.la-contact-icon.email{background:#168de3}.la-contact-strip span:not(.la-contact-icon):not(.la-icon){display:flex;flex-direction:column;min-width:0}.la-contact-strip b{font-size:9.5px;line-height:1.2}.la-contact-strip small{font-size:7.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.la-privacy{text-align:center;padding:6px 10px 11px;font-size:8px;color:#737b8d;background:#fff;display:flex;align-items:center;justify-content:center;gap:4px}.la-privacy .la-icon{width:11px;height:11px}
.la-note{font-size:9px;color:#6b7280;margin:5px 0}.la-success{padding:13px;background:#eefaf3;border:1px solid #d7f1e1;border-radius:13px;color:#175c36;font-size:11px;line-height:1.45}.la-success .la-icon{width:19px;height:19px;vertical-align:-4px;margin-right:5px}.la-error{padding:10px;background:#fff0f0;border-radius:10px;color:#9e2b2b;font-size:10px}
@media(max-width:520px){.la-chat-panel{right:6px;bottom:82px;width:calc(100vw - 12px);height:calc(100vh - 92px);border-radius:22px}.la-chat-launcher{right:11px;bottom:11px}.la-launch-avatar{width:58px;height:58px}.la-online-dot{left:46px;width:15px;height:15px}.la-launch-label{padding:10px 12px;min-width:116px}.la-chat-header{height:96px;min-height:96px;padding-left:96px}.la-avatar-wrap{left:14px;width:82px;height:98px}.la-avatar{width:82px;height:98px}.la-chat-body{padding:30px 15px 12px}.la-choice{min-height:96px;padding:14px 11px}.la-contact-strip{padding-left:10px;padding-right:10px}.la-contact-icon{width:27px;height:27px;flex-basis:27px}.la-contact-strip small{display:none}.la-head-copy strong{font-size:16px}.la-head-copy small{font-size:9.5px}}
@media(max-width:360px){.la-launch-label{display:none}.la-choice-grid{gap:8px}.la-choice{padding:12px 9px}.la-chip-wrap{grid-template-columns:1fr}.la-contact-strip b{font-size:8.5px}}


/* v1.2 visual match — approved Love-Art assistant layout */
#la-chat-root .la-icon svg{width:100%!important;height:100%!important;min-width:100%!important;max-width:none!important;display:block!important}
.la-chat-panel{width:min(424px,calc(100vw - 24px));height:min(775px,calc(100vh - 128px));border-radius:28px}
.la-chat-header{height:112px;min-height:112px;padding-left:116px}
.la-avatar-wrap{left:14px;top:8px;width:104px;height:126px}.la-avatar{width:104px;height:126px}
.la-head-copy strong{font-size:19px}.la-head-copy small{font-size:11.5px}
.la-chat-body{padding:34px 26px 18px;scroll-behavior:smooth}
.la-message:first-child{margin-top:0;margin-bottom:18px}.la-message:first-child .la-mini-avatar{display:none}.la-message:first-child .la-bubble{max-width:100%;font-size:16px;line-height:1.4;padding:13px 18px;border-radius:18px;background:linear-gradient(135deg,#f7f7fa,#f0f1f5);border-bottom-left-radius:18px}
.la-intro-card{border:0;box-shadow:none;padding:0;margin:0;background:transparent}
.la-choice-grid{gap:13px}
.la-choice{min-height:108px;border-radius:17px;padding:15px 14px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:12px;align-content:center;justify-content:initial}
.la-choice:first-child{border-color:#ff6412;background:linear-gradient(135deg,#fffaf7,#fff3eb)}
.la-choice .la-choice-icon{grid-row:1/3;grid-column:1;width:48px!important;height:48px!important;margin:0;color:#ff6412;align-self:center;display:grid;place-items:center}
.la-choice .la-choice-icon .la-icon{width:46px!important;height:46px!important;display:block!important}
.la-choice strong{grid-column:2;font-size:14px;line-height:1.28;align-self:end}.la-choice small{grid-column:2;font-size:10.5px;line-height:1.35;margin-top:4px;align-self:start}
.la-start-note{font-family:"Comic Sans MS",cursive!important;font-size:16px;font-weight:500;margin:27px 0 14px}.la-start-note:after{content:"  ↘";font-size:27px}
.la-chat-inputbar{padding:12px 18px}.la-chat-inputbar input[type=text]{padding:13px 16px;font-size:12px}.la-send-btn{width:48px!important;height:48px!important;flex:0 0 48px!important}.la-send-btn .la-icon{width:22px!important;height:22px!important}
.la-contact-strip{padding:9px 14px 10px;gap:7px}.la-contact-strip a{min-height:61px;padding:8px 9px}.la-contact-icon{width:38px!important;height:38px!important;flex:0 0 38px!important}.la-contact-icon .la-icon{width:20px!important;height:20px!important}.la-contact-strip b{font-size:10px}.la-contact-strip small{font-size:8px}
.la-privacy{font-size:8.5px;padding:7px 10px 12px}.la-privacy .la-icon{width:11px!important;height:11px!important}
@media(max-width:520px){.la-chat-panel{right:6px;bottom:78px;width:calc(100vw - 12px);height:calc(100dvh - 88px)}.la-chat-header{height:104px;min-height:104px;padding-left:104px}.la-avatar-wrap{left:11px;top:7px;width:92px;height:112px}.la-avatar{width:92px;height:112px}.la-chat-body{padding:31px 18px 14px}.la-message:first-child .la-bubble{font-size:14px}.la-choice{min-height:104px;grid-template-columns:43px 1fr;padding:13px 11px;column-gap:9px}.la-choice .la-choice-icon{width:43px!important;height:43px!important}.la-choice .la-choice-icon .la-icon{width:41px!important;height:41px!important}.la-choice strong{font-size:12.5px}.la-choice small{font-size:9.5px}.la-contact-strip small{display:block}.la-contact-icon{width:34px!important;height:34px!important;flex-basis:34px!important}}

/* v1.3 flow cards + readable formatting + live product results */
.la-flow-banner{margin:-8px -10px 14px;background:linear-gradient(135deg,#ff7a16,#ff6412);min-height:42px;border-radius:14px 14px 10px 10px;color:#fff;display:flex;align-items:center;gap:7px;padding:8px 13px;box-shadow:0 5px 14px rgba(255,100,18,.16)}
.la-flow-banner .la-flow-back{width:25px;height:25px;background:rgba(255,255,255,.18);color:#fff;flex:0 0 25px}
.la-flow-banner .la-flow-back .la-icon{width:13px;height:13px}.la-flow-banner strong{font-size:13px;line-height:1.2;font-weight:700}
.la-flow-top,.la-flow-label{display:none!important}
.la-message.bot{align-items:flex-start;margin-bottom:9px}.la-message.bot .la-mini-avatar{width:38px;height:38px;flex:0 0 38px;margin-top:1px;border-color:#fff4ed;box-shadow:0 0 0 1px #ffccb0}
.la-message.bot .la-bubble{max-width:calc(100% - 48px);padding:10px 13px;border-radius:15px;border-bottom-left-radius:5px;background:linear-gradient(135deg,#f5f5f8,#eeeff4);font-size:11.5px;line-height:1.42}
.la-message.bot .la-bubble strong{font-weight:700;color:#0f2149}.la-message.bot .la-bubble em{font-style:italic;color:#49546b}
.la-form-panel{margin:0 0 13px 47px;width:calc(100% - 47px)}
.la-form-panel .la-form{margin:0;gap:6px}.la-form-panel .la-field input,.la-form-panel .la-field textarea{border-color:#cfd6e3;border-radius:6px;font-size:10.5px;padding-top:8px;padding-bottom:8px;background:#fff}.la-form-panel .la-field input{height:34px}.la-form-panel .la-field textarea{min-height:66px}
.la-form-panel .la-field>.la-field-icon{width:14px;height:14px;left:10px;color:#33466b}.la-form-panel .la-primary.wide{min-height:35px;border-radius:9px;font-size:10px;margin-top:1px}
.la-form-panel .la-qty-wrap{border-radius:11px;padding:8px 10px;align-items:flex-start;flex-direction:column;gap:7px;background:#f1f2f6}.la-form-panel .la-qty-wrap>span{font-size:10.5px}.la-form-panel .la-qty-control{align-self:flex-start;min-width:155px;justify-content:space-between}.la-form-panel .la-qty-control input{height:30px}
.la-chip-wrap{margin-left:47px;width:calc(100% - 47px);gap:6px;margin-top:2px;margin-bottom:11px}.la-chip{padding:8px 8px;font-size:9.5px;box-shadow:0 2px 7px rgba(25,35,70,.04)}
.la-actions{margin-left:47px}.la-market{margin-left:47px;width:calc(100% - 47px)}
.la-success{margin:7px 0 12px 0;border-radius:14px;background:linear-gradient(135deg,#fff8f1,#fff3e8);border:1px solid #ffe1c9;color:#0f2149;padding:13px 14px;font-size:10.5px}.la-success strong{color:#0f2149}.la-success .la-icon{color:#079464}
.la-product-panel{margin:8px 0 13px 47px;width:calc(100% - 47px)}.la-ai-products-title{font-size:10px;font-weight:700;color:#0f2149;margin-bottom:7px}.la-product-panel .la-product-grid{margin:0;gap:7px}.la-product-panel .la-product{border-radius:10px;box-shadow:0 4px 12px rgba(20,30,60,.05)}.la-product-panel .la-product img{height:76px}.la-product-panel .la-product div{padding:7px}.la-product-panel .la-product strong{font-size:9px;min-height:auto}.la-product-panel .la-product small{font-size:8.5px}.la-product-panel .la-product a{font-size:8.5px;padding:5px}.la-sku{display:block;color:#687289;font-size:7.8px;margin-top:2px}
.la-contact-strip{position:relative}.la-contact-strip:before{content:"Quick Contact";position:absolute;left:17px;top:-10px;background:#fff;padding:0 5px;font-size:7.5px;font-weight:700;color:#1a2b51}.la-contact-strip a{box-shadow:0 4px 12px rgba(21,31,63,.05);border-color:#d9dee8}.la-contact-strip b{font-size:9.6px}.la-contact-strip small{font-size:7.3px;color:#1b2f58;font-weight:500}
@media(max-width:520px){.la-flow-banner{margin:-6px -5px 12px}.la-form-panel,.la-chip-wrap,.la-product-panel,.la-market{margin-left:43px;width:calc(100% - 43px)}.la-actions{margin-left:43px}.la-message.bot .la-mini-avatar{width:34px;height:34px;flex-basis:34px}.la-message.bot .la-bubble{max-width:calc(100% - 43px);font-size:11px}.la-form-panel .la-field input{height:33px}.la-contact-strip:before{left:12px}}

/* v1.4 reference-flow polish */
.la-chat-body{scroll-behavior:auto!important;overscroll-behavior:contain}
.la-avatar-wrap{width:100px!important;height:100px!important;border-radius:50%!important;overflow:hidden!important;top:10px!important}
.la-avatar{width:100px!important;height:100px!important;border-radius:50%!important;object-fit:cover!important;object-position:50% 28%!important;transform:scale(1.02);border:3px solid #fff!important}
.la-presence{right:0!important;bottom:3px!important}
.la-flow-screen{margin:-17px -12px 0;background:#fff;border:1px solid #f0e7df;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px rgba(30,36,72,.06)}
.la-flow-banner{margin:0!important;border-radius:0!important;padding:11px 16px!important;background:linear-gradient(135deg,#ff8a22,#ff6412);color:#fff;font-size:15px!important;font-weight:700;line-height:1.2}
.la-ref-flow{padding:12px 14px 14px}
.la-ref-prompt{display:flex;gap:8px;align-items:flex-start;margin:0 0 8px}
.la-ref-prompt .la-mini-avatar{width:40px;height:40px;flex-basis:40px;margin-top:1px}
.la-ref-bubble{background:#f1f2f6;color:#10214b;border-radius:13px 13px 13px 4px;padding:9px 12px;font-size:11.5px;line-height:1.35;max-width:calc(100% - 48px);box-shadow:0 3px 10px rgba(30,36,72,.03)}
.la-reference-form{display:grid;gap:6px;margin:0 0 0 48px;width:calc(100% - 48px)}
.la-reference-form .la-ref-prompt{margin-left:-48px;margin-top:5px}
.la-reference-form .la-field input,.la-reference-form .la-field textarea{border:1px solid #cad3e2!important;border-radius:6px!important;font-size:10.5px!important;padding:8px 10px 8px 36px!important;color:#10214b;background:#fff;box-shadow:0 1px 2px rgba(24,38,74,.02)}
.la-reference-form .la-field input{height:32px!important}
.la-reference-form .la-field textarea{min-height:64px!important;resize:none}
.la-reference-form .la-field>.la-field-icon{width:14px;height:14px;left:10px;color:#30466f}
.la-reference-form .la-chip-wrap{margin:0 0 2px!important;width:100%!important;display:grid;grid-template-columns:1fr 1fr;gap:6px}
.la-reference-form .la-chip{padding:8px 7px;font-size:9.5px;border:1px solid transparent}
.la-reference-form .la-chip.selected{box-shadow:0 0 0 2px #ff6412 inset;font-weight:700}
.la-qty-card{background:#f1f2f6;border-radius:11px;padding:9px 10px;display:grid;gap:7px;margin-top:1px}
.la-qty-card>strong{font-size:10.5px;color:#10214b}
.la-qty-card .la-qty-control{width:165px;height:31px;justify-content:space-between}
.la-market-ref{display:flex;align-items:center;gap:8px;background:#fff5eb;border:1px solid #ffe2c9;border-radius:12px;padding:8px 9px;margin-top:1px}
.la-market-ref .la-cart-mark{width:31px;height:31px;flex:0 0 31px;color:#ff6412}.la-market-ref .la-cart-mark .la-icon{width:29px;height:29px}
.la-market-ref strong{display:block;font-size:9px;line-height:1.35;color:#10214b;margin-bottom:5px}
.la-market-ref a{display:inline-flex;text-decoration:none;background:#fff;border:1px solid #e0e5ee;border-radius:7px;color:#1158bd;font-size:8.5px;font-weight:600;padding:5px 7px;margin:0 4px 2px 0}
.la-big-submit{min-height:35px!important;font-size:11px!important;border-radius:9px!important;margin-top:1px}
.la-ref-actions{margin:3px 0 0 48px;display:flex;gap:7px}.la-ref-actions .la-primary,.la-ref-actions .la-secondary{flex:1;min-height:34px}
.la-success-ref{display:flex;gap:10px;align-items:flex-start;background:#fff8f0;border-radius:13px;padding:11px 12px;margin:9px 0 0;border:1px solid #ffead9;color:#10214b;font-size:10px;line-height:1.4}
.la-success-ref>span{width:30px;height:30px;border-radius:50%;background:#109b76;color:#fff;display:grid;place-items:center;flex:0 0 30px}.la-success-ref>span .la-icon{width:18px;height:18px}
.la-success-ref strong{font-size:10.5px}
.la-product-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.la-product{border-radius:12px!important;box-shadow:0 5px 16px rgba(30,36,72,.07)!important;border:1px solid #e6e9f0!important}.la-product img{height:105px!important;padding:5px}.la-product div{padding:9px!important}.la-product strong{font-size:10px!important;min-height:28px!important}.la-sku{font-size:7.8px!important;color:#7a8292!important;margin-top:3px}.la-price{display:block!important;margin-top:4px!important;color:#ff6412!important;font-size:10px!important;font-weight:700!important}.la-product a{font-size:9px!important;margin-top:7px!important;padding:6px!important}
.la-contact-strip a{min-width:0}.la-contact-strip small{overflow:visible!important;text-overflow:clip!important}.la-contact-strip b{font-weight:700}
@media(max-width:520px){.la-avatar-wrap{width:88px!important;height:88px!important;top:8px!important}.la-avatar{width:88px!important;height:88px!important}.la-chat-header{padding-left:102px!important}.la-flow-screen{margin:-14px -6px 0}.la-ref-flow{padding:10px 10px 12px}.la-reference-form{margin-left:45px;width:calc(100% - 45px)}.la-reference-form .la-ref-prompt{margin-left:-45px}.la-ref-actions{margin-left:45px}.la-ref-prompt .la-mini-avatar{width:37px;height:37px;flex-basis:37px}.la-ref-bubble{max-width:calc(100% - 45px);font-size:10.8px}.la-product-grid{gap:7px!important}.la-product img{height:92px!important}}

/* v1.5 conversational guided-flow redesign */
.la-conv-head-wrap{margin:-16px -12px 12px;position:sticky;top:-16px;z-index:5;background:#fff;padding-bottom:8px}
.la-conv-header{min-height:42px;background:linear-gradient(135deg,#ff8a22,#ff6412);color:#fff;display:flex;align-items:center;gap:10px;padding:8px 13px;font-size:13px;font-weight:700;box-shadow:0 4px 14px rgba(255,100,18,.14)}
.la-conv-back{display:inline-flex;align-items:center;gap:4px;border:0;background:rgba(255,255,255,.18);color:#fff;border-radius:18px;padding:6px 10px;font:600 10px/1 Poppins,sans-serif;cursor:pointer}
.la-conv-back .la-icon{width:14px!important;height:14px!important}
.la-conv-options{margin:2px 0 11px 47px;width:calc(100% - 47px)}
.la-conv-chips{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.la-conv-chips button,.la-conv-actions button{border:1px solid #e1e5ed;background:#fff;color:#10214b;border-radius:18px;padding:9px 8px;font:600 9.5px/1.2 Poppins,sans-serif;cursor:pointer;box-shadow:0 3px 9px rgba(26,36,70,.05)}
.la-conv-chips button:nth-child(1){background:#eaf2ff;color:#1558c7}.la-conv-chips button:nth-child(2){background:#ffe8e8;color:#d52626}.la-conv-chips button:nth-child(3){background:#fff1ce;color:#a64b00}.la-conv-chips button:nth-child(4){background:#def5f4;color:#12646b}
.la-conv-qty{display:grid;grid-template-columns:50px 1fr 50px;align-items:center;background:#f1f2f6;border-radius:14px;padding:6px;gap:4px;max-width:245px}
.la-conv-qty>button:not(.la-qty-confirm){height:42px;border:0;background:#fff;border-radius:11px;color:#10214b;font:800 30px/1 Poppins,sans-serif;cursor:pointer;box-shadow:0 2px 6px rgba(28,38,72,.08)}
.la-conv-qty>strong{text-align:center;font-size:17px;color:#10214b}
.la-conv-qty .la-qty-confirm{grid-column:1/-1;border:0;background:linear-gradient(135deg,#ff841d,#ff6412);color:#fff;border-radius:10px;padding:10px;font:700 10.5px/1 Poppins,sans-serif;cursor:pointer;margin-top:3px}
.la-conv-actions{display:flex;gap:8px}.la-conv-actions button:first-child{background:#ff6b16;color:#fff;border-color:#ff6b16;flex:1}.la-conv-actions button:last-child{flex:.8}
.la-conv-market{margin:4px 0 10px 47px!important;width:calc(100% - 47px)!important}
.la-chat-body>.la-message:first-of-type{margin-top:0}
.la-flow-screen,.la-ref-flow,.la-reference-form{background:transparent!important}
.la-chat-body{scroll-behavior:auto!important}
.la-avatar-wrap,.la-avatar{border-radius:50%!important}
@media(max-width:520px){.la-conv-head-wrap{margin:-14px -6px 10px;top:-14px}.la-conv-options{margin-left:43px;width:calc(100% - 43px)}.la-conv-market{margin-left:43px!important;width:calc(100% - 43px)!important}.la-conv-qty{max-width:230px}}
