:root {
  --feep-accent: #0068ab;
  --feep-accent-dark: #005a94;
  --feep-accent-light: #e6f2fa;
  --feep-text-dark: #1c2430;
}

body {
  background-color: var(--feep-accent-light);
  color: var(--feep-text-dark);
}

.feep-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.feep-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.feep-navbar {
  background-color: var(--feep-accent);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feep-navbar .navbar-item,
.feep-navbar .navbar-link,
.feep-navbar .navbar-item:focus,
.feep-navbar .navbar-link:focus {
  color: #fff;
}

.feep-navbar .navbar-item:hover,
.feep-navbar .navbar-item:focus-within {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  font-weight: 600;
}

.brand-logo__image {
  height: 36px;
  width: auto;
}

.brand-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-logo__title {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.brand-logo__subtitle {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section .container {
  max-width: 1120px;
}

.button.is-primary,
.button.is-primary:focus {
  background-color: var(--feep-accent);
  border-color: var(--feep-accent);
  color: #fff;
}

.button.is-primary:hover {
  background-color: var(--feep-accent-dark);
  border-color: var(--feep-accent-dark);
}

.feep-navbar .button.is-light {
  background-color: #fff;
  color: var(--feep-accent);
  border-color: transparent;
  font-weight: 600;
}

.feep-navbar .button.is-light:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: var(--feep-accent-dark);
}

.card {
  border: 1px solid rgba(0, 104, 171, 0.08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.card-header {
  border-bottom: none;
}

.card-header-title {
  color: var(--feep-text-dark);
  font-weight: 600;
}

.message.is-info {
  background-color: #d5ecfb;
  color: var(--feep-text-dark);
  border-color: transparent;
}

.feep-footer {
  margin-top: auto;
  background-color: var(--feep-accent);
  color: #fff;
  padding: 1.5rem 0;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.06);
}

.feep-footer__content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: center;
  font-size: 0.95rem;
}

.feep-footer__brand {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.feep-footer__note {
  opacity: 0.85;
}

a,
a:focus {
  color: var(--feep-accent);
}

a:hover {
  color: var(--feep-accent-dark);
}

.pipeline-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pipeline-step {
  border: 1px solid rgba(0, 104, 171, 0.12);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  padding: 1.75rem;
}

.pipeline-step__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.pipeline-step__badge {
  flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--feep-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 8px 18px rgba(0, 104, 171, 0.28);
}

.pipeline-step__title {
  flex: 1 1 auto;
  min-width: 180px;
}

.pipeline-step__meta {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(28, 36, 48, 0.55);
  margin-bottom: 0.25rem;
}

.pipeline-step__heading {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--feep-text-dark);
}

.pipeline-step__actions {
  display: flex;
  gap: 0.4rem;
  margin-left: auto;
}

.pipeline-step__actions .button {
  border-radius: 999px;
  padding-inline: 0.8rem;
}

.pipeline-step__actions .button.is-light {
  background: rgba(0, 104, 171, 0.12);
  color: var(--feep-accent);
  border-color: transparent;
}

.pipeline-step__actions .button.is-light:hover {
  background: rgba(0, 104, 171, 0.22);
  color: #fff;
}

.pipeline-step__actions .button.is-danger {
  border-radius: 999px;
}

.pipeline-steps textarea {
  font-family: monospace;
}

.feed-pipeline__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.feed-pipeline {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pipeline-step--static {
  padding: 1.5rem;
}

.pipeline-step__header--static {
  margin-bottom: 1rem;
}

.pipeline-step__config {
  background: rgba(0, 104, 171, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(0, 104, 171, 0.12);
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  overflow-x: auto;
}

@media screen and (max-width: 1023px) {
  .feep-navbar .navbar-menu {
    background-color: rgba(0, 104, 171, 0.95);
  }
}
