body{background-color:#f2f3f8;font-family:Inter,sans-serif;margin:0}.sidebar{background-color:#2f54eb;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100vh;left:0;overflow-y:auto;padding:20px 10px;position:fixed;top:0;width:200px}.banner-container{align-items:center;background-color:#f2f3f8;display:flex;height:100px;justify-content:center;margin:0 auto;width:70%}.banner{height:100px;object-fit:contain;width:70%}.sidebar img{height:80px;margin-bottom:5px;object-fit:contain;width:180px}.sidebar h2{font-size:18px;margin-bottom:20px;text-align:center}.menu-button{align-items:center;background-color:#4d7fff;border:none;border-radius:12px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:14px;margin-bottom:10px;padding:10px;text-decoration:none;width:180px}.menu-button.active,.menu-button:hover{background-color:#1d39c4;color:#fff}.menu-button.active{font-weight:700}.menu-exit{align-items:center;background-color:red;border-radius:12px;box-sizing:border-box;color:#fff;display:flex;font-size:14px;margin-bottom:5px;margin-top:auto;padding:10px;text-decoration:none;width:180px}.menu-exit:hover{background-color:#d00101}.main{margin-left:240px;padding:30px}.cards-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.card{animation:cardSlideIn .2s ease-out forwards;background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #0000000f;flex:0 0 auto;height:100%;opacity:0;overflow:hidden;transform:translateY(30px) scale(.95);transition:transform .2s ease,box-shadow .3s ease,opacity .6s ease;width:350px}.card:first-child{animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.25s}.card:nth-child(4){animation-delay:.3s}.card:nth-child(5){animation-delay:.35s}.card:nth-child(6){animation-delay:.4s}.card:hover{box-shadow:0 12px 30px #0000001f;transform:translateY(-8px) scale(1.02)}.card img{animation:imageZoomIn .4s ease-out .1s forwards;opacity:0;transform:scale(1.1);transition:transform .2s ease;width:100%}.card:hover img{transform:scale(1.05)}.card-body{animation:contentFadeIn .4s ease-out .4s forwards;opacity:0;padding:20px;transform:translateY(20px)}.card-title{animation:titleSlideIn .4s ease-out .3s forwards;color:#1d39c4;font-size:18px;font-weight:700;opacity:0;text-align:center;transform:translateX(-20px)}.card-text{animation:textSlideIn .4s ease-out .3s forwards;color:#333;font-size:14px;margin:10px 0;opacity:0;transform:translateX(20px)}.button-acessar{animation:buttonPopIn .4s ease-out .3s forwards;background-color:#2f54eb;border-radius:8px;color:#fff;display:inline-block;margin:0 auto;opacity:0;padding:10px 20px;text-align:center;text-decoration:none;transform:translateY(20px) scale(.9);transition:.2s ease;width:90%}.button-acessar:hover{background-color:#1d39c4;box-shadow:0 6px 20px #2f54eb4d;transform:scale(1.05) translateY(-2px)}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes imageZoomIn{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes titleSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes textSlideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes buttonPopIn{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.btn-verde{animation:buttonSlideDown .5s ease-out .2s forwards;background-color:#52c41a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;margin-bottom:20px;opacity:0;padding:10px 18px;text-decoration:none;transform:translateY(-20px) scale(.9);transition:all .3s}.btn-verde:hover{background-color:#389e0d;box-shadow:0 6px 20px #52c41a4d;transform:scale(1.05) translateY(-2px)}@keyframes buttonSlideDown{0%{opacity:0;transform:translateY(-20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.report-list{list-style:none;margin:15px 0;padding:0}.report-list li{border-bottom:1px solid #f0f0f0;color:#666;padding:8px 0}.report-list li:last-child{border-bottom:none}.spinner-overlay{align-items:center;background:#2f54eb;display:flex;height:100vh;justify-content:center;left:200px;position:fixed;top:0;width:calc(100vw - 200px);z-index:9999}.spinner-container{align-items:center;display:flex;flex-direction:column;gap:25px}.modern-loader{height:60px;position:relative;width:60px}.loader-ring{animation:spin 2s linear infinite;border:3px solid #0000;border-radius:50%;position:absolute}.loader-ring:first-child{animation-delay:0s;border-right-color:#ffffff4d;border-top-color:#fff;height:60px;width:60px}.loader-ring:nth-child(2){animation-delay:-.6s;animation-direction:reverse;border-left-color:#e8f4fd66;border-top-color:#e8f4fd;height:45px;left:7.5px;top:7.5px;width:45px}.loader-ring:nth-child(3){animation-delay:-1.2s;border-bottom-color:#b3d9ff80;border-top-color:#b3d9ff;height:30px;left:15px;top:15px;width:30px}.loading-text{color:#fff;display:flex;font-family:Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;gap:1px;letter-spacing:1px;text-shadow:0 1px 2px #0000001a}.loading-text span{animation:fade 2s ease-in-out infinite both;display:inline-block}.loading-text span:first-child{animation-delay:0s}.loading-text span:nth-child(2){animation-delay:.1s}.loading-text span:nth-child(3){animation-delay:.2s}.loading-text span:nth-child(4){animation-delay:.3s}.loading-text span:nth-child(5){animation-delay:.4s}.loading-text span:nth-child(6){animation-delay:.5s}.loading-text span:nth-child(7){animation-delay:.6s}.loading-text span:nth-child(8){animation-delay:.7s}.loading-text span:nth-child(9){animation-delay:.8s}.loading-text span:nth-child(10){animation-delay:.9s}.loading-text span:nth-child(11){animation-delay:1s}.loading-text span:nth-child(12){animation-delay:1.1s}.loading-text span:nth-child(13){animation-delay:1.2s}.loading-text span:nth-child(14){animation-delay:1.3s}.loading-text span:nth-child(15){animation-delay:1.4s}.loading-text span:nth-child(16){animation-delay:1.5s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fade{0%,to{opacity:.4}50%{opacity:1}}.spinner-overlay{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.spinner-overlay{left:0;width:100vw}.loader-ring:first-child,.modern-loader{height:50px;width:50px}.loader-ring:nth-child(2){height:37px;left:6.5px;top:6.5px;width:37px}.loader-ring:nth-child(3){height:24px;left:13px;top:13px;width:24px}.loading-text{font-size:14px}}
/*# sourceMappingURL=main.0837ca9a.css.map*/