.prose h1{color:hsl(var(--foreground));letter-spacing:-.025em;margin-top:2rem;margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2}.prose h2{color:hsl(var(--foreground));margin-top:2rem;margin-bottom:1rem;font-size:1.875rem;font-weight:600;line-height:1.3}.prose h3{color:hsl(var(--foreground));margin-top:1.75rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.4}.prose h4{color:hsl(var(--foreground));margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.5}.prose h5{color:hsl(var(--foreground));margin-top:1.5rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600;line-height:1.5}.prose h6{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;margin-top:1.25rem;margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.5}.prose h1+p,.prose h2+p,.prose h3+p,.prose h4+p,.prose h5+p,.prose h6+p{margin-top:0}.prose p{color:hsl(var(--foreground));margin-top:1.25rem;margin-bottom:1.25rem;font-size:1rem;line-height:1.75}.prose p:first-child{margin-top:0}.prose p:last-child{margin-bottom:0}.prose>p:first-of-type{color:hsl(var(--foreground));font-size:1.125rem;line-height:1.8}.prose strong{color:hsl(var(--foreground));font-weight:600}.prose em{font-style:italic}.prose strong em,.prose em strong{font-style:italic;font-weight:600}.prose a{color:hsl(var(--primary));text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;transition:opacity .2s,color .2s,text-decoration-thickness .2s}.prose a:hover{opacity:.8;text-decoration-thickness:2px}.prose a[href^=http]:not([href*=pratorinaldo]):after{content:" ↗";opacity:.6;margin-left:.125rem;font-size:.875em;display:inline-block}.prose ul{margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.75rem;list-style-type:disc}.prose ul li{margin-top:.5rem;margin-bottom:.5rem;padding-left:.375rem;line-height:1.75}.prose ul li::marker{color:hsl(var(--primary))}.prose ul ul{margin-top:.5rem;margin-bottom:.5rem;list-style-type:circle}.prose ul ul ul{list-style-type:square}.prose ol{margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.75rem;list-style-type:decimal}.prose ol li{margin-top:.5rem;margin-bottom:.5rem;padding-left:.375rem;line-height:1.75}.prose ol li::marker{color:hsl(var(--primary));font-weight:600}.prose ol ol{margin-top:.5rem;margin-bottom:.5rem;list-style-type:lower-alpha}.prose ol ol ol{list-style-type:lower-roman}.prose ul ol,.prose ol ul{margin-top:.5rem;margin-bottom:.5rem}.prose blockquote{border-left:4px solid hsl(var(--primary));color:hsl(var(--muted-foreground));background:hsl(var(--muted)/.3);border-radius:0 .5rem .5rem 0;margin-top:2rem;margin-bottom:2rem;padding:.75rem 1rem .75rem 1.5rem;font-style:italic}.prose blockquote p{margin-top:.75rem;margin-bottom:.75rem}.prose blockquote p:first-child{margin-top:0}.prose blockquote p:last-child{margin-bottom:0}.prose blockquote cite{color:hsl(var(--foreground));margin-top:.75rem;font-size:.875rem;font-style:normal;font-weight:600;display:block}.prose blockquote cite:before{content:"— "}.prose :not(pre)>code{background-color:hsl(var(--muted));color:hsl(var(--foreground));border:1px solid hsl(var(--border));border-radius:.25rem;padding:.125rem .375rem;font-family:JetBrains Mono,Fira Code,Consolas,Monaco,Courier New,monospace;font-size:.875em;font-weight:500}.prose a code{color:hsl(var(--primary))}.prose pre{background:hsl(var(--muted));color:hsl(var(--foreground));border:1px solid hsl(var(--border));border-radius:.5rem;margin-top:1.75rem;margin-bottom:1.75rem;padding:1rem 1.25rem;font-family:JetBrains Mono,Fira Code,Consolas,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.7;overflow-x:auto}.prose pre code{color:inherit;font-size:inherit;font-weight:inherit;background:0 0;border:none;padding:0}.prose pre::-webkit-scrollbar{height:8px}.prose pre::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:4px}.prose pre::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary)/.5)}.prose pre::-webkit-scrollbar-track{background:0 0}.prose img{cursor:zoom-in;border-radius:.5rem;max-width:100%;height:auto;margin:2rem auto;transition:transform .3s,box-shadow .3s;display:block}.prose img:hover{transform:scale(1.02);box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #0000001a}.prose img{position:relative}.prose p:has(img){width:100%;display:inline-block;position:relative}.prose p:has(img):hover:after{content:"🔍";opacity:.9;background:hsl(var(--background)/.95);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;font-size:3rem;animation:.2s zoomFadeIn;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 16px -4px #0003}@keyframes zoomFadeIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}to{opacity:.9;transform:translate(-50%,-50%)scale(1)}}.prose table{border-collapse:collapse;border:1px solid hsl(var(--border));border-radius:.5rem;width:100%;margin-top:2rem;margin-bottom:2rem;font-size:.875rem;line-height:1.5;overflow:hidden}.prose>div:has(>table){border:1px solid hsl(var(--border));border-radius:.5rem;margin-top:2rem;margin-bottom:2rem;overflow-x:auto}.prose>div:has(>table) table{border:none;margin:0}.prose thead{background:hsl(var(--muted));border-bottom:2px solid hsl(var(--border))}.prose thead th{text-align:left;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.05em;padding:.875rem 1rem;font-size:.75rem;font-weight:600}.prose tbody tr{border-bottom:1px solid hsl(var(--border));transition:background-color .15s}.prose tbody tr:last-child{border-bottom:none}.prose tbody tr:nth-child(odd){background:hsl(var(--muted)/.3)}.prose tbody tr:hover{background:hsl(var(--accent))}.prose tbody td{color:hsl(var(--foreground));padding:.875rem 1rem}.prose th[align=center],.prose td[align=center]{text-align:center}.prose th[align=right],.prose td[align=right]{text-align:right}@media (max-width:768px){.prose>div:has(>table):after{content:"← Scorri per vedere tutto →";text-align:center;color:hsl(var(--muted-foreground));background:hsl(var(--muted)/.5);border-top:1px solid hsl(var(--border));padding:.5rem;font-size:.75rem;display:block}}.prose video{border:1px solid hsl(var(--border));border-radius:.5rem;width:100%;height:auto;margin-top:2rem;margin-bottom:2rem}.prose iframe{aspect-ratio:16/9;border:1px solid hsl(var(--border));border-radius:.5rem;width:100%;margin-top:2rem;margin-bottom:2rem}.prose>div:has(>iframe){aspect-ratio:16/9;border-radius:.5rem;width:100%;margin-top:2rem;margin-bottom:2rem;position:relative;overflow:hidden}.prose>div:has(>iframe) iframe{border:none;width:100%;height:100%;margin:0;position:absolute;top:0;left:0}.prose figure{margin-top:2rem;margin-bottom:2rem}.prose figure img{margin-top:0;margin-bottom:0}.prose figcaption{text-align:center;color:hsl(var(--muted-foreground));margin-top:.75rem;padding:0 1rem;font-size:.875rem;font-style:italic}.prose mark{background-color:hsl(var(--warning)/.3);color:hsl(var(--foreground));border-radius:.25rem;padding:.125rem .25rem}.prose del{color:hsl(var(--muted-foreground));opacity:.7;text-decoration:line-through}.prose ins{text-decoration:underline;-webkit-text-decoration-color:hsl(var(--success));text-decoration-color:hsl(var(--success));text-underline-offset:2px;color:hsl(var(--foreground));text-decoration-style:solid;text-decoration-thickness:2px}.prose sup,.prose sub{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}.prose sup{top:-.5em}.prose sub{bottom:-.25em}.prose kbd{background-color:hsl(var(--muted));border:1px solid hsl(var(--border));box-shadow:0 2px 0 hsl(var(--border)),inset 0 0 0 1px hsl(var(--background));border-radius:.25rem;padding:.125rem .5rem;font-family:JetBrains Mono,Consolas,monospace;font-size:.875em;font-weight:600;display:inline-block}.prose abbr{text-underline-offset:4px;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-color:hsl(var(--muted-foreground));text-decoration-color:hsl(var(--muted-foreground))}.prose abbr[title]{-webkit-text-decoration-color:hsl(var(--primary));text-decoration-color:hsl(var(--primary))}.prose hr{border:none;border-top:2px solid hsl(var(--border));opacity:.6;margin-top:3rem;margin-bottom:3rem;position:relative}.prose hr:before{content:"§";text-align:center;color:hsl(var(--muted-foreground));background:hsl(var(--background));padding:0 1rem;font-size:1.5rem;display:block;position:absolute;top:-.875rem;left:50%;transform:translate(-50%)}.dark .prose h1,.dark .prose h2,.dark .prose h3,.dark .prose h4,.dark .prose h5{color:hsl(var(--foreground))}.dark .prose pre{background:hsl(var(--muted)/.5);border-color:hsl(var(--border))}.dark .prose :not(pre)>code{background:hsl(var(--muted)/.7);border-color:hsl(var(--border))}.dark .prose blockquote{background:hsl(var(--muted)/.2);border-left-color:hsl(var(--primary))}.dark .prose table{border-color:hsl(var(--border))}.dark .prose thead{background:hsl(var(--muted)/.8)}.dark .prose tbody tr:nth-child(odd){background:hsl(var(--muted)/.2)}.dark .prose tbody tr:hover{background:hsl(var(--accent)/.5)}.dark .prose img:hover{box-shadow:0 20px 25px -5px #ffffff1a,0 10px 10px -5px #ffffff14}.dark .prose p:has(img):hover:after{background:hsl(var(--background)/.98);box-shadow:0 8px 16px -4px #ffffff26}.dark .prose mark{background-color:hsl(var(--warning)/.4)}.dark .prose kbd{background:hsl(var(--muted)/.8);box-shadow:0 2px 0 hsl(var(--border)),inset 0 0 0 1px hsl(var(--muted))}@media (min-width:640px){.prose h1{font-size:2.5rem}.prose h2{font-size:2rem}.prose h3{font-size:1.75rem}.prose p{font-size:1.0625rem}.prose>p:first-of-type{font-size:1.25rem}.prose pre{font-size:.9375rem}}@media (min-width:1024px){.prose h1{font-size:3rem}.prose h2{font-size:2.25rem}.prose h3{font-size:1.875rem}.prose p{font-size:1.125rem;line-height:1.8}.prose>p:first-of-type{font-size:1.375rem}.prose>div:has(>table):after{display:none}.prose pre{font-size:1rem}.prose blockquote{padding-left:2rem;padding-right:1.5rem}}
