:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:background-color .3s ease,color .3s ease}body.dark{background-color:#1a1a1a;color:#e0e0e0}:root{--bg-primary: #f5f5f5;--bg-secondary: #ffffff;--bg-tertiary: #f8f9fa;--text-primary: #333333;--text-secondary: #666666;--border-color: #e0e0e0;--header-bg: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--sidebar-bg: #ffffff;--code-bg: #f8f9fa;--code-border: #e0e0e0;--code-header-bg: #e9ecef;--copy-button-bg: #1976d2;--copy-button-hover: #1565c0;--shadow: rgba(0, 0, 0, .08)}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--bg-tertiary: #3a3a3a;--text-primary: #e0e0e0;--text-secondary: #b0b0b0;--border-color: #404040;--header-bg: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);--sidebar-bg: #2d2d2d;--code-bg: #2d2d2d;--code-border: #404040;--code-header-bg: #3a3a3a;--copy-button-bg: #3182ce;--copy-button-hover: #2c5aa0;--shadow: rgba(0, 0, 0, .3)}.app{max-height:100svh;max-width:100svw;display:flex;flex-direction:column}.header{width:100svw;background:var(--header-bg);color:#fff;padding:0 2rem;max-height:70px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 10px var(--shadow);position:sticky;top:0;z-index:1000}.header-left{display:flex;align-items:center}.logo{display:flex;align-items:center;gap:1rem}.logo-icon{width:40px;height:40px;background:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:1.2rem;font-weight:600}.logo-subtitle{font-size:.8rem;opacity:.8}.header-center{flex:1;max-width:500px;margin:0 2rem}.search-bar{display:flex;background:#ffffff1a;border-radius:8px;overflow:hidden}.search-input{flex:1;padding:.75rem 1rem;border:none;background:transparent;color:#fff;font-size:.9rem}.search-input::placeholder{color:#ffffffb3}.search-button{padding:.75rem 1rem;background:#ffffff1a;border:none;color:#fff;cursor:pointer;transition:background .2s ease}.search-button:hover{background:#fff3}.header-right{display:flex;align-items:center;gap:1rem}.header-actions{display:flex;align-items:center}.theme-toggle-button{background:#ffffff1a;border:none;border-radius:8px;padding:.5rem;color:#fff;cursor:pointer;font-size:1.2rem;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.theme-toggle-button:hover{background:#fff3}.action-button{position:relative;background:#ffffff1a;border:none;color:#fff;padding:.5rem;border-radius:6px;cursor:pointer;transition:background .2s ease;font-size:1.1rem}.action-button:hover{background:#fff3}.notification-badge{position:absolute;top:-5px;right:-5px;background:#ff4757;color:#fff;font-size:.7rem;padding:.2rem .4rem;border-radius:10px;min-width:18px;text-align:center}.user-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff1a;border-radius:8px;cursor:pointer;transition:background .2s ease}.user-profile:hover{background:#fff3}.avatar{width:32px;height:32px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1rem}.user-info{display:flex;flex-direction:column}.user-name{font-size:.9rem;font-weight:500}.user-role{font-size:.7rem;opacity:.8}.app-container{display:flex;flex:1;height:calc(100vh - 70px)}.sidebar{width:280px;background:var(--sidebar-bg);border-right:1px solid var(--border-color);display:flex;flex-direction:column;overflow-y:auto}.sidebar-header{padding:2rem 1.5rem 1rem;border-bottom:1px solid var(--border-color)}.sidebar-title{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.sidebar-nav{flex:1;padding:.8rem}.nav-list{list-style:none}.nav-item{margin:0}.nav-button{width:100%;padding:1rem 1.5rem;background:none;border:none;text-align:left;font-size:.95rem;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:1rem;position:relative}.nav-button:hover{background-color:var(--bg-tertiary);color:var(--text-primary)}.nav-button.active{background-color:#e3f2fd;color:#1976d2;font-weight:500}.nav-icon{font-size:1.2rem;width:24px;text-align:center}.nav-text{flex:1}.active-indicator{position:absolute;left:0;top:0;bottom:0;width:4px;background:#1976d2}.sidebar-footer{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border-top:1px solid var(--border-color);background:var(--bg-secondary)}.version-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.version-label{font-size:.8rem;color:var(--text-secondary)}.version-number{font-size:.8rem;font-weight:600;color:#1976d2}.package-info{text-align:center}.package-name{font-size:.8rem;color:var(--text-secondary);font-family:Monaco,Consolas,monospace}.main-content{flex:1;background:var(--bg-primary);overflow-y:auto;padding:1.4rem}.page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.page-header-content{flex:1}.page-header h1{font-size:2.2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.page-header p{font-size:1.1rem;color:var(--text-secondary);max-width:600px}.page-header-actions{display:flex;gap:1rem;align-items:center}.copy-link-button{background:var(--copy-button-bg);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s ease;font-weight:500;display:flex;align-items:center;gap:.5rem}.copy-link-button:hover{background:var(--copy-button-hover);transform:translateY(-1px)}.copy-link-button.copied{background:#4caf50}.home-page{max-width:1200px;margin:0 auto}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem;padding:3rem 0}.hero-content h1{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero-actions{display:flex;gap:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:#1976d2;color:#fff}.btn-primary:hover{background:#1565c0;transform:translateY(-1px)}.btn-secondary{background:#1976d21a;color:#1976d2;border:1px solid #1976d2}.btn-secondary:hover{background:#1976d233}.btn-outline{background:transparent;color:#1976d2;border:1px solid #1976d2}.btn-outline:hover{background:#1976d21a}.hero-visual{display:flex;justify-content:center}.code-preview{background:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000004d;width:100%;max-width:500px}.code-header{background:#2d2d2d;padding:1rem;display:flex;gap:.5rem}.code-dot{width:12px;height:12px;border-radius:50%}.code-dot.red{background:#ff5f56}.code-dot.yellow{background:#ffbd2e}.code-dot.green{background:#27ca3f}.code-content{padding:1rem;margin:0;color:#d4d4d4;font-family:Monaco,Consolas,monospace;font-size:.9rem;line-height:1.5}.features-section{margin-bottom:4rem}.section-title{font-size:2rem;font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--bg-secondary);color:var(--text-primary);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center;transition:transform .2s ease}.feature-card:hover{transform:translateY(-4px);color:#fff;background-color:var(--bg-primary)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.feature-card p{color:var(--text-secondary);line-height:1.6}.stats-section{margin-bottom:4rem}.stats-grid{display:grid;color:var(--text-primary);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{background:var(--bg-secondary);color:var(--text-primary);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#1976d2;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#666;font-weight:500}.cta-section{background:var(--header-bg);color:#fff;padding:4rem 2rem;border-radius:16px;text-align:center;margin-bottom:2rem}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.getting-started-page{max-width:1000px;margin:0 auto}.content-grid{display:flex;flex-direction:column;gap:3rem}.content-section h2{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem}.installation-steps{display:flex;flex-direction:column;gap:2rem}.step-card{display:flex;gap:1.5rem;background:var(--bg-secondary);padding:2rem;border-radius:12px;box-shadow:0 4px 20px var(--shadow)}.step-number{width:40px;height:40px;background:#1976d2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.step-content h3{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.code-block{background:var(--code-bg);border:1px solid var(--code-border);border-radius:8px;overflow:hidden;margin:1rem 0;transition:all .3s ease}.code-header{background:var(--code-header-bg);padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-secondary);border-bottom:1px solid var(--code-border)}.copy-button{background:var(--copy-button-bg);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s ease;font-weight:500}.copy-button:hover{background:var(--copy-button-hover);transform:translateY(-1px)}.copy-button.copied{background:#4caf50}.code-block pre{margin:0;padding:1rem;background:var(--code-bg);overflow-x:auto}.code-block code{font-family:Monaco,Consolas,Courier New,monospace;font-size:.9rem;color:var(--text-primary)}.examples-page{height:100%}.examples-container{display:flex;height:calc(100vh - 150px);gap:1rem}.examples-sidebar{width:300px;background:var(--bg-secondary);border-radius:12px;box-shadow:0 4px 20px var(--shadow);overflow:hidden;display:flex;flex-direction:column}.examples-sidebar .sidebar-header{padding:1.5rem;border-bottom:1px solid #f0f0f0;color:var(--text-primary);background-color:var(--bg-secondary)}.filter-controls{margin-top:1rem}.difficulty-filter{width:100%;padding:.5rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff}.examples-nav{flex:1;padding:.5rem;overflow-y:auto;color:var(--text-primary);background-color:var(--bg-secondary)}.examples-list{list-style:none;padding:0;color:var(--text-primary);background-color:var(--bg-secondary)}.example-item{margin:0;color:var(--text-primary)}.example-button{width:100%;padding:1rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:.5rem}.example-button:hover{background:#f8f9fa;color:#000}.example-button.active{background:#e3f2fd;border-left:4px solid #1976d2;color:var(--text-primary)}.example-info h4{font-size:1rem;font-weight:600;margin:0}.example-info p{font-size:.8rem;color:#666;margin:0}.difficulty-badge{align-self:flex-start;padding:.25rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500}.difficulty-badge.beginner{background:#e8f5e8;color:#2e7d32}.difficulty-badge.intermediate{background:#fff3e0;color:#ef6c00}.difficulty-badge.advanced{background:#ffebee;color:#c62828}.examples-content{flex:1;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.example-viewer{height:100%;overflow-y:auto;padding:2rem;background:var(--bg-secondary);border-radius:12px;box-shadow:0 4px 20px var(--shadow)}.example-header{padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background:var(--bg-tertiary);margin:-2rem -2rem 2rem}.example-header h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}.documentation-page{max-width:1200px;margin:0 auto}.docs-container{display:flex;gap:2rem}.docs-sidebar{width:250px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:1.5rem;height:fit-content;position:sticky;top:2rem}.docs-nav{display:flex;flex-direction:column;gap:2rem}.nav-section h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.nav-section ul{list-style:none;padding:0}.nav-section li{margin-bottom:.5rem}.nav-section a{color:#666;text-decoration:none;font-size:.9rem;padding:.5rem 0;display:block;transition:color .2s ease}.nav-section a:hover{color:#1976d2}.docs-content{flex:1;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem}.doc-section{margin-bottom:3rem}.doc-section h2{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.doc-section p{color:#666;line-height:1.6;margin-bottom:1rem}.api-signature{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin:1rem 0;font-family:Monaco,Consolas,monospace;font-size:.9rem;overflow-x:auto}.code-example{margin:1.5rem 0}.code-example h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.features-page{max-width:1200px;margin:0 auto}.features-grid{display:flex;flex-direction:column;gap:3rem}.feature-section h2{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-item{background:var(--bg-secondary);color:var(--text-primary);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;gap:1.5rem;align-items:flex-start}.feature-icon{font-size:2.5rem;flex-shrink:0}.feature-content h3{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.feature-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.feature-content ul{list-style:none;padding:0}.feature-content li{color:var(--text-secondary);position:relative;padding:.25rem 0 .25rem 1.5rem}.feature-content li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.comparison-section{margin-top:4rem}.comparison-table{background:var(--bg-secondary);color:var(--text-primary);border-radius:12px;box-shadow:0 4px 20px #00000014;border:1px solid var(--border-color);overflow:hidden}.comparison-table table{width:100%;color:var(--text-primary);border:1px solid var(--border-color);border-collapse:collapse}.comparison-table th,.comparison-table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border-color)}.comparison-table th{background:var(--bg-primary);font-weight:600;color:var(--text-primary)}.comparison-table td{color:var(--text-secondary)}.advantages-page{max-width:1200px;margin:0 auto}.advantages-container{display:flex;flex-direction:column;gap:3rem}.advantage-section h2{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:2rem}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.advantage-card{background:var(--bg-secondary);color:var(--text-primary);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center}.advantage-icon{font-size:3rem;margin-bottom:1rem}.advantage-card h3{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.advantage-card p{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.advantage-card ul{list-style:none;padding:0;text-align:left}.advantage-card li{color:var(--text-primary);position:relative;padding:.5rem 0 .5rem 1.5rem}.advantage-card li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.comparison-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.comparison-card{background:var(--bg-secondary);color:var(--text-primary);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.comparison-card h3{font-size:1.3rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;text-align:center}.advantage-list{display:flex;flex-direction:column;gap:1rem}.advantage-item{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary)}.advantage-item .advantage-icon{font-size:1rem;margin:0}.use-cases-section{margin-top:3rem}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.use-case-card{background:var(--bg-secondary);color:var(--text-primary);padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center;transition:transform .2s ease}.use-case-card:hover{transform:translateY(-4px)}.use-case-icon{font-size:2.5rem;margin-bottom:1rem}.use-case-card h3{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.use-case-card p{color:var(--text-secondary);line-height:1.6}@media (max-width: 1024px){.hero-section{grid-template-columns:1fr;gap:2rem}.examples-container{flex-direction:column;height:auto}.examples-sidebar{width:100%}.docs-container{flex-direction:column}.docs-sidebar{width:100%;position:static}}@media (max-width: 768px){.header{padding:0 1rem}.header-center,.user-info{display:none}.sidebar{width:100%;position:static}.main-content{padding:1rem}.hero-content h1{font-size:2rem}.hero-actions{flex-direction:column}.features-grid,.advantages-grid,.comparison-cards,.use-cases-grid{grid-template-columns:1fr}.step-card,.feature-item{flex-direction:column;text-align:center}.app-container{flex-direction:column}}.step-button{background-color:var(--bg-primary);color:var(--text-primary);border:1px solid var(--text-primary);border-radius:4px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.step-button:hover{background-color:#3e63c0;color:#000}.button-group{display:flex;gap:1rem;border-radius:4px;font-weight:500;cursor:pointer;transition:all .1s ease}.button-group button,.button-custom{background-color:var(--bg-primary);color:var(--text-primary);border:1px solid var(--text-primary);border-radius:4px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.button-group button:hover,.button-custom:hover{background-color:var(--copy-button-bg);color:#fff}
