.elementor-11362 .elementor-element.elementor-element-843a211{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-8b6bc86 *//* =========================================================
   Bestnet Cloud × GPU-VPS GPUStack Cluster How-to
   Scope: .bn-howto-shell
   Designed for Elementor Pro / BetterDocs
   ========================================================= */

.bn-howto-shell {
  --bn-bg: #f4f7fb;
  --bn-surface: #ffffff;
  --bn-surface-soft: #f8fbff;
  --bn-text: #0f1f35;
  --bn-muted: #5a6b83;
  --bn-border: rgba(15, 23, 42, 0.08);
  --bn-border-strong: rgba(37, 99, 235, 0.18);
  --bn-primary: #2563eb;
  --bn-primary-strong: #1d4ed8;
  --bn-primary-soft: rgba(37, 99, 235, 0.10);
  --bn-accent: #6d28d9;
  --bn-accent-soft: rgba(109, 40, 217, 0.10);
  --bn-green: #059669;
  --bn-green-soft: rgba(5, 150, 105, 0.10);
  --bn-amber: #d97706;
  --bn-amber-soft: rgba(217, 119, 6, 0.10);
  --bn-code-bg: #0f172a;
  --bn-code-text: #e6eefc;
  --bn-shadow-lg: 0 24px 80px rgba(15, 23, 42, 0.12);
  --bn-shadow-md: 0 14px 40px rgba(15, 23, 42, 0.08);
  --bn-shadow-sm: 0 8px 22px rgba(15, 23, 42, 0.05);
  --bn-radius-xl: 30px;
  --bn-radius-lg: 22px;
  --bn-radius-md: 18px;
  --bn-radius-sm: 14px;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 22%),
    radial-gradient(circle at top right, rgba(109, 40, 217, 0.14), transparent 20%),
    linear-gradient(180deg, #eff4ff 0%, #f4f7fb 24%, #f7f9fc 100%);
  padding: 28px 16px 72px;
  color: var(--bn-text);
}

.bn-howto-shell * {
  box-sizing: border-box;
}

.bn-howto-shell .bn-howto {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Segoe UI", sans-serif;
  color: var(--bn-text);
  line-height: 1.88;
}

.bn-howto-shell .bn-hero {
  position: relative;
  overflow: hidden;
  padding: 46px 44px;
  border-radius: var(--bn-radius-xl);
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,0.20), transparent 24%),
    radial-gradient(circle at 88% 14%, rgba(255,255,255,0.16), transparent 20%),
    linear-gradient(135deg, #2b0aa8 0%, #2f3fe6 46%, #4f87ff 100%);
  box-shadow: var(--bn-shadow-lg);
  color: #fff;
}

.bn-howto-shell .bn-hero__halo {
  position: absolute;
  inset: auto -6% -30% auto;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(255,255,255,0.24), transparent 66%);
  pointer-events: none;
}

.bn-howto-shell .bn-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.bn-howto-shell .bn-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.bn-howto-shell .bn-eyebrow {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bn-howto-shell .bn-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4.1vw, 3.5rem);
  line-height: 1.16;
  letter-spacing: -0.03em;
  color: #fff;
}

.bn-howto-shell .bn-lead {
  max-width: 840px;
  margin: 0;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.9);
}

.bn-howto-shell .bn-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.bn-howto-shell .bn-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  color: #f7faff;
  font-size: 14px;
}

.bn-howto-shell .bn-section {
  margin-top: 28px;
  padding: 34px 34px 30px;
  border-radius: var(--bn-radius-lg);
  background: var(--bn-surface);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: var(--bn-shadow-md);
}

.bn-howto-shell .bn-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.52rem, 2.7vw, 2rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.bn-howto-shell .bn-section h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
  line-height: 1.45;
  color: #12233c;
}

.bn-howto-shell .bn-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--bn-primary-soft);
  color: var(--bn-primary-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bn-howto-shell p {
  margin: 0 0 16px;
  color: var(--bn-text);
}

.bn-howto-shell p:last-child,
.bn-howto-shell ul:last-child,
.bn-howto-shell ol:last-child,
.bn-howto-shell pre:last-child,
.bn-howto-shell .bn-grid:last-child,
.bn-howto-shell .bn-callout:last-child,
.bn-howto-shell .bn-step:last-child,
.bn-howto-shell .bn-flow:last-child,
.bn-howto-shell .bn-table-wrap:last-child {
  margin-bottom: 0;
}

.bn-howto-shell strong {
  color: #0d2340;
}

.bn-howto-shell code {
  padding: 0.12rem 0.42rem;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--bn-primary-strong);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.92em;
}

