:root{--color-primary:#1f2933;--color-primary-hover:#2b3742;--color-accent:#c9962e;--color-accent-hover:#b48625;--color-background:#f5f5f2;--color-surface:#fff;--color-surface-muted:#f8f8f6;--color-text-primary:#1f2933;--color-text-secondary:#5f6b75;--color-text-muted:#87919a;--color-text-inverse:#fff;--color-border:#dfe3e6;--color-border-strong:#c8ced3;--color-success:#2f7d5a;--color-success-bg:#eaf5ef;--color-danger:#b94a48;--color-danger-bg:#fbeeee;--color-warning:#c9962e;--color-warning-bg:#fff6df;--color-info:#347d86;--color-info-bg:#eaf5f6;--color-purple:#765a9e;--color-purple-bg:#f1ecf7;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--space-9:48px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:10px;--radius-pill:999px;--shadow-sm:0 1px 2px #1f29330f;--shadow-md:0 4px 12px #1f293314;--shadow-lg:0 12px 32px #1f29331f;--sidebar-width:248px;--header-height:64px;--content-max-width:1600px;--font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:12px;--font-size-sm:13px;--font-size-md:14px;--font-size-lg:16px;--font-size-xl:18px;--font-size-2xl:22px;--font-size-3xl:26px;--z-sidebar:100;--z-header:90;--z-dropdown:200;--z-modal:500;--z-toast:600;font-family:var(--font-family);color:var(--color-text-primary);background:var(--color-background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{font-size:16px}body{background:var(--color-background);min-width:320px;color:var(--color-text-primary)}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.app-welcome{max-width:720px;padding:var(--space-8) 0}.app-welcome__eyebrow{margin-bottom:var(--space-2);color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.14em;font-weight:700}.app-welcome h1{color:var(--color-text-primary);font-size:var(--font-size-3xl);margin:0;font-weight:700;line-height:1.2}.app-welcome p{margin:var(--space-3) 0 0;color:var(--color-text-secondary);font-size:var(--font-size-md);line-height:1.6}.app-layout{background:var(--color-background);min-height:100vh}.app-layout__main{min-height:100vh;margin-left:var(--sidebar-width)}.app-layout__content{min-height:calc(100vh - var(--header-height));padding:calc(var(--header-height) + 24px) 24px 32px}@media (width<=900px){.app-layout__main{margin-left:0}.app-layout__content{padding-left:16px;padding-right:16px}}.app-header{top:0;right:0;left:var(--sidebar-width);z-index:var(--z-header);height:var(--header-height);background:var(--color-surface);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:fixed}.app-header__left{align-items:center;gap:18px;display:flex}.app-header__menu-button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:34px;height:34px;color:var(--color-text-primary);font-size:17px;display:none}.app-header__breadcrumb{color:var(--color-text-muted);white-space:nowrap;align-items:center;gap:0;font-size:12px;line-height:1;display:flex}.app-header__breadcrumb-root{color:var(--color-text-muted);font-size:12px;font-weight:500}.app-header__breadcrumb-group{align-items:center;display:inline-flex}.app-header__breadcrumb-separator{color:var(--color-border-strong);margin:0 9px;font-size:12px;font-weight:400}.app-header__breadcrumb-parent{color:var(--color-text-muted);font-size:12px;font-weight:500}.app-header__breadcrumb-current{color:var(--color-text-primary);font-size:12px;font-weight:600}.app-header__right{align-items:center;gap:12px;display:flex}.app-header__profile{border-radius:var(--radius-md);min-height:40px;color:var(--color-text-primary);text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:3px 5px;display:flex}.app-header__profile:hover{background:var(--color-surface-muted)}.app-header__avatar{background:var(--color-primary);width:32px;height:32px;color:var(--color-accent);border-radius:50%;place-items:center;font-size:10px;font-weight:700;display:grid}.app-header__profile-info{flex-direction:column;gap:1px;display:flex}.app-header__profile-info strong{font-size:12px;font-weight:600}.app-header__profile-info small{color:var(--color-text-muted);font-size:10px}.app-header__profile-chevron{color:var(--color-text-muted);margin-left:3px;font-size:16px}@media (width<=900px){.app-header{left:0}.app-header__menu-button{place-items:center;display:grid}}@media (width<=640px){.app-header{padding:0 12px}.app-header__breadcrumb,.app-header__profile-info{display:none}}.app-header__user{align-items:center;gap:8px;display:flex}.app-header__logout{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:36px;color:var(--color-text-secondary);align-items:center;gap:6px;padding:0 10px;font-size:11px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}.app-header__logout:hover{background:var(--color-danger-bg);color:var(--color-danger);border-color:#b94a4859}@media (width<=640px){.app-header__logout span{display:none}.app-header__logout{justify-content:center;width:36px;padding:0}}.app-header__profile-menu{position:relative}.app-header__profile--button{cursor:pointer;font-family:inherit}.app-header__profile-chevron{color:var(--color-text-muted);margin-left:3px}.app-header__profile-dropdown{z-index:50;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);width:235px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 14px 35px #0f172a24}.app-header__profile-dropdown-user{border-bottom:1px solid var(--color-border);flex-direction:column;gap:3px;padding:12px 14px;display:flex}.app-header__profile-dropdown-user strong{color:var(--color-text-primary);font-size:12px;font-weight:600}.app-header__profile-dropdown-user span{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.app-header__profile-dropdown>button{width:100%;color:var(--color-text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:10px 14px;font-family:inherit;font-size:11px;font-weight:600;display:flex}.app-header__profile-dropdown>button:hover{background:var(--color-surface-muted);color:var(--color-text-primary)}.app-header-password-backdrop{z-index:2000;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.app-header-password-modal{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;width:min(470px,100%);overflow:hidden;box-shadow:0 24px 70px #0003}.app-header-password-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.app-header-password-modal__header span{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:4px;font-weight:700;display:block}.app-header-password-modal__header h2{color:var(--color-text-primary);margin:0;font-size:20px}.app-header-password-modal__header>button{border-radius:var(--radius-md);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.app-header-password-modal__body{flex-direction:column;gap:14px;padding:22px;display:flex}.app-header-password-modal__account{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:0 0 2px}.app-header-password-modal__body label{flex-direction:column;gap:6px;display:flex}.app-header-password-modal__body label>span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.app-header-password-modal__body input{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.app-header-password-modal__body input:focus{border-color:var(--color-accent)}.app-header-password-modal__note{color:var(--color-text-muted);font-size:var(--font-size-xs);margin:-2px 0 0;line-height:1.5}.app-header-password-message{border-radius:var(--radius-md);font-size:var(--font-size-sm);padding:10px 12px}.app-header-password-message--error{background:var(--color-danger-bg);color:var(--color-danger);border:1px solid #efb5b5}.app-header-password-message--success{background:var(--color-success-bg);color:var(--color-success);border:1px solid #b9ddc9}.app-header-password-modal__footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:9px;padding:14px 22px;display:flex}.app-header-password-button{border-radius:var(--radius-md);min-height:37px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;padding:0 14px;font-weight:600}.app-header-password-button--secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.app-header-password-button--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.app-header-password-button--primary:hover:not(:disabled){filter:brightness(.92)}.app-header-password-button:disabled{opacity:.6;cursor:not-allowed}.sidebar{z-index:var(--z-sidebar);width:var(--sidebar-width);background:var(--color-primary);height:100vh;color:var(--color-text-inverse);border-right:1px solid #ffffff0f;flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0}.sidebar__brand{height:var(--header-height);border-bottom:1px solid #ffffff14;align-items:center;gap:12px;padding:0 20px;display:flex}.sidebar__brand-mark{border-radius:var(--radius-md);width:34px;height:34px;color:var(--color-accent);border:1px solid #c9962e99;place-items:center;font-size:17px;font-weight:700;display:grid}.sidebar__brand-name{color:#fff;letter-spacing:.08em;font-size:16px;font-weight:700;line-height:1.1}.sidebar__brand-subtitle{color:#ffffff7a;letter-spacing:.2em;margin-top:2px;font-size:9px;font-weight:600}.sidebar__navigation{flex:1;padding:20px 12px;overflow-y:auto}.sidebar__section-label{color:#ffffff5c;letter-spacing:.12em;padding:0 12px 10px;font-size:10px;font-weight:700}.sidebar__group{margin-bottom:3px}.sidebar__item{border-radius:var(--radius-md);color:#ffffffb8;width:100%;min-height:42px;font-size:var(--font-size-sm);text-align:left;background:0 0;border:0;align-items:center;gap:11px;padding:0 12px;font-weight:500;transition:background .15s,color .15s;display:flex;position:relative}.sidebar__item:hover{color:#fff;background:#ffffff0f}.sidebar__item--active{color:#fff;background:#c9962e1f}.sidebar__item--active:before{background:var(--color-accent);content:"";border-radius:0 3px 3px 0;width:3px;height:20px;position:absolute;left:0}.sidebar__icon{color:currentColor;flex-shrink:0;place-items:center;width:20px;height:20px;display:grid}.sidebar__label{flex:1}.sidebar__chevron{color:#ffffff5c;font-size:18px}.sidebar__children{border-left:1px solid #ffffff17;margin:2px 0 5px 43px;padding-left:10px}.sidebar__child{color:#ffffff7a;text-align:left;background:0 0;border:0;width:100%;padding:7px 8px;font-size:12px;transition:color .15s,background .15s;display:block}.sidebar__child:hover,.sidebar__child--active{border-radius:var(--radius-sm);color:#fff;background:#c9962e1a}.sidebar__child--active{font-weight:600;position:relative}.sidebar__child--active:before{background:var(--color-accent);content:"";border-radius:0 2px 2px 0;width:2px;height:16px;position:absolute;left:-11px}.sidebar__bottom{padding:0 12px 8px}.sidebar__footer{color:#ffffff59;border-top:1px solid #ffffff14;align-items:center;gap:7px;padding:12px 20px;font-size:10px;display:flex}.sidebar__footer-dot{background:var(--color-success);border-radius:50%;width:6px;height:6px}.login-page{background:var(--color-background);place-items:center;min-height:100vh;padding:32px 20px;display:grid}.login-page__panel{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);width:min(100%,420px);box-shadow:var(--shadow-md);padding:32px}.login-page__brand{border-bottom:1px solid var(--color-border);align-items:center;gap:12px;padding-bottom:24px;display:flex}.login-page__brand-mark{border-radius:var(--radius-md);background:var(--color-primary);width:40px;height:40px;color:var(--color-accent);border:1px solid #c9962e99;place-items:center;font-size:18px;font-weight:700;display:grid}.login-page__brand-name{color:var(--color-text-primary);letter-spacing:.08em;font-size:18px;font-weight:700;line-height:1.1}.login-page__brand-subtitle{color:var(--color-text-muted);letter-spacing:.14em;margin-top:3px;font-size:9px;font-weight:600}.login-page__heading{margin-top:28px}.login-page__eyebrow{color:var(--color-accent);letter-spacing:.14em;margin-bottom:6px;font-size:10px;font-weight:700}.login-page__heading h1{color:var(--color-text-primary);margin:0;font-size:26px;font-weight:700;line-height:1.2}.login-page__heading p{color:var(--color-text-secondary);margin:8px 0 0;font-size:13px;line-height:1.55}.login-page__form{gap:18px;margin-top:26px;display:grid}.login-page__field{gap:7px;display:grid}.login-page__field>span{color:var(--color-text-primary);font-size:12px;font-weight:600}.login-page__input-wrap{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);height:42px;color:var(--color-text-muted);align-items:center;gap:9px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}.login-page__input-wrap:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 2px #c9962e1f}.login-page__input-wrap input{min-width:0;color:var(--color-text-primary);background:0 0;border:0;outline:0;flex:1;font-size:13px}.login-page__input-wrap input::placeholder{color:var(--color-text-muted)}.login-page__input-wrap:has(input:disabled){background:var(--color-surface-muted);opacity:.7}.login-page__error{border-radius:var(--radius-md);background:var(--color-danger-bg);color:var(--color-danger);border:1px solid #b94a4840;padding:10px 12px;font-size:12px;line-height:1.45}.login-page__submit{border:1px solid var(--color-primary);border-radius:var(--radius-md);background:var(--color-primary);min-height:42px;color:var(--color-text-inverse);font-size:13px;font-weight:600;transition:background .15s,border-color .15s}.login-page__submit:hover:not(:disabled){border-color:var(--color-primary-hover);background:var(--color-primary-hover)}.login-page__submit:disabled{cursor:not-allowed;opacity:.65}.login-page__footer{border-top:1px solid var(--color-border);color:var(--color-text-muted);text-align:center;margin-top:26px;padding-top:18px;font-size:10px}.login-page__loading{color:var(--color-text-secondary);font-size:13px}@media (width<=480px){.login-page{padding:20px 14px}.login-page__panel{padding:24px 20px}}.organisation-page{width:100%;max-width:1440px;margin:0 auto}.organisation-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.organisation-page__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.organisation-page__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700;line-height:1.2}.organisation-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.organisation-page__add-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-height:38px;font-family:inherit;font-size:var(--font-size-sm);box-shadow:var(--shadow-sm);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-weight:600;transition:background-color .15s,border-color .15s,color .15s,transform .1s;display:inline-flex}.organisation-page__add-button:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff}.organisation-page__add-button:active{color:#fff;transform:translateY(1px)}.organisation-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.organisation-tabs{border-bottom:1px solid var(--color-border);background:var(--color-surface);align-items:stretch;min-height:52px;padding:0 20px;display:flex}.organisation-tabs__tab{min-width:110px;color:var(--color-text-muted);font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0 16px;font-weight:500;display:inline-flex;position:relative}.organisation-tabs__tab:hover{color:var(--color-text-primary);background:0 0}.organisation-tabs__tab--active{color:var(--color-text-primary);background:0 0;font-weight:600}.organisation-tabs__tab--active:after{background:var(--color-accent);content:"";border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:16px;right:16px}.organisation-card table{border-collapse:collapse;table-layout:fixed;background:var(--color-surface);width:100%}.organisation-card thead{background:var(--color-surface-muted)}.organisation-card thead tr{border-bottom:1px solid var(--color-border)}.organisation-card th{height:42px;color:var(--color-text-secondary);font-size:var(--font-size-xs);text-align:left;vertical-align:middle;white-space:nowrap;padding:0 14px;font-weight:700}.organisation-card td{border-bottom:1px solid var(--color-border);height:56px;color:var(--color-text-primary);font-size:var(--font-size-sm);text-align:left;vertical-align:middle;padding:0 14px}.organisation-card tbody tr:last-child td{border-bottom:0}.organisation-card tbody tr:hover{background:var(--color-surface-muted)}.organisation-card th:first-child,.organisation-card td:first-child{width:15%}.organisation-card th:nth-child(2),.organisation-card td:nth-child(2){width:17%}.organisation-card th:nth-child(3),.organisation-card td:nth-child(3){width:15%}.organisation-card th:nth-child(4),.organisation-card td:nth-child(4){width:24%}.organisation-card th:nth-child(5),.organisation-card td:nth-child(5){width:12%}.organisation-card th:last-child,.organisation-card td:last-child{width:17%}.organisation-card table th:last-child{text-align:center;vertical-align:middle}.organisation-card table td:last-child{text-align:center;vertical-align:middle;white-space:nowrap}.organisation-card table td:last-child .organisation-table__actions{justify-content:center;align-items:center;gap:7px;width:100%;height:100%;display:flex}.organisation-card table td:last-child .organisation-table__action{border:1px solid var(--color-border);background:var(--color-surface);width:34px;min-width:34px;height:32px;min-height:32px;color:var(--color-text-secondary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:0;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .1s;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.organisation-card table td:last-child .organisation-table__action:hover{background:var(--color-surface-muted);border-color:var(--color-text-muted);color:var(--color-text-primary);box-shadow:0 2px 5px #0f172a14}.organisation-card table td:last-child .organisation-table__action:active{transform:translateY(1px)}.organisation-card table td:last-child .organisation-table__action:focus-visible{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #ca93241f,0 1px 2px #0f172a0a}.organisation-card table td:last-child .organisation-table__action:first-child{color:var(--color-text-primary)}.organisation-card table td:last-child .organisation-table__action:first-child:hover{border-color:var(--color-accent);color:var(--color-accent-hover);background:#ca932414}.organisation-card table td:last-child .organisation-table__action:nth-child(2){color:var(--color-text-secondary)}.organisation-card table td:last-child .organisation-table__action:nth-child(2):hover{background:var(--color-surface-muted);border-color:var(--color-text-muted);color:var(--color-text-primary)}.organisation-card table td:last-child .organisation-table__action:last-child{color:var(--color-text-secondary)}.organisation-card table td:last-child .organisation-table__action-button{border:1px solid var(--color-border);background:var(--color-surface);color:#0000;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:34px;min-width:34px;height:32px;min-height:32px;margin:0 3px;padding:0;font-family:inherit;font-size:0;line-height:1;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .1s;display:inline-flex;position:relative;box-shadow:0 1px 2px #0f172a0a}.organisation-card table td:last-child .organisation-table__action-button:first-child:before{content:"✎";color:var(--color-text-primary);font-size:15px;line-height:1}.organisation-card table td:last-child .organisation-table__action-button:nth-child(2):before{content:"⏻";color:var(--color-text-secondary);font-size:15px;line-height:1}.organisation-card table td:last-child .organisation-table__action-button:first-child:hover{border-color:var(--color-accent);background:#ca932414}.organisation-card table td:last-child .organisation-table__action-button:first-child:hover:before{color:var(--color-accent-hover)}.organisation-card table td:last-child .organisation-table__action-button:nth-child(2):hover{background:var(--color-surface-muted);border-color:var(--color-text-muted)}.organisation-card table td:last-child .organisation-table__action-button:nth-child(2):hover:before{color:var(--color-text-primary)}.organisation-card table td:last-child .organisation-table__action-button:active{transform:translateY(1px)}.organisation-card table td:last-child .organisation-table__action-button:focus-visible{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #ca93241f,0 1px 2px #0f172a0a}.organisation-card .organisation-status{white-space:nowrap;border:0;border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:0 9px;font-family:inherit;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.organisation-card .organisation-status--active{color:#4d8063;background:#edf5f0}.organisation-card .organisation-status--inactive{color:#7b8187;background:#f1f2f3}.organisation-card .organisation-status__dot{border-radius:50%;flex:0 0 6px;width:6px;height:6px;display:inline-block}.organisation-card .organisation-status--active .organisation-status__dot{background:#4f9b70}.organisation-card .organisation-status--inactive .organisation-status__dot{background:#9aa0a6}.organisation-card .organisation-status:before{content:none!important;display:none!important}.organisation-card table td:nth-child(5) .organisation-status--active{color:#4d8063;white-space:nowrap;background:#edf5f0;border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:0 9px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.organisation-card table td:nth-child(5) .organisation-status--inactive{color:#7b8187;white-space:nowrap;background:#f1f2f3;border-radius:999px;align-items:center;gap:6px;min-height:24px;padding:0 9px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.organisation-card table td:nth-child(5) .organisation-status--active .organisation-status__dot{border-radius:50%;flex:0 0 6px;width:6px;height:6px;display:inline-block;background:#4f9b70!important}.organisation-card table td:nth-child(5) .organisation-status--inactive .organisation-status__dot{border-radius:50%;flex:0 0 6px;width:6px;height:6px;display:inline-block;background:#9aa0a6!important}.organisation-card table td:nth-child(5) span:not(.organisation-status,.organisation-status--active,.organisation-status--inactive,.status-active,.status-inactive,.active,.inactive){background:var(--color-surface-muted);border-color:var(--color-border);color:var(--color-text-secondary)}.organisation-card table td:nth-child(5) span:not(.organisation-status,.organisation-status--active,.organisation-status--inactive,.status-active,.status-inactive,.active,.inactive):before{background:var(--color-text-muted)}.organisation-empty{text-align:center;flex-direction:column;align-items:center;min-height:360px;padding:80px 24px;display:flex}.organisation-empty__icon{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-muted);width:52px;height:52px;color:var(--color-accent);place-items:center;margin-bottom:16px;display:grid}.organisation-empty h2{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:650}.organisation-empty p{color:var(--color-text-muted);font-size:var(--font-size-sm);margin:7px 0 0}.organisation-modal__backdrop{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.organisation-modal{z-index:1001;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);width:100%;max-width:520px;box-shadow:var(--shadow-lg);position:relative}.organisation-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex}.organisation-modal__title{color:var(--color-text-primary);margin:0;font-size:20px;font-weight:700;line-height:1.3}.organisation-modal__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:6px 0 0}.organisation-modal__close{border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;font-size:24px;line-height:1;display:inline-flex}.organisation-modal__close:hover{background:var(--color-surface-muted);color:var(--color-text-primary)}.organisation-modal__body{min-height:140px;padding:24px}.organisation-modal__body p{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:0}.organisation-modal__footer{z-index:2;border-top:1px solid var(--color-border);background:var(--color-surface);justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex;position:relative}.organisation-modal__cancel-button,.organisation-modal__save-button{z-index:3;border-radius:var(--radius-md);min-width:90px;min-height:38px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;appearance:none;justify-content:center;align-items:center;padding:0 15px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex;position:relative}.organisation-modal__cancel-button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-primary)}.organisation-modal__cancel-button:hover{background:var(--color-surface-muted);border-color:var(--color-text-muted);color:var(--color-text-primary)}.organisation-modal__cancel-button:focus-visible{outline:none;box-shadow:0 0 0 3px #ca93241f}.organisation-modal__save-button{border-radius:var(--radius-md);min-width:120px;min-height:38px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;z-index:2;border:1px solid #c99522;justify-content:center;align-items:center;padding:0 16px;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,box-shadow .15s,transform .1s;display:inline-flex;position:relative;color:#fff!important;opacity:1!important;visibility:visible!important;background-color:#c99522!important}.organisation-modal__save-button:hover{cursor:pointer;color:#fff!important;opacity:1!important;visibility:visible!important;-webkit-text-fill-color:#fff!important;background-color:#b98110!important;border-color:#b98110!important}.organisation-modal__save-button:focus,.organisation-modal__save-button:focus-visible{outline:none;box-shadow:0 0 0 3px #ca93242e;color:#fff!important;opacity:1!important;visibility:visible!important;-webkit-text-fill-color:#fff!important;background-color:#b98110!important;border-color:#b98110!important}.organisation-modal__save-button:active{transform:translateY(1px);color:#fff!important;opacity:1!important;visibility:visible!important;background-color:#b98110!important;border-color:#b98110!important}.organisation-modal__save-button:disabled{cursor:not-allowed;color:#fff!important;opacity:.5!important;visibility:visible!important;background-color:#c99522!important;border-color:#c99522!important}.organisation-form{flex-direction:column;gap:18px;display:flex}.organisation-form__field{flex-direction:column;gap:7px;display:flex}.organisation-form__field label{color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:600}.organisation-form__field input,.organisation-form__field select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:40px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:none;padding:0 12px;transition:border-color .15s,box-shadow .15s}.organisation-form__field input::placeholder{color:var(--color-text-muted)}.organisation-form__field input:focus,.organisation-form__field select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #ca93241f}@media (width<=900px){.organisation-card{overflow-x:auto}.organisation-card table{min-width:850px}}@media (width<=640px){.organisation-page__header{flex-direction:column;align-items:flex-start}.organisation-page__add-button{width:100%}.organisation-tabs{padding:0 10px;overflow-x:auto}.organisation-tabs__tab{white-space:nowrap;min-width:100px}.organisation-modal__backdrop{padding:16px}.organisation-modal__header,.organisation-modal__body,.organisation-modal__footer{padding-left:18px;padding-right:18px}}.organisation-table{width:100%}.organisation-table__toolbar{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.organisation-table__search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:min(380px,100%);height:36px;color:var(--color-text-muted);align-items:center;gap:9px;padding:0 11px;transition:border-color .15s,box-shadow .15s;display:flex}.organisation-table__search:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 2px #c9962e1a}.organisation-table__search input{width:100%;min-width:0;color:var(--color-text-primary);font:inherit;font-size:var(--font-size-sm);background:0 0;border:0;outline:0}.organisation-table__search input::placeholder{color:var(--color-text-muted)}.organisation-table__filters{align-items:center;gap:8px;display:flex}.organisation-table__filters label{color:var(--color-text-secondary);font-size:var(--font-size-sm);font-weight:500}.organisation-table__filters select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-width:120px;height:36px;color:var(--color-text-primary);font:inherit;font-size:var(--font-size-sm);outline:0;padding:0 30px 0 10px}.organisation-table__filters select:focus{border-color:var(--color-accent)}.organisation-table__wrapper{width:100%;overflow-x:auto}.organisation-table table{border-collapse:collapse;width:100%;min-width:760px;color:var(--color-text-secondary);font-size:var(--font-size-sm)}.organisation-table thead{background:var(--color-surface-muted)}.organisation-table th{border-bottom:1px solid var(--color-border);height:44px;color:var(--color-text-muted);font-size:var(--font-size-xs);letter-spacing:.025em;text-align:left;white-space:nowrap;padding:0 14px;font-weight:700}.organisation-table td{border-bottom:1px solid var(--color-border);white-space:nowrap;height:54px;padding:0 14px}.organisation-table tbody tr:last-child td{border-bottom:0}.organisation-table tbody tr:hover{background:#c9962e08}.organisation-table__code{color:var(--color-text-secondary);font-family:Courier New,monospace;font-size:12px;font-weight:600}.organisation-table__name{color:var(--color-text-secondary);font-weight:400}.organisation-table__actions-heading{text-align:center;width:130px}.organisation-status{border-radius:var(--radius-pill);align-items:center;gap:6px;padding:4px 9px;font-size:11px;font-weight:600;display:inline-flex}.organisation-status--active{color:#28734b;background:#2c7a5017}.organisation-status--inactive{color:var(--color-text-muted);background:#6e6e6e1a}.organisation-status__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.organisation-table__actions{justify-content:center;align-items:center;gap:4px;display:flex}.organisation-table__action{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--color-text-muted);background:0 0;border:1px solid #0000;place-items:center;display:grid}.organisation-table__action:hover{border-color:var(--color-border);background:var(--color-surface-muted);color:var(--color-text-primary)}.organisation-table__footer{border-top:1px solid var(--color-border);min-height:54px;color:var(--color-text-muted);font-size:var(--font-size-xs);justify-content:space-between;align-items:center;gap:16px;padding:10px 20px;display:flex}.organisation-table__footer strong{color:var(--color-text-secondary);font-weight:600}.organisation-table__pagination{align-items:center;gap:3px;display:flex}.organisation-table__pagination button{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);width:28px;height:28px;color:var(--color-text-secondary);place-items:center;font-size:13px;display:grid}.organisation-table__pagination button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-text-primary)}.organisation-table__pagination button:disabled{opacity:.45;cursor:not-allowed}.organisation-table__pagination .organisation-table__page--active{border-color:var(--color-accent);background:var(--color-accent);color:#fff}@media (width<=700px){.organisation-table__toolbar{flex-direction:column;align-items:stretch}.organisation-table__search{width:100%}.organisation-table__filters{justify-content:space-between}.organisation-table__filters select{flex:1}.organisation-table__footer{flex-direction:column;align-items:flex-start}}.organisation-table td{color:var(--color-text-secondary);font-weight:400}.organisation-table table thead th{color:var(--color-text-muted);font-size:var(--font-size-xs);font-weight:600}.organisation-table table tbody td,.organisation-table table tbody .organisation-table__name{color:var(--color-text-secondary);font-size:var(--font-size-sm);font-weight:400}.organisation-table th.organisation-table__number{text-align:left;width:72px}.organisation-table td.organisation-table__number{text-align:left;width:72px;color:inherit;font-size:inherit;font-weight:inherit}.designation-table th.organisation-table__number{color:var(--color-text-muted);font-size:var(--font-size-xs);font-weight:600}.designation-table td.organisation-table__number{color:var(--color-text-secondary);font-size:var(--font-size-sm);font-weight:400}.employee-page{width:100%;max-width:1440px;margin:0 auto}.employee-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.employee-page__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.employee-page__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700;line-height:1.2}.employee-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.employee-page__add-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-height:38px;font-size:var(--font-size-sm);box-shadow:var(--shadow-sm);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-weight:600;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}.employee-page__add-button:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff;filter:brightness(.92)}.employee-page__add-button:active{transform:translateY(1px)}.employee-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}@media (width<=640px){.employee-page__header{flex-direction:column;align-items:flex-start}.employee-page__add-button{width:100%}}.employee-table{width:100%}.employee-table__toolbar{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:20px;min-height:58px;padding:10px 16px;display:flex}.employee-table__search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:327px;height:32px;color:var(--color-text-muted);align-items:center;gap:9px;padding:0 10px;display:flex}.employee-table__search input{width:100%;min-width:0;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);background:0 0;border:0;outline:0}.employee-table__search input::placeholder{color:var(--color-text-muted)}.employee-table__filters{color:var(--color-text-secondary);font-size:var(--font-size-sm);align-items:center;gap:9px;display:flex}.employee-table__filters select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:32px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;padding:0 28px 0 10px}.employee-table__wrapper{width:100%;overflow-x:auto}.employee-table table{border-collapse:collapse;width:100%;font-size:var(--font-size-sm)}.employee-table thead{background:var(--color-surface-muted)}.employee-table th{border-bottom:1px solid var(--color-border);height:38px;color:var(--color-text-muted);font-size:var(--font-size-xs);text-align:left;white-space:nowrap;padding:0 16px;font-weight:600}.employee-table td{border-bottom:1px solid var(--color-border);height:48px;color:var(--color-text-secondary);white-space:nowrap;padding:0 16px}.employee-table tbody tr:last-child td{border-bottom:0}.employee-table tbody tr:hover{background:var(--color-surface-muted)}.employee-table__number{width:48px;color:var(--color-text-muted)!important;text-align:center!important}.employee-table__actions-heading{width:125px;text-align:center!important}.employee-table__employee{align-items:center;gap:10px;display:flex}.employee-table__avatar{border:1px solid var(--color-border);background:var(--color-surface-muted);width:32px;height:32px;color:var(--color-accent);border-radius:50%;flex-shrink:0;place-items:center;font-size:11px;font-weight:700;display:grid}.employee-table__name{color:var(--color-text-secondary);font-weight:400;display:block}.employee-table__secondary{color:var(--color-text-muted);margin-top:2px;font-size:11px;display:block}.employee-status{border-radius:999px;align-items:center;gap:6px;min-height:22px;padding:0 8px;font-size:11px;font-weight:600;display:inline-flex}.employee-status__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.employee-status--active{color:#15803d;background:#16a34a1a}.employee-status--inactive{color:#64748b;background:#64748b1f}.employee-status--resigned{color:#c2410c;background:#ea580c1a}.employee-status--terminated{color:#dc2626;background:#dc26261a}.employee-table__actions{justify-content:center;align-items:center;gap:4px;display:flex}.employee-table__action{border-radius:var(--radius-md);width:30px;height:30px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.employee-table__action:hover{background:var(--color-surface-muted);color:var(--color-text-primary)}.employee-table__message,.employee-table__empty{text-align:center!important;height:240px!important}.employee-table__empty-title{color:var(--color-text-primary);font-size:16px;font-weight:650}.employee-table__empty-description{color:var(--color-text-muted);font-size:var(--font-size-sm);margin-top:6px}.employee-table__footer{border-top:1px solid var(--color-border);min-height:46px;color:var(--color-text-muted);font-size:var(--font-size-xs);justify-content:space-between;align-items:center;padding:0 16px;display:flex}.employee-table__footer strong{color:var(--color-text-secondary)}.employee-table__pagination{align-items:center;gap:4px;display:flex}.employee-table__pagination button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:26px;height:26px;color:var(--color-text-secondary);cursor:pointer;justify-content:center;align-items:center;font-size:14px;display:inline-flex}.employee-table__pagination button:hover:not(:disabled){background:var(--color-surface-muted)}.employee-table__pagination button:disabled{opacity:.45;cursor:not-allowed}.employee-table__pagination .employee-table__page--active{border-color:var(--color-accent);background:var(--color-accent);color:#fff}@media (width<=760px){.employee-table__toolbar{flex-direction:column;align-items:stretch}.employee-table__search{width:100%}.employee-table__filters{justify-content:space-between}.employee-table__footer{gap:12px}}.employee-table__checkbox{text-align:center;width:44px}.employee-table__checkbox input{cursor:pointer;width:15px;height:15px}.employee-table__selection-bar,.employee-table__export-bar{background:#fafbfc;border-top:1px solid #e7e9ec;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.employee-table__selection-actions{align-items:center;gap:8px;display:flex}.employee-table__selection-actions button,.employee-table__export-bar button{color:#263442;cursor:pointer;background:#fff;border:1px solid #d9dde3;border-radius:6px;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-size:13px;font-weight:600;display:inline-flex}.employee-table__selection-actions button:hover,.employee-table__export-bar button:hover{background:#f5f6f8}.employee-table__selection-actions button:disabled,.employee-table__export-bar button:disabled{opacity:.5;cursor:not-allowed}.employee-table__selection-clear{background:0 0!important;border:0!important}.employee-status-modal-backdrop{z-index:1000;background:#0f17206b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.employee-status-modal{background:#fff;border:1px solid #e1e4e8;border-radius:10px;width:min(480px,100%);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 18px 50px #0f17202e}.employee-status-modal__header{border-bottom:1px solid #e7e9ec;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;display:flex}.employee-status-modal__header h2{color:#172533;margin:0;font-size:18px;font-weight:700}.employee-status-modal__header p{color:#687583;margin:5px 0 0;font-size:13px}.employee-status-modal__header button{color:#4c5965;cursor:pointer;background:#fff;border:1px solid #dce1e6;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.employee-status-modal__body{flex-direction:column;gap:18px;padding:20px;display:flex}.employee-status-modal__footer{border-top:1px solid #e7e9ec;justify-content:flex-end;gap:10px;padding:16px 20px;display:flex}.employee-status-modal__footer button{cursor:pointer;border-radius:6px;min-height:36px;padding:0 15px;font-size:13px;font-weight:600}.employee-status-modal__footer button:first-child{color:#344250;background:#fff;border:1px solid #d9dde3}.employee-status-modal__footer button:last-child{color:#fff;background:#c99522;border:1px solid #c99522}.employee-status-modal__footer button:disabled{opacity:.6;cursor:not-allowed}.employee-status-date-input{width:100%;position:relative}.employee-status-date-input input{box-sizing:border-box;color:#26384c;letter-spacing:.2px;background:#fff;border:1px solid #d6dde5;border-radius:5px;outline:none;width:100%;min-height:36px;padding:0 40px 0 11px;font-family:inherit;font-size:12px}.employee-status-date-input input::placeholder{color:#9aa8b8}.employee-status-date-input input:focus{border-color:#c99118;box-shadow:0 0 0 2px #c991181a}.employee-status-date-input input:disabled{cursor:not-allowed;background:#f5f7f9}.employee-status-date-input__calendar{color:#63748a;pointer-events:none;font-size:14px;line-height:1;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.employee-status-date-help{color:#7b8999;margin-top:5px;font-size:10px;display:block}.employee-table__excel-bar{border-top:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.employee-table__selected-count,.employee-table__excel-hint{color:var(--color-text-secondary);font-size:var(--font-size-sm)}.employee-table__selected-count strong{color:var(--color-text-primary)}.employee-table__excel-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.employee-table__excel-actions button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:34px;color:var(--color-text-secondary);font-size:var(--font-size-sm);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-weight:600;display:inline-flex}.employee-table__excel-actions button:hover:not(:disabled){background:var(--color-surface-muted);color:var(--color-text-primary)}.employee-table__excel-actions button:disabled{opacity:.5;cursor:not-allowed}.employee-import-modal-backdrop{z-index:1100;background:#0f17206b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.employee-import-modal{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 18px 50px #0f17202e}.employee-import-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:20px;padding:20px;display:flex}.employee-import-modal__header h2{color:var(--color-text-primary);margin:0;font-size:19px;font-weight:700}.employee-import-modal__header p{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0}.employee-import-modal__header>button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.employee-import-modal__body{flex-direction:column;gap:16px;padding:20px;display:flex}.employee-import-rule{border-radius:var(--radius-md);color:#805f12;background:#c9952214;border:1px solid #e8c36c;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.employee-import-rule svg{flex-shrink:0;margin-top:2px}.employee-import-rule div{flex-direction:column;gap:3px;display:flex}.employee-import-rule strong{font-size:var(--font-size-sm)}.employee-import-rule span{font-size:var(--font-size-xs);line-height:1.5}.employee-import-file-input{display:none}.employee-import-file-row{align-items:center;gap:12px;display:flex}.employee-import-file-row button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:36px;color:var(--color-text-primary);font-size:var(--font-size-sm);cursor:pointer;align-items:center;gap:7px;padding:0 13px;font-weight:600;display:inline-flex}.employee-import-file-row span{color:var(--color-text-secondary);font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.employee-import-summary{border:1px solid var(--color-border);border-radius:var(--radius-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.employee-import-summary>div{border-right:1px solid var(--color-border);flex-direction:column;gap:5px;padding:12px 14px;display:flex}.employee-import-summary>div:last-child{border-right:0}.employee-import-summary span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.employee-import-summary strong{color:var(--color-text-primary);font-size:var(--font-size-sm)}.employee-import-error,.employee-import-message{border-radius:var(--radius-md);font-size:var(--font-size-sm);padding:10px 12px}.employee-import-error{color:#b91c1c;background:#dc26260f;border:1px solid #dc262640}.employee-import-message{border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text-secondary);align-items:flex-start;gap:8px;display:flex}.employee-import-message--success{color:#15803d;background:#16a34a0f;border-color:#16a34a40}.employee-import-message--error{color:#b91c1c;background:#dc26260f;border-color:#dc262640}.employee-import-validation{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.employee-import-validation__header{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.employee-import-validation__header>div{flex-direction:column;gap:3px;display:flex}.employee-import-validation__header strong{color:var(--color-text-primary);font-size:var(--font-size-sm)}.employee-import-validation__header span{color:var(--color-text-secondary);font-size:var(--font-size-xs)}.employee-import-validation__header button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:34px;color:var(--color-text-primary);font-size:var(--font-size-xs);cursor:pointer;align-items:center;gap:7px;padding:0 12px;font-weight:600;display:inline-flex}.employee-import-validation__table-wrap{max-height:310px;overflow:auto}.employee-import-validation table{border-collapse:collapse;width:100%;font-size:var(--font-size-xs)}.employee-import-validation th,.employee-import-validation td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top;padding:9px 10px}.employee-import-validation th{background:var(--color-surface-muted);color:var(--color-text-muted);white-space:nowrap;font-weight:600;position:sticky;top:0}.employee-import-validation td{color:var(--color-text-secondary)}.employee-import-validation tbody tr:last-child td{border-bottom:0}.employee-import-validation__more{border-top:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text-muted);font-size:var(--font-size-xs);padding:9px 12px}.employee-import-modal__footer{border-top:1px solid var(--color-border);justify-content:flex-end;align-items:center;gap:9px;padding:16px 20px;display:flex}.employee-import-modal__footer button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:36px;color:var(--color-text-primary);font-size:var(--font-size-sm);cursor:pointer;padding:0 14px;font-weight:600}.employee-import-modal__footer button:hover:not(:disabled){background:var(--color-surface-muted)}.employee-import-modal__footer button:disabled{opacity:.5;cursor:not-allowed}.employee-import-modal__import-button{border-color:var(--color-accent)!important;background:var(--color-accent)!important;color:#fff!important}@media (width<=860px){.employee-table__excel-bar{flex-direction:column;align-items:stretch}.employee-table__excel-actions{width:100%}.employee-import-summary{grid-template-columns:1fr}.employee-import-summary>div{border-right:0;border-bottom:1px solid var(--color-border)}.employee-import-summary>div:last-child{border-bottom:0}.employee-import-validation__header{flex-direction:column;align-items:flex-start}}.employee-table table{font-size:13px}.employee-table th{height:42px;font-size:12px;font-weight:600}.employee-table td{height:52px;font-size:13px}.employee-table__name{color:var(--color-text-secondary);font-weight:400}.employee-table__secondary{font-size:12px}.employee-table__avatar{width:34px;height:34px;font-size:12px}.employee-status{min-height:24px;padding:0 9px;font-size:12px}.employee-table__search{height:36px}.employee-table__search input,.employee-table__filters{font-size:13px}.employee-table__filters select,.employee-table__selection-actions button,.employee-table__export-bar button{min-height:36px;font-size:13px}.employee-table__footer{min-height:48px;font-size:12px}.sispl-date-picker,.sispl-date-picker__input-wrapper{width:100%;position:relative}.sispl-date-picker__input-wrapper input{box-sizing:border-box;color:#26384c;background:#fff;border:1px solid #d6dde5;border-radius:6px;outline:none;width:100%;min-height:40px;padding:0 44px 0 12px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.sispl-date-picker__input-wrapper input::placeholder{color:#98a6b6}.sispl-date-picker__input-wrapper input:focus{border-color:#c99118;box-shadow:0 0 0 2px #c991181a}.sispl-date-picker__input-wrapper input:disabled{cursor:not-allowed;background:#f5f7f9}.sispl-date-picker__trigger{color:#65768a;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;width:38px;height:34px;padding:0;transition:background .15s,color .15s;display:flex;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.sispl-date-picker__trigger:hover{color:#a8730c;background:#fff8e8}.sispl-date-picker__trigger:disabled{opacity:.5;cursor:not-allowed}.sispl-date-picker__popover{z-index:1200;box-sizing:border-box;background:#fff;border:1px solid #dce2e8;border-radius:10px;width:380px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 20px 48px #17253629,0 4px 12px #1725360f}.sispl-date-picker__topbar{color:#26384c;background:linear-gradient(#fffaf0 0%,#fffdf8 100%);border-bottom:1px solid #e7eaee;justify-content:space-between;align-items:center;min-height:76px;padding:15px 18px;display:flex}.sispl-date-picker__topbar>svg{color:#c99118}.sispl-date-picker__eyebrow{color:#a6720b;letter-spacing:.12em;margin-bottom:5px;font-size:10px;font-weight:800}.sispl-date-picker__selected-label{color:#172536;font-size:17px;font-weight:700}.sispl-date-picker__controls{grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:10px;padding:15px 16px 12px;display:grid}.sispl-date-picker__nav-button{color:#607187;cursor:pointer;background:#fff;border:1px solid #dde2e7;border-radius:6px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:border-color .15s,background .15s,color .15s;display:flex}.sispl-date-picker__nav-button:hover{color:#9c6b09;background:#fff8e8;border-color:#d4b773}.sispl-date-picker__selectors{grid-template-columns:minmax(0,1.45fr) minmax(100px,.9fr);gap:8px;display:grid}.sispl-date-picker__selectors select{color:#26384c;cursor:pointer;background:#fff;border:1px solid #dde2e7;border-radius:6px;outline:none;width:100%;height:38px;padding:0 10px;font-family:inherit;font-size:13px;font-weight:600}.sispl-date-picker__selectors select:focus{border-color:#c99118;box-shadow:0 0 0 2px #c9911814}.sispl-date-picker__weekdays{grid-template-columns:repeat(7,1fr);padding:2px 16px 6px;display:grid}.sispl-date-picker__weekdays span{color:#7d8c9e;justify-content:center;align-items:center;height:28px;font-size:11px;font-weight:700;display:flex}.sispl-date-picker__days{grid-template-columns:repeat(7,1fr);gap:4px;padding:0 16px 16px;display:grid}.sispl-date-picker__day{color:#26384c;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;width:42px;height:40px;margin:0 auto;padding:0;font-family:inherit;font-size:13px;font-weight:500;transition:background .12s,border-color .12s,color .12s,transform 80ms;display:flex}.sispl-date-picker__day:hover{color:#946408;background:#fff7e6;border-color:#ead9b2}.sispl-date-picker__day:active{transform:scale(.96)}.sispl-date-picker__day--outside{color:#b5c0cc}.sispl-date-picker__day--outside:hover{color:#8d9aaa}.sispl-date-picker__day--today{color:#986606;background:#fffaf0;border-color:#d4ac4d;font-weight:700}.sispl-date-picker__day--selected{color:#fff;background:#c99118;border-color:#c99118;font-weight:700;box-shadow:0 2px 6px #c9911840}.sispl-date-picker__day--selected:hover{color:#fff;background:#b98110;border-color:#b98110}.sispl-date-picker__footer{background:#fafbfc;border-top:1px solid #e7eaee;justify-content:space-between;align-items:center;min-height:58px;padding:9px 16px;display:flex}.sispl-date-picker__footer-action{color:#65768a;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:34px;padding:0 11px;font-family:inherit;font-size:12px;font-weight:600}.sispl-date-picker__footer-action:hover{color:#26384c;background:#eef1f4}.sispl-date-picker__today-button{color:#fff;cursor:pointer;background:#c99118;border:1px solid #c99118;border-radius:6px;min-height:34px;padding:0 15px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s,border-color .15s}.sispl-date-picker__today-button:hover{background:#b98110;border-color:#b98110}@media (width<=760px){.sispl-date-picker__popover{width:360px;max-width:calc(100vw - 32px)}.sispl-date-picker__day{width:39px;height:38px}}.employee-new-page{box-sizing:border-box;width:100%;max-width:1240px;margin:0 auto;padding:28px 32px 48px}.employee-new-page__header{margin-bottom:20px}.employee-new-page__back-button{color:#52647a;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin-bottom:14px;padding:0;font-family:inherit;font-size:13px;display:inline-flex}.employee-new-page__back-button:hover{color:#172536}.employee-new-page__back-button:disabled{opacity:.6;cursor:not-allowed}.employee-new-page__eyebrow{color:#c99118;letter-spacing:1.4px;margin-bottom:4px;font-size:11px;font-weight:700}.employee-new-page__title{color:#172536;margin:0;font-size:28px;font-weight:700;line-height:1.2}.employee-new-page__description{color:#60728a;margin:7px 0 0;font-size:13px}.employee-new-card{background:#fff;border:1px solid #dfe4e9;border-radius:8px;overflow:visible;box-shadow:0 1px 2px #17253608}.employee-new-error{color:#b42318;background:#fff6f6;border:1px solid #f0c4c4;border-radius:6px;margin:18px 24px 0;padding:11px 14px;font-size:13px}.employee-new-section{border-bottom:1px solid #e3e7eb;padding:24px 24px 28px}.employee-new-section:last-of-type{border-bottom:0}.employee-new-section__heading h2{color:#172536;margin:0;font-size:16px;font-weight:700;line-height:1.3}.employee-new-section__heading p{color:#708198;margin:5px 0 0;font-size:12px;line-height:1.5}.employee-new-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;display:grid}.employee-new-form__field{min-width:0}.employee-new-form__field--full{grid-column:1/-1}.employee-new-form__field label{color:#23364b;margin-bottom:7px;font-size:12px;font-weight:600;display:block}.employee-new-form__error{color:#d92d20;font-weight:500}.employee-new-form__field input,.employee-new-form__field select,.employee-new-form__field textarea{box-sizing:border-box;color:#26384c;background:#fff;border:1px solid #d6dde5;border-radius:5px;outline:none;width:100%;min-height:36px;font-family:inherit;font-size:12px;transition:border-color .15s,box-shadow .15s}.employee-new-form__field input,.employee-new-form__field select{padding:0 11px}.employee-new-form__field textarea{resize:vertical;min-height:96px;padding:10px 11px}.employee-new-form__field input::placeholder,.employee-new-form__field textarea::placeholder{color:#9aa8b8}.employee-new-form__field input:focus,.employee-new-form__field select:focus,.employee-new-form__field textarea:focus{border-color:#c99118;box-shadow:0 0 0 2px #c991181a}.employee-new-form__field input:disabled,.employee-new-form__field select:disabled{cursor:not-allowed;background:#f5f7f9}.employee-new-form__currency-input{align-items:center;display:flex;position:relative}.employee-new-form__currency-input>span{z-index:1;color:#63748a;pointer-events:none;font-size:12px;position:absolute;left:11px}.employee-date-picker,.employee-date-picker__input-wrapper{width:100%;position:relative}.employee-date-picker__input-wrapper input{padding-right:42px}.employee-date-picker__button{color:#63748a;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:38px;height:36px;padding:0;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.employee-date-picker__button:hover{color:#c99118}.employee-date-picker__calendar{z-index:1000;box-sizing:border-box;background:#fff;border:1px solid #d9e0e7;border-radius:8px;width:280px;padding:12px;position:absolute;top:calc(100% + 7px);left:0;box-shadow:0 8px 24px #17253624}.employee-date-picker__calendar-header{grid-template-columns:32px 1fr 32px;align-items:center;gap:6px;margin-bottom:12px;display:grid}.employee-date-picker__calendar-header strong{color:#172536;text-align:center;font-size:13px;font-weight:700}.employee-date-picker__calendar-header button{color:#52647a;cursor:pointer;background:#fff;border:1px solid #e0e5ea;border-radius:5px;justify-content:center;align-items:center;width:32px;height:30px;padding:0;display:flex}.employee-date-picker__calendar-header button:hover{color:#c99118;background:#fffaf0;border-color:#c99118}.employee-date-picker__weekdays,.employee-date-picker__days{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.employee-date-picker__weekdays{margin-bottom:4px}.employee-date-picker__weekdays span{color:#7b899a;text-align:center;font-size:10px;font-weight:700}.employee-date-picker__day{color:#26384c;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto;padding:0;font-family:inherit;font-size:11px;display:flex}.employee-date-picker__day:hover{color:#9b6c0b;background:#fff5dc}.employee-date-picker__day--outside{color:#aeb8c3}.employee-date-picker__day--today{box-shadow:inset 0 0 0 1px #c99118}.employee-date-picker__day--selected{color:#fff;background:#c99118;font-weight:700}.employee-date-picker__day--selected:hover{color:#fff;background:#b98110}.employee-date-picker__footer{border-top:1px solid #e5e9ed;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.employee-date-picker__footer button{color:#b17d12;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:11px;font-weight:600}.employee-date-picker__footer button:hover{color:#8d6208}.employee-new-card__footer{box-sizing:border-box;background:#fff;border-top:1px solid #e3e7eb;justify-content:flex-end;align-items:center;gap:9px;min-height:62px;padding:0 20px;display:flex}.employee-new-card__cancel-button,.employee-new-card__save-button{cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.employee-new-card__cancel-button{color:#33475b;background:#fff;border:1px solid #d8dee6}.employee-new-card__cancel-button:hover{background:#f7f8fa}.employee-new-card__save-button{color:#fff;background:#c99118;border:1px solid #c99118}.employee-new-card__save-button:hover{background:#b98110;border-color:#b98110}.employee-new-card__cancel-button:disabled,.employee-new-card__save-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=760px){.employee-new-page{padding:20px 16px 32px}.employee-new-page__title{font-size:24px}.employee-new-form__grid{grid-template-columns:1fr}.employee-new-form__field--full{grid-column:auto}.employee-new-section{padding:20px 16px 24px}.employee-new-card__footer{padding:12px 16px}.employee-date-picker__calendar{width:280px;max-width:calc(100vw - 32px)}}.employee-new-section{padding:26px 26px 30px}.employee-new-section__heading{margin-bottom:24px}.employee-new-section__heading-row{align-items:flex-start;gap:12px;display:flex}.employee-new-section__icon{color:#b47b0c;background:#c9911814;border:1px solid #c991182e;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.employee-new-section__heading h2{font-size:17px;line-height:1.35}.employee-new-section__heading p{margin-top:4px;font-size:13px;line-height:1.5}.employee-new-form__grid{gap:20px 22px}.employee-new-form__field label{margin-bottom:8px;font-size:13px;font-weight:600}.employee-new-form__field input,.employee-new-form__field select,.employee-new-form__field textarea{font-size:13px}.employee-new-form__field input,.employee-new-form__field select{min-height:40px;padding:0 12px}.employee-new-form__field textarea{min-height:104px;padding:11px 12px}.employee-new-form__currency-input>span{font-size:13px;left:12px}.employee-new-form__currency-input input{padding-left:28px}.employee-detail-page{width:100%;max-width:1440px;margin:0 auto}.employee-detail-page__header{margin-bottom:24px}.employee-detail-page__back-button{color:var(--color-text-secondary);font-size:var(--font-size-sm);cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:18px;padding:0;font-weight:500;display:inline-flex}.employee-detail-page__back-button:hover{color:var(--color-text-primary)}.employee-detail-page__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.employee-detail-page__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700;line-height:1.2}.employee-detail-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.employee-detail-state{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);min-height:300px;box-shadow:var(--shadow-sm);color:var(--color-text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex}.employee-detail-state h2{color:var(--color-text-primary);margin:0;font-size:18px}.employee-detail-state p{font-size:var(--font-size-sm);margin:7px 0 18px}.employee-detail-state__button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-height:38px;font-size:var(--font-size-sm);cursor:pointer;padding:0 15px;font-weight:600}.employee-detail-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.employee-detail-profile{border-bottom:1px solid var(--color-border);align-items:center;gap:14px;padding:22px 24px;display:flex}.employee-detail-profile__avatar{background:var(--color-surface-muted);width:52px;height:52px;color:var(--color-text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.employee-detail-profile__identity{flex:1;min-width:0}.employee-detail-profile__identity h2{color:var(--color-text-primary);margin:0;font-size:19px;font-weight:700}.employee-detail-profile__identity span{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin-top:4px;display:block}.employee-detail-status{font-size:var(--font-size-xs);border-radius:999px;align-items:center;gap:7px;padding:5px 9px;font-weight:600;display:inline-flex}.employee-detail-status__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.employee-detail-status--active{color:#218739;background:#edf8f0}.employee-detail-status--inactive{color:#6b7280;background:#f3f4f6}.employee-detail-status--resigned,.employee-detail-status--terminated{color:#c2412d;background:#fff3f0}.employee-detail-section{border-bottom:1px solid var(--color-border);padding:24px}.employee-detail-section:last-child{border-bottom:0}.employee-detail-section__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.employee-detail-section__header h3{color:var(--color-text-primary);margin:0;font-size:16px;font-weight:700}.employee-detail-section__header p{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0}.employee-detail-section__edit{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:32px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;align-items:center;gap:6px;padding:0 10px;font-weight:600;display:inline-flex}.employee-detail-section__edit:hover{background:var(--color-surface-muted)}.employee-detail-section__edit:disabled{cursor:not-allowed;opacity:.55}.employee-detail-grid{border-top:1px solid var(--color-border);border-left:1px solid var(--color-border);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.employee-detail-field{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-direction:column;gap:6px;min-height:72px;padding:14px 16px;display:flex}.employee-detail-field--full{grid-column:1/-1}.employee-detail-field span{color:var(--color-text-secondary);font-size:var(--font-size-xs)}.employee-detail-field strong{color:var(--color-text-primary);font-size:var(--font-size-sm);word-break:break-word;font-weight:600}.employee-detail-drawer-backdrop{z-index:1000;background:#00000047;justify-content:flex-end;display:flex;position:fixed;inset:0}.employee-detail-drawer{background:var(--color-surface);width:min(460px,100%);height:100%;box-shadow:var(--shadow-lg,0 10px 35px #00000029);flex-direction:column;display:flex}.employee-detail-drawer__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.employee-detail-drawer__header h2{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:700}.employee-detail-drawer__header p{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0;line-height:1.5}.employee-detail-drawer__close{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:34px;height:34px;color:var(--color-text-secondary);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.employee-detail-drawer__close:hover{background:var(--color-surface-muted);color:var(--color-text-primary)}.employee-detail-drawer__body{flex:1;padding:22px;overflow-y:auto}.employee-detail-form-field{flex-direction:column;gap:7px;margin-bottom:18px;display:flex}.employee-detail-form-field:last-of-type{margin-bottom:0}.employee-detail-form-field label{color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:600}.employee-detail-form-field input,.employee-detail-form-field select{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:40px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:none;padding:0 11px}.employee-detail-form-field input:focus,.employee-detail-form-field select:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #0000000a}.employee-detail-form-field input:disabled,.employee-detail-form-field select:disabled{cursor:not-allowed;opacity:.65}.employee-detail-form-error{border-radius:var(--radius-md);color:#b42318;font-size:var(--font-size-sm);background:#fff5f3;border:1px solid #f0c5bd;margin-top:16px;padding:10px 12px;line-height:1.4}.employee-detail-drawer__footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.employee-detail-drawer__cancel,.employee-detail-drawer__save{border-radius:var(--radius-md);min-height:38px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;padding:0 15px;font-weight:600}.employee-detail-drawer__cancel{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-primary)}.employee-detail-drawer__cancel:hover{background:var(--color-surface-muted)}.employee-detail-drawer__save{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.employee-detail-drawer__save:hover:not(:disabled){background:var(--color-accent);border-color:var(--color-accent);color:#fff;filter:brightness(.92)}.employee-detail-drawer__cancel:disabled,.employee-detail-drawer__save:disabled,.employee-detail-drawer__close:disabled{cursor:not-allowed;opacity:.6}@media (width<=900px){.employee-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.employee-detail-profile{flex-wrap:wrap;align-items:flex-start;padding:18px 16px}.employee-detail-profile__identity{width:calc(100% - 68px)}.employee-detail-status{margin-left:66px}.employee-detail-section{padding:18px 16px}.employee-detail-section__header{flex-direction:column}.employee-detail-grid{grid-template-columns:1fr}.employee-detail-field--full{grid-column:auto}.employee-detail-drawer{width:100%}.employee-detail-drawer__header,.employee-detail-drawer__body,.employee-detail-drawer__footer{padding-left:16px;padding-right:16px}}.employee-detail-form-hint{color:var(--color-text-secondary);font-size:11px}.employee-detail-form-field textarea{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:120px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);resize:vertical;outline:none;padding:10px 11px;line-height:1.5}.employee-detail-form-field textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #0000000a}.employee-detail-form-field textarea:disabled{cursor:not-allowed;opacity:.65}.employee-detail-section__heading-row{align-items:flex-start;gap:12px;display:flex}.employee-detail-section__icon{color:#b47b0c;background:#c9911814;border:1px solid #c991182e;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.employee-detail-section__heading-row h3{font-size:17px;line-height:1.35}.employee-detail-section__heading-row p{margin-top:4px;font-size:13px;line-height:1.5}.daily-attendance-page{width:100%;max-width:1440px;margin:0 auto}.daily-attendance-page__header{margin-bottom:14px}.daily-attendance-page__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:4px;font-weight:700}.daily-attendance-page__title{color:var(--color-text-primary);margin:0;font-size:26px;font-weight:700;line-height:1.15}.daily-attendance-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0}.daily-attendance-entry-section{grid-template-columns:350px minmax(520px,660px) minmax(240px,1fr);gap:14px;margin-bottom:14px;display:grid}.daily-attendance-filter-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.daily-attendance-filter-card__field{flex-direction:column;gap:5px;display:flex}.daily-attendance-filter-card__field label{color:var(--color-accent);font-size:12px;font-weight:700}.daily-attendance-date-picker{width:100%;position:relative}.daily-attendance-date-picker .sispl-date-picker__input-wrapper input{height:34px;min-height:34px;font-size:var(--font-size-xs);padding:0 36px 0 9px}.daily-attendance-date-picker .sispl-date-picker__trigger{width:32px;height:28px;right:2px}.daily-attendance-date-picker .sispl-date-picker__popover{width:332px;top:calc(100% + 6px)}.daily-attendance-date-picker .sispl-date-picker__topbar{min-height:64px;padding:11px 14px}.daily-attendance-date-picker .sispl-date-picker__eyebrow{margin-bottom:3px;font-size:9px}.daily-attendance-date-picker .sispl-date-picker__selected-label{font-size:15px}.daily-attendance-date-picker .sispl-date-picker__controls{grid-template-columns:32px minmax(0,1fr) 32px;gap:8px;padding:11px 12px 9px}.daily-attendance-date-picker .sispl-date-picker__nav-button{width:32px;height:32px}.daily-attendance-date-picker .sispl-date-picker__selectors{gap:6px}.daily-attendance-date-picker .sispl-date-picker__selectors select{height:32px;padding:0 8px;font-size:12px}.daily-attendance-date-picker .sispl-date-picker__weekdays{padding:0 12px 4px}.daily-attendance-date-picker .sispl-date-picker__weekdays span{height:24px;font-size:10px}.daily-attendance-date-picker .sispl-date-picker__days{gap:3px;padding:0 12px 12px}.daily-attendance-date-picker .sispl-date-picker__day{width:34px;height:32px;font-size:12px}.daily-attendance-date-picker .sispl-date-picker__footer{min-height:48px;padding:7px 12px}.daily-attendance-date-picker .sispl-date-picker__footer-action,.daily-attendance-date-picker .sispl-date-picker__today-button{min-height:30px;font-size:11px}.daily-attendance-filter-card__field select{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-surface);width:100%;height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;appearance:auto;outline:0;padding:0 30px 0 9px;transition:border-color .15s,box-shadow .15s}.daily-attendance-filter-card__field select:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.daily-attendance-filter-card__field select:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.daily-attendance-employee-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);min-width:0;box-shadow:var(--shadow-sm);flex-direction:column;padding:14px 16px;display:flex}.daily-attendance-employee-card__header{margin-bottom:8px}.daily-attendance-employee-card__header h2{color:var(--color-accent);margin:0;font-size:15px;font-weight:650}.daily-attendance-employee-card__header p{color:var(--color-text-muted);margin:3px 0 0;font-size:11px}.daily-attendance-employee-search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:34px;color:var(--color-text-muted);align-items:center;gap:8px;padding:0 10px;display:flex}.daily-attendance-employee-search:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.daily-attendance-employee-search input{width:100%;min-width:0;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);background:0 0;border:0;outline:0}.daily-attendance-employee-search input::placeholder{color:var(--color-text-muted)}.daily-attendance-employee-search button{border-radius:var(--radius-md);width:23px;height:23px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.daily-attendance-employee-search button:hover{background:var(--color-surface-muted);color:var(--color-text-primary)}.daily-attendance-employee-results{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);height:170px;margin-top:6px;overflow-y:auto;box-shadow:0 3px 10px #0f172a0f}.daily-attendance-employee-result{border:0;border-bottom:1px solid var(--color-border);background:var(--color-surface);width:100%;min-height:34px;color:var(--color-text-primary);text-align:left;cursor:pointer;align-items:center;gap:8px;padding:0 12px;font-family:inherit;display:flex}.daily-attendance-employee-result:last-child{border-bottom:0}.daily-attendance-employee-result__info{align-items:center;min-width:0;display:flex}.daily-attendance-employee-result__info strong{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;cursor:text;-webkit-user-select:text;user-select:text;font-size:12px;font-weight:500;line-height:1.25;overflow:hidden}.daily-attendance-employee-result:hover:not(:disabled){background:var(--color-surface-muted)}.daily-attendance-employee-result__punched{color:var(--color-text-muted);opacity:.7;flex-shrink:0;margin-left:auto;font-size:10px;font-weight:500}.daily-attendance-employee-result--selected{box-shadow:inset 2px 0 0 var(--color-accent);background:#4f46e512}.daily-attendance-employee-message{height:100%;color:var(--color-text-muted);font-size:var(--font-size-xs);align-items:center;padding:12px;display:flex}.daily-attendance-employee-message--error{color:var(--color-danger)}.daily-attendance-employee-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:8px;display:flex}.daily-attendance-employee-ot{align-items:center;gap:8px;display:flex}.daily-attendance-employee-ot label{color:var(--color-text-secondary);white-space:nowrap;font-size:12px;font-weight:600}.daily-attendance-employee-ot input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:74px;height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);appearance:textfield;outline:0;padding:0 9px}.daily-attendance-employee-ot input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.daily-attendance-employee-ot input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.daily-attendance-employee-ot input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.daily-attendance-punch-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:102px;height:34px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;padding:0 16px;font-weight:650;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.daily-attendance-punch-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.daily-attendance-punch-button:disabled{opacity:.45;cursor:not-allowed}.daily-attendance-employee-summary-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);min-width:0;box-shadow:var(--shadow-sm);flex-direction:column;padding:14px 16px;display:flex}.daily-attendance-employee-summary-card__header{margin-bottom:10px}.daily-attendance-employee-summary-card__header h2{color:var(--color-accent);margin:0;font-size:15px;font-weight:650}.daily-attendance-employee-summary-card__header p{color:var(--color-text-muted);margin:3px 0 0;font-size:11px}.daily-attendance-employee-summary-card__stats{border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 3px 10px #0f172a0d}.daily-attendance-employee-summary-card__stat{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;gap:10px;min-height:43px;padding:0 12px;display:flex}.daily-attendance-employee-summary-card__stat:last-child{border-bottom:0}.daily-attendance-employee-summary-card__stat span{color:var(--color-text-secondary);font-size:12px;font-weight:500}.daily-attendance-employee-summary-card__stat strong{color:var(--color-text-primary);font-size:13px;font-weight:550}.daily-attendance-employee-summary-card__stat--punched{background:#4f46e50d}.daily-attendance-employee-summary-card__stat--punched strong{color:var(--color-accent)}.daily-attendance-error{color:var(--color-danger);font-size:var(--font-size-xs);margin:-4px 0 12px}.daily-attendance-list-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.daily-attendance-list-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:18px;min-height:60px;padding:10px 18px;display:flex}.daily-attendance-list-title{align-items:baseline;gap:38px;min-width:0;display:flex}.daily-attendance-list-title h2{color:var(--color-accent);white-space:nowrap;margin:0;font-size:17px;font-weight:650}.daily-attendance-list-title span{color:var(--color-text-secondary);font-size:var(--font-size-sm);white-space:nowrap}.daily-attendance-list-title strong{color:var(--color-accent);font-weight:700}.daily-attendance-list-search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:280px;height:34px;color:var(--color-text-muted);flex-shrink:0;align-items:center;gap:8px;padding:0 10px;display:flex}.daily-attendance-list-search:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.daily-attendance-list-search input{width:100%;min-width:0;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);background:0 0;border:0;outline:0}.daily-attendance-list-search input::placeholder{color:var(--color-text-muted)}.daily-attendance-list-search button{border-radius:var(--radius-md);width:22px;height:22px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.daily-attendance-table-wrapper{width:100%;overflow-x:auto}.daily-attendance-table{border-collapse:collapse;border:1px solid var(--color-border);width:100%;font-size:var(--font-size-sm)}.daily-attendance-table thead{background:var(--color-surface-muted)}.daily-attendance-table th{border:1px solid var(--color-border);height:40px;color:var(--color-text-secondary);text-align:left;white-space:nowrap;padding:0 14px;font-size:12px;font-weight:700}.daily-attendance-table td{border:1px solid var(--color-border);height:28px;color:var(--color-text-secondary);white-space:nowrap;padding:0 14px}.daily-attendance-table th,.daily-attendance-table td{border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.daily-attendance-table thead th{border-top:0}.daily-attendance-table tbody tr:last-child td{border-bottom:0}.daily-attendance-table tbody tr:hover{background:var(--color-surface-muted)}.daily-attendance-table__select{width:42px;text-align:center!important}.daily-attendance-table__select input{width:15px;height:15px;accent-color:var(--color-accent);cursor:pointer;margin:0}.daily-attendance-table__number{width:55px;color:var(--color-text-secondary)!important;text-align:center!important}.daily-attendance-table__employee{align-items:center;gap:9px;display:flex}.daily-attendance-table__avatar{border:1px solid var(--color-border);background:var(--color-surface-muted);width:20px;height:20px;color:var(--color-accent);border-radius:50%;flex-shrink:0;place-items:center;font-size:9px;font-weight:700;display:grid}.daily-attendance-table__employee strong{color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:600}.daily-attendance-shift-label{color:var(--color-text-secondary);font-size:var(--font-size-sm)}.daily-attendance-ot-value{color:var(--color-text-muted);font-size:var(--font-size-sm);font-weight:500}.daily-attendance-ot-value--active{color:#d97706;font-weight:650}.daily-attendance-actions{border-top:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 18px;display:flex}.daily-attendance-actions__selection{color:var(--color-text-muted);font-size:var(--font-size-xs);white-space:nowrap;align-items:center;gap:5px;display:flex}.daily-attendance-actions__selection strong{color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:700}.daily-attendance-actions__controls{align-items:center;gap:8px;display:flex}.daily-attendance-bulk-ot{align-items:center;gap:6px;display:inline-flex}.daily-attendance-bulk-ot input{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-surface);width:92px;height:34px;color:var(--color-accent);font-family:inherit;font-size:var(--font-size-xs);cursor:text;box-sizing:border-box;outline:0;align-items:center;padding:0 13px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.daily-attendance-bulk-ot input[type=number]{-moz-appearance:textfield!important;appearance:none!important}.daily-attendance-bulk-ot input[type=number]::-webkit-inner-spin-button{appearance:none!important;margin:0!important;display:none!important}.daily-attendance-bulk-ot input[type=number]::-webkit-outer-spin-button{appearance:none!important;margin:0!important;display:none!important}.daily-attendance-bulk-ot input::placeholder{color:var(--color-accent);opacity:1}.daily-attendance-bulk-ot input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.daily-attendance-bulk-ot input:disabled{border-color:var(--color-border);background:var(--color-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.daily-attendance-bulk-ot input:disabled::placeholder{color:var(--color-text-muted);opacity:1}.daily-attendance-bulk-ot span{color:var(--color-text-muted);font-size:10px}.daily-attendance-update-ot-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-surface);height:34px;color:var(--color-accent);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:0 13px;font-weight:600;display:inline-flex}.daily-attendance-update-ot-button:hover:not(:disabled){background:#4f46e50f}.daily-attendance-update-ot-button:disabled{border-color:var(--color-border);background:var(--color-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.daily-attendance-delete-button{border:1px solid var(--color-danger);border-radius:var(--radius-md);background:var(--color-surface);height:34px;color:var(--color-danger);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:0 13px;font-weight:600;display:inline-flex}.daily-attendance-delete-button:hover:not(:disabled){background:var(--color-danger-bg)}.daily-attendance-delete-button:disabled{border-color:var(--color-border);background:var(--color-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.daily-attendance-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:28px;display:flex}.daily-attendance-empty__icon{border:1px solid var(--color-border);background:var(--color-surface-muted);width:44px;height:44px;color:var(--color-accent);border-radius:50%;place-items:center;margin-bottom:10px;display:grid}.daily-attendance-empty h3{color:var(--color-text-primary);margin:0;font-size:14px;font-weight:650}.daily-attendance-empty p{max-width:430px;color:var(--color-text-muted);font-size:var(--font-size-xs);margin:6px 0 0;line-height:1.5}@media (width<=800px){.daily-attendance-date-picker .sispl-date-picker__popover{max-width:calc(100vw - 32px);left:auto;right:0}}@media (width<=1200px){.daily-attendance-entry-section{grid-template-columns:250px minmax(0,1fr)}.daily-attendance-employee-summary-card{grid-column:2}}@media (width<=1050px){.daily-attendance-entry-section{grid-template-columns:250px minmax(0,1fr)}.daily-attendance-list-title{gap:20px}.daily-attendance-list-search{width:240px}}@media (width<=800px){.daily-attendance-entry-section{grid-template-columns:1fr}.daily-attendance-employee-summary-card{grid-column:auto}.daily-attendance-filter-card{grid-template-columns:repeat(2,1fr);display:grid}.daily-attendance-list-header{flex-direction:column;align-items:flex-start}.daily-attendance-list-search{width:100%}.daily-attendance-actions{flex-direction:column;align-items:flex-start}.daily-attendance-actions__controls{justify-content:flex-end;width:100%}}@media (width<=560px){.daily-attendance-filter-card{grid-template-columns:1fr}.daily-attendance-employee-footer{flex-direction:column;align-items:stretch}.daily-attendance-employee-ot{justify-content:space-between}.daily-attendance-punch-button{width:100%}.daily-attendance-list-title{flex-direction:column;align-items:flex-start;gap:4px}.daily-attendance-actions__controls{flex-direction:column;align-items:stretch;width:100%}.daily-attendance-bulk-ot,.daily-attendance-bulk-ot input,.daily-attendance-update-ot-button,.daily-attendance-delete-button{width:100%}}.daily-attendance-employee-status{align-items:center;gap:8px;display:flex}.daily-attendance-employee-status label{color:var(--color-text-secondary);white-space:nowrap;font-size:12px;font-weight:600}.daily-attendance-employee-status select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-width:120px;height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;outline:0;padding:0 28px 0 9px}.daily-attendance-employee-status select:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.daily-attendance-status{border:1px solid var(--color-border);background:var(--color-surface-muted);min-height:22px;color:var(--color-text-secondary);white-space:nowrap;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.daily-attendance-status--present{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.daily-attendance-status--half-day{color:#a16207;background:#fefce8;border-color:#fde68a}.daily-attendance-status--paid-holiday{color:#7e22ce;background:#faf5ff;border-color:#e9d5ff}.daily-attendance-status--weekly-off{color:#0369a1;background:#f0f9ff;border-color:#bae6fd}.daily-attendance-status--absent{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.daily-attendance-status--leave,.daily-attendance-status--holiday,.daily-attendance-status--pending{color:var(--color-text-secondary);background:var(--color-surface-muted);border-color:var(--color-border)}@media (width<=560px){.daily-attendance-employee-status{justify-content:space-between}.daily-attendance-employee-status select{flex:1}}.daily-attendance-table__employee-name{font-size:var(--font-size-sm);text-transform:none;font-weight:600;line-height:1.2}.daily-attendance-warning-modal__overlay{z-index:2000;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.daily-attendance-warning-modal{border:1px solid var(--color-border);background:var(--color-surface);text-align:center;border-radius:12px;width:min(460px,100%);padding:28px;box-shadow:0 24px 60px #0f172a3d}.daily-attendance-warning-modal__icon{color:#d97706;border:2px solid #d97706;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 16px;font-size:28px;font-weight:700;line-height:1;display:flex}.daily-attendance-warning-modal__title{color:var(--color-text-primary);margin:0 0 10px;font-size:18px;font-weight:700}.daily-attendance-warning-modal__message{max-width:380px;color:var(--color-text-secondary);margin:0 auto;font-size:14px;line-height:1.6}.daily-attendance-warning-modal__actions{justify-content:center;gap:10px;margin-top:24px;display:flex}.daily-attendance-warning-modal__button{border-radius:var(--radius-md);cursor:pointer;min-height:38px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:600}.daily-attendance-warning-modal__button--cancel{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-primary)}.daily-attendance-warning-modal__button--cancel:hover{background:var(--color-surface-muted)}.daily-attendance-warning-modal__button--confirm{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.daily-attendance-warning-modal__button--confirm:hover{opacity:.92}@media (width<=560px){.daily-attendance-warning-modal__overlay{padding:16px}.daily-attendance-warning-modal{padding:22px 18px}.daily-attendance-warning-modal__actions{flex-direction:column-reverse}.daily-attendance-warning-modal__button{width:100%}}.daily-attendance-edit-button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:36px;color:var(--color-text-primary);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.daily-attendance-edit-button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.daily-attendance-edit-button:disabled{opacity:.5;cursor:not-allowed}.daily-attendance-edit-modal{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;width:min(460px,100%);padding:26px;box-shadow:0 24px 60px #0f172a3d}.daily-attendance-edit-modal__title{color:var(--color-text-primary);margin:0 0 20px;font-size:18px;font-weight:700}.daily-attendance-edit-modal__details{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px;display:grid}.daily-attendance-edit-modal__details>div{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);min-width:0;padding:10px}.daily-attendance-edit-modal__details span{color:var(--color-text-secondary);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.daily-attendance-edit-modal__details strong{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;display:block;overflow:hidden}.daily-attendance-edit-modal__field{flex-direction:column;gap:7px;display:flex}.daily-attendance-edit-modal__field label{color:var(--color-text-secondary);font-size:12px;font-weight:600}.daily-attendance-edit-modal__field select,.daily-attendance-edit-modal__field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:40px;color:var(--color-text-primary);outline:0;padding:0 11px;font-family:inherit;font-size:13px}.daily-attendance-edit-modal__field select:focus,.daily-attendance-edit-modal__field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.daily-attendance-edit-modal__error{border-radius:var(--radius-md);color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;margin-top:12px;padding:9px 10px;font-size:12px}.daily-attendance-edit-modal__actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.daily-attendance-edit-modal__button{border-radius:var(--radius-md);cursor:pointer;min-height:38px;padding:0 16px;font-family:inherit;font-size:13px;font-weight:600}.daily-attendance-edit-modal__button:disabled{opacity:.55;cursor:not-allowed}.daily-attendance-edit-modal__button--cancel{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-primary)}.daily-attendance-edit-modal__button--save{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}@media (width<=560px){.daily-attendance-edit-modal{padding:20px 16px}.daily-attendance-edit-modal__details{grid-template-columns:1fr}.daily-attendance-edit-modal__actions{flex-direction:column-reverse}.daily-attendance-edit-modal__button{width:100%}}.sispl-month-picker,.sispl-month-picker__input-wrapper{width:100%;position:relative}.sispl-month-picker__input-wrapper input{box-sizing:border-box;color:#26384c;cursor:pointer;background:#fff;border:1px solid #d6dde5;border-radius:6px;outline:none;width:100%;min-height:40px;padding:0 44px 0 12px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.sispl-month-picker__input-wrapper input::placeholder{color:#98a6b6}.sispl-month-picker__input-wrapper input:focus{border-color:#c99118;box-shadow:0 0 0 2px #c991181a}.sispl-month-picker__input-wrapper input:disabled{cursor:not-allowed;background:#f5f7f9}.sispl-month-picker__trigger{color:#65768a;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;width:38px;height:34px;padding:0;transition:background .15s,color .15s;display:flex;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.sispl-month-picker__trigger:hover{color:#a8730c;background:#fff8e8}.sispl-month-picker__trigger:disabled{opacity:.5;cursor:not-allowed}.sispl-month-picker__popover{z-index:1200;box-sizing:border-box;background:#fff;border:1px solid #dce2e8;border-radius:10px;width:320px;max-width:calc(100vw - 32px);position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 20px 48px #17253629,0 4px 12px #1725360f}.sispl-month-picker--align-right .sispl-month-picker__popover{left:auto;right:0}.sispl-month-picker__topbar{color:#26384c;background:linear-gradient(#fffaf0 0%,#fffdf8 100%);border-bottom:1px solid #e7eaee;justify-content:space-between;align-items:center;min-height:62px;padding:11px 14px;display:flex}.sispl-month-picker__topbar>svg{color:#c99118}.sispl-month-picker__eyebrow{color:#a6720b;letter-spacing:.12em;margin-bottom:3px;font-size:9px;font-weight:800}.sispl-month-picker__selected-label{color:#172536;font-size:15px;font-weight:700}.sispl-month-picker__controls{grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:8px;padding:11px 13px 8px;display:grid}.sispl-month-picker__nav-button{color:#607187;cursor:pointer;background:#fff;border:1px solid #dde2e7;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:border-color .15s,background .15s,color .15s;display:flex}.sispl-month-picker__nav-button:hover:not(:disabled){color:#9c6b09;background:#fff8e8;border-color:#d4b773}.sispl-month-picker__nav-button:disabled{opacity:.45;cursor:not-allowed}.sispl-month-picker__controls select{color:#26384c;cursor:pointer;background:#fff;border:1px solid #dde2e7;border-radius:6px;outline:none;width:100%;height:34px;padding:0 10px;font-family:inherit;font-size:12px;font-weight:600}.sispl-month-picker__controls select:focus{border-color:#c99118;box-shadow:0 0 0 2px #c9911814}.sispl-month-picker__months{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:4px 13px 14px;display:grid}.sispl-month-picker__month{color:#26384c;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;min-width:0;height:36px;padding:0 6px;font-family:inherit;font-size:12px;font-weight:600;transition:background .12s,border-color .12s,color .12s,transform 80ms;display:flex}.sispl-month-picker__month:hover{color:#946408;background:#fff7e6;border-color:#ead9b2}.sispl-month-picker__month:active{transform:scale(.96)}.sispl-month-picker__month--current{color:#986606;background:#fffaf0;border-color:#d4ac4d}.sispl-month-picker__month--selected{color:#fff;background:#c99118;border-color:#c99118;font-weight:700;box-shadow:0 2px 6px #c9911840}.sispl-month-picker__month--selected:hover{color:#fff;background:#b98110;border-color:#b98110}.sispl-month-picker__footer{background:#fafbfc;border-top:1px solid #e7eaee;justify-content:space-between;align-items:center;min-height:50px;padding:7px 13px;display:flex}.sispl-month-picker__footer-action{color:#65768a;cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:32px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:600}.sispl-month-picker__footer-action:hover{color:#26384c;background:#eef1f4}.sispl-month-picker__current-button{color:#fff;cursor:pointer;background:#c99118;border:1px solid #c99118;border-radius:6px;min-height:32px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:700;transition:background .15s,border-color .15s}.sispl-month-picker__current-button:hover{background:#b98110;border-color:#b98110}@media (width<=760px){.sispl-month-picker__popover{width:300px;max-width:calc(100vw - 32px)}.sispl-month-picker__months{gap:4px;padding-left:10px;padding-right:10px}.sispl-month-picker__month{height:34px}}.attendance-reports-page{width:100%;max-width:none;margin:0}.attendance-reports-page__header{margin-bottom:14px}.attendance-reports-page__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:4px;font-weight:700}.attendance-reports-page__title{color:var(--color-text-primary);margin:0;font-size:26px;font-weight:700;line-height:1.15}.attendance-reports-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0}.attendance-reports-filter-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);margin-bottom:14px;overflow:hidden}.attendance-reports-filter-grid{grid-template-columns:minmax(230px,1.4fr) repeat(5,minmax(145px,1fr));gap:12px;padding:16px 18px;display:grid}.attendance-reports-field{flex-direction:column;gap:5px;min-width:0;display:flex}.attendance-reports-field label{color:var(--color-accent);white-space:nowrap;font-size:12px;font-weight:700}.attendance-reports-field select,.attendance-reports-field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);outline:0;padding:0 9px}.attendance-reports-field select{cursor:pointer;padding-right:28px}.attendance-reports-field select:focus,.attendance-reports-field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.attendance-reports-field select:disabled,.attendance-reports-field input:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.attendance-reports-field--report{min-width:230px}.attendance-reports-filter-footer{border-top:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 18px;display:flex}.attendance-reports-filter-summary{flex-direction:column;gap:2px;min-width:0;display:flex}.attendance-reports-filter-summary strong{color:var(--color-text-primary);font-size:13px;font-weight:650}.attendance-reports-filter-summary span{color:var(--color-text-muted);font-size:11px}.attendance-reports-generate-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:142px;height:34px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-weight:650;display:inline-flex}.attendance-reports-generate-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.attendance-reports-generate-button:disabled{opacity:.45;cursor:not-allowed}.attendance-reports-error{color:var(--color-danger);font-size:var(--font-size-xs);margin:-4px 0 12px}.attendance-reports-preview-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.attendance-reports-preview-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:10px 18px;display:flex}.attendance-reports-preview-header h2{color:var(--color-accent);margin:0;font-size:16px;font-weight:650}.attendance-reports-preview-header p{color:var(--color-text-muted);margin:3px 0 0;font-size:11px}.attendance-reports-export-actions{align-items:center;gap:7px;display:flex}.attendance-reports-export-actions button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);height:32px;color:var(--color-text-secondary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-weight:600;display:inline-flex}.attendance-reports-export-actions button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.attendance-reports-export-actions button:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);opacity:.6;cursor:not-allowed}.attendance-reports-preview-body{min-height:360px}.attendance-reports-preview-placeholder{min-height:360px;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.attendance-reports-preview-placeholder h3{color:var(--color-text-primary);margin:10px 0 0;font-size:14px;font-weight:650}.attendance-reports-preview-placeholder p{max-width:460px;font-size:var(--font-size-xs);margin:6px 0 0;line-height:1.5}.attendance-reports-table-wrapper{box-sizing:border-box;width:100%;padding:0 18px 10px;overflow-x:auto}.attendance-reports-register-header{z-index:6;box-sizing:border-box;border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);align-items:baseline;gap:12px;width:100%;min-height:42px;padding:9px 12px;display:flex;position:sticky;left:0}.attendance-reports-register-header strong{color:var(--color-text-primary);font-size:12px;font-weight:700}.attendance-reports-register-header span{color:var(--color-text-secondary);font-size:11px}.attendance-reports-table{border-collapse:collapse;width:max-content;min-width:100%;color:var(--color-text-secondary);font-size:11px}.attendance-reports-table th,.attendance-reports-table td{border:1px solid var(--color-border);white-space:nowrap;height:30px;padding:0 5px}.attendance-reports-table th{background:var(--color-surface-muted);color:var(--color-text-secondary);text-align:center;font-size:10px;font-weight:700}.attendance-reports-table td{text-align:center}.attendance-reports-table__employee{min-width:150px;color:var(--color-text-primary);font-weight:600;text-align:left!important}.attendance-reports-table__day{width:24px;min-width:24px;max-width:24px;text-align:center!important;padding:0 2px!important}.attendance-reports-table tfoot td{background:var(--color-surface-muted);color:var(--color-text-primary);font-weight:700}.attendance-reports-table__empty{color:var(--color-text-muted);text-align:center!important;height:120px!important}.attendance-reports-table thead th:first-child,.attendance-reports-table tbody td:first-child{z-index:3;width:52px;min-width:52px;max-width:52px;position:sticky;left:0;border-right:1px solid var(--color-border)!important}.attendance-reports-table thead th:nth-child(2),.attendance-reports-table tbody td:nth-child(2){z-index:3;width:58px;min-width:58px;max-width:58px;position:sticky;left:52px;border-left:1px solid var(--color-border)!important;border-right:1px solid var(--color-border)!important}.attendance-reports-table thead th:nth-child(3),.attendance-reports-table tbody td:nth-child(3){width:150px;min-width:150px;max-width:150px;box-shadow:2px 0 0 var(--color-border);z-index:3;position:sticky;left:110px;border-left:1px solid var(--color-border)!important;border-right:1px solid var(--color-border)!important}.attendance-reports-table thead th:first-child,.attendance-reports-table thead th:nth-child(2),.attendance-reports-table thead th:nth-child(3){background:var(--color-surface-muted);z-index:5;border-top:1px solid var(--color-border)!important;border-bottom:1px solid var(--color-border)!important}.attendance-reports-table tbody td:first-child,.attendance-reports-table tbody td:nth-child(2),.attendance-reports-table tbody td:nth-child(3){background:var(--color-surface);border-top:1px solid var(--color-border)!important;border-bottom:1px solid var(--color-border)!important}.attendance-reports-table__day--combined{width:34px;min-width:34px;max-width:34px;padding:0 2px!important}.attendance-reports-combined-day{flex-direction:column;justify-content:center;align-items:center;min-height:30px;line-height:1.05;display:flex}.attendance-reports-combined-day__code{color:var(--color-text-primary);font-size:10px;font-weight:700}.attendance-reports-combined-day__ot{color:var(--color-accent);margin-top:2px;font-size:8px;font-weight:700}.attendance-reports-form-xxiii{padding:14px 18px 18px}.attendance-reports-form-xxiii__heading{border:1px solid var(--color-border);background:var(--color-surface-muted);border-bottom:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 14px;display:flex}.attendance-reports-form-xxiii__heading>div:first-child{flex-direction:column;gap:2px;display:flex}.attendance-reports-form-xxiii__heading h3{color:var(--color-text-primary);margin:0;font-size:18px;font-weight:700;line-height:1.2}.attendance-reports-form-xxiii__heading strong{color:var(--color-text-primary);font-size:15px;font-weight:700;line-height:1.25}.attendance-reports-form-xxiii__heading span{color:var(--color-text-secondary);margin-top:3px;font-size:12px;font-weight:500}.attendance-reports-form-xxiii__print-info{align-items:center;gap:6px;display:flex}.attendance-reports-form-xxiii__print-info span{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-secondary);padding:4px 8px;font-size:9px;font-weight:700}.attendance-reports-form-xxiii__meta{border:1px solid var(--color-border);background:var(--color-surface);border-bottom:0;align-items:center;gap:24px;padding:8px 14px;display:flex}.attendance-reports-form-xxiii__meta span{color:var(--color-text-secondary);font-size:11px}.attendance-reports-form-xxiii__meta strong{color:var(--color-text-primary);font-weight:700}.attendance-reports-form-xxiii__table-wrapper{width:100%;overflow-x:auto}.attendance-reports-form-xxiii__table{border-collapse:collapse;width:100%;min-width:1180px;color:var(--color-text-secondary);font-size:11px}.attendance-reports-form-xxiii__table th,.attendance-reports-form-xxiii__table td{border:1px solid var(--color-border);white-space:nowrap;text-align:center;height:32px;padding:0 7px}.attendance-reports-form-xxiii__table th{background:var(--color-surface-muted);color:var(--color-text-primary);font-size:11px;font-weight:700;line-height:1.2}.attendance-reports-form-xxiii__employee{min-width:150px;color:var(--color-text-primary);font-weight:600;text-align:left!important}.attendance-reports-form-xxiii__table tfoot td{background:var(--color-surface-muted);color:var(--color-text-primary);font-weight:700}.attendance-reports-cut-file{padding:14px 18px 18px}.attendance-reports-cut-file__heading{border:1px solid var(--color-border);background:var(--color-surface-muted);border-bottom:0;justify-content:space-between;align-items:center;gap:16px;min-height:54px;padding:10px 14px;display:flex}.attendance-reports-cut-file__heading>div:first-child{flex-direction:column;gap:3px;display:flex}.attendance-reports-cut-file__heading h3{color:var(--color-text-primary);margin:0;font-size:16px;font-weight:700}.attendance-reports-cut-file__heading span{color:var(--color-text-secondary);font-size:11px}.attendance-reports-cut-file__print-info{align-items:center;gap:6px;display:flex}.attendance-reports-cut-file__print-info span{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-secondary);padding:4px 8px;font-size:9px;font-weight:700}.attendance-reports-cut-file__table-wrapper{border-top:1px solid var(--color-border);width:100%;overflow-x:auto}.attendance-reports-cut-file__table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:1145px;color:var(--color-text-secondary);font-size:10px}.attendance-reports-cut-file__table th,.attendance-reports-cut-file__table td{border:1px solid var(--color-border);box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;text-align:center;height:30px;padding:0 4px;overflow:hidden}.attendance-reports-cut-file__table th{background:var(--color-surface-muted);color:var(--color-text-primary);font-size:10px;font-weight:700}.attendance-reports-cut-file__day{width:26px;text-align:center!important;padding:0 1px!important}.attendance-reports-cut-file__table thead th:first-child,.attendance-reports-cut-file__table tbody td:first-child{background:var(--color-surface);z-index:3;width:110px;position:sticky;left:0}.attendance-reports-cut-file__table thead th:nth-child(2),.attendance-reports-cut-file__table tbody td:nth-child(2){background:var(--color-surface);z-index:3;width:110px;position:sticky;left:110px}.attendance-reports-cut-file__table thead th:nth-child(3),.attendance-reports-cut-file__table tbody td:nth-child(3){background:var(--color-surface);width:54px;box-shadow:2px 0 0 var(--color-border);z-index:3;position:sticky;left:220px}.attendance-reports-cut-file__table thead th:first-child,.attendance-reports-cut-file__table thead th:nth-child(2),.attendance-reports-cut-file__table thead th:nth-child(3){background:var(--color-surface-muted);z-index:5}.attendance-reports-cut-file__department,.attendance-reports-cut-file__designation{color:var(--color-text-primary);font-weight:600;text-align:center!important}.attendance-reports-cut-file__shift{color:var(--color-text-secondary);font-weight:600;text-align:center!important}.attendance-reports-cut-file__group-total td{background:var(--color-surface-muted);color:var(--color-text-primary);font-weight:700}.attendance-reports-cut-file__group-total .attendance-reports-cut-file__department,.attendance-reports-cut-file__group-total .attendance-reports-cut-file__designation,.attendance-reports-cut-file__group-total .attendance-reports-cut-file__shift{background:var(--color-surface-muted)}.attendance-reports-cut-file__separator td{background:var(--color-surface);border-left:0;border-right:0;height:6px;padding:0}.attendance-reports-cut-file__table th:last-child,.attendance-reports-cut-file__table td:last-child{width:62px;text-align:center!important;padding:0 5px!important}.attendance-reports-cut-file__total{color:var(--color-text-primary);font-weight:700}.attendance-reports-cut-file__table tfoot td{background:var(--color-surface-muted);color:var(--color-text-primary);font-weight:700}@media (width<=1250px){.attendance-reports-filter-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}}@media (width<=800px){.attendance-reports-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.attendance-reports-filter-footer,.attendance-reports-preview-header{flex-direction:column;align-items:flex-start}.attendance-reports-export-actions{width:100%}.attendance-reports-form-xxiii__heading,.attendance-reports-cut-file__heading{flex-direction:column;align-items:flex-start}}@media (width<=560px){.attendance-reports-filter-grid{grid-template-columns:1fr}.attendance-reports-generate-button{width:100%}.attendance-reports-export-actions{flex-direction:column;align-items:stretch}.attendance-reports-export-actions button{width:100%}}.attendance-reports-cut-file__table--ot{min-width:1215px}.attendance-reports-cut-file__table--ot th:nth-last-child(2),.attendance-reports-cut-file__table--ot td:nth-last-child(2){width:70px;text-align:center!important;padding:0 5px!important}.attendance-reports-cut-file__table--ot th:last-child,.attendance-reports-cut-file__table--ot td:last-child{width:64px;text-align:center!important;padding:0 5px!important}.attendance-reports-calendar-day--week-off{background:#e9eef5!important}.attendance-reports-calendar-day--holiday{background:#fff1c2!important}.attendance-reports-filter-card{overflow:visible}.attendance-reports-field .sispl-month-picker{width:100%}.attendance-reports-field .sispl-month-picker__input-wrapper input{width:100%;height:34px;min-height:34px;padding:0 40px 0 9px}.attendance-reports-field .sispl-month-picker__trigger{width:32px;height:28px;right:2px}.wage-master-page{width:100%;max-width:1500px;margin:0 auto}.wage-master-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.wage-master-page__eyebrow,.wage-master-modal__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.wage-master-page__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700}.wage-master-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.wage-master-page__add-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-height:38px;font-family:inherit;font-size:var(--font-size-sm);box-shadow:var(--shadow-sm);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-weight:600;display:inline-flex}.wage-master-page__add-button:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff;filter:brightness(.92)}.wage-master-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);align-items:stretch;margin-bottom:16px;display:flex}.wage-master-summary>div{border-right:1px solid var(--color-border);align-items:baseline;gap:10px;min-width:150px;padding:13px 18px;display:flex}.wage-master-summary>div:last-child{border-right:0}.wage-master-summary span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.wage-master-summary strong{color:var(--color-text-primary);font-size:19px}.wage-master-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.wage-master-toolbar{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:14px;padding:15px 18px;display:flex}.wage-master-toolbar__search{border:1px solid var(--color-border);border-radius:var(--radius-md);width:min(380px,100%);min-height:36px;color:var(--color-text-muted);background:var(--color-surface);align-items:center;gap:9px;padding:0 11px;display:flex}.wage-master-toolbar__search input{width:100%;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);background:0 0;border:0;outline:0}.wage-master-toolbar__filters{gap:8px;display:flex}.wage-master-select{position:relative}.wage-master-select select{border:1px solid var(--color-border);border-radius:var(--radius-md);appearance:none;background:var(--color-surface);min-width:145px;min-height:36px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);padding:0 32px 0 10px}.wage-master-select svg{pointer-events:none;color:var(--color-text-muted);position:absolute;top:50%;right:10px;transform:translateY(-50%)}.wage-master-table-wrap{overflow-x:auto}.wage-master-table{border-collapse:collapse;white-space:nowrap;width:100%}.wage-master-table th{border-bottom:1px solid var(--color-border);background:var(--color-background);color:var(--color-accent);font-size:var(--font-size-xs);text-align:left;text-transform:uppercase;letter-spacing:.04em;padding:11px 13px;font-weight:700}.wage-master-table td{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);font-size:var(--font-size-sm);vertical-align:middle;padding:13px}.wage-master-table tbody tr:last-child td{border-bottom:0}.wage-master-table tbody tr:hover{background:#00000004}.wage-master-table td strong{color:var(--color-text-primary);font-weight:600}.wage-master-table__number{text-align:right!important}.wage-master-table__actions{text-align:center!important}.wage-master-table th:nth-child(2),.wage-master-table td:nth-child(2),.wage-master-table th:nth-child(3),.wage-master-table td:nth-child(3),.wage-master-table th:nth-child(4),.wage-master-table td:nth-child(4){text-align:center}.wage-master-table th:nth-child(5),.wage-master-table td:nth-child(5),.wage-master-table th:nth-child(6),.wage-master-table td:nth-child(6){text-align:right}.wage-master-table th:nth-child(7),.wage-master-table td:nth-child(7),.wage-master-table th:nth-child(8),.wage-master-table td:nth-child(8),.wage-master-table th:nth-child(9),.wage-master-table td:nth-child(9),.wage-master-table th:nth-child(10),.wage-master-table td:nth-child(10){text-align:center}.wage-master-table__empty{text-align:center;color:var(--color-text-muted)!important;padding:42px!important}.wage-master-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.wage-master-status--draft{color:#966500;background:#fff7df}.wage-master-status--active{color:#18783d;background:#e9f8ef}.wage-master-status--superseded{color:#69707a;background:#eef0f3}.wage-master-actions{justify-content:center;align-items:center;gap:6px;display:flex}.wage-master-actions button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:31px;height:31px;color:var(--color-text-secondary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.wage-master-actions button:hover{border-color:var(--color-accent);color:var(--color-accent)}.wage-master-actions__activate{color:#18783d!important}.wage-master-actions__locked{color:var(--color-text-muted);font-size:var(--font-size-xs)}.wage-master-page__error,.wage-master-form-error{border-radius:var(--radius-md);color:#a12727;font-size:var(--font-size-sm);background:#fff1f1;border:1px solid #efb5b5;margin:12px 18px;padding:10px 12px}.wage-master-modal-backdrop{z-index:1000;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.wage-master-modal{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;flex-direction:column;width:min(920px,100%);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 70px #0000002e}.wage-master-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:19px 22px;display:flex}.wage-master-modal__header h2,.wage-master-confirm h2{color:var(--color-text-primary);margin:0;font-size:20px}.wage-master-modal__header>button{border-radius:var(--radius-md);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.wage-master-modal__body{padding:4px 22px 22px;overflow-y:auto}.wage-master-form-section{border-bottom:1px solid var(--color-border);padding:20px 0}.wage-master-form-section:last-child{border-bottom:0}.wage-master-form-section__heading{margin-bottom:14px}.wage-master-form-section__heading h3{color:var(--color-text-primary);margin:0;font-size:14px;font-weight:700}.wage-master-form-section__heading p{color:var(--color-text-muted);font-size:var(--font-size-xs);margin:4px 0 0}.wage-master-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.wage-master-form-grid--wages{grid-template-columns:repeat(4,minmax(0,1fr))}.wage-master-form-date{flex-direction:column;gap:6px;min-width:0;display:flex}.wage-master-form-date>label{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.wage-master-form-date .sispl-date-picker,.wage-master-form-date .sispl-date-picker__input-wrapper{width:100%}.wage-master-form-date .sispl-date-picker__input-wrapper input{width:100%;height:36px;min-height:36px;padding:0 40px 0 10px}.wage-master-form-date .sispl-date-picker__trigger{width:32px;height:30px;right:2px}.wage-master-form-date .sispl-date-picker__popover{width:310px;max-width:calc(100vw - 32px)}.wage-master-form-date .sispl-date-picker__topbar{min-height:50px;padding:8px 12px}.wage-master-form-date .sispl-date-picker__eyebrow{margin-bottom:2px;font-size:9px}.wage-master-form-date .sispl-date-picker__selected-label{font-size:14px}.wage-master-form-date .sispl-date-picker__controls{grid-template-columns:30px minmax(0,1fr) 30px;gap:6px;padding:8px 10px 6px}.wage-master-form-date .sispl-date-picker__nav-button{width:30px;height:30px}.wage-master-form-date .sispl-date-picker__selectors{grid-template-columns:minmax(0,1.45fr) minmax(76px,.9fr);gap:5px}.wage-master-form-date .sispl-date-picker__selectors select{height:30px;padding:0 7px;font-size:10px}.wage-master-form-date .sispl-date-picker__weekdays{padding:0 10px 2px}.wage-master-form-date .sispl-date-picker__weekdays span{height:20px;font-size:9px}.wage-master-form-date .sispl-date-picker__days{gap:2px;padding:0 10px 7px}.wage-master-form-date .sispl-date-picker__day{border-radius:6px;width:32px;height:28px;font-size:10px}.wage-master-form-date .sispl-date-picker__footer{min-height:38px;padding:4px 10px}.wage-master-form-date .sispl-date-picker__footer-action,.wage-master-form-date .sispl-date-picker__today-button{min-height:27px;font-size:10px}.wage-master-form-date .sispl-date-picker__today-button{padding:0 11px}.wage-master-form-grid label{flex-direction:column;gap:6px;display:flex}.wage-master-form-grid label>span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.wage-master-form-grid input,.wage-master-form-grid select,.wage-master-slab-row input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:36px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);box-sizing:border-box;outline:0;padding:0 10px}.wage-master-form-grid input:focus,.wage-master-form-grid select:focus,.wage-master-slab-row input:focus{border-color:var(--color-accent)}.wage-master-form-grid input:disabled,.wage-master-form-grid select:disabled{background:var(--color-background);color:var(--color-text-muted)}.wage-master-money-input{border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;display:flex;overflow:hidden}.wage-master-money-input:focus-within{border-color:var(--color-accent)}.wage-master-money-input>span{color:var(--color-text-muted);font-size:var(--font-size-sm);padding-left:10px}.wage-master-money-input input{border:0!important}.wage-master-slabs-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.wage-master-slabs-header>button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:32px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;align-items:center;gap:6px;padding:0 10px;font-weight:600;display:inline-flex}.wage-master-slabs{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.wage-master-slabs__head,.wage-master-slab-row{grid-template-columns:1fr 1fr 1fr 42px;align-items:center;gap:8px;display:grid}.wage-master-slabs__head{border-bottom:1px solid var(--color-border);background:var(--color-background);color:var(--color-text-muted);font-size:var(--font-size-xs);padding:9px 10px;font-weight:700}.wage-master-slab-row{border-bottom:1px solid var(--color-border);padding:8px 10px}.wage-master-slab-row:last-child{border-bottom:0}.wage-master-slab-row>button{border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.wage-master-slab-row>button:hover{color:#b42318;background:#fff1f1}.wage-master-slabs__empty{color:var(--color-text-muted);font-size:var(--font-size-sm);text-align:center;padding:25px}.wage-master-modal__footer{border-top:1px solid var(--color-border);background:var(--color-surface);justify-content:flex-end;gap:9px;padding:14px 22px;display:flex}.wage-master-button{border-radius:var(--radius-md);min-height:37px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;padding:0 14px;font-weight:600}.wage-master-button--secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.wage-master-button--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.wage-master-button--primary:hover:not(:disabled){background:var(--color-accent);border-color:var(--color-accent);color:#fff;filter:brightness(.92)}.wage-master-button:disabled{opacity:.6;cursor:not-allowed}.wage-master-confirm{background:var(--color-surface);border-radius:14px;width:min(430px,100%);padding:25px;box-shadow:0 24px 70px #0003}.wage-master-confirm__icon{color:#18783d;background:#e9f8ef;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:15px;display:flex}.wage-master-confirm p{color:var(--color-text-secondary);font-size:var(--font-size-sm);line-height:1.5}.wage-master-confirm__note{border-radius:var(--radius-md);background:var(--color-background);padding:10px 12px;color:var(--color-text-muted)!important;font-size:var(--font-size-xs)!important}.wage-master-confirm__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@media (width<=1100px){.wage-master-toolbar{flex-direction:column;align-items:stretch}.wage-master-toolbar__filters{flex-wrap:wrap}.wage-master-form-grid,.wage-master-form-grid--wages{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.wage-master-page__header{flex-direction:column;align-items:stretch}.wage-master-summary{overflow-x:auto}.wage-master-form-grid,.wage-master-form-grid--wages{grid-template-columns:1fr}}.variable-allowance-page{width:100%;max-width:1500px;margin:0 auto}.variable-allowance-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.variable-allowance-page__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.variable-allowance-page__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700}.variable-allowance-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.variable-allowance-month{flex-direction:column;gap:6px;min-width:190px;display:flex}.variable-allowance-month span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.variable-allowance-month input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.variable-allowance-month input:focus{border-color:var(--color-accent)}.variable-allowance-month input:disabled{background:var(--color-background);color:var(--color-text-muted)}.variable-allowance-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);align-items:stretch;margin-bottom:16px;display:flex;overflow-x:auto}.variable-allowance-summary>div{border-right:1px solid var(--color-border);align-items:baseline;gap:10px;min-width:150px;padding:13px 18px;display:flex}.variable-allowance-summary>div:last-child{border-right:0}.variable-allowance-summary span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.variable-allowance-summary strong{color:var(--color-text-primary);font-size:19px}.variable-allowance-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.variable-allowance-toolbar{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:14px;padding:15px 18px;display:flex}.variable-allowance-toolbar__search{border:1px solid var(--color-border);border-radius:var(--radius-md);width:min(470px,100%);min-height:36px;color:var(--color-text-muted);background:var(--color-surface);align-items:center;gap:9px;padding:0 11px;display:flex}.variable-allowance-toolbar__search:focus-within{border-color:var(--color-accent)}.variable-allowance-toolbar__search input{width:100%;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);background:0 0;border:0;outline:0}.variable-allowance-toolbar__search input:disabled{color:var(--color-text-muted);cursor:not-allowed}.variable-allowance-search-results{border-bottom:1px solid var(--color-border);background:var(--color-surface);padding:12px 18px 15px}.variable-allowance-search-results__heading{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-weight:700}.variable-allowance-search-results__list{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.variable-allowance-search-result{border-bottom:1px solid var(--color-border);grid-template-columns:70px minmax(0,1fr) 80px;align-items:center;gap:12px;min-height:52px;padding:7px 10px;display:grid}.variable-allowance-search-result:last-child{border-bottom:0}.variable-allowance-search-result:hover{background:#00000004}.variable-allowance-search-result__id{color:var(--color-text-secondary);font-size:var(--font-size-sm);text-align:center}.variable-allowance-search-result__employee{flex-direction:column;gap:3px;min-width:0;display:flex}.variable-allowance-search-result__employee strong{color:var(--color-text-primary);font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.variable-allowance-search-result__employee span{color:var(--color-text-muted);font-size:var(--font-size-xs)}.variable-allowance-search-result button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-surface);min-height:32px;color:var(--color-accent);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-weight:700;display:inline-flex}.variable-allowance-search-result button:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.variable-allowance-search-results__empty{border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:var(--font-size-sm);text-align:center;padding:15px 12px}.variable-allowance-page__error{border-radius:var(--radius-md);color:#a12727;font-size:var(--font-size-sm);background:#fff1f1;border:1px solid #efb5b5;margin:12px 18px;padding:10px 12px}.variable-allowance-page__lock-warning{border-radius:var(--radius-md);color:#765710;font-size:var(--font-size-sm);background:#fff8e7;border:1px solid #e8c779;align-items:center;gap:10px;margin:12px 18px;padding:11px 13px;display:flex}.variable-allowance-page__lock-warning strong{color:#765710;flex-shrink:0;font-weight:700}.variable-allowance-page__lock-warning span{line-height:1.4}.variable-allowance-table-wrap{overflow-x:auto}.variable-allowance-table{border-collapse:collapse;white-space:nowrap;width:100%}.variable-allowance-table th{border-bottom:1px solid var(--color-border);background:var(--color-background);color:var(--color-accent);font-size:var(--font-size-xs);text-align:left;text-transform:uppercase;letter-spacing:.04em;padding:11px 13px;font-weight:700}.variable-allowance-table td{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);font-size:var(--font-size-sm);vertical-align:middle;padding:11px 13px}.variable-allowance-table tbody tr:last-child td{border-bottom:0}.variable-allowance-table tbody tr:hover{background:#00000004}.variable-allowance-table td strong{color:var(--color-text-primary);font-weight:600}.variable-allowance-table th:first-child,.variable-allowance-table td:first-child{text-align:center}.variable-allowance-table th:nth-child(4),.variable-allowance-table th:nth-child(5),.variable-allowance-table th:nth-child(6),.variable-allowance-table td:nth-child(4),.variable-allowance-table td:nth-child(5),.variable-allowance-table td:nth-child(6){text-align:right}.variable-allowance-table th:nth-child(7),.variable-allowance-table th:nth-child(8),.variable-allowance-table td:nth-child(7),.variable-allowance-table td:nth-child(8){text-align:center}.variable-allowance-table__amount{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:120px;min-height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);text-align:right;box-sizing:border-box;outline:0;padding:0 9px}.variable-allowance-table__amount:focus{border-color:var(--color-accent)}.variable-allowance-table__amount:disabled{background:var(--color-background);color:var(--color-text-muted)}.variable-allowance-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.variable-allowance-status--saved{color:#18783d;background:#e9f8ef}.variable-allowance-status--pending{color:#966500;background:#fff7df}.variable-allowance-row-error{color:#a12727;white-space:normal;max-width:230px;margin-top:5px;font-size:11px;line-height:1.35}.variable-allowance-actions{justify-content:center;align-items:center;gap:7px;display:flex}.variable-allowance-actions button{border-radius:var(--radius-md);min-height:32px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-weight:600;display:inline-flex}.variable-allowance-actions__primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff;min-width:68px}.variable-allowance-actions__primary:hover:not(:disabled){background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff}.variable-allowance-actions__remove{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.variable-allowance-actions__remove:hover:not(:disabled){color:#b42318;background:#fff5f4;border-color:#b42318}.variable-allowance-actions__delete{background:var(--color-surface);color:#b42318;border:1px solid #e5b4b0}.variable-allowance-actions__delete:hover:not(:disabled){color:#b42318;background:#fff1f0;border-color:#b42318}.variable-allowance-actions button:disabled{opacity:.5;cursor:not-allowed}.variable-allowance-table__empty{text-align:center!important;color:var(--color-text-muted)!important;padding:42px!important}.variable-allowance-modal-backdrop{z-index:1100;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.variable-allowance-confirm{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;width:min(430px,100%);padding:25px;box-shadow:0 24px 70px #0003}.variable-allowance-confirm__icon{color:#b42318;background:#fff1f0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:15px;display:flex}.variable-allowance-confirm h2{color:var(--color-text-primary);margin:0;font-size:20px}.variable-allowance-confirm p{color:var(--color-text-secondary);font-size:var(--font-size-sm);line-height:1.5}.variable-allowance-confirm p strong{color:var(--color-text-primary)}.variable-allowance-confirm__note{border-radius:var(--radius-md);background:var(--color-background);padding:10px 12px;color:var(--color-text-muted)!important;font-size:var(--font-size-xs)!important}.variable-allowance-confirm__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.variable-allowance-confirm__actions button{border-radius:var(--radius-md);min-height:37px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;padding:0 14px;font-weight:600}.variable-allowance-confirm__cancel{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.variable-allowance-confirm__cancel:hover:not(:disabled){background:var(--color-background)}.variable-allowance-confirm__delete{color:#fff;background:#b42318;border:1px solid #b42318}.variable-allowance-confirm__delete:hover:not(:disabled){filter:brightness(.92)}.variable-allowance-confirm__actions button:disabled{opacity:.55;cursor:not-allowed}@media (width<=900px){.variable-allowance-page__header{flex-direction:column;align-items:stretch}.variable-allowance-month{width:100%}.variable-allowance-search-result{grid-template-columns:55px minmax(0,1fr) 72px}}.variable-allowance-header-filters{align-items:flex-end;gap:12px;display:flex}.variable-allowance-month select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.variable-allowance-month select:focus{border-color:var(--color-accent)}.variable-allowance-month select:disabled{background:var(--color-background);color:var(--color-text-muted)}@media (width<=900px){.variable-allowance-header-filters{flex-direction:column;align-items:stretch;width:100%}}.variable-allowance-month .sispl-month-picker__input-wrapper input{height:38px;min-height:38px;padding:0 40px 0 10px}.variable-allowance-month .sispl-month-picker__trigger{width:32px;height:32px;right:2px}.manual-deduction-page{width:100%;max-width:1500px;margin:0 auto}.manual-deduction-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.manual-deduction-page__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.manual-deduction-page__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700}.manual-deduction-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.manual-deduction-month{flex-direction:column;gap:6px;min-width:190px;display:flex}.manual-deduction-month span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.manual-deduction-month input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.manual-deduction-month input:focus{border-color:var(--color-accent)}.manual-deduction-month input:disabled{background:var(--color-background);color:var(--color-text-muted)}.manual-deduction-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);align-items:stretch;margin-bottom:16px;display:flex;overflow-x:auto}.manual-deduction-summary>div{border-right:1px solid var(--color-border);align-items:baseline;gap:10px;min-width:150px;padding:13px 18px;display:flex}.manual-deduction-summary>div:last-child{border-right:0}.manual-deduction-summary span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.manual-deduction-summary strong{color:var(--color-text-primary);font-size:19px}.manual-deduction-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.manual-deduction-toolbar{border-bottom:1px solid var(--color-border);padding:15px 18px}.manual-deduction-toolbar__search{border:1px solid var(--color-border);border-radius:var(--radius-md);width:min(470px,100%);min-height:36px;color:var(--color-text-muted);background:var(--color-surface);align-items:center;gap:9px;padding:0 11px;display:flex}.manual-deduction-toolbar__search:focus-within{border-color:var(--color-accent)}.manual-deduction-toolbar__search input{width:100%;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);background:0 0;border:0;outline:0}.manual-deduction-toolbar__search input:disabled{color:var(--color-text-muted);cursor:not-allowed}.manual-deduction-search-results{border-bottom:1px solid var(--color-border);padding:12px 18px 15px}.manual-deduction-search-results__heading{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-weight:700}.manual-deduction-search-results__list{border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.manual-deduction-search-result{border-bottom:1px solid var(--color-border);grid-template-columns:70px minmax(0,1fr) 80px;align-items:center;gap:12px;min-height:52px;padding:7px 10px;display:grid}.manual-deduction-search-result:last-child{border-bottom:0}.manual-deduction-search-result:hover{background:#00000004}.manual-deduction-search-result__id{text-align:center;color:var(--color-text-secondary);font-size:var(--font-size-sm)}.manual-deduction-search-result__employee{flex-direction:column;gap:3px;min-width:0;display:flex}.manual-deduction-search-result__employee strong{color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:600}.manual-deduction-search-result__employee span{color:var(--color-text-muted);font-size:var(--font-size-xs)}.manual-deduction-search-result button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-surface);min-height:32px;color:var(--color-accent);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-weight:700;display:inline-flex}.manual-deduction-search-result button:hover{background:var(--color-accent);color:#fff}.manual-deduction-search-results__empty{border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:var(--font-size-sm);text-align:center;padding:15px 12px}.manual-deduction-page__error{border-radius:var(--radius-md);color:#a12727;font-size:var(--font-size-sm);background:#fff1f1;border:1px solid #efb5b5;margin:12px 18px;padding:10px 12px}.manual-deduction-page__lock-warning{border-radius:var(--radius-md);color:#765710;font-size:var(--font-size-sm);background:#fff8e7;border:1px solid #e8c779;align-items:center;gap:10px;margin:12px 18px;padding:11px 13px;display:flex}.manual-deduction-page__lock-warning strong{color:#765710;flex-shrink:0}.manual-deduction-page__lock-warning span{line-height:1.4}.manual-deduction-table-wrap{overflow-x:auto}.manual-deduction-table{border-collapse:collapse;white-space:nowrap;width:100%;min-width:1900px}.manual-deduction-table th{border-bottom:1px solid var(--color-border);background:var(--color-background);color:var(--color-accent);text-align:center;text-transform:uppercase;letter-spacing:.025em;vertical-align:middle;padding:10px;font-size:10.5px;font-weight:700;line-height:1.3}.manual-deduction-table td{border-bottom:1px solid var(--color-border);height:54px;color:var(--color-text-secondary);font-size:var(--font-size-sm);text-align:center;vertical-align:middle;padding:9px 10px}.manual-deduction-table tbody tr:last-child td{border-bottom:0}.manual-deduction-table tbody tr:hover{background:#00000004}.manual-deduction-table td strong{color:var(--color-text-primary);font-weight:600}.manual-deduction-table th:first-child,.manual-deduction-table td:first-child{min-width:90px}.manual-deduction-table th:nth-child(2),.manual-deduction-table td:nth-child(2){text-align:left;min-width:145px}.manual-deduction-table th:nth-child(3),.manual-deduction-table td:nth-child(3){text-align:left;min-width:105px}.manual-deduction-table th:nth-child(4),.manual-deduction-table td:nth-child(4){min-width:100px}.manual-deduction-table th:nth-child(5),.manual-deduction-table td:nth-child(5){min-width:110px}.manual-deduction-table th:nth-child(6),.manual-deduction-table td:nth-child(6){min-width:105px}.manual-deduction-table th:nth-child(7),.manual-deduction-table td:nth-child(7){min-width:125px}.manual-deduction-table th:nth-child(8),.manual-deduction-table td:nth-child(8){min-width:155px}.manual-deduction-table th:nth-child(n+9):nth-child(-n+13),.manual-deduction-table td:nth-child(n+9):nth-child(-n+13){min-width:100px}.manual-deduction-table th:nth-child(14),.manual-deduction-table td:nth-child(14){min-width:110px}.manual-deduction-table th:nth-child(15),.manual-deduction-table td:nth-child(15){min-width:145px}.manual-deduction-table__calculated{font-weight:600;color:var(--color-text-primary)!important}.manual-deduction-table__amount{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:88px;min-height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);text-align:center;box-sizing:border-box;outline:0;margin:0 auto;padding:0 8px;display:block}.manual-deduction-table__amount--advance{width:105px}.manual-deduction-table__installment{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:78px;min-height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);text-align:center;box-sizing:border-box;outline:0;margin:0 auto;padding:0 8px;display:block}.manual-deduction-table__amount::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.manual-deduction-table__amount::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.manual-deduction-table__installment::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.manual-deduction-table__installment::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.manual-deduction-table__amount,.manual-deduction-table__installment{appearance:textfield}.manual-deduction-table__amount:focus,.manual-deduction-table__installment:focus{border-color:var(--color-accent)}.manual-deduction-table__amount:disabled,.manual-deduction-table__installment:disabled{background:var(--color-background);color:var(--color-text-muted)}.manual-deduction-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.manual-deduction-status--saved{color:#18783d;background:#e9f8ef}.manual-deduction-status--pending{color:#966500;background:#fff7df}.manual-deduction-carry-label{color:var(--color-text-muted);text-transform:uppercase;margin-top:4px;font-size:10px;font-weight:600}.manual-deduction-row-error{color:#a12727;white-space:normal;max-width:220px;margin-top:5px;font-size:11px;line-height:1.35}.manual-deduction-actions{justify-content:center;align-items:center;gap:7px;display:flex}.manual-deduction-actions button{border-radius:var(--radius-md);min-height:32px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-weight:600;display:inline-flex}.manual-deduction-actions__primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff;min-width:68px}.manual-deduction-actions__primary:hover:not(:disabled){background:var(--color-accent-hover);border-color:var(--color-accent-hover)}.manual-deduction-actions__remove{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.manual-deduction-actions__remove:hover:not(:disabled){color:#b42318;background:#fff5f4;border-color:#b42318}.manual-deduction-actions__delete{background:var(--color-surface);color:#b42318;border:1px solid #e5b4b0}.manual-deduction-actions__delete:hover:not(:disabled){background:#fff1f0;border-color:#b42318}.manual-deduction-actions button:disabled{opacity:.5;cursor:not-allowed}.manual-deduction-table__empty{text-align:center!important;color:var(--color-text-muted)!important;padding:42px!important}.manual-deduction-modal-backdrop{z-index:1100;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.manual-deduction-confirm{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;width:min(430px,100%);padding:25px;box-shadow:0 24px 70px #0003}.manual-deduction-confirm__icon{color:#b42318;background:#fff1f0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:15px;display:flex}.manual-deduction-confirm h2{color:var(--color-text-primary);margin:0;font-size:20px}.manual-deduction-confirm p{color:var(--color-text-secondary);font-size:var(--font-size-sm);line-height:1.5}.manual-deduction-confirm p strong{color:var(--color-text-primary)}.manual-deduction-confirm__note{border-radius:var(--radius-md);background:var(--color-background);padding:10px 12px;color:var(--color-text-muted)!important;font-size:var(--font-size-xs)!important}.manual-deduction-confirm__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.manual-deduction-confirm__actions button{border-radius:var(--radius-md);min-height:37px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;padding:0 14px;font-weight:600}.manual-deduction-confirm__cancel{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.manual-deduction-confirm__cancel:hover:not(:disabled){background:var(--color-background)}.manual-deduction-confirm__delete{color:#fff;background:#b42318;border:1px solid #b42318}.manual-deduction-confirm__delete:hover:not(:disabled){filter:brightness(.92)}.manual-deduction-confirm__actions button:disabled{opacity:.55;cursor:not-allowed}@media (width<=900px){.manual-deduction-page__header{flex-direction:column;align-items:stretch}.manual-deduction-month{width:100%}.manual-deduction-search-result{grid-template-columns:55px minmax(0,1fr) 72px}}.manual-deduction-header-filters{align-items:flex-end;gap:12px;display:flex}.manual-deduction-month select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.manual-deduction-month select:focus{border-color:var(--color-accent)}.manual-deduction-month select:disabled{background:var(--color-background);color:var(--color-text-muted)}@media (width<=900px){.manual-deduction-header-filters{flex-direction:column;align-items:stretch;width:100%}}.manual-deduction-month .sispl-month-picker{width:100%}.manual-deduction-month .sispl-month-picker__input-wrapper input{height:38px;min-height:38px;padding:0 40px 0 10px}.manual-deduction-month .sispl-month-picker__trigger{width:32px;height:32px;right:2px}.payroll-processing-page{width:100%;max-width:1500px;margin:0 auto}.payroll-processing-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.payroll-processing-page__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.payroll-processing-page__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700}.payroll-processing-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.payroll-processing-month{flex-direction:column;gap:6px;min-width:190px;display:flex}.payroll-processing-month span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.payroll-processing-month input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.payroll-processing-month input:focus{border-color:var(--color-accent)}.payroll-processing-month input:disabled{background:var(--color-background);color:var(--color-text-muted)}.payroll-processing-statusbar{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);align-items:stretch;margin-bottom:12px;display:flex;overflow-x:auto}.payroll-processing-statusbar>div{border-right:1px solid var(--color-border);align-items:baseline;gap:9px;min-width:130px;padding:12px 16px;display:flex}.payroll-processing-statusbar>div:last-child{border-right:0}.payroll-processing-statusbar span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.payroll-processing-statusbar strong{color:var(--color-text-primary);font-size:var(--font-size-sm);white-space:nowrap}.payroll-processing-statusbar__primary{min-width:220px!important}.payroll-processing-run-status{letter-spacing:.04em;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-weight:700;display:inline-flex;font-size:11px!important}.payroll-processing-run-status--pending{background:#fff7df;color:#966500!important}.payroll-processing-run-status--finalized{background:#e9f8ef;color:#18783d!important}.payroll-processing-run-status--unlocked{background:#fff1d6;color:#8a5b00!important}.payroll-processing-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);align-items:stretch;margin-bottom:16px;display:flex;overflow-x:auto}.payroll-processing-summary>div{border-right:1px solid var(--color-border);flex-direction:column;justify-content:center;gap:3px;min-width:135px;padding:11px 15px;display:flex}.payroll-processing-summary>div:last-child{border-right:0}.payroll-processing-summary span{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.payroll-processing-summary strong{color:var(--color-text-primary);font-size:16px}.payroll-processing-page__error{border-radius:var(--radius-md);color:#a12727;font-size:var(--font-size-sm);background:#fff1f1;border:1px solid #efb5b5;margin-bottom:14px;padding:11px 13px}.payroll-processing-message{border-radius:var(--radius-md);font-size:var(--font-size-sm);align-items:flex-start;gap:10px;margin-bottom:14px;padding:12px 14px;display:flex}.payroll-processing-message>svg{flex-shrink:0;margin-top:2px}.payroll-processing-message>div{flex-direction:column;gap:3px;display:flex}.payroll-processing-message span{color:inherit;line-height:1.45}.payroll-processing-message--locked{color:#23663c;background:#eefaf2;border:1px solid #b9dcc7}.payroll-processing-message--unlocked{color:#765710;background:#fff8e7;border:1px solid #e8c779}.payroll-processing-errors{border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid #efb5b5;margin-bottom:14px;overflow:hidden}.payroll-processing-errors__header{color:#a12727;background:#fff1f1;border-bottom:1px solid #efcaca;align-items:flex-start;gap:10px;padding:13px 15px;display:flex}.payroll-processing-errors__header svg{flex-shrink:0;margin-top:1px}.payroll-processing-errors__header div{flex-direction:column;gap:3px;display:flex}.payroll-processing-errors__header span{font-size:var(--font-size-xs)}.payroll-processing-errors__list{padding:0 15px}.payroll-processing-error-row{border-bottom:1px solid var(--color-border);font-size:var(--font-size-sm);grid-template-columns:110px 180px minmax(260px,1fr);gap:12px;padding:11px 0;display:grid}.payroll-processing-error-row:last-child{border-bottom:0}.payroll-processing-error-row strong{color:#a12727}.payroll-processing-error-row span{color:var(--color-text-primary)}.payroll-processing-error-row p{color:var(--color-text-secondary);margin:0}.payroll-processing-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.payroll-processing-toolbar{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.payroll-processing-toolbar__search{border:1px solid var(--color-border);border-radius:var(--radius-md);width:min(440px,100%);min-height:36px;color:var(--color-text-muted);background:var(--color-surface);align-items:center;gap:9px;padding:0 11px;display:flex}.payroll-processing-toolbar__search:focus-within{border-color:var(--color-accent)}.payroll-processing-toolbar__search input{width:100%;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);background:0 0;border:0;outline:0}.payroll-processing-toolbar__search input:disabled{cursor:not-allowed;color:var(--color-text-muted)}.payroll-processing-toolbar__actions{align-items:center;gap:8px;display:flex}.payroll-processing-button{border-radius:var(--radius-md);min-height:36px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:6px;padding:0 13px;font-weight:600;display:inline-flex}.payroll-processing-button--secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.payroll-processing-button--secondary:hover:not(:disabled){background:var(--color-background);color:var(--color-text-primary)}.payroll-processing-button--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.payroll-processing-button--primary:hover:not(:disabled){background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:#fff}.payroll-processing-button--warning{color:#765710;background:#fff8e7;border:1px solid #d09a26}.payroll-processing-button--warning:hover:not(:disabled){background:#f9edcc;border-color:#c58e1d}.payroll-processing-button:disabled{opacity:.5;cursor:not-allowed}.payroll-processing-table-wrap{position:relative;overflow-x:auto}.payroll-processing-table{border-collapse:separate;border-spacing:0;white-space:nowrap;width:max-content;min-width:3050px}.payroll-processing-table th{border-bottom:1px solid var(--color-border);background:var(--color-background);color:var(--color-accent);text-align:left;text-transform:uppercase;letter-spacing:.035em;padding:10px 9px;font-size:11px;font-weight:700}.payroll-processing-table td{border-bottom:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);vertical-align:middle;padding:10px 9px;font-size:12px}.payroll-processing-table__row:hover>td{background:#fafafa}.payroll-processing-table__row--expanded>td{background:var(--color-background)}.payroll-processing-table td strong{color:var(--color-text-primary);font-weight:600}.payroll-processing-table__number{font-variant-numeric:tabular-nums;min-width:88px;text-align:right!important}.payroll-processing-table th:nth-child(n+7):nth-child(-n+29){text-align:right;min-width:88px}.payroll-processing-table th:nth-child(11),.payroll-processing-table th:nth-child(12),.payroll-processing-table th:nth-child(13),.payroll-processing-table th:nth-child(14){min-width:72px}.payroll-processing-table__center{text-align:center!important}.payroll-processing-table__sticky-expand,.payroll-processing-table__sticky-sr,.payroll-processing-table__sticky-id,.payroll-processing-table__sticky-name{position:sticky}.payroll-processing-table th.payroll-processing-table__sticky-expand,.payroll-processing-table th.payroll-processing-table__sticky-sr,.payroll-processing-table th.payroll-processing-table__sticky-id,.payroll-processing-table th.payroll-processing-table__sticky-name{z-index:12;background:var(--color-background)}.payroll-processing-table td.payroll-processing-table__sticky-expand,.payroll-processing-table td.payroll-processing-table__sticky-sr,.payroll-processing-table td.payroll-processing-table__sticky-id,.payroll-processing-table td.payroll-processing-table__sticky-name{z-index:8;background:var(--color-surface)}.payroll-processing-table__row:hover>td.payroll-processing-table__sticky-expand,.payroll-processing-table__row:hover>td.payroll-processing-table__sticky-sr,.payroll-processing-table__row:hover>td.payroll-processing-table__sticky-id,.payroll-processing-table__row:hover>td.payroll-processing-table__sticky-name{background:#fafafa}.payroll-processing-table__row--expanded>td.payroll-processing-table__sticky-expand,.payroll-processing-table__row--expanded>td.payroll-processing-table__sticky-sr,.payroll-processing-table__row--expanded>td.payroll-processing-table__sticky-id,.payroll-processing-table__row--expanded>td.payroll-processing-table__sticky-name{background:var(--color-background)}.payroll-processing-table__sticky-expand{width:44px;min-width:44px;max-width:44px;left:0;text-align:center!important}.payroll-processing-table__sticky-sr{width:56px;min-width:56px;max-width:56px;left:44px;text-align:center!important}.payroll-processing-table__sticky-id{width:74px;min-width:74px;max-width:74px;left:100px;text-align:center!important}.payroll-processing-table__sticky-name{text-overflow:ellipsis;width:190px;min-width:190px;max-width:190px;left:174px;overflow:hidden}.payroll-processing-table__expand button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:29px;height:29px;color:var(--color-text-muted);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.payroll-processing-table__expand button:hover{border-color:var(--color-accent);color:var(--color-accent)}.payroll-processing-table__empty{text-align:center!important;color:var(--color-text-muted)!important;padding:42px!important}.payroll-processing-row-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-height:24px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.payroll-processing-row-status--ok{color:#18783d;background:#e9f8ef}.payroll-processing-row-status--warning{color:#966500;background:#fff7df}.payroll-processing-detail-row>td{background:#fafafa;padding:0!important}.payroll-processing-detail{border-bottom:1px solid var(--color-border);grid-template-columns:repeat(5,minmax(210px,1fr)) minmax(170px,.75fr);gap:0;display:grid}.payroll-processing-detail__section{border-right:1px solid var(--color-border);padding:17px 18px}.payroll-processing-detail__section h4{color:var(--color-text-primary);font-size:var(--font-size-sm);margin:0 0 11px}.payroll-processing-detail__section dl{margin:0}.payroll-processing-detail__section dl>div{justify-content:space-between;align-items:baseline;gap:18px;padding:4px 0;display:flex}.payroll-processing-detail__section dt{color:var(--color-text-muted);font-size:11px}.payroll-processing-detail__section dd{color:var(--color-text-primary);text-align:right;margin:0;font-size:12px}.payroll-processing-detail__net{flex-direction:column;justify-content:center;gap:5px;padding:18px;display:flex}.payroll-processing-detail__net span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;font-weight:700}.payroll-processing-detail__net strong{color:var(--color-text-primary);font-size:22px}.payroll-processing-detail__warnings{color:#765710;background:#fff8e7;border-top:1px solid #e8c779;grid-column:1/-1;align-items:flex-start;gap:8px;padding:10px 18px;display:flex}.payroll-processing-detail__warnings svg{flex-shrink:0;margin-top:1px}.payroll-processing-detail__warnings div{flex-direction:column;gap:3px;display:flex}.payroll-processing-detail__warnings span{font-size:var(--font-size-xs)}.payroll-processing-modal-backdrop{z-index:1200;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.payroll-processing-confirm{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;width:min(450px,100%);padding:25px;position:relative;box-shadow:0 24px 70px #0003}.payroll-processing-confirm__close{border-radius:var(--radius-md);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:13px;right:13px}.payroll-processing-confirm__close:hover:not(:disabled){background:var(--color-background)}.payroll-processing-confirm__icon{border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:15px;display:flex}.payroll-processing-confirm__icon--success{color:#18783d;background:#e9f8ef}.payroll-processing-confirm__icon--warning{color:#966500;background:#fff7df}.payroll-processing-confirm h2{color:var(--color-text-primary);margin:0;font-size:20px}.payroll-processing-confirm p{color:var(--color-text-secondary);font-size:var(--font-size-sm);line-height:1.5}.payroll-processing-confirm p strong{color:var(--color-text-primary)}.payroll-processing-confirm__note{border-radius:var(--radius-md);background:var(--color-background);padding:10px 12px;color:var(--color-text-muted)!important;font-size:var(--font-size-xs)!important}.payroll-processing-confirm__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@media (width<=1150px){.payroll-processing-toolbar{flex-direction:column;align-items:stretch}.payroll-processing-toolbar__actions{flex-wrap:wrap}.payroll-processing-detail{grid-template-columns:repeat(2,minmax(220px,1fr))}.payroll-processing-detail__net{border-top:1px solid var(--color-border)}}@media (width<=700px){.payroll-processing-page__header{flex-direction:column;align-items:stretch}.payroll-processing-month,.payroll-processing-toolbar__search{width:100%}.payroll-processing-toolbar__actions{flex-direction:column;align-items:stretch}.payroll-processing-button{width:100%}.payroll-processing-detail{grid-template-columns:1fr}.payroll-processing-detail__section{border-right:0;border-bottom:1px solid var(--color-border)}.payroll-processing-error-row{grid-template-columns:1fr;gap:4px}}.payroll-processing-header-filters{align-items:flex-end;gap:12px;display:flex}.payroll-processing-month select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.payroll-processing-month select:focus{border-color:var(--color-accent)}.payroll-processing-month select:disabled{background:var(--color-background);color:var(--color-text-muted)}@media (width<=700px){.payroll-processing-header-filters{flex-direction:column;align-items:stretch;width:100%}}.payroll-processing-month .sispl-month-picker{width:100%}.payroll-processing-month .sispl-month-picker__input-wrapper input{height:38px;min-height:38px;padding:0 40px 0 10px}.payroll-processing-month .sispl-month-picker__trigger{width:32px;height:32px;right:2px}.payroll-history-page{width:100%;max-width:1500px;margin:0 auto}.payroll-history-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.payroll-history-page__eyebrow,.payroll-history-detail__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.payroll-history-page__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700}.payroll-history-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.payroll-history-month{flex-direction:column;gap:6px;min-width:210px;display:flex}.payroll-history-month>span,.payroll-history-status-filter>span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.payroll-history-month__input-wrap{align-items:center;gap:6px;display:flex}.payroll-history-month input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;flex:1;padding:0 10px}.payroll-history-month input:focus{border-color:var(--color-accent)}.payroll-history-month__input-wrap>button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.payroll-history-month__input-wrap>button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.payroll-history-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);align-items:stretch;margin-bottom:16px;display:flex;overflow-x:auto}.payroll-history-summary>div{border-right:1px solid var(--color-border);align-items:baseline;gap:10px;min-width:150px;padding:13px 18px;display:flex}.payroll-history-summary>div:last-child{border-right:0}.payroll-history-summary span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.payroll-history-summary strong{color:var(--color-text-primary);font-size:19px}.payroll-history-page__error{border-radius:var(--radius-md);color:#a12727;font-size:var(--font-size-sm);background:#fff1f1;border:1px solid #efb5b5;margin-bottom:14px;padding:11px 13px}.payroll-history-page__error--detail{margin-top:16px}.payroll-history-loading-detail{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);color:var(--color-text-muted);text-align:center;margin-top:16px;padding:24px}.payroll-history-card,.payroll-history-snapshot-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.payroll-history-toolbar{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-end;gap:14px;padding:14px 16px;display:flex}.payroll-history-toolbar__search,.payroll-history-snapshot-search{border:1px solid var(--color-border);border-radius:var(--radius-md);width:min(430px,100%);min-height:36px;color:var(--color-text-muted);background:var(--color-surface);align-items:center;gap:9px;padding:0 11px;display:flex}.payroll-history-toolbar__search:focus-within,.payroll-history-snapshot-search:focus-within{border-color:var(--color-accent)}.payroll-history-toolbar__search input,.payroll-history-snapshot-search input{width:100%;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);background:0 0;border:0;outline:0}.payroll-history-status-filter{flex-direction:column;gap:6px;min-width:165px;display:flex}.payroll-history-status-filter select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:36px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.payroll-history-status-filter select:focus{border-color:var(--color-accent)}.payroll-history-table-wrap{overflow-x:auto}.payroll-history-table{border-collapse:collapse;white-space:nowrap;width:100%;min-width:1100px}.payroll-history-table th{border-bottom:1px solid var(--color-border);background:var(--color-background);color:var(--color-accent);text-align:left;text-transform:uppercase;letter-spacing:.035em;padding:10px 11px;font-size:11px;font-weight:700}.payroll-history-table td{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);font-size:var(--font-size-sm);padding:11px}.payroll-history-table tbody tr:hover{background:#00000004}.payroll-history-table__selected{background:var(--color-background)}.payroll-history-table td strong{color:var(--color-text-primary)}.payroll-history-table th:first-child,.payroll-history-table th:nth-child(3),.payroll-history-table th:nth-child(4),.payroll-history-table th:nth-child(5),.payroll-history-table th:nth-child(9),.payroll-history-table td:first-child,.payroll-history-table td:nth-child(3),.payroll-history-table td:nth-child(4),.payroll-history-table td:nth-child(5),.payroll-history-table td:nth-child(9){text-align:center}.payroll-history-table__empty{color:var(--color-text-muted)!important;text-align:center!important;padding:42px!important}.payroll-history-status{letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.payroll-history-status--finalized{color:#18783d;background:#e9f8ef}.payroll-history-status--unlocked{color:#8a5b00;background:#fff1d6}.payroll-history-status--superseded{color:#636b75;background:#eef0f3}.payroll-history-view-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-surface);min-height:32px;color:var(--color-accent);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-weight:700;display:inline-flex}.payroll-history-view-button:hover:not(:disabled){background:var(--color-accent);color:#fff}.payroll-history-view-button:disabled{opacity:.5;cursor:not-allowed}.payroll-history-detail{margin-top:22px}.payroll-history-detail__header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:12px;display:flex}.payroll-history-detail__header h2{color:var(--color-text-primary);margin:0;font-size:21px}.payroll-history-detail__header p{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:6px 0 0}.payroll-history-detail__meta{align-items:center;gap:8px;display:flex}.payroll-history-detail__close{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:32px;color:var(--color-text-secondary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-weight:600;display:inline-flex}.payroll-history-detail__close:hover{border-color:var(--color-accent);color:var(--color-accent)}.payroll-history-detail-info,.payroll-history-detail-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);align-items:stretch;margin-bottom:12px;display:flex;overflow-x:auto}.payroll-history-detail-info>div,.payroll-history-detail-summary>div{border-right:1px solid var(--color-border);flex-direction:column;justify-content:center;gap:3px;min-width:145px;padding:11px 15px;display:flex}.payroll-history-detail-info>div:last-child,.payroll-history-detail-summary>div:last-child{border-right:0}.payroll-history-detail-info span,.payroll-history-detail-summary span{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.payroll-history-detail-info strong,.payroll-history-detail-summary strong{color:var(--color-text-primary);white-space:nowrap;font-size:15px}.payroll-history-snapshot-toolbar{border-bottom:1px solid var(--color-border);padding:14px 16px}.payroll-history-snapshot-table-wrap{position:relative;overflow-x:auto}.payroll-history-snapshot-table{border-collapse:separate;border-spacing:0;white-space:nowrap;width:max-content;min-width:3050px}.payroll-history-snapshot-table th{border-bottom:1px solid var(--color-border);background:var(--color-background);color:var(--color-accent);text-align:left;text-transform:uppercase;letter-spacing:.035em;padding:10px 9px;font-size:11px;font-weight:700}.payroll-history-snapshot-table td{border-bottom:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary);vertical-align:middle;padding:10px 9px;font-size:12px}.payroll-history-snapshot__row:hover>td{background:#fafafa}.payroll-history-snapshot__row--expanded>td{background:var(--color-background)}.payroll-history-snapshot-table td strong{color:var(--color-text-primary);font-weight:600}.payroll-history-snapshot__number{font-variant-numeric:tabular-nums;min-width:88px;text-align:right!important}.payroll-history-snapshot-table th:nth-child(n+7):nth-child(-n+29){text-align:right;min-width:88px}.payroll-history-snapshot-table th:nth-child(11),.payroll-history-snapshot-table th:nth-child(12),.payroll-history-snapshot-table th:nth-child(13),.payroll-history-snapshot-table th:nth-child(14){min-width:72px}.payroll-history-snapshot__center{text-align:center!important}.payroll-history-snapshot-table__empty{color:var(--color-text-muted)!important;text-align:center!important;padding:42px!important}.payroll-history-snapshot__sticky-expand,.payroll-history-snapshot__sticky-sr,.payroll-history-snapshot__sticky-id,.payroll-history-snapshot__sticky-name{position:sticky}.payroll-history-snapshot-table th.payroll-history-snapshot__sticky-expand,.payroll-history-snapshot-table th.payroll-history-snapshot__sticky-sr,.payroll-history-snapshot-table th.payroll-history-snapshot__sticky-id,.payroll-history-snapshot-table th.payroll-history-snapshot__sticky-name{z-index:12;background:var(--color-background)}.payroll-history-snapshot-table td.payroll-history-snapshot__sticky-expand,.payroll-history-snapshot-table td.payroll-history-snapshot__sticky-sr,.payroll-history-snapshot-table td.payroll-history-snapshot__sticky-id,.payroll-history-snapshot-table td.payroll-history-snapshot__sticky-name{z-index:8;background:var(--color-surface)}.payroll-history-snapshot__row:hover>td.payroll-history-snapshot__sticky-expand,.payroll-history-snapshot__row:hover>td.payroll-history-snapshot__sticky-sr,.payroll-history-snapshot__row:hover>td.payroll-history-snapshot__sticky-id,.payroll-history-snapshot__row:hover>td.payroll-history-snapshot__sticky-name{background:#fafafa}.payroll-history-snapshot__row--expanded>td.payroll-history-snapshot__sticky-expand,.payroll-history-snapshot__row--expanded>td.payroll-history-snapshot__sticky-sr,.payroll-history-snapshot__row--expanded>td.payroll-history-snapshot__sticky-id,.payroll-history-snapshot__row--expanded>td.payroll-history-snapshot__sticky-name{background:var(--color-background)}.payroll-history-snapshot__sticky-expand{width:44px;min-width:44px;max-width:44px;left:0;text-align:center!important}.payroll-history-snapshot__sticky-sr{width:56px;min-width:56px;max-width:56px;left:44px;text-align:center!important}.payroll-history-snapshot__sticky-id{width:74px;min-width:74px;max-width:74px;left:100px;text-align:center!important}.payroll-history-snapshot__sticky-name{text-overflow:ellipsis;width:190px;min-width:190px;max-width:190px;left:174px;overflow:hidden}.payroll-history-snapshot__expand button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:29px;height:29px;color:var(--color-text-muted);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.payroll-history-snapshot__expand button:hover{border-color:var(--color-accent);color:var(--color-accent)}.payroll-history-employee-status{text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-height:24px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.payroll-history-employee-status--ok{color:#18783d;background:#e9f8ef}.payroll-history-employee-status--warning{color:#966500;background:#fff7df}.payroll-history-snapshot-detail-row>td{background:#fafafa;padding:0!important}.payroll-history-snapshot-detail{border-bottom:1px solid var(--color-border);grid-template-columns:repeat(5,minmax(210px,1fr)) minmax(170px,.75fr);gap:0;display:grid}.payroll-history-snapshot-detail__section{border-right:1px solid var(--color-border);padding:17px 18px}.payroll-history-snapshot-detail__section h4{color:var(--color-text-primary);font-size:var(--font-size-sm);margin:0 0 11px}.payroll-history-snapshot-detail__section dl{margin:0}.payroll-history-snapshot-detail__section dl>div{justify-content:space-between;align-items:baseline;gap:18px;padding:4px 0;display:flex}.payroll-history-snapshot-detail__section dt{color:var(--color-text-muted);font-size:11px}.payroll-history-snapshot-detail__section dd{color:var(--color-text-primary);text-align:right;margin:0;font-size:12px}.payroll-history-snapshot-detail__net{flex-direction:column;justify-content:center;gap:5px;padding:18px;display:flex}.payroll-history-snapshot-detail__net span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;font-weight:700}.payroll-history-snapshot-detail__net strong{color:var(--color-text-primary);font-size:22px}.payroll-history-snapshot-detail__warnings{color:#765710;background:#fff8e7;border-top:1px solid #e8c779;grid-column:1/-1;align-items:flex-start;gap:8px;padding:10px 18px;display:flex}.payroll-history-snapshot-detail__warnings svg{flex-shrink:0;margin-top:1px}.payroll-history-snapshot-detail__warnings div{flex-direction:column;gap:3px;display:flex}.payroll-history-snapshot-detail__warnings span{font-size:var(--font-size-xs)}@media (width<=1150px){.payroll-history-toolbar{flex-direction:column;align-items:stretch}.payroll-history-status-filter{width:180px}.payroll-history-snapshot-detail{grid-template-columns:repeat(2,minmax(220px,1fr))}.payroll-history-snapshot-detail__net{border-top:1px solid var(--color-border)}}@media (width<=700px){.payroll-history-page__header{flex-direction:column;align-items:stretch}.payroll-history-month,.payroll-history-toolbar__search,.payroll-history-snapshot-search,.payroll-history-status-filter{width:100%}.payroll-history-detail__header{flex-direction:column}.payroll-history-detail__meta{justify-content:space-between;width:100%}.payroll-history-snapshot-detail{grid-template-columns:1fr}.payroll-history-snapshot-detail__section{border-right:0;border-bottom:1px solid var(--color-border)}}.payroll-history-header-filters{align-items:flex-end;gap:12px;display:flex}.payroll-history-month select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.payroll-history-month select:focus{border-color:var(--color-accent)}.payroll-history-month select:disabled{background:var(--color-background);color:var(--color-text-muted)}@media (width<=700px){.payroll-history-header-filters{flex-direction:column;align-items:stretch;width:100%}}.payroll-history-month__input-wrap .sispl-month-picker{flex:1;min-width:0}.payroll-history-month .sispl-month-picker__input-wrapper input{width:100%;height:38px;min-height:38px;padding:0 40px 0 10px}.payroll-history-month .sispl-month-picker__trigger{width:32px;height:32px;right:2px}.dashboard-page{width:100%;max-width:1600px;margin:0 auto}.dashboard-page__error{border-radius:var(--radius-md);background:var(--color-danger-bg);color:var(--color-danger);font-size:var(--font-size-sm);border:1px solid #efb5b5;margin-bottom:14px;padding:11px 13px}.dashboard-loading{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);color:var(--color-text-muted);text-align:center;padding:44px 20px}.dashboard-workspace{grid-template-columns:minmax(340px,.82fr) minmax(0,1.68fr);align-items:start;gap:14px;display:grid}.dashboard-right-column{flex-direction:column;gap:14px;min-width:0;display:flex}.dashboard-top-row{grid-template-columns:minmax(280px,.82fr) minmax(420px,1.35fr);align-items:stretch;gap:14px;min-width:0;display:grid}.dashboard-card{border:1px solid var(--color-border);background:var(--color-surface);min-width:0;box-shadow:var(--shadow-sm);border-radius:8px}.dashboard-card__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-start;gap:14px;min-height:64px;padding:14px 16px;display:flex}.dashboard-card__header--company,.dashboard-card__header--with-action{align-items:center}.dashboard-card__heading{align-items:flex-start;gap:10px;min-width:0;display:flex}.dashboard-card__heading>svg{color:var(--color-accent);flex-shrink:0;margin-top:1px}.dashboard-card__heading h2{color:var(--color-text-primary);margin:0;font-size:17px;font-weight:700;line-height:1.25}.dashboard-card__heading p{color:var(--color-text-secondary);margin:4px 0 0;font-size:12px;line-height:1.4}.dashboard-view-link{color:#9a6707;flex-shrink:0;justify-content:center;align-items:center;gap:6px;min-height:34px;font-family:inherit;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.dashboard-view-link:hover{color:var(--color-accent-hover)}.dashboard-company-card{overflow:hidden}.dashboard-company-content{padding:0 16px 14px}.dashboard-company-empty{color:var(--color-text-muted);font-size:var(--font-size-sm);text-align:center;padding:30px 18px}.dashboard-company-intro{padding:17px 4px 15px}.dashboard-company-intro h3{color:#9b6506;margin:0;font-size:18px;font-weight:800;line-height:1.35}.dashboard-company-intro p{color:var(--color-text-secondary);margin:5px 0 0;font-size:12px;line-height:1.45}.dashboard-company-table{border-top:1px solid var(--color-border)}.dashboard-company-row{border-bottom:1px solid var(--color-border);grid-template-columns:minmax(125px,.9fr) minmax(0,1.6fr);display:grid}.dashboard-company-row>span,.dashboard-company-row>strong{padding:9px 5px;font-size:12px;line-height:1.45}.dashboard-company-row>span{color:var(--color-text-secondary);font-weight:700}.dashboard-company-row>strong{color:var(--color-text-primary);overflow-wrap:anywhere;font-weight:500}.dashboard-company-section{border-bottom:1px solid var(--color-border);grid-template-columns:27px minmax(0,1fr);gap:9px;padding:14px 0;display:grid}.dashboard-company-section>svg{color:#a36b05;margin-top:1px}.dashboard-company-section h3{color:var(--color-text-primary);margin:0 0 5px;font-size:13px;font-weight:700}.dashboard-company-section p{color:var(--color-text-secondary);white-space:pre-line;margin:0;font-size:11.5px;line-height:1.48}.dashboard-company-section ul{color:var(--color-text-secondary);margin:0;padding-left:16px;font-size:11.5px;line-height:1.5}.dashboard-filter-card{overflow:visible}.dashboard-filter-body{flex-direction:column;gap:16px;padding:17px 16px 20px;display:flex}.dashboard-filter-field{flex-direction:column;gap:6px;display:flex}.dashboard-filter-field>label{color:var(--color-text-primary);font-size:12px;font-weight:700}.dashboard-filter-field .sispl-date-picker,.dashboard-filter-field .sispl-month-picker{width:100%}.dashboard-filter-field .sispl-date-picker__input-wrapper input,.dashboard-filter-field .sispl-month-picker__input-wrapper input{min-height:40px}.dashboard-reset-button{background:var(--color-surface);color:#966306;cursor:pointer;border:1px solid #d2a33c;border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;gap:7px;min-height:36px;margin-top:5px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:700;display:inline-flex}.dashboard-reset-button:hover:not(:disabled){border-color:var(--color-accent);background:#fff9ec}.dashboard-reset-button:disabled{opacity:.55;cursor:not-allowed}.dashboard-gallery-card{overflow:hidden}.dashboard-gallery-body{padding:12px 14px 14px}.dashboard-gallery-main{border:1px solid var(--color-border);background:var(--color-surface-muted);border-radius:6px;height:300px;position:relative;overflow:hidden}.dashboard-gallery-main>img{object-fit:contain;width:100%;height:100%;display:block}.dashboard-gallery-thumbnails{align-items:center;gap:7px;margin-top:10px;padding-bottom:2px;display:flex;overflow-x:auto}.dashboard-gallery-thumbnail{border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;border-radius:5px;flex:0 0 68px;width:68px;height:48px;padding:2px;overflow:hidden}.dashboard-gallery-thumbnail img{object-fit:cover;border-radius:3px;width:100%;height:100%;display:block}.dashboard-gallery-thumbnail--active{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent)}.dashboard-gallery-dots{justify-content:center;align-items:center;gap:7px;margin-top:10px;display:flex}.dashboard-gallery-dot{cursor:pointer;background:#d3d7dc;border:0;border-radius:50%;width:8px;height:8px;padding:0}.dashboard-gallery-dot--active{background:var(--color-accent)}.dashboard-gallery-empty{border:1px dashed var(--color-border);background:var(--color-surface-muted);min-height:216px;color:var(--color-text-muted);text-align:center;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex}.dashboard-gallery-empty svg{color:var(--color-accent);margin-bottom:9px}.dashboard-gallery-empty strong{color:var(--color-text-primary);font-size:13px}.dashboard-gallery-empty span{margin-top:4px;font-size:11px}.dashboard-overview-card{overflow:hidden}.dashboard-overview-grid{gap:9px;padding:13px 15px 15px;display:grid}.dashboard-overview-grid--employees{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-overview-grid--attendance{grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-stat-card{border:1px solid var(--color-border);border-radius:6px;align-items:center;gap:10px;min-width:0;min-height:82px;padding:12px;display:flex}.dashboard-stat-card>svg{flex-shrink:0}.dashboard-stat-card>div{min-width:0}.dashboard-stat-card strong{font-variant-numeric:tabular-nums;margin-bottom:2px;font-size:23px;font-weight:750;line-height:1.1;display:block}.dashboard-stat-card span{color:var(--color-text-secondary);flex-direction:column;font-size:11.5px;line-height:1.3;display:flex}.dashboard-stat-card small{color:var(--color-text-muted);margin-top:1px;font-size:10px}.dashboard-stat-card--blue{color:#2474bd;background:#f2f8fe;border-color:#cae1f7}.dashboard-stat-card--green{color:#228249;background:#f0faf4;border-color:#ccebd8}.dashboard-stat-card--red{color:#d83535;background:#fff3f3;border-color:#f0cfd0}.dashboard-stat-card--amber{color:#d48900;background:#fff9ea;border-color:#efdcae}.dashboard-stat-card--purple{color:#8352c7;background:#f8f3ff;border-color:#dfd3f4}.dashboard-payroll-card{overflow:hidden}.dashboard-payroll-grid{grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.dashboard-payroll-item{border-right:1px solid var(--color-border);min-width:0;padding:13px 14px}.dashboard-payroll-item:last-child{border-right:0}.dashboard-payroll-item>span{color:var(--color-text-muted);margin-bottom:8px;font-size:10.5px;font-weight:700;display:block}.dashboard-payroll-item>strong{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700;line-height:1.35;display:block}.dashboard-payroll-badge{white-space:nowrap;border-radius:5px;align-items:center;min-height:25px;padding:0 9px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.dashboard-payroll-badge--finalized{background:var(--color-success-bg);color:var(--color-success)}.dashboard-payroll-badge--unlocked{color:#875b07;background:#fff2d7}.dashboard-payroll-badge--pending{background:var(--color-surface-muted);color:var(--color-text-muted)}.dashboard-payroll-warning{color:#755712;background:#fff9e9;border-top:1px solid #ecd8a8;padding:9px 14px;font-size:11px;line-height:1.45}@media (width<=1180px){.dashboard-workspace{grid-template-columns:1fr}.dashboard-company-card{order:1}.dashboard-right-column{order:0}.dashboard-payroll-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-payroll-item:nth-child(3){border-right:0}.dashboard-payroll-item:nth-child(-n+3){border-bottom:1px solid var(--color-border)}}@media (width<=900px){.dashboard-top-row{grid-template-columns:1fr}.dashboard-overview-grid--employees,.dashboard-overview-grid--attendance{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-gallery-main{height:240px}}@media (width<=640px){.dashboard-card__header,.dashboard-card__header--with-action{flex-direction:column;align-items:flex-start}.dashboard-view-link{align-self:flex-end}.dashboard-overview-grid--employees,.dashboard-overview-grid--attendance,.dashboard-payroll-grid{grid-template-columns:1fr}.dashboard-payroll-item,.dashboard-payroll-item:nth-child(3){border-right:0;border-bottom:1px solid var(--color-border)}.dashboard-payroll-item:last-child{border-bottom:0}.dashboard-company-row{grid-template-columns:1fr}.dashboard-company-row>span{padding-bottom:2px}.dashboard-company-row>strong{padding-top:2px}.dashboard-gallery-main{height:205px}}.dashboard-company-section{background:linear-gradient(135deg,#fff 0% 72%,#fffaf1 100%);border:1px solid #e4e8ec;border-radius:10px;grid-template-columns:27px minmax(0,1fr);gap:10px;margin-top:12px;padding:14px 82px 14px 14px;display:grid;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f172a0a,0 6px 16px #0f172a0e}.dashboard-company-section:last-child{border-bottom:1px solid #e4e8ec;padding-bottom:14px}.dashboard-company-section>svg:not(.dashboard-company-watermark){z-index:2;color:#a36b05;margin-top:1px;position:relative}.dashboard-company-section>div{z-index:2;position:relative}.dashboard-company-section .dashboard-company-watermark{z-index:1;color:#c58d2b;opacity:.18;pointer-events:none;width:68px;height:68px;margin:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.dashboard-company-section li{min-height:18px;color:var(--color-text-secondary);padding-left:24px;font-size:11.5px;line-height:1.45;position:relative}.dashboard-company-section li:before{content:"✓";color:#fff;text-align:center;background:#b97905;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:9px;font-weight:800;line-height:15px;display:inline-flex;position:absolute;top:1px;left:0}.dashboard-company-section{grid-template-columns:22px minmax(0,1fr);align-items:start;column-gap:10px;padding:14px 82px 14px 14px}.dashboard-company-section>svg:not(.dashboard-company-watermark){place-self:start center;width:20px;height:20px;margin:0;transform:translateY(1px)}.dashboard-company-section>div{min-width:0}.dashboard-company-section h3{align-items:center;min-height:20px;margin:0 0 6px;line-height:20px;display:flex}.dashboard-company-section p{margin:0;line-height:1.5}.dashboard-company-section ul{flex-direction:column;gap:5px;margin:2px 0 0;padding:0;list-style:none;display:flex}.dashboard-company-section li{min-height:17px;color:var(--color-text-secondary);grid-template-columns:15px minmax(0,1fr);align-items:start;column-gap:7px;padding:0;font-size:11.5px;line-height:1.45;display:grid}.dashboard-company-section li:before{content:"✓";color:#fff;text-align:center;background:#b97905;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;margin-top:1px;font-size:8px;font-weight:800;line-height:1;display:flex;position:static}.dashboard-company-section li+li{margin-top:0}.dashboard-company-section .dashboard-company-watermark{opacity:.16;width:62px;height:62px;margin:0;top:50%;right:14px;transform:translateY(-50%)}.payroll-reports-page{width:100%;max-width:none;margin:0}.payroll-reports-page__header{margin-bottom:14px}.payroll-reports-page__eyebrow{color:var(--color-accent);letter-spacing:.13em;margin-bottom:4px;font-size:10px;font-weight:700}.payroll-reports-page__title{color:var(--color-text-primary);margin:0;font-size:26px;font-weight:700;line-height:1.15}.payroll-reports-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0}.payroll-reports-filter-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);margin-bottom:14px;overflow:hidden}.payroll-reports-filter-grid{grid-template-columns:minmax(260px,1.4fr) minmax(220px,.9fr) minmax(180px,.7fr);gap:12px;padding:16px 18px;display:grid}.payroll-reports-field{flex-direction:column;gap:5px;min-width:0;display:flex}.payroll-reports-field label{color:var(--color-accent);white-space:nowrap;font-size:11px;font-weight:700}.payroll-reports-field select,.payroll-reports-field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);outline:0;padding:0 9px}.payroll-reports-field select{cursor:pointer;padding-right:28px}.payroll-reports-field select:focus,.payroll-reports-field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.payroll-reports-field select:disabled,.payroll-reports-field input:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.payroll-reports-field--report{min-width:260px}.payroll-reports-filter-footer{border-top:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 18px;display:flex}.payroll-reports-filter-summary{flex-direction:column;gap:2px;min-width:0;display:flex}.payroll-reports-filter-summary strong{color:var(--color-text-primary);font-size:12px;font-weight:650}.payroll-reports-filter-summary span{color:var(--color-text-muted);font-size:10px}.payroll-reports-generate-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:142px;height:34px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-weight:650;display:inline-flex}.payroll-reports-generate-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.payroll-reports-generate-button:disabled{opacity:.45;cursor:not-allowed}.payroll-reports-error{color:var(--color-danger);font-size:var(--font-size-xs);margin:-4px 0 12px}.payroll-reports-preview-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.payroll-reports-preview-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:10px 18px;display:flex}.payroll-reports-preview-header h2{color:var(--color-accent);margin:0;font-size:16px;font-weight:650}.payroll-reports-preview-header p{color:var(--color-text-muted);margin:3px 0 0;font-size:10px}.payroll-reports-export-actions{align-items:center;gap:7px;display:flex}.payroll-reports-export-actions button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);height:32px;color:var(--color-text-secondary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-weight:600;display:inline-flex}.payroll-reports-export-actions button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.payroll-reports-export-actions button:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);opacity:.6;cursor:not-allowed}.payroll-reports-preview-body{min-height:300px}.payroll-reports-preview-body--loaded{min-height:0;padding:14px 18px 18px}.payroll-reports-preview-placeholder{min-height:300px;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.payroll-reports-preview-placeholder h3{color:var(--color-text-primary);margin:10px 0 0;font-size:14px;font-weight:650}.payroll-reports-preview-placeholder p{max-width:460px;font-size:var(--font-size-xs);margin:6px 0 0;line-height:1.5}.payroll-reports-runbar{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);align-items:stretch;display:flex;overflow-x:auto}.payroll-reports-runbar>div{border-right:1px solid var(--color-border);align-items:baseline;gap:9px;min-width:130px;padding:11px 15px;display:flex}.payroll-reports-runbar>div:last-child{border-right:0}.payroll-reports-runbar__primary{min-width:180px!important}.payroll-reports-runbar span{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:10px;font-weight:700}.payroll-reports-runbar strong{color:var(--color-text-primary);white-space:nowrap;font-size:13px}.payroll-reports-run-status{letter-spacing:.04em;border-radius:999px;align-items:center;min-height:22px;padding:0 7px;font-weight:700;display:inline-flex;font-size:10px!important}.payroll-reports-run-status--finalized{background:#e9f8ef;color:#18783d!important}.payroll-reports-run-status--unlocked{background:#fff1d6;color:#8a5b00!important}.payroll-reports-run-status--superseded{background:var(--color-surface-muted);color:var(--color-text-muted)!important}.payroll-reports-loaded-message{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);color:var(--color-text-secondary);align-items:flex-start;gap:9px;margin-top:10px;padding:10px 12px;display:flex}.payroll-reports-loaded-message>svg{color:var(--color-accent);flex-shrink:0;margin-top:1px}.payroll-reports-loaded-message>div{flex-direction:column;gap:2px;display:flex}.payroll-reports-loaded-message strong{color:var(--color-text-primary);font-size:11px;font-weight:650}.payroll-reports-loaded-message span{color:var(--color-text-muted);font-size:10px}.payroll-reports-register{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);margin-top:12px;overflow:hidden}.payroll-reports-register__header{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);flex-direction:column;gap:2px;padding:10px 12px;display:flex}.payroll-reports-register__header strong{color:var(--color-text-primary);font-size:12px;font-weight:700}.payroll-reports-register__header span{color:var(--color-text-muted);font-size:10px}.payroll-reports-table-wrapper{width:100%;max-width:100%;position:relative;overflow:auto visible}.payroll-reports-table{border-collapse:separate;border-spacing:0;background:var(--color-surface);width:max-content;min-width:100%;color:var(--color-text-primary);font-size:10px}.payroll-reports-table th,.payroll-reports-table td{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);white-space:nowrap;background-clip:padding-box;min-width:78px;padding:7px 8px}.payroll-reports-table th:last-child,.payroll-reports-table td:last-child{border-right:0}.payroll-reports-table thead th{background:var(--color-surface-muted);color:var(--color-text-secondary);text-align:center;text-transform:uppercase;letter-spacing:.03em;font-size:9px;font-weight:700}.payroll-reports-table thead tr:first-child th{color:var(--color-accent)}.payroll-reports-table tbody tr:hover td{background:var(--color-surface-muted)}.payroll-reports-table tfoot td{background:var(--color-surface-muted);color:var(--color-text-primary);font-weight:700}.payroll-reports-table__center{text-align:center}.payroll-reports-table__number{text-align:right;font-variant-numeric:tabular-nums}.payroll-reports-table__employee{font-weight:600;min-width:150px!important}.payroll-reports-table__strong{font-weight:700}.payroll-reports-table__net{color:#176c38;font-weight:700;background:#eef8f1!important}.payroll-reports-table--wage-sheet{width:max-content;min-width:100%;font-size:11px}.payroll-reports-table--wage-sheet th,.payroll-reports-table--wage-sheet td{vertical-align:middle;min-width:76px;padding:8px;font-size:11px;line-height:1.35}.payroll-reports-table--wage-sheet thead th{overflow-wrap:anywhere;word-break:normal;text-align:center;vertical-align:middle;font-size:10.5px;font-weight:700;line-height:1.35;white-space:normal!important}.payroll-reports-table--wage-sheet thead th[colspan]{padding:8px 7px;font-size:10.5px;font-weight:700;line-height:1.35}.payroll-reports-table--wage-sheet thead tr:nth-child(2) th{min-width:78px;padding:7px 8px;font-size:10.5px;white-space:normal!important}.payroll-reports-table--wage-sheet thead tr:first-child>th:first-child,.payroll-reports-table--wage-sheet tbody td:first-child{width:60px!important;min-width:60px!important;max-width:60px!important}.payroll-reports-table--wage-sheet thead tr:first-child>th:nth-child(2),.payroll-reports-table--wage-sheet tbody td:nth-child(2){width:70px!important;min-width:70px!important;max-width:70px!important}.payroll-reports-table--wage-sheet thead tr:first-child>th:nth-child(3),.payroll-reports-table--wage-sheet tbody td:nth-child(3){width:170px!important;min-width:170px!important;max-width:170px!important}.payroll-reports-table--wage-sheet .payroll-reports-table__employee{white-space:nowrap;font-size:11px;font-weight:650;width:170px!important;min-width:170px!important;max-width:170px!important}.payroll-reports-table--wage-sheet thead tr:first-child>th:first-child{z-index:20;background:var(--color-surface-muted);position:sticky;left:0}.payroll-reports-table--wage-sheet thead tr:first-child>th:nth-child(2){z-index:20;background:var(--color-surface-muted);position:sticky;left:60px}.payroll-reports-table--wage-sheet thead tr:first-child>th:nth-child(3){z-index:20;background:var(--color-surface-muted);position:sticky;left:130px}.payroll-reports-table--wage-sheet tbody td:first-child{z-index:10;background:var(--color-surface);position:sticky;left:0}.payroll-reports-table--wage-sheet tbody td:nth-child(2){z-index:10;background:var(--color-surface);position:sticky;left:60px}.payroll-reports-table--wage-sheet tbody td:nth-child(3){z-index:10;background:var(--color-surface);position:sticky;left:130px}.payroll-reports-table--wage-sheet tbody tr:hover td:first-child,.payroll-reports-table--wage-sheet tbody tr:hover td:nth-child(2),.payroll-reports-table--wage-sheet tbody tr:hover td:nth-child(3){background:var(--color-surface-muted)}.payroll-reports-table--form-ii{width:max-content;min-width:100%;font-size:11px}.payroll-reports-table--form-ii th,.payroll-reports-table--form-ii td{vertical-align:middle;min-width:64px;padding:8px}.payroll-reports-table--form-ii th{overflow-wrap:anywhere;word-break:normal;text-align:center;vertical-align:middle;width:86px;max-width:106px;font-size:10.5px;font-weight:700;line-height:1.35;white-space:normal!important}.payroll-reports-table--form-ii thead th[colspan]{overflow-wrap:anywhere;word-break:normal;padding:8px 7px;font-size:10.5px;font-weight:700;line-height:1.35;white-space:normal!important}.payroll-reports-table--form-ii thead th[rowspan="2"]{overflow-wrap:anywhere;word-break:normal;width:92px;min-width:80px;max-width:108px;padding:8px 7px;font-size:10.5px;font-weight:700;line-height:1.35;white-space:normal!important}.payroll-reports-table--form-ii td{font-size:11px;line-height:1.4}.payroll-reports-table--form-ii thead tr:first-child>th:first-child,.payroll-reports-table--form-ii tbody td:first-child{width:55px!important;min-width:55px!important;max-width:55px!important}.payroll-reports-table--form-ii thead tr:first-child>th:nth-child(2),.payroll-reports-table--form-ii tbody td:nth-child(2){width:65px!important;min-width:65px!important;max-width:65px!important}.payroll-reports-table--form-ii thead tr:first-child>th:nth-child(3),.payroll-reports-table--form-ii tbody td:nth-child(3){width:175px!important;min-width:175px!important;max-width:175px!important}.payroll-reports-table--form-ii .payroll-reports-table__employee{white-space:nowrap;font-size:11px;font-weight:650;width:175px!important;min-width:175px!important;max-width:175px!important}.payroll-reports-table--form-ii thead tr:first-child>th:first-child{z-index:20;background:var(--color-surface-muted);position:sticky;left:0}.payroll-reports-table--form-ii thead tr:first-child>th:nth-child(2){z-index:20;background:var(--color-surface-muted);position:sticky;left:55px}.payroll-reports-table--form-ii thead tr:first-child>th:nth-child(3){z-index:20;background:var(--color-surface-muted);position:sticky;left:120px}.payroll-reports-table--form-ii tbody td:first-child{z-index:10;background:var(--color-surface);position:sticky;left:0}.payroll-reports-table--form-ii tbody td:nth-child(2){z-index:10;background:var(--color-surface);position:sticky;left:55px}.payroll-reports-table--form-ii tbody td:nth-child(3){z-index:10;background:var(--color-surface);position:sticky;left:120px}.payroll-reports-table--form-ii tbody tr:hover td:first-child,.payroll-reports-table--form-ii tbody tr:hover td:nth-child(2),.payroll-reports-table--form-ii tbody tr:hover td:nth-child(3){background:var(--color-surface-muted)}.payroll-reports-table--form-ii .payroll-reports-table__day-header,.payroll-reports-table--form-ii .payroll-reports-table__attendance-code{text-align:center;padding-left:4px;padding-right:4px;font-size:11px;font-weight:650;white-space:nowrap!important;width:34px!important;min-width:34px!important;max-width:34px!important}.payroll-reports-form-ii__fixed-text{color:var(--color-text-secondary);text-align:center;vertical-align:middle;overflow-wrap:anywhere;word-break:normal;font-size:10.5px;line-height:1.55;white-space:normal!important;width:200px!important;min-width:200px!important;max-width:200px!important;padding:10px 12px!important}.payroll-reports-table--form-ii thead tr:first-child>th:nth-child(5){width:140px;min-width:140px;max-width:140px}.payroll-reports-table--form-ii thead tr:first-child>th:nth-child(6){width:120px;min-width:120px;max-width:120px}.payroll-reports-table--form-ii .payroll-reports-table__total-label{text-align:left;font-size:11px}@media (width<=850px){.payroll-reports-filter-grid{grid-template-columns:1fr}.payroll-reports-preview-header{flex-direction:column;align-items:flex-start}.payroll-reports-export-actions{width:100%}}@media (width<=600px){.payroll-reports-filter-footer{flex-direction:column;align-items:stretch}.payroll-reports-generate-button{width:100%}.payroll-reports-export-actions{flex-wrap:wrap}}.payroll-reports-salary-register{overflow:hidden}.payroll-reports-salary-register__toolbar{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;padding:10px 12px;display:flex}.payroll-reports-salary-register__search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);align-items:center;gap:8px;width:min(420px,100%);height:34px;padding:0 10px;display:flex}.payroll-reports-salary-register__search svg{color:var(--color-text-muted);flex-shrink:0}.payroll-reports-salary-register__search input{width:100%;color:var(--color-text-primary);background:0 0;border:0;outline:0;font-family:inherit;font-size:11px}.payroll-reports-salary-register__search input::placeholder{color:var(--color-text-muted)}.payroll-reports-salary-register__search:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.payroll-reports-salary-register__count{color:var(--color-text-muted);white-space:nowrap;font-size:10px}.payroll-reports-salary-register__count strong{color:var(--color-text-primary);font-weight:700}.payroll-reports-table--salary-register{width:100%;min-width:900px;font-size:11px}.payroll-reports-table--salary-register th,.payroll-reports-table--salary-register td{vertical-align:middle;padding:9px 10px;font-size:11px;line-height:1.35}.payroll-reports-table--salary-register thead th{white-space:normal;text-align:center;font-size:10.5px;font-weight:700}.payroll-reports-table--salary-register th:first-child,.payroll-reports-table--salary-register td:first-child{width:60px;min-width:60px}.payroll-reports-table--salary-register th:nth-child(2),.payroll-reports-table--salary-register td:nth-child(2){width:75px;min-width:75px}.payroll-reports-table--salary-register th:nth-child(3),.payroll-reports-table--salary-register td:nth-child(3){min-width:180px}.payroll-reports-table--salary-register th:nth-child(4),.payroll-reports-table--salary-register td:nth-child(4){min-width:135px}.payroll-reports-table--salary-register th:nth-child(5),.payroll-reports-table--salary-register td:nth-child(5){min-width:120px}.payroll-reports-table--salary-register th:nth-child(6),.payroll-reports-table--salary-register td:nth-child(6),.payroll-reports-table--salary-register th:nth-child(7),.payroll-reports-table--salary-register td:nth-child(7),.payroll-reports-table--salary-register th:nth-child(8),.payroll-reports-table--salary-register td:nth-child(8){min-width:130px}.payroll-reports-salary-register__empty{height:90px;color:var(--color-text-muted);text-align:center}@media (width<=700px){.payroll-reports-salary-register__toolbar{flex-direction:column;align-items:stretch}.payroll-reports-salary-register__search{width:100%}.payroll-reports-salary-register__count{white-space:normal}}.payroll-reports-filter-summary strong{font-size:13px;line-height:1.35}.payroll-reports-filter-summary span,.payroll-reports-preview-header p,.payroll-reports-salary-register__count{font-size:11px;line-height:1.4}.payroll-reports-table--salary-register .payroll-reports-table__employee{text-align:center}.payroll-reports-filter-summary strong{font-size:13px}.payroll-reports-filter-summary span{font-size:12px}.payroll-reports-preview-header h2{font-size:16px}.payroll-reports-preview-header p,.payroll-reports-salary-register__count{font-size:12px}.payroll-reports-bank-transfer{overflow:hidden}.payroll-reports-preview-card--bank-transfer,.payroll-reports-preview-card--bank-transfer .payroll-reports-bank-transfer{overflow:visible}.payroll-reports-bank-transfer__toolbar{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);grid-template-columns:minmax(340px,1fr) auto minmax(150px,auto);align-items:center;gap:16px;padding:10px 12px;display:grid}.payroll-reports-bank-transfer__search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);align-items:center;gap:8px;width:min(460px,100%);height:34px;padding:0 10px;display:flex}.payroll-reports-bank-transfer__search svg{color:var(--color-text-muted);flex-shrink:0}.payroll-reports-bank-transfer__search input{width:100%;color:var(--color-text-primary);background:0 0;border:0;outline:0;font-family:inherit;font-size:11px}.payroll-reports-bank-transfer__search input::placeholder{color:var(--color-text-muted)}.payroll-reports-bank-transfer__search:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.payroll-reports-bank-transfer__filter{align-items:center;gap:8px;display:flex}.payroll-reports-bank-transfer__filter label{color:var(--color-text-secondary);white-space:nowrap;font-size:11px;font-weight:700}.payroll-reports-bank-transfer__filter select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-width:100px;height:34px;color:var(--color-text-primary);outline:0;padding:0 30px 0 10px;font-family:inherit;font-size:11px}.payroll-reports-bank-transfer__filter select:focus{border-color:var(--color-accent)}.payroll-reports-bank-transfer__count{color:var(--color-text-muted);white-space:nowrap;justify-self:end;font-size:12px;line-height:1.4}.payroll-reports-bank-transfer__count strong{color:var(--color-text-primary);font-weight:700}.payroll-reports-bank-transfer__summary{border-bottom:1px solid var(--color-border);background:var(--color-surface);align-items:stretch;display:flex;overflow-x:auto}.payroll-reports-bank-transfer__summary>div{border-right:1px solid var(--color-border);flex-direction:column;flex:0 0 155px;justify-content:center;gap:3px;min-height:54px;padding:9px 12px;display:flex}.payroll-reports-bank-transfer__summary>div:last-child{border-right:0}.payroll-reports-bank-transfer__summary span{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:10px;font-weight:700}.payroll-reports-bank-transfer__summary strong{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.payroll-reports-bank-transfer__actions{border-bottom:1px solid var(--color-border);background:var(--color-surface);justify-content:space-between;align-items:center;gap:16px;min-height:52px;padding:8px 12px;display:flex}.payroll-reports-bank-transfer__selection-info{color:var(--color-text-secondary);font-size:11px}.payroll-reports-bank-transfer__selection-info strong{color:var(--color-text-primary);font-size:12px;font-weight:700}.payroll-reports-bank-transfer__edit-button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);height:32px;color:var(--color-text-primary);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:650;display:inline-flex}.payroll-reports-bank-transfer__edit-button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.payroll-reports-bank-transfer__edit-button:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);opacity:.55;cursor:not-allowed}.payroll-reports-bank-transfer__editor{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);grid-template-columns:minmax(180px,1fr) auto auto;align-items:end;gap:20px;padding:12px;display:grid}.payroll-reports-bank-transfer__editor-heading{flex-direction:column;align-self:center;gap:2px;display:flex}.payroll-reports-bank-transfer__editor-heading strong{color:var(--color-text-primary);font-size:12px;font-weight:700}.payroll-reports-bank-transfer__editor-heading span{color:var(--color-text-muted);font-size:11px}.payroll-reports-bank-transfer__editor-fields{align-items:flex-end;gap:12px;display:flex}.payroll-reports-bank-transfer__bulk-field{flex-direction:column;gap:5px;min-width:150px;display:flex}.payroll-reports-bank-transfer__bulk-field label{color:var(--color-text-secondary);white-space:nowrap;font-size:11px;font-weight:700}.payroll-reports-bank-transfer__bulk-field select,.payroll-reports-bank-transfer__bulk-field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:34px;color:var(--color-text-primary);outline:0;padding:0 10px;font-family:inherit;font-size:11px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__input-wrapper input{height:34px;min-height:34px;padding:0 40px 0 10px;font-size:11px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__trigger{width:32px;height:28px;right:2px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__popover{width:332px;max-width:calc(100vw - 32px)}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__topbar{min-height:54px;padding:9px 13px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__eyebrow{margin-bottom:2px;font-size:9px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__selected-label{font-size:15px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__controls{grid-template-columns:32px minmax(0,1fr) 32px;gap:7px;padding:9px 12px 7px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__nav-button{width:32px;height:32px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__selectors{grid-template-columns:minmax(0,1.45fr) minmax(82px,.9fr);gap:6px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__selectors select{height:32px;padding:0 8px;font-size:11px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__weekdays{padding:0 12px 3px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__weekdays span{height:22px;font-size:10px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__days{gap:2px;padding:0 12px 9px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__day{border-radius:6px;width:36px;height:31px;font-size:11px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__footer{min-height:42px;padding:5px 12px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__footer-action,.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__today-button{min-height:29px;font-size:11px}.payroll-reports-bank-transfer__bulk-field .sispl-date-picker__today-button{padding:0 12px}.payroll-reports-bank-transfer__bulk-field select:focus,.payroll-reports-bank-transfer__bulk-field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.payroll-reports-bank-transfer__bulk-field input:disabled{background:var(--color-background);color:var(--color-text-muted);cursor:not-allowed}.payroll-reports-bank-transfer__editor-actions{align-items:center;gap:8px;display:flex}.payroll-reports-bank-transfer__cancel-button,.payroll-reports-bank-transfer__update-button{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;height:34px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:650;display:inline-flex}.payroll-reports-bank-transfer__cancel-button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.payroll-reports-bank-transfer__cancel-button:hover:not(:disabled){border-color:var(--color-text-secondary);color:var(--color-text-primary)}.payroll-reports-bank-transfer__update-button{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.payroll-reports-bank-transfer__update-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.payroll-reports-bank-transfer__cancel-button:disabled,.payroll-reports-bank-transfer__update-button:disabled{opacity:.45;cursor:not-allowed}.payroll-reports-bank-transfer__message{border-bottom:1px solid var(--color-border);padding:9px 12px;font-size:11px}.payroll-reports-bank-transfer__message--success{color:#23663c;background:#eefaf2}.payroll-reports-bank-transfer__message--error{color:#a12727;background:#fff1f1}.payroll-reports-table--bank-transfer{width:100%;min-width:1180px;font-size:11px}.payroll-reports-table--bank-transfer th,.payroll-reports-table--bank-transfer td{vertical-align:middle;padding:9px;font-size:11px;line-height:1.35}.payroll-reports-table--bank-transfer thead th{white-space:normal;text-align:center;font-size:10.5px;font-weight:700}.payroll-reports-table--bank-transfer th:first-child,.payroll-reports-table--bank-transfer td:first-child{width:48px;min-width:48px}.payroll-reports-table--bank-transfer th:nth-child(2),.payroll-reports-table--bank-transfer td:nth-child(2){width:60px;min-width:60px}.payroll-reports-table--bank-transfer th:nth-child(3),.payroll-reports-table--bank-transfer td:nth-child(3){width:70px;min-width:70px}.payroll-reports-table--bank-transfer th:nth-child(4),.payroll-reports-table--bank-transfer td:nth-child(4){min-width:165px}.payroll-reports-table--bank-transfer th:nth-child(5),.payroll-reports-table--bank-transfer td:nth-child(5){min-width:140px}.payroll-reports-table--bank-transfer th:nth-child(6),.payroll-reports-table--bank-transfer td:nth-child(6){min-width:110px}.payroll-reports-table--bank-transfer th:nth-child(7),.payroll-reports-table--bank-transfer td:nth-child(7){min-width:125px}.payroll-reports-table--bank-transfer th:nth-child(8),.payroll-reports-table--bank-transfer td:nth-child(8){min-width:135px}.payroll-reports-table--bank-transfer th:nth-child(9),.payroll-reports-table--bank-transfer td:nth-child(9){min-width:115px}.payroll-reports-table--bank-transfer th:nth-child(10),.payroll-reports-table--bank-transfer td:nth-child(10){min-width:90px}.payroll-reports-table--bank-transfer th:nth-child(11),.payroll-reports-table--bank-transfer td:nth-child(11){min-width:110px}.payroll-reports-table--bank-transfer th:nth-child(12),.payroll-reports-table--bank-transfer td:nth-child(12){min-width:120px}.payroll-reports-table--bank-transfer input[type=checkbox]{width:14px;height:14px;accent-color:var(--color-accent);cursor:pointer}.payroll-reports-payment-status{border-radius:999px;justify-content:center;align-items:center;min-width:58px;min-height:22px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.payroll-reports-payment-status--paid{color:#18783d;background:#e9f8ef}.payroll-reports-payment-status--unpaid{color:#8a5b00;background:#fff1d6}.payroll-reports-bank-transfer__empty{height:90px;color:var(--color-text-muted);text-align:center}@media (width<=1000px){.payroll-reports-bank-transfer__toolbar{grid-template-columns:1fr auto}.payroll-reports-bank-transfer__count{grid-column:1/-1;justify-self:start}.payroll-reports-bank-transfer__editor{grid-template-columns:1fr;align-items:stretch;gap:12px}.payroll-reports-bank-transfer__editor-fields{flex-wrap:wrap}.payroll-reports-bank-transfer__editor-actions{justify-content:flex-end}}@media (width<=700px){.payroll-reports-bank-transfer__toolbar{grid-template-columns:1fr;align-items:stretch}.payroll-reports-bank-transfer__search{width:100%}.payroll-reports-bank-transfer__filter{justify-content:space-between}.payroll-reports-bank-transfer__count{white-space:normal;grid-column:auto}.payroll-reports-bank-transfer__actions{flex-direction:column;align-items:stretch}.payroll-reports-bank-transfer__edit-button{width:100%}.payroll-reports-bank-transfer__editor-fields,.payroll-reports-bank-transfer__editor-actions{flex-direction:column;align-items:stretch}.payroll-reports-bank-transfer__bulk-field{width:100%;min-width:0}.payroll-reports-bank-transfer__cancel-button,.payroll-reports-bank-transfer__update-button{width:100%}}.payroll-reports-payslip{overflow:hidden}.payroll-reports-payslip__toolbar{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);grid-template-columns:minmax(320px,1fr) minmax(260px,360px) auto;align-items:center;gap:16px;padding:12px;display:grid}.payroll-reports-payslip__search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);align-items:center;gap:8px;height:36px;padding:0 10px;display:flex}.payroll-reports-payslip__search svg{color:var(--color-text-muted);flex-shrink:0}.payroll-reports-payslip__search input{width:100%;color:var(--color-text-primary);background:0 0;border:0;outline:0;font-family:inherit;font-size:12px}.payroll-reports-payslip__search:focus-within{border-color:var(--color-accent)}.payroll-reports-payslip__employee-select{flex-direction:column;gap:5px;display:flex}.payroll-reports-payslip__employee-select label{color:var(--color-text-secondary);font-size:11px;font-weight:700}.payroll-reports-payslip__employee-select select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:36px;color:var(--color-text-primary);padding:0 10px;font-family:inherit;font-size:12px}.payroll-reports-payslip__count{color:var(--color-text-muted);white-space:nowrap;align-self:end;margin:0 0 9px;font-size:12px;line-height:17px}.payroll-reports-payslip__count strong{color:var(--color-text-primary);font-weight:700}.payroll-reports-payslip__sheet{border:1px solid var(--color-border);background:var(--color-surface);width:min(980px,100% - 32px);margin:18px auto;font-family:Calibri,Segoe UI,Arial,sans-serif}.payroll-reports-payslip__title{border-bottom:1px solid var(--color-border);text-align:center;flex-direction:column;align-items:center;gap:4px;padding:16px 18px;display:flex}.payroll-reports-payslip__title strong{color:var(--color-text-primary);font-size:17px;font-weight:700}.payroll-reports-payslip__title span{color:var(--color-accent);font-size:13px;font-weight:700}.payroll-reports-payslip__section{border-bottom:1px solid var(--color-border)}.payroll-reports-payslip__section-title{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-accent);text-transform:uppercase;padding:8px 12px;font-size:12px;font-weight:700}.payroll-reports-payslip__details-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.payroll-reports-payslip__details-grid>div{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);grid-template-columns:135px 1fr;gap:12px;padding:8px 12px;display:grid}.payroll-reports-payslip__details-grid>div:nth-child(2n){border-right:0}.payroll-reports-payslip__details-grid span{color:var(--color-text-muted);font-size:11.5px;font-weight:600}.payroll-reports-payslip__details-grid strong{color:var(--color-text-primary);font-size:12px;font-weight:700}.payroll-reports-payslip__metrics{grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.payroll-reports-payslip__metrics--rates{grid-template-columns:repeat(5,minmax(0,1fr))}.payroll-reports-payslip__metrics>div{border-right:1px solid var(--color-border);flex-direction:column;align-items:center;gap:4px;padding:10px 8px;display:flex}.payroll-reports-payslip__metrics>div:last-child{border-right:0}.payroll-reports-payslip__metrics span{color:var(--color-text-muted);text-align:center;font-size:10.5px;font-weight:600}.payroll-reports-payslip__metrics strong{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.payroll-reports-payslip__columns{grid-template-columns:1fr 1fr;display:grid}.payroll-reports-payslip__columns>.payroll-reports-payslip__section:first-child{border-right:1px solid var(--color-border)}.payroll-reports-payslip__money-list>div{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;min-height:32px;padding:6px 12px;display:flex}.payroll-reports-payslip__money-list>div:last-child{border-bottom:0}.payroll-reports-payslip__money-list span{color:var(--color-text-secondary);font-size:11.5px}.payroll-reports-payslip__money-list strong{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-size:12px;font-weight:650}.payroll-reports-payslip__money-total{background:var(--color-surface-muted)}.payroll-reports-payslip__money-total span,.payroll-reports-payslip__money-total strong{font-weight:700}.payroll-reports-payslip__net{background:#eef8f1;justify-content:flex-end;align-items:center;gap:30px;padding:14px 18px;display:flex}.payroll-reports-payslip__net span{color:#176c38;text-transform:uppercase;font-size:13px;font-weight:700}.payroll-reports-payslip__net strong{color:#176c38;font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}.payroll-reports-payslip__empty{color:var(--color-text-muted);text-align:center;padding:40px;font-size:12px}@media (width<=900px){.payroll-reports-payslip__toolbar{grid-template-columns:1fr}.payroll-reports-payslip__count{white-space:normal}.payroll-reports-payslip__metrics,.payroll-reports-payslip__metrics--rates{grid-template-columns:repeat(3,1fr)}}@media (width<=650px){.payroll-reports-payslip__sheet{width:calc(100% - 20px)}.payroll-reports-payslip__details-grid,.payroll-reports-payslip__columns{grid-template-columns:1fr}.payroll-reports-payslip__details-grid>div,.payroll-reports-payslip__columns>.payroll-reports-payslip__section:first-child{border-right:0}.payroll-reports-payslip__metrics,.payroll-reports-payslip__metrics--rates{grid-template-columns:repeat(2,1fr)}.payroll-reports-payslip__net{justify-content:space-between}}.payroll-reports-payslip__search{transform:translateY(9px)}.payroll-reports-hra-register{font-family:Calibri,Segoe UI,Arial,sans-serif;overflow:hidden}.payroll-reports-hra-register__toolbar{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;padding:10px 12px;display:flex}.payroll-reports-hra-register__search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);align-items:center;gap:8px;width:min(420px,100%);height:36px;padding:0 10px;display:flex}.payroll-reports-hra-register__search svg{color:var(--color-text-muted);flex-shrink:0}.payroll-reports-hra-register__search input{width:100%;color:var(--color-text-primary);background:0 0;border:0;outline:0;font-family:inherit;font-size:12px}.payroll-reports-hra-register__search input::placeholder{color:var(--color-text-muted)}.payroll-reports-hra-register__search:focus-within{border-color:var(--color-accent)}.payroll-reports-hra-register__count{color:var(--color-text-muted);white-space:nowrap;font-size:12px}.payroll-reports-hra-register__count strong{color:var(--color-text-primary);font-weight:700}.payroll-reports-hra-register__heading{border-bottom:1px solid var(--color-border);background:var(--color-surface);text-align:center;flex-direction:column;align-items:center;gap:3px;padding:13px 16px;display:flex}.payroll-reports-hra-register__heading strong{color:var(--color-text-primary);font-size:15px;font-weight:700}.payroll-reports-hra-register__heading span{color:var(--color-accent);font-size:12px;font-weight:700}.payroll-reports-table--hra-register{width:100%;min-width:1050px;font-size:12px}.payroll-reports-table--hra-register th,.payroll-reports-table--hra-register td{vertical-align:middle;padding:11px 10px;font-family:Calibri,Segoe UI,Arial,sans-serif;font-size:13px;line-height:1.3}.payroll-reports-table--hra-register thead th{white-space:normal;text-align:center;font-size:11px;font-weight:700}.payroll-reports-table--hra-register th:first-child,.payroll-reports-table--hra-register td:first-child{width:65px;min-width:65px}.payroll-reports-table--hra-register th:nth-child(2),.payroll-reports-table--hra-register td:nth-child(2){width:75px;min-width:75px}.payroll-reports-table--hra-register th:nth-child(3),.payroll-reports-table--hra-register td:nth-child(3){min-width:190px}.payroll-reports-table--hra-register th:nth-child(4),.payroll-reports-table--hra-register td:nth-child(4){min-width:110px}.payroll-reports-table--hra-register th:nth-child(5),.payroll-reports-table--hra-register td:nth-child(5){min-width:150px}.payroll-reports-table--hra-register th:nth-child(6),.payroll-reports-table--hra-register td:nth-child(6){min-width:130px}.payroll-reports-table--hra-register th:nth-child(7),.payroll-reports-table--hra-register td:nth-child(7){min-width:165px}.payroll-reports-table--hra-register th:nth-child(8),.payroll-reports-table--hra-register td:nth-child(8){min-width:120px}.payroll-reports-hra-register__empty{height:90px;color:var(--color-text-muted);text-align:center}@media (width<=700px){.payroll-reports-hra-register__toolbar{flex-direction:column;align-items:stretch}.payroll-reports-hra-register__search{width:100%}.payroll-reports-hra-register__count{white-space:normal}}.payroll-reports-filter-card{overflow:visible}.payroll-reports-field .sispl-month-picker{width:100%}.payroll-reports-field .sispl-month-picker__input-wrapper input{width:100%;height:34px;min-height:34px;padding:0 40px 0 9px}.payroll-reports-field .sispl-month-picker__trigger{width:32px;height:28px;right:2px}.deduction-reports-page{width:100%;max-width:none;margin:0}.deduction-reports-page__header{margin-bottom:14px}.deduction-reports-page__eyebrow{color:var(--color-accent);letter-spacing:.13em;margin-bottom:4px;font-size:10px;font-weight:700}.deduction-reports-page__title{color:var(--color-text-primary);margin:0;font-size:26px;font-weight:700;line-height:1.15}.deduction-reports-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0}.deduction-reports-filter-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);margin-bottom:14px;overflow:hidden}.deduction-reports-filter-grid{grid-template-columns:minmax(220px,.9fr) minmax(320px,1.6fr) minmax(180px,.7fr);gap:12px;padding:16px 18px;display:grid}.deduction-reports-field{flex-direction:column;gap:5px;min-width:0;display:flex}.deduction-reports-field label{color:var(--color-accent);white-space:nowrap;font-size:11px;font-weight:700}.deduction-reports-field select,.deduction-reports-field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);outline:0;padding:0 9px}.deduction-reports-field select{cursor:pointer;padding-right:28px}.deduction-reports-field select:focus,.deduction-reports-field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.deduction-reports-field select:disabled,.deduction-reports-field input:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.deduction-reports-field--report{min-width:260px}.deduction-reports-filter-footer{border-top:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 18px;display:flex}.deduction-reports-filter-summary{flex-direction:column;gap:2px;min-width:0;display:flex}.deduction-reports-filter-summary strong{color:var(--color-text-primary);font-size:13px;font-weight:650;line-height:1.35}.deduction-reports-filter-summary span{color:var(--color-text-muted);font-size:12px;line-height:1.4}.deduction-reports-generate-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:142px;height:34px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-weight:650;display:inline-flex}.deduction-reports-generate-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.deduction-reports-generate-button:disabled{opacity:.45;cursor:not-allowed}.deduction-reports-message{font-size:var(--font-size-xs)}.deduction-reports-message--error{color:var(--color-danger);font-size:var(--font-size-xs);margin:-4px 0 12px}.deduction-reports-preview-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.deduction-reports-preview-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:10px 18px;display:flex}.deduction-reports-preview-header>div:first-child{min-width:0}.deduction-reports-preview-eyebrow{display:none}.deduction-reports-preview-header h2{color:var(--color-accent);margin:0;font-size:16px;font-weight:650}.deduction-reports-preview-header p{color:var(--color-text-muted);margin:3px 0 0;font-size:12px;line-height:1.4}.deduction-reports-record-count{color:var(--color-text-muted);white-space:nowrap;font-size:12px;line-height:1.4}.deduction-reports-excel-button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);height:32px;color:var(--color-text-secondary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-weight:600;display:inline-flex}.deduction-reports-excel-button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.deduction-reports-excel-button:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);opacity:.6;cursor:not-allowed}.deduction-reports-empty-state{min-height:300px;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.deduction-reports-empty-state h2{color:var(--color-text-primary);margin:10px 0 0;font-size:14px;font-weight:650}.deduction-reports-empty-state p{max-width:460px;font-size:var(--font-size-xs);margin:6px 0 0;line-height:1.5}.deduction-reports-preview-body{min-height:0;padding:14px 18px 18px}.deduction-reports-preview-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--color-surface-muted);border-bottom:0;justify-content:flex-end;align-items:center;min-height:42px;padding:8px 12px;display:flex}.deduction-reports-preview-summary span{color:var(--color-text-muted);font-size:12px}.deduction-reports-preview-summary strong{color:var(--color-text-primary);font-weight:700}.deduction-reports-table-wrapper{border:1px solid var(--color-border);border-radius:0 0 var(--radius-lg) var(--radius-lg);width:100%;max-width:100%;position:relative;overflow:auto visible}.deduction-reports-table{table-layout:fixed;border-collapse:separate;border-spacing:0;background:var(--color-surface);width:100%;min-width:100%;color:var(--color-text-primary);font-size:11px}.deduction-reports-table th,.deduction-reports-table td{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);vertical-align:middle;white-space:normal;overflow-wrap:anywhere;word-break:normal;background-clip:padding-box;min-width:78px;max-width:180px;padding:8px;font-size:11px;line-height:1.35}.deduction-reports-table th:last-child,.deduction-reports-table td:last-child{border-right:0}.deduction-reports-table thead th{background:var(--color-surface-muted);color:var(--color-text-secondary);text-align:center;vertical-align:middle;overflow-wrap:anywhere;word-break:normal;font-size:11.5px;font-weight:700;line-height:1.35;white-space:normal!important}.deduction-reports-table thead tr:first-child th{color:var(--color-accent)}.deduction-reports-table tbody tr:hover td{background:var(--color-surface-muted)}.deduction-reports-table tfoot td{background:var(--color-surface-muted);color:var(--color-text-primary);font-weight:700}.deduction-reports-table__number{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap!important}.deduction-reports-table__center{text-align:center}.deduction-reports-table__employee{font-weight:650;white-space:normal!important;min-width:150px!important;max-width:180px!important}.deduction-reports-table__empty{height:90px;color:var(--color-text-muted)!important;text-align:center!important}.deduction-reports-table--form-xiii{min-width:1180px}.deduction-reports-table--form-xiii th:first-child,.deduction-reports-table--form-xiii td:first-child{width:55px;min-width:55px;max-width:55px}.deduction-reports-table--form-xiii th:nth-child(2),.deduction-reports-table--form-xiii td:nth-child(2){width:65px;min-width:65px;max-width:65px}.deduction-reports-table--form-xiii th:nth-child(3),.deduction-reports-table--form-xiii td:nth-child(3){width:150px;min-width:150px;max-width:180px}.deduction-reports-table--form-xiii th:nth-child(4),.deduction-reports-table--form-xiii td:nth-child(4){width:110px;min-width:110px;max-width:130px}.deduction-reports-table--form-xiii th:nth-child(5),.deduction-reports-table--form-xiii td:nth-child(5){width:125px;min-width:125px;max-width:140px}.deduction-reports-table--form-xiii th:nth-child(8),.deduction-reports-table--form-xiii td:nth-child(8),.deduction-reports-table--form-xiii th:nth-child(12),.deduction-reports-table--form-xiii td:nth-child(12){width:120px;min-width:120px;max-width:145px;white-space:normal!important}.deduction-reports-table--form-xvi{min-width:1320px}.deduction-reports-table--form-xvi th:first-child,.deduction-reports-table--form-xvi td:first-child{width:55px;min-width:55px;max-width:55px}.deduction-reports-table--form-xvi th:nth-child(2),.deduction-reports-table--form-xvi td:nth-child(2){width:65px;min-width:65px;max-width:65px}.deduction-reports-table--form-xvi th:nth-child(3),.deduction-reports-table--form-xvi td:nth-child(3){width:150px;min-width:150px;max-width:180px}.deduction-reports-table--form-xvi th:nth-child(4),.deduction-reports-table--form-xvi td:nth-child(4){width:135px;min-width:135px;max-width:160px}.deduction-reports-table--form-xvi th:nth-child(5),.deduction-reports-table--form-xvi td:nth-child(5){width:100px;min-width:100px;max-width:120px}.deduction-reports-table--form-xvi th:nth-child(6),.deduction-reports-table--form-xvi td:nth-child(6),.deduction-reports-table--form-xvi th:nth-child(7),.deduction-reports-table--form-xvi td:nth-child(7),.deduction-reports-table--form-xvi th:nth-child(8),.deduction-reports-table--form-xvi td:nth-child(8),.deduction-reports-table--form-xvi th:nth-child(9),.deduction-reports-table--form-xvi td:nth-child(9),.deduction-reports-table--form-xvi th:nth-child(12),.deduction-reports-table--form-xvi td:nth-child(12),.deduction-reports-table--form-xvi th:nth-child(13),.deduction-reports-table--form-xvi td:nth-child(13),.deduction-reports-table--form-xvi th:nth-child(15),.deduction-reports-table--form-xvi td:nth-child(15){width:110px;min-width:110px;max-width:135px;white-space:normal!important}.deduction-reports-table--form-xvi th:nth-child(10),.deduction-reports-table--form-xvi td:nth-child(10){width:105px;min-width:105px;max-width:120px}.deduction-reports-table--form-xvi th:nth-child(11),.deduction-reports-table--form-xvi td:nth-child(11){width:85px;min-width:85px;max-width:100px}.deduction-reports-table--form-xvii{min-width:1220px}.deduction-reports-table--form-xvii th:first-child,.deduction-reports-table--form-xvii td:first-child{width:55px;min-width:55px;max-width:55px}.deduction-reports-table--form-xvii th:nth-child(2),.deduction-reports-table--form-xvii td:nth-child(2){width:65px;min-width:65px;max-width:65px}.deduction-reports-table--form-xvii th:nth-child(3),.deduction-reports-table--form-xvii td:nth-child(3){width:150px;min-width:150px;max-width:180px}.deduction-reports-table--form-xvii th:nth-child(4),.deduction-reports-table--form-xvii td:nth-child(4){width:135px;min-width:135px;max-width:160px}.deduction-reports-table--form-xvii th:nth-child(5),.deduction-reports-table--form-xvii td:nth-child(5){width:100px;min-width:100px;max-width:120px}.deduction-reports-table--form-xvii th:nth-child(6),.deduction-reports-table--form-xvii td:nth-child(6),.deduction-reports-table--form-xvii th:nth-child(8),.deduction-reports-table--form-xvii td:nth-child(8),.deduction-reports-table--form-xvii th:nth-child(9),.deduction-reports-table--form-xvii td:nth-child(9){width:115px;min-width:115px;max-width:140px;white-space:normal!important}.deduction-reports-table--form-xvii th:nth-child(7),.deduction-reports-table--form-xvii td:nth-child(7),.deduction-reports-table--form-xvii th:nth-child(12),.deduction-reports-table--form-xvii td:nth-child(12){width:95px;min-width:95px;max-width:110px;white-space:normal!important}.deduction-reports-table--form-xvii th:nth-child(10),.deduction-reports-table--form-xvii td:nth-child(10),.deduction-reports-table--form-xvii th:nth-child(11),.deduction-reports-table--form-xvii td:nth-child(11){width:90px;min-width:90px;max-width:105px}.deduction-reports-table--overall{min-width:1080px}.deduction-reports-table--overall th:first-child,.deduction-reports-table--overall td:first-child{width:55px;min-width:55px;max-width:55px}.deduction-reports-table--overall th:nth-child(2),.deduction-reports-table--overall td:nth-child(2){width:65px;min-width:65px;max-width:65px}.deduction-reports-table--overall th:nth-child(3),.deduction-reports-table--overall td:nth-child(3){width:155px;min-width:155px;max-width:180px}.deduction-reports-table--overall th:nth-child(n+4),.deduction-reports-table--overall td:nth-child(n+4){min-width:82px;max-width:105px}@media (width<=850px){.deduction-reports-filter-grid{grid-template-columns:1fr}.deduction-reports-preview-header{flex-direction:column;align-items:flex-start}.deduction-reports-record-count{white-space:normal}}@media (width<=600px){.deduction-reports-filter-footer{flex-direction:column;align-items:stretch}.deduction-reports-generate-button,.deduction-reports-excel-button{width:100%}}.deduction-reports-filter-card{overflow:visible}.deduction-reports-field .sispl-month-picker{width:100%}.deduction-reports-field .sispl-month-picker__input-wrapper input{width:100%;height:34px;min-height:34px;padding:0 40px 0 9px}.deduction-reports-field .sispl-month-picker__trigger{width:32px;height:28px;right:2px}.compliance-reports-page{width:100%;max-width:none;margin:0}.compliance-reports-page__header{margin-bottom:14px}.compliance-reports-page__eyebrow{color:var(--color-accent);letter-spacing:.13em;margin-bottom:4px;font-size:10px;font-weight:700}.compliance-reports-page__title{color:var(--color-text-primary);margin:0;font-size:26px;font-weight:700;line-height:1.15}.compliance-reports-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0}.compliance-reports-filter-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);margin-bottom:14px;overflow:hidden}.compliance-reports-filter-grid{grid-template-columns:minmax(220px,.9fr) minmax(320px,1.6fr) minmax(180px,.7fr);gap:12px;padding:16px 18px;display:grid}.compliance-reports-field{flex-direction:column;gap:5px;min-width:0;display:flex}.compliance-reports-field label{color:var(--color-accent);white-space:nowrap;font-size:11px;font-weight:700}.compliance-reports-field select,.compliance-reports-field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);outline:0;padding:0 9px}.compliance-reports-field select{cursor:pointer;padding-right:28px}.compliance-reports-field select:focus,.compliance-reports-field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.compliance-reports-field--report{min-width:260px}.compliance-reports-filter-footer{border-top:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 18px;display:flex}.compliance-reports-filter-summary{flex-direction:column;gap:2px;min-width:0;display:flex}.compliance-reports-filter-summary strong{color:var(--color-text-primary);font-size:13px;font-weight:650;line-height:1.35}.compliance-reports-filter-summary span{color:var(--color-text-muted);font-size:12px;line-height:1.4}.compliance-reports-generate-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:142px;height:34px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;padding:0 14px;font-weight:650;display:inline-flex}.compliance-reports-generate-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.compliance-reports-generate-button:disabled{opacity:.45;cursor:not-allowed}.compliance-reports-message--error{color:var(--color-danger);font-size:var(--font-size-xs);margin:-4px 0 12px}.compliance-reports-preview-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.compliance-reports-preview-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:10px 18px;display:flex}.compliance-reports-preview-header h2{color:var(--color-accent);margin:0;font-size:16px;font-weight:650}.compliance-reports-preview-header p{color:var(--color-text-muted);margin:3px 0 0;font-size:12px}.compliance-reports-excel-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:96px;height:34px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;padding:0 16px;font-weight:650;display:inline-flex}.compliance-reports-excel-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.compliance-reports-excel-button:disabled{opacity:.45;cursor:not-allowed}.compliance-reports-empty-state{min-height:300px;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.compliance-reports-empty-state h2{color:var(--color-text-primary);margin:10px 0 0;font-size:14px;font-weight:650}.compliance-reports-empty-state p{max-width:460px;font-size:var(--font-size-xs);margin:6px 0 0;line-height:1.5}.compliance-reports-preview-body{padding:14px 18px 18px}.compliance-reports-preview-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--color-surface-muted);border-bottom:0;justify-content:flex-end;align-items:center;min-height:42px;padding:8px 12px;display:flex}.compliance-reports-preview-summary span{color:var(--color-text-muted);font-size:12px}.compliance-reports-preview-summary strong{color:var(--color-text-primary)}.compliance-reports-table-wrapper{border:1px solid var(--color-border);border-radius:0 0 var(--radius-lg) var(--radius-lg);width:100%;overflow-x:auto}.compliance-reports-table{border-collapse:separate;border-spacing:0;background:var(--color-surface);width:100%;color:var(--color-text-primary);font-size:11px}.compliance-reports-table th,.compliance-reports-table td{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);vertical-align:middle;padding:8px}.compliance-reports-table th:last-child,.compliance-reports-table td:last-child{border-right:0}.compliance-reports-table thead th{background:var(--color-surface-muted);color:var(--color-accent);text-align:center;white-space:normal;font-size:11.5px;font-weight:700}.compliance-reports-table tbody tr:hover td{background:var(--color-surface-muted)}.compliance-reports-table tfoot td{background:var(--color-surface-muted);color:var(--color-text-primary);font-weight:700}.compliance-reports-table__center{text-align:center}.compliance-reports-table__number{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.compliance-reports-table__employee{min-width:160px;font-weight:650}.compliance-reports-table--pf{min-width:1050px}.compliance-reports-table--esic{min-width:1160px}.compliance-reports-table--ptax{min-width:680px}@media (width<=850px){.compliance-reports-filter-grid{grid-template-columns:1fr}.compliance-reports-preview-header{flex-direction:column;align-items:flex-start}}@media (width<=600px){.compliance-reports-filter-footer{flex-direction:column;align-items:stretch}.compliance-reports-generate-button{width:100%}}.compliance-reports-filter-card{overflow:visible}.compliance-reports-field .sispl-month-picker{width:100%}.compliance-reports-field .sispl-month-picker__input-wrapper input{width:100%;height:34px;min-height:34px;padding:0 40px 0 9px}.compliance-reports-field .sispl-month-picker__trigger{width:32px;height:28px;right:2px}.joining-left-reports-page{width:100%;max-width:none;margin:0}.joining-left-reports-page__header{margin-bottom:14px}.joining-left-reports-page__eyebrow{color:var(--color-accent);letter-spacing:.13em;margin-bottom:4px;font-size:10px;font-weight:700}.joining-left-reports-page__title{color:var(--color-text-primary);margin:0;font-size:26px;font-weight:700;line-height:1.15}.joining-left-reports-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0}.joining-left-reports-filter-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);margin-bottom:14px;overflow:visible}.joining-left-reports-filter-grid{grid-template-columns:minmax(320px,1.6fr) minmax(180px,.7fr) minmax(180px,.7fr);gap:12px;padding:16px 18px;display:grid}.joining-left-reports-field{flex-direction:column;gap:5px;min-width:0;display:flex}.joining-left-reports-field label{color:var(--color-accent);white-space:nowrap;font-size:11px;font-weight:700}.joining-left-reports-field select,.joining-left-reports-field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);outline:0;padding:0 9px}.joining-left-reports-field select{cursor:pointer;padding-right:28px}.joining-left-reports-field select:focus,.joining-left-reports-field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.joining-left-reports-field .sispl-date-picker__input-wrapper input{height:34px;min-height:34px;font-size:var(--font-size-xs);padding:0 40px 0 9px}.joining-left-reports-field .sispl-date-picker__trigger{width:32px;height:28px;right:2px}.joining-left-reports-field--to-date .sispl-date-picker__popover{left:auto;right:0}.joining-left-reports-field--report{min-width:260px}.joining-left-reports-filter-footer{border-top:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 18px;display:flex}.joining-left-reports-filter-summary{flex-direction:column;gap:2px;min-width:0;display:flex}.joining-left-reports-filter-summary strong{color:var(--color-text-primary);font-size:13px;font-weight:650;line-height:1.35}.joining-left-reports-filter-summary span{color:var(--color-text-muted);font-size:12px;line-height:1.4}.joining-left-reports-generate-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:142px;height:34px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;padding:0 14px;font-weight:650;display:inline-flex}.joining-left-reports-generate-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.joining-left-reports-generate-button:disabled{opacity:.45;cursor:not-allowed}.joining-left-reports-message--error{color:var(--color-danger);font-size:var(--font-size-xs);margin:-4px 0 12px}.joining-left-reports-preview-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.joining-left-reports-preview-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:10px 18px;display:flex}.joining-left-reports-preview-header h2{color:var(--color-accent);margin:0;font-size:16px;font-weight:650}.joining-left-reports-preview-header p{color:var(--color-text-muted);margin:3px 0 0;font-size:12px}.joining-left-reports-excel-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:72px;height:34px;font:inherit;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.joining-left-reports-excel-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.joining-left-reports-excel-button:disabled{opacity:.45;cursor:not-allowed}.joining-left-reports-empty-state{min-height:300px;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.joining-left-reports-empty-state h2{color:var(--color-text-primary);margin:10px 0 0;font-size:14px;font-weight:650}.joining-left-reports-empty-state p{max-width:460px;font-size:var(--font-size-xs);margin:6px 0 0;line-height:1.5}.joining-left-reports-preview-body{padding:14px 18px 18px}.joining-left-reports-preview-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--color-surface-muted);border-bottom:0;justify-content:flex-end;align-items:center;min-height:42px;padding:8px 12px;display:flex}.joining-left-reports-preview-summary span{color:var(--color-text-muted);font-size:12px}.joining-left-reports-preview-summary strong{color:var(--color-text-primary)}.joining-left-reports-table-wrapper{border:1px solid var(--color-border);border-radius:0 0 var(--radius-lg) var(--radius-lg);width:100%;overflow-x:auto}.joining-left-reports-table{border-collapse:separate;border-spacing:0;background:var(--color-surface);width:100%;color:var(--color-text-primary);font-size:11px}.joining-left-reports-table th,.joining-left-reports-table td{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);vertical-align:middle;padding:8px}.joining-left-reports-table th:last-child,.joining-left-reports-table td:last-child{border-right:0}.joining-left-reports-table thead th{background:var(--color-surface-muted);color:var(--color-accent);text-align:center;white-space:normal;font-size:11.5px;font-weight:700}.joining-left-reports-table tbody tr:hover td{background:var(--color-surface-muted)}.joining-left-reports-table__center{text-align:center;white-space:nowrap}.joining-left-reports-table__employee{min-width:160px;font-weight:650}.joining-left-reports-table__address{min-width:220px}.joining-left-reports-table--joining{min-width:1900px}.joining-left-reports-table--left{min-width:1050px}@media (width<=950px){.joining-left-reports-filter-grid{grid-template-columns:1fr}.joining-left-reports-preview-header{flex-direction:column;align-items:flex-start}}@media (width<=600px){.joining-left-reports-filter-footer{flex-direction:column;align-items:stretch}.joining-left-reports-generate-button{width:100%}}.joining-left-reports-field .sispl-month-picker{width:100%}.joining-left-reports-field .sispl-month-picker__input-wrapper input{width:100%;height:34px;min-height:34px;padding:0 40px 0 9px}.joining-left-reports-field .sispl-month-picker__trigger{width:32px;height:28px;right:2px}.sispl-year-picker,.sispl-year-picker__input-wrapper{width:100%;position:relative}.sispl-year-picker__input-wrapper input{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:40px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;outline:0;padding:0 42px 0 11px}.sispl-year-picker__input-wrapper input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.sispl-year-picker__input-wrapper input:disabled{background:var(--color-surface-muted);color:var(--color-text-muted);cursor:not-allowed}.sispl-year-picker__trigger{width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.sispl-year-picker__trigger:hover:not(:disabled){background:var(--color-background);color:var(--color-accent)}.sispl-year-picker__trigger:disabled{cursor:not-allowed}.sispl-year-picker__popover{z-index:1200;border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;width:320px;max-width:calc(100vw - 32px);position:absolute;top:calc(100% + 7px);left:0;overflow:hidden;box-shadow:0 18px 48px #0f172a2e}.sispl-year-picker--align-right .sispl-year-picker__popover{left:auto;right:0}.sispl-year-picker__topbar{border-bottom:1px solid var(--color-border);background:linear-gradient(180deg, #fff8e6e0, var(--color-surface));min-height:58px;color:var(--color-accent);justify-content:space-between;align-items:center;padding:10px 13px;display:flex}.sispl-year-picker__eyebrow{color:var(--color-accent);letter-spacing:.11em;margin-bottom:2px;font-size:9px;font-weight:800}.sispl-year-picker__selected-label{color:var(--color-text-primary);font-size:15px;font-weight:700}.sispl-year-picker__controls{grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:8px;padding:9px 11px 7px;display:grid}.sispl-year-picker__nav-button{border:1px solid var(--color-border);background:var(--color-surface);width:34px;height:34px;color:var(--color-text-secondary);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;padding:0;display:inline-flex}.sispl-year-picker__nav-button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.sispl-year-picker__nav-button:disabled{opacity:.4;cursor:not-allowed}.sispl-year-picker__range{border:1px solid var(--color-border);background:var(--color-background);min-height:34px;color:var(--color-text-primary);border-radius:7px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.sispl-year-picker__years{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:4px 11px 11px;display:grid}.sispl-year-picker__year{border:1px solid var(--color-border);background:var(--color-surface);min-width:0;height:36px;color:var(--color-text-secondary);cursor:pointer;border-radius:7px;padding:0 5px;font-family:inherit;font-size:11px;font-weight:600}.sispl-year-picker__year:hover{border-color:var(--color-accent);background:var(--color-background);color:var(--color-accent)}.sispl-year-picker__year--current{border-color:var(--color-accent);color:var(--color-accent)}.sispl-year-picker__year--selected{border-color:var(--color-accent);background:var(--color-accent);color:#fff;font-weight:700}.sispl-year-picker__year--selected:hover{background:var(--color-accent);color:#fff}.sispl-year-picker__footer{border-top:1px solid var(--color-border);background:var(--color-background);justify-content:flex-end;min-height:45px;padding:6px 11px;display:flex}.sispl-year-picker__current-button{border:1px solid var(--color-accent);background:var(--color-surface);min-height:31px;color:var(--color-accent);cursor:pointer;border-radius:7px;padding:0 12px;font-family:inherit;font-size:10px;font-weight:700}.sispl-year-picker__current-button:hover{background:var(--color-accent);color:#fff}.sispl-year-picker--disabled{opacity:.8}@media (width<=480px){.sispl-year-picker__popover{width:300px}.sispl-year-picker__years{gap:5px;padding-left:9px;padding-right:9px}}.benefit-reports-page{width:100%;max-width:none;margin:0}.benefit-reports-page__header{margin-bottom:14px}.benefit-reports-page__eyebrow{color:var(--color-accent);letter-spacing:.13em;margin-bottom:4px;font-size:10px;font-weight:700}.benefit-reports-page__title{color:var(--color-text-primary);margin:0;font-size:26px;font-weight:700;line-height:1.15}.benefit-reports-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:5px 0 0}.benefit-reports-filter-card,.benefit-reports-preview-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.benefit-reports-filter-card{margin-bottom:14px}.benefit-reports-filter-grid{grid-template-columns:minmax(220px,.9fr) minmax(320px,1.6fr) minmax(180px,.7fr);gap:12px;padding:16px 18px;display:grid}.benefit-reports-field{flex-direction:column;gap:5px;min-width:0;display:flex}.benefit-reports-field label{color:var(--color-accent);font-size:11px;font-weight:700}.benefit-reports-field select,.benefit-reports-field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:34px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-xs);outline:0;padding:0 9px}.benefit-reports-field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.benefit-reports-field select:disabled,.benefit-reports-field input:disabled{background:var(--color-surface-muted);color:var(--color-text-muted)}.benefit-reports-filter-footer{border-top:1px solid var(--color-border);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 18px;display:flex}.benefit-reports-filter-summary{flex-direction:column;gap:2px;display:flex}.benefit-reports-filter-summary strong{color:var(--color-text-primary);font-size:13px;font-weight:650}.benefit-reports-filter-summary span{color:var(--color-text-muted);font-size:12px}.benefit-reports-generate-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:142px;height:34px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-weight:650;display:inline-flex}.benefit-reports-generate-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.benefit-reports-generate-button:disabled{opacity:.45;cursor:not-allowed}.benefit-reports-error{color:var(--color-danger);font-size:var(--font-size-xs);margin:-4px 0 12px}.benefit-reports-preview-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:10px 18px;display:flex}.benefit-reports-preview-header h2{color:var(--color-accent);margin:0;font-size:16px;font-weight:650}.benefit-reports-preview-header p{color:var(--color-text-muted);margin:3px 0 0;font-size:12px}.benefit-reports-export-actions button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);height:32px;color:var(--color-text-muted);font-family:inherit;font-size:var(--font-size-xs);cursor:not-allowed;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-weight:600;display:inline-flex}.benefit-reports-preview-body{min-height:300px}.benefit-reports-preview-body--loaded{min-height:0;padding:14px 18px 18px}.benefit-reports-preview-placeholder{min-height:300px;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.benefit-reports-preview-placeholder h3{color:var(--color-text-primary);margin:10px 0 0;font-size:14px;font-weight:650}.benefit-reports-preview-placeholder p{font-size:var(--font-size-xs);margin:6px 0 0}.benefit-reports-register{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);overflow:hidden}.benefit-reports-register__summary{border-bottom:1px solid var(--color-border);align-items:stretch;display:flex;overflow-x:auto}.benefit-reports-register__summary>div{border-right:1px solid var(--color-border);flex-direction:column;flex:0 0 160px;gap:3px;padding:10px 12px;display:flex}.benefit-reports-register__summary>div:last-child{border-right:0}.benefit-reports-register__summary span{color:var(--color-text-muted);text-transform:uppercase;font-size:10px;font-weight:700}.benefit-reports-register__summary strong{color:var(--color-text-primary);font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.benefit-reports-table-wrapper{width:100%;max-width:100%;overflow-x:auto}.benefit-reports-table{border-collapse:separate;border-spacing:0;background:var(--color-surface);width:max-content;min-width:100%;color:var(--color-text-primary);font-size:11px}.benefit-reports-table th,.benefit-reports-table td{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);white-space:nowrap;vertical-align:middle;min-width:82px;padding:8px}.benefit-reports-table th:last-child,.benefit-reports-table td:last-child{border-right:0}.benefit-reports-table thead th{background:var(--color-surface-muted);color:var(--color-text-secondary);text-align:center;text-transform:uppercase;font-size:10px;font-weight:700}.benefit-reports-table thead tr:first-child th{color:var(--color-accent)}.benefit-reports-table tbody tr:hover td{background:var(--color-surface-muted)}.benefit-reports-table tfoot td{background:var(--color-surface-muted);color:var(--color-text-primary);font-weight:700}.benefit-reports-table__center{text-align:center}.benefit-reports-table__number{text-align:right;font-variant-numeric:tabular-nums}.benefit-reports-table__employee{font-weight:650;min-width:185px!important}.benefit-reports-table--leave-working-sheet th:nth-child(4),.benefit-reports-table--leave-working-sheet td:nth-child(4){min-width:180px}.benefit-reports-table--leave-working-sheet th:nth-child(6),.benefit-reports-table--leave-working-sheet td:nth-child(6){min-width:110px}.benefit-reports-table--leave-working-sheet th:nth-child(7),.benefit-reports-table--leave-working-sheet td:nth-child(7){min-width:130px}.benefit-reports-status{border-radius:999px;justify-content:center;align-items:center;min-width:86px;min-height:22px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.benefit-reports-status--qualified{color:#18783d;background:#e9f8ef}.benefit-reports-status--unqualified{color:#8a5b00;background:#fff1d6}@media (width<=850px){.benefit-reports-filter-grid{grid-template-columns:1fr}.benefit-reports-preview-header{flex-direction:column;align-items:flex-start}}@media (width<=600px){.benefit-reports-filter-footer{flex-direction:column;align-items:stretch}.benefit-reports-generate-button{width:100%}}.benefit-reports-table--leave-working-sheet{table-layout:fixed;width:3466px;min-width:3466px;max-width:3466px}.benefit-reports-table--leave-working-sheet th,.benefit-reports-table--leave-working-sheet td{box-sizing:border-box;min-width:0}.benefit-reports-table--leave-working-sheet .benefit-reports-table__employee{min-width:0!important}.benefit-leave-col--sr{width:52px}.benefit-leave-col--id{width:54px}.benefit-leave-col--employee{width:145px}.benefit-leave-col--father{width:135px}.benefit-leave-col--gender{width:65px}.benefit-leave-col--joining{width:90px}.benefit-leave-col--designation{width:105px}.benefit-leave-col--days,.benefit-leave-col--min-wage{width:64px}.benefit-leave-col--total-days{width:82px}.benefit-leave-col--leave-accrued{width:92px}.benefit-leave-col--left-date{width:88px}.benefit-leave-col--encashment{width:108px}.benefit-leave-col--balance{width:88px}.benefit-leave-col--average-rate{width:116px}.benefit-leave-col--total{width:86px}.benefit-leave-col--round-value{width:88px}.benefit-leave-col--status{width:96px}.benefit-leave-col--bank{width:120px}.benefit-leave-col--branch{width:100px}.benefit-leave-col--ifsc{width:105px}.benefit-leave-col--account{width:115px}.benefit-reports-table--leave-working-sheet thead th{white-space:normal;overflow-wrap:anywhere;word-break:normal;vertical-align:middle;line-height:1.25}.benefit-reports-table--leave-working-sheet thead tr:first-child th[colspan="2"]{width:128px;padding-left:4px;padding-right:4px}.benefit-reports-table--leave-working-sheet thead tr:nth-child(2) th{text-align:center;width:64px;padding:6px 3px;font-size:9px}.benefit-reports-table--leave-working-sheet tbody td:nth-child(n+8):nth-child(-n+31){white-space:nowrap;text-align:right;width:64px;padding-left:4px;padding-right:4px}.benefit-reports-table--leave-working-sheet tbody td:nth-child(3),.benefit-reports-table--leave-working-sheet tbody td:nth-child(4),.benefit-reports-table--leave-working-sheet tbody td:nth-child(41),.benefit-reports-table--leave-working-sheet tbody td:nth-child(42){white-space:normal;overflow-wrap:anywhere;line-height:1.3}.benefit-reports-export-actions button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-width:96px;height:34px;font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:0 16px;font-weight:650;display:inline-flex}.benefit-reports-export-actions button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.benefit-reports-export-actions button:disabled{opacity:.45;cursor:not-allowed}.benefit-form20-toolbar{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);align-items:flex-end;gap:12px;padding:12px;display:flex}.benefit-form20-employee-field{width:min(360px,100%)}.benefit-form20-employee-field>label{color:var(--color-text-muted);margin-bottom:5px;font-size:11px;font-weight:700;display:block}.benefit-form20-employee-picker{width:100%;position:relative}.benefit-form20-employee-picker input{border:1px solid var(--color-border);width:100%;height:30px;color:var(--color-text-primary);background:#fff;border-radius:4px;outline:none;padding:0 8px;font-family:inherit;font-size:11px;font-weight:500}.benefit-form20-employee-picker input:focus{border-color:var(--color-accent)}.benefit-form20-employee-results{z-index:30;border:1px solid var(--color-border);background:#fff;border-radius:4px;width:100%;max-height:280px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 8px 24px #0f172a1f}.benefit-form20-employee-option{border:0;border-bottom:1px solid var(--color-border);width:100%;color:var(--color-text-primary);text-align:left;cursor:pointer;background:0 0;flex-direction:column;gap:2px;padding:9px 10px;display:flex}.benefit-form20-employee-option:last-child{border-bottom:0}.benefit-form20-employee-option:hover,.benefit-form20-employee-option--selected{background:var(--color-surface-muted)}.benefit-form20-employee-option strong{font-size:11px;font-weight:650}.benefit-form20-employee-option span{color:var(--color-text-muted);font-size:9px}.benefit-form20-employee-empty{color:var(--color-text-muted);padding:12px;font-size:11px}.benefit-reports-register__summary+.benefit-form20-header-grid{border-top:1px solid var(--color-border);margin-top:10px}.benefit-form20-header-grid{border-bottom:1px solid var(--color-border);grid-template-columns:repeat(4,minmax(180px,1fr));display:grid}.benefit-form20-header-field{border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-direction:column;gap:2px;min-height:54px;padding:7px 10px;display:flex}.benefit-form20-header-field:nth-child(4n){border-right:0}.benefit-form20-header-field span{color:var(--color-text-muted);text-transform:uppercase;font-size:10px;font-weight:700;line-height:1.25}.benefit-form20-header-field strong{color:var(--color-text-primary);overflow-wrap:anywhere;font-size:11px;font-weight:650;line-height:1.25}.benefit-reports-table--form20{table-layout:fixed;width:2380px;min-width:2380px}.benefit-reports-table--form20 th{overflow-wrap:anywhere;word-break:normal;vertical-align:middle;text-align:center;padding:8px 7px;line-height:1.3;white-space:normal!important}.benefit-reports-table--form20 td{white-space:normal;overflow-wrap:break-word;vertical-align:middle;padding:7px}@media (width<=1100px){.benefit-form20-header-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.benefit-form20-header-field:nth-child(4n){border-right:1px solid var(--color-border)}.benefit-form20-header-field:nth-child(2n){border-right:0}}@media (width<=600px){.benefit-form20-header-grid{grid-template-columns:1fr}.benefit-form20-header-field,.benefit-form20-header-field:nth-child(2n),.benefit-form20-header-field:nth-child(4n){border-right:0}.benefit-form20-toolbar{align-items:stretch}.benefit-form20-employee-field{width:100%}}.benefit-leave-pay{overflow:hidden}.benefit-leave-pay__toolbar{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);grid-template-columns:minmax(340px,1fr) auto minmax(150px,auto);align-items:center;gap:16px;padding:10px 12px;display:grid}.benefit-leave-pay__search{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);align-items:center;gap:8px;width:min(460px,100%);height:34px;padding:0 10px;display:flex}.benefit-leave-pay__search svg{color:var(--color-text-muted);flex-shrink:0}.benefit-leave-pay__search input{width:100%;color:var(--color-text-primary);background:0 0;border:0;outline:0;font-family:inherit;font-size:11px}.benefit-leave-pay__search:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.benefit-leave-pay__filter{align-items:center;gap:8px;display:flex}.benefit-leave-pay__filter label{color:var(--color-text-secondary);font-size:11px;font-weight:700}.benefit-leave-pay__filter select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-width:100px;height:34px;color:var(--color-text-primary);outline:0;padding:0 30px 0 10px;font-family:inherit;font-size:11px}.benefit-leave-pay__count{color:var(--color-text-muted);white-space:nowrap;justify-self:end;font-size:12px}.benefit-leave-pay__count strong{color:var(--color-text-primary)}.benefit-leave-pay__actions{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;min-height:52px;padding:8px 12px;display:flex}.benefit-leave-pay__selection-info{color:var(--color-text-secondary);font-size:11px}.benefit-leave-pay__selection-info strong{color:var(--color-text-primary);font-size:12px;font-weight:700}.benefit-leave-pay__edit-button,.benefit-leave-pay__row-edit{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;justify-content:center;align-items:center;gap:6px;font-family:inherit;font-size:11px;font-weight:650;display:inline-flex}.benefit-leave-pay__edit-button{height:32px;padding:0 13px}.benefit-leave-pay__row-edit{height:28px;padding:0 9px}.benefit-leave-pay__edit-button:hover:not(:disabled),.benefit-leave-pay__row-edit:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.benefit-leave-pay__edit-button:disabled,.benefit-leave-pay__row-edit:disabled{opacity:.5;cursor:not-allowed}.benefit-leave-pay__editor{border-bottom:1px solid var(--color-border);background:var(--color-surface-muted);grid-template-columns:minmax(170px,1fr) auto auto;align-items:end;gap:20px;padding:12px;display:grid}.benefit-leave-pay__editor-heading{flex-direction:column;align-self:center;gap:2px;display:flex}.benefit-leave-pay__editor-heading strong{color:var(--color-text-primary);font-size:12px;font-weight:700}.benefit-leave-pay__editor-heading span{color:var(--color-text-muted);font-size:11px}.benefit-leave-pay__editor-fields{align-items:flex-end;gap:12px;display:flex}.benefit-leave-pay__field{flex-direction:column;gap:5px;min-width:150px;display:flex}.benefit-leave-pay__field label{color:var(--color-text-secondary);white-space:nowrap;font-size:11px;font-weight:700}.benefit-leave-pay__field select,.benefit-leave-pay__field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:34px;color:var(--color-text-primary);outline:0;padding:0 10px;font-family:inherit;font-size:11px}.benefit-leave-pay__field .sispl-date-picker__input-wrapper input{height:34px;min-height:34px;padding:0 40px 0 10px;font-size:11px}.benefit-leave-pay__field .sispl-date-picker__trigger{width:32px;height:28px;right:2px}.benefit-leave-pay__field select:focus,.benefit-leave-pay__field input:focus{border-color:var(--color-accent);box-shadow:0 0 0 2px #4f46e51a}.benefit-leave-pay__field select:disabled,.benefit-leave-pay__field input:disabled{background:var(--color-background);color:var(--color-text-muted);cursor:not-allowed}.benefit-leave-pay__editor-actions{align-items:center;gap:8px;display:flex}.benefit-leave-pay__cancel-button,.benefit-leave-pay__update-button{border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;height:34px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:650;display:inline-flex}.benefit-leave-pay__cancel-button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.benefit-leave-pay__update-button{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.benefit-leave-pay__update-button:hover:not(:disabled){border-color:var(--color-accent-hover);background:var(--color-accent-hover)}.benefit-leave-pay__cancel-button:disabled,.benefit-leave-pay__update-button:disabled{opacity:.45;cursor:not-allowed}.benefit-leave-pay__message{border-bottom:1px solid var(--color-border);padding:9px 12px;font-size:11px}.benefit-leave-pay__message--success{color:#23663c;background:#eefaf2}.benefit-leave-pay__message--error{color:#a12727;background:#fff1f1}.benefit-reports-table--leave-pay{width:100%;min-width:1320px;font-size:11px}.benefit-reports-table--leave-pay th,.benefit-reports-table--leave-pay td{vertical-align:middle;padding:9px;font-size:11px;line-height:1.35}.benefit-reports-table--leave-pay thead th{white-space:normal;text-align:center}.benefit-reports-table--leave-pay input[type=checkbox]{width:14px;height:14px;accent-color:var(--color-accent);cursor:pointer}.benefit-reports-table--leave-pay th:first-child,.benefit-reports-table--leave-pay td:first-child{width:48px;min-width:48px}.benefit-reports-table--leave-pay th:nth-child(2),.benefit-reports-table--leave-pay td:nth-child(2){width:60px;min-width:60px}.benefit-reports-table--leave-pay th:nth-child(3),.benefit-reports-table--leave-pay td:nth-child(3){width:70px;min-width:70px}.benefit-reports-table--leave-pay th:nth-child(4),.benefit-reports-table--leave-pay td:nth-child(4){min-width:170px}.benefit-reports-table--leave-pay th:nth-child(5),.benefit-reports-table--leave-pay td:nth-child(5){min-width:140px}.benefit-reports-table--leave-pay th:nth-child(6),.benefit-reports-table--leave-pay td:nth-child(6){min-width:110px}.benefit-reports-table--leave-pay th:nth-child(7),.benefit-reports-table--leave-pay td:nth-child(7){min-width:125px}.benefit-reports-table--leave-pay th:nth-child(8),.benefit-reports-table--leave-pay td:nth-child(8){min-width:135px}.benefit-reports-table--leave-pay th:nth-child(9),.benefit-reports-table--leave-pay td:nth-child(9){min-width:105px}.benefit-reports-table--leave-pay th:nth-child(10),.benefit-reports-table--leave-pay td:nth-child(10){min-width:90px}.benefit-reports-table--leave-pay th:nth-child(11),.benefit-reports-table--leave-pay td:nth-child(11){min-width:110px}.benefit-reports-table--leave-pay th:nth-child(12),.benefit-reports-table--leave-pay td:nth-child(12){min-width:120px}.benefit-reports-table--leave-pay th:nth-child(13),.benefit-reports-table--leave-pay td:nth-child(13){min-width:90px}.benefit-leave-pay__status{border-radius:999px;justify-content:center;align-items:center;min-width:58px;min-height:22px;padding:0 8px;font-size:10px;font-weight:700;display:inline-flex}.benefit-leave-pay__status--paid{color:#18783d;background:#e9f8ef}.benefit-leave-pay__status--unpaid{color:#8a5b00;background:#fff1d6}.benefit-leave-pay__empty{height:90px;color:var(--color-text-muted);text-align:center}@media (width<=1000px){.benefit-leave-pay__toolbar{grid-template-columns:1fr auto}.benefit-leave-pay__count{grid-column:1/-1;justify-self:start}.benefit-leave-pay__editor{grid-template-columns:1fr;align-items:stretch}.benefit-leave-pay__editor-fields{flex-wrap:wrap}.benefit-leave-pay__editor-actions{justify-content:flex-end}}@media (width<=700px){.benefit-leave-pay__toolbar{grid-template-columns:1fr;align-items:stretch}.benefit-leave-pay__search{width:100%}.benefit-leave-pay__filter{justify-content:space-between}.benefit-leave-pay__actions{flex-direction:column;align-items:stretch}.benefit-leave-pay__edit-button{width:100%}.benefit-leave-pay__editor-fields,.benefit-leave-pay__editor-actions{flex-direction:column;align-items:stretch}.benefit-leave-pay__field{width:100%;min-width:0}.benefit-leave-pay__cancel-button,.benefit-leave-pay__update-button{width:100%}}.benefit-bonus-setting{border:1px solid var(--color-border);background:var(--color-surface);border-radius:8px;margin-top:16px;padding:16px}.benefit-bonus-setting__heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:14px;display:flex}.benefit-bonus-setting__heading>div{flex-direction:column;gap:4px;display:flex}.benefit-bonus-setting__heading strong{color:var(--color-text);font-size:13px;font-weight:700}.benefit-bonus-setting__heading span{color:var(--color-text-muted);font-size:11px;line-height:1.4}.benefit-bonus-setting__status{letter-spacing:.03em;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:78px;min-height:24px;padding:0 9px;font-weight:700;display:inline-flex;font-size:10px!important}.benefit-bonus-setting__status--locked{background:#e9f8ef;color:#18783d!important}.benefit-bonus-setting__status--unlocked{background:#fff1d6;color:#8a5b00!important}.benefit-bonus-setting__controls{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.benefit-bonus-setting__controls .benefit-reports-field{width:220px}.benefit-bonus-setting__button{border:1px solid var(--color-border);background:var(--color-surface);min-height:36px;color:var(--color-text);font:inherit;cursor:pointer;border-radius:6px;padding:0 14px;font-size:12px;font-weight:600}.benefit-bonus-setting__button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.benefit-bonus-setting__button:disabled{cursor:not-allowed;opacity:.55}.benefit-bonus-working-sheet{width:100%}.benefit-bonus-working-sheet__table{table-layout:fixed;width:2094px;min-width:2094px}.benefit-bonus-working-sheet__table th,.benefit-bonus-working-sheet__table td{vertical-align:middle;padding:8px;font-size:10px;line-height:1.35}.benefit-bonus-working-sheet__table thead th{white-space:normal;text-align:center;vertical-align:middle}.benefit-bonus-working-sheet__table th:first-child,.benefit-bonus-working-sheet__table td:first-child{min-width:55px}.benefit-bonus-working-sheet__table th:nth-child(2),.benefit-bonus-working-sheet__table td:nth-child(2){min-width:65px}.benefit-bonus-working-sheet__table th:nth-child(3),.benefit-bonus-working-sheet__table td:nth-child(3){min-width:190px}.benefit-bonus-working-sheet__table th:nth-child(4),.benefit-bonus-working-sheet__table td:nth-child(4){min-width:105px}.benefit-bonus-working-sheet__table th:nth-child(n+5):nth-child(-n+16),.benefit-bonus-working-sheet__table td:nth-child(n+5):nth-child(-n+16){width:82px;min-width:82px;max-width:82px}.benefit-bonus-working-sheet__table th:nth-child(17),.benefit-bonus-working-sheet__table td:nth-child(17){min-width:90px}.benefit-bonus-working-sheet__table th:nth-child(18),.benefit-bonus-working-sheet__table td:nth-child(18){min-width:100px}.benefit-bonus-working-sheet__table th:nth-child(19),.benefit-bonus-working-sheet__table td:nth-child(19){min-width:115px}.benefit-bonus-working-sheet__table th:nth-child(20),.benefit-bonus-working-sheet__table td:nth-child(20){min-width:150px}.benefit-bonus-working-sheet__table th:nth-child(21),.benefit-bonus-working-sheet__table td:nth-child(21){min-width:135px}.benefit-bonus-working-sheet__table th:nth-child(22),.benefit-bonus-working-sheet__table td:nth-child(22){min-width:105px}.benefit-bonus-working-sheet__row-label{white-space:nowrap;font-weight:700}.benefit-bonus-working-sheet__table tbody tr:nth-child(3n) td{border-bottom-width:2px}.benefit-bonus-working-sheet__table tfoot td{font-weight:700}@media (width<=700px){.benefit-bonus-setting__heading{flex-direction:column}.benefit-bonus-setting__controls{flex-direction:column;align-items:stretch}.benefit-bonus-setting__controls .benefit-reports-field,.benefit-bonus-setting__button{width:100%}}.benefit-bonus-form-c{width:100%}.benefit-bonus-form-c__table{table-layout:fixed;width:2730px;min-width:2730px}.benefit-bonus-form-c__table th,.benefit-bonus-form-c__table td{vertical-align:middle;padding:8px;font-size:10px;line-height:1.35}.benefit-bonus-form-c__table thead th{white-space:normal;text-align:center;vertical-align:middle}.benefit-bonus-form-c__table th:first-child,.benefit-bonus-form-c__table td:first-child{width:55px}.benefit-bonus-form-c__table th:nth-child(2),.benefit-bonus-form-c__table td:nth-child(2){width:70px}.benefit-bonus-form-c__table th:nth-child(3),.benefit-bonus-form-c__table td:nth-child(3){width:190px}.benefit-bonus-form-c__table th:nth-child(4),.benefit-bonus-form-c__table td:nth-child(4){width:220px}.benefit-bonus-form-c__table th:nth-child(5),.benefit-bonus-form-c__table td:nth-child(5){width:110px}.benefit-bonus-form-c__table th:nth-child(6),.benefit-bonus-form-c__table td:nth-child(6),.benefit-bonus-form-c__table th:nth-child(7),.benefit-bonus-form-c__table td:nth-child(7){width:175px}.benefit-bonus-form-c__table th:nth-child(8),.benefit-bonus-form-c__table td:nth-child(8),.benefit-bonus-form-c__table th:nth-child(9),.benefit-bonus-form-c__table td:nth-child(9),.benefit-bonus-form-c__table th:nth-child(10),.benefit-bonus-form-c__table td:nth-child(10),.benefit-bonus-form-c__table th:nth-child(11),.benefit-bonus-form-c__table td:nth-child(11){width:160px}.benefit-bonus-form-c__table th:nth-child(12),.benefit-bonus-form-c__table td:nth-child(12),.benefit-bonus-form-c__table th:nth-child(13),.benefit-bonus-form-c__table td:nth-child(13),.benefit-bonus-form-c__table th:nth-child(14),.benefit-bonus-form-c__table td:nth-child(14){width:135px}.benefit-bonus-form-c__table th:nth-child(15),.benefit-bonus-form-c__table td:nth-child(15){width:115px}.benefit-bonus-form-c__table th:nth-child(16),.benefit-bonus-form-c__table td:nth-child(16){width:190px}.benefit-bonus-form-c__table th:nth-child(17),.benefit-bonus-form-c__table td:nth-child(17){width:150px}.benefit-bonus-form-c__table th:nth-child(18),.benefit-bonus-form-c__table td:nth-child(18){width:115px}.benefit-bonus-form-c__table tfoot td{font-weight:700}.benefit-fnf-settlement{flex-direction:column;gap:14px;width:100%;display:flex}.benefit-fnf-settlement .benefit-reports-table{width:100%;min-width:100%;font-size:13px}.benefit-fnf-settlement .benefit-reports-table th,.benefit-fnf-settlement .benefit-reports-table td{padding:10px 12px;font-size:13px;line-height:1.4}.benefit-fnf-settlement .benefit-reports-table th,.benefit-fnf-settlement .benefit-reports-table thead th{font-size:12px;font-weight:700}.benefit-fnf-settlement .benefit-reports-table__employee{font-size:13px;font-weight:650}.benefit-fnf-settlement .benefit-reports-table__number{font-variant-numeric:tabular-nums;font-size:13px}.benefit-fnf-settlement input[type=number]{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:150px;height:34px;color:var(--color-text-primary);font-variant-numeric:tabular-nums;padding:0 9px;font-family:inherit;font-size:13px}.benefit-fnf-settlement input[type=number]:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 2px #4f46e51a}.benefit-fnf-settlement input[type=number]:disabled{background:var(--color-surface-muted);color:var(--color-text-muted)}.benefit-fnf-settlement .benefit-bonus-setting__button{min-height:34px;padding:0 14px;font-size:12px;font-weight:650}@media (width<=900px){.benefit-fnf-settlement .benefit-reports-table{min-width:900px}}.benefit-reports-filter-card{overflow:visible}.benefit-reports-field .sispl-year-picker{width:100%}.benefit-reports-field .sispl-year-picker__input-wrapper input{width:100%;height:34px;min-height:34px;padding:0 40px 0 9px}.benefit-reports-field .sispl-year-picker__trigger{width:32px;height:28px;right:2px}.benefit-reports-field .sispl-month-picker{width:100%}.benefit-reports-field .sispl-month-picker__input-wrapper input{width:100%;height:34px;min-height:34px;padding:0 40px 0 9px}.benefit-reports-field .sispl-month-picker__trigger{width:32px;height:28px;right:2px}.settings-layout{width:100%}.settings-layout__navigation{border-bottom:1px solid var(--color-border);width:100%;max-width:1500px;margin:0 auto 24px}.settings-layout__heading{margin-bottom:18px}.settings-layout__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.settings-layout__heading h2{color:var(--color-text-primary);margin:0;font-size:24px;font-weight:700}.settings-layout__heading p{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:6px 0 0}.settings-layout__tabs{align-items:center;gap:4px;display:flex}.settings-layout__tab{min-height:40px;color:var(--color-text-secondary);font-size:var(--font-size-sm);border-bottom:2px solid #0000;align-items:center;gap:7px;padding:0 13px;font-weight:600;text-decoration:none;display:inline-flex}.settings-layout__tab:hover{color:var(--color-accent)}.settings-layout__tab--active{border-bottom-color:var(--color-accent);color:var(--color-accent)}.settings-layout__content{width:100%}@media (width<=600px){.settings-layout__tabs{flex-direction:column;align-items:stretch}.settings-layout__tab{border-bottom:0;border-left:2px solid #0000}.settings-layout__tab--active{border-left-color:var(--color-accent)}}.user-management-page{width:100%;max-width:1500px;margin:0 auto}.user-management-page__header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:22px;display:flex}.user-management-page__eyebrow,.user-management-modal__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.user-management-page__title{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700}.user-management-page__description{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.user-management-page__actions-row{justify-content:flex-end;margin-bottom:16px;display:flex}.user-management-page__add-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-height:38px;font-family:inherit;font-size:var(--font-size-sm);box-shadow:var(--shadow-sm);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-weight:600;display:inline-flex}.user-management-page__add-button:hover{filter:brightness(.92)}.user-management-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);align-items:stretch;margin-bottom:16px;display:flex}.user-management-summary>div{border-right:1px solid var(--color-border);align-items:baseline;gap:10px;min-width:150px;padding:13px 18px;display:flex}.user-management-summary>div:last-child{border-right:0}.user-management-summary span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.user-management-summary strong{color:var(--color-text-primary);font-size:19px}.user-management-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.user-management-toolbar{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:14px;padding:15px 18px;display:flex}.user-management-toolbar__search{border:1px solid var(--color-border);border-radius:var(--radius-md);width:min(380px,100%);min-height:36px;color:var(--color-text-muted);background:var(--color-surface);align-items:center;gap:9px;padding:0 11px;display:flex}.user-management-toolbar__search input{width:100%;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);background:0 0;border:0;outline:0}.user-management-toolbar__filters{gap:8px;display:flex}.user-management-toolbar__filters select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-width:145px;min-height:36px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);padding:0 10px}.user-management-message,.user-management-form-error{border-radius:var(--radius-md);font-size:var(--font-size-sm);margin:12px 18px;padding:10px 12px}.user-management-message--error,.user-management-form-error{background:var(--color-danger-bg);color:var(--color-danger);border:1px solid #efb5b5}.user-management-message--success{background:var(--color-success-bg);color:var(--color-success);border:1px solid #b9ddc9}.user-management-table-wrap{overflow-x:auto}.user-management-table{border-collapse:collapse;white-space:nowrap;width:100%}.user-management-table th{border-bottom:1px solid var(--color-border);background:var(--color-background);color:var(--color-accent);font-size:var(--font-size-xs);text-align:left;text-transform:uppercase;letter-spacing:.04em;padding:11px 13px;font-weight:700}.user-management-table td{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);font-size:var(--font-size-sm);vertical-align:middle;padding:13px}.user-management-table tbody tr:last-child td{border-bottom:0}.user-management-table tbody tr:hover{background:#00000004}.user-management-table th:nth-child(3),.user-management-table td:nth-child(3),.user-management-table th:nth-child(4),.user-management-table td:nth-child(4),.user-management-table th:nth-child(5),.user-management-table td:nth-child(5),.user-management-table th:nth-child(6),.user-management-table td:nth-child(6){text-align:center}.user-management-table__actions-heading{text-align:center!important}.user-management-table__empty{text-align:center!important;color:var(--color-text-muted)!important;padding:42px!important}.user-management-user{align-items:center;gap:8px;display:flex}.user-management-user strong{color:var(--color-text-primary);font-weight:600}.user-management-user>span{background:var(--color-background);min-height:20px;color:var(--color-text-muted);text-transform:uppercase;border-radius:999px;align-items:center;padding:0 7px;font-size:10px;font-weight:700;display:inline-flex}.user-management-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.user-management-status--active{background:var(--color-success-bg);color:var(--color-success)}.user-management-status--inactive{color:#69707a;background:#eef0f3}.user-management-actions{justify-content:center;align-items:center;gap:6px;display:flex}.user-management-actions button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:31px;height:31px;color:var(--color-text-secondary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.user-management-actions button:hover{border-color:var(--color-accent);color:var(--color-accent)}.user-management-actions__activate{color:var(--color-success)!important}.user-management-actions__deactivate{color:var(--color-danger)!important}.user-management-modal-backdrop{z-index:1000;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.user-management-modal{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;width:min(620px,100%);overflow:hidden;box-shadow:0 24px 70px #0000002e}.user-management-modal--password{width:min(500px,100%)}.user-management-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:19px 22px;display:flex}.user-management-modal__header h2,.user-management-confirm h2{color:var(--color-text-primary);margin:0;font-size:20px}.user-management-modal__header>button{border-radius:var(--radius-md);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.user-management-modal__body{padding:22px}.user-management-form-error{margin:0 0 16px}.user-management-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.user-management-form-grid label{flex-direction:column;gap:6px;display:flex}.user-management-form-grid__wide{grid-column:1/-1}.user-management-form-grid label>span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.user-management-form-grid input,.user-management-form-grid select{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.user-management-form-grid input:focus,.user-management-form-grid select:focus{border-color:var(--color-accent)}.user-management-password-note,.user-management-password-target{color:var(--color-text-muted);font-size:var(--font-size-xs);margin:13px 0 0;line-height:1.5}.user-management-password-target{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:0 0 16px}.user-management-modal__footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:9px;padding:14px 22px;display:flex}.user-management-button{border-radius:var(--radius-md);min-height:37px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;padding:0 14px;font-weight:600}.user-management-button--secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.user-management-button--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.user-management-button--primary:hover:not(:disabled){filter:brightness(.92)}.user-management-button:disabled{opacity:.6;cursor:not-allowed}.user-management-confirm{background:var(--color-surface);border-radius:14px;width:min(430px,100%);padding:25px;box-shadow:0 24px 70px #0003}.user-management-confirm__icon{border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:15px;display:flex}.user-management-confirm__icon--active{background:var(--color-success-bg);color:var(--color-success)}.user-management-confirm__icon--inactive{background:var(--color-danger-bg);color:var(--color-danger)}.user-management-confirm p{color:var(--color-text-secondary);font-size:var(--font-size-sm);line-height:1.5}.user-management-confirm__note{border-radius:var(--radius-md);background:var(--color-background);padding:10px 12px;color:var(--color-text-muted)!important;font-size:var(--font-size-xs)!important}.user-management-confirm__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@media (width<=800px){.user-management-page__header,.user-management-toolbar{flex-direction:column;align-items:stretch}.user-management-toolbar__filters{flex-wrap:wrap}.user-management-summary{overflow-x:auto}}@media (width<=600px){.user-management-form-grid{grid-template-columns:1fr}.user-management-form-grid__wide{grid-column:auto}.user-management-page__actions-row{justify-content:flex-end;margin-bottom:16px;display:flex}.user-management-page__add-button{width:100%}}.company-profile-page{width:100%;max-width:1500px;margin:0 auto}.company-profile-page__header{margin-bottom:20px}.company-profile-page__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.company-profile-page__header h1{color:var(--color-text-primary);margin:0;font-size:28px;font-weight:700}.company-profile-page__header p{color:var(--color-text-secondary);font-size:var(--font-size-sm);margin:7px 0 0}.company-profile-message{border-radius:var(--radius-md);font-size:var(--font-size-sm);margin-bottom:16px;padding:10px 12px}.company-profile-message--error{background:var(--color-danger-bg);color:var(--color-danger);border:1px solid #efb5b5}.company-profile-message--success{background:var(--color-success-bg);color:var(--color-success);border:1px solid #b9ddc9}.company-profile-loading{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);color:var(--color-text-muted);font-size:var(--font-size-sm);text-align:center;padding:35px 20px}.company-profile-section{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);margin-bottom:18px}.company-profile-section__header{border-bottom:1px solid var(--color-border);padding:16px 18px}.company-profile-section__header h2{color:var(--color-accent);align-items:center;gap:8px;margin:0;font-size:17px;font-weight:700;display:flex}.company-profile-section__header h2 svg{color:var(--color-accent);stroke-width:2px;flex:none}.company-profile-section__header p{color:var(--color-text-muted);font-size:var(--font-size-xs);margin:5px 0 0}.company-profile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;padding:20px;display:grid}.company-profile-form-grid label{flex-direction:column;gap:6px;display:flex}.company-profile-form-grid__wide{grid-column:1/-1}.company-profile-form-grid label>span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.company-profile-form-grid label>span strong{color:var(--color-danger)}.company-profile-form-grid input,.company-profile-form-grid textarea{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0}.company-profile-form-grid input{min-height:39px;padding:0 10px}.company-profile-form-grid textarea{resize:vertical;min-height:78px;padding:10px;line-height:1.45}.company-profile-form-grid input:focus,.company-profile-form-grid textarea:focus{border-color:var(--color-accent)}.company-profile-form-grid input:disabled,.company-profile-form-grid textarea:disabled{opacity:.65;cursor:not-allowed}.company-profile-actions{justify-content:flex-end;padding-bottom:8px;display:flex}.company-profile-actions button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-height:39px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-weight:600;display:inline-flex}.company-profile-actions button:hover:not(:disabled){filter:brightness(.92)}.company-profile-actions button:disabled{opacity:.6;cursor:not-allowed}.company-profile-form-grid textarea.company-profile-content-textarea{min-height:130px;line-height:1.55}.company-profile-field-hint{color:var(--color-text-muted);margin-top:-1px;font-size:11px;font-weight:400;line-height:1.4}.company-profile-gallery-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.company-profile-gallery-count{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);min-width:64px;color:var(--color-text-secondary);font-size:var(--font-size-xs);text-align:center;flex:none;padding:5px 9px;font-weight:700}.company-profile-gallery-body{padding:20px}.company-profile-gallery-upload{border-bottom:1px solid var(--color-border);grid-template-columns:190px minmax(0,1fr);gap:18px;padding-bottom:20px;display:grid}.company-profile-gallery-upload__preview{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);height:118px;overflow:hidden}.company-profile-gallery-upload__preview img{object-fit:cover;width:100%;height:100%;display:block}.company-profile-gallery-upload__placeholder{width:100%;height:100%;color:var(--color-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:11px;display:flex}.company-profile-gallery-upload__fields{min-width:0}.company-profile-gallery-file-row{align-items:center;gap:12px;display:flex}.company-profile-gallery-file-button,.company-profile-gallery-primary-button,.company-profile-gallery-caption-row button,.company-profile-gallery-row__actions button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:36px;color:var(--color-text-secondary);font-family:inherit;font-size:var(--font-size-xs);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-weight:600;display:inline-flex}.company-profile-gallery-file-button{flex:none}.company-profile-gallery-file-button:hover,.company-profile-gallery-caption-row button:hover:not(:disabled),.company-profile-gallery-row__actions button:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent)}.company-profile-gallery-file-button input{display:none}.company-profile-gallery-file-name{min-width:0;color:var(--color-text-muted);font-size:var(--font-size-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-profile-gallery-caption-field{flex-direction:column;gap:5px;margin-top:13px;display:flex}.company-profile-gallery-caption-field>span,.company-profile-gallery-row__details label>span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.company-profile-gallery-caption-field input,.company-profile-gallery-caption-row input{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:37px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.company-profile-gallery-caption-field input:focus,.company-profile-gallery-caption-row input:focus{border-color:var(--color-accent)}.company-profile-gallery-caption-field small,.company-profile-gallery-row__details label small{color:var(--color-text-muted);align-self:flex-end;font-size:10px}.company-profile-gallery-upload__footer{justify-content:space-between;align-items:center;gap:14px;margin-top:12px;display:flex}.company-profile-gallery-upload__footer>span{color:var(--color-text-muted);font-size:11px}.company-profile-gallery-primary-button{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.company-profile-gallery-primary-button:hover:not(:disabled){filter:brightness(.92)}.company-profile-gallery-primary-button:disabled,.company-profile-gallery-caption-row button:disabled,.company-profile-gallery-row__actions button:disabled{opacity:.55;cursor:not-allowed}.company-profile-gallery-file-button:has(input:disabled){opacity:.55;cursor:not-allowed}.company-profile-gallery-loading,.company-profile-gallery-empty{color:var(--color-text-muted);font-size:var(--font-size-sm);text-align:center;padding:30px 14px 10px}.company-profile-gallery-list{border:1px solid var(--color-border);border-radius:var(--radius-md);margin-top:18px;overflow:hidden}.company-profile-gallery-row{border-bottom:1px solid var(--color-border);grid-template-columns:36px 150px minmax(220px,1fr) auto;align-items:center;gap:14px;padding:12px 14px;display:grid}.company-profile-gallery-row:last-child{border-bottom:0}.company-profile-gallery-row__order{color:var(--color-text-muted);font-size:var(--font-size-xs);text-align:center;font-weight:700}.company-profile-gallery-row__image{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);width:150px;height:90px;overflow:hidden}.company-profile-gallery-row__image img{object-fit:cover;width:100%;height:100%;display:block}.company-profile-gallery-row__details{min-width:0}.company-profile-gallery-row__meta{align-items:center;gap:9px;min-width:0;margin-bottom:8px;display:flex}.company-profile-gallery-row__meta>span:last-child{min-width:0;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.company-profile-gallery-status{border-radius:999px;flex:none;padding:3px 7px;font-size:10px;font-weight:700}.company-profile-gallery-status--active{background:var(--color-success-bg);color:var(--color-success)}.company-profile-gallery-status--inactive{background:var(--color-danger-bg);color:var(--color-danger)}.company-profile-gallery-row__details label{flex-direction:column;gap:5px;display:flex}.company-profile-gallery-caption-row{align-items:center;gap:8px;display:flex}.company-profile-gallery-caption-row button{flex:none}.company-profile-gallery-row__actions{grid-template-columns:repeat(2,minmax(88px,1fr));gap:7px;display:grid}.company-profile-gallery-delete-button{color:var(--color-danger)!important;border-color:#efb5b5!important}.company-profile-gallery-delete-button:hover:not(:disabled){background:var(--color-danger-bg)}@media (width<=1050px){.company-profile-gallery-row{grid-template-columns:32px 125px minmax(0,1fr)}.company-profile-gallery-row__image{width:125px;height:80px}.company-profile-gallery-row__actions{flex-wrap:wrap;grid-column:2/-1;display:flex}}@media (width<=700px){.company-profile-form-grid{grid-template-columns:1fr}.company-profile-form-grid__wide{grid-column:auto}.company-profile-actions button{width:100%}.company-profile-gallery-header{flex-direction:column}.company-profile-gallery-upload{grid-template-columns:1fr}.company-profile-gallery-upload__preview{max-width:280px}.company-profile-gallery-file-row,.company-profile-gallery-upload__footer,.company-profile-gallery-caption-row{flex-direction:column;align-items:stretch}.company-profile-gallery-row{grid-template-columns:30px 92px minmax(0,1fr);align-items:start}.company-profile-gallery-row__image{width:92px;height:70px}.company-profile-gallery-row__actions{grid-column:1/-1}}.holiday-calendar-page{width:100%;max-width:1500px;margin:0 auto}.holiday-calendar-page__actions-row{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.holiday-calendar-page__month-field{flex-direction:column;gap:6px;display:flex}.holiday-calendar-page__month-field span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.holiday-calendar-page__month-field input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.holiday-calendar-page__month-field input:focus{border-color:var(--color-accent)}.holiday-calendar-page__add-button{border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent);color:#fff;min-height:38px;font-family:inherit;font-size:var(--font-size-sm);box-shadow:var(--shadow-sm);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 15px;font-weight:600;display:inline-flex}.holiday-calendar-page__add-button:hover{filter:brightness(.92)}.holiday-calendar-summary{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);align-items:stretch;margin-bottom:16px;display:flex}.holiday-calendar-summary>div{border-right:1px solid var(--color-border);align-items:baseline;gap:10px;min-width:150px;padding:13px 18px;display:flex}.holiday-calendar-summary>div:last-child{border-right:0}.holiday-calendar-summary span{color:var(--color-text-muted);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.holiday-calendar-summary strong{color:var(--color-text-primary);font-size:19px}.holiday-calendar-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.holiday-calendar-card__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:16px;padding:15px 18px;display:flex}.holiday-calendar-card__header h2{color:var(--color-text-primary);margin:0;font-size:17px;font-weight:700}.holiday-calendar-card__header p{color:var(--color-text-muted);font-size:var(--font-size-xs);margin:5px 0 0}.holiday-calendar-card__header>svg{color:var(--color-accent)}.holiday-calendar-message,.holiday-calendar-form-error{border-radius:var(--radius-md);font-size:var(--font-size-sm);margin:12px 18px;padding:10px 12px}.holiday-calendar-message--error,.holiday-calendar-form-error{background:var(--color-danger-bg);color:var(--color-danger);border:1px solid #efb5b5}.holiday-calendar-message--success{background:var(--color-success-bg);color:var(--color-success);border:1px solid #b9ddc9}.holiday-calendar-table-wrap{overflow-x:auto}.holiday-calendar-table{border-collapse:collapse;white-space:nowrap;width:100%}.holiday-calendar-table th{border-bottom:1px solid var(--color-border);background:var(--color-background);color:var(--color-accent);font-size:var(--font-size-xs);text-align:left;text-transform:uppercase;letter-spacing:.04em;padding:11px 13px;font-weight:700}.holiday-calendar-table td{border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);font-size:var(--font-size-sm);vertical-align:middle;padding:13px}.holiday-calendar-table tbody tr:last-child td{border-bottom:0}.holiday-calendar-table tbody tr:hover{background:#00000004}.holiday-calendar-table th:first-child,.holiday-calendar-table td:first-child,.holiday-calendar-table th:nth-child(2),.holiday-calendar-table td:nth-child(2),.holiday-calendar-table th:nth-child(3),.holiday-calendar-table td:nth-child(3),.holiday-calendar-table th:nth-child(5),.holiday-calendar-table td:nth-child(5){text-align:center}.holiday-calendar-table__actions-heading{text-align:center!important}.holiday-calendar-table__empty{text-align:center!important;color:var(--color-text-muted)!important;padding:42px!important}.holiday-calendar-type{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;min-height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.holiday-calendar-type--week_off{color:#59616d;background:#eef0f3}.holiday-calendar-type--holiday{color:#8a5a00;background:#fff3d6}.holiday-calendar-actions{justify-content:center;align-items:center;gap:6px;display:flex}.holiday-calendar-actions button{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:31px;height:31px;color:var(--color-text-secondary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.holiday-calendar-actions button:hover{border-color:var(--color-accent);color:var(--color-accent)}.holiday-calendar-actions__delete{color:var(--color-danger)!important}.holiday-calendar-modal-backdrop{z-index:1000;background:#0f172a7a;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.holiday-calendar-modal{border:1px solid var(--color-border);background:var(--color-surface);border-radius:14px;width:min(620px,100%);overflow:visible;box-shadow:0 24px 70px #0000002e}.holiday-calendar-modal__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:19px 22px;display:flex}.holiday-calendar-modal__eyebrow{color:var(--color-accent);font-size:var(--font-size-xs);letter-spacing:.13em;margin-bottom:5px;font-weight:700}.holiday-calendar-modal__header h2,.holiday-calendar-confirm h2{color:var(--color-text-primary);margin:0;font-size:20px}.holiday-calendar-modal__header>button{border-radius:var(--radius-md);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.holiday-calendar-modal__body{padding:22px}.holiday-calendar-form-error{margin:0 0 16px}.holiday-calendar-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.holiday-calendar-form-date{flex-direction:column;gap:6px;min-width:0;display:flex}.holiday-calendar-form-date>label{color:var(--color-text-secondary);font-size:var(--font-size-xs);flex-direction:row;align-self:flex-start;align-items:center;gap:3px;font-weight:600;line-height:1.2;display:inline-flex}.holiday-calendar-form-date>label strong{color:var(--color-danger)}.holiday-calendar-form-date .sispl-date-picker,.holiday-calendar-form-date .sispl-date-picker__input-wrapper{width:100%}.holiday-calendar-form-date .sispl-date-picker__input-wrapper input{width:100%;height:38px;min-height:38px;padding:0 40px 0 10px}.holiday-calendar-form-date .sispl-date-picker__trigger{width:32px;height:32px;right:3px}.holiday-calendar-form-date .sispl-date-picker__popover{width:310px;max-width:calc(100vw - 32px)}.holiday-calendar-form-date .sispl-date-picker__topbar{min-height:50px;padding:8px 12px}.holiday-calendar-form-date .sispl-date-picker__eyebrow{margin-bottom:2px;font-size:9px}.holiday-calendar-form-date .sispl-date-picker__selected-label{font-size:14px}.holiday-calendar-form-date .sispl-date-picker__controls{grid-template-columns:30px minmax(0,1fr) 30px;gap:6px;padding:8px 10px 6px}.holiday-calendar-form-date .sispl-date-picker__nav-button{width:30px;height:30px}.holiday-calendar-form-date .sispl-date-picker__selectors{grid-template-columns:minmax(0,1.45fr) minmax(76px,.9fr);gap:5px}.holiday-calendar-form-date .sispl-date-picker__selectors select{height:30px;padding:0 7px;font-size:10px}.holiday-calendar-form-date .sispl-date-picker__weekdays{padding:0 10px 2px}.holiday-calendar-form-date .sispl-date-picker__weekdays span{height:20px;font-size:9px}.holiday-calendar-form-date .sispl-date-picker__days{gap:2px;padding:0 10px 7px}.holiday-calendar-form-date .sispl-date-picker__day{border-radius:6px;width:32px;height:28px;font-size:10px}.holiday-calendar-form-date .sispl-date-picker__footer{min-height:38px;padding:4px 10px}.holiday-calendar-form-date .sispl-date-picker__footer-action,.holiday-calendar-form-date .sispl-date-picker__today-button{min-height:27px;font-size:10px}.holiday-calendar-form-date .sispl-date-picker__today-button{padding:0 11px}.holiday-calendar-form-grid label{flex-direction:column;gap:6px;display:flex}.holiday-calendar-form-grid__wide{grid-column:1/-1}.holiday-calendar-form-grid label>span{color:var(--color-text-secondary);font-size:var(--font-size-xs);font-weight:600}.holiday-calendar-form-grid label>span strong{color:var(--color-danger)}.holiday-calendar-form-grid input,.holiday-calendar-form-grid select{box-sizing:border-box;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:38px;color:var(--color-text-primary);font-family:inherit;font-size:var(--font-size-sm);outline:0;padding:0 10px}.holiday-calendar-form-grid input:focus,.holiday-calendar-form-grid select:focus{border-color:var(--color-accent)}.holiday-calendar-note{color:var(--color-text-muted);font-size:var(--font-size-xs);margin:13px 0 0;line-height:1.5}.holiday-calendar-modal__footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:9px;padding:14px 22px;display:flex}.holiday-calendar-button{border-radius:var(--radius-md);min-height:37px;font-family:inherit;font-size:var(--font-size-sm);cursor:pointer;padding:0 14px;font-weight:600}.holiday-calendar-button--secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.holiday-calendar-button--primary{border:1px solid var(--color-accent);background:var(--color-accent);color:#fff}.holiday-calendar-button--danger{border:1px solid var(--color-danger);background:var(--color-danger);color:#fff}.holiday-calendar-button:hover:not(:disabled){filter:brightness(.92)}.holiday-calendar-button:disabled{opacity:.6;cursor:not-allowed}.holiday-calendar-confirm{background:var(--color-surface);border-radius:14px;width:min(430px,100%);padding:25px;box-shadow:0 24px 70px #0003}.holiday-calendar-confirm__icon{background:var(--color-danger-bg);width:42px;height:42px;color:var(--color-danger);border-radius:50%;justify-content:center;align-items:center;margin-bottom:15px;display:flex}.holiday-calendar-confirm p{color:var(--color-text-secondary);font-size:var(--font-size-sm);line-height:1.5}.holiday-calendar-confirm__note{border-radius:var(--radius-md);background:var(--color-background);padding:10px 12px;color:var(--color-text-muted)!important;font-size:var(--font-size-xs)!important}.holiday-calendar-confirm__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}@media (width<=700px){.holiday-calendar-page__actions-row{flex-direction:column;align-items:stretch}.holiday-calendar-page__add-button{width:100%}.holiday-calendar-summary{overflow-x:auto}.holiday-calendar-form-grid{grid-template-columns:1fr}.holiday-calendar-form-grid__wide{grid-column:auto}}.holiday-calendar-form-grid .holiday-calendar-form-date>label{flex-direction:row;align-self:flex-start;align-items:center;gap:3px;display:inline-flex}.holiday-calendar-page__month-field{min-width:220px}.holiday-calendar-page__month-field .sispl-month-picker{width:100%}.holiday-calendar-page__month-field .sispl-month-picker__input-wrapper input{width:100%;height:38px;min-height:38px;padding:0 40px 0 10px}.holiday-calendar-page__month-field .sispl-month-picker__trigger{width:32px;height:32px;right:2px}@media (width<=700px){.holiday-calendar-page__month-field{width:100%;min-width:0}}
