@font-face {
  font-family: "ArialRoundedMTBold";
  src: url("\fonts\arial-rounded-mt-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Bitcount Prop Double Light";
  src: url("https://lokrogaming.github.io/fonts/BitcountPropDouble-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Varela Round";
  src: url("\fonts\VarelaRound-Regular.ttf") format("truetype");
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

html {
        scroll-behavior: smooth;
}
body {
        background: black;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        margin: 0;
        font-family: "Varela Round";
        font-style: normal;
        height: 100%;
      }
      
.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: black;
  border: 2px solid black;
  padding: 10px;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 1);
  font-family: "Bitcount Prop Double";

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* falls du viele Links hast */
}
.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left, .nav-right {
  display: flex;
  align-items: center;
}


.topnav a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  padding: 14px 16px;
  display: inline-block;
}
.footer a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  padding: 14px 16px;
  display: inline-block;
}

.topnav a:hover {
  background-color: white;
  color: black;
}
.footer a:hover {
  background-color: white;
  color: black;
}

.topnav a.active {
  background-color: #333;
  color: white;
}
.footer a.active {
  background-color: #333;
  color: white;
}

 .topnav a.about {
        float: right;
      }
      .searchbtn {
        border: solid 1px lightgray
      }
           .dropdown {
            position: relative;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: white;
            min-width: 160px;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 1;
            border-radius: 10px;
        }
        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
        .dropdown-content a:hover {
            background-color: #ddd;
        }
        .dropdown:hover .dropdown-content {
            display: block;
        }
       .dropdown-content a.active {
            color: red;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
        img.logo-lg{
          width: 150px;
          margin-top: 100px;
          position: relative;
           filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
        }
        img.logo-temp2{
          width: 75px;
          height:75px;
          
          margin-top: 10px;
         
           filter: drop-shadow(0 0 10px rgba(255, 255, 255, 1));
        }
portfoleezpromotop {
  color: white;
  font-size: 1px;
  top: 0em;
  font-family: "Bitcount Prop Double Light";
  align-self: center;
}
        /* From Uiverse.io by jeremyssocial */ 
@keyframes blinkCursor {
  50% {
    border-right-color: transparent;
  }
}

@keyframes typeAndDelete {
  0%,
  10% {
    width: 0;
  }
  45%,
  55% {
    width: 14em;
  } /* adjust width based on content */
  90%,
  100% {
    width: 0;
  }
}

.terminal-loader {
  border: 0.1em solid #333;
  background-color: #1a1a1a;
  color: #0f0;
  font-family: "Courier New", Courier, monospace;
  font-size:1em;
  padding: 1.5em 1em;
  width: 20em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.terminal-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5em;
  background-color: #333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 0.4em;
  box-sizing: border-box;
}

.terminal-controls {
  float: right;
}

.control {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.4em;
  border-radius: 50%;
  background-color: #777;
}

.control.close {
  background-color: #e33;
}

.control.minimize {
  background-color: #ee0;
}

.control.maximize {
  background-color: #0b0;
}

.terminal-title {
  float: left;
  line-height: 1.5em;
  color: #eee;
  
}

.text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.2em solid green; /* Cursor */
  animation:
    typeAndDelete 5s steps(30) infinite,
    blinkCursor 0.5s step-end infinite alternate;
  margin-top: 1.5em;
}
.TerminalName {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.2em solid green; /* Cursor */
  margin-top: 1.5em;
}

    /* From Uiverse.io by JaydipPrajapati1910 */ 
.card {
  width: 190px;
  height: 254px;
  margin: 0 auto;
  background: linear-gradient(0deg, #000, #272727);
  border-radius: 8px;
  z-index: 1;
}

.tools {
  display: flex;
  align-items: center;
  padding: 9px;
}

.circle {
  padding: 0 4px;
}

.box {
  display: inline-block;
  align-items: center;
  width: 10px;
  height: 10px;
  padding: 1px;
  border-radius: 50%;
}

.red {
  background-color: #ff605c;
}

.yellow {
  background-color: #ffbd44;
}

.green {
  background-color: #00ca4e;
}
.card_content {
}
.showcase {
  color: white;
  margin-left: 25%;
}
/* From Uiverse.io by alexruix */ 
.loader {
  --cell-size: 52px;
  --cell-spacing: 1px;
  --cells: 3;
  --total-size: calc(var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing)));
  display: flex;
  flex-wrap: wrap;
  width: var(--total-size);
  height: var(--total-size);
}

