.gate{padding:clamp(32px,8vh,64px) 0 32px;gap:16px;max-width:420px;margin:0 auto;min-height:min(70dvh,560px);justify-content:center}.gate,.gate-panel{display:flex;flex-direction:column;width:100%}.gate-panel{background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:32px 24px 28px;text-align:center;box-shadow:0 8px 24px rgba(25,24,51,.07);align-items:center;gap:12px}.gate-icon-wrap{width:64px;height:64px;border-radius:18px;background:var(--station);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(20,19,14,.28);margin-bottom:4px;border:1.5px solid rgba(255,201,74,.35)}.gate-icon{font-size:28px;line-height:1;color:var(--accent);font-weight:700}.gate-path{display:flex;align-items:center;justify-content:center;gap:0;margin:4px 0 2px}.gate-dot{width:10px;height:10px;border-radius:99px;background:var(--border-strong);border:2px solid var(--border-strong)}.gate-dot-on{background:var(--success);border-color:var(--success)}.gate-dot-goal{background:var(--accent-soft);border-color:var(--accent);border-radius:4px;width:12px;height:12px}.gate-line{width:28px;height:3px;background:var(--border)}.gate-title{font-family:var(--font-display);font-weight:400;font-size:22px;margin:8px 0 0;letter-spacing:-.02em;color:var(--text)}.gate-message{font-size:14.5px;line-height:1.5;color:var(--muted);margin:0;max-width:32ch}.gate-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:8px;text-decoration:none;background:var(--primary);color:#fff!important;font-weight:700;font-size:15px;padding:13px 24px;border-radius:10px;box-shadow:0 2px 0 var(--primary-deep);min-width:200px}.gate-cta:hover{background:var(--primary-hover);color:#fff!important}.gate-hint{font-size:12.5px;color:var(--muted-2);margin:0}.gate-perks{display:grid;grid-gap:10px;gap:10px;background:var(--primary-soft);border:1.5px solid var(--primary-line);border-radius:14px;padding:16px 18px;width:100%}.gate-perk{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;color:#2a2c6e}.gate-perk-dot{width:8px;height:8px;border-radius:99px;background:var(--primary);flex:none}.gate-secondary{text-align:center;font-size:13.5px;color:var(--muted);margin:4px 0 0}.gate-secondary a{font-weight:700}.page-loading{display:flex;align-items:center;justify-content:center;min-height:min(50dvh,360px);padding:40px 16px}.page-loading-card{display:flex;flex-direction:column;align-items:center;gap:14px;background:#fff;border:1.5px solid var(--border);border-radius:16px;padding:28px 36px;box-shadow:0 8px 24px rgba(25,24,51,.06)}.page-loading-card p{margin:0;font-size:14px;font-weight:600;color:var(--muted)}.page-loading-spinner{width:32px;height:32px;border-radius:99px;border:3px solid var(--primary-soft);border-top-color:var(--primary);animation:page-spin .7s linear infinite}@keyframes page-spin{to{transform:rotate(1turn)}}@media (min-width:740px){.gate{max-width:440px}}