.dlg-overlay{-webkit-backdrop-filter:blur(6px);z-index:9998;background:#00000080;position:fixed;inset:0}.dlg-overlay[data-state=open]{animation:.15s ease-out dlg-overlay-in}.dlg-overlay[data-state=closed]{animation:.12s ease-in forwards dlg-overlay-out}.dlg-content{z-index:9999;width:440px;min-width:300px;max-width:calc(100vw - 32px);font-family:var(--font-main,sans-serif);background:#fff;border:1px solid #00000014;border-radius:12px;outline:none;flex-direction:column;gap:16px;padding:24px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0000000a,0 8px 24px #00000014,0 24px 64px #0000001f}html.dark .dlg-content{background:#1c1c1e;border-color:#ffffff1a;box-shadow:0 0 0 1px #ffffff0f,0 8px 24px #0006,0 24px 64px #0009}.dlg-content[data-state=open]{animation:.2s cubic-bezier(.16,1,.3,1) dlg-content-in}.dlg-content[data-state=closed]{animation:.15s ease-in forwards dlg-content-out}.dlg-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .15s,color .15s;display:flex;position:absolute;top:16px;right:16px}.dlg-close:hover{color:#0f172a;background:#0000000f}html.dark .dlg-close{color:#ffffff59}html.dark .dlg-close:hover{color:#ffffffe6;background:#ffffff14}.dlg-title{color:#0f172a;margin:0;padding-right:32px;font-size:16px;font-weight:600;line-height:1.4}html.dark .dlg-title{color:#ffffffeb}.dlg-body{color:#64748b;font-size:14px;line-height:1.65}html.dark .dlg-body{color:#ffffff8c}.dlg-footer{border-top:1px solid #0000000f;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding-top:16px;display:flex}html.dark .dlg-footer{border-color:#ffffff14}.pw-input{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;margin-top:8px;padding:10px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.pw-input:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}html.dark .pw-input{color:#ffffffe0;background:#111113;border-color:#ffffff1f}html.dark .pw-input:focus{background:#ffffff0a;border-color:#6366f1b3;box-shadow:0 0 0 3px #6366f133}.pw-input--error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}@keyframes dlg-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes dlg-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes dlg-content-in{0%{opacity:0;transform:translate(-50%,-48%)scale(.97)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes dlg-content-out{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-48%)scale(.97)}}
