/* Third Writer brand assets and top-edge layout containment. */
body{display:flow-root}
html[data-theme="dark"]{background:#0a111d}
.sticky-app-header header{background:#f5f8fc;border-bottom:1px solid #d3dbe8}
.brand-logo{display:block;width:auto;height:76px;max-width:min(440px,72vw);object-fit:contain}
.status{color:#243858}
.profile-manager-button{width:100%;min-height:48px;font-size:1rem;border:1px solid #9bb2d3;background:#e8eef8;color:#243858}
.dialog-heading-actions{display:flex;align-items:center;gap:8px}
html[data-theme="dark"] .sticky-app-header header{background:#07111f;border-color:#27364b}
html[data-theme="dark"] .brand-logo{filter:grayscale(1) brightness(0) invert(1)}
html[data-theme="dark"] .status{color:#dbe7f5}
@media(max-width:600px){.brand-logo{height:60px;max-width:70vw}.dialog-heading-actions{align-items:stretch;flex-direction:column}}
