/* ============================================================================
   COLDPEEK — brand touch-ups (v4)
   ----------------------------------------------------------------------------
   The original site design (left sidebar, glass cards, hero image, poster
   mode cards) lives in each page's own styles and is fully in effect.
   This file only applies a few small adjustments:

     1. The accent cyan is aligned with the new logo (#35c6ec).
     2. Text selection uses the brand color.
     3. The sidebar logo mark gets a subtle glow to sit nicely on dark.

   Delete any rule below to drop that adjustment — nothing else depends on it.
   ========================================================================== */

:root {
    /* nudge the accent to the exact cyan of the logo (was #22d3ee) */
    --cyan-400: #35c6ec;
}

::selection { background: #35c6ec; color: #06121e; }

.sidebar-custom img[src*="coldpeek_logo"] {
    filter: drop-shadow(0 0 10px rgba(53, 198, 236, 0.35));
}

/* skinchanger reads light blue everywhere it is linked — the sidebar entry is
   styled in assets/js/layout.js, this covers the header dropdown. */
#dropdown-skinchanger { color: #7dd3fc !important; }
#dropdown-skinchanger:hover,
#dropdown-skinchanger:focus { color: #bae6fd !important; }
