/* locked blog index theme | template:v1 */
* {
  box-sizing: border-box;
}

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

body.scb-body {
  background: #0b0c0f;
  color: #e4e6ea;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  color: inherit;
}

.scb-wrap {
  width: 100%;
  margin: 0;
  padding: 0 1.25rem;
}

.scb-header {
  border-bottom: 1px solid rgba(57, 255, 20, 0.14);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.72));
  position: sticky;
  top: 0;
  z-index: 10;
}

.scb-header-wrap {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.scb-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.scb-brand-icon {
  width: 26px;
  height: 26px;
}

.scb-brand-text {
  font-family: "Black Ops One", sans-serif;
  color: #39ff14;
  font-size: 1.55rem;
  line-height: 1;
}

.scb-home-btn {
  text-decoration: none;
  padding: 0.55rem 0.9rem;
  border-radius: 4px;
  background: rgba(57, 255, 20, 0.1);
  border: 1px solid rgba(57, 255, 20, 0.45);
  color: #39ff14;
  font-family: "Electrolize", sans-serif;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.scb-home-btn:hover {
  background: rgba(57, 255, 20, 0.18);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.25);
}

.scb-main {
  flex: 1;
  padding: 2.3rem 0 3.5rem;
}

.scb-index-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.scb-hero {
  margin-bottom: 1.7rem;
}

.scb-eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #91a68e;
  text-transform: uppercase;
  font-weight: 600;
}

.scb-hero h1 {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 2.2rem);
  line-height: 1.16;
  font-weight: 600;
  font-family: "Source Serif 4", serif;
  color: #f6f7fa;
  max-width: 22ch;
}

.scb-lead {
  margin: 0.85rem 0 0;
  color: #a9b0ba;
  max-width: 58ch;
}

.scb-list {
  display: grid;
  gap: 0.85rem;
}

.scb-card {
  border: 1px solid #1f2730;
  border-radius: 10px;
  background: #10141a;
}

.scb-card-link {
  display: block;
  padding: 1rem 1rem 0.95rem;
  text-decoration: none;
}

.scb-card-title {
  margin: 0.32rem 0 0.38rem;
  font-family: "Source Serif 4", serif;
  font-size: 1.5rem;
  line-height: 1.18;
  color: #f5f7fb;
}

.scb-card-description {
  margin: 0;
  color: #aeb4bf;
}

.scb-meta {
  margin: 0;
  color: #8993a1;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
}

.scb-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.7rem;
}

.scb-tag {
  color: #d7dde5;
  background: #1a212a;
  border: 1px solid #2a333f;
  border-radius: 999px;
  padding: 0.14rem 0.52rem;
  font-size: 0.72rem;
}

.scb-empty {
  border: 1px dashed #2a3543;
  border-radius: 10px;
  background: #10141a;
  padding: 1.2rem;
  color: #a9b2bd;
}

.scb-empty code {
  color: #f5f7fb;
}

.scb-footer {
  border-top: 1px solid rgba(57, 255, 20, 0.14);
  background: #0b0c0f;
}

.scb-footer-wrap {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  max-width: 1200px;
  margin: 0 auto;
}

.scb-footer-copy,
.scb-footer-terms {
  margin: 0;
  font-size: 0.8rem;
  color: #9fa8b6;
}

.scb-footer-terms {
  text-decoration: none;
}

.scb-footer-terms:hover {
  color: #ffffff;
}

@media (max-width: 760px) {
  .scb-main {
    padding-top: 1.7rem;
    padding-bottom: 2.4rem;
  }

  .scb-card-title {
    font-size: 1.32rem;
  }

  .scb-brand-text {
    font-size: 1.35rem;
  }

  .scb-home-btn {
    font-size: 0.82rem;
    padding: 0.48rem 0.72rem;
  }
}
