/*
Theme Name: Human Code of Hiring Theme
Theme URI: https://humancodeofhiring.com/
Author: Human Code of Hiring Engineering
Author URI: https://humancodeofhiring.com/
Description: High-performance tactical recruitment defense and autonomous NORAD kinetic radar theme for Human Code of Hiring (Stop Bots Before They Apply). Built for enterprise trucking carriers with real-time telemetry, Leaflet fleet mapping, sub-500ms voice screening airlock, and zero-bias compliance.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
Text Domain: humancode
*/

:root {
  --bg: #05070a;
  --cockpit-bg: linear-gradient(180deg, #10141a 0%, #06080b 100%);
  --card-inner: #131822;
  --border: #475569;
  --border-accent: #94a3b8;
  --border-chrome: #cbd5e1;
  --border-glow: rgba(255, 255, 255, 0.25);
  --text: #ffffff;
  --muted: #94a3b8;
  --gold: #f59e0b;
  --gold-glow: rgba(245, 158, 11, 0.35);
  --cyan: #e2e8f0;
  --cyan-glow: rgba(226, 232, 240, 0.4);
  --green: #22c55e;
  --green-glow: rgba(34, 197, 94, 0.4);
  --red: #f43f5e;
  --red-glow: rgba(244, 63, 94, 0.4);
  --radar-blue: #cbd5e1;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background-color: #07090c;
  color: var(--text);
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 1.25rem;
  min-height: 100vh;
  overflow-x: hidden;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(203, 213, 225, 0.08) 0%, transparent 65%),
    linear-gradient(27deg, #11151c 5px, transparent 5px),
    linear-gradient(207deg, #11151c 5px, transparent 5px),
    linear-gradient(117deg, #090c10 5px, transparent 5px),
    linear-gradient(297deg, #090c10 5px, transparent 5px),
    linear-gradient(45deg, #161b24 25%, transparent 25%, transparent 75%, #161b24 75%, #161b24),
    linear-gradient(45deg, #161b24 25%, #0d1016 25%, #0d1016 75%, #161b24 75%, #161b24);
  background-size: 100% 100%, 12px 20px, 12px 20px, 12px 20px, 12px 20px, 12px 12px, 12px 12px;
  background-position: 0 0, 0 0, 6px 10px, 6px 10px, 0 0, 0 0, 6px 6px;
}
