.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS for section, class: .elementor-element-880beb0 *//* ---------- Base ---------- */
:root{
  --bg: #0b1220;
  --panel: #0f1a33;
  --text: #e8eefc;
  --muted: rgba(232,238,252,.75);
  --border: rgba(232,238,252,.14);
  --accent: #6ea8ff;
  --accent-2: #7cf3c9;
  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --radius: 18px;
  --max: 880px;
  --lh: 1.75;
}

* { box-sizing: border-box; }
html, body { height: 100%; }

body{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--text);
  background:
    radial-gradient(1100px 700px at 20% -10%, rgba(110,168,255,.18), transparent 55%),
    radial-gradient(900px 600px at 85% 0%, rgba(124,243,201,.12), transparent 50%),
    radial-gradient(800px 600px at 50% 110%, rgba(110,168,255,.10), transparent 55%),
    var(--bg);
  line-height: var(--lh);
}

/* ---------- Utilities ---------- */
.container{
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.skip-link{
  position: absolute;
  left: -999px;
  top: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #ffffff;
  color: #000;
  text-decoration: none;
}
.skip-link:focus{ left: 12px; z-index: 999; }

/* ---------- Header ---------- */
.site-header{
  padding: 56px 0 24px;
}

.site-kicker{
  margin: 0 0 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .82rem;
  color: var(--muted);
}

.site-title{
  margin: 0;
  font-size: clamp(1.9rem, 2.5vw + 1rem, 3rem);
  line-height: 1.15;
}

.site-subtitle{
  margin: 14px 0 0;
  color: var(--muted);
  max-width: 70ch;
}

/* ---------- Article ---------- */
.article{
  background: rgba(15, 26, 51, .55);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(18px, 2.5vw, 34px);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.lead{
  font-size: 1.08rem;
  color: rgba(232,238,252,.92);
  margin-top: 0;
}

.section{
  margin-top: 34px;
  padding-top: 8px;
}

.section h2{
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 1.1vw + 1rem, 1.7rem);
  letter-spacing: .2px;
}

.section p{
  margin: 0 0 14px;
  color: rgba(232,238,252,.88);
}

/* ---------- Figures ---------- */
figure{
  margin: 22px 0;
}

.hero img,
.inline-figure img{
  width: 100%;
  height: auto;
  border-radius: calc(var(--radius) - 6px);
  border: 1px solid var(--border);
  display: block;
}

figcaption{
  margin-top: 8px;
  font-size: .92rem;
  color: var(--muted);
}

/* ---------- Callouts ---------- */
.callout, .tip, .conclusion{
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 16px 14px;
  margin: 18px 0;
  background: rgba(255,255,255,.03);
}

.callout{
  position: relative;
  overflow: hidden;
}
.callout::before{
  content: "";
  position: absolute;
  inset: -2px auto -2px -2px;
  width: 6px;
  background: linear-gradient(var(--accent), var(--accent-2));
  border-radius: 12px;
}
.callout h3{
  margin: 0 0 6px;
  font-size: 1.05rem;
}
.callout p{ margin: 0; color: rgba(232,238,252,.86); }

.tip{
  border-color: rgba(110,168,255,.35);
  background: rgba(110,168,255,.08);
}

.conclusion{
  border-color: rgba(124,243,201,.35);
  background: rgba(124,243,201,.08);
}

/* ---------- Footer ---------- */
.article-footer{
  padding: 20px 0 50px;
  color: var(--muted);
  font-size: .95rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 520px){
  .site-header{ padding-top: 40px; }
  .section{ margin-top: 28px; }
}/* End custom CSS */