.masthead {
  border-bottom: 3px solid #2196F3;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(33, 37, 41, 0.95) !important;
  backdrop-filter: blur(10px);
}

.site-title {
  font-weight: 700;
  color: #2196F3 !important;
}

.site-subtitle {
  color: #FF6B35;
  font-style: italic;
  margin-top: 0.25em;
}

.greedy-nav .nav__list .nav__item a {
  font-weight: 500;
  transition: all 0.3s ease;
}
.greedy-nav .nav__list .nav__item a:hover {
  color: #2196F3;
  transform: translateY(-2px);
}

.page__hero .page__title {
  font-size: 3em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.page__hero .page__lead {
  font-size: 1.2em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.category-header {
  background: linear-gradient(135deg, #2196F3 0%, #FF6B35 100%);
  color: white;
  padding: 2em 0;
  margin-bottom: 2em;
  text-align: center;
}
.category-header h1 {
  color: white;
  margin-bottom: 0.5em;
}
.category-header .excerpt {
  font-size: 1.2em;
  opacity: 0.9;
}

.track-engineers {
  border-left: 4px solid #2196F3;
  padding-left: 1em;
}
.track-engineers h2 {
  color: #2196F3;
}

.track-everyone {
  border-left: 4px solid #FF6B35;
  padding-left: 1em;
}
.track-everyone h2 {
  color: #FF6B35;
}

.post-meta .category-engineers {
  background-color: #2196F3;
  color: white;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}
.post-meta .category-everyone {
  background-color: #FF6B35;
  color: white;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}

.btn--primary {
  background-color: #2196F3;
  border-color: #2196F3;
}
.btn--primary:hover {
  background-color: #0c7cd5;
  border-color: #0c7cd5;
}

.page__footer {
  background-color: #2c3e50;
  color: white;
}
.page__footer a {
  color: #2196F3;
}
.page__footer a:hover {
  color: #FF6B35;
}

.highlight {
  border-left: 4px solid #2196F3;
}

.wide .page {
  float: left;
  width: 100%;
}
.wide .page__related {
  float: left;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #e0e0e0;
}

.page__content,
.page__inner-wrap {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 2em !important;
}

.archive {
  max-width: none !important;
  width: 100% !important;
}
.archive .archive__item {
  width: 100% !important;
}

.page {
  max-width: none !important;
  width: 100% !important;
}

#main {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.layout--single.layout--wide .page,
.layout--archive.layout--wide .page,
.layout--splash .page {
  width: 100% !important;
  padding-right: 0 !important;
}

/* Responsive overrides simplified; theme handles breakpoints */
/* End responsive overrides */
@media (max-width: 768px) {
  .category-header {
    padding: 1.5em 0;
  }
  .category-header .excerpt {
    font-size: 1em;
  }
}

/*# sourceMappingURL=main.css.map */