#modal,#theme-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:100}.modal-box{width:380px;max-width:calc(100vw - 32px);background:var(--bg);border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 50px #0000004d;padding:20px}.modal-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.modal-icon{position:relative;flex:none;width:48px;height:48px;padding:0 9px;border-radius:11px;border:1px solid var(--border);background:var(--bg-editor);box-shadow:0 1px 2px #00000014;display:flex;flex-direction:column;justify-content:center;gap:4px}.modal-icon span{height:3px;border-radius:2px;background:var(--text-faint)}.modal-icon span:first-child{background:var(--accent)}.modal-icon span:last-child{width:60%}.modal-badge{position:absolute;right:-5px;bottom:-5px;width:20px;height:20px;border-radius:50%;background:var(--warn);border:2px solid var(--bg);color:#fff;font-size:12px;font-weight:700;line-height:16px;text-align:center}.modal-copy{min-width:0}#modal-title{margin:0 0 6px;font-weight:700;line-height:1.5;overflow-wrap:anywhere}#modal-message{margin:0;font-size:.9em;line-height:1.6;color:var(--text-dim)}#modal-input{width:100%;margin-top:10px;font:inherit;padding:6px 10px;border-radius:7px;border:1px solid var(--border);background:var(--bg-editor);color:var(--text)}.modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.modal-actions button{font:inherit;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;padding:5px 14px;border-radius:7px;border:1px solid var(--border);background:var(--bg-control);color:var(--text);cursor:pointer}.modal-actions button.danger{color:var(--danger)}.modal-actions button.primary .kbd{color:#ffffffb3}@media(max-width:480px){.modal-actions{flex-direction:column-reverse;align-items:stretch}}.modal-actions button.primary{background:var(--accent);border-color:var(--accent);color:#fff}
