
#camh-new-root,#camh-new-root *{box-sizing:border-box}
#camh-new-root{
  position:fixed; inset:0; z-index:2147483000; pointer-events:none;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
#camh-new-toggle{
  position:fixed; right:22px; bottom:22px; width:118px; height:146px;
  border:0; background:transparent; padding:0; cursor:pointer; pointer-events:auto;
  filter:none!important; box-shadow:none!important;
}
#camh-new-launcher{width:100%;height:100%;object-fit:contain;display:block;background:transparent}
#camh-new-panel{
  position:fixed; right:24px; bottom:174px; width:min(390px,calc(100vw - 30px));
  height:min(610px,calc(100dvh - 215px)); min-height:430px;
  display:flex;flex-direction:column;overflow:hidden;
  border:1px solid rgba(40,226,232,.52);border-radius:22px;
  background:linear-gradient(180deg,rgba(7,13,21,.985),rgba(10,18,28,.985));
  box-shadow:0 24px 80px rgba(0,0,0,.52);
  opacity:0;visibility:hidden;transform:translateY(14px) scale(.98);
  transition:.2s ease;pointer-events:none;color:#f8fbff;
}
#camh-new-panel.open{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.camh-new-header{
  min-height:72px;padding:14px 16px 14px 18px;display:flex;align-items:center;
  justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);
}
.camh-new-title{display:flex;flex-direction:column;gap:2px}
.camh-new-title strong{font-size:19px;letter-spacing:.04em}
.camh-new-title span{font-size:12px;color:#8ea1b4}
#camh-new-close{width:36px;height:36px;border:0;border-radius:50%;font-size:26px;line-height:1;color:#aab8c6;background:rgba(255,255,255,.06);cursor:pointer}
#camh-new-messages{flex:1;overflow:auto;padding:16px 14px 12px;scroll-behavior:smooth}
.camh-new-row{display:flex;margin:0 0 11px}
.camh-new-row.user{justify-content:flex-end}
.camh-new-bubble{max-width:82%;padding:11px 13px;border-radius:16px;font-size:14px;line-height:1.42;white-space:pre-wrap}
.camh-new-row.assistant .camh-new-bubble{background:#171f29;border:1px solid rgba(255,255,255,.06);border-bottom-left-radius:5px}
.camh-new-row.user .camh-new-bubble{background:linear-gradient(135deg,#0aa8b4,#20dde4);color:#001217;font-weight:600;border-bottom-right-radius:5px}
#camh-new-quick{display:flex;gap:7px;flex-wrap:wrap;padding:8px 12px 10px;border-top:1px solid rgba(255,255,255,.05)}
#camh-new-quick button{border:1px solid rgba(37,224,232,.34);background:rgba(27,204,216,.07);color:#bffcff;border-radius:999px;padding:8px 10px;font-size:12px;cursor:pointer}
#camh-new-form{display:flex;gap:8px;padding:11px;border-top:1px solid rgba(255,255,255,.08)}
#camh-new-input{flex:1;min-width:0;height:46px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#101823;color:#fff;padding:0 13px;outline:none;font-size:14px}
#camh-new-input:focus{border-color:rgba(38,224,232,.7)}
#camh-new-form button{width:46px;min-width:46px;height:46px;border:0;border-radius:14px;background:linear-gradient(135deg,#13cbd6,#45f0f4);color:#061216;font-size:21px;cursor:pointer}
#camh-new-action{
  position:fixed;right:24px;bottom:75px;width:180px;height:230px;
  display:none;align-items:flex-end;justify-content:center;pointer-events:none;
}
#camh-new-action.show{display:flex}
#camh-new-action-img{width:100%;height:100%;object-fit:contain;background:transparent}
@media(max-width:600px){
  #camh-new-toggle{right:8px;bottom:10px;width:98px;height:124px}
  #camh-new-panel{right:10px;bottom:140px;width:calc(100vw - 20px);height:min(68dvh,610px);min-height:390px;border-radius:18px}
  #camh-new-action{right:7px;bottom:58px;width:145px;height:190px}
}
