:root{--vd-bg:#f7f6f2;--vd-card:#fff;--vd-border:#00000017;--vd-text:#111108;--vd-body:#2a2a1e;--vd-muted:#8a8278;--vd-label:#5e5c56;--vd-sh:0 1px 3px #0000000d,0 6px 20px #0000000f}.dark{--vd-bg:#0b1220;--vd-card:#0f1b2d;--vd-border:#ffffff14;--vd-text:#f4f0e8;--vd-body:#d1d5db;--vd-muted:#94a3b8;--vd-label:#a0a098;--vd-sh:0 1px 3px #00000059,0 6px 20px #0006}.vdp{background:var(--vd-bg);justify-content:center;align-items:center;min-height:100dvh;padding:20px 16px;font-family:DM Sans,system-ui,sans-serif;display:flex}.dark .vdp{background:linear-gradient(#030814 0%,#0a1126 100%)}@keyframes vdp-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes vdp-pulse{0%,to{opacity:1}50%{opacity:.4}}.vdp-load-text{color:var(--vd-muted);font-family:DM Sans,system-ui,sans-serif;font-size:15px;animation:.5s both vdp-fade,2.4s ease-in-out .5s infinite vdp-pulse}.vdp-inner{text-align:center;flex-direction:column;align-items:center;gap:14px;animation:.5s both vdp-fade;display:flex}.vdp-card{background:var(--vd-card);border:1px solid var(--vd-border);box-shadow:var(--vd-sh);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:380px;padding:40px 32px;animation:.5s both vdp-fade;display:flex}.dark .vdp-card{border-color:#ffffff14}.vdp-icon-wrap{color:#4a6741;background:#1a2e1812;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.dark .vdp-icon-wrap{color:#fbbf24;background:#f59e0b1f}.vdp-icon-err{color:#dc2626;background:#dc262612}.dark .vdp-icon-err{color:#f87171;background:#f871711a}.vdp-h{color:var(--vd-text);margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.55rem;font-weight:600;line-height:1.1}.vdp-p{color:var(--vd-muted);max-width:280px;margin:0;font-size:13px;line-height:1.65}.vdp-btn{color:#f0ece6;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:#1a2e18;border:none;border-radius:11px;align-items:center;gap:7px;margin-top:4px;padding:11px 22px;font-family:DM Sans,system-ui,sans-serif;font-size:12px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.vdp-btn:hover{background:#2e4228;transform:translateY(-1px)}.dark .vdp-btn{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#fb923c 100%);border:1.5px solid #fb923c73;box-shadow:0 0 20px #f59e0b33}.dark .vdp-btn:hover{background:linear-gradient(135deg,#fbbf24 0%,#fb923c 100%);box-shadow:0 0 28px #f59e0b59}.vdp-err-msg{color:var(--vd-muted);word-break:break-word;background:#dc26260d;border:1px solid #dc26261f;border-radius:8px;max-width:100%;padding:8px 14px;font-size:12px}.dark .vdp-err-msg{background:#f8717112;border-color:#f871712e}
