@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.onyx-theme-light,.onyx-theme-dark{font-family:var(--font-body,var(--font-secondary)), system-ui, -apple-system, sans-serif;color:var(--foreground);background:var(--background);--topbar-height:64px;--topbar-padding-x:32px;--topbar-inner-gap:20px;--topbar-left-gap:40px;--topbar-brand-gap:10px;--topbar-brand-mark-size:30px;--topbar-brand-font-size:18px;--topbar-brand-font-weight:700;--topbar-brand-letter-spacing:-.4px;--topbar-brand-subtitle-font-size:.78rem;--topbar-brand-subtitle-line-height:1.2;--topbar-chip-gap:14px;--topbar-apps-gap:4px;--topbar-apps-padding:4px;--topbar-apps-radius:8px;--topbar-app-icon-gap:6px;--topbar-app-radius:6px;--topbar-app-padding-y:6px;--topbar-app-padding-x:12px;--topbar-app-icon-size:14px;--topbar-app-font-size:13px;--topbar-app-font-weight:500;--topbar-focus-ring:0 0 0 3px #602aff2e;--topbar-search-width:220px;--topbar-search-gap:8px;--topbar-search-padding-y:7px;--topbar-search-padding-x:12px;--topbar-search-radius:7px;--topbar-search-icon-size:13px;--topbar-search-font-size:12px;--topbar-search-font-weight:400;--topbar-shortcut-radius:4px;--topbar-shortcut-padding-y:1px;--topbar-shortcut-padding-x:6px;--topbar-shortcut-font-size:10px;--topbar-shortcut-font-weight:600;--topbar-notification-size:36px;--topbar-notification-radius:8px;--topbar-bell-icon-size:15px;--topbar-notification-dot-size:8px;--topbar-notification-dot-top:6px;--topbar-notification-dot-left:22px;--topbar-notification-dot-border-width:2px;--topbar-account-gap:10px;--topbar-account-padding-y:5px;--topbar-account-padding-right:10px;--topbar-account-padding-left:5px;--topbar-account-radius:24px;--topbar-avatar-size:28px;--topbar-avatar-background:color-mix(in srgb, var(--primary) 68%, #ec4899);--topbar-avatar-font-size:11px;--topbar-avatar-font-weight:700;--topbar-account-name-font-size:12px;--topbar-account-name-font-weight:600;--topbar-account-org-font-size:10px;--topbar-account-org-font-weight:400;--topbar-chevron-size:13px;--contextbar-height:52px;--contextbar-padding-x:32px;--contextbar-left-gap:24px;--contextbar-tabs-gap:20px;--contextbar-app-gap:8px;--contextbar-app-icon-size:15px;--contextbar-app-font-size:14px;--contextbar-app-font-weight:600;--contextbar-divider-width:1px;--contextbar-divider-height:18px;--contextbar-tab-gap:5px;--contextbar-tab-font-size:13px;--contextbar-tab-font-weight:500;--contextbar-tab-active-font-weight:600;--contextbar-underline-width:28px;--contextbar-underline-height:2px;--contextbar-underline-radius:1px}.onyx-theme-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.onyx-page{background:radial-gradient(ellipse 760px 520px at 8% 0%, #602aff1a, transparent 60%), radial-gradient(ellipse 640px 420px at 95% 18%, #a719d80f, transparent 58%), var(--background);min-height:100%;color:var(--foreground)}.onyx-shell{max-width:1200px;padding:var(--space-6);margin:0 auto}.onyx-page--fluid{flex-direction:column;min-height:100vh;display:flex}.onyx-shell--fluid{flex:1;width:100%;max-width:none;margin:0;padding:0;display:flex}.onyx-shell--fluid>.onyx-card{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;flex:1;display:flex}.onyx-card{background:linear-gradient(135deg, #4a0dbb52, #602aff3d, #a719d838), var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.onyx-card__title{color:var(--card-foreground);margin:0;font-size:1.1rem;font-weight:700}.onyx-card__description{color:var(--muted-foreground);margin:8px 0 0;line-height:1.6}.onyx-card__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.onyx-card__actions{flex-wrap:wrap;gap:8px;display:flex}.onyx-badge{align-items:center;gap:var(--space-1);border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-foreground);border:1px solid var(--border);padding:4px 10px;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.onyx-button{cursor:pointer;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:inline-flex}.onyx-button-sm{padding:10px 22px;font-size:13.5px}.onyx-button-lg{padding:14px 32px;font-size:15px}.onyx-button:focus-visible{outline:0;box-shadow:0 0 0 3px #602aff47}.onyx-button:hover{transform:translateY(-1px)}.onyx-button-primary{background:var(--primary);color:var(--primary-foreground);border-color:#8c52ff66;box-shadow:0 4px 14px #4a0dbb47}.onyx-button-primary:hover{background:var(--primary-hover)}.onyx-button-secondary{background:var(--secondary);border-color:var(--border);color:var(--secondary-foreground)}.onyx-button-ghost{color:var(--accent-foreground);border-color:color-mix(in srgb, var(--accent-foreground) 14%, transparent);background:0 0}.onyx-button-ghost:hover{background:var(--accent);border-color:color-mix(in srgb, var(--accent-foreground) 30%, transparent)}.onyx-nav{gap:var(--space-2);padding:0 var(--space-5) var(--space-5);flex-wrap:wrap;display:flex}.onyx-nav__item{border-radius:var(--radius-pill);border:1px solid var(--border);color:var(--muted-foreground);background:var(--card);font-weight:600;font:inherit;appearance:none;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;display:inline-flex}.onyx-nav__item--active{background:var(--accent);color:var(--accent-foreground);border-color:var(--border)}.onyx-topbar{border-bottom:1px solid var(--border);width:100%;box-shadow:0 1px 0 0 color-mix(in srgb, var(--foreground) 6%, transparent)}.onyx-topbar__inner{justify-content:space-between;align-items:center;gap:var(--topbar-inner-gap);min-height:var(--topbar-height);padding:0 var(--topbar-padding-x);display:flex}.onyx-topbar__left{align-items:center;gap:var(--topbar-left-gap);min-width:0;display:flex}.onyx-mark{object-fit:contain;display:block}.onyx-logo{align-items:center;gap:10px;display:inline-flex}.onyx-logo__word{font-family:var(--font-brand,var(--font-body)), system-ui, -apple-system, sans-serif;letter-spacing:-.02em;color:var(--foreground);font-size:1.15rem;font-weight:800}.onyx-brand{align-items:center;gap:var(--topbar-brand-gap);display:inline-flex}.onyx-brand__mark{width:var(--topbar-brand-mark-size);height:var(--topbar-brand-mark-size);flex:none}.onyx-brand__copy{gap:2px;display:grid}.onyx-brand__copy strong{color:var(--foreground);font-family:var(--font-brand,var(--font-body)), system-ui, -apple-system, sans-serif;font-size:var(--topbar-brand-font-size);font-weight:var(--topbar-brand-font-weight);letter-spacing:var(--topbar-brand-letter-spacing);white-space:nowrap;line-height:normal}.onyx-brand__copy span{color:var(--muted-foreground);font-size:var(--topbar-brand-subtitle-font-size);line-height:var(--topbar-brand-subtitle-line-height)}.onyx-app-tabs{align-items:center;gap:var(--topbar-apps-gap);padding:var(--topbar-apps-padding);border:1px solid var(--border);border-radius:var(--topbar-apps-radius);background:var(--card);flex-wrap:wrap;display:flex}.onyx-app-tabs__item{align-items:center;gap:var(--topbar-app-icon-gap);padding:var(--topbar-app-padding-y) var(--topbar-app-padding-x);border-radius:var(--topbar-app-radius);color:var(--muted-foreground);font:inherit;white-space:nowrap;background:0 0;border:0;text-decoration:none;display:inline-flex}.onyx-app-tabs__item strong{color:inherit;font-family:var(--font-body,var(--font-secondary)), system-ui, -apple-system, sans-serif;font-size:var(--topbar-app-font-size);font-weight:var(--topbar-app-font-weight);line-height:normal}.onyx-app-tabs__icon{width:var(--topbar-app-icon-size);height:var(--topbar-app-icon-size);flex:0 0 var(--topbar-app-icon-size);color:currentColor;justify-content:center;align-items:center;display:inline-flex}.onyx-app-tabs__icon svg{width:var(--topbar-app-icon-size);height:var(--topbar-app-icon-size);flex:0 0 var(--topbar-app-icon-size);display:block}.onyx-app-tabs__item--active{background:var(--primary);color:var(--primary-foreground)}.onyx-topbar__utilities{align-items:center;gap:var(--topbar-chip-gap);display:inline-flex}.onyx-search{align-items:center;gap:var(--topbar-search-gap);width:var(--topbar-search-width);padding:var(--topbar-search-padding-y) var(--topbar-search-padding-x);border:1px solid var(--border);border-radius:var(--topbar-search-radius);background:var(--card);display:inline-flex}.onyx-search__icon{color:var(--muted-foreground);display:inline-flex}.onyx-search__icon svg{width:var(--topbar-search-icon-size);height:var(--topbar-search-icon-size)}.onyx-search__input{width:100%;min-width:0;color:var(--muted-foreground);font-family:var(--font-body,var(--font-secondary)), system-ui, -apple-system, sans-serif;font-size:var(--topbar-search-font-size);font-weight:var(--topbar-search-font-weight);background:0 0;border:0;padding:0;line-height:normal}.onyx-search__input::placeholder{color:var(--muted-foreground)}.onyx-search__input:focus{outline:0}.onyx-search:focus-within,.onyx-notifications:focus-visible,.onyx-clerk:focus-within,.onyx-app-tabs__item:focus-visible{box-shadow:var(--topbar-focus-ring);outline:0}.onyx-search__shortcut{border:1px solid color-mix(in srgb, var(--foreground) 12%, transparent);border-radius:var(--topbar-shortcut-radius);padding:var(--topbar-shortcut-padding-y) var(--topbar-shortcut-padding-x);color:var(--muted-foreground);font-family:var(--font-body,var(--font-secondary)), system-ui, -apple-system, sans-serif;font-size:var(--topbar-shortcut-font-size);font-weight:var(--topbar-shortcut-font-weight);line-height:normal}.onyx-notifications{width:var(--topbar-notification-size);height:var(--topbar-notification-size);border:1px solid var(--border);border-radius:var(--topbar-notification-radius);background:var(--card);color:var(--muted-foreground);font:inherit;justify-content:center;align-items:center;display:inline-flex;position:relative}.onyx-notifications svg{width:var(--topbar-bell-icon-size);height:var(--topbar-bell-icon-size)}.onyx-notifications__dot{top:var(--topbar-notification-dot-top);left:var(--topbar-notification-dot-left);width:var(--topbar-notification-dot-size);height:var(--topbar-notification-dot-size);border:var(--topbar-notification-dot-border-width) solid var(--background);background:var(--destructive);border-radius:999px;position:absolute}.onyx-notifications__count{background:var(--primary);min-width:20px;height:20px;color:var(--primary-foreground);box-shadow:0 0 0 2px var(--card);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-2px;right:-2px}.onyx-clerk{align-items:center;gap:var(--topbar-account-gap);padding:var(--topbar-account-padding-y) var(--topbar-account-padding-right) var(--topbar-account-padding-y) var(--topbar-account-padding-left);border:1px solid var(--border);border-radius:var(--topbar-account-radius);background:var(--card);display:inline-flex}.onyx-clerk__avatar{width:var(--topbar-avatar-size);height:var(--topbar-avatar-size);border-radius:calc(var(--topbar-avatar-size) / 2);background:var(--topbar-avatar-background);color:var(--primary-foreground);font-family:var(--font-body,var(--font-secondary)), system-ui, -apple-system, sans-serif;font-size:var(--topbar-avatar-font-size);font-weight:var(--topbar-avatar-font-weight);justify-content:center;align-items:center;line-height:normal;display:inline-flex}.onyx-clerk__meta{gap:0;display:grid}.onyx-clerk__meta strong{color:var(--foreground);font-family:var(--font-body,var(--font-secondary)), system-ui, -apple-system, sans-serif;font-size:var(--topbar-account-name-font-size);font-weight:var(--topbar-account-name-font-weight);white-space:nowrap;line-height:normal}.onyx-clerk__meta span{color:var(--muted-foreground);font-family:var(--font-body,var(--font-secondary)), system-ui, -apple-system, sans-serif;font-size:var(--topbar-account-org-font-size);font-weight:var(--topbar-account-org-font-weight);white-space:nowrap;line-height:normal}.onyx-clerk__chevron{color:var(--muted-foreground);width:var(--topbar-chevron-size);height:var(--topbar-chevron-size)}@media (width<=1080px){.onyx-topbar__inner,.onyx-topbar__left,.onyx-topbar__utilities{flex-wrap:wrap}.onyx-topbar__utilities{justify-content:flex-start}}.onyx-submenu{border-bottom:1px solid var(--border);width:100%}.onyx-submenu__inner{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:var(--contextbar-height);padding:0 var(--contextbar-padding-x);display:flex}.onyx-submenu__left{align-items:center;gap:var(--contextbar-left-gap);min-width:0;display:flex}.onyx-submenu__app{align-items:center;gap:var(--contextbar-app-gap);display:inline-flex}.onyx-submenu__app-icon{width:var(--contextbar-app-icon-size);height:var(--contextbar-app-icon-size);color:var(--primary-hover);display:inline-flex}.onyx-submenu__app-icon svg{width:var(--contextbar-app-icon-size);height:var(--contextbar-app-icon-size)}.onyx-submenu__app-label{color:var(--foreground);font-family:var(--font-body,var(--font-secondary)), system-ui, -apple-system, sans-serif;font-size:var(--contextbar-app-font-size);font-weight:var(--contextbar-app-font-weight);white-space:nowrap;line-height:normal}.onyx-submenu__divider{width:var(--contextbar-divider-width);height:var(--contextbar-divider-height);background:var(--border)}.onyx-submenu__tabs{align-items:center;gap:var(--contextbar-tabs-gap);flex-wrap:wrap;display:flex}.onyx-submenu__item{align-items:center;gap:var(--contextbar-tab-gap);color:var(--muted-foreground);font:inherit;appearance:none;background:0 0;border:0;flex-direction:column;padding:0;text-decoration:none;display:inline-flex}.onyx-submenu__item--active{color:var(--foreground)}.onyx-submenu__label{font-family:var(--font-body,var(--font-secondary)), system-ui, -apple-system, sans-serif;font-size:var(--contextbar-tab-font-size);font-weight:var(--contextbar-tab-font-weight);white-space:nowrap;line-height:normal}.onyx-submenu__item--active .onyx-submenu__label{font-weight:var(--contextbar-tab-active-font-weight)}.onyx-submenu__underline{width:var(--contextbar-underline-width);height:var(--contextbar-underline-height);border-radius:var(--contextbar-underline-radius);background:var(--primary-hover)}.onyx-submenu__right{align-items:center;display:inline-flex}.onyx-breadcrumbs{flex-wrap:wrap;display:flex}.onyx-breadcrumbs__list{color:var(--muted-foreground);flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;font-size:.875rem;list-style:none;display:flex}.onyx-breadcrumbs__list-item{align-items:center;gap:8px;display:inline-flex}.onyx-breadcrumbs__item{color:inherit;font-weight:600;text-decoration:none}.onyx-breadcrumbs__item--current{color:var(--foreground)}.onyx-breadcrumbs__separator{color:var(--muted-foreground)}.onyx-section-tabs{flex-wrap:wrap;gap:8px;display:flex}.onyx-section-tabs__item{border:1px solid var(--border);background:var(--card);min-height:40px;color:var(--muted-foreground);font:inherit;cursor:pointer;border-radius:7px;align-items:center;gap:8px;padding:0 18px;font-weight:600;text-decoration:none;display:inline-flex}.onyx-section-tabs__item--active{background:var(--accent);color:var(--foreground);border-color:var(--border)}.onyx-workspace-layout{grid-template-columns:minmax(0,300px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.onyx-workspace-layout__sidebar,.onyx-workspace-layout__content{gap:16px;min-width:0;display:grid}@media (width<=900px){.onyx-workspace-layout{grid-template-columns:1fr}}.onyx-page-shell{padding:var(--space-6)}.onyx-badge--featured{background:var(--color-info);color:var(--color-info-foreground);border-color:#0000}.onyx-badge--success{background:var(--color-success);color:var(--color-success-foreground);border-color:#0000}.onyx-badge--alert{background:var(--color-error);color:var(--color-error-foreground);border-color:#0000}.onyx-badge--outline{color:var(--foreground);border-color:var(--border);background:0 0}.onyx-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-info-foreground);font-size:.6875rem;font-weight:800;display:inline-block}.onyx-stat-row{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.onyx-stat-tile{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:18px 20px;display:flex}.onyx-stat-tile__label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);font-size:.6875rem;font-weight:700}.onyx-stat-tile__value{letter-spacing:-.02em;color:var(--foreground);font-variant-numeric:tabular-nums;font-size:2.25rem;font-weight:700;line-height:1.05}.onyx-stat-tile__hint{color:var(--muted-foreground);font-size:.8125rem}.onyx-stat-tile__hint--good{color:var(--color-success-foreground)}.onyx-stat-tile__hint--attention{color:var(--color-error-foreground)}.onyx-section-header{justify-content:space-between;align-items:flex-end;gap:var(--space-5);flex-wrap:wrap;display:flex}.onyx-section-header__eyebrow{margin-bottom:10px}.onyx-section-header__title{letter-spacing:-.02em;color:var(--foreground);margin:0;font-size:2.625rem;font-weight:700;line-height:1.1}.onyx-section-header__sub{max-width:60ch;color:var(--secondary-foreground);margin:12px 0 0;font-size:.9375rem;font-weight:300;line-height:1.5}.onyx-section-header__actions{flex-wrap:wrap;gap:10px;display:flex}.onyx-card--elevated{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 12%, var(--card)), var(--card));border-color:color-mix(in srgb, var(--primary) 32%, var(--border));box-shadow:var(--shadow-card-lift)}.onyx-card--glass{background:color-mix(in srgb, var(--card) 78%, transparent);-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);border-color:color-mix(in srgb, var(--foreground) 12%, transparent)}.onyx-card--gradient-border{background:linear-gradient(135deg, #4a0dbb52, #602aff3d, #a719d838) padding-box, linear-gradient(var(--card), var(--card)) padding-box, var(--gradient-hero) border-box;border:1px solid #0000}.onyx-card--glow{isolation:isolate;background:var(--background);border-color:color-mix(in srgb, var(--primary) 30%, transparent);position:relative;overflow:hidden}.onyx-card--glow:before{content:"";z-index:-1;background:radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--primary) 45%, transparent), transparent 70%);filter:blur(20px);pointer-events:none;position:absolute;inset:0}.onyx-gradient-text{background:var(--gradient-hero);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.onyx-icon-box{border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg,#4a0dbb80,#602aff66);border:1px solid #602aff52;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.onyx-app-card{--onyx-app-card-icon-size:54px;--onyx-app-card-icon-radius:14px;width:100%;max-width:300px;min-height:220px;color:inherit;text-align:left;grid-template-columns:1fr;place-items:start;gap:14px;padding:32px 28px;text-decoration:none;transition:box-shadow .16s,transform .16s;display:grid;position:relative}.onyx-app-card:hover{box-shadow:var(--shadow-card-lift);transform:translateY(-2px)}.onyx-app-card__icon{width:var(--onyx-app-card-icon-size);height:var(--onyx-app-card-icon-size);border-radius:var(--onyx-app-card-icon-radius);background:linear-gradient(-45deg,#602aff 0%,#a719d8 100%);overflow:hidden}.onyx-app-card__icon img{object-fit:cover;width:100%;height:100%;display:block}.onyx-app-card__body{gap:8px;min-width:0;display:grid}.onyx-app-card__title{color:var(--card-foreground);font-size:15px;font-weight:600;line-height:1.2}.onyx-app-card__description{color:color-mix(in srgb, var(--card-foreground) 75%, transparent);font-size:12px;line-height:1.45}.onyx-app-card__launch{color:color-mix(in srgb, var(--card-foreground) 55%, transparent);transition:color .16s,transform .16s;position:absolute;top:22px;right:22px}.onyx-app-card:hover .onyx-app-card__launch{color:var(--card-foreground);transform:translate(2px)}.onyx-theme-toggle{border:1px solid color-mix(in srgb, var(--foreground) 14%, transparent);background:color-mix(in srgb, var(--card) 70%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:40px;height:40px;color:var(--foreground);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:border-color .16s,transform .16s;display:inline-flex;box-shadow:0 8px 18px #0000002e}.onyx-theme-toggle:hover{border-color:color-mix(in srgb, var(--foreground) 30%, transparent);transform:translateY(-1px)}.onyx-theme-toggle svg{display:block}.onyx-theme-toggle--floating{z-index:20;position:fixed;bottom:16px;left:16px}@media (width<=640px){.onyx-theme-toggle--floating{bottom:12px;left:12px}}.onyx-inline-edit-host:hover .onyx-inline-edit-button,.onyx-inline-edit-host:focus-within .onyx-inline-edit-button{opacity:1}.onyx-inline-edit-button{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);width:28px;height:28px;color:var(--accent-foreground);cursor:pointer;opacity:0;flex-shrink:0;place-items:center;padding:0;font-size:13px;font-weight:700;transition:opacity .15s,background .15s;display:grid}.onyx-inline-edit-button:hover{background:var(--accent)}.onyx-inline-edit-button:focus-visible{outline:2px solid var(--ring);outline-offset:2px;opacity:1}.onyx-inline-edit-button:disabled{cursor:not-allowed;opacity:.5}.onyx-inline-edit-form{align-items:center;gap:var(--space-2);flex-wrap:wrap;width:100%;display:flex}.onyx-inline-edit-form input,.onyx-inline-edit-form select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);min-width:0;color:var(--foreground);font:inherit;flex:1;padding:6px 8px;font-size:13.5px;font-weight:400}.onyx-inline-edit-save,.onyx-inline-edit-cancel{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;padding:5px 10px;font-size:12px;font-weight:700}.onyx-inline-edit-save{background:var(--primary);color:var(--primary-foreground)}.onyx-inline-edit-save:hover{background:var(--primary-hover)}.onyx-inline-edit-cancel{border-color:var(--border);background:var(--card);color:var(--accent-foreground)}.onyx-inline-edit-cancel:hover{background:var(--accent)}.onyx-inline-edit-save:disabled,.onyx-inline-edit-cancel:disabled{cursor:not-allowed;opacity:.6}.onyx-inline-edit-error{width:100%;margin:var(--space-2) 0 0;color:var(--color-error-foreground);font-size:13.5px;font-weight:600}.onyx-loading-screen{min-height:100vh;padding:var(--space-5);background:var(--background);justify-content:center;align-items:center;display:flex}.onyx-loading-screen__spinner{border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite onyx-loading-screen-spin}@media (prefers-reduced-motion:reduce){.onyx-loading-screen__spinner{animation-duration:2.4s}}@keyframes onyx-loading-screen-spin{to{transform:rotate(360deg)}}.onyx-spinner{width:var(--onyx-spinner-size,18px);height:var(--onyx-spinner-size,18px);border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;flex-shrink:0;animation:.8s linear infinite onyx-loading-screen-spin;display:inline-block}@media (prefers-reduced-motion:reduce){.onyx-spinner{animation-duration:2.4s}}.onyx-skeleton{--onyx-skeleton-fill:color-mix(in srgb, var(--foreground) 10%, transparent);border-radius:var(--radius-sm);background:var(--onyx-skeleton-fill);width:100%;height:1em;animation:1.5s ease-in-out infinite onyx-skeleton-pulse;display:block}@keyframes onyx-skeleton-pulse{50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.onyx-skeleton{animation:none}}.onyx-app-card__icon.onyx-skeleton{width:var(--onyx-app-card-icon-size);height:var(--onyx-app-card-icon-size);border-radius:var(--onyx-app-card-icon-radius);background:var(--onyx-skeleton-fill);border:1px solid #0000}.onyx-app-card__body--skeleton{width:100%}.onyx-empty-state{align-items:flex-start;gap:var(--space-3);padding:var(--space-5);border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--accent);color:var(--muted-foreground);margin:0;display:flex}.onyx-empty-state__figure{border-radius:var(--radius-sm);background:var(--card);width:36px;height:36px;color:var(--accent-foreground);flex-shrink:0;place-items:center;display:grid}.onyx-empty-state__body{flex:1;min-width:0}.onyx-empty-state__title{color:var(--foreground);margin:0;font-size:14px;font-weight:700}.onyx-empty-state__description{margin:4px 0 0;font-size:13.5px;line-height:1.55}.onyx-empty-state__action{flex-shrink:0}.onyx-empty-state--error{border-style:solid;border-color:var(--color-error);background:var(--color-error)}.onyx-empty-state--error .onyx-empty-state__title,.onyx-empty-state--error .onyx-empty-state__figure{color:var(--color-error-foreground)}.onyx-empty-state--loading{border-style:solid;border-color:var(--border);background:0 0}.onyx-alert{justify-content:space-between;align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);border:1px solid #0000;margin:0;font-size:13.5px;display:flex}.onyx-alert__title{margin:0;font-weight:700}.onyx-alert__message{margin-top:2px;line-height:1.55}.onyx-alert__actions{flex-shrink:0}.onyx-alert--info{background:var(--color-info);color:var(--color-info-foreground);border-color:#0000}.onyx-alert--success{background:var(--color-success);color:var(--color-success-foreground)}.onyx-alert--warning{background:var(--color-warning);color:var(--color-warning-foreground)}.onyx-alert--error{background:var(--color-error);color:var(--color-error-foreground)}.onyx-modal{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--popover);width:min(92vw,32rem);max-height:min(86vh,44rem);color:var(--popover-foreground);padding:0;overflow:hidden;box-shadow:0 24px 80px #000000a6,inset 0 1px #ffffff12}.onyx-modal--sm{width:min(92vw,24rem)}.onyx-modal--lg{width:min(92vw,48rem)}.onyx-modal::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a041c9e}.onyx-modal__content{gap:var(--space-4);max-height:inherit;padding:var(--space-5);flex-direction:column;display:flex}.onyx-modal__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);display:flex}.onyx-modal__title{letter-spacing:-.01em;margin:0;font-size:20px;font-weight:700}.onyx-modal__description{color:var(--muted-foreground);margin:4px 0 0;font-size:13.5px;line-height:1.55}.onyx-modal__close{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--card);width:30px;height:30px;color:var(--accent-foreground);cursor:pointer;flex-shrink:0;place-items:center;padding:0;font-size:18px;line-height:1;display:grid}.onyx-modal__close:hover{background:var(--accent)}.onyx-modal__close:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.onyx-modal__body{flex:1;min-height:0;overflow-y:auto}.onyx-modal__actions:empty{display:none}.onyx-modal__actions{justify-content:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.onyx-field{gap:var(--space-2);min-width:0;display:grid}.onyx-field__label{color:var(--accent-foreground);font-size:13.5px;font-weight:700}.onyx-field--required>.onyx-field__label:after{content:" *";color:var(--color-error-foreground)}.onyx-field__hint{color:var(--muted-foreground);font-size:12px}.onyx-field__error{color:var(--color-error-foreground);font-size:12px;font-weight:600}.onyx-input{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--card);width:100%;min-width:0;color:var(--foreground);font:inherit;padding:10px 12px;font-size:13.5px;font-weight:400;transition:border-color .15s,box-shadow .15s}.onyx-input::placeholder{color:var(--muted-foreground)}.onyx-input:focus{border-color:var(--accent-foreground);box-shadow:var(--topbar-focus-ring,0 0 0 3px #602aff2e);outline:none}.onyx-input:disabled{cursor:not-allowed;opacity:.7}.onyx-field--invalid .onyx-input{border-color:var(--color-error-foreground)}.onyx-textarea{resize:vertical;min-height:96px}.onyx-form-grid{gap:var(--space-4);display:grid}.onyx-form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.onyx-form-row,.onyx-form-actions{grid-column:1/-1}.onyx-form-actions{justify-content:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}@media (width<=720px){.onyx-form-grid--2{grid-template-columns:minmax(0,1fr)}.onyx-form-actions{flex-direction:column}}.onyx-table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);overflow-x:auto}.onyx-table{border-collapse:collapse;width:100%}.onyx-table__caption{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.onyx-table th,.onyx-table td{padding:var(--space-4);border-bottom:1px solid var(--border);text-align:left}.onyx-table th{background:var(--accent);color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.onyx-table tbody tr{transition:background .15s}.onyx-table tbody tr:hover td{background:var(--accent)}.onyx-table tbody tr:last-child td{border-bottom:0}.onyx-avatar{background:linear-gradient(135deg, var(--primary), var(--color-info-foreground));color:var(--primary-foreground);text-transform:uppercase;flex-shrink:0;place-items:center;font-weight:900;line-height:1;display:grid;overflow:hidden}.onyx-avatar--circle{border-radius:50%}.onyx-avatar--square{border-radius:var(--radius-control)}.onyx-avatar--sm{width:28px;height:28px;font-size:11px}.onyx-avatar--md{width:36px;height:36px;font-size:12px}.onyx-avatar--lg{width:44px;height:44px;font-size:15px}.onyx-avatar__image{object-fit:cover;width:100%;height:100%}.onyx-icon-box--sm{width:34px;height:34px}.onyx-icon-box--md{width:42px;height:42px}.onyx-icon-box--lg{width:52px;height:52px}.onyx-icon-box__image{border-radius:var(--radius-control);object-fit:contain;width:60%;height:60%}.onyx-chip{border:1px solid var(--border);background:var(--accent);max-width:100%;color:var(--accent-foreground);border-radius:20px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;font-weight:600;display:inline-flex}.onyx-chip__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.onyx-chip__body{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.onyx-chip__body:focus-visible,.onyx-chip__remove:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:4px}.onyx-chip__remove{width:18px;height:18px;color:inherit;cursor:pointer;opacity:.7;background:0 0;border:0;border-radius:50%;flex-shrink:0;place-items:center;padding:0;display:grid}.onyx-chip__remove:hover{opacity:1;background:color-mix(in srgb, currentColor 16%, transparent)}.onyx-chip__remove:disabled,.onyx-chip__body:disabled{cursor:not-allowed;opacity:.5}.onyx-chip--accent{background:var(--color-info);color:var(--color-info-foreground);border-color:#0000}.onyx-chip--success{background:var(--color-success);color:var(--color-success-foreground);border-color:#0000}.onyx-chip--alert{background:var(--color-error);color:var(--color-error-foreground);border-color:#0000}.onyx-chip--interactive:hover{border-color:var(--accent-foreground)}.onyx-detail-list{gap:0 var(--space-4);margin:0;display:grid}.onyx-detail-list--1{grid-template-columns:minmax(0,1fr)}.onyx-detail-list--2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=720px){.onyx-detail-list--2{grid-template-columns:minmax(0,1fr)}}.onyx-detail-item{padding:var(--space-3) 0;border-bottom:1px solid var(--border);min-width:0}.onyx-detail-item__label{color:var(--muted-foreground);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:800}.onyx-detail-item__value{align-items:center;gap:var(--space-2);min-width:0;color:var(--foreground);overflow-wrap:anywhere;margin:4px 0 0;font-weight:700;display:flex}.onyx-detail-item__text{min-width:0}.onyx-icon-picker{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);margin:0;display:grid}.onyx-icon-picker__legend{color:var(--accent-foreground);padding:0 4px;font-size:13.5px;font-weight:700}.onyx-icon-picker__grid{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(84px,1fr));display:grid}.onyx-icon-picker__option input{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.onyx-icon-picker__option{padding:var(--space-3) var(--space-2);border:1px solid var(--border);border-radius:var(--radius-control);background:var(--card);color:var(--foreground);text-align:center;cursor:pointer;place-items:center;gap:4px;transition:background .15s,border-color .15s;display:grid}.onyx-icon-picker__option:hover{background:var(--accent);border-color:var(--accent-foreground)}.onyx-icon-picker__option:focus-within{outline:2px solid var(--ring);outline-offset:2px}.onyx-icon-picker__option--selected{background:var(--accent);border-color:var(--accent-foreground);color:var(--accent-foreground)}.onyx-icon-picker__none{height:20px;color:var(--muted-foreground);place-items:center;font-size:18px;line-height:1;display:grid}.onyx-icon-picker__name{color:var(--muted-foreground);font-size:.68rem;font-weight:500;line-height:1.2}.onyx-icon-picker__option--selected .onyx-icon-picker__name{color:var(--accent-foreground)}.onyx-breadcrumbs__button{font:inherit;cursor:pointer;background:0 0;border:0;padding:0}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.contents{display:contents}.grid{display:grid}.hidden{display:none}.inline{display:inline}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{font-synthesis:none;text-rendering:optimizelegibility}.onyx-theme-light,.onyx-theme-dark{--onyx-violet:var(--primary);--onyx-violet-2:var(--primary-hover);--onyx-violet-deep:var(--color-info-foreground);--onyx-violet-night:var(--foreground);--onyx-lavender:var(--ring);--onyx-mist:var(--accent);--onyx-mist-2:var(--background);--onyx-paper:var(--card);--onyx-border:var(--border);--onyx-border-2:var(--border);--onyx-text:var(--foreground);--onyx-text-muted:var(--muted-foreground);--onyx-text-dim:var(--muted-foreground);--onyx-success:var(--color-success-foreground);--onyx-danger:var(--destructive);--radius-pill:999px;--font-sans:var(--font-body), system-ui, -apple-system, "Segoe UI", sans-serif;font-family:var(--font-sans)}*{box-sizing:border-box}body{background:var(--background);min-width:320px;min-height:100vh;color:var(--foreground);margin:0}body.auth-page-demo,body.dashboard-page-demo{background:var(--background);color:var(--foreground);font-family:var(--font-body,"Manrope"), system-ui, -apple-system, sans-serif}button,a{font:inherit}a{color:inherit}a:focus-visible,button:focus-visible{border-radius:var(--radius-sm);outline:3px solid var(--ring)}@supports (color:color-mix(in lab, red, red)){a:focus-visible,button:focus-visible{outline:3px solid color-mix(in srgb, var(--ring) 28%, transparent)}}a:focus-visible,button:focus-visible{outline-offset:3px}.auth-shell,.dashboard-shell,.screen-status{min-height:100vh}.auth-shell{grid-template-columns:minmax(0,.9fr) minmax(340px,520px);align-items:center;gap:40px;width:100%;margin:0;padding:48px 32px;display:grid}.auth-shell--login{background:0 0;grid-template-columns:1fr;align-content:center;justify-items:center;gap:18px;width:100%;max-width:none;min-height:100vh;padding:32px;display:grid}.auth-shell--dark{color:var(--foreground)}.auth-shell--light{color:var(--onyx-violet-night)}.auth-shell--login:before,.auth-shell--login:after{display:none}.auth-shell--demo{isolation:isolate;position:relative;overflow:hidden}.auth-shell--demo:before,.auth-shell--demo:after{content:"";pointer-events:none;z-index:-1;border-radius:999px;position:absolute;inset:auto}.auth-shell--demo:before{filter:blur(8px);background:radial-gradient(circle,#602aff2e,#602aff00);width:520px;height:520px;top:-180px;left:-140px}.auth-shell--demo:after{filter:blur(10px);background:radial-gradient(circle,#d9c7ffb3,#d9c7ff00);width:420px;height:420px;bottom:-150px;right:-120px}.auth-intro{max-width:590px}.auth-intro--hero{gap:18px;display:grid}.eyebrow{border:1px solid var(--onyx-border-2);border-radius:var(--radius-pill);background:var(--onyx-mist);width:fit-content;color:var(--onyx-violet-deep);letter-spacing:.14em;text-transform:uppercase;align-items:center;padding:8px 13px;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}h1,h2,p{margin-top:0}h1,h2{color:var(--onyx-violet-night);letter-spacing:0;line-height:1.08}h1{max-width:680px;margin-bottom:16px;font-size:clamp(2.2rem,4vw,3.75rem);font-weight:750}h2{margin-bottom:0;font-size:1.45rem}.auth-intro .eyebrow,.screen-status .eyebrow{margin-bottom:22px}.auth-intro p,.dashboard-header p,.screen-status p{color:var(--onyx-text-muted);font-size:1.02rem;line-height:1.65}.auth-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:8px;display:grid}.auth-feature{border:1px solid var(--onyx-border);border-radius:var(--radius-lg);background:linear-gradient(180deg, #fffffff0, #fbf9fff5), var(--onyx-paper);min-height:160px;box-shadow:var(--shadow-card);gap:10px;padding:18px;display:grid}.auth-feature__kicker{border-radius:var(--radius-pill);background:var(--onyx-mist);width:fit-content;color:var(--onyx-violet-deep);letter-spacing:.12em;padding:6px 10px;font-size:.72rem;font-weight:750;display:inline-flex}.auth-feature h2{font-size:1rem}.auth-feature p{margin-bottom:0;font-size:.94rem}.auth-switch-link{color:var(--onyx-violet-deep);border-bottom:2px solid #0000;margin-top:10px;font-weight:700;text-decoration:none;display:inline-flex}.auth-switch-link:hover{border-bottom-color:var(--onyx-lavender)}.auth-card{border:1px solid var(--onyx-border);border-radius:var(--radius-lg);background:var(--card);width:100%;min-height:560px;box-shadow:var(--shadow-card-lift);gap:20px;padding:28px;display:grid}.auth-card--login{background:var(--card);border-color:#0000;align-content:start;justify-items:stretch;gap:18px;width:min(480px,100vw - 32px);max-width:480px;min-height:560px}@supports (color:color-mix(in lab, red, red)){.auth-card--login{background:color-mix(in srgb, var(--card) 88%, transparent)}}.auth-card--login{box-shadow:var(--shadow-card-lift);padding:40px}.auth-card--login.auth-card--message{align-content:center;gap:22px;min-height:auto}.auth-card--login.auth-card--message .auth-card__intro p{max-width:360px;font-size:.875rem;line-height:1.5}.auth-card--dark{background:var(--card)}@supports (color:color-mix(in lab, red, red)){.auth-card--dark{background:color-mix(in srgb, var(--card) 88%, transparent)}}.auth-card--dark{color:var(--foreground)}.auth-card--light{background:var(--card)}@supports (color:color-mix(in lab, red, red)){.auth-card--light{background:color-mix(in srgb, var(--card) 88%, transparent)}}.auth-card--light{color:var(--foreground)}.auth-brand{justify-content:center;align-items:center;gap:14px;display:inline-flex}.auth-brand__mark{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:linear-gradient(135deg,#602aff 0%,#a719d8 100%);width:22px;height:22px;box-shadow:0 0 0 1px #ffffff14}.auth-brand__wordmark{color:var(--foreground);letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.auth-card--demo{align-content:start}.auth-card__intro{gap:10px;display:grid}.auth-card--login .auth-card__intro{text-align:center;justify-items:center}.auth-card--login .auth-card__intro--login{gap:6px}.auth-card__intro h2{margin-bottom:0;font-size:1.45rem}.auth-card--login .auth-card__intro h1{color:var(--foreground);letter-spacing:-.04em;margin-bottom:0;font-size:clamp(1.35rem,2.4vw,1.75rem);line-height:1.08}.auth-card--login .auth-card__intro p{max-width:260px;color:var(--secondary-foreground);margin-bottom:0;font-size:.8rem;line-height:1.35}.auth-card__intro p{margin-bottom:0}.auth-shell .cl-headerTitle{display:none}.auth-card>:not(.auth-card__intro){width:100%}.auth-card--login .auth-footnote{color:var(--secondary-foreground);text-align:center;margin:0;font-size:.75rem;line-height:1.5}.auth-admin-link{color:var(--accent-2);text-align:center;font-size:.75rem;font-weight:600;text-decoration:none}.auth-admin-link:hover{text-decoration:underline}.auth-primary-button{background-color:var(--primary);width:100%;color:var(--primary-foreground);cursor:pointer;border:none;border-radius:6px;padding:14px 18px;font-family:inherit;font-size:.9375rem;font-weight:600}.auth-primary-button:hover{background-color:var(--primary-hover)}.dashboard-shell{width:100%;margin:0;padding:32px 32px 56px}.dashboard-shell--launcher{width:100%;min-height:100vh;color:var(--foreground);flex-direction:column;padding:32px 32px 64px;display:flex;position:relative;overflow:hidden}.dashboard-launcher-body{flex-direction:column;flex:1;justify-content:center;gap:8px;display:flex}.dashboard-hero__logo{filter:drop-shadow(0 6px 20px var(--ring));margin-bottom:4px}@supports (color:color-mix(in lab, red, red)){.dashboard-hero__logo{filter:drop-shadow(0 6px 20px color-mix(in srgb, var(--ring) 45%, transparent))}}.dashboard-header{border:1px solid var(--onyx-border);border-radius:var(--radius-lg);background:var(--onyx-paper);box-shadow:var(--shadow-card);justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;padding:28px;display:flex}.dashboard-header--launcher{z-index:1;box-shadow:none;background:0 0;border:0;margin-bottom:28px;padding:0;position:relative}.dashboard-brand{align-items:center;gap:12px;display:inline-flex}.dashboard-brand__mark{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:linear-gradient(135deg,#602aff 0%,#a719d8 100%);width:30px;height:30px;box-shadow:0 0 0 1px #ffffff14}.dashboard-brand__copy{gap:2px;display:grid}.dashboard-brand__copy strong{color:var(--foreground);letter-spacing:-.03em;font-size:1.05rem;font-weight:800}.dashboard-brand__copy span{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.dashboard-brand__copy span{color:color-mix(in srgb, var(--foreground) 75%, transparent)}}.dashboard-brand__copy span{font-size:.82rem}.dashboard-hero{z-index:1;text-align:center;justify-items:center;gap:8px;margin-bottom:24px;display:grid;position:relative}.dashboard-hero h1{color:var(--foreground);letter-spacing:-.04em;margin-bottom:0;font-size:clamp(2rem,3vw,3rem);font-weight:750}.dashboard-shell--launcher .section-heading h2{color:var(--accent-2);letter-spacing:.16em;text-transform:uppercase;margin-bottom:0;font-family:Manrope,system-ui,-apple-system,sans-serif;font-size:10px;font-weight:800;line-height:1}.dashboard-hero p{max-width:640px;color:var(--foreground);margin-inline:auto;margin-bottom:0}@supports (color:color-mix(in lab, red, red)){.dashboard-hero p{color:color-mix(in srgb, var(--foreground) 75%, transparent)}}.dashboard-header h1{margin-bottom:10px}.dashboard-header p{max-width:640px;margin-bottom:0}.dashboard-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.organization-switcher{border:1px solid var(--foreground);align-items:center;gap:10px;min-height:44px;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.organization-switcher{border:1px solid color-mix(in srgb, var(--foreground) 10%, transparent)}}.organization-switcher{border-radius:var(--radius-md);background:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.organization-switcher{background:color-mix(in srgb, var(--foreground) 4%, transparent)}}.organization-switcher{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.organization-switcher{color:color-mix(in srgb, var(--foreground) 82%, transparent)}}.organization-switcher{padding:7px 10px 7px 14px;font-size:.88rem;font-weight:650}.organization-switcher :is(button,a){color:inherit}.org-summary,.apps-section{border:1px solid var(--onyx-border);border-radius:var(--radius-lg);background:var(--onyx-paper);box-shadow:var(--shadow-card)}.org-summary{align-items:center;gap:8px;margin-bottom:18px;padding:18px 22px;display:flex}.summary-label{color:var(--onyx-text-muted);font-size:.9rem;font-weight:650}.org-summary strong{color:var(--onyx-violet-night)}.apps-section{padding:0}.dashboard-shell--launcher .apps-section{z-index:1;width:100%;max-width:none;box-shadow:none;margin-inline:0;background:0 0;border:0;margin-bottom:24px;padding:0;position:relative}.section-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.dashboard-shell--launcher .section-heading{text-align:center;justify-content:center;margin-bottom:12px}.dashboard-shell--launcher .section-heading>div{justify-items:center;gap:0;display:grid}.app-status{border:1px solid var(--onyx-border-2);border-radius:var(--radius-pill);background:var(--onyx-mist);min-height:28px;color:var(--onyx-violet-deep);text-transform:capitalize;white-space:nowrap;justify-content:center;align-items:center;padding:4px 11px;font-size:.78rem;font-weight:750;display:inline-flex}.dashboard-shell--launcher .app-status{border-color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.dashboard-shell--launcher .app-status{border-color:color-mix(in srgb, var(--foreground) 12%, transparent)}}.dashboard-shell--launcher .app-status{background:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.dashboard-shell--launcher .app-status{background:color-mix(in srgb, var(--foreground) 4%, transparent)}}.dashboard-shell--launcher .app-status{color:var(--foreground)}.apps-grid{gap:16px;display:grid}.dashboard-shell--launcher .apps-grid{grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),300px));place-content:start center;justify-items:center;gap:16px}.dashboard-shell--launcher .app-status{display:none}.app-status--active{border-color:var(--color-success-foreground)}@supports (color:color-mix(in lab, red, red)){.app-status--active{border-color:color-mix(in srgb, var(--color-success-foreground) 28%, transparent)}}.app-status--active{background:var(--color-success);color:var(--color-success-foreground)}.state-message,.screen-status{color:var(--onyx-text-muted);text-align:center}.dashboard-shell--launcher .state-message{background:var(--foreground);margin:0}@supports (color:color-mix(in lab, red, red)){.dashboard-shell--launcher .state-message{background:color-mix(in srgb, var(--foreground) 4%, transparent)}}.dashboard-shell--launcher .state-message{border-color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.dashboard-shell--launcher .state-message{border-color:color-mix(in srgb, var(--foreground) 8%, transparent)}}.dashboard-shell--launcher .state-message{color:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.dashboard-shell--launcher .state-message{color:color-mix(in srgb, var(--foreground) 82%, transparent)}}.dashboard-shell--launcher .state-message--error{background:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dashboard-shell--launcher .state-message--error{background:color-mix(in srgb, var(--destructive) 12%, transparent)}}.dashboard-shell--launcher .state-message--error{border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dashboard-shell--launcher .state-message--error{border-color:color-mix(in srgb, var(--destructive) 28%, transparent)}}.dashboard-shell--launcher .state-message--error{color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dashboard-shell--launcher .state-message--error{color:color-mix(in srgb, var(--destructive) 55%, var(--foreground))}}.state-message{border:1px dashed var(--onyx-border-2);border-radius:var(--radius-lg);background:var(--onyx-mist-2);margin:36px 0;padding:28px}.state-message--error{border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.state-message--error{border-color:color-mix(in srgb, var(--destructive) 32%, transparent)}}.state-message--error{background:var(--color-error);color:var(--color-error-foreground)}.screen-status{background:var(--background);width:100%;min-height:100vh;color:var(--foreground);place-content:center;justify-items:center;gap:14px;margin:0;padding:28px;display:grid}.screen-status__mark{clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:linear-gradient(-45deg, var(--ring) 0%, var(--accent-2) 100%);width:44px;height:44px;box-shadow:0 0 0 1px var(--foreground);background-position:50%}@supports (color:color-mix(in lab, red, red)){.screen-status__mark{box-shadow:0 0 0 1px color-mix(in srgb, var(--foreground) 8%, transparent)}}.screen-status__mark{animation:1.6s linear infinite screen-status-spin}.screen-status .eyebrow{border-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.screen-status .eyebrow{border-color:color-mix(in srgb, var(--ring) 22%, transparent)}}.screen-status .eyebrow{background:var(--foreground)}@supports (color:color-mix(in lab, red, red)){.screen-status .eyebrow{background:color-mix(in srgb, var(--foreground) 4%, transparent)}}.screen-status .eyebrow{color:var(--accent-foreground)}.screen-status h1{color:var(--foreground);margin-bottom:10px}.screen-status p{max-width:480px;color:var(--secondary-foreground);text-align:center}@keyframes screen-status-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=860px){.auth-shell,.auth-feature-grid{grid-template-columns:1fr}.auth-card{min-height:520px}.dashboard-header{flex-direction:column}.dashboard-actions{justify-content:flex-start}.dashboard-header--launcher{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.dashboard-header--launcher .dashboard-actions{display:contents}.dashboard-header--launcher .dashboard-brand{grid-area:1/1}.dashboard-header--launcher .dashboard-actions>:not(.organization-switcher){grid-area:1/2;justify-self:end}.dashboard-header--launcher .organization-switcher{grid-area:2/1/3/-1;justify-content:space-between;justify-self:stretch;min-width:0;max-width:100%}.dashboard-header--launcher .organization-switcher>span{flex:none}.dashboard-header--launcher .organization-switcher .cl-rootBox{min-width:0}.dashboard-header--launcher .organization-switcher .cl-organizationSwitcherTrigger{max-width:100%}.dashboard-header--launcher .organization-switcher .cl-organizationPreviewMainIdentifier{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}@media (width<=640px){.auth-shell,.dashboard-shell{width:100%;padding:22px 16px 36px}.auth-card,.dashboard-header,.apps-section{padding:18px}.section-heading,.org-summary{flex-direction:column;align-items:flex-start}.dashboard-shell--launcher .section-heading{align-items:center}.app-status{grid-column:1/-1;justify-self:flex-start}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
