:root{--navy: #1f3864;--navy-700: #182c4e;--blue: #2e5496;--accent: #2bb6a3;--red: #d72638;--bg: #f4f6fb;--surface: #ffffff;--border: #e3e8f2;--text: #1a2233;--muted: #6b7689;--shadow: 0 1px 3px rgba(20, 35, 70, .06), 0 8px 24px rgba(20, 35, 70, .06);--radius: 14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:inline-flex}.brand-text{font-size:15px;color:var(--text);letter-spacing:-.2px}.brand-text strong{color:var(--blue)}.btn-primary{background:var(--navy);color:#fff;border:0;border-radius:10px;padding:11px 18px;font-weight:600;font-size:14px;transition:background .15s,transform .05s}.btn-primary:hover{background:var(--navy-700)}.btn-primary:active{transform:translateY(1px)}.btn-primary:disabled{opacity:.6;cursor:default}.btn-ghost{background:transparent;border:1px solid var(--border);border-radius:10px;padding:9px 14px;color:var(--muted);font-weight:600;font-size:13px}.btn-ghost:hover{background:#f0f3f9;color:var(--text)}.btn-ghost.center{margin:0 auto;display:block}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field>span{font-size:12.5px;font-weight:600;color:var(--muted)}.field input,.field select{border:1px solid var(--border);border-radius:10px;padding:11px 13px;font-size:14px;background:#fff;color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2e54961f}.field.grow{flex:1}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px}.muted{color:var(--muted)}.alert{border-radius:10px;padding:10px 12px;font-size:13px;margin-bottom:12px}.alert.error{background:#fdecee;color:#b51f2e;border:1px solid #f7c9cf}.alert.ok{background:#e8f7f3;color:#157f6c;border:1px solid #bfe9df}.alert.full{flex-basis:100%}.splash{height:100%;display:grid;place-items:center}.spinner{width:34px;height:34px;border:3px solid var(--border);border-top-color:var(--navy);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth{min-height:100%;display:grid;grid-template-columns:1.1fr 1fr}.auth-aside{background:linear-gradient(155deg,#24406f,#18294a);color:#fff;padding:56px 60px;display:flex;flex-direction:column;gap:22px;justify-content:center}.auth-aside .brand-text{color:#fff}.auth-aside .brand-text strong{color:#9ec1ff}.auth-tagline{font-size:38px;line-height:1.1;margin:14px 0 0;font-weight:700;letter-spacing:-1px}.auth-tagline span{color:var(--accent)}.auth-sub{color:#c3d0e6;font-size:16px;max-width:420px;line-height:1.55;margin:0}.auth-points{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:10px}.auth-points li{position:relative;padding-left:26px;color:#dbe5f5;font-size:14.5px}.auth-points li:before{content:"✓";position:absolute;left:0;top:-1px;width:18px;height:18px;background:#2bb6a333;color:#6fe3d0;border-radius:50%;display:grid;place-items:center;font-size:11px}.auth-panel{display:grid;place-items:center;padding:40px}.auth-card{width:100%;max-width:380px}.auth-card h2{margin:0 0 4px;font-size:22px}.auth-card .muted{margin:0 0 20px;font-size:14px}.auth-switch{margin-top:16px;text-align:center;font-size:13.5px;color:var(--muted)}.auth-switch button{background:none;border:0;color:var(--blue);font-weight:600}.centered-page{min-height:100%;display:grid;place-items:center;padding:40px}.onboarding-card{width:100%;max-width:440px;display:flex;flex-direction:column;gap:14px}.onboarding-card h2{margin:6px 0 0;font-size:22px}.onboarding-card .muted{margin:0 0 6px}.app-shell{display:grid;grid-template-columns:248px 1fr;min-height:100%}.sidebar{background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:18px 14px;position:sticky;top:0;height:100vh}.sidebar-brand{padding:8px 8px 18px}.nav{display:flex;flex-direction:column;gap:2px;flex:1}.nav-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;color:var(--muted);font-weight:600;font-size:14px;transition:background .12s,color .12s}.nav-item:hover{background:#f1f4fa;color:var(--text)}.nav-item.active{background:#eaf0fb;color:var(--navy)}.nav-icon{width:18px;text-align:center;opacity:.8}.sidebar-footer{border-top:1px solid var(--border);padding-top:14px;display:flex;flex-direction:column;gap:10px}.user-card{display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-size:13px;font-weight:700}.user-meta{display:flex;flex-direction:column;min-width:0}.user-name{font-size:13.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.user-role{font-size:12px;color:var(--muted)}.content{padding:34px 40px;overflow:auto}.page{max-width:1080px;margin:0 auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.page-head h1{margin:0 0 4px;font-size:26px;letter-spacing:-.4px}.page-head .muted{margin:0}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat{display:flex;flex-direction:column;gap:6px;transition:transform .1s,box-shadow .15s}.stat:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1423461a}.stat-label{font-size:13px;color:var(--muted);font-weight:600}.stat-value{font-size:30px;font-weight:700;color:var(--navy);letter-spacing:-1px}.stat-hint{font-size:12px;color:var(--muted)}.welcome h3{margin:0 0 8px;font-size:17px}.roadmap{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.chip{font-size:12.5px;padding:6px 11px;border-radius:999px;background:#f0f3f9;color:var(--muted);font-weight:600}.chip.done{background:#e6f6f2;color:#157f6c}.form-row{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap;margin-bottom:18px}.form-row .field{margin-bottom:0}.table-card{padding:0;overflow:hidden}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:14px 18px;border-bottom:1px solid var(--border);background:#fafbfe}.table td{padding:14px 18px;border-bottom:1px solid var(--border)}.table tr:last-child td{border-bottom:0}.table tr:hover td{background:#fafbff}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.badge{font-size:12px;font-weight:600;padding:3px 9px;border-radius:999px}.badge.on{background:#e6f6f2;color:#157f6c}.badge.off{background:#f0f0f3;color:#8a8a96}.empty{padding:40px;text-align:center;color:var(--muted)}.empty.big{display:flex;flex-direction:column;align-items:center;gap:8px;padding:60px 40px}.empty-emoji{font-size:40px}@media (max-width: 900px){.auth{grid-template-columns:1fr}.auth-aside{display:none}.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;flex-wrap:wrap}.nav{flex-direction:row;flex-wrap:wrap}.stat-grid{grid-template-columns:repeat(2,1fr)}}.upload-bar{display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap;margin-bottom:18px}.upload-bar .field{margin-bottom:0;min-width:200px}.upload-action{margin-left:auto}.hidden-file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}label.btn-primary{display:inline-block}.btn-primary.disabled{opacity:.6;pointer-events:none}.tag{font-size:12px;font-weight:600;padding:3px 9px;border-radius:6px;background:#eef2fb;color:var(--blue);text-transform:capitalize}.row-actions{display:flex;gap:14px;justify-content:flex-end}.link-btn{background:none;border:0;color:var(--blue);font-weight:600;font-size:13px;padding:0}.link-btn:hover{text-decoration:underline}.link-btn.danger{color:var(--red)}.main-area{display:flex;flex-direction:column;height:100vh;min-width:0}.topbar{height:60px;flex-shrink:0;border-bottom:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.topbar-tenant{display:flex;align-items:center;gap:9px}.tenant-dot{width:9px;height:9px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #2bb6a32e}.tenant-name{font-weight:700;font-size:14.5px;color:var(--navy)}.topbar-right{position:relative}.profile-btn{display:flex;align-items:center;gap:9px;background:transparent;border:1px solid var(--border);border-radius:999px;padding:5px 12px 5px 5px}.profile-btn:hover{background:#f3f6fb}.avatar.sm{width:28px;height:28px;font-size:11px}.profile-name{font-size:13.5px;font-weight:600;color:var(--text)}.caret{font-size:10px;color:var(--muted)}.profile-menu{position:absolute;right:0;top:48px;width:240px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:8px;z-index:30}.profile-head{display:flex;gap:10px;align-items:center;padding:8px}.pm-name{font-size:13.5px;font-weight:600}.pm-role{font-size:12px;color:var(--muted)}.pm-divider{height:1px;background:var(--border);margin:6px 0}.pm-item{width:100%;text-align:left;background:none;border:0;padding:9px 10px;border-radius:8px;font-size:13.5px;font-weight:600;color:var(--text)}.pm-item:hover{background:#f3f6fb}.pm-item.danger{color:var(--red)}.content{flex:1;padding:32px 40px;overflow:auto}.toast-stack{position:fixed;right:22px;bottom:22px;display:flex;flex-direction:column;gap:10px;z-index:100}.toast{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-left-width:4px;border-radius:10px;padding:12px 16px;box-shadow:0 8px 28px #14234624;font-size:13.5px;font-weight:500;min-width:240px;max-width:360px;animation:toastIn .2s ease}.toast-icon{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;font-size:12px;color:#fff;flex-shrink:0}.toast.success{border-left-color:var(--accent)}.toast.success .toast-icon{background:var(--accent)}.toast.error{border-left-color:var(--red)}.toast.error .toast-icon{background:var(--red)}.toast.info{border-left-color:var(--blue)}.toast.info .toast-icon{background:var(--blue)}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.conn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.conn-card{display:flex;flex-direction:column;gap:8px}.conn-head{display:flex;align-items:center;justify-content:space-between}.conn-title{font-weight:700;font-size:15px}.conn-status{font-size:11.5px;font-weight:700;padding:3px 9px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.conn-status.on{background:#e6f6f2;color:#157f6c}.conn-status.wait{background:#fff4e0;color:#b5730a}.conn-desc{font-size:13px;color:var(--muted);line-height:1.5}.flow-cols{display:grid;grid-template-columns:1fr 1fr;gap:16px}.flow-steps{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:8px}.flow-steps li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px}.flow-num{width:22px;height:22px;border-radius:50%;background:#eef2fb;color:var(--blue);font-size:12px;font-weight:700;display:grid;place-items:center;flex-shrink:0}.ruc-box{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.ruc-result{margin-top:12px;padding:12px 14px;border-radius:10px;background:#f5f8fd;border:1px solid var(--border);font-size:13.5px}.ruc-result .rr-name{font-weight:700}.ruc-inline{display:flex;gap:8px}.ruc-inline input{flex:1}.ruc-inline .btn-ghost{white-space:nowrap}.mode-pill{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#fff4e0;color:#b5730a;padding:3px 9px;border-radius:999px;vertical-align:middle;margin-left:6px}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:18px}.tab{background:none;border:0;padding:10px 16px;font-size:14px;font-weight:600;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px}.tab:hover{color:var(--text)}.tab.active{color:var(--navy);border-bottom-color:var(--navy)}.tab-badge{background:var(--red);color:#fff;font-size:11px;font-weight:700;border-radius:999px;padding:1px 7px;margin-left:4px}.conn-status.blue{background:#eaf0fb;color:var(--blue)}.conn-status.off{background:#f0f0f3;color:#8a8a96}.notas-layout{display:grid;grid-template-columns:1fr 340px;gap:16px;align-items:start}.table tr{cursor:pointer}.row-sel td{background:#eef3fc!important}.timeline-card{padding:18px;position:sticky;top:16px}.empty.small{padding:30px 16px;font-size:13px}.tl-head{border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:14px}.tl-title{font-weight:700;font-size:15px}.tl-cdc{font-family:ui-monospace,monospace;font-size:11px;color:var(--muted);margin-top:6px;word-break:break-all}.timeline{list-style:none;margin:0;padding:0}.timeline li{position:relative;padding:0 0 18px 22px}.timeline li:before{content:"";position:absolute;left:5px;top:14px;bottom:-4px;width:2px;background:var(--border)}.timeline li.last:before{display:none}.tl-dot{position:absolute;left:0;top:4px;width:12px;height:12px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #2bb6a329}.tl-ev{font-size:13px;font-weight:600}.tl-time{font-size:11.5px;color:var(--muted);margin-top:2px}@media (max-width: 900px){.notas-layout{grid-template-columns:1fr}}.capture-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px;align-items:stretch}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;min-height:220px;border:2px dashed var(--border);border-radius:var(--radius);background:#fff;cursor:pointer;transition:border-color .15s,background .15s}.dropzone:hover{border-color:var(--blue);background:#fafcff}.dropzone.busy{border-style:solid;border-color:var(--accent)}.dz-emoji{font-size:40px}.dz-title{font-size:16px;font-weight:700;color:var(--navy)}.result-card{min-height:220px;display:flex;flex-direction:column}.result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.rc-name{font-weight:700;font-size:16px}.conf-row{display:flex;align-items:center;gap:10px;margin:14px 0}.conf-bar{flex:1;height:8px;background:#eef1f6;border-radius:999px;overflow:hidden}.conf-fill{height:100%;background:var(--amber, #ED7D31);border-radius:999px;transition:width .4s ease}.conf-fill.hi{background:var(--accent)}.conf-num{font-size:13px;font-weight:700;color:var(--navy);min-width:42px;text-align:right}.rc-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;margin-bottom:16px}.rc-fields>div{display:flex;flex-direction:column;gap:2px}.rc-fields span{font-size:11.5px}.rc-fields strong{font-size:15px}@media (max-width: 900px){.capture-grid{grid-template-columns:1fr}}.month-input{border:1px solid var(--border);border-radius:10px;padding:9px 12px;font-size:14px;background:#fff;color:var(--text)}.iva-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px}.iva-card{display:flex;flex-direction:column;gap:6px}.iva-card.pagar{border-left:4px solid var(--red)}.iva-card.favor{border-left:4px solid var(--accent)}.livro-head{padding:14px 18px;font-weight:700;font-size:14px;color:var(--navy);border-bottom:1px solid var(--border);background:#fafbfe}.livro-tot td{font-weight:700;background:#f5f8fd;border-top:2px solid var(--border)}@media (max-width: 900px){.iva-grid{grid-template-columns:1fr}}.dash-cols{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;align-items:start}@media (max-width: 900px){.dash-cols{grid-template-columns:1fr}}.skel{display:block;background:linear-gradient(90deg,#eef1f6 25%,#e3e8f2 37%,#eef1f6 63%);background-size:400% 100%;animation:shimmer 1.3s ease infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.skel-table{padding:4px 0}.skel-row{display:flex;gap:18px;padding:15px 18px;border-bottom:1px solid var(--border)}.skel-row .skel{flex:1}.stat .skel{margin:2px 0}.empty-state{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:48px 24px}.es-emoji{font-size:38px}.es-title{font-size:16px;font-weight:700;color:var(--text)}.es-hint{font-size:13.5px;color:var(--muted);max-width:360px;line-height:1.5}.es-action{margin-top:8px}.hamburger{display:none;flex-direction:column;gap:4px;background:transparent;border:0;padding:8px;margin-right:2px;border-radius:8px}.hamburger:hover{background:#f1f4fa}.hamburger span{width:18px;height:2px;background:var(--navy);border-radius:2px}.sidebar-overlay{display:none}.card{transition:box-shadow .15s}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d3dae6;border-radius:8px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#b9c3d4}.btn-primary,.btn-ghost,.nav-item,.stat,.tab,.link-btn{-webkit-tap-highlight-color:transparent}@media (max-width: 860px){.hamburger{display:inline-flex}.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;height:100vh;transform:translate(-100%);transition:transform .22s ease;z-index:60;box-shadow:0 10px 40px #1423462e}.sidebar.open{transform:none}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:55}.main-area{height:auto;min-height:100vh}.content{padding:20px 16px}.topbar{padding:0 14px}.page-head{flex-direction:column;align-items:stretch}.page-head h1{font-size:22px}.stat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.iva-grid,.conn-grid,.notas-layout,.dash-cols,.capture-grid,.flow-cols{grid-template-columns:1fr}.table-card{overflow-x:auto}.table{min-width:560px}.auth{grid-template-columns:1fr}.auth-aside,.profile-name{display:none}.timeline-card{position:static}}@media (max-width: 480px){.stat-grid{grid-template-columns:1fr}.page-head .btn-primary{width:100%;text-align:center}}
