/* AVM Studios Local Chatbot - scoped, static, no API */
:root{
  --avm-chat-bg:#030405;
  --avm-chat-panel:rgba(8,9,12,.96);
  --avm-chat-text:#fffaf0;
  --avm-chat-muted:rgba(255,255,255,.68);
  --avm-chat-line:rgba(230,194,93,.22);
  --avm-chat-gold:#ffe38a;
  --avm-chat-gold2:#d6b354;
  --avm-chat-shadow:0 26px 90px rgba(0,0,0,.52);
}
.avm-local-chatbot,
.avm-local-chatbot *{box-sizing:border-box}
.avm-local-chatbot{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:99999;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--avm-chat-text);
}
.avm-local-chatbot-toggle{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  margin:0;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  transition:transform .25s ease,filter .25s ease;
}
.avm-local-chatbot-toggle:hover{transform:translateY(-3px);filter:brightness(1.05)}
.avm-local-chatbot-tag{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:218px;
  min-height:80px;
  padding:9px 17px 9px 12px;
  border-radius:24px;
  border:1px solid rgba(230,194,93,.58);
  background:linear-gradient(180deg,rgba(19,16,10,.96),rgba(5,6,8,.92));
  box-shadow:0 18px 40px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.12),0 0 0 1px rgba(0,0,0,.4);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  text-align:left;
  white-space:nowrap;
}
.avm-local-chatbot-tag-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:5px;
  min-width:0;
}
.avm-local-chatbot-tag-main{
  display:block;
  color:var(--avm-chat-gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-shadow:0 0 14px rgba(214,179,84,.28),0 1px 0 rgba(0,0,0,.95);
}
.avm-local-chatbot-tag-sub{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:9px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.avm-local-chatbot-logo-shell{
  width:70px;
  height:70px;
  flex:0 0 70px;
  display:grid;
  place-items:center;
  overflow:visible;
  border-radius:999px;
  padding:0;
  background:transparent;
  box-shadow:none;
  line-height:0;
}
.avm-local-chatbot-logo-shell img{
  width:68px;
  height:68px;
  max-width:68px;
  max-height:68px;
  object-fit:contain;
  object-position:center center;
  display:block;
  transform:none;
  background:transparent;
  border-radius:0;
  clip-path:none;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.34)) drop-shadow(0 0 8px rgba(214,179,84,.12));
  transition:transform .25s ease;
}
.avm-local-chatbot-toggle:hover .avm-local-chatbot-logo-shell img{transform:translateY(-2px) scale(1.03)}
.avm-local-chatbot-window{
  position:absolute;
  right:0;
  bottom:86px;
  width:min(385px,calc(100vw - 32px));
  max-height:min(700px,calc(100vh - 108px));
  overflow:hidden;
  border:1px solid rgba(230,194,93,.26);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(17,14,8,.98),rgba(3,4,5,.97)),radial-gradient(circle at 18% 0%,rgba(214,179,84,.18),transparent 34%);
  box-shadow:var(--avm-chat-shadow);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  opacity:0;
  pointer-events:none;
  transform:translateY(16px) scale(.97);
  transition:opacity .24s ease,transform .24s ease;
}
.avm-local-chatbot.is-open .avm-local-chatbot-window{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}
.avm-local-chatbot-header{
  position:relative;
  top:auto;
  left:auto;
  width:auto;
  transform:none;
  min-height:78px;
  padding:16px 18px;
  background:linear-gradient(180deg,rgba(214,179,84,.11),rgba(255,255,255,.015));
  border-bottom:1px solid rgba(214,179,84,.14);
  border-top:0;
  border-left:0;
  border-right:0;
  border-radius:0;
  box-shadow:none;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.avm-local-chatbot-avatar{width:60px;height:60px;border-radius:18px;display:grid;place-items:center;overflow:hidden;flex:0 0 60px;border:1px solid rgba(214,179,84,.24);background:rgba(255,255,255,.035)}
.avm-local-chatbot-avatar img{width:60px;height:60px;object-fit:cover;transform:scale(1.28)}
.avm-local-chatbot-title-wrap{min-width:0;flex:1}
.avm-local-chatbot-eyebrow{color:rgba(255,255,255,.74);font-size:9px;line-height:1;font-weight:700;letter-spacing:.22em;text-transform:uppercase;margin-bottom:6px}
.avm-local-chatbot-title{color:var(--avm-chat-gold);font-size:13px;line-height:1.05;font-weight:900;letter-spacing:.18em;text-transform:uppercase;text-shadow:0 0 16px rgba(214,179,84,.28),0 1px 0 rgba(0,0,0,.95);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.avm-local-chatbot-subtitle{margin-top:5px;color:rgba(255,255,255,.60);font-size:11px;line-height:1.25}
.avm-local-chatbot-close{appearance:none;position:relative;z-index:3;width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border:1px solid rgba(214,179,84,.22);border-radius:50%;background:rgba(255,255,255,.03);color:var(--avm-chat-gold);font-size:22px;line-height:1;font-weight:500;cursor:pointer;pointer-events:auto;touch-action:manipulation;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transition:transform .22s ease,border-color .22s ease,color .22s ease,background .22s ease}
.avm-local-chatbot-close:hover{transform:scale(1.06);border-color:rgba(255,223,122,.62);color:#fff;background:rgba(214,179,84,.12)}
.avm-local-chatbot-body{padding:18px;max-height:456px;overflow:auto;scroll-behavior:smooth}
.avm-local-chatbot-message{margin:0 0 12px;display:flex}
.avm-local-chatbot-message.bot{justify-content:flex-start}
.avm-local-chatbot-message.user{justify-content:flex-end}
.avm-local-chatbot-bubble{max-width:88%;border-radius:18px;padding:12px 13px;font-size:13px;line-height:1.55;border:1px solid rgba(255,255,255,.10)}
.avm-local-chatbot-message.bot .avm-local-chatbot-bubble{background:rgba(255,255,255,.055);color:rgba(255,255,255,.82)}
.avm-local-chatbot-message.user .avm-local-chatbot-bubble{background:linear-gradient(135deg,rgba(214,179,84,.95),rgba(255,227,138,.86));color:#12100a;border-color:rgba(255,255,255,.14);font-weight:750}
.avm-local-chatbot-actions{display:grid;gap:10px;margin-top:15px}
.avm-local-chatbot-option{appearance:none;width:100%;text-align:left;padding:12px 14px;border:1px solid rgba(214,179,84,.18);border-radius:16px;background:rgba(255,255,255,.035);color:#fff;font-size:12px;letter-spacing:.06em;line-height:1.4;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.avm-local-chatbot-option:hover{transform:translateY(-1px);border-color:rgba(255,223,122,.55);background:rgba(214,179,84,.09)}
.avm-local-chatbot-footer{padding:13px 17px 17px;border-top:1px solid rgba(214,179,84,.14);display:grid;grid-template-columns:1fr 1fr;gap:9px;background:rgba(3,4,5,.58)}
.avm-local-chatbot-footer a,
.avm-local-chatbot-footer button{min-height:42px;border-radius:15px;display:grid;place-items:center;text-decoration:none;font-size:12px;font-weight:850;cursor:pointer;text-align:center}
.avm-local-chatbot-primary{border:1px solid rgba(255,223,122,.55);background:linear-gradient(135deg,#d6b354,#ffe38a);color:#151008}
.avm-local-chatbot-secondary{border:1px solid rgba(214,179,84,.20);color:#fff;background:rgba(255,255,255,.045)}
@media(max-width:1120px){
  .avm-local-chatbot{right:16px;bottom:calc(16px + env(safe-area-inset-bottom))}
  .avm-local-chatbot-tag{width:76px;min-width:0;min-height:0;height:76px;padding:6px;border-radius:999px;gap:0}
  .avm-local-chatbot-tag-copy{display:none}
  .avm-local-chatbot-logo-shell{width:64px;height:64px;flex-basis:64px}
  .avm-local-chatbot-logo-shell img{width:62px;height:62px;max-width:62px;max-height:62px}
  .avm-local-chatbot-window{bottom:88px;max-height:calc(100vh - 106px)}
}
@media(max-width:767px){
  .avm-local-chatbot{right:12px;bottom:calc(12px + env(safe-area-inset-bottom))}
  .avm-local-chatbot-tag{width:68px;min-width:0;min-height:0;height:68px;padding:5px;border-radius:999px;gap:0}
  .avm-local-chatbot-tag-copy{display:none}
  .avm-local-chatbot-tag-main{font-size:11px;letter-spacing:.14em}
  .avm-local-chatbot-tag-sub{font-size:8px;letter-spacing:.16em}
  .avm-local-chatbot-logo-shell{width:58px;height:58px;flex-basis:58px}
  .avm-local-chatbot-logo-shell img{width:56px;height:56px;max-width:56px;max-height:56px}
  .avm-local-chatbot-window{bottom:78px;max-height:calc(100vh - 96px)}
  .avm-local-chatbot-header{min-height:74px;padding:14px 16px}
  .avm-local-chatbot-avatar{width:54px;height:54px;flex-basis:54px}
  .avm-local-chatbot-avatar img{width:54px;height:54px}
  .avm-local-chatbot-title{font-size:12px}
  .avm-local-chatbot-eyebrow{font-size:8px}
}
@media(max-width:420px){
  .avm-local-chatbot-tag{width:64px;height:64px;min-width:0;padding:4px;gap:0}
  .avm-local-chatbot-logo-shell{width:56px;height:56px;flex-basis:56px}
  .avm-local-chatbot-logo-shell img{width:54px;height:54px;max-width:54px;max-height:54px}
  .avm-local-chatbot-footer{grid-template-columns:1fr}
  .avm-local-chatbot-window{width:calc(100vw - 24px);bottom:74px}
}
