*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}::selection{background:#5b9bd5;color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c5cbd6;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#8e99a8}.dark ::-webkit-scrollbar-thumb{background:#475569}:focus{outline:none}:focus-visible{outline:2px solid #5b9bd5;outline-offset:2px;border-radius:4px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:#5b9bd5!important;box-shadow:0 0 0 3px rgba(91,155,213,.25)!important}button:focus{outline:none}button:focus-visible{outline:2px solid #5b9bd5;outline-offset:2px;border-radius:6px}input:focus,select:focus,textarea:focus{border-color:#5b9bd5!important;box-shadow:0 0 0 3px rgba(91,155,213,.15)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}.page-fade{animation:pageFadeIn .18s ease both}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.95) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-overlay{animation:overlayFadeIn .2s ease both}.modal-box{animation:modalScaleIn .22s cubic-bezier(.34,1.4,.64,1) both}@keyframes toastSlideIn{0%{opacity:0;transform:translateX(110%)}to{opacity:1;transform:translateX(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(110%)}}.toast-enter{animation:toastSlideIn .28s cubic-bezier(.4,0,.2,1) both}.toast-exit{animation:toastSlideOut .25s cubic-bezier(.4,0,.8,1) both}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.35}}.skeleton{border-radius:6px;animation:skeletonPulse 1.6s ease-in-out infinite}.skeleton:nth-child(2){animation-delay:.12s}.skeleton:nth-child(3){animation-delay:.24s}.skeleton:nth-child(4){animation-delay:.36s}.login-bg{background-color:#0c2340;background-image:radial-gradient(ellipse at 15% 85%,rgba(91,155,213,.18) 0,transparent 55%),radial-gradient(ellipse at 88% 12%,rgba(212,168,67,.1) 0,transparent 45%),radial-gradient(ellipse at 50% 40%,rgba(61,90,128,.3) 0,transparent 60%),radial-gradient(circle,hsla(0,0%,100%,.055) 1px,transparent 0);background-size:100% 100%,100% 100%,100% 100%,28px 28px;background-attachment:fixed}.card-surface{box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.06)}.dark .card-surface{box-shadow:0 1px 3px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.3)}.data-card{box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.06)}.dark .data-card{box-shadow:0 1px 3px rgba(0,0,0,.25),0 1px 2px rgba(0,0,0,.35)}.kpi-card{box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.06);transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)!important;will-change:transform}.dark .kpi-card{box-shadow:0 1px 3px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.4)}.kpi-card:hover{transform:translateY(-3px) scale(1.015)!important;box-shadow:0 14px 32px rgba(12,35,64,.14),0 4px 10px rgba(0,0,0,.09)!important}.dark .kpi-card:hover{box-shadow:0 10px 28px rgba(0,0,0,.55),0 3px 8px rgba(0,0,0,.4)!important}@keyframes kpiAccentSlide{0%{background-position:-200% 0}to{background-position:200% 0}}.kpi-accent{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0c2340,#5b9bd5,#d4a843,#5b9bd5,#0c2340);background-size:200% 100%;animation:kpiAccentSlide 9s linear infinite}@keyframes statSlideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.stat-fade-in{animation:statSlideIn .45s cubic-bezier(.4,0,.2,1) both}.stat-fade-in:first-child{animation-delay:0s}.stat-fade-in:nth-child(2){animation-delay:.06s}.stat-fade-in:nth-child(3){animation-delay:.12s}.stat-fade-in:nth-child(4){animation-delay:.18s}.stat-fade-in:nth-child(5){animation-delay:.24s}.stat-fade-in:nth-child(6){animation-delay:.3s}.stat-fade-in:nth-child(7){animation-delay:.36s}.stat-fade-in:nth-child(8){animation-delay:.42s}.chart-card{position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}.chart-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(12,35,64,.1),0 4px 10px rgba(0,0,0,.07)}.dark .chart-card:hover{box-shadow:0 14px 32px rgba(0,0,0,.55),0 4px 10px rgba(0,0,0,.4)}.chart-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(91,155,213,.04),transparent 40%,rgba(212,168,67,.04));pointer-events:none}.dark .chart-card:before{background:linear-gradient(135deg,rgba(91,155,213,.06),transparent 40%,rgba(212,168,67,.05))}@keyframes pulseDot{0%{transform:scale(1);opacity:1}to{transform:scale(2.2);opacity:0}}.live-dot{position:relative}.live-dot:after{content:"";position:absolute;inset:0;border-radius:50%;background:inherit;animation:pulseDot 1.6s ease-out infinite}@keyframes trendShimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.trend-shimmer{position:relative;overflow:hidden}.trend-shimmer:after{content:"";position:absolute;top:0;bottom:0;width:60%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.18),transparent);animation:trendShimmer 3.5s linear infinite}@keyframes ringGrow{0%{stroke-dashoffset:var(--ring-circ)}to{stroke-dashoffset:var(--ring-offset)}}.ring-anim circle{animation:ringGrow 1.1s cubic-bezier(.4,0,.2,1) both}table tbody tr{transition:background .13s ease}table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.018)}.dark table tbody tr:nth-child(2n){background-color:hsla(0,0%,100%,.025)}table tbody tr:hover{background-color:rgba(91,155,213,.06)!important}table tr:hover td{background:transparent}.sidebar{transition:width .28s cubic-bezier(.4,0,.2,1)!important}.sidebar nav button{transition:background .15s ease,color .15s ease!important}button{transition:opacity .15s ease,background .15s ease,transform .15s ease}button:hover{opacity:.88}table button:hover{opacity:1}table button:hover svg{opacity:.65;transform:scale(1.1);transition:opacity .12s,transform .12s}.logo-img{image-rendering:auto;image-rendering:smooth;image-rendering:high-quality;image-rendering:-webkit-optimize-contrast;-webkit-font-smoothing:antialiased}.search-input-wrap{width:300px;transition:width .2s ease;flex-shrink:0;margin:0 8px}.search-input-wrap:focus-within{width:480px}.search-btn-mobile{display:none}body.noscroll{overflow:hidden;position:fixed;width:100%}.hamburger-btn{display:none}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:190;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:overlayFadeIn .2s ease both}.mob-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity;-ms-overflow-style:none}.mob-tabs::-webkit-scrollbar{display:none}.mob-tabs>*{scroll-snap-align:start;flex-shrink:0}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}@media (min-width:1024px){.hamburger-btn{display:none!important}}@media (min-width:768px) and (max-width:1023px){.kpi-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:14px!important;gap:14px!important}.kpi-grid>*{flex:none!important;min-width:0!important}.chart-grid{grid-template-columns:1fr 1fr!important}.main-header{padding:0 20px!important}.page-content{padding:20px!important}}@keyframes notif-urgent-pulse{0%,to{background-color:rgba(220,38,38,.07)}50%{background-color:rgba(220,38,38,.16)}}.notif-urgent-row{animation:notif-urgent-pulse 2.2s ease-in-out infinite}@keyframes badge-pop{0%{transform:scale(1)}35%{transform:scale(1.4)}65%{transform:scale(.88)}to{transform:scale(1)}}.notif-badge-pop{animation:badge-pop .38s cubic-bezier(.36,.07,.19,.97) both}.notif-panel div::-webkit-scrollbar{height:0}.desktop-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.mobile-filter-toggle{display:none}@media (max-width:767px){.desktop-filters{display:none}.mobile-filter-toggle{display:block}.sidebar{width:280px!important;transform:translateX(-280px);transition:transform .28s cubic-bezier(.4,0,.2,1)!important;z-index:200!important;box-shadow:none}.sidebar.drawer-open{transform:translateX(0)!important;box-shadow:8px 0 32px rgba(0,0,0,.45)}.main-content{margin-left:0!important}.hamburger-btn{display:flex!important;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0}.main-header{height:56px!important;padding:0 12px!important}.header-date,.header-user-info{display:none!important}.avatar-btn{padding:2px 4px!important;gap:6px!important}.page-content{padding:14px!important;max-width:100%!important;overflow-x:hidden!important}body{overflow-x:hidden}.kpi-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:10px!important;gap:10px!important}.kpi-grid>*{flex:none!important;min-width:0!important}.kpi-card{padding:16px!important}.kpi-card p[data-kpi-value]{font-size:26px!important}.stat-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:8px!important;gap:8px!important}.stat-grid>*{flex:none!important;min-width:0!important}.chart-grid{grid-template-columns:1fr!important}input,select,textarea{font-size:16px!important;min-height:44px}input[type=date],input[type=datetime-local],input[type=time]{padding:8px 10px!important;min-height:44px;width:100%!important;max-width:100%!important;box-sizing:border-box!important}td input[type=date],td input[type=time]{min-height:38px}button{min-height:44px}table button{min-height:32px}.btn-small{min-height:36px!important}.modal-overlay{padding:0!important;align-items:flex-end!important}.modal-box{max-height:96vh!important;height:auto!important;min-height:40vh}.modal-box,.notif-panel{max-width:100%!important;width:100%!important;border-radius:20px 20px 0 0!important;animation:sheetSlideUp .3s cubic-bezier(.4,0,.2,1) both!important}.notif-panel{position:fixed!important;top:auto!important;bottom:0!important;left:0!important;right:0!important;max-height:88vh!important;overflow-y:auto;padding-top:8px;z-index:201!important}.notif-panel:before{content:"";display:block;width:40px;height:4px;border-radius:2px;background:rgba(148,163,184,.5);margin:0 auto 4px}.prof-dropdown{position:fixed!important;top:auto!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;border-radius:20px 20px 0 0!important;animation:sheetSlideUp .3s cubic-bezier(.4,0,.2,1) both!important;padding-top:8px;z-index:201!important}.prof-dropdown:before{content:"";display:block;width:40px;height:4px;border-radius:2px;background:rgba(148,163,184,.5);margin:0 auto 4px}.search-input-wrap{display:none!important}.search-btn-mobile{display:flex!important;align-items:center;justify-content:center;min-width:44px;min-height:44px}.form-2col{grid-template-columns:1fr!important}.checkin-cols{flex-direction:column!important}.equip-grid,div[style*="grid-template-columns: 1fr 1fr 1fr"]:not(.kpi-grid):not(.chart-grid):not(.stat-grid),div[style*="grid-template-columns: 1fr 1fr"]:not(.kpi-grid):not(.chart-grid):not(.stat-grid),div[style*="grid-template-columns:1fr 1fr 1fr"]:not(.kpi-grid):not(.chart-grid):not(.stat-grid),div[style*="grid-template-columns:1fr 1fr"]:not(.kpi-grid):not(.chart-grid):not(.stat-grid){grid-template-columns:1fr!important}div[style*="grid-template-columns: 1fr 1fr 1fr 1fr 1fr"]:not(.kpi-grid):not(.chart-grid):not(.stat-grid),div[style*="grid-template-columns: 1fr 1fr 1fr 1fr"]:not(.kpi-grid):not(.chart-grid):not(.stat-grid),div[style*="grid-template-columns: repeat(5,"]:not(.kpi-grid):not(.chart-grid):not(.stat-grid){grid-template-columns:1fr 1fr!important}div[style*="position: sticky"][style*="top: 64"],div[style*="position:sticky"][style*="top:64"]{top:56px!important}div[style*="position: sticky"][style*="top: 56"],div[style*="position: sticky"][style*="top: 64"],div[style*="position:sticky"][style*="top:56"],div[style*="position:sticky"][style*="top:64"]{flex-wrap:wrap!important;padding:10px 14px!important}.card-surface,.data-card,.kpi-card{border-radius:10px!important}.chart-card,div[style*="border-radius: 12"][style*="padding: 24"],div[style*="border-radius: 12"][style*="padding: 28"],div[style*="border-radius: 14"][style*="padding: 22"],div[style*="border-radius: 14"][style*="padding: 24"],div[style*="border-radius: 14"][style*="padding: 28"],div[style*="border-radius:12"][style*="padding:24"],div[style*="border-radius:12"][style*="padding:28"],div[style*="border-radius:14"][style*="padding:22"],div[style*="border-radius:14"][style*="padding:24"],div[style*="border-radius:14"][style*="padding:28"]{padding:14px!important}.chart-card .recharts-responsive-container{max-height:200px}div[style*="grid-template-columns: 1fr 1fr 1fr 1fr 1fr"]{grid-template-columns:1fr 1fr!important}iframe[src*="blob:"]{width:100%!important}.toast-enter,.toast-exit{left:12px!important;right:12px!important;bottom:16px!important}}@media (max-width:599px){.page-content{padding:12px!important}.mob-cards,.mob-cards .table-scroll{overflow:visible!important}.mob-cards table{width:100%!important;border-collapse:separate!important;border-spacing:0!important}.mob-cards thead{display:none!important}.mob-cards tbody,.mob-cards tbody tr{display:block!important}.mob-cards tbody tr{border-radius:12px!important;overflow:hidden!important;margin-bottom:10px!important;border:1px solid rgba(193,203,214,.7)!important;box-shadow:0 1px 4px rgba(0,0,0,.06)!important}.dark .mob-cards tbody tr{border-color:rgba(51,65,85,.9)!important;box-shadow:0 1px 4px rgba(0,0,0,.3)!important}.mob-cards td{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:10px 14px!important;font-size:13px!important;border-bottom:1px solid rgba(193,203,214,.5)!important;min-height:40px!important;gap:8px}.dark .mob-cards td{border-bottom-color:rgba(51,65,85,.6)!important}.mob-cards td:first-child{font-weight:700!important;font-size:14px!important;padding:13px 14px!important;background:rgba(12,35,64,.03)!important}.dark .mob-cards td:first-child{background:hsla(0,0%,100%,.03)!important}.mob-cards td:last-child{border-bottom:none!important;justify-content:flex-end!important;gap:4px;padding:8px 10px!important}.mob-cards td[data-label]:before{content:attr(data-label);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8e99a8;white-space:nowrap;flex-shrink:0;min-width:80px}.dark .mob-cards td[data-label]:before{color:#64748b}.mob-hide{display:none!important}.kpi-card{padding:14px!important}}@media (max-width:767px){.td-layout{grid-template-columns:1fr!important}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.logo-img{image-rendering:-webkit-optimize-contrast}}@media (max-width:767px){html[data-force-desktop="1"] body{overflow-x:auto}html[data-force-desktop="1"] div[style*=grid-template-columns]{grid-template-columns:revert!important}html[data-force-desktop="1"] .mob-cards table{width:auto!important}html[data-force-desktop="1"] .mob-cards thead{display:table-header-group!important}html[data-force-desktop="1"] .mob-cards tbody{display:table-row-group!important}html[data-force-desktop="1"] .mob-cards tbody tr{display:table-row!important;margin:0!important;border:none!important;box-shadow:none!important;border-radius:0!important}html[data-force-desktop="1"] .mob-cards td{display:table-cell!important;min-height:0!important;border-bottom:1px solid rgba(193,203,214,.4)!important;background:transparent!important;padding:8px 12px!important}html[data-force-desktop="1"] .mob-cards td[data-label]:before{display:none!important}html[data-force-desktop="1"] .mob-hide{display:revert!important}html[data-force-desktop="1"] .sidebar{transform:none!important}html[data-force-desktop="1"] .main-content{margin-left:280px!important}}@supports (padding:env(safe-area-inset-top)){.sidebar{padding-left:env(safe-area-inset-left)}.main-header{padding-top:env(safe-area-inset-top);padding-left:max(env(safe-area-inset-left),12px);padding-right:max(env(safe-area-inset-right),12px);height:calc(56px + env(safe-area-inset-top))!important}@media (max-width:767px){.modal-box,.notif-panel,.prof-dropdown{padding-bottom:max(env(safe-area-inset-bottom),12px)!important}.toast-enter,.toast-exit{bottom:calc(16px + env(safe-area-inset-bottom))!important}}}@media (max-width:767px){.modal-box,.notif-panel,.page-content,.prof-dropdown,div[style*="overflow-y: auto"],div[style*="overflow-y:auto"],div[style*="overflowY:auto"]{-webkit-overflow-scrolling:touch}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}[role=button],a,button,label{-webkit-tap-highlight-color:transparent}@media (max-width:767px){input:not([type=checkbox]):not([type=radio]),select,textarea{border-radius:8px!important}}.customize-btn{width:30px!important;height:30px!important}@media (max-width:767px){.customize-btn{width:44px!important;height:44px!important}}.empty-state{text-align:center;padding:48px 20px;color:#6b7685}.dark .empty-state{color:#94a3b8}.empty-state-icon{width:56px;height:56px;margin:0 auto 14px;border-radius:14px;background:rgba(91,155,213,.1);display:flex;align-items:center;justify-content:center;color:#5b9bd5}@media print{.main-header,.sidebar,button{display:none!important}.main-content{margin-left:0!important}body{background:#fff!important;color:#000!important}.card-surface{box-shadow:none!important;border:1px solid #ddd!important}}