/*
  FireflyBoom CSS Code for Sidebar Pages
  Created December 23, 2025.
  Fuck my life, this was hard to make.

  Note to self as of 12/23/25 12:20 PM - WORK ON MOBILE!
*/

/* Fonts */

@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/web/main/fonts/proximanova-reg-webfont.woff') format('woff'), url('/assets/web/main/fonts/proximanova-reg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/web/main/fonts/proximanova-regit-webfont.woff') format('woff'), url('/assets/web/main/fonts/proximanova-regit-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap; 
}

@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/web/main/fonts/proximanova-bold-webfont.woff') format('woff'), url('/assets/web/main/fonts/proximanova-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/web/main/fonts/proximanova-boldit-webfont.woff') format('woff'), url('/assets/web/main/fonts/proximanova-boldit-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap; 
}

@font-face {
  font-family: 'ProximaNova';
  src: url('/assets/web/main/fonts/proximanova-sbold-webfont.woff') format('woff'), url('/assets/web/main/fonts/proximanova-sbold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap; 
}

/* The deets. */

:root{
  --blueTop:#5f87a6;
  --blueMid:#4e7a9b;
  --blueBottom:#3f6f90;
  --panel:#ffffff;
  --text:#2a2a2a;
  --muted:#6f7b85;
  --link:#4e91ca;
  --shadow: 0 2px 0 rgba(0,0,0,.08), 0 10px 30px rgba(0,0,0,.12);
  --radius: 6px;
}

html {
  height: 100%;
}

body.sidebarPage {
  background: white url('/assets/web/main/imgs/body_split.jpg') repeat-y 49.9% 50%;
}

*{ box-sizing:border-box; }
body{
  margin:0;
  font-family:'ProximaNova', Helvetica, Arial, sans-serif;
  color:var(--text);
  background:url('/assets/web/main/imgs/body_noise.png') repeat 50% 50%;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.topBar{
  height: 44px;
  background: linear-gradient(135deg, #12171F 0%, #202936 100%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 12px;
  position: relative;
  z-index: 100;
}

.topBar .wrap{
  padding: 0;
}

.topBarInner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.topLinks{
  display: flex;
  gap: 14px;
}

.topBrand{
  color: #cfd8ff;
  font-weight: 600;
  text-decoration: none;
}

.topLinks a{
  color: #b6c0d0;
  text-decoration: none;
  font-weight: 500;
}

.topLinks a:hover{
  color: #ffffff;
}

.hero{
  width:100%;
  height:200px;
  background: url('/assets/web/main/imgs/noise.png') repeat, linear-gradient(#6b97b6, var(--blueMid) 50%, var(--blueBottom));
  padding: 34px 0 0;
}

.wrap{
  width:min(980px, calc(100% - 40px));
  margin:0 auto;
  position:relative;
}

body.sidebarPage div.root {
  height: 100%;
  min-width: 320px;
}

body.sidebarPage div.root div.page {
  position: relative;
  min-height: 100%;
}

body.sidebarPage div.root div.page div.sidebar {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body.sidebarPage div.wrapper {
  position: static;
  height: 100%;
  margin: 0 auto;
  padding: 0 16px;
  width: 1023px;
}

body.sidebarPage div.root div.page div.sidebar nav.theNav {
  width: 256px;
  padding-right: 0;
  background-color: #f7f7f7;
  border-left: 1px solid #c3cfd9;
  border-right: 1px solid #c3cfd9;
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
  box-shadow: 0 1px 0px rgba(0,0,0,0.05);
  float: left;
  height: 100%;
  margin: 50px 0 32px -17px;
  background: url('/assets/web/main/imgs/blue-noisy.jpg') repeat 50% 50%;
  background-color: rgb(238, 242, 245);
}

body.sidebarPage div.sidebar nav.theNav div.content {
  margin: -1px 0 0 -1px;
  width: 256px;
  padding-right: 0;
  margin-top: -50px;
  background-color: #f7f7f7;
  border-left: 1px solid #c3cfd9;
  border-right: 1px solid #c3cfd9;
  -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
  box-shadow: 0 1px 0px rgba(0,0,0,0.05);
}

body.sidebarPage div.sidebar nav.theNav div.content h2 {
  display: block !important;
  padding: 20px 0 10px 15px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #a4baca;
}

body.sidebarPage div.sidebar nav.theNav div.content ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c3cfd9;
}

body.sidebarPage div.sidebar nav.theNav div.content ul li {
  font-weight: bold;
  position: relative;
  margin: 0;
  background: #f9f9f9 url("/assets/web/main/imgs/gradientlight50.png") repeat-x 0 0;
}

body.sidebarPage div.sidebar nav.theNav div.content ul li a {
  text-decoration: none;
  display: block;
  padding: 9px 5px 10px 15px;
  border-bottom: 1px solid #c3cfd9;
  background: white url('/assets/web/main/imgs/nav-shadow.png') repeat-y 100% 0;
  font-size: 14px;
  width: 100%;
  color: #818399;
}

body.sidebarPage div.sidebar nav.theNav div.content ul li a:hover{
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0px 0px 1px rgba(0,0,0,0.1), 0px 1px 0px rgba(0,0,0,0.02), 0px -2px 0px rgba(0,0,0,0.02);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0px 0px 1px rgba(0,0,0,0.1), 0px 1px 0px rgba(0,0,0,0.02), 0px -2px 0px rgba(0,0,0,0.02);
  box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0px 0px 1px rgba(0,0,0,0.1), 0px 1px 0px rgba(0,0,0,0.02), 0px -2px 0px rgba(0,0,0,0.02);
}

body.sidebarPage div.sidebar nav.theNav div.content ul li.active {
  background-color: #f1f2f4;
  color: #3d3346;
}

body.sidebarPage div.sidebar nav.theNav div.content ul li.active a {
  background: #f1f2f4 url('/assets/web/main/imgs/nag-shadow.png') repeat-y 100% 0;
  color: #3d3346;
}

body.sidebarPage div.sidebar nav.theNav div.content ul li.active a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body.sidebarPage div.sidebar nav.theNav div.content ul li.active a i.arrowselect {
  top: 10px;
  right: 0;
  width: 9px;
  height: 17px;
  margin: 0 -2px 0 0;
  background: url("/assets/web/main/imgs/nav-active-arrow.png") no-repeat 0 0;
  opacity: 1 !important;
}

body.sidebarPage div.sidebar nav.theNav div.content ul li a:hover i.arrowselect {
  margin-right: -3px;
  opacity: 1;
}

body.sidebarPage div.sidebar nav.theNav div.content ul li.active a:hover i.arrowselect {
  margin-right: -2px;
}

nav.theNav div.content ul li a i.arrowselect {
  position: absolute;
  top: 12px;
  right: 14px;
  display: block;
  width: 7px;
  height: 13px;
  background: url("/assets/web/main/imgs/nav-arrow.png") no-repeat 0 0;
  opacity: 0.5;
  -webkit-transition: margin-right 0.1s ease-out, opacity 0.1s ease-out;
  -moz-transition: margin-right 0.1s ease-out, opacity 0.1s ease-out;
  -o-transition: margin-right 0.1s ease-out, opacity 0.1s ease-out;
  transition: margin-right 0.1s ease-out, opacity 0.1s ease-out;
}

body.sidebarPage div.main section.content {
  position: relative;
  margin-left: 240px;
  margin-right: -16px;
  padding: 16px 0 80px 40px;
  display: block;
}

body.sidebarPage div.main section.content h1 {
  padding: 15px 0 15px;
  margin: 0 0 0 -1px;
  font-size: 36px;
  color: #3d3346;
}

body.sidebarPage div.main section.content h3 {
  margin: 20px 0  10px;
  font-size: 16px;
  color: #3d3346;
}

body.sidebarPage div.main section.content p {
  margin: 0 0 10px;
  color: #222222;
}

body.sidebarPage div.main section.content a {
  color: #3f729b;
  text-decoration: none;
}

body.staff div.main section.content h3 {
  margin: 20px 0 0 0;
}

body.sidebarPage div.main section.content img {
  filter: drop-shadow(0 18px 25px rgba(47, 47, 47, 0.35));
  user-select: none;
}

body.sidebarPage div.main section.content a:hover {
  color: #1c5380;
  text-decoration: underline;
}

@media (max-width: 900px){
  .content{
    grid-template-columns: 1fr;
    justify-items:center;
    padding-bottom: 28px;
  }
  
  .card{
    margin-top: 0;
    width: min(560px, 100%);
  }
  
  body.errorPage .leftVisual{
    align-items:center;
  }

  body.sidebarPage {
    background: white;
  }

  body.sidebarPage div.wrapper {
    padding: 0;
    width: 80%;
  }

  body.sidebarPage  div.main section.content {
    margin: 0;
    padding: 16px 0 20px 0;
  }

  body.sidebarPage  div.sidebar nav.theNav {
    display: none;
  }
}