.grid-box {
  position: fixed;
  background: #031B1B;
  border-radius: 0;
  z-index: 1;
}

#logo-corner {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #031B1B 0%, #03624C 100%);
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 0.5rem;
}
#logo-corner #signature-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  object-position: center;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

#sidebar {
  position: fixed;
  z-index: 11;
  border-radius: 0 0.75rem 0.75rem 0;
}
#sidebar .sidebar-dot {
  background: transparent;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 0;
}
#sidebar .sidebar-dot:focus-visible {
  outline: 2px solid #00DF82;
  outline-offset: -2px;
}
#sidebar .sidebar-dot {
  background: linear-gradient(90deg, transparent, rgba(0, 223, 130, 0.25));
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.75rem;
  width: 100%;
  text-align: right;
  transition: background 300ms ease;
}
#sidebar .sidebar-dot span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #F1F7F7;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
#sidebar .sidebar-dot--active span {
  color: #00DF82;
}
#sidebar #sidebar-dot-5 {
  border-radius: 0 0 0.75rem 0;
}

#hire-me {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hire-me-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#hire-me-btn:focus-visible {
  outline: 2px solid #2CC295;
  outline-offset: 2px;
}
#hire-me-btn {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #2CC295;
  border-radius: 0.75rem;
  gap: 0.5rem;
  cursor: pointer;
  transition: background 300ms ease, box-shadow 300ms ease;
}
#hire-me-btn i {
  color: #2CC295;
  font-size: 0.875rem;
}
#hire-me-btn span {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2CC295;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
}
#hire-me-btn:hover {
  background: rgba(44, 194, 149, 0.12);
  box-shadow: 0 0 18px rgba(44, 194, 149, 0.35);
}

#availability-status {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#availability-status .status-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: #F1F7F7;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
#availability-status .status-blip {
  position: relative;
  display: grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
#availability-status .status-blip .blip-ring {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: rgba(0, 223, 130, 0.2);
  transform-origin: center;
  animation: blip-pulse 2s ease-out infinite;
}
#availability-status .status-blip .blip-dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  background: #00DF82;
  animation: dot-pulse 2s ease-in-out infinite;
  z-index: 1;
}

@keyframes blip-pulse {
  0%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.15;
  }
}
@keyframes dot-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.8;
  }
}
#topbar-location {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
#topbar-location .location-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2CC295;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
#topbar-location .location-text i {
  color: #00DF82;
  margin-right: 0.25rem;
}
#topbar-location .location-sep {
  color: rgba(241, 247, 247, 0.4);
  font-size: 0.75rem;
}
#topbar-location .location-sep i {
  font-size: 0.35rem;
  vertical-align: middle;
}
#topbar-location .location-remote {
  font-size: 0.75rem;
  font-weight: 600;
  color: #5EAF74;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

#topbar-search {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background 200ms ease;
}
#topbar-search:hover {
  background: rgba(94, 175, 116, 0.15);
}
#topbar-search:focus-visible {
  outline: 2px solid var(--neon-green);
  outline-offset: 2px;
}

#search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5EAF74;
  border-radius: 9999px;
  flex-shrink: 0;
}
#search-icon i {
  color: #000000;
  font-size: 0.875rem;
}

.topbar-search-text {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(94, 175, 116, 0.75), transparent);
  color: #FFFFFF;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.875rem;
  padding: 0 0.75rem;
  border-radius: 9999px 0 0 9999px;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}

#topbar-actions {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#cmd-k-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid var(--caribbean-green);
  border-radius: var(--radius-md);
  padding: var(--space-3) var(--space-10);
  cursor: pointer;
  transition: transform 200ms ease, background 200ms ease;
}
.cmd-k-text {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--caribbean-green);
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-wide);
  white-space: nowrap;
}
#cmd-k-btn:hover {
  transform: scale(1.05);
  background: rgba(94, 175, 116, 0.1);
}
#cmd-k-btn:focus-visible {
  outline: 2px solid var(--neon-green);
  outline-offset: 2px;
}

#btn-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #042222;
  border-radius: 9999px;
  flex-shrink: 0;
}
#btn-hamburger i {
  color: #FFFFFF;
  font-size: 0.875rem;
}
#btn-hamburger:focus-visible {
  outline: 2px solid #00DF82;
  outline-offset: 2px;
}
#btn-hamburger {
  background: #042222;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  #btn-hamburger {
    display: none;
  }
}

@media (min-width: 769px) {
  #mobile-dropdown {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #sidebar {
    display: none !important;
  }
  #topbar-search {
    overflow: hidden;
    max-height: 100%;
  }
  #topbar-search .topbar-search-text {
    padding: 0 0.25rem;
    font-size: 0.75rem;
    height: 100%;
  }
  #availability-status {
    overflow: hidden;
    gap: 0.125rem;
    padding: 0 0.125rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  #availability-status .status-text {
    font-size: 0.55rem;
  }
  #topbar-location {
    overflow: hidden;
    gap: 0.125rem;
    padding: 0 0.125rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  #topbar-location .location-text {
    font-size: 0.55rem;
  }
  #topbar-location .location-remote {
    font-size: 0.5rem;
    color: #5EAF74;
  }
  #topbar-location .location-sep {
    display: none;
  }
  #topbar-actions {
    flex-direction: row;
    justify-content: space-around;
    padding: 2px;
  }
  #btn-hamburger i {
    font-size: 1.5rem;
  }
  #hire-me-btn span {
    font-size: 0.5rem;
  }
  #cmd-k-btn {
    padding: 0.4rem 0.75rem;
  }
  #cmd-k-btn .cmd-k-text {
  font-size: var(--text-xs);
  }
  #btn-hamburger {
    display: flex !important;
  }
  body::before,
  body::after {
    display: none !important;
  }
}