:root{--theme-default: #0d6efd;--theme-secondary: #ff9210;--ui-font: "Inter", sans-serif !important;--ui-bg: #f5f7fb;--ui-surface: #ffffff;--ui-surface-muted: #f8fafc;--ui-border: #d8deea;--ui-border-strong: #bcc6d6;--ui-text: #5c5c5c;--ui-text-muted: #667085;--ui-primary: #2f78ee;--ui-primary-strong: #1f63cf;--ui-primary-soft: #edf4ff;--ui-secondary: #ff9210;--ui-secondary-soft: #fff4e5;--ui-nav: #202436;--ui-nav-muted: #a5adbf;--ui-warning-soft: #fff5e2;--ui-warning: #e58a19;--ui-success: #1c8c5e;--ui-danger: #cf3341;--ui-shadow-soft: 0 10px 28px rgba(16, 31, 54, .08);--ui-shadow-card: 0 8px 22px rgba(16, 31, 54, .07);--ui-radius-lg: 8px;--ui-radius-md: 8px;--ui-radius-sm: 6px;--ui-page-max: 1440px;--ui-topbar-height: 66px;--ui-sidebar-width: 260px;--ui-sidebar-collapsed-width: 76px;--ui-font-display: 1.35rem;--ui-font-title: 1.22rem;--ui-font-section: 1rem;--ui-font-body: 18px;--ui-font-caption: .8rem}*,*:before,*:after{box-sizing:border-box}html,body,#app{min-height:100%}html{font-size:var(--ui-font-body)}body{margin:0;font-family:var(--ui-font);background:var(--ui-bg);color:var(--ui-text);line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.new-ui-root{min-height:100vh}.app-loader-fade-enter-active,.app-loader-fade-leave-active{transition:opacity .22s ease}.app-loader-fade-enter-from,.app-loader-fade-leave-to{opacity:0}.app-page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at top left,rgba(47,120,238,.14),transparent 34%),radial-gradient(circle at bottom right,rgba(32,36,54,.12),transparent 30%),#f5f7fbeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-page-loader__panel{width:min(100%,340px);display:grid;justify-items:center;gap:.85rem;padding:1.4rem 1.3rem;border:1px solid rgba(188,198,214,.9);border-radius:18px;background:#ffffffeb;box-shadow:0 18px 48px #101f3624;text-align:center}.app-page-loader__panel strong{font-size:.95rem;font-weight:750;color:var(--ui-text)}.app-page-loader__panel p{margin:0;color:var(--ui-text-muted);font-size:.77rem}.app-page-loader__orbit{position:relative;width:3.6rem;height:3.6rem}.app-page-loader__orbit span{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid transparent;border-top-color:var(--ui-primary);border-radius:999px;animation:page-loader-spin 1.15s linear infinite}.app-page-loader__orbit span:nth-child(2){top:.32rem;right:.32rem;bottom:.32rem;left:.32rem;border-top-color:var(--ui-secondary);animation-direction:reverse;animation-duration:.95s}.app-page-loader__orbit span:nth-child(3){top:.64rem;right:.64rem;bottom:.64rem;left:.64rem;border-top-color:#2f78ee73;animation-duration:.8s}@layer base{a{color:inherit;text-decoration:none}}button,input{font:inherit}.app-button,.module-page__action,.module-page__toolbar-link{display:inline-flex;align-items:center;justify-content:center}.app-button{gap:.5rem;min-height:38px;padding:.55rem .9rem;border:1px solid transparent;border-radius:var(--ui-radius-sm);cursor:pointer;font-weight:700;font-size:.84rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.app-button:hover:not(:disabled){transform:translateY(-1px)}.app-button:disabled{cursor:not-allowed;opacity:.72}.app-button--block{width:100%}.app-button:not(.app-button--block){width:auto!important;align-self:flex-start!important;flex:0 0 auto!important}.app-button--primary{color:#fff;background:var(--ui-primary);border-color:var(--ui-primary);box-shadow:0 7px 14px #2f78ee33}.app-button--secondary{color:var(--ui-primary-strong);background:var(--ui-primary-soft);border-color:#2f78ee47}.app-button--danger{color:#fff;background:var(--ui-danger);border-color:var(--ui-danger);box-shadow:0 7px 14px #cf33412e}.app-button--success{color:#fff;background:var(--ui-success);border-color:var(--ui-success);box-shadow:0 7px 14px #1c8c5e2e}.app-button--warning{color:#412600;background:var(--ui-warning-soft);border-color:#e58a1957}.app-button--info{color:#fff;background:#7c3aed;border-color:#7c3aed;box-shadow:0 7px 14px #7c3aed2e}.app-button--primary:hover:not(:disabled){background:var(--ui-primary-strong)}.app-button--secondary:hover:not(:disabled){background:#dfeeff;border-color:#2f78ee75}.app-button--danger:hover:not(:disabled){background:#b92b38}.app-button--success:hover:not(:disabled){background:#14754d}.app-button--warning:hover:not(:disabled){background:#ffe9c2;border-color:#e58a1985}.app-button--info:hover:not(:disabled){background:#6d28d9}.app-button__spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:999px;animation:spin .8s linear infinite}.app-input-wrap{border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);background:var(--ui-surface);transition:border-color .18s ease,box-shadow .18s ease}.app-input-wrap:focus-within{border-color:var(--ui-primary);box-shadow:0 0 0 4px #0f6cbd1f}.app-input:focus,.app-select:focus,.app-textarea:focus{outline:none;box-shadow:none;border-color:transparent}.app-input-wrap.has-error{border-color:#cf334180;box-shadow:0 0 0 4px #cf334114}.app-input{width:100%;min-height:38px;padding:.55rem .75rem;border:0;outline:0;background:transparent;color:var(--ui-text);font-size:.84rem}.app-input::-moz-placeholder{color:#8a96a8}.app-input::placeholder{color:#8a96a8}.app-input:disabled,.app-select:disabled,.app-textarea:disabled{cursor:not-allowed;color:#7b8798}.app-input-wrap:has(.app-input:disabled),.app-input-wrap:has(.app-select:disabled),.app-input-wrap:has(.app-textarea:disabled){background:#f5f7fb}.app-input-wrap{position:relative}.app-input.has-suffix{padding-right:4rem}.app-input-suffix{position:absolute;right:.9rem;top:50%;transform:translateY(-50%);z-index:20}.app-field{display:grid;gap:.42rem;margin-right:1rem}.app-field__top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.app-field__label{font-size:.76rem;font-weight:650;color:var(--ui-text);letter-spacing:0}.app-field__hint{font-size:.72rem;color:var(--ui-text-muted)}.app-field__error{margin:0;color:var(--ui-danger);font-size:.74rem}.app-field:has(.app-field__error) .app-input-wrap{border-color:#cf334180;box-shadow:0 0 0 4px #cf334114}.shift-index__time-selects .app-field{margin-right:0}.auth-shell{min-height:100vh;position:relative;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at top left,rgba(29,111,232,.12),transparent 32%),radial-gradient(circle at bottom right,rgba(10,35,82,.1),transparent 28%),linear-gradient(180deg,#f7f8fb,#eef2f8);overflow:hidden}.auth-shell__ambient{position:absolute;border-radius:999px;pointer-events:none;filter:blur(6px);opacity:.65}.auth-shell__ambient--one{top:4%;left:6%;width:220px;height:220px;background:radial-gradient(circle,rgba(47,120,238,.2),transparent 68%)}.auth-shell__ambient--two{right:6%;bottom:6%;width:280px;height:280px;background:radial-gradient(circle,rgba(32,36,54,.12),transparent 70%)}.auth-browser{position:relative;z-index:1;width:min(100%,1180px);border-radius:28px;border:1px solid rgba(207,214,226,.9);background:#ffffffbf;box-shadow:0 28px 70px #18274b29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.auth-browser__body{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,420px);min-height:660px}.auth-shell__panel,.auth-shell__stage{min-width:0}.auth-shell__panel{display:grid;align-content:space-between;gap:2rem;min-height:660px;padding:2.2rem;background:linear-gradient(135deg,#202436f5,#1c3968eb),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px;color:#fff}.auth-shell__panel-header,.auth-shell__footnote{display:flex;align-items:center;justify-content:space-between;gap:1rem}.auth-shell__brand{display:inline-flex;align-items:center;min-width:0}.auth-shell__brand-logo{width:180px;max-height:54px;-o-object-fit:contain;object-fit:contain}.auth-shell__badge{padding:.42rem .8rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14;color:#ffffffdb;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.auth-shell__backlink{color:#ffffffad;font-size:.76rem;font-weight:750}.auth-shell__intro{max-width:620px}.auth-shell__intro p{margin:0 0 1rem;color:#93c5fd;font-size:.78rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.auth-shell__intro h1{margin:0;font-size:clamp(2.35rem,5vw,4.5rem);line-height:.98;letter-spacing:-.05em}.auth-shell__intro span{display:block;max-width:58ch;margin-top:1rem;color:#ffffffc2;font-size:1rem;line-height:1.75}.auth-shell__notice{max-width:520px;padding:1rem;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:#ffffff14}.auth-shell__notice strong,.auth-shell__notice span,.auth-shell__footnote span,.auth-shell__footnote strong{display:block}.auth-shell__notice strong{font-size:.9rem}.auth-shell__notice span{margin-top:.4rem;color:#ffffffad;font-size:.8rem;line-height:1.6}.auth-shell__footnote{align-items:flex-end;color:#ffffffb8}.auth-shell__footnote span{font-size:.72rem}.auth-shell__footnote strong{margin-top:.18rem;color:#fff;font-size:.88rem}.auth-shell__stage{display:grid;place-items:center;padding:2.2rem}.auth-shell__form-panel{width:min(100%,390px)}.auth-feedback{margin:0;padding:.75rem .85rem;border-radius:14px;font-size:.78rem;line-height:1.5}.admin-shell{min-height:100vh;height:100vh;height:100dvh;display:grid;grid-template-columns:var(--ui-sidebar-width) minmax(0,1fr);background:var(--ui-bg);overflow:hidden}.admin-shell.is-sidebar-collapsed{grid-template-columns:var(--ui-sidebar-collapsed-width) minmax(0,1fr)}.admin-shell__sidebar{display:flex;flex-direction:column;gap:.95rem;min-height:0;overflow-x:hidden;overflow-y:auto;border-right:1px solid rgba(203,213,225,.9);background:linear-gradient(180deg,#fffffffa,#f8fafcfa 54%,#f1f5f9fa);padding:.8rem .8rem 1rem;box-shadow:12px 0 34px #101f360f;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.7) transparent}.admin-shell__sidebar::-webkit-scrollbar{width:7px}.admin-shell__sidebar::-webkit-scrollbar-thumb{border-radius:999px;background:#94a3b894}.admin-shell__sidebar.is-collapsed{padding-inline:.55rem}.admin-shell__brand{position:relative;display:flex;align-items:center;gap:.68rem;min-height:68px;padding:.7rem .68rem;border:1px solid rgba(203,213,225,.78);border-radius:8px;background:linear-gradient(135deg,#2f78ee14,#fffffffa 46%),#fff;box-shadow:0 12px 26px #101f3614}.admin-shell__brand:after{content:"";position:absolute;inset:auto .75rem 0;height:1px;background:linear-gradient(90deg,transparent,rgba(47,120,238,.28),transparent)}.admin-shell__logo,.admin-shell__avatar{display:grid;place-items:center;border-radius:999px;font-weight:750}.admin-shell__logo{width:2.3rem;height:2.3rem;background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.45),transparent 32%),linear-gradient(135deg,var(--ui-primary),#6d5dfc);color:#fff;overflow:hidden;flex:0 0 auto;box-shadow:0 10px 22px #2f78ee47}.admin-shell__logo--image{width:2.55rem;height:2.55rem;border:1px solid rgba(191,219,254,.95);border-radius:8px;background:#fff;padding:.16rem;box-shadow:inset 0 0 0 3px #eff6ffe6,0 8px 18px #2f78ee24}.admin-shell__logo img,.admin-shell__avatar img{display:block;width:100%;height:100%}.admin-shell__logo img{-o-object-fit:contain;object-fit:contain}.admin-shell__collapse-button{width:1.85rem;height:1.85rem;margin-left:auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(47,120,238,.18);border-radius:8px;background:#fff;color:var(--ui-primary-strong);cursor:pointer;box-shadow:0 8px 16px #101f3614;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.admin-shell__collapse-button:hover{border-color:var(--ui-primary);background:var(--ui-primary);color:#fff;transform:translate(-1px)}.admin-shell__brand strong,.admin-shell__brand span{display:block}.admin-shell__brand strong{color:#111827;font-size:.92rem;line-height:1.15;letter-spacing:0}.admin-shell__brand span{margin-top:.08rem;color:#64748b;font-size:.69rem;line-height:1.25}.admin-shell__nav{display:grid;gap:.24rem;padding:.05rem .08rem 0}.admin-shell__nav-item{position:relative;display:flex;align-items:center;gap:.7rem;min-height:40px;padding:0 .74rem;border-radius:8px;color:#334155;border:0;background:transparent;width:100%;text-align:left;font-weight:500;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.admin-shell__nav-item:hover{background:#eff6ffeb;color:var(--ui-primary-strong);transform:translate(2px)}.admin-shell__nav-item.is-active{background:linear-gradient(90deg,#2f78ee1f,#fff 56%);color:#1d4ed8;box-shadow:inset 0 0 0 1px #2f78ee1f,0 10px 22px #2f78ee1f}.admin-shell__nav-item.is-active:before{content:"";position:absolute;left:0;top:.5rem;bottom:.5rem;width:3px;border-radius:999px;background:var(--ui-primary)}.admin-shell__nav-icon{width:1.05rem;height:1.05rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:currentColor;opacity:.9}.app-icon{width:100%;height:100%;display:block}.admin-shell__nav-label{min-width:0;flex:1 1 auto;overflow-wrap:anywhere;line-height:1.22}.admin-shell__nav-item--group{justify-content:flex-start;cursor:pointer}.admin-shell__nav-caret{width:.95rem;height:.95rem;display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;transition:transform .18s ease}.admin-shell__nav-item--group.is-open .admin-shell__nav-caret{transform:rotate(180deg)}.admin-shell__nav-children{display:grid;gap:.16rem;margin:.08rem 0 .18rem 1rem;padding-left:.68rem;border-left:1px dashed rgba(148,163,184,.62)}.admin-shell__nav-item--child{min-height:34px;padding-left:.68rem;color:#475569;font-size:.82rem}.admin-shell__sidebar.is-collapsed .admin-shell__brand{justify-content:center;min-height:auto;padding:.38rem .3rem}.admin-shell__sidebar.is-collapsed .admin-shell__collapse-button{width:2rem;height:2rem;margin-left:0;border-color:#2f78ee2e;background:var(--ui-primary-soft);color:var(--ui-primary-strong);box-shadow:none}.admin-shell__sidebar.is-collapsed .admin-shell__collapse-button:hover{background:var(--ui-primary);color:#fff;transform:none}.admin-shell__sidebar.is-collapsed .admin-shell__nav-item{justify-content:center;padding-inline:0;min-height:42px;width:42px;margin-inline:auto;border-radius:10px}.admin-shell__sidebar.is-collapsed .admin-shell__nav-item:hover{background:linear-gradient(135deg,#2f78ee29,#6d5dfc1a);color:var(--ui-primary-strong);transform:none;box-shadow:inset 0 0 0 1px #2f78ee3d,0 8px 18px #2f78ee2e}.admin-shell__sidebar.is-collapsed .admin-shell__nav-item:hover .admin-shell__nav-icon{transform:scale(1.14)}.admin-shell__sidebar.is-collapsed .admin-shell__nav-item.is-active:before{left:0}.admin-shell__sidebar.is-collapsed .admin-shell__nav-children{display:none}.admin-shell__nav-icon{transition:transform .18s ease}.admin-shell__nav-flyout{position:fixed;z-index:1200;min-width:200px;max-width:260px;max-height:calc(100vh - 24px);overflow-y:auto;padding:.5rem;border-radius:10px;background:#fff;box-shadow:0 22px 46px #0f172a52,0 4px 12px #0f172a38}.admin-shell__nav-flyout-title{padding:.3rem .65rem .5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#0e0e0e8c;border-bottom:1px solid rgba(148,163,184,.18);margin-bottom:.3rem}.admin-shell__nav-flyout-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .65rem;border-radius:7px;color:#111;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}.admin-shell__nav-flyout-item .admin-shell__nav-icon{opacity:.85}.admin-shell__nav-flyout-item:hover,.admin-shell__nav-flyout-item.is-active{background:#3a3a3a1f;color:#131212}.admin-shell__nav-flyout-item--solo{font-weight:600;white-space:nowrap}.nav-flyout-fade-enter-active,.nav-flyout-fade-leave-active{transition:opacity .14s ease,transform .14s ease}.nav-flyout-fade-enter-from,.nav-flyout-fade-leave-to{opacity:0;transform:translate(-4px)}.admin-shell__body{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.admin-shell__topbar{position:relative;z-index:500;flex-shrink:0;height:var(--ui-topbar-height);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.35rem;border-bottom:1px solid rgba(203,213,225,.82);background:linear-gradient(90deg,#fffffffa,#f8fafcf0),#fff;color:var(--ui-text);box-shadow:0 10px 28px #101f360f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-shell__topbar-start{display:flex;align-items:center;gap:.85rem;min-width:0}.admin-shell__topbar-title{display:grid;gap:.14rem;min-width:0;padding-left:.8rem;border-left:3px solid var(--ui-primary)}.admin-shell__topbar-title span{width:-moz-fit-content;width:fit-content;color:var(--ui-primary-strong);background:var(--ui-primary-soft);border:1px solid rgba(47,120,238,.14);border-radius:6px;padding:.08rem .4rem;font-size:.62rem;font-weight:650;letter-spacing:0;text-transform:uppercase}.admin-shell__topbar-title strong{color:var(--ui-text);font-size:1.05rem;font-weight:700;line-height:1.16;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell__actions{display:flex;align-items:center;gap:.6rem;color:var(--ui-text-muted);font-size:.76rem;min-width:0}.admin-shell__actions a{display:inline-flex;align-items:center;min-height:2rem;padding:0 .78rem;border-radius:8px;background:#fff;color:var(--ui-text);font-weight:650;text-decoration:none;transition:border-color .18s ease,color .18s ease,background .18s ease}.admin-shell__actions a:hover{border-color:var(--ui-primary);color:var(--ui-primary-strong);background:var(--ui-primary-soft)}.admin-shell__mobile-toggle,.admin-shell__scrim{border:0}.admin-shell__mobile-toggle{width:2rem;height:2rem;display:none;align-items:center;justify-content:center;border-radius:8px;background:var(--ui-primary-soft);color:var(--ui-primary-strong);cursor:pointer;flex:0 0 auto}.admin-shell__scrim{display:none}.admin-shell__avatar{width:2rem;height:2rem;border:1px solid rgba(47,120,238,.16);background:var(--ui-primary-soft);color:var(--ui-primary-strong);overflow:hidden;flex:0 0 auto;font-size:.82rem}.admin-shell__avatar img{-o-object-fit:cover;object-fit:cover}.admin-shell__avatar--lg{width:2.75rem;height:2.75rem;font-size:1rem;flex-shrink:0}.admin-shell__profile{position:relative;display:flex;align-items:center}.admin-shell__profile-trigger{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;padding:.2rem .3rem .2rem .2rem;border-radius:999px;cursor:pointer;transition:background .18s ease}.admin-shell__profile-trigger:hover,.admin-shell__profile-trigger.is-open{background:var(--ui-surface-muted)}.admin-shell__profile-caret{display:inline-flex;color:var(--ui-text-muted);width:1rem;height:1rem;transition:transform .18s ease}.admin-shell__profile-trigger.is-open .admin-shell__profile-caret{transform:rotate(180deg)}.admin-shell__profile-menu{position:absolute;top:calc(100% + .7rem);right:0;width:17.5rem;background:#fff;border:1px solid var(--ui-border);border-radius:14px;box-shadow:0 20px 45px #101f3629,0 4px 14px #101f3614;padding:.9rem 0;z-index:60}.admin-shell__profile-menu:before{content:"";position:absolute;top:-6px;right:1.1rem;width:12px;height:12px;background:#fff;border-left:1px solid var(--ui-border);border-top:1px solid var(--ui-border);transform:rotate(45deg);border-radius:2px 0 0}.admin-shell__profile-menu-header{display:flex;align-items:center;gap:.7rem;padding:0 1rem .85rem}.admin-shell__profile-identity{display:grid;gap:.1rem;min-width:0}.admin-shell__profile-identity strong{font-size:.92rem;font-weight:700;color:var(--ui-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell__profile-identity span{font-size:.76rem;color:var(--ui-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell__profile-role{width:-moz-fit-content;width:fit-content;margin-top:.15rem;color:var(--ui-primary-strong);background:var(--ui-primary-soft);border:1px solid rgba(47,120,238,.14);border-radius:6px;padding:.06rem .4rem;font-size:.62rem;font-weight:650;letter-spacing:0;text-transform:uppercase}.admin-shell__profile-role.is-super-admin{color:#6d28d9;background:#f3ecfe;border-color:#6d28d92e}.admin-shell__profile-role.is-admin{color:var(--ui-primary-strong);background:var(--ui-primary-soft);border-color:#2f78ee24}.admin-shell__profile-role.is-employee{color:#0f7a52;background:#e6f7ef;border-color:#0f7a5229}.admin-shell__profile-menu-divider{height:1px;margin:.35rem 0;background:var(--ui-border)}.admin-shell__profile-menu-list{display:grid;padding:0 .4rem}.admin-shell__profile-menu-item{display:flex;align-items:center;gap:.65rem;padding:.55rem .6rem;border-radius:8px;color:var(--ui-text);font-size:.85rem;font-weight:600;text-decoration:none;transition:background .16s ease,color .16s ease}.admin-shell__profile-menu-item svg{width:1.05rem;height:1.05rem;flex-shrink:0;color:var(--ui-text-muted);transition:color .16s ease}.admin-shell__profile-menu-item:hover{background:var(--ui-primary-soft);color:var(--ui-primary-strong)}.admin-shell__profile-menu-item:hover svg{color:var(--ui-primary-strong)}.admin-shell__profile-menu-item--danger{margin:0 .4rem;color:var(--ui-danger)}.admin-shell__profile-menu-item--danger svg{color:var(--ui-danger)}.admin-shell__profile-menu-item--danger:hover{background:#cf33411a;color:var(--ui-danger)}.admin-shell__profile-menu-item--danger:hover svg{color:var(--ui-danger)}.profile-menu-fade-enter-active,.profile-menu-fade-leave-active{transition:opacity .14s ease,transform .14s ease}.profile-menu-fade-enter-from,.profile-menu-fade-leave-to{opacity:0;transform:translateY(-4px)}.admin-shell__main{flex:1;min-width:0;min-height:0;overflow-x:clip;overflow-y:auto;padding:1rem 1.25rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes page-loader-spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.auth-shell{padding:.75rem}.auth-browser{border-radius:20px}.auth-browser__body{grid-template-columns:1fr;min-height:0}.auth-shell__panel{min-height:auto;padding:1.5rem}.auth-shell__stage{padding:1.5rem}.admin-shell{grid-template-columns:1fr}.admin-shell__sidebar{position:fixed;top:0;left:0;bottom:0;width:min(88vw,320px);z-index:1400;padding:max(.85rem,env(safe-area-inset-top)) .72rem max(1rem,env(safe-area-inset-bottom)) .72rem;overflow-y:auto;box-shadow:0 22px 60px #0f172a47;transform:translate(-108%);transition:transform .24s ease;border-right:1px solid var(--ui-border)}.admin-shell__sidebar.is-mobile-open{transform:translate(0)}.admin-shell__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1390;display:block;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.admin-shell__mobile-toggle{display:inline-flex}.admin-shell__nav-item{min-height:44px}.admin-shell__nav-item,.admin-shell__mobile-toggle,.admin-shell__collapse-button,.admin-shell__profile-trigger{-webkit-tap-highlight-color:transparent}.admin-shell__nav-item:active{background:#eff6ffeb;color:var(--ui-primary-strong)}.admin-shell__mobile-toggle:active,.admin-shell__collapse-button:active,.admin-shell__profile-trigger:active{transform:scale(.94)}.admin-shell__topbar{padding-inline:.8rem;gap:.6rem}.admin-shell__topbar-title{padding-left:.6rem}.admin-shell__topbar-title strong{max-width:58vw;font-size:.92rem}.admin-shell__actions span:not(.admin-shell__profile *){display:none}.admin-shell__actions{gap:.45rem}.admin-shell__actions a{min-height:1.85rem;padding-inline:.6rem;font-size:.72rem}.admin-shell__profile-menu{position:fixed;top:calc(var(--ui-topbar-height) + .5rem);left:.8rem;right:.8rem;width:auto;max-width:22rem;margin-left:auto;z-index:1500}.admin-shell__profile-menu:before{display:none}.admin-shell.is-sidebar-collapsed{grid-template-columns:1fr}}.app-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:2.25rem;font-weight:650;overflow:hidden;text-overflow:ellipsis}.app-sel-wrap{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.app-sel-wrap.is-disabled{opacity:.6;pointer-events:none}.app-sel-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:6px;text-align:left;background:transparent;border:none;outline:none;cursor:pointer;min-height:38px;padding:.55rem .75rem;font-size:.84rem;color:inherit;font-family:inherit}.app-sel-val{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:550}.app-sel-val--ph{color:#8a96a8;font-weight:400}.app-sel-chevron{width:14px;height:14px;flex-shrink:0;color:#64748b;transition:transform .18s ease}.app-sel-chevron--open{transform:rotate(180deg)}.app-sel-panel{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;width:-moz-max-content;width:max-content;max-width:min(320px,calc(100vw - 2rem));background:#fff;border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);box-shadow:0 8px 24px #0000001c,0 2px 6px #0000000f;z-index:9999;overflow:hidden;max-height:260px;overflow-y:auto}.app-sel-panel--flip{left:auto;right:0}.app-sel-opt{padding:9px 14px;font-size:.84rem;cursor:pointer;color:#1a2332;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .1s ease}.app-sel-opt:hover{background:#f1f5f9}.app-sel-opt--active{background:#edf4ff;color:#1f63cf;font-weight:650}.app-sel-fade-enter-active,.app-sel-fade-leave-active{transition:opacity .14s ease,transform .14s ease}.app-sel-fade-enter-from,.app-sel-fade-leave-to{opacity:0;transform:translateY(-6px)}@media (max-width: 600px){.app-sel-panel{max-width:calc(100vw - 1.5rem)}}.app-textarea{min-height:110px;resize:vertical}.app-switch{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;line-height:0;cursor:pointer}.app-switch input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.app-switch__track{width:34px;height:20px;display:inline-flex;align-items:center;padding:2px;box-sizing:border-box;border-radius:999px;background:#dde5f0;border:0;transition:background .18s ease,box-shadow .18s ease}.app-switch__thumb{width:16px;height:16px;display:grid;place-items:center;border-radius:999px;background:#fff;box-shadow:0 1px 4px #101f3638;transition:transform .18s ease}.app-switch__thumb:after{content:"";display:none}.app-switch input:checked+.app-switch__track{background:#1677ff;box-shadow:0 4px 10px #1677ff38}.app-switch input:checked+.app-switch__track .app-switch__thumb{transform:translate(14px)}.app-switch input:checked+.app-switch__track .app-switch__thumb:after{opacity:0}.app-switch input:focus-visible+.app-switch__track{outline:3px solid rgba(22,119,255,.2);outline-offset:3px}.app-switch.is-disabled{opacity:.55;cursor:not-allowed}.app-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:1.5rem;background:#0f172a7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.app-modal__dialog{width:min(760px,calc(100vw - 3rem));max-height:calc(100vh - 3rem);display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-radius:14px;background:#fff;box-shadow:0 28px 60px #0f172a38;overflow:hidden}.app-modal__dialog--md{width:min(560px,calc(100vw - 3rem))}.app-modal__dialog--lg{width:min(860px,calc(100vw - 3rem))}.app-modal__dialog--xl{width:min(1120px,calc(100vw - 3rem))}.app-modal__header,.app-modal__footer{padding:1rem 1.15rem;border-bottom:1px solid var(--ui-border)}.app-modal__footer{border-top:1px solid var(--ui-border);border-bottom:0}.app-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.app-modal__header h2{margin:0;font-size:1rem}.app-modal__header p{margin:.25rem 0 0;color:var(--ui-text-muted);font-size:.78rem}.app-modal__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border:0;border-radius:999px;background:#eef2f8;color:var(--ui-text-muted);cursor:pointer;transition:background .16s ease,color .16s ease}.app-modal__close svg{width:15px;height:15px}.app-modal__close:hover{background:#cf33411a;color:var(--ui-danger)}.app-modal__body{overflow:auto;padding:1rem 1.15rem}.app-modal__dialog--xl .app-modal__body{min-height:0}.app-table{display:grid;gap:.75rem;border:1px solid var(--ui-border);border-radius:14px;background:#fff;box-shadow:var(--ui-shadow-card);padding:.95rem}.app-table__toolbar,.app-table__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.app-table__search{width:min(360px,100%)}.app-table__toolbar-end{display:flex;align-items:center;gap:.75rem;margin-left:auto}.app-table__scroll{position:relative;overflow:auto;border:1px solid var(--ui-border);border-radius:12px}.app-table table{width:100%;border-collapse:collapse}.app-table th,.app-table td{padding:.85rem .9rem;border-bottom:1px solid #e8edf5;text-align:center;vertical-align:middle}.app-table th{color:var(--ui-text-muted);font-size:.72rem;font-weight:750;letter-spacing:.02em;text-transform:uppercase;background:#f8fafc}.app-table td{font-size:.8rem}.app-table__badge{display:inline-flex;align-items:center;justify-content:center;min-width:78px;min-height:28px;padding:0 .65rem;border-radius:999px;background:#eef2f8;color:var(--ui-text-muted);font-size:.74rem;font-weight:800;text-transform:capitalize}.app-table__badge.is-success{background:#edf9f3;color:#0f6a49}.app-table__badge.is-warning{background:var(--ui-warning-soft);color:#8a520d}.app-table__badge.is-danger{background:#fff2f3;color:#8c2430}.app-table__badge.is-muted{background:#eef2f8;color:#516075}.app-table tbody tr:hover{background:#fbfcfe}.app-table__loading,.app-table__empty{padding:2rem 1rem;text-align:center;color:var(--ui-text-muted)}.app-table__empty strong{display:block;margin-bottom:.35rem;color:var(--ui-text)}.app-table__empty p{margin:0;font-size:.78rem}.app-table__footer p{margin:0;color:var(--ui-text-muted);font-size:.76rem}.app-table__footer-actions,.app-table__pagination,.app-table__per-page{display:flex;align-items:center;gap:.55rem}.app-table__per-page{min-width:155px}.app-table__per-page span{color:var(--ui-text-muted);font-size:.76rem}.app-table__pagination button{min-width:34px;height:34px;padding:0 .7rem;border:1px solid rgba(47,120,238,.28);border-radius:8px;background:var(--ui-primary-soft);color:var(--ui-primary-strong);cursor:pointer;font-weight:750}.app-table__pagination button.is-active{border-color:var(--ui-primary);background:var(--ui-primary);color:#fff}.app-table__pagination button:disabled{cursor:not-allowed;opacity:.5}.app-table__skeleton-row td{background:#fff}.app-table__skeleton-line{display:block;height:.72rem;max-width:100%;border-radius:999px;background:linear-gradient(90deg,#e2e8f0cc,#f1f5f9,#e2e8f0cc);background-size:220% 100%;animation:table-skeleton-wave 1.2s ease-in-out infinite}@keyframes table-skeleton-wave{0%{background-position:200% 0}to{background-position:-20% 0}}.app-calendar{display:grid;gap:.9rem;padding:1rem;border:1px solid var(--ui-border);border-radius:14px;background:#fff;box-shadow:var(--ui-shadow-card)}.app-calendar__header,.app-calendar__actions{display:flex;align-items:center}.app-calendar__header{justify-content:space-between;gap:1rem}.app-calendar__header strong{display:block;color:var(--ui-text);font-size:1rem}.app-calendar__eyebrow{color:var(--ui-text-muted);font-size:.72rem;font-weight:650;text-transform:uppercase;letter-spacing:.02em}.app-calendar__actions{gap:.55rem}.app-calendar__btn-full{display:inline}.app-calendar__btn-short{display:none}.app-calendar__weekdays,.app-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.app-calendar__weekdays{gap:.5rem}.app-calendar__weekdays span{color:var(--ui-text-muted);font-size:.72rem;font-weight:700;text-align:center;text-transform:uppercase}.app-calendar__grid{gap:.5rem}.app-calendar__day{min-height:126px;display:grid;align-content:start;gap:.45rem;padding:.7rem;border:1px solid var(--ui-border);border-radius:12px;background:#fbfcfe}.app-calendar__day.is-muted{opacity:.55}.app-calendar__day.is-today{border-color:#b9d1fb;background:#f4f8ff}.app-calendar__day-top{display:flex;justify-content:flex-end}.app-calendar__day-top span{width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--ui-text);font-size:.76rem;font-weight:700}.app-calendar__day.is-today .app-calendar__day-top span{background:var(--ui-primary);color:#fff}.app-calendar__events{display:grid;gap:.35rem}.app-calendar__event{width:100%;padding:.38rem .5rem;border:0;border-radius:8px;color:#fff;font-size:.72rem;font-weight:650;text-align:left;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-calendar__event.is-national{background:#cf3341}.app-calendar__event.is-festival{background:#c28a13}.app-calendar__event.is-company{background:#2f78ee}.app-calendar__more{color:var(--ui-text-muted);font-size:.72rem;font-weight:650}.module-page{display:grid;gap:1rem}.module-page__hero,.module-page__card,.module-page__table-panel,.module-page__empty-workflow{border:1px solid var(--ui-border);border-radius:14px;background:#fff;box-shadow:var(--ui-shadow-card)}.module-page__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.1rem 1.15rem}.module-page__hero span,.module-page__card span,.module-page__table-head span,.module-page__empty-workflow span{display:block;color:var(--ui-text-muted);font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.module-page__hero h1{margin:.22rem 0 0;color:var(--ui-text);font-size:1.35rem;line-height:1.18}.module-page__hero p,.module-page__card p,.module-page__empty-workflow p{margin:.45rem 0 0;color:var(--ui-text-muted);font-size:.8rem;line-height:1.6}.module-page__actions{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;flex-wrap:wrap}.module-page__table-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap;min-width:0}.module-page__table-actions>.device-page__filters{flex-wrap:nowrap}.module-page__action,.module-page__toolbar-link{min-height:44px;padding:0 .9rem;border:1px solid rgba(47,120,238,.28);border-radius:var(--ui-radius-sm);background:var(--ui-primary-soft);color:var(--ui-primary-strong);font-size:.84rem;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.module-page__action:first-child{border-color:transparent;background:var(--ui-primary);color:#fff;box-shadow:0 7px 14px #2f78ee2e}.module-page__action:hover,.module-page__toolbar-link:hover{transform:translateY(-1px);background:#dfeeff;border-color:#2f78ee75}.module-page__action:first-child:hover{background:var(--ui-primary-strong)}.module-page__action--wide{justify-self:start}.module-page__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.module-page__card{display:grid;gap:.28rem;padding:1rem}.module-page__card strong{color:var(--ui-text);font-size:1.35rem}.module-page__tables{display:grid;gap:1rem}.module-page__table-panel{display:grid;gap:0;overflow:hidden}.module-page__table-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1.05rem;border-bottom:1px solid var(--ui-border);background:#fbfcfe}.module-page__table-head strong,.module-page__empty-workflow strong{display:block;margin-top:.18rem;color:var(--ui-text);font-size:.92rem}.module-page__table-panel .app-table{border:0;border-radius:0;box-shadow:none}.module-page__error{margin:0;padding:.8rem 1rem;border-bottom:1px solid #f6ccd1;background:#fff2f3;color:#8c2430;font-size:.78rem;font-weight:650}.module-page__empty-workflow{display:grid;gap:1rem;padding:1rem 1.05rem}.device-page{min-width:0}.device-page__filters{display:flex;align-items:flex-end;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;min-width:0}.device-page__filters .app-field{flex:0 1 220px;min-width:0;max-width:240px}.device-page__filters .app-input-wrap{flex:0 1 220px;width:100%;min-width:0;max-width:240px}.device-page__filters .app-button{white-space:nowrap}.device-page__filters>.app-input-wrap,.device-page__filters>.module-page__action,.device-page__filters>.module-page__toolbar-link,.device-page__filters>.app-button{flex:0 1 auto}@media (min-width: 901px){.module-page__table-head>.device-page__filters{flex:1 1 auto;flex-wrap:nowrap}}.user-report__filters,.report-filters{max-width:100%;min-width:0}.user-report__filters-row,.report-filters__row,.user-report__filters-grid,.report-filters__grid,.user-report__filters .app-field,.report-filters .app-field,.user-report__filters .app-input-wrap,.report-filters .app-input-wrap{min-width:0}.device-page__alert,.device-page__form-error{margin:0;border:1px solid rgba(37,99,235,.18);border-radius:8px;background:#eff6ffd1;color:#1e3a8a;font-size:.86rem;font-weight:700;padding:.85rem 1rem}.device-page__form-error{border-color:#dc26263d;background:#fef2f2e6;color:#991b1b}.device-page__status{display:inline-flex;align-items:center;gap:.55rem;font-weight:650;color:#475569}.device-page__status span{min-width:58px;color:#667085;font-size:.76rem}.device-page__status span.is-active{color:#667085}.device-page__status span.is-inactive{color:#8a96a8}.device-page__form{display:grid;gap:1.1rem}.device-page__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.device-page__form-grid--single{grid-template-columns:1fr}.device-page__branch-note{display:grid;gap:.35rem;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#f8fafc;color:#0f172a;padding:.8rem .95rem}.device-page__branch-note span{color:#64748b;font-size:.75rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.device-page__branch-note strong{font-size:.95rem}.device-page__modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.25rem}.device-page__modal-actions--inline{justify-content:flex-start;padding-top:0}.app-toast-host{position:fixed;top:1rem;right:1rem;z-index:1400;display:grid;gap:.65rem;width:min(360px,calc(100vw - 2rem));pointer-events:none}.app-toast{pointer-events:auto;padding:.82rem .95rem;border:1px solid var(--ui-border);border-left-width:4px;border-radius:var(--ui-radius-md);background:#fff;color:var(--ui-text);box-shadow:0 14px 34px #101f3624;font-size:.82rem;font-weight:750}.app-toast--success{border-left-color:var(--ui-success)}.app-toast--error{border-left-color:var(--ui-danger)}.app-toast--warning{border-left-color:var(--ui-warning)}@media print{.payslip-no-print{display:none!important}.payslip-printable{padding:0!important;color:#111!important}}.branch-page__wizard,.branch-page__mapping,.allowance-form,.profile-page__panel{display:grid;gap:1rem}.profile-page__panel{grid-template-rows:auto minmax(0,1fr) auto}.branch-page__wizard>section,.branch-page__mapping>section{min-height:420px;max-height:min(560px,calc(100vh - 17rem));overflow:auto;align-content:start;padding-right:.2rem}.branch-page__wizard .multistep-form__content,.employee-wizard .multistep-form__content{min-height:420px;max-height:min(560px,calc(100vh - 17rem));overflow:auto;align-content:start;padding-right:.2rem}.branch-page__mapping--compact>section{min-height:360px;max-height:min(560px,calc(100vh - 12rem))}.branch-page__wizard>.device-page__modal-actions,.branch-page__mapping>.device-page__modal-actions{align-self:end}.branch-page__steps{display:flex;gap:.55rem;flex-wrap:wrap;padding:.25rem;border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);background:#f8fafc}.branch-page__steps button{min-height:34px;padding:0 .8rem;border:1px solid transparent;border-radius:var(--ui-radius-sm);background:transparent;color:var(--ui-text-muted);cursor:pointer;font-size:.78rem;font-weight:750}.branch-page__steps button.is-active{border-color:#2f78ee47;background:#fff;color:var(--ui-primary);box-shadow:0 5px 12px #101f3612}.branch-page__steps button:disabled{cursor:not-allowed;opacity:.58}.branch-page__step-title{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .85rem;border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);background:#fbfcfe}.branch-page__step-title span{color:var(--ui-text-muted);font-size:.76rem;font-weight:750;text-transform:uppercase}.branch-page__step-title strong{color:var(--ui-text);font-size:.9rem}.branch-page__mapping-head,.branch-page__mapping-tabs{display:grid;gap:.75rem}.branch-page__mapping-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.branch-page__mapping-tabs button{min-height:38px;border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);background:#fff;color:var(--ui-text-muted);cursor:pointer;font-weight:750}.branch-page__mapping-tabs button.is-active{border-color:#2f78ee52;background:#eff6ff;color:var(--ui-primary)}.branch-page__check-grid,.allowance-form__branches,.permission-page__sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.branch-page__check-grid article,.allowance-form__branch,.permission-page__section{border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);background:#fff}.branch-page__check-grid article,.allowance-form__branch,.permission-page__section{display:grid;gap:.7rem;padding:.9rem}.branch-page__check-head,.allowance-form__check-head,.permission-page__group-head,.permission-page__permission,.allowance-form__option{display:flex;align-items:center;gap:.55rem}.branch-page__check-head strong,.allowance-form__check-head strong,.permission-page__group-head strong{color:var(--ui-text);font-size:.84rem}.branch-page__check-grid label:not(.branch-page__check-head),.permission-page__permission,.allowance-form__option{color:var(--ui-text-muted);font-size:.8rem}.branch-page__inline-fields,.allowance-form__branch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.branch-page__rules,.branch-page__api-list,.permission-page__groups,.allowance-form__department{display:grid;gap:.85rem}.branch-page__api-list label{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem;border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);background:#fbfcfe}.allowance-form{grid-template-rows:auto minmax(0,1fr) auto;min-height:min(720px,calc(100vh - 8.5rem));max-height:calc(100vh - 8.5rem);overflow:hidden;padding-bottom:0}.allowance-form__body{display:grid;gap:1rem;min-height:0;overflow:auto;padding-top:1rem}.allowance-form__details,.allowance-form__mapping-head,.allowance-form__actions{padding-inline:1rem}.allowance-form__actions{margin-top:0}.allowance-form__action-buttons{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}.allowance-form__mapping-head{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding-block:.85rem;border-block:1px solid var(--ui-border);background:#fbfcfe}.allowance-form__mapping-head strong{display:block;color:var(--ui-text);font-size:.86rem}.allowance-form__mapping-head span{color:var(--ui-text-muted);font-size:.76rem}.allowance-form__branches{padding:0 1rem;grid-template-columns:1fr}.allowance-form__select-all,.allowance-form__branch-title,.allowance-form__group-head{display:inline-flex;align-items:center;gap:.55rem}.allowance-form__select-all{min-height:36px;padding:0 .8rem;border:1px solid rgba(47,120,238,.26);border-radius:var(--ui-radius-sm);background:var(--ui-primary-soft);color:var(--ui-primary-strong);font-size:.8rem;font-weight:750}.allowance-form__branch{overflow:hidden}.allowance-form__branch>header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--ui-border)}.allowance-form__branch-title span{color:var(--ui-text);font-size:.9rem;font-weight:800}.allowance-form__branch-summary{display:flex;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.allowance-form__branch-summary small,.allowance-form__empty{color:var(--ui-text-muted);font-size:.74rem}.allowance-form__branch-summary small{padding:.22rem .5rem;border-radius:999px;background:#eef4ff;color:var(--ui-primary-strong);font-weight:750}.allowance-form__group{display:grid;gap:.65rem;align-content:start;padding:.85rem;border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);background:#fbfcfe}.allowance-form__group-head{min-height:36px;padding-bottom:.55rem;border-bottom:1px solid var(--ui-border)}.allowance-form__option-list,.allowance-form__role-grid{display:grid;gap:.45rem}.allowance-form__department{gap:.55rem;padding:.7rem;border:1px solid #e4e9f2;border-radius:var(--ui-radius-sm);background:#fff}.allowance-form__option--inline{justify-content:flex-start}.permission-page__section{overflow:hidden}.permission-page__card{display:grid;overflow:visible}.permission-page__card .permission-page__sections,.permission-page__groups{padding:1rem}.permission-page__group{display:grid;gap:.55rem;padding:.8rem;border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);background:#fbfcfe}.permission-page__savebar{position:sticky;bottom:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1.05rem;border-top:1px solid var(--ui-border);background:#fbfcfe}.permission-page__savebar strong{color:var(--ui-text);font-size:.88rem}.permission-page__savebar p{margin:.18rem 0 0;color:var(--ui-text-muted);font-size:.76rem}.profile-page__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:1rem}.profile-page__body,.profile-page__actions{padding:1rem}.profile-page__actions{margin-top:auto;border-top:1px solid #eef2f7;padding:.85rem 1rem 1.15rem}.profile-page__avatar{width:86px;height:86px;display:grid;place-items:center;margin-bottom:1rem;border:1px solid var(--ui-border);border-radius:999px;background:#f8fafc;overflow:hidden;color:var(--ui-primary);font-size:1.4rem;font-weight:800}.profile-page__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-page__file{width:100%;border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);padding:.55rem .75rem;background:#fff;font-size:.8rem}.profile-page__file-name{display:block;margin-top:.4rem;color:var(--ui-text-muted);font-size:.74rem;font-weight:700;overflow-wrap:anywhere}@media (max-width: 1100px){.profile-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.app-modal{padding:.75rem}.app-table__toolbar,.app-table__footer,.app-table__toolbar-end{flex-direction:column;align-items:stretch}.app-table__search,.app-table__toolbar-end{width:100%;min-width:0}.app-modal__dialog,.app-modal__dialog--md,.app-modal__dialog--lg,.app-modal__dialog--xl{width:min(100%,calc(100vw - 1.5rem))}.app-modal__dialog--xl{height:calc(100vh - 1.5rem)}.app-calendar__actions{justify-content:stretch}.device-page__filters,.device-page__modal-actions{align-items:stretch;flex-direction:column;width:100%}.device-page__filters .app-input-wrap,.device-page__filters .app-field,.device-page__filters .app-button,.device-page__filters .module-page__action,.device-page__filters .module-page__toolbar-link{max-width:none;min-width:0;width:100%}.device-page__filters .app-field{margin-right:0}.user-report__filters-actions,.report-filters__actions,.user-report__export-link,.report-filters__link{width:100%;min-width:0}}@media (max-width: 700px){.branch-page__check-grid,.allowance-form__branches,.permission-page__sections,.profile-page__grid,.module-page__cards{grid-template-columns:1fr}.module-page__hero,.module-page__table-head{flex-direction:column;align-items:stretch}.module-page__actions{justify-content:stretch}.module-page__table-actions,.device-page__filters{align-items:stretch;flex-direction:column;width:100%}.module-page__action,.module-page__toolbar-link,.module-page__table-actions .app-button,.device-page__filters .app-button,.device-page__filters .app-field,.device-page__filters .app-input-wrap{width:100%;max-width:none;min-width:0;margin-right:0}.auth-shell__panel-header,.auth-shell__footnote{align-items:flex-start;flex-direction:column}.auth-shell__brand-logo{width:150px}.auth-shell__intro h1{font-size:2.35rem}.app-calendar__btn-full{display:none}.app-calendar__btn-short{display:inline}.device-page__form-grid,.branch-page__inline-fields,.allowance-form__branch-grid{grid-template-columns:1fr}.branch-page__api-list label{align-items:stretch;flex-direction:column}.app-calendar__weekdays,.app-calendar__grid{gap:.35rem}.app-calendar__day{min-height:104px;padding:.55rem}.branch-page__wizard>section,.branch-page__mapping>section,.branch-page__wizard .multistep-form__content,.employee-wizard .multistep-form__content{min-height:360px;max-height:none}.permission-page__savebar,.app-table__footer,.app-table__footer-actions{flex-wrap:wrap}.allowance-form{min-height:calc(100vh - 6rem);max-height:calc(100vh - 6rem)}.allowance-form__actions,.allowance-form__action-buttons{align-items:stretch;flex-direction:column}.app-table table{min-width:640px}.app-button,.app-input,.app-sel-trigger{min-height:44px}.app-button{-webkit-tap-highlight-color:transparent}.app-button:active:not(:disabled){transform:scale(.97)}.app-sel-opt{min-height:44px;display:flex;align-items:center;-webkit-tap-highlight-color:transparent}.app-sel-opt:active{background:#edf4ff}}.hrms-auth{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);background:radial-gradient(circle at 12% 12%,rgba(47,120,238,.18),transparent 28%),radial-gradient(circle at 90% 80%,rgba(255,146,16,.16),transparent 26%),#f4f7fb}.hrms-auth__left{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:42px;background:linear-gradient(135deg,#0d1c34f5,#142b52eb),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:auto,44px 44px,44px 44px;color:#fff;overflow:hidden}.hrms-auth__brand{display:flex;align-items:center;justify-content:space-between;gap:20px}.hrms-auth__brand img{width:180px;max-height:54px;-o-object-fit:contain;object-fit:contain}.hrms-auth__brand span{padding:8px 14px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14;color:#ffffffdb;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hrms-auth__hero{max-width:780px;margin-block:70px}.hrms-auth__eyebrow{display:inline-flex;margin-bottom:18px;color:#93c5fd;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.hrms-auth__hero h1{margin:0;font-size:clamp(42px,5vw,74px);line-height:.96;letter-spacing:-.06em}.hrms-auth__hero p{max-width:650px;margin:24px 0 0;color:#ffffffc2;font-size:17px;line-height:1.8}.hrms-auth__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.hrms-auth__grid div{min-height:164px;padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:20px;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hrms-auth__grid strong{display:block;color:#ffb454;font-size:13px;font-weight:900}.hrms-auth__grid span{display:block;margin-top:20px;color:#fff;font-size:15px;font-weight:900}.hrms-auth__grid p{margin:8px 0 0;color:#ffffffad;font-size:13px;line-height:1.55}.hrms-auth__right{min-height:100vh;display:grid;place-items:center;padding:42px}.hrms-auth__login-card{width:min(100%,430px);padding:34px;border:1px solid rgba(216,222,234,.95);border-radius:28px;background:#fffffff0;box-shadow:0 28px 70px #101f3629;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hrms-auth__login-head{margin-bottom:28px}.hrms-auth__login-head span{color:var(--ui-primary, #2f78ee);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.hrms-auth__login-head h2{margin:10px 0 6px;color:#172033;font-size:34px;line-height:1;letter-spacing:-.04em}.hrms-auth__login-head p{margin:0;color:#667085;font-size:14px}.hrms-auth__form{display:grid;gap:18px}.hrms-auth__password{position:relative}.hrms-auth__toggle{position:absolute;top:50%;right:12px;transform:translateY(-50%);border:0;background:transparent;color:var(--ui-primary, #2f78ee);font-size:12px;font-weight:900;cursor:pointer}.hrms-auth__meta{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#667085;font-size:12px;font-weight:800}.hrms-auth__support{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:24px;padding-top:20px;border-top:1px solid #e4e9f2;color:#667085;font-size:12px}.hrms-auth__support strong{color:#172033}.hrms-auth__support a{color:#172033;font-weight:900;text-decoration:none}.hrms-auth__forgot{display:flex;justify-content:flex-end;margin-top:-8px}.hrms-auth__forgot a{color:var(--ui-primary, #2f78ee);font-size:12px;font-weight:800;text-decoration:none}.auth-feedback{margin:0;padding:12px 14px;border-radius:12px;font-size:13px;font-weight:800}.auth-feedback--danger{color:#8c2430;background:#fff2f3;border:1px solid #f6ccd1}.auth-feedback--success{color:#0f6a49;background:#edf9f3;border:1px solid #cfeedd}@media (max-width: 1100px){.hrms-auth{grid-template-columns:1fr}.hrms-auth__left{min-height:auto;padding:18px 24px;overflow:visible}.hrms-auth__hero,.hrms-auth__grid{display:none}.hrms-auth__right{min-height:100vh}}@media (max-width: 700px){.hrms-auth__brand{flex-wrap:wrap;gap:10px}.hrms-auth__brand img{width:140px}.hrms-auth__right{padding:22px}.hrms-auth__login-card{padding:24px;border-radius:22px}.hrms-auth__meta,.hrms-auth__support{align-items:flex-start;flex-direction:column}.hrms-auth__toggle{padding:12px 10px;min-height:44px;display:inline-flex;align-items:center}}
