@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Newsreader:ital,wght@1,400&display=swap);:root{--brand:#0d3a2a;--brand-light:#e8efe9;--brand-dim:#0d3a2a20;--gold:#d4a44a;--gold-light:#f5edda;--parchment:#efe8d2;--ink:#1c1c1c;--bg:#fff;--bg-soft:#f7f3e6;--bg-hover:#efeadb;--border:#e3dec9;--border-strong:#cfc8ae;--text-primary:#1c1c1c;--text-secondary:#4f5650;--text-muted:#8a8e86;--red:#b8341c;--red-light:#faedea;--amber:#d4a44a;--amber-light:#f5edda;--blue:#4a7a64;--blue-light:#e8efe9;--radius-sm:6px;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #00000014;--shadow:0 4px 12px #00000014;--font:"Inter",sans-serif;--font-mono:"JetBrains Mono",monospace;--font-serif:"Newsreader",Georgia,serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}#root,body,html{-webkit-font-smoothing:antialiased;background:#f7f3e6;background:var(--bg-soft);color:#1c1c1c;color:var(--text-primary);font-family:Inter,sans-serif;font-family:var(--font);font-size:14px;height:100%;line-height:1.5}body,html{max-width:100vw;overflow-x:hidden}.app-loading{align-items:center;background:#efe8d2;display:flex;height:100vh;justify-content:center}.app-loading-inner{align-items:center;display:flex;flex-direction:column;gap:16px}.spinner{border:2px solid #e3dec9;border-top-color:#0d3a2a;border:2px solid var(--border);border-radius:50%;border-top-color:var(--brand);height:24px;width:24px}.btn-spinner,.spinner{animation:spin .7s linear infinite}.btn-spinner{border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.skeleton-pulse{animation:shimmer 1.4s infinite;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%}.skeleton-row{border-radius:6px;border-radius:var(--radius-sm);height:44px;margin-bottom:6px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.navbar{background:#fff;background:var(--bg);border-bottom:1px solid #e3dec9;border-bottom:1px solid var(--border);height:52px;justify-content:space-between;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar,.navbar-brand{align-items:center;display:flex}.navbar-brand{gap:8px}.navbar-title{color:#1c1c1c;color:var(--text-primary);font-size:16px;font-weight:700;letter-spacing:-.3px}.navbar-center{left:50%;position:absolute;transform:translateX(-50%)}.sync-indicator{align-items:center;color:#8a8e86;color:var(--text-muted);display:flex;font-size:12px;gap:6px}.sync-dot{background:#cfc8ae;background:var(--border-strong);border-radius:50%;height:6px;transition:background .3s;width:6px}.syncing .sync-dot{animation:pulse-dot .8s ease infinite alternate;background:#d4a44a;background:var(--amber)}.synced .sync-dot{background:#0d3a2a;background:var(--brand)}@keyframes pulse-dot{0%{opacity:.4}to{opacity:1}}.navbar-right{gap:8px}.navbar-right,.refresh-btn{align-items:center;display:flex}.refresh-btn{background:#0000;border:1px solid #e3dec9;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#8a8e86;color:var(--text-muted);cursor:pointer;height:32px;justify-content:center;transition:all .15s;width:32px}.refresh-btn:hover{background:#efeadb;background:var(--bg-hover);color:#1c1c1c;color:var(--text-primary)}.user-menu-wrapper{position:relative}.user-btn{align-items:center;background:#0000;border:1px solid #e3dec9;border:1px solid var(--border);border-radius:20px;color:#4f5650;color:var(--text-secondary);cursor:pointer;display:flex;gap:7px;padding:4px 10px 4px 4px;transition:all .15s}.user-btn:hover{background:#efeadb;background:var(--bg-hover);color:#1c1c1c;color:var(--text-primary)}.user-avatar{align-items:center;background:#0d3a2a;background:var(--brand);border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:26px;justify-content:center;width:26px}.user-name{font-size:13px;font-weight:500}.user-dropdown{animation:fadeIn .15s ease;background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow);min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + 6px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{border-bottom:1px solid #e3dec9;border-bottom:1px solid var(--border);padding:10px 14px}.dropdown-email{color:#4f5650;color:var(--text-secondary);font-size:12px}.dropdown-role{color:#8a8e86;color:var(--text-muted);font-size:11px;letter-spacing:.4px;margin-top:2px;text-transform:uppercase}.dropdown-item{background:#0000;border:none;color:#4f5650;color:var(--text-secondary);cursor:pointer;display:block;font-size:13px;padding:9px 14px;text-align:left;transition:all .15s;width:100%}.dropdown-item:hover{background:#efeadb;background:var(--bg-hover);color:#1c1c1c;color:var(--text-primary)}.dashboard-page{background:#f7f3e6;background:var(--bg-soft);min-height:100vh}.dashboard-body{margin:0 auto;max-width:1440px;padding:20px 24px}.dashboard-header{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:16px}.page-title{font-size:20px}.page-subtitle{font-size:14px}.api-error-banner{align-items:center;background:#faedea;background:var(--red-light);border-bottom:1px solid #efc8bf;color:#b8341c;display:flex;font-size:13px;justify-content:space-between;padding:8px 24px}.api-error-banner button{background:#0000;border:1px solid #fca5a5;border-radius:4px;color:#b8341c;cursor:pointer;font-size:12px;padding:2px 10px}.dashboard-grid-wrapper{position:relative}.reset-layout-btn{background:#0000;border:1px solid #e3dec9;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#8a8e86;color:var(--text-muted);cursor:pointer;font-size:11px;padding:3px 10px;position:absolute;right:0;top:-32px;transition:all .15s;z-index:10}.reset-layout-btn:hover{background:#efeadb;background:var(--bg-hover);color:#4f5650;color:var(--text-secondary)}.react-grid-item.react-grid-placeholder{background:#0d3a2a20!important;background:var(--brand-dim)!important;border:1px dashed #0d3a2a!important;border:1px dashed var(--brand)!important;border-radius:8px!important;border-radius:var(--radius)!important;opacity:1!important}.react-resizable-handle{opacity:0;transition:opacity .2s}.react-grid-item:hover .react-resizable-handle{opacity:.5}.widget{background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 4px #0000000f;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:box-shadow .2s}.widget:hover{box-shadow:0 4px 12px #00000014}.widget-header{align-items:center;border-bottom:1px solid #e3dec9;border-bottom:1px solid var(--border);cursor:grab;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 14px 8px;-webkit-user-select:none;user-select:none}.widget-header:active{cursor:grabbing}.widget-title{color:#4f5650;color:var(--text-secondary);font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.widget-badge{background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:10px;color:#8a8e86;color:var(--text-muted);font-size:11px;font-weight:500;padding:2px 7px}.stat-card{gap:4px;justify-content:center;padding:14px}.stat-header{gap:8px;margin-bottom:6px;min-height:32px}.stat-header,.stat-icon{align-items:center;display:flex}.stat-icon{border-radius:6px;flex-shrink:0;font-size:14px;height:28px;justify-content:center;width:28px}.stat-title{color:#4f5650;color:var(--text-secondary);font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.stat-value{color:#1c1c1c;color:var(--text-primary);font-size:32px;font-weight:700;letter-spacing:-1px}.stat-subtitle{color:#8a8e86;color:var(--text-muted);font-size:11px;margin-top:2px}.stat-trend{font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:11px;margin-top:4px}.trend-up{color:#b8341c;color:var(--red)}.trend-down{color:#0d3a2a;color:var(--brand)}.chart-widget{padding-bottom:8px}.chart-loading{align-items:center;display:flex;flex:1 1;justify-content:center}.bradford-legend{display:flex;flex-wrap:wrap;font-size:11px;gap:8px;padding:6px 14px 4px}.bl-green{color:#0d3a2a;color:var(--brand)}.bl-orange{color:#a8843b}.bl-amber{color:#d4a44a;color:var(--amber)}.bl-red{color:#b8341c;color:var(--red)}.list-widget{gap:0}.absence-list{flex:1 1;overflow-y:auto;padding:4px 0 6px}.absence-list::-webkit-scrollbar{width:3px}.absence-list::-webkit-scrollbar-thumb{background:#e3dec9;background:var(--border);border-radius:2px}.absence-row,.rtw-row{align-items:center;display:flex;gap:10px;padding:7px 14px;transition:background .1s}.absence-row:hover,.rtw-row:hover{background:#f7f3e6;background:var(--bg-soft)}.absence-avatar,.rtw-avatar{align-items:center;background:#e8efe9;background:var(--brand-light);border-radius:50%;color:#0d3a2a;color:var(--brand);display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:30px;justify-content:center;width:30px}.absence-info{flex:1 1;min-width:0}.absence-name{color:#1c1c1c;color:var(--text-primary);font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.absence-meta{color:#8a8e86;color:var(--text-muted);font-size:11px;margin-top:1px}.absence-status-dot{border-radius:50%;flex-shrink:0;height:7px;width:7px}.rtw-chip{border-radius:10px;font-size:10px;font-weight:600;letter-spacing:.4px;padding:2px 7px;text-transform:uppercase}.rtw-overdue{background:#faedea;background:var(--red-light);color:#b8341c;color:var(--red)}.rtw-pending{background:#f5edda;background:var(--amber-light);color:#d4a44a;color:var(--amber)}.list-loading{padding:10px 14px}.list-empty{color:#8a8e86;color:var(--text-muted);font-size:13px;padding:24px 16px;text-align:center}.alerts-list{flex:1 1;overflow-y:auto;padding:4px 0 6px}.alerts-list::-webkit-scrollbar{width:3px}.alerts-list::-webkit-scrollbar-thumb{background:#e3dec9;background:var(--border);border-radius:2px}.alert-row{align-items:flex-start;border-left:3px solid #0000;display:flex;gap:10px;padding:9px 14px;transition:background .1s}.alert-row:hover{background:#f7f3e6;background:var(--bg-soft)}.alert-icon{flex-shrink:0;font-size:13px;margin-top:1px}.alert-message{color:#1c1c1c;color:var(--text-primary);font-size:12.5px;line-height:1.4}.alert-time{color:#8a8e86;color:var(--text-muted);font-size:11px;margin-top:2px}.chart-tooltip{background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow);min-width:110px;padding:8px 12px}.tooltip-label{border-bottom:1px solid #e3dec9;border-bottom:1px solid var(--border);color:#1c1c1c;color:var(--text-primary);font-size:12px;font-weight:600;margin-bottom:5px;padding-bottom:4px}.tooltip-row{display:flex;font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:12px;gap:12px;justify-content:space-between;margin-top:3px}.tooltip-row span{color:#8a8e86;color:var(--text-muted)}.login-page{align-items:center;background:#0d3a2a;background:var(--brand);display:flex;justify-content:center;min-height:100vh}.login-card{animation:fadeIn .2s ease;background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow);max-width:380px;padding:36px;width:100%}.login-logo{align-items:center;display:flex;gap:8px;margin-bottom:24px}.login-brand{font-size:20px;font-weight:700;letter-spacing:-.3px}.login-title{font-size:22px;font-weight:700;letter-spacing:-.4px;margin-bottom:4px}.login-subtitle{color:#4f5650;color:var(--text-secondary);font-size:13px;margin-bottom:24px}.login-form{gap:16px}.field-group,.login-form{display:flex;flex-direction:column}.field-group{gap:5px}.field-label{color:#4f5650;color:var(--text-secondary);font-size:13px;font-weight:500}.field-input{background:#fff;background:var(--bg);border:1px solid #cfc8ae;border:1px solid var(--border-strong);border-radius:6px;border-radius:var(--radius-sm);color:#1c1c1c;color:var(--text-primary);font-family:Inter,sans-serif;font-family:var(--font);font-size:14px;outline:none;padding:9px 12px;transition:border-color .15s,box-shadow .15s;width:100%}.field-input::placeholder{color:#8a8e86;color:var(--text-muted)}.field-input:focus{border-color:#0d3a2a;border-color:var(--brand);box-shadow:0 0 0 3px #0d3a2a20;box-shadow:0 0 0 3px var(--brand-dim)}.login-btn{align-items:center;background:#0d3a2a;background:var(--brand);border:none;border-radius:6px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-family:var(--font);font-size:14px;font-weight:600;justify-content:center;margin-top:4px;padding:10px;transition:opacity .15s;width:100%}.login-btn:hover{opacity:.9}.login-btn:disabled{cursor:not-allowed;opacity:.6}.login-error{background:#faedea;background:var(--red-light);border:1px solid #efc8bf;border-radius:6px;border-radius:var(--radius-sm);color:#b8341c;font-size:13px;padding:9px 12px}.app-shell{background:#f7f3e6;background:var(--bg-soft);height:100vh}.app-main,.app-shell{display:flex;overflow:hidden}.app-main{flex:1 1;flex-direction:column}.app-content{flex:1 1;overflow-y:auto;padding:24px}.sidebar{background:#0d3a2a;background:var(--brand);flex-shrink:0;width:220px}.sidebar,.sidebar-logo{display:flex;flex-direction:column}.sidebar-logo{align-items:center;border-bottom:1px solid #efe8d224;gap:10px;padding:26px 16px 22px}.sidebar-brand{display:none}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:8px}.sidebar-item{align-items:center;background:#0000;border:none;border-left:2px solid #0000;border-radius:0 8px 8px 0;border-radius:0 var(--radius) var(--radius) 0;color:#efe8d2b8;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-family:var(--font);font-size:13px;font-weight:500;gap:10px;padding:8px 10px;text-align:left;transition:all .15s;width:100%}.sidebar-item:hover{background:#efe8d214;color:#efe8d2;color:var(--parchment)}.sidebar-item.active{background:#efe8d21f;border-left:2px solid #d4a44a;border-left:2px solid var(--gold);color:#efe8d2;color:var(--parchment);font-weight:600}.sidebar-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center;opacity:.9;width:20px}.sidebar-label{flex:1 1}.sidebar-badge{background:#b8341c;border-radius:10px;color:#fff;font-size:10px;font-weight:700;padding:1px 6px}.sidebar-footer{border-top:1px solid #efe8d224;padding:12px 16px}.sidebar-version{color:#efe8d280;font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:10px;letter-spacing:.04em}.topbar{background:#efe8d2;border-bottom:1px solid #ddd6c4;flex-shrink:0;height:52px;justify-content:space-between;padding:0 20px}.topbar,.topbar-left{align-items:center;display:flex}.topbar-left{flex:1 1;gap:12px;justify-content:flex-start}.store-selector{align-items:center;background:#fff;background:var(--bg);border:1.5px solid #0d3a2a;border:1.5px solid var(--brand);border-radius:999px;color:#0d3a2a;color:var(--brand);display:inline-flex;gap:8px;min-width:0;padding:6px 15px}.store-selector-icon{align-items:center;color:#d4a44a;color:var(--gold);display:flex}.store-select{background:#0000;border:none;color:#0d3a2a;color:var(--brand);cursor:pointer;font-family:Inter,sans-serif;font-family:var(--font);font-size:13px;font-weight:600;max-width:130px;outline:none;padding-right:2px}.store-select option{background:#fff;color:#1c1c1c}.topbar-right{align-items:center;display:flex;gap:10px}.page{max-width:1600px}.page-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:20px}.page-title{color:#1c1c1c;color:var(--text-primary);font-size:22px;font-weight:700;letter-spacing:-.4px}.page-subtitle{font-family:Newsreader,Georgia,serif;font-family:var(--font-serif);font-size:14.5px;font-style:italic;margin-top:2px}.page-subtitle,.section-title{color:#4f5650;color:var(--text-secondary)}.section-title{font-size:14px;font-weight:600;margin-bottom:10px}.stat-grid{margin-bottom:20px}.stat-grid-3{grid-template-columns:repeat(3,1fr)}.summary-card{background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);padding:16px;text-align:center}.summary-number{font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:36px;font-weight:700;letter-spacing:-1px}.summary-label{color:#8a8e86;color:var(--text-muted);font-size:12px;margin-top:4px}.chart-row{grid-gap:10px;display:grid;gap:10px;margin-bottom:10px}.chart-row:first-of-type{grid-template-columns:2fr 1fr}.chart-row:last-of-type{grid-template-columns:1fr 2fr}.chart-col-narrow,.chart-col-wide{min-height:260px}.filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:16px}.filter-bar,.filter-btn{align-items:center;display:flex}.filter-btn{background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:20px;color:#4f5650;color:var(--text-secondary);cursor:pointer;font-family:Inter,sans-serif;font-family:var(--font);font-size:13px;font-weight:500;gap:6px;padding:6px 12px;transition:all .15s}.filter-btn:hover{border-color:#cfc8ae;border-color:var(--border-strong);color:#1c1c1c;color:var(--text-primary)}.filter-btn.active{background:#e8efe9;background:var(--brand-light);border-color:#0d3a2a;border-color:var(--brand);color:#0d3a2a;color:var(--brand)}.filter-count{background:#f7f3e6;background:var(--bg-soft);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:10px;font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:11px;padding:0 6px}.filter-btn.active .filter-count{background:#0d3a2a20;background:var(--brand-dim);border-color:#0000}.search-input{background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#1c1c1c;color:var(--text-primary);font-family:Inter,sans-serif;font-family:var(--font);font-size:13px;outline:none;padding:6px 12px;transition:border-color .15s;width:320px}.search-input:focus{border-color:#0d3a2a;border-color:var(--brand)}.filter-stats{display:flex;gap:12px;margin-left:auto}.fstat{font-size:12px;font-weight:500}.fstat-red{color:#b8341c}.fstat-amber{color:#d4a44a}.fstat-green{color:#0d3a2a}.data-table-wrapper{background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 1px 4px #0000000f;overflow:hidden}.data-table thead tr{background:#f7f3e6;background:var(--bg-soft)}.data-table{border-collapse:collapse;width:100%}.data-table thead tr{border-bottom:1px solid #e3dec9;border-bottom:1px solid var(--border)}.data-table th{background:#f7f3e6;background:var(--bg-soft);color:#8a8e86;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.4px;padding:10px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}.data-table th:last-child{background:#0000!important;border:none!important;width:1%}.data-table td{border-bottom:1px solid #e3dec9;border-bottom:1px solid var(--border);font-size:13px;padding:10px 14px}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#f7f3e6;background:var(--bg-soft)}.table-employee{gap:8px}.table-avatar,.table-employee{align-items:center;display:flex}.table-avatar{background:#e8efe9;background:var(--brand-light);border-radius:50%;color:#0d3a2a;color:var(--brand);flex-shrink:0;font-size:10px;font-weight:700;height:28px;justify-content:center;width:28px}.table-name{color:#1c1c1c;color:var(--text-primary);font-weight:500}.table-date,.table-reason{color:#4f5650;color:var(--text-secondary)}.table-date{font-size:12px}.table-date,.table-days{font-family:JetBrains Mono,monospace;font-family:var(--font-mono)}.table-days{color:#1c1c1c;color:var(--text-primary);font-weight:600}.table-meta{color:#8a8e86;color:var(--text-muted);font-size:12px}.table-empty,.table-loading{color:#8a8e86;color:var(--text-muted);font-size:13px;padding:32px;text-align:center}.status-chip{border-radius:10px;font-size:11px;font-weight:600;padding:2px 8px}.bradford-bar-wrap{align-items:center;display:flex;gap:8px}.bradford-score{flex-shrink:0;font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:13px;font-weight:600;width:36px}.bradford-bar-bg{background:#f7f3e6;background:var(--bg-soft);border-radius:3px;flex:1 1;height:6px;overflow:hidden}.bradford-bar-fill{border-radius:3px;height:100%;transition:width .3s}.alerts-page-list{display:flex;flex-direction:column;gap:8px}.alert-card{align-items:center;background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-left:4px solid #0000;border-radius:8px;border-radius:var(--radius);display:flex;justify-content:space-between;padding:14px 16px;transition:box-shadow .15s}.alert-card:hover{box-shadow:0 1px 3px #00000014;box-shadow:var(--shadow-sm)}.alert-card-left{align-items:center;display:flex;flex:1 1;gap:10px}.alert-card-type{border-radius:10px;flex-shrink:0;font-size:11px;font-weight:600;padding:2px 8px;white-space:nowrap}.alert-card-message{color:#1c1c1c;color:var(--text-primary);font-size:13px}.alert-card-right{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:2px;margin-left:16px}.alert-card-severity{font-size:11px;font-weight:600}.alert-card-time{color:#8a8e86;color:var(--text-muted);font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:11px}.reports-grid{display:flex;flex-direction:column;gap:8px}.report-card{align-items:center;background:#fff;background:var(--bg);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);display:flex;gap:14px;padding:16px}.report-icon{flex-shrink:0;font-size:24px;text-align:center;width:40px}.report-info{flex:1 1}.report-title{color:#1c1c1c;color:var(--text-primary);font-size:14px;font-weight:600}.report-desc{font-size:12px;margin-top:2px}.report-badge,.report-desc{color:#8a8e86;color:var(--text-muted)}.report-badge{background:#f7f3e6;background:var(--bg-soft);border:1px solid #e3dec9;border:1px solid var(--border);border-radius:10px;flex-shrink:0;font-size:11px;font-weight:500;padding:3px 10px}.chart-row-top{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 2fr 1fr}.chart-row-bottom,.chart-row-top{margin-bottom:10px}.stat-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:16px}.stat-value{font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:38px;font-weight:600;letter-spacing:-2px;line-height:1}.org-name{color:#0d3a2a;color:var(--brand);font-size:13px;font-weight:700;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-row-top{align-items:start}.chart-col-narrow{max-height:560px}.chart-empty,.list-empty,.table-empty{font-size:14px}.chart-empty,.chart-loading,.list-empty,.table-empty,.table-loading{color:#8a8e86;color:var(--text-muted);font-family:Newsreader,Georgia,serif;font-family:var(--font-serif);font-style:italic}.stamp-certified{align-items:center;background:#f5edda;background:var(--gold-light);border:1.5px solid #d4a44a;border:1.5px solid var(--gold);border-radius:999px;color:#8a6420;display:inline-flex;font-family:JetBrains Mono,monospace;font-family:var(--font-mono);font-size:10.5px;font-weight:600;gap:6px;letter-spacing:.14em;padding:4px 12px;text-transform:uppercase}.stamp-certified:before{color:#d4a44a;color:var(--gold);content:"✦";font-size:11px}@media (max-width:768px){.app-shell{position:relative}.sidebar{box-shadow:4px 0 24px #0000004d;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s ease;width:260px;z-index:1000}.sidebar.open{transform:translateX(0)}.sidebar-backdrop{background:#00000080;display:none;inset:0;position:fixed;z-index:999}.sidebar-backdrop.open{display:block}.hamburger{align-items:center;background:none;border:none;color:#0d3a2a;color:var(--brand);cursor:pointer;display:flex!important;flex-shrink:0;height:36px;justify-content:center;padding:0;width:36px}.app-main{overflow-x:hidden;width:100%}.topbar{gap:8px;height:52px;padding:0 12px}.topbar-left{flex:1 1;gap:8px;min-width:0;overflow:hidden}.org-name{font-size:12px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-select{font-size:12px;max-width:100px}.topbar-right{flex-shrink:0;gap:6px}.refresh-btn,.sync-indicator,.user-name{display:none}.app-content{padding:16px 14px}.stat-grid{gap:10px!important;grid-template-columns:repeat(2,1fr)!important}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}table{min-width:500px}.page-header{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:16px}.sidebar-logo img{height:80px;width:80px}.sidebar-item{font-size:14px;padding:10px 12px}.app-shell{overflow-x:hidden;position:relative}.sidebar{box-shadow:4px 0 24px #0000004d;height:100vh!important;left:0;position:fixed!important;top:0;transform:translateX(-100%)!important;transition:transform .25s ease;width:260px!important;z-index:1000}.sidebar.open{transform:translateX(0)!important}.sidebar-backdrop{background:#00000080;display:none;inset:0;position:fixed;z-index:999}.sidebar-backdrop.open{display:block}.app-main{overflow-x:hidden;width:100%}.app-content{padding:14px 12px!important}.hamburger{align-items:center;background:none;border:none;color:#0d3a2a;color:var(--brand);cursor:pointer;display:flex!important;flex-shrink:0;height:36px;justify-content:center;padding:0;width:36px}.topbar{gap:6px!important;height:48px!important;padding:0 10px!important}.topbar-left{flex:1 1;gap:6px;min-width:0;overflow:hidden}.org-name{font-size:12px!important;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-select{font-size:11px!important;max-width:90px}.refresh-btn,.sync-indicator,.user-name{display:none!important}.topbar-right{gap:6px!important}.sidebar-logo{padding:20px 16px 16px!important}.sidebar-logo img{height:80px!important;width:80px!important}.sidebar-item{font-size:14px!important;padding:10px 12px!important}.page-header{align-items:flex-start!important;flex-direction:column!important;gap:8px!important;margin-bottom:16px!important}.page-title{font-size:20px!important}.page-subtitle{font-size:12px!important}.day-strip{font-size:11px!important;left:-12px!important;padding:0 14px!important;width:calc(100% + 24px)!important}.stat-grid{gap:8px!important;grid-template-columns:repeat(2,1fr)!important}.stat-card{padding:12px!important}.stat-value{font-size:28px!important}.stat-label{font-size:9px!important}.dashboard-charts-row{grid-template-columns:1fr!important}.widget{margin-bottom:8px}.widget-title{font-size:12px!important}.table-wrapper{-webkit-overflow-scrolling:touch;border-radius:8px;overflow-x:auto!important}table{min-width:480px}table,td,th{font-size:12px!important}td,th{padding:8px 10px!important}.absence-filters{flex-direction:column!important;gap:8px!important}.absence-filters input,.absence-filters select{font-size:13px!important;width:100%!important}.absence-drawer{border-radius:0!important;inset:0!important;overflow-y:auto;position:fixed!important;width:100%!important;z-index:500}.alerts-header{flex-direction:column!important;gap:8px!important}.alert-card{padding:12px!important}.alert-actions{flex-direction:column!important;gap:6px!important}.alert-actions button{width:100%!important}.people-toolbar{flex-direction:column!important;gap:8px!important}.people-toolbar button,.people-toolbar input,.people-toolbar select{width:100%!important}.profile-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto!important}.profile-tab{font-size:12px!important;padding:8px 12px!important;white-space:nowrap}.leave-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.settings-grid{grid-template-columns:1fr!important}.reports-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto;white-space:nowrap}.report-actions{flex-direction:column!important;gap:8px!important}.report-actions button{width:100%!important}.rtw-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto;white-space:nowrap}.rtw-stat-row{gap:8px!important;grid-template-columns:repeat(2,1fr)!important}.costs-grid{grid-template-columns:1fr!important}.login-card{margin:16px!important;padding:28px 20px!important}.login-logo img{height:120px!important;width:120px!important}.modal{border-radius:0!important;height:100vh!important;inset:0!important;margin:0!important;max-width:100%!important;overflow-y:auto;position:fixed!important;width:100%!important}.modal-overlay{align-items:flex-start!important}.chip{font-size:9px!important;padding:2px 6px!important}div[style*="bottom: 80px"][style*="width: 360px"]{bottom:72px!important;left:12px!important;right:12px!important;width:calc(100vw - 24px)!important}.btn{padding:8px 14px!important}.btn,.btn-primary,.btn-secondary{font-size:13px!important}.field input,.field select,.field textarea{font-size:16px!important}}.hamburger{display:none}@media (max-width:768px){.bottom-nav{display:flex!important}.app-content{padding-bottom:76px!important}button[style*="bottom: 20px"][style*="right: 20px"]{bottom:72px!important}.hamburger{display:none!important}.topbar-left{padding-left:4px}.mobile-quick-stats{display:block!important}.stat-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important}.dashboard-charts-row{grid-template-columns:1fr!important}.absence-filters{flex-direction:column!important}.absence-filters input[type=text],.absence-filters>*{width:100%!important}.data-table td:nth-child(4),.data-table td:nth-child(5),.data-table th:nth-child(4),.data-table th:nth-child(5){display:none!important}.profile-header-inner{flex-direction:column!important}.stat-tile{flex-shrink:0!important;min-width:130px!important}.profile-tab-label{font-size:11px!important}button[style*="position: fixed"][style*="bottom: 20px"]{bottom:72px!important}.mobile-quick-stats{display:block!important}.day-strip,.page-header,.stat-grid{display:none!important}.dashboard-charts-row{grid-template-columns:1fr!important}.page:not(.dashboard-page) .page-header{display:flex!important}.data-table td:nth-child(3),.data-table td:nth-child(4),.data-table td:nth-child(5),.data-table td:nth-child(7),.data-table td:nth-child(8),.data-table th:nth-child(3),.data-table th:nth-child(4),.data-table th:nth-child(5),.data-table th:nth-child(7),.data-table th:nth-child(8){display:none!important}.data-table td:first-child,.data-table th:first-child{width:40%!important}.data-table td:nth-child(2),.data-table th:nth-child(2){width:35%!important}.data-table td:nth-child(6),.data-table th:nth-child(6){width:25%!important}.data-table{font-size:13px!important;min-width:0!important;min-width:auto!important}.data-table-wrapper{overflow-x:visible!important;overflow-x:initial!important}.table-name{font-size:13px!important}.table-avatar{font-size:10px!important;height:28px!important;width:28px!important}.table-reason{font-size:12px!important;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:769px) and (max-width:1024px){.sidebar{width:180px!important}.sidebar-logo img{height:80px!important;width:80px!important}.sidebar-item{font-size:12px!important;padding:7px 8px!important}.stat-grid{grid-template-columns:repeat(3,1fr)!important}.app-content{padding:16px!important}.dashboard-charts-row{grid-template-columns:1fr 1fr!important}.bottom-nav{display:none!important}}.absence-filters-mobile{display:none}.absence-filters-desktop{display:block}.absence-count-mobile{display:none}@media (max-width:768px){.absence-filters-mobile{display:flex!important}.absence-filters-desktop{display:none!important}.absence-count-mobile{display:block!important}.hide-mobile{display:none!important}}.user-menu-wrapper{z-index:1100}.user-dropdown{z-index:1100!important}@media (max-width:768px){.user-dropdown{left:auto!important;min-width:200px;position:fixed!important;right:8px!important;top:52px!important;z-index:2000!important}.store-selector{background:#0000!important;border:none!important;border-radius:8px!important;flex:0 1 auto!important;gap:4px!important;min-width:0;overflow:hidden;padding:4px 8px!important}.org-name{display:none!important}.store-select{color:#0d3a2a!important;color:var(--brand)!important;font-size:13px!important;font-weight:700!important;max-width:130px!important;padding:2px 4px!important}.data-table td:nth-child(2),.data-table td:nth-child(3),.data-table td:nth-child(4),.data-table td:nth-child(5),.data-table td:nth-child(7),.data-table th:nth-child(2),.data-table th:nth-child(3),.data-table th:nth-child(4),.data-table th:nth-child(5),.data-table th:nth-child(7),.store-selector-icon,.topbar-left>.store-selector>span[style*="color: var(--gold)"]{display:none!important}.data-table td:first-child,.data-table th:first-child{width:65%!important}.data-table td:nth-child(6),.data-table th:nth-child(6){width:35%!important}.people-table{min-width:0!important;min-width:auto!important}.org-name,.store-selector>span[style*=gold]{display:none!important}.store-selector{gap:0!important}.store-select{font-size:12px!important;max-width:120px!important}}.back-label{color:#0d3a2a;color:var(--brand);font-size:13px;font-weight:700}@media (max-width:600px){.store-selector{gap:2px!important;padding:5px 10px!important}.org-name,.store-selector-icon,.store-separator{display:none!important}.store-select{color:#0d3a2a!important;color:var(--brand)!important;font-size:13px!important;font-weight:700!important;max-width:120px!important}.back-label{display:inline!important}}
/*# sourceMappingURL=main.dcc7ede5.css.map*/