.blog-dl-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out blog-dl-overlay-in;display:flex;position:fixed;inset:0}@keyframes blog-dl-overlay-in{0%{opacity:0}to{opacity:1}}.blog-dl-modal{background:linear-gradient(#0f0f12fa 0%,#08080afa 100%);border:1px solid #27272a;border-radius:24px;width:100%;max-width:460px;animation:.28s cubic-bezier(.16,1,.3,1) blog-dl-modal-in;position:relative;overflow:hidden;box-shadow:0 32px 64px #0009}@keyframes blog-dl-modal-in{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.blog-dl-close{color:#ffffff80;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .18s,color .18s;display:flex;position:absolute;top:16px;right:16px}.blog-dl-close:hover{color:#fff;background:#ffffff1f}.blog-dl-header{padding:32px 28px 0}.blog-dl-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#818cf8;margin-bottom:8px;font-size:.72rem;font-weight:600}.blog-dl-title{color:#fff;margin:0 0 6px;font-size:1.35rem;font-weight:700;line-height:1.3}.blog-dl-subtitle{color:#ffffff80;margin:0;font-size:.88rem;line-height:1.5}.blog-dl-body{flex-direction:column;gap:16px;padding:24px 28px 28px;display:flex}.blog-dl-field{flex-direction:column;gap:5px;display:flex}.blog-dl-label{color:#ffffffb3;letter-spacing:.02em;font-size:.78rem;font-weight:600}.blog-dl-input{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:11px 14px;font-size:.92rem;transition:border-color .18s,box-shadow .18s}.blog-dl-input::placeholder{color:#ffffff4d}.blog-dl-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf826}.blog-dl-input.has-error{border-color:#f87171;box-shadow:0 0 0 3px #f871711f}.blog-dl-field-error{color:#f87171;font-size:.78rem}.blog-dl-actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.blog-dl-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:.88rem;font-weight:600;transition:background .18s,opacity .18s;display:inline-flex}.blog-dl-btn-ghost{color:#fff9;background:0 0;border:1px solid #ffffff1a}.blog-dl-btn-ghost:hover{background:#ffffff0f}.blog-dl-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8);box-shadow:0 2px 12px #6366f140}.blog-dl-btn-primary:hover{opacity:.9}.blog-dl-btn-primary:disabled{opacity:.5;cursor:not-allowed}.blog-dl-spinner{border:2px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite blog-dl-spin;display:inline-block}@keyframes blog-dl-spin{to{transform:rotate(360deg)}}.blog-dl-toast-wrap{z-index:1100;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;right:24px}.blog-dl-toast{background:#0f0f12f2;border:1px solid #27272a;border-radius:14px;align-items:flex-start;gap:10px;min-width:260px;padding:12px 16px;animation:.22s ease-out blog-dl-toast-in;display:flex;box-shadow:0 8px 24px #0006}.blog-dl-toast.leaving{animation:.22s ease-in forwards blog-dl-toast-out}.blog-dl-toast.success{border-color:#22c55e4d}.blog-dl-toast.error{border-color:#f871714d}@keyframes blog-dl-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes blog-dl-toast-out{0%{opacity:1}to{opacity:0;transform:translateY(8px)}}.blog-dl-toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.blog-dl-toast.success .blog-dl-toast-icon{color:#22c55e}.blog-dl-toast.error .blog-dl-toast-icon{color:#f87171}.blog-dl-toast-body{flex:1;min-width:0}.blog-dl-toast-title{color:#fff;font-size:.82rem;font-weight:600}.blog-dl-toast-msg{color:#ffffff80;margin-top:2px;font-size:.78rem}.blog-dl-toast-close{color:#ffffff4d;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px}.blog-dl-toast-close:hover{color:#fff}
