.demo-root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--demo-ink:#0a0a0a;--demo-muted:#737373;--demo-line:#e5e5e5;--demo-accent:#0a0a0a;box-sizing:border-box;width:100%;min-width:0;color:var(--demo-ink);-webkit-font-smoothing:antialiased;background:#fff;padding:28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:1.5}.demo-root *,.demo-root :before,.demo-root :after{box-sizing:border-box}.demo-root h2,.demo-root h3,.demo-root p,.demo-root dl{margin:0}.demo-root button,.demo-root input,.demo-root a{-webkit-tap-highlight-color:transparent}.demo-root button{font:inherit;cursor:pointer}.demo-root button,.demo-root a,.demo-root input{touch-action:manipulation}.demo-root :focus-visible{outline:2px solid var(--demo-accent);outline-offset:4px}.demo-root .demo-eyebrow{color:var(--demo-muted);letter-spacing:1.5px;font-size:10px;font-weight:650;line-height:1.6}.demo-root .demo-title{letter-spacing:-.8px;margin-top:5px;font-size:clamp(20px,3vw,25px);font-weight:600;line-height:1.25}.demo-root .demo-description{color:var(--demo-muted);max-width:390px;margin-top:10px;line-height:1.7}.demo-root .demo-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.demo-root .demo-count{border:1px solid var(--demo-line);white-space:nowrap;color:var(--demo-muted);border-radius:20px;padding:4px 10px;font-size:11px}.demo-root .demo-table-card,.demo-root .demo-navigation-card{border:1px solid var(--demo-line);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px #00000008}.demo-root .demo-table-scroll{overflow-x:auto}.demo-root .demo-table{border-collapse:collapse;text-align:left;width:100%;min-width:530px;font-size:12px}.demo-root .demo-table thead{background:#f5f5f5}.demo-root .demo-table th,.demo-root .demo-table td{border-bottom:1px solid var(--demo-line);vertical-align:middle;padding:11px 16px}.demo-root .demo-table thead th{color:var(--demo-muted);height:42px;font-size:11px;font-weight:500}.demo-root .demo-table tbody th{font-weight:400}.demo-root .demo-table tbody tr{transition:background .12s}.demo-root .demo-table tbody tr:hover{background:#f5f5f5}.demo-root .demo-table tbody tr[data-state=selected]{background:#f0f0f0}.demo-root .demo-table tbody tr:last-child>*{border-bottom:0}.demo-root .demo-table .demo-check-cell{width:40px;padding-right:0}.demo-root input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--demo-accent);margin:0;display:block}.demo-root .demo-sort{color:var(--demo-accent);background:0 0;border:0;align-items:center;gap:8px;padding:4px 0;font-weight:600;display:inline-flex}.demo-root .demo-person{align-items:center;gap:11px;display:flex}.demo-root .demo-avatar{letter-spacing:-.3px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:33px;height:33px;font-size:11px;font-weight:600;display:inline-flex}.demo-root .demo-avatar-amber{color:#262626;background:#e5e5e5}.demo-root .demo-avatar-sage{color:#525252;background:#f0f0f0}.demo-root .demo-avatar-rose{color:#262626;background:#d4d4d4}.demo-root .demo-avatar-stone{color:#404040;background:#e9e9e9}.demo-root .demo-person-name{color:var(--demo-ink);font-size:12px;font-weight:600;line-height:1.5;display:block}.demo-root .demo-secondary{color:var(--demo-muted);font-size:11px;font-weight:400;line-height:1.6;display:block}.demo-root .demo-status{color:#404040;white-space:nowrap;background:#f0f0f0;border-radius:5px;align-items:center;gap:6px;padding:3px 8px;font-size:10px;display:inline-flex}.demo-root .demo-status-invited{color:#262626;background:#e5e5e5}.demo-root .demo-status-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.demo-root .demo-table-footer{border-top:1px solid var(--demo-line);color:var(--demo-muted);justify-content:space-between;gap:12px;padding:11px 16px;font-size:10px;display:flex}.demo-root .demo-muted{color:var(--demo-muted);font-size:10px}.demo-root .demo-hint{color:var(--demo-muted);margin-top:15px;font-size:11px}.demo-root .demo-button{color:#fff;white-space:nowrap;background:#0a0a0a;border:1px solid #0a0a0a;border-radius:7px;justify-content:center;align-items:center;gap:12px;min-height:40px;padding:9px 14px;font-size:12px;font-weight:600;transition:background .12s;display:inline-flex}.demo-root .demo-button:hover{background:#262626}.demo-root .demo-button-secondary{border-color:var(--demo-line);color:var(--demo-ink);background:#fff}.demo-root .demo-button-secondary:hover{background:#f5f5f5}.demo-root.demo-sheet-demo{flex-direction:column;justify-content:center;min-height:365px;display:flex}.demo-root .demo-sheet-intro{margin-bottom:25px}.demo-root .demo-contact-card{border:1px solid var(--demo-line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex;box-shadow:0 8px 24px #00000008}.demo-root .demo-avatar-large{width:46px;height:46px;font-size:14px}.demo-root .demo-contact-card .demo-person-name{font-size:14px}.demo-root.demo-overlay{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0005;padding:0;position:fixed;inset:0}.demo-root.demo-sheet{z-index:51;border:1px solid var(--demo-line);background:#fff;border-radius:12px;flex-direction:column;width:min(100vw - 24px,544px);max-width:544px;padding:0;display:flex;position:fixed;top:12px;bottom:12px;right:12px;overflow:hidden;box-shadow:0 24px 80px #0003}.demo-root .demo-sheet-top{border-bottom:1px solid var(--demo-line);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.demo-root .demo-icon-button{width:36px;height:36px;color:var(--demo-muted);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.demo-root .demo-icon-button:hover{color:var(--demo-ink);background:#f5f5f5}.demo-root .demo-sheet-body{overscroll-behavior:contain;min-height:0;padding:24px;overflow-y:auto}.demo-root .demo-profile{justify-content:space-between;align-items:center;gap:12px;display:flex}.demo-root .demo-avatar-profile{width:58px;height:58px;font-size:19px}.demo-root .demo-profile-title{letter-spacing:-.8px;margin-top:16px;font-size:26px;font-weight:600}.demo-root .demo-details{margin-top:24px}.demo-root .demo-details>div{border-top:1px solid var(--demo-line);grid-template-columns:130px minmax(0,1fr);gap:12px;padding:13px 0;font-size:12px;display:grid}.demo-root .demo-details dt{color:var(--demo-muted);align-items:center;gap:9px;display:flex}.demo-root .demo-details dd{overflow-wrap:anywhere;margin:0}.demo-root .demo-note{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;margin-top:15px;padding:16px}.demo-root .demo-note>p+p{margin-top:7px;font-size:12px;line-height:1.7}.demo-root .demo-activity{align-items:center;gap:10px;margin-top:22px;display:flex}.demo-root .demo-activity-icon{color:#404040;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.demo-root .demo-sheet-footer{border-top:1px solid var(--demo-line);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.demo-root.demo-breadcrumb-demo{min-height:365px}.demo-root .demo-navigation-card{margin-top:16px}.demo-root .demo-breadcrumb{border-bottom:1px solid var(--demo-line);padding:15px 20px}.demo-root .demo-breadcrumb ol{flex-wrap:wrap;align-items:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.demo-root .demo-breadcrumb li{align-items:center;gap:10px;font-size:12px;display:inline-flex}.demo-root .demo-breadcrumb li>svg{color:#a3a3a3;flex-shrink:0}.demo-root .demo-breadcrumb a{color:var(--demo-muted);padding:4px 0;text-decoration:none}.demo-root .demo-breadcrumb a:hover{color:var(--demo-accent);text-underline-offset:4px;text-decoration:underline}.demo-root .demo-breadcrumb [aria-current=page]{color:var(--demo-accent);background:#f0f0f0;border-radius:5px;padding:4px 8px;font-weight:600}.demo-root .demo-view{padding:24px}.demo-root .demo-view-icon{width:42px;height:42px;color:var(--demo-accent);background:#f5f5f5;border:1px solid #e5e5e5;border-radius:10px;justify-content:center;align-items:center;margin-bottom:16px;font-weight:600;display:inline-flex}.demo-root .demo-view .demo-description{margin-top:8px}.demo-root .demo-text-button{color:var(--demo-accent);background:0 0;border:0;align-items:center;gap:9px;min-height:36px;margin-top:12px;padding:8px 0;font-size:12px;font-weight:600;display:inline-flex}.demo-root .demo-text-button:hover{text-underline-offset:4px;text-decoration:underline}.demo-root .demo-sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:639px){.demo-root{padding:20px 16px}.demo-root .demo-heading{gap:10px}.demo-root .demo-contact-card{flex-direction:column;align-items:flex-start;padding:20px}.demo-root .demo-contact-card .demo-button{width:100%}.demo-root.demo-sheet{border:0;border-radius:0;width:100%;max-width:none;height:100dvh;inset:0}.demo-root .demo-sheet-body{padding:20px}.demo-root .demo-sheet-footer{padding-bottom:max(14px, env(safe-area-inset-bottom))}.demo-root .demo-details>div{grid-template-columns:100px minmax(0,1fr)}.demo-root .demo-breadcrumb{padding:12px 16px}.demo-root .demo-breadcrumb ol,.demo-root .demo-breadcrumb li{gap:6px}.demo-root .demo-view{padding:20px}}@media (prefers-reduced-motion:reduce){.demo-root *,.demo-root :before,.demo-root :after{scroll-behavior:auto!important;transition:none!important}}[data-theme=dark] .demo-root,.demo-root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--demo-ink:#fff;--demo-muted:#a3a3a3;--demo-line:#262626;--demo-accent:#fff;background:#0a0a0a}[data-theme=dark] .demo-root .demo-table-card,[data-theme=dark] .demo-root .demo-navigation-card{box-shadow:none;background:#111}[data-theme=dark] .demo-root .demo-table thead,[data-theme=dark] .demo-root .demo-table tbody tr:hover{background:#1a1a1a}[data-theme=dark] .demo-root .demo-table tbody tr[data-state=selected]{background:#262626}[data-theme=dark] .demo-root .demo-avatar-amber{color:#e5e5e5;background:#333}[data-theme=dark] .demo-root .demo-avatar-sage{color:#d4d4d4;background:#2a2a2a}[data-theme=dark] .demo-root .demo-avatar-rose{color:#f0f0f0;background:#404040}[data-theme=dark] .demo-root .demo-avatar-stone{color:#d4d4d4;background:#363636}[data-theme=dark] .demo-root .demo-status{color:#d4d4d4;background:#262626}[data-theme=dark] .demo-root .demo-status-invited{color:#fff;background:#333}[data-theme=dark] .demo-root .demo-button{color:#0a0a0a;background:#fff;border-color:#fff}[data-theme=dark] .demo-root .demo-button:hover{background:#e5e5e5}[data-theme=dark] .demo-root .demo-button-secondary{border-color:var(--demo-line);color:var(--demo-ink);background:#111}[data-theme=dark] .demo-root .demo-button-secondary:hover{background:#1a1a1a}[data-theme=dark] .demo-root .demo-contact-card{box-shadow:none;background:#111}[data-theme=dark] .demo-root.demo-overlay{background:#0009}[data-theme=dark] .demo-root.demo-sheet{background:#0f0f0f;box-shadow:0 24px 80px #000a}[data-theme=dark] .demo-root .demo-icon-button:hover{background:#1a1a1a}[data-theme=dark] .demo-root .demo-note{background:#1a1a1a;border-color:#333}[data-theme=dark] .demo-root .demo-activity-icon{color:#d4d4d4;background:#262626}[data-theme=dark] .demo-root .demo-breadcrumb li>svg{color:#737373}[data-theme=dark] .demo-root .demo-breadcrumb [aria-current=page]{background:#262626}[data-theme=dark] .demo-root .demo-view-icon{background:#1a1a1a;border-color:#333}
