.themedDialogBackdrop{position:fixed;z-index:9000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(3,7,12,.76);backdrop-filter:blur(10px)}
.themedDialog{width:min(520px,100%);max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);display:flex;flex-direction:column;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 68%,var(--line));border-radius:22px;background:var(--panel);color:var(--text);box-shadow:0 28px 85px rgba(0,0,0,.52)}
.themedDialogHeader{flex:0 0 auto;display:flex;align-items:center;gap:13px;padding:20px 22px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 16%,var(--panel)),var(--panel))}
.themedDialogIcon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border:1px solid color-mix(in srgb,var(--accent) 58%,var(--line));border-radius:15px;background:var(--accent-soft);color:var(--accent2)}
.themedDialogIcon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.themedDialogHeader h2{margin:0;font-size:1.23rem}.themedDialogBody{flex:1 1 auto;min-height:0;overflow-y:auto;padding:20px 22px}.themedDialogBody p{margin:0;color:var(--muted);font-size:.97rem;line-height:1.58;white-space:pre-line}
.themedDialogVerify{display:grid;gap:6px;margin-top:16px}.themedDialogVerify label{margin:0;color:var(--text);font-size:.78rem}.themedDialogVerify input{width:100%;min-height:48px}
.themedDialogActions{flex:0 0 auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 22px 22px}.themedDialogActions .btn{min-height:48px;font-weight:600}.themedDialogActions .btn:disabled{cursor:not-allowed;opacity:.42;box-shadow:none}
.themedPromptLabel{display:block;margin-bottom:8px;color:var(--muted);font-size:.88rem}.themedPromptInput{width:100%;min-height:52px;padding:10px 13px;border:1px solid var(--edge-strong,var(--line));border-radius:13px;background:var(--surface-input);color:var(--text);font:inherit}.themedPromptInput:focus{border-color:var(--accent);outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 16%,transparent)}
@media(max-width:480px){.themedDialogBackdrop{padding:10px}.themedDialog{border-radius:18px}.themedDialogHeader,.themedDialogBody{padding:17px}.themedDialogActions{grid-template-columns:1fr;padding:0 17px 17px}}
