body{background:#f4f8ff}
.hero{background:linear-gradient(135deg,#0f172a,#1d4ed8);position:relative}
.hero:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(56,189,248,.35),transparent 40%)}
.hero .container{position:relative;z-index:2}
.stat{border-left:4px solid #2563eb}
.chat-box{height:320px;overflow:auto;background:#fff;border:1px solid #dbeafe;border-radius:8px;padding:10px}

/* WordPress-like admin shell */
.wp-shell{display:grid;grid-template-columns:260px 1fr;gap:0;background:#fff;border:1px solid #dce3ef;border-radius:14px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.08)}
.wp-sidebar{background:linear-gradient(180deg,#1f2937,#111827);color:#fff;min-height:100%}
.wp-main{background:#f8fafc}
.wp-main .card{border:1px solid #e2e8f0;border-radius:12px}
@media (max-width: 960px){.wp-shell{grid-template-columns:1fr}.wp-sidebar{border-bottom:1px solid rgba(255,255,255,.2)}}

.alert-banner{background:#fee2e2;color:#991b1b;padding:10px 16px;font-weight:700;border-bottom:1px solid #fecaca}
.ticker-wrap{overflow:hidden;white-space:nowrap;background:#0f172a;color:#e2e8f0;padding:8px 0}.ticker{display:inline-block;padding-left:100%;animation:ticker 28s linear infinite}@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}
.ai-chat-widget{position:fixed;right:16px;bottom:16px;z-index:1200}.ai-chat-widget #aiChatPanel{width:320px;max-width:90vw;margin-top:8px}
