.elementor-11355 .elementor-element.elementor-element-838262b{--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-e6752d9 *//* =========================================================
   GPUStack Upgrade Tech Blog Styling
   Scope: .gs-techblog-shell
   Designed for Elementor Pro / BetterDocs embedding
   ========================================================= */

.gs-techblog-shell {
  --gs-bg: #f4f7fb;
  --gs-surface: #ffffff;
  --gs-surface-soft: #f8fafc;
  --gs-text: #102033;
  --gs-muted: #56657a;
  --gs-border: rgba(15, 23, 42, 0.08);
  --gs-primary: #2563eb;
  --gs-primary-strong: #1d4ed8;
  --gs-accent: #7c3aed;
  --gs-green: #059669;
  --gs-amber: #d97706;
  --gs-danger: #dc2626;
  --gs-code-bg: #0f172a;
  --gs-code-text: #e5eefc;
  --gs-shadow-lg: 0 24px 80px rgba(15, 23, 42, 0.12);
  --gs-shadow-md: 0 12px 40px rgba(15, 23, 42, 0.08);
  --gs-radius-xl: 28px;
  --gs-radius-lg: 22px;
  --gs-radius-md: 16px;
  --gs-radius-sm: 12px;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.16), transparent 24%),
    linear-gradient(180deg, #eef4ff 0%, var(--gs-bg) 22%, #f7f9fc 100%);
  padding: 28px 16px 64px;
  color: var(--gs-text);
}

.gs-techblog-shell * {
  box-sizing: border-box;
}

.gs-techblog-shell .gs-techblog {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Segoe UI", sans-serif;
  color: var(--gs-text);
  line-height: 1.9;
}

.gs-techblog-shell .gs-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 42px;
  border-radius: var(--gs-radius-xl);
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.22), transparent 25%),
    radial-gradient(circle at 85% 10%, rgba(255,255,255,0.16), transparent 24%),
    linear-gradient(135deg, #0f172a 0%, #132a59 42%, #1d4ed8 100%);
  color: #fff;
  box-shadow: var(--gs-shadow-lg);
}

.gs-techblog-shell .gs-hero__glow {
  position: absolute;
  inset: auto -10% -30% auto;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255,255,255,0.22), transparent 65%);
  pointer-events: none;
}

.gs-techblog-shell .gs-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.gs-techblog-shell .gs-badge {
  display: inline-flex;
  align-items: center;
  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: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.gs-techblog-shell .gs-eyebrow {
  margin: 0 0 10px;
  color: rgba(255,255,255,0.76);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gs-techblog-shell .gs-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.3vw, 3.45rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: #fff;
}

.gs-techblog-shell .gs-lead {
  max-width: 820px;
  margin: 0;
  font-size: 1.06rem;
  color: rgba(255,255,255,0.88);
}

.gs-techblog-shell .gs-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.gs-techblog-shell .gs-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: #f6f8ff;
  font-size: 14px;
}

.gs-techblog-shell .gs-section {
  margin-top: 28px;
  padding: 34px 34px 30px;
  border-radius: var(--gs-radius-lg);
  background: var(--gs-surface);
  box-shadow: var(--gs-shadow-md);
  border: 1px solid rgba(255,255,255,0.75);
}

.gs-techblog-shell .gs-section h2 {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.gs-techblog-shell .gs-section h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  line-height: 1.45;
  color: #12253f;
}

.gs-techblog-shell p {
  margin: 0 0 16px;
  color: var(--gs-text);
}

.gs-techblog-shell p:last-child,
.gs-techblog-shell ul:last-child,
.gs-techblog-shell ol:last-child,
.gs-techblog-shell pre:last-child,
.gs-techblog-shell .gs-callout:last-child,
.gs-techblog-shell .gs-grid:last-child,
.gs-techblog-shell .gs-step:last-child {
  margin-bottom: 0;
}

.gs-techblog-shell code {
  padding: 0.12rem 0.42rem;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--gs-primary-strong);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.92em;
}

