/* CCH Core Theme Tech v1.0 */
:root{--cch-bg:#06121d;--cch-panel:rgba(9,30,48,.78);--cch-panel2:rgba(25,78,112,.72);--cch-line:rgba(125,211,252,.30);--cch-text:#f8fbff;--cch-muted:rgba(226,242,255,.75);--cch-accent:#22d3ee;--cch-accent2:#0e7490;--cch-danger:#fb7185;--cch-ok:#34d399}
*{box-sizing:border-box}html{background:var(--cch-bg)}body.cch-theme-tech{margin:0;min-height:100vh;background:radial-gradient(circle at 12% 0%,rgba(34,211,238,.14),transparent 32rem),linear-gradient(180deg,#06121d 0%,#082033 48%,#06111c 100%);color:var(--cch-text);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}.screen-only{}@media print{.screen-only{display:none!important}}
