/* 
  gtfo out the code u niggger
 */


html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.toast-region {
  position: fixed;
  z-index: 1100;
  right: 20px;
  bottom: 20px;
  display: grid;
  gap: 8px;
  pointer-events: none;
}

.toast {
  max-width: min(360px, calc(100vw - 40px));
  padding: 12px 14px;
  border: 1px solid #e17fff;
  border-radius: 6px;
  background: #100b14;
  color: #f5edf8;
  box-shadow: 0 8px 30px #000;
  font: 600 12px/1.4 monospace;
}

.copy-field {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.copy-field-value { min-width: 0; overflow-wrap: anywhere; }
.copy-field-button {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #e17fff;
  cursor: pointer;
  opacity: 0;
}
.copy-field:hover .copy-field-button,
.copy-field:focus-within .copy-field-button { opacity: 1; }

.locked-value { position: relative; }
.locked-value::after {
  content: attr(data-upgrade-tooltip);
  position: absolute;
  z-index: 1200;
  left: 50%;
  bottom: calc(100% + 8px);
  width: max-content;
  max-width: 220px;
  padding: 7px 9px;
  border: 1px solid #e17fff;
  border-radius: 4px;
  background: #100b14;
  color: #f5edf8;
  font: 600 11px/1.3 monospace;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}
.locked-value:hover::after,
.locked-value:focus::after { opacity: 1; }

.avatar-image { width: 100%; height: 100%; display: block; border-radius: inherit; object-fit: cover; }
.avatar-silhouette { position: relative; width: 100%; height: 100%; display: block; }
.avatar-silhouette::before,
.avatar-silhouette::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); background: currentColor; }
.avatar-silhouette::before { top: 20%; width: 28%; aspect-ratio: 1; border-radius: 50%; }
.avatar-silhouette::after { bottom: 14%; width: 58%; height: 34%; border-radius: 50% 50% 30% 30%; }

.capability-locked { opacity: .45; cursor: not-allowed; }

body {
  margin: 0;
}


.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-left: auto;
  margin-right: auto;

  position: relative;
  top: 30px;
  left: 0;
  width: 50%;
  height: 80px;
  /* background: rgba(0, 0, 0, 0.5); */

  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  

  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
  z-index: 1000;

  border-radius: 15px;
  pointer-events: none;
}

.toolbar * {
  pointer-events: auto;
}

#toolbarCenter {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.toolbar button {
  padding: 12px 20px;
  border: none;

  background: rgba(255, 255, 255, 0);
  text-shadow: none;

  /* color: white; */
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;

}

.toolbar button:hover {
  padding: 12px 20px;
  border: none;

  transform: scale(1.1);

  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(3.7px);
  backdrop-filter: blur(3.7px);


  /* color: white; */
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

.toolbar button:active {
  transform: scale(0.95);

  padding: 12px 20px;
  border: none;

  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);

  /* color: white; */
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

.toolbar #sideElementLeft {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  height: 100%;
  overflow: visible;
}

.toolbar #sideElementRight {
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  height: 100%;

}

#loginButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.7px;
  word-spacing: 0.7px;
  color: rgb(225, 127, 255);
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  background: rgba(255, 255, 255, 0);

  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255),
    0 0 32px rgb(22, 0, 37);
}

#signupButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.7px;
  word-spacing: 0.7px;
  color: rgb(225, 127, 255);
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  background: rgba(255, 255, 255, 0);

  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255),
    0 0 32px rgb(22, 0, 37);
}

.stats {
  display: flex;
  justify-content: space-evenly;

  margin-left: auto;
  margin-right: auto;

  position: relative;
  top: 30px;
  left: 0;
  width: 30%;
  height: 50px;


  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
  z-index: 1000;

}


#buttonText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 4.2px;
  word-spacing: -1.4px;
  color: rgb(225, 127, 255);
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: lowercase;

  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255),
    0 0 32px rgb(22, 0, 37);
}

#logoText {
  font-family: monospace;
  font-size: 20px;
  letter-spacing: 3px;
  word-spacing: -1.4px;
  color: rgb(225, 127, 255);
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  position: relative;

  text-shadow:
    0 0 10px rgb(153, 0, 255),
    0 0 20px rgb(153, 0, 255),
    0 0 30px rgb(22, 0, 37);
}

#logoText::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  color: rgb(225, 127, 255);
  text-shadow: 0 0 5px rgb(153, 0, 255), 0 0 15px rgb(153, 0, 255);
}