.cell {
  flex: 0 0 var(--cell-size);
  margin: var(--cell-spacing);
  background-color: transparent;
  box-sizing: border-box;
  border-radius: 4px;
  animation: 1.5s ripple ease infinite;
}

.cell.d-1 {
  animation-delay: 100ms;
}

.cell.d-2 {
  animation-delay: 200ms;
}

.cell.d-3 {
  animation-delay: 300ms;
}

.cell.d-4 {
  animation-delay: 400ms;
}

.cell:nth-child(1) {
  --cell-color: #00FF87;
}

.cell:nth-child(2) {
  --cell-color: #0CFD95;
}

.cell:nth-child(3) {
  --cell-color: #17FBA2;
}

.cell:nth-child(4) {
  --cell-color: #23F9B2;
}

.cell:nth-child(5) {
  --cell-color: #30F7C3;
}

.cell:nth-child(6) {
  --cell-color: #3DF5D4;
}

.cell:nth-child(7) {
  --cell-color: #45F4DE;
}

.cell:nth-child(8) {
  --cell-color: #53F1F0;
}

.cell:nth-child(9) {
  --cell-color: #60EFFF;
}

/*Animation*/
@keyframes ripple {
  0% {
    background-color: transparent;
  }

  30% {
    background-color: var(--cell-color);
  }

  60% {
    background-color: transparent;
  }

  100% {
    background-color: transparent;
  }
}
        div.suggested {
        font-size: 125%;
        }

.showcase-card {
  font-family: 'Inter', sans-serif;
      position: relative; /* wichtig für Badge-Positionierung */
      background: linear-gradient(135deg, #1e293b, #334155);
      border-radius: 20px;
      padding: 25px;
      width: 50%;
      color: #fff;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
    }

    .showcase-card:hover {
      transform: scale(1.02);
    }

    .badge {
      position: absolute;
      top: -10px;
      right: -10px;
      background: #facc15; /* Gelb für Aufmerksamkeit */
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    }

    .badge svg {
      width: 20px;
      height: 20px;
      fill: #000;
    }

    .showcase-card h3 {
      margin: 0;
      font-size: 1.5rem;
    }

    .showcase-card p {
      font-size: 0.9rem;
      color: #cbd5e1;
      margin-top: 10px;
      margin-bottom: 20px;
    }

    .mini-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

    .mini-card {
      background: #475569;
      border-radius: 12px;
      padding: 10px;
      text-align: center;
      font-size: 0.85rem;
      color: white;
      cursor: pointer;
      transition: background 0.3s ease, transform 0.2s ease;
      text-decoration: none;
    }

    .mini-card:hover {
      background: #60a5fa;
      transform: translateY(-2px);
    }
        /* From Uiverse.io by cssbuttons-io */ 
.cbx {
 position: relative;
 top: 1px;
 width: 27px;
 height: 27px;
 border: 1px solid #c8ccd4;
 border-radius: 3px;
 vertical-align: middle;
 transition: background 0.1s ease;
 cursor: pointer;
 display: block;
}

.cbx:after {
 content: '';
 position: absolute;
 top: 2px;
 left: 8px;
 width: 7px;
 height: 14px;
 opacity: 0;
 transform: rotate(45deg) scale(0);
 border-right: 2px solid #fff;
 border-bottom: 2px solid #fff;
 transition: all 0.3s ease;
 transition-delay: 0.15s;
}

.lbl {
 margin-left: 5px;
 vertical-align: middle;
 cursor: pointer;
}

#cbx:checked ~ .cbx {
 border-color: transparent;
 background: #6871f1;
 animation: jelly 0.6s ease;
}

