.tool-layout[data-astro-cid-mzx2tpye]{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:var(--space-8);align-items:start}@media(max-width:1024px){.tool-layout[data-astro-cid-mzx2tpye]{grid-template-columns:1fr}}.tool-form[data-astro-cid-mzx2tpye]{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-7);display:flex;flex-direction:column;gap:var(--space-5);position:sticky;top:var(--space-6)}@media(max-width:1024px){.tool-form[data-astro-cid-mzx2tpye]{position:static}}.form-field[data-astro-cid-mzx2tpye] label[data-astro-cid-mzx2tpye]{display:block;font-family:var(--font-heading);font-weight:600;font-size:var(--text-sm);color:var(--color-text-primary);margin-bottom:var(--space-3)}.label-muted[data-astro-cid-mzx2tpye]{color:var(--color-text-muted);font-weight:400;font-size:.85em}.form-field[data-astro-cid-mzx2tpye] input[data-astro-cid-mzx2tpye][type=text],.form-field[data-astro-cid-mzx2tpye] input[data-astro-cid-mzx2tpye][type=email],.form-field[data-astro-cid-mzx2tpye] input[data-astro-cid-mzx2tpye][type=number],.form-field[data-astro-cid-mzx2tpye] textarea[data-astro-cid-mzx2tpye],.form-field[data-astro-cid-mzx2tpye] select[data-astro-cid-mzx2tpye]{width:100%;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);color:var(--color-text-primary);font-family:inherit;font-size:var(--text-base)}.form-field[data-astro-cid-mzx2tpye] input[data-astro-cid-mzx2tpye]:focus,.form-field[data-astro-cid-mzx2tpye] textarea[data-astro-cid-mzx2tpye]:focus,.form-field[data-astro-cid-mzx2tpye] select[data-astro-cid-mzx2tpye]:focus{outline:none;border-color:var(--color-accent-blue)}.form-field[data-astro-cid-mzx2tpye] .hint[data-astro-cid-mzx2tpye]{margin-top:var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted)}.form-sep[data-astro-cid-mzx2tpye]{border:none;border-top:1px solid var(--color-border);margin:0}.fetch-row[data-astro-cid-mzx2tpye]{display:grid;grid-template-columns:1fr auto;gap:var(--space-3)}.fetch-row[data-astro-cid-mzx2tpye] .btn[data-astro-cid-mzx2tpye]{padding-left:var(--space-5);padding-right:var(--space-5)}.fetch-status[data-astro-cid-mzx2tpye]{margin-top:var(--space-2);font-size:var(--text-xs);min-height:16px;color:var(--color-text-muted)}.fetch-status[data-astro-cid-mzx2tpye].fetch-ok{color:#10b981}.fetch-status[data-astro-cid-mzx2tpye].fetch-err{color:#ef4444}.fetch-status[data-astro-cid-mzx2tpye].fetch-loading{color:var(--color-accent-blue)}.field-meter[data-astro-cid-mzx2tpye]{margin-top:var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted);font-family:var(--font-mono, ui-monospace, monospace)}.status[data-astro-cid-mzx2tpye]{margin-left:var(--space-2);font-weight:600}.status[data-astro-cid-mzx2tpye].ok{color:#10b981}.status[data-astro-cid-mzx2tpye].warn{color:#f59e0b}.status[data-astro-cid-mzx2tpye].bad{color:#ef4444}.form-section[data-astro-cid-mzx2tpye]{background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:0}.form-section[data-astro-cid-mzx2tpye]>summary[data-astro-cid-mzx2tpye]{cursor:pointer;padding:var(--space-3) var(--space-4);font-family:var(--font-heading);font-weight:600;font-size:var(--text-sm);color:var(--color-text-primary);list-style:none;display:flex;align-items:center;justify-content:space-between}.form-section[data-astro-cid-mzx2tpye]>summary[data-astro-cid-mzx2tpye]::-webkit-details-marker{display:none}.form-section[data-astro-cid-mzx2tpye]>summary[data-astro-cid-mzx2tpye]:after{content:"▾";color:var(--color-text-muted);font-size:.7em;transition:transform .15s ease}.form-section[data-astro-cid-mzx2tpye][open]>summary[data-astro-cid-mzx2tpye]:after{transform:rotate(180deg)}.form-section-body[data-astro-cid-mzx2tpye]{padding:0 var(--space-4) var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.toggles[data-astro-cid-mzx2tpye]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2) var(--space-3)}.toggle[data-astro-cid-mzx2tpye]{display:flex!important;align-items:center;gap:var(--space-2);margin-bottom:0!important;font-size:var(--text-sm)!important;font-weight:500!important;cursor:pointer;color:var(--color-text-secondary)!important}.toggle[data-astro-cid-mzx2tpye] input[data-astro-cid-mzx2tpye][type=checkbox]{width:16px;height:16px;accent-color:#f97316;cursor:pointer}.feature-detail[data-astro-cid-mzx2tpye]{display:none;padding:var(--space-3);background:var(--color-bg-secondary);border-radius:var(--radius-sm);flex-direction:column;gap:var(--space-2)}.feature-detail[data-astro-cid-mzx2tpye].show{display:flex}.feature-detail[data-astro-cid-mzx2tpye] .sub-label[data-astro-cid-mzx2tpye]{font-size:var(--text-xs)!important;color:var(--color-text-muted)!important;margin-bottom:var(--space-1)!important;font-weight:500!important}.feature-detail[data-astro-cid-mzx2tpye] input[data-astro-cid-mzx2tpye],.feature-detail[data-astro-cid-mzx2tpye] select[data-astro-cid-mzx2tpye]{font-size:var(--text-sm)!important;padding:var(--space-2) var(--space-3)!important}.row-2[data-astro-cid-mzx2tpye]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.email-gate[data-astro-cid-mzx2tpye]{background:linear-gradient(135deg,#f973160f,#f9731605);border:1px solid rgba(249,115,22,.25);border-radius:var(--radius-lg);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}.email-gate[data-astro-cid-mzx2tpye] h3[data-astro-cid-mzx2tpye]{font-family:var(--font-heading);font-weight:700;font-size:var(--text-base);color:var(--color-text-primary);margin:0}.email-gate[data-astro-cid-mzx2tpye] p[data-astro-cid-mzx2tpye]{margin:0;font-size:var(--text-sm);color:var(--color-text-secondary);line-height:1.55}.email-gate[data-astro-cid-mzx2tpye] input[data-astro-cid-mzx2tpye]{width:100%;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);color:var(--color-text-primary);font-family:inherit;font-size:var(--text-base)}.btn-block[data-astro-cid-mzx2tpye]{width:100%;justify-content:center}.hp[data-astro-cid-mzx2tpye]{position:absolute;left:-9999px;top:-9999px;height:0;opacity:0}.lead-status[data-astro-cid-mzx2tpye]{font-size:var(--text-xs);min-height:16px;color:var(--color-text-muted)}.lead-status[data-astro-cid-mzx2tpye].ok{color:#10b981}.lead-status[data-astro-cid-mzx2tpye].err{color:#ef4444}.tool-preview[data-astro-cid-mzx2tpye]{display:flex;flex-direction:column;gap:var(--space-5);min-width:0}.preview-tabs[data-astro-cid-mzx2tpye]{display:flex;flex-wrap:wrap;gap:4px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:4px}.preview-tab[data-astro-cid-mzx2tpye]{flex:1 1 auto;background:transparent;border:none;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-text-muted);font-family:var(--font-heading);font-weight:600;font-size:var(--text-xs);cursor:pointer;white-space:nowrap}.preview-tab[data-astro-cid-mzx2tpye].active{background:var(--color-bg-primary);color:var(--color-text-primary);box-shadow:0 1px 2px #0000000f}.preview-pane[data-astro-cid-mzx2tpye]{display:none}.preview-pane[data-astro-cid-mzx2tpye].active{display:block}.serp-snippet[data-astro-cid-mzx2tpye]{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;max-width:652px;color:#202124;font-family:arial,sans-serif}.serp-mobile[data-astro-cid-mzx2tpye]{max-width:412px;padding:16px 18px;border-radius:16px}.serp-site[data-astro-cid-mzx2tpye]{display:flex;align-items:center;gap:10px;margin-bottom:6px}.serp-favicon[data-astro-cid-mzx2tpye]{width:26px;height:26px;background:#1a73e8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;overflow:hidden;flex-shrink:0}.serp-favicon[data-astro-cid-mzx2tpye] img[data-astro-cid-mzx2tpye]{width:100%;height:100%;object-fit:cover}.serp-sitename[data-astro-cid-mzx2tpye]{font-size:14px;color:#202124;line-height:1.2}.serp-url[data-astro-cid-mzx2tpye]{font-size:12px;color:#4d5156;line-height:1.2}.serp-flex[data-astro-cid-mzx2tpye]{display:flex;gap:16px;align-items:flex-start}.serp-main[data-astro-cid-mzx2tpye]{flex:1;min-width:0}.serp-title[data-astro-cid-mzx2tpye]{color:#1a0dab;font-size:20px;line-height:1.3;font-weight:400;margin:4px 0;font-family:arial,sans-serif}.serp-mobile[data-astro-cid-mzx2tpye] .serp-title[data-astro-cid-mzx2tpye]{font-size:18px}.serp-title[data-astro-cid-mzx2tpye] strong[data-astro-cid-mzx2tpye]{font-weight:700;color:#1a0dab}.serp-desc[data-astro-cid-mzx2tpye]{color:#4d5156;font-size:14px;line-height:1.58;margin:0}.serp-desc[data-astro-cid-mzx2tpye] strong[data-astro-cid-mzx2tpye]{color:#202124;font-weight:700}.serp-date[data-astro-cid-mzx2tpye]{color:#70757a}.serp-rating[data-astro-cid-mzx2tpye]{display:flex;align-items:center;gap:6px;font-size:13px;color:#4d5156;margin:4px 0 6px}.serp-stars[data-astro-cid-mzx2tpye]{color:#f59e0b;letter-spacing:1px}.serp-image[data-astro-cid-mzx2tpye]{width:96px;height:96px;background:#e5e7eb url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%239ca3af" stroke-width="1.5"><rect x="3" y="3" width="18" height="18" rx="2"/><circle cx="9" cy="9" r="2"/><path d="m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21"/></svg>') no-repeat center;background-size:32px;border-radius:8px;flex-shrink:0;overflow:hidden}.serp-image[data-astro-cid-mzx2tpye] img[data-astro-cid-mzx2tpye]{width:100%;height:100%;object-fit:cover}.serp-sitelinks[data-astro-cid-mzx2tpye]{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin-top:12px;padding-top:12px;border-top:1px solid #f0f1f4}.serp-sitelinks-mobile[data-astro-cid-mzx2tpye]{grid-template-columns:1fr;gap:8px}.serp-sitelink[data-astro-cid-mzx2tpye]{color:#1a0dab;font-size:14px;font-family:arial,sans-serif;text-decoration:none}.serp-sitelink-desc[data-astro-cid-mzx2tpye]{color:#4d5156;font-size:12px;line-height:1.4}.serp-faq[data-astro-cid-mzx2tpye]{margin-top:12px;padding-top:12px;border-top:1px solid #f0f1f4}.serp-faq-item[data-astro-cid-mzx2tpye]{padding:8px 0;border-bottom:1px solid #f0f1f4;font-size:14px;color:#202124;display:flex;align-items:center;justify-content:space-between}.serp-faq-item[data-astro-cid-mzx2tpye]:last-child{border-bottom:none}.serp-faq-chev[data-astro-cid-mzx2tpye]{color:#70757a;font-size:18px;line-height:1}.ai-card[data-astro-cid-mzx2tpye]{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 22px;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Inter,arial,sans-serif}.ai-overview[data-astro-cid-mzx2tpye]{background:linear-gradient(180deg,#f1f8ff,#fff 30%);border-color:#cfe1f6}.ai-overview-head[data-astro-cid-mzx2tpye]{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.ai-overview-pill[data-astro-cid-mzx2tpye]{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#4285f4,#34a853);color:#fff;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600}.ai-overview-meta[data-astro-cid-mzx2tpye]{font-size:12px;color:#6b7280}.ai-overview-meta[data-astro-cid-mzx2tpye] strong[data-astro-cid-mzx2tpye]{color:#1f2937}.ai-overview-body[data-astro-cid-mzx2tpye]{font-size:15px;line-height:1.65;margin:6px 0 16px;color:#1f2937}.ai-overview-body[data-astro-cid-mzx2tpye] strong[data-astro-cid-mzx2tpye]{font-weight:700}.ai-cite[data-astro-cid-mzx2tpye]{color:#4285f4;font-weight:600;font-size:11px;vertical-align:super;margin-left:2px}.ai-overview-srclist[data-astro-cid-mzx2tpye]{background:#f9fafb;border-radius:10px;padding:12px;margin-bottom:10px}.ai-src-head[data-astro-cid-mzx2tpye]{font-size:12px;color:#6b7280;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.ai-src[data-astro-cid-mzx2tpye]{display:grid;grid-template-columns:22px 26px 1fr;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid #eef0f4}.ai-src[data-astro-cid-mzx2tpye]:last-child{border-bottom:none}.ai-src-dim[data-astro-cid-mzx2tpye]{opacity:.6}.ai-src-num[data-astro-cid-mzx2tpye]{font-size:12px;color:#6b7280;font-weight:600;text-align:center}.ai-src-favicon[data-astro-cid-mzx2tpye]{width:26px;height:26px;background:#1a73e8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;overflow:hidden}.ai-src-favicon[data-astro-cid-mzx2tpye] img[data-astro-cid-mzx2tpye]{width:100%;height:100%;object-fit:cover}.ai-src-title[data-astro-cid-mzx2tpye]{font-size:13px;color:#1f2937;line-height:1.3;font-weight:500}.ai-src-host[data-astro-cid-mzx2tpye]{font-size:11px;color:#6b7280}.ai-cite-note[data-astro-cid-mzx2tpye]{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:10px 12px;font-size:12px;color:#78350f;line-height:1.5}.ai-perplexity[data-astro-cid-mzx2tpye]{background:#fff;border-color:#e5e7eb}.px-question[data-astro-cid-mzx2tpye]{display:flex;align-items:center;gap:10px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #eef0f4;font-size:15px;font-weight:600;color:#1f2937}.px-icon[data-astro-cid-mzx2tpye]{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#20808d;color:#fff;border-radius:6px;font-size:13px;font-weight:700}.px-sources[data-astro-cid-mzx2tpye]{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin-bottom:14px}.px-source[data-astro-cid-mzx2tpye]{background:#f9fafb;border-radius:8px;padding:10px 12px;position:relative;border:1px solid #eef0f4}.px-source-1[data-astro-cid-mzx2tpye]{background:#ecfdf5;border-color:#a7f3d0}.px-src-host[data-astro-cid-mzx2tpye]{display:flex;align-items:center;gap:6px;font-size:11px;color:#6b7280;margin-bottom:4px}.px-favicon[data-astro-cid-mzx2tpye]{width:14px;height:14px;background:#1a73e8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;overflow:hidden}.px-favicon[data-astro-cid-mzx2tpye] img[data-astro-cid-mzx2tpye]{width:100%;height:100%;object-fit:cover}.px-src-title[data-astro-cid-mzx2tpye]{font-size:12px;color:#1f2937;line-height:1.3;font-weight:500}.px-src-num[data-astro-cid-mzx2tpye]{position:absolute;top:6px;right:8px;font-size:10px;color:#9ca3af;font-weight:700}.px-answer[data-astro-cid-mzx2tpye] p[data-astro-cid-mzx2tpye]{font-size:14px;line-height:1.65;color:#1f2937;margin:0 0 12px}.px-answer[data-astro-cid-mzx2tpye] strong[data-astro-cid-mzx2tpye]{font-weight:700}.px-cite[data-astro-cid-mzx2tpye]{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;background:#ecfdf5;color:#20808d;border-radius:4px;font-size:10px;font-weight:700;vertical-align:super;margin:0 2px}.ai-chatgpt[data-astro-cid-mzx2tpye]{background:#fff;border-color:#e5e7eb;padding:16px 18px}.gpt-row[data-astro-cid-mzx2tpye]{display:flex;gap:12px;padding:12px 0}.gpt-row[data-astro-cid-mzx2tpye]+.gpt-row[data-astro-cid-mzx2tpye]{border-top:1px solid #eef0f4}.gpt-avatar[data-astro-cid-mzx2tpye]{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}.gpt-avatar-user[data-astro-cid-mzx2tpye]{background:#d1fae5;color:#065f46}.gpt-avatar-bot[data-astro-cid-mzx2tpye]{background:#1f2937;color:#fff}.gpt-body[data-astro-cid-mzx2tpye]{flex:1;font-size:14px;line-height:1.6;color:#1f2937;min-width:0}.gpt-body[data-astro-cid-mzx2tpye] p[data-astro-cid-mzx2tpye]{margin:0 0 10px}.gpt-body[data-astro-cid-mzx2tpye] strong[data-astro-cid-mzx2tpye]{font-weight:700}.gpt-tool[data-astro-cid-mzx2tpye]{display:inline-flex;align-items:center;gap:6px;background:#f3f4f6;border-radius:999px;padding:4px 10px;font-size:11px;color:#6b7280;margin-bottom:8px}.gpt-cite-card[data-astro-cid-mzx2tpye]{display:flex;gap:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;margin-top:8px}.gpt-cite-favicon[data-astro-cid-mzx2tpye]{width:28px;height:28px;background:#1a73e8;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;overflow:hidden}.gpt-cite-favicon[data-astro-cid-mzx2tpye] img[data-astro-cid-mzx2tpye]{width:100%;height:100%;object-fit:cover}.gpt-cite-body[data-astro-cid-mzx2tpye]{flex:1;min-width:0}.gpt-cite-title[data-astro-cid-mzx2tpye]{font-size:13px;color:#1f2937;line-height:1.3;font-weight:600}.gpt-cite-host[data-astro-cid-mzx2tpye]{font-size:11px;color:#6b7280;margin:2px 0}.gpt-cite-snippet[data-astro-cid-mzx2tpye]{font-size:12px;color:#4b5563;line-height:1.5}.analysis[data-astro-cid-mzx2tpye]{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-5)}.analysis-metrics[data-astro-cid-mzx2tpye]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}@media(max-width:600px){.analysis-metrics[data-astro-cid-mzx2tpye]{grid-template-columns:1fr}}.metric[data-astro-cid-mzx2tpye]{display:flex;flex-direction:column;gap:var(--space-2)}.metric-head[data-astro-cid-mzx2tpye]{display:flex;justify-content:space-between;align-items:baseline}.metric-label[data-astro-cid-mzx2tpye]{font-family:var(--font-heading);font-weight:600;font-size:var(--text-sm);color:var(--color-text-primary)}.metric-value[data-astro-cid-mzx2tpye]{font-family:var(--font-mono, ui-monospace, monospace);font-size:var(--text-sm);font-weight:700;color:var(--color-text-primary)}.metric-bar[data-astro-cid-mzx2tpye]{width:100%;height:8px;background:var(--color-bg-primary);border-radius:999px;overflow:hidden}.metric-fill[data-astro-cid-mzx2tpye]{height:100%;width:0%;border-radius:999px;transition:width .3s ease,background .3s ease}.metric-fill-ctr[data-astro-cid-mzx2tpye]{background:linear-gradient(90deg,#ef4444,#f59e0b 50%,#10b981)}.metric-fill-rw[data-astro-cid-mzx2tpye]{background:linear-gradient(90deg,#10b981,#f59e0b 50%,#ef4444)}.analysis-section[data-astro-cid-mzx2tpye]{display:flex;flex-direction:column;gap:var(--space-2)}.analysis-section-label[data-astro-cid-mzx2tpye]{font-family:var(--font-heading);font-weight:600;font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.chips[data-astro-cid-mzx2tpye]{display:flex;flex-wrap:wrap;gap:6px}.chip[data-astro-cid-mzx2tpye]{display:inline-flex;align-items:center;gap:4px;font-size:var(--text-xs);font-weight:600;padding:4px 10px;border-radius:999px;border:1px solid}.chip-ok[data-astro-cid-mzx2tpye]{background:#10b9811f;color:#10b981;border-color:#10b9814d}.chip-miss[data-astro-cid-mzx2tpye]{background:var(--color-bg-secondary);color:var(--color-text-muted);border-color:var(--color-border)}.tips[data-astro-cid-mzx2tpye]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.tips[data-astro-cid-mzx2tpye] li[data-astro-cid-mzx2tpye]{font-size:var(--text-sm);line-height:1.55;color:var(--color-text-secondary);padding-left:18px;position:relative}.tips[data-astro-cid-mzx2tpye] li[data-astro-cid-mzx2tpye]:before{content:"→";position:absolute;left:0;color:#f97316;font-weight:700}.action-bar[data-astro-cid-mzx2tpye]{display:flex;gap:var(--space-3);align-items:center;flex-wrap:wrap}.action-status[data-astro-cid-mzx2tpye]{font-size:var(--text-xs);color:#10b981;font-weight:600}.preview-notes[data-astro-cid-mzx2tpye]{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-7)}.preview-notes[data-astro-cid-mzx2tpye] h4[data-astro-cid-mzx2tpye]{font-family:var(--font-heading);font-weight:700;font-size:var(--text-base);color:var(--color-text-primary);margin:0 0 var(--space-3)}.preview-notes[data-astro-cid-mzx2tpye] ul[data-astro-cid-mzx2tpye]{color:var(--color-text-secondary);font-size:var(--text-sm);line-height:1.7;padding-left:1.25rem;margin:0}.preview-notes[data-astro-cid-mzx2tpye] li[data-astro-cid-mzx2tpye]{margin-bottom:var(--space-2)}
