:root { --accent: #3D9BE0; }

.sc-placeholder {
background: color-mix(in srgb, currentColor 8%, transparent);
border: 1px solid
color-mix(in srgb, currentColor 50%, transparent);
border-radius: 2px;
box-sizing: border-box;
overflow: hidden;
}
@keyframes sc-shine {
0% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
html.sc-dc-streaming .sc-placeholder,
html.sc-dc-streaming .sc-interp.sc-missing {
position: relative;
background: color-mix(in srgb, currentColor 5%, transparent);
border-color: transparent;
}
html.sc-dc-streaming .sc-placeholder::before,
html.sc-dc-streaming .sc-interp.sc-missing::before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
background: linear-gradient(
90deg,
rgba(217, 119, 87, 0) 25%,
rgba(247, 225, 211, 0.95) 37%,
rgba(217, 119, 87, 0) 63%
);
background-size: 400% 100%;
animation: sc-shine 1.4s ease infinite;
}
html.sc-dc-streaming
.sc-placeholder:nth-child(n + 9 of .sc-placeholder)::before,
html.sc-dc-streaming
.sc-interp.sc-missing:nth-child(
n + 9 of .sc-interp.sc-missing
)::before {
animation: none;
background: color-mix(in srgb, currentColor 8%, transparent);
}
.sc-placeholder-error {
padding: 4px 8px;
font:
11px/1.4 ui-monospace,
monospace;
color: color-mix(in srgb, currentColor 70%, transparent);
word-break: break-word;
}
.sc-interp.sc-missing {
display: inline-block;
width: 2em;
height: 1em;
overflow: hidden;
vertical-align: text-bottom;
background: rgba(255, 255, 255, 0.3);
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 2px;
box-sizing: border-box;
color: transparent;
user-select: none;
}
.sc-interp.sc-unresolved {
font-family: ui-monospace, monospace;
font-size: 0.85em;
color: color-mix(in srgb, currentColor 50%, transparent);
background: color-mix(in srgb, currentColor 10%, transparent);
border-radius: 3px;
padding: 0 3px;
}
.sc-host.sc-has-error {
position: relative;
}
.sc-logic-error {
position: absolute;
top: 8px;
left: 8px;
z-index: 2147483647;
max-width: 60ch;
padding: 6px 10px;
background: #b00020;
color: #fff;
font:
12px/1.4 ui-monospace,
monospace;
border-radius: 4px;
white-space: pre-wrap;
pointer-events: none;
}
/* Mirrors PRINT_BASELINE_CSS in apps/web deck-stage-export.ts — keep both
in sync until dc-runtime regains a build step. */
@media print {
@page {
margin: 0.5cm;
}
figure,
table {
break-inside: avoid;
}
#dc-root,
#dc-root > .sc-host {
height: auto;
}
*,
*::before,
*::after {
print-color-adjust: exact;
-webkit-print-color-adjust: exact;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
animation-delay: -99s !important;
animation-duration: 0.001s !important;
animation-iteration-count: 1 !important;
animation-fill-mode: both !important;
animation-play-state: running !important;
transition-duration: 0s !important;
}
}

x-dc {
display: none !important;
}

