*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,Segoe UI,Arial,sans-serif;background:linear-gradient(120deg,#232526,#414345);color:#f3f3f3;min-height:100vh;scroll-behavior:smooth}html.loading .aba{display:none;opacity:0}body{min-height:100vh;background-attachment:fixed}.conteudo{padding:32px 16px;max-width:900px;background:#222428eb;border-radius:24px;box-shadow:0 8px 40px #0005;min-height:80vh;margin:32px auto 0 72px}h2,h3{color:#fff;font-weight:700;margin-bottom:18px;letter-spacing:.5px}.titulo-centralizado{text-align:center;font-size:2.1rem;margin-bottom:24px;color:#fff;font-weight:700;letter-spacing:1px}button,.atalho-btn{background:linear-gradient(90deg,#4f46e5 60%,#6366f1);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1.05em;padding:12px 22px;margin:8px 0;cursor:pointer;box-shadow:0 3px 10px #6366f133;transition:all .25s ease;outline:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}button:hover,.atalho-btn:hover{background:linear-gradient(90deg,#6366f1 60%,#4f46e5);color:#fff;box-shadow:0 5px 15px #6366f14d;transform:translateY(-1px)}button:active,.atalho-btn:active{transform:translateY(1px);box-shadow:0 2px 8px #6366f133}.botao-flutuante{position:fixed;bottom:32px;right:32px;width:60px;height:60px;border-radius:50%;background:linear-gradient(120deg,#4f46e5,#6366f1);color:#fff;font-size:24px;border:none;box-shadow:0 4px 20px #6366f166;display:flex;align-items:center;justify-content:center;z-index:1001;cursor:pointer;transition:all .25s cubic-bezier(.19,1,.22,1);overflow:hidden;position:fixed!important;margin:0!important}.botao-flutuante:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.botao-flutuante:hover{background:linear-gradient(120deg,#6366f1,#4f46e5);box-shadow:0 8px 30px #6366f199;transform:translateY(-5px) scale(1.05)}.botao-flutuante:hover:before{opacity:1}.botao-flutuante:active{transform:translateY(0) scale(.95)}@media(max-width:700px){.botao-flutuante{bottom:18px;right:18px;width:48px;height:48px;font-size:22px}}.dashboard-inicio{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:32px}.card-dashboard{background:linear-gradient(120deg,#232526,#414345);border-radius:18px;box-shadow:0 2px 12px #0002;padding:24px 18px 18px;min-width:180px;flex:1 1 220px;max-width:320px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;transition:box-shadow .18s,transform .18s}.card-dashboard:hover{box-shadow:0 8px 32px #6366f122;transform:translateY(-4px) scale(1.03)}.card-dashboard-titulo{font-weight:600;margin-bottom:8px;color:#bdbdbd;display:flex;align-items:center;gap:8px;font-size:1.1em}.valor-pagar{font-size:1.3em;color:#f59e42;font-weight:700}@media(max-width:700px){.dashboard-inicio{flex-direction:column;gap:12px}.card-dashboard{max-width:100vw;width:100%;min-width:0;padding:14px 4vw;border-radius:14px}}.modal-flutuante-bg{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000008c;z-index:2000;display:none;align-items:center;justify-content:center}.modal-flutuante-bg.ativo{display:flex;animation:fadeIn .2s ease forwards}.modal-flutuante{background:linear-gradient(145deg,#1e1f25,#2a2b33);color:#fff;padding:32px 24px 20px;border-radius:18px;box-shadow:0 15px 50px #00000080;min-width:320px;max-width:95vw;width:100%;display:flex;flex-direction:column;gap:16px;position:relative;animation:modalFadeIn .3s;border:1px solid rgba(255,255,255,.05)}#modalNotificacoesBg .modal-flutuante{max-width:450px;width:95%;background:linear-gradient(145deg,#1e1f25,#2a2b33);border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000004d,0 2px 10px #6366f133;border:1px solid rgba(99,102,241,.15)}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.modal-flutuante .fechar-modal{position:absolute;top:16px;right:16px;background:#ffffff0d;border:none;color:#aaa;font-size:20px;cursor:pointer;transition:all .25s ease;z-index:10;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%}.modal-flutuante .fechar-modal:hover{color:#f44336;background:#f443361a;transform:rotate(90deg)}.notificacoes-lista::-webkit-scrollbar{width:6px;background:#1a1b21}.notificacoes-lista::-webkit-scrollbar-thumb{background:#4f46e5;border-radius:6px}@media(max-width:600px){.modal-flutuante{min-width:0;width:98vw;padding:14px 4vw 10px;border-radius:10px;gap:10px}.modal-flutuante .fechar-modal{top:10px;right:10px;font-size:24px}}input,select,textarea{width:100%;max-width:100%;min-width:0;padding:14px;margin:6px 0 18px;border-radius:12px;border:1px solid #444;background-color:#23242bcc;color:#fff;font-size:1.05em;box-sizing:border-box;transition:all .25s ease;box-shadow:0 2px 6px #0000001a inset}input:focus,select:focus,textarea:focus{border:1px solid #6366f1;background:#292a33e6;outline:none;box-shadow:0 0 0 3px #6366f133,0 2px 6px #0000001a inset}::placeholder{color:#9ca3af;opacity:.8}label{display:block;margin-bottom:4px;font-weight:500;color:#e0e0e0;font-size:.95em}ul,ol{list-style:none}.item,.item-financeiro{background:linear-gradient(145deg,#23242b,#2d2e36);border-radius:12px;padding:16px 20px;margin:0 0 16px;display:flex;flex-direction:row;align-items:center;gap:14px;color:#fff;font-size:1.05em;font-weight:500;word-break:break-word;transition:all .25s ease;border:1px solid rgba(255,255,255,.03);position:relative;overflow:hidden;box-shadow:0 3px 10px #0003}.item:hover,.item-financeiro:hover{box-shadow:0 8px 20px #6366f126;transform:translateY(-3px);border-color:#6366f133}.financeiro-menu-modern{background:linear-gradient(120deg,#232526,#414345);border-radius:18px;box-shadow:0 4px 24px #0002;padding:32px 24px 18px;max-width:700px;margin:32px auto 24px;font-family:Inter,Arial,sans-serif}.financeiro-header{display:flex;align-items:center;gap:16px;font-size:1.5em;font-weight:600;color:#fff;margin-bottom:28px}.financeiro-header i{color:#4f46e5;font-size:1.2em}.financeiro-header .botao-flutuante{margin-left:auto;background:#4f46e5;color:#fff;border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;transition:background .2s;cursor:pointer;box-shadow:0 2px 8px #4f46e522;font-size:1.2em}.financeiro-header .botao-flutuante:hover{background:#6366f1}.financeiro-resumos{display:flex;gap:24px;flex-wrap:wrap;justify-content:space-between}.financeiro-resumo-card{flex:1 1 180px;background:#fff;border-radius:14px;box-shadow:0 2px 12px #0001;padding:24px 18px;display:flex;flex-direction:column;align-items:flex-start;min-width:160px;transition:transform .12s,box-shadow .12s}.financeiro-resumo-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 6px 24px #4f46e522}.resumo-titulo{font-size:1.1em;color:#6b7280;margin-bottom:8px;font-weight:500}.resumo-valor{font-size:2em;font-weight:700;color:#4f46e5}.card-apagar .resumo-valor{color:#f59e42}.card-pagos .resumo-valor{color:#22c55e}.card-categoria .resumo-valor{color:#6366f1}@media(max-width:700px){.financeiro-resumos{flex-direction:column;gap:16px}}@media(max-width:1200px){.conteudo{max-width:98vw;padding:18px 2vw}}@media(max-width:900px){.conteudo{margin-left:0;max-width:100vw;border-radius:0;padding:12px 1vw 18px}}@media(max-width:700px){.conteudo{margin-left:0;padding:8px 0 16px;min-height:100vh;border-radius:0;box-shadow:none}.dashboard-inicio,.financeiro-resumos{flex-direction:column;gap:10px}.card-dashboard,.financeiro-resumo-card{max-width:100vw;min-width:0;width:100%;padding:10px 4vw;border-radius:10px;font-size:1em}.botao-flutuante{bottom:12px;right:12px;width:48px;height:48px;font-size:22px}h2,h3,.titulo-centralizado{font-size:1.2rem;margin-bottom:10px}.sidebar{left:0!important;width:72px;height:100vh;z-index:2002;box-shadow:2px 0 16px #0008;transition:left .22s cubic-bezier(.4,1.3,.6,1),width .22s,box-shadow .18s;display:flex!important}.sidebar:not(.open){left:0!important}.sidebar.open{left:0!important}.sidebar.expanded{width:210px}.sidebar-toggle{margin-bottom:10px;font-size:1.5em}}@media(max-width:500px){.conteudo{padding:2px 0 8px}.modal-flutuante{min-width:0;width:98vw;padding:8px 2vw;border-radius:8px;gap:8px}.modal-flutuante .fechar-modal{top:6px;right:6px;font-size:20px}input,select,textarea{padding:8px;font-size:1em}.sidebar.expanded{width:98vw}}::-webkit-scrollbar{width:8px;background:#23242b}::-webkit-scrollbar-thumb{background:#4f46e5;border-radius:8px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ano-safra-info{margin-top:18px;color:#bdbdbd;font-size:1.08em}.sidebar{position:fixed;top:0;left:0;bottom:0;width:68px;background:#1a1c25;box-shadow:0 0 25px #0000004d;z-index:1200;display:flex;flex-direction:column;align-items:center;padding:22px 0 20px;transition:all .28s cubic-bezier(.19,1,.22,1);background:linear-gradient(180deg,#1a1c25,#232530);border-right:1px solid rgba(99,102,241,.1)}.sidebar.open{width:240px}.sidebar-toggle{background:#6366f1cc;color:#fff;border:none;border-radius:10px;font-size:1.3em;margin-bottom:32px;box-shadow:0 2px 12px #6366f14d;width:42px;height:42px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;opacity:1}.sidebar-toggle:hover,.sidebar-toggle:focus{background:#4f46e5;transform:scale(1.05);box-shadow:0 4px 15px #6366f166}.sidebar-nav{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:0;padding:0 8px}.sidebar-nav button{background:#ffffff08;border:none;color:#c4caff;font-size:.95em;padding:14px 0;width:100%;margin:0;border-radius:12px;display:flex;align-items:center;gap:16px;transition:all .25s ease;position:relative;border-left:3px solid transparent;font-weight:500;overflow:hidden;box-shadow:0 1px 2px #0000001a}.sidebar-nav button:hover,.sidebar-nav button:focus{background:#6366f114;color:#fff;transform:translateY(-1px)}.sidebar-nav button.active{background:#6366f126;color:#fff;border-left:3px solid #4f46e5}.sidebar-nav button.active:after{content:"";position:absolute;top:0;right:0;bottom:0;width:4px;background:linear-gradient(0deg,transparent,#6366f1 50%,transparent);opacity:.8}.sidebar-nav button i{font-size:1.2em;min-width:24px;display:flex;align-items:center;justify-content:center;margin-left:14px;color:#6366f1e6;transition:all .3s ease}.sidebar-nav button:hover i,.sidebar-nav button.active i{color:#6366f1;transform:scale(1.1)}@media(max-width:700px){.sidebar{left:0;width:68px}.sidebar.open{width:240px}.sidebar-toggle{display:flex}.sidebar-mobile-bg{display:none!important}}@media(max-width:700px){.sidebar{left:-100vw;width:0;background:#1a1c25;box-shadow:0 0 40px #00000080;border-radius:0 20px 20px 0;padding:20px 0;z-index:2002;transition:all .3s ease-in-out}.sidebar.open{left:0;width:80vw;max-width:300px}.sidebar-toggle{font-size:1.3em;width:42px;height:42px;margin-right:auto;margin-left:16px;margin-bottom:18px;border-radius:10px;background:#6366f1b3;display:none}.sidebar.open .sidebar-toggle{display:flex}.sidebar-nav{gap:8px}.sidebar-nav button{font-size:.95em;padding:12px 0;border-radius:10px;margin:0 12px;width:calc(100% - 24px);background-color:#ffffff08}.sidebar-nav button:hover,.sidebar-nav button:focus,.sidebar-nav button.active{background-color:#6366f126}.sidebar-nav button:before{border-left-width:4px}.sidebar-nav button i{margin-left:12px;font-size:1.25em}.sidebar-label{font-size:.95em;opacity:1;max-width:160px}.conteudo{margin-left:0!important;padding-top:16px}.hamburger-button{top:16px;left:16px;width:44px;height:44px;font-size:1.4em;border-radius:12px}}@media(max-width:500px){.sidebar.open{width:85vw;max-width:300px}.sidebar-nav button{margin:0 10px;width:calc(100% - 20px);padding:12px 0}.notificacoes-btn-superior{top:20px;right:16px;width:42px;height:42px;font-size:1.2em}.app-logo{padding:14px 0}.hamburger-button{top:20px;left:16px;width:42px;height:42px}.conteudo{padding-top:50px}}.hamburger-button{position:fixed;top:16px;left:16px;width:48px;height:48px;border-radius:12px;background:#6366f1e6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5em;z-index:1500;box-shadow:0 2px 10px #6366f173;border:none;cursor:pointer;transition:all .2s ease-in-out;display:none}.hamburger-button:hover{transform:scale(1.05);background:#6366f1;box-shadow:0 4px 15px #6366f180}.hamburger-button:active{transform:scale(.95)}@media(max-width:700px){.hamburger-button{display:flex;top:24px;left:16px;width:46px;height:46px;z-index:1500}body.sidebar-open .hamburger-button{display:none}.notificacoes-btn-superior{top:24px;right:16px;width:46px;height:46px;border-radius:12px;font-size:1.3em;z-index:1400}body.sidebar-open .notificacoes-btn-superior{right:16px;z-index:2001}.titulo-centralizado{margin-top:60px}.conteudo{padding-top:60px}}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.sidebar.open{animation:slideIn .3s cubic-bezier(.19,1,.22,1)}.sidebar.open .sidebar-toggle{animation:fadeIn .3s ease .2s forwards}.sidebar:not(.open){animation:slideOut .25s cubic-bezier(.19,1,.22,1)}.notificacoes-titulo{font-size:1.4em;margin-bottom:18px;color:#fff;font-weight:600;text-align:center}.notificacoes-lista{max-height:400px;overflow-y:auto;margin-bottom:16px}.notificacao{background:linear-gradient(120deg,#232526,#323436);border-radius:10px;padding:12px 16px;margin-bottom:12px;box-shadow:0 2px 8px #00000026;transition:all .2s}.notificacao:hover{box-shadow:0 4px 15px #6366f140;transform:translateY(-2px)}.notificacao-titulo{font-weight:600;margin-bottom:6px;color:#e0e7ff;font-size:1.1em}.notificacao-data{font-size:.85em;color:#a5b4fc;margin-bottom:8px}.notificacao-mensagem{color:#e0e0e0}.sidebar-mobile-bg{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2001;display:none;transition:opacity .3s ease}body.sidebar-open .sidebar-mobile-bg{display:block;animation:fadeIn .3s ease forwards}.app-logo{display:flex;align-items:center;gap:12px;margin-bottom:30px;padding:0 10px;margin-top:-5px}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.4em;color:#fff;box-shadow:0 4px 10px #6366f14d}.logo-icon i{font-size:1.2em;animation:flutuante 3s ease-in-out infinite}.logo-text{font-weight:700;font-size:1.2em;color:#fff;letter-spacing:.5px;white-space:nowrap;overflow:hidden;opacity:0;width:0;transition:all .3s ease}.sidebar.open .logo-text{opacity:1;width:140px}@media(max-width:700px){.app-logo{margin-bottom:25px;margin-top:0}.sidebar:not(.open) .app-logo{justify-content:center;margin-left:-10px}}@media(hover:hover){.notificacoes-btn-superior:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0066f199}}@media(max-width:360px){.notificacoes-btn-superior{top:16px;right:16px;width:38px;height:38px}.hamburger-button{top:16px;left:16px;width:38px;height:38px}}.notificacoes-btn-superior.tem-notificacao{background:linear-gradient(120deg,#4f46e5,#6366f1)}.sidebar-label{font-size:.95em;opacity:.9;max-width:160px;font-weight:500;letter-spacing:.3px;transition:all .25s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav button:hover .sidebar-label,.sidebar-nav button.active .sidebar-label{opacity:1;letter-spacing:.5px}.aba{animation:fadeIn .3s ease-out;padding:8px 12px}.aba h2{font-size:1.8rem;font-weight:700;margin-bottom:24px;background:linear-gradient(90deg,#fff,#c4caff);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;position:relative}.aba h2:after{content:"";position:absolute;left:0;bottom:-6px;width:40px;height:3px;background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:3px}.aba{padding:8px 12px;transition:opacity .3s ease,transform .3s ease}.aba{display:none;opacity:0}.aba-inicial{display:block!important;opacity:1!important;transform:translateY(0)!important}.aba-entrando{opacity:0;transform:translateY(20px)}.aba-visivel{opacity:1;transform:translateY(0)}.secao-card{background:linear-gradient(145deg,#1e1f25,#2a2b33);border-radius:16px;box-shadow:0 4px 15px #0003;padding:20px;margin-bottom:24px;border:1px solid rgba(255,255,255,.05);transition:all .3s ease}.secao-card:hover{box-shadow:0 8px 25px #6366f126;transform:translateY(-2px)}.secao-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.secao-header-moderno{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;position:relative}.secao-header-moderno:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:1px;background:linear-gradient(90deg,#4f46e5,transparent);opacity:.3}.secao-titulo-moderno{display:flex;align-items:center;gap:12px}.secao-titulo-moderno i{font-size:1.4em;color:#6366f1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#6366f11a;border-radius:10px}.secao-titulo-moderno h2{margin-bottom:0}.secao-acoes{display:flex;gap:10px}.secao-badge{font-size:.7em;background:#6366f126;color:#a5b4fc;padding:4px 8px;border-radius:20px;margin-left:10px;font-weight:500;position:relative;top:-2px}#inicio .dashboard-inicio{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}#aplicacoes .aplicacao-item{position:relative;border-left:4px solid #6366f1}#aplicacoes .aplicacao-data{font-size:.9em;color:#a5b4fc;margin-bottom:4px}#aplicacoes h3{font-size:1.4rem;color:#fff;margin:28px 0 18px;padding-bottom:8px;border-bottom:1px solid rgba(99,102,241,.2);position:relative}#aplicacoes h3:not(:first-of-type){margin-top:40px}#aplicacoes h3:after{content:"";position:absolute;bottom:-1px;left:0;width:80px;height:3px;background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:3px}#aplicacoes .item{background:linear-gradient(145deg,#23242b,#2d2e36);margin:0 0 16px;padding:16px 20px;display:flex;flex-direction:row;align-items:center;gap:14px;color:#fff;border-radius:12px;font-size:1.05em;font-weight:500;transition:all .25s ease;border:1px solid rgba(255,255,255,.03);position:relative;box-shadow:0 3px 10px #0003}#aplicacoes .item:hover{box-shadow:0 8px 20px #6366f126;transform:translateY(-3px);border-color:#6366f133}#aplicacoes .item span{flex:1;display:flex;flex-direction:column;gap:6px}#aplicacoes .item .data-aplicacao{font-size:.9em;color:#a5b4fc;margin-bottom:4px;font-weight:400}#aplicacoes .item .produto-aplicacao{color:#fff;font-weight:600}#aplicacoes .item .detalhes-aplicacao{color:#e0e0e0;font-size:.95em;font-weight:400}.filtro-lista-btn-container{display:flex;justify-content:flex-end;margin:0 0 20px}.filtro-lista-btn{background:#6366f126;color:#a5b4fc;border-radius:8px;padding:8px 16px;font-size:.9em;display:flex;align-items:center;gap:8px;transition:all .2s ease;border:none;cursor:pointer}.filtro-lista-btn:hover{background:#6366f140;color:#fff}.filtro-lista-icn{display:flex;align-items:center;justify-content:center}.campo-pesquisa-filtro{background:#ffffff1a;color:#fff;border:1px solid rgba(99,102,241,.3);border-radius:8px;padding:8px 16px;font-size:.95em;width:200px;outline:none;transition:all .2s ease;margin:0}.campo-pesquisa-filtro:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.opcoes-wrapper{position:relative}.seta-menu-opcoes-padrao{background:#ffffff1a;color:#a5b4fc;border:none;border-radius:8px;width:32px;height:32px;font-size:1.4em;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;transform:rotate(90deg)}.seta-menu-opcoes-padrao:hover{background:#6366f133;color:#fff}.menu-opcoes-padrao-lista{position:absolute;top:calc(100% + 5px);right:0;background:#2a2b33;border-radius:8px;box-shadow:0 4px 20px #0000004d;padding:8px 0;z-index:10;min-width:150px;border:1px solid rgba(99,102,241,.2);overflow:hidden}.menu-opcoes-padrao-lista.aberta{animation:fadeIn .2s ease forwards}.opcao-menu-padrao{padding:10px 16px;color:#e0e0e0;font-size:.9em;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:8px}.opcao-menu-padrao:hover{background:#6366f126;color:#fff}.opcao-menu-padrao[data-acao=editar]:hover{background:#1976d226}.opcao-menu-padrao[data-acao=deletar]:hover{background:#f4433626;color:#ff8a80}.opcao-menu-padrao[data-acao=estornar]:hover{background:#f59e4226}.loading-indicator{display:flex;align-items:center;margin:10px 0;padding:12px;background:#4f46e51a;border-radius:8px;border-left:3px solid #4f46e5;opacity:1;transition:opacity .3s ease}.loading .loading-indicator{display:flex;align-items:center;margin:10px 0;padding:12px;background:#4f46e51a;border-radius:8px;border-left:3px solid #4f46e5;opacity:1;transition:opacity .3s ease}.loading-indicator .spinner{width:20px;height:20px;border:2px solid rgba(79,70,229,.3);border-top:2px solid #4f46e5;border-radius:50%;margin-right:12px;animation:spin 1s linear infinite}.loading-indicator span{color:#e2e8f0;font-size:.9rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:700px){.app-logo{display:flex;align-items:center;gap:12px;margin-bottom:30px;padding:0 10px;margin-top:70px;position:relative;z-index:1200}.hamburger-button{display:flex;top:24px;left:16px;width:46px;height:46px;z-index:1500}.notificacoes-btn-superior{top:24px;right:16px;width:46px;height:46px;border-radius:12px;font-size:1.3em;z-index:1400}.titulo-centralizado{margin-top:70px}.conteudo{padding-top:70px}}@media(max-width:500px){.app-logo{margin-top:60px}.hamburger-button{top:20px;left:16px;width:42px;height:42px}.notificacoes-btn-superior{top:20px;right:16px;width:42px;height:42px;font-size:1.2em}.titulo-centralizado{margin-top:60px}.conteudo{padding-top:60px}}@media(max-width:360px){.hamburger-button,.notificacoes-btn-superior{width:40px;height:40px}.hamburger-button{top:16px;left:12px}.notificacoes-btn-superior{top:16px;right:12px;font-size:1.1em}}body.sidebar-open .app-logo{margin-top:0}@media(max-width:900px){.conteudo{margin-left:0;max-width:100%;padding:16px 3% 24px;border-radius:0}}@media(max-width:700px){.hamburger-button{display:flex;position:fixed;top:16px;left:16px;width:48px;height:48px;border-radius:12px;z-index:2100;font-size:1.4em;background:#222428d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 3px 10px #0000004d}.notificacoes-btn-superior{position:fixed;top:16px;right:16px;width:48px;height:48px;border-radius:12px;z-index:2000;font-size:1.3em;background:#222428d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 3px 10px #0000004d}.conteudo{margin-left:0!important;padding:75px 12px 24px;min-height:100vh;border-radius:0;box-shadow:none;width:100%}.sidebar{position:fixed;left:-100%;top:0;height:100%;width:85vw;max-width:320px;background-color:#1a1c25;z-index:2200;box-shadow:0 0 25px #00000080;transition:left .3s ease-in-out}.sidebar.open{left:0}.sidebar-mobile-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:2150;display:none;opacity:0;transition:opacity .3s ease}@supports not ((backdrop-filter: blur(3px)) or (-webkit-backdrop-filter: blur(3px))){.modal-flutuante-bg,.sidebar-mobile-bg{background-color:#000000d9}}.sidebar.open+.sidebar-mobile-bg{display:block;opacity:1}.app-logo{margin-top:24px;margin-bottom:32px;padding:0 16px;display:flex;align-items:center;gap:12px}.logo-icon{width:48px;height:48px;border-radius:12px}.logo-text{font-size:1.3em;opacity:1;width:auto}.dashboard-inicio,.financeiro-resumos{flex-direction:column;gap:16px}.card-dashboard,.financeiro-resumo-card{width:100%;max-width:100%;padding:16px}input,select,textarea{padding:12px 14px;font-size:16px}button,.atalho-btn{padding:12px 20px;font-size:16px}table{display:block;width:100%;overflow-x:auto}}@media(max-width:480px){.hamburger-button,.notificacoes-btn-superior{width:44px;height:44px;font-size:1.2em}.conteudo{padding:70px 8px 16px}h2,h3,.titulo-centralizado{font-size:1.3rem;margin-bottom:16px}.titulo-centralizado{font-size:1.5rem;margin-bottom:20px}}@media(max-width:360px){.hamburger-button,.notificacoes-btn-superior{width:40px;height:40px}.sidebar{width:90vw}.app-logo{margin-top:18px;margin-bottom:24px}}@media(max-height:500px)and (orientation:landscape){.hamburger-button,.notificacoes-btn-superior{top:12px;width:40px;height:40px}.conteudo{padding-top:60px}.sidebar-nav{max-height:70vh;overflow-y:auto}}:root{--app-header-height: 60px;--app-padding: 16px;--app-button-size: 48px;--font-size-base: 16px}@media(max-width:700px){html{font-size:15px}h1{font-size:1.6rem}h2{font-size:1.4rem}h3{font-size:1.2rem}.conteudo{margin-top:0;padding-top:var(--app-header-height)}.conteudo{min-height:calc(100vh - var(--app-header-height));min-height:calc(var(--vh, 1vh) * 100 - var(--app-header-height))}input,select,textarea,button{font-size:16px!important;border-radius:12px}.app-header{height:var(--app-header-height);position:fixed;top:0;left:0;right:0;z-index:1000;background:#222428e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.scrollable-content{-ms-overflow-style:none;scrollbar-width:none}.scrollable-content ::-webkit-scrollbar{display:none}}@media(max-width:360px){html{font-size:14px}.sidebar-nav button{padding:10px 0}}@media(max-height:500px)and (orientation:landscape){.sidebar{overflow-y:auto;padding-bottom:20px}.sidebar-nav{gap:6px}.sidebar-nav button{padding:10px 0}}.hamburger-button,.notificacoes-btn-superior{position:fixed!important}.hamburger-button.active{background:#6366f133}.sidebar-mobile-bg{position:fixed;top:0;left:0;width:100%;height:100%}@media(max-width:700px){table{display:block;width:100%;overflow-x:auto}th,td{min-width:100px}}@media(max-width:700px){.card-dashboard,.secao-card,.card-data,.financeiro-resumo-card{border-radius:16px;margin-bottom:18px;padding:16px}.grafico-container{height:auto!important;min-height:200px;max-height:300px}.lista-container{max-height:400px;overflow-y:auto}.form-container{padding:12px}.form-row{flex-direction:column;margin-bottom:12px}.form-group{width:100%;margin-bottom:10px}label{font-size:.9rem;margin-bottom:4px}input,select,textarea{font-size:16px;padding:10px 12px}.btn-group{flex-direction:column;gap:8px}.btn-group button{width:100%}.modal-flutuante{width:90vw;max-height:85vh;overflow-y:auto;padding:14px}.notificacoes-lista{max-height:60vh}}@media(max-width:480px){.card-dashboard,.secao-card,.card-data,.financeiro-resumo-card{padding:12px}th,td{padding:8px 6px;font-size:.9rem}.conteudo{padding-bottom:120px}.botao-flutuante{bottom:16px;right:16px;width:50px;height:50px;font-size:20px}input[type=date],input[type=datetime-local]{min-height:40px}}@media(max-width:700px){html,body{scroll-behavior:smooth}.scrollable-area{overflow-y:auto}.tab-header,.section-header{position:sticky;top:65px;background-color:#222428e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;padding:10px 0}.clean-scroll::-webkit-scrollbar{width:0px;background:transparent}}@media(max-height:500px)and (orientation:landscape){.conteudo{padding-top:60px}.modal-flutuante{max-height:90vh}.hamburger-button,.notificacoes-btn-superior{width:40px;height:40px}.app-logo{margin-bottom:15px}}.touch-target{min-height:44px;min-width:44px}.large-touch-target{min-height:55px;min-width:55px}@media(max-width:700px){.conteudo{animation:none}@keyframes fadeInMobile{0%{opacity:0}to{opacity:1}}@keyframes slideInMobile{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}.aba{animation:fadeInMobile .3s ease-out}button:hover,.atalho-btn:hover,.card-dashboard:hover,.secao-card:hover{transform:none!important;box-shadow:none!important}.animated-element{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.aba-entrando{opacity:0;transform:translateY(10px)}.aba-visivel{opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.aba-entrando,.aba-visivel{transition:none!important;animation:none!important}}.mobile-device.low-performance .heavy-animation{animation:none!important;transition:none!important}.mobile-device.low-performance .card-dashboard,.mobile-device.low-performance .secao-card,.mobile-device.low-performance .botao-flutuante,.mobile-device.low-performance .modal-flutuante{box-shadow:0 2px 6px #0003!important}.mobile-device.low-performance .sidebar-mobile-bg{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.touch-feedback:active{transform:scale(.98);opacity:.9;transition:transform .1s ease,opacity .1s ease}@media(hover:none){button:active,.atalho-btn:active,.sidebar-nav button:active,.botao-flutuante:active{background-color:#6366f1e6;transform:scale(.98);transition:transform .1s ease,background-color .1s ease}}.touch-only-indicator{display:none}@media(hover:none){.touch-only-indicator{display:inline-block}}.sidebar.closed{left:-100%!important}@media(max-width:700px){.sidebar{left:-100vw!important;width:0;transition:left .3s ease-in-out,width .3s ease-in-out}.sidebar.open{left:0!important;width:80vw;max-width:300px!important}.sidebar-mobile-bg{display:none!important;opacity:0}.sidebar.open+.sidebar-mobile-bg{display:block!important;opacity:1}}body:not(.sidebar-open) .conteudo{margin-left:0!important}.sidebar,.sidebar-mobile-bg,.conteudo{transition:all .3s ease-in-out}.hamburger-button{cursor:pointer;z-index:2500;position:fixed;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#222428e6;box-shadow:0 2px 10px #0003;border:none;color:#fff;font-size:1.4em}.sidebar-mobile-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:2000;transition:opacity .3s ease}.sidebar{position:fixed;top:0;height:100%;background:#1a1c25;z-index:2200;transition:left .3s ease,width .3s ease;box-shadow:0 0 20px #0006;overflow-y:auto;display:flex;flex-direction:column}.sidebar.closed{left:-100vw;width:0}.sidebar.open{left:0;width:80vw;max-width:300px}.sidebar-toggle{margin-left:12px;margin-top:12px;margin-bottom:20px;align-self:flex-start}@media(max-width:700px){.sidebar{left:-100vw!important;width:0}.sidebar.open{left:0!important;width:80vw!important;max-width:300px!important}}.botao-flutuante{position:fixed!important;bottom:32px!important;right:32px!important;z-index:9999!important;margin:0!important;box-shadow:0 4px 20px #6366f166!important;display:flex!important;align-items:center!important;justify-content:center!important;transform:none!important;float:none!important;clear:both!important;top:auto!important;left:auto!important}.botao-flutuante-fixado{position:fixed!important;z-index:9999!important;border-radius:50%!important;cursor:pointer!important;font-size:24px!important;width:60px!important;height:60px!important;transition:transform .2s ease,box-shadow .2s ease,opacity .3s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 20px #6366f166!important;background:linear-gradient(120deg,#4f46e5,#6366f1)!important;color:#fff!important;border:none!important;outline:none!important;padding:0!important;overflow:hidden!important}.botao-flutuante-fixado:hover{transform:scale(1.05)!important;box-shadow:0 6px 25px #6366f199!important}.botao-flutuante-fixado:active{transform:scale(.95)!important}.botao-flutuante-fixado i{font-size:inherit!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important}body:has(.botao-flutuante) .botao-flutuante,body .botao-flutuante,html .botao-flutuante{visibility:visible!important;opacity:1!important;display:flex!important}@media(max-width:700px){.botao-flutuante,.botao-flutuante-fixado{bottom:16px!important;right:16px!important;width:48px!important;height:48px!important;font-size:22px!important}.seta-menu-opcoes-padrao{width:28px!important;height:28px!important;font-size:1.2em!important}.item .opcoes-wrapper,.item-financeiro .opcoes-wrapper,.item-tarefa .opcoes-wrapper,.item-colheita .opcoes-wrapper,.item-aplicacao .opcoes-wrapper{top:8px!important;right:8px!important}}.item,.item-financeiro,.item-tarefa,.item-colheita,.item-aplicacao{position:relative!important}.item .opcoes-wrapper,.item-financeiro .opcoes-wrapper,.item-tarefa .opcoes-wrapper,.item-colheita .opcoes-wrapper,.item-aplicacao .opcoes-wrapper{position:absolute!important;top:12px!important;right:12px!important;z-index:10!important}.menu-opcoes-padrao-lista{right:0!important;left:auto!important;top:calc(100% + 5px)!important}#tarefas .opcoes-wrapper,#financeiro .opcoes-wrapper,#colheita .opcoes-wrapper,#aplicacoes .opcoes-wrapper{position:absolute!important;top:12px!important;right:12px!important}.opcoes-wrapper{position:relative!important;display:flex!important;justify-content:flex-end!important;align-items:center!important}body.modal-open{overflow:hidden!important}.modal-flutuante-bg{z-index:10000!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:#000000b3!important;display:none!important;opacity:0!important;transition:opacity .2s ease-in-out;align-items:center!important;justify-content:center!important}.modal-oculto,.modal-flutuante-bg.modal-oculto,html body .modal-flutuante-bg.modal-oculto{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:-1!important}.modal-flutuante{background-color:#2a2d36!important;border-radius:16px!important;padding:24px!important;width:90%!important;max-width:500px!important;max-height:90vh!important;overflow-y:auto!important;position:relative!important;box-shadow:0 5px 30px #0000004d!important;animation:modal-slide-in .3s ease!important}@keyframes modal-slide-in{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.botao-flutuante,.botao-flutuante-fixado{opacity:1!important;z-index:9999!important}body.modal-open .botao-flutuante,body.modal-open .botao-flutuante-fixado{opacity:0!important;visibility:hidden!important}.fechar-modal{position:absolute!important;top:15px!important;right:15px!important;background:transparent!important;border:none!important;color:#ccc!important;font-size:18px!important;cursor:pointer!important;z-index:10!important;transition:color .2s!important}.fechar-modal:hover{color:#fff!important}html body .modal-flutuante-bg.modal-oculto,html body .modal-oculto.modal-flutuante-bg,.modal-oculto.modal-flutuante-bg,.modal-flutuante-bg.modal-oculto{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:-1!important}html body .modal-flutuante-bg:not(.modal-oculto)[style*="display: flex"],html body .modal-flutuante-bg.ativo,.modal-flutuante-bg.ativo,.modal-flutuante-bg:not(.modal-oculto)[style*="display: flex"]{display:flex!important;opacity:1!important;visibility:visible!important;z-index:10000!important}.modal-flutuante{z-index:10001!important;position:relative!important}@supports (-webkit-touch-callout: none){.modal-flutuante{max-height:-webkit-fill-available;max-height:80vh;overflow-y:auto;-webkit-overflow-scrolling:touch}html.modal-open,body.modal-open{position:fixed;width:100%;overflow:hidden}}@media(max-width:480px){.modal-flutuante{padding:20px 16px!important;max-height:85vh!important;width:94%!important;border-radius:14px!important}.modal-flutuante input,.modal-flutuante select{margin-bottom:12px!important;font-size:16px!important}.modal-flutuante button:not(.fechar-modal){padding:12px!important;margin-top:10px!important}.fechar-modal{top:12px!important;right:12px!important;font-size:20px!important;padding:6px!important}}@media(max-width:360px){.modal-flutuante{padding:18px 14px!important;width:96%!important}}@media(max-height:500px)and (orientation:landscape){.modal-flutuante{max-height:94vh!important;padding:16px 14px!important}}
