:root {
  --fs-ink: #07185a;
  --fs-text: #172554;
  --fs-muted: #5f6677;
  --fs-blue: #1649a8;
  --fs-blue-soft: #f4f7ff;
  --fs-green: #17914d;
  --fs-green-soft: #f3fff8;
  --fs-orange: #f97316;
  --fs-orange-soft: #fff8f1;
  --fs-purple: #6738c7;
  --fs-purple-soft: #faf6ff;
  --fs-border: #cbd5e1;
  --fs-card: rgba(255, 255, 255, 0.92);
  --fs-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
  --fs-radius: 16px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--fs-text);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 45%, #ffffff 100%);
}
a { color: inherit; }

.fs-shell { width: min(100% - 34px, 1510px); margin-inline: auto; }
.fs-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(203, 213, 225, 0.78);
  backdrop-filter: blur(14px);
}
.fs-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 66px; }
.fs-brand { font-weight: 900; color: var(--fs-ink); text-decoration: none; letter-spacing: -0.03em; font-size: 1.18rem; }
.fs-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; font-size: 0.91rem; font-weight: 750; color: #334155; }
.fs-nav a { text-decoration: none; }
.fs-nav a:hover { color: var(--fs-blue); }

/* iamrad.info portfolio preview in the FinSight navigation bar */
.fs-portfolio-preview {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  min-width: 224px;
  padding: 9px 12px 9px 9px;
  color: var(--fs-ink);
  text-decoration: none;
  background:
    radial-gradient(circle at 14% 10%, rgba(134, 170, 165, 0.20), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.88));
  border: 1px solid rgba(148, 163, 184, 0.36);
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.fs-portfolio-preview:hover,
.fs-portfolio-preview:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.40);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
  outline: none;
}
.fs-portfolio-preview img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}
.fs-portfolio-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  line-height: 1.05;
}
.fs-portfolio-kicker {
  color: #64748b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .01em;
}
.fs-portfolio-copy strong {
  color: var(--fs-ink);
  font-size: .95rem;
  font-weight: 950;
  letter-spacing: -.025em;
}
.fs-portfolio-nav {
  color: #475569;
  font-size: .68rem;
  font-weight: 850;
  white-space: nowrap;
}

