.app-header{z-index:1000;border-bottom:1px solid var(--border-color);width:100%;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#11a111;position:sticky;top:0}.header-container{width:min(100% - 2rem, var(--content-width));grid-template-columns:minmax(180px,280px) 1fr auto;align-items:center;gap:1.25rem;min-height:80px;margin:0 auto;display:grid}.header-brand{align-items:center;min-width:0;text-decoration:none;display:flex}.header-logo{object-fit:contain;object-position:left center;width:auto;max-width:100%;height:58px;max-height:58px;display:block}.header-nav{justify-content:center;align-items:center;gap:.25rem;min-width:0;display:flex}.nav-link{border-radius:var(--radius-sm);color:var(--text-dark);white-space:nowrap;padding:.6rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s}.nav-link:hover,.nav-link.active{color:var(--brand-blue);background:#eaf2ff}.header-user{justify-content:flex-end;align-items:center;gap:.75rem;min-width:0;display:flex}.user-name{max-width:150px;color:#061388;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;overflow:hidden}.app-header .btn-logout{border-radius:var(--radius-sm);background:var(--brand-navy);color:#fff;cursor:pointer;border:none;flex:none;min-height:40px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;line-height:1;transition:background-color .2s,transform .2s}.app-header .btn-logout:hover{background:var(--brand-blue);color:#fff;transform:translateY(-1px)}.app-header .btn-logout:focus-visible{outline-offset:2px;outline:3px solid #061388}@media (width<=1050px){.header-container{grid-template-columns:minmax(150px,220px) 1fr auto;gap:.75rem}.header-logo{height:48px;max-height:48px}.nav-link{padding:.55rem;font-size:.85rem}}@media (width<=820px){.header-container{width:min(100% - 1.5rem, var(--content-width));grid-template-columns:minmax(0,1fr) auto;gap:.7rem 1rem;min-height:auto;padding:.75rem 0}.header-brand{min-width:0}.header-logo{height:44px;max-height:44px}.header-nav{flex-wrap:wrap;grid-area:2/1/auto/-1;justify-content:center}}@media (width<=520px){.header-container{width:min(100% - 1rem, var(--content-width));grid-template-columns:minmax(0,1fr) auto;gap:.6rem}.header-logo{width:min(100%,220px);height:auto;max-height:40px}.header-user{gap:.45rem}.app-header .btn-logout{min-height:36px;padding:.45rem .75rem;font-size:.8rem}.header-nav{flex-wrap:nowrap;justify-content:space-between;gap:.1rem;padding-bottom:.15rem;overflow-x:auto}.nav-link{flex:none;padding:.5rem .45rem;font-size:.78rem}}.site-footer{border-top:1px solid var(--border-color);color:#000;background:#fff;width:100%;margin-top:auto;padding:.65rem 1rem;overflow:hidden}.footer-content{width:min(100%, var(--content-width));justify-content:space-between;align-items:center;gap:.5rem 1.25rem;min-height:28px;margin:0 auto;display:flex}.footer-copyright{color:#000;white-space:nowrap;flex:none;margin:0;font-size:.78rem;line-height:1.3}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem .85rem;display:flex}.footer-links a{color:#000;font-size:.78rem;font-weight:500;line-height:1.3;text-decoration:none}.footer-links a:hover{color:var(--primary-color);text-decoration:underline}.footer-links a:focus-visible{outline-offset:3px;border-radius:4px;outline:3px solid #061388}@media (width<=1024px){.footer-content{text-align:center;flex-direction:column;justify-content:center;gap:.45rem}.footer-links{justify-content:center}}@media (width<=600px){.site-footer{padding:.75rem}.footer-copyright,.footer-links a{font-size:.76rem}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .75rem;width:100%;display:grid}.footer-links a{overflow-wrap:anywhere;text-align:center}}.auth-container{background:radial-gradient(circle at 15% 20%, #12bfe81f, transparent 30%), radial-gradient(circle at 85% 80%, #33df4f1f, transparent 30%), var(--bg-light);place-items:center;min-height:calc(100vh - 80px);padding:2rem 1rem;display:grid}.auth-card{border-radius:var(--radius-lg);background:var(--bg-white);width:min(100%,430px);box-shadow:var(--shadow-lg);border:1px solid #dce5efe6;padding:clamp(1.5rem,5vw,2.5rem)}.auth-card h1{color:var(--brand-navy);text-align:center;margin:0 0 1.5rem;font-size:clamp(1.7rem,4vw,2.2rem)}.auth-card form{gap:1rem;display:grid}.input-group{gap:.45rem;display:grid}.input-group label{color:var(--text-main);font-size:.9rem;font-weight:700}.auth-card .btn-primary{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));color:#fff;width:100%;margin-top:.5rem;font-weight:800;transition:all .2s}.auth-card .btn-primary:hover{background:linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue));transform:translateY(-1px)}.auth-link{color:var(--text-muted);text-align:center;margin:1.25rem 0 0}.auth-link a{color:var(--brand-blue);font-weight:700;text-decoration:none}.error,.erro{border-radius:var(--radius-sm);color:#b42318;background:#fff1f2;border:1px solid #dc354533;margin-bottom:1rem;padding:.8rem 1rem;font-size:.9rem}.dashboard-container,.receitas-container,.despesas-container,.transacoes-page{width:100%;min-height:0;padding:1rem 1rem 1.25rem}.dashboard-main{width:min(100%, var(--content-width));margin:0 auto}.filtros-section,.form-section,.categoria-section,.transacoes-section,.grafico-anual{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-white);box-shadow:var(--shadow);margin-bottom:1rem;padding:1rem 1.25rem}.filtros{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.filtros label{color:var(--text-light);font-size:.9rem;font-weight:700}.filtros select{width:auto;min-width:120px}.btn-pdf{border-radius:var(--radius-sm);background:var(--brand-blue);color:#fff;min-height:42px;padding:.65rem 1rem;font-weight:700;transition:background-color .2s,transform .2s}.btn-pdf:hover{background:var(--brand-blue-dark);transform:translateY(-1px)}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.card{border-radius:var(--radius-md);color:#fff;min-height:115px;box-shadow:var(--shadow-md);padding:1.1rem 1.25rem;position:relative;overflow:hidden}.card:after{content:"";border:18px solid #ffffff24;border-radius:50%;width:118px;height:118px;position:absolute;bottom:-54px;right:-34px}.card h3,.card .valor{z-index:1;margin:0;position:relative}.card h3{font-size:1rem}.card .valor{margin-top:.55rem;font-size:clamp(1.45rem,2.5vw,1.9rem);font-weight:800}.card.receita{background:linear-gradient(135deg, #13a83a, var(--brand-green))}.card.despesa{background:linear-gradient(135deg,#c92d43,#f05b63)}.card.saldo{background:linear-gradient(135deg, var(--brand-navy), var(--brand-blue))}.grafico-anual{margin-bottom:0;padding:1rem 1.25rem}.grafico-anual h2{color:var(--text-dark);text-align:center;margin:0 0 .75rem;font-size:clamp(1rem,2vw,1.2rem)}.form-section-header,.categoria-acoes,.modal-buttons,.modal-botoes{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.form-section-header,.modal-buttons,.modal-botoes{justify-content:space-between}.transacao-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.checkbox-label{color:var(--text-dark);align-items:center;gap:.55rem;font-weight:700;display:flex}.checkbox-label input{width:20px;min-height:20px}.btn-add,.btn-add-categoria,.btn-gerenciar-categoria,.btn-save{border-radius:var(--radius-sm);background:var(--brand-blue);color:#fff;min-height:42px;padding:.65rem 1rem;font-weight:700}.btn-add:hover,.btn-add-categoria:hover,.btn-gerenciar-categoria:hover,.btn-save:hover{background:var(--brand-blue-dark)}.btn-add-categoria,.btn-gerenciar-categoria{background:var(--brand-navy-soft)}.erro,.error{border-radius:var(--radius-sm);color:#b42318;background:#fff1f2;border:1px solid #dc354533;margin-bottom:1rem;padding:.8rem 1rem}.transacoes-list{gap:.75rem;display:grid}.transacao-item{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-white);align-items:center;gap:1rem;padding:1rem;display:flex}.transacao-info{flex:1;gap:.25rem;min-width:0;display:grid}.transacao-info strong{color:var(--text-dark);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.categoria,.data{color:var(--text-light);font-size:.85rem}.transacao-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.transacao-actions button{color:#fff;border-radius:6px;min-height:36px;padding:.45rem .7rem;font-size:.82rem;font-weight:700}.btn-edit{background:var(--brand-blue)}.btn-pay{background:var(--brand-green-dark)}.btn-unpay{background:var(--brand-navy-soft)}.btn-delete{background:#c92d43}.btn-toggle-grupo{width:34px;min-height:34px;color:var(--brand-blue);background:#eaf2ff;border-radius:50%;padding:0;font-size:1.2rem;font-weight:800}.parcelas-detalhes{border-left:3px solid #bcd5ff;gap:.5rem;margin:.5rem 0 0 2.5rem;padding-left:1rem;display:grid}.total-parcelado.receita{color:var(--brand-green-dark);font-weight:800}.total-parcelado.despesa{color:#c92d43;font-weight:800}.categorias-gerenciaveis{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.75rem;display:grid}.categoria-gerenciavel{border:1px solid var(--border-color);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem 1rem;display:flex}.btn-delete-categoria{color:#b42318;background:#fff1f2;border-radius:6px;min-height:34px;padding:.4rem .65rem;font-size:.8rem;font-weight:700}.modal-overlay{z-index:2000;background:#061388;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-content{border-radius:var(--radius-md);background:var(--bg-white);width:min(100%,560px);max-height:min(90vh,760px);box-shadow:var(--shadow-lg);padding:1.5rem;overflow:auto}.modal-form{margin-top:1rem}.btn-cancel{border-radius:var(--radius-sm);min-height:42px;color:var(--text-dark);background:#e7edf4;padding:.65rem 1rem;font-weight:700}@media (width<=760px){.dashboard-container,.receitas-container,.despesas-container,.transacoes-page{padding:.75rem}.cards,.transacao-form{grid-template-columns:1fr}.transacao-item{flex-wrap:wrap;align-items:flex-start}.transacao-actions{justify-content:flex-start;width:100%}.parcelas-detalhes{margin-left:.75rem}.filtros-section,.form-section,.categoria-section,.transacoes-section,.grafico-anual{padding:1rem}}@media (height<=850px) and (width>=761px){.dashboard-container{padding-top:.7rem;padding-bottom:.7rem}.filtros-section{margin-bottom:.75rem;padding:.75rem 1rem}.cards{margin-bottom:.75rem}.card{min-height:100px;padding:.9rem 1.1rem}.card .valor{font-size:1.5rem}.grafico-anual{padding:.75rem 1rem}.grafico-anual h2{margin-bottom:.5rem}}.modal-overlay{z-index:2000;background:#061388;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{border-radius:var(--radius-md);background:var(--bg-white);width:min(100%,560px);max-height:calc(100vh - 2rem);box-shadow:var(--shadow-lg);border:1px solid #dce5eff2;padding:1.5rem;overflow-y:auto}.modal-content h2{color:var(--text-dark);margin:0 0 1rem;font-size:clamp(1.2rem,3vw,1.5rem);line-height:1.25}.modal-selecao-parcelas{width:min(100%,620px)}.lista-selecao-parcelas{gap:.65rem;margin:0;display:grid}.item-selecao-parcela{border:1px solid var(--border-color);border-radius:var(--radius-sm);min-width:0;color:var(--text-dark);cursor:pointer;background:#f8fafc;align-items:flex-start;gap:.7rem;padding:.75rem;line-height:1.4;display:flex}.item-selecao-parcela:hover{background:#f0f6ff;border-color:#a9c7f8}.item-selecao-parcela input[type=checkbox]{width:20px;min-width:20px;height:20px;min-height:20px;accent-color:var(--brand-blue);flex:0 0 20px;margin:.1rem 0 0;padding:0}.item-selecao-parcela>span{overflow-wrap:anywhere;min-width:0;font-size:.92rem}.paga-badge{color:#166534;white-space:nowrap;background:#dcfce7;border-radius:999px;margin-left:.5rem;padding:.15rem .45rem;font-size:.72rem;font-weight:800;display:inline-block}.modal-buttons,.modal-botoes{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.modal-buttons button,.modal-botoes button{border-radius:var(--radius-sm);min-height:42px;padding:.65rem 1rem;font-weight:700}.modal-buttons .btn-cancel,.modal-botoes .btn-cancel{color:var(--text-dark);background:#e7edf4}.modal-buttons .btn-save,.modal-botoes .btn-save{background:var(--brand-blue);color:#fff}.modal-buttons .btn-delete,.modal-botoes .btn-delete{color:#fff;background:#c92d43}@media (width<=600px){.modal-overlay{align-items:flex-start;padding:.75rem}.modal-content,.modal-selecao-parcelas{width:100%;max-height:calc(100vh - 1.5rem);padding:1rem}.item-selecao-parcela>span{font-size:.84rem}.modal-buttons,.modal-botoes{justify-content:stretch}.modal-buttons button,.modal-botoes button{flex:140px}}.receitas-container .categoria-acoes,.despesas-container .categoria-acoes{justify-content:flex-end;align-items:center;gap:12px;margin-bottom:16px;display:flex}.receitas-container .form-section-header,.despesas-container .form-section-header{margin-bottom:18px}.grafico-anual{overflow:visible}.grafico-barras{border-radius:var(--radius-sm);background:#f8fafc;width:100%;height:310px;min-height:310px;padding:2.25rem 1rem;position:relative;overflow:visible}.barra-vertical-container{gap:.75rem;width:100%;height:100%;min-height:0;display:flex}.eixo-y{height:100%;color:var(--text-light);text-align:right;flex-direction:column;flex:0 0 82px;justify-content:space-between;padding:0;font-size:.7rem;display:flex}.barras{border-bottom:2px solid #d5dce6;border-left:2px solid #d5dce6;flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;padding:0 1rem;display:flex;position:relative}.grupo-barras,.grupo-barras-anual{flex:1;justify-content:center;align-items:flex-end;gap:1rem;height:100%;min-height:0;display:flex}.grupo-barras-anual{justify-content:space-around;gap:.35rem}.barras-mes,.coluna-container{justify-content:center;align-items:flex-end;min-width:0;height:100%;display:flex}.barras-mes{flex-direction:column;flex:1}.coluna-container{gap:.35rem;width:100%}.barra-vertical{border-radius:7px 7px 0 0;justify-content:center;align-items:flex-start;width:min(64px,30%);min-height:3px;max-height:100%;display:flex;position:relative}.barra-vertical.receita{background:linear-gradient(180deg, var(--brand-green), var(--brand-green-dark))}.barra-vertical.despesa{background:linear-gradient(#f05b63,#c92d43)}.valor-barra{z-index:2;color:var(--text-dark);white-space:nowrap;font-size:.7rem;font-weight:700;line-height:1.2;position:absolute;top:-1.75rem}.mes-label{color:var(--text-light);margin-top:.35rem;font-size:.7rem;font-weight:700}.legenda{justify-content:center;gap:1.25rem;display:flex;position:absolute;bottom:-1.8rem;left:0;right:0}.item-legenda{color:var(--text-dark);align-items:center;gap:.35rem;font-size:.78rem;display:flex}.cor-legenda{border-radius:4px;width:15px;height:15px}.cor-legenda.receita{background:var(--brand-green-dark)}.cor-legenda.despesa{background:#df3146}@media (width<=760px){.grafico-barras{height:275px;min-height:275px;padding:2rem .5rem}.eixo-y{flex-basis:58px;font-size:.6rem}.barras{padding:0 .35rem}.grupo-barras,.grupo-barras-anual{gap:.2rem}.coluna-container{gap:.12rem}.barra-vertical{width:min(32px,38%)}.valor-barra{font-size:.62rem;top:-1.5rem}.mes-label{font-size:.6rem}.legenda{gap:.75rem;bottom:-1.6rem}.item-legenda{font-size:.7rem}}@media (height<=850px) and (width>=761px){.grafico-barras{height:280px;min-height:280px}}:root{--brand-navy:#061388;--brand-navy-soft:#102b55;--brand-blue:#1268f3;--brand-blue-dark:#0750c8;--brand-cyan:#12bfe8;--brand-green:#33df4f;--brand-green-dark:#13a83a;--brand-lime:#8df21e;--primary-color:var(--brand-blue);--primary-hover:var(--brand-blue-dark);--secondary-color:#667085;--success-color:var(--brand-green-dark);--error-color:#dc3545;--warning-color:#f59e0b;--border-color:#dce5ef;--text-dark:#14213d;--text-light:#667085;--text-muted:#667085;--bg-light:#f4f7fb;--bg-white:#fff;--shadow:0 2px 8px #07193612;--shadow-md:0 8px 24px #0719361a;--shadow-lg:0 18px 48px #07193624;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--content-width:1200px;color:var(--text-dark);background:var(--bg-light);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg-light);min-height:100vh;color:var(--text-dark);overflow-x:hidden}#root,.app-layout{min-height:100vh}.app-layout{flex-direction:column;display:flex}.app-content{flex:1;min-width:0;min-height:0}button,input,select,textarea{font:inherit}button{cursor:pointer;touch-action:manipulation;border:0;min-height:42px}button:disabled{cursor:not-allowed;opacity:.65}input,select,textarea{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-white);width:100%;max-width:100%;min-height:44px;color:var(--text-dark);padding:.7rem .85rem}input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible{outline-offset:2px;outline:3px solid #061388}img,svg,canvas{max-width:100%;display:block}.loading{min-height:240px;color:var(--text-muted);place-items:center;display:grid}
