/* y-ask-y-hub-v1h — Hector + SpectralHX · vanta/cobalt/uranium */
#y-hector-root{all:initial;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}
#y-hector-fab{
  position:fixed;right:20px;bottom:20px;z-index:2147483000;
  width:56px;height:56px;border-radius:9999px;border:1px solid #d4ff00;cursor:pointer;
  background:#1e4ed8;color:#d4ff00;font-weight:800;font-size:13px;letter-spacing:.02em;
  box-shadow:0 8px 28px rgba(0,0,0,.6),0 0 0 1px rgba(30,78,216,.45);
  display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.1;
  transition:transform .15s ease,background .15s ease;
}
#y-hector-fab:hover{transform:scale(1.06);background:#2563eb}
#y-hector-fab[aria-expanded="true"]{background:#172554;color:#d4ff00}
#y-hector-backdrop{
  position:fixed;inset:0;z-index:2147483001;background:rgba(0,0,0,.6);
  opacity:0;pointer-events:none;transition:opacity .2s ease;
}
#y-hector-backdrop.open{opacity:1;pointer-events:auto}
#y-hector-drawer{
  position:fixed;top:0;right:0;z-index:2147483002;
  width:min(440px,100vw);height:100%;
  background:linear-gradient(180deg,#0b1220 0%,#05070a 45%,#071018 100%);
  color:#e4e4e7;border-left:1px solid rgba(30,78,216,.45);
  box-shadow:-16px 0 48px rgba(0,0,0,.65);
  transform:translateX(105%);transition:transform .22s ease;
  display:flex;flex-direction:column;
}
#y-hector-drawer.open{transform:translateX(0)}
#y-hector-hdr{
  flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;
  gap:10px;padding:10px 12px;border-bottom:1px solid rgba(30,78,216,.3);
  background:rgba(5,7,10,.95);
}
#y-hector-hdr .title{font-size:14px;font-weight:700;color:#d4ff00}
#y-ask-tabs{display:flex;gap:6px;padding:8px 12px;border-bottom:1px solid rgba(30,78,216,.22);background:rgba(5,7,10,.9)}
#y-ask-tabs button{
  flex:1;border:1px solid rgba(30,78,216,.4);background:transparent;color:#9fb6cc;
  border-radius:8px;padding:8px 10px;cursor:pointer;font-size:12px;font-weight:600;
}
#y-ask-tabs button.active{background:#1e4ed8;color:#d4ff00;border-color:#d4ff00}
#y-hector-close{
  border:none;background:transparent;color:#9fb6cc;cursor:pointer;
  font-size:22px;line-height:1;padding:4px 8px;border-radius:8px;
}
#y-hector-close:hover{background:rgba(255,255,255,.06);color:#fff}
#y-hector-frame,#y-spectral-frame{flex:1 1 auto;border:0;width:100%;height:100%;background:#05070a;display:none}
#y-hector-frame.active,#y-spectral-frame.active{display:block}
#y-spectral-fallback{
  display:none;flex:1;flex-direction:column;align-items:center;justify-content:center;
  gap:12px;padding:24px;text-align:center;color:#9fb6cc;font-size:13px;
}
#y-spectral-fallback.active{display:flex}
#y-spectral-fallback a{color:#d4ff00;font-weight:700}
@media (max-width:520px){#y-hector-drawer{width:100vw}#y-hector-fab{right:14px;bottom:14px}}
