.days{display:flex;gap:7px;overflow:auto;margin-bottom:12px}
.day{border:1px solid #294237;background:#102019;color:#c8d7cf;border-radius:999px;padding:9px 13px;white-space:nowrap}
.day.active{background:var(--accent);color:#082016;border-color:var(--accent);font-weight:800}
.v10-calendar{margin:18px 0;padding:18px;border:1px solid #29483a;border-radius:24px;background:linear-gradient(145deg,#11241b,#0d1c16)}
.v10-calendar.hidden{display:none}
.v10-cal-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.v10-cal-icon{font-size:30px}
.v10-cal-title{font-size:20px;font-weight:900}
.v10-cal-count{color:var(--accent);font-weight:900;margin-top:6px}
.v10-form{display:grid;gap:10px}
.v10-form input,.v10-form select,.v10-form textarea{width:100%;box-sizing:border-box}
.v10-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.v10-event{padding:13px 0;border-bottom:1px solid #29483a}
.v10-event:last-child{border-bottom:0}
.v10-chip{display:inline-block;padding:5px 8px;border-radius:999px;background:#173126;color:var(--accent);font-size:11px;font-weight:850}
.academic-upcoming-wrap{margin-top:30px}
.academic-upcoming{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,78%);gap:12px;overflow-x:auto;padding:2px 30px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
.academic-upcoming::-webkit-scrollbar{display:none}
.academic-event-card{scroll-snap-align:start;border:1px solid var(--line);background:linear-gradient(145deg,rgba(28,58,45,.9),rgba(9,31,22,.94));border-radius:24px;padding:18px;min-height:128px}
.academic-event-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.academic-event-type{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--green)}
.academic-event-days{font-size:12px;font-weight:800;color:var(--green);white-space:nowrap}
.academic-event-title{font-size:20px;font-weight:900;line-height:1.15;margin:12px 0 8px}
.academic-event-date{font-size:14px;color:var(--muted)}
.academic-upcoming-head{margin-bottom:12px}
