:root{--background: #F8F6F1;--foreground: #3D3A36;--cursor: #3D3A36;--primary: #7B6458;--primary-foreground: #F8F6F1;--muted: #EFECEA;--muted-foreground: #8A8580;--border: #E2DFDA;--unit: #6B7B6B;--syntax-number: #2F6F8F;--syntax-operator: #A85A3F;--syntax-keyword: #8A4B8A;--syntax-fn: #2F6F8F;--syntax-string: #5A8F3F;--syntax-comment: #8A8580}.dark{--background: #1C1B19;--foreground: #E8E4DE;--cursor: #E8E4DE;--primary: #D9D3C9;--primary-foreground: #1C1B19;--muted: #2A2826;--muted-foreground: #7A756E;--border: #3A3735;--unit: #9CAE8B;--syntax-number: #61AFEF;--syntax-operator: #C678DD;--syntax-keyword: #C678DD;--syntax-fn: #61AFEF;--syntax-string: #98C379;--syntax-comment: #7A756E}body{background-color:var(--background);color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:background-color .3s ease,color .3s ease}.cm-scroller::-webkit-scrollbar{width:8px;height:8px}.cm-scroller::-webkit-scrollbar-track{background:transparent}.cm-scroller::-webkit-scrollbar-thumb{background:var(--muted);border-radius:4px;border:2px solid transparent;background-clip:padding-box}.cm-scroller::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground);border:2px solid transparent;background-clip:padding-box}.cm-scroller::-webkit-scrollbar-corner{background:transparent}.cm-scroller{scrollbar-width:thin;scrollbar-color:var(--muted) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:4px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground);border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:var(--muted) transparent}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.animate-in{animation-fill-mode:forwards;animation-duration:.2s;animation-timing-function:cubic-bezier(.16,1,.3,1)}.fade-in{animation-name:fadeIn}.zoom-in-95{animation-name:zoomIn}
