:root{
  --icl-bg-overlay: rgba(0,0,0,.55);
  --icl-card-bg: #ffffff;
  --icl-card-text: #0f172a;
  --icl-muted: #6b7280;
  --icl-border: #e5e7eb;
  --icl-allow-from: #10b981;
  --icl-allow-to: #059669;
  --icl-shadow: 0 20px 40px rgba(0,0,0,.18);
}
html, body {height:100%; margin:0; padding:0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;}
.icl-viewport {position:fixed; inset:0; z-index:0; background:#000; pointer-events:none;}
.icl-picture, .icl-viewport .icl-bg {width:100%; height:100%; display:block;}
.icl-viewport .icl-bg {width:100%; height:100%; object-fit:cover; object-position:center;}
body.icl-locked{overflow:hidden; touch-action:none; height:100vh;}

.icl-consent {position:fixed; inset:0; z-index:10; background:var(--icl-bg-overlay); display:flex; align-items:center; justify-content:center; padding:20px;}
.icl-modal {
  position:relative; width:100%; max-width:760px; background:var(--icl-card-bg); color:var(--icl-card-text);
  border-radius:28px; box-shadow:var(--icl-shadow); padding:28px 28px 20px; text-align:center;
  border:1px solid var(--icl-border);
  overflow:hidden; /* CLIP gradient bar to rounded corners */
}
.icl-topbar {position:absolute; left:0; right:0; top:0; height:7px;
  background:linear-gradient(90deg,#8b5cf6,#3b82f6,#22c55e);
}
.icl-title {margin:12px 0 10px; font-size:32px; line-height:1.1; font-weight:800; letter-spacing:0.2px;}
.icl-text {margin:6px auto 20px; max-width:56ch; font-size:18px; line-height:1.6; color:var(--icl-muted);}
.icl-link {color:#2563eb; text-decoration:underline;}

.icl-actions {display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin:8px 0 16px;}
.icl-btn {display:inline-block; text-decoration:none; text-align:center; min-width:160px; padding:14px 20px; border-radius:16px; font-weight:800; font-size:18px; border:1px solid transparent; transition:transform .06s ease-in, box-shadow .2s;}
.icl-btn:active{transform:translateY(1px);}
.icl-allow {color:#fff; background:linear-gradient(180deg,var(--icl-allow-from),var(--icl-allow-to)); box-shadow:0 6px 16px rgba(16,185,129,.35);}
.icl-close {color:#111827; background:linear-gradient(180deg,#ffffff,#f9fafb); border-color:var(--icl-border); box-shadow:inset 0 1px 0 rgba(255,255,255,.6);}

.icl-divider {height:1px; background:var(--icl-border); margin:8px 0 12px;}
.icl-footnote {color:#9ca3af; font-size:14px; margin-top:2px;}

@media (max-width:560px){
  .icl-modal{padding:22px 18px 16px; border-radius:22px;}
  .icl-title{font-size:26px;}
  .icl-text{font-size:16px;}
  .icl-btn{width:100%; min-width:0; font-size:16px; padding:12px 16px; border-radius:14px;}
}
