@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Fira+Code:wght@400;500&display=swap";:root{--background:#f8fafc;--foreground:#0f172a;--card:#fff;--card-border:#e2e8f0;--primary:#000;--primary-hover:#333;--primary-foreground:#fff;--secondary:#fff;--secondary-foreground:#0f172a;--secondary-border:#cbd5e1;--muted:#f1f5f9;--muted-foreground:#64748b;--border:#e2e8f0;--input:#fff;--ring:#0003;--radius-lg:12px;--radius-md:8px;--radius-sm:6px;--code-bg:#0f172a;--code-fg:#f8fafc}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--foreground);font-weight:600;line-height:1.2}pre,code{font-family:Fira Code,ui-monospace,SFMono-Regular,monospace}.bg-pattern{background-color:#fff;background-image:radial-gradient(#e2e8f0 1px,#0000 1px);background-size:24px 24px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.card{background:var(--card);border:1px solid var(--card-border);border-radius:var(--radius-lg);transition:all .2s;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.card-interactive:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.btn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 2px 4px #0000001a}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 4px 6px #00000026}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground);border:1px solid var(--secondary-border);box-shadow:0 1px 2px #00000005}.btn-secondary:hover{background:var(--muted)}.input-group{flex-direction:column;gap:.375rem;margin-bottom:1.25rem;display:flex}.input-label{color:var(--foreground);font-size:.875rem;font-weight:500}.input-field{border-radius:var(--radius-md);background:var(--input);border:1px solid var(--border);width:100%;color:var(--foreground);padding:.625rem .875rem;font-family:inherit;font-size:.875rem;transition:all .2s;box-shadow:0 1px 2px #00000005}.input-field:focus{border-color:var(--foreground);box-shadow:0 0 0 3px var(--ring);outline:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeIn}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.badge{border-radius:9999px;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{color:#166534;background:#dcfce7}.badge-warning{color:#92400e;background:#fef3c7}.badge-primary{color:#0f172a;background:#f1f5f9}.badge-neutral{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}table{border-collapse:collapse;text-align:left;width:100%}th{color:var(--muted-foreground);border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.875rem;font-weight:500}td{border-bottom:1px solid var(--border);color:var(--foreground);padding:1rem;font-size:.875rem}tr:last-child td{border-bottom:none}.dashboard-container{background:var(--background);flex-direction:row;min-height:100vh;display:flex}.dashboard-sidebar{background:var(--card);border-right:1px solid var(--border);flex-direction:column;width:260px;height:100vh;display:flex;position:sticky;top:0}.dashboard-main{flex:1;max-width:100vw;padding:2rem;overflow-y:auto}.docs-layout{background:#fff;flex-direction:row;min-height:calc(100vh - 60px);display:flex}.docs-sidebar{border-right:1px solid var(--border);flex-shrink:0;width:260px;height:calc(100vh - 60px);padding:2rem 1.5rem;position:sticky;top:60px;overflow-y:auto}.docs-content{flex:1;min-width:0;max-width:800px;padding:3rem 4rem}.docs-code{background:var(--code-bg);width:400px;color:var(--code-fg);flex-shrink:0;padding:3rem 2rem}.hide-on-desktop{display:none!important}@media (width<=1200px){.docs-layout{flex-direction:column}.docs-sidebar{border-right:none;border-bottom:1px solid var(--border);width:100%;height:auto;padding:1rem;position:static}.docs-code{width:100%;padding:2rem 1rem}.docs-content{max-width:100%;padding:2rem 1rem}}@media (width<=768px){.hide-on-desktop{display:flex!important}.hide-on-mobile{display:none!important}.dashboard-container{flex-direction:column}.dashboard-sidebar{z-index:50;border-right:none;width:100%;height:100vh;transition:transform .3s;position:fixed;top:60px;left:0}.dashboard-sidebar.mobile-closed{transform:translate(-100%)}.dashboard-sidebar.mobile-open{transform:translate(0)}.dashboard-sidebar-nav{padding:1.5rem 1.5rem 80px}.dashboard-main{padding:1rem}.hero-title{fontSize:3rem!important}}
