/* Shared design tokens — panel, login and API */
:root{
  --tc-font-ui:"Almarai",Tahoma,Arial,sans-serif;
  --tc-type-caption:12px;--tc-type-small:13px;--tc-type-body:14px;--tc-type-card-title:16px;--tc-type-section:18px;--tc-type-page:22px;--tc-type-stat:24px;
  --tc-weight-regular:400;--tc-weight-medium:400;--tc-weight-semibold:700;--tc-weight-bold:700;--tc-weight-heading:800;
  --tc-color-canvas:#f5f7f7;--tc-color-surface:#ffffff;--tc-color-surface-subtle:#f7f9f9;--tc-color-heading:#203331;--tc-color-text:#213432;--tc-color-muted:#6f7f7d;
  --tc-color-border:#dce6e5;--tc-color-border-strong:#cbdad8;
  --tc-color-primary:#673de6;--tc-color-on-primary:#ffffff;--tc-color-primary-hover:#5630ca;--tc-color-primary-active:#4827b2;--tc-color-primary-soft:#f1edff;
  --tc-color-action-bg:#f1edff;--tc-color-action-text:#5630ca;--tc-color-action-border:#d8cdfb;--tc-color-action-hover-bg:#e9e1ff;--tc-color-action-hover-text:#4827b2;--tc-color-action-hover-border:#c7b8f6;
  --tc-color-success:#0b7a49;--tc-color-success-soft:#eef8f3;--tc-color-success-border:#b9e6cf;--tc-color-warning:#9a5b00;--tc-color-warning-soft:#fff8e8;--tc-color-warning-border:#f1d49a;--tc-color-danger:#b42318;--tc-color-danger-hover:#912018;--tc-color-danger-soft:#fff4f2;--tc-color-danger-border:#f2c5c5;
  --tc-color-disabled-bg:#f2f4f7;--tc-color-disabled-text:#98a2b3;--tc-color-disabled-border:#e4e7ec;--tc-color-code-bg:#211c33;--tc-color-code-text:#f7f4ff;
  --tc-color-field-bg:#ffffff;--tc-color-field-border:#cbdad8;--tc-color-field-hover:#aebfbd;--tc-color-field-focus:#673de6;--tc-focus-ring-color:rgba(103,61,230,.14);
  --tc-radius-sm:8px;--tc-radius-md:12px;--tc-radius-lg:18px;--tc-shadow-card:0 10px 30px rgba(16,24,40,.06);
}

/* Unified panel/API appearance tokens. */
:root{
  --tc-go-canvas:#f4f5fb;
  --tc-go-surface:#ffffff;
  --tc-go-surface-soft:#faf9fd;
  --tc-go-text:#2e2d38;
  --tc-go-muted:#737284;
  --tc-go-border:#e2deec;
  --tc-go-border-strong:#d4cee4;
  --tc-go-primary:#673de6;
  --tc-go-primary-hover:#5731cc;
  --tc-go-primary-soft:#f7f4ff;
  --tc-go-success:#177a58;
  --tc-go-warning:#9a6408;
  --tc-go-danger:#b9342b;
  --tc-go-control-h:44px;
  --tc-go-radius:12px;
  --tc-go-card-radius:16px;
}

