:root{--maroon:#9b0000;--maroon-dark:#6f0000;--gold:#ffc928;--navy:#07172d;--ink:#142033;--muted:#64748b;--light:#f7f8fb;--white:#fff;--shadow:0 22px 55px rgba(3,7,18,.16)}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,'Noto Sans Sinhala',system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.65;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:.25s}img{max-width:100%;height:auto;display:block}.vse-container{width:min(1180px,92%);margin-inline:auto}.vse-topbar{background:var(--maroon);color:#fff;font-size:13px;font-weight:700}.vse-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:38px}.vse-topbar a{color:#fff}.vse-brandbar{background:#fff;border-bottom:1px solid #e7eaf0}.vse-brandbar-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}.vse-brand{display:flex;align-items:center;gap:18px;min-width:0}.vse-logo-frame{width:92px;height:92px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.vse-logo-frame img,.custom-logo{max-width:92px;max-height:92px;object-fit:contain}.vse-brand-text{display:flex;flex-direction:column;min-width:0}.vse-si{font-family:'Noto Sans Sinhala',sans-serif;color:var(--maroon);font-weight:800;font-size:16px;line-height:1.15;margin-bottom:2px}.vse-brand-text strong{font-family:Cinzel,serif;color:var(--maroon);font-size:31px;font-weight:800;line-height:1.1;letter-spacing:.2px}.vse-brand-text small{font-size:14px;font-weight:700;color:#334155;margin-top:3px}.vse-quick-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.vse-quick-actions a{border:1px solid #efb7b7;color:var(--maroon);font-weight:800;font-size:13px;padding:9px 16px;border-radius:999px;background:#fff}.vse-quick-actions a:hover{background:var(--maroon);color:#fff}.vse-navbar{background:var(--navy);position:sticky;top:0;z-index:50;box-shadow:0 8px 25px rgba(0,0,0,.12)}.vse-nav-inner{display:flex;justify-content:center}.vse-menu{display:flex;align-items:center;justify-content:center;gap:0;list-style:none;margin:0;padding:0}.vse-menu li{position:relative}.vse-menu li a{display:block;color:#fff;font-size:14px;font-weight:800;padding:15px 18px}.vse-menu li a:hover{background:var(--gold);color:#111}.vse-menu ul{position:absolute;top:100%;left:0;background:#fff;min-width:230px;display:none;box-shadow:var(--shadow);list-style:none}.vse-menu li:hover>ul{display:block}.vse-menu ul li a{color:#111;padding:13px 16px}.vse-menu ul li a:hover{background:var(--maroon);color:#fff}.vse-menu-toggle{display:none;background:var(--gold);border:0;border-radius:8px;padding:10px 14px;font-weight:900;color:#111;margin:10px 0}.vse-hero{min-height:650px;background-size:cover;background-position:center;display:flex;align-items:center;color:white;position:relative;overflow:hidden}.vse-hero-card{max-width:720px;padding:76px 0 84px}.vse-badge{display:inline-flex;background:var(--gold);color:#111;border-radius:999px;padding:10px 22px;font-size:14px;font-weight:900;box-shadow:0 10px 20px rgba(0,0,0,.2);margin-bottom:18px}.vse-hero h1{font-family:Cinzel,serif;font-size:clamp(38px,4.4vw,62px);line-height:1.08;margin:0 0 6px;letter-spacing:.2px;text-transform:uppercase;text-shadow:0 8px 18px rgba(0,0,0,.35);max-width:800px}.vse-hero h2{font-family:Cinzel,serif;font-size:clamp(24px,2.7vw,38px);line-height:1;margin:14px 0;color:var(--gold);text-transform:uppercase;text-shadow:0 6px 15px rgba(0,0,0,.35)}.vse-motto{color:var(--gold);font-weight:900;font-size:18px;margin:20px 0 10px}.vse-hero-desc{font-size:16.5px;font-weight:700;max-width:690px;margin:0 0 28px}.vse-actions{display:flex;gap:13px;flex-wrap:wrap}.vse-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 24px;font-weight:900;border:2px solid transparent;transition:.2s}.vse-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(0,0,0,.22)}.vse-btn.gold{background:var(--gold);color:#111}.vse-btn.red{background:var(--maroon);color:#fff}.vse-btn.white{background:#fff;color:var(--maroon)}.vse-section{padding:78px 0}.vse-soft{background:var(--light)}.vse-kicker{display:inline-block;color:var(--maroon);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:13px;margin-bottom:8px}.vse-section h2,.vse-head h2{font-family:Cinzel,serif;color:var(--maroon);font-size:clamp(30px,3.2vw,44px);line-height:1.12;margin:0 0 18px}.vse-two-col{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.vse-photo img{border-radius:24px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}.vse-two-col p{font-size:18px;color:#334155;margin-bottom:14px}.vse-card-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.vse-card-row div{background:#fff;border-left:6px solid var(--gold);padding:18px;border-radius:14px;box-shadow:0 10px 24px rgba(15,23,42,.08)}.vse-card-row strong{display:block;color:var(--maroon);font-size:18px}.vse-card-row span{color:var(--muted);font-weight:600}.vse-principal-card{display:grid;grid-template-columns:300px 1fr;gap:42px;align-items:center;background:#fff;border-radius:28px;padding:34px;box-shadow:var(--shadow)}.vse-principal-card img{width:300px;height:370px;object-fit:cover;border-radius:22px}.vse-principal-card p{font-size:18px}.vse-stats{background:linear-gradient(135deg,var(--maroon),var(--maroon-dark));padding:55px 0;color:#fff}.vse-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vse-stats-grid div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:20px;text-align:center;padding:26px}.vse-stats-grid strong{display:block;font-size:40px;color:var(--gold);line-height:1;font-weight:900}.vse-stats-grid span{display:block;margin-top:8px;font-weight:800}.vse-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.vse-head.centered{text-align:center;display:block}.vse-head a{color:var(--maroon);font-weight:900}.vse-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.vse-news-card,.vse-box{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 15px 35px rgba(15,23,42,.11);transition:.2s}.vse-news-card:hover,.vse-box:hover{transform:translateY(-5px)}.vse-news-card img{width:100%;height:220px;object-fit:cover}.vse-news-card div{padding:20px}.vse-news-card span{font-size:13px;font-weight:800;color:var(--maroon)}.vse-news-card h3{margin:7px 0 8px;font-size:21px;line-height:1.25}.vse-news-card p{color:#475569;margin:0 0 12px}.vse-news-card a{color:var(--maroon);font-weight:900}.vse-box{padding:28px}.vse-box span{display:inline-flex;background:var(--gold);padding:8px 14px;border-radius:999px;font-weight:900;margin-bottom:14px}.vse-box h3{color:var(--maroon);margin-bottom:8px}.vse-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vse-link-grid a{background:var(--navy);color:#fff;border-radius:18px;padding:24px;text-align:center;font-weight:900}.vse-link-grid a:hover{background:var(--maroon)}.vse-page-hero{background-size:cover;background-position:center;color:#fff;padding:110px 0}.vse-page-hero span{display:inline-flex;background:var(--gold);color:#111;padding:9px 18px;border-radius:999px;font-weight:900}.vse-page-hero h1{font-family:Cinzel,serif;font-size:clamp(38px,5vw,64px);line-height:1.08;margin:15px 0;max-width:850px}.vse-page-hero p{font-size:18px;max-width:720px;font-weight:600}.vse-article{background:#fff;border-radius:22px;box-shadow:0 12px 30px rgba(15,23,42,.08);padding:34px}.vse-article h1,.vse-article h2,.vse-article h3{color:var(--maroon)}.vse-article img{border-radius:16px}.vse-footer{background:#07172d;color:#dbe4f0;padding-top:56px}.vse-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:28px}.vse-footer-logo{width:82px;height:82px;object-fit:contain}.vse-footer h3,.vse-footer h4{color:#fff;margin:0 0 14px}.vse-footer ul{list-style:none;margin:0;padding:0}.vse-footer li{margin:8px 0}.vse-footer a{color:#ffdf71}.vse-copy{text-align:center;background:#041020;color:#b9c5d6;margin-top:40px;padding:16px;font-size:14px}.vse-scroll-top{position:fixed;right:25px;bottom:25px;width:48px;height:48px;border-radius:50%;background:var(--maroon);color:#fff;display:none;align-items:center;justify-content:center;font-size:22px;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.25);z-index:9999}.vse-scroll-top:hover{background:var(--gold);color:#111}
@media(max-width:980px){.vse-topbar-inner,.vse-brandbar-inner{flex-direction:column;text-align:center}.vse-brand{flex-direction:column;text-align:center}.vse-quick-actions{justify-content:center}.vse-brand-text strong{font-size:25px}.vse-menu-toggle{display:block}.vse-nav-inner{display:block}.vse-menu-wrap{display:none}.vse-menu-wrap.open{display:block}.vse-menu{flex-direction:column;align-items:stretch}.vse-menu li a{text-align:center;border-top:1px solid rgba(255,255,255,.1)}.vse-menu ul{position:static;display:block;box-shadow:none}.vse-hero{min-height:610px;text-align:center}.vse-hero-card{max-width:100%;padding:54px 0}.vse-actions{justify-content:center}.vse-two-col,.vse-principal-card{grid-template-columns:1fr}.vse-principal-card img{width:100%;height:auto;max-height:450px}.vse-stats-grid,.vse-grid3,.vse-link-grid,.vse-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.vse-topbar{font-size:12px}.vse-logo-frame{width:76px;height:76px}.vse-logo-frame img,.custom-logo{max-width:76px;max-height:76px}.vse-brand-text strong{font-size:21px}.vse-hero{min-height:620px;background-position:center}.vse-hero h1{font-size:34px;line-height:1.12}.vse-hero h2{font-size:24px}.vse-hero-desc{font-size:15px}.vse-actions .vse-btn{width:100%}.vse-section{padding:58px 0}.vse-stats-grid,.vse-grid3,.vse-link-grid,.vse-footer-grid,.vse-card-row{grid-template-columns:1fr}.vse-principal-card{padding:22px}.vse-head{display:block}.vse-news-card img{height:190px}}
.vse-social-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vse-social-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 18px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    border: 1px solid transparent;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.vse-facebook-btn {
    background: #1877f2;
    border-color: #1877f2;
}

.vse-youtube-btn {
    background: #ff0000;
    border-color: #ff0000;
}

.vse-social-actions a:hover,
.vse-social-actions a:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.vse-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 900;
}

