:root{color-scheme:light;font-family:Roboto,Arial,sans-serif;background:#f5f1e8;color:#243226}
*{box-sizing:border-box}
body{margin:0;background:#f5f1e8}
.campus-calendar{padding:38px clamp(18px,4vw,48px) 44px}
.calendar-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:26px}
.calendar-heading .label{margin:0 0 8px;color:#b1770d;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}
.calendar-heading h2{margin:0;color:#183b12;font:800 clamp(27px,4vw,40px)/1.1 'Roboto Slab',serif}
.calendar-heading>p{max-width:430px;margin:0;color:#687268;font-size:14px;line-height:1.6}
.schedule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.schedule-loading,.schedule-empty{grid-column:1/-1;margin:0;padding:34px;border:1px dashed #bdc6b7;border-radius:8px;background:#ffffffb8;text-align:center;color:#687268}
.schedule-empty b{display:block;margin-bottom:8px;color:#183b12;font:800 20px 'Roboto Slab',serif}
.schedule-empty p{margin:0;font-size:13px;line-height:1.55}
.schedule-card{display:grid;grid-template-columns:58px 1fr;gap:16px;min-height:244px;padding:21px;border-top:4px solid #718640;border-radius:7px;background:#fff;box-shadow:0 7px 22px #1935130c}
.schedule-date{width:58px;height:68px;display:grid;align-content:center;justify-items:center;border-radius:5px;background:#183b12;color:#fff}
.schedule-date b{font:800 24px/1 'Roboto Slab',serif}
.schedule-date span{margin-top:5px;color:#e9b73f;font-size:9px;font-weight:800;letter-spacing:.12em}
.schedule-content{min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.schedule-category{margin:0 0 7px;color:#b1770d;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.schedule-content h3{margin:0;color:#183b12;font:800 19px/1.25 'Roboto Slab',serif}
.schedule-range{margin:9px 0 0;color:#3f4e40;font-size:12px;font-weight:700;line-height:1.45}
.schedule-meta{display:flex;flex-wrap:wrap;gap:7px 11px;margin-top:13px;color:#687268;font-size:10px;font-weight:600}
.schedule-description{margin:13px 0 17px;color:#687268;font-size:12px;line-height:1.55}
.schedule-content>a{margin-top:auto;color:#183b12;font-size:11px;font-weight:800;text-decoration:none}
.schedule-content>a:hover{text-decoration:underline}
.schedule-pending{margin-top:auto;color:#8a9189;font-size:10px;font-weight:700}
@media(max-width:900px){.schedule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.campus-calendar{padding:30px 16px 36px}.calendar-heading{display:block}.calendar-heading>p{margin-top:14px}.schedule-grid{grid-template-columns:1fr}.schedule-card{min-height:220px}}
@media(max-width:390px){.schedule-card{grid-template-columns:52px 1fr;padding:18px;gap:13px}.schedule-date{width:52px;height:64px}.schedule-date b{font-size:22px}}

