@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--background-color:#fff;--foreground-color:#000;--font-poppins:"Poppins", "Roboto", sans-serif}body,html{background-color:var(--background-color);font-family:var(--font-poppins);color:var(--foreground-color);height:100%;margin:0;overflow:hidden}.title-context{text-align:center;margin:0 0 5px;font-size:28px;font-weight:600}.subtitle-context{color:#666;text-align:center;margin:0 0 30px;font-size:11px}.loading-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;overflow:hidden}.gif-overlay{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.primary-btn{font-family:var(--font-poppins);color:#fff;cursor:pointer;background-color:#33f;border:none;border-radius:5px;padding:5px 10px}.primary-btn:hover{color:#fff;background:#3d3dfe;border-color:#3d3dfe}.secondary-btn{font-family:var(--font-poppins);color:#fff;cursor:pointer;background-color:#f35;border:none;border-radius:5px;padding:5px 10px}.secondary-btn:hover{color:#fff;background:#ff4d4f;border-color:#ff4d4f}.submit-button-layout{flex-direction:row;justify-content:center;align-items:center;gap:10px;margin:10px;display:flex}.rok-form-container{width:500px;box-shadow:inset;border:1px solid #000;border-radius:4px;flex-direction:column;gap:10px;padding:20px;display:flex}.brand-container{flex-direction:row;align-items:center;display:flex}.rok-form-layout{justify-content:start;align-items:start;width:500px}.rok-sl-input{font-family:var(--font-poppins);border:1px solid #ccc;border-radius:4px;width:100%;min-width:300px;max-width:300px;max-height:30px;padding:4px;font-size:12px}.rok-form-label-space label{color:#444;text-overflow:ellipsis;white-space:nowrap;align-items:start;width:150px;min-width:150px;max-width:150px;font-size:13px;font-weight:500;display:flex;overflow:hidden}.rok-sl-input:focus{outline:none}.rok-form-label-space{flex-direction:row;justify-content:space-between;width:auto;height:fit-content;margin-bottom:2px;display:flex}.forgot-password-link{color:#007bff;text-align:right;margin-top:-10px;margin-bottom:15px;font-size:11px;text-decoration:underline;display:block}.forgot-password-link:hover{text-decoration:underline}.app-nav{box-sizing:border-box;z-index:500;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:auto;padding:.2rem;display:flex;position:relative;overflow:visible!important}.app-nav .brand-container{cursor:pointer;border:1px solid #eee;border-radius:100%;padding:5px}.nav-profile{align-items:center;gap:1rem;display:flex;position:relative;overflow:visible!important}.profile-trigger{cursor:pointer;border-radius:50%;align-items:center;padding:4px;transition:background .2s;display:flex}.profile-trigger:hover{background:#f5f5f5}.profile-overlay{z-index:1000;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:200px;padding:1.2rem;animation:.2s ease-out forwards fadeIn;position:absolute;top:45px;right:0;box-shadow:0 10px 30px #0000001a}.profile-overlay:before{content:"";background:#fff;border-top:1px solid #e0e0e0;border-left:1px solid #e0e0e0;width:12px;height:12px;position:absolute;top:-6px;right:37%;transform:rotate(45deg)}.profile-table{border-collapse:collapse;width:100%}.profile-table td{vertical-align:top;padding:4px 0;font-size:.65rem}.profile-table .label{color:#999;width:65px;font-weight:500}.profile-table .value{color:#333;word-break:break-all;padding-left:12px;font-weight:500}.profile-table tr:not(:last-child){border-bottom:1px solid #f5f5f5}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.app-container{height:calc(100vh - 40px);display:flex;overflow:hidden}.sidebar{scrollbar-width:none;background-color:#fff;border-right:1px solid #eee;flex-shrink:0;width:200px;height:100%;transition:width .3s;position:relative;overflow:hidden auto}.sidebar::-webkit-scrollbar{display:none}.sidebar.collapsed{width:56px}.sidebar-item{color:#555;cursor:pointer;white-space:nowrap;align-items:center;gap:12px;padding:10px 16px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex;position:relative;overflow:hidden}.sidebar-item .sidebar-icon{justify-content:center;align-items:center;min-width:24px;font-size:1.1rem;display:flex}.sidebar-item .sidebar-label{opacity:1;transition:opacity .2s}.sidebar.collapsed .sidebar-label{opacity:0;width:0;overflow:hidden}.sidebar-item:hover{color:#000;background-color:#f8f9fa;border-right:3px solid #ff4d4f}.sidebar-item.active{color:#ff4d4f;background-color:#fff1f0;border-right:3px solid #ff4d4f}.sidebar.collapsed .sidebar-item:hover:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;background:#333;border-radius:4px;padding:4px 10px;font-size:.75rem;position:absolute;top:50%;left:56px;transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.main-layout{scrollbar-width:none;background-color:#fff;flex-grow:1;min-width:0;transition:margin-left .3s;overflow:hidden auto}.main-layout::-webkit-scrollbar{display:none}.app-content{background-color:var(--background-color);box-sizing:border-box;padding:10px}.app-content h2{margin:0 0 5px;font-size:24px;font-weight:600}.dashboard-grid{flex-grow:1;grid-template-columns:repeat(2,1fr);gap:20px;width:100%;min-width:0;margin-top:20px;display:grid}@media (width<=1000px){.dashboard-grid{grid-template-columns:1fr}}.chart_container{box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:0;padding:20px;transition:transform .2s;overflow:hidden;box-shadow:0 2px 4px #00000005}.canvas_wrapper{width:100%;height:250px;position:relative}.chart_container h1{text-align:center;margin:0 0 5px;font-size:20px;font-weight:500}.chart_container p{text-align:center;margin:0 0 5px;font-size:12px;font-weight:400}._skeletonContainer_12l2e_2{box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;width:100%;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 4px #00000005}@keyframes _shimmer_12l2e_29{0%{transform:translate(-100%)}to{transform:translate(100%)}}._shimmerOverlay_12l2e_29{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#fffc 50%,#0000 100%);width:100%;height:100%;animation:1.5s ease-in-out infinite _shimmer_12l2e_29;position:absolute;top:0;left:0}@keyframes _shine_12l2e_1{to{background-position-x:-200%}}._skeletonItem_12l2e_49{background:linear-gradient(110deg,#f0f0f0 8%,#fafafa 18%,#f0f0f0 33%) 0 0/200% 100%;border-radius:6px;animation:1.5s linear infinite _shine_12l2e_1}._chartBars_12l2e_56{align-items:flex-end;gap:12px;height:200px;margin-bottom:16px;display:flex}._bar_12l2e_65{border-radius:6px 6px 4px 4px;flex:1}._xAxisLabels_12l2e_70{gap:12px;margin-top:8px;display:flex}._xLabel_12l2e_76{border-radius:4px;flex:1;height:12px}.error-container{box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:80vh;padding:20px;font-family:inherit;display:flex}.error-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:8px;width:90%;max-width:600px;padding:30px 60px;box-shadow:0 2px 4px #00000005}.error-icon-wrapper{justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;display:flex}.error-image{object-fit:contain;width:100%;height:100%}.error-title{color:#000;margin:0 0 10px;font-size:1.25rem;font-weight:600}.error-message{color:#555;margin:0 0 30px;font-size:.9rem;line-height:1.6}.error-sub-message{color:#777;margin-top:12px;font-size:.85rem;display:block}.error-link{color:#33f;font-weight:500;text-decoration:none}.error-link:hover{color:#3d3dfe;text-decoration:none}.error-footer{border-top:1px solid #f5f5f5;margin-top:24px;padding-top:16px}.error-status{color:#999;font-size:.75rem;font-weight:500}
