:root {
    /* Основные цвета */
    --nexus-gold: #f0c040;
    --nexus-gold-hover: #e6a800;
    --nexus-gold-dark: #cfa000;
    --nexus-white: #d2d1d6;
    --nexus-pure-white: #ffffff;
    --nexus-dark: #23232a;
    --nexus-darker: #0d0d0d;
    --nexus-orange: #ff7600;
    --nexus-orange-hover: #ff7e29;
    --nexus-light-bg: #18181e;
    --nexus-border: #35353c;
    --nexus-text: #e0e0e0;
    --nexus-text-muted: #b0b0b0;
    --nexus-text-light: #f0f0f0;
    --nexus-red: #cd0606;
    
    /* Компоненты */
    --nexus-card-bg: #3e3e46;
    --nexus-card-border: #2e2e33;
    --nexus-input-bg: #2d2d36;
    --nexus-placeholder: #a2a3a8;
    --nexus-description: #a2a3a8;
    --nexus-footer-bg: #3e3e46;
    --nexus-like-bg: #99989e;
    --nexus-like-active: #a55713;
    --nexus-like-active-text: #f3e9d7;
    --nexus-modal-bg: #2d2d36;
    --nexus-bbcode-border: #495057;
    
    /* Flash & Modals */
    --nexus-flash-bg: rgba(40,40,40,0.95);
    --nexus-flash-bg-alt: rgba(20,20,20,0.9);
    
    /* Статусы */
    --success: #1e7e34;
    --success-light: #28a745;
    --danger: #dc3545;
    --danger-light: #ff4d4f;
    --warning: #ffc107;
    --info: #17a2b8;
    
    /* Размеры */
    --border-radius: 0.5rem;
    --border-radius-sm: 0.45rem;
    --border-radius-lg: 0.75rem;
    --border-width: 1px;
    --border-width-thick: 2px;
    --border-width-thicker: 3px;
    --border-width-flash: 4px;
    --border-width-avatar: none;
    
    /* Тени */
    --shadow: 0 2px 8px rgba(0,0,0,0.25);
    --shadow-lg: 0 4px 16px rgba(0,0,0,0.3);
    --shadow-flash: 0 4px 12px rgba(0,0,0,0.6);
    
    /* Анимации */
    --transition: all 0.2s ease;
    --transition-fast: all 0.15s ease;
    --transition-transform: transform 0.35s cubic-bezier(0.4,2,0.6,1);
    --transition-modal: opacity 0.3s, transform 0.3s;
    
    /* Типография */
    --font-family: Arial, sans-serif;
    --font-family-heading: Rajdhani, sans-serif;
    --font-size-xs: 0.8rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 2rem;
    --font-weight-normal: 400;
    --font-weight-semi: 600;
    --font-weight-bold: 700;
    --font-weight-extra: 800;
    --line-height-base: 1.5;
    --line-height-tight: 1.2;
    --line-height-loose: 1.4;
    --letter-spacing-tight: 0.03em;
    --letter-spacing-wide: 1px;
    
    /* Отступы */
    --spacing-xs: 0.15rem;
    --spacing-sm: 0.4rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    
    /* Компоненты */
    --card-min-width: 300px;
    --card-max-width: 300px;
    --card-thumb-height: 180px;
    --card-mobile-width: 280px;
    --avatar-size: 32px;
    --like-btn-size: 36px;
    --like-btn-height: 32px;
    --container-max-width: 1800px;
    --flash-max-width: 500px;
    --bbcode-min-height: 150px;
    --min-btn-width: 80px;
    --min-btn-width-lg: 120px;
    
    /* Прочее */
    --opacity-muted: 0.5;
    --backdrop-blur: 2px;
    --z-index-flash: 1055;
}