/*
Theme Name: MAI Node Console Theme
Author: OpenAI
Description: Minimal full-width theme for MAI Node v1.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: mai-node-console-theme
*/
body{margin:0;background:#020617;color:#e5e7eb;font-family:Inter,Arial,sans-serif}
a{color:#93c5fd}
.site-shell{max-width:1600px;margin:0 auto;padding:24px}
.site-header{display:flex;justify-content:space-between;align-items:center;padding:18px 0;margin-bottom:16px;border-bottom:1px solid #1e293b}
.site-title{font-size:28px;font-weight:700;color:#fff;text-decoration:none}
.site-subtitle{opacity:.7;font-size:13px}
.site-content{min-height:70vh}