:root {
    --star-navbar-bg: rgba(17, 17, 17, 0.95);
    --star-onemli-text-color: #e39214;
    --star-normal-text-color: #ffffff;
    --star-onemsiz-text-color: #535353;
    --star-button-background-color: #e39214;
    --star-button-hover-background-color: #c47f10;
    --star-button-text-color: #ffffff;
    --star-sidebar-button-background-color: rgb(33, 33, 33);
    --star-bonus-card-background-color: rgb(17, 17, 17);
    --star-bonus-card-image-color: linear-gradient(to right, rgba(227, 146, 20, 0.15), rgba(227, 146, 20, 0));
    --star-card-background-color: rgb(17, 17, 17);
    --star-box-shadow-color: rgba(0, 0, 0, 0.45);
    --star-border-color: rgba(33, 33, 33, 0.5);

    --nirvana-navbar-bg: rgba(17, 17, 17, 0.95);
    --nirvana-onemli-text-color: #e39214;
    --nirvana-normal-text-color: #ffffff;
    --nirvana-onemsiz-text-color: #535353;
    --nirvana-button-background-color: #e39214;
    --nirvana-button-hover-background-color: #c47f10;
    --nirvana-button-text-color: #ffffff;
    --nirvana-sidebar-button-background-color: rgb(33, 33, 33);
    --nirvana-bonus-card-background-color: rgb(17, 17, 17);
    --nirvana-bonus-card-image-color: linear-gradient(to right, rgba(227, 146, 20, 0.15), rgba(227, 146, 20, 0));
    --nirvana-card-background-color: rgb(17, 17, 17);
    --nirvana-box-shadow-color: rgba(0, 0, 0, 0.45);
    --nirvana-border-color: rgba(19, 19, 19, 0.5);
    --dark-bg: #131313;
    --primary-color: #e39214;
    --secondary-color: #c47f10;
    --light-text: #ffffff;
    --sidebar-width: 250px;
    --primary-rgb: 227, 146, 20;
    --theme-success-color: #22c55e;
    --theme-success-rgb: 34, 197, 94;
    --theme-success-2: #22c55e;
    --theme-success-2-rgb: 34, 197, 94;
    --theme-warning-color: #facc15;
    --theme-warning-rgb: 250, 204, 21;
    --theme-warning-2: #fb923c;
    --theme-muted-color: #475569;
    --theme-muted-rgb: 71, 85, 105;
    --theme-info-color: #818cf8;
    --theme-info-rgb: 129, 140, 248;
    --theme-danger-color: #ef4444;
    --theme-danger-rgb: 239, 68, 68;
    --theme-danger-soft: #ef4444;
    --theme-danger-soft-rgb: 239, 68, 68;
    --theme-accent-color: #a855f7;
    --theme-accent-rgb: 168, 85, 247;
    --theme-orange: #ff9800;
    --theme-orange-rgb: 255, 152, 0;
    --theme-orange-dark: #ff6f00;
    --theme-deep-orange: #ff5722;
    --theme-deep-orange-rgb: 255, 87, 34;
    --theme-deep-orange-dark: #e64a19;
    --theme-purple: #9c27b0;
    --theme-purple-rgb: 156, 39, 176;
    --theme-surface-1: #1a1a2e;
    --theme-surface-2: #16213e;
    --primary-color-strong: rgba(255, 136, 0, 1);
    --profile-placeholder-start: #e39214;
    --profile-placeholder-end: #c47f10;
    --profile-placeholder-start-rgb: 227, 146, 20;
    --profile-placeholder-end-rgb: 196, 127, 16;
    --sponsor-card-bg: #1f1f1f;
    --sponsor-card-border: #2b2b2b;
    --sponsor-accent-color: #e39214;
    --sponsor-bonus-bg: #1f1f1f;
    --sponsor-bonus-border: #2b2b2b;
    --sponsor-muted-color: #94a3b8;
    --overlay-sidebar-90: rgba(17, 17, 17, 0.9);
    --overlay-dark-90-card: rgba(17, 17, 17, 0.9);
    --overlay-dark-50: rgba(0, 0, 0, 0.5);
    --overlay-light-10: rgba(255, 255, 255, 0.1);
    --overlay-light-100: rgba(255, 255, 255, 1);
    --live-section-border-solid: rgba(49, 49, 49, 1);
    --live-section-border-85: rgba(49, 49, 49, 0.85);
    --overlay-light-blue-70: rgba(226, 232, 240, 0.7);
    --overlay-light-blue-95: rgba(226, 232, 240, 0.95);
    --chat-modal-bg: #1f1f1f;
    --chat-message-bg: #1f1f1f;
    --social-button-bg: rgba(33, 33, 33, 0.6);
    --section-title-color: #ffffff;
    --button-surface-start: #3b82f6;
    --button-surface-end: #8b5cf6;
    --overlay-dark-20: rgba(0, 0, 0, 0.2);
    --daily-reward-overlay-1: rgba(17, 17, 17, 0.95);
    --daily-reward-overlay-2: rgba(8, 7, 3, 0.85);
    --daily-reward-secondary-hover: #c47f10;
    --daily-reward-action-hover-end: #8b5cf6;
    --card-default: #1f1f1f;
    --card-border: #2b2b2b;
}