:root{--purple-light:#f5f5f5;--purple-medium:#d8bfd8;--purple-medium-dark:#976ef6;--purple-dark:#813dee;--text-dark:#2d3748;--text-light:#e2e8f0;--background-light:#f5f5f5;--heading-purple:#805cd4;--background-dark:#170c35;--text-dark-mode:#f5f5f5;--heading-purple-dark:#a855f7}[data-theme=dark]{--purple-light:#f5f5f5;--purple-medium:#4c1d95;--purple-dark:#a072f1;--text-dark:var(--text-dark-mode);--heading-purple:var(--heading-purple-dark);--background-light:var(--background-dark)}.gradient-primary{background:linear-gradient(to right,var(--purple-light),var(--purple-medium),var(--purple-dark))}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-light);color:var(--text-dark);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{color:var(--heading-purple)}main{background-color:inherit;color:inherit}li,p{color:var(--text-dark)}.title{color:var(--heading-purple)}.sidebar,nav{background-color:var(--purple-light)}a:hover{text-decoration:underline}li.open.active>button{background-color:var(--purple-medium-dark);color:var(--purple-light);font-weight:600}li.active>a,li.open.active ul li.active>a{background-color:var(--purple-dark);color:var(--purple-light);font-weight:600}.nextra-scrollbar a.text-primary-600{background-color:var(--purple-medium)!important;color:var(--purple-dark)!important;padding:.25rem .5rem;border-radius:.375rem;display:block;font-weight:600}.nextra-banner{background-color:var(--purple-dark);color:var(--purple-light)}.nextra-sidebar-footer{background-color:var(--purple-light);padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.nextra-sidebar-footer button[title="Change theme"]{color:var(--text-dark);font-weight:500;transition:all .3s ease;background-color:transparent}.nextra-sidebar-footer button[title="Change theme"]:hover{background-color:var(--purple-medium)}.nextra-sidebar-footer button[title="Collapse sidebar"]{background-color:transparent;color:var(--text-dark);transition:color .3s ease}.nextra-sidebar-footer button[title="Collapse sidebar"]:hover{color:var(--text-dark)}.nextra-navbar-blur{background-color:var(--background-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:none}html.dark body{background-color:var(--background-dark)}html.dark h1,html.dark h2,html.dark h3,html.dark h4,html.dark h5,html.dark h6{color:var(--heading-purple-light)}html.dark .sidebar,html.dark nav{background-color:var(--background-dark)}html.dark .title{color:var(--heading-purple-light)}html.dark li,html.dark p{color:var(--text-dark-mode)}html.dark li.active>a{background-color:var(--purple-dark);color:var(--heading-purple-light)}html.dark .nextra-scrollbar a.text-primary-600{background-color:var(--purple-medium)!important;color:var(--text-light)!important}html.dark .nextra-banner{background-color:var(--heading-purple-dark);color:var(--purple-light)}html.dark .nextra-sidebar-footer{background-color:var(--background-dark)}html.dark .nextra-sidebar-footer button[title="Change theme"]{background-color:var(--background-dark);color:var(--text-light)}html.dark .nextra-sidebar-footer button[title="Change theme"]:hover{background-color:var(--purple-dark)}html.dark .nextra-sidebar-footer button[title="Collapse sidebar"]{color:var(--text-light)}html.dark .nextra-navbar-blur{background-color:var(--background-dark);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:none}