.ks-alert{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;padding:20px;background:rgb(15 23 42 / .35);backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:.30s ease;z-index:999999}.ks-alert.is-visible{opacity:1;visibility:visible}.ks-alert__card{width:100%;max-width:460px;background:#fff;border-radius:22px;padding:34px 30px;text-align:center;box-shadow:0 30px 80px rgb(15 23 42 / .18);transform:translateY(35px) scale(.95);transition:.35s ease}.ks-alert.is-visible .ks-alert__card{transform:translateY(0) scale(1)}.ks-alert__icon{width:72px;height:72px;margin:0 auto 24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ks-alert--success .ks-alert__icon{background:#EAF2FF;color:#0B63CE}.ks-alert--error .ks-alert__icon{background:#FEECEC;color:#D62828}.ks-alert--info .ks-alert__icon{background:#EEF5FF;color:#0B63CE}.ks-alert__icon svg{width:36px;height:36px}.ks-alert__content{font-size:16px;line-height:2;color:#1F2937;font-weight:500}.ks-alert__content strong{color:#0B63CE;font-weight:700}@media (max-width:768px){.ks-alert{padding:18px}.ks-alert__card{max-width:100%;border-radius:18px;padding:26px 22px}.ks-alert__icon{width:62px;height:62px;margin-bottom:20px}.ks-alert__icon svg{width:30px;height:30px}.ks-alert__content{font-size:15px;line-height:1.9}}@media (prefers-color-scheme:dark){.ks-alert__card{background:#111827;color:#F9FAFB}.ks-alert__content{color:#F3F4F6}}