/* Mind Canvas Portal basic theme - replace with your brand styles */
.mc-portal-shell{display:flex;gap:20px;font-family:Inter,Arial,Helvetica,sans-serif;color:#111}
.mc-portal-sidebar{width:220px;background:#0f1724;color:#cbd5e1;padding:18px;border-radius:10px}
.mc-portal-sidebar h2{margin-top:0;color:#fff}
.mc-portal-sidebar ul{list-style:none;padding:0;margin:10px 0}
.mc-portal-sidebar a{color:#cbd5e1;text-decoration:none;display:block;padding:8px 6px;border-radius:6px}
.mc-portal-sidebar a:hover{background:rgba(255,255,255,0.03)}
.mc-portal-main{flex:1;background:linear-gradient(180deg,#ffffff,#f8fafc);padding:22px;border-radius:10px;box-shadow:0 10px 30px rgba(12,12,12,0.06)}
.mc-portal-header h1{margin:0 0 14px 0;color:#0b1220}
.mc-loading{color:#6b7280;font-size:16px}
.mc-tiles{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:18px}
.mc-tile{flex:1 1 160px;min-width:140px;background:#fff;padding:18px;border-radius:12px;box-shadow:0 6px 16px rgba(12,12,12,0.06);cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}
.mc-tile:hover{transform:translateY(-6px);box-shadow:0 14px 32px rgba(12,12,12,0.09)}
.mc-tile-title{font-weight:700;color:#0b1220;margin-bottom:6px}
.mc-tile-count{font-size:22px;color:#10b981;font-weight:700}
.mc-overview-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
@media(max-width:800px){.mc-portal-shell{flex-direction:column}.mc-portal-sidebar{width:100%}.mc-overview-grid{grid-template-columns:1fr}}
