.foundation-dialog { width: min(660px, 95vw); max-height: 90vh; margin: auto; padding: 0; color: #e2e8f0; background: #0b1420; border: 1px solid #64748b; border-radius: 12px; }
.foundation-dialog[open] { display: flex; flex-direction: column; }
.foundation-dialog::backdrop { background: #020617cc; }
.foundation-dialog .modal-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-bottom: 1px solid #374151; }
.foundation-dialog .modal-close-btn { position: static; flex-shrink: 0; min-width: 36px; min-height: 36px; }
.foundation-dialog h3 { font-size: 1.1rem; margin: 0; }
.foundation-body { padding: 16px 20px; overflow-y: auto; line-height: 1.65; }
.foundation-body section { border: 1px solid #374151; padding: 14px; border-radius: 8px; margin-bottom: 12px; background: #111c29; }
.foundation-body h4 { margin: 0 0 8px; color: #e9cf92; }
.foundation-body p { margin: 8px 0; color: #cbd5e1; }
.foundation-body small { display: block; color: #cbd5e1; margin: 5px 0; }
.foundation-body .btn { display: block; width: 100%; margin-top: 8px; white-space: normal; }
.foundation-body input { width: 90px; padding: 6px; margin: 6px; color: #f8fafc; background: #0f172a; border: 1px solid #64748b; }
.foundation-status { color: #f2d28b !important; }
.foundation-body button:disabled { opacity: .6; cursor: not-allowed; }
