/*
============================================================
Club OS Studio
Datei: variables.css
Zweck: Zentrale Designvariablen
Phase: 13.3 - Studio Shell
============================================================
*/

:root {
  --studio-bg: #090b14;
  --studio-surface: #111524;
  --studio-surface-soft: #171c2e;
  --studio-surface-hover: #20263b;

  --studio-border: rgba(255, 255, 255, 0.08);
  --studio-border-strong: rgba(255, 255, 255, 0.14);

  --studio-text: #f5f7ff;
  --studio-text-muted: #9ca5bd;
  --studio-text-soft: #707990;

  --studio-primary: #7c4dff;
  --studio-primary-light: #a078ff;
  --studio-primary-dark: #5830c7;

  --studio-success: #36d399;
  --studio-warning: #f8c555;
  --studio-danger: #fb7185;
  --studio-info: #60a5fa;

  --studio-sidebar-width: 272px;
  --studio-topbar-height: 76px;

  --studio-radius-sm: 10px;
  --studio-radius-md: 16px;
  --studio-radius-lg: 24px;

  --studio-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);

  --studio-transition: 180ms ease;
}
