*{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth}:root{--primary-color: #1e3a8a;--accent-color: #14b8a6;--background: #fdfdfd;--surface: #f9f9f9;--text-primary: #0a0a0a;--text-secondary: #6b7280;--border: #e5e7eb;--shadow: 1px 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 8px rgba(0, 0, 0, .2);--info-bg: #f0f9ff;--info-border: #bae6fd;--info-text: #0369a1;--error-bg: #fef2f2;--error-border: #fecaca;--error-text: #dc2626;--success-bg: #f0fdf4;--success-border: #bbf7d0;--success-text: #16a34a;--warning-bg: #fffbeb;--warning-border: #fde68a;--warning-text: #ca8a04;--primary: #0a0a0a;--secondary: #e5e7eb;--outline: #f9fafb;--destructive: #ef4444;--success: #22c55e;--warning: #facc15;--info: #3b82f6;--table-header-bg: #e1e1e1;--table-hover-bg: #f7f9fb;--table-alt-row-bg: #f5f6f8}[data-theme=dark]{--primary-color: #38bdf8;--accent-color: #2dd4bf;--background: #121212;--surface: #1e1e1e;--text-primary: #f9fafb;--text-secondary: #9ca3af;--border: #2e2e2e;--shadow: 0 2px 4px rgba(255, 255, 255, .1);--shadow-md: 0 4px 8px rgba(255, 255, 255, .2);--info-bg: #082f49;--info-border: #0369a1;--info-text: #38bdf8;--error-bg: #450a0a;--error-border: #b91c1c;--error-text: #f87171;--success-bg: #052e16;--success-border: #15803d;--success-text: #4ade80;--warning-bg: #422006;--warning-border: #ca8a04;--warning-text: #facc15;--primary: #f9fafb;--secondary: #374151;--outline: #1f2937;--destructive: #dc2626;--success: #16a34a;--warning: #eab308;--info: #2563eb;--table-header-bg: #1f2937;--table-hover-bg: rgb(43, 52, 63);--table-alt-row-bg: #252a31}body{min-height:100vh;background-color:var(--background);color:var(--text-color);transition:background-color .3s,color .3s;font-family:monospace}.App{position:relative;min-height:100vh;max-width:1300px;width:100%;margin:auto}section{scroll-margin-top:100px}.outlet-container{position:relative;top:80px;padding:1rem;transition:all .3s ease;flex:1 1 auto;min-width:0}.main{margin:auto;width:100%;min-height:90vh;height:100%;display:flex;gap:2rem}.homepage{width:100%;padding:3rem 0;display:flex;flex-direction:column;gap:4rem;align-items:start;justify-content:center}.section{width:100%;display:flex;gap:1rem;flex-direction:column;scroll-margin-top:100px}.intro-section{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2rem}.main-title{font-size:3rem;color:var(--text-primary)}.main-desc{font-size:1rem;color:var(--text-secondary)}.section-heading{font-size:1.5rem;color:var(--text-primary)}.section-desc{font-size:.9rem;color:var(--text-secondary)}.custom-style1{background-color:var(--primary-color);color:#fff}.custom-style2{background-color:var(--accent-color);color:#fff}.custom1{padding:4px 8px;border-radius:8px;color:#8a2be2;background-color:#f0eaf5}.custom2{padding:4px 8px;border-radius:8px;color:#e22bb4;background-color:#f1e2ee}@media (max-width: 1034px){.outlet-container{margin-left:0}.main{max-width:100vw}.App{max-width:100%}.main-title{font-size:1.5rem;color:var(--text-primary)}.main-desc{font-size:.9rem;color:var(--text-secondary)}.section-heading{font-size:1.2rem;color:var(--text-primary)}.section-desc{font-size:.8rem;color:var(--text-secondary)}}.custom-badge{background:#eef2ff;color:#3730a3;padding:4px 10px;border-radius:6px;font-size:.875rem;font-weight:600;border:1px solid #c7d2fe;display:inline-flex;align-items:center}.custom-checkbox{display:flex;align-items:center;gap:8px;font-size:16px;color:#374151}._sidebar_wozc3_1{position:sticky;top:80px;display:flex;flex-direction:column;gap:2rem;width:250px;border-right:1px solid var(--border);padding:1.5rem;height:calc(100vh - 80px);overflow-y:auto;transition:all .3s ease;z-index:900}._sidebar_wozc3_1::-webkit-scrollbar{width:6px}._sidebar_wozc3_1::-webkit-scrollbar-track{background:transparent}._sidebar_wozc3_1::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}._sidebar_wozc3_1::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}._sidebarSection_wozc3_33{display:flex;flex-direction:column;gap:.75rem}._sidebarTitle_wozc3_39{color:var(--text-primary);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.5rem;border-bottom:2px solid var(--border);margin-bottom:.25rem}._sidebarLink_wozc3_50{text-decoration:none;color:var(--text-secondary);font-size:.85rem;border-radius:.375rem;transition:all .2s ease;display:block;border-left:2px solid transparent;margin-left:-.75rem;padding:.5rem .75rem}._sidebarLink_wozc3_50:hover{color:var(--text-primary);background-color:var(--surface);border-left-color:var(--text-primary)}._sidebarLink_wozc3_50._active_wozc3_69{color:var(--text-primary);font-weight:600;background-color:var(--background);border-left-color:var(--text-primary);box-shadow:inset 0 0 0 1px var(--border)}._overlay_wozc3_77{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}@media (max-width: 1034px){._sidebar_wozc3_1{position:fixed;top:80px;left:-250px;z-index:1000;background-color:var(--surface);border-right:1px solid var(--border);height:calc(100vh - 80px);box-shadow:2px 0 8px #0000001a}._sidebar_wozc3_1._open_wozc3_100{left:0}._overlay_wozc3_77,._overlay_wozc3_77._open_wozc3_100{display:block}}._header_1okpy_1{position:fixed;width:100vw;top:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;height:5rem;background-color:var(--surface);color:var(--text-primary);border-bottom:1px solid var(--border-color, rgba(0, 0, 0, .1))}._navbar_1okpy_17{padding:0 1rem;max-width:1300px;margin:auto;width:100%;display:flex;justify-content:space-between;align-items:center;gap:3rem}._headerIcon_1okpy_28{text-decoration:none;font-size:1.5rem;font-weight:600;color:var(--text-primary)}._navmenu_1okpy_35{display:flex;list-style:none;gap:2rem;font-size:1rem}._navitem_1okpy_42{transition:color .2s ease;color:var(--text-primary);&:hover{color:var(--text-secondary)}cursor:pointer}._menuButton_1okpy_51{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-primary);padding:.5rem;transition:color .2s ease}._menuButton_1okpy_51:hover{color:var(--text-secondary)}._themeToggle_1okpy_66{background:var(--background);border:1.5px solid var(--border-color, rgba(0, 0, 0, .1));border-radius:50%;width:2rem;height:2rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:var(--text-primary);padding:0;margin-left:auto;flex-shrink:0}._themeToggle_1okpy_66:hover{background:var(--surface);border-color:var(--text-primary);transform:scale(1.1);box-shadow:0 2px 8px #00000026}._themeToggle_1okpy_66:active{transform:scale(.95)}@media (max-width: 1034px){._menuButton_1okpy_51{display:block}._navmenu_1okpy_35{display:none}._headerIcon_1okpy_28{font-size:1.3rem}}@media (max-width: 768px){._headerIcon_1okpy_28{font-size:1.1rem}._themeToggle_1okpy_66{width:1.8rem;height:1.8rem;font-size:.9rem}}.homepage{max-width:1000px;margin:0 auto;width:100%;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4rem}.hero{text-align:center;padding:3rem 0}.hero-title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}.hero-description{font-size:1.25rem;color:var(--text-secondary);max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.hero-actions a{text-decoration:none}.features-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2rem;border:1px solid var(--border);border-radius:1rem;background:var(--surface);transition:all .3s ease}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001a;border-color:var(--text-primary)}.feature-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.feature-card h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.feature-card p{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.quick-start{padding:4rem 0}.quick-start-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;text-align:center}.code-block code{font-family:Courier New,Monaco,monospace;font-size:.9rem;color:var(--text-primary);line-height:1.6}.quick-start-description{color:var(--text-secondary);margin-bottom:1.5rem;text-align:center;font-size:1rem}@media (max-width: 768px){.homepage{padding:1rem}.hero{padding:2rem 0}.hero-title{font-size:2.25rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.features-title,.quick-start-title{font-size:1.75rem;margin-bottom:2rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.5rem}}.installation-page{max-width:1000px;margin:0 auto;padding:2rem;width:100%}.installation-hero{text-align:center;margin-bottom:4rem;padding:3rem 0}.installation-hero h1{font-size:2.75rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem}.installation-hero p{font-size:1.15rem;color:var(--text-secondary)}.installation-section{margin-bottom:3rem}.installation-section h2{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border)}.installation-section p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.installation-section code{background:var(--background);padding:.2rem .4rem;border-radius:.25rem;font-family:Courier New,monospace;color:var(--text-primary)}.tabs-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.tab-content{display:flex;flex-direction:column;gap:1rem}.tab-content h3{font-size:1rem;font-weight:600;color:var(--text-primary)}.code-block{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;overflow-x:auto;margin-bottom:1.5rem}.code-block pre{margin:0}.code-block code{font-family:Courier New,Monaco,monospace;font-size:.85rem;color:var(--text-primary);line-height:1.6;background:none;padding:0;border-radius:0}.components-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.component-item{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;border:1px solid var(--border);border-radius:.625rem;background:var(--surface);transition:all .2s ease}.component-item:hover{border-color:var(--text-primary);background:var(--background);transform:translateY(-2px)}.component-name{font-weight:600;color:var(--text-primary);font-size:.95rem}.component-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.faq-section{background:var(--surface);padding:2rem;border-radius:1rem;border:1px solid var(--border)}.faq-item{margin-bottom:1.5rem}.faq-item:last-child{margin-bottom:0}.faq-item h3{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.faq-item p{margin-bottom:0!important}.next-steps{background:linear-gradient(135deg,var(--surface),var(--background));padding:2rem;border-radius:1rem;border:1px solid var(--border)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.step-card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;text-align:center;transition:all .2s ease}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.step-number{width:3rem;height:3rem;background:var(--primary, #2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;margin:0 auto}.step-card h3{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.step-card p{margin-bottom:0!important}@media (max-width: 768px){.installation-page{padding:1rem}.installation-hero h1{font-size:2rem}.installation-hero p{font-size:1rem}.installation-section h2{font-size:1.5rem}.tabs-section,.components-list{grid-template-columns:1fr}.faq-section,.next-steps{padding:1.5rem}}.copy-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:1px solid var(--border);border-radius:.375rem;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.copy-button:hover{background:var(--surface);border-color:var(--ui-accent);color:var(--ui-accent)}.copy-button:active{transform:scale(.95)}.copy-button.copied{color:#10b981;border-color:#10b981;background:#10b9811a}.copy-icon{width:16px;height:16px;transition:transform .2s ease}.copy-button:hover .copy-icon{transform:scale(1.1)}.copy-tooltip{position:absolute;top:-2rem;left:50%;transform:translate(-50%);padding:.25rem .5rem;background:var(--text-primary);color:var(--background);font-size:.75rem;border-radius:.25rem;white-space:nowrap;pointer-events:none;animation:fadeInDown .2s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.copy-button:focus{outline:2px solid var(--ui-accent);outline-offset:2px}.copy-button:focus:not(:focus-visible){outline:none}.code-box{background:var(--background);border:1px solid var(--border);border-radius:.5rem;overflow:hidden;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.code-header-left{display:flex;align-items:center;gap:.5rem}.code-icon{color:var(--text-secondary);flex-shrink:0}.code-language{font-weight:600;font-size:.875rem;color:var(--text-primary);text-transform:capitalize}.code-content{padding:1rem;margin:0;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.875rem;line-height:1.6;color:var(--text-secondary);overflow-x:auto;white-space:pre;background:var(--background)}.code-content::-webkit-scrollbar{height:6px}.code-content::-webkit-scrollbar-track{background:var(--surface)}.code-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.code-content::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.command-tab{background:var(--background);border:1px solid var(--border);border-radius:.5rem;overflow:hidden;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.command-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.command-header-left{display:flex;align-items:center;gap:.5rem}.package-icon{color:var(--text-secondary);flex-shrink:0}.command-label{font-weight:600;font-size:.875rem;color:var(--text-primary)}.command-content{padding:1rem;margin:0;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.875rem;line-height:1.6;color:var(--text-secondary);overflow-x:auto;white-space:pre;background:var(--background)}.command-content::-webkit-scrollbar{height:6px}.command-content::-webkit-scrollbar-track{background:var(--surface)}.command-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.command-content::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (max-width: 768px){.command-tabs{grid-template-columns:1fr}}.component-page{max-width:1200px;margin:0 auto;padding:2rem 0}.component-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--ui-border)}.component-title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.component-description{font-size:1.125rem;color:var(--text-secondary);line-height:1.6}.component-content{display:flex;flex-direction:column;gap:3rem}.component-section{display:flex;flex-direction:column;gap:1rem}.section-title{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.section-description{font-size:.95rem;color:var(--text-secondary);margin-bottom:1rem}.section-content{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.component-title{font-size:2rem}.section-title{font-size:1.5rem}}.install-step{margin-bottom:2.5rem}.install-step:last-child{margin-bottom:0}.step-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,var(--surface) 0%,var(--background) 100%);color:var(--text-primary);border:2px solid var(--border);border-radius:50%;font-size:1rem;font-weight:700;flex-shrink:0;box-shadow:0 1px 3px #0000001a}.step-info{flex:1}.step-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.step-description{font-size:.875rem;color:var(--text-secondary);margin:0}@media (max-width: 768px){.step-header{gap:.75rem}.step-number{width:2rem;height:2rem;font-size:.875rem}.step-title{font-size:1.125rem}}.install-section{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:2rem;margin:2rem 0}.install-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border)}.install-title{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.install-subtitle{font-size:1rem;color:var(--text-secondary)}@media (max-width: 768px){.install-section{padding:1.5rem}.install-title{font-size:1.5rem}}.command-tabs{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.showcase{background:var(--background);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;margin:1.5rem 0;box-shadow:0 2px 8px #0000001a}.showcase-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);background:var(--surface)}.showcase-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem}.showcase-description{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.5}.showcase-tabs{display:flex;gap:.5rem;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.showcase-tab{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid transparent;border-radius:.375rem;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.showcase-tab:hover{background:var(--background);color:var(--text-primary)}.showcase-tab.active{background:var(--background);color:var(--ui-accent);border-color:var(--ui-accent)}.showcase-tab svg{width:16px;height:16px}.showcase-preview{padding:2rem;min-height:150px;display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-start;overflow-y:auto}.showcase-preview.centered{justify-content:center;align-items:center}.showcase-preview.row{flex-direction:row}.showcase-preview.column{flex-direction:column}.showcase-code-container{background:var(--background)}.showcase-code-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--surface);border-bottom:1px solid var(--border)}.showcase-code-language{font-size:.75rem;font-weight:600;color:var(--text-secondary);background:var(--background);padding:.25rem .5rem;border-radius:.25rem;font-family:monospace;text-transform:uppercase}.showcase-code{margin:0;padding:1.5rem;overflow-x:auto;background:var(--background);font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.875rem;line-height:1.6;color:var(--text-secondary)}.showcase-code code{display:block;white-space:pre}.showcase-code::-webkit-scrollbar{height:8px}.showcase-code::-webkit-scrollbar-track{background:var(--surface)}.showcase-code::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.showcase-code::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (max-width: 768px){.showcase-preview{padding:1.5rem}.showcase-tabs{padding:.5rem .75rem}.showcase-tab{padding:.375rem .75rem;font-size:.8125rem}}.props-table{box-shadow:0 2px 8px #0000001a}
