.hero-mini[data-astro-cid-xluo33ha] {
  padding: 4rem 0 3rem;
}

.terminal-prompt[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  color: var(--color-accent);
  font-size: .95rem;
  margin-bottom: .75rem;
}

h1[data-astro-cid-xluo33ha] {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.dot[data-astro-cid-xluo33ha] {
  color: #0000;
}

.subtitle[data-astro-cid-xluo33ha] {
  color: var(--color-text-muted);
  font-size: 1.1rem;
}

.project[data-astro-cid-xluo33ha] {
  padding: 3rem 0;
  border-top: 1px solid var(--color-border);
}

.project-header[data-astro-cid-xluo33ha] {
  margin-bottom: 1.5rem;
}

.project-tag[data-astro-cid-xluo33ha] {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: .75rem;
  color: var(--color-accent);
  background: #38bdf81a;
  border: 1px solid #38bdf833;
  padding: .15rem .6rem;
  border-radius: 4px;
  margin-bottom: .75rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.project-header[data-astro-cid-xluo33ha] h2[data-astro-cid-xluo33ha] {
  font-size: 1.4rem;
  line-height: 1.3;
}

.project-intro[data-astro-cid-xluo33ha] p[data-astro-cid-xluo33ha] {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.project-intro[data-astro-cid-xluo33ha] p[data-astro-cid-xluo33ha] strong[data-astro-cid-xluo33ha] {
  color: var(--color-text);
}

.project-details[data-astro-cid-xluo33ha] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.detail-block[data-astro-cid-xluo33ha] {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 1.25rem;
}

.detail-block[data-astro-cid-xluo33ha] h4[data-astro-cid-xluo33ha] {
  font-size: .9rem;
  margin-bottom: .5rem;
  color: var(--color-text);
}

.detail-block[data-astro-cid-xluo33ha] p[data-astro-cid-xluo33ha] {
  font-size: .85rem;
  color: var(--color-text-muted);
  line-height: 1.6;
}

.detail-block[data-astro-cid-xluo33ha] p[data-astro-cid-xluo33ha] strong[data-astro-cid-xluo33ha] {
  color: var(--color-text);
}

.project-stack[data-astro-cid-xluo33ha] {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.tags[data-astro-cid-xluo33ha] {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  list-style: none;
}

.tags[data-astro-cid-xluo33ha] li[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .75rem;
  background: var(--color-bg);
  color: var(--color-accent);
  padding: .2rem .6rem;
  border-radius: 4px;
  border: 1px solid var(--color-border);
}

.project-services[data-astro-cid-xluo33ha] {
  font-size: .8rem;
  color: var(--color-text-muted);
  font-style: italic;
}

.project-link[data-astro-cid-xluo33ha] {
  color: var(--color-accent);
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
}

.project-link[data-astro-cid-xluo33ha]:hover {
  text-decoration: underline;
}

.ai-divider[data-astro-cid-xluo33ha] {
  padding: 3rem 0 2rem;
  border-top: 2px solid var(--color-accent);
}

.ai-divider[data-astro-cid-xluo33ha] h2[data-astro-cid-xluo33ha] {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
  margin-bottom: .75rem;
}

.ai-divider-sub[data-astro-cid-xluo33ha] {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.layer[data-astro-cid-xluo33ha] {
  padding: 3rem 0;
  border-top: 1px solid var(--color-border);
}

.layer-header[data-astro-cid-xluo33ha] {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.layer-header[data-astro-cid-xluo33ha] h2[data-astro-cid-xluo33ha] {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.tech-logo[data-astro-cid-xluo33ha] {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
}

.api-logo-img[data-astro-cid-xluo33ha] {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

.layer-content[data-astro-cid-xluo33ha] > p[data-astro-cid-xluo33ha] {
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.layer-content[data-astro-cid-xluo33ha] > p[data-astro-cid-xluo33ha] strong[data-astro-cid-xluo33ha] {
  color: var(--color-text);
}

.specs[data-astro-cid-xluo33ha] {
  margin-bottom: 1.5rem;
}

.spec[data-astro-cid-xluo33ha] {
  display: flex;
  gap: 1rem;
  padding: .6rem 0;
  border-bottom: 1px solid var(--color-border);
  align-items: baseline;
}

.spec[data-astro-cid-xluo33ha]:last-child {
  border-bottom: none;
}

.spec-label[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .8rem;
  color: var(--color-accent);
  min-width: 6rem;
  flex-shrink: 0;
}

.spec-value[data-astro-cid-xluo33ha] {
  font-size: .9rem;
  color: var(--color-text-muted);
}

.models-grid[data-astro-cid-xluo33ha] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 1rem;
}

.model-group[data-astro-cid-xluo33ha] {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 1.25rem;
}

.model-group[data-astro-cid-xluo33ha] h4[data-astro-cid-xluo33ha] {
  font-size: .8rem;
  color: var(--color-accent);
  font-family: var(--font-mono);
  margin-bottom: .75rem;
}

.model-tags[data-astro-cid-xluo33ha] {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.model-tags[data-astro-cid-xluo33ha] span[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .7rem;
  background: var(--color-bg);
  color: var(--color-text-muted);
  padding: .2rem .5rem;
  border-radius: 4px;
  border: 1px solid var(--color-border);
}

.api-grid[data-astro-cid-xluo33ha] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.api-card[data-astro-cid-xluo33ha] {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.claude-card[data-astro-cid-xluo33ha] {
  border-top: 3px solid var(--color-accent);
}

.minimax-card[data-astro-cid-xluo33ha] {
  border-top: 3px solid #a855f7;
}

.groq-card[data-astro-cid-xluo33ha] {
  border-top: 3px solid #f59e0b;
}

.api-header[data-astro-cid-xluo33ha] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.api-name[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1rem;
}

.api-role[data-astro-cid-xluo33ha] {
  font-size: .75rem;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
}

.api-desc[data-astro-cid-xluo33ha] {
  font-size: .85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.api-tags[data-astro-cid-xluo33ha] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: auto;
}

.api-tags[data-astro-cid-xluo33ha] span[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .7rem;
  background: var(--color-bg);
  color: var(--color-text-muted);
  padding: .15rem .4rem;
  border-radius: 3px;
  border: 1px solid var(--color-border);
}

.agents-deployed[data-astro-cid-xluo33ha] {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}

.agents-deployed[data-astro-cid-xluo33ha] h4[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .9rem;
  color: var(--color-accent);
  margin-bottom: 1rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.agents-grid[data-astro-cid-xluo33ha] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.agent-card[data-astro-cid-xluo33ha] {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 1.25rem;
  transition: border-color .3s, transform .3s;
}

.agent-card[data-astro-cid-xluo33ha]:hover {
  border-color: var(--color-accent);
  transform: translateY(-2px);
}

.agent-card-header[data-astro-cid-xluo33ha] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.agent-badge[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .2rem .5rem;
  border-radius: 4px;
}

.agent-badge[data-astro-cid-xluo33ha].running {
  background: #22c55e26;
  color: #22c55e;
}

.agent-badge[data-astro-cid-xluo33ha].observing {
  background: #eab30826;
  color: #eab308;
}

.agent-badge[data-astro-cid-xluo33ha].decommissioned {
  background: #94a3b826;
  color: #94a3b8;
}

.project-tag-decom[data-astro-cid-xluo33ha] {
  color: #f87171;
  background: #f8717114;
  border-color: #f8717140;
}

.decom-note[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .8rem;
  color: #94a3b8;
  border-left: 2px solid #f8717166;
  padding-left: .75rem;
}

.agent-badge[data-astro-cid-xluo33ha].planned {
  background: #94a3b826;
  color: #94a3b8;
}

.agent-ct[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .7rem;
  color: var(--color-text-muted);
}

.agent-card[data-astro-cid-xluo33ha] h5[data-astro-cid-xluo33ha] {
  font-size: 1.05rem;
  margin: 0 0 .15rem;
  color: var(--color-text);
}

.agent-role[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .75rem;
  color: var(--color-accent);
  margin-bottom: .6rem;
}

.agent-desc[data-astro-cid-xluo33ha] {
  font-size: .85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin-bottom: .75rem;
}

.agent-tags[data-astro-cid-xluo33ha] {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}

.agent-tags[data-astro-cid-xluo33ha] span[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .7rem;
  background: var(--color-bg);
  color: var(--color-accent);
  padding: .15rem .5rem;
  border-radius: 4px;
  border: 1px solid var(--color-border);
}

.roadmap[data-astro-cid-xluo33ha] {
  padding: 3rem 0;
  border-top: 1px solid var(--color-border);
}

.roadmap[data-astro-cid-xluo33ha] .layer-header[data-astro-cid-xluo33ha] {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.roadmap[data-astro-cid-xluo33ha] .layer-header[data-astro-cid-xluo33ha] h2[data-astro-cid-xluo33ha] {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.roadmap-intro[data-astro-cid-xluo33ha] {
  color: var(--color-text-muted);
  font-size: .95rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.roadmap-grid[data-astro-cid-xluo33ha] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1rem;
}

.roadmap-item[data-astro-cid-xluo33ha] {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 1.25rem;
  border-left: 3px solid var(--color-border);
  transition: border-left-color .2s;
}

.roadmap-item[data-astro-cid-xluo33ha]:hover {
  border-left-color: var(--color-accent);
}

.roadmap-status[data-astro-cid-xluo33ha] {
  font-family: var(--font-mono);
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: .15rem .5rem;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: .6rem;
}

.status-planned[data-astro-cid-xluo33ha] {
  color: var(--color-text-muted);
  background: #94a3b81a;
  border: 1px solid #94a3b84d;
}

.status-wip[data-astro-cid-xluo33ha] {
  color: var(--color-accent);
  background: #38bdf81a;
  border: 1px solid #38bdf84d;
}

.status-done[data-astro-cid-xluo33ha] {
  color: #22c55e;
  background: #22c55e1a;
  border: 1px solid #22c55e4d;
}

.roadmap-item[data-astro-cid-xluo33ha] h4[data-astro-cid-xluo33ha] {
  font-size: .9rem;
  margin-bottom: .4rem;
  color: var(--color-text);
}

.roadmap-item[data-astro-cid-xluo33ha] p[data-astro-cid-xluo33ha] {
  font-size: .82rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.crosslink[data-astro-cid-xluo33ha] {
  padding: 2rem 0 3rem;
}

.crosslink-block[data-astro-cid-xluo33ha] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 2rem;
  border: 1px solid #38bdf833;
  border-radius: 8px;
  background: linear-gradient(135deg, #38bdf80d, #38bdf805);
  text-decoration: none;
  color: inherit;
  transition: border-color .3s, box-shadow .3s;
}

.crosslink-block[data-astro-cid-xluo33ha]:hover {
  border-color: var(--color-accent);
  box-shadow: 0 0 20px #38bdf81a;
  color: inherit;
}

.crosslink-block[data-astro-cid-xluo33ha] h3[data-astro-cid-xluo33ha] {
  font-size: 1rem;
  color: var(--color-accent);
  margin-bottom: .5rem;
}

.crosslink-block[data-astro-cid-xluo33ha] p[data-astro-cid-xluo33ha] {
  font-size: .85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.crosslink-arrow[data-astro-cid-xluo33ha] {
  font-size: 1.5rem;
  color: var(--color-accent);
  flex-shrink: 0;
}

@media (width <= 640px) {
  .hero-mini[data-astro-cid-xluo33ha] {
    padding: 2rem 0 1.5rem;
  }

  h1[data-astro-cid-xluo33ha] {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
  }

  .subtitle[data-astro-cid-xluo33ha] {
    font-size: .95rem;
  }

  .project[data-astro-cid-xluo33ha] {
    padding: 2rem 0;
  }

  .project-header[data-astro-cid-xluo33ha] h2[data-astro-cid-xluo33ha] {
    font-size: 1.15rem;
  }

  .project-intro[data-astro-cid-xluo33ha] p[data-astro-cid-xluo33ha] {
    font-size: .95rem;
  }

  .project-details[data-astro-cid-xluo33ha] {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .detail-block[data-astro-cid-xluo33ha] {
    padding: 1rem;
  }

  .detail-block[data-astro-cid-xluo33ha] h4[data-astro-cid-xluo33ha] {
    font-size: .85rem;
  }

  .detail-block[data-astro-cid-xluo33ha] p[data-astro-cid-xluo33ha] {
    font-size: .82rem;
  }

  .project-stack[data-astro-cid-xluo33ha] {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }

  .ai-divider[data-astro-cid-xluo33ha] h2[data-astro-cid-xluo33ha] {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
  }

  .spec[data-astro-cid-xluo33ha] {
    flex-direction: column;
    gap: .25rem;
  }

  .spec-label[data-astro-cid-xluo33ha] {
    min-width: unset;
  }

  .models-grid[data-astro-cid-xluo33ha], .api-grid[data-astro-cid-xluo33ha] {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .model-group[data-astro-cid-xluo33ha], .api-card[data-astro-cid-xluo33ha] {
    padding: .75rem 1rem;
  }

  .agents-grid[data-astro-cid-xluo33ha] {
    grid-template-columns: 1fr;
  }

  .roadmap-grid[data-astro-cid-xluo33ha] {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .roadmap-item[data-astro-cid-xluo33ha] {
    padding: 1rem;
  }

  .roadmap-intro[data-astro-cid-xluo33ha] {
    font-size: .9rem;
  }

  .crosslink-block[data-astro-cid-xluo33ha] {
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
  }

  .crosslink-block[data-astro-cid-xluo33ha] p[data-astro-cid-xluo33ha] {
    font-size: .82rem;
  }

  .layer-header[data-astro-cid-xluo33ha] {
    flex-wrap: wrap;
    gap: .5rem;
  }
}
