@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";:root{--p-h: 220;--primary: hsl(var(--p-h), 80%, 55%);--primary-low: hsl(var(--p-h), 80%, 96%);--primary-high: hsl(var(--p-h), 90%, 35%);--bg-main: #ffffff;--bg-sidebar: #fcfcfd;--text-main: #0f172a;--text-muted: #64748b;--border-color: #f1f5f9;--sidebar-w: 280px;--header-h: 64px}*{box-sizing:border-box;margin:0;padding:0}hr{border:none;border-top:1px solid var(--border-color);margin:0}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;color:var(--text-main);background:var(--bg-main);line-height:1.6;-webkit-font-smoothing:antialiased;letter-spacing:-.01em}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px;border:2px solid white}::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;border:1px solid #f1f5f9}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#94a3b8}.docs-layout{display:flex;min-height:100vh}.docs-sidebar{width:var(--sidebar-w);height:100vh;position:sticky;top:0;background:var(--bg-sidebar);border-right:1px solid #e2e8f0;padding:2rem 1.5rem;display:flex;flex-direction:column;box-shadow:1px 0 #00000005}.docs-main{flex:1;padding:4rem 3rem;max-width:900px;margin:0 auto}h1{font-size:3rem;font-weight:700;letter-spacing:-.04em;margin-bottom:1.5rem;color:var(--text-main);line-height:1.1}h2{font-size:1.75rem;font-weight:600;letter-spacing:-.03em;margin-top:4rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}h3{font-size:1.25rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem}p{font-size:1.05rem;color:#475569;margin-bottom:1.5rem}code:not(pre code){font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:#f8fafc;color:var(--primary-high);padding:.2rem .4rem;border-radius:6px;font-size:.9em;border:1px solid #f1f5f9}pre{background:#0f172a;padding:1.5rem;border-radius:16px;margin:2rem 0;box-shadow:0 10px 25px -5px #0000001a;position:relative;overflow:hidden}pre:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,rgba(255,255,255,.03) 0%,transparent 100%);pointer-events:none}pre code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#e2e8f0;font-size:.85rem;line-height:1.7}.callout pre{background:#0f172a;border:1px solid rgba(255,255,255,.1);margin:0}.callout pre code{color:#e2e8f0;font-size:.875rem;line-height:1.75}.sidebar-nav{padding-right:.5rem}.sidebar-link{display:flex;align-items:center;gap:.875rem;padding:.75rem 1rem;border-radius:10px;color:#64748b;text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);margin-bottom:.25rem;position:relative}.sidebar-link:hover{background:#f8fafc;color:#1e293b;transform:translate(2px)}.sidebar-link:hover .sidebar-icon{color:#4f46e5}.sidebar-link.active{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;box-shadow:0 4px 12px #4f46e540;font-weight:600}.sidebar-link.active .sidebar-icon{color:#fff}.sidebar-icon{flex-shrink:0;transition:color .2s ease;color:inherit}.sidebar-group-title{font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.12em;margin:2rem 0 .875rem .5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.callout{padding:1.5rem;border-radius:16px;margin:2rem 0;display:flex;gap:1rem}.callout-info{background:var(--primary-low);border:2px solid hsl(var(--p-h),80%,85%);color:var(--primary-high)}.callout-info p,.callout-info li{color:#1e3a8a}.callout-warning{background:#fffbeb;border:2px solid #fde68a;color:#92400e}.callout-warning p,.callout-warning li{color:#78350f}.callout-error{background:#fef2f2;border:2px solid #fca5a5;color:#991b1b}.callout-error p,.callout-error li{color:#7f1d1d}.callout-success{background:#f0fdf4;border:2px solid #86efac;color:#166534}.animate-in{animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.flex{display:flex}.flex-col{flex-direction:column}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.shrink-0{flex-shrink:0}.flex-1{flex:1}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.space-y-8>*+*{margin-top:2rem}.space-y-12>*+*{margin-top:3rem}.space-y-24>*+*{margin-top:6rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mt-auto{margin-top:auto}.mt-32{margin-top:8rem}.ml-2{margin-left:.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.w-4{width:1rem}.h-4{height:1rem}.w-4\.5{width:1.125rem}.h-4\.5{height:1.125rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.w-10{width:2.5rem}.h-10{height:2.5rem}.w-11{width:2.75rem}.h-11{height:2.75rem}.w-28{width:7rem}.h-28{height:7rem}.w-1\.5{width:.375rem}.h-1\.5{height:.375rem}.w-8{width:2rem}.h-8{height:2rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-mono{font-family:ui-monospace,monospace}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.leading-relaxed{line-height:1.75}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.1em}.tracking-wide{letter-spacing:.025em}.text-indigo-600{color:#4f46e5}.text-indigo-500{color:#6366f1}.text-white{color:#fff}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-slate-200{color:#e2e8f0}.text-red-400{color:#f87171}.text-red-600{color:#dc2626}.text-red-800{color:#991b1b}.text-red-900{color:#7f1d1d}.text-green-500{color:#22c55e}.text-green-600{color:#16a34a}.text-indigo-800{color:#3730a3}.text-indigo-900{color:#312e81}.bg-white\/80{background-color:#fffc}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f1f5f9}.bg-slate-900{background-color:#0f172a}.bg-red-50{background-color:#fef2f2}.bg-green-50{background-color:#f0fdf4}.bg-amber-100{background-color:#fef3c7}.bg-indigo-100{background-color:#e0e7ff}.bg-indigo-50{background-color:#eef2ff}.bg-indigo-600{background-color:#4f46e5}.bg-white{background-color:#fff}.text-indigo-100{color:#e0e7ff}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.border-red-200{border-color:#fecaca}.border-red-300{border-color:#fca5a5}.border-green-200{border-color:#bbf7d0}.border-green-300{border-color:#86efac}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.border{border:1px solid #e2e8f0}.border-t{border-top:1px solid #e2e8f0}.border-b{border-bottom:1px solid #e2e8f0}.border-slate-50{border-color:#f8fafc}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.sticky{position:sticky}.top-0{top:0}.z-40{z-index:40}.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}table{border-collapse:collapse;width:100%}thead,tbody tr:hover{background:#f8fafc}th,td{padding:1rem;text-align:left}.list-disc{list-style-type:disc}.list-inside{list-style-position:inside}.overflow-x-auto{overflow-x:auto}.divide-y>*+*{border-top:1px solid #e2e8f0}.divide-slate-100>*+*{border-top-color:#f1f5f9}.inline{display:inline}.lg-hidden{display:none!important}@media(max-width:1024px){.lg-hidden{display:flex!important}.lg\:translate-x-0{transform:translate(0)!important}.lg\:static{position:static!important}}.step h2{display:flex!important;align-items:center!important;gap:1rem!important;margin-top:3rem!important;border:none!important;padding:0!important}.step-number{display:flex!important;align-items:center!important;justify-content:center!important;width:2.25rem!important;height:2.25rem!important;border-radius:9999px!important;background:#0f172a!important;color:#fff!important;font-size:.85rem!important;font-weight:700!important;flex-shrink:0!important}
