/*
Theme Name: CrmShow
Theme URI: https://example.com/crmshow
Author: CrmShow
Author URI: https://example.com
Description: CrmShow is a demo market-research WordPress theme for a fictional research-led CFD platform ("Northline Research Markets"). It ships editorial market briefs, an illustrative economic calendar, research streams, demo account tiers, and local-only demo forms. Styling uses the Tailwind CSS CDN so visuals match the original static demo 1:1. Demo website concept — no real accounts are opened and no trades are executed.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crmshow
Tags: custom-logo, custom-menu, one-column, two-columns
*/

/* Custom CSS ported from the source head.php <style> block. */

html { background: #ffffff; color-scheme: light; }
body {
  margin: 0;
  color: #0F172A;
  background:
    linear-gradient(90deg, rgba(15,23,42,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15,23,42,.035) 1px, transparent 1px),
    #ffffff;
  background-size: 48px 48px;
}
.font-display { font-family: Georgia, "Times New Roman", serif; }
.font-body { font-family: "Avenir Next", "Segoe UI", sans-serif; }
.font-mono { font-family: "SFMono-Regular", "JetBrains Mono", monospace; }
.ink-section { background: #111827; color: #F8FAFC; }
.ticker-track { animation: nlTicker 34s linear infinite; }
@keyframes nlTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.fade-in { animation: nlFade .28s cubic-bezier(.16,1,.3,1) both; animation-delay: calc(var(--i, 0) * 30ms); }
@keyframes nlFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
[aria-invalid="true"] { border-color: #EF4444 !important; box-shadow: 0 0 0 3px rgba(239,68,68,.14); }
summary::-webkit-details-marker { display: none; }
