/* CrypTocker dual-theme system */
:root{
  --ct-bg:#f7f7f2;
  --ct-surface:#ffffff;
  --ct-surface-soft:#f0f2f4;
  --ct-text:#101418;
  --ct-muted:#667085;
  --ct-border:#d0d5dd;
  --ct-primary:#1e4db7;
  --ct-primary-hover:#173c91;
  --ct-accent:#d92d20;
  --ct-positive:#138a5b;
  --ct-topline:#101418;
  --ct-topline-text:#f8fafc;
  --ct-shadow:0 16px 42px rgba(16,20,24,.08);
  color-scheme:light;
}
html[data-theme="dark"]{
  --ct-bg:#0b0f14;
  --ct-surface:#121821;
  --ct-surface-soft:#18212c;
  --ct-text:#f5f7fa;
  --ct-muted:#98a2b3;
  --ct-border:#2b3747;
  --ct-primary:#6f9bff;
  --ct-primary-hover:#8eb0ff;
  --ct-accent:#ff665c;
  --ct-positive:#4fd19a;
  --ct-topline:#070a0e;
  --ct-topline-text:#f5f7fa;
  --ct-shadow:0 18px 48px rgba(0,0,0,.28);
  color-scheme:dark;
}
html,body{background:var(--ct-bg);color:var(--ct-text)}
body{--ink:var(--ct-text);--paper:var(--ct-surface);--muted:var(--ct-muted);--line:var(--ct-border);--red:var(--ct-accent);--blue:var(--ct-primary);--green:var(--ct-positive)}
a:hover{color:var(--ct-primary)}
.topline{background:var(--ct-topline);color:var(--ct-topline-text)}
.masthead,.nav-wrap,.more-panel,.search-dialog{background:var(--ct-surface);color:var(--ct-text)}
.nav-wrap{border-color:var(--ct-text)}
.wp-primary .sub-menu{background:var(--ct-surface);border-color:var(--ct-border);box-shadow:var(--ct-shadow)}
.button{background:var(--ct-text);color:var(--ct-bg)}
.button:hover{background:var(--ct-primary);color:#fff}
.outline{background:var(--ct-surface);color:var(--ct-text);border-color:var(--ct-border)}
.market-panel,.newsletter,.insights,.author-box,.empty,.prototype-note,.image-free{background:var(--ct-surface-soft);color:var(--ct-text)}
.feature{background:var(--ct-surface-soft)}
.deck,.newsletter p,.data-note,.meta,.credit,.breadcrumb,.assetname,.status{color:var(--ct-muted)}
.article-body a{color:var(--ct-primary)}
.article-body blockquote{border-color:var(--ct-accent)}
.chart-panel,.embed,.share button,.share a,.tag-list a,.pagination a,.pagination span,.page-numbers,.contact-form input,.contact-form select,.contact-form textarea,.search-form input,.search-dialog input,.form-row input{background:var(--ct-surface);color:var(--ct-text);border-color:var(--ct-border)}
th{background:var(--ct-surface-soft)}
mark{background:color-mix(in srgb,var(--ct-accent) 18%,transparent);color:var(--ct-text)}
.footer{background:#090d12;color:#f7f9fc}
.footer a{color:#aeb7c3}
.footer-logo-image{background:transparent}
.analysis{background:#0c1118;color:#fff}
.analysis .section-heading,.analysis-side .story{border-color:#394657}
.analysis .deck,.analysis .meta{color:#aeb7c3}
.breaking b,.eyebrow,.nav a.active,.compact{color:var(--ct-accent)}
.up{color:var(--ct-positive)}.down{color:var(--ct-accent)}
.search-dialog{box-shadow:var(--ct-shadow)}
dialog::backdrop{background:rgba(5,8,12,.72)}
.skip-link{background:var(--ct-surface);color:var(--ct-text)}
.ct-brand{display:inline-flex;align-items:center;color:var(--ct-text)!important}
.ct-brand-image img{display:block;width:180px;max-width:100%;height:auto;object-fit:contain}
.masthead{padding-top:12px;padding-bottom:12px}
html[data-theme="dark"] .ct-brand-image img{filter:brightness(1.12) contrast(1.03)}
@media(max-width:800px){
  .ct-brand-image img{width:155px}
  .masthead{padding-top:10px;padding-bottom:10px}
}
@media(max-width:540px){
  .ct-brand-image img{width:135px}
  .masthead{padding-top:9px;padding-bottom:9px}
}
.theme-toggle{width:42px;height:42px;border:1px solid var(--ct-border);border-radius:999px;display:grid;place-items:center;background:var(--ct-surface);color:var(--ct-text);transition:background .18s ease,border-color .18s ease,transform .18s ease}
.theme-toggle:hover{background:var(--ct-surface-soft);border-color:var(--ct-primary);transform:translateY(-1px)}
.theme-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.theme-icon{display:grid;place-items:center}
.theme-icon-moon{display:none}
html[data-theme="dark"] .theme-icon-sun{display:none}
html[data-theme="dark"] .theme-icon-moon{display:grid}
html[data-theme="dark"] .story a:hover img{filter:brightness(.88)}
html[data-theme="dark"] .analysis{background:#090d12}
html[data-theme="dark"] .footer{background:#06090d}
html[data-theme="dark"] img:not(.avatar){filter:saturate(.93) brightness(.94)}
html[data-theme="dark"] .article-figure img,
html[data-theme="dark"] .story img{transition:filter .18s ease}
html[data-theme="dark"] .article-body img{filter:saturate(.9) brightness(.92)}
@media(max-width:800px){
  .theme-toggle{width:38px;height:38px}
  .ct-brand-word{font-size:34px}
  .ct-brand-mark,.ct-brand-mark svg{width:36px;height:36px}
}
@media(max-width:540px){
  .telegram-link{display:none}
  .theme-toggle{width:36px;height:36px}
  .ct-brand-word{font-size:29px}
  .ct-brand-mark,.ct-brand-mark svg{width:32px;height:32px}
  .descriptor{margin-left:43px}
}
/* Keep brand colours intact and the control easy to identify. */
.masthead .ct-brand-image img{width:140px;filter:none!important}
.footer .ct-brand-image img{width:130px;filter:none!important}
.theme-toggle{display:inline-flex;width:auto;min-width:78px;min-height:44px;height:44px;padding:0 12px;gap:7px;flex-shrink:0;border-radius:22px;font-size:12px;font-weight:600}
.theme-icon-sun{display:none}.theme-icon-moon{display:grid}
html[data-theme="dark"] .theme-icon-sun{display:grid}
html[data-theme="dark"] .theme-icon-moon{display:none}
.pagination .current,.page-numbers.current,.wp-block-button__link{background:var(--ct-primary);color:var(--ct-bg)!important}
.subscribe-row input{background:var(--ct-surface);color:var(--ct-text);border-color:var(--ct-border)}
.sample-label{color:var(--ct-muted)}
html[data-theme="dark"] .article-body img,html[data-theme="dark"] img:not(.avatar){filter:none}
html[data-theme="dark"] .analysis .eyebrow{color:#ff847b}
@media(max-width:540px){
.masthead .ct-brand-image img,.footer .ct-brand-image img{width:115px}
.theme-toggle{width:auto;min-width:70px;height:44px;min-height:44px;padding:0 9px;font-size:11px}
.masthead .utilities{gap:6px}.masthead{gap:8px}
}
@media print{html[data-theme="dark"] body{background:#fff;color:#101418;--ink:#101418;--muted:#505761;--line:#ccc;--ct-text:#101418;--ct-muted:#505761;--ct-surface:#fff;--ct-surface-soft:#f3f4f6;--ct-primary:#175cd3}.theme-toggle{display:none}}
@media(prefers-reduced-motion:reduce){.theme-toggle{transition:none}}
