@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&display=swap";
.pagina-teste-new{box-sizing:border-box;flex-direction:row;width:100%;max-width:100%;height:100vh;max-height:100vh;display:flex;position:relative;overflow:hidden}@supports (height:100dvh){.pagina-teste-new{height:100dvh;max-height:100dvh}}@media (max-width:768px){.pagina-teste-new{flex-direction:column;overflow-x:hidden}}.pagina-teste-new *{box-sizing:border-box}.pagina-teste-new .background-beams-container{z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.pagina-teste-new .fade-in,.pagina-teste-new .fade-in-delayed,.pagina-teste-new .slide-in-up,.pagina-teste-new .slide-in-left,.pagina-teste-new .scale-in,.pagina-teste-new .nav-fade-in,.pagina-teste-new .loading-fade-in,.pagina-teste-new .loading-scale-in,.pagina-teste-new .loading-slide-up,.pagina-teste-new .loading-logo,.pagina-teste-new .loading-spinner,.pagina-teste-new .loading-text,.pagina-teste-new .stagger-item{opacity:1!important}.pagina-teste-new .fade-in{opacity:1;animation:.5s ease-out forwards fadeIn}.pagina-teste-new .fade-in-delayed{opacity:1;animation:.5s ease-out .1s forwards fadeIn}.pagina-teste-new .slide-in-up{opacity:1;animation:.4s ease-out forwards slideInUp;transform:translateY(0)}.pagina-teste-new .slide-in-left{opacity:1;animation:.4s ease-out forwards slideInLeft;transform:translate(0)}.pagina-teste-new .scale-in{opacity:1;animation:.4s ease-out forwards scaleIn;transform:scale(1)}.pagina-teste-new .nav-fade-in{opacity:1;animation:.4s ease-out forwards navFadeIn;transform:translateY(0)}.pagina-teste-new .loading-fade-in{opacity:1;animation:.4s ease-out forwards fadeIn}.pagina-teste-new .loading-scale-in{opacity:1;animation:.5s ease-out .2s forwards loadingScaleIn;transform:scale(1)}.pagina-teste-new .loading-slide-up{opacity:1;animation:.6s ease-out .4s forwards slideInUp;transform:translateY(0)}.pagina-teste-new .loading-logo{opacity:1;animation:.5s ease-out .6s forwards logoScaleIn;transform:scale(1)}.pagina-teste-new .loading-spinner{opacity:1;animation:.3s ease-out .8s forwards spinnerAppear,1s linear .8s infinite spin;transform:scale(1)}.pagina-teste-new .loading-text{opacity:1;animation:.4s ease-out 1s forwards fadeIn}.pagina-teste-new .stagger-item{opacity:1;transform:translateY(0)}.pagina-teste-new .stagger-item:first-child{animation:.4s ease-out .1s forwards slideInUp}.pagina-teste-new .stagger-item:nth-child(2){animation:.4s ease-out .18s forwards slideInUp}.pagina-teste-new .stagger-item:nth-child(3){animation:.4s ease-out .26s forwards slideInUp}.pagina-teste-new .stagger-item:nth-child(4){animation:.4s ease-out .34s forwards slideInUp}.pagina-teste-new .stagger-item:nth-child(5){animation:.4s ease-out .42s forwards slideInUp}.pagina-teste-new .stagger-item:nth-child(6){animation:.4s ease-out .5s forwards slideInUp}.pagina-teste-new .stagger-item:nth-child(7){animation:.4s ease-out .58s forwards slideInUp}.pagina-teste-new .stagger-item:nth-child(8){animation:.4s ease-out .66s forwards slideInUp}.pagina-teste-new .hover-lift:active{transition:all .15s cubic-bezier(.4,0,.2,1);transform:translateY(0)scale(.99)}.pagina-teste-new .hover-scale{transition:all .2s cubic-bezier(.4,0,.2,1)}.pagina-teste-new .hover-scale:hover{transform:scale(1.02)translateY(-1px)}.pagina-teste-new .hover-scale:active{transform:scale(.98)}.pagina-teste-new .hover-button:hover{transform:scale(1.02)}.pagina-teste-new .hover-button:active{transform:scale(.98)}.pagina-teste-new .accordion-content{opacity:0;max-height:0;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,padding .3s ease-in-out;overflow:hidden}.pagina-teste-new .accordion-content.expanded{opacity:1;max-height:2000px;animation:.2s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes navFadeIn{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes loadingScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes logoScaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes spinnerAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pagina-teste-new .profile-img-loading{justify-content:center;align-items:center;width:80px;height:80px;display:flex}.pagina-teste-new .loader{border:4px solid #3498db;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.pagina-teste-new .hover-lift{transition:all .3s cubic-bezier(.4,0,.2,1)}.pagina-teste-new .hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.pagina-teste-new .hover-glow{transition:all .3s}.pagina-teste-new .hover-glow:hover{box-shadow:0 0 20px #ff6b354d}.pagina-teste-new .accordion-section{margin-bottom:1.2rem}.pagina-teste-new .accordion-header{color:#333;cursor:pointer;background:#f7f7f7;border:none;border-radius:8px;outline:none;justify-content:space-between;align-items:center;width:100%;padding:.8rem 1.2rem;font-size:1.1rem;font-weight:500;transition:background .2s;display:flex;box-shadow:0 1px 2px #0000000a}.pagina-teste-new .accordion-header.active{color:#ff6b35;background:#ffe5d0}.pagina-teste-new .accordion-content{background:#fafafa;border-radius:0 0 8px 8px;margin-top:-.5rem;padding:1rem 1.2rem 1.2rem;animation:.2s fadeIn;box-shadow:inset 0 2px 4px #0000000d,inset 0 1px 2px #00000014,0 2px 8px #0000000a}.pagina-teste-new .device-item,.pagina-teste-new .staff-item,.pagina-teste-new .finance-item{background:#f9f9f9;border-radius:6px;align-items:center;gap:1rem;margin-bottom:.8rem;padding:.7rem 1rem;display:flex;box-shadow:0 1px 2px #00000008}.pagina-teste-new .device-image{object-fit:cover;background-color:#f8fafc;border:2px solid #eee;border-radius:50%;width:48px;height:48px}.pagina-teste-new .device-menu{cursor:pointer;color:#888;background:0 0;border:none;border-radius:50%;padding:.2rem;transition:background .2s}.pagina-teste-new .device-menu:hover{color:#ff6b35;background:#ffe5d0}.pagina-teste-new .finance-item{background:#f7f7f7;border-left:4px solid #ff6b35;flex-direction:column;align-items:flex-start;gap:.2rem;padding-left:1rem}@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.pagina-teste-new *{box-sizing:border-box;margin:0;padding:0}.pagina-teste-new html{scroll-behavior:smooth;width:100%;max-width:100%;overflow-x:hidden}.pagina-teste-new body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100%;position:relative;overflow-x:hidden}.pagina-teste-new .dashboard{background:0 0;flex-direction:row;width:100%;max-width:100%;height:100%;max-height:100%;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.pagina-teste-new .dashboard-content{box-sizing:border-box;background:0 0;flex-direction:column;flex:1;width:100%;min-width:0;max-width:100%;height:100%;max-height:100%;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.pagina-teste-new .dashboard-content{padding-top:52px}}.pagina-teste-new .main-content{box-sizing:border-box;flex-direction:column;flex:1;gap:0;width:100%;padding:1.5rem;display:flex;position:relative;overflow:hidden auto}.pagina-teste-new .main-content>*{width:100%}.pagina-teste-new .main-content .welcome-card{margin-bottom:2rem}@media (max-width:1024px){.pagina-teste-new .main-content{padding:1.25rem}}@media (max-width:768px){.pagina-teste-new .main-content{padding:1rem}}@media (max-width:480px){.pagina-teste-new .main-content{padding:.75rem}}.pagina-teste-new .main-content::-webkit-scrollbar{width:10px}.pagina-teste-new .main-content::-webkit-scrollbar-track{background:#00000008;border-radius:5px}.pagina-teste-new .main-content::-webkit-scrollbar-thumb{background:#4e73df4d;border-radius:5px;transition:background .2s}.pagina-teste-new .main-content::-webkit-scrollbar-thumb:hover{background:#4e73df80}.pagina-teste-new .main-content::-webkit-scrollbar-thumb:active{background:#4e73dfb3}.pagina-teste-new .main-content{scrollbar-width:thin;scrollbar-color:#0000004d #0000000d}@media (max-width:768px){.pagina-teste-new .dashboard{flex-direction:column}}.pagina-teste-new .welcome-title{color:#5a5c69;flex-wrap:wrap;align-items:baseline;gap:.3em;margin-bottom:1.5rem;font-size:1.75rem;font-weight:400;line-height:1.2;display:inline-flex}.pagina-teste-new .welcome-title>span{color:inherit}.pagina-teste-new .welcome-dot{margin-left:2px;font-weight:900}.pagina-teste-new .username-highlight{display:inline-block;font-weight:800!important}@keyframes usernameGlow{0%{filter:brightness()saturate()}to{filter:brightness(1.1)saturate(1.2)}}.pagina-teste-new .stats-bar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.pagina-teste-new .stat-item{flex-direction:column;gap:6px;display:flex}.pagina-teste-new .stat-item.empty{flex:1;width:0}.pagina-teste-new .stat-label{color:#64748b;letter-spacing:-.008em;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:500}.pagina-teste-new .stat-btn{cursor:pointer;color:#fff;background:#4e73df;border:1px solid #0000;border-radius:.35rem;padding:.375rem .75rem;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;font-weight:400}.pagina-teste-new .stat-btn.active{background:#2e59d9;border-color:#2653d4}.pagina-teste-new .stat-btn.highlight{background:#ff6b35;border-color:#ff6b35}.pagina-teste-new .stat-btn.outline{color:#4e73df;background:0 0;border:1px solid #4e73df}.pagina-teste-new .summary-stats{flex-direction:row;align-items:flex-end;gap:24px;margin-left:auto;display:flex}.pagina-teste-new .summary-item{flex-direction:column;align-items:center;display:flex}.pagina-teste-new .summary-icon{color:#666;background:#f5f3f0;border:1px solid #ebe7e0;border-radius:6px;justify-content:center;align-items:center;padding:6px;font-size:14px;display:inline-flex}.pagina-teste-new .summary-number{padding-bottom:none;letter-spacing:-.03em;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:42px;font-weight:400;font-stretch:75%;line-height:.8}.pagina-teste-new .summary-unit{opacity:.7;margin-left:2px;font-size:16px;font-weight:400}.pagina-teste-new .summary-label{color:#0009;font-size:11px;font-weight:500}.pagina-teste-new .dashboard-grid{grid-template-columns:260px 1fr 320px;gap:6px;display:grid}.pagina-teste-new .left-section{flex-direction:column;gap:4px;display:flex}.pagina-teste-new .summary-icon-value-col{flex-direction:column;gap:3px;display:flex}.pagina-teste-new .summary-icon-value-row{flex-direction:row;align-items:flex-end;gap:6px;display:flex}.pagina-teste-new .profile-card{background:#fafafa;border:1px solid #e3e6f0;border-radius:.35rem;margin-bottom:1.5rem;padding:0;position:relative;top:0;overflow:hidden;box-shadow:0 .15rem 1.75rem #3a3b4526}.pagina-teste-new .profile-image{border-radius:16px;width:100%;height:100%;padding:0;position:relative}.pagina-teste-new .profile-image img{aspect-ratio:1;width:100%}.pagina-teste-new .profile-info{color:#fff;text-shadow:0 2px 8px #0000004d;z-index:2;position:absolute;bottom:24px;left:24px;right:24px}.pagina-teste-new .profile-overlay{z-index:-1;background:linear-gradient(#0000 0%,#0000001a 20%,#0006 50%,#000000b3 100%);border-radius:8px;position:absolute;inset:-8px}.pagina-teste-new .profile-info h3{letter-spacing:-.02em;margin:0 0 2px;font-size:18px;font-weight:700}.pagina-teste-new .profile-info p{opacity:.95;margin:0;font-size:12px;font-weight:500}.pagina-teste-new .accordion-section{background:#fafafa;border:1px solid #e3e6f0;border-radius:.35rem;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 .15rem 1.75rem #3a3b4526}.pagina-teste-new .accordion-header{cursor:pointer;color:#4e73df;text-transform:uppercase;background:#f8f9fc;border:none;border-bottom:1px solid #e3e6f0;border-radius:0;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;display:flex}.pagina-teste-new .accordion-header svg{color:#858796;transition:transform .2s}.pagina-teste-new .accordion-header.active svg{transform:rotate(180deg)}.pagina-teste-new .device-item{background:#fafafa;border-top:1px solid #e3e6f0;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.pagina-teste-new .device-item:first-child{border-top:none}.pagina-teste-new .device-image{object-fit:cover;background-color:#f8fafc;border-radius:8px;width:44px;height:44px}.pagina-teste-new .device-info{flex:1}.pagina-teste-new .device-info h4{color:#5a5c69;margin:0 0 .125rem;font-size:.875rem;font-weight:700}.pagina-teste-new .device-info p{color:#858796;margin:0;font-size:.75rem;font-weight:400}.pagina-teste-new .device-menu{cursor:pointer;color:#999;background:0 0;border:none;padding:4px}.pagina-teste-new .center-section{flex-direction:column;gap:6px;display:flex}.pagina-teste-new .expand-btn{cursor:pointer;color:#666;background:0 0;border:none;font-size:16px}.pagina-teste-new .progress-content{align-items:flex-start;gap:10px;margin-bottom:20px;display:flex}.pagina-teste-new .hours-display{align-items:baseline;display:flex}.pagina-teste-new .hours{letter-spacing:-.03em;font-size:40px;font-weight:700;line-height:1}.pagina-teste-new .hours-label{color:#666;margin-left:2px;font-size:20px;font-weight:600}.pagina-teste-new .work-time-label{color:#666;margin-top:6px;font-size:12px;font-weight:500}.pagina-teste-new .week-label{color:#999;font-size:11px}.pagina-teste-new .highlight-badge{color:#fff;letter-spacing:-.01em;background:#ff6b35;border-radius:14px;margin-left:auto;padding:5px 12px;font-size:12px;font-weight:700}.pagina-teste-new .week-chart{align-items:flex-end;gap:12px;height:110px;padding-top:16px;display:flex}.pagina-teste-new .chart-bar{flex-direction:column;flex:1;align-items:center;gap:6px;height:100%;display:flex}.pagina-teste-new .bar{background:#e5e5e5;border-radius:6px 6px 0 0;width:100%;transition:all .3s}.pagina-teste-new .bar.active{background:#ff6b35}.pagina-teste-new .chart-bar span{color:#999;font-size:11px;font-weight:600}.pagina-teste-new .calendar-section{background:#fafafa;border:1px solid #e3e6f0;border-radius:.35rem;padding:1.25rem;box-shadow:0 .15rem 1.75rem #3a3b4526}.pagina-teste-new .calendar-header{gap:16px;margin-bottom:12px;display:flex}.pagina-teste-new .month{color:#999;padding:6px 0;font-size:13px;font-weight:500}.pagina-teste-new .month.current{color:#1a1a1a;font-weight:600}.pagina-teste-new .calendar-days{border-bottom:1px solid #f0f0f0;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:16px;padding-bottom:16px;display:grid}.pagina-teste-new .day-column{text-align:center}.pagina-teste-new .day-header{color:#999;margin-bottom:6px;font-size:11px;font-weight:600}.pagina-teste-new .day-number{color:#666;font-size:13px;font-weight:500}.pagina-teste-new .calendar-events{flex-direction:column;gap:8px;display:flex}.pagina-teste-new .event-time{color:#999;padding:3px 0;font-size:11px;font-weight:600}.pagina-teste-new .event-card{border-radius:10px;padding:14px;position:relative}.pagina-teste-new .event-card.team-sync{color:#fff;background:#1a1a1a}.pagina-teste-new .event-card.onboarding{background:#f5f5f5}.pagina-teste-new .event-card.dinner{color:#fff;background:#ff6b35}.pagina-teste-new .event-title{letter-spacing:-.01em;margin-bottom:3px;font-size:13px;font-weight:600}.pagina-teste-new .event-subtitle{opacity:.75;margin-bottom:10px;font-size:11px;font-weight:500}.pagina-teste-new .event-avatars{gap:4px;display:flex}.pagina-teste-new .avatar{background:#666;border:2px solid #fff;border-radius:50%;width:22px;height:22px}.pagina-teste-new .right-section{flex-direction:column;gap:6px;display:flex}.pagina-teste-new .time-circle{width:180px;height:180px;margin:16px auto;position:relative}.pagina-teste-new .circle-svg{width:100%;height:100%}.pagina-teste-new .time-display{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pagina-teste-new .time{letter-spacing:-.02em;font-size:32px;font-weight:700;line-height:1}.pagina-teste-new .time-label{color:#999;margin-top:4px;font-size:11px;font-weight:500}.pagina-teste-new .percentage{letter-spacing:-.02em;font-size:22px;font-weight:700}.pagina-teste-new .onboarding-bars{gap:10px;margin-bottom:12px;display:flex}.pagina-teste-new .progress-bar{flex:1;position:relative}.pagina-teste-new .bar-label{color:#666;margin-bottom:6px;font-size:10px;font-weight:600}.pagina-teste-new .bar-fill{border-radius:10px;height:70px}.pagina-teste-new .bar-fill.task{background:#3498db}.pagina-teste-new .bar-fill.progress{background:#1a1a1a}.pagina-teste-new .bar-fill.incomplete{background:#e5e5e5}.pagina-teste-new .legend{gap:16px;margin-bottom:20px;display:flex}.pagina-teste-new .legend-item{align-items:center;gap:6px;font-size:11px;font-weight:500;display:inline-flex}.pagina-teste-new .dot{border-radius:50%;width:8px;height:8px}.pagina-teste-new .dot.task{background:#ff6b35}.pagina-teste-new .dot.progress{background:#1a1a1a}.pagina-teste-new .dot.incomplete{background:#e5e5e5}@media (max-width:1400px){.pagina-teste-new .dashboard-grid{grid-template-columns:240px 1fr 300px}}@media (max-width:768px){.pagina-teste-new .dashboard-grid{grid-template-columns:1fr}.pagina-teste-new .summary-stats{flex-direction:row;justify-content:space-around;width:100%;margin-left:0}.pagina-teste-new .summary-item{text-align:center;flex:1}.pagina-teste-new .summary-number{font-size:24px}.pagina-teste-new .dashboard{padding:12px}.pagina-teste-new .welcome-title{margin-bottom:12px;font-size:24px}.pagina-teste-new .stats-bar{flex-direction:column;gap:8px;margin-bottom:20px}.pagina-teste-new .profile-card{margin-bottom:16px}.pagina-teste-new .profile-image{padding:12px}.pagina-teste-new .accordion-section{margin-bottom:8px}.pagina-teste-new .accordion-header{align-items:center;min-height:44px;padding:12px 14px;font-size:14px;display:flex}.pagina-teste-new .device-item{min-height:60px;padding:12px 14px}.pagina-teste-new .device-menu{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;display:flex}.pagina-teste-new .card{padding:12px}.pagina-teste-new .card-header h3{font-size:14px}.pagina-teste-new .hours{font-size:28px}.pagina-teste-new .hours-label{font-size:16px}.pagina-teste-new .time-circle{width:140px;height:140px}.pagina-teste-new .time{font-size:24px}.pagina-teste-new .calendar-days{grid-template-columns:repeat(3,1fr);gap:8px}.pagina-teste-new .calendar-events{gap:6px}.pagina-teste-new .event-card{padding:10px}}@media (max-width:480px){.pagina-teste-new .dashboard{background:#fcfcfc;height:100vh;padding:0;overflow:hidden}.pagina-teste-new .welcome-title{color:#1a1d29;letter-spacing:-.02em;margin-bottom:16px;padding:16px 16px 0;font-size:20px;font-weight:800}.pagina-teste-new .profile-card{display:none}.pagina-teste-new .stats-bar{-webkit-overflow-scrolling:touch;flex-direction:row;gap:6px;margin:0 12px 20px;padding:12px 0;display:flex;overflow-x:auto}.pagina-teste-new .stat-item{flex-direction:column;flex:1;align-items:center;gap:4px;min-width:0;display:flex}.pagina-teste-new .stat-label{color:#6c757d;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:8px;font-weight:600;line-height:1.1;overflow:hidden}.pagina-teste-new .stat-btn{white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:32px;padding:6px 8px;font-size:11px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 6px #0000001a}.pagina-teste-new .stat-btn:active{transform:scale(.98)}.pagina-teste-new .summary-stats{flex-direction:row;gap:6px;width:100%;margin-top:16px;margin-left:0;display:flex}.pagina-teste-new .summary-item{text-align:center;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:10px;flex-direction:column;flex:1;align-items:center;min-width:0;padding:8px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}.pagina-teste-new .summary-item:active{transform:scale(.98)}.pagina-teste-new .summary-icon-value-col{flex-direction:column;align-items:center;gap:2px;width:100%;display:flex}.pagina-teste-new .summary-icon-value-row{flex-direction:column;align-items:center;gap:3px;display:flex}.pagina-teste-new .summary-icon{color:#666;background:#f5f3f0;border:1px solid #ebe7e0;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;padding:4px;font-size:10px;display:flex}.pagina-teste-new .summary-number{color:#1a1d29;letter-spacing:-.02em;font-family:Nunito,sans-serif;font-size:18px;font-weight:400;line-height:.9}.pagina-teste-new .summary-unit{opacity:.7;margin-left:1px;font-size:10px;font-weight:400}.pagina-teste-new .summary-label{color:#6c757d;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;margin-top:1px;font-size:7px;font-weight:600;line-height:1.1;overflow:hidden}.pagina-teste-new .dashboard-grid{flex-direction:column;gap:12px;padding:0 16px 24px;display:flex}.pagina-teste-new .accordion-section{background:#f8f9fa;border-radius:12px;margin-bottom:10px;overflow:hidden;box-shadow:0 2px 8px #00000014}.pagina-teste-new .accordion-header{background:linear-gradient(135deg,#f8f9fa,#fff);border-bottom:1px solid #e9ecef;align-items:center;min-height:44px;padding:12px 16px;font-size:13px;font-weight:700;transition:all .2s;display:flex;position:relative}.pagina-teste-new .accordion-header:before{content:"";background:#ff6b35;width:3px;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.pagina-teste-new .accordion-header.active:before{transform:scaleY(1)}.pagina-teste-new .accordion-header:active{transform:scale(.99)}.pagina-teste-new .accordion-content{padding:0}.pagina-teste-new .device-item{border-bottom:1px solid #f1f3f4;gap:10px;min-height:56px;padding:12px 16px;transition:all .2s}.pagina-teste-new .device-item:last-child{border-bottom:none}.pagina-teste-new .device-item:active{background:#f8f9fa;transform:scale(.99)}.pagina-teste-new .device-menu{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:8px;transition:all .2s;display:flex}.pagina-teste-new .device-menu:active{background:#e9ecef;transform:scale(.95)}.pagina-teste-new .device-image{border:2px solid #e9ecef;border-radius:8px;width:36px;height:36px}.pagina-teste-new .device-info h4{color:#1a1d29;font-size:12px;font-weight:700}.pagina-teste-new .device-info p{color:#6c757d;font-size:10px;font-weight:500}.pagina-teste-new .card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;padding:20px}.pagina-teste-new .card-header{margin-bottom:16px}.pagina-teste-new .card-header h3{color:#1a1d29;font-size:18px;font-weight:800}.pagina-teste-new .hours{color:#1a1d29;font-size:32px;font-weight:800}.pagina-teste-new .hours-label{color:#6c757d;font-size:18px;font-weight:700}.pagina-teste-new .work-time-label{color:#6c757d;font-size:12px;font-weight:600}.pagina-teste-new .highlight-badge{border-radius:12px;padding:6px 12px;font-size:12px;font-weight:800}.pagina-teste-new .week-chart{gap:8px;height:100px}.pagina-teste-new .chart-bar span{color:#6c757d;font-size:11px;font-weight:600}.pagina-teste-new .time-circle{width:160px;height:160px;margin:16px auto}.pagina-teste-new .time{color:#1a1d29;font-size:28px;font-weight:800}.pagina-teste-new .time-label{color:#6c757d;margin-top:4px;font-size:12px;font-weight:600}.pagina-teste-new .percentage{color:#1a1d29;font-size:24px;font-weight:800}.pagina-teste-new .onboarding-bars{gap:8px;margin-bottom:12px}.pagina-teste-new .bar-fill{border-radius:12px;height:60px}.pagina-teste-new .bar-label{color:#6c757d;margin-bottom:6px;font-size:11px;font-weight:700}.pagina-teste-new .legend{gap:12px;margin-bottom:20px}.pagina-teste-new .legend-item{gap:6px;font-size:11px;font-weight:600}.pagina-teste-new .calendar-header{gap:12px;margin-bottom:12px}.pagina-teste-new .month{font-size:14px;font-weight:600}.pagina-teste-new .calendar-days{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;padding-bottom:16px}.pagina-teste-new .day-header{color:#6c757d;margin-bottom:6px;font-size:11px;font-weight:700}.pagina-teste-new .day-number{color:#1a1d29;font-size:14px;font-weight:700}.pagina-teste-new .event-time{color:#6c757d;font-size:11px;font-weight:700}.pagina-teste-new .event-card{border-radius:16px;padding:12px;box-shadow:0 2px 8px #0000001a}.pagina-teste-new .event-title{margin-bottom:4px;font-size:14px;font-weight:700}.pagina-teste-new .event-subtitle{margin-bottom:8px;font-size:11px;font-weight:500}.pagina-teste-new .avatar{border:2px solid #fff;width:20px;height:20px}}@media (max-width:768px){.pagina-teste-new .fade-in,.pagina-teste-new .fade-in-delayed,.pagina-teste-new .slide-in-up,.pagina-teste-new .slide-in-left,.pagina-teste-new .scale-in,.pagina-teste-new .nav-fade-in,.pagina-teste-new .loading-fade-in,.pagina-teste-new .loading-scale-in,.pagina-teste-new .loading-slide-up,.pagina-teste-new .loading-logo,.pagina-teste-new .loading-spinner,.pagina-teste-new .loading-text,.pagina-teste-new .stagger-item{transition:none!important;animation:none!important}.pagina-teste-new .slide-in-up,.pagina-teste-new .slide-in-left{transform:none!important}.pagina-teste-new *{transition-duration:.1s!important;animation-duration:.1s!important}}.pagina-teste-new .loading-component{z-index:9999;background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.pagina-teste-new .spinner{border:3px solid #f0f0f0;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.pagina-teste-new .loading-component p{text-align:center;color:#666;margin:0}.pagina-teste-new .global-loading{z-index:10000;opacity:0;pointer-events:none;will-change:opacity,transform;background:#fff;border:none;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin:0;padding:0;transition:none;display:flex;position:fixed;inset:0 0 0 80px;transform:scale(1)}.pagina-teste-new .global-loading .spinner{border:3px solid #f0f0f0;border-top-color:#3498db;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.pagina-teste-new .global-loading p{text-align:center;color:#666;margin:0}.pagina-teste-new .global-loading.visible{opacity:1;pointer-events:auto;transition:none}.pagina-teste-new .global-loading.fading{opacity:0;pointer-events:none;transition:opacity .3s ease-out,transform .3s ease-out;transform:scale(.95)}@media (max-width:768px){.pagina-teste-new .global-loading{left:0}}@media (max-width:480px){.pagina-teste-new *{transition:none!important;animation:none!important}}