#cbx:checked ~ .cbx:after {
 opacity: 1;
 transform: rotate(45deg) scale(1);
}

.cntr {
 position: relative;
}

@keyframes jelly {
 from {
  transform: scale(1, 1);
 }

 30% {
  transform: scale(1.25, 0.75);
 }

 40% {
  transform: scale(0.75, 1.25);
 }

 50% {
  transform: scale(1.15, 0.85);
 }

 65% {
  transform: scale(0.95, 1.05);
 }

 75% {
  transform: scale(1.05, 0.95);
 }

 to {
  transform: scale(1, 1);
 }
}

.hidden-xs-up {
 display: none!important;
}
div.signup div.inputs {
 
  background-color: darkgrey;
  border-radius: 15px;
  width: 75%;
  padding: 15px;
  margin-top: 50px;
  text-align: center;
  flex-direction: column;
  color: white;
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.5); 
}

/* From Uiverse.io by alexruix */ 
.input-group {
  display: flex;
  align-items: center;
}

.input {
  min-height: 50px;
  max-width: 150px;
  padding: 0 1rem;
  color: #fff;
  font-size: 15px;
  border: 1px solid #5e4dcd;
  border-radius: 6px 0 0 6px;
  background-color: transparent;
}

.button--submit {
  min-height: 50px;
  padding: .5em 1em;
  border: none;
  border-radius: 0 6px 6px 0;
  background-color: #5e4dcd;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: background-color .3s ease-in-out;
}

.button--submit:hover {
  background-color: #5e5dcd;
}

.input:focus, .input:focus-visible {
  border-color: #3898EC;
  outline: none;
}

#options {
  background-color: black;
  border-radius: 15px;
  width: 75%;
  padding: 15px;
  margin-top: 50px;
  text-align: center;
  flex-direction: column;
  color: white;
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.5); 
}
address {
        border: 1px solid black;
        padding: 10px;
        width: fit-content;
        border-radius: 5px;
        margin: 20px;
        font-style: normal;
        background-color: white;
      }

   .button {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}
.button:hover {
        background-color: #f2f2f2;
        color: black;
}

/* From Uiverse.io by gharsh11032000 */ 
.form-container {
  width: 400px;
  background: linear-gradient(#212121, #212121) padding-box,
              linear-gradient(145deg, transparent 35%,#e81cff, #40c9ff) border-box;
  border: 2px solid transparent;
  padding: 32px 24px;
  font-size: 14px;
  font-family: inherit;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
}

.form-container button:active {
  scale: 0.95;
}

.form-container .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #717171;
  font-weight: 600;
  font-size: 12px;
}

.form-container .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #414141;
}

.form-container .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  resize: none;
  color: #fff;
  height: 96px;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.form-container .form-group input::placeholder {
  opacity: 0.5;
}

.form-container .form-group input:focus {
  outline: none;
  border-color: #e81cff;
}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #e81cff;
}

.form-container .form-submit-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
  font-family: inherit;
  color: #717171;
  font-weight: 600;
  width: 40%;
  background: #313131;
  border: 1px solid #414141;
  padding: 12px 16px;
  font-size: inherit;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer;
  border-radius: 6px;
}

.form-container .form-submit-btn:hover {
  background-color: #fff;
  border-color: #fff;
}





#content {
        align-items: center;
}

        iframe {
            width: 100%;
            height: 380px;
            margin-bottom: 10px;
        }
      

.avatar {
      width:150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid transparent; 
    }
.avatar-temp1 {
      width:150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid transparent; 
    }

.avatar-temp2 {
     
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid transparent; 
    }
    .main-name-lg {
  text-align: center;
  align-self: center;
  color: white;
}
  

#partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  background-color: gray;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 80%;
  max-width: 600px;
  margin-top: 100px;
}

  ul {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

#partners ul {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

#partners ul li {
  border: 1px solid #ddd; /* Add a thin border to each list item */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Add a grey background color */
  padding: 12px; /* Add some padding */
}
canvas.snow {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 999;
            opacity: 0.8;
            display: none;
        }


