@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--showcase-brand-50: #eef2ff;--showcase-brand-100: #e0e7ff;--showcase-brand-500: #6366f1;--showcase-brand-600: #4f46e5;--showcase-brand-700: #4338ca;--showcase-bg: #fafafa;--showcase-surface: #ffffff;--showcase-surface-2: #f8fafc;--showcase-surface-3: #f1f5f9;--showcase-border: #e5e7eb;--showcase-border-strong: #d1d5db;--showcase-hover: #f8fafc;--showcase-selected: #eef2ff;--showcase-text-1: #0f172a;--showcase-text-2: #334155;--showcase-text-3: #64748b;--showcase-text-4: #94a3b8;--showcase-shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);--showcase-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .04);--showcase-shadow-md: 0 2px 4px rgba(15, 23, 42, .04), 0 4px 12px rgba(15, 23, 42, .06);--showcase-radius-sm: 6px;--showcase-radius-md: 8px;--showcase-radius-lg: 12px;--showcase-sidebar-w: 300px;--showcase-viewport-h: calc(100vh - var(--sl-nav-height))}[data-theme=dark]{--showcase-brand-50: rgba(99, 102, 241, .12);--showcase-brand-100: rgba(99, 102, 241, .22);--showcase-brand-500: #818cf8;--showcase-brand-600: #6366f1;--showcase-brand-700: #a5b4fc;--showcase-bg: #0a0a0c;--showcase-surface: #131318;--showcase-surface-2: #1a1a20;--showcase-surface-3: #25252d;--showcase-border: #2a2a33;--showcase-border-strong: #3a3a45;--showcase-hover: #1c1c23;--showcase-selected: rgba(99, 102, 241, .14);--showcase-text-1: #f4f4f6;--showcase-text-2: #c8c8d2;--showcase-text-3: #898996;--showcase-text-4: #5a5a66;--showcase-shadow-xs: 0 1px 2px rgba(0, 0, 0, .5);--showcase-shadow-sm: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 3px rgba(0, 0, 0, .3);--showcase-shadow-md: 0 2px 4px rgba(0, 0, 0, .35), 0 8px 24px rgba(0, 0, 0, .45)}html:not([data-has-sidebar]) body{--sl-content-width: 100%}body:has(.showcase-app){background:var(--showcase-bg);overflow:hidden}.hide-header{--showcase-viewport-h: 100vh ;--sl-content-pad-x: 0px}.page:has(.showcase-app),.page:has(.showcase-app) .main-frame{box-sizing:border-box;height:100vh;overflow:hidden}body:has(.showcase-app),.showcase-app,.showcase-app button,.showcase-app input{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.showcase-app{box-sizing:border-box;display:grid;grid-template-columns:var(--showcase-sidebar-w) minmax(0,1fr);height:var(--showcase-viewport-h);min-height:0;overflow:hidden;margin:calc(var(--sl-content-pad-x, 0px) * -1);color:var(--showcase-text-1);background:var(--showcase-bg)}.showcase-sidebar{box-sizing:border-box;display:flex;height:var(--showcase-viewport-h);min-height:0;flex-direction:column;gap:16px;border-right:1px solid var(--showcase-border);background:var(--showcase-surface-2);padding:20px 16px;overflow-y:auto}.showcase-sidebar__header,.showcase-sidebar__foot{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.showcase-eyebrow{color:var(--showcase-text-3);font-size:10.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.showcase-count,.showcase-version{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace;font-weight:500}.showcase-count{color:var(--showcase-text-4);font-size:11px}.showcase-nav{display:flex;flex-direction:column;gap:10px}.showcase-nav-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--showcase-border);border-radius:var(--showcase-radius-lg);background:var(--showcase-surface);color:inherit;height:122px;text-decoration:none;box-shadow:var(--showcase-shadow-xs);transition:transform .16s cubic-bezier(.4,0,.2,1),box-shadow .16s ease,border-color .16s ease}.showcase-nav-card:hover{border-color:var(--showcase-border-strong);box-shadow:var(--showcase-shadow-md);transform:translateY(-1px)}.showcase-nav-card.is-active{border-color:var(--showcase-brand-500);box-shadow:0 0 0 3px #6366f124,var(--showcase-shadow-md)}.showcase-nav-card.is-active:before{position:absolute;top:10px;left:-1px;z-index:2;width:3px;height:28px;border-radius:0 3px 3px 0;background:var(--showcase-brand-600);content:""}.showcase-nav-card__thumb{position:relative;height:56px;overflow:hidden;border-bottom:1px solid var(--showcase-border);background:var(--showcase-surface-2)}.showcase-nav-card.is-active .showcase-nav-card__thumb{background:linear-gradient(180deg,var(--showcase-brand-50),var(--showcase-surface))}.showcase-nav-card__num{position:absolute;top:8px;left:10px;z-index:1;color:var(--showcase-text-4);font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace;font-size:10.5px;font-weight:600;letter-spacing:.4px}.showcase-nav-card.is-active .showcase-nav-card__num{color:var(--showcase-brand-600)}.showcase-nav-card__icon{position:absolute;top:8px;right:10px;z-index:1;display:grid;width:24px;height:24px;place-items:center;border:1px solid var(--showcase-border);border-radius:var(--showcase-radius-sm);background:var(--showcase-surface);color:var(--showcase-text-3)}.showcase-nav-card__icon svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.showcase-nav-card.is-active .showcase-nav-card__icon{border-color:var(--showcase-brand-100);color:var(--showcase-brand-700)}.showcase-thumb-preview{position:absolute;bottom:0;left:0;width:100%;height:32px}.showcase-thumb-preview line{stroke:#64748b29;stroke-width:1}[data-theme=dark] .showcase-thumb-preview line{stroke:#ffffff0f}.showcase-thumb-preview rect,.showcase-thumb-preview circle{fill:var(--showcase-brand-500)}.showcase-thumb-preview--gantt rect:nth-of-type(1),.showcase-thumb-preview--customer rect:nth-of-type(1),.showcase-thumb-preview--tracker rect:nth-of-type(1){fill:#ec4899}.showcase-thumb-preview--gantt rect:nth-of-type(2),.showcase-thumb-preview--customer rect:nth-of-type(2),.showcase-thumb-preview--tracker rect:nth-of-type(2){fill:#8b5cf6}.showcase-thumb-preview--gantt rect:nth-of-type(3),.showcase-thumb-preview--customer rect:nth-of-type(3),.showcase-thumb-preview--tracker rect:nth-of-type(3){fill:#4ade80}.showcase-thumb-preview--gantt rect:nth-of-type(4),.showcase-thumb-preview--customer rect:nth-of-type(4),.showcase-thumb-preview--tracker rect:nth-of-type(4){fill:#f59e0b}.showcase-nav-card__body{display:flex;flex-direction:column;gap:4px;padding:10px 14px 12px}.showcase-nav-card__title-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:8px}.showcase-nav-card__title{min-width:0;overflow:hidden;color:var(--showcase-text-1);font-size:13.5px;font-weight:600;letter-spacing:0;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.showcase-nav-card.is-active .showcase-nav-card__title{color:var(--showcase-brand-700)}.showcase-badge{display:inline-flex;flex:0 0 auto;align-items:center;border:1px solid transparent;border-radius:999px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace;font-weight:600;letter-spacing:0;line-height:1;text-transform:uppercase;white-space:nowrap}.showcase-nav-card__badge{min-height:20px;font-size:10px;padding:0 7px}.showcase-badge--core{border-color:#0ea5e93d;background:#0ea5e91a;color:#0369a1}.showcase-badge--pro{border-color:#10b9813d;background:#10b9811a;color:#047857}.showcase-badge--enterprise{border-color:#f59e0b47;background:#f59e0b1f;color:#92400e}[data-theme=dark] .showcase-badge--core{border-color:#38bdf83d;background:#38bdf81f;color:#7dd3fc}[data-theme=dark] .showcase-badge--pro{border-color:#34d3993d;background:#34d3991f;color:#6ee7b7}[data-theme=dark] .showcase-badge--enterprise{border-color:#fbbf2447;background:#fbbf241f;color:#fcd34d}.showcase-nav-card__meta{color:var(--showcase-text-3);font-size:11.5px;font-weight:500;line-height:1.35}.showcase-sidebar__foot{margin-top:auto;border-top:1px solid var(--showcase-border);padding-top:12px}.showcase-version{display:inline-flex;min-height:24px;align-items:center;gap:6px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:11px;font-weight:600;letter-spacing:0;padding:4px 10px}.showcase-version:before{width:6px;height:6px;border-radius:50%;background:var(--showcase-brand-500);box-shadow:0 0 0 3px #6366f12e;content:""}[data-theme=dark] .showcase-version{background:#6366f129;color:#a5b4fc}.showcase-docs-link{color:var(--showcase-text-3);font-size:11.5px;font-weight:500;text-decoration:none}.showcase-docs-link:hover{color:var(--showcase-text-1)}.showcase-main{box-sizing:border-box;min-width:0;height:var(--showcase-viewport-h);overflow-y:auto;padding:20px 24px 80px;background:var(--showcase-bg)}.showcase-page-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:16px}.showcase-page-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px;margin-left:auto}.showcase-demo-link{display:inline-flex;min-height:32px;align-items:center;gap:9px;border:1px solid var(--showcase-border);border-radius:999px;background:var(--showcase-surface);box-shadow:var(--showcase-shadow-xs);color:var(--showcase-text-2);font-size:12px;font-weight:700;line-height:1;padding:0 10px 0 12px;text-decoration:none;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.showcase-demo-link:hover{border-color:var(--showcase-border-strong);background:var(--showcase-surface-2);color:var(--showcase-text-1)}.showcase-demo-link svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.showcase-framework-stack{display:inline-flex;align-items:center;margin-left:2px;padding-left:7px}.showcase-framework-avatar{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;margin-left:-7px;border:2px solid var(--showcase-surface);border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a2e}.showcase-framework-avatar img{width:13px;height:13px;object-fit:contain}[data-theme=dark] .showcase-framework-avatar{border-color:var(--showcase-surface);background:#f8fafc}.showcase-page-head h1{margin:0;color:var(--showcase-text-1);font-size:18px;font-weight:600;letter-spacing:0;line-height:1.25}.showcase-page-title-row{display:flex;min-width:0;align-items:center;gap:10px}.showcase-tier-badge{min-height:22px;font-size:10.5px;padding:0 8px}.showcase-page-head p{margin:2px 0 0;color:var(--showcase-text-3);font-size:12px}.showcase-theme-switch{position:relative;display:grid;grid-template-columns:1fr 1fr;width:118px;height:32px;flex:0 0 auto;border:1px solid var(--showcase-border);border-radius:999px;background:var(--showcase-surface);box-shadow:var(--showcase-shadow-xs);color:var(--showcase-text-3);cursor:pointer;font-size:12px;font-weight:700;line-height:24px;padding:3px;white-space:nowrap}.showcase-theme-switch:hover{border-color:var(--showcase-border-strong)}.showcase-theme-switch__thumb{position:absolute;top:3px;left:3px;width:54px;height:24px;border-radius:999px;background:var(--showcase-brand-600);box-shadow:0 6px 14px #4f46e540;transition:transform .14s ease}.showcase-theme-switch[data-active-theme=dark] .showcase-theme-switch__thumb{transform:translate(58px)}.showcase-theme-switch__option{position:relative;z-index:1;display:grid;height:24px;place-items:center;transition:color .14s ease}.showcase-theme-switch[data-active-theme=light] .showcase-theme-switch__option--light,.showcase-theme-switch[data-active-theme=dark] .showcase-theme-switch__option--dark{color:#fff}.showcase-workspace{overflow:hidden;border:1px solid var(--showcase-border);border-radius:12px;background:var(--showcase-surface);box-shadow:var(--showcase-shadow-sm)}.revo-content-panel footer{display:none}.revo-content-panel>.showcase-demo,.revo-content-panel>.grow{min-height:calc(var(--showcase-viewport-h) - 112px)}.revo-content-panel--preview>.grow{min-height:100vh}.revo-content-panel .preview-container,.revo-content-panel .showcase-preview{min-height:620px;height:calc(var(--showcase-viewport-h) - 172px)}.revo-content-panel details,.revo-content-panel .showcase-source{border:0;border-top:1px solid var(--showcase-border);background:var(--showcase-surface)}.revo-content-panel details>summary{display:inline-flex;align-items:center;gap:8px;list-style:none;margin:18px 24px;cursor:pointer}.revo-content-panel details>summary::-webkit-details-marker{display:none}.revo-content-panel details>summary:before{color:var(--showcase-text-4);content:"›";font-size:18px;line-height:1;transition:transform .16s ease}.revo-content-panel details[open]>summary:before{transform:rotate(90deg)}.revo-content-panel details>summary>span,.revo-content-panel .source-btn{display:inline-flex;align-items:center;gap:7px;min-height:32px;border:1px solid var(--showcase-border);border-radius:var(--showcase-radius-sm);background:var(--showcase-surface);color:var(--showcase-text-2);cursor:pointer;font-size:13px;font-weight:600;padding:0 12px;text-decoration:none;transition:background .12s ease,border-color .12s ease,color .12s ease}.revo-content-panel details>summary>span:before{content:"{}";font-family:JetBrains Mono,ui-monospace,SFMono-Regular,monospace;font-size:11px}.revo-content-panel details>summary>span:hover,.revo-content-panel .source-btn:hover{border-color:var(--showcase-border-strong);background:var(--showcase-surface-2);color:var(--showcase-text-1)}.revo-content-panel .sl-tabs{margin:0 18px 18px}@media(max-width:900px){.showcase-app{grid-template-columns:1fr;min-height:100vh}.showcase-sidebar{min-height:auto;border-right:0;border-bottom:1px solid var(--showcase-border)}.showcase-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-main{height:auto;min-height:70vh}.showcase-page-head{flex-direction:column;align-items:flex-start;gap:10px}.showcase-page-actions{width:100%;flex-wrap:wrap;justify-content:space-between;margin-left:0}.revo-content-panel .preview-container,.revo-content-panel .showcase-preview{height:620px}}@media(max-width:560px){.showcase-sidebar,.showcase-main{padding-inline:12px}.showcase-nav{grid-template-columns:1fr}.showcase-theme-switch{margin-left:0}.showcase-demo-link{width:100%}.showcase-demo-link{justify-content:center}}
