.docs-scope{--background:#fff;--foreground:#171717;--muted:#f5f5f5;--muted-foreground:#737373;--border:#e5e5e5;--primary:#2563eb;--primary-foreground:#fff;--accent:#f0f9ff;--accent-foreground:#0369a1;--sidebar-width:280px;min-height:100vh;background:var(--background);color:var(--foreground);line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}@media (prefers-color-scheme:dark){.docs-scope{--background:#0a0a0a;--foreground:#ededed;--muted:#1a1a1a;--muted-foreground:#a3a3a3;--border:#262626;--primary:#3b82f6;--primary-foreground:#fff;--accent:#0c1929;--accent-foreground:#60a5fa}}.docs-scope *,.docs-scope :after,.docs-scope :before{box-sizing:border-box;padding:0;margin:0}.docs-scope a{color:var(--primary);text-decoration:none}.docs-scope a:hover{text-decoration:underline}.docs-scope .container{max-width:1200px;margin:0 auto;padding:0 24px}.docs-scope .docs-layout{display:flex;min-height:100vh}.docs-scope .sidebar{width:var(--sidebar-width);border-right:1px solid var(--border);padding:24px;position:fixed;height:100vh;overflow-y:auto;background:var(--background)}.docs-scope .sidebar-logo{font-size:20px;font-weight:700;margin-bottom:32px;display:flex;align-items:center;gap:10px}.docs-scope .sidebar-logo svg{color:var(--primary)}.docs-scope .sidebar-section{margin-bottom:24px}.docs-scope .sidebar-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:8px}.docs-scope .sidebar-nav{list-style:none}.docs-scope .sidebar-nav li{margin-bottom:4px}.docs-scope .sidebar-nav a{display:block;padding:8px 12px;border-radius:6px;color:var(--foreground);font-size:14px;transition:background .2s}.docs-scope .sidebar-nav a:hover{background:var(--muted);text-decoration:none}.docs-scope .sidebar-nav a.active{background:var(--accent);color:var(--accent-foreground);font-weight:500}.docs-scope .main-content{flex:1;margin-left:var(--sidebar-width);padding:48px 64px;max-width:calc(100% - var(--sidebar-width))}.docs-scope .prose{max-width:720px;margin:0 auto}.docs-scope .prose h1{font-size:2.5rem;font-weight:700;margin-bottom:16px;line-height:1.2}.docs-scope .prose h2{font-size:1.5rem;font-weight:600;margin-top:48px;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.docs-scope .prose h3{font-size:1.25rem;font-weight:600;margin-top:32px;margin-bottom:12px}.docs-scope .prose p{margin-bottom:16px;color:var(--foreground)}.docs-scope .prose ol,.docs-scope .prose ul{margin-bottom:16px;padding-left:24px}.docs-scope .prose li{margin-bottom:8px}.docs-scope .prose code{background:var(--muted);padding:2px 6px;border-radius:4px;font-size:.9em;font-family:SF Mono,Monaco,Courier New,monospace}.docs-scope .prose pre{background:var(--muted);padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:16px}.docs-scope .prose pre code{background:none;padding:0}.docs-scope .prose blockquote{border-left:4px solid var(--primary);padding-left:16px;margin:16px 0;color:var(--muted-foreground)}.docs-scope .hero{text-align:center;padding:80px 24px;background:linear-gradient(135deg,var(--accent),var(--background));border-radius:16px;margin-bottom:48px}.docs-scope .hero h1{font-size:3rem;font-weight:800;margin-bottom:16px}.docs-scope .hero p{font-size:1.25rem;color:var(--muted-foreground);max-width:600px;margin:0 auto 32px}.docs-scope .plugin-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:48px}.docs-scope .plugin-card{border:1px solid var(--border);border-radius:12px;padding:24px;transition:box-shadow .2s,transform .2s}.docs-scope .plugin-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.docs-scope .plugin-card h3{font-size:1.25rem;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:10px}.docs-scope .plugin-card p{color:var(--muted-foreground);font-size:14px;margin-bottom:16px}.docs-scope .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-weight:500;font-size:14px;transition:all .2s}.docs-scope .btn-primary{background:var(--primary);color:var(--primary-foreground)}.docs-scope .btn-primary:hover{opacity:.9;text-decoration:none}.docs-scope .btn-outline{border:1px solid var(--border);color:var(--foreground)}.docs-scope .btn-outline:hover{background:var(--muted);text-decoration:none}.docs-scope .callout{padding:16px;border-radius:8px;margin:16px 0;display:flex;gap:12px;color:#0f172a}.docs-scope .callout a{color:#1d4ed8;font-weight:600}.docs-scope .callout-info{background:#eff6ff;border:1px solid #bfdbfe}.docs-scope .callout-warning{background:#fffbeb;border:1px solid #fcd34d}.docs-scope .callout-success{background:#f0fdf4;border:1px solid #86efac}@media (prefers-color-scheme:dark){.docs-scope .callout{color:#0f172a}.docs-scope .callout-info{background:#e5f0ff;border-color:#90b9ff}.docs-scope .callout-warning{background:#fff4d6;border-color:#f4c15b}.docs-scope .callout-success{background:#e7f7ea;border-color:#8bdb9e}}.docs-scope .prose table{width:100%;border-collapse:collapse;margin:16px 0 24px;font-size:14px}.docs-scope .prose table td,.docs-scope .prose table th{padding:12px 16px;text-align:left;border:1px solid var(--border);vertical-align:top}.docs-scope .prose table th{background:var(--muted);font-weight:600;white-space:nowrap}.docs-scope .prose table td{background:var(--background)}.docs-scope .prose table tr:hover td{background:var(--accent)}.docs-scope .prose table td:first-child{font-weight:500;white-space:nowrap}.docs-scope .prose table code{font-size:.85em}@media (max-width:768px){.docs-scope .sidebar{display:none}.docs-scope .main-content{margin-left:0;max-width:100%;padding:24px}.docs-scope .hero h1{font-size:2rem}.docs-scope .prose table{display:block;overflow-x:auto}.docs-scope .prose table td,.docs-scope .prose table th{padding:8px 12px}}