:root{--signature-primary:#8b5cf6;--signature-secondary:#6366f1;--signature-glow:color-mix(in srgb,#8b5cf6 42%,transparent);--signature-glow-soft:color-mix(in srgb,#2dd4bf 18%,transparent);--glass-background:color-mix(in srgb,#11111a 82%,transparent);--glass-border:color-mix(in srgb,#ffffff 18%,transparent);--glass-foreground:#f4f4f5;--hero-highlight-primary:color-mix(in srgb,#8b5cf6 28%,transparent);--hero-highlight-secondary:color-mix(in srgb,#2dd4bf 16%,transparent);--network-line:color-mix(in srgb,#8b5cf6 26%,transparent);--network-node:color-mix(in srgb,#2dd4bf 74%,transparent);--signature-duration:300ms}.dark{--signature-primary:#a78bfa;--signature-secondary:#818cf8;--signature-glow:color-mix(in srgb,#8b5cf6 34%,transparent);--signature-glow-soft:color-mix(in srgb,#2dd4bf 14%,transparent);--glass-background:color-mix(in srgb,#09090b 76%,transparent);--glass-border:color-mix(in srgb,#ffffff 14%,transparent);--glass-foreground:#f4f4f5;--hero-highlight-primary:color-mix(in srgb,#8b5cf6 24%,transparent);--hero-highlight-secondary:color-mix(in srgb,#2dd4bf 13%,transparent);--network-line:color-mix(in srgb,#8b5cf6 22%,transparent);--network-node:color-mix(in srgb,#2dd4bf 64%,transparent)}.aurora-backdrop,.aurora-network{pointer-events:none;user-select:none}.aurora-backdrop{position:absolute;inset:0;overflow:hidden;opacity:.78;transition:opacity var(--signature-duration) var(--ease-emphasized)}.aurora-backdrop:after,.aurora-backdrop:before{position:absolute;inset:-18%;content:"";opacity:.8;filter:blur(28px)}.aurora-backdrop:before{background:radial-gradient(circle at 76% 12%,var(--hero-highlight-primary),transparent 54%)}.aurora-backdrop:after{background:radial-gradient(circle at 20% 88%,var(--hero-highlight-secondary),transparent 50%)}.aurora-backdrop[data-intensity=subtle]{opacity:.28}.aurora-backdrop[data-intensity=low]{opacity:.46}.aurora-backdrop[data-intensity=medium]{opacity:.68}.aurora-backdrop[data-intensity=medium-high]{opacity:.82}.aurora-backdrop[data-intensity=high]{opacity:.94}.aurora-network{position:absolute;inset:0;width:100%;height:100%;opacity:.68}.aurora-network[data-density=sparse]{opacity:.42}.aurora-network-line{fill:none;stroke:var(--network-line);stroke-width:1}.aurora-network-node{fill:var(--network-node)}.signature-edge{position:relative;isolation:isolate}.signature-edge:before{position:absolute;inset:0;z-index:1;padding:1px;pointer-events:none;content:"";background:linear-gradient(120deg,var(--signature-primary),var(--signature-secondary) 52%,var(--hero-highlight-secondary));border-radius:inherit;opacity:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;transition:opacity var(--signature-duration) var(--ease-emphasized)}.signature-edge:focus-within:before,.signature-edge:hover:before,.signature-edge[data-signature-state=active]:before{opacity:1}.signature-edge[data-signature-state=disabled]:before{opacity:0!important}.glass-surface{color:var(--glass-foreground);background:var(--glass-background);border:1px solid var(--glass-border);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem)}.signature-action{position:relative;background:color-mix(in srgb,var(--signature-secondary) 12%,var(--background));border-color:var(--glass-border);isolation:isolate;transition:background-color var(--duration-normal) var(--ease-standard),border-color var(--duration-normal) var(--ease-standard),box-shadow var(--signature-duration) var(--ease-emphasized),color var(--duration-fast) var(--ease-standard)}.glass-surface .signature-action,.signature-action{color:var(--foreground)}.signature-action:focus-visible,.signature-action:hover:not(:disabled){background:color-mix(in srgb,var(--signature-secondary) 22%,var(--background));border-color:var(--signature-primary);box-shadow:0 0 0 1px var(--signature-primary),0 .75rem 1.75rem var(--signature-glow-soft)}.signature-icon-surface{color:var(--signature-primary);background:color-mix(in srgb,var(--signature-secondary) 22%,transparent)}.signature-subtle-surface{background:color-mix(in srgb,var(--glass-foreground) 7%,transparent);border:1px solid var(--glass-border)}.signature-copy-muted{color:color-mix(in srgb,var(--glass-foreground) 72%,transparent)}.signature-illustration{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.signature-hero{background-image:linear-gradient(120deg,color-mix(in srgb,var(--sidebar) 96%,var(--signature-secondary)),var(--sidebar)),radial-gradient(circle at 82% 0,var(--hero-highlight-primary),transparent 56%)}@media (prefers-reduced-motion:reduce){.aurora-backdrop,.signature-action,.signature-edge:before{transition-duration:.01ms}}.auth-viewport{--auth-canvas:var(--background);--auth-surface:var(--card);--auth-ink:var(--foreground);--auth-muted-ink:var(--muted-foreground);--auth-border:var(--border);--auth-border-strong:var(--border-strong);--auth-input-surface:color-mix(in srgb,var(--card) 82%,transparent);--auth-input-surface-focus:color-mix(in srgb,var(--card) 92%,transparent);--auth-label-shadow:var(--shadow-xs);--auth-muted-surface:color-mix(in srgb,var(--card) 28%,transparent);--auth-muted-surface-hover:color-mix(in srgb,var(--card) 46%,transparent);--auth-legal:color-mix(in srgb,var(--foreground) 82%,transparent);--auth-legal-surface:color-mix(in srgb,var(--card) 34%,transparent);--auth-legal-border:color-mix(in srgb,var(--border) 72%,transparent);--auth-focus-ring:var(--ring);--auth-focus-ring-soft:color-mix(in srgb,var(--ring) 28%,transparent);--auth-panel-ink:var(--sidebar-foreground);--auth-panel-muted-ink:color-mix(in srgb,var(--sidebar-foreground) 78%,transparent);--auth-panel-start:var(--sidebar);--auth-panel-border:color-mix(in srgb,var(--sidebar-foreground) 24%,transparent);--auth-panel-hover:color-mix(in srgb,var(--sidebar-foreground) 12%,transparent);--auth-panel-rule:color-mix(in srgb,var(--sidebar-foreground) 72%,transparent);--auth-panel-rule-shadow:color-mix(in srgb,var(--sidebar-foreground) 24%,transparent);--auth-control-shadow:var(--shadow-xs);--auth-ease:var(--ease-standard);--auth-swipe-ease:var(--ease-standard);--auth-swipe-duration:800ms;--auth-input-height:2.75rem;--auth-radius:var(--radius-xl);--auth-shadow:var(--shadow-lg);--auth-action:var(--primary);--auth-action-hover:color-mix(in srgb,var(--primary) 88%,var(--background));--auth-action-foreground:var(--primary-foreground);--auth-action-border:var(--border-strong);--auth-action-shadow:color-mix(in srgb,var(--primary) 28%,transparent);--auth-action-shadow-hover:color-mix(in srgb,var(--primary) 36%,transparent);--auth-form-surface:color-mix(in srgb,var(--card) 18%,transparent)}.signature-auth{--auth-canvas:color-mix(in srgb,var(--sidebar) 94%,var(--signature-secondary));--auth-form-surface:color-mix(in srgb,var(--card) 88%,transparent);--auth-panel-start:color-mix(in srgb,var(--sidebar) 84%,var(--signature-secondary));--auth-panel-border:var(--glass-border);--auth-panel-hover:color-mix(in srgb,var(--signature-primary) 16%,transparent);--auth-panel-rule:var(--signature-primary);--auth-panel-rule-shadow:var(--signature-glow)}.workspace-hub{-ms-overflow-style:none;scrollbar-width:none}.workspace-hub::-webkit-scrollbar{display:none}.aios-workspace-shell{--operator-rail:color-mix(in oklab,var(--sidebar) 84%,var(--surface-2));--operator-rail-strong:color-mix(in oklab,var(--operator-rail) 78%,var(--surface-2));--operator-rail-border:color-mix(in oklab,var(--sidebar-border) 70%,var(--operator-rail));--operator-rail-muted:color-mix(in oklab,var(--sidebar-foreground) 82%,var(--operator-rail));--operator-canvas:var(--background);--operator-surface:var(--surface-1);--operator-surface-muted:var(--surface-2);--operator-border:var(--border);--operator-accent:color-mix(in oklab,var(--sidebar-primary) 78%,var(--operator-rail));--operator-accent-strong:var(--foreground);--operator-accent-soft:var(--operator-rail-strong);--operator-accent-contrast:var(--sidebar-foreground);--operator-content-selection:var(--accent);--operator-content-selection-foreground:var(--accent-foreground);--operator-content-selection-muted-foreground:color-mix(in oklab,var(--operator-content-selection-foreground) 72%,var(--operator-content-selection));--operator-warning:var(--warning);--operator-danger:var(--destructive);color:var(--foreground);background:var(--operator-canvas)}.aios-workspace-shell [data-content-selection=selected]{--foreground:var(--operator-content-selection-foreground);--muted-foreground:var(--operator-content-selection-muted-foreground);--primary:var(--operator-content-selection-foreground);--operator-accent-strong:var(--operator-content-selection-foreground);color:var(--operator-content-selection-foreground);background:var(--operator-content-selection)}.workspace-create-dialog-frame{background:var(--card);border:1px solid var(--primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.theme-amber{--primary:oklch(0.52 0.163 48.998);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.769 0.188 70.08);--sidebar-primary:oklch(0.52 0.163 48.998);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.769 0.188 70.08)}.dark .theme-amber{--primary:oklch(0.78 0.163 48.998);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.555 0.163 48.998);--sidebar-ring:oklch(0.555 0.163 48.998)}.theme-blue{--primary:oklch(0.488 0.243 264.376);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.623 0.214 259.532);--sidebar-primary:oklch(0.488 0.243 264.376);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.623 0.214 259.532)}.dark .theme-blue{--primary:oklch(0.78 0.243 264.376);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.488 0.243 264.376);--sidebar-ring:oklch(0.488 0.243 264.376)}.theme-cyan{--primary:oklch(0.49 0.105 223.128);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.715 0.143 210.795);--sidebar-primary:oklch(0.49 0.105 223.128);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.715 0.143 210.795)}.dark .theme-cyan{--primary:oklch(0.78 0.105 223.128);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.52 0.105 223.128);--sidebar-ring:oklch(0.52 0.105 223.128)}.theme-emerald{--primary:oklch(0.48 0.118 165.612);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.696 0.17 162.48);--sidebar-primary:oklch(0.48 0.118 165.612);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.696 0.17 162.48)}.dark .theme-emerald{--primary:oklch(0.78 0.118 165.612);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.508 0.118 165.612);--sidebar-ring:oklch(0.508 0.118 165.612)}.theme-fuchsia{--primary:oklch(0.518 0.253 323.949);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.667 0.295 322.15);--sidebar-primary:oklch(0.518 0.253 323.949);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.667 0.295 322.15)}.dark .theme-fuchsia{--primary:oklch(0.78 0.253 323.949);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.518 0.253 323.949);--sidebar-ring:oklch(0.518 0.253 323.949)}.theme-green{--primary:oklch(0.48 0.154 150.069);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.723 0.219 142.495);--sidebar-primary:oklch(0.48 0.154 150.069);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.723 0.219 142.495)}.dark .theme-green{--primary:oklch(0.78 0.154 150.069);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.527 0.154 150.069);--sidebar-ring:oklch(0.527 0.154 150.069)}.theme-indigo{--primary:oklch(0.457 0.24 277.023);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.585 0.233 277.117);--sidebar-primary:oklch(0.457 0.24 277.023);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.585 0.233 277.117)}.dark .theme-indigo{--primary:oklch(0.78 0.24 277.023);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.457 0.24 277.023);--sidebar-ring:oklch(0.457 0.24 277.023)}.theme-lime{--primary:oklch(0.49 0.157 131.589);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.768 0.233 130.85);--sidebar-primary:oklch(0.49 0.157 131.589);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.768 0.233 130.85)}.dark .theme-lime{--primary:oklch(0.78 0.157 131.589);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.532 0.157 131.589);--sidebar-ring:oklch(0.532 0.157 131.589)}.theme-orange{--primary:oklch(0.52 0.195 38.402);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.705 0.213 47.604);--sidebar-primary:oklch(0.52 0.195 38.402);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.705 0.213 47.604)}.dark .theme-orange{--primary:oklch(0.78 0.195 38.402);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.553 0.195 38.402);--sidebar-ring:oklch(0.553 0.195 38.402)}.theme-pink{--primary:oklch(0.525 0.223 3.958);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.718 0.202 349.761);--sidebar-primary:oklch(0.525 0.223 3.958);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.718 0.202 349.761)}.dark .theme-pink{--primary:oklch(0.78 0.223 3.958);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.525 0.223 3.958);--sidebar-ring:oklch(0.525 0.223 3.958)}.theme-purple{--primary:oklch(0.496 0.265 301.924);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.627 0.265 303.9);--sidebar-primary:oklch(0.496 0.265 301.924);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.627 0.265 303.9)}.dark .theme-purple{--primary:oklch(0.78 0.265 301.924);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.496 0.265 301.924);--sidebar-ring:oklch(0.496 0.265 301.924)}.theme-red{--primary:oklch(0.505 0.213 27.325);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.637 0.237 25.331);--sidebar-primary:oklch(0.505 0.213 27.325);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.637 0.237 25.331)}.dark .theme-red{--primary:oklch(0.78 0.213 27.325);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.505 0.213 27.325);--sidebar-ring:oklch(0.505 0.213 27.325)}.theme-rose{--primary:oklch(0.514 0.222 16.935);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.645 0.246 16.439);--sidebar-primary:oklch(0.514 0.222 16.935);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.645 0.246 16.439)}.dark .theme-rose{--primary:oklch(0.78 0.222 16.935);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.514 0.222 16.935);--sidebar-ring:oklch(0.514 0.222 16.935)}.theme-sky{--primary:oklch(0.5 0.134 242.749);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.685 0.169 237.323);--sidebar-primary:oklch(0.5 0.134 242.749);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.685 0.169 237.323)}.dark .theme-sky{--primary:oklch(0.78 0.134 242.749);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.5 0.134 242.749);--sidebar-ring:oklch(0.5 0.134 242.749)}.theme-teal{--primary:oklch(0.48 0.096 186.391);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.704 0.14 182.503);--sidebar-primary:oklch(0.48 0.096 186.391);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.704 0.14 182.503)}.dark .theme-teal{--primary:oklch(0.78 0.096 186.391);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.511 0.096 186.391);--sidebar-ring:oklch(0.511 0.096 186.391)}.theme-violet{--primary:oklch(0.491 0.27 292.581);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.606 0.25 292.717);--sidebar-primary:oklch(0.491 0.27 292.581);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.606 0.25 292.717)}.dark .theme-violet{--primary:oklch(0.78 0.27 292.581);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.491 0.27 292.581);--sidebar-ring:oklch(0.491 0.27 292.581)}.theme-yellow{--primary:oklch(0.51 0.135 66.442);--primary-foreground:oklch(0.985 0 0);--ring:oklch(0.795 0.184 86.047);--sidebar-primary:oklch(0.51 0.135 66.442);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-ring:oklch(0.795 0.184 86.047)}.dark .theme-yellow{--primary:oklch(0.78 0.135 66.442);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.554 0.135 66.442);--sidebar-ring:oklch(0.554 0.135 66.442)}.theme-stone{--primary:oklch(0.216 0.006 56.043);--primary-foreground:oklch(0.985 0.001 106.423);--ring:oklch(0.709 0.01 56.259);--sidebar-primary:oklch(0.216 0.006 56.043);--sidebar-primary-foreground:oklch(0.985 0.001 106.423);--sidebar-ring:oklch(0.709 0.01 56.259)}.dark .theme-stone{--primary:oklch(0.78 0.006 56.043);--primary-foreground:oklch(0.145 0 0);--sidebar-primary:var(--primary);--sidebar-primary-foreground:var(--primary-foreground);--ring:oklch(0.553 0.013 58.071);--sidebar-ring:oklch(0.553 0.013 58.071)}.theme-amber,.theme-blue,.theme-cyan,.theme-emerald,.theme-fuchsia,.theme-green,.theme-indigo,.theme-lime,.theme-orange,.theme-pink,.theme-purple,.theme-red,.theme-rose,.theme-sky,.theme-stone,.theme-teal,.theme-violet,.theme-yellow{--ring:var(--foreground);--sidebar-ring:var(--sidebar-foreground)}.dark :is(.theme-amber,.theme-blue,.theme-cyan,.theme-emerald,.theme-fuchsia,.theme-green,.theme-indigo,.theme-lime,.theme-orange,.theme-pink,.theme-purple,.theme-red,.theme-rose,.theme-sky,.theme-teal,.theme-violet,.theme-yellow,.theme-stone){--ring:var(--foreground);--sidebar-ring:var(--sidebar-foreground)}.theme-scaled{@media (min-width:1024px){--radius:0.6rem;--text-lg:1.05rem;--text-base:0.85rem;--text-sm:0.8rem;--spacing:0.222222rem}[data-slot=card]{--spacing:0.16rem}[data-slot=card-content] *,[data-slot=card-footer] *,[data-slot=card-header] *{--spacing:0.222222rem}}