* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; background: #D8D9D5; color: #1A1A1A; font-family: 'Inter', sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { border-bottom: 1px solid #B8B9B5; padding: 18px 24px; background: #16224D; }
.site-header-inner { max-width: 780px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.brand-block { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.brand-name { color: #F1F2F6; font-weight: 700; font-size: 18px; letter-spacing: 0.5px; }
.brand-tagline { color: #9AA3C4; font-size: 10px; letter-spacing: 0.5px; font-family: 'JetBrains Mono', monospace; }

.page-container { max-width: 780px; margin: 0 auto; padding: 28px 20px; }

.category-filter { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.cat-tab { padding: 7px 14px; border-radius: 4px; font-size: 12px; font-weight: 500; border: 1px solid #B8B9B5; background: #FFFFFF; color: #5A5A55; font-family: 'JetBrains Mono', monospace; display: inline-block; }
.cat-tab.active { border-color: #16224D; background: #16224D; color: #FFFFFF; }

.bulletin-list { display: flex; flex-direction: column; gap: 24px; }

.bulletin-card { background: #FFFFFF; padding: 36px 40px; position: relative; box-shadow: 0 1px 3px rgba(0,0,0,0.15); }
.stamp { position: absolute; top: 30px; right: 34px; width: 74px; height: 74px; border-radius: 50%; border: 2px solid #B84A4A; display: flex; align-items: center; justify-content: center; transform: rotate(-14deg); color: #B84A4A; opacity: 0.7; mix-blend-mode: multiply; font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 700; text-align: center; line-height: 1.3; }
.bulletin-header { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 24px; }
.bulletin-brand { font-size: 13px; color: #8A8C91; letter-spacing: 1px; }
.bulletin-title-block { text-align: center; margin-bottom: 24px; }
.bulletin-event { font-size: 26px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin: 0; }
.bulletin-event a:hover { text-decoration: underline; }
.bulletin-date { font-size: 15px; font-weight: 500; margin-top: 4px; }
.bulletin-meta { border-top: 1.5px solid #1A1A1A; border-bottom: 1.5px solid #1A1A1A; padding: 14px 0; margin-bottom: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.meta-row { display: flex; gap: 12px; margin-bottom: 6px; font-size: 14px; }
.meta-label { font-weight: 700; width: 50px; flex-shrink: 0; }
.meta-label.wide { width: 76px; }
.bulletin-boilerplate { font-size: 13px; line-height: 1.7; color: #3D3D3D; margin-bottom: 22px; font-style: italic; }
.bulletin-image { width: 100%; display: block; margin-bottom: 22px; }
.field-row { display: flex; gap: 16px; margin-bottom: 14px; }
.field-label { font-weight: 700; font-size: 14px; width: 120px; flex-shrink: 0; }
.field-value { font-size: 14px; line-height: 1.6; color: #1A1A1A; }
.field-value.hashtags { color: #2F6FB0; }
.bulletin-footer { margin-top: 26px; padding-top: 16px; border-top: 1px solid #DADAD5; display: flex; justify-content: flex-end; gap: 10px; }

.btn { background: #16224D; color: #FFFFFF; border: none; border-radius: 4px; padding: 10px 18px; font-weight: 500; font-size: 14px; cursor: pointer; font-family: 'Inter', sans-serif; }
.btn:hover { background: #233570; }
.btn-ghost { background: #FFFFFF; color: #3D3D3D; border: 1px solid #C7C8C3; border-radius: 4px; padding: 9px 16px; font-size: 13px; cursor: pointer; font-family: 'Inter', sans-serif; display: inline-block; }
.btn-ghost:hover { border-color: #16224D; }

.pager { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 24px; }
.pager-status { font-size: 13px; color: #5A5A55; font-family: 'JetBrains Mono', monospace; }
.empty-state { border: 1px dashed #B8B9B5; border-radius: 4px; padding: 40px 20px; text-align: center; color: #5A5A55; background: #FFFFFF; }

.admin-input { background: #FFFFFF; border: 1px solid #C7C8C3; color: #1A1A1A; border-radius: 4px; padding: 10px 12px; font-family: 'Inter', sans-serif; font-size: 14px; width: 100%; }
.admin-input:focus { outline: none; border-color: #16224D; }
.admin-panel { background: #FFFFFF; border: 1px solid #C7C8C3; border-radius: 4px; padding: 22px; margin-bottom: 28px; }
.admin-label { font-size: 10px; color: #7A7A75; margin-bottom: 4px; font-family: 'JetBrains Mono', monospace; }
.admin-error { color: #B84A4A; font-size: 13px; margin-bottom: 10px; }
.admin-row { background: #FFFFFF; border: 1px solid #C7C8C3; border-radius: 4px; padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
