:root {
    /* Farben Sidebar */
    --sidebar-bg:        #1a1f2e;
    --sidebar-text:      rgba(255, 255, 255, 0.75);
    --sidebar-active-bg: rgba(255, 255, 255, 0.15);
    --sidebar-active:    #ffffff;
    --sidebar-hover-bg:  rgba(255, 255, 255, 0.08);
    --sidebar-border:    rgba(255, 255, 255, 0.1);
    --sidebar-width:     220px;

    /* Akzentfarbe */
    --accent:            #2563eb;
    --accent-hover:      #1d4ed8;
    --accent-text:       #ffffff;

    /* Oberflächen */
    --bg-page:           #f4f5f7;
    --bg-card:           #ffffff;
    --bg-topbar:         #ffffff;

    /* Text */
    --text-primary:      #111827;
    --text-secondary:    #6b7280;
    --text-muted:        #9ca3af;

    /* Rahmen */
    --border:            #e5e7eb;
    --border-strong:     #d1d5db;

    /* Status */
    --status-free-bg:    #d1fae5;
    --status-free-text:  #065f46;
    --status-reserved-bg:#fef3c7;
    --status-reserved-text:#92400e;
    --status-sold-bg:    #fee2e2;
    --status-sold-text:  #991b1b;
    --status-offline-bg: #f3f4f6;
    --status-offline-text:#6b7280;

    /* Abstände */
    --radius:            8px;
    --radius-lg:         12px;

    /* Schrift */
    --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --font-size-base:    14px;
    --font-size-sm:      13px;
    --font-size-xs:      12px;

    /* Übergänge */
    --transition:        0.15s ease;
}
