/* Terms page */
.terms { max-width: 1000px; margin: 0 auto; background: rgba(16,16,18,0.7); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 16px; }
.terms-hero { background: linear-gradient(90deg, rgba(31,15,27,0.9) 0%, rgba(0,0,0,0) 100%); padding: 14px; border-radius: 10px; margin-bottom: 12px; }
.terms-hero h1 { margin: 0 0 8px 0; }
.terms-note { color: #9a8e96; margin: 0; }
.terms-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.terms-card { background: rgba(20,20,24,0.7); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 14px; }
.terms-card.allow { border-color: rgba(120,255,180,0.3); }
.terms-card.deny { border-color: rgba(255,120,140,0.3); }
.terms-card h2 { margin: 0 0 8px 0; }
.terms-card ul { margin: 0; padding-left: 18px; }
.terms-notes { margin-top: 12px; }
.terms-notes ul { margin: 0; padding-left: 18px; }
@media (min-width: 800px) { .terms-grid { grid-template-columns: 1fr 1fr; } }
.license-simple { font-size: 1.1rem; }
.license-note { color: #cdbeca; margin-bottom: 10px; }
.license-cols { display: grid; grid-template-columns: 1fr; gap: 14px; }
.license-box { background: rgba(20,20,24,0.7); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 14px; }
.license-box h2 { margin: 0 0 8px 0; }
.license-box ul { list-style: none; padding: 0; margin: 0; }
.license-box ul li { margin: 6px 0; }
.license-box.can { border-color: rgba(120, 255, 180, 0.3); }
.license-box.cant { border-color: rgba(255, 120, 140, 0.3); }
.license-foot { margin-top: 12px; color: #cdbeca; }
@media (min-width: 800px) { .license-cols { grid-template-columns: 1fr 1fr; } }
/* License page typography */
.license { font-size: 1.1rem; line-height: 1.9; color: #eae1e6; }
.license h1, .license h2, .license h3 { margin-top: 16px; }
.license ul { margin-left: 18px; }
.license strong { color: #fff; }
.license { background: rgba(16,16,18,0.6); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 16px; }
.license-hero { background: linear-gradient(90deg, rgba(31, 15, 27, 0.9) 0%, rgba(0,0,0,0) 100%); padding: 14px; border-radius: 10px; margin-bottom: 10px; }
.license-hero h1 { margin: 0 0 6px 0; }
.license-hero p { margin: 0; color: #cdbeca; }
.license ul { list-style: none; padding-left: 0; }
.license ul li::before { content: '• '; color: #ca7785; }
.license-summary-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 12px 0 20px 0; }
.license-card { background: rgba(20,20,24,0.7); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 12px; display: grid; grid-template-columns: 28px auto; gap: 10px; align-items: start; }
.license-card .icon { font-size: 1.2rem; }
.license-card .title { font-weight: 800; }
.license-card .desc { color: #cdbeca; font-size: .95rem; }
.license-card.ok { border-color: rgba(120, 255, 180, 0.3); }
.license-card.no { border-color: rgba(255, 120, 140, 0.3); }
@media (min-width: 700px) { .license-summary-grid { grid-template-columns: 1fr 1fr; } }
.credits-min { display: grid; gap: 6px; }
.credit-row { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; background: rgba(16,16,18,0.6); border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; padding: 4px 8px; transition: background .2s ease; }
.credit-row:hover { background: rgba(24,24,28,0.7); }
.credit-avatar { width: 28px; height: 28px; border-radius: 6px; background-size: cover; background-position: center; box-shadow: 0 3px 10px rgba(0,0,0,0.5); }
.credit-main { display: flex; align-items: baseline; gap: 8px; }
.credit-name { color: #fff; font-weight: 700; text-decoration: none; }
.credit-name:hover { text-decoration: underline; }
.credit-role { color: #cdbeca; font-size: .95rem; }
/* Credits - rows of three using CSS Grid */
.credits-grid { display: flex; flex-direction: column; gap: 6px; }
.credits-row { display: grid; grid-template-columns: 1fr; gap: 6px; }
@media (min-width: 800px) { .credits-row { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 800px) {
  /* Strict 3-column grid; center last row when it has 2 items */
  .credits-min { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 6px; 
  }
  .credits-min:has(.credit-row:nth-last-child(2):nth-child(3n+1)) .credit-row:nth-last-child(2) { grid-column: 2; }
  .credits-min:has(.credit-row:nth-last-child(2):nth-child(3n+1)) .credit-row:last-child { grid-column: 3; }
}
.hero-bs--full .hero-bs__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; }
.hero-bs--full .hero-bs__links { position: static; display: flex; align-items: center; gap: 22px; }
.hero-bs--full .hero-bs__store { height: 28px; filter: drop-shadow(0 4px 14px rgba(0,0,0,0.6)); opacity: .95; }
html {
  background: #100c16;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: #120d1b;
  /* filter: blur(48px) brightness(0.38) saturate(0.7) contrast(0.85); */
  overflow: hidden;
}
.background-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(48px) brightness(0.38) saturate(0.7) contrast(0.85); }

.background::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 14, 0.45);
}

.background::after {
  content: '';
  position: absolute;
  inset: -20%;
  background: radial-gradient(50% 50% at 30% 35%, rgba(255, 205, 170, 0.25) 0%, rgba(255, 205, 170, 0) 55%),
              radial-gradient(40% 40% at 70% 60%, rgba(180, 140, 255, 0.18) 0%, rgba(180, 140, 255, 0) 60%),
              radial-gradient(35% 35% at 50% 80%, rgba(255, 130, 200, 0.15) 0%, rgba(255, 130, 200, 0) 60%);
  mix-blend-mode: screen;
  animation: slowPulse 60s ease-in-out infinite alternate;
}

@keyframes slowPulse {
  0% { transform: scale(1) rotate(0deg); opacity: 0.6; }
  50% { transform: scale(1.15) rotate(10deg); opacity: 0.7; }
  100% { transform: scale(1.25) rotate(20deg); opacity: 0.6; }
}

#bg-sprites { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.bg-sprite { position: absolute; opacity: 0; filter: drop-shadow(0 6px 18px rgba(0,0,0,0.6)); transition: opacity .6s ease, transform .6s ease; }
.bg-sprite[data-side="left"] { left: -240px; }
.bg-sprite[data-side="right"] { right: -240px; }
.bg-sprite--in[data-side="left"] { opacity: .28; transform: translateX(260px) scale(1); }
.bg-sprite--in[data-side="right"] { opacity: .28; transform: translateX(-260px) scale(1); }
.bg-sprite--out[data-side="left"] { opacity: 0; transform: translateX(0px) scale(1); }
.bg-sprite--out[data-side="right"] { opacity: 0; transform: translateX(0px) scale(1); }

.bg-corner { position: fixed; right: -220px; bottom: -160px; width: 980px; height: auto; opacity: 0.18; filter: blur(3px) brightness(0.6) saturate(0.85) drop-shadow(0 8px 24px rgba(0,0,0,0.5)); mix-blend-mode: soft-light; pointer-events: none; z-index: 0; }

.main {
  margin: 0 auto;
  padding: 20px;
  max-width: 1300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgba(8, 8, 10, 0.5);
  backdrop-filter: blur(12px);
  margin-top: 20px;
  border-radius: 6px;
  flex-wrap: wrap;
}

/* Hero - Blue Skies (fullscreen, Steam-like) */
.hero-bs--full { position: relative; width: 100%; min-height: 55vh; border-radius: 12px; overflow: hidden; margin: 20px auto; max-width: 1300px; }
.hero-bs--full .hero-bs__fallback { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 1; transition: opacity .6s ease; }
.hero-bs--full .hero-bs__media { position: absolute; inset: 0; overflow: hidden; opacity: 0; transition: opacity .6s ease; }
.hero-bs--full .hero-bs__media.is-ready { opacity: 1; }
.hero-bs--full .hero-bs__media.is-ready + .hero-bs__fallback { opacity: 0; }
.hero-bs--full .hero-bs__yt { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-height: 100%; min-width: 177.77vh; transform: translate(-50%, -50%); border: 0; }
.hero-bs--full .hero-bs__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 70%); }
.hero-bs--full .hero-bs__overlay { position: absolute; left: 24px; right: 0; bottom: 18px; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; padding-right: 18px; }
.hero-bs--full .hero-bs__logo { width: clamp(200px, 45vw, 560px); max-width: calc(100vw - 32px); max-height: calc(55vh - 120px); height: auto; object-fit: contain; filter: drop-shadow(0 10px 28px rgba(0,0,0,0.8)) saturate(1.1); margin-bottom: -6px; }
.hero-bs--full .hero-bs__tag { color: #eadbe5; max-width: 700px; font-size: 1.05rem; }
.hero-bs--full .hero-bs__links { position: absolute; right: 24px; bottom: 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.hero-bs--full .hero-bs__row { width: 100%; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.hero-bs--full .hero-bs__stores { display: flex; align-items: center; gap: 32px; }
.hero-bs--full .hero-bs__store { height: 28px; filter: drop-shadow(0 4px 14px rgba(0,0,0,0.6)); opacity: .9; }
.hero-bs--full .hero-bs__store.mr { filter: brightness(0) invert(1) drop-shadow(0 4px 14px rgba(0,0,0,0.6)); }
.hero-bs--full .hero-bs__label { color: #eadbe5; font-weight: 800; letter-spacing: .02em; opacity: .9; }

@media (max-width: 900px) {
  .hero-bs--full { min-height: 45vh; }
  .hero-bs--full .hero-bs__overlay { left: 16px; bottom: 12px; align-items: flex-start; padding-right: 16px; }
  .hero-bs--full .hero-bs__logo { max-height: calc(45vh - 100px); }
  .hero-bs--full .hero-bs__row { grid-template-columns: 1fr; gap: 16px; }
  .hero-bs--full .hero-bs__links { position: static; }
  .hero-bs--full .hero-bs__stores { gap: 20px; }
}

@media (max-height: 600px) {
  .hero-bs--full { min-height: 400px; }
  .hero-bs--full .hero-bs__logo { max-height: 200px; width: auto; }
  .hero-bs--full .hero-bs__overlay { gap: 8px; }
  .hero-bs--full .hero-bs__tag { font-size: 0.9rem; }
}

@media (max-width: 500px) {
  .hero-bs--full .hero-bs__logo { width: clamp(180px, 60vw, 560px); margin-bottom: 0; }
  .hero-bs--full .hero-bs__overlay { left: 12px; bottom: 10px; padding-right: 12px; }
  .hero-bs--full .hero-bs__tag { font-size: 0.95rem; }
  .hero-bs--full .hero-bs__stores { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-bs--full .hero-bs__store { height: 24px; }
  
  .staff {
    width: 100%;
    min-width: unset;
    margin-bottom: 20px;
  }
  
  .team {
    justify-content: center;
  }
}

.container {
  position: relative;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 10px;
}

.info-pod {
  position: relative;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 10px;
  width: 48%;
}

.quick-mods {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: center;
}

.modIcon {
  width: 200px;
  height: 100px;
  margin-left: 10px;
  border-radius: 8px;
  background-color: #222;
}

.modIcon:hover {
  filter: brightness(110%);
}

.updates {
  background: rgba(5, 5, 5, 0.4);
  backdrop-filter: blur(8px);
  padding: 10px;
  max-width: 1300px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.update-item {
  margin: 10px;
}

.mods-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start
}

.mod {
  display: block;
  border-radius: 8px;
  width: 300px !important;
  padding: 0;
  margin: 10px;
}

.mods-container .mod p {
  display: inline-block;
  text-align: left !important;
  margin: 0;
}

.mods-container .mod-info {
  padding: 5px;
  position: relative;
  background: #000;
  width: 200px;
}

.mods-container .mod img, .mods-container .mod video {
  position: relative;
  width: 100%;
  height: 150px;
  top: 0;
  border-radius: 8px;
  overflow: none;
  object-fit: cover;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.mods-container .mod button {
  width: 3em;
  background: #232323;
  border: 1px solid #C98D97;
  border-radius: 4px;
  padding: 5px;
  color: #C98D97;
  transition: ease-in-out 75ms;
  cursor: pointer;
}

.tag {
  background: #222;
  border: 1px solid #C98D97;
  border-radius: 4px;
  display: inline-block;
  line-height: 30px;
  padding: 5px;
  font-size: 0.6em;
  color: #C98D97;
  transition: ease-in-out 75ms;
  /* cursor: pointer; */
}

.mod:hover {
  filter: brightness(120%);
  transition: ease-in-out 75ms;
  transform: scale(105%);
}

.featured-mods-container .featured-mod {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0px;
}

.logo {
  background: url("/assets/images/logo/icon_anim.png") center center no-repeat;
  background-size: cover;
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 10px;
}

.nav-menu {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 1300px;
  min-height: 48px;
  margin: 10px auto;
  background: rgba(20, 20, 22, 0.6);
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  backdrop-filter: blur(10px);
}

.nav-spacer { flex: 1 1 auto; }

.title {
  vertical-align: middle;
  display: inline-block;
  font-size: 110%;
  color: white;
  line-height: 40px
}

.headerTitle {
  background: linear-gradient(90deg, rgba(31, 15, 27, 1) 0%, rgba(0,0,0,0) 100%);
  padding: 12px;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
}

.nav-menu a {
  font-weight: 600;
  text-transform: capitalize;
  color: #e8d7e0;
  border-radius: 8px;
  padding: 6px 10px;
  margin: 6px 8px;
  transition: background-color .2s ease, color .2s ease;
}
.nav-menu a:hover {
  background: rgba(255,255,255,0.06);
  color: #fff;
}

/* Align right-side links flush with Ko-fi button */
.nav-menu .links { display: inline-flex; align-items: center; gap: 12px; }
#kofi-nav { display: inline-flex !important; margin: 0 !important; }
#kofi-nav *, #kofi-nav a, #kofi-nav div, #kofi-nav span, #kofi-nav iframe { margin: 0 !important; float: none !important; }

.nav-menu .cta {
  background: linear-gradient(135deg, #c98d97, #99617c);
  color: #160f1c;
  border: none;
}
.nav-menu .cta:hover {
  filter: brightness(1.1);
}

/* Projects grid tidy */
.project-grid.neat {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.project-grid.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.project-card {
  background: rgba(17,17,17,0.85);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.project-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  transition: transform .3s ease;
}
.project-title, .project-desc, .project-links { padding: 10px; }
.project-links { padding: 8px 10px; }
.project-links .button { margin-right: 6px; }

.project-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,0.35); }
.project-card:hover .project-thumb { transform: scale(1.03); }
/* Project list (minimal rows) */
.project-list { display: grid; gap: 6px; }
.project-row { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 14px; background: rgba(16,16,18,0.7); border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; padding: 8px 12px; }
.project-icon { width: 48px; height: 48px; border-radius: 8px; background-size: cover; background-position: center; display: block; box-shadow: 0 4px 12px rgba(0,0,0,0.4); }
.project-row .project-title { padding: 0; margin: 0; }
.project-row .project-desc { padding: 0; margin: 2px 0 0 0; color: #9a8e96; font-size: .95rem; }
.project-actions { display: flex; align-items: center; gap: 16px; padding-right: 6px; }
.action-logo { height: 20px; opacity: .9; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.6)); }
.action-logo.mr { filter: brightness(0) invert(1) drop-shadow(0 4px 10px rgba(0,0,0,0.6)); }
.action-favicon { width: 20px; height: 20px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,.4); }

@media (max-width: 800px) {
  .project-row { grid-template-columns: 48px 1fr; grid-template-rows: auto auto; }
  .project-actions { grid-column: 1 / -1; justify-content: flex-start; padding-top: 6px; }
}

@media (max-width: 1200px) {
  .project-grid.four { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
  .project-grid.four { grid-template-columns: repeat(2, 1fr); }
}

/* removed carousel styles */

.nav-menu i {
  font-size: 10px;
}

.nav-open {
  display: none;
}

.nav input {
  display: none;
}

span {
  line-height: 1.8em;
  color: #eee;
  font-size: 1em;
  text-align: left
}

p {
  color: #eee;
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  text-align: left;
  display: block;
  margin: 0;
  margin: 20px 0px 20px 0px;
  line-height: 1.8em;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #CA7785;
  padding: 2px;
  border-radius: 2px;
}

/* Code Styling */
.highlighter-rouge {
  color: #CA7785;
  padding: 4px;
  border-radius: 4px;
  background: #111;
  font-size: 1.1em;
}

.highlight {
  padding: 10px;
}

code {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #B4A6A2;
  padding: 2px;
  border-radius: 2px;
}

/* Code Styling */
.c {
  color: grey;
}

.nn {
  color: #00e0ff;
}

.py {
  color: coral;
}

.kc {
  color: orange;
}

.mi {
  color: #DDC6E7;
}

.ip {
  color: #CA7785;
  padding: 4px;
  border-radius: 4px;
  background: #222;
  font-size: 1.2em;
  border: none;
  margin-top: 6px;
}

.ip:hover {
  filter: brightness(130%);
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

th {
  max-width: 100%;
  padding: 10px;
  text-align: left;
}

td, th {
  color: #eee;
  padding: 5px;
}

.button {
  width: auto;
  height: auto;
  background: #C98D97;
  border: none;
  border-radius: 4px;
  padding: 5px;
  color: #eee;
  transition: ease-in-out 75ms;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}

.button:hover {
  filter: brightness(60%);
}

pre {
  color: #eee;
  font-size: 1em;
  text-align: left;
  display: inline-block;
  margin: 0
}

h1, h2, h3, h4, h5, h6 {
  color: #c98d97;
  font-weight: bold;
  display: block;
  text-align: left;
  margin: 10px 0px 10px 0px;
}

/* legacy keyframes removed in favor of lavaVars */

@media (prefers-reduced-motion: reduce) {
}

ul {
  display: block;
  position: relative;
  left: -40px;
  top: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  text-align: left !important;
  width: 100%
}

li {
  list-style-type: none;
  width: auto;
  line-height: 2em;
  color: #eee;
  list-style-position: inside;
  text-indent: -1em;
  font-size: 1.05em !important;
  margin-left: 13px
}

li:before {
  content: '\25A0';
  color: #ca7785;
  margin-right: 8px;
  position: relative;
  top: -2.2px;
  font-size: 12px
}

a {
  color: #998290;
  text-decoration: none;
  -webkit-transition: all 25ms ease-out;
  -moz-transition: all 25ms ease-out;
  -ms-transition: all 25ms ease-out;
  -o-transition: all 75ms ease-out;
  transition: all 75ms ease-out
}

a:hover {
  color: #E6B8D4;
  transition: 100ms;
  -webkit-transition: all 25ms ease-out;
  -moz-transition: all 25ms ease-out;
  -ms-transition: all 25ms ease-out;
  -o-transition: all 75ms ease-out;
  transition: all 75ms ease-out
}

li:hover:before {
  color: #e8a691;
  -webkit-transition: all 75ms ease-out;
  -moz-transition: all 75ms ease-out;
  -ms-transition: all 75ms ease-out;
  -o-transition: all 75ms ease-out;
  transition: all 75ms ease-out
}

body>article>div>div>div>ul>li>img {
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px;
}

.post-meta {
  text-align: left !important;
  color: #998290 !important
}

.emoji {
  font-size: 90%;
  display: inline;
  padding-right: 5px;
  vertical-align: middle
}

.emoji:hover {
  filter: brightness(150%);
  -ms-filter: brightness(150%);
  -moz-filter: brightness(150%);
  -webkit-filter: brightness(150%);
  -webkit-transition: all 75ms ease-out;
  -moz-transition: all 75ms ease-out;
  -ms-transition: all 75ms ease-out;
  -o-transition: all 75ms ease-out;
  transition: all 75ms ease-out
}

.twitterFeed * {
  background-color: black
}

hr {
  border-color: #222;
}

.mobile {
  display: none !important;
}

.supporters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  align-content: start;
}
.supporters-grid { display: grid; grid-template-columns: repeat(auto-fill, 32px); gap: 6px; }
.supporter-avatar img { border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,.4); }

.supporter {
  margin: 1px !important;
}

/* Contribute */
.contrib-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 700px) { .contrib-grid { grid-template-columns: 1fr 1fr; } }
.contrib-card { background: rgba(16,16,18,0.7); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 18px 20px; text-decoration: none; color: #e6dbe3; display: block; transition: transform .15s ease, background .15s ease; }
.contrib-card:hover { transform: translateY(-2px); background: rgba(24,24,28,0.8); }
.contrib-title { font-weight: 900; margin-bottom: 8px; font-size: 1.1rem; }
.contrib-desc { color: #cdbeca; font-size: 1rem; }

.team {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
  align-content: start;
  padding: 10px;
  border-radius: 8px;
}

.staff {
  width: 25%;
  min-width: 200px;
  text-align: center;
}

.avatar {
  width: 100px;
  display: inline;
  border-bottom: #998290 groove 3px;
  transition: 75ms linear;
  filter: brightness(1) saturate(1.1);
}
.avatar.large { width: 220px; }
.staff-role { font-size: 14px; text-align: center; color: #cdbeca; }

.avatar:hover {
  cursor: pointer;
  filter: brightness(1.3) saturate(1.2);
  transition: 75ms linear;
  transform: translateY(-2px);
}

.credits {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.entry {
  background: #111;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}

.mod-icon {
  border-radius: 6px;
  background-color: #222;
  padding: 2px;
}

.mod-icon:hover {
  filter: brightness(115%);
}

#mod-accounts {
  margin: 0 auto;
  text-align: center;
}

footer {
  max-width: 1300px;
  margin: 16px auto 24px auto;
  padding: 18px;
  background: rgba(16,16,18,0.7);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0,0,0,.25);
}
.footer-copy { margin-top: 10px; color: #9a8e96; text-align: center; }

.site-footer { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.site-footer h4 { margin: 0 0 8px 0; font-weight: 800; }
.site-footer a { display: block; color: #e6dbe3; text-decoration: none; margin: 6px 0; }
.site-footer a:hover { text-decoration: underline; }
.footer-ko { margin-top: 10px; text-align: center; }

iframe {
  width: 100%;
}

.support {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.question {
  background-color: #111;
  padding: 20px;
  margin: 10px;
  border-radius: 4px;
  width: 500px;
}

.question:hover {
  filter: brightness(120%)
}

/* Scoreboards */

.leaderboards {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 600px;
  margin: 0 auto;
}

/* 1st */
div.blunder.leaderboards > div:nth-child(1) {
  background: linear-gradient(90deg, rgba(55, 46, 0, 1) 0%, rgba(0,0,0,0) 100%) !important;
}

/* 2st */
div.blunder.leaderboards > div:nth-child(2) {
  background: linear-gradient(90deg, rgba(64, 64, 64, 1) 0%, rgba(0,0,0,0) 100%) !important;
}

/* 3st */
div.blunder.leaderboards > div:nth-child(3) {
  background: linear-gradient(90deg, rgba(55, 28, 0, 1) 0%, rgba(0,0,0,0) 100%) !important;
}


.nameplate {
  background: rgba(10, 10, 10, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 2px;
  border-bottom: 1px solid rgb(10, 10, 10);
}

.nameplate-item {
  margin: 2px;
  border-radius: 8px;
  text-align: left;
}



@media only screen and (max-width: 1100px) {
  .updates {
    flex-direction: column;
  }

  .info-pod {
    width: 100%;
  }

  span {
    font-size: 100%;
  }

  h1 {
    font-size: 5vw !important;
    text-align: center
  }

  h2 {
    font-size: 4vw !important;
    margin: 6vw 0 6vw 0;
  }

  h3 {
    font-size: 5vw !important;
  }

  h4 {
    font-size: 2vw !important;
  }

  .emoji {
    font-size: 120%
  }

  ul {
    float: left;
    margin: 20px
  }

  li {
    font-size: 100%;
    line-height: 1.5
  }

  .nav-menu a {
    font-size: 4vw !important;
  }

  .staff {
    width: 50%;
    min-width: 150px;
  }

  .twitter {
    display: none !important;
  }

  .discord {
    display: none !important;
  }
}

.spin {
  animation-name: spin;
  animation-duration: 1337ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.spin:hover {
  animation-duration: 420ms;
}

.alert {
  color: #a575b0 !important;
  padding: 10px;
  border: 1px #6A4D71 solid;
  border-radius: 8px;
  background: #1c141d;
  font-weight: bold;
}

.mod-cover {
  width: 1100px;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: red;
}

.mod-pane {
  max-width: 260px;
}

.mod-file {
  background: #111;
  color: #eee;
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 0.8em;
}

.mod-file-status {
  float: left;
  position: absolute;
}

.mod-file th {
  color: #99617C;
}

.mod-file:hover {
  filter: brightness(120%);
}

.badge {
  background: #111;
  border: 1px #222 solid;
  display: inline;
  width: auto;
  padding: 5px;
  margin: 10px 0px 10px 0px;
  border-radius: 128px;
  text-transform: capitalize;
  font-weight: bold;
}

.release {
  background: #325B32;
  color: #79DE79;
}

.beta {
  background: rgb(129, 73, 0);
  color: #FCFC99;
}

.alpha {
  background: #990000;
  color: #E97451;
}

.mobile {
  display: none;
}


.nav a {
  display: inline !important;
  white-space: nowrap
}

.entry {
  max-width: 100px;
  margin: 0 auto;
}

.perks-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: start;
  align-content: start;
}

.perk {
  width: 400px;
  margin: 10px;
  overflow: hidden;
}

.perk img {
  width: 100% !important;
  object-fit: contain;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #222;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.spotlight a  {
  font-size: 15px;
  position: relative;
  margin: 0 auto;
  text-shadow: 0px 0px 20px #000;
}

.spotlight {
  width: 100%;
  height: 250px;
  background-size: cover; 
  background-position: center;
  display: flex;
  align-items: center;
  filter:brightness(140%);
}

/* Navbar */
@media only screen and (max-width: 1100px) {
  /* Simplified responsive nav */
  label, .nav-open, #nav-open { display: none !important; }

  .perk {
    width: 100%;
  }

  .nav-open {
    z-index: 2;
  }

  .nav-menu { width: calc(100% - 20px); margin: 10px; padding: 8px 12px; position: sticky; top: 0; }

  .links { display: flex; flex-direction: row; align-items: center; gap: 10px; }
  .nav-spacer { flex: 1 1 auto; }
  .flex-spacer { flex: 1 1 auto; }

  .nav-menu a { display: inline-block; margin: 0; line-height: 1.5em; width: auto; transition: .2s ease-in-out; font-size: 1rem; text-indent: 0; border-radius: 6px !important; }

  .nav-menu a:hover { background: #333; transition: .2s ease-in-out; }

  #nav-open:checked+.nav-menu { display: flex; transition: .2s ease-in-out; }

  .logo {
    background: url("/assets/images/logo/icon_anim.png") center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
  }

  #post-content {
    position: relative;
    top: 00px !important;
  }

  .background {
    position: absolute;
    background-size: cover;
    top: 0;
  }

  .post {
    display: block;
    position: relative;
    margin-top: 100px;
  }

  .perks-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
    align-content: start;
  }

  /* Mod Pages */
  .mod-pane {
    display: block;
    max-width: 100% !important;
    position: relative;
    top: 0;
    margin: 0 auto;
  }

  .mod-pane .icon {
    max-width: 45vw;
    border-radius: 512px;
    margin: 0 auto;
    border: 3px #C98D84 solid;
    display: block;
  }

  .desktop {
    display: none !important;
  }

  .mobile img {
    width: 100% !important;
    display: none;
  }

  #release-date {
    text-align: center;
    font-size: 3vw !important;
  }

  #post-content {
    top: -130px;
  }

  .authors {
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .authors .author {
    width: 10vw !important;
    border-radius: 0 !important;
  }

  .container p {
    font-size: 1vw;
    text-align: left;
  }

  .container a {
    font-size: 3.5vw;
    text-align: left;
  }

  .mods-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-items: auto;
    align-content: start;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.fade-in {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.6;
  }
}
