/* From Uiverse.io by 00Kubi */

.dashboard-nav {
  background: rgba(24,26,27, 0.98);
  margin-left: 1.2em;
  margin-right: 1.2em;
  border-radius: 18px;
  margin-bottom: 2em;
  box-shadow: 0 0 24px 2px #ff512f33, 0 2px 16px #000a;
  border: 1.5px solid #ff512f55;
  padding: 0.7em 1.2em;
  position: relative;
  overflow: visible;
}
.dashboard-nav-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 1em;
  justify-content: flex-start;
}

.dashboard-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
  justify-content: flex-start;
}
.dashboard-nav li {
  display: flex;
  align-items: center;
}
.dashboard-link {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 1em !important;
  padding: 0.55em 1.2em !important;
  border-radius: 12px !important;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  display: flex !important;
  align-items: center !important;
  gap: 0.55em !important;
  background: rgba(36, 17, 17, 0.14) !important;
  box-shadow: 0 0 0 transparent;
  letter-spacing: 0.01em;
  position: relative;
}

.dashboard-link:hover, .dashboard-active {
    background: rgba(255, 81, 47, 0.15) !important;
    color: #ffba4d !important;
    box-shadow: 0 0 12px 2px #ff2f2f55, 0 0 2px #fff2;
    border: 1.5px solid #ff4d4d;
    text-shadow: 0 0 0px #ff512f, 0 0 1px #fff;
}

.dashboard-link i {
  color: #ff512f;
  text-shadow: 0 0 4px #ff914d99;
}

.dashboard-link.dashboard-active i {
    color: #ffac78;
    /* text-shadow: 0 0 3px #ff914d, 0 0 2px #fff; */
}

.dashboard-card-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2vw;
  width: 100%;
  max-width: 100vw;
  justify-content: flex-start;
}

.dashboard-card-row > .container {
  flex: 1 1 0;
  min-width: 320px;
  max-width: 100%;
  box-sizing: border-box;
  height: 270px;
}

.container {
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  height: 270px;
  position: relative;
  transition: 200ms;
}

.dashboard-ligen-spielmeldungen-row {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  width: 100%;
  align-items: stretch;
}

.dashboard-ligen-spielmeldungen-row > div {
  flex: 1 1 0;
  min-width: 350px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.dashboard-card-row > .container {
  margin: 0 1vw 1vw 0;
  flex: 1 1 350px;
  min-width: 320px;
  max-width: 50vw;
  box-sizing: border-box;
}

.container {
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 420px;
  height: 270px;
  transition: 200ms;
}

.container:active {
  width: 180px;
  height: 245px;
}

#card {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: 700ms;
  background: linear-gradient(45deg, #1a1a1a, #262626);
  border: 2px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.3),
    inset 0 0 20px rgba(0, 0, 0, 0.2);
}

.card-content {
  position: relative;
  width: 100%;
  height: 100%;
}

