.bulletin-panel { max-width: 1200px; }
.bulletin-heading, .bulletin-actions, #bulletin-tools { display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.bulletin-heading { justify-content:space-between; }
#bulletin-tools { margin:16px 0; }
.bulletin-panel h3 { margin-top:24px; }
.bulletin-panel p, .bulletin-panel label { font-size:1rem; }
.bulletin-row { border:1px solid #d7dfe8; border-left:4px solid #b94757; border-radius:12px; padding:18px; margin:12px 0; background:#fff; color:#172540; }
.bulletin-row.weekly { border-left-color:#34814a; }
.bulletin-row.task { border-left-color:#c76a17; }
.bulletin-row h4 { margin:0 0 8px; font-size:1.05rem; overflow-wrap:anywhere; }
.bulletin-body { white-space:normal; overflow-wrap:anywhere; margin:12px 0; line-height:1.65; }
.bulletin-body p { margin:10px 0; }
.bulletin-body h3 { margin:22px 0 10px; font-size:1.05rem; }
.bulletin-body ul { padding-left:24px; }
.bulletin-body li { margin:6px 0; }
.bulletin-content, .bulletin-preview { margin:14px 0; }
.bulletin-content summary, .bulletin-preview summary { cursor:pointer; padding:10px 0; font-weight:600; }
#bulletin-login-hint { color:#fff; background:#17364d; padding:12px; border-radius:8px; font-size:1rem; }
.bulletin-meta { color:#526276; font-size:.875rem; margin:8px 0; }
.bulletin-tag { display:inline-block; padding:3px 9px; background:#eaf0f5; border-radius:6px; font-size:.875rem; margin-right:8px; }
.bulletin-actions button, #bulletin-tools button, #bulletin-refresh { min-height:44px; }
#bulletin-error { color:#a52031; }
.bulletin-dialog { border:1px solid #b4c0ce; border-radius:16px; width:min(650px,calc(100vw - 32px)); padding:24px; max-height:85vh; overflow:auto; color:#172540; background:#fff; }
.bulletin-dialog::backdrop { background:#081e31aa; }
.bulletin-dialog h2 { font-size:1.4rem; margin-top:0; }
.bulletin-dialog label { display:block; margin:14px 0; font-size:1rem; }
.bulletin-dialog input:not([type=checkbox]), .bulletin-dialog textarea, .bulletin-dialog select { box-sizing:border-box; width:100%; margin-top:6px; padding:10px; border:1px solid #99a9bd; border-radius:6px; font:inherit; color:#172540; background:#fff; }
.bulletin-dialog textarea { min-height:130px; }
.bulletin-dialog button { min-height:44px; padding:8px 14px; }
.bulletin-dialog .bulletin-error { color:#a52031; }
.bulletin-dialog pre { white-space:pre-wrap; overflow-wrap:anywhere; font:inherit; }
#login-view .bulletin-public-action { margin-top:10px; border:0; background:transparent; color:#f6c456; padding:8px 0; font:inherit; cursor:pointer; text-align:left; min-height:44px; }
#login-view .bulletin-public-time { display:block; color:#bac8d7; font-size:.8rem; margin-top:6px; }
.bulletin-dialog :focus-visible, .bulletin-panel :focus-visible, .bulletin-public-action:focus-visible { outline:3px solid #d29718; outline-offset:3px; }
@media(max-width:600px) { .bulletin-dialog { padding:16px; } .bulletin-actions button { flex:1 1 auto; } }
