.prose-help{font-size:1.0625rem;line-height:1.75}.prose-help h2{margin-top:3rem;font-size:clamp(1.375rem,1rem + 1.1vw,1.75rem)}.prose-help h3{margin-top:2.25rem}.prose-help h4{margin-top:1.75rem}.prose-help .help-path{font-family:var(--font-mono);color:var(--color-foreground-muted);flex-wrap:wrap;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.prose-help .help-path>span{white-space:nowrap;align-items:center;gap:.375rem;display:inline-flex}.prose-help .help-path>span+span:before{content:"›";color:var(--color-foreground-subtle)}.prose-help .ui{color:var(--color-foreground);white-space:nowrap;font-weight:600}.prose-help kbd{border:1px solid var(--color-border-strong);background:var(--color-background-elevated);font-family:var(--font-mono);color:var(--color-foreground);white-space:nowrap;border-bottom-width:2px;border-radius:.3125rem;padding:.0625rem .375rem;font-size:.8125em;line-height:1.5;display:inline-block}.prose-help ol.help-steps{counter-reset:help-step;margin-top:1.5rem;padding-left:0;list-style:none}.prose-help ol.help-steps>li{counter-increment:help-step;margin-top:0;padding-bottom:1.5rem;padding-left:3rem;position:relative}.prose-help ol.help-steps>li+li{margin-top:0}.prose-help ol.help-steps>li:before{content:counter(help-step);background:var(--color-primary);width:1.875rem;height:1.875rem;color:var(--color-primary-foreground);font-family:var(--font-mono);font-variant-numeric:tabular-nums;border-radius:999px;place-items:center;font-size:.8125rem;font-weight:600;display:grid;position:absolute;top:-.125rem;left:0}.prose-help ol.help-steps>li:after{content:"";background:var(--color-border);width:1px;position:absolute;top:2rem;bottom:.25rem;left:.9375rem}.prose-help ol.help-steps>li:last-child{padding-bottom:0}.prose-help ol.help-steps>li:last-child:after{display:none}.prose-help ol.help-steps>li>:first-child{margin-top:0}.prose-help ol.help-steps figure{margin-top:1rem;margin-bottom:.5rem}.prose-help .help-callout{border:1px solid var(--color-border);border-radius:var(--radius-md,.5rem);background:var(--color-background-subtle);border-left-width:3px;margin-top:2rem;margin-bottom:2rem;padding:1.125rem 1.25rem;font-size:.9375rem;line-height:1.65}.prose-help .help-callout>*+*{margin-top:.625rem}.prose-help .help-callout__label{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--color-foreground-muted);font-size:.6875rem}.prose-help .help-callout--note{border-left-color:var(--color-primary)}.prose-help .help-callout--note .help-callout__label{color:var(--color-primary)}.prose-help .help-callout--tip{background:#f0fdfa;border-left-color:#0d9488}.prose-help .help-callout--tip .help-callout__label{color:#0f766e}.prose-help .help-callout--warning{background:#fffbeb;border-left-color:#d97706}.prose-help .help-callout--warning .help-callout__label{color:#b45309}.prose-help .help-callout--danger{border-left-color:var(--color-destructive);background:#fef2f2}.prose-help .help-callout--danger .help-callout__label{color:#b91c1c}.prose-help figure.help-shot{margin-top:1.75rem;margin-bottom:1.75rem}.prose-help figure.help-shot img{border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-background-elevated);width:auto;max-width:100%;height:auto;box-shadow:0 1px 2px #0a0a0a0a,0 8px 24px #0a0a0a0f}.prose-help figure.help-shot figcaption{letter-spacing:normal;text-transform:none;text-align:left;color:var(--color-foreground-subtle);margin-top:.75rem;font-family:inherit;font-size:.875rem;line-height:1.6}.help-shots-zoomable figure.help-shot img{cursor:zoom-in}.help-shots-zoomable figure.help-shot img:hover{border-color:var(--color-foreground-subtle)}.help-shots-zoomable figure.help-shot img:focus-visible{outline:2px solid var(--color-primary,#1643e0);outline-offset:3px}.help-shots-zoomable figure.help-shot figcaption:after{content:" Click to enlarge.";color:var(--color-foreground-muted,var(--color-foreground-subtle))}.help-zoom{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0a0ad1;flex-direction:column;display:flex;position:fixed;inset:0}.help-zoom__bar{color:#ffffffeb;flex:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:.875rem 1.25rem;display:flex}.help-zoom__caption{color:#ffffffc7;margin:0;font-size:.875rem;line-height:1.5}.help-zoom__close{color:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff47;border-radius:999px;flex:none;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.8125rem;display:inline-flex}.help-zoom__close:hover{background:#ffffff1f}.help-zoom__scroll{text-align:center;flex:auto;padding:0 1.25rem 1.25rem;overflow:auto}.help-zoom__scroll img{border-radius:var(--radius-lg);background:#fff;width:auto;max-width:none;height:auto;display:inline-block}.prose-help ol.help-legend{counter-reset:help-legend;margin-top:1rem;padding-left:0;font-size:.9375rem;list-style:none}.prose-help ol.help-legend>li{counter-increment:help-legend;margin-top:.625rem;padding-left:2.25rem;position:relative}.prose-help ol.help-legend>li:before{content:counter(help-legend);color:#fff;width:1.375rem;height:1.375rem;font-family:var(--font-mono);font-variant-numeric:tabular-nums;background:#e11d48;border-radius:999px;place-items:center;font-size:.6875rem;font-weight:700;display:grid;position:absolute;top:.1875rem;left:0}.prose-help table.help-fields{font-size:.9375rem}.prose-help table.help-fields th:first-child,.prose-help table.help-fields td:first-child{width:28%;min-width:9rem;color:var(--color-foreground);font-weight:600}.prose-help table.help-fields td{vertical-align:top}.prose-help .help-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.prose-help .help-scroll>table{min-width:34rem}.prose-help code{background:var(--color-muted,#f4f5f7);color:var(--color-foreground);word-break:break-word;border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.875em}.prose-help pre.help-code{border:1px solid var(--color-border,#e5e7eb);background:var(--color-muted,#f4f5f7);-webkit-overflow-scrolling:touch;border-radius:8px;margin:1.25rem 0;padding:1rem 1.125rem;line-height:1.6;overflow-x:auto}.prose-help pre.help-code code{white-space:pre;word-break:normal;background:0 0;padding:0;font-size:.8125rem}@media print{.prose-help .help-callout{break-inside:avoid}.prose-help pre.help-code{break-inside:avoid;white-space:pre-wrap}.prose-help figure.help-shot{break-inside:avoid}.prose-help figure.help-shot img{box-shadow:none}}
/*# sourceMappingURL=8f945b364f2ab27c.css.map*/