/* === Brand palette overrides ======================================= */
:root{
  /* Accent colour & gradient */
  --solid:  #ff0066;                                     /* solid accent   */
  --linear: linear-gradient(270deg,#ff4d94 0%,#ff0066);  /* gradient hover */

  /* Dark backgrounds */
  --color1: #0e0e15;  /* body background                */
  --color2: #181822;  /* cards / sidebars / inputs      */
}

/* === Patch hard-coded colours that aren’t variable-based =========== */
/* Main dark blocks */
body,
html,
.g-content,
.login-body              { background: var(--color1) !important; }

/* Secondary blocks (cards, sidebars, dropdowns, inputs, category boxes) */
.left-sidebar,
.sidebar-right,
.game-item,
.btn-circle,
.category-description,
.sm-widget,
.leaderboard-row,
.post-list-card,
.dropdown-menu,
.user-dropdown,
input.search,
textarea.form-control,
input.form-control        { background: var(--color2) !important; }
.ad-slot           {width:100%;text-align:center;margin:32px 0;}
.ad-slot.feed-slot {min-height:200px;}   /* collapses after render */
/* Buttons & play icons */
.btn,
.btn-capsule,
.list-b-play              { 
  background: var(--solid) !important; 
  background-image: var(--linear) !important;
  border-color: var(--solid) !important;
}

/* Section title icon ring */
.section-title .g-icon    { background: var(--solid) !important; }
