:root{--background:0 0% 100%;--foreground:0 0% 9%;--card:0 0% 100%;--card-foreground:0 0% 9%;--popover:0 0% 100%;--popover-foreground:0 0% 9%;--primary:0 0% 9%;--primary-foreground:0 0% 100%;--secondary:0 0% 96%;--secondary-foreground:0 0% 9%;--muted:0 0% 96%;--muted-foreground:0 0% 45%;--accent:0 0% 9%;--accent-foreground:0 0% 100%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--border:0 0% 90%;--input:0 0% 90%;--ring:0 0% 9%;--radius:.5rem}.dark{--background:0 0% 9%;--foreground:0 0% 90%;--card:0 0% 12%;--card-foreground:0 0% 90%;--popover:0 0% 12%;--popover-foreground:0 0% 90%;--primary:0 0% 90%;--primary-foreground:0 0% 9%;--secondary:0 0% 14%;--secondary-foreground:0 0% 90%;--muted:0 0% 14%;--muted-foreground:0 0% 50%;--accent:0 0% 90%;--accent-foreground:0 0% 9%;--destructive:0 72% 45%;--destructive-foreground:0 0% 100%;--border:0 0% 18%;--input:0 0% 18%;--ring:0 0% 90%}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:100px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}.scrollbar-hidden{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hidden::-webkit-scrollbar{display:none}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%,to{opacity:.4}50%{opacity:1}}@keyframes nudge-glow{0%,to{opacity:.5}50%{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:.5s cubic-bezier(.22,1,.36,1) both fade-up}.animate-fade-in{animation:.3s ease-out both fade-in}.animate-slide-up{animation:.5s cubic-bezier(.22,1,.36,1) both slide-up}.stagger-children>*{opacity:0;animation:.5s cubic-bezier(.22,1,.36,1) both slide-up}.stagger-children>:first-child{animation-delay:0s}.stagger-children>:nth-child(2){animation-delay:60ms}.stagger-children>:nth-child(3){animation-delay:.12s}.stagger-children>:nth-child(4){animation-delay:.18s}.stagger-children>:nth-child(5){animation-delay:.24s}.stagger-children>:nth-child(6){animation-delay:.3s}.markdown-view{color:hsl(var(--foreground));font-size:15px;line-height:1.75}.markdown-view h1{letter-spacing:-.02em;color:hsl(var(--foreground));margin-top:2.5rem;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.markdown-view h2{letter-spacing:-.01em;color:hsl(var(--foreground));margin-top:2rem;margin-bottom:.75rem;font-size:1.35rem;font-weight:600}.markdown-view h3{color:hsl(var(--foreground));margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.markdown-view h4,.markdown-view h5,.markdown-view h6{color:hsl(var(--foreground));margin-top:1.25rem;margin-bottom:.5rem;font-size:1rem;font-weight:500}.markdown-view p{color:hsl(var(--foreground) / .8);margin-bottom:.75rem}.markdown-view strong{color:hsl(var(--foreground));font-weight:600}.markdown-view em{font-style:italic}.markdown-view a{color:hsl(var(--foreground));text-decoration:underline;-webkit-text-decoration-color:hsl(var(--foreground) / .3);text-decoration-color:hsl(var(--foreground) / .3);text-underline-offset:2px}.markdown-view a:hover{-webkit-text-decoration-color:hsl(var(--foreground));text-decoration-color:hsl(var(--foreground))}.markdown-view ul,.markdown-view ol{margin:.75rem 0;padding-left:1.5rem}.markdown-view ul{list-style:outside}.markdown-view ol{list-style:decimal}.markdown-view li{color:hsl(var(--foreground) / .8);margin-bottom:.25rem}.markdown-view code{background:hsl(var(--muted));border-radius:.25rem;padding:.15em .4em;font-family:Geist Mono,monospace;font-size:.85em}.markdown-view pre{background:hsl(var(--muted));border-radius:.5rem;margin:1rem 0;padding:1rem;font-size:.85rem;overflow-x:auto}.markdown-view pre code{background:0 0;padding:0}.markdown-view blockquote{border-left:2px solid hsl(var(--border));color:hsl(var(--muted-foreground));margin:1rem 0;padding-left:1rem}.markdown-view table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.875rem}.markdown-view th{text-align:left;border-bottom:1px solid hsl(var(--border));color:hsl(var(--foreground));padding:.5rem .75rem;font-weight:500}.markdown-view td{border-bottom:1px solid hsl(var(--border) / .5);color:hsl(var(--foreground) / .8);padding:.5rem .75rem}.markdown-view hr{border:none;border-top:1px solid hsl(var(--border) / .5);margin:2rem 0}.markdown-view img{-o-object-fit:contain;object-fit:contain;border-radius:.5rem;width:auto;max-width:100%;height:auto;max-height:400px;margin:1.5rem auto;display:block}.markdown-view>h1:first-child,.markdown-view>h2:first-child{margin-top:0}