a {
  color: rgba(0, 0, 0, 1);
}

/*BUTTONS*/
/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 0.8em;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #8e2de2, #4a00e0);
  color: ghostwhite;
  overflow: hidden;
}

.cssbuttons-io svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.cssbuttons-io span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
  padding: 0.8em 1.2em 0.8em 1.05em;
}

.cssbuttons-io::before,
.cssbuttons-io::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cssbuttons-io::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.cssbuttons-io:hover::before {
  transform: translate3d(100%, 0, 0);
}

.cssbuttons-io:active {
  transform: scale(0.95);
}

div.footer{

  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  border: 2px solid black;
  padding: 10px;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.4);
  font-family: "Bitcount Prop Double";
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* falls du viele Links hast */
}

button.btn-fill {
  background-color: currentColor;
  
}
button.adbtn {
  width: 100%;
  background-color: darkslategrey;
  border: none;
  color: black;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;
  box-sizing: border-box;
  font-family: "Varela Round";
  margin-bottom: 20px; 
}
.btn-size-50px {
  width: 85%;
  
}
button.adbtn p {
  font-size: 150%;
}
#partners button.partnerbtn {
  width: 100%;
  background-color: lightgray;
  border: none;
  color: black;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;
  box-sizing: border-box;
  font-family: "ArialRoundedMTBold";

}
.login-container button.button {
  background-color: royalblue;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
#projekte button.projektbtn {
  width: 100%;
  background-color: lightgray;
  border: none;
  color: black;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;
  box-sizing: border-box;
}

   .button {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}
/*TEXT EFFECTS*/  
.glow-white {
  color: white;
  text-shadow: 0 0 5px white, 0 0 10px white, 0 0 20px white;
}

.glow-blue {
  color: #00f;
  text-shadow: 0 0 5px #00f, 0 0 10px #00f, 0 0 20px #00f;
}

.glow-red {
  color: #f00;
  text-shadow: 0 0 5px #f00, 0 0 10px #f00, 0 0 20px #f00;
}

.glow-green {
  color: #0f0;
  text-shadow: 0 0 5px #0f0, 0 0 10px #0f0, 0 0 20px #0f0;
}

/* DIMMED EFFECTS */
.glow-white-dim {
  color: white;
  text-shadow: 0 0 2px white, 0 0 5px rgba(255,255,255,0.5);
}

.glow-blue-dim {
  color: #99f;
  text-shadow: 0 0 2px #66f, 0 0 4px rgba(0,0,255,0.4);
}

.glow-red-dim {
  color: #f99;
  text-shadow: 0 0 2px #f66, 0 0 4px rgba(255,0,0,0.4);
}

.glow-green-dim {
  color: #9f9;
  text-shadow: 0 0 2px #6f6, 0 0 4px rgba(0,255,0,0.4);
}
/* ANIMATED EFFECTS */
.glow-rainbow {
  color: white;
  font-weight: bold;
  animation: rainbowGlow 2.5s linear infinite;
}

@keyframes rainbowGlow {
  0%   { text-shadow: 0 0 10px red, 0 0 20px red; }
  20%  { text-shadow: 0 0 10px orange, 0 0 20px orange; }
  40%  { text-shadow: 0 0 10px yellow, 0 0 20px yellow; }
  60%  { text-shadow: 0 0 10px green, 0 0 20px green; }
  80%  { text-shadow: 0 0 10px blue, 0 0 20px blue; }
  100% { text-shadow: 0 0 10px violet, 0 0 20px violet; }
}

/* DIMMED ANIMATED EFFECTS*/
.glow-rainbow-dim {
  color: white;
  animation: rainbowGlowDim 2.5s linear infinite;
}

@keyframes rainbowGlowDim {
  0%   { text-shadow: 0 0 3px red; }
  20%  { text-shadow: 0 0 3px orange; }
  40%  { text-shadow: 0 0 3px yellow; }
  60%  { text-shadow: 0 0 3px green; }
  80%  { text-shadow: 0 0 3px blue; }
  100% { text-shadow: 0 0 3px violet; }
}
/* ────────────── BUTTON GLOWS ────────────── */

