.bulletin-feed{display:grid;gap:16px;margin-top:28px}.bulletin-card{display:grid;grid-template-columns:minmax(130px,.36fr) 1fr;gap:20px;padding:18px;border:1px solid #dbe3ed;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(7,28,61,.06)}.bulletin-card:not(:has(.bulletin-poster)){grid-template-columns:1fr}.bulletin-poster{position:relative;min-height:160px;padding:0;border:0;border-radius:11px;overflow:hidden;background:#e9eef5;cursor:pointer}.bulletin-poster img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.bulletin-poster span{position:absolute;left:8px;right:8px;bottom:8px;padding:8px;border-radius:8px;background:rgba(7,28,61,.88);color:#fff;font:700 12px Manrope}.bulletin-card-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.bulletin-card-meta>*{padding:5px 8px;border-radius:999px;background:#eef3f8;color:#526177;font:800 11px Manrope;text-transform:uppercase}.bulletin-card h4{margin:0 0 8px;color:var(--navy);font:800 20px/1.25 Manrope}.bulletin-card p{margin:0 0 12px;color:#5d6b80;line-height:1.55}.bulletin-card a{color:var(--red);font-weight:800;font-size:13px}.poster-modal{max-width:min(92vw,1100px);max-height:92vh;padding:12px;border:0;border-radius:16px;background:#071c3d}.poster-modal::backdrop{background:rgba(2,11,27,.88)}.poster-modal img{display:block;max-width:100%;max-height:86vh;object-fit:contain;margin:auto}.poster-modal .close{position:fixed;top:18px;right:22px;width:44px;height:44px;border:1px solid #fff;border-radius:50%;background:#071c3d;color:#fff;font-size:26px;cursor:pointer}.owner-login{display:block;padding:10px 20px;background:#06162f;color:#8da0bb;text-align:center;font:600 11px Manrope;text-decoration:none}.owner-login:hover{color:#eab52c}@media(max-width:600px){.bulletin-card{grid-template-columns:1fr}.bulletin-poster{min-height:240px}}
