.wfs-cookie-launcher,
.wfs-cookie-banner{
  font-family:var(--wfs-font,Switzer,Inter,system-ui,sans-serif);
  color:#f3f7ff;
}

.wfs-cookie-launcher[hidden],
.wfs-cookie-banner[hidden],
.wfs-cookie-banner__compact[hidden],
.wfs-cookie-banner__expanded[hidden]{
  display:none!important;
}

.wfs-cookie-launcher{
  position:fixed;
  left:clamp(14px,3vw,24px);
  bottom:clamp(14px,3vw,24px);
  z-index:10055;
  display:inline-grid;
  place-items:center;
  width:50px;
  height:50px;
  border:1px solid transparent;
  border-radius:999px;
  background:
    linear-gradient(145deg,rgba(15,21,34,.98),rgba(5,8,15,.98)) padding-box,
    linear-gradient(147deg,rgba(6,79,225,.95),rgba(79,140,255,.72),rgba(255,255,255,.2)) border-box;
  color:#dce8ff;
  box-shadow:0 16px 34px rgba(0,0,0,.34),0 10px 24px rgba(6,79,225,.2),inset 0 0 0 1px rgba(255,255,255,.05);
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease;
}

.wfs-cookie-launcher:hover,
.wfs-cookie-launcher:focus-visible,
.wfs-cookie-launcher[aria-expanded="true"]{
  color:#fff;
  box-shadow:0 18px 44px rgba(0,0,0,.42),0 0 0 4px rgba(6,79,225,.22),0 12px 30px rgba(79,140,255,.26),inset 0 0 0 1px rgba(255,255,255,.08);
  outline:none;
}

.wfs-cookie-launcher:active{
  transform:translateY(1px);
}

.wfs-cookie-launcher__icon{
  width:27px;
  height:27px;
  display:block;
}

.wfs-cookie-launcher__icon svg{
  width:100%;
  height:100%;
  display:block;
}

.wfs-cookie-banner{
  position:fixed;
  left:clamp(14px,3vw,24px);
  bottom:clamp(14px,3vw,24px);
  z-index:10050;
  display:block;
  width:min(336px,calc(100vw - 28px));
  border:1px solid rgba(79,140,255,.22);
  border-radius:8px;
  background:linear-gradient(180deg,rgba(15,21,34,.98) 0%,rgba(6,9,17,.98) 100%);
  box-shadow:0 24px 70px rgba(0,0,0,.52),0 12px 34px rgba(6,79,225,.16),inset 0 1px 0 rgba(255,255,255,.08);
  overflow:hidden;
  backdrop-filter:blur(16px);
}

.wfs-cookie-banner::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,rgba(6,79,225,.22),rgba(79,140,255,.9),rgba(255,255,255,.12));
}

.wfs-cookie-banner[data-wfs-cookie-mode="expanded"]{
  width:min(456px,calc(100vw - 28px));
  border-color:rgba(79,140,255,.3);
  box-shadow:0 28px 84px rgba(0,0,0,.58),0 16px 44px rgba(6,79,225,.2),inset 0 1px 0 rgba(255,255,255,.08);
}

.wfs-cookie-banner__compact{
  display:grid;
  gap:13px;
  padding:18px 16px 16px;
}

.wfs-cookie-banner__head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  align-items:center;
}

.wfs-cookie-banner__badge{
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  color:#8bb0fa;
  filter:drop-shadow(0 0 12px rgba(79,140,255,.28));
}

.wfs-cookie-banner__badge svg,
.wfs-cookie-button__icon{
  width:25px;
  height:25px;
  display:block;
}

.wfs-cookie-banner__title{
  display:block;
  margin:0;
  color:#f3f7ff;
  font-size:1rem;
  font-weight:800;
  line-height:1.15;
  letter-spacing:0;
}

.wfs-cookie-banner__text,
.wfs-cookie-expanded__text,
.wfs-cookie-expanded__list{
  margin:0;
  color:rgba(243,247,255,.72);
  font-size:.84rem;
  line-height:1.52;
  letter-spacing:0;
}

.wfs-cookie-banner__link,
.wfs-cookie-expanded__link{
  color:#8bb0fa;
  font-weight:800;
  text-decoration:none;
}

