.screenshot-wrap[data-astro-cid-ovxcmftc]{margin-bottom:2rem;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.screenshot[data-astro-cid-ovxcmftc]{width:100%;display:block}.meta-row[data-astro-cid-ovxcmftc]{display:flex;gap:1rem;margin-bottom:2rem}.meta-link[data-astro-cid-ovxcmftc]{font-size:.875rem;color:var(--text-tertiary);text-decoration:none}.meta-link[data-astro-cid-ovxcmftc]:hover{color:var(--text-secondary)}.dashboard-wrap[data-astro-cid-ovxcmftc]{position:relative;margin-bottom:2rem;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--bg-secondary)}.dashboard-toolbar[data-astro-cid-ovxcmftc]{position:absolute;top:8px;right:8px;z-index:2;display:flex;gap:6px}.dash-btn[data-astro-cid-ovxcmftc]{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:.78rem;font-weight:500;color:#f5f7fa;background:#3b82f6eb;border:1px solid rgba(96,165,250,.6);border-radius:6px;cursor:pointer;text-decoration:none;box-shadow:0 2px 8px #00000040;transition:background .15s,transform .1s}.dash-btn[data-astro-cid-ovxcmftc]:hover{background:#2563eb;transform:translateY(-1px)}.dash-btn-icon[data-astro-cid-ovxcmftc]{font-size:.95rem;line-height:1}.dashboard-frame[data-astro-cid-ovxcmftc]{width:100%;height:460px;border:none;display:block}@media(max-width:600px){.dashboard-frame[data-astro-cid-ovxcmftc]{height:360px}}html.dark .light-only[data-astro-cid-ovxcmftc]{display:none}html:not(.dark) .dark-only[data-astro-cid-ovxcmftc]{display:none}.intro-card[data-astro-cid-ovxcmftc]{border:1px solid var(--border);background:var(--bg-secondary);border-radius:12px;padding:18px 20px;margin-bottom:1.5rem}.intro-summary[data-astro-cid-ovxcmftc]{font-size:1.02rem;line-height:1.6;color:var(--text-primary);font-weight:600;margin:0;letter-spacing:-.01em}.intro-use[data-astro-cid-ovxcmftc]{margin-top:14px}.intro-eyebrow[data-astro-cid-ovxcmftc]{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--text-tertiary);text-transform:uppercase;margin-bottom:9px}.intro-steps[data-astro-cid-ovxcmftc]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.intro-steps[data-astro-cid-ovxcmftc] li[data-astro-cid-ovxcmftc]{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:var(--text-body);line-height:1.5}.intro-num[data-astro-cid-ovxcmftc]{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--code-bg);color:var(--text-secondary);font-size:.73rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.intro-tags[data-astro-cid-ovxcmftc]{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}.intro-tag[data-astro-cid-ovxcmftc]{font-size:.72rem;font-weight:600;color:var(--text-tertiary);background:var(--code-bg);padding:3px 10px;border-radius:20px}.story-wrap[data-astro-cid-ovxcmftc]{display:grid;grid-template-columns:1.65fr 1fr;gap:20px;margin-bottom:2.25rem;align-items:start}.story-stage[data-astro-cid-ovxcmftc]{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--bg-secondary);height:470px;box-shadow:0 10px 30px #0000001a,0 2px 6px #0000000d}html.dark .story-stage[data-astro-cid-ovxcmftc]{box-shadow:0 12px 32px #00000073}.story-pane[data-astro-cid-ovxcmftc]{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}img[data-astro-cid-ovxcmftc].story-shot{object-fit:cover;object-position:top center}.story-fs[data-astro-cid-ovxcmftc]{position:absolute;top:10px;right:10px;z-index:3}.story-tl[data-astro-cid-ovxcmftc]{list-style:none;margin:0;padding:6px 0;position:relative}.story-tl[data-astro-cid-ovxcmftc]:before{content:"";position:absolute;left:18px;top:27px;bottom:52px;width:2px;background:var(--border)}.tl-item[data-astro-cid-ovxcmftc]{display:flex;gap:14px;width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:11px 12px;border-radius:10px;align-items:flex-start;font:inherit;color:inherit;transition:background .15s}.tl-item[data-astro-cid-ovxcmftc]:hover,.tl-item[data-astro-cid-ovxcmftc].active{background:var(--code-bg)}.tl-mark[data-astro-cid-ovxcmftc]{flex-shrink:0;width:14px;height:14px;border-radius:50%;border:2.5px solid var(--text-tertiary);background:var(--bg);margin-top:3px;position:relative;z-index:1;transition:.18s}.tl-item[data-astro-cid-ovxcmftc]:hover .tl-mark[data-astro-cid-ovxcmftc]{border-color:var(--text-secondary)}.tl-item[data-astro-cid-ovxcmftc].active .tl-mark[data-astro-cid-ovxcmftc]{border-color:#3b82f6;background:#3b82f6;box-shadow:0 0 0 4px #3b82f629}.tl-item[data-astro-cid-ovxcmftc].active .tl-latest[data-astro-cid-ovxcmftc]{animation:tl-pulse 2.2s ease-in-out infinite}@keyframes tl-pulse{0%,to{box-shadow:0 0 0 4px #3b82f629}50%{box-shadow:0 0 0 8px #3b82f60a}}.tl-body[data-astro-cid-ovxcmftc]{display:flex;flex-direction:column;gap:3px;min-width:0}.tl-body[data-astro-cid-ovxcmftc] b[data-astro-cid-ovxcmftc]{font-size:.875rem;font-weight:650;color:var(--text-secondary);letter-spacing:-.01em}.tl-item[data-astro-cid-ovxcmftc].active .tl-body[data-astro-cid-ovxcmftc] b[data-astro-cid-ovxcmftc]{color:var(--text-primary)}.tl-intent[data-astro-cid-ovxcmftc]{font-size:.78rem;color:var(--text-tertiary);line-height:1.5}.tl-item[data-astro-cid-ovxcmftc].active .tl-intent[data-astro-cid-ovxcmftc]{color:var(--text-secondary)}@media(max-width:760px){.story-wrap[data-astro-cid-ovxcmftc]{grid-template-columns:1fr;gap:14px}.story-stage[data-astro-cid-ovxcmftc]{height:340px}.story-tl[data-astro-cid-ovxcmftc]:before{display:none}}
