.bh56-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.bh56-header p{margin:0;font-size:13px;color:var(--muted,#4B5563)}
.bh56-header .button{flex-shrink:0}
.bh56-tabs{display:flex;gap:4px;border-bottom:1px solid var(--line,#E4E7EC);margin-bottom:12px}
.bh56-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:8px 14px;background:transparent;border:0;border-bottom:2px solid transparent;color:inherit;font:inherit;font-size:13px;cursor:pointer}
.bh56-tabs button[aria-pressed=true]{border-bottom-color:currentColor;font-weight:700}
.bh56-tabs button>span{font-size:11px;background:#EDF0F3;color:#4B5563;border-radius:4px;padding:2px 5px}
.bh56-draft{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface,#fff);border:1px solid var(--line,#E4E7EC);border-radius:8px;padding:16px;margin-bottom:12px}
.bh56-draft h2{font-size:16px;margin:7px 0 4px}
.bh56-draft p{font-size:12px;color:var(--muted,#4B5563);margin:0}
.bh56-empty{padding:24px 16px;border:1px solid var(--line,#E4E7EC);border-radius:8px;background:var(--surface,#fff)}
.bh56-empty h2{font-size:17px;margin:0 0 8px}
.bh56-empty p{font-size:13px;max-width:60ch}
[data-theme=dark] .bh56-draft,[data-theme=dark] .bh56-empty{background:#151C24;border-color:#394452}
[data-theme=dark] .bh56-tabs button>span{background:#293544;color:#D6DEE8}
@media(max-width:600px){
 .bh56-header{align-items:stretch;flex-direction:column;gap:8px}
 .bh56-header .button{align-self:flex-start}
 .bh56-tabs{gap:0}
 .bh56-tabs button{padding:8px 9px;flex:1}
 .bh56-draft{align-items:flex-start;flex-direction:column;padding:12px}
 .bh56-draft .button{min-height:44px}
}