#logoText:hover::before {
  animation: glitch 2s infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(-2px, -2px);
}

@keyframes glitch {
  0%, 100% {
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    transform: translate(0);
  }
  33% {
    clip-path: polygon(0 0, 100% 0, 100% 15%, 0 15%);
    transform: translate(-5px, -5px);
  }
  66% {
    clip-path: polygon(0 85%, 100% 85%, 100% 100%, 0 100%);
    transform: translate(5px, 5px);
  }
}

#logoText:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.3s;
}



#logoImage {
  width: 70px;
  height: 70px;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.1s;
}

#logoImage:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}

#logoImage:active {
  transform: scale(0.95);
  transition: transform 0.1s;
}

#loginButton {
  padding: 12px 20px;
  border: none;

  background: rgba(255, 255, 255, 0);
  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255),
    0 0 32px rgb(22, 0, 37);

  /* color: white; */
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;

}

#loginButton:hover {
  padding: 12px 20px;
  border: none;

  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(3.7px);
  backdrop-filter: blur(3.7px);


  /* color: white; */
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}

#loginButton:active {

  padding: 12px 20px;
  border: none;

  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);

  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
}


.features {
  display: flex;
  justify-content: center;
  align-items: center;

  margin-left: auto;
  margin-right: auto;

  position: relative;
  top: 50px;
  left: 0;
  width: 80%;
  height: auto;

  perspective: 1000px;
  gap: 20px;
  z-index: 100;
  pointer-events: none;
}

.features > * {
  pointer-events: auto;
}

.feature-nav-btn {
  background: rgba(153, 0, 255, 0.2);
  border: 2px solid rgb(225, 127, 255);
  color: rgb(225, 127, 255);
  font-size: 32px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255);
  box-shadow: 0 0 15px rgba(153, 0, 255, 0.3);
  z-index: 10;
  position: relative;
}

.feature-nav-btn:hover {
  background: rgba(153, 0, 255, 0.4);
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(153, 0, 255, 0.6);
}

.feature-nav-btn:active {
  transform: scale(0.95);
}


#features {
  transition: transform 0.1s, opacity 0.4s ease;
  transform-style: preserve-3d;
  background: #000;
  position: relative;
  z-index: 2;
}


.mainText {


  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-left: auto;
  margin-right: auto;

  position: relative;
  top: 80px;
  left: 0;
  width: 700px;
  height: auto;
  text-align: center;
}

#mainHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  letter-spacing: 2px;
  word-spacing: 0px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  margin: 0;
}

.mainText h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: rgb(200, 200, 200);
  font-weight: 300;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: lowercase;
  margin: 15px 0 0 0;
  opacity: 1;
  display: block;
}



#mainHeading .glitch-text {
  font-family: monospace;
  color: rgb(225, 127, 255);
  position: relative;
  display: inline-block;
  text-shadow:
    0 0 10px rgb(153, 0, 255),
    0 0 20px rgb(153, 0, 255),
    0 0 30px rgb(22, 0, 37);
}

#mainHeading .glitch-text::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: glitch 2s infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(-2px, -2px);
  color: rgb(225, 127, 255);
  text-shadow: 0 0 5px rgb(153, 0, 255), 0 0 15px rgb(153, 0, 255);
}

.html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}
 
.background {
    --s: 214px; 
    --c1: #420034;
    --c2: #000000;
    --_g: #0000 90deg,var(--c1) 0;
    background: 
      conic-gradient(from 90deg at 2px 2px,var(--_g)),
      conic-gradient(from 90deg at 1px 1px,var(--_g)),
      var(--c2);
    background-size: var(--s) var(--s), calc(var(--s)/4) calc(var(--s)/4);
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.background-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  pointer-events: none;
  z-index: 1;
}

.background-grid-square {
  pointer-events: auto;
  transition: background var(--fade-duration, 0.7s), box-shadow var(--fade-duration, 0.7s), filter var(--fade-duration, 0.7s);
  background: transparent;
}
.background-grid-square.lit {
  background: var(--glow-bg, rgba(78,202,255,0.18));
  box-shadow: var(--glow-shadow, 0 0 24px 8px #4ecaff99);
  filter: brightness(var(--glow-brightness,2.5)) saturate(var(--glow-saturation,2));
  transition: none;
}

/* ============================================
   AUTH PAGES STYLES
   ============================================ */

.auth-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 80px;
  z-index: 100;
}

