:root{--bg: #141416;--card: #1c1c1f;--surface: #252529;--surface-strong: #303035;--divider: rgb(255 255 255 / 6%);--text: #ededed;--text-muted: #a3a3aa;--text-faint: #6e6e76;--pos: #5cbf8a;--neg: #e5807b;--pos-soft: rgb(92 191 138 / 12%);--neg-soft: rgb(229 128 123 / 12%);--composer-bg: #232327;--composer-shadow: 0 0 0 1px rgb(255 255 255 / 7%), 0 8px 24px rgb(0 0 0 / 35%);--composer-shadow-focus: 0 0 0 1px rgb(255 255 255 / 16%), 0 8px 28px rgb(0 0 0 / 45%);--popover-shadow: 0 0 0 1px rgb(255 255 255 / 8%), 0 16px 40px rgb(0 0 0 / 55%);--card-shadow: 0 0 0 1px rgb(255 255 255 / 5%);--button-bg: #ededed;--button-text: #141416;--radius-lg: 28px;--radius-md: 20px;--radius-sm: 12px;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:ui-sans-serif,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}button,input,select{font:inherit;color:inherit}::selection{background:var(--surface-strong)}.card{padding:20px 22px;background:var(--card);border-radius:var(--radius-md);box-shadow:var(--card-shadow)}.rotulo{margin:0 0 14px;font-size:.8125rem;font-weight:600;color:var(--text-muted)}.valor-grande{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.2}.discreto{color:var(--text-muted)}.pos{color:var(--pos)}.neg{color:var(--neg)}.chip{display:inline-flex;align-items:center;height:26px;padding:0 10px;border-radius:999px;background:var(--surface);font-weight:500}.botao-primario,.botao-secundario{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 18px;border:0;border-radius:999px;font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;white-space:nowrap;transition:opacity .15s ease,background .15s ease}.botao-primario:disabled,.botao-secundario:disabled{opacity:.4;cursor:default}.botao-primario{background:var(--button-bg);color:var(--button-text)}.botao-primario:hover:not(:disabled){opacity:.85}.botao-secundario{background:var(--surface);color:var(--text)}.botao-secundario:hover:not(:disabled){background:var(--surface-strong)}.com-seta{position:relative;display:inline-flex;align-items:center}.com-seta:after{content:"";width:6px;height:6px;margin-left:8px;border-right:1.5px solid var(--text-muted);border-bottom:1.5px solid var(--text-muted);transform:translateY(-2px) rotate(45deg);pointer-events:none}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.6;cursor:pointer}
