@import url(https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=DM+Sans:wght@300;400;500&display=swap);.abd-body-locked{overflow:hidden!important}#abd-overlay{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;transition:opacity 0.4s ease;font-family:'DM Sans',sans-serif}#abd-overlay.abd-visible{opacity:1}#abd-overlay.abd-hiding{opacity:0;pointer-events:none}.abd-backdrop{position:absolute;inset:0;backdrop-filter:blur(14px) saturate(1.6);-webkit-backdrop-filter:blur(14px) saturate(1.6)}.abd-modal{position:relative;z-index:1;max-width:480px;width:100%;border-radius:24px;padding:2.8rem 2.4rem 2.2rem;text-align:center;transform:translateY(28px) scale(.96);transition:transform 0.45s cubic-bezier(.22,1,.36,1),box-shadow 0.3s}#abd-overlay.abd-visible .abd-modal{transform:translateY(0) scale(1)}.abd-modal--error{animation:abd-shake 0.5s ease}.abd-icon-wrap{position:relative;width:96px;height:96px;margin:0 auto 1.4rem}.abd-ring{position:absolute;inset:0;width:100%;height:100%}.abd-ring__track{stroke:rgb(255 255 255 / .08)}.abd-ring__progress{stroke-linecap:round;transition:stroke-dashoffset 1.8s ease}@keyframes abd-dash{to{stroke-dashoffset:0}}.abd-icon{position:absolute;inset:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.abd-icon svg{width:36px;height:36px}.abd-badge{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border-radius:100px;padding:.3em 1em;margin-bottom:1.1rem}.abd-headline{font-family:'Syne',sans-serif;font-size:clamp(1.5rem, 4vw, 2rem);font-weight:800;line-height:1.15;margin:0 0 .75rem;letter-spacing:-.02em}.abd-message{font-size:.93rem;line-height:1.65;margin:0 0 1.8rem;font-weight:300}.abd-steps{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1.8rem;text-align:left}.abd-step{display:flex;align-items:center;gap:.85rem;font-size:.88rem;font-weight:400;border-radius:12px;padding:.7rem 1rem}.abd-step__num{width:26px;height:26px;min-width:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;font-family:'Syne',sans-serif}.abd-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;border:none;border-radius:14px;padding:1rem 1.5rem;font-family:'Syne',sans-serif;font-size:.95rem;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:transform 0.15s ease,box-shadow 0.15s ease,filter 0.15s ease;overflow:hidden;margin-bottom:1.1rem}.abd-btn__inner{display:flex;align-items:center;gap:.6rem;position:relative;z-index:1}.abd-btn__pulse{position:absolute;inset:0;border-radius:inherit;animation:abd-pulse 2.4s ease infinite}.abd-btn:hover:not(:disabled){transform:translateY(-2px)}.abd-btn:active:not(:disabled){transform:translateY(0)}.abd-btn:disabled{opacity:.7;cursor:wait}.abd-btn--loading .abd-btn__inner::before{content:'';display:block;width:16px;height:16px;border-radius:50%;border:2px solid rgb(255 255 255 / .3);border-top-color:#fff;animation:abd-spin 0.7s linear infinite;flex-shrink:0}.abd-footer{font-size:.75rem;opacity:.45;margin:0}@keyframes abd-spin{to{transform:rotate(360deg)}}@keyframes abd-pulse{0%,100%{opacity:0;transform:scale(1)}50%{opacity:.12;transform:scale(1.04)}}@keyframes abd-shake{0%,100%{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}#abd-overlay[data-theme="dark"] .abd-backdrop{background:rgb(6 6 12 / .88)}#abd-overlay[data-theme="dark"] .abd-modal{background:linear-gradient(145deg,#161622 0%,#0d0d18 100%);border:1px solid rgb(255 255 255 / .07);box-shadow:0 32px 80px rgb(0 0 0 / .6),0 0 0 1px rgb(255 255 255 / .04) inset;color:#e8e8f0}#abd-overlay[data-theme="dark"] .abd-ring__track{stroke:rgb(255 255 255 / .06)}#abd-overlay[data-theme="dark"] .abd-ring__progress{stroke:#f66548}#abd-overlay[data-theme="dark"] .abd-icon{background:linear-gradient(135deg,#f66548 0%,#e8375c 100%);color:#fff;box-shadow:0 8px 28px rgb(246 101 72 / .45)}#abd-overlay[data-theme="dark"] .abd-badge{background:rgb(246 101 72 / .12);color:#f88a72;border:1px solid rgb(246 101 72 / .25)}#abd-overlay[data-theme="dark"] .abd-headline{color:#fff}#abd-overlay[data-theme="dark"] .abd-message{color:rgb(255 255 255 / .55)}#abd-overlay[data-theme="dark"] .abd-step{background:rgb(255 255 255 / .04);color:rgb(255 255 255 / .75);border:1px solid rgb(255 255 255 / .05)}#abd-overlay[data-theme="dark"] .abd-step__num{background:linear-gradient(135deg,#f66548,#e8375c);color:#fff}#abd-overlay[data-theme="dark"] .abd-btn{background:linear-gradient(135deg,#f66548 0%,#e8375c 100%);color:#fff;box-shadow:0 8px 30px rgb(246 101 72 / .4),0 2px 8px rgb(0 0 0 / .3)}#abd-overlay[data-theme="dark"] .abd-btn:hover:not(:disabled){box-shadow:0 12px 38px rgb(246 101 72 / .55),0 4px 12px rgb(0 0 0 / .3)}#abd-overlay[data-theme="dark"] .abd-btn__pulse{background:#f66548}#abd-overlay[data-theme="dark"] .abd-footer{color:rgb(255 255 255 / .35)}#abd-overlay[data-theme="light"] .abd-backdrop{background:rgb(240 240 248 / .85)}#abd-overlay[data-theme="light"] .abd-modal{background:#fff;border:1px solid rgb(0 0 0 / .08);box-shadow:0 32px 80px rgb(0 0 0 / .15),0 2px 0 rgb(255 255 255 / .8) inset;color:#1a1a2e}#abd-overlay[data-theme="light"] .abd-ring__track{stroke:rgb(0 0 0 / .07)}#abd-overlay[data-theme="light"] .abd-ring__progress{stroke:#5b4cf5}#abd-overlay[data-theme="light"] .abd-icon{background:linear-gradient(135deg,#5b4cf5 0%,#8b5cf6 100%);color:#fff;box-shadow:0 8px 28px rgb(91 76 245 / .35)}#abd-overlay[data-theme="light"] .abd-badge{background:rgb(91 76 245 / .08);color:#5b4cf5;border:1px solid rgb(91 76 245 / .2)}#abd-overlay[data-theme="light"] .abd-headline{color:#111128}#abd-overlay[data-theme="light"] .abd-message{color:#5a5a78}#abd-overlay[data-theme="light"] .abd-step{background:#f5f4ff;color:#3a3a5a;border:1px solid rgb(91 76 245 / .1)}#abd-overlay[data-theme="light"] .abd-step__num{background:linear-gradient(135deg,#5b4cf5,#8b5cf6);color:#fff}#abd-overlay[data-theme="light"] .abd-btn{background:linear-gradient(135deg,#5b4cf5 0%,#7c6cf5 100%);color:#fff;box-shadow:0 8px 30px rgb(91 76 245 / .35),0 2px 8px rgb(0 0 0 / .08)}#abd-overlay[data-theme="light"] .abd-btn:hover:not(:disabled){box-shadow:0 12px 38px rgb(91 76 245 / .5),0 4px 12px rgb(0 0 0 / .1)}#abd-overlay[data-theme="light"] .abd-btn__pulse{background:#5b4cf5}#abd-overlay[data-theme="light"] .abd-footer{color:#9090aa}#abd-overlay[data-theme="neon"] .abd-backdrop{background:rgb(2 4 18 / .94)}#abd-overlay[data-theme="neon"] .abd-modal{background:linear-gradient(160deg,#06091f 0%,#020412 100%);border:1px solid rgb(0 255 200 / .15);box-shadow:0 0 60px rgb(0 255 200 / .06),0 32px 80px rgb(0 0 0 / .8),0 0 0 1px rgb(0 255 200 / .06) inset;color:#c8fdf0}#abd-overlay[data-theme="neon"]::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 50% 0%,rgb(0 255 180 / .07) 0%,transparent 70%);pointer-events:none}#abd-overlay[data-theme="neon"] .abd-ring__track{stroke:rgb(0 255 200 / .08)}#abd-overlay[data-theme="neon"] .abd-ring__progress{stroke:#00ffc8;filter:drop-shadow(0 0 6px #00ffc8)}#abd-overlay[data-theme="neon"] .abd-icon{background:rgb(0 255 200 / .1);border:1px solid rgb(0 255 200 / .3);color:#00ffc8;filter:drop-shadow(0 0 12px rgb(0 255 200 / .4))}#abd-overlay[data-theme="neon"] .abd-badge{background:rgb(0 255 200 / .07);color:#00ffc8;border:1px solid rgb(0 255 200 / .25);text-shadow:0 0 8px rgb(0 255 200 / .6)}#abd-overlay[data-theme="neon"] .abd-headline{color:#fff;text-shadow:0 0 30px rgb(0 255 200 / .3)}#abd-overlay[data-theme="neon"] .abd-message{color:rgb(200 253 240 / .55)}#abd-overlay[data-theme="neon"] .abd-step{background:rgb(0 255 200 / .04);color:rgb(200 253 240 / .75);border:1px solid rgb(0 255 200 / .08)}#abd-overlay[data-theme="neon"] .abd-step__num{background:rgb(0 255 200 / .1);border:1px solid rgb(0 255 200 / .3);color:#00ffc8;text-shadow:0 0 6px #00ffc8}#abd-overlay[data-theme="neon"] .abd-btn{background:#fff0;border:1.5px solid #00ffc8;color:#00ffc8;font-size:.9rem;text-shadow:0 0 12px rgb(0 255 200 / .7);box-shadow:0 0 24px rgb(0 255 200 / .15),inset 0 0 20px rgb(0 255 200 / .05)}#abd-overlay[data-theme="neon"] .abd-btn:hover:not(:disabled){background:rgb(0 255 200 / .08);box-shadow:0 0 40px rgb(0 255 200 / .3),inset 0 0 30px rgb(0 255 200 / .08)}#abd-overlay[data-theme="neon"] .abd-btn__pulse{background:rgb(0 255 200 / .15)}#abd-overlay[data-theme="neon"] .abd-footer{color:rgb(0 255 200 / .3)}#abd-overlay[data-theme="neon"] .abd-modal::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgb(0 255 200 / .015) 2px,rgb(0 255 200 / .015) 4px);border-radius:inherit;pointer-events:none}@media (max-width:480px){.abd-modal{padding:2rem 1.5rem 1.8rem;border-radius:20px}.abd-headline{font-size:1.4rem}}