html {
scroll-behavior: smooth;
}
body {
margin: 0;
}
@keyframes pfspin {
to {
transform: rotate(360deg);
}
}
@keyframes pffloat {
0%,
100% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
}
::selection {
background: color-mix(in srgb, #3d9be0 28%, transparent);
}
*::-webkit-scrollbar {
width: 12px;
height: 12px;
}
*::-webkit-scrollbar-thumb {
background: rgba(20, 22, 40, 0.18);
border-radius: 8px;
border: 3px solid transparent;
background-clip: padding-box;
}

/* ---- extracted component styles ---- */
.s1 { --accent: #3d9be0; --accent-ink: #1f7dc4; --ink: #1d1d24; --muted: #6b6b76; --dim: #97979f; --card: #ffffff; --bg: #fbf9f5; --line: rgba(20, 22, 40, 0.09); --line-soft: rgba(20, 22, 40, 0.06); background: var(--bg); color: var(--ink); font-family: -apple-system, "SF Pro Text", system-ui, sans-serif; min-height: 100vh; overflow-x: hidden; }
.s2 { position: sticky; top: 0px; z-index: 50; backdrop-filter: blur(16px); background: rgba(251, 249, 245, 0.72); border-bottom: 1px solid var(--line-soft); }
.s3 { max-width: 1140px; margin: 0px auto; padding: 0px 28px; height: 60px; display: flex; align-items: center; gap: 14px; }
.s4 { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.s5 { width: 26px; height: 26px; border-radius: 7px; box-shadow: 0 3px 12px -3px color-mix(in srgb, var(--accent) 60%, transparent); }
.s6 { font-size: 16px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.s7 { flex: 1 1 0%; }
.s8 { display: flex; gap: 26px; align-items: center; }
.s9 { font-size: 13px; color: var(--muted); text-decoration: none; font-weight: 500; }
.s10 { margin-left: 8px; background: var(--accent); color: rgb(255, 255, 255); font-size: 13px; font-weight: 600; padding: 8px 16px; border-radius: 9px; text-decoration: none; box-shadow: 0 4px 14px -4px color-mix(in srgb, var(--accent) 75%, transparent); }
.s11 { position: relative; overflow: hidden; }
.s12 { position: absolute; inset: 0px; background: radial-gradient( 58% 55% at 14% -5%, rgba(255, 196, 158, 0.4) 0%, transparent 60% ), radial-gradient( 55% 55% at 86% 0%, rgba(196, 184, 255, 0.38) 0%, transparent 60% ), radial-gradient( 95% 75% at 50% -12%, color-mix( in srgb, var(--accent) 22%, transparent ) 0%, transparent 62% ); pointer-events: none; }
.s13 { max-width: 1140px; margin: 0px auto; padding: 76px 28px 40px; position: relative; text-align: center; }
.s14 { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; color: var(--muted); background: rgba(255, 255, 255, 0.7); border: 1px solid var(--line); padding: 6px 13px; border-radius: 20px; font-family: ui-monospace, Menlo, monospace; box-shadow: 0 1px 2px rgba(20, 22, 40, 0.04); }
.s15 { font-size: 60px; line-height: 1.03; font-weight: 800; letter-spacing: -0.03em; margin: 24px auto 0px; max-width: 820px; text-wrap: balance; }
.s16 { color: var(--accent-ink); }
.s17 { font-size: 18px; line-height: 1.55; color: var(--muted); max-width: 620px; margin: 22px auto 0px; text-wrap: pretty; }
.s18 { display: flex; gap: 12px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.s19 { display: flex; align-items: center; gap: 9px; background: var(--accent); color: rgb(255, 255, 255); font-size: 14.5px; font-weight: 600; padding: 13px 24px; border-radius: 11px; text-decoration: none; box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--accent) 80%, transparent); }
.s20 { display: flex; align-items: center; gap: 9px; background: var(--card); border: 1px solid var(--line); color: var(--ink); font-size: 14.5px; font-weight: 600; padding: 13px 22px; border-radius: 11px; text-decoration: none; box-shadow: 0 2px 8px -3px rgba(20, 22, 40, 0.1); }
.s21 { font-size: 12px; color: var(--dim); margin-top: 16px; }
.s22 { max-width: 1000px; margin: 24px auto 0px; padding: 0px 28px; position: relative; }
.s23 { display: block; width: 100%; height: auto; border-radius: 14px; box-shadow: rgba(30, 40, 80, 0.28) 0px 44px 80px -30px, rgba(20, 22, 40, 0.08) 0px 0px 0px 1px; }
.s24 { max-width: 1000px; margin: 56px auto 0px; padding: 0px 28px; }
.s25 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: 0 12px 30px -20px rgba(30, 40, 80, 0.18); }
.s26 { background: var(--card); padding: 24px 18px; text-align: center; }
.s27 { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; color: var(--accent-ink); }
.s28 { font-size: 12px; color: var(--muted); margin-top: 5px; }
.s29 { max-width: 1000px; margin: 96px auto 0px; padding: 0px 28px; text-align: center; }
.s30 { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-ink); }
.s31 { font-size: 38px; font-weight: 800; letter-spacing: -0.02em; margin: 14px auto 0px; max-width: 640px; text-wrap: balance; }
.s32 { font-size: 16px; color: var(--muted); max-width: 600px; margin: 16px auto 0px; line-height: 1.55; }
.s33 { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.s34 { font-family: ui-monospace, Menlo, monospace; font-size: 12.5px; color: var(--muted); background: var(--card); border: 1px solid var(--line); padding: 9px 16px; border-radius: 9px; box-shadow: 0 1px 2px rgba(20, 22, 40, 0.04); }
.s35 { max-width: 1140px; margin: 110px auto 0px; padding: 0px 28px; scroll-margin-top: 70px; }
.s36 { text-align: center; margin-bottom: 48px; }
.s37 { font-size: 38px; font-weight: 800; letter-spacing: -0.02em; margin: 14px 0px 0px; }
.s38 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.s39 { border: 1px solid var(--line); background: var(--card); border-radius: 16px; padding: 26px 24px; box-shadow: 0 1px 3px rgba(20, 22, 40, 0.04), 0 14px 34px -22px rgba(30, 40, 80, 0.16); }
.s40 { width: 42px; height: 42px; border-radius: 11px; background: color-mix( in srgb, var(--accent) 14%, transparent ); display: flex; align-items: center; justify-content: center; color: var(--accent-ink); margin-bottom: 18px; }
.s41 { font-size: 16.5px; font-weight: 700; letter-spacing: -0.01em; }
.s42 { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin-top: 9px; }
.s43 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; align-items: stretch; }
.s44 { border: 1px solid var(--line); background: var(--card); border-radius: 16px; padding: 26px; box-shadow: 0 1px 3px rgba(20, 22, 40, 0.04), 0 14px 34px -22px rgba(30, 40, 80, 0.16); }
.s45 { font-family: ui-monospace, Menlo, monospace; font-size: 13px; color: var(--accent-ink); font-weight: 700; }
.s46 { font-size: 17px; font-weight: 700; margin-top: 12px; }
.s47 { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin-top: 8px; }
.s48 { font-family: ui-monospace, Menlo, monospace; color: var(--ink); }
.s49 { margin-top: 16px; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 13px; }
.s50 { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; }
.s51 { width: 15px; height: 15px; border: 2px solid rgba(20, 22, 40, 0.12); border-top-color: var(--accent); border-radius: 50%; animation: 0.9s linear 0s infinite normal none running pfspin; }
.s52 { font-size: 11px; color: var(--muted); }
.s53 { height: 5px; background: rgba( 20, 22, 40, 0.08 ); border-radius: 5px; overflow: hidden; }
.s54 { height: 100%; width: 86%; background: var(--accent); border-radius: 5px; transition: width 0.1s linear; }
.s55 { text-align: center; margin-bottom: 44px; }
.s56 { font-size: 16px; color: var(--muted); max-width: 560px; margin: 16px auto 0px; line-height: 1.55; }
.s57 { display: grid; grid-template-columns: 260px 1fr; gap: 18px; border: 1px solid var(--line); background: var(--card); border-radius: 18px; padding: 16px; min-height: 340px; box-shadow: 0 1px 3px rgba(20, 22, 40, 0.04), 0 18px 40px -26px rgba(30, 40, 80, 0.18); }
.s58 { display: flex; flex-direction: column; gap: 3px; }
.s59 { display: flex; align-items: center; gap: 11px; padding: 12px 13px; border-radius: 11px; cursor: pointer; background: color-mix( in srgb, var(--accent) 13%, transparent ); }
.s60 { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.s61 { font-size: 10px; color: var(--accent-ink); }
.s62 { display: flex; align-items: center; gap: 11px; padding: 12px 13px; border-radius: 11px; cursor: pointer; background: transparent; }
.s63 { font-size: 12.5px; font-weight: 600; color: var(--muted); }
.s64 { font-size: 10px; color: var(--dim); }
.s65 { min-width: 0; }
.s66 { display: block; }
.s67 { border-left: 1px solid var(--line-soft); padding: 8px 8px 8px 24px; }
.s68 { font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.s69 { font-size: 13px; color: var(--muted); margin-top: 4px; margin-bottom: 18px; }
.s70 { display: flex; align-items: flex-start; gap: 12px; padding: 11px 0px; border-bottom: 1px solid var(--line-soft); }
.s71 { width: 9px; height: 9px; border-radius: 50%; background: rgb( 240, 82, 60 ); margin-top: 4px; flex: 0 0 auto; }
.s72 { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.s73 { font-size: 12px; color: var(--muted); margin-top: 3px; line-height: 1.45; }
.s74 { font-size: 9.5px; font-weight: 700; padding: 3px 9px; border-radius: 20px; background: rgba( 240, 82, 60, 0.12 ); color: rgb(194, 54, 33); white-space: nowrap; }
.s75 { width: 9px; height: 9px; border-radius: 50%; background: rgb( 34, 164, 93 ); margin-top: 4px; flex: 0 0 auto; }
.s76 { font-size: 9.5px; font-weight: 700; padding: 3px 9px; border-radius: 20px; background: rgba( 34, 164, 93, 0.12 ); color: rgb(26, 133, 75); white-space: nowrap; }
.s77 { width: 9px; height: 9px; border-radius: 50%; background: rgb( 224, 150, 30 ); margin-top: 4px; flex: 0 0 auto; }
.s78 { font-size: 9.5px; font-weight: 700; padding: 3px 9px; border-radius: 20px; background: rgba( 224, 150, 30, 0.15 ); color: rgb(167, 108, 15); white-space: nowrap; }
.s79 { display: none; }
.s80 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.s81 { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; margin: 14px 0px 0px; text-wrap: balance; }
.s82 { font-size: 15.5px; color: var(--muted); line-height: 1.6; margin-top: 16px; }
.s83 { display: flex; gap: 9px; margin-top: 24px; flex-wrap: wrap; }
.s84 { font-size: 12.5px; font-weight: 600; color: var(--ink); background: var(--card); border: 1px solid var(--line); padding: 8px 15px; border-radius: 9px; box-shadow: 0 1px 2px rgba(20, 22, 40, 0.04); }
.s85 { border: 1px solid var(--line); border-radius: 14px; background: var(--card); box-shadow: rgba(30, 40, 80, 0.2) 0px 30px 60px -28px; overflow: hidden; }
.s86 { padding: 20px 22px; border-bottom: 1px solid var(--line-soft); display: flex; align-items: center; gap: 11px; }
.s87 { width: 34px; height: 34px; border-radius: 8px; background: linear-gradient( 145deg, var(--accent), #5b5cf0 ); display: flex; align-items: center; justify-content: center; color: rgb(255, 255, 255); font-size: 16px; }
.s88 { font-size: 14px; font-weight: 700; }
.s89 { font-size: 11px; color: var(--muted); }
.s90 { padding: 18px 22px; }
.s91 { display: flex; gap: 8px; margin-bottom: 16px; }
.s92 { flex: 1 1 0%; text-align: center; background: rgba( 240, 82, 60, 0.1 ); border-radius: 9px; padding: 11px 0px; }
.s93 { font-size: 19px; font-weight: 800; color: rgb(198, 56, 34); }
.s94 { font-size: 9.5px; color: rgb(163, 79, 62); text-transform: uppercase; letter-spacing: 0.03em; }
.s95 { flex: 1 1 0%; text-align: center; background: rgba( 224, 150, 30, 0.1 ); border-radius: 9px; padding: 11px 0px; }
.s96 { font-size: 19px; font-weight: 800; color: rgb(168, 110, 16); }
.s97 { font-size: 9.5px; color: rgb(146, 108, 55); text-transform: uppercase; letter-spacing: 0.03em; }
.s98 { flex: 1 1 0%; text-align: center; background: rgba( 34, 164, 93, 0.1 ); border-radius: 9px; padding: 11px 0px; }
.s99 { font-size: 19px; font-weight: 800; color: rgb(26, 133, 75); }
.s100 { font-size: 9.5px; color: rgb(72, 122, 92); text-transform: uppercase; letter-spacing: 0.03em; }
.s101 { display: flex; align-items: center; gap: 9px; padding: 9px 0px; border-top: 1px solid var(--line-soft); }
.s102 { width: 7px; height: 7px; border-radius: 50%; background: rgb(240, 82, 60); }
.s103 { font-size: 12px; color: var(--muted); }
.s104 { max-width: 1000px; margin: 110px auto 0px; padding: 0px 28px; }
.s105 { border: 1px solid var(--line); background: linear-gradient( 160deg, #ffffff, #fbf9f5 ); border-radius: 18px; padding: 44px 40px; text-align: center; box-shadow: 0 1px 3px rgba(20, 22, 40, 0.04), 0 20px 44px -28px rgba(30, 40, 80, 0.18); }
.s106 { width: 48px; height: 48px; border-radius: 12px; background: color-mix( in srgb, var(--accent) 14%, transparent ); display: flex; align-items: center; justify-content: center; color: var(--accent-ink); margin: 0px auto 18px; font-size: 22px; }
.s107 { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; margin: 0px; }
.s108 { font-size: 15.5px; color: var(--muted); max-width: 560px; margin: 14px auto 0px; line-height: 1.6; }
.s109 { max-width: 1140px; margin: 96px auto 0px; padding: 0px 28px; scroll-margin-top: 70px; }
.s110 { position: relative; overflow: hidden; border-radius: 22px; border: 1px solid color-mix( in srgb, var(--accent) 24%, var(--line) ); background: radial-gradient( 90% 130% at 50% 0%, color-mix( in srgb, var(--accent) 14%, transparent ), transparent 68% ), #ffffff; padding: 60px 40px; text-align: center; box-shadow: 0 24px 60px -34px rgba(30, 40, 80, 0.24); }
.s111 { position: absolute; inset: 0px; background: radial-gradient( 60% 90% at 12% 0%, rgba(255, 196, 158, 0.32), transparent 62% ), radial-gradient( 55% 90% at 88% 5%, rgba(196, 184, 255, 0.3), transparent 62% ); pointer-events: none; }
.s112 { position: relative; }
.s113 { font-size: 44px; font-weight: 800; letter-spacing: -0.025em; margin: 0px; text-wrap: balance; }
.s114 { font-size: 17px; color: var(--muted); max-width: 520px; margin: 18px auto 0px; line-height: 1.55; }
.s115 { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.s116 { background: var(--accent); color: rgb(255, 255, 255); font-size: 15px; font-weight: 600; padding: 14px 28px; border-radius: 12px; text-decoration: none; box-shadow: 0 10px 26px -8px color-mix(in srgb, var(--accent) 80%, transparent); }
.s117 { background: var(--card); border: 1px solid var(--line); color: var(--ink); font-size: 15px; font-weight: 600; padding: 14px 24px; border-radius: 12px; text-decoration: none; box-shadow: 0 2px 8px -3px rgba(20, 22, 40, 0.1); }
.s118 { max-width: 1140px; margin: 70px auto 0px; padding: 0px 28px 50px; }
.s119 { border-top: 1px solid var(--line); padding-top: 28px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.s120 { display: flex; align-items: center; gap: 9px; }
.s121 { width: 22px; height: 22px; border-radius: 6px; }
.s122 { font-size: 12px; color: var(--dim); }
.s123 { display: flex; gap: 22px; }
.s124 { font-size: 12.5px; color: var(--muted); text-decoration: none; }
.s125 { font-size: 11px; color: var(--dim); margin-top: 20px; }
