:root { --site-green: #087f50; --site-dark: #142a22; --site-muted: #617168; }
html { scroll-padding-top: 105px; }
.site-shell { background: #fff; }
.site-shell a:focus-visible, .site-shell button:focus-visible, .site-shell input:focus-visible, .site-shell select:focus-visible, .site-shell [tabindex]:focus-visible { outline: 3px solid #0d945d; outline-offset: 4px; }
.site-skip-link { position: fixed; left: 1rem; top: -100px; z-index: 1100; background: #fff; padding: .8rem; color: var(--site-green); }
.site-skip-link:focus { top: 1rem; }
.site-topbar { background: #eff8f2; border-bottom: 1px solid #e2eee6; font-size: .72rem; color: #4e6659; }
.site-topbar-inner, .site-contact-details, .site-socials { display: flex; align-items: center; }
.site-topbar-inner { justify-content: space-between; gap: 1rem; min-height: 35px; }
.site-contact-details { gap: 1.35rem; flex-wrap: wrap; }
.site-contact-details a { color: #315844; text-decoration: none; }
.site-contact-details i { color: var(--site-green); margin-right: .28rem; }
.site-socials { gap: .45rem; }
.site-socials a { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: inherit; border-radius: 6px; text-decoration: none; }
.site-socials a:hover { color: var(--site-green); background: #d7efdf; }
.site-navbar { background: #fff; border-bottom: 1px solid #e6ede9; box-shadow: 0 3px 14px #143e2206; padding: .9rem 0; z-index: 1030; }
.site-brand { display: inline-flex; align-items: center; gap: .55rem; font-family: 'Space Grotesk', sans-serif; font-size: 1.25rem; color: var(--site-dark); font-weight: 700; text-decoration: none; line-height: 1.2; }
.site-brand > img { object-fit: contain; border-radius: 8px; background: #fff; }
.site-brand > span > span { color: var(--site-green); }
.site-brand small { display: block; color: #6c8073; letter-spacing: .15em; font: 500 .54rem/1.5 'IBM Plex Sans', sans-serif; margin-top: .16rem; }
.site-navbar .navbar-nav { gap: .25rem; align-items: center; }
.site-navbar .nav-item { position: relative; }
.site-navbar .nav-link { color: #40564a; font-size: .92rem; font-weight: 600; padding: .7rem .85rem; white-space: nowrap; border-radius: 10px; border: 1px solid transparent; transition: all .2s ease; }
.site-navbar .nav-link:hover, .site-navbar .nav-link:focus-visible { color: var(--site-green); background: #f2faf5; border-color: #d9eee1; }
.site-navbar .nav-link.active { color: var(--site-green); background: #edf8f2; border-color: #d4eddf; font-weight: 700; }
.site-navbar .nav-link.dropdown-toggle { display: inline-flex; align-items: center; gap: .4rem; }
.site-navbar .nav-link.dropdown-toggle::after { margin-left: .45rem; border-width: .28em .28em 0; color: currentColor; }
.site-nav-actions { display: flex; align-items: center; gap: .55rem; }
.site-button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid transparent; border-radius: 8px; min-height: 43px; padding: .65rem .95rem; font-size: .85rem; font-weight: 600; line-height: 1.3; text-decoration: none; transition: background .22s, color .22s, transform .22s; }
.site-button-green { background: var(--site-green); color: #fff; }
.site-button-green:hover { background: #065f3d; color: #fff; transform: translateY(-2px); }
.site-button-outline { border-color: #8cbca2; color: var(--site-green); background: #fff; }
.site-button-outline:hover { background: var(--site-green); color: #fff; border-color: var(--site-green); }
.site-search-link { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 43px; color: var(--site-dark); }
.site-search-link:hover { color: var(--site-green); }
.site-student-name { max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.site-dropdown { border-color: #dfeae3; border-radius: 12px; padding: .5rem; box-shadow: 0 12px 30px #102b1912; max-width: 340px; }
.site-dropdown .dropdown-item { color: #365344; font-size: .84rem; padding: .65rem .7rem; border-radius: 6px; white-space: normal; }
.site-dropdown .dropdown-item:hover, .site-dropdown .dropdown-item:focus { background: #eaf7ef; color: #086541; }
.site-navbar .navbar-toggler { border: 1px solid #cddfd4; min-width: 44px; min-height: 44px; }
.site-footer { background: #081426; color: #ffffff; padding: 4.1rem 0 0; }
.site-footer-grid { display: grid; grid-template-columns: 1.25fr .65fr 1.2fr 1fr; gap: 2.8rem; }
.site-footer .site-brand { color: #fff; }
.site-footer .site-brand > span > span { color: #68d6a2; }
.site-footer .site-brand small { color: #acd0bb; }
.site-footer p { font-size: .88rem; line-height: 1.8; margin: 1.25rem 0; max-width: 305px; color: #fff; }
.site-footer h2 { font: 600 .94rem 'IBM Plex Sans', sans-serif; color: #fff; margin: .4rem 0 1.3rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { font-size: .81rem; line-height: 1.55; margin-bottom: .7rem; color: #fff; }
.site-footer a:not(.site-brand) { color: #fff; text-decoration: none; }
.site-footer a:hover { color: #83e6b6; }
.site-footer address { display: flex; flex-direction: column; gap: .8rem; font-size: .82rem; line-height: 1.6; color: #fff; }
.site-footer address a { overflow-wrap: anywhere; }
.site-footer address i { color: #6edaa4; margin-right: .4rem; }
.site-footer-certificate { display: inline-block; font-size: .8rem; margin-top: .5rem; }
.site-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .7rem; padding: 1.45rem 0; border-top: 1px solid #ffffff20; margin-top: 3rem; }
.site-shell .z-float { height: 44px; width: 44px; font-size: 1.2rem; box-shadow: 0 4px 14px #102b1922; }
.site-shell .z-float-wa { animation: none; }
@media (min-width: 1200px) and (max-width: 1399px) { .site-navbar .site-brand { font-size: 1.08rem; gap: .35rem; } .site-navbar .site-brand img { width: 38px; height: 38px; } .site-navbar .nav-link { font-size: .9rem; padding-inline: .45rem; } .site-nav-actions .site-button { font-size: .75rem; padding-inline: .6rem; } .site-search-link { width: 28px; } }
@media (max-width: 1199px) { .site-navbar .navbar-collapse { padding-top: 1rem; } .site-navbar .nav-link { padding: .8rem .7rem; } .site-nav-actions { flex-wrap: wrap; padding: .7rem 0; border-top: 1px solid #e4eee7; margin-top: .5rem; } .site-navbar .site-dropdown { width: 100%; max-width: none; } .site-student-menu { flex: 1; } .site-student-menu > button { width: 100%; } }
@media (max-width: 991px) { .site-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.2rem; } }
@media (max-width: 575px) { .site-topbar-inner { padding-block: .4rem; } .site-contact-details { gap: .25rem .7rem; font-size: .66rem; } .site-navbar { padding: .6rem 0; } .site-brand { font-size: 1.16rem; } .site-brand img { height: 40px; width: 40px; } .site-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; } .site-footer-grid > :first-child, .site-footer-grid > :last-child { grid-column: 1 / -1; } .site-footer { padding-top: 3rem; } .site-footer-bottom { flex-direction: column; gap: .5rem; margin-top: 2rem; } }
@media (prefers-reduced-motion: reduce) { .site-shell *, .site-shell *::before, .site-shell *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
@media (max-width: 1199px) { .site-navbar .navbar-collapse.show { max-height: calc(100dvh - 85px); overflow-y: auto; overscroll-behavior: contain; } }
@media (max-width: 575px) { .site-footer .site-socials a { width: 44px; height: 44px; } }