#prompt {
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: 300ms ease-in-out;
  position: absolute;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.title {
  opacity: 0;
  transition: 300ms ease-in-out;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  background: linear-gradient(45deg, #ff0000, #ffbf00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.3));
  text-shadow:
    0 0 10px rgba(255, 92, 92, 0.5),
    0 0 20px rgba(255, 92, 92, 0.3);
}

.subtitle {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  transform: none;
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.card-center-content .subtitle {
  position: static;
  font-size: 1.1em;
  color: #ff914d;
  margin-bottom: 0.3em;
  letter-spacing: 1px;
  opacity: 1;
}

.highlight {
  color: #ff0000;
  margin-left: 5px;
  background: linear-gradient(90deg, #ff5c5c, #ff5151);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.glowing-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glow-1,
.glow-2,
.glow-3 {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(255, 0, 0, 0.3) 0%,
    rgba(255, 0, 0, 0) 70%
  );
  filter: blur(15px);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.glow-1 {
  top: -20px;
  left: -20px;
}
.glow-2 {
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.glow-3 {
  bottom: -20px;
  left: 30%;
}

.card-particles span {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ff0000;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover effects */
.card-content .title {
  opacity: 1;
  transform: none;
} /* dauerhaft sichtbar */

.card-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

.card-center-content .highlight {
  color: #ff914d;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 0 8px #ff512f, 0 0 2px #fff;
}

.card-center-content a {
  color: #ff512f;
  text-decoration: underline;
  font-weight: 600;
}

.card-center-content .subtitle, .card-center-content div {
  color: #ff914d;
}

/* .tracker:hover ~ #card .glowing-elements div { opacity: 1; }  -- dauerhaft aktiv */

.card-particles span {
  animation: particleFloat 2s infinite;
} /* dauerhaft animiert */

@keyframes particleFloat {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(calc(var(--x, 0) * 30px), calc(var(--y, 0) * 30px));
    opacity: 0;
  }
}

/* Particle positions */
.card-particles span:nth-child(1) {
  --x: 1;
  --y: -1;
  top: 40%;
  left: 20%;
}
.card-particles span:nth-child(2) {
  --x: -1;
  --y: -1;
  top: 60%;
  right: 20%;
}
.card-particles span:nth-child(3) {
  --x: 0.5;
  --y: 1;
  top: 20%;
  left: 40%;
}
.card-particles span:nth-child(4) {
  --x: -0.5;
  --y: 1;
  top: 80%;
  right: 40%;
}
.card-particles span:nth-child(5) {
  --x: 1;
  --y: 0.5;
  top: 30%;
  left: 60%;
}
.card-particles span:nth-child(6) {
  --x: -1;
  --y: 0.5;
  top: 70%;
  right: 60%;
}

#card::before {
  content: "";
  background: radial-gradient(
    circle at center,
    rgba(255, 0, 0, 0.1) 0%,
    rgba(255, 0, 0, 0.05) 50%,
    transparent 100%
  );
  filter: blur(20px);
  opacity: 0;
  width: 150%;
  height: 150%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.tracker:hover ~ #card::before {
  opacity: 1;
}

.tracker {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
}

.tracker:hover {
  cursor: pointer;
}

#card #prompt {
  opacity: 0;
} /* dauerhaft ausgeblendet */

.container #card {
  transition: 300ms;
  filter: brightness(1.1);
} /* dauerhaft heller */

#card::before {
  transition: 200ms;
  content: "";
  opacity: 80%;
} /* dauerhaft sichtbar */

.canvas {
  perspective: 800px;
  inset: 0;
  z-index: 200;
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    "tr-1 tr-2 tr-3 tr-4 tr-5"
    "tr-6 tr-7 tr-8 tr-9 tr-10"
    "tr-11 tr-12 tr-13 tr-14 tr-15"
    "tr-16 tr-17 tr-18 tr-19 tr-20"
    "tr-21 tr-22 tr-23 tr-24 tr-25";
}

.tr-1 {
  grid-area: tr-1;
}

.tr-2 {
  grid-area: tr-2;
}

.tr-3 {
  grid-area: tr-3;
}

.tr-4 {
  grid-area: tr-4;
}

.tr-5 {
  grid-area: tr-5;
}

.tr-6 {
  grid-area: tr-6;
}

.tr-7 {
  grid-area: tr-7;
}

.tr-8 {
  grid-area: tr-8;
}

.tr-9 {
  grid-area: tr-9;
}

.tr-10 {
  grid-area: tr-10;
}

.tr-11 {
  grid-area: tr-11;
}

.tr-12 {
  grid-area: tr-12;
}

.tr-13 {
  grid-area: tr-13;
}

.tr-14 {
  grid-area: tr-14;
}

.tr-15 {
  grid-area: tr-15;
}

.tr-16 {
  grid-area: tr-16;
}

.tr-17 {
  grid-area: tr-17;
}

.tr-18 {
  grid-area: tr-18;
}

.tr-19 {
  grid-area: tr-19;
}

.tr-20 {
  grid-area: tr-20;
}

.tr-21 {
  grid-area: tr-21;
}

.tr-22 {
  grid-area: tr-22;
}

.tr-23 {
  grid-area: tr-23;
}

.tr-24 {
  grid-area: tr-24;
}

.tr-25 {
  grid-area: tr-25;
}

.tr-1:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-2:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-3:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(0deg) rotateZ(0deg);
}

.tr-4:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(5deg) rotateZ(0deg);
}

.tr-5:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(20deg) rotateY(10deg) rotateZ(0deg);
}

.tr-6:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-7:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-8:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(0deg) rotateZ(0deg);
}

.tr-9:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(5deg) rotateZ(0deg);
}

.tr-10:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(10deg) rotateY(10deg) rotateZ(0deg);
}

