@import "https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css";
body{font-family:SUIT,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;word-break:break-all;margin:0;padding:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.dialog-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9998;background:#00000073;position:fixed;inset:0}.dialog-content{z-index:9999;background:#fff;border-radius:10px;width:90%;max-width:360px;padding:24px 20px;animation:.2s ease-out dialog-fade-in;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 40px #00000040}@keyframes dialog-fade-in{0%{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}.dialog-title{color:#1d1d1f;margin-bottom:8px;font-size:16px;font-weight:600}.dialog-desc{color:#555;margin-bottom:20px;font-size:14px;line-height:1.5}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:36px;display:flex}.dialog-actions button{cursor:pointer;border:none;border-radius:6px;min-width:72px;padding:8px 14px;font-size:14px;font-weight:600}.dialog-actions button:first-child{color:#333;background:#f1f3f5}.dialog-actions button:first-child:hover{background:#e9ecef}.dialog-actions button:last-child{color:#fff;background:#093a6e}.dialog-actions button:last-child:hover{background:#072f58}
