.hfh-legal-dialog{
  width:min(920px,calc(100vw - 32px));
  height:min(82vh,820px);
  max-width:none;
  max-height:none;
  margin:auto;
  padding:0;
  border:1px solid rgba(143,166,190,.55);
  border-radius:18px;
  background:#fff;
  color:#10233a;
  box-shadow:0 24px 70px rgba(3,13,27,.42);
  overflow:hidden;
}
.hfh-legal-dialog::backdrop{background:rgba(3,13,27,.72);backdrop-filter:blur(2px)}
.hfh-legal-shell{height:100%;display:grid;grid-template-rows:auto 1fr;background:#fff}
.hfh-legal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid #d9e2ec;background:#f7fafc}
.hfh-legal-title{margin:0;font:700 18px/1.25 system-ui,-apple-system,"Segoe UI",sans-serif;color:#10233a}
.hfh-legal-close{min-width:44px;min-height:44px;border:1px solid #aab8c7;border-radius:10px;background:#fff;color:#10233a;font:700 15px/1 system-ui,-apple-system,"Segoe UI",sans-serif;cursor:pointer}
.hfh-legal-close:hover{background:#eef4f8}
.hfh-legal-close:focus-visible{outline:3px solid #2f80ed;outline-offset:2px}
.hfh-legal-frame{width:100%;height:100%;border:0;background:#fff}
body.hfh-legal-open{overflow:hidden}
@media (max-width:600px){
  .hfh-legal-dialog{width:calc(100vw - 16px);height:calc(100dvh - 16px);border-radius:14px}
  .hfh-legal-header{padding:10px 12px}
  .hfh-legal-title{font-size:16px}
}
@media (prefers-reduced-motion:no-preference){
  .hfh-legal-dialog[open]{animation:hfhLegalIn .16s ease-out}
  @keyframes hfhLegalIn{from{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:none}}
}
