.notices-page { background: #f5f7f5; }
.notice-wrap { width: min(1160px, 90%); margin-inline: auto; }
.notice-hero { background: radial-gradient(ellipse at 90% 10%, #176653, transparent 55%), #073e32; color: white; padding: 18px 0 26px; }
.notice-back { color: #d4e7df; font-size: .8rem; }
.notice-back span { margin: 0 12px; opacity: .5; }
.notice-hero-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; }
.notice-eyebrow { font-size: .7rem; letter-spacing: .16em; font-weight: 700; color: #9fe1bd; margin-bottom: 18px; }
.notice-hero h1 { font-size: clamp(1.65rem, 2.6vw, 2.3rem); line-height: 1.2; letter-spacing: -.035em; color: white; margin: 0 0 10px; }
.notice-hero h1 span { display: inline; color: #c4e6d1; }
.notice-intro { max-width: 720px; color: #d2e5dc; line-height: 1.6; font-size: .88rem; margin: 0; }
.notice-hero-icon { width: 76px; height: 76px; flex-shrink: 0; border: 1px solid #619380; background: #ffffff08; border-radius: 18px; display: grid; place-items: center; transform: rotate(8deg); font-size: 2.3rem; color: #d2eac4; }
.notice-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 36px; padding-block: 28px 72px; }
.notice-feed-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 23px; }
.notice-feed-heading h2 { font-size: 1.45rem; margin: 0; color: #173e33; }
.notice-feed-heading > span, .notice-status { font-size: .8rem; color: #586b62; }
.notice-tools { display: grid; grid-template-columns: 1fr 180px; gap: 14px; }
.notice-tools label { display: block; font-size: .75rem; font-weight: 700; margin-bottom: 7px; color: #43574d; }
.notice-tools input, .notice-tools select { width: 100%; min-height: 46px; border: 1px solid #ccd8d0; border-radius: 9px; background: white; padding: 10px 12px; font: inherit; font-size: .85rem; color: #233d30; }
.notices-page :focus-visible { outline: 3px solid #c38b26; outline-offset: 4px; }
.notice-status { margin: 18px 0; }
.notice-card { background: white; border: 1px solid #dce5df; border-radius: 14px; padding: 27px 30px; margin-bottom: 18px; box-shadow: 0 4px 14px #183d2904; scroll-margin-top: 110px; overflow-wrap: anywhere; }
.notice-card.is-urgent { border-left: 4px solid #bd543d; }
.notice-card:target { outline: 3px solid #b9954d; }
.notice-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: .73rem; color: #617269; margin-bottom: 16px; }
.notice-tag { background: #edf5ee; color: #286140; padding: 5px 10px; border-radius: 5px; font-weight: 700; }
.notice-urgent { color: #a13a27; font-weight: 700; }
.notice-meta time { margin-left: auto; }
.notice-card h3 { font-size: 1.25rem; line-height: 1.45; color: #203d30; margin: 0 0 12px; }
.notice-copy { white-space: pre-wrap; line-height: 1.85; font-size: .93rem; color: #4b5b52; margin: 0; }
.notice-attachment { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; padding: 10px 14px; border: 1px solid #d4e4d9; border-radius: 7px; color: #175b3f; background: #f4f8f4; font-size: .8rem; font-weight: 600; max-width: 100%; }
.notice-side-card { padding: 26px; border-radius: 14px; background: #e8eee3; margin-bottom: 20px; }
.notice-side-card .notice-eyebrow { color: #526a44; }
.notice-side-card h2 { font-size: 1.4rem; line-height: 1.35; color: #294532; margin: 15px 0; }
.notice-side-card p { font-size: .83rem; line-height: 1.8; color: #52614f; }
.notice-side-note { display: flex; gap: 12px; border-top: 1px solid #cbd6c4; padding-top: 18px; margin-top: 24px; font-size: .76rem; line-height: 1.6; color: #52614f; }
.notice-help { background: white; border: 1px solid #dce5df; }
.notice-help h2 { font-size: 1rem; margin-top: 0; }
.notice-help a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid #eef1ed; font-size: .8rem; color: #27553c; }
.notice-help p { margin-top: 24px; }
.notice-empty { background: white; border: 1px dashed #bdcec1; padding: 36px; border-radius: 12px; color: #53635a; line-height: 1.8; }
@media (max-width: 850px) { .notice-layout { grid-template-columns: 1fr; } .notice-sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .notice-hero-icon { display: none; } }
@media (max-width: 540px) { .notice-hero { padding-bottom: 22px; } .notice-hero-row { margin-top: 16px; } .notice-layout { padding-top: 28px; gap: 20px; } .notice-tools, .notice-sidebar { grid-template-columns: 1fr; } .notice-card { padding: 22px; } .notice-feed-heading { align-items: baseline; } .notice-feed-heading h2 { font-size: 1.2rem; } .notice-meta time { margin-left: 0; } }
@media (max-width: 1280px) {
  .notices-page .nav-links { display: none !important; }
  .notices-page .menu-toggle { display: block !important; }
}
@media (max-width: 850px) {
  .notices-page .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .notices-page .footer-inner { grid-template-columns: 1fr; }
  .notices-page .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}

.notice-hero .notice-eyebrow { margin: 0 0 10px; font-size: .65rem; }
