/* MovieHub · Правовая информация — стили страниц и формы обращений */
.mh-legal-content{max-width:920px;margin:20px auto 50px;padding:28px;border:1px solid #1d2c36;border-radius:12px;background:#101a22;color:#d8dfe4;font-size:16px;line-height:1.75}
.mh-legal-content h2{margin:30px 0 10px;color:#fff;font-size:24px}
.mh-legal-content a{color:#ffb21a}
.mh-legal-content li{margin:7px 0}
.mh-legal-updated{margin-top:28px;color:#77858f;font-size:13px}
@media(max-width:650px){.mh-legal-content{margin:10px;padding:18px;font-size:14px}.mh-legal-content h2{font-size:20px}}

/* ===== Форма обращения правообладателя ===== */
.mhl-form{margin:26px 0 8px;border:1px solid #24343f;border-radius:14px;background:linear-gradient(145deg,#14202a,#0d171f);overflow:hidden}
.mhl-form__intro{padding:20px 24px;border-bottom:1px solid #22323d;background:radial-gradient(ellipse at 20% 0,#1a2a35 0,transparent 70%)}
.mhl-form__intro h2{margin:0;color:#fff;font-size:22px}
.mhl-form__intro p{margin:8px 0 0;color:#aebac2;font-size:14px;line-height:1.6}
.mhl-form__body{padding:24px}
.mhl-field{margin-bottom:16px}
.mhl-field label{display:block;font-size:13px;font-weight:700;color:#c4cdd3;margin-bottom:7px}
.mhl-field input[type=text],.mhl-field input[type=email],.mhl-field input[type=url],.mhl-field select,.mhl-field textarea{
  width:100%;background:#0c151c;border:1px solid #263944;border-radius:9px;color:#e8edf1;
  padding:11px 13px;font-size:14px;font-family:inherit;box-sizing:border-box;transition:border-color .15s,box-shadow .15s
}
.mhl-field input:focus,.mhl-field select:focus,.mhl-field textarea:focus{outline:none;border-color:#ffad16;box-shadow:0 0 0 3px rgba(255,173,22,.12)}
.mhl-field input::placeholder,.mhl-field textarea::placeholder{color:#5d6d79}
.mhl-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.mhl-consent{display:flex;align-items:flex-start;gap:10px;margin:4px 0 18px;color:#c4cdd3;font-size:13px;line-height:1.5;cursor:pointer}
.mhl-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:#ffad16;flex-shrink:0;cursor:pointer}
.mhl-submit{
  display:inline-block;padding:13px 26px;border:0;border-radius:10px;cursor:pointer;
  background:linear-gradient(135deg,#ffbe35,#ff9810);color:#101010;font-size:15px;font-weight:800;
  box-shadow:0 6px 18px rgba(255,166,20,.22);transition:transform .15s,box-shadow .15s;font-family:inherit
}
.mhl-submit:hover{transform:translateY(-1px);box-shadow:0 9px 24px rgba(255,166,20,.32)}
.mhl-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}
.mhl-result{margin:14px 0 0;font-size:14px;line-height:1.5;min-height:20px}
.mhl-result.is-ok{color:#3dd68c}
.mhl-result.is-err{color:#ff5c5c}
.mhl-alt{margin:16px 0 0;color:#77858f;font-size:13px}
.mhl-alt a{color:#ffb21a}
@media(max-width:650px){.mhl-row{grid-template-columns:1fr}.mhl-form__body{padding:18px}}

/* ===== Список обращений (админка) ===== */
.mhl-pill{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700}
.mhl-pill--green{background:#e2f5eb;color:#1e9e63}
.mhl-pill--red{background:#fdecec;color:#d63638}