.vse-youtube-icon {
    font-size: 11px;
}

@media (max-width: 767px) {
    .vse-social-actions {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .vse-social-actions a {
        padding: 9px 14px;
        font-size: 13px;
    }
}
/* Administration Page */

.vse-admin-principal {
    max-width: 920px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: center;
    gap: 45px;
    padding: 35px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(7, 23, 45, 0.12);
}

.vse-admin-photo {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    aspect-ratio: 4 / 5;
    background: #e9eef5;
}

.vse-admin-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vse-admin-info h3 {
    margin: 0 0 8px;
    font-size: 32px;
    color: #07172d;
}

.vse-admin-designation {
    display: inline-block;
    margin-bottom: 20px;
    padding: 7px 18px;
    border-radius: 30px;
    background: #a6192e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.vse-admin-info p {
    margin: 0;
    color: #526174;
    font-size: 16px;
    line-height: 1.8;
}

.vse-admin-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.vse-admin-card {
    overflow: hidden;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(7, 23, 45, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vse-admin-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(7, 23, 45, 0.16);
}

.vse-admin-card-photo {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #e9eef5;
}

.vse-admin-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vse-admin-card-content {
    padding: 22px 18px;
    text-align: center;
}

.vse-admin-card-content h3 {
    margin: 0 0 8px;
    font-size: 19px;
    color: #07172d;
}

.vse-admin-card-content span {
    color: #a6192e;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .vse-admin-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .vse-admin-principal {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 22px;
        text-align: center;
    }

    .vse-admin-photo {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

    .vse-admin-info h3 {
        font-size: 26px;
    }

    .vse-admin-grid {
        grid-template-columns: 1fr;
    }

    .vse-admin-card {
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }
}
/* Administration leadership profiles */

.vse-leader-profile {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    align-items: stretch;
    max-width: 1050px;
    margin: 38px auto 0;
    padding: 28px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(7, 23, 45, 0.12);
}

.vse-leader-photo {
    overflow: hidden;
    min-height: 360px;
    border-radius: 16px;
    background: #e9eef5;
}

.vse-leader-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.vse-leader-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 12px;
}

.vse-leader-role {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 14px;
    padding: 7px 16px;
    border-radius: 999px;
    background: #a90000;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.vse-leader-content h3 {
    margin: 0 0 18px;
    color: #07172d;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.2;
}

.vse-leader-message {
    color: #425166;
    font-size: 16px;
    line-height: 1.85;
}

.vse-leader-message p {
    margin: 0 0 14px;
}

.vse-deputy-list {
    display: grid;
    gap: 28px;
    margin-top: 38px;
}

.vse-deputy-profile {
    grid-template-columns: 240px minmax(0, 1fr);
    max-width: 1000px;
    margin-top: 0;
}

.vse-deputy-profile .vse-leader-photo {
    min-height: 300px;
}

@media (max-width: 767px) {
    .vse-leader-profile,
    .vse-deputy-profile {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 20px;
    }

    .vse-leader-photo,
    .vse-deputy-profile .vse-leader-photo {
        width: 100%;
        max-width: 360px;
        min-height: 420px;
        margin: 0 auto;
    }

    .vse-leader-content {
        padding: 4px;
        text-align: center;
    }

    .vse-leader-role {
        align-self: center;
    }
}


/* Enterprise CMS v12.5 pages */
.vse-grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.vse-grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.vse-academic-intro{max-width:900px;text-align:center}
.vse-academic-intro p{font-size:18px;line-height:1.85;color:#526174}
.vse-academic-card,.vse-download-card{background:#fff;border-radius:18px;padding:28px;box-shadow:0 12px 34px rgba(7,23,45,.1)}
.vse-academic-card>span{display:inline-block;color:#a6192e;font-weight:800;margin-bottom:12px}
.vse-academic-card h3,.vse-download-card h3{margin:0 0 14px;color:#07172d}
.vse-academic-card p{color:#526174;line-height:1.75}
.vse-chip-list{display:flex;flex-wrap:wrap;gap:12px}
.vse-chip-list span{display:inline-flex;padding:11px 16px;border-radius:999px;background:#fff;color:#07172d;font-weight:700;box-shadow:0 6px 20px rgba(7,23,45,.08)}
.vse-download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:32px}
.vse-download-card{display:flex;min-height:190px;flex-direction:column;align-items:flex-start;justify-content:space-between}
.vse-download-card>span{color:#718096}
.vse-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:35px}
.vse-gallery-card{overflow:hidden;background:#fff;border-radius:18px;box-shadow:0 12px 34px rgba(7,23,45,.1)}
.vse-gallery-card img{width:100%;height:250px;object-fit:cover;display:block}
.vse-gallery-card div{padding:20px}.vse-gallery-card h3{margin:0 0 8px}.vse-gallery-card p{margin:0;color:#526174}
.vse-download-list{display:grid;gap:18px;margin-top:35px}
.vse-download-list article{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(7,23,45,.09)}
.vse-download-list h3{margin:4px 0 6px}.vse-download-list p{margin:0;color:#526174}.vse-download-list span{font-size:13px;color:#718096}
.vse-contact-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:42px;align-items:start}
.vse-contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}
.vse-contact-cards article{display:flex;flex-direction:column;gap:7px;padding:20px;background:#fff;border-radius:14px;box-shadow:0 8px 25px rgba(7,23,45,.08)}
.vse-contact-cards strong{color:#a6192e}.vse-contact-cards span,.vse-contact-cards a{color:#425166;line-height:1.6}
.vse-map-wrap{min-height:480px;overflow:hidden;border-radius:20px;background:#e9eef5;box-shadow:0 14px 40px rgba(7,23,45,.12)}
.vse-map-wrap iframe{width:100%;height:480px;border:0}.vse-map-placeholder{display:flex;align-items:center;justify-content:center;min-height:480px;padding:40px;text-align:center;color:#526174}
@media(max-width:980px){.vse-grid4,.vse-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vse-contact-layout{grid-template-columns:1fr}.vse-download-grid{grid-template-columns:1fr}}
@media(max-width:767px){.vse-grid2,.vse-grid4,.vse-gallery-grid,.vse-contact-cards{grid-template-columns:1fr}.vse-download-list article{align-items:flex-start;flex-direction:column}.vse-gallery-card img{height:220px}}


/* Enterprise CMS v13 social header */
.vse-social-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}
.vse-social-btn{display:inline-flex;align-items:center;gap:10px;min-width:138px;padding:10px 16px;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff!important;text-decoration:none;box-shadow:0 8px 20px rgba(7,23,45,.16);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.vse-social-btn svg{width:25px;height:25px;display:block;fill:currentColor;flex:0 0 25px}
.vse-social-btn>span{display:flex;flex-direction:column;font-size:14px;font-weight:800;line-height:1.05}
.vse-social-btn small{margin-bottom:3px;font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.85}
.vse-facebook-btn{background:linear-gradient(135deg,#1877f2,#0b57d0)}
.vse-youtube-btn{background:linear-gradient(135deg,#ff1f1f,#cc0000)}
.vse-social-btn:hover,.vse-social-btn:focus{color:#fff!important;transform:translateY(-3px);box-shadow:0 12px 26px rgba(7,23,45,.24);filter:brightness(1.05)}
.vse-social-btn:focus-visible{outline:3px solid #f4c542;outline-offset:3px}

.vse-sticky-social{position:fixed;right:18px;top:52%;z-index:999;display:flex;flex-direction:column;gap:10px;transform:translateY(-50%)}
.vse-sticky-social a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.22);transition:transform .2s ease,filter .2s ease}
.vse-sticky-social a:hover,.vse-sticky-social a:focus{color:#fff;transform:scale(1.08);filter:brightness(1.06)}
.vse-sticky-social svg{width:25px;height:25px;fill:currentColor}
.vse-sticky-messenger{background:#0084ff}
.vse-sticky-whatsapp{background:#25d366}

@media(max-width:900px){
  .vse-brandbar-inner{flex-wrap:wrap}
  .vse-social-actions{width:100%;justify-content:center;padding-top:12px}
}
@media(max-width:560px){
  .vse-social-actions{gap:8px}
  .vse-social-btn{min-width:0;flex:1;max-width:170px;padding:9px 12px}
  .vse-social-btn svg{width:22px;height:22px;flex-basis:22px}
  .vse-sticky-social{right:10px;top:auto;bottom:80px;transform:none}
  .vse-sticky-social a{width:44px;height:44px}
}


/* Enterprise CMS v13.1 academic stream and department profiles */
.vse-head.centered>p{max-width:850px;margin:12px auto 0;color:#526174;font-size:17px;line-height:1.8}
.vse-academic-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:38px}
.vse-academic-feature-card{overflow:hidden;background:#fff;border-radius:20px;box-shadow:0 14px 38px rgba(7,23,45,.11);transition:transform .25s ease,box-shadow .25s ease}
.vse-academic-feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 46px rgba(7,23,45,.16)}
.vse-academic-feature-image{height:260px;overflow:hidden;background:#e9eef5}
.vse-academic-feature-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.vse-academic-feature-card:hover img{transform:scale(1.04)}
.vse-academic-feature-content{padding:28px}
.vse-academic-feature-content>span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:14px;border-radius:50%;background:#a6192e;color:#fff;font-weight:800}
.vse-academic-feature-content h3{margin:0 0 13px;color:#07172d;font-size:24px}
.vse-academic-feature-content p{margin:0;color:#526174;line-height:1.8}
.vse-department-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:38px}
.vse-department-card{overflow:hidden;background:#fff;border-radius:18px;box-shadow:0 12px 34px rgba(7,23,45,.1);transition:transform .25s ease,box-shadow .25s ease}
.vse-department-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(7,23,45,.15)}
.vse-department-image{height:220px;overflow:hidden;background:#e9eef5}
.vse-department-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.vse-department-card:hover img{transform:scale(1.05)}
.vse-department-content{padding:24px}
.vse-department-content h3{margin:0 0 12px;color:#07172d;font-size:21px}
.vse-department-content p{margin:0;color:#526174;line-height:1.75}
@media(max-width:980px){.vse-department-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.vse-academic-feature-grid,.vse-department-grid{grid-template-columns:1fr}.vse-academic-feature-image{height:230px}.vse-department-image{height:230px}}


/* Enterprise CMS v13.2 - Academic download uploads */
.vse-download-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 230px;
    padding: 28px 24px;
    text-align: center;
}
.vse-download-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #07172d;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
}
.vse-file-type {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f2e6e8;
    color: #a6192e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}
.vse-download-pending {
    color: #6b7788;
    font-size: 14px;
}


/* Enterprise CMS v13.3 - Latest Updates */
.vse-updates-tools{padding:30px 0;background:#fff;border-bottom:1px solid #e7ecf2}
.vse-updates-tools .vse-container{display:grid;gap:22px}
.vse-updates-search{display:flex;max-width:760px;width:100%;margin:0 auto;overflow:hidden;border:1px solid #d9e1ea;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(7,23,45,.07)}
.vse-updates-search input{min-width:0;flex:1;padding:15px 18px;border:0;outline:0;font:inherit;color:#07172d;background:transparent}
.vse-updates-search button{padding:14px 24px;border:0;background:#a6192e;color:#fff;font:inherit;font-weight:800;cursor:pointer}
.vse-update-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.vse-update-filters a{display:inline-flex;padding:9px 15px;border:1px solid #d9e1ea;border-radius:999px;color:#425166;text-decoration:none;font-size:14px;font-weight:700;background:#fff;transition:.2s ease}
.vse-update-filters a:hover,.vse-update-filters a.is-active{border-color:#a6192e;background:#a6192e;color:#fff}
.vse-featured-update{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);overflow:hidden;border-radius:24px;background:#07172d;box-shadow:0 20px 52px rgba(7,23,45,.2)}
.vse-featured-update-image{display:block;min-height:430px;overflow:hidden;background:#dfe6ee}
.vse-featured-update-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}
.vse-featured-update:hover .vse-featured-update-image img{transform:scale(1.03)}
.vse-featured-update-content{display:flex;flex-direction:column;justify-content:center;padding:44px;color:#fff}
.vse-update-label{align-self:flex-start;margin-bottom:16px;padding:7px 13px;border-radius:999px;background:#f4c542;color:#07172d;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.vse-update-meta{display:flex;flex-wrap:wrap;gap:9px 16px;margin-bottom:12px;color:#758398;font-size:13px;font-weight:700}
.vse-featured-update .vse-update-meta{color:#cbd5e1}
.vse-update-meta span{position:relative}
.vse-update-meta span:before{content:'•';margin-right:14px}
.vse-featured-update h2{margin:0 0 15px;font-size:clamp(28px,4vw,44px);line-height:1.15}
.vse-featured-update h2 a{color:#fff;text-decoration:none}
.vse-featured-update p{margin:0 0 24px;color:#d7e0eb;line-height:1.8}
.vse-featured-update .vse-btn{align-self:flex-start}
.vse-updates-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:38px}
.vse-update-card{display:flex;flex-direction:column;overflow:hidden;border-radius:19px;background:#fff;box-shadow:0 12px 34px rgba(7,23,45,.1);transition:transform .25s ease,box-shadow .25s ease}
.vse-update-card:hover{transform:translateY(-6px);box-shadow:0 19px 44px rgba(7,23,45,.16)}
.vse-update-card-image{display:block;height:235px;overflow:hidden;background:#dfe6ee}
.vse-update-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.vse-update-card:hover .vse-update-card-image img{transform:scale(1.05)}
.vse-update-card-content{display:flex;flex:1;flex-direction:column;padding:24px}
.vse-update-card h3{margin:0 0 12px;font-size:21px;line-height:1.35}
.vse-update-card h3 a{color:#07172d;text-decoration:none}
.vse-update-card p{margin:0 0 18px;color:#526174;line-height:1.75}
.vse-update-readmore{margin-top:auto;color:#a6192e;text-decoration:none;font-weight:800}
.vse-update-readmore span{display:inline-block;transition:transform .2s ease}
.vse-update-readmore:hover span{transform:translateX(4px)}
.vse-updates-pagination{display:flex;justify-content:center;gap:8px;margin-top:42px}
.vse-updates-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:8px 13px;border-radius:10px;background:#fff;color:#07172d;text-decoration:none;font-weight:800;box-shadow:0 6px 18px rgba(7,23,45,.08)}
.vse-updates-pagination .page-numbers.current,.vse-updates-pagination a.page-numbers:hover{background:#a6192e;color:#fff}
.vse-updates-empty{max-width:700px;margin:38px auto 0;padding:42px;text-align:center;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(7,23,45,.09)}
.vse-updates-empty h3{margin-top:0;color:#07172d}
.vse-updates-empty p{color:#526174;line-height:1.7}
@media(max-width:980px){.vse-featured-update{grid-template-columns:1fr}.vse-featured-update-image{min-height:360px}.vse-updates-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.vse-updates-search{flex-direction:column;overflow:visible;border:0;box-shadow:none;background:transparent}.vse-updates-search input,.vse-updates-search button{width:100%;border-radius:12px}.vse-updates-search input{border:1px solid #d9e1ea;background:#fff}.vse-featured-update-image{min-height:260px}.vse-featured-update-content{padding:28px}.vse-updates-grid{grid-template-columns:1fr}.vse-update-card-image{height:230px}.vse-updates-pagination{flex-wrap:wrap}}
