html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{color:#17201d;background:#eef2ee;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.language-select{display:flex;align-items:stretch;overflow:hidden;border:1px solid rgba(203,232,107,.72);border-radius:12px;background:#15231f}.language-select button{flex:1;min-width:0;height:38px;padding:0 10px;border:0;border-right:1px solid rgba(203,232,107,.38);background:transparent;color:#fff;font-size:14px;font-weight:800;cursor:pointer;transition:background .16s ease,color .16s ease}.language-select button:last-child{border-right:0}.language-select button:hover:not(.active){background:#ffffff1a}.language-select button.active{background:#ddebab;color:#15231f}.language-select button:focus-visible{position:relative;z-index:1;outline:3px solid #cbe86b;outline-offset:-3px}.sidebar-language{width:150px;margin:0 auto;flex-shrink:0}.login-language{width:190px;margin:0 0 18px auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.session-loading{display:grid;min-height:100vh;place-items:center;background:#f3f6f2;color:#536860;font-weight:800}.login-submit:disabled{opacity:.65;cursor:wait}button,input,select{font:inherit}button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:center;padding:20px;background:#0a141194;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:feedback-fade .16s ease-out}.app-dialog{display:grid;grid-template-columns:44px minmax(0,1fr);gap:16px;width:min(440px,100%);padding:22px;border:1px solid #dbe3dc;border-radius:8px;background:#fff;box-shadow:0 24px 70px #0a191438;animation:feedback-rise .18s ease-out}.dialog-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:8px;background:#eef6d4;color:#365015}.dialog-icon.danger{background:#fff0ed;color:#a33a32}.app-dialog h2{margin:1px 0 7px;color:#17201d;font-size:18px;letter-spacing:0}.app-dialog p{margin:0;color:#63756e;font-size:14px;line-height:1.55}.dialog-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;margin-top:5px}.dialog-actions button{min-height:40px;padding:0 17px;border-radius:8px;font-weight:800;cursor:pointer}.dialog-cancel{border:1px solid #d8e1da;background:#fff;color:#40514a}.dialog-cancel:hover{background:#f4f7f4}.dialog-confirm{border:1px solid #15231f;background:#15231f;color:#fff}.dialog-confirm:hover{background:#263b35}.dialog-confirm.danger{border-color:#a33a32;background:#a33a32}.dialog-confirm.danger:hover{background:#842d27}.toast-region{position:fixed;top:20px;right:20px;z-index:2100;display:grid;gap:10px;width:min(380px,calc(100vw - 40px));pointer-events:none}.app-toast{display:grid;grid-template-columns:20px minmax(0,1fr) 28px;align-items:center;gap:11px;min-height:58px;padding:10px 10px 10px 15px;border:1px solid #cddcb4;border-left:4px solid #71952d;border-radius:8px;background:#fff;color:#26352f;box-shadow:0 14px 38px #0f231b29;font-size:14px;font-weight:700;pointer-events:auto;animation:feedback-slide .2s ease-out}.app-toast>svg{color:#638625}.app-toast.error{border-color:#efcbc6;border-left-color:#a33a32}.app-toast.error>svg{color:#a33a32}.app-toast button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#71817b;cursor:pointer}.app-toast button:hover{background:#f0f4ed;color:#26352f}@keyframes feedback-fade{0%{opacity:0}}@keyframes feedback-rise{0%{opacity:0;transform:translateY(8px)}}@keyframes feedback-slide{0%{opacity:0;transform:translate(14px)}}@media(prefers-reduced-motion:reduce){.dialog-backdrop,.app-dialog,.app-toast{animation:none}}.app-shell{display:grid;grid-template-columns:258px minmax(0,1fr);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;flex-direction:column;gap:18px;width:258px;height:100vh;padding:24px 10px;background:#15231f;color:#f7faf6}.sidebar-toggle,.sidebar-close,.sidebar-backdrop{display:none}.sidebar-account{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0;margin-top:0;padding:14px 10px 0;border-top:1px solid rgba(255,255,255,.12)}.sidebar-account div{display:grid;min-width:0}.sidebar-account strong,.sidebar-account span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-account strong{font-size:13px}.sidebar-account span{color:#aebdb7;font-size:12px}.sidebar-account button{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff12;color:#f7faf6;cursor:pointer}.sidebar-account button:hover{background:#ffffff24}.sidebar .language-select{border-radius:10px}.sidebar .language-select button{height:32px;padding:0 6px;font-size:12px}.login-page{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(480px,1.1fr);min-height:100vh;background:#f3f6f2}.login-brand-panel{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:48px;background:#15231f;color:#fff}.login-brand-content{position:relative;z-index:1;display:grid;justify-items:center;gap:22px;width:100%;text-align:center}.login-brand-content img{width:500px;max-width:92%}.login-brand-content p{max-width:430px;margin:0;color:#bfd0c8;font-size:17px;line-height:1.6}.login-form-panel{display:grid;place-items:center;padding:40px}.login-card{width:min(440px,100%);padding:38px;border:1px solid #dbe3dc;border-radius:16px;background:#fff;box-shadow:0 24px 70px #17201d1a}.login-card h2{margin:5px 0 8px;font-size:30px}.login-intro{margin:0 0 28px;color:#63756e;line-height:1.6}.login-card label{display:grid;gap:8px;margin-top:17px;color:#536860;font-size:13px;font-weight:800}.login-input{display:flex;align-items:center;gap:10px;height:48px;padding:0 14px;border:1px solid #d8e1da;border-radius:9px;background:#f8faf8;color:#71817b}.login-input:focus-within{border-color:#9fbe38;box-shadow:0 0 0 3px #cbe86b40}.login-input input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#17201d}.login-input button{display:grid;flex:0 0 auto;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:7px;background:transparent;color:#71817b;cursor:pointer}.login-input button:hover{background:#edf2ed;color:#26352f}.login-submit{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;height:48px;margin-top:24px;border:0;border-radius:9px;background:#15231f;color:#fff;font-weight:900;cursor:pointer}.login-submit:hover{background:#263b35}.login-error{margin:14px 0 -8px;color:#a33a32;font-size:13px;font-weight:700}.login-notice{margin:-10px 0 4px;padding:11px 12px;border-left:3px solid #71952d;border-radius:6px;background:#f1f7e5;color:#40514a;font-size:13px;font-weight:700;line-height:1.45}.caps-lock-warning{margin:8px 0 -8px;color:#8a5600;font-size:12px;font-weight:800}.demo-credentials{display:flex;justify-content:space-between;margin-top:20px;padding:12px 14px;border-radius:8px;background:#f1f7e5;color:#536860;font-size:12px}.login-mobile-logo{display:none}@media(max-width:820px){.login-page{grid-template-columns:1fr}.login-brand-panel{display:none}.login-form-panel{padding:22px}.login-card{padding:28px 24px}.login-mobile-logo{display:block;margin-bottom:28px;padding:12px 16px;border-radius:10px;background:#15231f}.login-mobile-logo img{display:block;width:220px;max-width:100%}}.brand{display:flex;align-items:center;flex-shrink:0;min-height:60px;padding:4px 6px 16px;border-bottom:1px solid rgba(255,255,255,.12)}.metric-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:8px;background:#cbe86b;color:#15231f}.metric-icon-pulse{animation:metric-pulse-ring .9s ease-out}@keyframes metric-pulse-ring{0%{box-shadow:0 0 #71952d73}to{box-shadow:0 0 0 12px #71952d00}}.brand img{display:block;width:100%;max-width:220px;height:auto}.nav-list{display:grid;align-content:start;gap:3px;margin-bottom:28px;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.nav-list::-webkit-scrollbar{width:6px}.nav-list::-webkit-scrollbar-track{background:transparent}.nav-list::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.nav-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.nav-item{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 11px;border:0;border-radius:8px;background:transparent;color:#cad8d2;cursor:pointer;text-decoration:none}.nav-item.active,.nav-item:hover{background:#cbe86b24;color:#fff}.workspace{grid-column:2;display:flex;flex-direction:column;min-width:0;min-height:100vh;padding:28px}.topbar,.panel-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar{margin-bottom:24px}.eyebrow{margin:0 0 6px;color:#597067;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2{margin:0;letter-spacing:0}h1{font-size:30px;line-height:1.1}h2{color:#17201d;font-size:18px}.topbar-actions{display:flex;gap:10px}.icon-button,.action-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:0;border-radius:8px;cursor:pointer}.icon-button{width:42px;background:#fff;color:#17201d}.action-button{gap:8px;padding:0 16px;background:#17201d;color:#fff;font-weight:700}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.metric,.panel{border:1px solid #dbe3dc;border-radius:8px;background:#fff;box-shadow:0 18px 50px #17201d12}.metric{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 12px;align-items:center;padding:18px}.metric svg{width:20px;height:20px}.metric span,.metric small{color:#63756e}.metric strong{font-size:27px}.metric small{font-weight:700}.metric.warning .metric-icon{background:#ffe2a8}.content-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start}.dashboard-operations{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.dashboard-datebar{display:flex;align-items:center;justify-content:space-between;gap:18px}.dashboard-datebar .ant-picker{width:170px;height:42px;border-color:#d8e1da;border-radius:8px;background:#fff}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:18px;align-items:start}.dashboard-insights-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:18px;align-items:start}.dashboard-insights-grid .department-overview{grid-column:1 / -1}.dashboard-side-stack{display:grid;gap:18px;min-width:0}.dashboard-attendance-panel{min-width:0}.dashboard-count{display:inline-grid;place-items:center;min-width:32px;min-height:30px;padding:0 9px;border-radius:8px;background:#eef6d4;color:#365015;font-size:12px;font-weight:900}.dashboard-count.warning{background:#fff0d7;color:#8a5600}.dashboard-table-wrap{max-height:520px;overflow:auto;margin-top:14px}.dashboard-table-wrap table{width:100%;min-width:680px;border-collapse:collapse}.dashboard-table-wrap th{position:sticky;top:0;z-index:1;padding:11px 10px;border-bottom:1px solid #dfe7e1;background:#fff;color:#63756e;font-size:11px;font-weight:900;text-align:left}.dashboard-table-wrap td{padding:12px 10px;border-bottom:1px solid #edf1ed;color:#40514a;font-size:13px;white-space:nowrap}.status.absent{background:#f0f2f1;color:#69756f}.arrival-ring-panel .stat-inline{display:flex;flex-wrap:wrap;gap:22px;padding:18px 20px;border-bottom:1px solid #edf1ed}.arrival-ring-panel .panel-header{margin-top:18px}.stat-chip{display:flex;align-items:baseline;gap:7px}.stat-chip strong{font-size:19px;font-weight:800}.stat-chip span{color:#536860;font-size:12px;font-weight:700}.stat-chip.warning strong{color:#8a5600}.ring-wrap{display:flex;align-items:center;gap:32px;padding:26px 24px 32px}.ring-wrap svg circle{transition:stroke-dasharray .22s ease}.ring-legend{display:grid;gap:12px;flex:none;width:190px;min-width:0}.ring-legend>div{display:flex;align-items:center;gap:9px;font-size:13px;color:#536860;font-weight:700}.ring-legend b{margin-left:auto;color:#26352f;font-size:13px}.ring-dot{width:9px;height:9px;border-radius:3px;flex:none;background:#89a93f}.ring-dot.early{background:#4f82bd}.ring-dot.late{background:#d9952d}.reveal-summary{display:flex;align-items:center;gap:14px;padding:18px 20px 20px}.avatar-stack{display:flex;flex:none}.avatar-stack .avatar{width:32px;height:32px;margin-left:-10px;border:2px solid #fff;border-radius:999px;display:grid;place-items:center;background:#fff0d7;color:#8a5600;font-size:11px;font-weight:800}.avatar-stack .avatar:first-child{margin-left:0}.avatar-stack .avatar.more{background:#edf1ed;color:#536860}.reveal-text{flex:1;min-width:0}.reveal-text strong{display:block;color:#26352f;font-size:13.5px}.reveal-text span{display:block;margin-top:2px;color:#71817b;font-size:12px}.reveal-btn{flex:none;border:1px solid #dbe3dc;border-radius:999px;padding:9px 16px;background:#fff;color:#26352f;font:inherit;font-size:12.5px;font-weight:800;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.reveal-btn:hover{border-color:#d9952d;color:#8a5600}.attention-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:4px 20px 20px}.attention-cards .hide-btn{grid-column:1 / -1;justify-self:start}.attention-card{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #dbe3dc;border-radius:7px;background:transparent;color:inherit;cursor:pointer;text-align:left;transition:border-color .14s ease,background .14s ease}.attention-card:hover{border-color:#d9952d;background:#fff8e9}.attention-card svg{flex:none;margin-top:1px;color:#8a5600}.attention-card span{display:block;min-width:0;flex:1}.attention-card strong{display:block;overflow:hidden;color:#26352f;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.attention-card small{display:block;margin-top:3px;overflow:hidden;color:#71817b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.attention-card b{flex:none;color:#8a5600;font-size:12px}.activity-list{display:grid;margin-top:13px}.activity-list>div{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:53px;border-bottom:1px solid #edf1ed}.activity-list>div:last-child{border-bottom:0}.activity-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:7px;background:#e8f8e9;color:#1d6b3a}.activity-icon.exit{background:#e8f1ff;color:#2459a8}.activity-list p{min-width:0;margin:0}.activity-list strong,.activity-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-list strong{color:#26352f;font-size:13px}.activity-list small{margin-top:3px;color:#71817b;font-size:11px}.activity-list time{color:#536860;font-size:12px;font-weight:800}.dashboard-empty{margin:14px 0 2px;color:#71817b;font-size:13px}.vacation-today-list{display:grid;gap:8px;margin-top:14px}.vacation-today-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dbe3dc;border-radius:7px;background:transparent;color:inherit;cursor:pointer;text-align:left;transition:border-color .14s ease,background .14s ease}.vacation-today-row:hover{border-color:#6a3fa0;background:#f8f5fc}.vacation-today-row .avatar{flex:none;width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:#f1e9fb;color:#6a3fa0;font-size:11px;font-weight:800}.vacation-today-row span:last-child{display:block;min-width:0;flex:1}.vacation-today-row strong{display:block;overflow:hidden;color:#26352f;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.vacation-today-row small{display:block;margin-top:3px;overflow:hidden;color:#71817b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.department-progress-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;margin-top:18px}.department-progress-list>div{display:grid;grid-template-columns:minmax(130px,.75fr) minmax(100px,1fr) 42px;align-items:center;gap:12px}.department-progress-list>div>div:first-child{display:grid;gap:2px;min-width:0}.department-progress-list strong{overflow:hidden;color:#26352f;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.department-progress-list span{color:#71817b;font-size:11px}.department-progress{height:7px;overflow:hidden;border-radius:4px;background:#edf1ed}.department-progress i{display:block;height:100%;border-radius:inherit;background:#89a93f}.department-progress-list b{color:#40514a;font-size:12px;text-align:right}.single-column{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.access-grid,.cameras-grid,.reports-grid,.statistics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.access-grid{grid-template-columns:360px minmax(0,1fr)}.cameras-grid{grid-template-columns:380px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);height:calc(100vh - 180px);overflow:hidden}.cameras-grid .wide-panel{align-self:stretch;display:flex;flex-direction:column;min-height:0;overflow:hidden}.cameras-grid .wide-panel .panel-header{flex:0 0 auto}.cameras-grid .camera-list{flex:1 1 auto;min-height:0;overflow-y:auto}.wide-panel{grid-column:1 / -1}.panel{padding:18px}.employee-panel{min-width:0}.search-box{display:flex;align-items:center;gap:8px;width:min(260px,100%);height:40px;padding:0 12px;border:1px solid #d8e1da;border-radius:8px;color:#6a7973;background:#f8faf8}.search-box input{width:100%;border:0;outline:0;background:transparent;color:#17201d}.employee-filters select{min-width:170px;min-height:40px}.inline-form{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr)) auto;gap:12px;align-items:end}.compact-form{grid-template-columns:repeat(3,minmax(150px,1fr)) auto}.access-create-form{margin-top:20px;padding-top:20px;border-top:1px solid #edf1ed}.employee-create-form{grid-template-columns:minmax(210px,1.4fr) repeat(2,minmax(130px,1fr)) minmax(210px,1.2fr) minmax(160px,1fr) auto}.vacation-create-form{grid-template-columns:minmax(200px,1fr) minmax(240px,1fr) minmax(260px,1.6fr) auto;align-items:start}.vacation-create-form .ant-picker{width:100%;min-height:42px;border:1px solid #d8e1da;border-radius:8px;background:#f8faf8}.vacation-create-form .ant-picker-focused{border-color:#9fbe38;box-shadow:0 0 0 3px #cbe86b47}.employee-create-form .access-control-field select{min-width:210px;padding-right:34px;padding-left:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-assignment-group select{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inline-form label{display:grid;gap:7px;color:#536860;font-size:13px;font-weight:800}.inline-form input,.inline-form select,.inline-form textarea,.panel-actions select{width:100%;min-height:42px;border:1px solid #d8e1da;border-radius:8px;background:#f8faf8;color:#17201d;outline:0;padding:0 12px}.inline-form textarea{padding:10px 12px;font:inherit;resize:vertical}.inline-form input:focus,.inline-form select:focus,.inline-form textarea:focus,.panel-actions select:focus{border-color:#9fbe38;box-shadow:0 0 0 3px #cbe86b47}.form-submit{min-width:128px}.panel-actions{display:flex;gap:10px;align-items:center}.table-wrap{overflow-x:auto;margin-top:16px}.table-wrap>table{width:100%;min-width:920px;border-collapse:collapse}.logs-table{min-width:1040px}.monitor-table tbody tr:nth-child(2n){background:#f8faf8}.monitor-dark{background:#15231f}.monitor-dark .eyebrow{color:#8ea89c}.monitor-dark h2{color:#f7faf6}.monitor-dark .metric,.monitor-dark .panel{border-color:#ffffff1a;background:#1c2921;box-shadow:0 18px 50px #00000059}.monitor-dark .metric span,.monitor-dark .metric small{color:#9fb0a8}.monitor-dark .metric strong{color:#f7faf6}.monitor-dark .panel-header{border-color:#ffffff1a}.monitor-dark .metric-icon{background:#cbe86b29;color:#cbe86b}.monitor-dark .metric.warning .metric-icon{background:#ffe2a829;color:#ffe2a8}.monitor-dark .offline-label{background:#d98f8329;color:#d98f83}.monitor-dark .search-box{border-color:#ffffff24;background:#202f27;color:#cad8d2}.monitor-dark .search-box input{color:#f7faf6}.monitor-dark .search-box input::placeholder{color:#7d9089}.monitor-dark .monitor-actions .ant-picker{border:1px solid rgba(255,255,255,.14);background:#202f27;color:#f7faf6}.monitor-dark .monitor-actions .ant-picker input{color:#f7faf6}.monitor-dark .monitor-actions .ant-picker input::placeholder{color:#7d9089}.monitor-dark .monitor-actions .ant-picker .ant-picker-suffix{color:#9fb0a8}.monitor-dark .monitor-actions .action-button,.monitor-dark .monitor-actions .icon-button{background:#202f27;color:#f7faf6;border:1px solid rgba(255,255,255,.14)}.monitor-dark .monitor-actions .action-button:hover,.monitor-dark .monitor-actions .icon-button:hover{background:#263a2f}.monitor-dark .table-wrap>table th{background:#202f27;color:#9fb0a8;border-color:#ffffff1a}.monitor-dark .table-wrap>table td{color:#dbe6e0;border-color:#ffffff14}.monitor-dark .monitor-table tbody tr:nth-child(2n){background:#ffffff08}.monitor-dark .person-info>span{color:#f7faf6}.monitor-dark .person-info small{color:#8ea89c}.monitor-dark .employee-avatar{border:1px solid rgba(255,255,255,.14)}.monitor-dark .employee-link{color:#93bb7c}.monitor-dark .employee-link:hover{color:#a9cc93}.monitor-dark .status.entry{background:#89a93f29;color:#a3c17e}.monitor-dark .status.exit{background:#a33a3229;color:#d98f83}.monitor-dark .mono{color:#9fb0a8}.monitor-dark .empty-state{color:#8ea89c}.monitor-dark.monitor-fullscreen-shell:fullscreen{background:#101a16}.monitor-dark.monitor-fullscreen-shell:fullscreen .monitor-table th{background:#202f27}.monitor-dark .ant-picker-panel-container{background:#1c2921;border:1px solid rgba(255,255,255,.14)}.monitor-dark .ant-picker-panel-container .ant-picker-panel{background:transparent;border-color:#ffffff1a}.monitor-dark .ant-picker-header,.monitor-dark .ant-picker-header button,.monitor-dark .ant-picker-content th,.monitor-dark .ant-picker-cell{color:#dbe6e0}.monitor-dark .ant-picker-header{border-color:#ffffff1a}.monitor-dark .ant-picker-cell-disabled{color:#55645d}.monitor-dark .ant-picker-cell:hover .ant-picker-cell-inner{background:#ffffff14}.monitor-dark .ant-picker-footer{border-color:#ffffff1a}.monitor-dark .ant-picker-now-btn,.monitor-dark .ant-picker-preset>.ant-tag{color:#93bb7c}.monitor-dark .attendance-filter-panel{border-color:#ffffff24;background:#1c2921;box-shadow:0 18px 45px #00000073}.monitor-dark .filter-panel-heading strong{color:#f7faf6}.monitor-dark .filter-panel-heading span{color:#9fb0a8}.monitor-dark .filter-panel-heading button{border-color:#ffffff24;background:#202f27;color:#dbe6e0}.monitor-dark .filter-panel-heading button:hover:not(:disabled){border-color:#ffffff3d;background:#263a2f}.monitor-dark .filter-option-group legend{color:#9fb0a8}.monitor-dark .filter-option-list label{color:#dbe6e0}.monitor-dark .filter-option-list label:hover{background:#ffffff0f}.monitor-dark .filter-option-list label:has(input:checked){background:#89a93f29;color:#a3c17e}.monitor-dark .table-wrap{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.monitor-dark .table-wrap::-webkit-scrollbar{width:8px;height:8px}.monitor-dark .table-wrap::-webkit-scrollbar-track{background:transparent}.monitor-dark .table-wrap::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.monitor-dark .table-wrap::-webkit-scrollbar-thumb:hover{background:#ffffff4d}html.monitor-page-dark{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) #15231f}html.monitor-page-dark::-webkit-scrollbar{width:10px}html.monitor-page-dark::-webkit-scrollbar-track{background:#15231f}html.monitor-page-dark::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}html.monitor-page-dark::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.stats-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.table-wrap>table th,.table-wrap>table td{padding:14px 12px;border-bottom:1px solid #edf1ed;text-align:left;white-space:nowrap}.table-wrap>table th{color:#63756e;font-size:12px;font-weight:800}.table-wrap>table td{color:#25302c;font-size:14px}.mono{color:#54665e;font-family:SFMono-Regular,Consolas,monospace}.person{display:flex;align-items:center;gap:10px}.employee-avatar{flex:0 0 auto;width:38px;height:38px;border-radius:50%;object-fit:cover}.person span,.worked{font-weight:800}.person small{color:#6c7d76}.status{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800}.status.done{background:#e8f8e9;color:#1d6b3a}.status.active{background:#e8f1ff;color:#2459a8}.status.late{background:#fff0d7;color:#8a5600}.status.missed{background:#fff0ed;color:#a33a32}.status.entry{background:#e8f8e9;color:#1d6b3a}.status.exit{background:#fff0ed;color:#a33a32}.monitor-row-new-entry{animation:monitor-row-in .32s ease-out,monitor-row-flash-entry 1.6s ease-out}.monitor-row-new-exit{animation:monitor-row-in .32s ease-out,monitor-row-flash-exit 1.6s ease-out}@keyframes monitor-row-in{0%{transform:translateY(-6px);opacity:.4}}@keyframes monitor-row-flash-entry{0%{background:#1d6b3a29}}@keyframes monitor-row-flash-exit{0%{background:#a33a3224}}.employee-status-icon-wrap{display:inline-flex;flex:none;margin-right:6px;vertical-align:-3px}.employee-status-icon{flex:none}.employee-status-icon.working{color:#2459a8}.employee-status-icon.vacation{color:#6a3fa0}.employee-status-icon.left{color:#94a29b}.person-info{display:grid;gap:2px;min-width:0}.person-info>span{font-weight:800;color:#26352f}.person-info small{color:#6c7d76}.log-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.side-stack{display:grid;gap:18px}.compact{margin-bottom:12px}.event-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.event-list li{padding:11px 12px;border-radius:8px;background:#f4f7f4;color:#3f4f48;font-size:13px;line-height:1.4}.device-list{display:grid;gap:10px;margin-top:14px}.device-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #edf1ed}.device-row:last-child{border-bottom:0}.device-row span{color:#536860}.device-identity{display:grid;gap:3px;min-width:0;margin-right:auto}.device-identity span{color:#17201d;font-weight:800}.device-identity small{color:#71817b}.device-row strong{color:#1d6b3a}.device-row .muted{color:#9a6308}.device-connection-state{display:grid;gap:4px;margin:0;color:#536860;font-size:13px}.device-connection-state small{color:#a33a32;line-height:1.4}.table-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;color:#63756e;font-size:13px;font-weight:700}.table-pagination>div{display:flex;align-items:center;gap:10px}.table-pagination button{display:inline-flex;align-items:center;gap:5px;min-height:36px;padding:0 12px;border:1px solid #d8e1da;border-radius:8px;background:#fff;color:#40514a;font-weight:800;cursor:pointer}.table-pagination button:hover:not(:disabled){border-color:#9fbe38;background:#f4f7f1}.table-pagination button:disabled{opacity:.48;cursor:not-allowed}.table-pagination strong{min-width:58px;color:#26352f;text-align:center}.live-indicator{display:inline-flex;align-items:center;gap:6px;margin-left:10px;padding:4px 8px;border-radius:999px;background:#f1f3f1;color:#71817b;font-size:11px;font-weight:800;vertical-align:middle}.live-indicator i{width:7px;height:7px;border-radius:50%;background:#9aa69f}.live-indicator.connected{background:#eef6d4;color:#46651b}.live-indicator.connected i{background:#71952d;box-shadow:0 0 0 4px #71952d24;animation:live-pulse 1.8s ease-out infinite}.offline-label{display:inline-flex;margin-left:7px;padding:2px 6px;border-radius:999px;background:#fff0ed;color:#a33a32;font-size:10px}.attendance-reconnect{display:inline-flex;align-items:center;flex:0 0 auto;gap:5px;width:max-content;max-width:none;margin-left:8px;padding:4px 10px;border:1px solid #d8e1da;border-radius:999px;background:#fff;color:#536860;font-size:11px;font-weight:800;vertical-align:middle;cursor:pointer}.attendance-reconnect:hover:not(:disabled){border-color:#9fbe38;background:#f4f7f1}.attendance-reconnect:disabled{opacity:.6;cursor:wait}.attendance-reconnect .spinning{animation:reconnect-spin .8s linear infinite}@keyframes reconnect-spin{to{transform:rotate(360deg)}}@keyframes live-pulse{50%{box-shadow:0 0 0 7px #71952d00}}@media(max-width:620px){.table-pagination{align-items:stretch;flex-direction:column}.table-pagination>div{justify-content:space-between}}.camera-form-panel,.camera-preview-panel{min-width:0}.camera-form{display:grid;gap:13px}.camera-form label{display:grid;gap:7px;color:#536860;font-size:13px;font-weight:800}.camera-form input,.camera-form select{width:100%;min-height:42px;border:1px solid #d8e1da;border-radius:8px;background:#f8faf8;color:#17201d;outline:0;padding:0 12px}.camera-form input:focus,.camera-form select:focus{border-color:#9fbe38;box-shadow:0 0 0 3px #cbe86b47}.segmented-control{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.segmented-control button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid #d8e1da;border-radius:8px;background:#fff;color:#536860;cursor:pointer;font-weight:800}.segmented-control button.active{border-color:#cbe86b;background:#edf8c8;color:#17201d}.network-fields{display:grid;grid-template-columns:120px minmax(0,1fr) 96px;gap:10px}.network-fields .wide-field{grid-column:1 / -1}.submit-button{width:100%;margin-top:4px}.camera-preview{display:grid;gap:14px;margin-top:16px}.camera-preview iframe,.camera-preview video,.camera-placeholder,.camera-empty{width:100%;min-height:360px;border:1px solid #dbe3dc;border-radius:8px;background:#101816}.camera-preview video{max-width:640px;min-height:0;aspect-ratio:16 / 9;margin:0 auto}.camera-preview iframe,.camera-preview video{display:block;object-fit:contain}.camera-placeholder,.camera-empty{display:grid;place-items:center;align-content:center;gap:10px;padding:28px;color:#f5f8f3;text-align:center}.camera-placeholder strong{font-size:18px}.camera-placeholder span,.camera-empty{color:#cdd9d4}.camera-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.camera-meta .summary-item{min-width:0}.camera-meta .summary-item strong{overflow-wrap:anywhere;font-size:15px;line-height:1.35}.camera-meta .summary-item strong a{color:#54665e;text-decoration-color:#9fbe38}.camera-meta .summary-item strong a:hover{color:#17201d}.camera-list{display:grid;gap:10px;margin-top:16px}.camera-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #edf1ed;border-radius:8px;background:#f8faf8;padding:10px}.camera-card.active{border-color:#cbe86b;background:#fbfff0}.camera-card-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;min-width:0;border:0;background:transparent;color:inherit;cursor:pointer;padding:0;text-align:left}.camera-card-main span:last-child{display:grid;gap:4px;min-width:0}.camera-card-main strong{color:#17201d}.camera-card-main small{color:#63756e}.camera-card-main code{overflow:hidden;color:#54665e;font-family:SFMono-Regular,Consolas,monospace;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.camera-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:8px;background:#e7efdf;color:#17201d}.remove-camera{width:38px;min-height:38px;background:#fff;color:#8a5600}.app-footer{margin-top:auto;padding-top:26px;color:#6a7973;font-size:13px;font-weight:700;text-align:center}.app-footer a{color:inherit;text-decoration:none}.app-footer a:hover{color:#1d6b3a;text-decoration:underline;text-underline-offset:3px}.summary-grid,.department-list,.peak-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.department-list{grid-template-columns:repeat(4,minmax(0,1fr))}.summary-item{display:grid;gap:6px;padding:14px;border:1px solid #edf1ed;border-radius:8px;background:#f8faf8}.summary-item span{color:#63756e;font-size:13px}.summary-item strong{color:#17201d;font-size:22px}.stat-list{display:grid;gap:10px;margin-top:16px}.stat-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid #edf1ed}.stat-row:last-child{border-bottom:0}.stat-row div{display:grid;gap:3px}.stat-row strong{color:#17201d}.stat-row span{color:#63756e;font-size:13px}.stat-row b{color:#1d6b3a;white-space:nowrap}@media(max-width:1080px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;width:min(300px,calc(100vw - 48px));height:100dvh;overflow-y:auto;transform:translate(-100%);visibility:hidden;transition:transform .2s ease,visibility 0s linear .2s;box-shadow:18px 0 48px #08120f40}.sidebar.open{transform:translate(0);visibility:visible;transition-delay:0s}.sidebar-toggle,.sidebar-close{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;padding:0;border:0;border-radius:8px;cursor:pointer}.sidebar-toggle{background:#15231f;color:#fff}.sidebar-toggle:hover{background:#263b35}.sidebar-close{background:#ffffff14;color:#fff}.sidebar-close:hover{background:#ffffff29}.sidebar-toggle:focus-visible,.sidebar-close:focus-visible{outline:3px solid #cbe86b;outline-offset:2px}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:19;display:block;padding:0;border:0;background:#08120f7a;opacity:0;pointer-events:none;transition:opacity .2s ease}.sidebar-backdrop.visible{opacity:1;pointer-events:auto}.brand{justify-content:space-between;gap:12px}.brand img{min-width:0}.workspace{grid-column:1}.nav-list,.content-grid,.access-grid,.cameras-grid,.reports-grid,.statistics-grid{grid-template-columns:minmax(0,1fr)}.cameras-grid{height:auto;grid-template-rows:none;overflow:visible}.cameras-grid .wide-panel{align-self:auto;overflow:visible}.cameras-grid .camera-list{overflow-y:visible}.wide-panel{grid-column:auto}.summary-grid,.department-list,.peak-grid,.camera-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.workspace{padding:18px}.sidebar{padding:18px 10px}.nav-list,.metrics-grid,.log-metrics,.stats-metrics,.summary-grid,.department-list,.peak-grid,.camera-meta,.network-fields{grid-template-columns:minmax(0,1fr)}.network-fields .wide-field{grid-column:auto}.topbar,.panel-header{align-items:stretch;flex-direction:column}.topbar-actions,.search-box,.panel-actions{width:100%}.action-button{flex:1}.inline-form,.compact-form,.employee-create-form{grid-template-columns:minmax(0,1fr)}h1{font-size:26px}}.api-error{margin-bottom:1rem;padding:.8rem 1rem;border:1px solid #ef4444;border-radius:.75rem;color:#991b1b;background:#fef2f2}.attendance-date-summary{margin:0 0 1rem;color:var(--muted, #64748b);font-size:.9rem}.attendance-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 0 0}.attendance-table-toolbar .attendance-date-summary{margin:0}.attendance-table-tabs{display:inline-flex;min-width:0;padding:3px;border:1px solid #d8e1da;border-radius:8px;background:#f4f7f4}.attendance-table-tabs button{min-height:34px;padding:0 13px;border:0;border-radius:6px;background:transparent;color:#63756e;font-size:12px;font-weight:900;cursor:pointer}.attendance-table-tabs button:hover{color:#26352f;background:#eaf0e8}.attendance-table-tabs button.active{background:#17201d;color:#fff;box-shadow:0 2px 7px #17201d29}.attendance-actions,.monitor-actions{align-items:center;flex-wrap:wrap;gap:8px}.attendance-actions .action-button,.monitor-actions .action-button{min-height:38px;padding:0 12px;font-size:13px;gap:6px}.monitor-actions .icon-button{width:38px;min-height:38px}.attendance-actions .search-box,.monitor-actions .search-box{width:190px;height:38px}.monitor-actions .ant-picker{min-width:140px;height:38px}.monitor-actions select{width:auto;min-width:130px;min-height:38px;height:38px;font-size:13px}.attendance-fullscreen-shell:fullscreen{width:100vw;height:100vh;overflow:hidden;padding:24px;background:#f4f7f1}.attendance-fullscreen-shell:fullscreen .employee-panel{display:flex;flex-direction:column;height:calc(100vh - 48px);min-height:0;overflow:hidden;margin:0}.attendance-fullscreen-shell:fullscreen .panel-header,.attendance-fullscreen-shell:fullscreen .attendance-table-toolbar,.attendance-fullscreen-shell:fullscreen .attendance-date-summary{flex:0 0 auto}.attendance-fullscreen-shell:fullscreen .table-wrap{flex:1 1 auto;min-height:0;overflow:auto}.attendance-fullscreen-shell:fullscreen .table-wrap>table th{position:sticky;top:0;z-index:2;background:#fff}.attendance-fullscreen-button{white-space:nowrap}.monitor-fullscreen-shell:fullscreen{width:100vw;height:100vh;overflow:hidden;padding:24px;background:#f4f7f1;grid-template-rows:auto 1fr}.monitor-fullscreen-shell:fullscreen .monitor-log-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden;margin:0}.monitor-fullscreen-shell:fullscreen .monitor-log-panel .panel-header{flex:0 0 auto}.monitor-fullscreen-shell:fullscreen .monitor-log-panel .table-wrap{flex:1 1 auto;min-height:0;overflow:auto}.monitor-fullscreen-shell:fullscreen .monitor-table th{position:sticky;top:0;z-index:2;background:#fff}.unknown-attendance-row{background:#fffbeb}.unknown-employee-cell{display:grid;gap:6px;min-width:150px}.unknown-employee-cell strong{color:#8a5600}.unknown-employee-add{display:inline-flex;align-items:center;justify-self:start;gap:5px;max-width:170px;padding:5px 8px;border:1px solid #e2c46c;border-radius:6px;background:#fff8d8;color:#704600;font-size:11px;font-weight:900;cursor:pointer}.unknown-employee-add:hover{border-color:#bd942c;background:#fff1b8}.unknown-terminal-summary{display:grid;gap:5px;padding:14px;border:1px solid #ead59a;border-radius:8px;background:#fffbeb}.unknown-terminal-summary span{color:#8a6b21;font-size:12px;font-weight:900}.unknown-terminal-summary strong{color:#443619}.unknown-terminal-summary code{color:#704600;font-weight:900}.table-wrap>table th.attendance-status-cell,.table-wrap>table td.attendance-status-cell{text-align:center}.table-wrap>table th.lunch-cell,.table-wrap>table td.lunch-cell{text-align:center}.attendance-filter-panel{width:min(760px,calc(100vw - 32px));padding:16px;border:1px solid #d8e1da;border-radius:8px;background:#fff;box-shadow:0 18px 45px #0f231b29}.filter-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:13px;border-bottom:1px solid #edf1ed}.filter-panel-heading>div:first-child{display:grid;gap:2px}.filter-panel-heading strong{color:#17201d;font-size:14px}.filter-panel-heading span{color:#71817b;font-size:12px}.filter-panel-heading .filter-panel-actions{display:flex;align-items:center;gap:7px}.filter-panel-heading button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid #d8e1da;border-radius:7px;background:#f8faf8;color:#40514a;font-size:12px;font-weight:800;cursor:pointer}.filter-panel-heading button:hover:not(:disabled){border-color:#b9c99a;background:#f1f7e5}.filter-panel-heading button:disabled{opacity:.45;cursor:default}.filter-panel-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:14px}.filter-option-group{min-width:0;margin:0;padding:0;border:0}.filter-option-group legend{width:100%;margin:0 0 8px;color:#536860;font-size:12px;font-weight:900}.filter-option-list{display:grid;align-content:start;max-height:220px;overflow-y:auto;padding-right:5px}.filter-option-list label{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-height:36px;padding:5px 7px;border-radius:6px;color:#40514a;font-size:13px;font-weight:700;cursor:pointer}.filter-option-list label:hover{background:#f3f7ed}.filter-option-list label:has(input:checked){background:#eef6d4;color:#263b18}.filter-option-list input{width:16px;height:16px;margin:0;accent-color:#71952d}.filter-option-list span{min-width:0;overflow-wrap:anywhere}.attendance-calendar .ant-picker{min-width:140px}.attendance-calendar .ant-btn,.attendance-calendar .ant-picker{height:38px}.reports-page{min-width:0}.report-controls{display:grid;gap:18px}.report-filter-grid{display:grid;grid-template-columns:minmax(250px,1.35fr) repeat(3,minmax(160px,1fr)) auto;align-items:end;gap:12px}.report-filter-grid label{display:grid;gap:7px;min-width:0;color:#536860;font-size:12px;font-weight:900}.report-filter-grid select,.report-filter-grid .ant-picker{width:100%;min-width:0;height:42px;border:1px solid #d8e1da;border-radius:8px;background:#f8faf8}.report-filter-grid select{padding:0 11px;color:#17201d}.report-export{height:42px}.report-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.report-results{min-width:0}.report-view-tabs{display:inline-flex;min-width:0;padding:3px;border:1px solid #d8e1da;border-radius:8px;background:#f4f7f4}.report-view-tabs button{min-height:34px;padding:0 12px;border:0;border-radius:6px;background:transparent;color:#63756e;font-size:12px;font-weight:900;cursor:pointer}.report-view-tabs button:hover{background:#eaf0e8;color:#26352f}.report-view-tabs button.active{background:#17201d;color:#fff}@media(max-width:1180px){.report-filter-grid,.report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.report-filter-grid,.report-metrics{grid-template-columns:minmax(0,1fr)}.report-results .panel-header{align-items:stretch}.report-view-tabs{width:100%}.report-view-tabs button{flex:1}}.row-actions{display:flex;gap:7px}.clickable-row{cursor:pointer;transition:background .14s ease}.clickable-row:hover,.clickable-row:focus-visible{background:#f6faef}.employee-link{border:0;padding:0;background:transparent;color:#1d6b3a;font:inherit;font-weight:800;cursor:pointer;text-align:left}.employee-link:hover{color:#315a38;text-decoration:underline;text-underline-offset:3px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));gap:18px;align-items:start}.settings-stretch{align-self:stretch}.settings-add-form{display:flex;gap:10px;margin-top:18px}.settings-add-form input{flex:1 1 auto;min-width:0}.settings-add-form .action-button{flex:0 0 auto;min-width:116px;white-space:nowrap}.settings-add-form input,.settings-form input,.settings-form select{width:100%;min-height:42px;padding:0 12px;border:1px solid #d8e1da;border-radius:8px;outline:0;background:#f8faf8}.collapsible-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.collapsible-panel-heading{display:block}.collapsible-panel-heading .eyebrow{display:block;margin-bottom:6px}.collapsible-panel-title{display:block;color:#17201d;font-size:18px}.collapsible-chevron{flex:0 0 auto;color:#597067;transition:transform .16s ease}.collapsible-chevron.is-open{transform:rotate(180deg)}.collapsible-panel-body{margin-top:4px}.settings-list{display:grid;gap:8px;margin-top:18px}.settings-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #edf1ed;border-radius:8px}.settings-list .icon-button{width:34px;min-height:34px}.settings-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.settings-form label{display:grid;gap:7px;color:#536860;font-size:13px;font-weight:800}.settings-form-span-2{grid-column:1 / -1}.day-of-week-picker{display:flex;flex-wrap:wrap;gap:6px}.day-chip{min-width:40px;min-height:34px;padding:0 8px;border:1px solid #d8e1da;border-radius:6px;background:#f8faf8;color:#536860;font-size:12px;font-weight:800;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.day-chip:hover:not(:disabled){border-color:#9fbe38}.day-chip-active{border-color:#71952d;background:#eef7dc;color:#4e6818}.day-chip:disabled{opacity:.5;cursor:default}.settings-save{margin-top:20px}.settings-hint{margin:14px 0 0;color:#71817b;font-size:12px;line-height:1.55}.settings-account-name{margin:10px 0 0;color:#26352f;font-size:13px;font-weight:800}.settings-account-name span{margin-left:5px;color:#71817b;font-weight:600}.password-change-form{display:grid;gap:14px;margin-top:20px}.password-change-form label{display:grid;gap:7px;color:#536860;font-size:13px;font-weight:800}.password-change-form input{width:100%;min-height:42px;padding:0 12px;border:1px solid #d8e1da;border-radius:8px;outline:0;background:#f8faf8}.password-change-form input:focus{border-color:#9fbe38;box-shadow:0 0 0 3px #cbe86b3d}.password-change-form .action-button{justify-self:start;margin-top:4px}.password-change-form .action-button:disabled{opacity:.5;cursor:default}.password-mismatch{margin:-5px 0 0;color:#a33a32;font-size:12px;font-weight:700}.password-requirement{color:#a33a32;font-size:12px;font-weight:700}.user-management-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.user-table-wrap{margin-top:20px;overflow-x:auto}.user-table{width:100%;min-width:760px;border-collapse:collapse}.user-table th{padding:10px 12px;border-bottom:1px solid #dfe7e1;color:#71817b;font-size:11px;font-weight:900;text-align:left;text-transform:uppercase}.user-table td{padding:13px 12px;border-bottom:1px solid #edf1ed;color:#35463f;font-size:13px;vertical-align:middle}.user-table td:first-child{display:grid;gap:3px}.user-table td:first-child strong{color:#17201d;font-size:14px}.user-table td:first-child span{color:#71817b}.user-table td:nth-child(3) small{display:block;margin-top:5px;color:#8a5600;font-weight:700}.disabled-user-row{opacity:.62}.role-badge,.account-status{display:inline-flex;align-items:center;min-height:25px;padding:0 8px;border-radius:6px;font-size:11px;font-weight:900}.role-admin{background:#e8f1ff;color:#2459a8}.role-hr{background:#eef7dc;color:#4e6818}.role-viewer{background:#eef1ef;color:#536860}.role-kiosk{background:#f3ecfb;color:#6a3fa0}.account-status.active{background:#e8f8e9;color:#1d6b3a}.account-status.inactive{background:#fff0ed;color:#a33a32}.user-actions{display:flex;justify-content:flex-end;gap:6px;min-width:118px}.user-editor-form{display:grid;gap:18px}.user-editor-form label{display:grid;gap:8px;color:#536860;font-size:13px;font-weight:800}.user-editor-form input,.user-editor-form select{width:100%;min-height:42px;padding:0 12px;border:1px solid #d8e1da;border-radius:8px;outline:0;background:#f8faf8;color:#17201d}.user-editor-form input:focus,.user-editor-form select:focus{border-color:#9fbe38;box-shadow:0 0 0 3px #cbe86b47}.user-editor-form input:disabled{color:#71817b;cursor:not-allowed}.user-editor-form .drawer-footer{margin-top:6px}.forced-password-page{display:grid;min-height:100vh;padding:28px;place-items:center;background:#eef3ef}.forced-password-box{width:min(100%,460px);padding:34px;border:1px solid #dce5de;border-radius:8px;background:#fff;box-shadow:0 18px 45px #192c251a}.forced-password-icon{display:grid;width:46px;height:46px;margin-bottom:20px;border-radius:8px;place-items:center;background:#edf6cf;color:#315a38}.forced-password-box h1{margin:4px 0 10px;color:#17201d;font-size:25px;letter-spacing:0}.forced-password-copy{margin:0;color:#63756e;font-size:14px;line-height:1.55}.password-visibility,.forced-password-logout{justify-self:start;padding:0;border:0;background:transparent;color:#405f54;font-weight:800;cursor:pointer}.password-visibility{display:inline-flex;align-items:center;gap:7px}.forced-password-logout{display:block;margin:20px auto 0}.audit-table{min-width:1120px}.audit-filters{flex-wrap:wrap}.audit-action{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900}.audit-action.create{background:#e8f8e9;color:#1d6b3a}.audit-action.update{background:#e8f1ff;color:#2459a8}.audit-action.delete{background:#fff0d7;color:#8a5600}.audit-details{max-width:360px;overflow:hidden;color:#63756e;text-overflow:ellipsis}.telegram-rules{display:grid;gap:14px;margin-top:18px}.telegram-rule{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border:1px solid #e3e9e4;border-radius:10px;background:#f8faf8}.telegram-rule-text{display:grid;max-width:480px;gap:4px}.telegram-rule-text strong{color:#17201d;font-size:14px}.telegram-rule-text span{color:#71817b;font-size:13px;line-height:1.5}.telegram-rule-controls{display:flex;flex-shrink:0;align-items:center;gap:14px}.telegram-rule-minutes{display:flex;align-items:center;gap:8px;color:#536860;font-size:13px;font-weight:700}.telegram-rule-minutes input{width:60px;min-height:36px;padding:0 10px;border:1px solid #d8e1da;border-radius:8px;background:#fff;color:#17201d;text-align:center}.telegram-rule-minutes input:disabled{opacity:.5}.telegram-preview-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.telegram-bubble{padding:14px 16px;border:1px solid #e3e9e4;border-radius:12px;background:#f8faf8}.telegram-bubble-header{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#536860;font-size:12px;font-weight:900;text-transform:uppercase}.telegram-bubble p{margin:0;color:#17201d;font-size:13px;line-height:1.55}.telegram-bubble-button{display:inline-block;margin-top:12px;padding:8px 14px;border-radius:8px;background:#2459a8;color:#fff;font-size:12px;font-weight:800}.telegram-bubble-warning{border-color:#f3dfb0;background:#fff8ea}.telegram-bubble-danger{border-color:#f3c9c2;background:#fff3f1}.telegram-bubble-danger .telegram-bubble-button{background:#a33a32}.telegram-link-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;padding:20px;background:#17201d73;place-items:center}.telegram-link-modal{width:min(100%,420px);box-shadow:0 24px 60px #192c2540}.telegram-link-box{display:flex;align-items:center;gap:10px;margin-top:16px;padding:10px 12px;border:1px solid #d8e1da;border-radius:8px;background:#f8faf8}.telegram-link-box code{flex:1;overflow-x:auto;color:#35463f;font-size:12px;white-space:nowrap}.telegram-link-close{width:100%;margin-top:18px;justify-content:center}@media(max-width:900px){.settings-grid,.telegram-preview-row,.dashboard-main-grid,.dashboard-insights-grid{grid-template-columns:minmax(0,1fr)}.dashboard-insights-grid .department-overview{grid-column:auto}}@media(max-width:560px){.settings-form,.filter-panel-fields{grid-template-columns:minmax(0,1fr)}.dashboard-datebar{align-items:stretch;flex-direction:column}.dashboard-datebar .ant-picker{width:100%}.department-progress-list{grid-template-columns:minmax(0,1fr)}.user-management-header{align-items:stretch;flex-direction:column}.user-management-header .action-button{align-self:stretch}.forced-password-page{padding:14px}.forced-password-box{padding:24px}.telegram-rule{flex-direction:column;align-items:flex-start}.telegram-rule-controls{width:100%;justify-content:space-between}}@media(max-width:400px){.settings-add-form{flex-direction:column}.settings-add-form .action-button{width:100%}}.clickable-row:focus-visible{outline:2px solid #9fbe38;outline-offset:-2px}.row-actions .icon-button{width:34px;min-height:34px}.danger-button{color:#a33a32;background:#fff2f0}.secondary-button{color:#35463f;background:#edf2ee}.profile-back{display:inline-flex;align-items:center;justify-self:start;gap:8px;border:0;background:transparent;color:#536860;font-weight:800;cursor:pointer}.profile-card{display:flex;align-items:center;gap:18px}.profile-card h2{margin:3px 0 6px}.profile-card span{color:#63756e}.profile-edit-button{margin-left:auto;white-space:nowrap}.profile-avatar{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:#eaf2df;color:#315a38}.profile-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.upload-button{cursor:pointer}.upload-button input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:14px;margin-top:16px}.photo-gallery figure{position:relative;overflow:hidden;aspect-ratio:1;margin:0;border:1px solid #dbe3dc;border-radius:10px;background:#f3f6f3}.photo-gallery img{width:100%;height:100%;object-fit:cover}.photo-gallery figcaption{position:absolute;right:7px;bottom:7px;padding:4px 8px;border-radius:999px;background:#15231fdb;color:#fff;font-size:11px;font-weight:800}.photo-delete{position:absolute;top:7px;right:7px;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:#7c1f19e0;color:#fff;cursor:pointer}.photo-delete:hover{background:#9e2f27}.upload-error{color:#a33a32;font-weight:700}.empty-state{padding:20px 0 4px;color:#63756e;text-align:center}.drawer-form{display:grid;gap:20px}.avatar-upload{position:relative;display:inline-flex;width:64px;height:64px;cursor:pointer}.avatar-upload input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.avatar-upload-busy{cursor:progress;opacity:.6}.drawer-photo-preview{width:64px;height:64px;border-radius:50%;object-fit:cover;background:#eaf2df}.avatar-upload-badge{position:absolute;right:-2px;bottom:-2px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;border:2px solid #ffffff;background:#cbe86b;color:#15231f}.drawer-form label{display:grid;gap:8px;color:#536860;font-size:13px;font-weight:800}.drawer-form input,.drawer-form select{width:100%;min-height:42px;padding:0 12px;border:1px solid #d8e1da;border-radius:8px;outline:0;background:#f8faf8;color:#17201d}.drawer-form input:focus,.drawer-form select:focus{border-color:#9fbe38;box-shadow:0 0 0 3px #cbe86b47}.drawer-footer{display:flex;justify-content:flex-end;gap:10px}.custom-schedule-fields{display:grid;gap:14px}.custom-schedule-toggle{display:flex!important;flex-direction:row;align-items:center;gap:8px}.custom-schedule-toggle input[type=checkbox]{width:auto;min-height:0;flex:0 0 auto}.custom-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.custom-schedule-span-2{grid-column:1 / -1}.access-control-assignments{display:grid;gap:12px}.access-control-title{color:#536860;font-size:13px;font-weight:800}.access-assignment-group{display:grid;gap:12px;padding:12px;border:1px solid #d8e1da;border-radius:8px;background:#f8faf8}.access-assignment-empty{margin:0;color:#71817b;font-size:12px}.access-assignment-add{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:7px 10px;border:1px solid #cdd8cf;border-radius:7px;background:#fff;color:#40514a;font-size:12px;font-weight:800;cursor:pointer}.access-assignment-add:hover:not(:disabled){border-color:#9fbe38;background:#f3f7ed}.access-assignment-add:disabled{opacity:.5;cursor:not-allowed}.access-assignment-remove{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;border:1px solid #efcbc6;border-radius:7px;background:#fff;color:#a33a32;font-size:12px;font-weight:800;cursor:pointer}.access-assignment-remove:hover{background:#fff0ed}@media(max-width:520px){.ant-drawer-content-wrapper{width:100%!important}}