.tr-11:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-12:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-13:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.tr-14:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(5deg) rotateZ(0deg);
}

.tr-15:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(0deg) rotateY(10deg) rotateZ(0deg);
}

.tr-16:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-17:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-18:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(0deg) rotateZ(0deg);
}

.tr-19:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(5deg) rotateZ(0deg);
}

.tr-20:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-10deg) rotateY(10deg) rotateZ(0deg);
}

.tr-21:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(-10deg) rotateZ(0deg);
}

.tr-22:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(-5deg) rotateZ(0deg);
}

.tr-23:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(0deg) rotateZ(0deg);
}

.tr-24:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(5deg) rotateZ(0deg);
}

.tr-25:hover ~ #card {
  transition: 125ms ease-in-out;
  transform: rotateX(-20deg) rotateY(10deg) rotateZ(0deg);
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
								supported by Chrome, Edge, Opera and Firefox */
}

.card-glare {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 45%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.05) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0;
  transition: opacity 300ms;
}

.cyber-lines span {
  position: absolute;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 92, 92, 0.2),
    transparent
  );
}

.cyber-lines span:nth-child(1) {
  top: 20%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 3s linear infinite;
}

.cyber-lines span:nth-child(2) {
  top: 40%;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  animation: lineGrow 3s linear infinite 1s;
}

.cyber-lines span:nth-child(3) {
  top: 60%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 3s linear infinite 2s;
}

.cyber-lines span:nth-child(4) {
  top: 80%;
  right: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  animation: lineGrow 3s linear infinite 1.5s;
}

.corner-elements span {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 92, 92, 0.3);
}

.corner-elements span:nth-child(1) {
  top: 10px;
  left: 10px;
  border-right: 0;
  border-bottom: 0;
}

.corner-elements span:nth-child(2) {
  top: 10px;
  right: 10px;
  border-left: 0;
  border-bottom: 0;
}

.corner-elements span:nth-child(3) {
  bottom: 10px;
  left: 10px;
  border-right: 0;
  border-top: 0;
}

.corner-elements span:nth-child(4) {
  bottom: 10px;
  right: 10px;
  border-left: 0;
  border-top: 0;
}

.scan-line {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 92, 92, 0.1),
    transparent
  );
  transform: translateY(-100%);
  animation: scanMove 2s linear infinite;
}

@keyframes lineGrow {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes scanMove {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

/* Modyfikacja istniejących styli */
#card:hover .card-glare {
  opacity: 1;
}

.corner-elements span {
  transition: all 0.3s ease;
}

#card:hover .corner-elements span {
  border-color: rgba(255, 92, 92, 0.8);
  box-shadow: 0 0 10px rgba(255, 92, 92, 0.5);
}

.uiverse-dashboard-card .uiverse-card-title {
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  font-size: 1.12em;
  font-weight: 700;
  color: #e3e8ee;
  letter-spacing: 0.04em;
  margin-bottom: 0.8em;
  text-align: center;
  z-index: 3;
}
.uiverse-dashboard-card .uiverse-card-value {
  font-family: 'Montserrat', 'Inter', Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  color: #ff5e5e;
  letter-spacing: 0.03em;
  margin-bottom: 0.2em;
  text-align: center;
  z-index: 3;
  text-shadow: 0 0 8px #ff5e5e99, 0 0 32px #ff5e5e33;
}
.uiverse-dashboard-card .uiverse-card-desc {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 1.03em;
  color: #bfc9da;
  margin-top: 0.3em;
  text-align: center;
  z-index: 3;
}
.uiverse-dashboard-card .uiverse-card-icon {
  font-size: 2.1em;
  margin-bottom: 0.5em;
  color: #ff5e5e;
  text-align: center;
  text-shadow: 0 0 16px #ff5e5e44;
  z-index: 3;
}
.uiverse-dashboard-card:hover, .dashboard-ligen-card:hover, .dashboard-spielmeldungen-card:hover {
  box-shadow: none !important;
  transform: none !important;
}
@media (max-width: 600px) {
  .uiverse-dashboard-card {
    width: 98vw;
    min-width: 0;
    height: 260px;
    padding: 1.1em 0.6em 1.2em 0.6em;
  }
}

