.home-updates{background:#eef1e9}.home-update-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.update-box{background:#fff;border:1px solid var(--border);border-radius:8px;padding:26px;min-height:245px}.update-box.admission-update{background:var(--green);color:#fff}.update-box .box-label{display:block;font-size:9px;font-weight:700;letter-spacing:1.6px;color:#67845d;margin-bottom:14px}.admission-update .box-label{color:#d9d9a8}.update-box h3{font-size:23px;margin-bottom:22px}.admission-update h3{font-size:29px}.update-box ul{list-style:none;padding:0;margin:0}.update-box li{border-top:1px solid #e2e7df}.update-box li a,.update-box li span{display:flex;justify-content:space-between;gap:15px;padding:12px 0;font-size:12px;font-weight:600}.update-box li a:after{content:'↗';color:#728e62}.update-box li span{color:#879087}.update-box .box-action{display:inline-flex;margin-top:12px;color:var(--gold);font-size:12px;font-weight:700}.notification-box{border-top:4px solid #d59b2d}.notification-box .box-label{display:flex;align-items:center;gap:8px}.notification-box .box-label:before{content:'';width:9px;height:9px;border-radius:50%;background:#df3d3d;animation:notice-blink 1.2s infinite}.home-update-error{grid-column:1/-1;color:var(--muted)}@keyframes notice-blink{0%,45%{opacity:1;box-shadow:0 0 0 0 #df3d3d66}70%,100%{opacity:.25;box-shadow:0 0 0 7px transparent}}@media(max-width:850px){.home-update-grid{grid-template-columns:1fr 1fr}.admission-update{grid-column:1/-1}}@media(max-width:560px){.home-update-grid{grid-template-columns:1fr}.admission-update{grid-column:auto}}@media(prefers-reduced-motion:reduce){.notification-box .box-label:before{animation:none}}
