.prose.svelte-18i7ncj h2{margin-top:2rem;margin-bottom:.5rem;font-size:1rem;font-weight:500;color:var(--foreground);scroll-margin-top:6rem}.prose.svelte-18i7ncj p{margin:.85rem 0;font-size:.9375rem;line-height:1.75;color:var(--secondary-foreground)}.prose.svelte-18i7ncj ul,.prose.svelte-18i7ncj ol{margin:.85rem 0;padding-left:1.1rem;font-size:.9375rem;line-height:1.75;color:var(--secondary-foreground)}.prose.svelte-18i7ncj li{margin:.3rem 0}.prose.svelte-18i7ncj a{color:var(--foreground);text-decoration:underline;text-underline-offset:2px}.prose.svelte-18i7ncj blockquote{margin:1.25rem 0;border-left:.5px solid var(--border);padding-left:.85rem;font-style:italic;color:var(--secondary-foreground)}.prose.svelte-18i7ncj strong{color:var(--foreground);font-weight:500}.prose.svelte-18i7ncj ol{list-style:decimal}.prose.svelte-18i7ncj ul{list-style:disc}.prose.svelte-18i7ncj img{display:block;width:100%;height:auto;margin:1.25rem 0;border-radius:var(--radius-lg, 12px);border:.5px solid var(--border)}.prose.svelte-18i7ncj .rb-carousel{margin:1.25rem 0;border-radius:var(--radius-lg, 12px);border:.5px solid var(--border);overflow:hidden;outline:none}.prose.svelte-18i7ncj .rb-carousel:focus-visible{box-shadow:0 0 0 1.5px color-mix(in oklab,var(--foreground) 35%,transparent)}.prose.svelte-18i7ncj .rb-carousel-stage{position:relative}.prose.svelte-18i7ncj .rb-carousel-track{display:flex;aspect-ratio:16 / 10;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.prose.svelte-18i7ncj .rb-carousel-track::-webkit-scrollbar{display:none}.prose.svelte-18i7ncj .rb-carousel-slide{flex:0 0 100%;scroll-snap-align:start;min-width:0;height:100%;min-height:0}.prose.svelte-18i7ncj .rb-carousel-img,.prose.svelte-18i7ncj .rb-carousel img{width:100%;height:100%;object-fit:cover;object-position:center;margin:0;border:0;border-radius:0;cursor:zoom-in}.prose.svelte-18i7ncj .rb-carousel-foot{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.5rem .75rem .55rem;background:var(--background-muted)}.prose.svelte-18i7ncj .rb-carousel-cap{margin:0;max-width:100%;font-size:.75rem;line-height:1.35;color:var(--secondary-foreground);text-align:center;text-wrap:balance}.prose.svelte-18i7ncj .rb-carousel-cap[hidden]{display:none}.prose.svelte-18i7ncj .rb-carousel-dots{display:flex;justify-content:center;gap:.35rem}.prose.svelte-18i7ncj .rb-carousel-dot{width:.35rem;height:.35rem;padding:0;border:0;border-radius:999px;background:color-mix(in oklab,var(--secondary-foreground) 35%,transparent);cursor:pointer}.prose.svelte-18i7ncj .rb-carousel-dot[aria-current=true]{background:var(--foreground);width:.55rem}.prose.svelte-18i7ncj .rb-carousel-chev{position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:1.6rem;height:1.6rem;display:grid;place-items:center;padding:0;border:.5px solid var(--border);border-radius:999px;background:color-mix(in oklab,var(--background) 88%,transparent);color:var(--secondary-foreground);cursor:pointer;opacity:0;transition:opacity .15s var(--ease-standard)}.prose.svelte-18i7ncj .rb-carousel-chev svg{display:block;width:.85rem;height:.85rem}.prose.svelte-18i7ncj .rb-carousel:hover .rb-carousel-chev:not(:disabled),.prose.svelte-18i7ncj .rb-carousel:focus-within .rb-carousel-chev:not(:disabled){opacity:.85}@media(hover:none),(pointer:coarse){.prose.svelte-18i7ncj .rb-carousel-chev:not(:disabled){opacity:.55}}.prose.svelte-18i7ncj .rb-carousel-prev{left:.4rem}.prose.svelte-18i7ncj .rb-carousel-next{right:.4rem}.prose.svelte-18i7ncj .rb-carousel-chev:disabled{opacity:0;pointer-events:none}.rb-lightbox{position:fixed;inset:0;z-index:80;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem;opacity:0;transition:opacity .22s var(--ease-standard)}.rb-lightbox[hidden]{display:none}.rb-lightbox.rb-lightbox-open{opacity:1}.rb-lightbox-backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;background:#000000b8;cursor:zoom-out}.rb-lightbox-stack{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;max-width:100%;transform:scale(.96);transition:transform .22s var(--ease-standard)}.rb-lightbox.rb-lightbox-open .rb-lightbox-stack{transform:scale(1)}.rb-lightbox-frame{position:relative;width:fit-content;max-width:min(96vw,1100px);max-height:min(82vh,900px);display:grid}.rb-lightbox-img{display:block;max-width:min(96vw,1100px);max-height:min(82vh,900px);width:auto;height:auto;object-fit:contain;margin:0;border-radius:var(--radius-lg, 12px);border:.5px solid color-mix(in oklab,white 18%,transparent)}.rb-lightbox-close{position:fixed;top:1rem;right:1rem;z-index:2;width:1.75rem;height:1.75rem;display:grid;place-items:center;padding:0;border:.5px solid var(--border);border-radius:999px;background:var(--background);color:var(--foreground);cursor:pointer}.rb-lightbox-close svg{display:block;width:.85rem;height:.85rem}.rb-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:2rem;height:2rem;display:grid;place-items:center;padding:0;border:.5px solid color-mix(in oklab,white 25%,transparent);border-radius:999px;background:#00000059;color:#fff;cursor:pointer}.rb-lightbox-nav svg{display:block;width:1rem;height:1rem}.rb-lightbox-prev{left:.75rem}.rb-lightbox-next{right:.75rem}.rb-lightbox-cap{margin:.65rem 0 0;max-width:min(96vw,40rem);font-size:.8125rem;line-height:1.4;color:#ffffffc7;text-align:center;text-wrap:balance}.rb-lightbox-cap[hidden]{display:none}@media(prefers-reduced-motion:reduce){.prose.svelte-18i7ncj .rb-carousel-track{scroll-behavior:auto}.rb-lightbox,.rb-lightbox-stack{transition:none}}.prose.svelte-18i7ncj mark.rb-hl{background:color-mix(in oklab,oklch(.86 .13 92) 42%,transparent);color:inherit;border-radius:0;padding:0;box-shadow:none;border:0;cursor:pointer;box-decoration-break:clone;-webkit-box-decoration-break:clone}.prose.svelte-18i7ncj mark.rb-hl[data-heat="2"]{background:color-mix(in oklab,oklch(.84 .15 90) 55%,transparent)}.prose.svelte-18i7ncj mark.rb-hl[data-heat="3"]{background:color-mix(in oklab,oklch(.82 .16 88) 68%,transparent)}.prose.svelte-18i7ncj mark.rb-hl[data-heat="4"],.prose.svelte-18i7ncj mark.rb-hl[data-heat="5"]{background:color-mix(in oklab,oklch(.8 .17 86) 80%,transparent)}.prose.svelte-18i7ncj mark.rb-hl.rb-hl-mine{background:color-mix(in oklab,oklch(.86 .14 88) 52%,transparent)}.prose.svelte-18i7ncj mark.rb-hl.rb-hl-mine[data-heat="2"]{background:color-mix(in oklab,oklch(.84 .15 88) 62%,transparent)}.prose.svelte-18i7ncj mark.rb-hl.rb-hl-mine[data-heat="3"],.prose.svelte-18i7ncj mark.rb-hl.rb-hl-mine[data-heat="4"],.prose.svelte-18i7ncj mark.rb-hl.rb-hl-mine[data-heat="5"]{background:color-mix(in oklab,oklch(.82 .16 86) 72%,transparent)}.hl-pop.svelte-18i7ncj{position:absolute;z-index:40;transform:translate(-50%,-100%);pointer-events:auto}.hl-pop-btn.svelte-18i7ncj{font-size:.75rem;font-weight:500;line-height:1;padding:.4rem .7rem;border:.5px solid var(--border);border-radius:var(--radius-full);background:var(--background);color:var(--foreground);box-shadow:0 4px 16px #0000001f;cursor:pointer}.hl-pop-btn.svelte-18i7ncj:hover{background:var(--background-muted)}.hl-pop-btn.svelte-18i7ncj:disabled{opacity:.5;cursor:default}.hl-tip.svelte-18i7ncj{position:absolute;z-index:40;transform:translate(-50%);min-width:8rem;max-width:14rem;padding:.55rem .7rem;border:.5px solid var(--border);border-radius:12px;background:var(--background);box-shadow:0 8px 24px #0000001f}
