/* ── Pacific Marine — Marian blue + Pacific cyan + Orange peel premium paleti ── */
:root {
    --star-navbar-bg: rgba(3, 20, 45, 0.96);
    --star-onemli-text-color: #00b4d8;
    --star-normal-text-color: #e7f0fa;
    --star-onemsiz-text-color: #5a7093;
    --star-button-background-color: #0077b6;
    --star-button-hover-background-color: #023e8a;
    --star-button-text-color: #ffffff;
    --star-sidebar-button-background-color: rgb(15, 40, 78);
    --star-bonus-card-background-color: rgb(8, 25, 52);
    --star-bonus-card-image-color: linear-gradient(to right, rgba(0, 180, 216, 0.2), rgba(255, 158, 0, 0));
    --star-card-background-color: rgb(8, 25, 52);
    --star-box-shadow-color: rgba(2, 8, 20, 0.55);
    --star-border-color: rgba(0, 180, 216, 0.18);

    --nirvana-navbar-bg: rgba(3, 20, 45, 0.96);
    --nirvana-onemli-text-color: #00b4d8;
    --nirvana-normal-text-color: #e7f0fa;
    --nirvana-onemsiz-text-color: #5a7093;
    --nirvana-button-background-color: #0077b6;
    --nirvana-button-hover-background-color: #023e8a;
    --nirvana-button-text-color: #ffffff;
    --nirvana-sidebar-button-background-color: rgb(15, 40, 78);
    --nirvana-bonus-card-background-color: rgb(8, 25, 52);
    --nirvana-bonus-card-image-color: linear-gradient(to right, rgba(0, 180, 216, 0.2), rgba(255, 158, 0, 0));
    --nirvana-card-background-color: rgb(8, 25, 52);
    --nirvana-box-shadow-color: rgba(2, 8, 20, 0.55);
    --nirvana-border-color: rgba(0, 180, 216, 0.18);
    --dark-bg: #03142d;
    --primary-color: #0077b6;
    --secondary-color: #023e8a;
    --light-text: #e7f0fa;
    --sidebar-width: 250px;
    --primary-rgb: 0, 119, 182;
    --theme-success-color: #10b981;
    --theme-success-rgb: 16, 185, 129;
    --theme-success-2: #14b8a6;
    --theme-success-2-rgb: 20, 184, 166;
    --theme-warning-color: #ff9e00;
    --theme-warning-rgb: 255, 158, 0;
    --theme-warning-2: #ff6d00;
    --theme-muted-color: #475569;
    --theme-muted-rgb: 71, 85, 105;
    --theme-info-color: #00b4d8;
    --theme-info-rgb: 0, 180, 216;
    --theme-danger-color: #ef4444;
    --theme-danger-rgb: 239, 68, 68;
    --theme-danger-soft: #fb7185;
    --theme-danger-soft-rgb: 251, 113, 133;
    --theme-accent-color: #ff9e00;
    --theme-accent-rgb: 255, 158, 0;
    --theme-orange: #ff9e00;
    --theme-orange-rgb: 255, 158, 0;
    --theme-orange-dark: #ff6d00;
    --theme-deep-orange: #ff6d00;
    --theme-deep-orange-rgb: 255, 109, 0;
    --theme-deep-orange-dark: #c04e00;
    --theme-purple: #8b5cf6;
    --theme-purple-rgb: 139, 92, 246;
    --theme-surface-1: #0a1f42;
    --theme-surface-2: #03142d;
    --primary-color-strong: rgba(0, 119, 182, 1);
    --profile-placeholder-start: #00b4d8;
    --profile-placeholder-end: #0077b6;
    --profile-placeholder-start-rgb: 0, 180, 216;
    --profile-placeholder-end-rgb: 0, 119, 182;
    --sponsor-card-bg: #0a1f42;
    --sponsor-card-border: rgba(0, 180, 216, 0.24);
    --sponsor-accent-color: #00b4d8;
    --sponsor-bonus-bg: #0a1f42;
    --sponsor-bonus-border: rgba(0, 180, 216, 0.24);
    --sponsor-muted-color: #94a3b8;
    --overlay-sidebar-90: rgba(3, 20, 45, 0.9);
    --overlay-dark-90-card: rgba(3, 20, 45, 0.9);
    --overlay-dark-50: rgba(2, 8, 20, 0.55);
    --overlay-light-10: rgba(144, 224, 239, 0.08);
    --overlay-light-100: rgba(231, 240, 250, 1);
    --live-section-border-solid: rgba(0, 180, 216, 0.4);
    --live-section-border-85: rgba(0, 180, 216, 0.32);
    --overlay-light-blue-70: rgba(144, 224, 239, 0.7);
    --overlay-light-blue-95: rgba(202, 240, 248, 0.95);
    --chat-modal-bg: #0a1f42;
    --chat-message-bg: #0a1f42;
    --social-button-bg: rgba(15, 40, 78, 0.6);
    --section-title-color: #e7f0fa;
    --button-surface-start: #0077b6;
    --button-surface-end: #ff9e00;
    --overlay-dark-20: rgba(2, 8, 20, 0.3);
    --daily-reward-overlay-1: rgba(3, 20, 45, 0.95);
    --daily-reward-overlay-2: rgba(1, 8, 22, 0.9);
    --daily-reward-secondary-hover: #023e8a;
    --daily-reward-action-hover-end: #ff6d00;
    --card-default: #0a1f42;
    --card-border: rgba(0, 180, 216, 0.24);
}
