/**
 * Multilingual Press Zone - Admin Panel Styles
 *
 * Main stylesheet entry point for the admin panel.
 *
 * IMPORTANT:
 * - The SPA uses the Press.Zone design system classnames (presszone-multilingual-*).
 * - Some legacy pages still use mpz-* / multilingual-*; we keep their styles for now.
 *
 * @package MultilingualPressZone
 * @since 1.0.0
 */

/* =====================================================================
   Legacy Token Layer (used by mpz-* page styles)
   ===================================================================== */

$primary-color: #0073aa;
$primary-hover: #005a87;
$secondary-color: #2271b1;
$success-color: #00a32a;
$warning-color: #f0b849;
$error-color: #d63638;
$info-color: #2271b1;

$text-primary: #1e1e1e;
$text-secondary: #757575;
$text-light: #a7aaad;
$border-color: #c3c4c7;
$background-light: #f0f0f1;
$background-white: #ffffff;

$dark-bg: #1e1e1e;
$dark-surface: #2c2c2c;
$dark-text: #e4e4e4;
$dark-border: #3c3c3c;

$spacing-xs: 4px;
$spacing-sm: 8px;
$spacing-md: 16px;
$spacing-lg: 24px;
$spacing-xl: 32px;

$border-radius-sm: 2px;
$border-radius-md: 4px;
$border-radius-lg: 8px;

$transition-fast: 0.15s ease;
$transition-normal: 0.3s ease;
$transition-slow: 0.45s ease;

$z-modal: 1000;
$z-dropdown: 900;
$z-fixed-header: 800;
$z-overlay: 700;

/* =====================================================================
   Press.Zone Design System (target parity with comments-press-zone)
   ===================================================================== */

@use 'animations';
@use 'tab-animations';

@use 'base';
@use 'utilities';
@use 'components';
@use 'forms';
@use 'settings-shared';
@use 'dashboard-shared';
@use 'modals';

/* =====================================================================
   Legacy Component + Page Styles (kept for mpz-* / multilingual-* routes)
   ===================================================================== */

@use 'components/badge';
@use 'components/button';
@use 'components/card';
@use 'components/flag-picker';
@use 'components/input';
@use 'components/link-selector';
@use 'components/modal';
@use 'components/progress-bar';
@use 'components/sortable-list';
@use 'components/spinner';
@use 'components/stat-card';
@use 'components/table';
@use 'components/tabs';
@use 'components/toast';
@use 'components/toggle';

@use 'pages/dashboard';
@use 'pages/languages';
@use 'pages/licensing';
@use 'pages/translations';
@use 'pages/settings';
@use 'pages/migration';
@use 'pages/analytics';
@use 'pages/onboarding';
