/*
Theme Name: Cyberpocalypse
Theme URI: https://example.com/cyberpocalypse
Author: You
Author URI: https://example.com
Description: Minimal classic theme used as a chrome wrapper (header, footer, menu) for Shadow Core rendered pages.
Version: 1.0.0
License: GPL-2.0-or-later
Text Domain: cyberpocalypse
*/
:root{--cp-max:980px;}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,'Noto Sans','Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';}
.container{max-width:var(--cp-max);margin:0 auto;padding:24px;}
.site-header{border-bottom:1px solid #eee;}
.site-branding a{font-weight:700;font-size:24px;text-decoration:none;color:#111;}
nav.primary{margin-top:12px;}
nav.primary ul{list-style:none;margin:0;padding:0;display:flex;gap:16px;flex-wrap:wrap;}
nav.primary a{text-decoration:none;color:#111;}
.site-footer{border-top:1px solid #eee;margin-top:24px;color:#444;font-size:14px;}
