/* ME-BUILD: 20260628-1430 | by: Klemens | scope: polish.network pn-dark theme — CSS variables for network-base.css */
/*
 * pn-dark — Polish Network Dark Theme
 * Variables layer for network-base.css. No layout styles here.
 * (c) 1995-2026 Media Express LLC, Chicago IL
 */

:root {
  /* Layout */
  --pn-bar-h: 37px;
  --nav-h: 54px;

  /* Accent — PN Green */
  --accent:        #22c55e;
  --accent-dim:    rgba(34,197,94,.12);
  --accent-border: rgba(34,197,94,.30);
  --accent-glow:   rgba(34,197,94,.45);
  --accent-hover:  #16a34a;

  /* Gold — PN uses gold for CTA + logo accents */
  --gold:        #eab308;
  --gold-dim:    rgba(234,179,8,.12);
  --gold-border: rgba(234,179,8,.25);

  /* Backgrounds — navy dark */
  --bg:      #0f172a;
  --surface: #1e293b;
  --card:    #162030;
  --card2:   #1e293b;

  /* Text */
  --text:  #ffffff;
  --text2: #94a3b8;
  --muted: #8899aa;
  --dim:   #6b7d93;

  /* Borders */
  --border:       #334155;
  --border-solid: #334155;

  /* Spacing / Radius */
  --r:    6px;
  --r-sm: 4px;
  --r-lg: 12px;

  /* Status */
  --green: #22c55e;
  --blue:  #7dd3fc;
  --red:   #f05050;

  /* Nav — PN gold line, green active */
  --nav-line:           rgba(234,179,8,.75);
  --nav-line-dim:       rgba(234,179,8,.3);
  --nav-scrolled-bg:    rgba(15,23,42,.85);
  --nav-logo-mark:      #22c55e;
  --nav-logo-mark-glow: rgba(34,197,94,.45);
  --nav-active:         #22c55e;
  --nav-active-hover:   #4ade80;
  --nav-cta-bg:         #d97706;
  --nav-cta-hover:      #b45309;
  --nav-cta-glow:       rgba(217,119,6,.5);
}
