.header-actions { display: flex; align-items: center; gap: 9px; }
#org-switcher { margin: 0 6px 14px; width: calc(100% - 12px); background: #1b3154; border-color: #395070; color: white; }
.secondary { background: #eef3fb; color: #2d466e; }
dialog { border: 0; border-radius: 20px; padding: 0; box-shadow: 0 28px 90px #12213d35; width: min(560px, calc(100% - 32px)); }
dialog::backdrop { background: #10203b99; backdrop-filter: blur(3px); }
.owner-card { padding: 25px; }
.owner-card label { display: grid; gap: 8px; font-weight: 750; }
.dialog-head { display: flex; justify-content: space-between; gap: 15px; }
.dialog-head h2 { margin: 0; }
.close { background: #edf1f7; color: #243552; border-radius: 50%; width: 36px; height: 36px; padding: 0; font-size: 22px; }
.owner-card hr { border: 0; border-top: 1px solid #e2e8f1; margin: 24px 0; }
.invite-row { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; }
@media (max-width: 650px) { .header-actions { flex-wrap: wrap; } .invite-row { grid-template-columns: 1fr; } }
