@import '../../../_shared/assets/css/skill-common.css';

.sk-hero--cyan {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(8, 145, 178, 0.2) 0%,
    rgba(34, 211, 238, 0.12) 45%,
    rgba(20, 184, 166, 0.08) 100%
  );
  border: 1px solid rgba(8, 145, 178, 0.28);
  box-shadow: 0 20px 50px rgba(8, 145, 178, 0.14);
}

.sk-hero-glow--cyan {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 55%;
  height: 140%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, transparent 68%);
}

.bc-hero .sk-hero-stack {
  position: relative;
  z-index: 1;
}

.sk-feature-card--cyan {
  background: linear-gradient(180deg, var(--mantine-color-body) 0%, rgba(8, 145, 178, 0.05) 100%);
  border-color: rgba(8, 145, 178, 0.16);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.sk-feature-card--cyan:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(8, 145, 178, 0.1);
}

.sk-subtitle--cyan {
  color: var(--mantine-color-cyan-7);
}

.bc-tool-chip {
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 0.5rem;
  background: rgba(8, 145, 178, 0.1);
  border: 1px solid rgba(8, 145, 178, 0.22);
}

.bc-matrix-panel {
  background: linear-gradient(180deg, var(--mantine-color-body) 0%, rgba(34, 211, 238, 0.03) 100%);
}

.bc-env-panel {
  background: linear-gradient(180deg, var(--mantine-color-body) 0%, rgba(20, 184, 166, 0.04) 100%);
}

.bc-code-block {
  font-size: 0.78rem;
  line-height: 1.55;
  white-space: pre-wrap;
  word-break: break-word;
}

.sk-inline-code {
  font-size: 0.78rem;
}

.sk-text-break {
  word-break: break-all;
  max-width: 220px;
}

.bc-skill-root {
  max-width: 920px;
}