.gs-techblog-shell pre {
  overflow-x: auto;
  margin: 18px 0;
  padding: 18px 18px 17px;
  border-radius: 18px;
  background: linear-gradient(180deg, #111827 0%, var(--gs-code-bg) 100%);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.gs-techblog-shell pre code {
  padding: 0;
  background: transparent;
  color: var(--gs-code-text);
  font-size: 0.94rem;
  line-height: 1.7;
  white-space: pre;
}

.gs-techblog-shell .gs-callout {
  margin: 0 0 20px;
  padding: 20px 20px 18px;
  border-radius: 18px;
  border: 1px solid var(--gs-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,252,0.96));
}

.gs-techblog-shell .gs-callout h2,
.gs-techblog-shell .gs-callout h3 {
  margin-bottom: 8px;
}

.gs-techblog-shell .gs-callout--info {
  border-left: 6px solid var(--gs-primary);
  background: linear-gradient(180deg, rgba(37,99,235,0.05), rgba(255,255,255,0.98));
}

.gs-techblog-shell .gs-callout--warn {
  border-left: 6px solid var(--gs-amber);
  background: linear-gradient(180deg, rgba(217,119,6,0.08), rgba(255,255,255,0.98));
}

.gs-techblog-shell .gs-callout--accent {
  border-left: 6px solid var(--gs-accent);
  background: linear-gradient(180deg, rgba(124,58,237,0.07), rgba(255,255,255,0.98));
}

.gs-techblog-shell .gs-grid {
  display: grid;
  gap: 16px;
  margin: 18px 0;
}

.gs-techblog-shell .gs-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gs-techblog-shell .gs-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gs-techblog-shell .gs-card {
  padding: 22px 20px 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.gs-techblog-shell .gs-card--soft {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.gs-techblog-shell .gs-card p {
  color: var(--gs-muted);
}

.gs-techblog-shell .gs-architecture {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 20px;
}

.gs-techblog-shell .gs-architecture__node {
  padding: 24px 22px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.gs-techblog-shell .gs-node__label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--gs-primary-strong);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.gs-techblog-shell .gs-architecture__node ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--gs-muted);
}

.gs-techblog-shell .gs-architecture__arrow {
  display: grid;
  place-items: center;
  min-width: 92px;
  min-height: 92px;
  padding: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37,99,235,0.14), rgba(124,58,237,0.14));
  color: #19376d;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}

.gs-techblog-shell .gs-step {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.gs-techblog-shell .gs-step:first-of-type {
  border-top: 0;
  padding-top: 4px;
}

.gs-techblog-shell .gs-step__num {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: .05em;
  box-shadow: 0 16px 30px rgba(29, 78, 216, 0.24);
}

.gs-techblog-shell .gs-step__body p {
  color: var(--gs-muted);
}

.gs-techblog-shell .gs-checklist,
.gs-techblog-shell .gs-links {
  margin: 0;
  padding-left: 20px;
}

.gs-techblog-shell .gs-checklist li,
.gs-techblog-shell .gs-links li {
  margin-bottom: 10px;
  color: var(--gs-text);
}

.gs-techblog-shell .gs-links a {
  color: var(--gs-primary-strong);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 99, 235, 0.24);
}

.gs-techblog-shell .gs-links a:hover {
  color: #163a99;
  border-bottom-color: rgba(22, 58, 153, 0.42);
}

.gs-techblog-shell .gs-refnote {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: var(--gs-muted);
  font-size: 0.96rem;
}

.gs-techblog-shell .gs-section--refs {
  background:
    radial-gradient(circle at top right, rgba(124,58,237,0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

@media (max-width: 920px) {
  .gs-techblog-shell .gs-grid--3,
  .gs-techblog-shell .gs-grid--2,
  .gs-techblog-shell .gs-architecture {
    grid-template-columns: 1fr;
  }

  .gs-techblog-shell .gs-architecture__arrow {
    width: 100%;
    min-width: 0;
    min-height: 72px;
    border-radius: 18px;
  }

  .gs-techblog-shell .gs-step {
    grid-template-columns: 1fr;
  }

  .gs-techblog-shell .gs-step__num {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 640px) {
  .gs-techblog-shell {
    padding: 16px 10px 42px;
  }

  .gs-techblog-shell .gs-hero,
  .gs-techblog-shell .gs-section {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .gs-techblog-shell .gs-hero h1 {
    font-size: 2rem;
  }

  .gs-techblog-shell .gs-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .gs-techblog-shell pre {
    padding: 16px;
    border-radius: 16px;
  }
}/* End custom CSS */