.promo-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out forwards fadeInOverlay;display:flex;position:fixed;top:0;left:0}.promo-modal-content{background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:90%;max-width:450px;animation:.4s cubic-bezier(.16,1,.3,1) forwards slideUpModal;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.promo-modal-close{color:var(--color-text-muted);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.promo-modal-close:hover{background-color:var(--color-surface-hover);color:var(--color-text-primary)}.promo-modal-body{text-align:center;flex-direction:column;align-items:center;padding:40px 32px;display:flex}.promo-modal-icon{color:var(--color-accent);background:#635bff1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;animation:2s infinite pulseIcon;display:flex}.promo-modal-icon svg{color:var(--color-accent)}.promo-modal-title{font-size:var(--font-size-h3);font-family:var(--font-heading);font-weight:var(--font-weight-bold);color:var(--color-text-primary);margin-bottom:12px;line-height:1.2}.promo-modal-text{font-size:var(--font-size-body);color:var(--color-text-secondary);margin-bottom:32px;line-height:1.5}.promo-modal-btn{justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 20px;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.promo-modal-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #635bff4d}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideUpModal{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes pulseIcon{0%{box-shadow:0 0 #635bff66}70%{box-shadow:0 0 0 15px #635bff00}to{box-shadow:0 0 #635bff00}}
