.custom-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;background:#0f172a80;justify-content:center;align-items:center;padding:16px;font-family:Space Grotesk,sans-serif;display:flex;position:fixed;inset:0}.custom-modal-wrap{background:#fff;border:1px solid #e33e3514;border-radius:16px;flex-direction:column;width:100%;max-width:400px;max-height:calc(100vh - 32px);display:flex;overflow:hidden;box-shadow:0 20px 40px #00000026}.custom-modal-title{letter-spacing:-.02em;color:#0f172a;flex-shrink:0;padding:20px 20px 12px;font-size:18px;font-weight:700}.custom-modal-body{color:#64748b;flex:1;min-height:0;padding:12px 20px 20px;font-size:15px;line-height:1.5;overflow-y:auto}.custom-modal-body p{margin:0 0 .5em}.custom-modal-footer{border-top:1px solid #f1f5f9;flex-shrink:0;justify-content:flex-end;gap:10px;padding:12px 20px 20px;display:flex}.custom-modal-footer .custom-modal-btn{cursor:pointer;border:none;border-radius:10px;min-width:80px;height:44px;padding:0 20px;font-family:inherit;font-size:15px;font-weight:600;transition:filter .2s,transform 50ms}.custom-modal-btn:active{transform:scale(.98)}.custom-modal-btn-primary{color:#fff;background:#e33e35;box-shadow:0 2px 8px #e33e3540}.custom-modal-btn-primary:hover:not(:disabled){filter:brightness(.96)}.custom-modal-btn-default{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.custom-modal-btn-default:hover:not(:disabled){background:#f1f5f9}.custom-modal-btn:disabled{opacity:.6;cursor:not-allowed}