.fs-hero { text-align: center; padding: 26px 0 18px; }
.fs-kicker { margin: 0; color: #6b7280; font-size: 0.82rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 1120px; margin: 8px auto 6px; color: var(--fs-ink); font-size: clamp(2.1rem, 4.1vw, 4.1rem); line-height: 0.98; letter-spacing: -0.055em; }
h2 { color: var(--fs-ink); font-size: clamp(1.55rem, 2vw, 2.2rem); line-height: 1.05; letter-spacing: -0.035em; margin-bottom: 8px; }
h3 { color: var(--fs-ink); margin-bottom: 3px; line-height: 1.12; }
.fs-subtitle { max-width: 880px; margin: 0 auto; color: #697386; font-size: clamp(1.02rem, 1.7vw, 1.6rem); }
.fs-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.fs-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 17px; border: 1px solid var(--fs-border); border-radius: 999px; background: #fff; color: var(--fs-ink); text-decoration: none; font-weight: 850; box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08); }
.fs-btn-primary { background: var(--fs-ink); color: #fff; border-color: var(--fs-ink); }

.fs-section-heading { max-width: 860px; margin-bottom: 18px; }
.fs-section-heading p:not(.fs-kicker) { color: var(--fs-muted); margin: 0; line-height: 1.55; }
.fs-section-heading-centered { margin-inline: auto; text-align: center; }
.fs-architecture-intro {
  max-width: 980px;
  margin-inline: auto;
  padding: 24px;
  border: 1px solid rgba(203, 213, 225, .78);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,246,255,.82));
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
  text-align: center;
}
.fs-architecture-intro p:not(.fs-kicker) { max-width: 720px; margin-inline: auto; }

.fs-pipeline-tools { display: grid; grid-template-columns: repeat(4, minmax(130px, 1fr)); gap: 10px; margin-top: 18px; }
.fs-pipeline-tool { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 9px; min-height: 48px; padding: 8px 12px; border: 1px solid var(--fs-border); border-radius: 999px; background: rgba(255,255,255,.9); color: #111827; font-size: .84rem; font-weight: 850; box-shadow: 0 8px 18px rgba(15, 23, 42, .07); text-align: left; }
.fs-pipeline-mark { display: grid; place-items: center; width: 34px; height: 30px; }
.fs-pipeline-tools img { display: block; width: 28px; height: 28px; object-fit: contain; }
.fs-stack-badge { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: #fff; font-size: .75rem; font-weight: 950; line-height: 1; }
.fs-stack-python { background: linear-gradient(135deg, #3776ab 0 50%, #ffd43b 50%); text-shadow: 0 1px 2px rgba(0,0,0,.35); }
.fs-tool-logo { display: flex; align-items: center; justify-content: center; }
.fs-tool-logo img { display: block; max-width: 100%; object-fit: contain; }
.fs-tool-logo-card { width: 76px; height: 76px; margin: 4px auto 10px; padding: 10px; border: 1px solid var(--fs-border); border-radius: 20px; background: rgba(255,255,255,.85); box-shadow: 0 8px 18px rgba(15, 23, 42, .08); }
.fs-tool-logo-card img { max-height: 54px; }
.fs-tool-logo-wide { width: 112px; height: 58px; }
.fs-tool-logo-inline { justify-content: flex-start; gap: 8px; margin-bottom: 8px; color: #111827; }
.fs-tool-logo-inline img { width: 28px; height: 28px; }

.fs-architecture { padding: 16px 0 24px; }
.fs-flow-board {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr 1.08fr 0.98fr 1fr 1.02fr 1.03fr;
  gap: 26px;
  align-items: stretch;
}
.fs-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 452px;
  padding: 15px 13px;
  border: 1.4px solid var(--fs-border);
  border-radius: var(--fs-radius);
  background: var(--fs-card);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
}
.fs-stage:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 50%;
  width: 27px;
  height: 2px;
  background: var(--fs-blue);
}
.fs-stage:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -31px;
  top: calc(50% - 5px);
  border-left: 9px solid var(--fs-blue);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  z-index: 2;
}
.fs-stage-blue { border-color: #7998e9; background: linear-gradient(180deg, #fff, var(--fs-blue-soft)); }
.fs-stage-green { border-color: #68b283; background: linear-gradient(180deg, #fff, var(--fs-green-soft)); }
.fs-stage-purple { border-color: #a98be7; background: linear-gradient(180deg, #fff, var(--fs-purple-soft)); }
.fs-stage-orange { border-color: #fb923c; background: linear-gradient(180deg, #fff, var(--fs-orange-soft)); }
.fs-stage-gray { border-color: #94a3b8; background: linear-gradient(180deg, #fff, #f8fafc); }
.fs-stage-number { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 999px; background: #eaf1ff; color: var(--fs-blue); font-weight: 950; font-size: 0.82rem; }
.fs-stage h3 { padding-left: 32px; min-height: 38px; font-size: 1rem; }
.fs-stage-tool { margin: 0 0 12px; text-align: center; color: #020617; font-weight: 700; font-size: 0.9rem; }
.fs-stage p { color: #111827; font-size: 0.88rem; line-height: 1.42; }
.fs-stage-foot { margin-top: auto; text-align: center; font-weight: 750; }

.fs-phone { width: 126px; height: 255px; margin: 4px auto 12px; padding: 8px; border: 6px solid #0f172a; border-radius: 29px; background: #111827; box-shadow: inset 0 0 0 1px #64748b, 0 10px 18px rgba(2, 6, 23, 0.2); }
.fs-phone-screen { height: 100%; padding: 12px 9px; border-radius: 20px; background: linear-gradient(160deg, #171e72, #3512b0 42%, #f8fafc 43%); color: #fff; font-size: 0.58rem; overflow: hidden; }
.fs-phone-screen strong { display: block; font-size: 0.98rem; margin: 3px 0; }
.fs-phone-screen small { display: block; color: #bbf7d0; margin-bottom: 15px; }
.fs-app-card { display: flex; justify-content: space-between; padding: 8px; border-radius: 8px; background: #fff; color: #172554; font-weight: 800; }
.fs-phone-screen ul { list-style: none; padding: 0; margin: 8px 0 0; }
.fs-phone-screen li { display: flex; justify-content: space-between; gap: 6px; color: #172554; background: rgba(255,255,255,.9); border-radius: 7px; padding: 5px; margin-bottom: 5px; }

.fs-logo { display: grid; place-items: center; min-height: 58px; margin: 4px auto 12px; color: #0f172a; font-weight: 950; text-align: center; }
.fs-logo-python { width: 62px; height: 62px; border-radius: 18px; background: linear-gradient(135deg, #3776ab 0 50%, #ffd43b 50%); color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.35); }
.fs-logo-r2 { color: #f97316; font-size: 1rem; line-height: 1.2; text-transform: uppercase; }
.fs-logo-neon { color: #111827; font-size: 1.28rem; }
.fs-logo-dbt { color: #111827; font-size: 1.65rem; }
.fs-domain-list, .fs-check-list, .fs-analytics-box ul { margin: 0; padding-left: 20px; color: #07185a; font-size: 0.88rem; line-height: 1.8; }
.fs-domain-list li::marker { color: var(--fs-blue); }
.fs-folder-tree { border: 1px dashed #9ca3af; border-radius: 12px; padding: 13px 10px; color: #111827; font-size: 0.76rem; line-height: 1.65; background: rgba(255,255,255,.72); }
.fs-folder-tree b, .fs-folder-tree span, .fs-folder-tree em { display: block; font-style: normal; }
.fs-folder-tree em { padding-left: 14px; border-left: 1px solid #94a3b8; }
.fs-db-icon { width: 82px; height: 88px; margin: 18px auto; border: 4px solid #5b21b6; border-radius: 50% / 18%; position: relative; }
.fs-db-icon::before, .fs-db-icon::after { content: ""; position: absolute; left: -4px; right: -4px; border-top: 4px solid #5b21b6; border-radius: 50%; }
.fs-db-icon::before { top: 28px; } .fs-db-icon::after { top: 55px; }
.fs-dbt-box { display: grid; gap: 9px; border: 1px solid #fdba74; border-radius: 12px; padding: 12px 8px; margin-bottom: 12px; background: rgba(255,255,255,.8); }
.fs-dbt-box span { position: relative; display: block; border: 1px solid #fb923c; border-radius: 6px; background: #fff7ed; padding: 7px; text-align: center; font-size: 0.72rem; color: #111827; }
.fs-check-list { list-style: "✅  "; line-height: 1.7; }
.fs-analytics-box { border: 1px solid #cbd5e1; border-radius: 12px; background: rgba(255,255,255,.75); padding: 10px; margin-bottom: 11px; }
.fs-analytics-box b { display: block; text-align: center; color: #111827; margin-bottom: 5px; }
.fs-mixpanel-box b { color: #7c3aed; font-size: 1.25rem; letter-spacing: .02em; }
.fs-globe { display: grid; place-items: center; margin: 9px auto 14px; width: 76px; height: 76px; border: 2px solid #0ea5e9; border-radius: 999px; color: #0ea5e9; font-size: 3rem; line-height: 1; }
.fs-laptop { height: 88px; margin: 8px 0 16px; border: 8px solid #111827; border-bottom-width: 15px; border-radius: 9px; background: #f8fafc; padding: 9px; display: grid; gap: 6px; }
.fs-laptop span { display: block; height: 12px; border-radius: 999px; background: linear-gradient(90deg, #60a5fa, #c7d2fe); }

.fs-ops { padding: 22px 0; }
.fs-ops-grid { display: grid; grid-template-columns: 1.05fr 1fr 1.7fr; gap: 22px; }
.fs-ops-card, .fs-skill-map article, .fs-link-card, .fs-tech-card { border: 1px solid var(--fs-border); border-radius: var(--fs-radius); background: rgba(255,255,255,.9); box-shadow: 0 10px 26px rgba(15,23,42,.055); }
.fs-ops-card { padding: 18px; }
.fs-ops-github { border-color: #a78bfa; }
.fs-ops-airflow { border-color: #fdba74; }
.fs-ops-dagster { border-color: #86efac; }
.fs-ops-title { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }
.fs-ops-title h3 { margin: 0; font-size: 1.12rem; }
.fs-ops-title p { margin: 3px 0 0; color: #111827; font-size: .9rem; }
.fs-ops-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #f8fafc; color: var(--fs-ink); font-weight: 950; border: 1px solid var(--fs-border); }
.fs-mini-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.fs-mini-flow span { position: relative; display: grid; place-items: center; min-height: 70px; padding: 10px; border: 1px solid #a78bfa; border-radius: 12px; text-align: center; font-size: .8rem; color: #07185a; background: #fff; }
.fs-mini-flow span:not(:last-child)::after { content: "→"; position: absolute; right: -18px; color: #334155; font-size: 1.25rem; font-weight: 900; }
.fs-mini-flow-orange span { border-color: #fdba74; }
.fs-mini-flow-green { grid-template-columns: repeat(6, 1fr); }
.fs-mini-flow-green span { border-color: #86efac; }
.fs-schedule { margin: 18px 0 0; text-align: center; font-size: .88rem; color: #07185a; }

.fs-skills, .fs-explore, .fs-tech { padding: 26px 0; }
.fs-skill-map { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.fs-skill-map article { padding: 18px; text-align: center; }
.fs-skill-map span { display: block; font-size: 2rem; margin-bottom: 8px; }
.fs-skill-map h3 { margin-bottom: 8px; }
.fs-skill-map p { margin: 0; color: var(--fs-muted); line-height: 1.5; font-size: .93rem; }

.fs-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fs-link-card { display: flex; min-height: 150px; flex-direction: column; gap: 8px; padding: 16px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.fs-link-card:hover { transform: translateY(-4px); border-color: #60a5fa; box-shadow: var(--fs-shadow); }
.fs-link-card span { align-self: flex-start; border: 1px solid var(--fs-border); border-radius: 999px; padding: 4px 9px; color: #334155; background: #fff; font-size: .73rem; font-weight: 850; }
.fs-link-card strong { color: var(--fs-ink); font-size: 1.08rem; }
.fs-link-card small { color: var(--fs-muted); line-height: 1.5; font-size: .9rem; }

.fs-tech { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 14px; }
.fs-tech-card { padding: 17px; }
.fs-tech-card h2 { font-size: 1rem; margin-bottom: 12px; }
.fs-tech-list { display: flex; flex-wrap: wrap; gap: 9px; }
.fs-tech-list span { border: 1px solid #bfdbfe; border-radius: 999px; background: #eff6ff; padding: 7px 10px; color: #1e3a8a; font-size: .86rem; font-weight: 800; }
.fs-access-list { margin: 0; padding-left: 18px; color: #111827; line-height: 1.72; font-size: .88rem; }
.fs-access-list li::marker { content: "🔒  "; }

.fs-footer { border-top: 1px solid var(--fs-border); padding: 18px 0 28px; background: rgba(255,255,255,.78); color: var(--fs-muted); font-size: .92rem; }
.fs-footer-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.fs-footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.fs-footer a { text-decoration: none; font-weight: 800; color: var(--fs-ink); }

@media (max-width: 1320px) {
  .fs-flow-board { grid-template-columns: repeat(4, 1fr); }
  .fs-stage:nth-child(4)::after, .fs-stage:nth-child(4)::before { display: none; }
  .fs-stage { min-height: 430px; }
  .fs-ops-grid { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .fs-flow-board, .fs-skill-map, .fs-link-grid, .fs-tech { grid-template-columns: repeat(2, 1fr); }
  .fs-pipeline-tools { grid-template-columns: repeat(2, minmax(130px, 1fr)); }
  .fs-stage:nth-child(4)::after, .fs-stage:nth-child(4)::before { display: block; }
  .fs-stage:nth-child(2n)::after, .fs-stage:nth-child(2n)::before { display: none; }
  .fs-mini-flow-green { grid-template-columns: repeat(3, 1fr); }
  .fs-tech { display: grid; }
}
@media (max-width: 680px) {
  .fs-shell { width: min(100% - 24px, 1510px); }
  .fs-topbar { position: static; }
  .fs-topbar-inner { align-items: stretch; flex-direction: column; padding: 14px 0; }
  .fs-nav { justify-content: flex-start; }
  .fs-portfolio-preview { width: 100%; min-width: 0; }
  .fs-flow-board, .fs-skill-map, .fs-link-grid, .fs-tech { grid-template-columns: 1fr; }
  .fs-stage { min-height: auto; }
  .fs-stage::after, .fs-stage::before, .fs-stage:nth-child(2n)::after, .fs-stage:nth-child(2n)::before, .fs-stage:nth-child(4)::after, .fs-stage:nth-child(4)::before { display: none !important; }
  .fs-mini-flow, .fs-mini-flow-green { grid-template-columns: 1fr; }
  .fs-mini-flow span:not(:last-child)::after { content: "↓"; right: auto; left: 50%; bottom: -23px; top: auto; transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Compact quick-access links for personal direct navigation */
.fs-explore-heading { max-width: 620px; margin-bottom: 12px; }
.fs-explore-heading h2 { margin-bottom: 5px; }
.fs-explore-heading p:not(.fs-kicker) { font-size: .94rem; line-height: 1.4; }
.fs-link-grid-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 10px; }
.fs-link-grid-secondary { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; opacity: .92; }
.fs-link-grid-compact .fs-link-card,
.fs-link-grid-secondary .fs-link-card {
  min-height: 98px;
  gap: 6px;
  padding: 12px;
  border-radius: 14px;
}
.fs-link-grid-compact .fs-link-card strong,
.fs-link-grid-secondary .fs-link-card strong { font-size: .98rem; }
.fs-link-grid-compact .fs-link-card small,
.fs-link-grid-secondary .fs-link-card small { font-size: .8rem; line-height: 1.35; }
.fs-link-grid-compact .fs-link-card span,
.fs-link-grid-secondary .fs-link-card span { padding: 3px 8px; font-size: .68rem; }

@media (max-width: 980px) {
  .fs-link-grid-compact,
  .fs-link-grid-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .fs-link-grid-compact,
  .fs-link-grid-secondary { grid-template-columns: 1fr; }
}

/* Portfolio case-study refresh */
.fs-link-grid-compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fs-link-card, .fs-ops-card, .fs-shot-card, .fs-dashboard-card { color: inherit; text-decoration: none; }
.fs-link-card { background: #fff; }
.fs-link-card:hover, .fs-link-card:focus-visible,
.fs-ops-card:hover, .fs-ops-card:focus-visible,
.fs-dashboard-card:hover, .fs-dashboard-card:focus-visible {
  transform: translateY(-4px);
  border-color: #93c5fd;
  box-shadow: var(--fs-shadow);
  outline: none;
}
.fs-ops-grid-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fs-ops-card { display: block; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.fs-ops-card p:last-child { margin-bottom: 0; color: var(--fs-muted); line-height: 1.55; }
.fs-ops-dbt { border-color: #fb923c; }
.fs-ops-dbt .fs-ops-icon { font-size: .86rem; }
.fs-screenshots, .fs-dashboards { padding: 28px 0; }
.fs-shot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.fs-shot-card, .fs-dashboard-card { border: 1px solid var(--fs-border); border-radius: var(--fs-radius); background: #fff; box-shadow: 0 10px 26px rgba(15,23,42,.055); overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.fs-shot-card h3, .fs-shot-card p { padding-inline: 16px; }
.fs-shot-card h3 { margin: 14px 0 5px; }
.fs-shot-card p { margin: 0 0 16px; color: var(--fs-muted); line-height: 1.5; font-size: .94rem; }
.fs-shot-placeholder { position: relative; display: grid; place-items: center; min-height: 170px; border-bottom: 1px solid var(--fs-border); background: linear-gradient(135deg, #f8fafc, #eff6ff); overflow: hidden; }
.fs-shot-placeholder::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(148, 163, 184, .55); border-radius: 14px; background: repeating-linear-gradient(0deg, rgba(255,255,255,.9) 0 20px, rgba(226,232,240,.55) 20px 21px), linear-gradient(90deg, rgba(37,99,235,.14), transparent); }
.fs-shot-placeholder::after { content: ""; position: absolute; left: 36px; right: 36px; bottom: 34px; height: 46px; border-radius: 10px; background: linear-gradient(90deg, rgba(37,99,235,.85) 18%, rgba(16,185,129,.85) 18% 42%, rgba(249,115,22,.85) 42% 67%, rgba(124,58,237,.85) 67%); opacity: .72; }
.fs-shot-placeholder span { position: relative; z-index: 2; border: 1px solid rgba(203,213,225,.9); border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.9); color: var(--fs-ink); font-weight: 900; box-shadow: 0 8px 20px rgba(15,23,42,.08); }
.fs-shot-superset { background: linear-gradient(135deg, #ecfeff, #eff6ff); }
.fs-shot-dbt { background: linear-gradient(135deg, #fff7ed, #f8fafc); }
.fs-shot-dagster { background: linear-gradient(135deg, #f0fdf4, #f8fafc); }
.fs-shot-airflow { background: linear-gradient(135deg, #fff7ed, #fefce8); }
.fs-shot-github { background: linear-gradient(135deg, #f8fafc, #eef2ff); }
.fs-shot-mixpanel { background: linear-gradient(135deg, #faf5ff, #f8fafc); }
.fs-tech { grid-template-columns: 1fr; }
.fs-tech-card-wide { padding: 20px; }

.fs-dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.fs-dashboard-card { display: flex; flex-direction: column; }
.fs-dashboard-body { padding: 18px; }
.fs-dashboard-body p { color: var(--fs-muted); line-height: 1.55; }
.fs-dashboard-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.fs-dashboard-card .fs-shot-placeholder { min-height: 240px; }

@media (max-width: 1320px) {
  .fs-ops-grid-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .fs-shot-grid, .fs-dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fs-link-grid-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .fs-ops-grid-cards, .fs-shot-grid, .fs-dashboard-grid, .fs-link-grid-compact { grid-template-columns: 1fr; }
  .fs-dashboard-card .fs-shot-placeholder { min-height: 190px; }
}

/* Backward-compatible helpers for older placeholder pages */
.fs-container { width: min(100% - 34px, 1510px); margin-inline: auto; }
.fs-description { max-width: 880px; margin-inline: auto; color: var(--fs-muted); line-height: 1.6; }
.fs-section { padding: 24px 0; }
.fs-card { border: 1px solid var(--fs-border); border-radius: var(--fs-radius); background: #fff; padding: 18px; box-shadow: 0 10px 26px rgba(15,23,42,.055); }
.fs-card p { color: var(--fs-muted); line-height: 1.55; }
.fs-shot-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
}

.fs-shot-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.fs-shot-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.fs-shot-link:hover h3 {
  text-decoration: underline;
}

.fs-shot-link small {
  display: inline-block;
  margin-top: 10px;
  color: #2563eb;
  font-weight: 600;
}

.fs-shot-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #ffffff;
}

.fs-shot-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* FinSight operations refresh: logo-forward proof points and polished gallery cards */
.fs-ops {
  padding: 34px 0 30px;
}

.fs-ops-heading {
  max-width: 980px;
  margin-bottom: 22px;
}

.fs-ops-grid-cards {
  gap: 18px;
}

.fs-ops-card {
  position: relative;
  min-height: 232px;
  padding: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.95), transparent 92px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.9));
}

.fs-ops-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.13), transparent 42%);
  opacity: 0;
  transition: opacity 0.18s ease;
  pointer-events: none;
}

.fs-ops-card:hover::before,
.fs-ops-card:focus-visible::before {
  opacity: 1;
}

.fs-ops-title {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  margin-bottom: 22px;
}

.fs-ops-title h3 {
  font-size: 1.18rem;
}

.fs-ops-title p {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 3px 9px;
  border: 1px solid rgba(203, 213, 225, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #334155;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fs-ops-icon {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  padding: 9px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.11);
}

.fs-ops-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.fs-ops-card > p {
  position: relative;
  z-index: 1;
  max-width: 31ch;
}

.fs-ops-preview {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.86);
  border-radius: 18px;
  background: #f8fafc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 16px 30px rgba(15, 23, 42, 0.10);
}

.fs-ops-preview::after {
  content: "Click for preview";
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(7, 24, 90, 0.82);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.fs-ops-github .fs-ops-preview::after {
  content: "Open public runs";
}

.fs-ops-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.fs-ops-card:hover .fs-ops-preview img,
.fs-ops-card:focus-visible .fs-ops-preview img {
  transform: scale(1.025);
}

.fs-ops-chip {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #1e3a8a;
  font-size: 0.74rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.fs-ops-github { border-color: #c4b5fd; }
.fs-ops-airflow { border-color: #fdba74; }
.fs-ops-dagster { border-color: #86efac; }
.fs-ops-dbt { border-color: #fed7aa; }

.fs-screenshots {
  padding: 38px 0 34px;
}

.fs-screenshots .fs-section-heading {
  max-width: 820px;
}

.fs-shot-grid {
  gap: 20px;
}

.fs-shot-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.fs-shot-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #2563eb, #10b981, #f97316, #7c3aed);
  opacity: 0.72;
}

.fs-shot-link {
  height: 100%;
  padding: 12px 12px 18px;
}

.fs-shot-image {
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 16px 30px rgba(15, 23, 42, 0.10);
}

.fs-shot-card h3,
.fs-shot-card p {
  padding-inline: 4px;
}

.fs-shot-card h3 {
  margin-top: 16px;
  font-size: 1.08rem;
}

.fs-shot-link small {
  margin: 2px 4px 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 850;
}

.fs-explore {
  padding: 38px 0 44px;
}

.fs-explore-heading {
  margin-inline: auto;
  text-align: center;
}

.fs-link-grid-compact {
  gap: 14px;
}

.fs-link-grid-compact .fs-link-card {
  position: relative;
  min-height: 128px;
  padding: 16px;
  overflow: hidden;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.45), rgba(16, 185, 129, 0.28), rgba(124, 58, 237, 0.34)) border-box;
  border: 1px solid transparent;
}

.fs-link-grid-compact .fs-link-card::after {
  content: "↗";
  position: absolute;
  right: 14px;
  top: 12px;
  color: #94a3b8;
  font-weight: 900;
  transition: transform 0.18s ease, color 0.18s ease;
}

.fs-link-grid-compact .fs-link-card:hover::after,
.fs-link-grid-compact .fs-link-card:focus-visible::after {
  color: #2563eb;
  transform: translate(2px, -2px);
}

.fs-link-grid-compact .fs-link-card span {
  background: #f8fafc;
}

@media (max-width: 680px) {
  .fs-ops-card {
    min-height: 220px;
  }

  .fs-ops-chip {
    position: static;
    margin-top: 14px;
  }
}

/* Architecture brief and protected lineage preview refinements */
.fs-actions-aligned {
  align-items: center;
}

.fs-architecture-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 20px;
}

.fs-architecture-summary article {
  position: relative;
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.fs-architecture-summary span {
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  place-items: center;
  border-radius: 999px;
  background: #07185a;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 900;
}

.fs-architecture-summary strong {
  display: block;
  color: var(--fs-ink);
  font-size: 1rem;
  margin-bottom: 6px;
}

.fs-architecture-summary p {
  margin: 0;
  color: var(--fs-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.fs-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.fs-modal:target {
  display: flex;
}

.fs-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 90, 0.72);
  backdrop-filter: blur(8px);
}

.fs-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: min(90vh, 900px);
  overflow: auto;
  padding: 22px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.35);
}

.fs-modal-panel h2 {
  margin-top: 4px;
}

.fs-modal-panel > p:not(.fs-kicker) {
  max-width: 780px;
  color: var(--fs-muted);
  line-height: 1.55;
}

.fs-modal-close {
  position: absolute;
  right: 16px;
  top: 14px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--fs-border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--fs-ink);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.fs-modal-figure {
  margin: 18px 0 0;
}

.fs-modal-figure img {
  display: block;
  width: 100%;
  max-height: 58vh;
  object-fit: contain;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #f8fafc;
}

.fs-modal-figure figcaption {
  margin-top: 8px;
  color: var(--fs-muted);
  font-size: 0.86rem;
}

@media (max-width: 780px) {
  .fs-architecture-summary {
    grid-template-columns: 1fr;
  }

  .fs-modal {
    padding: 12px;
  }

  .fs-modal-panel {
    padding: 18px;
  }
}

/* Architecture page screenshot-first layout and README detail notes */
.fs-architecture-card > p {
  max-width: 980px;
}

.fs-fullpage-screenshot {
  margin: 22px auto 24px;
  width: min(100%, 1280px);
}

.fs-fullpage-screenshot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 20px;
  background: #f8fafc;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
}

.fs-fullpage-screenshot figcaption {
  margin-top: 10px;
  color: var(--fs-muted);
  font-size: 0.9rem;
  text-align: center;
}

.fs-readme-details {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.fs-readme-details h3 {
  margin-bottom: 8px;
}

.fs-readme-details p,
.fs-readme-details li {
  color: var(--fs-muted);
  line-height: 1.58;
}

.fs-readme-details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.fs-readme-details code {
  padding: 1px 5px;
  border-radius: 6px;
  background: #eef2ff;
  color: #1e3a8a;
  font-size: 0.9em;
}

@media (max-width: 780px) {
  .fs-readme-details ul {
    grid-template-columns: 1fr;
  }
}

/* Final responsive polish for portfolio launch */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.is-hidden {
  display: none !important;
}

.fs-dashboard-cta {
  padding: 10px 0 28px;
}

.fs-dashboard-cta-card {
  padding: 22px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #eff6ff);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.fs-flow-board,
.fs-stage,
.fs-card,
.fs-shot-card,
.fs-dashboard-card,
.fs-link-card,
.fs-ops-card {
  min-width: 0;
}

.fs-shot-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.fs-shot-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.fs-shot-link {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
}

.fs-shot-link small,
.fs-access-card em {
  margin-top: auto;
}

.fs-access-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.fs-access-card {
  position: relative;
  min-height: 190px;
  padding: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 8%, rgba(37, 99, 235, 0.12), transparent 84px),
    linear-gradient(180deg, #ffffff, #f8fbff);
  border: 1px solid rgba(203, 213, 225, 0.95);
  overflow: hidden;
}

.fs-access-card::before {
  content: "";
  position: absolute;
  inset: 52px 16px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(37,99,235,.25), rgba(16,185,129,.2), transparent);
}

.fs-access-card strong {
  margin-top: 12px;
  max-width: 24ch;
  font-size: 1.05rem;
  line-height: 1.15;
}

.fs-access-card small {
  font-size: 0.86rem;
  line-height: 1.5;
}

.fs-access-card em {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #07185a;
  color: #ffffff;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 900;
}

.fs-status-badge {
  align-self: flex-start;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fs-status-public {
  border: 1px solid rgba(22, 163, 74, 0.28) !important;
  background: #ecfdf5 !important;
  color: #166534 !important;
}

.fs-status-protected {
  border: 1px solid rgba(249, 115, 22, 0.32) !important;
  background: #fff7ed !important;
  color: #9a3412 !important;
}

.fs-screenshot-intro {
  max-width: 900px;
  margin-bottom: 16px;
}

.fs-screenshot-intro p:not(.fs-kicker) {
  color: var(--fs-muted);
  line-height: 1.55;
}

.fs-fullpage-screenshot {
  display: flex;
  width: min(100%, 1180px);
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: clamp(10px, 1.8vw, 18px);
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.fs-fullpage-screenshot img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 74vh;
  object-fit: contain;
  overflow: hidden;
  border-radius: 18px;
}

.fs-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.fs-detail-grid article {
  padding: 16px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.fs-detail-grid h4 {
  margin: 0 0 8px;
  color: var(--fs-ink);
  font-size: 0.98rem;
}

.fs-detail-grid p {
  margin: 0;
}

.fs-architecture-summary code,
.fs-detail-grid code {
  padding: 1px 5px;
  border-radius: 6px;
  background: #eef2ff;
  color: #1e3a8a;
  font-size: 0.9em;
}

@media (max-width: 980px) {
  .fs-topbar-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .fs-nav {
    justify-content: flex-start;
    gap: 8px;
  }

  .fs-nav a {
    display: inline-flex;
    padding: 6px 9px;
    border: 1px solid rgba(203, 213, 225, 0.74);
    border-radius: 999px;
    background: rgba(255,255,255,.7);
  }

  .fs-access-grid,
  .fs-link-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fs-fullpage-screenshot img {
    max-height: 64vh;
  }
}

@media (max-width: 680px) {
  .fs-shell,
  .fs-container {
    width: min(100% - 24px, 1510px);
  }

  .fs-hero {
    padding: 22px 0 14px;
  }

  h1 {
    font-size: clamp(2rem, 12vw, 3rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .fs-subtitle,
  .fs-description {
    font-size: 1rem;
  }

  .fs-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .fs-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .fs-architecture-intro {
    padding: 20px 14px;
  }

  .fs-pipeline-tools {
    grid-template-columns: 1fr;
  }

  .fs-access-grid,
  .fs-link-grid-compact,
  .fs-ops-grid-cards,
  .fs-shot-grid,
  .fs-dashboard-grid,
  .fs-detail-grid,
  .fs-readme-details ul {
    grid-template-columns: 1fr;
  }

  .fs-access-card {
    min-height: 168px;
  }

  .fs-shot-image {
    aspect-ratio: 4 / 3;
    max-height: 260px;
  }

  .fs-modal-panel {
    width: 100%;
    max-height: 86vh;
    border-radius: 18px;
  }

  .fs-modal-figure img {
    max-height: 48vh;
  }

  .fs-card,
  .fs-readme-details,
  .fs-detail-grid article {
    padding: 14px;
  }

  .fs-fullpage-screenshot {
    width: 100%;
    margin: 16px 0 18px;
    padding: 8px;
    border-radius: 18px;
  }

  .fs-fullpage-screenshot img {
    max-height: 58vh;
    border-radius: 14px;
  }

  .fs-fullpage-screenshot figcaption {
    font-size: 0.82rem;
  }

  .fs-footer-inner {
    flex-direction: column;
  }
}

.fs-card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 32px;
  margin-top: auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: #07185a;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
}

@media (max-width: 680px) {
  .fs-card-link {
    margin-top: 12px;
  }
}

/* Flexible screenshot previews and zoom controls */
.fs-architecture-zoom-link {
  display: block;
  width: 100%;
  min-width: 100%;
  cursor: zoom-in;
  outline: none;
}

.fs-architecture-zoom-link img {
  transition: width 0.22s ease, box-shadow 0.22s ease;
  transform-origin: center top;
}

.fs-zoomable-screenshot {
  align-items: flex-start;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable both-edges;
}

.fs-zoomable-screenshot figcaption {
  align-self: center;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .fs-architecture-zoom-link:hover img,
  .fs-architecture-zoom-link:focus-visible img {
    width: min(180%, 2100px);
    max-width: none;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
  }
}

.fs-modal-wide .fs-modal-panel,
.fs-architecture-modal-panel {
  width: min(96vw, 1440px);
}

.fs-architecture-modal-figure {
  max-height: 66vh;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #f8fafc;
}

.fs-architecture-modal-figure img {
  width: max(100%, 1280px);
  max-width: none;
  max-height: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.fs-architecture-modal-figure figcaption {
  position: sticky;
  left: 0;
  padding: 0 10px 10px;
}

.fs-portfolio-modal-figure img {
  max-height: 48vh;
  object-fit: contain;
}

@media (max-width: 680px) {
  .fs-zoomable-screenshot {
    max-height: 70vh;
  }

  .fs-architecture-modal-figure {
    max-height: 58vh;
  }

  .fs-architecture-modal-figure img {
    width: 1120px;
  }
}