.bn-howto-shell pre {
  overflow-x: auto;
  margin: 18px 0;
  padding: 18px 18px 17px;
  border-radius: 18px;
  background: linear-gradient(180deg, #121d36 0%, var(--bn-code-bg) 100%);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.bn-howto-shell pre code {
  padding: 0;
  background: transparent;
  color: var(--bn-code-text);
  font-size: 0.94rem;
  line-height: 1.72;
  white-space: pre;
}

.bn-howto-shell ul,
.bn-howto-shell ol {
  margin: 0 0 18px 1.25rem;
  padding: 0;
  color: var(--bn-text);
}

.bn-howto-shell li {
  margin: 0 0 10px;
}

.bn-howto-shell blockquote {
  margin: 18px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--bn-primary);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(37,99,235,0.06), rgba(255,255,255,0.98));
  color: #163255;
}

.bn-howto-shell .bn-grid {
  display: grid;
  gap: 16px;
  margin: 18px 0;
}

.bn-howto-shell .bn-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bn-howto-shell .bn-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bn-howto-shell .bn-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bn-howto-shell .bn-card {
  padding: 22px 20px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(37, 99, 235, 0.10);
  box-shadow: var(--bn-shadow-sm);
}

.bn-howto-shell .bn-card p,
.bn-howto-shell .bn-card li {
  color: var(--bn-muted);
}

.bn-howto-shell .bn-card--accent {
  border-color: rgba(109, 40, 217, 0.18);
  background: linear-gradient(180deg, rgba(109,40,217,0.06), #fff 80%);
}

.bn-howto-shell .bn-card--green {
  border-color: rgba(5, 150, 105, 0.18);
  background: linear-gradient(180deg, rgba(5,150,105,0.06), #fff 80%);
}

.bn-howto-shell .bn-card--amber {
  border-color: rgba(217, 119, 6, 0.18);
  background: linear-gradient(180deg, rgba(217,119,6,0.07), #fff 80%);
}

.bn-howto-shell .bn-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
}

.bn-howto-shell .bn-stat {
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
}

.bn-howto-shell .bn-stat__value {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.bn-howto-shell .bn-stat__label {
  display: block;
  margin-top: 6px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
}

.bn-howto-shell .bn-callout {
  margin: 0 0 20px;
  padding: 20px 20px 18px;
  border-radius: 18px;
  border: 1px solid var(--bn-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.96));
}

.bn-howto-shell .bn-callout h3 {
  margin-bottom: 8px;
}

.bn-howto-shell .bn-callout--info {
  border-left: 6px solid var(--bn-primary);
  background: linear-gradient(180deg, rgba(37,99,235,0.05), rgba(255,255,255,0.98));
}

.bn-howto-shell .bn-callout--accent {
  border-left: 6px solid var(--bn-accent);
  background: linear-gradient(180deg, rgba(109,40,217,0.06), rgba(255,255,255,0.98));
}

.bn-howto-shell .bn-callout--success {
  border-left: 6px solid var(--bn-green);
  background: linear-gradient(180deg, rgba(5,150,105,0.06), rgba(255,255,255,0.98));
}

.bn-howto-shell .bn-arch {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 22px;
}

.bn-howto-shell .bn-arch__box {
  position: relative;
  padding: 24px 22px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--bn-border-strong);
  box-shadow: var(--bn-shadow-sm);
}

.bn-howto-shell .bn-arch__box::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, #2563eb 0%, #6d28d9 100%);
}

.bn-howto-shell .bn-arch__pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--bn-primary-soft);
  color: var(--bn-primary-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bn-howto-shell .bn-arch__box h3 {
  margin-top: 14px;
  margin-bottom: 10px;
}

.bn-howto-shell .bn-arch__box ul {
  margin-left: 1rem;
}

.bn-howto-shell .bn-arch__mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.bn-howto-shell .bn-arch__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 96px;
  padding: 18px 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(37,99,235,0.10), rgba(109,40,217,0.08));
  border: 1px dashed rgba(37, 99, 235, 0.32);
  color: #13345f;
  text-align: center;
  font-weight: 800;
  line-height: 1.5;
}

.bn-howto-shell .bn-arch__arrow {
  font-size: 2rem;
  line-height: 1;
  color: var(--bn-primary);
}

.bn-howto-shell .bn-mini-diagram {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid rgba(37,99,235,0.10);
}

