:root{--nextra-primary-hue:270deg;--nextra-primary-saturation:60%;--nextra-bg:#fefefe}.dark{--nextra-bg:#0f0f0f}.nextra-nav-container{background:linear-gradient(135deg,#f8f7ff,#f3f0ff);border-bottom:1px solid #e5e1ff}.dark .nextra-nav-container{background:linear-gradient(135deg,#1a1625,#211a2e);border-bottom:1px solid #2d2438}.nextra-sidebar-container{background:linear-gradient(180deg,#fdfcff,#f9f7ff);border-right:1px solid #e8e4ff}.dark .nextra-sidebar-container{background:linear-gradient(180deg,#161320,#1c1829);border-right:1px solid #2a2436}.nextra-sidebar a:hover{background:linear-gradient(90deg,#f0ebff,#e8e1ff);color:#6b46c1}.dark .nextra-sidebar a:hover{background:linear-gradient(90deg,#2d2438,#342a47);color:#c4b5fd}.nextra-sidebar a[aria-selected=true]{background:linear-gradient(90deg,#e8e1ff,#ddd6fe);color:#6b46c1;font-weight:600}.dark .nextra-sidebar a[aria-selected=true]{background:linear-gradient(90deg,#342a47,#3d3356);color:#c4b5fd}.nextra-code-block{background:linear-gradient(135deg,#f8f7ff,#f3f0ff);border:1px solid #e5e1ff}.dark .nextra-code-block{background:linear-gradient(135deg,#1a1625,#211a2e);border:1px solid #2d2438}.nextra-button{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;color:#fff;transition:all .2s ease}.nextra-button:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.nextra-card{background:linear-gradient(135deg,#fdfcff,#f9f7ff);border:1px solid #e8e4ff;transition:all .2s ease}.nextra-card:hover{background:linear-gradient(135deg,#f9f7ff,#f3f0ff);border-color:#d8d0ff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(139,92,246,.15)}.dark .nextra-card{background:linear-gradient(135deg,#161320,#1c1829);border:1px solid #2a2436}.dark .nextra-card:hover{background:linear-gradient(135deg,#1c1829,#211a2e);border-color:#342a47;box-shadow:0 8px 25px rgba(196,181,253,.1)}.nextra-search input{background:linear-gradient(135deg,#fdfcff,#f9f7ff);border:1px solid #e8e4ff}.nextra-search input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.dark .nextra-search input{background:linear-gradient(135deg,#161320,#1c1829);border:1px solid #2a2436}.dark .nextra-search input:focus{border-color:#c4b5fd;box-shadow:0 0 0 3px rgba(196,181,253,.1)}h1,h2,h3,h4,h5,h6{background:linear-gradient(135deg,#6b46c1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{background:linear-gradient(135deg,#c4b5fd,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f9f7ff}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c4b5fd,#a78bfa);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#a78bfa,#8b5cf6)}.dark ::-webkit-scrollbar-track{background:#1c1829}.dark ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6b46c1,#7c3aed)}.dark ::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7c3aed,#8b5cf6)}table{border:1px solid #e8e4ff}.dark table{border:1px solid #2a2436}th{background:linear-gradient(135deg,#f3f0ff,#e8e1ff);color:#6b46c1}.dark th{background:linear-gradient(135deg,#211a2e,#2d2438);color:#c4b5fd}tr:nth-child(2n){background:linear-gradient(135deg,#fdfcff,#f9f7ff)}.dark tr:nth-child(2n){background:linear-gradient(135deg,#161320,#1a1625)}blockquote{border-left:4px solid #8b5cf6;background:linear-gradient(135deg,#f9f7ff,#f3f0ff)}.dark blockquote{border-left:4px solid #c4b5fd;background:linear-gradient(135deg,#1c1829,#211a2e)}code{background:linear-gradient(135deg,#f3f0ff,#e8e1ff);color:#6b46c1;padding:2px 6px;border-radius:4px}.dark code{background:linear-gradient(135deg,#211a2e,#2d2438);color:#c4b5fd}.nextra-badge{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.nextra-footer{background:linear-gradient(135deg,#f8f7ff,#f3f0ff);border-top:1px solid #e5e1ff}.dark .nextra-footer{background:linear-gradient(135deg,#1a1625,#211a2e);border-top:1px solid #2d2438}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.nextra-animated-gradient{background:linear-gradient(-45deg,#8b5cf6,#7c3aed,#6d28d9,#5b21b6);background-size:400% 400%;animation:gradient-shift 15s ease infinite}