.wfs-cookie-banner__link:hover,
.wfs-cookie-banner__link:focus-visible,
.wfs-cookie-expanded__link:hover,
.wfs-cookie-expanded__link:focus-visible{
  color:#dce8ff;
  text-decoration:underline;
  text-underline-offset:3px;
  outline:none;
}

.wfs-cookie-banner__actions{
  display:grid;
  gap:12px;
}

.wfs-cookie-banner__compact .wfs-cookie-banner__actions{
  grid-template-columns:34px minmax(0,1fr) minmax(0,1fr);
  gap:12px;
}

.wfs-cookie-button,
.wfs-cookie-preferences-link{
  border:1px solid rgba(243,247,255,.18);
  border-radius:7px;
  background:rgba(255,255,255,.045);
  color:rgba(243,247,255,.84);
  cursor:pointer;
  font:.88rem/1 var(--wfs-font,Switzer,Inter,system-ui,sans-serif);
  letter-spacing:0;
  transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.wfs-cookie-button{
  font-weight:400;
}

.wfs-cookie-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  white-space:nowrap;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

.wfs-cookie-button--icon{
  width:34px;
  min-width:34px;
  padding:0;
  color:#dce8ff;
}

.wfs-cookie-button:hover,
.wfs-cookie-button:focus-visible,
.wfs-cookie-preferences-link:hover,
.wfs-cookie-preferences-link:focus-visible{
  border-color:rgba(79,140,255,.58);
  background:rgba(79,140,255,.12);
  color:#fff;
  box-shadow:0 0 0 3px rgba(6,79,225,.22),inset 0 1px 0 rgba(255,255,255,.08);
  outline:none;
}

.wfs-cookie-button:active,
.wfs-cookie-preferences-link:active{
  transform:translateY(1px);
}

.wfs-cookie-button--primary{
  border-color:rgba(79,140,255,.78);
  background:linear-gradient(147deg,#064fe1 0%,#4f8cff 74%);
  color:#fff;
  box-shadow:0 10px 18px rgba(6,79,225,.28),inset 0 1px 0 rgba(255,255,255,.16);
}

.wfs-cookie-button--primary:hover,
.wfs-cookie-button--primary:focus-visible{
  border-color:rgba(220,232,255,.72);
  background:linear-gradient(147deg,#0a58ff 0%,#6aa2ff 74%);
}

.wfs-cookie-preferences-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
}

.wfs-cookie-banner__expanded{
  display:block;
}

.wfs-cookie-expanded__bar{
  display:grid;
  place-items:center;
  min-height:56px;
  padding:14px 18px;
  background:linear-gradient(147deg,#064fe1 0%,#4f8cff 74%);
  color:#fff;
  font-size:1.05rem;
  font-weight:840;
  line-height:1.2;
  text-align:center;
  box-shadow:0 10px 24px rgba(6,79,225,.28);
}

.wfs-cookie-expanded__body{
  display:grid;
  gap:16px;
  padding:24px 24px 22px;
}

.wfs-cookie-expanded__intro{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  align-items:center;
  color:#f3f7ff;
  font-size:.92rem;
  font-weight:820;
  line-height:1.35;
}

.wfs-cookie-expanded__intro .wfs-cookie-banner__badge{
  width:28px;
  height:28px;
}

.wfs-cookie-expanded__list{
  display:grid;
  gap:10px;
  padding-left:18px;
}

.wfs-cookie-expanded__list li{
  padding-left:2px;
}

.wfs-cookie-expanded__list strong{
  color:#dce8ff;
  font-weight:820;
}

.wfs-cookie-expanded__actions{
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding-top:6px;
}

.wfs-cookie-expanded__actions .wfs-cookie-button{
  min-height:40px;
  font-size:.9rem;
}

@media (max-width:520px){
  .wfs-cookie-banner,
  .wfs-cookie-banner[data-wfs-cookie-mode="expanded"]{
    left:14px;
    right:14px;
    bottom:14px;
    width:auto;
    max-height:calc(100vh - 28px);
    overflow:auto;
  }

  .wfs-cookie-expanded__body{
    padding:20px 18px 18px;
  }

  .wfs-cookie-expanded__actions{
    grid-template-columns:1fr;
  }
}

@media (prefers-reduced-motion:reduce){
  .wfs-cookie-launcher,
  .wfs-cookie-button,
  .wfs-cookie-preferences-link{
    transition-duration:.01ms;
  }
}