.dashboard-ligen-card, .dashboard-spielmeldungen-card {
  background: linear-gradient(120deg, #18181c 60%, #23232b 100%);
  border-radius: 18px;
  box-shadow: 0 0 24px #ff512f22, 0 2px 8px #0008;
  padding: 1.5em 1.2em 1.2em 1.2em;
  margin-bottom: 2em;
  border: 1.5px solid #ff512f44;
  position: relative;
}

.dashboard-ligen-card .title {
  color: #ff512f;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1em;
  letter-spacing: 1px;
  text-align: center;
}

.dashboard-ligen-card .nav-tabs {
  border-bottom: 2px solid #ff512f44;
  display: flex;
  justify-content: center;
  gap: 0.7em;
  background: transparent;
}
.dashboard-ligen-card .nav-tabs .nav-link {
  background: none;
  border: none;
  color: #ff914d;
  font-weight: 600;
  font-size: 1em;
  border-radius: 12px 12px 0 0;
  padding: 0.5em 1.2em;
  transition: background 0.2s, color 0.2s;
}
.dashboard-ligen-card .nav-tabs .nav-link.active,
.dashboard-ligen-card .nav-tabs .nav-link:focus {
  background: linear-gradient(90deg, #ff512f 60%, #ff914d 100%);
  color: #fff;
  box-shadow: 0 2px 8px #ff512f33;
}
.dashboard-ligen-card .nav-tabs .nav-link:hover,
.dashboard-spielmeldungen-card .nav-tabs .nav-link:hover {
  background: none;
  color: #ff914d;
}

.dashboard-ligen-card .tab-content {
  background: none;
  border-radius: 0 0 14px 14px;
  padding: 1em 0.3em 0.5em 0.3em;
}

.dashboard-ligen-card table,
.dashboard-spielmeldungen-card table {
  background: none;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  color: #fff;
  box-shadow: 0 0 8px #ff512f22;
  font-size: 1em;
}
.dashboard-ligen-card th, .dashboard-ligen-card td,
.dashboard-spielmeldungen-card th, .dashboard-spielmeldungen-card td {
  border: none;
  padding: 0.4em 0.7em;
  text-align: center;
}
.dashboard-ligen-card th,
.dashboard-spielmeldungen-card th {
  color: #ff914d;
  font-weight: 700;
  font-size: 1em;
  background: #1a1a1f;
}
.dashboard-ligen-card tr,
.dashboard-spielmeldungen-card tr {
  background: transparent;
}
.dashboard-ligen-card tr:nth-child(even),
.dashboard-spielmeldungen-card tr:nth-child(even) {
  background: #23232b;
}
.dashboard-ligen-card tr:nth-child(odd),
.dashboard-spielmeldungen-card tr:nth-child(odd) {
  background: #18181c;
}
.dashboard-ligen-card td,
.dashboard-spielmeldungen-card td {
  font-size: 0.98em;
}

.dashboard-ligen-card .nav-tabs .nav-link.active {
  border-bottom: 2.5px solid #ff914d;
}


.button {
  /* in scss with just one variable i can change opacity with rgba(variable, opacity) but in css it's not possible so i have used three seperate variables */
  /* with hue-rotate color can be changed */
  --main-color: rgb(213, 46, 46);
  --main-bg-color: rgba(213, 46, 46, 0.36);
  --pattern-color: rgba(213, 46, 46, 0.073);

  /* change this rotation value */
  filter: hue-rotate(0deg);

  cursor: pointer;

  letter-spacing: 0.2rem;
  background: radial-gradient(
      circle,
      var(--main-bg-color) 0%,
      rgba(0, 0, 0, 0) 95%
    ),
    linear-gradient(var(--pattern-color) 1px, transparent 1px),
    linear-gradient(to right, var(--pattern-color) 1px, transparent 1px);
  background-size:
    cover,
    15px 15px,
    15px 15px;
  background-position:
    center center,
    center center,
    center center;
  border-image: radial-gradient(
      circle,
      var(--main-color) 0%,
      rgba(0, 0, 0, 0) 100%
    )
    1;
  border-width: 1px 0 1px 0;
  color: var(--main-color);
  padding: 1rem 3rem;
  font-weight: 700;
  font-size: 1.5rem;
  transition: background-size 0.2s ease-in-out;
}

.button:hover {
  background-size:
    cover,
    10px 10px,
    10px 10px;
}
.button:active {
  filter: hue-rotate(250deg);
}
