.gate-wrapper{width:100%;min-height:100dvh;position:relative;overflow:hidden}.gate-preview{filter:blur(6px)brightness(.4);pointer-events:none;-webkit-user-select:none;user-select:none;min-height:100dvh}.gate-overlay{z-index:10;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.gate-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-2xl);text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;max-width:360px;padding:32px 24px;box-shadow:0 24px 64px #0006}.gate-icon{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 16px;display:flex}.gate-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px;font-family:DM Mono,monospace;font-size:11px}.gate-title{color:var(--text);margin-bottom:12px;font-family:Outfit,serif;font-size:26px;font-weight:600;line-height:1.2}.gate-desc{color:var(--text-2);margin-bottom:20px;font-size:14px;line-height:1.65}.gate-plan-badge{border:1px solid;border-radius:999px;align-items:center;gap:7px;margin-bottom:20px;padding:8px 16px;font-family:DM Mono,monospace;font-size:13px;font-weight:600;display:inline-flex}.gate-cta{background:linear-gradient(135deg,var(--accent),#b89650);color:#0f1419;border-radius:var(--r-md);width:100%;margin-bottom:10px;padding:15px;font-size:15px;font-weight:600;transition:all .2s}.gate-cta:hover{box-shadow:0 8px 24px #c9a9614d}.gate-back{width:100%;color:var(--text-muted);background:0 0;padding:12px;font-size:14px;transition:color .2s}.gate-back:hover{color:var(--text-2)}.lock-badge{letter-spacing:.5px;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-family:DM Mono,monospace;font-size:10px;font-weight:600;display:inline-flex}.gate-loading{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;display:flex}.gate-loading-inner{border:2px solid var(--border-dim);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite gate-spin}@keyframes gate-spin{to{transform:rotate(360deg)}}
