.sl-cookie-consent{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:100050;
  padding:14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
  background:linear-gradient(180deg,rgba(8,8,12,.02),rgba(8,8,12,.94) 24%);
  pointer-events:none;
}
.sl-cookie-consent[hidden]{
  display:none!important;
}
.sl-cookie-consent-inner{
  pointer-events:auto;
  max-width:1120px;
  margin:0 auto;
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(139,92,246,.28);
  background:rgba(18,18,24,.96);
  box-shadow:0 18px 48px rgba(0,0,0,.45);
  color:#f8fafc;
  font-family:Inter,"Helvetica Neue",Roboto,Arial,sans-serif;
}
.sl-cookie-consent-copy strong{
  display:block;
  font-size:15px;
  margin-bottom:6px;
}
.sl-cookie-consent-copy p{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:#cbd5e1;
  max-width:760px;
}
.sl-cookie-consent-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  justify-content:flex-end;
  flex:0 0 auto;
}
.sl-cookie-consent-btn{
  border:1px solid rgba(148,163,184,.35);
  background:rgba(255,255,255,.04);
  color:#f8fafc;
  border-radius:999px;
  padding:10px 16px;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
}
.sl-cookie-consent-btn--primary{
  border-color:rgba(139,92,246,.55);
  background:linear-gradient(135deg,#7c3aed,#8b5cf6);
}
.sl-cookie-consent-link{
  color:#c4b5fd;
  font-size:12px;
  text-decoration:underline;
  padding:0 4px;
}

.sl-locale-prompt{
  position:fixed;
  inset:0;
  z-index:100040;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.sl-locale-prompt[hidden]{
  display:none!important;
}
.sl-locale-prompt-backdrop{
  position:absolute;
  inset:0;
  background:rgba(5,5,8,.78);
  backdrop-filter:blur(10px);
}
.sl-locale-prompt-card{
  position:relative;
  z-index:1;
  width:min(92vw,520px);
  border-radius:18px;
  border:1px solid rgba(139,92,246,.28);
  background:#121218;
  color:#f8fafc;
  box-shadow:0 24px 64px rgba(0,0,0,.55);
  padding:22px;
  font-family:Inter,"Helvetica Neue",Roboto,Arial,sans-serif;
}
.sl-locale-prompt-head{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:18px;
}
.sl-locale-prompt-badge{
  width:48px;
  height:48px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(139,92,246,.18);
  border:1px solid rgba(139,92,246,.35);
  color:#c4b5fd;
  font-size:20px;
  flex:0 0 auto;
}
.sl-locale-prompt-head h2{
  margin:0 0 8px;
  font-size:20px;
}
.sl-locale-prompt-head p{
  margin:0;
  color:#cbd5e1;
  font-size:14px;
  line-height:1.5;
}
.sl-locale-prompt-detected{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(148,163,184,.18);
  margin-bottom:16px;
}
.sl-locale-prompt-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#94a3b8;
}
.sl-locale-prompt-detected strong{
  font-size:15px;
}
.sl-locale-prompt-detected span{
  color:#cbd5e1;
  font-size:13px;
}
.sl-locale-prompt-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.sl-locale-prompt-btn{
  border:1px solid rgba(148,163,184,.35);
  background:rgba(255,255,255,.04);
  color:#f8fafc;
  border-radius:12px;
  padding:12px 16px;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  text-align:left;
}
.sl-locale-prompt-btn--primary{
  border-color:rgba(139,92,246,.55);
  background:linear-gradient(135deg,#7c3aed,#8b5cf6);
}
.sl-locale-prompt-btn--ghost{
  background:transparent;
  color:#c4b5fd;
}

.sl-locale-prompt-picker{
  position:relative;
}
.sl-locale-prompt-picker-toggle{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  width:100%;
}
.sl-locale-prompt-picker-toggle i{
  transition:transform .18s ease;
}
.sl-locale-prompt-picker-toggle[aria-expanded="true"] i{
  transform:rotate(180deg);
}
.sl-locale-prompt-picker-panel{
  margin-top:8px;
  border:1px solid rgba(148,163,184,.22);
  border-radius:12px;
  background:rgba(255,255,255,.03);
  overflow:hidden;
}
.sl-locale-prompt-picker-panel[hidden]{
  display:none!important;
}
.sl-locale-prompt-picker-head{
  padding:10px 12px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#94a3b8;
  border-bottom:1px solid rgba(148,163,184,.16);
}
.sl-locale-prompt-lang-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  max-height:220px;
  overflow:auto;
  padding:10px;
}
.sl-locale-prompt-lang-option{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(148,163,184,.18);
  background:rgba(255,255,255,.04);
  color:#f8fafc;
  border-radius:10px;
  padding:10px 12px;
  font-size:13px;
  cursor:pointer;
  text-align:left;
}
.sl-locale-prompt-lang-option:hover,
.sl-locale-prompt-lang-option:focus{
  border-color:rgba(139,92,246,.45);
  background:rgba(139,92,246,.12);
}
.sl-locale-prompt-flag{
  border-radius:50%;
  flex:0 0 auto;
}

.sl-home-geo-banner{
  display:flex;
  flex-wrap:wrap;
  gap:8px 14px;
  align-items:center;
  justify-content:space-between;
  margin:0 0 14px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(139,92,246,.22);
  background:linear-gradient(135deg,rgba(124,58,237,.12),rgba(15,23,42,.35));
  color:#f8fafc;
}
.sl-home-geo-banner strong,
.sl-home-geo-banner-title{
  display:block;
  font-size:15px;
  line-height:1.3;
}
.sl-home-geo-banner-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:0;
  flex:1 1 auto;
}
.sl-home-geo-banner-sub,
.sl-home-geo-banner span{
  margin:0;
  font-size:13px;
  color:#cbd5e1;
  line-height:1.45;
}
.sl-home-geo-banner a{
  font-size:12px;
  color:#c4b5fd;
  text-decoration:underline;
}

@media (max-width:768px){
  .sl-cookie-consent-inner{
    flex-direction:column;
    align-items:stretch;
  }
  .sl-cookie-consent-actions{
    justify-content:stretch;
  }
  .sl-cookie-consent-btn{
    flex:1 1 auto;
  }
}
