:root{--tx-ink:#101b22;--tx-ink-2:#17252d;--tx-ink-3:#22343c;--tx-teal:#078a89;--tx-teal-hover:#067776;--tx-teal-strong:#056866;--tx-teal-soft:#e3f3f1;--tx-teal-softer:#f0f8f7;--tx-canvas:#f3f5f3;--tx-surface:#ffffff;--tx-surface-2:#f8faf8;--tx-surface-3:#eef2f0;--tx-border:#dce3e0;--tx-border-strong:#cbd6d2;--tx-text:#132129;--tx-muted:#68777d;--tx-subtle:#879499;--tx-success:#17835a;--tx-success-bg:#e8f5ee;--tx-warning:#9a6b12;--tx-warning-bg:#fff5d9;--tx-danger:#ad4239;--tx-danger-bg:#fbecea;--tx-info:#49629c;--tx-info-bg:#edf1fb;--tx-radius-control:12px;--tx-radius-card:18px;--tx-radius-large:24px;--tx-shadow-raised:0 1px 2px rgba(12,29,35,.035),0 8px 24px rgba(12,29,35,.035);--tx-shadow-overlay:0 24px 70px rgba(8,25,32,.18);--tx-focus:0 0 0 4px rgba(7,138,137,.12);--tx-z-header:160;--tx-z-dropdown:210;--tx-z-dock:240;--tx-z-drawer:260;--tx-z-overlay:320;--tx-z-toast:360;--tx-z-loader:400;--sidebar:282px;--ink:var(--tx-ink);--ink-2:var(--tx-ink-2);--teal:var(--tx-teal);--teal-dark:var(--tx-teal-hover);--paper:var(--tx-canvas);--line:var(--tx-border);--border:var(--tx-border);--background-light:var(--tx-surface-3);--teal-soft:var(--tx-teal-soft);--muted:var(--tx-muted);--soft:var(--tx-surface-3)}html{color-scheme:light;background:var(--tx-canvas);scroll-behavior:smooth}body,button,input,select,textarea{font-family:DM Sans,Arial,sans-serif}body{color:var(--tx-text);background:radial-gradient(circle at 72% -10%,rgba(7,138,137,.035),transparent 25rem),var(--tx-canvas);font-size:14px;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}::selection{background:rgba(7,138,137,.18);color:var(--tx-ink)}a,button,input,select,summary,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:2px solid var(--tx-teal);outline-offset:2px}.eyebrow{color:#708087;font-size:10px;font-weight:600;letter-spacing:.17em;line-height:1.35}.approve-btn,.dark-button,.outline-button,.primary-button,.reject-btn,.secondary-button{min-height:44px;padding:10px 18px;border-radius:var(--tx-radius-control);box-shadow:none;font-size:13px;font-weight:600;line-height:1;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}.primary-button{border:1px solid var(--tx-teal);background:var(--tx-teal);color:#fff}.primary-button:hover{border-color:var(--tx-teal-hover);background:var(--tx-teal-hover)}.approve-btn:active,.dark-button:active,.outline-button:active,.primary-button:active,.reject-btn:active,.secondary-button:active{transform:translateY(1px)}.dark-button{background:var(--tx-ink)}.outline-button,.secondary-button{border:1px solid var(--tx-border-strong);background:var(--tx-surface);color:var(--tx-ink-2)}.outline-button:hover,.secondary-button:hover{border-color:#aebdb8;background:var(--tx-surface-2);color:var(--tx-teal-strong)}.approve-btn{border-color:#b9dfcd;background:var(--tx-success-bg);color:var(--tx-success)}.reject-btn{border-color:#e8c6c2;background:var(--tx-danger-bg);color:var(--tx-danger)}.approve-btn:disabled,.dark-button:disabled,.outline-button:disabled,.primary-button:disabled,.reject-btn:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.icon-button,.mobile-menu-trigger,.mobile-sidebar-close,.modal-close{display:inline-grid;width:44px;height:44px;min-width:44px;min-height:44px;place-items:center;border:1px solid var(--tx-border);border-radius:50%;background:var(--tx-surface-2);color:var(--tx-ink-2);box-shadow:none}.icon-button:hover,.modal-close:hover{border-color:#b9d7d3;background:var(--tx-teal-soft);color:var(--tx-teal-strong)}.mobile-sidebar-close{display:none}label{color:#4c5e65;font-size:12px;font-weight:500}.brand-date-picker>button,.dropdown-picker>button,.employee-form input,.employee-form select,.employee-form textarea,.inline-form input,.inline-form select,.report-dropdown>button,.stack-form input,.stack-form select,.stack-form textarea,input,select,textarea{min-height:48px;border:1px solid var(--tx-border-strong);border-radius:var(--tx-radius-control);background-color:var(--tx-surface);color:var(--tx-text);box-shadow:none;font-size:14px;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.employee-form textarea,.stack-form textarea,textarea{min-height:116px;padding:13px 14px;line-height:1.55;resize:vertical}input::placeholder,textarea::placeholder{color:#98a3a7}.brand-date-picker>button:hover,.dropdown-picker>button:hover,.report-dropdown>button:hover,input:hover,select:hover,textarea:hover{border-color:#b5c4bf}.brand-date-picker>button:focus,.dropdown-picker>button:focus,.employee-form input:focus,.employee-form select:focus,.employee-form textarea:focus,.inline-form input:focus,.inline-form select:focus,.report-dropdown>button:focus,.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus,input:focus,select:focus,textarea:focus{border-color:var(--tx-teal);box-shadow:var(--tx-focus);outline:0}select{padding-right:42px!important;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--tx-teal) 50%),linear-gradient(135deg,var(--tx-teal) 50%,transparent 50%);background-position:calc(100% - 19px) calc(50% - 2px),calc(100% - 14px) calc(50% - 2px);background-repeat:no-repeat;background-size:5px 5px,5px 5px}.employee-form,.stack-form{gap:18px}.form-error{padding:12px 14px;border-color:#edc8c4;border-radius:var(--tx-radius-control);background:var(--tx-danger-bg);color:var(--tx-danger)}.auth-shell{min-height:100dvh;background:var(--tx-surface)}.auth-brand{padding:clamp(34px,5vw,64px) clamp(40px,8vw,128px);background:radial-gradient(circle at 14% 8%,rgba(11,164,157,.18),transparent 24rem),linear-gradient(155deg,#111d24,#0c171e)}.auth-brand:after{right:-290px;top:7%;border-width:58px;border-color:rgba(255,255,255,.025);box-shadow:0 0 0 66px rgba(255,255,255,.018)}.auth-logo{width:208px;height:62px}.auth-copy{max-width:650px}.auth-copy h1{max-width:720px;margin:24px 0;font-size:clamp(54px,6vw,90px);font-weight:500;letter-spacing:-.065em;line-height:.94}.auth-copy p{max-width:570px;color:#b9c6c8;font-size:clamp(16px,1.3vw,19px);line-height:1.65}.auth-meta{color:#91a2a6;font-size:12px}.auth-panel{padding:clamp(28px,5vw,72px);background:radial-gradient(circle at 100% 0,rgba(7,138,137,.05),transparent 24rem),#fff}.auth-card{width:min(520px,100%)}.auth-card h2{margin:11px 0 10px;font-size:clamp(34px,3.2vw,46px);font-weight:500;letter-spacing:-.052em;line-height:1.03}.auth-card>p{max-width:480px;color:var(--tx-muted);font-size:14px;line-height:1.65}.auth-role-note{gap:7px;margin:22px 0 25px}.auth-role-note span{min-height:32px;padding:8px 11px;border:1px solid var(--tx-border);border-radius:999px;background:var(--tx-surface-2);color:#5f7076;font-size:10px}.auth-card .primary-button{min-height:50px;margin-top:2px}.security-note{color:var(--tx-subtle);font-size:11px}.portal-main,.portal-shell{min-height:100dvh}.portal-main{background:radial-gradient(circle at 80% -8%,rgba(7,138,137,.035),transparent 25rem),var(--tx-canvas)}.sidebar{z-index:80;width:var(--sidebar);padding:24px 16px 18px;border-right:1px solid rgba(255,255,255,.055);background:radial-gradient(circle at 20% -8%,rgba(13,161,154,.17),transparent 17rem),linear-gradient(180deg,#111d24,#0d181f)}.sidebar-logo{width:180px;height:52px;margin-bottom:20px}.person-card,.person-card.identity-card{min-height:66px;margin-bottom:24px;padding:13px 32px 13px 16px;border:1px solid rgba(255,255,255,.085);border-radius:16px;background:rgba(255,255,255,.048)}.person-card.identity-card{justify-content:flex-start}.person-card.identity-card>span{text-align:left}.person-card strong{color:#f7fbfb;font-size:13px;font-weight:600}.person-card small{margin-top:4px;color:#8fa0a5;font-size:10px}.person-card.identity-card>.presence{right:16px}.nav-label{margin:0 12px 9px;color:#63747b;font-size:9px;font-weight:600;letter-spacing:.2em}.sidebar nav{gap:4px}.sidebar nav button,.sidebar-bottom .sidebar-get-app,.sidebar-bottom button{min-height:44px;padding:10px 12px;border-radius:12px;color:#b2c0c3;font-size:12.5px;font-weight:500;transition:background-color .15s ease,color .15s ease}.sidebar nav button svg,.sidebar-bottom .sidebar-get-app svg,.sidebar-bottom button svg{width:18px;height:18px;color:#76aaa9;stroke-width:1.7}.sidebar nav button:hover{background:rgba(255,255,255,.055);color:#f7fbfb}.sidebar nav button.active{background:rgba(7,138,137,.18);color:#88e1dc}.sidebar nav button.active:before{left:-16px;width:3px;height:24px;background:#31c5be}.sidebar nav button.active svg{color:#65d6d1}.sidebar .nav-dropdown>button>b,.sidebar .nav-subdropdown>button>b{margin-left:auto;color:#76aaa9;font-size:17px}.sidebar .nav-dropdown>div{left:calc(100% + 10px);min-width:230px;padding:8px;border:1px solid #2a3c43;border-radius:14px;background:#132129;box-shadow:var(--tx-shadow-overlay)}.sidebar .nav-dropdown>div:before,.sidebar .nav-third-level:before{content:"";position:absolute;top:-1px;right:100%;width:12px;height:calc(100% + 2px)}.sidebar .nav-dropdown>div button{min-height:42px;border-radius:10px}.sidebar .nav-dropdown>div button.active,.sidebar .nav-dropdown>div button:hover{background:rgba(7,138,137,.16);color:#81ddd8}.sidebar-bottom{gap:8px;padding-top:15px;border-top-color:rgba(255,255,255,.075)}.shift-mini{padding:0 10px 11px}.shift-mini span{color:#718289}.shift-mini strong{color:#edf4f4;font-size:12px}.sidebar-bottom .sidebar-get-app{justify-content:center;border:1px solid var(--tx-teal);background:var(--tx-teal);color:#fff;font-weight:600;text-decoration:none}.sidebar-bottom .sidebar-get-app svg{color:#fff}.sidebar-bottom .sidebar-get-app:hover{border-color:#0aa19e;background:#0a9995;color:#fff}.sidebar-bottom button{justify-content:center;border:1px solid rgba(116,187,183,.5);background:transparent;color:#e6efef}.sidebar-bottom button:hover{border-color:rgba(124,218,212,.75);background:rgba(7,138,137,.1)}.topbar{height:74px;padding:0 clamp(24px,3vw,46px);border-bottom:1px solid rgba(205,216,212,.86);background:rgba(255,255,255,.91);box-shadow:none;-webkit-backdrop-filter:saturate(160%) blur(18px);backdrop-filter:saturate(160%) blur(18px)}.topbar-title{gap:3px}.topbar-title span{color:#839096;font-size:9px;font-weight:600;letter-spacing:.16em}.topbar-title strong{color:var(--tx-ink);font-size:15px;font-weight:600}.topbar-actions{gap:12px}.portal-switch{display:flex;gap:4px;padding:4px;border:1px solid var(--tx-border);border-radius:13px;background:var(--tx-surface-3)}.portal-switch button{min-height:36px;padding:7px 12px;border:0;border-radius:9px;background:transparent;color:#68787e;font-size:11px;font-weight:500;transition:background-color .15s ease,color .15s ease}.portal-switch button svg{width:15px;height:15px}.portal-switch button:hover{color:var(--tx-teal-strong)}.portal-switch button.active{background:#fff;color:var(--tx-teal-strong);box-shadow:0 1px 3px rgba(15,39,45,.075)}.top-avatar{width:40px;height:40px;margin:0;border:1px solid #cbe4e1;border-radius:50%;background:var(--tx-teal-soft)}.top-avatar-status .presence{right:-1px;top:-1px;border:2px solid #fff;background:#fff}.content{width:100%;max-width:1640px;padding:34px clamp(24px,3.4vw,56px) 72px}.toast,.view-banner{padding:13px 15px;border:1px solid #bcdedb;border-radius:13px;background:var(--tx-teal-softer);color:#176d6a;box-shadow:none;font-size:12px;line-height:1.5}.toast{top:88px;right:28px;box-shadow:var(--tx-shadow-overlay)}.page-heading{min-height:78px;margin-bottom:26px;align-items:flex-end}.page-heading h1{margin:7px 0 6px;color:var(--tx-ink);font-size:clamp(34px,3vw,46px);font-weight:500;letter-spacing:-.055em;line-height:1.02}.page-heading p{max-width:760px;color:var(--tx-muted);font-size:13px;line-height:1.55}.card,.company-report-filters,.employee-edit-panel,.metric-card,.report-detail-card,.request-section{border:1px solid var(--tx-border);border-radius:var(--tx-radius-card);background:rgba(255,255,255,.96);box-shadow:var(--tx-shadow-raised)}.card{overflow:visible}.dashboard-grid>.card,.document-card,.employee-salary-forecast,.health-card,.health-overview,.office-card,.table-card{overflow:hidden}.metric-grid{gap:14px;margin-bottom:20px}.metric-card{position:relative;min-height:136px;padding:20px;overflow:hidden}.metric-card:after{content:"";position:absolute;right:-22px;bottom:-40px;width:110px;height:110px;border:22px solid rgba(7,138,137,.025);border-radius:50%;pointer-events:none}.metric-card span{color:#607178;font-size:11px;font-weight:500}.metric-card strong{margin:14px 0 7px;color:var(--tx-ink);font-size:36px;font-weight:500;letter-spacing:-.052em;line-height:1}.metric-card small{color:var(--tx-subtle);font-size:11px}.dashboard-grid,.health-grid,.hero-grid,.profile-grid,.profile-information-grid{gap:18px}.attendance-hero{padding:25px}.card-kicker>span{color:#708086;font-size:10px;font-weight:600;letter-spacing:.1em}.clock-display{margin:16px 0 22px;color:var(--tx-ink);font-size:clamp(42px,4vw,56px);font-weight:500;letter-spacing:-.065em;line-height:1}.attendance-split{overflow:hidden;border-color:var(--tx-border);border-radius:14px;background:var(--tx-border);gap:1px}.attendance-split>div{min-height:70px;padding:14px 16px;border:0;background:#fff}.attendance-split span{color:var(--tx-subtle);font-size:10px}.attendance-split strong{color:var(--tx-ink);font-size:14px;font-weight:600}.biometric-only-note,.profile-agent-setup,.salary-policy-note{border:1px solid #d8eae7;background:var(--tx-teal-softer)}.map-pattern{min-height:220px;background-color:#e9efec}.map-pattern iframe{filter:saturate(.75) contrast(.96)}.office-card>a{min-height:78px;padding:17px 18px}.office-card>a strong{font-size:13px}.office-card>a small{color:var(--tx-muted);font-size:11px;line-height:1.45}.doc-icon,.document-icon,.location-pin{border-radius:11px;background:var(--tx-teal-soft);color:var(--tx-teal)}.dashboard-grid>.card{min-height:320px}.section-title{min-height:72px;padding:18px 20px;border-bottom:1px solid var(--tx-border)}.section-title span{color:var(--tx-ink);font-size:14px;font-weight:600;letter-spacing:-.015em}.section-title h2,.section-title h3{margin:6px 0 0;color:var(--tx-ink);font-weight:500;letter-spacing:-.025em}.section-title small{margin-top:4px;color:var(--tx-subtle);font-size:11px}.section-title button{min-height:34px;padding:7px 10px;border-radius:9px;color:var(--tx-teal-strong);font-size:11px}.dashboard-attendance-list>button,.dashboard-request-list>button,.policy-list button{border-bottom-color:var(--tx-border);transition:background-color .15s ease}.dashboard-attendance-list>button:hover,.dashboard-request-list>button:hover,.policy-list button:hover{background:var(--tx-surface-2)}.dashboard-attendance-list strong,.dashboard-request-list strong,.policy-list strong{color:var(--tx-text);font-size:12px}.dashboard-attendance-list small,.dashboard-request-list small,.policy-list small{color:var(--tx-subtle);font-size:10px}.dashboard-request-summary>div{border:1px solid #dae9e6;border-radius:12px;background:var(--tx-teal-softer)}.dashboard-card-action,.dashboard-requests-action{min-height:42px;font-size:11px}.card .empty,.empty-state{min-height:180px;padding:28px;color:var(--tx-subtle)}.empty-state:before{content:"";width:34px;height:4px;margin-bottom:15px;border-radius:99px;background:var(--tx-teal-soft)}.empty-state strong{color:#4d5f65;font-size:13px;font-weight:600}.empty-state span{margin-top:5px;color:var(--tx-subtle);font-size:11px;line-height:1.5}.table-card{overflow:hidden;margin-bottom:20px}.table-scroll{scrollbar-width:thin;scrollbar-color:#b8c7c2 transparent}.dashboard-grid table,.table-card table{background:transparent}.dashboard-grid th,.table-card th{height:44px;padding:12px 17px;border-bottom-color:var(--tx-border);background:var(--tx-surface-2);color:#718188;font-size:10px;font-weight:600;letter-spacing:.075em}.dashboard-grid td,.table-card td{height:60px;padding:14px 17px;border-bottom-color:var(--tx-border);color:var(--tx-text);font-size:12px}.dashboard-grid tbody tr,.table-card tbody tr{transition:background-color .15s ease}.dashboard-grid tbody tr:hover,.table-card tbody tr:hover{background:#fafcfb}.table-card td strong{font-size:12px}.table-card td small{margin-top:4px;color:var(--tx-subtle);font-size:10px}.table-toolbar{min-height:60px;padding:10px 16px;border-bottom-color:var(--tx-border);font-size:12px}.table-toolbar input{width:min(320px,100%);min-height:40px;background:var(--tx-surface-2)}.row-actions{gap:7px}.row-actions button{min-height:34px;padding:7px 10px;border-color:var(--tx-border);border-radius:9px;background:#fff;font-size:10px}.status{min-height:25px;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:600;line-height:1}.status-active,.status-completed,.status-connected,.status-healthy,.status-paid,.status-present,.status-syncing{background:var(--tx-success-bg);color:var(--tx-success)}.status-draft,.status-late,.status-late-and-early,.status-late-working,.status-not-clocked-in,.status-unmapped{background:#fff0e6;color:#a05223}.status-degraded,.status-early-going,.status-half-day,.status-half-day-leave,.status-on-half-day-leave{background:var(--tx-warning-bg);color:var(--tx-warning)}.status-absent,.status-inactive,.status-rejected{background:var(--tx-danger-bg);color:var(--tx-danger)}.status-biometric,.status-mapped{background:var(--tx-teal-soft);color:var(--tx-teal-strong)}.status-approved,.status-manager,.status-mixed,.status-super-admin,.status-working{background:var(--tx-info-bg);color:var(--tx-info)}.document-source-switch,.report-tabs{gap:4px;padding:4px;border:1px solid var(--tx-border);border-radius:13px;background:var(--tx-surface-3);box-shadow:none}.document-source-switch button,.report-tabs button{min-height:38px;padding:8px 13px;border:0;border-radius:9px;background:transparent;color:var(--tx-muted);font-size:11px}.document-source-switch button.active,.report-tabs button.active{background:#fff;color:var(--tx-teal-strong);box-shadow:0 1px 3px rgba(15,39,45,.07)}.dropdown-picker>button,.report-dropdown>button{padding:10px 42px 10px 14px}.dropdown-picker>button b,.report-dropdown>button b{right:15px;top:50%;transform:translateY(-50%)}.brand-date-popover,.dropdown-picker>div,.report-dropdown>div{padding:7px;border:1px solid var(--tx-border);border-radius:14px;background:#fff;box-shadow:var(--tx-shadow-overlay)}.dropdown-picker>div button,.report-dropdown>div button{min-height:40px;border:0;border-radius:9px;background:transparent;font-size:12px}.dropdown-picker>div button.active,.dropdown-picker>div button:hover,.report-dropdown>div button.active,.report-dropdown>div button:hover{background:var(--tx-teal-soft);color:var(--tx-teal-strong)}.brand-date-popover .date-grid button,.brand-date-popover header button{border-radius:9px}.brand-date-popover .date-grid button.selected,.brand-date-popover .date-grid button:hover{background:var(--tx-teal);color:#fff}.document-assign-card,.employee-salary-forecast,.request-section{margin-bottom:20px}.salary-forecast-grid>div{min-height:112px;padding:20px;border-color:var(--tx-border)}.salary-forecast-grid small,.salary-forecast-grid span{color:var(--tx-subtle);font-size:10px}.salary-forecast-grid strong{color:var(--tx-ink);font-size:23px;font-weight:500}.salary-visibility{min-height:34px;padding:7px 11px;font-size:10px}.amount-positive{color:var(--tx-success)!important}.amount-negative{color:var(--tx-danger)!important}.document-grid,.leave-balance-grid,.request-cards,.request-metrics,.request-status-strip{gap:14px}.document-card,.request-card,.request-row-horizontal{border-color:var(--tx-border);border-radius:15px;box-shadow:none}.request-row-horizontal{padding:17px}.profile-card{padding:30px 24px}.profile-avatar{width:104px;height:104px;border:1px solid #cce5e2;border-radius:28px;background:var(--tx-teal-soft);font-size:22px}.avatar-edit-button{right:-5px;bottom:-5px;width:38px;height:38px;border:3px solid #fff;background:var(--tx-teal);box-shadow:none}.profile-card h2{margin-top:18px;font-size:24px;font-weight:500;letter-spacing:-.035em}.profile-card p{color:var(--tx-muted);font-size:12px}.detail-list>div,.profile-facts>div{border-color:var(--tx-border)}.detail-list span,.profile-facts span{color:var(--tx-subtle);font-size:11px}.detail-list strong,.profile-facts strong{color:var(--tx-text);font-size:13px;font-weight:600}.profile-security-card,.profile-setting-card{padding:24px}.profile-security-card h3,.profile-setting-card h3{color:var(--tx-ink);font-size:22px;font-weight:500;letter-spacing:-.035em}.document-card{padding:19px}.document-card h3{color:var(--tx-ink);font-size:16px;font-weight:600}.health-overview{min-height:112px;padding:22px 24px;margin-bottom:16px}.health-overview h2{color:var(--tx-ink);font-size:22px;font-weight:500;letter-spacing:-.025em}.health-orb{width:46px;height:46px;box-shadow:0 0 0 9px var(--tx-warning-bg)}.health-orb.healthy{box-shadow:0 0 0 9px var(--tx-success-bg)}.health-card{min-height:130px;padding:19px}.health-card>span:first-child{color:var(--tx-muted);font-size:11px}.health-card>strong{color:var(--tx-ink);font-size:26px;font-weight:500}.health-detail{gap:0;padding:18px}.health-detail div{border-color:var(--tx-border)}.modal-backdrop{z-index:var(--tx-z-overlay);padding:24px;background:rgba(8,20,26,.55);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.ios-install-guide,.modal-card,.policy-modal,.sale-modal{border:1px solid rgba(255,255,255,.5);border-radius:var(--tx-radius-large);background:#fff;box-shadow:var(--tx-shadow-overlay)}.modal-card.leave-modal{width:min(760px,100%);max-height:min(860px,calc(100dvh - 48px))}.modal-header{min-height:82px;padding:20px 22px;border-bottom:1px solid var(--tx-border)}.modal-header h2{color:var(--tx-ink);font-size:28px;font-weight:500;letter-spacing:-.04em}.modal-actions{padding-top:16px;border-top:1px solid var(--tx-border)}.portal-loading{z-index:var(--tx-z-loader);background:rgba(11,25,32,.92);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav{display:none}@media (max-width:1180px){:root{--sidebar:258px}.content{padding-inline:26px}.dashboard-grid.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid.admin-grid>:last-child{grid-column:1/-1}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.dashboard-grid,.dashboard-grid.admin-grid,.hero-grid,.profile-grid,.profile-information-grid{grid-template-columns:1fr}.dashboard-grid.admin-grid>:last-child{grid-column:auto}.health-detail,.health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){:root{--tx-radius-card:20px;--tx-radius-large:28px}body,html{overscroll-behavior-x:none}body{background:#f1f4f1}.portal-main{min-height:100dvh;margin-left:0;padding-bottom:calc(92px + env(safe-area-inset-bottom));background:radial-gradient(circle at 90% -6%,rgba(7,138,137,.07),transparent 17rem),#f1f4f1}.sidebar{z-index:var(--tx-z-drawer);width:min(346px,91vw);padding:calc(20px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom));transform:translateX(-104%);transition:transform .21s cubic-bezier(.2,.8,.2,1)}.portal-shell:has(.mobile-nav-backdrop) .sidebar{transform:translateX(0)}.mobile-nav-backdrop{z-index:calc(var(--tx-z-drawer) - 1);background:rgba(8,20,26,.48);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-sidebar-close{display:grid;top:calc(13px + env(safe-area-inset-top));right:13px;border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.06);color:#dce8e8}.sidebar-logo{width:166px;margin:0 auto 17px}.sidebar nav button,.sidebar-bottom .sidebar-get-app,.sidebar-bottom button{min-height:50px;border-radius:15px;font-size:13px}.sidebar .nav-dropdown>div{position:static;min-width:0;margin:5px 0 7px 19px;padding:5px;border-color:rgba(255,255,255,.055);border-radius:13px;background:rgba(255,255,255,.035);box-shadow:none}.portal-shell .topbar,.topbar{z-index:var(--tx-z-header);height:calc(126px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;align-items:flex-start;border-bottom:1px solid rgba(206,217,213,.75);background:rgba(247,249,247,.92);-webkit-backdrop-filter:saturate(160%) blur(20px);backdrop-filter:saturate(160%) blur(20px)}.mobile-topbar-brand{min-width:0;padding-top:10px}.mobile-menu-trigger{width:44px;height:44px;border-color:rgba(17,42,48,.1);background:rgba(255,255,255,.76)}.mobile-screen-heading small{color:var(--tx-subtle);font-size:9px}.mobile-screen-heading strong{color:var(--tx-ink);font-size:16px;font-weight:600}.topbar-title{display:none}.portal-shell .topbar-actions .portal-switch{position:absolute;right:14px;bottom:10px;left:14px;display:flex;height:44px;padding:4px;border-radius:14px}.portal-shell .topbar-actions .portal-switch button{width:auto;min-width:0;min-height:34px;flex:1 1;justify-content:center;gap:7px;border-radius:10px}.portal-shell .topbar-actions .portal-switch button span{display:inline;font-size:10px}.portal-shell .topbar-actions .top-avatar-status{position:absolute;top:calc(10px + env(safe-area-inset-top));right:14px}.top-avatar{width:44px;height:44px}.content{max-width:680px;padding:20px 14px 28px}.page-heading{min-height:0;margin:0 2px 20px;align-items:flex-end;gap:12px}.page-heading>div{min-width:0}.page-heading .eyebrow{font-size:9px}.page-heading h1{margin:6px 0 7px;font-size:clamp(28px,8.3vw,36px);letter-spacing:-.055em}.page-heading p{color:var(--tx-muted);font-size:12.5px;line-height:1.55}.page-heading .outline-button,.page-heading .primary-button,.page-heading>button{min-width:48px;min-height:48px;flex:none;padding-inline:16px;border-radius:999px}.card,.company-report-filters,.employee-edit-panel,.metric-card,.report-detail-card,.request-section{border-color:rgba(17,42,48,.1);border-radius:var(--tx-radius-card);background:rgba(255,255,255,.95);box-shadow:0 1px 2px rgba(12,30,35,.025)}.leave-balance-grid,.metric-grid,.request-cards,.request-status-strip,.team-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.metric-card{min-height:116px;padding:16px}.metric-card:after{display:none}.metric-card span{font-size:10px}.metric-card strong{margin:13px 0 6px;font-size:29px}.metric-card small{font-size:10px}.dashboard-grid,.dashboard-grid.admin-grid,.health-detail,.health-grid,.hero-grid,.profile-grid,.profile-information-grid{grid-template-columns:1fr;gap:12px}.attendance-hero{padding:20px;border-color:var(--tx-ink);background:radial-gradient(circle at 94% 4%,rgba(26,183,175,.22),transparent 35%),var(--tx-ink);color:#fff}.attendance-hero .attendance-split span,.attendance-hero .biometric-only-note span,.attendance-hero .card-kicker>span,.attendance-hero .center-note,.attendance-hero .pc-presence-line{color:#a7b8bc}.attendance-hero .clock-display{margin:18px 0;color:#fff;font-size:clamp(44px,14vw,58px);font-weight:500}.attendance-hero .attendance-split{border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.1)}.attendance-hero .attendance-split>div{min-height:72px;background:rgba(255,255,255,.052)}.attendance-hero .attendance-split strong{color:#fff}.attendance-hero .biometric-only-note{border-color:rgba(111,226,219,.13);background:rgba(7,138,137,.12)}.attendance-hero .biometric-only-note strong{color:#7ce0da}.section-title{min-height:68px;padding:16px}.section-title span{font-size:13px}.section-title small{font-size:10px}.status{min-height:24px;font-size:9px}.brand-date-picker>button,.dropdown-picker>button,.employee-form input,.employee-form select,.employee-form textarea,.inline-form input,.inline-form select,.report-dropdown>button,.stack-form input,.stack-form select,.stack-form textarea,input,select,textarea{min-height:52px;border-radius:15px;font-size:16px}.employee-form textarea,.stack-form textarea,textarea{min-height:128px}.approve-btn,.dark-button,.outline-button,.primary-button,.reject-btn,.secondary-button{min-height:48px;border-radius:14px;font-size:13px}.table-scroll{margin-inline:-1px;padding-bottom:6px;border-radius:0 0 var(--tx-radius-card) var(--tx-radius-card);scrollbar-color:#afbfba #eef2f0}.dashboard-grid th,.table-card th{font-size:9px}.dashboard-grid td,.table-card td{height:62px;font-size:11px}.request-row-horizontal{padding:16px;border-radius:17px}.salary-forecast-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.salary-forecast-grid>div{min-height:105px;padding:16px}.salary-forecast-grid strong{font-size:19px}.profile-avatar{width:94px;height:94px;border-radius:25px}.profile-card{padding:25px 18px}.health-overview{align-items:flex-start}.health-overview>.status{margin-left:auto}.modal-backdrop{align-items:flex-end;padding:0}.ios-install-guide,.modal-card,.modal-card.leave-modal,.policy-modal,.sale-modal{width:100%;max-height:calc(100dvh - max(16px, env(safe-area-inset-top)));border-width:1px 0 0;border-radius:28px 28px 0 0}.modal-card.leave-modal{overflow:auto;overscroll-behavior:contain;padding-bottom:calc(88px + env(safe-area-inset-bottom))}.modal-header{position:sticky;z-index:2;top:0;padding:18px 18px 15px;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.modal-header h2{font-size:27px}.modal-card.leave-modal .modal-actions{position:sticky;z-index:3;right:0;bottom:calc(70px + env(safe-area-inset-bottom));left:0;padding:12px 18px;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.modal-card.leave-modal .modal-actions button{min-height:50px;flex:1 1}.mobile-bottom-nav{position:fixed;z-index:var(--tx-z-dock);right:12px;bottom:max(10px,env(safe-area-inset-bottom));left:12px;display:grid;min-height:70px;padding:6px;grid-template-columns:repeat(5,1fr);border:1px solid rgba(255,255,255,.095);border-radius:24px;background:rgba(14,26,33,.97);box-shadow:0 18px 48px rgba(5,19,25,.28);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav button{display:flex;min-width:0;min-height:56px;padding:5px 2px;align-items:center;justify-content:center;flex-direction:column;gap:3px;border:0!important;border-radius:18px;background:transparent!important;color:#85989e;box-shadow:none!important}.mobile-bottom-nav button svg{width:21px;height:21px;stroke-width:1.7}.mobile-bottom-nav button>span:last-child{overflow:hidden;max-width:100%;font-size:9px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.mobile-bottom-nav button.active{background:#f8fbf9!important;color:var(--tx-teal)}.mobile-bottom-nav button.active svg{stroke-width:2}.auth-shell{grid-template-columns:1fr;grid-template-rows:154px minmax(0,1fr);background:radial-gradient(circle at 20% 0,rgba(15,164,156,.22),transparent 18rem),var(--tx-ink)}.auth-brand{min-height:154px;padding:calc(20px + env(safe-area-inset-top)) 22px 28px;justify-content:flex-start}.auth-brand:after,.auth-copy,.auth-meta{display:none}.auth-logo{width:184px;height:58px}.auth-panel{min-height:calc(100dvh - 130px);margin-top:-22px;padding:36px 20px calc(28px + env(safe-area-inset-bottom));align-items:flex-start;border-radius:28px 28px 0 0;background:#fff}.auth-card{max-width:540px;margin:0 auto}.auth-card h2{font-size:clamp(32px,9vw,40px)}.auth-card>p{font-size:13px}}@media (max-width:420px){.leave-balance-grid,.metric-grid,.request-cards,.request-status-strip,.salary-forecast-grid,.team-summary-grid{grid-template-columns:1fr}.leave-balance-grid>*,.metric-grid>*,.request-cards>*,.request-status-strip>*,.team-summary-grid>*{grid-column:auto!important}.metric-card{min-height:104px}.attendance-split{grid-template-columns:1fr}.attendance-split>div{min-height:60px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading .outline-button,.page-heading .primary-button,.page-heading>button{width:100%}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}@media (display-mode:standalone) and (max-width:760px){body{padding-top:0!important}}:root{--tx-safe-top:var(--safe-area-inset-top,env(safe-area-inset-top,0px));--tx-safe-bottom:var(--safe-area-inset-bottom,env(safe-area-inset-bottom,0px));--tx-employee-mobile-ui:"2026-07-28"}.request-modal{display:flex;padding:0;flex-direction:column;overflow:hidden}.request-modal .modal-header{margin:0;flex:0 0 auto}.request-modal-form{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:0;overflow:hidden}.request-modal-fields{display:grid;min-height:0;padding:20px 22px;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.request-modal-fields>.wide{grid-column:1/-1}.modal-card.leave-modal .request-modal-actions,.request-modal-actions{position:static!important;inset:auto!important;margin:0;padding:14px 22px 20px;flex:0 0 auto;border-top:1px solid var(--tx-border);background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.status-approved-late{color:#067572;background:#dff4f2;border-color:#bde7e3}.request-decision,.request-submitted-at{display:grid;min-width:150px;gap:3px}.request-decision strong,.request-submitted-at strong{color:var(--tx-ink);font-size:11px;font-weight:500;line-height:1.4}.request-decision small,.request-submitted-at small{color:var(--tx-muted);font-size:9px;line-height:1.45}.request-decision em{max-width:260px;color:var(--tx-muted);font-size:10px;font-style:normal;line-height:1.45;white-space:normal}.request-decision-approved strong{color:var(--tx-success)}.request-decision-rejected strong{color:var(--tx-danger)}.request-notice-status{width:fit-content;white-space:nowrap}.status-provisional-informed{border-color:#d5e5ed;background:#eef7fa;color:#32677b}.status-informed{border-color:#cce8dd;background:#eef9f4;color:#27725a}.status-uninformed{border-color:#f1d0ca;background:#fff2ef;color:#a94e42}.status-not-applicable{border-color:var(--tx-border);background:var(--tx-surface-2);color:var(--tx-muted)}.request-notice-guidance{display:flex;align-items:flex-start;padding:13px 14px;gap:11px;border:1px solid #d7e8e6;border-radius:13px;background:#f4faf9}.request-notice-guidance>span:last-child{display:grid;min-width:0;gap:3px}.request-notice-guidance strong{color:var(--tx-ink);font-size:11px;font-weight:500}.request-notice-guidance small{color:var(--tx-muted);font-size:10px;line-height:1.5}.request-notice-guidance.request-notice-blocked{border-color:#f0cec7;background:#fff4f1}.request-form-error{margin:0}.dashboard-request-list .request-notice-status{margin-top:7px}.detail-item .request-decision,.detail-item .request-submitted-at{min-width:0}.fixed-payment-review{display:flex;padding:12px 0;justify-content:space-between;gap:18px;border-top:1px solid var(--tx-border)}@media (max-width:760px){.portal-main{padding-bottom:calc(110px + var(--tx-safe-bottom))}.portal-shell .topbar,.topbar{height:calc(118px + var(--tx-safe-top));padding:var(--tx-safe-top) 14px 0}.portal-shell .topbar-actions .top-avatar-status{top:calc(9px + var(--tx-safe-top))}.portal-shell .topbar-actions .portal-switch{bottom:9px}.sidebar{height:100dvh;max-height:100dvh;padding-bottom:calc(14px + var(--tx-safe-bottom))}.sidebar nav{min-height:0;flex:1 1 auto;overflow-y:auto}.sidebar .sidebar-bottom{display:grid;position:static;width:100%;margin-top:10px;padding:12px 2px 0;flex:0 0 auto;gap:10px;border-top:1px solid rgba(255,255,255,.09)}.sidebar .sidebar-bottom .sidebar-get-app,.sidebar .sidebar-bottom button{width:100%;min-height:48px;margin:0;border-radius:14px}.native-app .sidebar{bottom:0;height:auto;max-height:none;padding-top:18px}.native-app .mobile-nav-backdrop,.native-app .sidebar{top:var(--tx-safe-top)}.native-app .mobile-sidebar-close{top:12px}.portal-shell[data-surface=employee] .page-heading{align-items:flex-start;flex-direction:column}.portal-shell[data-surface=employee] .page-heading>div{width:100%}.portal-shell[data-surface=employee] .page-heading h1{max-width:100%;text-wrap:balance}.portal-shell[data-surface=employee] .page-heading>.outline-button,.portal-shell[data-surface=employee] .page-heading>.primary-button,.portal-shell[data-surface=employee] .page-heading>button{width:auto;min-width:142px;align-self:flex-start}.attendance-hero .card-kicker{align-items:center;gap:12px}.attendance-hero .card-kicker>span{min-width:0;line-height:1.35}.attendance-hero .biometric-only-note{align-items:flex-start;gap:11px;padding:14px}.attendance-hero .biometric-only-note span{min-width:0;line-height:1.5}.attendance-hero .pc-presence-line{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;justify-content:stretch;gap:10px;text-align:left;line-height:1.45}.attendance-hero .pc-presence-line .presence{flex:0 0 auto;white-space:nowrap}.attendance-hero .pc-presence-line>span:last-child{min-width:0}.employee-salary-forecast .salary-forecast-heading{display:flex;align-items:stretch;flex-direction:column;gap:12px}.salary-forecast-heading>div:first-child{width:100%;min-width:0}.salary-forecast-heading>div:first-child>span{display:block;font-size:15px;line-height:1.35}.salary-forecast-heading>div:first-child>small{display:block;max-width:36rem;margin-top:4px;line-height:1.45}.employee-salary-forecast .salary-privacy-actions{width:100%;justify-content:space-between;flex-wrap:wrap;gap:8px}.employee-salary-forecast .salary-visibility{min-height:36px;margin-left:auto}.modal-backdrop{padding:max(8px,var(--tx-safe-top)) 0 0}.modal-card.leave-modal.request-modal{width:100%;height:calc(100dvh - max(8px, var(--tx-safe-top)));max-height:none;padding:0;border-radius:26px 26px 0 0;overflow:hidden}.request-modal .modal-header{position:static;min-height:78px;padding:18px 18px 15px;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.request-modal .modal-header h2{font-size:25px;line-height:1.1}.request-modal .icon-button{width:42px;height:42px;flex:0 0 auto}.request-modal-fields{padding:16px 18px 20px;grid-template-columns:1fr;gap:14px;scrollbar-gutter:auto}.request-modal-fields>.wide{grid-column:auto}.request-modal-fields label{gap:7px;font-size:11px}.request-modal-fields .brand-date-picker>button,.request-modal-fields .dropdown-picker>button,.request-modal-fields input,.request-modal-fields select,.request-modal-fields textarea{min-height:50px;border-radius:13px}.request-modal-fields textarea{min-height:108px}.request-notice-guidance{flex-direction:column}.request-decision,.request-submitted-at{min-width:132px}.fixed-payment-review{align-items:flex-start;flex-direction:column}.request-modal .request-modal-actions{display:grid;padding:12px 18px calc(12px + var(--tx-safe-bottom));grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:10px}.request-modal .request-modal-actions button{width:100%;min-height:50px;margin:0}.request-modal .request-modal-actions .primary-button{grid-column:auto}.request-modal .brand-calendar{position:fixed;z-index:calc(var(--tx-z-overlay) + 4);top:auto;right:auto;bottom:calc(14px + var(--tx-safe-bottom));left:50%;width:min(340px,calc(100vw - 28px));transform:translateX(-50%)}.portal-shell:has(.request-modal) .mobile-bottom-nav{visibility:hidden;opacity:0;pointer-events:none}.mobile-bottom-nav{bottom:max(10px,var(--tx-safe-bottom))}}@media (max-width:420px){.portal-shell[data-surface=employee] .page-heading>.outline-button,.portal-shell[data-surface=employee] .page-heading>.primary-button,.portal-shell[data-surface=employee] .page-heading>button{width:100%}.request-modal .request-modal-actions{flex-direction:row}}.page-heading-action{flex:0 0 auto}.page-heading-action,.payroll-report-actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:10px}.payroll-report-actions{flex-wrap:wrap}.payroll-report-actions>.outline-button,.payroll-report-actions>.primary-button,.payroll-report-actions>button{width:auto;min-width:154px;margin:0}.payroll-report-toolbar{display:flex;min-width:0;align-items:center;gap:12px;flex-wrap:wrap}.payroll-report-toolbar-label{display:flex;min-width:0;align-items:center;gap:9px}.payroll-report-toolbar-label>:is(input,select,button,.dropdown-picker,.brand-date-picker){min-width:0}.employee-shift-grid,.payroll-create-grid{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.employee-shift-grid{grid-column:1/-1}.payroll-report-search{flex:1 1 16rem}.payroll-report-search>input{max-width:none!important;width:100%}.employee-shift-grid>*,.payroll-create-grid>*{min-width:0}@media (max-width:760px){.portal-main,.portal-shell,body,html{width:100%;max-width:100%;overflow-x:clip}.content,.portal-main,.portal-shell{min-width:0}.content{width:100%;max-width:100%;overflow-x:clip}.content>*,.employee-shift-grid,.page-heading,.page-heading-action,.page-heading>div,.payroll-create-grid,.payroll-report-actions,.payroll-report-toolbar,.table-scroll{min-width:0;max-width:100%}.table-scroll{width:100%;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.page-heading-action{width:100%;display:grid;grid-template-columns:minmax(0,1fr);justify-content:stretch}.page-heading-action>*{min-width:0;max-width:100%}.page-heading:has(>.page-heading-action){align-items:stretch;flex-direction:column}.page-heading:has(>.page-heading-action)>div:first-child{width:100%}.page-heading-action>.outline-button,.page-heading-action>.primary-button,.page-heading-action>button{width:100%;max-width:100%;margin:0}.payroll-report-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;justify-content:stretch;gap:10px}.payroll-report-actions>.outline-button,.payroll-report-actions>.primary-button,.payroll-report-actions>button{width:100%;min-width:0;max-width:100%}.payroll-report-toolbar{width:100%;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:10px}.payroll-report-toolbar-label,.payroll-report-toolbar>*{width:100%;max-width:100%}.payroll-report-toolbar :is(.multi-filter,.brand-month-field,.dropdown-picker,input,select){width:100%;min-width:0;max-width:100%}.payroll-report-toolbar .multi-filter>button{width:100%}.payroll-report-toolbar-label{display:grid;align-items:stretch;gap:7px}.payroll-report-toolbar-label>:is(input,select,button,.dropdown-picker,.brand-date-picker){width:100%;max-width:100%}.employee-shift-grid,.payroll-create-grid{width:100%;grid-template-columns:minmax(0,1fr);gap:14px}.payroll-create-grid>div>div[style*=grid-template-columns]{grid-template-columns:minmax(0,1fr)!important}.payroll-create-grid label>span[style*=justify-content]{min-width:0;align-items:flex-start!important;flex-wrap:wrap;gap:5px 8px}.payroll-create-grid label>span[style*=justify-content]>span{min-width:0;overflow-wrap:anywhere}.profile-agent-setup{align-items:stretch;flex-direction:column;margin-inline:0}.document-source-switch,.profile-agent-setup .outline-button{width:100%;max-width:100%}.document-source-switch button{min-width:0;flex:1 1}.health-overview>div:nth-child(2){min-width:0}.health-overview :is(h2,p){overflow-wrap:anywhere}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}