.pmg-consent-root{
  position:relative;
  z-index:10000;
  font-family:var(--ff-body,Inter,system-ui,sans-serif);
  color:var(--ivory,#F7F4EC);
}
.pmg-consent-card,
.pmg-consent-panel{
  position:fixed;
  left:clamp(1rem,3vw,1.5rem);
  bottom:clamp(1rem,3vw,1.5rem);
  width:min(420px,calc(100vw - 2rem));
  border:1px solid rgba(216,204,173,.34);
  background:
    linear-gradient(145deg,rgba(21,25,27,.98),rgba(29,34,37,.95)),
    var(--graphite,#15191B);
  box-shadow:0 28px 80px rgba(0,0,0,.36);
  padding:1.15rem;
}
.pmg-consent-card[hidden],
.pmg-consent-panel[hidden]{display:none}
.pmg-consent-kicker{
  display:block;
  margin-bottom:.5rem;
  color:var(--champagne,#D8CCAD);
  font-size:.58rem;
  font-weight:800;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.pmg-consent-title{
  margin:0 0 .5rem;
  color:var(--ivory,#F7F4EC);
  font-family:var(--ff-head,Manrope,system-ui,sans-serif);
  font-size:1.05rem;
  line-height:1.25;
  font-weight:800;
  letter-spacing:0;
}
.pmg-consent-text{
  margin:0;
  color:rgba(247,244,236,.75);
  font-size:.86rem;
  line-height:1.55;
  letter-spacing:0;
}
.pmg-consent-links{
  display:flex;
  flex-wrap:wrap;
  gap:.35rem .8rem;
  margin:.85rem 0 0;
}
.pmg-consent-links a,
.pmg-consent-footer-link{
  color:var(--champagne,#D8CCAD);
  text-decoration:none;
  border-bottom:1px solid rgba(216,204,173,.45);
}
.pmg-consent-links a:hover,
.pmg-consent-footer-link:hover{
  color:var(--ivory,#F7F4EC);
  border-color:var(--ivory,#F7F4EC);
}
.pmg-consent-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.55rem;
  margin-top:1rem;
}
.pmg-consent-actions .pmg-consent-primary{grid-column:1 / -1}
.pmg-consent-button{
  min-height:42px;
  border:1px solid rgba(216,204,173,.45);
  background:transparent;
  color:var(--ivory,#F7F4EC);
  padding:.75rem .85rem;
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.15em;
  line-height:1.15;
  text-align:center;
  text-transform:uppercase;
  transition:background .22s,border-color .22s,color .22s,transform .22s;
}
.pmg-consent-button:hover{
  transform:translateY(-1px);
  border-color:var(--champagne,#D8CCAD);
  background:rgba(216,204,173,.1);
}
.pmg-consent-primary{
  background:var(--champagne,#D8CCAD);
  border-color:var(--champagne,#D8CCAD);
  color:var(--graphite,#15191B);
}
.pmg-consent-primary:hover{
  background:var(--ivory,#F7F4EC);
  border-color:var(--ivory,#F7F4EC);
  color:var(--graphite,#15191B);
}
.pmg-consent-panel{
  width:min(480px,calc(100vw - 2rem));
  max-height:calc(100svh - 2rem);
  overflow:auto;
}
.pmg-consent-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:.9rem;
}
.pmg-consent-close{
  width:36px;
  height:36px;
  flex:0 0 auto;
  border:1px solid rgba(216,204,173,.32);
  background:rgba(247,244,236,.04);
  color:var(--ivory,#F7F4EC);
  font-size:1.15rem;
  line-height:1;
}
.pmg-consent-close:hover{
  background:var(--champagne,#D8CCAD);
  color:var(--graphite,#15191B);
}
.pmg-consent-choice{
  display:grid;
  grid-template-columns:1fr auto;
  gap:1rem;
  align-items:center;
  padding:1rem 0;
  border-top:1px solid rgba(216,204,173,.18);
}
.pmg-consent-choice strong{
  display:block;
  color:var(--ivory,#F7F4EC);
  font-family:var(--ff-head,Manrope,system-ui,sans-serif);
  font-size:.92rem;
  line-height:1.25;
}
.pmg-consent-choice span{
  display:block;
  margin-top:.25rem;
  color:rgba(247,244,236,.68);
  font-size:.78rem;
  line-height:1.45;
}
.pmg-consent-toggle{
  position:relative;
  display:inline-flex;
  width:52px;
  height:30px;
  flex:0 0 auto;
}
.pmg-consent-toggle input{
  position:absolute;
  inset:0;
  opacity:0;
}
.pmg-consent-switch{
  position:absolute;
  inset:0;
  border:1px solid rgba(216,204,173,.38);
  background:rgba(247,244,236,.08);
  transition:background .2s,border-color .2s;
}
.pmg-consent-switch::after{
  content:'';
  position:absolute;
  top:4px;
  left:4px;
  width:20px;
  height:20px;
  background:rgba(247,244,236,.85);
  transition:transform .2s,background .2s;
}
.pmg-consent-toggle input:checked + .pmg-consent-switch{
  background:var(--champagne,#D8CCAD);
  border-color:var(--champagne,#D8CCAD);
}
.pmg-consent-toggle input:checked + .pmg-consent-switch::after{
  transform:translateX(22px);
  background:var(--graphite,#15191B);
}
.pmg-consent-toggle input:disabled + .pmg-consent-switch{
  opacity:.72;
}
.pmg-consent-footer-link{
  display:inline-flex;
  align-items:center;
  border:0;
  border-bottom:1px solid rgba(216,204,173,.45);
  background:transparent;
  padding:0;
  font:inherit;
  font-size:inherit;
  letter-spacing:inherit;
  cursor:pointer;
}
.ft-soc .pmg-consent-footer-link{
  color:rgba(247,244,236,.58);
  font-size:.62rem;
  font-weight:800;
  letter-spacing:.25em;
  text-transform:uppercase;
  transition:color .25s;
}
.ft-soc .pmg-consent-footer-link:hover{
  color:var(--champagne,var(--gold-light,#D8CCAD));
}
@media (max-width:640px){
  .pmg-consent-card,
  .pmg-consent-panel{
    left:1rem;
    right:1rem;
    bottom:1rem;
    width:auto;
    padding:1rem;
  }
  .pmg-consent-actions{
    grid-template-columns:1fr;
  }
  .pmg-consent-actions .pmg-consent-primary{grid-column:auto}
}
