.style-assistant-launcher,
.style-assistant-window,
.style-assistant-window *{box-sizing:border-box}

.style-assistant-launcher{
  --sa-primary:#8d2947;
  --sa-soft:#f5edef;
  position:fixed;
  z-index:880;
  left:20px;
  bottom:24px;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:7px 16px 7px 7px;
  border:1px solid rgba(141,41,71,.08);
  border-radius:18px;
  background:rgba(255,255,255,.96);
  color:#241d20;
  box-shadow:0 16px 42px rgba(39,22,28,.16);
  backdrop-filter:blur(16px);
  cursor:pointer;
  font-family:"Plus Jakarta Sans",Manrope,sans-serif;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.style-assistant-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 52px rgba(39,22,28,.21);border-color:rgba(141,41,71,.16)}
.style-assistant-launcher.position-right_bottom{left:auto;right:20px}
.style-assistant-launcher.position-center_scroll{left:16px;bottom:50%;transform:translateY(50%);padding-right:10px}
.style-assistant-launcher.position-center_scroll:hover{transform:translateY(calc(50% - 2px))}
.style-assistant-launcher i{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,var(--sa-primary),color-mix(in srgb,var(--sa-primary) 82%,#4f1f2c));color:#fff;overflow:hidden}
.style-assistant-launcher i img{width:100%;height:100%;object-fit:cover}
.style-assistant-launcher svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.style-assistant-launcher span{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}
.style-assistant-launcher b{font-size:12px;font-weight:800;letter-spacing:-.02em}
.style-assistant-launcher small{margin-top:3px;color:#83757b;font-size:9px;font-weight:600}
.style-assistant-launcher em{position:absolute;right:8px;top:8px;width:8px;height:8px;border-radius:50%;background:#4ed38a;border:2px solid #fff}

.style-assistant-overlay{position:fixed;z-index:1180;inset:0;background:rgba(18,13,15,.10);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .22s ease}
.style-assistant-overlay.is-open{opacity:1;pointer-events:auto}
.style-assistant-window{
  --sa-primary:#8d2947;
  --sa-soft:#f7f1f3;
  position:absolute;
  left:20px;
  bottom:20px;
  width:min(390px,calc(100vw - 40px));
  height:min(620px,calc(100dvh - 160px));
  min-height:520px;
  display:grid;
  grid-template-rows:auto 1fr auto;
  overflow:hidden;
  border:1px solid rgba(233,223,227,.95);
  border-radius:24px;
  background:rgba(255,255,255,.98);
  box-shadow:0 26px 70px rgba(26,16,20,.24);
  transform:translateY(16px) scale(.98);
  transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease;
}
.style-assistant-overlay.is-open .style-assistant-window{transform:none}
.style-assistant-window.position-right_bottom{left:auto;right:20px}
.style-assistant-window.position-center_scroll{left:50%;bottom:50%;transform:translate(-50%,calc(50% + 16px)) scale(.98)}
.style-assistant-overlay.is-open .style-assistant-window.position-center_scroll{transform:translate(-50%,50%)}

.style-assistant-head{position:relative;display:flex;align-items:center;gap:12px;padding:16px 16px 14px;background:linear-gradient(135deg,var(--sa-primary),color-mix(in srgb,var(--sa-primary) 82%,#241417));color:#fff}
.style-assistant-head-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.14);font:800 17px/1 "Plus Jakarta Sans",Manrope,sans-serif;overflow:hidden}
.style-assistant-head-avatar img{width:100%;height:100%;object-fit:cover}
.style-assistant-head div{display:flex;flex-direction:column;flex:1;min-width:0}
.style-assistant-head b{font:800 14px/1.15 "Plus Jakarta Sans",Manrope,sans-serif;letter-spacing:-.03em}
.style-assistant-head small{margin-top:4px;font:600 10px/1.2 "Plus Jakarta Sans",Manrope,sans-serif;color:rgba(255,255,255,.76)}
.style-assistant-head small:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#67e49f}
.style-assistant-close{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.10);color:#fff;cursor:pointer}
.style-assistant-close svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2}
.style-assistant-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.12)}
.style-assistant-progress i{display:block;height:100%;width:10%;background:#fff;transition:width .22s ease}

.style-assistant-chat{overflow:auto;padding:16px 14px 22px;background:linear-gradient(180deg,var(--sa-soft),#fff 34%);scroll-behavior:smooth}
.style-assistant-message{display:flex;gap:8px;margin:0 0 12px;animation:saIn .25s ease both}
.style-assistant-message.user{justify-content:flex-end}
.style-assistant-message>i{display:grid;place-items:center;align-self:flex-end;width:28px;height:28px;border-radius:10px;background:var(--sa-primary);color:#fff;font:700 10px/1 "Plus Jakarta Sans",Manrope,sans-serif;font-style:normal}
.style-assistant-bubble{max-width:88%;padding:13px 14px;border-radius:8px 16px 16px 16px;background:#fff;color:#2e2628;font:500 13px/1.55 "Plus Jakarta Sans",Manrope,sans-serif;box-shadow:0 8px 22px rgba(47,29,35,.06)}
.style-assistant-message.user .style-assistant-bubble{border-radius:16px 8px 16px 16px;background:linear-gradient(135deg,var(--sa-primary),color-mix(in srgb,var(--sa-primary) 82%,#4f1f2c));color:#fff}
.style-assistant-bubble strong{display:block;margin-bottom:4px;font-size:14px;font-weight:800;letter-spacing:-.02em}

.style-assistant-options{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 16px 36px;animation:saIn .25s ease both}
.style-assistant-options button{border:1px solid color-mix(in srgb,var(--sa-primary) 18%,#ddd7da);border-radius:999px;background:#fff;padding:10px 13px;color:#4a3a40;font:700 11px/1.2 "Plus Jakarta Sans",Manrope,sans-serif;cursor:pointer;transition:.18s}
.style-assistant-options button:hover{border-color:var(--sa-primary);background:var(--sa-soft);color:var(--sa-primary);transform:translateY(-1px)}

.style-assistant-form{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:6px 0 16px 36px;padding:14px;border:1px solid #eadde2;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(47,29,35,.05)}
.style-assistant-form label{display:flex;flex-direction:column;gap:6px;color:#695b61;font:700 10px/1.2 "Plus Jakarta Sans",Manrope,sans-serif}
.style-assistant-form input,.style-assistant-form select{width:100%;border:1px solid #e4dadd;border-radius:12px;padding:11px 12px;color:#33292c;font:600 12px/1.2 "Plus Jakarta Sans",Manrope,sans-serif;background:#fff;outline:none}
.style-assistant-form input:focus,.style-assistant-form select:focus{border-color:var(--sa-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--sa-primary) 10%,transparent)}
.style-assistant-form .wide{grid-column:1/-1}
.style-assistant-form button{grid-column:1/-1;border:0;border-radius:14px;background:linear-gradient(135deg,var(--sa-primary),color-mix(in srgb,var(--sa-primary) 82%,#4f1f2c));padding:12px;color:#fff;font:800 12px/1 "Plus Jakarta Sans",Manrope,sans-serif;cursor:pointer}

.style-assistant-privacy{display:flex;align-items:flex-start;gap:7px;margin:0 0 14px 36px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.76);color:#86787e;font:500 10px/1.5 "Plus Jakarta Sans",Manrope,sans-serif}
.style-assistant-privacy svg{flex:0 0 auto;width:15px;height:15px;fill:none;stroke:var(--sa-primary);stroke-width:1.8}
.style-assistant-loading{display:flex;align-items:center;gap:5px;margin-left:36px;padding:13px 14px;width:max-content;border-radius:8px 16px 16px 16px;background:#fff}
.style-assistant-loading i{width:6px;height:6px;border-radius:50%;background:var(--sa-primary);animation:saDot 1s infinite}.style-assistant-loading i:nth-child(2){animation-delay:.15s}.style-assistant-loading i:nth-child(3){animation-delay:.3s}

.style-assistant-summary{margin:6px 0 14px 36px;padding:15px 16px;border-radius:18px;background:linear-gradient(135deg,var(--sa-primary),color-mix(in srgb,var(--sa-primary) 84%,#4d1f2d));color:#fff;box-shadow:0 12px 28px color-mix(in srgb,var(--sa-primary) 22%,transparent)}
.style-assistant-summary b{display:block;font:800 17px/1.1 "Plus Jakarta Sans",Manrope,sans-serif;letter-spacing:-.03em}
.style-assistant-summary p{margin:6px 0 0;font:500 12px/1.55 "Plus Jakarta Sans",Manrope,sans-serif;color:rgba(255,255,255,.86)}

.style-assistant-products{display:grid;gap:10px;margin-left:36px}
.style-assistant-product{display:grid;grid-template-columns:98px minmax(0,1fr);min-height:142px;overflow:hidden;border:1px solid #eadfe2;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(47,29,35,.06)}
.style-assistant-product>a{display:block;background:#f1edee}.style-assistant-product img{width:100%;height:100%;object-fit:cover}
.style-assistant-product-body{display:flex;flex-direction:column;padding:13px 13px 12px}.style-assistant-product-body small{color:var(--sa-primary);font:800 10px/1.2 "Plus Jakarta Sans",Manrope,sans-serif;letter-spacing:.10em}.style-assistant-product-body h3{margin:6px 0 4px;color:#302629;font:800 14px/1.3 "Plus Jakarta Sans",Manrope,sans-serif;letter-spacing:-.03em}.style-assistant-product-meta{display:flex;flex-wrap:wrap;gap:6px;color:#7a6d72;font:600 10px/1.45 "Plus Jakarta Sans",Manrope,sans-serif}.style-assistant-product-meta span+span:before{content:"·";margin-right:6px;color:#b4a8ac}.style-assistant-product-reason{margin:6px 0 0;color:#8a7d82;font:500 9px/1.42 "Plus Jakarta Sans",Manrope,sans-serif}.style-assistant-product-note{margin:5px 0 0;color:#64555b;font:700 9px/1.42 "Plus Jakarta Sans",Manrope,sans-serif}.style-assistant-product-price{display:flex;align-items:center;gap:7px;margin-top:auto;padding-top:12px}.style-assistant-product-price b{font:800 14px/1 "Plus Jakarta Sans",Manrope,sans-serif;color:#2e2528;letter-spacing:-.03em}.style-assistant-product-price del{font:600 10px/1 "Plus Jakarta Sans",Manrope,sans-serif;color:#ab9fa3}.style-assistant-product-actions{display:flex;gap:7px;margin-top:10px}.style-assistant-product-actions a,.style-assistant-product-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:11px;padding:0 11px;font:800 10px/1 "Plus Jakarta Sans",Manrope,sans-serif;text-decoration:none;cursor:pointer}.style-assistant-product-actions a{border:1px solid #e4dade;color:#4f4146;background:#fff}.style-assistant-product-actions button{flex:1;border:0;background:linear-gradient(135deg,var(--sa-primary),color-mix(in srgb,var(--sa-primary) 82%,#4f1f2c));color:#fff}.style-assistant-product-actions button:disabled{opacity:.56}

.style-assistant-restart{display:block;margin:14px 0 0 36px;border:0;background:none;color:var(--sa-primary);font:800 11px/1.2 "Plus Jakarta Sans",Manrope,sans-serif;cursor:pointer}
.style-assistant-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:12px 14px;border-top:1px solid #eee6e9;background:#fff;color:#87797f;font:500 10px/1.45 "Plus Jakarta Sans",Manrope,sans-serif}.style-assistant-footer b{color:#5e5056;font:800 11px/1.05 "Plus Jakarta Sans",Manrope,sans-serif}
.style-assistant-error{margin-left:36px;padding:12px 13px;border-radius:14px;background:#fff0f1;color:#a33744;font:600 11px/1.5 "Plus Jakarta Sans",Manrope,sans-serif}
.style-assistant-toast{position:absolute;left:50%;bottom:14px;z-index:3;transform:translate(-50%,15px);padding:10px 14px;border-radius:12px;background:#221a1c;color:#fff;font:700 11px/1 "Plus Jakarta Sans",Manrope,sans-serif;opacity:0;pointer-events:none;transition:.2s;white-space:nowrap}.style-assistant-toast.show{opacity:1;transform:translate(-50%,0)}
body.style-assistant-open{overflow:hidden}

@keyframes saIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@keyframes saDot{0%,70%,100%{transform:translateY(0);opacity:.35}35%{transform:translateY(-4px);opacity:1}}

@media(max-width:680px){
  body:not(.is-home) .style-assistant-launcher,
  body:not(.is-home) .style-assistant-overlay{display:none!important}
  .style-assistant-launcher{left:14px;bottom:82px;min-height:50px;padding:6px 13px 6px 6px;border-radius:16px}
  .style-assistant-launcher.position-right_bottom{left:auto;right:14px}
  .style-assistant-launcher.position-center_scroll{left:10px;bottom:50%}
  .style-assistant-launcher i{width:37px;height:37px}
  .style-assistant-launcher small{display:none}

  .style-assistant-overlay{background:rgba(18,13,15,.28);backdrop-filter:blur(6px)}
  .style-assistant-window,
  .style-assistant-window.position-right_bottom,
  .style-assistant-window.position-center_scroll{left:0;right:0;bottom:0;width:100%;height:min(80dvh,760px);min-height:unset;border-radius:24px 24px 0 0;transform:translateY(100%)}
  .style-assistant-overlay.is-open .style-assistant-window,
  .style-assistant-overlay.is-open .style-assistant-window.position-right_bottom,
  .style-assistant-overlay.is-open .style-assistant-window.position-center_scroll{transform:none}
  .style-assistant-window.mobile-fullscreen{top:0;height:100dvh;border-radius:0}
  .style-assistant-chat{padding:14px 12px 24px}
  .style-assistant-bubble{max-width:92%;font-size:13px}
  .style-assistant-options,.style-assistant-form,.style-assistant-privacy,.style-assistant-summary,.style-assistant-products,.style-assistant-error,.style-assistant-restart,.style-assistant-loading{margin-left:0}
  .style-assistant-form{grid-template-columns:1fr}
  .style-assistant-product{grid-template-columns:92px minmax(0,1fr);min-height:136px}
  .style-assistant-product-body{padding:12px}
  .style-assistant-product-meta{font-size:10px}
  .style-assistant-product-actions{flex-direction:column}
  .style-assistant-product-actions a,.style-assistant-product-actions button{width:100%;min-height:36px}
  .style-assistant-footer{padding:12px 14px calc(14px + env(safe-area-inset-bottom));flex-direction:column}
  .style-assistant-toast{left:14px;right:14px;bottom:calc(14px + env(safe-area-inset-bottom));transform:translateY(15px);white-space:normal}
  .style-assistant-toast.show{transform:none}
}
