.image-gallery-container{position:relative}.image-gallery-container .gallery-nav{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 .5rem;opacity:0;transition:opacity .18s ease;pointer-events:none}.image-gallery-container:hover .gallery-nav{opacity:1}.image-gallery-container .gallery-next,.image-gallery-container .gallery-prev{height:2.5rem;width:2.5rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;font-size:1.75rem;line-height:1;background:hsl(var(--background)/.82);color:hsl(var(--foreground));border:1px solid hsl(var(--border));box-shadow:0 10px 30px -18px hsl(var(--foreground)/.35);cursor:pointer;pointer-events:auto}.image-gallery-container .gallery-next:hover,.image-gallery-container .gallery-prev:hover{background:hsl(var(--background)/.95)}.image-gallery-container .gallery-dots{position:absolute;left:50%;bottom:.5rem;transform:translateX(-50%);display:flex;gap:.375rem;padding:.25rem .5rem;border-radius:9999px;background:hsl(var(--background)/.65);border:1px solid hsl(var(--border));backdrop-filter:blur(10px)}.image-gallery-container .gallery-dot{width:.5rem;height:.5rem;border-radius:9999px;border:0;background:hsl(var(--muted-foreground)/.55);cursor:pointer}.image-gallery-container .gallery-dot.is-active{background:hsl(var(--primary))}.image-gallery-container .gallery-caption{margin-top:.75rem;text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}.prose .table-scroll-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0;border-radius:.5rem;border:1px solid hsl(var(--border))}.prose .table-scroll-wrapper table{margin:0;border:none;border-radius:0}.prose table{border-collapse:collapse;width:-moz-max-content;width:max-content;min-width:100%;margin:1.5rem 0;border-radius:.5rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose table,.prose td,.prose th{border:1px solid hsl(var(--border))}.prose td,.prose th{padding:.75rem 1rem;text-align:left}.prose th{background:hsl(var(--muted));font-weight:600;color:hsl(var(--foreground))}.prose td{color:hsl(var(--muted-foreground))}.prose tr:nth-child(2n) td{background:hsl(var(--muted)/.3)}.video-embed-container{position:relative;margin:1.5rem 0;border-radius:.75rem;overflow:hidden;background:hsl(var(--muted));box-shadow:0 4px 20px -8px hsl(var(--foreground)/.15)}.video-embed-container .aspect-video{position:relative;padding-bottom:56.25%;height:0}.video-embed-container .aspect-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-embed-container:after{content:attr(data-provider);position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;background:hsl(var(--background)/.85);color:hsl(var(--muted-foreground));border-radius:.25rem;backdrop-filter:blur(8px);pointer-events:none;opacity:0;transition:opacity .18s ease}.video-embed-container:hover:after{opacity:1}.video-embed-container .video-caption{margin-top:.75rem;padding:0 .5rem .5rem;text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground))}