@keyframes eg-fade-in{0%{opacity:0}to{opacity:1}}@keyframes eg-rise{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes eg-pulse{0%,to{box-shadow:0 0 0 4px rgba(212,160,23,.18)}50%{box-shadow:0 0 0 7px rgba(212,160,23,.05)}}.explore-gate-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(10,10,10,.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;animation:eg-fade-in .25s ease-out}.explore-gate-modal{position:relative;width:100%;max-width:520px;background:#0a0a0a;color:#fafaf8;border:1px solid rgba(212,160,23,.35);border-radius:16px;padding:44px 36px 32px;box-shadow:0 32px 80px -24px rgba(0,0,0,.75),0 0 0 1px rgba(212,160,23,.1);font-family:var(--font-family, "Inter", -apple-system, BlinkMacSystemFont, sans-serif);text-align:center;animation:eg-rise .35s cubic-bezier(.16,1,.3,1)}.explore-gate-mark{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(212,160,23,.08);border:1px solid rgba(212,160,23,.4);color:#d4a017;margin:0 auto 22px;filter:drop-shadow(0 0 18px rgba(212,160,23,.3))}.explore-gate-mark svg{width:28px;height:28px}.explore-gate-eyebrow{display:block;font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#d4a017;margin-bottom:14px}.explore-gate-title{font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1.25;color:#fafaf8;margin:0 0 14px}.explore-gate-body{font-size:14.5px;line-height:1.55;color:rgba(250,250,248,.78);margin:0 0 24px}.explore-gate-body strong{color:#fafaf8;font-weight:600}.explore-gate-counter{display:inline-flex;align-items:center;gap:10px;padding:7px 16px;background:rgba(255,255,255,.04);border:1px solid rgba(212,160,23,.25);border-radius:999px;font-size:12px;font-weight:500;letter-spacing:.04em;color:rgba(250,250,248,.85);font-variant-numeric:tabular-nums;margin:0 auto 26px}.explore-gate-counter-dot{width:6px;height:6px;border-radius:50%;background:#d4a017;box-shadow:0 0 0 4px rgba(212,160,23,.18);animation:eg-pulse 2.4s ease-in-out infinite}.explore-gate-counter-strong{color:#f0c040;font-weight:700}.explore-gate-actions{display:flex;flex-direction:column;align-items:stretch;gap:10px}.explore-gate-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;font-size:13.5px;font-weight:600;letter-spacing:.04em;color:#0a0a0a;background:#f0c040;border:1px solid #f0c040;border-radius:999px;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;font-family:inherit}.explore-gate-cta:hover{background:#f5cc52;border-color:#f5cc52;transform:translateY(-1px);box-shadow:0 8px 20px -8px rgba(212,160,23,.55)}.explore-gate-cta-arrow{display:inline-block;transition:transform .2s ease}.explore-gate-cta:hover .explore-gate-cta-arrow{transform:translateX(3px)}.explore-gate-secondary{background:0 0;border:0;color:rgba(250,250,248,.55);font-size:13px;letter-spacing:.02em;padding:8px;cursor:pointer;font-family:inherit;transition:color .15s ease}.explore-gate-secondary:hover{color:#fafaf8}.explore-gate-dismiss{position:absolute;top:14px;right:14px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:0 0;border:0;color:rgba(250,250,248,.5);cursor:pointer;border-radius:8px;transition:background .15s ease,color .15s ease}.explore-gate-dismiss:hover{background:rgba(255,255,255,.08);color:#fafaf8}.explore-gate-dismiss svg{width:14px;height:14px}.explore-gate-closing{opacity:0;transition:opacity .2s ease}@media (max-width:520px){.explore-gate-modal{padding:38px 24px 26px;border-radius:14px}.explore-gate-title{font-size:20px}.explore-gate-body{font-size:14px}.explore-gate-mark{width:50px;height:50px;margin-bottom:18px}.explore-gate-mark svg{width:24px;height:24px}}