.auth-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(153, 0, 255, 0.2);
  padding: 40px;
  width: 400px;
  max-width: 90%;
}

.auth-title {
  font-family: monospace;
  font-size: 32px;
  letter-spacing: 3px;
  color: rgb(225, 127, 255);
  font-weight: 700;
  margin: 0 0 10px 0;
  text-align: center;
  text-shadow:
    0 0 10px rgb(153, 0, 255),
    0 0 20px rgb(153, 0, 255),
    0 0 30px rgb(22, 0, 37);
}

.auth-subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgb(200, 200, 200);
  text-align: center;
  margin: 0 0 30px 0;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.7px;
  color: rgb(225, 127, 255);
  font-weight: 400;
  margin-bottom: 8px;
  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255);
}

.form-group input {
  width: 100%;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(153, 0, 255, 0.3);
  border-radius: 8px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-sizing: border-box;
}

.form-group input:focus {
  border-color: rgb(225, 127, 255);
  box-shadow: 0 0 15px rgba(153, 0, 255, 0.4);
}

.form-group input::placeholder {
  color: rgba(200, 200, 200, 0.5);
}

.form-hint {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: rgba(200, 200, 200, 0.7);
  margin-top: 6px;
}

.auth-submit-btn {
  width: 100%;
  padding: 14px 20px;
  background: rgba(153, 0, 255, 0.3);
  border: 2px solid rgb(225, 127, 255);
  border-radius: 8px;
  color: rgb(225, 127, 255);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255);
  box-shadow: 0 0 15px rgba(153, 0, 255, 0.3);
}

.auth-submit-btn:hover {
  background: rgba(153, 0, 255, 0.5);
  transform: scale(1.02);
  box-shadow: 0 0 25px rgba(153, 0, 255, 0.6);
}

.auth-submit-btn:active {
  transform: scale(0.98);
}

.error-message {
  color: #ff4444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  background: rgba(255, 68, 68, 0.1);
  border: 1px solid rgba(255, 68, 68, 0.3);
  border-radius: 8px;
  display: none;
}

.error-message:not(:empty) {
  display: block;
}

.success-message {
  color: #44ff44;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  background: rgba(68, 255, 68, 0.1);
  border: 1px solid rgba(68, 255, 68, 0.3);
  border-radius: 8px;
  display: none;
}

.success-message:not(:empty) {
  display: block;
}

.auth-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: rgb(200, 200, 200);
  text-align: center;
  margin-top: 20px;
}

.auth-link a {
  color: rgb(225, 127, 255);
  text-decoration: none;
  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255);
  transition: all 0.3s ease;
}

.auth-link a:hover {
  text-shadow:
    0 0 12px rgb(153, 0, 255),
    0 0 24px rgb(153, 0, 255),
    0 0 36px rgb(153, 0, 255);
}

[hidden] {
  display: none !important;
}

.toolbar-link,
.toolbar-action {
  border: 0;
  background: transparent;
  color: rgb(225, 127, 255);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px 14px;
  text-decoration: none;
  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255),
    0 0 32px rgb(22, 0, 37);
}

