/*
Theme Name: MAI Finance OS Theme
Author: MAI
Description: Production dashboard theme for MAI Finance OS.
Version: 1.5.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPLv2 or later
Text Domain: mai-finance-theme
*/
:root{--mai-bg:#070a12;--mai-panel:#101827;--mai-line:#263852;--mai-text:#edf4ff;--mai-muted:#9badc9;--mai-blue:#67a7ff;--mai-purple:#9d7cff}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 12% 0%,rgba(103,167,255,.20),transparent 28%),radial-gradient(circle at 85% 15%,rgba(157,124,255,.14),transparent 30%),linear-gradient(180deg,#070a12,#0a0f1c);color:var(--mai-text);font-family:Inter,Arial,sans-serif}a{color:var(--mai-blue)}.mai-site-header{position:sticky;top:0;z-index:50;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--mai-line);background:rgba(7,10,18,.88);backdrop-filter:blur(12px)}.mai-brand{display:flex;align-items:center;gap:12px;min-width:0;color:var(--mai-text);text-decoration:none}.mai-logo-frame{width:46px;height:46px;min-width:46px;border-radius:16px;background:linear-gradient(135deg,var(--mai-blue),var(--mai-purple));display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:950;color:#fff;box-shadow:0 0 28px rgba(103,167,255,.20)}.mai-logo-frame img,.mai-logo-frame .custom-logo{width:100%;height:100%;object-fit:cover;display:block}.mai-brand-text{min-width:0;display:flex;flex-direction:column;gap:3px}.mai-title{font-weight:950;font-size:19px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mai-tagline{font-size:12px;line-height:1.25;color:var(--mai-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mai-header-right{color:var(--mai-muted);font-size:12px;white-space:nowrap}.mai-page{padding:18px}.mai-content{max-width:1480px;margin:0 auto}.mai-footer{padding:20px;text-align:center;color:var(--mai-muted);font-size:12px;border-top:1px solid var(--mai-line)}@media(max-width:760px){.mai-header-right{display:none}.mai-title{font-size:16px}.mai-tagline{max-width:240px}}
