/* =====================  GSCOE THEME: NIGHT  ===================== */
:root{
    --bg:            #0b1526;
    --bg-soft:       #101d33;
    --card:          #15233c;
    --card-2:        #1a2a47;
    --text:          #e6eefb;
    --text-muted:    #97a9c6;
    --heading:       #f2f7ff;
    --primary:       #38bdf8;
    --primary-strong:#7dd3fc;
    --primary-soft:  rgba(56,189,248,.14);
    --accent:        #22d3ee;
    --border:        #243550;
    --shadow:        0 10px 30px rgba(0,0,0,.45);
    --header-bg:     rgba(11,21,38,.88);
    --hero-grad:     linear-gradient(180deg, rgba(4,10,22,.25) 0%, rgba(4,10,22,.78) 100%);
    --chip:          rgba(56,189,248,.15);
    --glass-blur:    0px;}

/* ---- body surfaces ---- */
body{
  background: var(--bg);
  color: var(--text);
}
h1,h2,h3,h4,h5,h6{color:var(--heading)}
a{color:var(--primary)}
.site-header{background:var(--header-bg)}

/* ---- glass card treatment ---- */

/* ---- shapes: applies to every photo marked .photo-shape ---- */
.photo-shape{
  display:block;
  width:100%;
  object-fit:cover;
  aspect-ratio:4/3;
  border-radius:16px;
}

/* ---- smart theme extras ---- */
.logo-strip .logo-cell img{filter:brightness(.9) saturate(1.05)}
img.campus-photo{filter:saturate(1.02)}
