/*
Theme Name: MAI Network Console Theme
Author: OpenAI
Description: Fullscreen production-ready theme for MAI Network Console.
Version: 1.1.1
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: mai-network-console-theme
*/
html,body{height:100%}
body{margin:0;background:#020617;color:#e5e7eb;font-family:Inter,Arial,sans-serif;overflow:hidden}
a{color:#93c5fd}
.site-shell{height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:16px;box-sizing:border-box;max-width:none}
.site-header{display:flex;justify-content:space-between;align-items:center;padding:0 0 14px;margin-bottom:0;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:0;overflow:hidden;padding-top:16px}
.site-content>.mai-network-shell,.site-content>.mai-network-shell>.mai-console-v311{height:100%}
.site-footer{padding:14px 0 0;opacity:.6;border-top:1px solid #1e293b;margin-top:16px}
@media (max-width: 900px){body{overflow:auto}.site-shell{height:auto;min-height:100vh}.site-content{overflow:visible}}
