:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1b1b1b;background:#f6f4f5;--mj-red: #c4002a;--mj-red-dark: #99001f;--mj-red-soft: #fff1f4;--mj-text: #181818;--mj-muted: #7a7a7a;--mj-border: #ece7e8;--mj-surface: #ffffff}*{box-sizing:border-box}body{margin:0;background:#f6f4f5;color:var(--mj-text)}button,input,select{font:inherit}button:disabled{opacity:.55;cursor:not-allowed}.app-shell{min-height:100vh;display:grid;grid-template-columns:320px 1fr;background:radial-gradient(circle at top left,rgba(196,0,42,.18),transparent 28%),linear-gradient(180deg,var(--mj-red) 0 180px,#f6f4f5 180px 100%)}.sidebar{padding:24px;display:flex;flex-direction:column;gap:16px}.brand-card,.filters-card,.stat-card,.list-panel,.detail-panel,.info-card,.timeline-card,.error-box{background:var(--mj-surface);border-radius:22px;box-shadow:0 10px 28px #1111110d;border:1px solid rgba(196,0,42,.04)}.brand-card{padding:18px;display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#fff,#fff7f8)}.brand-logo{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,var(--mj-red) 0%,var(--mj-red-dark) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.04em;box-shadow:0 10px 20px #c4002a38}.brand-kicker,.panel-kicker{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:11px;color:#9b8f92}.brand-card h1,.panel-header h2{margin:4px 0 0;font-size:22px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat-card{padding:16px;display:flex;flex-direction:column;gap:8px}.stat-card span,.info-card span,.filters-card label span,.timeline-card span{font-size:12px;color:#8b8184}.stat-card strong,.info-card strong{font-size:22px}.danger-text{color:var(--mj-red)}.filters-card{padding:18px;display:flex;flex-direction:column;gap:14px}.section-title-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.section-title-row h2,.section-title-row h3{margin:0;font-size:16px}.ghost-btn,.primary-btn{border-radius:999px;border:none;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.ghost-btn{padding:10px 14px;background:var(--mj-red-soft);color:var(--mj-red);font-weight:700}.ghost-btn:hover{transform:translateY(-1px)}.primary-btn{background:linear-gradient(135deg,var(--mj-red) 0%,var(--mj-red-dark) 100%);color:#fff;padding:12px 18px;font-weight:700;box-shadow:0 10px 18px #c4002a2e}.primary-btn:hover{transform:translateY(-1px)}.filters-card input,.filters-card select{margin-top:6px;width:100%;border:1px solid var(--mj-border);border-radius:14px;padding:12px 14px;background:#fbfafb}.filters-card input:focus,.filters-card select:focus{outline:none;border-color:#c4002a59;box-shadow:0 0 0 3px #c4002a14}.content-grid{padding:24px 24px 24px 0;display:grid;grid-template-columns:420px 1fr;gap:18px}.list-panel,.detail-panel{padding:18px;display:flex;flex-direction:column;min-height:calc(100vh - 48px)}.panel-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.cobranca-list{display:flex;flex-direction:column;gap:10px;overflow:auto}.cobranca-row{border:1px solid #f0ecec;background:#fff;border-radius:18px;padding:14px 16px;display:flex;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;transition:all .16s ease}.cobranca-row:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0000000a}.cobranca-row.selected{border-color:#c4002a5c;background:#fff8f9;box-shadow:0 0 0 3px #c4002a0d}.row-title{margin:0 0 4px;font-weight:700}.row-sub{margin:0;font-size:12px;color:var(--mj-muted)}.row-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.status-pill{border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;letter-spacing:.01em}.status-criada{background:#f0f0f0;color:#666}.status-aguardando_pagamento{background:#fff3d6;color:#8c6500}.status-pago_bb{background:#e5f4ea;color:#007a40}.status-baixando_vjo{background:#e7f0ff;color:#2957c8}.status-aguardando_retry_baixa_vjo{background:#fff0f2;color:var(--mj-red)}.status-baixado_vjo{background:#e0f5ea;color:#007a40}.status-erro_baixa_vjo{background:#ffe5ea;color:var(--mj-red)}.detail-header{margin-bottom:18px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.info-card{padding:14px;display:flex;flex-direction:column;gap:6px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px!important;line-height:1.5}.error-box{padding:16px;margin-bottom:16px;background:#fff7f8;border:1px solid #ffd9e1}.error-title{margin:0 0 6px;font-weight:800;color:var(--mj-red)}.error-box p{margin:0}.timeline-card{padding:16px;flex:1}.timeline-list{display:flex;flex-direction:column;gap:14px;margin-top:14px}.timeline-item{display:flex;gap:12px;align-items:flex-start}.timeline-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--mj-red) 0%,var(--mj-red-dark) 100%);margin-top:6px;box-shadow:0 0 0 4px #c4002a14}.timeline-item p{margin:0 0 4px;font-weight:700}.empty-state{display:flex;flex:1;align-items:center;justify-content:center;color:var(--mj-muted)}@media(max-width:1100px){.app-shell{grid-template-columns:1fr;background:#f6f4f5}.sidebar{padding:16px}.content-grid{padding:0 16px 16px;grid-template-columns:1fr}.list-panel,.detail-panel{min-height:auto}}