/* Weiß */
.btn-glow-white {
  background: black;
  color: white;
  border: 1px solid white;
  text-shadow: 0 0 5px white, 0 0 10px white;
  box-shadow: 0 0 10px white;
}

.btn-glow-white-dim {
  background: black;
  color: white;
  border: 1px solid #ccc;
  text-shadow: 0 0 2px white;
  box-shadow: 0 0 4px rgba(255,255,255,0.4);
}

/* Blau */
.btn-glow-blue {
  background: black;
  color: #00f;
  border: 1px solid #00f;
  text-shadow: 0 0 5px #00f, 0 0 10px #00f;
  box-shadow: 0 0 10px #00f;
}

.btn-glow-blue-dim {
  background: black;
  color: #99f;
  border: 1px solid #99f;
  text-shadow: 0 0 2px #66f;
  box-shadow: 0 0 4px rgba(0,0,255,0.4);
}

/* Rot */
.btn-glow-red {
  background: black;
  color: #f00;
  border: 1px solid #f00;
  text-shadow: 0 0 5px #f00, 0 0 10px #f00;
  box-shadow: 0 0 10px #f00;
}

.btn-glow-red-dim {
  background: black;
  color: #f99;
  border: 1px solid #f99;
  text-shadow: 0 0 2px #f66;
  box-shadow: 0 0 4px rgba(255,0,0,0.4);
}

/* Grün */
.btn-glow-green {
  background: black;
  color: #0f0;
  border: 1px solid #0f0;
  text-shadow: 0 0 5px #0f0, 0 0 10px #0f0;
  box-shadow: 0 0 10px #0f0;
}

.btn-glow-green-dim {
  background: black;
  color: #9f9;
  border: 1px solid #9f9;
  text-shadow: 0 0 2px #6f6;
  box-shadow: 0 0 4px rgba(0,255,0,0.4);
}

/* Rainbow */
.btn-glow-rainbow {
  background: black;
  color: white;
  font-weight: bold;
  border: 1px solid white;
  animation: glowBtnRainbow 2.5s linear infinite;
}

@keyframes glowBtnRainbow {
  0%   { box-shadow: 0 0 10px red; }
  20%  { box-shadow: 0 0 10px orange; }
  40%  { box-shadow: 0 0 10px yellow; }
  60%  { box-shadow: 0 0 10px green; }
  80%  { box-shadow: 0 0 10px blue; }
  100% { box-shadow: 0 0 10px violet; }
}

/* ────────────── LINK GLOWS ────────────── */

.link-glow-white {
  color: white;
  text-decoration: none;
  text-shadow: 0 0 5px white, 0 0 10px white;
}

.link-glow-white-dim {
  color: white;
  text-decoration: none;
  text-shadow: 0 0 2px white;
}

.link-glow-blue {
  color: #00f;
  text-decoration: none;
  text-shadow: 0 0 5px #00f, 0 0 10px #00f;
}

.link-glow-blue-dim {
  color: #99f;
  text-decoration: none;
  text-shadow: 0 0 2px #66f;
}

.link-glow-red {
  color: #f00;
  text-decoration: none;
  text-shadow: 0 0 5px #f00, 0 0 10px #f00;
}

.link-glow-red-dim {
  color: #f99;
  text-decoration: none;
  text-shadow: 0 0 2px #f66;
}

.link-glow-green {
  color: #0f0;
  text-decoration: none;
  text-shadow: 0 0 5px #0f0, 0 0 10px #0f0;
}

.link-glow-green-dim {
  color: #9f9;
  text-decoration: none;
  text-shadow: 0 0 2px #6f6;
}

.link-glow-rainbow {
  color: white;
  font-weight: bold;
  text-decoration: none;
  animation: glowLinkRainbow 2.5s linear infinite;
}

