.app-header{position:fixed;top:0;left:0;right:0;height:70px;background-color:#172554;box-shadow:0 4px 20px #0003;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:1000}.header-user-profile{display:flex;align-items:center;gap:.75rem;padding:.35rem .75rem;background:#ffffff1a;border-radius:12px;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.header-user-profile .user-avatar{width:38px;height:38px;border-radius:10px;overflow:hidden;position:relative;flex-shrink:0;background-color:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}#app-container{padding-top:70px;min-height:100vh;background-color:#f8fafc}.main-content{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;padding-bottom:120px}#sidebar{position:fixed;bottom:25px;left:50%;transform:translate(-50%,150%);width:auto;min-width:300px;max-width:95%;background-color:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 10px 40px #00000026;z-index:1100;padding:1.5rem 1rem;display:flex!important;align-items:center;justify-content:center;flex-direction:column;transition:transform .35s cubic-bezier(.165,.84,.44,1)}#sidebar:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:40px;height:4px;background-color:#e2e8f0;border-radius:10px}body.sidebar-open #sidebar{transform:translate(-50%)}#sidebar nav{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%}#sidebar .nav-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem;border-radius:16px;color:#64748b;transition:all .2s ease;background-color:transparent;border:1px solid transparent;cursor:pointer;height:auto}#sidebar .nav-btn i{font-size:1.5rem;margin-bottom:6px;color:#3b82f6}#sidebar .nav-btn span{font-size:.75rem;font-weight:700;letter-spacing:.3px}#sidebar .nav-btn:hover{background-color:#f8fafc}#sidebar .nav-btn:active,#sidebar .nav-btn.active{background-color:#eff6ff;border-color:#bfdbfe;color:#1e40af}#sidebar .nav-btn.active i{color:#1e40af}#logoutBtn{background-color:#fef2f2!important;color:#dc2626!important}#logoutBtn i{color:#ef4444!important}#logoutBtn:hover{background-color:#fee2e2!important}#mobileMenuBtn{display:flex!important;position:fixed;bottom:30px;right:25px;z-index:1050;background:#3b82f6;color:#fff;width:60px;height:60px;border-radius:50%;box-shadow:0 8px 25px #3b82f680;align-items:center;justify-content:center;border:none;cursor:pointer;font-size:1.25rem;transition:transform .2s ease}#mobileMenuBtn:active{transform:scale(.9)}#mobileMenuBtn:hover{background-color:#2563eb}body.sidebar-open #mobileMenuBtn{transform:scale(0);opacity:0;pointer-events:none}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;transition:opacity .3s ease}.sidebar-overlay.visible{display:block;opacity:1}@media (min-width: 1024px){#sidebar{min-width:auto;padding:1rem 2rem}#sidebar nav{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;width:auto}}@media (max-width: 768px){#receitasTableBody,#despesasTableBody,#investimentosTableBody{display:block!important;width:100%!important}table thead{display:none!important}table{display:block!important;width:100%!important;border-collapse:separate!important;border-spacing:0 1rem!important;background:transparent!important;box-shadow:none!important}tbody tr{position:relative;display:grid!important;width:100%!important;background:#fff;margin-bottom:1rem;padding:1.25rem;border-radius:20px;box-shadow:0 4px 15px #0000000d;border:1px solid #f1f5f9;grid-template-columns:1fr auto;grid-template-areas:"desc valor" "cat  data" "actions actions";gap:.5rem;align-items:center}tbody td{display:block!important;width:auto!important;padding:0!important;border:none!important;text-align:left;white-space:normal!important}tbody td:nth-child(1){grid-area:data;font-size:.75rem;color:#94a3b8;font-weight:600;text-align:right}tbody td:nth-child(2){grid-area:desc;font-size:1rem;font-weight:800;color:#1e293b;margin-bottom:2px;line-height:1.2}tbody td:nth-child(3){grid-area:cat;align-self:start;justify-self:start;transform:scale(.9);transform-origin:left center}tbody td:nth-child(4){grid-area:valor;font-size:1.25rem;font-weight:800;text-align:right;letter-spacing:-.5px}tbody td:last-child{grid-area:actions;margin-top:.75rem;padding-top:.75rem!important;border-top:1px dashed #e2e8f0!important;display:flex!important;justify-content:space-between;gap:.5rem;width:100%}.btn-acao{flex:1;padding:10px!important;border-radius:12px!important;background-color:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:600;color:#64748b}.btn-acao.delete:hover,.btn-acao:has(.fa-trash):hover{background-color:#fee2e2!important;color:#ef4444!important;border-color:#fecaca!important}.btn-acao.edit:hover,.btn-acao:has(.fa-pen):hover{background-color:#eff6ff!important;color:#3b82f6!important;border-color:#bfdbfe!important}.main-content{padding-bottom:120px!important}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--gray-100);color:var(--gray-800);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px;transition:background .15s ease-in-out}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}h1,h2,h3,h4,h5,h6{color:var(--gray-900);font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit;transition:color .2s}.opacity-50{opacity:.5}.text-center{text-align:center}#btnAbrirModalReceita{background:linear-gradient(135deg,#10b981,#059669);border:none;box-shadow:0 4px 12px #10b98133;transition:all .2s ease}#btnAbrirModalReceita:hover{box-shadow:0 6px 15px #10b9814d;transform:translateY(-2px)}#btnAbrirModalReceita:active{transform:translateY(0)}.receitas-summary-card{background-color:#fff;border-radius:1rem;padding:1.25rem;border-left:4px solid #10b981;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.receitas-summary-card{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;box-shadow:0 8px 20px #10b98140;flex-direction:column;align-items:flex-start;gap:.5rem}.receitas-summary-card h3{color:#ffffffe6;font-size:.9rem}.receitas-summary-card span{color:#fff!important;background-color:#fff3!important;font-size:1.2rem;padding:.25rem .75rem;border-radius:8px}}.badge-receita{padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-block;white-space:nowrap}.cat-salario{background-color:#d1fae5;color:#065f46}.cat-freelance{background-color:#dcfce7;color:#166534}.cat-honorarios{background-color:#ecfdf5;color:#047857}.cat-investimentos{background-color:#f0fdf4;color:#15803d}.cat-presente{background-color:#dcfce7;color:#166534}@media (max-width: 768px){table,thead,tbody,th,td,tr{display:block!important;width:100%!important;box-sizing:border-box}thead tr{position:absolute;top:-9999px;left:-9999px}tbody tr{position:relative;margin-bottom:1rem;background:#fff;padding:1rem;border-radius:16px;box-shadow:0 4px 10px #0000000d;border:1px solid #f1f5f9;display:grid!important;grid-template-columns:1fr auto;grid-template-areas:"desc valor" "cat  data" "actions actions";gap:.75rem;align-items:center}tbody td{border:none!important;padding:0!important;text-align:left;height:auto!important}tbody td:nth-child(2){grid-area:desc;font-size:1rem;font-weight:800;color:#1f2937;line-height:1.2}tbody td:nth-child(4){grid-area:valor;font-size:1.1rem;font-weight:800;color:#10b981;text-align:right}tbody td:nth-child(3){grid-area:cat;align-self:start}tbody td:nth-child(1){grid-area:data;font-size:.75rem;color:#9ca3af;text-align:right;font-weight:600}tbody td:last-child{grid-area:actions;margin-top:.5rem;padding-top:.75rem!important;border-top:1px dashed #e2e8f0!important;display:flex!important;justify-content:flex-end;gap:.75rem;width:100%}.btn-acao{padding:8px 12px!important;border-radius:8px;background-color:#f8fafc;border:1px solid #e2e8f0;font-size:.9rem}}@keyframes highlightNewReceita{0%{background-color:#10b98133;transform:scale(.98)}to{background-color:#fff;transform:scale(1)}}.new-receita-row{animation:highlightNewReceita 1s ease-out forwards}#modalReceita .modal-content{border-top:6px solid #10b981}#receitaForm input:focus,#receitaForm select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}#btnAbrirModalDespesa{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;box-shadow:0 4px 12px #ef444433;transition:all .2s ease;color:#fff}#btnAbrirModalDespesa:hover{box-shadow:0 6px 15px #ef44444d;transform:translateY(-2px)}#btnAbrirModalDespesa:active{transform:translateY(0)}.despesas-summary-card{background-color:#fff;border-radius:1rem;padding:1.25rem;border-left:4px solid #ef4444;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.despesas-summary-card{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;box-shadow:0 8px 20px #ef444440;flex-direction:column;align-items:flex-start;gap:.5rem}.despesas-summary-card h3{color:#ffffffe6;font-size:.9rem}.despesas-summary-card span{color:#fff!important;background-color:#fff3!important;font-size:1.2rem;padding:.25rem .75rem;border-radius:8px}}.badge-despesa{padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-block;white-space:nowrap}.cat-moradia{background-color:#fee2e2;color:#991b1b}.cat-alimentacao{background-color:#ffedd5;color:#9a3412}.cat-transporte{background-color:#e0f2fe;color:#075985}.cat-saude{background-color:#fce7f3;color:#9d174d}.cat-educacao{background-color:#fef3c7;color:#92400e}.cat-lazer{background-color:#f3e8ff;color:#6b21a8}@media (max-width: 768px){#despesasTableBody tr td:nth-child(4){color:#ef4444!important}#despesasTableBody tr{border-left:4px solid #ef4444}}@keyframes highlightNewDespesa{0%{background-color:#ef44441a;transform:scale(.98)}to{background-color:#fff;transform:scale(1)}}.new-despesa-row{animation:highlightNewDespesa 1s ease-out forwards}#modalDespesa .modal-content{border-top:6px solid #ef4444}#despesaForm input:focus,#despesaForm select:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.profile-header{text-align:center;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:1rem;border:1px solid var(--gray-200);box-shadow:0 2px 4px #00000005}.profile-avatar-large{width:100px;height:100px;background:var(--primary-color);color:#fff;font-size:2.5rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 8px 20px #3b82f640;border:4px solid white;outline:2px solid var(--gray-100)}.share-code-card{background:linear-gradient(135deg,#4f46e5,#4338ca);color:#fff;padding:1.5rem;border-radius:1rem;text-align:center;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #4338ca66}.share-code-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);pointer-events:none}.share-code-display{background:#ffffff26;padding:.75rem 1rem;border-radius:.75rem;font-family:Courier New,Courier,monospace;font-size:1.75rem;font-weight:900;letter-spacing:4px;margin:1.5rem 0;border:2px dashed rgba(255,255,255,.3);-webkit-user-select:all;user-select:all;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.members-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.member-card{background:#fff;border:1px solid var(--gray-200);padding:1.25rem;border-radius:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:all .2s}.member-card:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 8px 16px #0000000f}.member-info{display:flex;align-items:center;gap:.75rem}.member-avatar{width:42px;height:42px;background:var(--gray-100);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--gray-600);font-size:1rem}@media (max-width: 768px){.members-list{grid-template-columns:1fr}.share-code-display{font-size:1.4rem;letter-spacing:2px}.profile-header{padding:1.5rem 1rem}}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid var(--gray-200);display:flex;flex-direction:column;gap:.5rem;transition:transform .2s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.stat-label{font-size:.875rem;color:var(--gray-500);font-weight:500;text-transform:uppercase;letter-spacing:.025em}.stat-value{font-size:1.75rem;font-weight:800;color:var(--gray-900)}.charts-container{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:2rem}@media (max-width: 1024px){.charts-container{grid-template-columns:1fr}}.chart-box{background:#fff;padding:1.5rem;border-radius:1rem;border:1px solid var(--gray-200);min-height:350px}.transaction-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid var(--gray-100)}.transaction-item:last-child{border-bottom:none}.icon-circle{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}.bg-success-light{background-color:#ecfdf5;color:var(--success-color)}.bg-danger-light{background-color:#fef2f2;color:#dc3545}.value-up{color:var(--success-color)}.value-down{color:#dc3545}#btnAbrirModalInvestimento{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;box-shadow:0 4px 12px #3b82f633;transition:all .2s ease;color:#fff}#btnAbrirModalInvestimento:hover{box-shadow:0 6px 15px #3b82f64d;transform:translateY(-2px)}#btnAbrirModalInvestimento:active{transform:translateY(0)}.investimentos-summary-card{background-color:#fff;border-radius:1rem;padding:1.25rem;border-left:4px solid #3b82f6;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.investimentos-summary-card{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;box-shadow:0 8px 20px #3b82f640;flex-direction:column;align-items:flex-start;gap:.5rem;position:relative;overflow:hidden}.investimentos-summary-card h3{color:#ffffffe6;font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.investimentos-summary-card span{color:#fff!important;font-size:1.5rem;font-weight:800;margin-top:.25rem}}.tabs-container{display:flex;gap:.75rem;margin-bottom:1.5rem;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;padding:.5rem .25rem;border-bottom:none}.btn-tab{flex:0 0 auto;padding:.6rem 1.25rem;border-radius:50px;background-color:#fff;color:#64748b;border:1px solid #e2e8f0;font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 2px 5px #00000008}.btn-tab:hover{background-color:#f1f5f9;color:#3b82f6}.btn-tab.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.badge-investimento{padding:4px 10px;border-radius:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;display:inline-block;white-space:nowrap}.cat-fixa{background-color:#eff6ff;color:#1e40af}.cat-acoes{background-color:#f3e8ff;color:#6b21a8}.cat-fiis{background-color:#e0e7ff;color:#4338ca}.cat-cripto{background-color:#ffedd5;color:#c2410c}.cat-poupanca{background-color:#ecfccb;color:#3f6212}.cat-exterior{background-color:#ccfbf1;color:#0f766e}.cat-outros{background-color:#f3f4f6;color:#374151}@media (max-width: 768px){table,thead,tbody,th,td,tr{display:block!important;width:100%!important;box-sizing:border-box}thead{display:none!important}tbody tr{background:#fff;margin-bottom:1rem;padding:1rem;border-radius:16px;box-shadow:0 2px 8px #0000000a;border:1px solid #f1f5f9;position:relative;display:grid!important;gap:.5rem}tbody td{padding:0!important;border:none!important;text-align:left}#investimentosTableBody tr{grid-template-areas:"ativo ativo" "data tipo" "valor status";grid-template-columns:1fr 1fr}#investimentosTableBody td:nth-child(3){grid-area:ativo;font-size:1rem;font-weight:800;color:#1e293b;margin-bottom:.25rem}#investimentosTableBody td:nth-child(1){grid-area:data;font-size:.8rem;color:#94a3b8}#investimentosTableBody td:nth-child(2){grid-area:tipo;justify-self:end}#investimentosTableBody td:nth-child(4){grid-area:valor;font-size:1.1rem;font-weight:800;color:#2563eb;margin-top:.5rem}#investimentosTableBody td:last-child{grid-area:status;justify-self:end;margin-top:.5rem}#ativosTableBody tr{grid-template-areas:"ativo total" "cat   total" "detalhes detalhes";grid-template-columns:1fr auto;align-items:start}#ativosTableBody td:nth-child(1){grid-area:ativo;font-size:1rem;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}#ativosTableBody td:nth-child(2){grid-area:cat;margin-top:2px}#ativosTableBody td:nth-child(6){grid-area:total;font-size:1.2rem;font-weight:800;color:#2563eb;text-align:right}#ativosTableBody td:nth-child(3),#ativosTableBody td:nth-child(4),#ativosTableBody td:nth-child(5),#ativosTableBody td:nth-child(7){grid-area:detalhes;display:inline-block!important;width:auto!important;margin-right:12px;margin-top:8px;font-size:.8rem;color:#64748b;background:#f8fafc;padding:4px 8px!important;border-radius:6px;border:1px solid #e2e8f0}#ativosTableBody td:nth-child(4):before{content:"PM: ";font-weight:600}#ativosTableBody td:nth-child(5):before{content:"Atual: ";font-weight:600}#ativosTableBody td:nth-child(7){font-weight:700}}#modalInvestimento .modal-content{border-top:6px solid #3b82f6}#investimentoForm input:focus,#investimentoForm select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-color: #3b82f6;--primary-hover: #2563eb;--success-color: #10b981;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-800: #1f2937}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Plus Jakarta Sans,sans-serif;background-color:var(--gray-100);overflow-x:hidden;color:var(--gray-800);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.filter-container{width:100%;display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.75rem;background-color:#fff;padding:.75rem;border-radius:1rem;box-shadow:0 1px 2px #0000000d;border:1px solid var(--gray-200);-ms-overflow-style:none;scrollbar-width:none}.filter-container::-webkit-scrollbar{display:none}.filter-container select{flex:0 0 auto;width:auto;min-width:130px;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-weight:600;color:#475569}.tabs-container{display:flex;gap:10px;margin-bottom:25px;overflow-x:auto;scrollbar-width:none}.tabs-container::-webkit-scrollbar{display:none}.btn-tab{padding:.6rem 1.2rem;border:none;background:#fff;color:#64748b;border-radius:20px;font-weight:600;font-size:.85rem;white-space:nowrap;box-shadow:0 2px 4px #00000005}.btn-tab.active{background:var(--primary-color);color:#fff;box-shadow:0 4px 10px #3b82f64d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1200;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s;padding:1rem}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-content{background-color:#fff;width:100%;max-width:600px;max-height:85vh;overflow-y:auto;border-radius:24px;padding:1.5rem;transform:scale(.95);transition:transform .2s}.modal-overlay.open .modal-content{transform:scale(1)}form{background:transparent;padding:0;box-shadow:none;border:none}input,select{width:100%;padding:.8rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;background:#f8fafc;outline:none;transition:all .2s}label{font-size:.8rem;color:#64748b;font-weight:700;margin-bottom:4px;display:block}
