:root{
  color-scheme:light;
  --primary:#6f35b5;
  --secondary:#d94382;
  --primary-rgb:111,53,181;
  --secondary-rgb:217,67,130;
  --workspace-zoom:1;
  --sidebar-width:13.75rem;
  --screen-width:100%;

  --page-bg:#e9e7ef;
  --page-bg-2:#e3e9ef;
  --surface-1:#ffffff;
  --surface-2:#f7f4fa;
  --surface-3:#eee8f3;
  --surface-4:#e3d9ea;
  --surface-rgb:255,255,255;
  --field:#ffffff;
  --glass:rgba(247,244,250,.86);
  --glass-strong:rgba(255,255,255,.94);
  --text:#211926;
  --text-strong:#120d16;
  --muted:#6f6577;
  --muted-2:#958a9c;
  --line:rgba(67,44,79,.16);
  --line-strong:rgba(67,44,79,.28);
  --on-brand:#ffffff;
  --brand-soft:rgba(var(--primary-rgb),.14);
  --brand-softer:rgba(var(--primary-rgb),.075);
  --secondary-soft:rgba(var(--secondary-rgb),.14);
  --sidebar-bg:#211429;
  --sidebar-bg-2:#3b1d48;
  --sidebar-text:#ffffff;
  --sidebar-muted:rgba(255,255,255,.66);
  --blue:#2d6eb2;
  --blue-soft:#e4effa;
  --teal:#197e78;
  --teal-soft:#def2ef;
  --green:#24795d;
  --green-soft:#dff0e9;
  --gold:#94631c;
  --gold-soft:#f4e8cc;
  --red:#ae3c50;
  --red-soft:#f4e0e5;
  --shadow:0 1.2rem 3.4rem rgba(42,24,54,.16);
  --shadow-sm:0 .45rem 1.25rem rgba(42,24,54,.10);
  --shadow-xs:0 .18rem .65rem rgba(42,24,54,.07);
  --shadow-inset:inset 0 1px 0 rgba(255,255,255,.62);
  --radius:.75rem;
  --radius-lg:.95rem;
  --radius-xl:1.2rem;
  --font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --transition:160ms ease;
}

:root[data-theme="dark"]{
  color-scheme:dark;
  --page-bg:#110d15;
  --page-bg-2:#18111e;
  --surface-1:#201824;
  --surface-2:#281e2e;
  --surface-3:#34273c;
  --surface-4:#42314c;
  --surface-rgb:32,24,36;
  --field:#2b2031;
  --glass:rgba(32,24,36,.86);
  --glass-strong:rgba(24,18,28,.95);
  --text:#f5eff7;
  --text-strong:#ffffff;
  --muted:#c2b7c7;
  --muted-2:#958a9c;
  --line:rgba(241,229,247,.13);
  --line-strong:rgba(241,229,247,.25);
  --brand-soft:rgba(var(--primary-rgb),.27);
  --brand-softer:rgba(var(--primary-rgb),.15);
  --secondary-soft:rgba(var(--secondary-rgb),.24);
  --sidebar-bg:#09070c;
  --sidebar-bg-2:#21102a;
  --blue:#79ace4;
  --blue-soft:#1a3450;
  --teal:#62c7be;
  --teal-soft:#163b38;
  --green:#65c39c;
  --green-soft:#173b30;
  --gold:#dfb365;
  --gold-soft:#44361e;
  --red:#ec8190;
  --red-soft:#49232b;
  --shadow:0 1.2rem 3.4rem rgba(0,0,0,.38);
  --shadow-sm:0 .45rem 1.25rem rgba(0,0,0,.26);
  --shadow-xs:0 .18rem .65rem rgba(0,0,0,.2);
  --shadow-inset:inset 0 1px 0 rgba(255,255,255,.05);
}

body[data-screen-preset="auto"]{--screen-width:100%}
body[data-screen-preset="mobile"]{--screen-width:24.375rem}
body[data-screen-preset="iphone"]{--screen-width:26.875rem}
body[data-screen-preset="tablet"]{--screen-width:51.25rem}
body[data-screen-preset="laptop"]{--screen-width:90rem}
body[data-screen-preset="square"]{--screen-width:67.5rem}
body[data-screen-preset="monitor32"]{--screen-width:160rem}