.bn-howto-shell .bn-mini-diagram__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bn-howto-shell .bn-mini-diagram__row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
  text-align: center;
  font-size: 0.94rem;
  color: #12253f;
}

.bn-howto-shell .bn-mini-diagram__arrow {
  font-weight: 800;
  color: var(--bn-primary);
}

.bn-howto-shell .bn-table-wrap {
  overflow-x: auto;
  margin: 18px 0;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--bn-shadow-sm);
}

.bn-howto-shell table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 680px;
}

.bn-howto-shell th,
.bn-howto-shell td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  vertical-align: top;
}

.bn-howto-shell thead th {
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fd 100%);
  color: #12315b;
  font-size: 0.94rem;
}

.bn-howto-shell tbody tr:last-child td {
  border-bottom: 0;
}

.bn-howto-shell .bn-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--bn-primary-soft);
  color: var(--bn-primary-strong);
  font-size: 12px;
  font-weight: 700;
}

.bn-howto-shell .bn-step {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid rgba(37, 99, 235, 0.10);
  box-shadow: var(--bn-shadow-sm);
}

.bn-howto-shell .bn-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: linear-gradient(135deg, #1d4ed8 0%, #5b7cff 100%);
  color: #fff;
  font-size: 1.24rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.bn-howto-shell .bn-step__body p:last-child {
  margin-bottom: 0;
}

.bn-howto-shell .bn-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.bn-howto-shell .bn-flow__item {
  position: relative;
  padding: 20px 18px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(37, 99, 235, 0.10);
  box-shadow: var(--bn-shadow-sm);
}

.bn-howto-shell .bn-flow__item::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--bn-primary);
  font-weight: 800;
}

.bn-howto-shell .bn-flow__item:last-child::after {
  display: none;
}

.bn-howto-shell .bn-flow__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--bn-primary-soft);
  color: var(--bn-primary-strong);
  font-weight: 800;
}

.bn-howto-shell .bn-list-check {
  list-style: none;
  margin-left: 0;
}

.bn-howto-shell .bn-list-check li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
}

.bn-howto-shell .bn-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bn-green);
  font-weight: 800;
}

.bn-howto-shell .bn-faq {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.bn-howto-shell .bn-faq__item {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--bn-shadow-sm);
}

.bn-howto-shell .bn-faq__q {
  display: block;
  margin-bottom: 6px;
  font-weight: 800;
  color: #112a4e;
}

.bn-howto-shell .bn-faq__a {
  margin: 0;
  color: var(--bn-muted);
}

.bn-howto-shell .bn-summary {
  position: relative;
  overflow: hidden;
  padding: 30px 28px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,0.14), transparent 18%),
    linear-gradient(135deg, #0f172a 0%, #173670 46%, #2456c7 100%);
  color: #fff;
  box-shadow: var(--bn-shadow-lg);
}

.bn-howto-shell .bn-summary h2,
.bn-howto-shell .bn-summary p,
.bn-howto-shell .bn-summary li {
  color: #fff;
}

.bn-howto-shell .bn-summary code {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.bn-howto-shell .bn-summary .bn-meta {
  margin-top: 16px;
}

.bn-howto-shell .bn-note {
  font-size: 0.94rem;
  color: var(--bn-muted);
}

.bn-howto-shell .bn-divider {
  height: 1px;
  margin: 22px 0;
  background: linear-gradient(90deg, rgba(37,99,235,0), rgba(37,99,235,0.18), rgba(37,99,235,0));
}

@media (max-width: 980px) {
  .bn-howto-shell .bn-arch {
    grid-template-columns: 1fr;
  }

  .bn-howto-shell .bn-arch__mid {
    order: 2;
  }

  .bn-howto-shell .bn-arch__link {
    min-height: auto;
  }

  .bn-howto-shell .bn-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bn-howto-shell .bn-flow__item:nth-child(2)::after,
  .bn-howto-shell .bn-flow__item:last-child::after {
    display: none;
  }

  .bn-howto-shell .bn-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bn-howto-shell .bn-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bn-howto-shell {
    padding: 18px 12px 48px;
  }

  .bn-howto-shell .bn-hero {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .bn-howto-shell .bn-section {
    padding: 24px 20px 22px;
    border-radius: 20px;
  }

  .bn-howto-shell .bn-grid--2,
  .bn-howto-shell .bn-grid--3,
  .bn-howto-shell .bn-grid--4,
  .bn-howto-shell .bn-stats,
  .bn-howto-shell .bn-flow {
    grid-template-columns: 1fr;
  }

  .bn-howto-shell .bn-step {
    grid-template-columns: 1fr;
  }

  .bn-howto-shell .bn-step__num {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .bn-howto-shell .bn-flow__item::after {
    display: none;
  }

  .bn-howto-shell .bn-meta span {
    width: 100%;
    justify-content: center;
  }

  .bn-howto-shell .bn-mini-diagram__row {
    flex-direction: column;
    align-items: stretch;
  }

  .bn-howto-shell .bn-mini-diagram__arrow {
    align-self: center;
  }
}


/* ===== Detailed article additions ===== */
.bn-howto-shell .bn-roadmap {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.bn-howto-shell .bn-roadmap__item {
  position: relative;
  padding: 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,250,255,0.96));
  border: 1px solid var(--bn-border);
  box-shadow: var(--bn-shadow-sm);
}

.bn-howto-shell .bn-roadmap__item::after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bn-primary), var(--bn-accent));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.22);
}

