@charset "UTF-8";
@import url("../../vendors/font-awesome/css/all.min.css");
@import url("hsrfonts.css");
:root {
--hsr-col-rgb-green: 57,255,20;
--hsr-col-hex-green: #39FF14;
--hsr-col-rgb-yell: 57,255,20;
--hsr-col-hex-yell: #39FF14;
--hsr-col-rgb-blue: 100,171,255;
--hsr-col-hex-blue: #64ABFF;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Inter', sans-serif;
    background: url("alien-sportsgear.png") left bottom no-repeat fixed, radial-gradient(circle at center, #1a0b2e 0%, #000000 100%);    
    color: #e2e8f0;
    overflow-x: hidden;
    min-height: 100vh;
}
.btn-outline-warning {
  --bs-btn-color: #39FF14;
  --bs-btn-border-color: #39FF14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #39FF14;
  --bs-btn-hover-border-color: #39FF14;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #39FF14;
  --bs-btn-active-border-color: #39FF14;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #39FF14;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #39FF14;
  --bs-gradient: none;
}
.btn-light {
  --bs-btn-color: rgba(255, 255, 255, 0.6);
  --bs-btn-bg: rgba(255, 255, 255, 0.03);
  --bs-btn-border-color: rgba(255, 255, 255, 0.08);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgba(56,249,20,1);
  --bs-btn-hover-border-color: rgba(56,249,20,0.5);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgba(56,249,20,0.5);
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: rgba(255, 255, 255, 0.06);
  --bs-btn-disabled-border-color: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.3s ease;  
}
input, textarea, select, 
.hsr__bg--black50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
select option {
  background-color: #0D0814 !important;
}
.form-label {
font-size: 0.8em !important;
}
.hsr__form--required::after {
    content: " *";
    color: #64ABFF;
    font-size: 0.9em !important;
}
a.hsr__link--sky {
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
  font-size: 0.8em;
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.btn-hsr,
.hsr__text--orbi {
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
}
.hsr__text--spec {
  text-align: justify;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}
.hsr__text--wo50 {
  color: rgba(255, 255, 255, 0.5);
}
.hsr__text--wo75 {
  color: rgba(255, 255, 255, 0.75);
}
.hsr__article--spec p:last-child {
  margin-bottom: 0 !important;
}
.hsr__container--main {
  max-width: 1234px;
}
.hsr__top--brand {
  color: '#39FF14';
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
  letter-spacing: 0.2rem;
}
.pulse-letter {
  display: inline-block; /* Wichtig, damit Transformationen funktionieren */
  font-size: 1.5rem;
  font-weight: bold;
  color: #39FF14;
  animation: pulse-animation 3s infinite ease-in-out;
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3); /* Vergrößert den Buchstaben um 30% */
    opacity: 0.7;          /* Optional: Verringert leicht die Deckkraft */
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes shadow-pulse {
  0% { text-shadow: 0 0 0px rgba(52, 152, 219, 0); }
  50% { text-shadow: 0 0 20px rgba(52, 152, 219, 0.8); }
  100% { text-shadow: 0 0 0px rgba(52, 152, 219, 0); }
}
.hsr__ani--gpl {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #39FF14; /* Ein weißer Kern lässt das Glühen echter wirken */
  
  /* Wir kombinieren Skalierung und Schatten-Animation */
  animation: glow-animation 2s infinite ease-in-out;
}
@keyframes glow-animation {
  0% {
    transform: scale(1);
    text-shadow: 0 0 5px #39FF14, 0 0 10px #39FF14;
  }
  50% {
    transform: scale(1.2);
    /* Mehrere Schatten-Ebenen für einen intensiveren Glow */
    text-shadow: 0 0 10px #39FF14, 
                 0 0 20px #39FF14, 
                 0 0 30px #39FF14, 
                 0 0 40px #39FF14,
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 5px #39FF14, 0 0 10px #39FF14;
  }
}
.hsr__ghost--spec { 
  display: none !important;
}
.hsr__font--alpha {
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
}
.hsr__border--green,
.hsr__border--neon {
  border-color: #39FF14 !important;
}
.hsr__border--pink {
  border-color: rgba(211,20,255,1) !important;
}
.hsr__border--bluel {
  border-color: rgba(var(--hsr-col-rgb-blue),1) !important;
}
.hsr__text--green,
.hsr__text--neon,
.hsr__text--pink,
.hsr__text--bluel {
  /*display: inline-block;*/
  /*font-weight: 700;*/
  color: #39FF14;
}
.hsr__text--green {
  color: rgba(var(--hsr-col-rgb-green),1);
}
.hsr__text--pink {
 color: rgba(211,20,255,1); 
}
.hsr__text--bluel {
 color: rgba(100,171,255,1); 
}
.hsr__text--w800 {
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
}
.hsr__wrap--h1 {
  text-align: center;
  padding: 1.0em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hsr__site--h1 {
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  color: rgba(255,255,255,1);
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.hsr__site--lead {
  color: rgba(255,255,255,0.7) !important;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  font-weight: lighter;
}
.hsr__text--h1,
.hsr__text--h2,
.hsr__text--h3,
.hsr__text--h4,
.hsr__text--h5,
.hsr__text--h6 {
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  color: rgba(57,255,20,1);
}
.hsr__text--h2 {
  font-size: 1.8em;
}
.hsr__text--h3 {
  font-size: 1.6em;
}
.hsr__text--h4 {
  font-size: 1.4em;
  color: rgba(var(--hsr-col-rgb-blue), 0.8);
}
.hsr__text--h5 {
  font-size: 1.1em;
  color: rgba(255,255,255,1);
  font-weight: bold;
  letter-spacing: 0.1rem;  
}
.hsr__navlink--top {
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  color: white !important;
  position: relative;
  text-decoration: none;
  margin-left: 10px;
}
a.hsr__navlink--top::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 0;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
a.hsr__navlink--top:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.text-bg-dark {
  background-color: rgba(255, 255, 255, 0.09) !important;
}
/* Glassmorphism */
.hsr__glass--top {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.3s ease;
}
.hsr__glass--spec {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.3s ease;
}
.hsr__glass--green:hover,
.hsr__glass--pink:hover,
.hsr__glass--white:hover {
    border-color: rgba(56,249,20,0.5);
    transform: translateY(-2px);
    -webkit-transition-duration: 500ms;
	  -o-transition-duration: 500ms;
	  transition-duration: 500ms;
	  outline: 0 solid transparent;
}
.hsr__glass--pink:hover {
  border-color: rgba(211,20,255,0.5);
}
.hsr__glass--white:hover {
  border-color: rgba(255,255,255,0.5);
}
.hsr__main--def {
  min-height: 700px;
}
/* CHARTS */
.hsr__charts--textplace {
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
}
.hsr__vote--icon {
  font-size: 0.8em !important;
  color: rgba(211, 20, 255, 1);
}
.hsr__vote--rate {
  color: rgba(255, 255, 255, 0.7);
}
.vote-btn.voted {
    cursor: not-allowed;
    opacity: 0.65;
}

.vote-btn:disabled {
    cursor: not-allowed;
}

.vote-btn.active {
    transform: scale(1.05);
    background-color: #39FF14;
}

.vote-btn {
    transition: all 0.2s ease;
}
/* CHARTS */
.hsr__footer--def {
  min-height: 100px;
  background-color: rgba(0,0,0,0.2);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hsr__footer--text {
  color: rgba(255, 255, 255, 0.3) !important;
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
}
.hsr__footer--links {
  font-size: 0.7rem;
}
a.hsr__link--footer:link,
a.hsr__link--footer:visited,
a.hsr__link--footer:hover,
a.hsr__link--footer:active {
  color: rgba(255, 255, 255, 0.3) !important;
  font-family: 'Orbitron', Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  text-decoration: none;
  letter-spacing: 0.15em;
}
a.hsr__link--footer:hover {
  color: #39FF14 !important;
  -webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
	outline: 0 solid transparent;
}

/* Visualizer */
.bar {
    width: 6px;
    border-radius: 4px;
    animation: bounce 1.2s ease-in-out infinite;
    background-color: #39FF14;
    transition: background-color 0.5s ease;
}
@keyframes bounce {
    0%, 100% { height: 10px; opacity: 0.5; }
    50% { height: 40px; opacity: 1; }
}
.hsr__card--pdef {
  padding: 2.3em;
}
/* Utilities */
.hidden-view { display: none; }

/* Player Tabs */
.active-tab { background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.3); color: white; }
.inactive-tab { background: transparent; color: #94a3b8; border: 1px solid transparent; }
.inactive-tab:hover { color: white; }

/* Schedule Tabs */
.day-active { background-color: #39FF14; color: black; box-shadow: 0 0 15px #39FF14; font-weight: bold; }
.day-inactive { background-color: rgba(255, 255, 255, 0.05); color: #9ca3af; }
.day-inactive:hover { background-color: rgba(255, 255, 255, 0.1); color: white; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #050505; }
::-webkit-scrollbar-thumb { background: #333; border-radius: 3px; }