:root{--docs-primary:#6366f1;--docs-secondary:#a855f7;--docs-bg:#0f172a;--docs-sidebar-bg:rgba(15,23,42,0.8);--docs-text-main:#f8fafc;--docs-text-muted:#94a3b8;--docs-border:rgba(255,255,255,0.1);--docs-accent-glow:rgba(99,102,241,0.2)}.docs-container{background-color:var(--docs-bg);color:var(--docs-text-main);min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:clip}.docs-navbar{position:sticky;top:0;z-index:50;backdrop-filter:blur(12px);background:rgba(15,23,42,.7);border-bottom:1px solid var(--docs-border);min-height:64px;display:flex;align-items:center;padding:0 1rem;justify-content:space-between;gap:.75rem}@media (min-width:640px){.docs-navbar{padding:0 1.5rem}}@media (min-width:1024px){.docs-navbar{padding:0 2rem}}.docs-nav-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--docs-primary),var(--docs-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none}.docs-layout{display:flex;flex-direction:column;max-width:1400px;width:100%;margin:0 auto;padding:1rem;gap:1.5rem}@media (min-width:1024px){.docs-layout{flex-direction:row;padding:2rem;gap:3rem}}.docs-sidebar{width:100%;max-width:280px;flex-shrink:0;position:sticky;top:96px;height:calc(100vh - 120px);overflow-y:auto;padding-right:1rem}.docs-sidebar::-webkit-scrollbar{width:4px}.docs-sidebar::-webkit-scrollbar-thumb{background:var(--docs-border);border-radius:10px}.docs-content{flex:1;min-width:0;max-width:100%;width:100%}@media (min-width:1024px){.docs-content{max-width:900px}}.docs-content code,.docs-content pre{max-width:100%}.docs-content pre{overflow-x:auto;-webkit-overflow-scrolling:touch}.docs-nav-item{display:block;padding:.75rem 1rem;border-radius:8px;color:var(--docs-text-muted);text-decoration:none;transition:all .2s ease;margin-bottom:.25rem}.docs-nav-item:hover{background:rgba(255,255,255,.05);color:var(--docs-text-main)}.docs-nav-item.active{background:var(--docs-accent-glow);color:var(--docs-primary);font-weight:600}.docs-section{margin-bottom:4rem;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.docs-title{font-size:1.75rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.025em;word-break:break-word}@media (min-width:640px){.docs-title{font-size:2rem}}@media (min-width:768px){.docs-title{font-size:2.5rem}}.docs-subtitle{font-size:1.25rem;color:var(--docs-text-muted);margin-bottom:2.5rem}.docs-card{background:rgba(30,41,59,.5);border:1px solid var(--docs-border);border-radius:16px;padding:1.25rem;margin-bottom:2rem;transition:transform .3s ease,border-color .3s ease}@media (min-width:640px){.docs-card{padding:2rem}}.docs-card:hover{transform:translateY(-4px);border-color:var(--docs-primary)}.docs-image-container{margin:2rem 0;border-radius:12px;overflow:hidden;border:1px solid var(--docs-border);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.docs-image{width:100%;height:auto;display:block}.roadmap-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--docs-border)}.roadmap-item{position:relative;margin-bottom:3rem}.roadmap-item:before{content:"";position:absolute;left:-2.45rem;top:.25rem;width:12px;height:12px;border-radius:50%;background:var(--docs-primary);border:4px solid var(--docs-bg)}.docs-button{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:8px;background:var(--docs-primary);color:white;text-decoration:none;font-weight:600;transition:opacity .2s}.docs-button:hover{opacity:.9}@media (max-width:1023px){.docs-sidebar.docs-sidebar{display:none}}