.ml-shell{display:flex;min-height:100vh;background:var(--ml-color-bg);color:var(--ml-color-text)}.ml-marca-logo{display:inline-flex;align-items:center;gap:10px;font-weight:800}.ml-marca-logo small{color:var(--ml-color-primary);font-weight:800;letter-spacing:.12em;margin-left:2px}.ml-gm{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:var(--ml-color-surface-2);font-family:var(--ml-font-num);font-size:20px;font-weight:800;line-height:1}.ml-gm b{color:var(--ml-color-primary)}.ml-topo{display:none}.ml-nav{width:240px;flex-shrink:0;background:var(--ml-color-surface);padding:var(--ml-space-md) var(--ml-space-sm);box-sizing:border-box}.ml-marca{display:block;padding:0 var(--ml-space-sm) var(--ml-space-lg)}.ml-nav a{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;margin-bottom:2px;color:var(--ml-color-text);text-decoration:none;border-radius:var(--ml-radius-sm);font-weight:600}.ml-nav a:hover{background:var(--ml-color-surface-2)}.ml-nav a.active{background:var(--ml-color-primary);color:var(--ml-color-on-primary)}.ml-nav a.active .ml-icone,.ml-nav a.active .ml-desc{color:var(--ml-color-on-primary)}.ml-icone{width:18px;flex:none;text-align:center;color:var(--ml-color-primary)}.ml-desc{display:block;font-weight:400;font-size:.78em;color:var(--ml-color-muted);margin-top:2px;line-height:1.3}.ml-nav details{margin-top:var(--ml-space-lg)}.ml-nav summary{cursor:pointer;padding:8px 12px;color:var(--ml-color-muted);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.ml-conteudo{flex:1;min-width:0;padding:var(--ml-space-lg) var(--ml-space-xl);max-width:1200px}.ml-blocos{display:flex;flex-direction:column;gap:var(--ml-space-lg)}.ml-bloco-titulo{font-size:.8rem;font-family:Manrope,sans-serif;letter-spacing:.16em;color:var(--ml-color-muted);margin:0 0 var(--ml-space-sm)}.ml-grade{display:grid;gap:var(--ml-space-md);grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ml-cartao{background:var(--ml-color-surface);border-radius:var(--ml-radius-md);padding:18px var(--ml-space-md);min-width:0;overflow-wrap:anywhere}.ml-rotulo{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--ml-color-muted)}.ml-numero{font-family:var(--ml-font-num);font-weight:800;font-size:2.6rem;line-height:1.05;margin:6px 0 4px;text-shadow:var(--ml-brilho)}.ml-tendencia{font-size:.85rem;font-weight:700;color:var(--ml-color-muted)}.ml-tendencia[data-tom=bom]{color:var(--ml-color-success)}.ml-tendencia[data-tom=ruim]{color:var(--ml-color-danger)}.ml-linha{display:block;width:100%;text-align:left;background:var(--ml-color-surface);color:var(--ml-color-text);border:none;border-radius:var(--ml-radius-md);padding:12px var(--ml-space-md);margin-bottom:var(--ml-space-sm);font:inherit;cursor:pointer;overflow-wrap:anywhere}.ml-linha:hover:not(:disabled){background:var(--ml-color-surface-2)}.ml-linha:disabled{cursor:default;opacity:.7}.ml-fraco{color:var(--ml-color-muted);font-size:.9em}@media(max-width:767px){.ml-shell{flex-direction:column}.ml-topo{display:flex;justify-content:space-between;align-items:center;padding:10px var(--ml-space-md);background:var(--ml-color-surface);position:sticky;top:0;z-index:10}.ml-topo button{background:var(--ml-color-surface-2);border:none;color:var(--ml-color-text);border-radius:var(--ml-radius-sm);font-size:20px;padding:6px 14px}.ml-nav{width:auto;display:none}.ml-nav[data-aberto=true]{display:block}.ml-marca{display:none}.ml-conteudo{padding:var(--ml-space-md)}.ml-numero{font-size:2rem}.ml-grade{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.ml-cartao{padding:14px 12px}.ml-tendencia{font-size:.78rem}h1{font-size:1.8rem}}:root{--ml-color-bg: #14100e;--ml-color-surface: #1f1916;--ml-color-surface-2: #28201c;--ml-color-text: #fff4ea;--ml-color-muted: #b3a499;--ml-color-primary: #ff6b2c;--ml-color-on-primary: #14100e;--ml-color-danger: #ff3b6b;--ml-color-success: #3dd6c6;--ml-color-warning: #ffd23f;--ml-color-border: #33291f;--ml-space-xs: 4px;--ml-space-sm: 8px;--ml-space-md: 16px;--ml-space-lg: 24px;--ml-space-xl: 40px;--ml-radius-sm: 6px;--ml-radius-md: 12px;--ml-radius-lg: 16px;--ml-font-sans: 400 15px/1.45 "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--ml-font-num: "Big Shoulders Display", "Arial Narrow", Impact, sans-serif;--ml-shadow-md: 0 4px 16px rgba(0, 0, 0, .3);--ml-brilho: 0 0 34px rgba(255, 107, 44, .45)}html,body{margin:0;background:var(--ml-color-bg);color:var(--ml-color-text);font:var(--ml-font-sans)}h1,h2{font-family:var(--ml-font-num);font-weight:800;letter-spacing:.02em;text-transform:uppercase}h1{font-size:2.2rem;margin:0 0 var(--ml-space-md)}input,select,textarea,button{font-family:Manrope,system-ui,sans-serif}