@keyframes glowLinkRainbow {
  0%   { text-shadow: 0 0 5px red; }
  20%  { text-shadow: 0 0 5px orange; }
  40%  { text-shadow: 0 0 5px yellow; }
  60%  { text-shadow: 0 0 5px green; }
  80%  { text-shadow: 0 0 5px blue; }
  100% { text-shadow: 0 0 5px violet; }
}

/* ────────────── BOX GLOWS ────────────── */

.box-glow-white {
  background: black;
  color: white;
  box-shadow: 0 0 10px white;
  border-radius: 15px;
}

.box-glow-white-dim {
  background: black;
  color: white;
  box-shadow: 0 0 4px rgba(255,255,255,0.4);
  border-radius: 15px;
}

.box-glow-blue {
  background: black;
  color: #00f;
  box-shadow: 0 0 10px #00f;
  border-radius: 15px;
}

.box-glow-blue-dim {
  background: black;
  color: #99f;
  box-shadow: 0 0 4px rgba(0,0,255,0.4);
  border-radius: 15px;
}

.box-glow-red {
  background: black;
  color: #f00;
  box-shadow: 0 0 10px #f00;
  border-radius: 15px;
}

.box-glow-red-dim {
  background: black;
  color: #f99;
  box-shadow: 0 0 4px rgba(255,0,0,0.4);
  border-radius: 15px;
}

.box-glow-green {
  background: black;
  color: #0f0;
  box-shadow: 0 0 10px #0f0;
  border-radius: 15px;
}

.box-glow-green-dim {
  background: black;
  color: #9f9;
  box-shadow: 0 0 4px rgba(0,255,0,0.4);
  border-radius: 15px;
}

.box-glow-rainbow {
  background: black;
  color: white;
  animation: glowBoxRainbow 2.5s linear infinite;
  border-radius: 15px;
}

@keyframes glowBoxRainbow {
  0%   { box-shadow: 0 0 10px red; }
  20%  { box-shadow: 0 0 10px orange; }
  40%  { box-shadow: 0 0 10px yellow; }
  60%  { box-shadow: 0 0 10px green; }
  80%  { box-shadow: 0 0 10px blue; }
  100% { box-shadow: 0 0 10px violet; }
}

/* ────────────── INPUT GLOWS ────────────── */

.input-glow-white {
  background: black;
  color: white;
  border: 1px solid white;
  box-shadow: 0 0 10px white;
}

.input-glow-white-dim {
  background: black;
  color: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px rgba(255,255,255,0.4);
}

.input-glow-blue {
  background: black;
  color: #00f;
  border: 1px solid #00f;
  box-shadow: 0 0 10px #00f;
}

.input-glow-blue-dim {
  background: black;
  color: #99f;
  border: 1px solid #99f;
  box-shadow: 0 0 4px rgba(0,0,255,0.4);
}

.input-glow-red {
  background: black;
  color: #f00;
  border: 1px solid #f00;
  box-shadow: 0 0 10px #f00;
}

.input-glow-red-dim {
  background: black;
  color: #f99;
  border: 1px solid #f99;
  box-shadow: 0 0 4px rgba(255,0,0,0.4);
}

.input-glow-green {
  background: black;
  color: #0f0;
  border: 1px solid #0f0;
  box-shadow: 0 0 10px #0f0;
}

.input-glow-green-dim {
  background: black;
  color: #9f9;
  border: 1px solid #9f9;
  box-shadow: 0 0 4px rgba(0,255,0,0.4);
}

.input-glow-rainbow {
  background: black;
  color: white;
  border: 1px solid white;
  animation: glowInputRainbow 2.5s linear infinite;
}

@keyframes glowInputRainbow {
  0%   { box-shadow: 0 0 10px red; }
  20%  { box-shadow: 0 0 10px orange; }
  40%  { box-shadow: 0 0 10px yellow; }
  60%  { box-shadow: 0 0 10px green; }
  80%  { box-shadow: 0 0 10px blue; }
  100% { box-shadow: 0 0 10px violet; }
}



/*-------*/
