:root{font-family:Manrope,Nunito Sans,Segoe UI,sans-serif;--bg: #dde1ea;--surface: #f6f8fc;--surface-border: #cfd7e8;--text-main: #12243a;--text-muted: #5e6f8b;--brand-1: #22c1ee;--brand-2: #3b82f6;--sidebar-top: #132a56;--sidebar-bottom: #1b3f76}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text-main);overflow-x:hidden}.center{height:100vh;display:grid;place-items:center}.auth-wrap{min-height:100vh;display:grid;place-items:center}.auth-card{width:320px;background:#f6f8fc;border:1px solid #ced6e6;border-radius:16px;padding:22px;display:grid;gap:10px}.auth-card input,.auth-card button{border-radius:10px;border:1px solid #cfd8e9;padding:10px}.auth-card button{background:#1f8cea;color:#fff;border-color:#1f8cea;font-weight:700}.error{color:#9b1c1c}.status-msg{margin:0;font-weight:700;color:#1d3557}.app-shell{min-height:100vh;display:grid;grid-template-columns:122px 1fr;width:100%;min-width:0}.sidebar{background:linear-gradient(180deg,var(--sidebar-top) 0%,var(--sidebar-bottom) 100%);color:#d5e5ff;padding:6px 0 16px;display:flex;flex-direction:column;gap:10px;position:sticky;top:0;height:100vh;border-right:1px solid rgba(154,187,247,.2);z-index:30;min-width:0}.sidebar nav{display:flex;flex-direction:column;min-width:0}.brand{width:100%;min-height:68px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:0;margin:0 auto;overflow:hidden;border-bottom:1px solid rgba(154,187,247,.18);background:linear-gradient(180deg,rgba(27,51,97,.45),rgba(17,35,73,.22))}.brand img{width:42px;height:42px;object-fit:contain;border-radius:0;box-shadow:none;background:transparent}.brand-name{font-size:9px;letter-spacing:.08em;font-weight:700;color:#e2ecffcc}.nav-item{width:88px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:0;border-radius:12px;color:#d3e2ff61;background:transparent;min-height:78px;padding:7px 5px;margin:0 auto 6px;font-weight:700;border:1px solid rgba(154,187,247,.14);transition:all .2s ease;cursor:pointer}.nav-item-icon{width:22px;height:22px;object-fit:contain;opacity:.45;flex:0 0 22px;filter:grayscale(.15);transition:all .2s ease}.nav-item-label{font-size:11px;line-height:1.15;max-width:96px;overflow-wrap:anywhere;transition:all .2s ease}.nav-item:hover{color:#edf5fff2;background:linear-gradient(90deg,rgba(41,76,143,.42),rgba(53,110,208,.2));box-shadow:inset 4px 0 #2ec6ff,inset 0 0 36px #4684ff33}.nav-item:hover .nav-item-icon{opacity:1;transform:scale(1.1);filter:drop-shadow(0 0 8px rgba(86,170,255,.62))}.nav-item:hover .nav-item-label{color:#eef5ff}.nav-item.active{background:linear-gradient(90deg,rgba(46,198,255,.28) 0%,rgba(78,127,243,.32) 100%);box-shadow:inset 4px 0 #2ec6ff,inset 0 0 40px #4684ff47;color:#fff}.nav-item.active .nav-item-icon{opacity:1;transform:scale(1.08);filter:drop-shadow(0 0 9px rgba(86,170,255,.62))}.nav-item.active .nav-item-label{color:#fff}.user-block{margin-top:auto;display:flex;justify-content:center;color:#9eb5de;font-size:12px;padding:8px 8px 10px;border-top:1px solid rgba(154,187,247,.18);position:relative}.user-menu-wrap{width:100%;display:grid;place-items:center;position:relative}.user-avatar-icon{width:56px;height:56px;object-fit:cover;border-radius:999px;border:2px solid rgba(116,172,255,.5);background:rgba(10,24,55,.72);opacity:.98}.user-trigger{border:0;background:transparent;color:#dce9ff;display:grid;gap:5px;place-items:center;width:100%;padding:6px 4px;border-radius:10px;transition:all .2s ease;cursor:pointer}.user-trigger:hover{background:rgba(70,120,214,.22)}.user-trigger-name{font-size:10px;font-weight:700;line-height:1.1;color:#dbe8ff;text-align:center;max-width:92px}.user-popover{position:absolute;left:calc(100% + 8px);bottom:6px;min-width:164px;background:rgba(245,248,255,.95);border:1px solid rgba(194,205,225,.9);border-radius:12px;box-shadow:0 14px 28px #0000003d;padding:8px;display:grid;gap:5px;z-index:80}.user-popover-item{border:0;background:transparent;text-align:left;color:#1c2f50;font-weight:600;border-radius:9px;padding:8px 9px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px}.user-popover-item svg{width:16px;height:16px;flex:0 0 16px;opacity:.9}.user-popover-item:hover{background:#e8eefb}.user-popover-item.install{color:#11579f}.user-popover-item.install:hover{background:#e3f2ff}.user-popover-item.danger{color:#8f1b1b}.user-popover-item.danger:hover{background:#fee2e2}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(4,12,30,.62);display:grid;place-items:center;padding:24px;z-index:120}.modal-card{width:min(680px,100%);background:linear-gradient(160deg,rgba(23,40,84,.96),rgba(20,34,72,.94));border:1px solid rgba(149,182,255,.22);border-radius:18px;box-shadow:0 18px 40px #00000059;padding:20px}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.modal-head h3{margin:0 0 6px}.modal-head .tx-helper{margin:0}.modal-close{border-radius:10px;border:1px solid rgba(138,174,255,.4);background:rgba(11,24,54,.78);color:#eef4ff;min-height:42px;padding:0 14px}.profile-modal .tx-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.profile-avatar-panel{grid-column:1 / -1;display:flex;align-items:center;gap:16px;padding:14px 16px;border-radius:16px;background:rgba(11,24,54,.58);border:1px solid rgba(138,174,255,.28)}.profile-avatar-preview{width:84px;height:84px;border-radius:999px;object-fit:cover;border:2px solid rgba(116,172,255,.5);background:rgba(10,24,55,.72)}.profile-avatar-actions{display:flex;flex-wrap:wrap;gap:10px}.profile-avatar-upload{min-height:42px;padding:0 14px;border-radius:10px;border:1px solid rgba(138,174,255,.4);background:rgba(11,24,54,.78);color:#eef4ff;display:inline-flex;align-items:center;cursor:pointer;font-weight:600}.profile-avatar-upload input{display:none}.main{padding:28px;display:grid;gap:14px;position:relative;z-index:1;min-width:0;overflow-x:hidden}.dash-filter-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;min-width:0}.page-header{margin-bottom:4px}.page-header h1{margin:0;font-size:44px;line-height:1.1}.page-header p{margin:8px 0 0;color:var(--text-muted)}.workspace-switch-row{margin-top:12px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.workspace-select{min-width:280px;border-radius:10px;border:1px solid #cfd8e9;background:#ffffff;color:#1d3557;padding:10px 12px}.workspace-msg{font-size:13px;color:var(--text-muted)}.cards{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;min-width:0}.chart-box{width:100%;min-height:280px}.card{background:var(--surface);border:1px solid var(--surface-border);border-radius:14px;padding:16px;min-width:0}.card h3{margin-top:0;margin-bottom:12px}.tx-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;width:100%;min-width:0;align-items:start}.transfer-hint{grid-column:1 / -1;display:flex;gap:10px;align-items:center;border:1px solid #b9d8ff;background:#eaf3ff;color:#16385f;border-radius:10px;padding:9px 12px;font-size:14px}.tx-view-tabs{margin-bottom:12px}.tx-info-block{margin-bottom:10px}.tx-info-block-last{margin-bottom:12px}.transfer-badge{border:1px solid #86bdf9;background:#d8eaff;color:#0f3f72;border-radius:999px;padding:3px 9px;font-size:12px;white-space:nowrap}.tx-form input,.tx-form select,.tx-form button{border-radius:10px;border:1px solid #cfd8e9;padding:10px;width:100%;min-width:0;min-height:46px}.tx-form label{min-height:46px;align-self:start}.tx-form label input[type=checkbox]{width:auto;min-width:auto;min-height:auto;padding:0;margin:0}.tx-form button{background:#1f8cea;color:#fff;border-color:#1f8cea;font-weight:700}.tx-helper{margin-top:12px;color:var(--text-muted);font-size:.95rem;line-height:1.45}.mgr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;width:100%;min-width:0;align-items:start}.mgr-grid input,.mgr-grid select,.mgr-grid button{border-radius:10px;border:1px solid #cfd8e9;padding:10px;width:100%;min-width:0;min-height:46px}.mgr-grid label{min-height:46px;align-self:start}.mgr-checkline{display:flex;align-items:center;gap:8px;min-height:46px;padding:0 4px}.mgr-grid label input[type=checkbox]{width:auto;min-width:auto;min-height:auto;padding:0;margin:0}.mgr-hint{grid-column:1 / -1;margin:0;color:var(--text-muted);font-size:13px;line-height:1.45}.mgr-grid button{background:#1f8cea;color:#fff;border-color:#1f8cea;font-weight:700}.mgr-grid button.danger{background:#fee2e2;color:#8f1b1b;border-color:#fecaca}.invoice-filter-select{border-radius:10px;border:1px solid #cfd8e9;padding:10px;background:#ffffff;color:#1d3557}.tx-recent-filters{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(220px,360px));margin-bottom:12px}.workspace-meta-line{margin-top:0;margin-bottom:10px}.workspace-invite-form,.workspace-create-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;width:100%;min-width:0}.workspace-invite-form input,.workspace-invite-form button,.workspace-create-form input,.workspace-create-form button{border-radius:10px;border:1px solid #cfd8e9;padding:10px}.workspace-create-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.workspace-helper-text{margin:10px 0 0;color:var(--text-muted);font-size:13px}.workspace-invite-form button,.workspace-create-form button{background:#1f8cea;color:#fff;border-color:#1f8cea;font-weight:700}.perm-grid{display:grid;gap:8px}.perm-row{display:grid;grid-template-columns:minmax(120px,1fr) repeat(4,minmax(80px,auto));gap:10px;align-items:center;border:1px solid #d6deec;border-radius:10px;padding:8px 10px;background:#f5f8ff}.perm-module{font-weight:700}.perm-row label{display:inline-flex;align-items:center;gap:6px;font-size:13px}.tx-table-wrap{width:100%;max-width:100%;overflow:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(118,166,255,.75) rgba(11,24,54,.55)}.tx-table-wrap::-webkit-scrollbar{height:10px}.tx-table-wrap::-webkit-scrollbar-track{background:rgba(11,24,54,.55);border-radius:999px}.tx-table-wrap::-webkit-scrollbar-thumb{background:linear-gradient(90deg,rgba(46,198,255,.9),rgba(78,127,243,.9));border-radius:999px;border:2px solid rgba(11,24,54,.55)}.tx-table-wrap::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,rgba(86,210,255,.95),rgba(98,145,248,.95))}.table-toolbar{margin:0 0 14px}.table-toolbar select{min-width:220px}.invest-summary-toolbar{grid-template-columns:minmax(220px,360px) auto}.invest-divergence-form{grid-template-columns:minmax(220px,360px) minmax(220px,360px)}.invest-date-filter-form{grid-template-columns:repeat(2,minmax(220px,320px))}.invest-portfolio-toolbar{grid-template-columns:minmax(220px,360px)}.tx-table{width:100%;min-width:max-content;border-collapse:collapse}.tx-table th,.tx-table td{border-bottom:1px solid #d7deec;padding:8px;text-align:left;white-space:nowrap}.tx-table button{border-radius:8px;border:1px solid #f2b3b3;background:#fee2e2;color:#8f1b1b;padding:6px 8px}.tx-table button.tx-action-primary,.tx-table button.tx-action-pay{border:1px solid #9dd8b0;background:#eaf9ef;color:#1f6b3a}.tx-table button.tx-action-neutral{border:1px solid #c8d0df;background:#f2f4f8;color:#4e5f7d}.assets-table-wrap{overflow-x:auto}.assets-table{min-width:0;table-layout:fixed}.assets-table th,.assets-table td{padding:7px 6px;font-size:14px;overflow:hidden;text-overflow:ellipsis}.assets-table th:nth-child(1),.assets-table td:nth-child(1){width:10%}.assets-table th:nth-child(2),.assets-table td:nth-child(2){width:17%;white-space:normal}.assets-table th:nth-child(3),.assets-table td:nth-child(3){width:11%}.assets-table th:nth-child(4),.assets-table td:nth-child(4){width:14%;white-space:normal}.assets-table th:nth-child(5),.assets-table td:nth-child(5){width:14%;white-space:normal}.assets-table th:nth-child(6),.assets-table td:nth-child(6){width:6%}.assets-table th:nth-child(7),.assets-table td:nth-child(7){width:12%;white-space:normal}.assets-table th:nth-child(8),.assets-table td:nth-child(8){width:8%}.assets-table th:nth-child(9),.assets-table td:nth-child(9){width:10%}.assets-table th:nth-child(10),.assets-table td:nth-child(10){width:8%}.portfolio-table-wrap{overflow-x:auto}.portfolio-table{min-width:0;table-layout:fixed}.portfolio-table th,.portfolio-table td{padding:7px 6px;font-size:14px}.portfolio-table th:nth-child(1),.portfolio-table td:nth-child(1){width:8%}.portfolio-table th:nth-child(2),.portfolio-table td:nth-child(2){width:13%}.portfolio-table th:nth-child(3),.portfolio-table td:nth-child(3){width:10%}.portfolio-table th:nth-child(4),.portfolio-table td:nth-child(4),.portfolio-table th:nth-child(5),.portfolio-table td:nth-child(5),.portfolio-table th:nth-child(6),.portfolio-table td:nth-child(6),.portfolio-table th:nth-child(9),.portfolio-table td:nth-child(9){width:12%}.portfolio-table th:nth-child(7),.portfolio-table td:nth-child(7){width:10%}.portfolio-table th:nth-child(8),.portfolio-table td:nth-child(8){width:11%}.portfolio-table td,.portfolio-table th{overflow:hidden;text-overflow:ellipsis}.tabs-card{padding-top:12px;padding-bottom:12px}.mini-tabs,.invest-tabs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;min-width:0}.mini-tab{border:1px solid #cfd8e9;background:#edf2fb;color:#1d3557;border-radius:10px;padding:8px 12px;font-weight:700;line-height:1.2}.mini-tab.active{background:linear-gradient(90deg,var(--brand-1) 0%,var(--brand-2) 100%);border-color:#fff3;color:#fff}.main-dashboard{position:relative;color:#f3f6ff;background:radial-gradient(1200px 600px at 110% -10%,rgba(88,120,255,.35),transparent 60%),radial-gradient(900px 500px at -10% 100%,rgba(43,79,197,.3),transparent 60%),linear-gradient(160deg,#080f2b 0%,#131f49 55%,#1c2b5c 100%)}.main-dashboard .page-header p{color:#9fb3e1}.main-dashboard .page-header h1{color:#f7f9ff}.main-dashboard .card{background:linear-gradient(160deg,rgba(23,40,84,.88),rgba(20,34,72,.8));border:1px solid rgba(149,182,255,.22);box-shadow:0 14px 36px #00000059,inset 0 1px #ffffff0a}.main-dashboard .tx-form input,.main-dashboard .tx-form select,.main-dashboard .mgr-grid input,.main-dashboard .mgr-grid select,.main-dashboard .invoice-filter-select,.main-dashboard .workspace-select{background:rgba(11,24,54,.78);border-color:#8aaeff66;color:#eef4ff}.main-dashboard .table-toolbar select{background:rgba(11,24,54,.78);border:1px solid rgba(138,174,255,.4);border-radius:14px;color:#eef4ff;min-height:46px;padding:0 14px}.main-dashboard .workspace-msg,.main-dashboard .workspace-helper-text{color:#9fb3e1}.main-dashboard .tx-form input::placeholder,.main-dashboard .mgr-grid input::placeholder{color:#9fb3e1}.main-dashboard .mgr-checkline,.main-dashboard .mgr-hint{color:#9fb3e1}.main-dashboard input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.main-dashboard input[type=number]::-webkit-outer-spin-button,.main-dashboard input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.main-dashboard .tx-form input:focus,.main-dashboard .tx-form select:focus,.main-dashboard .mgr-grid input:focus,.main-dashboard .mgr-grid select:focus,.main-dashboard .invoice-filter-select:focus,.main-dashboard .workspace-select:focus,.main-dashboard .table-toolbar select:focus{outline:0;border-color:#56b5ffe6;box-shadow:0 0 0 3px #56b5ff38}.main-dashboard .tx-form button,.main-dashboard .mgr-grid button{background:linear-gradient(90deg,#2ec6ff,#4e7ff3);border-color:#ffffff38;color:#fff}.main-dashboard .mgr-grid button.danger{background:linear-gradient(90deg,#ff8d8d,#ff6b6b);border-color:#ffc2c299;color:#fff4f4}.quote-section-card{margin-bottom:16px;min-width:0}.quote-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.quote-section-head h4{margin:0 0 4px;font-size:16px;color:#f7f9ff}.quote-section-head .tx-helper{margin:0}.quote-auto-form{grid-template-columns:minmax(220px,1.3fr) repeat(2,minmax(140px,.8fr)) minmax(240px,1fr)}.quote-manual-fixed-card{min-width:0}.main-dashboard .tx-table th,.main-dashboard .tx-table td{border-bottom-color:#99b8fb3d;color:#eaf1ff}.main-dashboard .tx-table th{color:#c9d9fb}.main-dashboard .tx-table button{border-color:#ffc2c28c;background:rgba(176,46,73,.35);color:#ffd7df}.main-dashboard .tx-table button.tx-action-primary,.main-dashboard .tx-table button.tx-action-pay{border-color:#86e7b98c;background:rgba(32,111,73,.42);color:#c9ffe0}.main-dashboard .tx-table button.tx-action-neutral{border-color:#a9bfec73;background:rgba(74,93,136,.42);color:#dce8ff}.main-dashboard .transfer-hint{border-color:#79b2ff61;background:linear-gradient(160deg,rgba(29,58,117,.62),rgba(18,38,86,.68));color:#d7e6ff}.main-dashboard .transfer-badge{border-color:#7cc1ff73;background:rgba(45,108,190,.35);color:#dff0ff}.main-dashboard .tx-table input,.main-dashboard .tx-table select{background:rgba(11,24,54,.78);border:1px solid rgba(138,174,255,.4);color:#eef4ff;border-radius:8px;padding:8px}.main-dashboard .tx-table input:focus,.main-dashboard .tx-table select:focus{outline:0;border-color:#56b5ffe6;box-shadow:0 0 0 3px #56b5ff38}.main-dashboard .status-msg{color:#b9cdf8}.main-dashboard .status-banner{margin:0 0 18px;padding:14px 16px;border-radius:18px;border:1px solid rgba(138,174,255,.28);background:rgba(14,29,63,.78)}.main-dashboard .status-banner.success{border-color:#49d59c6b;background:linear-gradient(135deg,rgba(18,67,60,.82),rgba(11,27,54,.9))}.main-dashboard .status-banner.warning{border-color:#ffbc5c6b;background:linear-gradient(135deg,rgba(84,50,11,.82),rgba(11,27,54,.9))}.main-dashboard .workspace-invite-form input,.main-dashboard .workspace-create-form input{background:rgba(11,24,54,.78);border-color:#8aaeff66;color:#eef4ff}.main-dashboard .workspace-invite-form button,.main-dashboard .workspace-create-form button{background:linear-gradient(90deg,#2ec6ff,#4e7ff3);border-color:#ffffff38;color:#fff}.main-dashboard .perm-row{background:rgba(13,27,60,.62);border-color:#8aaeff52}.main-dashboard .perm-module,.main-dashboard .perm-row label{color:#e6efff}.dash-filter-card h3{margin-bottom:10px}.dash-filter-form input,.dash-filter-form select{background:rgba(11,24,54,.74);border-color:#8aaeff59;color:#eaf1ff}.dash-filter-form button{background:linear-gradient(90deg,#2ec6ff,#4e7ff3);border-color:#ffffff3d}.dash-kpis{display:grid;grid-template-columns:repeat(3,minmax(200px,1fr));gap:14px}.dash-filter-card,.dash-kpi-card,.dash-hero-card,.dash-list-card,.dash-cards-card,.dash-invest-card{min-width:0}.dash-kpi-card h3{font-size:33px;font-size:clamp(20px,2.1vw,33px);margin-bottom:12px}.dash-kpi-title{display:inline-flex;align-items:center;gap:10px}.dash-kpi-icon{width:28px;height:28px;object-fit:contain}.dash-kpi-card strong{display:block;font-size:clamp(30px,2.7vw,44px);line-height:1.05;color:#fff}.dash-kpi-expense strong{color:#ff9191}.dash-kpi-income strong{color:#98e8ad}.dash-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-areas:"hero saldo cartoes" "desp invest invest" "desp invest invest";gap:14px}.dash-hero-card{grid-area:hero;min-height:170px}.dash-list-card{min-height:170px}.dash-saldo-card{grid-area:saldo}.dash-expenses-card{grid-area:desp}.dash-list-card h3,.dash-cards-card h3,.dash-invest-card h3,.dash-hero-card h3{margin-bottom:8px}.dash-hero-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.dash-delta{border-radius:999px;font-size:13px;font-weight:700;padding:4px 10px}.dash-delta.up{background:rgba(126,242,165,.2);color:#9beeb7}.dash-delta.down{background:rgba(255,126,126,.2);color:#ff9b9b}.dash-hero-value{display:block;margin-top:12px;font-size:clamp(28px,3vw,48px)}.dash-hero-sub{margin:8px 0 12px;font-weight:600}.dash-hero-sub.up{color:#91eab0}.dash-hero-sub.down{color:#ff9d9d}.dash-hero-label{margin:10px 0 0;color:#9cb0dc;font-size:14px}.dash-hero-summary{margin-top:18px;padding:18px 20px;border-radius:16px;border:1px solid rgba(147,184,255,.18);background:linear-gradient(180deg,rgba(21,37,78,.45),rgba(10,22,51,.75))}.dash-hero-compare{margin:10px 0 0;color:#d5e2ff;font-size:15px}.dash-list{list-style:none;margin:4px 0 0;padding:0}.dash-list li{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid rgba(153,184,251,.14)}.dash-list li:last-child{border-bottom:0}.dash-list-link{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.dash-list-link:disabled{cursor:default;opacity:.7}.dash-list-link:focus-visible{outline:2px solid rgba(104,211,255,.9);outline-offset:4px;border-radius:8px}.dash-list span{color:#c7d5f3}.dash-list strong{color:#fff}.dash-row-label{display:inline-flex;align-items:center;gap:8px}.dash-fixed-badge{font-style:normal;font-size:11px;font-weight:700;color:#9cc2ff;border:1px solid rgba(156,194,255,.35);border-radius:999px;padding:1px 6px;margin-left:4px}.dash-row-icon{width:18px;height:18px;object-fit:contain;border-radius:4px}.dash-list-total{margin-top:10px;border-top:1px solid rgba(153,184,251,.18);padding-top:10px;display:flex;justify-content:space-between}.dash-cards-card{grid-area:cartoes;display:grid;gap:12px;align-content:start}.dash-small{color:#a2b5df;margin:0}.dash-mini-list{list-style:none;padding:0;margin:10px 0 0;display:grid;gap:8px}.dash-mini-list li{display:flex;justify-content:space-between;align-items:center;border-radius:10px;padding:8px 10px;background:rgba(17,30,65,.58);border:1px solid rgba(146,178,247,.18)}.dash-mini-list b{color:#f7d172}.dash-wallet-stack{position:relative;min-height:192px;border-radius:18px;padding:0;background:transparent;border:0;box-shadow:none;overflow:visible;perspective:1200px}.dash-wallet-stack.single{min-height:186px;padding:0;background:transparent;border:0;box-shadow:none}.wallet-card{position:absolute;top:4px;right:10px;bottom:28px;left:10px;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#102450,#0b1b3f);border:1px solid rgba(170,193,244,.24);box-shadow:0 10px 26px #00000059;transition:transform .42s cubic-bezier(.22,1,.36,1),opacity .32s ease,filter .32s ease,box-shadow .42s ease;will-change:transform,opacity,filter}.wallet-card-active{z-index:4;opacity:1;filter:blur(0);transform:translateZ(0) scale(1);box-shadow:0 18px 38px #0000006b}.wallet-card-prev{z-index:2;opacity:.46;filter:blur(.2px);transform:translate3d(-34px,6px,-120px) scale(.965)}.wallet-card-next{z-index:3;opacity:.72;filter:blur(.1px);transform:translate3d(26px,4px,-40px) scale(.985)}.dash-wallet-stack.single .wallet-card{top:0;right:0;bottom:0;left:0;width:100%;transform:none;border-radius:18px}.wallet-card-active:hover{transform:translate3d(0,-2px,0) scale(1.006);box-shadow:0 20px 42px #00000070}.dash-wallet-stack.single .wallet-card:hover{transform:none}.dash-wallet-stack.single .wallet-bg{transform:scale(1.08);transform-origin:center}.dash-wallet-stack.single .wallet-bg.brand-master{transform:scale(1.12);transform-origin:center}.wallet-bg{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.07);transform-origin:center}.wallet-bg.brand-master{object-position:center;transform:scale(1.12)}.wallet-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(6,13,29,.12),rgba(4,10,24,.02))}.wallet-content{position:absolute;top:0;right:0;bottom:0;left:0;display:block;padding:0;color:#fff;pointer-events:none}.dash-wallet-stack.single .wallet-content{padding:0}.wallet-name{position:absolute;left:58px;bottom:18px;margin:0;font-weight:600;font-size:14px;line-height:1;letter-spacing:.01em;color:#f4f7ffe6;text-shadow:0 1px 3px rgba(0,0,0,.45);max-width:58%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-brand-line{position:absolute;right:60px;bottom:10px;display:flex;align-items:center;justify-content:flex-end;margin:0}.wallet-brand-icon{width:30px;height:30px;object-fit:contain}.wallet-controls{position:absolute;right:10px;top:10px;transform:none;z-index:6;display:inline-flex;flex-direction:row;align-items:center;gap:6px}.wallet-dots{position:absolute;left:50%;bottom:4px;transform:translate(-50%);z-index:6;display:inline-flex;align-items:center;gap:8px}.wallet-dot{width:8px;height:8px;border-radius:999px;background:rgba(190,214,255,.38);box-shadow:0 0 0 1px #ffffff0d;transition:transform .24s ease,background .24s ease,width .24s ease}.wallet-dot.active{width:20px;background:linear-gradient(90deg,#2ec6ff,#4e7ff3)}.wallet-nav-btn{width:24px;height:24px;border-radius:999px;border:1px solid rgba(170,193,244,.45);background:rgba(8,18,45,.72);color:#dbe8ff;font-size:16px;line-height:1;cursor:pointer}.wallet-nav-btn:hover{background:rgba(32,74,167,.72)}.wallet-page-indicator{font-size:10px;font-weight:700;color:#c7d8ff;background:rgba(9,16,36,.7);border:1px solid rgba(170,193,244,.28);border-radius:999px;padding:1px 6px}.wallet-more-badge{position:absolute;right:12px;bottom:12px;min-width:30px;height:30px;padding:0 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#ffe59a;background:rgba(9,16,36,.86);border:1px solid rgba(255,229,154,.35);box-shadow:0 8px 20px #00000047}.dash-cards-meta{border-radius:14px;padding:12px 14px;background:rgba(10,22,53,.5);border:1px solid rgba(124,153,219,.28)}.dash-cards-meta h3{margin:0 0 4px}.dash-cards-meta .dash-hero-value{display:block;margin-top:6px}.dash-cards-meta .mini-tab.active{margin-top:10px}.dash-invest-card{grid-area:invest}.dash-invest-layout{display:grid;grid-template-columns:minmax(190px,280px) 1fr;gap:16px;align-items:center}.dash-donut{width:min(260px,100%);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;margin:0 auto;box-shadow:inset 0 0 22px #00000040}.dash-donut-center{width:58%;height:58%;border-radius:50%;background:linear-gradient(180deg,#121f47,#0f1a3a);display:grid;place-items:center;text-align:center;color:#fff}.dash-donut-center strong{font-size:clamp(20px,1.8vw,34px)}.dash-legend{margin:0;padding:0;list-style:none;display:grid;gap:9px}.dash-legend li{display:grid;grid-template-columns:10px 1fr auto auto;gap:10px;align-items:center;border-bottom:1px solid rgba(153,184,251,.14);padding-bottom:7px}.dash-legend li:last-child{border-bottom:0}.dash-legend .dot{width:10px;height:10px;border-radius:50%}.dash-legend span{color:#d4e0fb}.dash-legend strong{color:#fff}.dash-legend em{color:#ffe17f;font-style:normal;font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(2,8,23,.55);display:grid;place-items:center;z-index:120}.modal-card{width:min(92vw,420px);border-radius:14px;border:1px solid #cfd8e9;background:#f6f8fc;color:#12243a;padding:16px;display:grid;gap:10px}.modal-card p{margin:0;line-height:1.45}.modal-card select{border-radius:10px;border:1px solid #cfd8e9;padding:10px}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.modal-actions button{border-radius:10px;border:1px solid #1f8cea;background:#1f8cea;color:#fff;padding:10px;font-weight:700}.modal-actions .danger{background:#fee2e2;color:#8f1b1b;border-color:#fecaca}@media (max-width: 1200px){.tx-recent-filters{grid-template-columns:repeat(2,minmax(220px,1fr))}.invest-summary-toolbar,.invest-divergence-form,.invest-date-filter-form{grid-template-columns:repeat(2,minmax(180px,1fr))}.invest-portfolio-toolbar{grid-template-columns:minmax(220px,320px)}.table-toolbar select{min-width:200px}.assets-table{min-width:980px;table-layout:auto}.portfolio-table{min-width:1040px;table-layout:auto}.dash-filter-form{grid-template-columns:repeat(2,minmax(180px,1fr))}.dash-grid{grid-template-columns:1fr 1fr;grid-template-areas:"hero hero" "saldo cartoes" "invest invest" "desp desp"}.dash-invest-layout{grid-template-columns:1fr}.tx-form{grid-template-columns:repeat(3,minmax(160px,1fr))}.mgr-grid,.quote-auto-form{grid-template-columns:repeat(3,minmax(140px,1fr))}.workspace-invite-form,.workspace-create-form{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (max-width: 980px){.tx-recent-filters{grid-template-columns:repeat(2,minmax(180px,1fr))}.transfer-hint{flex-direction:column;align-items:flex-start}.mini-tabs,.invest-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.mini-tabs::-webkit-scrollbar,.invest-tabs::-webkit-scrollbar{display:none}.mini-tab{flex:0 0 auto;white-space:nowrap}.invest-summary-toolbar,.invest-divergence-form,.invest-date-filter-form,.invest-portfolio-toolbar{grid-template-columns:1fr}.table-toolbar{margin-bottom:12px}.table-toolbar select{width:100%;min-width:0}.quote-section-card{margin-bottom:14px}.quote-section-head{flex-direction:column;align-items:stretch}.quote-section-head h4{font-size:15px}.assets-table,.portfolio-table{min-width:max-content}.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:8px 10px 12px;gap:8px}.sidebar nav{flex-direction:row;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}.brand{width:100%;min-height:auto;flex-direction:row;justify-content:flex-start;padding:6px 10px 10px;gap:10px}.brand-name{font-size:11px}.nav-item{width:88px;min-width:88px;min-height:74px;margin:0;flex:0 0 auto}.user-block{justify-content:flex-start;padding:8px 2px 0;border-top:0}.user-menu-wrap{width:auto;place-items:start}.user-trigger{width:auto;grid-auto-flow:column;gap:10px;justify-content:start;padding:8px 10px}.user-trigger-name{max-width:none;font-size:11px;text-align:left}.user-popover{left:0;right:auto;top:calc(100% + 8px);bottom:auto;min-width:200px}.main{padding:20px}.cards{grid-template-columns:1fr}.dash-kpis{grid-template-columns:repeat(2,minmax(180px,1fr))}.dash-grid{grid-template-columns:1fr;grid-template-areas:"hero" "saldo" "cartoes" "invest" "desp"}.dash-filter-form{grid-template-columns:1fr 1fr}.dash-hero-card{min-height:280px}.dash-wallet-stack{min-height:184px}.dash-cards-meta{padding:12px}.dash-cards-meta .dash-hero-value{font-size:clamp(28px,6vw,44px)}.dash-invest-layout{gap:14px}.tx-form,.quote-auto-form{grid-template-columns:1fr}.mgr-grid,.workspace-invite-form,.workspace-create-form{grid-template-columns:repeat(2,minmax(180px,1fr))}.mgr-checkline{padding:2px 4px}.workspace-select{width:100%;min-width:0}.workspace-switch-row{display:grid;grid-template-columns:1fr}.perm-row{grid-template-columns:1fr 1fr}.page-header h1{font-size:34px}.modal-overlay{padding:16px}.modal-card{padding:18px}}@media (max-width: 640px){.tx-recent-filters{grid-template-columns:1fr}.tx-view-tabs{margin-bottom:10px}.transfer-hint{gap:8px;padding:10px 12px}.transfer-badge{font-size:12px}.tabs-card{padding-top:10px;padding-bottom:10px}.mini-tab{min-height:40px;padding:8px 11px;font-size:14px}.table-toolbar{margin-bottom:10px}.quote-section-card{padding:14px}.quote-section-head{margin-bottom:10px}.quote-section-head .tx-helper,.quote-manual-fixed-card .tx-helper{line-height:1.45}.mgr-checkline,.mgr-hint{font-size:13px}.assets-table th,.assets-table td,.portfolio-table th,.portfolio-table td{font-size:13px;padding:7px 5px}.dash-filter-form,.dash-kpis{grid-template-columns:1fr}.dash-filter-card h3,.dash-kpi-card h3,.dash-hero-card h3,.dash-list-card h3,.dash-cards-card h3,.dash-invest-card h3{margin-bottom:10px}.dash-kpi-card strong{font-size:clamp(28px,9vw,38px)}.dash-hero-head{flex-direction:column;align-items:flex-start}.dash-hero-value{margin-top:8px;font-size:clamp(28px,10vw,42px)}.dash-hero-card{min-height:auto}.dash-list li,.dash-list-total{align-items:flex-start}.dash-row-label{min-width:0;flex-wrap:wrap}.dash-wallet-stack{min-height:170px}.wallet-card{top:4px;right:6px;bottom:28px;left:6px}.wallet-card-prev{transform:translate3d(-18px,4px,-120px) scale(.972)}.wallet-card-next{transform:translate3d(14px,3px,-40px) scale(.988)}.wallet-controls{right:8px;top:8px;gap:4px}.wallet-page-indicator{font-size:9px;padding:1px 5px}.wallet-name{left:44px;bottom:14px;max-width:60%;font-size:13px}.wallet-brand-line{right:44px;bottom:8px}.dash-cards-meta{padding:10px 12px}.dash-cards-meta .dash-small{line-height:1.45}.dash-cards-meta .mini-tab.active{width:100%;justify-content:center}.dash-invest-layout{grid-template-columns:1fr;gap:12px}.dash-donut{width:min(220px,100%)}.main{padding:14px;gap:12px}.page-header h1{font-size:28px}.page-header p{font-size:15px}.card{padding:14px}.dash-filter-form,.tx-form,.mgr-grid,.quote-auto-form,.workspace-invite-form,.workspace-create-form,.profile-modal .tx-form{grid-template-columns:1fr}.dash-legend li{grid-template-columns:10px 1fr auto}.dash-legend em{grid-column:2 / 4;justify-self:end}.quote-section-head,.modal-head{flex-direction:column;align-items:stretch}.perm-row{grid-template-columns:1fr}.user-popover{min-width:min(220px,calc(100vw - 32px))}}
