*{box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{background-color:#0a0a0a;color:#ffffffde}:root[data-theme=light]{background-color:#fff;color:#0a0a0a}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:inherit;color:inherit}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#8b93ff}:root[data-theme=dark]{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-tertiary: #0a0a0a;--border-primary: #333;--border-secondary: #444;--text-primary: #fff;--text-secondary: #ddd;--text-tertiary: #ccc;--text-muted: #aaa;--text-faded: #666;--code-bg: #1a1a1a;--code-text: #ff6b6b;--pre-bg: #0a0a0a;--pre-text: #d4d4d4;--note-bg: #1a2a3a;--note-border: #4a9eff;--note-text: #bbb}:root[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #fafafa;--border-primary: #ddd;--border-secondary: #ccc;--text-primary: #0a0a0a;--text-secondary: #2a2a2a;--text-tertiary: #444;--text-muted: #666;--text-faded: #999;--code-bg: #f0f0f0;--code-text: #c7254e;--pre-bg: #f8f8f8;--pre-text: #333;--note-bg: #e3f2fd;--note-border: #2196f3;--note-text: #555}.theme-toggle{position:fixed;top:2rem;right:2rem;padding:.75rem;font-size:1.5rem;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:50%;cursor:pointer;z-index:1000;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{opacity:.8}.docs{max-width:900px;margin:0 auto;padding:3rem 2rem;line-height:1.7;background-color:var(--bg-primary);color:var(--text-primary)}header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid var(--border-primary)}header h1{margin:0 0 .5rem;font-size:2.5rem;color:var(--text-primary)}.subtitle{margin:0;font-size:1.2rem;color:var(--text-muted)}section{margin-bottom:3rem}h2{font-size:2rem;margin:2rem 0 1rem;color:var(--text-primary);border-bottom:1px solid var(--border-secondary);padding-bottom:.5rem}h3{font-size:1.5rem;margin:1.5rem 0 .75rem;color:var(--text-secondary)}h4{font-size:1.2rem;margin:1rem 0 .5rem;color:var(--text-tertiary)}p{margin:.75rem 0;color:var(--text-tertiary);text-align:left}code{background:var(--code-bg);padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;font-size:.9em;color:var(--code-text)}pre{background:var(--pre-bg);border:1px solid var(--border-primary);border-radius:6px;padding:1rem;overflow-x:auto;margin:1rem 0}pre code{background:none;padding:0;color:var(--pre-text);display:block;font-size:.85rem;line-height:1.5}ul{text-align:left;color:var(--text-tertiary);padding-left:1.5rem}li{margin:.5rem 0}.note{background:var(--note-bg);border-left:4px solid var(--note-border);padding:1rem;margin:1rem 0;color:var(--note-text);font-size:.95rem}footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-primary);text-align:center;color:var(--text-faded);font-size:.9rem}
