:root{
  --layer-base:0;
  --layer-control:2;
  --layer-selection:4;
  --layer-sticky-local:20;
  --layer-sticky:100;
  --layer-menu:400;
  --layer-drawer-backdrop:800;
  --layer-drawer:810;
  --layer-dialog-backdrop:900;
  --layer-dialog:910;
  --layer-tooltip:1000;
  --desktop-workspace-height:max(620px,calc(100vh - 160px));
  color-scheme:light;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --white:#fff;
  --page:#f5f7fb;
  --surface:#f7f9fc;
  --line:#d6deeb;
  --box-border:1px solid var(--line);
  --text:#182033;
  --muted:#5e6a7d;
  --title-color:var(--text);
  --title-size:13px;
  --title-weight:850;
  --title-line-height:1.25;
  --control-bg:var(--white);
  --control-color:var(--text);
  --control-placeholder:var(--muted);
  --control-font-size:13px;
  --control-font-weight:600;
  --control-line-height:1.25;
  --editor-nav-width:158px;
  --compact-group-label-width:122px;
  --compact-field-label-width:108px;
  --blue:#2468ef;
  --blue-hover:var(--blue);
  --blue-gray:#edf3ff;
  --toggle-off:#eef2f7;
  --toggle-off-border:#cfd8e6;
  --danger:#b42318;
  --warning:#b54708;
  --success:#067647;
  --focus-ring:rgba(36,104,239,.14);
  --motion-fast:.14s ease;
  --radius:8px;
  --radius-control:7px;
  --radius-tight:4px;
  --radius-pill:999px;
  --radius-round:50%;
}

[hidden]{
  display:none !important;
}
