.account-prompt.svelte-raelzx{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border:1px solid rgba(99,102,241,.3);border-radius:var(--radius);text-align:center;margin:1rem 0}.account-prompt.highlight.svelte-raelzx{background:linear-gradient(135deg,#22c55e26,#10b98126);border:2px solid rgba(34,197,94,.5);animation:svelte-raelzx-pulse 2s ease-in-out infinite}.account-prompt.gold.svelte-raelzx{background:linear-gradient(135deg,#f59e0b33,#eab30833);border:2px solid rgba(245,158,11,.6);animation:svelte-raelzx-glow 1.5s ease-in-out infinite}@keyframes svelte-raelzx-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.01)}}@keyframes svelte-raelzx-glow{0%,to{box-shadow:0 0 10px #f59e0b4d}50%{box-shadow:0 0 20px #f59e0b80}}.prompt-icon.svelte-raelzx{font-size:2rem}.prompt-content.svelte-raelzx{display:flex;flex-direction:column;gap:.25rem}.prompt-title.svelte-raelzx{margin:0;font-weight:600;font-size:1rem}.prompt-text.svelte-raelzx{margin:0;color:var(--color-text-muted);font-size:.9rem}.prompt-btn.svelte-raelzx{padding:.75rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.prompt-btn.svelte-raelzx:hover{background:var(--color-primary-hover);transform:translateY(-1px)}@media(min-width:480px){.account-prompt.svelte-raelzx{flex-direction:row;text-align:left}.prompt-content.svelte-raelzx{flex:1}.prompt-btn.svelte-raelzx{white-space:nowrap}}
