.site-footer{flex:0 0 auto;min-height:var(--footer-height);border-top:3px solid var(--gold);color:var(--text-muted);background:radial-gradient(circle at 50% -40%,rgba(212,168,67,0.08),transparent 55%),linear-gradient(180deg,#fbfdfc,var(--ds-green-50));padding-bottom:env(safe-area-inset-bottom,0px)}.footer-inner{width:min(100% - 36px,var(--content-width));min-height:var(--footer-height);margin-inline:auto;display:grid;place-items:center;align-items:center;padding:clamp(6px,1vh,13px) 0;text-align:center}.footer-copy{display:grid;justify-items:center;gap:clamp(3px,0.6vh,6px)}.footer-college{display:inline-flex;align-items:center;gap:8px;color:var(--ds-green-800)}.footer-college svg{width:18px;height:18px;color:var(--gold);flex:0 0 auto}.footer-college strong{font-size:clamp(0.92rem,1.9vw,1.08rem);font-weight:900;line-height:1.5}.footer-clock{display:block;min-width:230px;padding:2px 14px;border:1px solid rgba(10,92,54,0.14);border-radius:var(--ds-radius-pill);color:var(--ds-green-800);background:#fff;box-shadow:0 1px 4px rgba(6,64,35,0.06);font-size:0.8rem;font-weight:700;font-variant-numeric:tabular-nums;unicode-bidi:plaintext}.footer-timezone{display:inline-flex;align-items:center;gap:5px;color:var(--text-muted);font-size:0.72rem;font-weight:600}.footer-timezone svg{width:13px;height:13px;color:var(--gold)}.modal{position:fixed;z-index:200;inset:0;padding:18px;display:grid;place-items:center;background:rgba(16,35,28,0.62);backdrop-filter:blur(5px)}.modal-card{position:relative;width:min(100%,560px);max-height:min(82vh,720px);padding:30px;overflow:auto;border:1px solid var(--border);border-top:4px solid var(--gold);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-lg);animation:modal-enter 0.22s ease-out both}.modal-icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:9px;border-radius:50%;color:var(--primary);background:#eef8f2}.modal-icon svg{width:28px;height:28px}.modal-card h2{margin:4px 0 9px;color:var(--primary-dark);font-size:1.45rem}.modal-card p,.modal-card li{color:var(--text-muted);font-size:0.78rem}.modal-card ul{max-height:230px;margin:12px 0;padding:12px 30px 12px 12px;overflow:auto;border-radius:var(--radius-sm);background:var(--surface-muted)}.login-error-card{width:min(100%,470px);display:grid;justify-items:center;text-align:center}.login-error-icon{width:70px;height:70px;display:grid;place-items:center;margin-bottom:8px;border:5px solid #ffe5e5;border-radius:50%;color:var(--danger);background:#fff5f5}.login-error-icon svg{width:38px;height:38px}.login-error-card h2{color:#8f1f29;text-align:center}.login-error-card p{max-width:34ch;margin-inline:auto;color:var(--text);font-size:0.94rem;text-align:center}.login-error-actions{display:flex;width:100%;justify-content:center;align-items:center}#studentLoginErrorClose{display:inline-flex;margin-inline:auto;min-width:190px;justify-content:center;text-align:center}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.modal-actions button{min-width:120px;padding:8px 15px}.modal-open{overflow:hidden}.loading-overlay{position:fixed;z-index:260;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#fff;background:rgba(6,64,35,0.78);backdrop-filter:blur(4px);font-size:0.82rem;font-weight:700}.page-spinner{width:42px;height:42px;border:4px solid rgba(255,255,255,0.3);border-top-color:var(--gold-bright)}.view-enter{animation:view-enter 0.3s ease-out both}@keyframes card-enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes modal-enter{from{opacity:0;transform:translateY(10px) scale(0.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes view-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes value-pop{0%{transform:scale(0.86)}70%{transform:scale(1.08)}100%{transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}