/*
Theme Name: Clear Infosec Dark
Theme URI: https://clearinfosec.com
Description: Dark cyber child theme for Clear Infosec Insights, matching the clearinfosec.com design system (deep navy + neon-green accent). Child of Twenty Twenty-Five.
Author: Clear Infosec
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.7
Text Domain: ci-dark
*/

/* Most theming is driven by theme.json (colors, fonts, element styles).
   This file adds a few dark-cyber polish touches on top. */

::selection { background: #2EE06A; color: #04150A; }

a { text-underline-offset: 3px; }
a:hover { text-decoration-color: #2EE06A; }

:where(pre, code, kbd, samp) {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
}
:where(code):not(pre code) {
  background: #0E1634;
  border: 1px solid #1B2650;
  border-radius: 0.35rem;
  padding: 0.1em 0.4em;
  font-size: 0.9em;
}
:where(pre) {
  background: #090F26;
  border: 1px solid #1B2650;
  border-radius: 0.6rem;
  padding: 1rem 1.15rem;
  overflow: auto;
}

:where(blockquote) {
  border-left: 3px solid #2EE06A;
  padding-left: 1.1rem;
  color: #C7D0E4;
}

/* Subtle glow on primary buttons to echo the main site */
.wp-block-button__link {
  box-shadow: 0 0 0 1px rgba(46, 224, 106, 0.25), 0 8px 30px -12px rgba(46, 224, 106, 0.5);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.wp-block-button__link:hover { transform: translateY(-1px); }

/* Hairline separators / borders in navy */
:where(hr, .wp-block-separator) { border-color: #1B2650; color: #1B2650; }

/* Featured images and cards get a soft navy border */
.wp-block-post-featured-image img,
.wp-block-image img { border-radius: 0.75rem; }

/* Keep focus states visible on dark */
:where(a, button, input, .wp-block-button__link):focus-visible {
  outline: 2px solid #2EE06A;
  outline-offset: 3px;
}
