.ditb{color:hsl(var(--foreground));font-family:inherit;line-height:1.75}.ditb :first-child{margin-top:0}.ditb p{margin:1.25em 0}.ditb .iframe-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;width:100%;margin:2rem 0;border-radius:var(--radius);background-color:hsl(var(--muted))}.ditb .iframe-wrapper.ProseMirror-selectednode{outline:3px solid hsl(var(--ring))}.ditb .iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ditb a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:4px;font-weight:500;transition:all .2s ease-in-out;cursor:pointer}.ditb a:hover{color:hsl(var(--primary)/.8);text-decoration:none}.ditb ol,.ditb ul{padding:0 1.5rem;margin:1.25rem 0}.ditb ol li,.ditb ul li{margin-bottom:.5em;padding-left:.375em}.ditb ol li p,.ditb ul li p{margin-top:.25em;margin-bottom:.25em}.ditb ul{list-style-type:disc}.ditb ul>li::marker{color:hsl(var(--muted-foreground))}.ditb ol{list-style-type:decimal}.ditb ol>li::marker{color:hsl(var(--muted-foreground))}.ditb h1,.ditb h2,.ditb h3,.ditb h4,.ditb h5,.ditb h6{color:hsl(var(--foreground));line-height:1.25;margin-top:2.5rem;margin-bottom:1rem;font-weight:700;letter-spacing:-.025em;text-wrap:pretty}.ditb h1{font-size:2.25rem;margin-top:0}.ditb h2{font-size:1.875rem;margin-top:3rem;padding-bottom:.5rem;border-bottom:1px solid hsl(var(--border))}.ditb h3{font-size:1.5rem}.ditb h4{font-size:1.25rem}.ditb img{border-radius:var(--radius);border:1px solid hsl(var(--border));margin:2rem auto;display:block;max-width:100%;height:auto}.ditb code{background-color:hsl(var(--muted));border-radius:calc(var(--radius) - 2px);font-size:.875em;font-weight:500;padding:.2em .4em}.ditb code,.ditb pre{color:hsl(var(--foreground));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.ditb pre{background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius);margin:1.5rem 0;padding:1rem;overflow-x:auto;white-space:pre-wrap}.ditb pre code{background:none;color:inherit;font-size:.875rem;padding:0;border:none;font-weight:400}.ditb blockquote{border-left:4px solid hsl(var(--primary));margin:2rem 0;font-style:italic;color:hsl(var(--muted-foreground));background:linear-gradient(to right,hsl(var(--muted)/.3),transparent);padding:1rem 1rem 1rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0}.ditb hr{border:none;border-top:1px solid hsl(var(--border));margin:3rem 0}.ditb .table-scroll-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:2rem 0;border-radius:var(--radius);border:1px solid hsl(var(--border));background:linear-gradient(to right,hsl(var(--background)) 0,transparent 2.5rem) 0/2.5rem 100% no-repeat local,linear-gradient(to left,hsl(var(--background)) 0,transparent 2.5rem) 100%/2.5rem 100% no-repeat local,linear-gradient(to right,hsl(var(--border)/.35) 0,transparent 1rem) 0/1rem 100% no-repeat scroll,linear-gradient(to left,hsl(var(--border)/.35) 0,transparent 1rem) 100%/1rem 100% no-repeat scroll}.ditb .table-scroll-wrapper>table{margin:0;border:none;border-radius:0}.ditb table{border-collapse:collapse;table-layout:auto;width:100%;margin:2rem 0;border-radius:var(--radius);overflow:hidden;border:1px solid hsl(var(--border));font-size:.9375rem}.ditb table thead{background-color:hsl(var(--muted));border-bottom:2px solid hsl(var(--border))}.ditb table thead th{font-weight:600;color:hsl(var(--foreground));text-align:left;padding:.75rem 1rem;white-space:nowrap}.ditb table thead th.wrap{white-space:normal;min-width:14rem}.ditb table thead th:not(:last-child){border-right:1px solid hsl(var(--border))}.ditb table tbody tr{border-bottom:1px solid hsl(var(--border));transition:background-color .15s ease}.ditb table tbody tr:last-child{border-bottom:none}.ditb table tbody tr:nth-child(2n){background-color:hsl(var(--muted)/.35)}.ditb table tbody tr:hover{background-color:hsl(var(--muted)/.6)}.ditb table tbody td{padding:.75rem 1rem;color:hsl(var(--foreground));vertical-align:top;line-height:1.6;white-space:nowrap}.ditb table tbody td.wrap{white-space:normal;min-width:14rem;max-width:32rem}.ditb table tbody td:not(:last-child){border-right:1px solid hsl(var(--border))}.ditb table tbody td p{margin:0}.ditb table tbody td ol,.ditb table tbody td ul{margin:.25rem 0}.ditb table tbody td code{font-size:.8125em}.ditb[contenteditable=false]{cursor:not-allowed;opacity:.6}