.app-title > .site-brand-icon { width:22px; height:22px; flex:none; align-self:center; }
.brand > .site-brand-icon { width:28px; height:28px; flex:none; }
.brand-icon-dialog { margin:auto; width:min(440px,calc(100vw - 24px)); max-height:85dvh; overflow:auto; padding:20px; border:1px solid #526579; border-radius:12px; background:#232323; color:#fff; }
.brand-icon-dialog::backdrop { background:rgba(0,0,0,.65); }
.brand-icon-dialog h2 { font-size:18px; margin:0 0 16px; }
.brand-icon-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.brand-icon-choice { display:flex; flex-direction:column; align-items:center; gap:8px; padding:12px 8px; border:1px solid #526579; border-radius:8px; color:#fff; background:#30363b; font:inherit; font-size:13px; overflow-wrap:anywhere; cursor:pointer; }
.brand-icon-choice img { width:72px; height:72px; object-fit:contain; }
.brand-icon-upload,.brand-icon-close { width:100%; min-height:44px; margin-top:10px; padding:8px; color:#fff; border:1px solid #526579; border-radius:7px; font:inherit; cursor:pointer; }
.brand-icon-upload { background:#0872c2; }
.brand-icon-close { background:#30363b; }
.brand-icon-status { margin-top:10px; font-size:13px; }
.brand-icon-dialog button:focus-visible { outline:2px solid #8acaff; outline-offset:2px; }
