.mechlo-consent-open { overflow: hidden; }
.mechlo-consent-backdrop[hidden] { display: none; }
.mechlo-consent-backdrop {
  position: fixed; inset: 0; z-index: 10000; display: grid; align-items: end;
  padding: 24px; background: rgba(2, 6, 12, .7); backdrop-filter: blur(8px);
}
.mechlo-consent {
  width: min(760px, 100%); margin: 0 auto; padding: 26px; display: grid;
  grid-template-columns: 44px minmax(0, 1fr); gap: 18px; color: #eaf1fa;
  border: 1px solid rgba(180, 207, 241, .24); border-radius: 24px;
  background: #0a111c; box-shadow: 0 28px 90px rgba(0, 0, 0, .55);
  font-family: Arial, sans-serif;
}
.mechlo-consent__mark {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px;
  background: #f4f7fb; color: #081018; font-size: 20px; font-weight: 800;
}
.mechlo-consent__eyebrow { margin: 0 0 7px; color: #83edc7; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mechlo-consent h2 { margin: 0 0 10px; color: #f5f8fc; font-size: clamp(20px, 3vw, 27px); line-height: 1.18; }
.mechlo-consent p { margin: 0; color: #b8c5d6; font-size: 14px; line-height: 1.65; }
.mechlo-consent__links { margin-top: 8px !important; }
.mechlo-consent a { color: #dce8f7; text-underline-offset: 3px; }
.mechlo-consent__details { margin-top: 18px; border: 1px solid rgba(180, 207, 241, .14); border-radius: 15px; overflow: hidden; }
.mechlo-consent__details label { padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: rgba(255,255,255,.02); }
.mechlo-consent__details label + label { border-top: 1px solid rgba(180, 207, 241, .12); }
.mechlo-consent__details span { display: grid; gap: 3px; }
.mechlo-consent__details strong { color: #eef5fd; font-size: 14px; }
.mechlo-consent__details small { color: #9eacbe; font-size: 12px; line-height: 1.45; }
.mechlo-consent__details input { width: 21px; height: 21px; accent-color: #6deec2; flex: 0 0 auto; }
.mechlo-consent__actions { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 9px; }
.mechlo-consent__button { min-height: 43px; padding: 10px 17px; border-radius: 11px; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.mechlo-consent__button--primary { border: 1px solid #83edc7; background: #83edc7; color: #07120f; }
.mechlo-consent__button--secondary { border: 1px solid #e3ebf5; background: #e3ebf5; color: #081018; }
.mechlo-consent__button--text { border: 1px solid transparent; background: transparent; color: #c5d1df; text-decoration: underline; text-underline-offset: 3px; }
.mechlo-consent__button:focus-visible, .mechlo-consent-settings:focus-visible, .mechlo-consent a:focus-visible, .mechlo-consent input:focus-visible { outline: 3px solid rgba(131,237,199,.48); outline-offset: 3px; }
.mechlo-consent-settings {
  position: fixed; right: 18px; bottom: 18px; z-index: 9998; padding: 9px 12px;
  border: 1px solid rgba(183, 205, 234, .25); border-radius: 999px;
  background: rgba(8, 15, 25, .94); color: #dce7f5; box-shadow: 0 10px 34px rgba(0,0,0,.28);
  font: 700 11px/1.2 Arial, sans-serif; cursor: pointer;
}
@media (max-width: 640px) {
  .mechlo-consent-backdrop { padding: 10px; }
  .mechlo-consent { padding: 20px; grid-template-columns: 1fr; gap: 12px; border-radius: 20px; }
  .mechlo-consent__mark { width: 38px; height: 38px; }
  .mechlo-consent__actions { display: grid; }
  .mechlo-consent__button { width: 100%; }
  .mechlo-consent-settings { right: 10px; bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .mechlo-consent-backdrop { backdrop-filter: none; }
}