.bn-howto-shell .bn-roadmap__item:last-child::after {
  display: none;
}

.bn-howto-shell .bn-roadmap__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(109, 40, 217, 0.16));
  color: var(--bn-primary-strong);
  font-weight: 900;
  font-size: 14px;
}

.bn-howto-shell .bn-roadmap__title {
  display: block;
  margin: 0 0 4px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.45;
}

.bn-howto-shell .bn-roadmap__desc {
  display: block;
  font-size: 0.88rem;
  color: var(--bn-muted);
  line-height: 1.6;
}

.bn-howto-shell .bn-kb-card {
  padding-top: 24px;
}

.bn-howto-shell .bn-kb-card h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}

.bn-howto-shell .bn-kb-card p {
  margin-bottom: 0;
}

.bn-howto-shell .bn-kb-card .bn-badge-mini {
  position: absolute;
  top: 16px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--bn-primary-soft);
  color: var(--bn-primary-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.bn-howto-shell .bn-soft-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.bn-howto-shell .bn-soft-panel {
  padding: 20px 22px;
  border-radius: 18px;
  border: 1px solid var(--bn-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,251,255,0.96));
  box-shadow: var(--bn-shadow-sm);
}

.bn-howto-shell .bn-soft-panel h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.bn-howto-shell .bn-soft-panel p:last-child,
.bn-howto-shell .bn-soft-panel ul:last-child {
  margin-bottom: 0;
}

.bn-howto-shell .bn-table-caption {
  margin-top: 12px;
  font-size: 0.88rem;
  color: var(--bn-muted);
}

.bn-howto-shell .bn-microcopy {
  margin-top: 12px;
  font-size: 0.92rem;
  color: var(--bn-muted);
}

.bn-howto-shell .bn-stack-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.bn-howto-shell .bn-stack-card {
  position: relative;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid var(--bn-border);
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  box-shadow: var(--bn-shadow-sm);
}

.bn-howto-shell .bn-stack-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, var(--bn-primary), var(--bn-accent));
}

.bn-howto-shell .bn-stack-card h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.bn-howto-shell .bn-port-table td:first-child,
.bn-howto-shell .bn-port-table th:first-child {
  white-space: nowrap;
}

.bn-howto-shell .bn-port-table code {
  white-space: nowrap;
}

.bn-howto-shell .bn-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.bn-howto-shell .bn-inline-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--bn-surface-soft);
  border: 1px solid var(--bn-border);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--bn-text);
}

.bn-howto-shell .bn-stage-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.12);
  color: var(--bn-text);
}

.bn-howto-shell .bn-stage-note strong {
  color: var(--bn-primary-strong);
}

.bn-howto-shell .bn-mini-checklist {
  margin: 0;
  padding-left: 1.15rem;
}

.bn-howto-shell .bn-mini-checklist li + li {
  margin-top: 6px;
}

.bn-howto-shell .bn-summary .bn-inline-list span {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.92);
}

@media (max-width: 980px) {
  .bn-howto-shell .bn-roadmap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bn-howto-shell .bn-roadmap__item:nth-child(3)::after,
  .bn-howto-shell .bn-roadmap__item:nth-child(6)::after {
    display: none;
  }

  .bn-howto-shell .bn-stack-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .bn-howto-shell .bn-roadmap,
  .bn-howto-shell .bn-soft-grid {
    grid-template-columns: 1fr;
  }

  .bn-howto-shell .bn-roadmap__item::after {
    display: none;
  }
}/* End custom CSS */