@font-face {
  font-family: 'SVN';
  src: url('./SVN-Determination Sans.otf') format('opentype');
}

@font-face {
  font-family: 'BRK';
  src: url('./upheavtt.ttf') format('truetype');
}

html, body {
  font-family: SVN, "LatoOffline", sans-serif;
  background-color: #091F31 !important;
  color: #A5B0CC !important;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100vh;
  flex: 1 0 auto;
}

.bg-top {
  width: 100%;
  height: 100vh;
  opacity: 0.3;
}

fieldset {
  border: 8px solid #D574B4 !important;
  text-align: center !important;
  padding: 0em 2em 2em 2em !important;
}

legend {
  width: auto !important;
  padding: 0 1em 0.75em 1em !important;
  font-family: SVN !important;
  font-size: 2.3em !important;
  color: #FFDA41 !important;
  text-shadow: 3px 5px #E12B16 !important;
}

input, .input-filled-invalid, .input-filled-valid {
  background: #041727 !important;
  color: #fff !important;
  border: 1px solid #D574B4 !important;
}

.btn-cookie {
  color: #091F31 !important;
  background-color: #FFDA41 !important;
  text-shadow: -1.2px -1.2px 0 #091F31, 1.2px -1.2px 0 #091F31, -1.2px 1.2px 0 #091F31, 1.2px 1.2px 0 #091F31 !important;
  text-transform: uppercase !important;
  font-size: 1.1rem !important;
  border: none !important;
  padding: 10px 25px !important;
}

.btn-cookie:hover {
  background-color: #ffd528 !important;
  box-shadow: 3px 5px #E12B16 !important;
}

.footer {
  color: #A5B0CC;
  flex-shrink: 0;
  width: 100%;
  background: none;
  padding-bottom: 1.5rem;
}

.alert {
  border-radius: 0;
  background-color: #2D384A;
  color: #A5B0CC;
  border: 1px solid #D574B4;
}

/* ...existing code... */

.asset-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 1.5rem;
}

.asset-card {
  background: #18263a;
  border: 2px solid #D574B4;
  border-radius: 12px;
  box-shadow: 0 4px 16px #0006;
  padding: 18px 16px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  max-width: 260px;
  min-height: 120px;
  transition: transform 0.15s;
}

.asset-card:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: #FFDA41;
}

.asset-img {
  max-width: 200px;
  max-height: 100px;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #18263a !important;
}

.asset-video {
  max-width: 220px;
  max-height: 120px;
  border-radius: 6px;
  margin-bottom: 8px;
  background: #222;
}

.asset-audio {
  width: 200px;
  margin-bottom: 8px;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper {
  position: relative;
  z-index: 1;
}

.footer {
  flex-shrink: 0;
  width: 100%;
  background: none;
  padding-bottom: 1.5rem;
}

.custom-navbar {
  background: #18263a !important;
  border-bottom: 3px solid #D574B4;
  box-shadow: 0 2px 12px #0004;
}
.navbar {
  position: relative;
  z-index: 1000;
}

.navbar-brand {
  font-family: 'BRK', 'SVN', sans-serif;
  font-size: 2rem;
  color: #FFDA41 !important;
  text-shadow: 2px 3px #E12B16;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  color: #A5B0CC !important;
  font-family: 'SVN', sans-serif;
  font-size: 1.1rem;
  margin-right: 1.2rem;
  transition: color 0.2s, text-shadow 0.2s;
  text-shadow: 1px 1px #091F31;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #FFDA41 !important;
  text-shadow: 2px 3px #E12B16;
}

.navbar-toggler {
  border-color: #D574B4 !important;
  background: #091F31 !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(213,116,180,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.btn-navbar {
  display: inline-block;
  color: #18263a !important;
  background-color: #D574B4 !important;
  border: none !important;
  border-radius: 6px;
  padding: 4px 16px !important;
  margin: 0 4px;
  font-size: 0.95rem !important;
  font-family: SVN, "LatoOffline", sans-serif;
  font-weight: 600;
  text-shadow: none !important;
  box-shadow: 1px 2px #E12B16;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
  cursor: pointer;
}

.btn-navbar:hover,
.btn-navbar.active {
  background-color: #FFDA41 !important;
  color: #091F31 !important;
  box-shadow: 2px 4px #E12B16;
  text-shadow: none !important;
}

.navbar-btns {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}

.policy-strong {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 0.5rem;
}