.toolbar-link:hover,
.toolbar-action:hover {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.toolbar-action:disabled,
.auth-submit-btn:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.account-box {
  width: min(760px, calc(100vw - 32px));
}

.account-kicker {
  color: rgb(225, 127, 255);
  font-family: monospace;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 0 12px;
  text-align: center;
  text-transform: uppercase;
}

.account-loading {
  color: rgb(200, 200, 200);
  font-family: Arial, Helvetica, sans-serif;
  margin: 28px 0 0;
  text-align: center;
}

.account-details {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

.account-details div {
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(225, 127, 255, 0.22);
  border-radius: 8px;
  padding: 14px 16px;
}

.account-details dt {
  color: rgb(225, 127, 255);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
}

.account-details dd {
  color: #fff;
  font-family: monospace;
  font-size: 14px;
  margin: 0;
  overflow-wrap: anywhere;
}

.account-tabs {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(225, 127, 255, 0.25);
}

.account-tab {
  min-height: 42px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: rgb(180, 164, 190);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.account-tab:hover,
.account-tab.active {
  border-bottom-color: rgb(225, 127, 255);
  color: rgb(225, 127, 255);
}

.account-tab[aria-disabled="true"] {
  color: rgb(105, 91, 112);
  cursor: not-allowed;
}

.account-tab-content {
  min-height: 220px;
}

.alerts-panel {
  max-height: min(620px, calc(100dvh - 260px));
  padding: 4px 8px 4px 0;
  overflow-y: auto;
}

.alerts-panel::-webkit-scrollbar { width: 6px; }
.alerts-panel::-webkit-scrollbar-thumb { border-radius: 3px; background: rgb(181, 62, 224); }

.alerts-section {
  padding: 20px 0;
  border-bottom: 1px solid rgba(225, 127, 255, 0.16);
}

.alerts-section:last-child { border-bottom: 0; }
.alerts-section h2 { margin: 0; color: #fff; font-size: 15px; }
.alerts-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.alerts-heading span { color: rgb(180, 164, 190); font-size: 11px; }

.alert-form {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr auto;
  gap: 10px;
  align-items: end;
}

.alert-form label { display: grid; gap: 6px; color: rgb(180, 164, 190); font-size: 11px; }
.alert-form input,
.alert-form select {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(225, 127, 255, 0.26);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
}

.account-primary-button,
.account-secondary-button,
.alerts-pagination button {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgb(225, 127, 255);
  border-radius: 5px;
  background: rgba(181, 62, 224, 0.18);
  color: rgb(225, 127, 255);
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.account-primary-button:disabled,
.alerts-pagination button:disabled { cursor: not-allowed; opacity: 0.45; }
.account-secondary-button { min-height: 30px; padding: 4px 9px; }
.alert-list { margin-top: 12px; display: grid; gap: 8px; }

.alert-row {
  min-width: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(225, 127, 255, 0.2);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.25);
}

.alert-row-main,
.alert-row-meta { min-width: 0; display: grid; gap: 4px; }
.alert-row-main strong { overflow-wrap: anywhere; font-size: 12px; }
.alert-row-main span,
.alert-row-meta span { color: rgb(180, 164, 190); font-size: 10px; }
.alert-row-meta { text-align: right; text-transform: capitalize; }
.account-empty { padding: 16px; display: grid; gap: 5px; border: 1px dashed rgba(225, 127, 255, 0.2); border-radius: 6px; text-align: center; }
.account-empty strong { font-size: 12px; }
.account-empty span { color: rgb(180, 164, 190); font-size: 10px; }
.alerts-pagination { margin-top: 12px; display: flex; align-items: center; justify-content: space-between; color: rgb(180, 164, 190); font-size: 10px; }
.alerts-pagination div { display: flex; gap: 7px; }

@media (max-width: 760px) {
  .background {
    min-height: 100vh;
    height: auto;
    overflow: auto;
    padding-bottom: 32px;
  }

  .toolbar {
    height: auto;
    min-height: 64px;
    top: 16px;
    width: calc(100% - 32px);
    padding: 10px 12px;
    flex-wrap: wrap;
    row-gap: 4px;
  }

  .toolbar #sideElementLeft {
    flex: 0 1 auto;
  }

  .toolbar #sideElementRight {
    flex: 0 1 auto;
  }

  .alerts-panel { max-height: none; overflow: visible; }
  .alert-form { grid-template-columns: 1fr; }
  .alert-row { grid-template-columns: minmax(0, 1fr) auto; }
  .alert-row-meta { grid-column: 1; text-align: left; }

  #logoImage {
    display: none;
  }

  #logoText {
    font-size: 15px;
    letter-spacing: 1px;
  }

  #toolbarCenter {
    flex: 1 0 100%;
    gap: 2px;
    order: 3;
    justify-content: space-between;
  }

  .toolbar-link,
  .toolbar-action {
    font-size: 11px;
    padding: 8px;
  }

  .auth-container {
    align-items: flex-start;
    top: 48px;
    padding: 0 16px;
  }

  .auth-box {
    box-sizing: border-box;
    max-width: none;
    padding: 28px 22px;
    width: 100%;
  }
}

#logoutButton {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.7px;
  word-spacing: 0.7px;
  color: rgb(225, 127, 255);
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  background: rgba(255, 255, 255, 0);
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, transform 0.1s;
  text-shadow:
    0 0 8px rgb(153, 0, 255),
    0 0 16px rgb(153, 0, 255),
    0 0 32px rgb(22, 0, 37);
}

#logoutButton:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(3.7px);
  backdrop-filter: blur(3.7px);
}