:root{
  --navy:#061c39;--navy-2:#0b2d58;--blue:#0d5fbc;--sky:#63c4f3;--orange:#f2912b;--gold:#ffc26c;
  --ink:#152238;--muted:#68778d;--line:#d8e3ef;--paper:#f4f8fc;--white:#fff;--success:#0f805c;--warning:#9c6200;--danger:#b12b41;
  --shadow:0 22px 70px rgba(5,29,57,.15);--soft:0 10px 30px rgba(5,29,57,.09);--emboss:inset 1px 1px 0 rgba(255,255,255,.95),inset -2px -2px 0 rgba(5,29,57,.06),0 16px 40px rgba(5,29,57,.12);--radius:22px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 90% 5%,rgba(99,196,243,.13),transparent 28rem),linear-gradient(180deg,#f9fbfe,#eef4fa)}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.hidden{display:none!important}
.site-header{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem clamp(1rem,3vw,3.2rem);color:#fff;background:rgba(6,28,57,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.13)}
.brand{display:flex;align-items:center;gap:.8rem;font-weight:900}.brand-logo{width:49px;height:49px;object-fit:cover;background:#fff;border-radius:15px;padding:3px;box-shadow:0 8px 20px rgba(0,0,0,.24)}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:1rem;letter-spacing:-.03em}.brand-copy small{margin-top:.25rem;color:#ffc983;font-size:.66rem;letter-spacing:.12em;font-weight:800}
.top-nav{display:flex;align-items:center;gap:.28rem;flex-wrap:wrap}.top-nav>a,.nav-trigger{padding:.7rem .85rem;border-radius:12px;border:0;background:transparent;color:#d7e6f7}.top-nav>a:hover,.top-nav>a.active,.nav-trigger:hover{background:rgba(255,255,255,.12);color:#fff}.dropdown{position:relative}.submenu{display:none;position:absolute;top:calc(100% + .55rem);left:0;min-width:250px;padding:.5rem;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow)}.dropdown:hover .submenu,.dropdown.open .submenu{display:block}.submenu a{display:block;padding:.75rem .8rem;border-radius:11px}.submenu a:hover{background:#eff6fd}.header-actions{display:flex;gap:.65rem;align-items:center}.menu-toggle{display:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.82rem 1.05rem;border:0;border-radius:14px;font-weight:850;transition:.2s transform,.2s box-shadow,.2s background}.btn:hover{transform:translateY(-2px)}.btn-primary{color:var(--navy);background:linear-gradient(145deg,var(--gold),var(--orange));box-shadow:0 12px 28px rgba(242,145,43,.3)}.btn-blue{color:#fff;background:linear-gradient(145deg,var(--blue),var(--navy-2));box-shadow:0 12px 28px rgba(13,95,188,.25)}.btn-secondary{color:var(--navy);background:#fff;border:1px solid var(--line);box-shadow:var(--soft)}.btn-outline{color:inherit;background:transparent;border:1px solid currentColor}.btn-danger{color:var(--danger);background:#ffe6eb}.btn-success{color:var(--success);background:#dff8ef}.btn-warning{color:var(--warning);background:#fff1d8}.btn-sm{padding:.56rem .74rem;border-radius:11px;font-size:.82rem}
.hero{position:relative;min-height:76vh;display:grid;align-items:end;color:#fff;background:linear-gradient(90deg,rgba(5,21,43,.96),rgba(5,21,43,.68) 42%,rgba(5,21,43,.08) 76%),url('../images/campus-exterior.webp') center/cover no-repeat}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(4,19,39,.88));pointer-events:none}.hero-content{position:relative;z-index:2;max-width:860px;padding:clamp(5rem,9vw,8rem) clamp(1.2rem,5vw,5.5rem) clamp(4rem,7vw,5.7rem)}.eyebrow{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .86rem;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.hero h1{font-size:clamp(2.7rem,7vw,6.1rem);line-height:.92;margin:1rem 0;letter-spacing:-.06em}.hero p{font-size:clamp(1rem,1.7vw,1.25rem);line-height:1.7;color:#e2edf8;max-width:730px}.btn-row{display:flex;gap:.72rem;flex-wrap:wrap;margin-top:1.35rem}
.section{padding:clamp(3.2rem,7vw,6.1rem) clamp(1.2rem,5vw,5rem)}.section-dark{color:#fff;background:linear-gradient(145deg,#051a35,#092d59)}.section-title{max-width:850px;margin-bottom:1.8rem}.section-title h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.045em;margin:.45rem 0}.section-title p{color:var(--muted);line-height:1.72}.section-dark .section-title p{color:#b9cbde}.light-eyebrow{color:var(--blue);background:#eaf5ff;border-color:#d8eafb}
.card,.panel,.stat-card,.portal-card,.profile-card,.workflow-card,.function-card,.textile-card{position:relative;overflow:hidden;background:rgba(255,255,255,.97);border:1px solid rgba(7,43,83,.09);border-radius:var(--radius);box-shadow:var(--emboss)}.card,.panel,.stat-card,.portal-card,.profile-card,.workflow-card,.function-card,.textile-card{padding:1.15rem}.textile-card{background-color:#fff;background-image:repeating-linear-gradient(0deg,rgba(6,28,57,.018) 0,rgba(6,28,57,.018) 1px,transparent 1px,transparent 4px),repeating-linear-gradient(90deg,rgba(242,145,43,.012) 0,rgba(242,145,43,.012) 1px,transparent 1px,transparent 5px);box-shadow:inset 2px 2px 0 rgba(255,255,255,.95),inset -2px -2px 0 rgba(6,28,57,.08),0 18px 42px rgba(5,29,57,.14)}
.value-grid,.portal-grid,.stats-grid,.program-grid,.department-grid,.function-grid,.profile-grid,.contact-grid,.rights-grid{display:grid;gap:1rem}.value-grid,.portal-grid,.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.program-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.department-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.function-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.profile-grid,.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rights-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.value-icon,.stat-icon,.department-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;color:var(--blue);font-size:1.3rem;font-weight:900;background:linear-gradient(145deg,#e7f4ff,#fff);box-shadow:inset 2px 2px 4px #fff,inset -3px -3px 9px #d5e2ee}.card p,.portal-card p,.profile-card p,.function-card p,.textile-card p{color:var(--muted);line-height:1.62;margin:.35rem 0}
.program-card{position:relative;min-height:400px;overflow:hidden;color:#fff;border-radius:27px;border:1px solid rgba(255,255,255,.32);box-shadow:inset 2px 2px 0 rgba(255,255,255,.22),inset -3px -3px 0 rgba(0,0,0,.15),0 24px 60px rgba(4,24,48,.24);isolation:isolate}.program-card::before{content:"";position:absolute;inset:0;background:var(--program-image) center/cover no-repeat;transform:scale(1.015);transition:.5s transform}.program-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,19,39,.05),rgba(4,19,39,.25) 44%,rgba(4,19,39,.95));z-index:1}.program-card:hover::before{transform:scale(1.07)}.program-content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:1.35rem}.program-content h3{font-size:1.35rem;margin:.65rem 0 .3rem}.program-content p{color:#d7e4f2;line-height:1.55}.program-tagline{color:#ffc878;font-weight:850}.emboss-rim{position:absolute;inset:9px;border-radius:21px;border:1px solid rgba(255,255,255,.3);box-shadow:inset 1px 1px 0 rgba(255,255,255,.3),inset -2px -2px 0 rgba(0,0,0,.25);z-index:2;pointer-events:none}
.portal-card{display:flex;flex-direction:column;min-height:230px}.portal-card .btn{margin-top:auto}.portal-image{height:145px;margin:-1.15rem -1.15rem 1rem;background-size:cover;background-position:center;position:relative}.portal-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(6,28,57,.65))}.portal-meta{display:flex;gap:.45rem;flex-wrap:wrap;margin:.5rem 0}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .58rem;border-radius:999px;font-size:.73rem;font-weight:850}.badge::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.badge-active,.badge-approved,.badge-online{color:#0b7755;background:#def8ee}.badge-pending,.badge-review,.badge-assigned{color:#996000;background:#fff1d8}.badge-denied,.badge-inactive,.badge-urgent{color:#a1283b;background:#ffe4ea}.badge-new,.badge-under-review{color:#155a9b;background:#e3efff}.badge-normal{color:#4b5e73;background:#edf2f7}.badge-high{color:#8a5600;background:#ffefcf}
.shine::after{content:"";position:absolute;inset:-60% auto -60% -70%;width:34%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);animation:shine 7.5s infinite;pointer-events:none}@keyframes shine{0%,65%{left:-75%}85%,100%{left:145%}}
.gallery-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}.gallery-strip figure{position:relative;margin:0;border-radius:20px;overflow:hidden;box-shadow:var(--emboss);aspect-ratio:1/1}.gallery-strip img{width:100%;height:100%;object-fit:cover}.gallery-strip figcaption{position:absolute;left:.55rem;right:.55rem;bottom:.55rem;padding:.48rem .58rem;border-radius:11px;color:#fff;background:rgba(4,21,43,.75);backdrop-filter:blur(8px);font-size:.75rem;font-weight:750}
.footer{color:#d9e6f5;padding:3.2rem clamp(1.2rem,5vw,5rem) 1.15rem;background:linear-gradient(90deg,rgba(4,18,37,.97),rgba(4,18,37,.91)),url('../images/campus-collaboration.webp') center/cover}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:2rem}.footer h4{color:#fff}.footer p,.footer a{color:#b8cada;line-height:1.68;overflow-wrap:anywhere}.footer a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.3rem;margin-top:1.7rem;border-top:1px solid rgba(255,255,255,.13);font-size:.83rem;color:#8fa8c4}
.dashboard-shell{display:grid;grid-template-columns:285px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;overflow:auto;padding:1rem;color:#dbe8f6;background:linear-gradient(180deg,#051a35,#092d59);border-right:1px solid rgba(255,255,255,.08)}.sidebar .brand{margin:.2rem .3rem 1.2rem}.side-label{padding:.45rem .75rem;color:#7fa0c7;font-size:.71rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.side-link{display:flex;align-items:center;gap:.72rem;padding:.75rem .8rem;margin:.15rem 0;border-radius:13px;color:#c7d7e9}.side-link:hover,.side-link.active{color:#fff;background:linear-gradient(145deg,rgba(99,196,243,.18),rgba(255,255,255,.07));box-shadow:inset 1px 1px 0 rgba(255,255,255,.13)}.glyph{width:24px;text-align:center}.side-box{margin-top:1.3rem;padding:1rem;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);font-size:.82rem;line-height:1.58}.main{min-width:0}.dashboard-header{position:sticky;top:0;z-index:45;display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.8rem clamp(1rem,3vw,2rem);background:rgba(249,251,254,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.dashboard-header h1{margin:0;font-size:1.14rem}.dashboard-header small{color:var(--muted)}.dashboard-content{padding:clamp(1rem,3vw,2rem)}.dashboard-banner{position:relative;min-height:270px;display:flex;align-items:end;padding:1.6rem;margin-bottom:1rem;color:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background-image:linear-gradient(90deg,rgba(5,21,43,.95),rgba(5,21,43,.55),rgba(5,21,43,.1)),var(--banner-image);background-size:cover;background-position:center}.dashboard-banner>div{position:relative;z-index:1;max-width:760px}.dashboard-banner h2{font-size:clamp(2rem,4vw,3.35rem);margin:.35rem 0}.dashboard-banner p{color:#dce8f5;line-height:1.6}.stats-grid{margin:1rem 0}.stat-card{padding:1.1rem}.stat-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.stat-value{font-size:1.9rem;font-weight:900;letter-spacing:-.04em;margin:.65rem 0 .1rem}.stat-label{color:var(--muted);font-size:.86rem}
.grid-2{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.95rem}.panel-head h3{margin:0;font-size:1.05rem}.panel-head p{margin:.2rem 0 0;color:var(--muted);font-size:.84rem}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:.65rem;flex-wrap:wrap;padding:1rem;margin-bottom:1rem;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--soft)}.filters{display:flex;gap:.5rem;flex-wrap:wrap}.field,.select,.search{min-height:42px;padding:.67rem .78rem;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink)}.search{min-width:230px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px}table{width:100%;min-width:760px;border-collapse:collapse;background:#fff}th,td{padding:.8rem .78rem;border-bottom:1px solid #e7edf4;text-align:left;font-size:.85rem;vertical-align:middle}th{background:#f2f7fc;color:#56667a;font-size:.74rem;text-transform:uppercase;letter-spacing:.06em}tr:last-child td{border-bottom:0}.person{display:flex;align-items:center;gap:.68rem}.person-avatar,.profile-photo{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#edf4fb;border:1px solid #d7e2ee}.profile-photo{width:78px;height:78px;border-radius:21px}.person strong{display:block}.person small{color:var(--muted)}.actions{display:flex;gap:.35rem;flex-wrap:wrap}
.assignment-card{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.85rem;margin:.55rem 0;border:1px solid var(--line);border-radius:15px;background:linear-gradient(145deg,#fff,#f5f9fd)}.match-score{font-weight:900;color:var(--blue)}.capacity-row{margin:.9rem 0}.capacity-row>div:first-child{display:flex;justify-content:space-between;font-size:.83rem;margin-bottom:.32rem}.capacity{height:11px;border-radius:999px;overflow:hidden;background:#e7edf4}.capacity span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--sky),var(--blue))}.workflow-card{padding:1rem}.workflow-card h4{margin:.15rem 0}.workflow-stage{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin:.7rem 0}.stage-dot{width:10px;height:10px;border-radius:50%;background:#cfd9e4}.stage-dot.done{background:var(--success)}.stage-dot.current{background:var(--orange);box-shadow:0 0 0 5px rgba(242,145,43,.13)}.role-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem;margin-bottom:1rem;border-radius:18px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--navy-2));box-shadow:var(--soft)}.permission-list{display:grid;gap:.55rem}.permission-item{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem;border-radius:14px;border:1px solid var(--line);background:#fff}.permission-item span:first-child{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#eaf4ff;color:var(--blue);font-weight:900}.permission-item small{display:block;color:var(--muted);margin-top:.15rem}.queue-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin-bottom:1rem}.queue-tile{padding:.9rem;border-radius:15px;background:#fff;border:1px solid var(--line);box-shadow:var(--soft)}.queue-tile strong{display:block;font-size:1.45rem}.queue-tile span{color:var(--muted);font-size:.8rem}
.function-card{min-height:145px}.function-card strong{display:block;margin-top:.65rem}.dept-summary{display:flex;gap:1rem;align-items:center}.dept-summary img{width:94px;height:94px;border-radius:22px;object-fit:cover;box-shadow:var(--soft)}.dept-summary p{margin:.25rem 0;color:var(--muted);line-height:1.55}.staff-profile{display:flex;gap:1rem;align-items:center}.staff-profile h4{margin:0}.staff-profile p{margin:.25rem 0;color:var(--muted);line-height:1.55}
.portal-hero{min-height:470px;display:flex;align-items:end;padding:clamp(4.5rem,8vw,7rem) clamp(1.2rem,5vw,5rem);color:#fff;background:linear-gradient(90deg,rgba(5,21,43,.94),rgba(5,21,43,.55),rgba(5,21,43,.08)),url('../images/campus-collaboration.webp') center/cover}.portal-hero>div{max-width:840px}.portal-hero h1{font-size:clamp(2.6rem,6vw,5rem);line-height:.95;margin:.9rem 0;letter-spacing:-.055em}.portal-hero p{color:#e1ecf8;line-height:1.7;font-size:1.08rem}.category-block{margin-bottom:2rem}.category-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.category-title h3{margin:0}.category-title span{color:var(--muted);font-size:.85rem}
.login-shell{min-height:100vh;display:grid;grid-template-columns:1.2fr .8fr}.login-visual{padding:1rem}.login-card{max-width:500px;margin:auto}.login-image{min-height:530px;border-radius:28px;color:#fff;display:flex;align-items:end;padding:1.5rem;background-image:linear-gradient(90deg,rgba(5,21,43,.94),rgba(5,21,43,.35)),var(--login-image);background-size:cover;background-position:center;box-shadow:var(--shadow)}.login-image h1{font-size:clamp(2.3rem,5vw,4.5rem);line-height:.95;margin:.8rem 0}.login-image p{color:#e1ecf8;line-height:1.65}.form-grid{display:grid;gap:.8rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.82rem;font-weight:800}.form-group input,.form-group select,.form-group textarea{padding:.78rem;border:1px solid var(--line);border-radius:12px;background:#fff}.form-group textarea{min-height:110px;resize:vertical}.application-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:1rem;align-items:start}.application-form fieldset{border:1px solid var(--line);border-radius:18px;padding:1rem;margin:0 0 1rem;background:#fbfdff}.application-form legend{padding:0 .45rem;font-weight:900}.application-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.application-grid .full{grid-column:1/-1}.application-side{display:grid;gap:1rem;position:sticky;top:90px}.consent-row{display:flex;gap:.6rem;align-items:flex-start;padding:.8rem;border-radius:13px;background:#eef6fd;font-size:.86rem;line-height:1.5}.contact-hero{min-height:500px;display:flex;align-items:end;padding:clamp(4rem,8vw,7rem) clamp(1.2rem,5vw,5rem);color:#fff;background:linear-gradient(90deg,rgba(5,21,43,.94),rgba(5,21,43,.58),rgba(5,21,43,.12)),url('../images/campus-exterior.webp') center/cover}.contact-hero>div{max-width:840px}.contact-hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:.95;margin:.9rem 0}.contact-hero p{color:#e1ecf8;line-height:1.7}.directory-list{display:grid;gap:.7rem}.directory-card{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:16px;overflow:hidden}.directory-card summary{display:flex;justify-content:space-between;gap:1rem;padding:1rem;cursor:pointer;font-weight:850}.directory-emails{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;padding:0 1rem 1rem}.directory-emails a{padding:.62rem;border-radius:11px;background:rgba(255,255,255,.08);overflow-wrap:anywhere;font-size:.8rem}
.modal{position:fixed;inset:0;z-index:110;display:none;align-items:center;justify-content:center;padding:1rem;background:rgba(1,12,26,.65);backdrop-filter:blur(8px)}.modal.open{display:flex}.modal-card{width:min(760px,100%);max-height:90vh;overflow:auto;border-radius:24px;background:#fff;box-shadow:0 35px 110px rgba(0,0,0,.36)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:1rem 1.15rem;border-bottom:1px solid var(--line)}.modal-head h3{margin:0}.modal-body{padding:1.15rem}.toast{position:fixed;right:1rem;bottom:1rem;z-index:130;padding:.85rem 1rem;color:#fff;background:#06254b;border-radius:14px;box-shadow:var(--shadow);opacity:0;transform:translateY(30px);transition:.25s}.toast.show{opacity:1;transform:translateY(0)}
.chat-launch{position:fixed;right:1.2rem;bottom:1.2rem;z-index:80;width:64px;height:64px;border:0;border-radius:22px;background:url('../images/chat-agent.webp') center/cover;box-shadow:0 16px 42px rgba(4,24,47,.34)}.chat-launch::after{content:"AI";position:absolute;right:4px;bottom:4px;padding:.17rem .35rem;border-radius:999px;color:var(--navy);background:linear-gradient(145deg,var(--gold),var(--orange));font-size:.68rem;font-weight:900}.chat-panel{position:fixed;right:1.2rem;bottom:5.9rem;z-index:90;width:min(410px,calc(100vw - 2rem));height:600px;display:none;grid-template-rows:auto auto 1fr auto;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 30px 95px rgba(0,0,0,.3)}.chat-panel.open{display:grid}.chat-panel.maximized{inset:1rem!important;width:auto!important;height:auto!important;right:1rem!important;bottom:1rem!important}.chat-panel.minimized{height:auto!important;grid-template-rows:auto!important}.chat-panel.minimized .chat-quick,.chat-panel.minimized .chat-messages,.chat-panel.minimized .chat-form{display:none}.chat-head{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.9rem;color:#fff;background:linear-gradient(145deg,var(--navy),var(--blue))}.chat-title{display:flex;align-items:center;gap:.7rem}.chat-title img{width:50px;height:50px;border-radius:16px;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.chat-title small{display:block;color:#d5e6f7}.chat-actions{display:flex;gap:.25rem}.chat-control{width:33px;height:33px;display:grid;place-items:center;color:#fff;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.17);border-radius:9px}.chat-quick{display:flex;gap:.4rem;flex-wrap:wrap;padding:.75rem;background:#f8fbff;border-bottom:1px solid var(--line)}.chip{padding:.42rem .65rem;border-radius:999px;border:1px solid #dce8f5;background:#eef5fd;color:var(--navy-2);font-size:.78rem;font-weight:750}.chat-messages{overflow:auto;padding:1rem;background:#f5f9fe}.message{max-width:88%;padding:.78rem .88rem;margin:.5rem 0;border-radius:17px;font-size:.9rem;line-height:1.5}.message.bot{background:#fff;border:1px solid var(--line);border-bottom-left-radius:5px}.message.user{margin-left:auto;color:#fff;background:#0c5bb2;border-bottom-right-radius:5px}.message a{color:#0a56a2;text-decoration:underline;font-weight:750}.chat-form{display:flex;gap:.45rem;padding:.75rem;border-top:1px solid var(--line)}.chat-form input{flex:1;padding:.7rem;border:1px solid var(--line);border-radius:12px}.chat-form button,.voice-button{width:44px;border:0;border-radius:12px;background:var(--orange);color:var(--navy);font-weight:900}.voice-button{background:#e9f3fd;border:1px solid var(--line)}.voice-button.listening{color:var(--danger);background:#ffe6eb;animation:pulse 1s infinite}@keyframes pulse{50%{transform:scale(1.08);box-shadow:0 0 0 8px rgba(177,43,65,.12)}}
.download-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1.15rem;margin:1rem 0;color:#fff;background:linear-gradient(145deg,var(--navy-2),var(--blue));border-radius:19px;box-shadow:var(--soft)}.download-banner p{margin:.2rem 0;color:#d7e7f8}.empty{padding:2rem;text-align:center;color:var(--muted)}
@media print{body *{visibility:hidden!important}#print-area,#print-area *{visibility:visible!important}#print-area{position:absolute;inset:0;padding:1rem;background:#fff}}
@media(max-width:1180px){.value-grid,.portal-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.program-grid,.department-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.function-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2,.login-shell,.dashboard-shell,.application-layout{grid-template-columns:1fr}.sidebar{position:fixed;left:-300px;top:0;width:285px;height:100vh;z-index:75;transition:.25s;box-shadow:25px 0 70px rgba(0,0,0,.35)}.sidebar.open{left:0}.dashboard-header .menu-toggle{display:grid}.application-side{position:static}.gallery-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.directory-emails{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:860px){.top-nav{display:none}.menu-toggle{display:inline-grid;place-items:center;width:42px;height:42px;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:12px}.footer-grid{grid-template-columns:1fr 1fr}.department-grid,.program-grid{grid-template-columns:1fr}.function-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.queue-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.rights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.hero{min-height:720px;background-position:66% center}.value-grid,.portal-grid,.stats-grid,.function-grid,.profile-grid,.contact-grid,.rights-grid,.gallery-strip,.queue-summary,.footer-grid,.application-grid,.directory-emails{grid-template-columns:1fr}.site-header{padding:.7rem 1rem}.brand-logo{width:43px;height:43px}.header-actions .btn{display:none}.toolbar>*{width:100%}.filters{width:100%}.filters>*{flex:1}.search{width:100%;min-width:100%}.dashboard-content{padding:.8rem}.dashboard-banner{border-radius:21px}.chat-panel.maximized{inset:.4rem!important;right:.4rem!important;bottom:.4rem!important}.chat-title small{display:none}.application-grid .full{grid-column:auto}}


/* Department-photo and access-control expansion */
.department-journey{background:radial-gradient(circle at 18% 8%,rgba(13,95,188,.09),transparent 30rem),linear-gradient(180deg,#f8fbff,#eef4fb)}
.journey-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.journey-tile{position:relative;min-height:300px;padding:0;overflow:hidden;border-radius:24px;background:#071f3e;border:1px solid rgba(6,28,57,.14);box-shadow:inset 1px 1px 0 rgba(255,255,255,.95),inset -3px -3px 8px rgba(0,0,0,.09),0 18px 46px rgba(6,28,57,.15)}
.journey-tile::before{content:"";position:absolute;inset:8px;z-index:2;border:1px solid rgba(255,255,255,.26);border-radius:18px;pointer-events:none;box-shadow:inset 0 0 24px rgba(255,255,255,.06)}
.journey-tile::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,transparent 45%,rgba(4,20,40,.92));pointer-events:none}
.journey-tile img{width:100%;height:100%;min-height:300px;object-fit:cover;transition:transform .45s ease,filter .45s ease;filter:saturate(1.03) contrast(1.02)}
.journey-tile:hover img{transform:scale(1.035);filter:saturate(1.1) contrast(1.04)}
.journey-tile figcaption{position:absolute;left:1.1rem;right:1.1rem;bottom:1rem;z-index:3;color:#fff;font-weight:900;font-size:1rem;text-shadow:0 2px 12px rgba(0,0,0,.4)}
@media(max-width:1180px){.journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.journey-grid{grid-template-columns:1fr}.journey-tile,.journey-tile img{min-height:260px}}

/* QA remediation and secure-release overrides */
:focus-visible{outline:3px solid #f2912b;outline-offset:3px}.skip-link{position:fixed;left:1rem;top:-4rem;z-index:200;padding:.7rem 1rem;background:#fff;color:#061c39;border-radius:10px;box-shadow:var(--shadow)}.skip-link:focus{top:1rem}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.noscript-notice,.service-error{max-width:760px;margin:8vh auto;padding:2rem;text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.service-error img{width:100px;margin:0 auto 1rem}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{min-height:1.4em;color:var(--danger);font-weight:700}.voice-privacy{margin:0;padding:.45rem .8rem;background:#eef5fd;color:#53667b;font-size:.72rem;line-height:1.4}.mobile-links{display:grid;gap:.55rem}.footer-heading{margin:0 0 .7rem;color:#fff;font-size:1rem}.values-grid,.gallery-grid{display:grid;gap:1rem}.values-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-card{position:relative;margin:0;overflow:hidden;border-radius:24px;box-shadow:var(--emboss);min-height:260px}.gallery-card img{width:100%;height:100%;min-height:260px;object-fit:cover}.gallery-card figcaption{position:absolute;left:.75rem;right:.75rem;bottom:.75rem;padding:.65rem .8rem;color:#fff;background:rgba(5,21,43,.8);border-radius:12px;font-weight:800}.video-shell{display:grid;grid-template-columns:1.1fr .9fr;gap:1.3rem;align-items:center}.video-frame{min-height:420px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow);background:#03152e}.video-frame iframe{width:100%;height:100%;min-height:420px;border:0}.portal-card-image{width:calc(100% + 2.3rem);height:170px;object-fit:cover;margin:-1.15rem -1.15rem 1rem}.program-card{background-size:cover;background-position:center;transition:.35s transform,.35s filter}.program-card::before{display:none}.program-card:hover{transform:translateY(-5px);filter:saturate(1.05)}.footer{background-image:linear-gradient(90deg,rgba(4,18,37,.97),rgba(4,18,37,.91)),url('../images/campus-collaboration.webp')}.chat-launch{background-image:url('../images/chat-agent.webp')}.contact-hero,.portal-hero,.hero,.login-image,.dashboard-banner{background-size:cover;background-position:center}.login-form-area{display:grid;place-items:center;padding:1.2rem}.dashboard-title{display:flex;align-items:center;gap:.75rem}.dashboard-menu{display:none}.side-button{width:100%;border:0;text-align:left;background:transparent;font:inherit}.side-button:hover{cursor:pointer}.modal-head h2{margin:0;font-size:1.15rem}.chat-panel[aria-hidden="true"]{display:none}.chat-panel.open[aria-hidden="false"]{display:grid}.toast[data-type="error"]{background:#8b1f32}.contact-grid>article h2,.panel-head h2{margin:0;font-size:1.05rem}.staff-profile h3{margin:0}.portal-meta>span:not(.badge){color:var(--muted);font-size:.86rem}.category-block{scroll-margin-top:90px}
@media(max-width:1180px){.values-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-shell{grid-template-columns:1fr}.dashboard-menu{display:inline-flex}}
@media(max-width:620px){.values-grid,.gallery-grid{grid-template-columns:1fr}.portal-card-image{height:190px}.video-frame,.video-frame iframe{min-height:280px}.login-image{min-height:430px}.chat-panel{height:560px}}

.review-mode-banner{position:sticky;top:0;z-index:9999;background:linear-gradient(90deg,#7a4700,#f29a2e);color:#fff;padding:.55rem 1rem;text-align:center;font-weight:800;font-size:.86rem;box-shadow:0 4px 18px rgba(0,0,0,.2)}
.review-mode-banner a{color:#fff;text-decoration:underline}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.review-card{padding:1.2rem;border-radius:20px;background:#fff;border:1px solid #dbe4ef;box-shadow:0 12px 35px rgba(6,28,57,.12)}.review-card h2{margin-top:0}.review-card .btn{margin:.25rem}.review-note{padding:1rem;border-left:5px solid #f29a2e;background:#fff7e8;border-radius:12px;line-height:1.6}@media(max-width:850px){.review-grid{grid-template-columns:1fr}}

/* Ordered marketing portals page and installable app experience */
.btn-install{color:#fff;background:linear-gradient(145deg,#174a80,#0d5fbc);border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 24px rgba(13,95,188,.24)}
.btn-install:disabled{opacity:.68;cursor:default;transform:none}
.centered-title{max-width:920px;margin-left:auto;margin-right:auto;text-align:center}
.portal-hero-marketing{min-height:610px;background-position:center}
.student-promise{background:radial-gradient(circle at 85% 10%,rgba(99,196,243,.16),transparent 26rem),linear-gradient(180deg,#fbfdff,#eef5fb)}
.promise-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;max-width:1320px;margin:0 auto}
.promise-card{padding:0;display:grid;grid-template-rows:220px 1fr;min-height:430px}
.promise-card img{width:100%;height:220px;object-fit:cover}
.promise-card>div{padding:1.25rem}
.promise-card span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#fff;background:linear-gradient(145deg,var(--orange),#d96e00);font-weight:900;box-shadow:var(--soft)}
.promise-card h3{margin:.85rem 0 .3rem;font-size:1.3rem}
.department-journey{color:#fff;background:radial-gradient(circle at 12% 8%,rgba(99,196,243,.13),transparent 28rem),linear-gradient(145deg,#04172f,#0a315f)}
.department-journey .section-title p{color:#c7d8e8}
.journey-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.05rem;max-width:1540px;margin:0 auto;align-items:stretch}
.journey-card{padding:0;display:flex;flex-direction:column;min-height:430px;color:var(--ink);transition:.25s transform,.25s box-shadow}
.journey-card:hover{transform:translateY(-5px);box-shadow:0 26px 58px rgba(0,0,0,.22)}
.journey-card img{width:100%;height:190px;aspect-ratio:16/10;object-fit:cover;border-bottom:1px solid var(--line)}
.journey-card-body{display:flex;flex:1;flex-direction:column;padding:1.1rem}
.journey-card h3{margin:.2rem 0 .4rem;font-size:1.08rem;line-height:1.2}
.journey-card p{margin:0;color:var(--muted);line-height:1.55;font-size:.88rem}
.journey-number{position:absolute;top:.75rem;left:.75rem;z-index:2;display:grid;place-items:center;width:42px;height:42px;border-radius:13px;color:#061c39;background:linear-gradient(145deg,#ffd48e,var(--orange));font-weight:950;box-shadow:0 8px 20px rgba(0,0,0,.22)}
.journey-link{margin-top:auto;padding-top:.9rem;color:var(--blue);font-size:.88rem;font-weight:900}
.install-section{background:linear-gradient(180deg,#f5f9fd,#eef4fa)}
.install-showcase{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:190px 1fr;gap:2rem;align-items:center;padding:2rem;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(236,246,255,.96))}
.install-icon-wrap{display:grid;place-items:center;min-height:190px;border-radius:34px;background:linear-gradient(145deg,#fff,#dfeefa);box-shadow:inset 3px 3px 0 rgba(255,255,255,.95),inset -4px -4px 12px rgba(6,28,57,.08),0 22px 45px rgba(6,28,57,.14)}
.install-icon-wrap img{width:142px;height:142px;border-radius:31px}
.install-showcase h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.03;letter-spacing:-.045em;margin:.5rem 0}
.install-showcase p{max-width:800px}
.device-pills{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0}
.device-pills span{padding:.48rem .72rem;border-radius:999px;color:var(--navy-2);background:#e7f2fc;border:1px solid #cfe2f4;font-size:.82rem;font-weight:850}
.install-note{font-size:.84rem;color:var(--muted)}
.directory-section{background:#f8fbff}
.directory-section .category-block{max-width:1540px;margin:0 auto 2.5rem}
.directory-section .department-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch}
.directory-section .portal-card{height:100%;min-height:410px}
.directory-section .portal-card-image{height:auto;aspect-ratio:16/10;object-fit:cover}
.directory-section .portal-card h3{line-height:1.18}
.staff-access-section{padding-top:2rem;background:linear-gradient(180deg,#f8fbff,#eaf2fa)}
.staff-access-card{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.6rem 1.8rem;color:#fff;border-radius:25px;background:linear-gradient(135deg,var(--navy),var(--blue));box-shadow:var(--shadow)}
.staff-access-card h2{margin:.35rem 0}.staff-access-card p{margin:0;color:#d6e5f4;max-width:760px}
.pwa-install-dialog{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:1rem;background:rgba(1,12,26,.72);backdrop-filter:blur(10px)}
.pwa-install-dialog.open{display:flex}
.pwa-install-card{position:relative;width:min(480px,100%);padding:1.7rem;border-radius:26px;background:#fff;box-shadow:0 32px 100px rgba(0,0,0,.38)}
.pwa-install-card>img{width:88px;height:88px;margin:0 auto 1rem;border-radius:22px}
.pwa-install-card h2{text-align:center;margin:.3rem 0 1rem}
.pwa-install-copy{color:var(--muted);line-height:1.65}
.pwa-install-copy ol{padding-left:1.25rem}
.pwa-install-close{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border:0;border-radius:12px;background:#edf3f9;color:var(--navy);font-size:1.3rem}
.modal-open{overflow:hidden}

@media(max-width:1320px){
  .journey-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .directory-section .department-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:980px){
  .promise-grid{grid-template-columns:1fr}
  .promise-card{grid-template-columns:minmax(260px,.8fr) 1.2fr;grid-template-rows:1fr;min-height:280px}
  .promise-card img{height:100%;min-height:280px}
  .journey-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .directory-section .department-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .install-showcase{grid-template-columns:150px 1fr}
  .install-icon-wrap{min-height:150px}.install-icon-wrap img{width:112px;height:112px}
}
@media(max-width:700px){
  .portal-hero-marketing{min-height:690px;background-position:58% center}
  .promise-card{display:flex;flex-direction:column;min-height:0}
  .promise-card img{height:220px;min-height:220px}
  .journey-grid,.directory-section .department-grid{grid-template-columns:1fr}
  .journey-card{min-height:0}.journey-card img{height:auto}
  .install-showcase{grid-template-columns:1fr;text-align:center;padding:1.35rem}
  .install-icon-wrap{width:150px;min-height:150px;margin:0 auto}
  .install-showcase .btn-row,.device-pills{justify-content:center}
  .staff-access-card{flex-direction:column;align-items:flex-start}
  .staff-access-card .btn{width:100%}
  .category-title{align-items:flex-start;flex-direction:column;gap:.25rem}
}
@media(max-width:420px){
  .portal-hero h1{font-size:2.45rem}
  .portal-hero{padding-left:1rem;padding-right:1rem}
  .section{padding-left:1rem;padding-right:1rem}
}
