body {
  background-color: #000014;
  color: #e7e7ff;
  font-family: "Verdana", "Tahoma", "Courier New", monospace;
  text-align: center;
  background-image:
    radial-gradient(1px 1px at 12px 18px, #ffffff, transparent),
    radial-gradient(1px 1px at 45px 72px, #ffffff, transparent),
    radial-gradient(1px 1px at 88px 33px, #ffffff, transparent),
    radial-gradient(1px 1px at 130px 95px, #ffffff, transparent),
    radial-gradient(1px 1px at 172px 42px, #ffffff, transparent),
    radial-gradient(1px 1px at 22px 130px, #ffffff, transparent),
    radial-gradient(1px 1px at 66px 168px, #ffffff, transparent),
    radial-gradient(1px 1px at 112px 148px, #ffffff, transparent),
    radial-gradient(1px 1px at 156px 176px, #ffffff, transparent),
    radial-gradient(1px 1px at 190px 116px, #ffffff, transparent),
    radial-gradient(1px 1px at 34px 40px, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1px 1px at 98px 108px, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1px 1px at 142px 18px, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1px 1px at 176px 146px, rgba(255, 255, 255, 0.75), transparent),
    repeating-linear-gradient(0deg, rgba(15, 15, 40, 0.15) 0 2px, rgba(0, 0, 0, 0) 2px 4px);
  background-size: 200px 200px;
  background-repeat: repeat;
  margin: 0;
  padding: 16px;
}

h1 {
  font-size: 40px;
  color: #00ffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #ff00ff;
}

ul li {
  list-style: none;
}

.container {
  border: 2px solid #8f8fa8;
  border-top-color: #dedee8;
  border-left-color: #dedee8;
  border-right-color: #595968;
  border-bottom-color: #595968;
  padding: 20px;
  margin: 25px auto;
  width: min(850px, 94vw);
  background: #202038;
  box-shadow: inset 1px 1px 0 #ffffff33, inset -1px -1px 0 #00000066;
}

button {
  background: #c0c0c0;
  color: #000;
  border: 2px solid #808080;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #404040;
  border-bottom-color: #404040;
  padding: 8px 16px;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

button:hover {
  background: #d4d4d4;
}

button:active {
  border-top-color: #404040;
  border-left-color: #404040;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  transform: translate(1px, 1px);
}

#locale-toggle-button {
  position: fixed;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1000;
}

#locale-toggle-button:hover,
#locale-toggle-button:active {
  background: transparent;
  transform: none;
  border: none;
}

#locale-toggle-image {
  display: block;
}

.marquee {
  color: #ff6a00;
  font-weight: bold;
}

.profile-picture {
  width: 150px;
  height: 150px;
  border: 2px solid #9f9fb5;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #5d5d6f;
  border-bottom-color: #5d5d6f;
  margin-bottom: 20px;
  pointer-events: none;
  object-fit: cover;
  object-position: center;
}

.footer {
  margin-top: 30px;
  font-size: 12px;
}

.footer img {
  pointer-events: none;
}

a {
  text-decoration: none;
}


.route-button {
  display: inline-block;
  margin: 6px;
  padding: 8px 14px;
  background: #c0c0c0;
  color: #000;
  border: 2px solid #808080;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #404040;
  border-bottom-color: #404040;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 12px;
}

.route-button:hover {
  background: #d4d4d4;
  color: #000;
  text-decoration: none;
}

.route-button:active {
  border-top-color: #404040;
  border-left-color: #404040;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  transform: translate(1px, 1px);
}

.philosophy-button {
  background: linear-gradient(45deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);
  color: #ffffff;
  border: 2px solid #ff00ff;
  border-top-color: #00ffff;
  border-left-color: #00ffff;
  border-right-color: #ff00ff;
  border-bottom-color: #ff00ff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000000;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.6);
}

.philosophy-button:hover {
  background: linear-gradient(45deg, #ff00ff, #00ffff, #00ff00, #ffff00, #ff7f00, #ff0000, #9400d3);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 10px rgba(255, 0, 255, 0.8);
  transform: scale(1.05);
}

.notes-button {
  background: linear-gradient(135deg, #2d5016, #52b788);
  color: #ffffff;
  border: 2px solid #2d5016;
  border-top-color: #52b788;
  border-left-color: #52b788;
  border-right-color: #2d5016;
  border-bottom-color: #2d5016;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000000;
}

.notes-button:hover {
  background: linear-gradient(135deg, #52b788, #2d5016);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(82, 183, 136, 0.8), 0 0 8px rgba(45, 80, 22, 0.65);
  transform: scale(1.05);
}

.social-media-button {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000000;
}

.social-media-button:hover {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.05);
}

.instagram-button {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  border: 2px solid #833ab4;
  border-top-color: #fcb045;
  border-left-color: #fcb045;
  border-right-color: #833ab4;
  border-bottom-color: #833ab4;
  box-shadow: 0 0 8px rgba(252, 176, 69, 0.55);
}

.instagram-button:hover {
  background: linear-gradient(135deg, #fcb045, #fd1d1d, #833ab4);
  box-shadow: 0 0 15px rgba(253, 29, 29, 0.85), 0 0 8px rgba(131, 58, 180, 0.65);
}

.github-button {
  background: linear-gradient(135deg, #24292f, #3a3f46, #57606a);
  border: 2px solid #24292f;
  border-top-color: #8b949e;
  border-left-color: #8b949e;
  border-right-color: #24292f;
  border-bottom-color: #24292f;
  box-shadow: 0 0 8px rgba(139, 148, 158, 0.45);
}

.github-button:hover {
  background: linear-gradient(135deg, #57606a, #3a3f46, #24292f);
  box-shadow: 0 0 14px rgba(139, 148, 158, 0.8), 0 0 8px rgba(36, 41, 47, 0.75);
}

.gitlab-button {
  background: linear-gradient(135deg, #fc6d26, #e24329, #554488);
  border: 2px solid #e24329;
  border-top-color: #fc6d26;
  border-left-color: #fc6d26;
  border-right-color: #554488;
  border-bottom-color: #554488;
  box-shadow: 0 0 8px rgba(252, 109, 38, 0.55);
}

.gitlab-button:hover {
  background: linear-gradient(135deg, #fc6d26, #fca326, #554488);
  box-shadow: 0 0 15px rgba(252, 109, 38, 0.85), 0 0 8px rgba(85, 68, 136, 0.65);
}

.linkedin-button {
  background: linear-gradient(135deg, #0a66c2, #0077b5, #00a0dc);
  border: 2px solid #0a66c2;
  border-top-color: #00a0dc;
  border-left-color: #00a0dc;
  border-right-color: #0a66c2;
  border-bottom-color: #0a66c2;
  box-shadow: 0 0 8px rgba(0, 160, 220, 0.55);
}

.linkedin-button:hover {
  background: linear-gradient(135deg, #00a0dc, #0077b5, #0a66c2);
  box-shadow: 0 0 15px rgba(0, 160, 220, 0.85), 0 0 8px rgba(10, 102, 194, 0.7);
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #16162a;
  border: 2px solid #8f8fa8;
  border-top-color: #dedee8;
  border-left-color: #dedee8;
  border-right-color: #595968;
  border-bottom-color: #595968;
  box-shadow: inset 1px 1px 0 #ffffff22, inset -1px -1px 0 #00000066;
  table-layout: fixed;
}

table thead th {
  background: linear-gradient(180deg, #3e3e62 0%, #2b2b49 100%);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 12px;
  padding: 10px 8px;
  border-right: 1px solid #111122;
  border-bottom: 2px solid #595968;
}

table thead th:last-child {
  border-right: none;
}

table tbody td {
  padding: 10px 8px;
  text-align: left;
  font-size: 13px;
  color: #e7e7ff;
  border-right: 1px solid #343456;
  border-bottom: 1px solid #343456;
  word-wrap: break-word;
}

table tbody td:last-child {
  border-right: none;
}

table tbody tr:nth-child(odd) {
  background: #1b1b32;
}

table tbody tr:nth-child(even) {
  background: #23233d;
}

table tbody tr:hover {
  background: #2d2d4f;
}

.tech-type-title {
  margin: 22px 0 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #3a0d00;
  font-size: 18px;
}

.payday-game-a {
  color: #008cff;
  font-weight: bold;
}

.payday-game-a:hover {
  text-decoration: underline;
}

.error-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.earth-image {
  position: absolute;
  bottom: 35px;
  left: calc(90% - 35px);
  width: 80px;
  height: 80px;
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

.moon-image {
  position: absolute;
  bottom: 72px;
  left: calc(90% - 82px);
  width: 10px;
  height: 10px;
  opacity: 0.85;
  pointer-events: none;
  z-index: -1;
}

form {
  margin: 25px auto;
  padding: 18px;
  text-align: left;
  background: #45457b;
  border: 2px solid #8f8fa8;
  border-top-color: #dedee8;
  border-left-color: #dedee8;
  border-right-color: #595968;
  border-bottom-color: #595968;
  box-shadow: inset 1px 1px 0 #ffffff22, inset -1px -1px 0 #00000066;
}

label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #e7e7ff;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 13px;
  background: #e5e5e5;
  border: 2px solid #4b4b66;
  border-top-color: #595968;
  border-left-color: #595968;
  border-right-color: #a2a2bc;
  border-bottom-color: #a2a2bc;
  outline: none;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #313140;
}

input:focus,
textarea:focus,
select:focus {
  border-top-color: #a2a2bc;
  border-left-color: #a2a2bc;
  border-right-color: #595968;
  border-bottom-color: #595968;
  color: black;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin: 0;
  padding: 0;
}

.notes-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.inline-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.alert {
  margin: 0;
  padding: 16px;
}

.alert-success {
  background: #d4edda;
  color: #155724;
  border: 2px solid #c3e6cb;
}

.alert-error {
  background: #f8d7da;
  color: #721c24;
  border: 2px solid #f5c6cb;
}

.playlist-embed {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.playlist-embed iframe {
  display: block;
  width: calc(50% - 8px);
  max-width: calc(50% - 8px);
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.video-embed {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.video-embed iframe {
  display: block;
  width: calc(50% - 8px);
  max-width: calc(50% - 8px);
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.ascii-art-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ascii-code-block {
  margin: 0;
  padding: 36px 14px 14px;
  text-align: left;
  white-space: pre;
  overflow-x: auto;
  overflow-y: hidden;
  background: #060614;
  color: #7dff7d;
  border: 2px solid #8f8fa8;
  border-top-color: #dedee8;
  border-left-color: #dedee8;
  border-right-color: #595968;
  border-bottom-color: #595968;
  box-shadow: inset 1px 1px 0 #ffffff22, inset -1px -1px 0 #00000099;
  line-height: 1;
  font-size: 11px;
  position: relative;
}

.ascii-code-label {
  position: absolute;
  top: 10px;
  left: 12px;
  display: inline-block;
  padding: 2px 8px;
  background: #202038;
  color: #00ffff;
  border: 1px solid #8f8fa8;
  border-top-color: #dedee8;
  border-left-color: #dedee8;
  border-right-color: #595968;
  border-bottom-color: #595968;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: lowercase;
}

.ascii-code-block::-webkit-scrollbar {
  height: 10px;
}

.ascii-code-block::-webkit-scrollbar-track {
  background: #131327;
}

.ascii-code-block::-webkit-scrollbar-thumb {
  background: #5a5a81;
  border: 1px solid #8f8fa8;
}

.notes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 18px 0;
  padding: 0;
}

.note-card {
  list-style: none;
  text-align: left;
  background: #c0c0c0;
  color: #000;
  border: 2px solid #808080;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #404040;
  border-bottom-color: #404040;
  box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #606060;
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
}

.note-card-title {
  display: block;
  padding: 8px 10px 0;
  font-size: 14px;
  font-weight: bold;
  grid-column: 1 / -1;
}

.note-card-header {
  padding: 6px 8px;
  background: linear-gradient(90deg, #663399 0%, #9370db 100%);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  grid-column: 1 / -1;
}

.note-card img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin: 10px 0 8px 10px;
}

.note-card-content {
  margin: 0;
  padding: 10px 10px 8px;
  font-size: 13px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
}

.note-card-date {
  display: block;
  padding: 0 10px 12px;
  font-size: 11px;
  color: #2a2a2a;
  grid-column: 1 / -1;
}