/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#5b1397;--accent-bg:#5b13971a;--accent-border:#5b139747;--social-bg:#f4f3ec80;--shadow:#2d134f14 0 24px 60px -20px, #2d134f14 0 16px 24px -18px;--sans:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--heading:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100svh}#root{width:100%}body{margin:0}body,button,input,textarea,select{font-family:var(--sans)}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:700}h1{letter-spacing:-.04em;margin:0;font-size:2.25rem}h2{letter-spacing:-.01em;margin:0 0 8px;font-size:1.5rem;line-height:1.18}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.login-page{background:radial-gradient(circle at 0 0,#fffffff2,#f0e7ffe0 45%,#e8dcf9e6 100%),linear-gradient(135deg,#faf8ff 0%,#f4ecff 48%,#efe5fb 100%);min-height:100svh;position:relative;overflow:hidden}.login-background-shape{filter:blur(.2px);background:linear-gradient(#ffffff57,#e9d6ff1a);border-radius:36px;position:absolute}.login-background-shape-left{width:48vw;min-width:320px;height:48vw;min-height:320px;top:-7vh;left:-18vw;transform:rotate(18deg)}.login-background-shape-right{width:40vw;min-width:280px;height:44vw;min-height:320px;top:0;right:-10vw;transform:rotate(-14deg)}.login-shell{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100svh;padding:48px 20px;display:flex;position:relative}.login-brand{color:#14111f;letter-spacing:-.04em;align-items:center;gap:.75rem;font-size:2rem;font-weight:800;display:inline-flex}.login-brand-mark{width:2.3rem;height:1.4rem;display:inline-flex;position:relative}.login-brand-mark span{border:5px solid #11111a;border-radius:999px;position:absolute;inset:0}.login-brand-mark span:first-child{clip-path:inset(0 38% 0 0)}.login-brand-mark span:last-child{clip-path:inset(0 0 0 38%);border-color:#2d7eea}.login-card{width:min(100%,620px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border:1px solid #fffc;border-radius:24px;padding:52px 48px 46px}.login-card-header{text-align:center;margin-bottom:2rem}.login-card-header p{color:#7b7488;margin-top:.6rem;font-size:1.02rem}.login-form{flex-direction:column;gap:1rem;display:flex}.login-field-label{color:#211b2c;font-size:1.05rem;font-weight:600}.login-input-wrap{align-items:center;display:flex;position:relative}.login-input-wrap input{color:#1b1527;background:#fff;border:1px solid #dbdde3;border-radius:8px;outline:none;width:100%;height:3.5rem;padding:0 3.25rem 0 3rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.login-input-wrap input::placeholder{color:#b2b8c4}.login-input-wrap input:focus{border-color:#8d4bd3;box-shadow:0 0 0 4px #5b13971f}.login-input-icon,.login-password-toggle{color:#20293a;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.login-input-icon{pointer-events:none;width:1.15rem;height:1.15rem;left:.85rem}.login-input-icon svg,.login-password-toggle svg{fill:currentColor;width:100%;height:100%}.login-password-toggle{cursor:pointer;background:0 0;border:0;width:1.3rem;height:1.3rem;padding:0;right:.85rem}.login-options-row{justify-content:space-between;align-items:center;gap:1rem;margin-top:.2rem;display:flex}.login-checkbox{color:#251f31;cursor:pointer;align-items:center;gap:.65rem;font-size:.98rem;display:inline-flex}.login-checkbox-box{background:#fff;border:1px solid #d7dbe4;border-radius:5px;width:1.35rem;height:1.35rem;transition:all .2s}.login-checkbox input:checked+.login-checkbox-box{background:linear-gradient(135deg,#6f1cb4,#4c0d82);border-color:#5b1397;box-shadow:inset 0 0 0 4px #fff}.login-text-link,.login-register-link{color:#2a1b3d;text-decoration:none}.login-text-link:hover,.login-register-link:hover{color:#5b1397}.login-error{color:#b4233c;background:#fff0f3f2;border:1px solid #cc2f4c2e;border-radius:10px;padding:.85rem 1rem;font-size:.95rem}.login-submit-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#4e0d87,#5b1397);border:0;border-radius:8px;height:3.45rem;font-size:1.05rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s}.login-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 26px -14px #5b1397bf}.login-submit-button:disabled{opacity:.75;cursor:wait}.login-divider{color:#7a7288;align-items:center;gap:1rem;margin:2rem 0 1.75rem;font-size:.95rem;display:flex}.login-divider span{background:#e4e0ea;flex:1;height:1px}.login-divider strong{letter-spacing:.04em;font-weight:600}.login-social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.login-social-button{color:#2a2335;cursor:pointer;background:#fff;border:1px solid #e1e0e7;border-radius:8px;justify-content:center;align-items:center;gap:.7rem;height:3.4rem;font-size:1rem;transition:border-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.login-social-button:hover{border-color:#d1c9df;transform:translateY(-1px);box-shadow:0 12px 30px -22px #23193473}.login-social-icon{border-radius:999px;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;font-size:1rem;font-weight:700;display:inline-flex}.login-social-icon-facebook{color:#1877f2}.login-social-icon-google{color:#db4437}.login-register-copy{text-align:center;color:#221d2f;margin-top:1.8rem}.login-register-link{color:#5b1397;font-weight:600}@media (width<=640px){:root{font-size:16px}.login-shell{gap:1.5rem;padding:24px 16px}.login-brand{font-size:1.7rem}.login-card{border-radius:20px;padding:32px 20px 28px}.login-options-row{flex-direction:column;align-items:flex-start}.login-social-grid{grid-template-columns:1fr}}.app-shell{background:#f5f7fb;grid-template-columns:280px 1fr;height:100svh;display:grid;overflow:hidden}.app-shell__sidebar{background:#fff;border-right:1px solid #e8ebf3;flex-direction:column;height:100svh;padding:24px 18px;display:flex;overflow:hidden}.app-shell__brand{align-items:center;gap:12px;padding:8px 6px 26px;display:flex}.app-shell__brand-mark{width:42px;height:24px;position:relative}.app-shell__brand-mark span{border:5px solid #151823;border-radius:999px;position:absolute;inset:0}.app-shell__brand-mark span:first-child{clip-path:inset(0 40% 0 0)}.app-shell__brand-mark span:last-child{clip-path:inset(0 0 0 40%);border-color:#2c74df}.app-shell__brand-name{color:#1c2130;font-size:15px;font-weight:800}.app-shell__brand-subtitle{color:#8b91a5;margin-top:2px;font-size:12px}.app-shell__menu-title{letter-spacing:.08em;text-transform:uppercase;color:#a0a6b8;margin-bottom:12px;padding:0 8px;font-size:11px;font-weight:700}.app-shell__nav{flex-direction:column;gap:6px;display:flex}.app-shell__nav-link{color:#4a5165;border-radius:16px;justify-content:space-between;align-items:center;padding:13px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,box-shadow .2s;display:flex}.app-shell__nav-link:hover{color:#1f2537;background:#f7f8fc}.app-shell__nav-link--active{color:#5b1397;background:#f3ecff;box-shadow:inset 0 0 0 1px #eadbfd}.app-shell__nav-left{align-items:center;gap:10px;display:flex}.app-shell__nav-dot{opacity:.85;background:currentColor;border-radius:50%;width:10px;height:10px}.app-shell__nav-arrow{color:#c2c7d6}.app-shell__side-spacer{flex:1}.app-shell__profile-card{background:#f7f8fc;border-radius:18px;align-items:center;gap:12px;margin-top:18px;padding:14px;display:flex}.app-shell__avatar{color:#fff;background:linear-gradient(135deg,#5b1397,#2c74df);border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:700;display:flex}.app-shell__profile-name{color:#1f2433;font-size:14px;font-weight:700}.app-shell__profile-email{color:#8b91a5;margin-top:2px;font-size:12px}.app-shell__logout{color:#fff;cursor:pointer;background:#ef3f3f;border:0;border-radius:16px;margin-top:14px;padding:13px 16px;font-size:14px;font-weight:700}.app-shell__sidebar-scroll{scrollbar-gutter:stable;flex:1;min-height:0;overflow-y:auto}.app-shell__content{flex-direction:column;min-width:0;height:100svh;display:flex;overflow:hidden}.app-shell__header{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e8ebf3;justify-content:space-between;align-items:center;gap:16px;padding:16px 28px;display:flex;position:sticky;top:0}.app-shell__search-wrap{flex:1;max-width:420px}.app-shell__search{color:#2a3042;background:#fff;border:1px solid #dfe3ee;border-radius:14px;outline:none;width:100%;height:44px;padding:0 16px;font-size:14px}.app-shell__search:focus{border-color:#c8aff0;box-shadow:0 0 0 4px #5b139714}.app-shell__header-actions{gap:10px;display:flex}.app-shell__icon-button{color:#6f778d;background:#fff;border:1px solid #dfe3ee;border-radius:12px;width:42px;height:42px;font-size:11px;font-weight:700}.app-shell__main{min-height:0;padding:24px 28px 32px;overflow-y:auto}.dashboard-page{flex-direction:column;gap:24px;display:flex}.dashboard-error,.dashboard-empty{color:#b4233c;background:#fff1f4;border:1px solid #f3c8d0;border-radius:16px;padding:14px 16px;font-size:14px;font-weight:600}.dashboard-card{background:#fff;border:1px solid #e8ebf3;border-radius:22px;padding:18px;box-shadow:0 16px 36px -26px #1a234247}.dashboard-card__title{color:#1f2433;margin-bottom:18px;font-size:15px;font-weight:800}.dashboard-hero-grid,.dashboard-two-column,.dashboard-main-grid,.metric-grid{gap:18px;display:grid}.dashboard-hero-grid{grid-template-columns:minmax(0,1fr) 280px}.dashboard-main-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1.4fr) 260px}.dashboard-two-column{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}.dashboard-two-column--narrow{grid-template-columns:minmax(0,1.35fr) 320px}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-hero{flex-direction:column;justify-content:center;min-height:120px;display:flex}.dashboard-kicker{letter-spacing:.16em;text-transform:uppercase;color:#8b63d2;font-size:11px;font-weight:800}.dashboard-page-title{color:#1c2130;margin:8px 0 6px;font-size:34px;line-height:1.1}.dashboard-page-copy{color:#7c8398;font-size:14px}.dashboard-profile-card{text-align:center}.dashboard-profile-avatar{color:#5b1397;background:linear-gradient(135deg,#f2efff,#e3efff);border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto;font-size:26px;font-weight:800;display:flex}.dashboard-profile-title{color:#1f2433;margin-top:16px;font-size:18px;font-weight:800}.dashboard-profile-date{color:#8b91a5;margin-top:6px;font-size:13px}.dashboard-profile-tabs{flex-direction:column;gap:10px;margin-top:18px;display:flex}.dashboard-profile-tab{color:#4d5468;border:1px solid #e4e7f0;border-radius:12px;padding:12px 14px;font-size:14px;font-weight:600}.dashboard-profile-tab--active{color:#fff;background:#5b1397;border-color:#5b1397}.metric-card{background:#fff;border:1px solid #e8ebf3;border-radius:18px;padding:18px}.metric-card__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.metric-card__label{color:#4b5267;font-size:14px;font-weight:700}.metric-card__value{color:#1c2130;margin-top:8px;font-size:30px;font-weight:800}.metric-card__helper{color:#7f879a;margin-top:12px;font-size:12px}.metric-card__badge{border-radius:14px;width:44px;height:44px;display:inline-block}.metric-card__badge--teal{background:#18b6a8}.metric-card__badge--yellow{background:#f2c200}.metric-card__badge--orange{background:#ff7a18}.metric-card__badge--cyan{background:#39c6c0}.metric-card__badge--purple{background:#7a4cff}.dashboard-chart{width:100%}.dashboard-chart--medium{height:320px}.dashboard-legend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.dashboard-legend-item{color:#626a80;align-items:center;gap:8px;padding:8px 0;font-size:13px;display:flex}.dashboard-legend-item strong{color:#1f2433;margin-left:auto}.dashboard-legend-dot{border-radius:50%;width:10px;height:10px}.structure-stack{flex-direction:column;align-items:center;gap:24px;display:flex}.structure-ring{text-align:center}.structure-ring__circle{background:conic-gradient(#ff8a2a 0deg 216deg,#f1f3f9 216deg 360deg);border-radius:50%;width:140px;height:140px;margin:0 auto 12px;position:relative}.structure-ring__circle:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:16px}.structure-ring__circle--purple{background:conic-gradient(#a946c3 0deg 144deg,#f1f3f9 144deg 360deg)}.structure-ring__label{z-index:1;color:#1f2433;margin-top:-92px;font-size:28px;font-weight:800;position:relative}.structure-ring__caption{color:#666f85;margin-top:44px;font-size:14px;font-weight:700}.activity-list,.today-list,.leave-history-list{flex-direction:column;gap:14px;display:flex}.activity-item,.today-item,.leave-history-item{background:#f8f9fc;border-radius:16px;align-items:center;gap:14px;padding:14px;display:flex}.activity-item__avatar,.today-item__avatar,.dashboard-person-cell__avatar{color:#fff;background:linear-gradient(135deg,#5b1397,#2c74df);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:700;display:flex}.activity-item__body,.today-item__body{flex:1}.activity-item__name,.today-item__name,.leave-history-item__title{color:#1f2433;font-size:14px;font-weight:700}.activity-item__text,.today-item__text,.leave-history-item__reason{color:#7e8599;margin-top:4px;font-size:13px}.activity-item__time{color:#5b1397;background:#efe3ff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.today-item__icon{color:#5b1397;background:#f0e4ff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.today-item__avatar{background:linear-gradient(135deg,#ffa62f,#ff6b6b)}.table-wrap{overflow-x:auto}.dashboard-table{border-collapse:collapse;width:100%;font-size:14px}.dashboard-table th,.dashboard-table td{text-align:left;border-bottom:1px solid #edf0f7;padding:14px 10px}.dashboard-table th{color:#7f879a;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}.dashboard-person-cell{color:#1f2433;align-items:center;gap:10px;font-weight:700;display:flex}.status-pill{border-radius:999px;justify-content:center;align-items:center;padding:7px 10px;font-size:11px;font-weight:700;display:inline-flex}.status-pill--green{color:#15803d;background:#dcfce7}.status-pill--orange{color:#c2410c;background:#ffedd5}.status-pill--red{color:#be123c;background:#ffe4e6}.status-pill--purple{color:#7e22ce;background:#f3e8ff}.status-pill--blue{color:#1d4ed8;background:#dbeafe}@media (width<=1200px){.dashboard-main-grid,.dashboard-two-column,.dashboard-two-column--narrow,.dashboard-hero-grid,.metric-grid{grid-template-columns:1fr}}@media (width<=960px){.app-shell{grid-template-columns:1fr;height:auto;overflow:visible}.app-shell__sidebar{display:none}.app-shell__content{height:auto;overflow:visible}.app-shell__header{padding:16px}.app-shell__main{padding:20px 16px 28px;overflow:visible}}@media (width<=640px){.dashboard-legend-grid{grid-template-columns:1fr}.app-shell__header{flex-direction:column;align-items:stretch}.app-shell__search-wrap{max-width:none}}.employee-page{flex-direction:column;gap:18px;display:flex}.employee-page__topbar{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.employee-page__title{color:#1e2433;margin:0;font-size:20px;font-weight:900}.employee-page__crumbs{color:#7f879a;margin-top:8px;font-size:13px}.employee-page__new-button{color:#fff;cursor:pointer;background:#5b1397;border:0;border-radius:8px;padding:12px 18px;font-size:14px;font-weight:800}.employee-page__tabs{gap:10px;display:flex}.employee-page__tab{color:#4f566b;cursor:pointer;background:#fff;border:1px solid #e4e8f1;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:800}.employee-page__tab--active{color:#fff;background:#2c313a;border-color:#2c313a}.employee-page__toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.employee-page__search{color:#283042;background:#fff;border:1px solid #e2e6f0;border-radius:8px;outline:none;width:264px;max-width:100%;height:40px;padding:0 14px;font-size:14px}.employee-page__toolbar-actions{align-items:center;gap:10px;display:flex}.employee-page__mini-button,.employee-page__toolbar-button,.employee-page__page-button,.employee-page__select,.employee-table__status-chip,.employee-table__action-button,.employee-modal-button,.employee-modal-field input,.employee-modal-field select{background:#fff;border:1px solid #e2e6f0;border-radius:8px}.employee-page__mini-button{color:#697188;width:36px;height:36px;font-size:11px;font-weight:800}.employee-page__mini-button--active{color:#fff;background:#5b1397;border-color:#5b1397}.employee-page__toolbar-button{color:#35405a;padding:9px 14px;font-size:13px;font-weight:700}.employee-table-card{background:#fff;border:1px solid #e9edf5;border-radius:14px;overflow:hidden}.employee-table-wrap{overflow-x:auto}.employee-table{border-collapse:collapse;width:100%;font-size:14px}.employee-table th,.employee-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf1f7;padding:14px 20px}.employee-table th{color:#253047;font-size:13px;font-weight:900}.employee-table__person{color:#1f2433;align-items:center;gap:12px;font-weight:700;display:flex}.employee-table__avatar{color:#fff;background:linear-gradient(135deg,#ffb245,coral);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:800;display:flex}.employee-table__avatar--manager{background:linear-gradient(135deg,#5b1397,#2d74df)}.employee-badge{border-radius:8px;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:800;display:inline-flex}.employee-badge--green{color:#0d9f54;background:#d9f5e9}.employee-badge--orange{color:#ff9d1b;background:#fff1dd}.employee-badge--yellow{color:#d4a200;background:#fff6cf}.employee-badge--pink{color:#ff2990;background:#ffe1f0}.employee-badge--blue{color:#2c74df;background:#dce9ff}.employee-badge--gray{color:#637087;background:#eef1f7}.employee-table__status-chip{color:#273149;justify-content:space-between;align-items:center;gap:14px;min-width:110px;padding:10px 14px;font-weight:700;display:inline-flex}.employee-table__status-arrow{color:#8f97ab;font-size:11px;font-weight:900}.employee-table__actions{align-items:center;gap:8px;display:flex}.employee-table__action-button{color:#36405a;cursor:pointer;padding:8px 10px;font-size:12px;font-weight:800}.employee-table__action-button--danger{color:#c73c3c}.employee-table__empty{text-align:center;color:#7f879a;padding:24px 16px}.employee-page__footer{justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.employee-page__footer-left{color:#697188;align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.employee-page__select{color:#374154;height:36px;padding:0 10px;font-size:13px;font-weight:700}.employee-page__pagination{align-items:center;gap:10px;display:flex}.employee-page__page-button{color:#798196;padding:9px 14px;font-size:13px;font-weight:700}.employee-page__page-button:disabled{opacity:.5}.employee-page__page-current{color:#fff;background:#5b1397;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:inline-flex}.employee-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.employee-modal-field{color:#2c3447;flex-direction:column;gap:6px;font-size:13px;font-weight:700;display:flex}.employee-modal-field--wide{grid-column:1/-1}.employee-modal-field input,.employee-modal-field select{color:#2f394d;outline:none;height:42px;padding:0 12px;font-size:14px}.employee-modal-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.employee-modal-button{color:#fff;background:#5b1397;border-color:#5b1397;padding:10px 16px;font-size:13px;font-weight:800}.employee-modal-button--secondary{color:#445066;background:#fff;border-color:#e2e6f0}@media (width<=900px){.employee-page__topbar,.employee-page__toolbar,.employee-page__footer{flex-direction:column;align-items:stretch}.employee-page__toolbar-actions,.employee-page__pagination{flex-wrap:wrap}.employee-modal-grid{grid-template-columns:1fr}.employee-modal-field--wide{grid-column:auto}}.analytics-page{flex-direction:column;gap:24px;display:flex}.analytics-page__header-card{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.analytics-toolbar{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.analytics-toolbar__field{flex-direction:column;gap:6px;min-width:150px;display:flex}.analytics-toolbar__field--wide{min-width:240px}.analytics-toolbar__field span{text-transform:uppercase;letter-spacing:.06em;color:#8b91a5;font-size:12px;font-weight:800}.analytics-toolbar__field input,.analytics-toolbar__field select{color:#283042;background:#fff;border:1px solid #dfe3ee;border-radius:12px;outline:none;height:42px;padding:0 12px;font-size:14px}.analytics-toolbar__field input:focus,.analytics-toolbar__field select:focus{border-color:#c8aff0;box-shadow:0 0 0 4px #5b139714}.analytics-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.analytics-metric-card__value{font-size:24px;line-height:1.2}@media (width<=1200px){.analytics-page__header-card,.analytics-metric-grid,.analytics-two-column{grid-template-columns:1fr;display:grid}.analytics-page__header-card{flex-direction:column;display:flex}}@media (width<=900px){.analytics-toolbar{flex-direction:column;align-items:stretch}.analytics-toolbar__field,.analytics-toolbar__field--wide{min-width:0}}.form-error-text{color:#b4233c;margin-top:6px;font-size:12px;font-weight:700}.form-help-text{color:#7c8398;margin-top:6px;font-size:12px}.input-invalid{border-color:#e66a7a!important;box-shadow:0 0 0 4px #b4233c14!important}.hrms-card{padding:22px}.hrms-button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background-color .2s,color .2s;display:inline-flex}.hrms-button:hover:not(:disabled){transform:translateY(-1px)}.hrms-button:disabled{opacity:.6;cursor:not-allowed}.hrms-button--primary{color:#fff;background:#5b1397;box-shadow:0 14px 28px -18px #5b1397bf}.hrms-button--secondary{color:#36405a;background:#fff;border-color:#dfe3ee}.hrms-button--danger{color:#be123c;background:#fff1f2;border-color:#fecdd3}.hrms-modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#10162266;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.hrms-modal-shell{background:#fff;border:1px solid #e8ebf3;border-radius:22px;width:min(100%,760px);box-shadow:0 24px 60px -28px #1a234266}.hrms-modal-header{justify-content:space-between;align-items:center;gap:14px;padding:20px 22px 0;display:flex}.hrms-modal-body{padding:18px 22px 22px}.hrms-form-panel{background:#f9fbff;border:1px solid #e9edf5;border-radius:16px;margin-top:6px;padding:18px}.hrms-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.hrms-form-grid--single{grid-template-columns:1fr}.hrms-field{flex-direction:column;gap:8px;display:flex}.hrms-field--full{grid-column:1/-1}.hrms-field span{color:#2f394d;font-size:13px;font-weight:800}.hrms-input,.hrms-textarea,.analytics-toolbar__field input,.analytics-toolbar__field select{color:#283042;background:#fff;border:1px solid #dfe3ee;border-radius:12px;outline:none;width:100%;font-size:14px}.hrms-input,.analytics-toolbar__field input,.analytics-toolbar__field select{min-height:44px;padding:0 14px}.hrms-textarea{resize:vertical;min-height:112px;padding:12px 14px}.hrms-input:focus,.hrms-textarea:focus,.analytics-toolbar__field input:focus,.analytics-toolbar__field select:focus{border-color:#c8aff0;box-shadow:0 0 0 4px #5b139714}.hrms-toolbar-note{color:#7c8398;border-top:1px solid #edf0f7;justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding-top:18px;font-size:13px;display:flex}.hrms-toolbar-note--start{border-top:0;justify-content:flex-start;margin-top:0;padding-top:0}.hrms-inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hrms-stat-list{flex-direction:column;gap:14px;display:flex}.hrms-stat-row{color:#4d5468;background:#f8f9fc;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;font-size:14px;display:flex}.hrms-stat-row strong{color:#1f2433;font-size:18px}.hrms-info-banner{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe;border-radius:14px;margin-top:8px;padding:14px 16px;font-size:13px;font-weight:700}.hrms-empty-state{color:#7c8398;text-align:center;background:#fafbfe;border:1px dashed #dfe3ee;border-radius:16px;padding:22px 16px;font-size:14px}.hrms-table-wrap{background:#fff;border:1px solid #e9edf5;border-radius:16px;margin-top:18px}.hrms-table th{color:#253047;letter-spacing:0;text-transform:none;font-size:13px;font-weight:900}.hrms-table td{color:#4d5468}@media (width<=900px){.hrms-form-grid{grid-template-columns:1fr}.hrms-field--full{grid-column:auto}.hrms-toolbar-note,.hrms-modal-header{flex-direction:column;align-items:stretch}}.leave-summary-banner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.leave-summary-banner strong{color:#1f2433;font-size:16px;display:block}.leave-summary-banner span,.leave-summary-banner__note{color:#7c8398;font-size:13px}.leave-category-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8ebf3;border-radius:20px;padding:18px;transition:transform .2s,box-shadow .2s,border-color .2s}.leave-category-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px -26px #1a234259}.leave-category-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.leave-category-card__chip,.leave-category-card__remaining{border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.leave-category-card__chip{color:#5b1397;background:#5b139714}.leave-category-card__remaining{color:#1f2433;background:#f5f7fb}.leave-category-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.leave-category-card__stats--simple{margin-top:18px}.leave-category-card__stats strong{color:#1f2433;margin-top:6px;font-size:16px;display:block}.leave-category-card--purple{background:linear-gradient(#fff 0%,#f7f0ff 100%)}.leave-category-card--cyan{background:linear-gradient(#fff 0%,#effcfc 100%)}.leave-category-card--orange{background:linear-gradient(#fff 0%,#fff5ec 100%)}.leave-category-card--blue{background:linear-gradient(#fff 0%,#f0f5ff 100%)}.leave-category-card--pink{background:linear-gradient(#fff 0%,#fff0f7 100%)}.leave-category-card--yellow{background:linear-gradient(#fff 0%,#fff8e7 100%)}.leave-category-card--teal{background:linear-gradient(#fff 0%,#eefbf8 100%)}.leave-category-card--gray{background:linear-gradient(#fff 0%,#f5f7fb 100%)}.leave-layout-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,.9fr);gap:18px;display:grid}.leave-balance-list,.leave-guide-list{flex-direction:column;gap:12px;display:flex}.leave-balance-row,.leave-guide-item,.leave-apply-modal__summary{background:#f8f9fc;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.leave-balance-row strong,.leave-guide-item strong,.leave-apply-modal__summary strong{color:#1f2433}.leave-balance-row p,.leave-guide-item p,.leave-apply-modal__summary span{color:#7c8398;margin-top:5px;font-size:13px}.leave-balance-row__figures{text-align:right}.leave-duration-toggle{flex-wrap:wrap;gap:10px;display:flex}.leave-duration-toggle__item{color:#4d5468;cursor:pointer;background:#fff;border:1px solid #dfe3ee;border-radius:12px;min-height:42px;padding:0 16px;font-size:13px;font-weight:800}.leave-duration-toggle__item--active{color:#fff;background:#5b1397;border-color:#5b1397}.leave-apply-modal{flex-direction:column;gap:16px;display:flex}@media (width<=1200px){.leave-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.leave-layout-grid{grid-template-columns:1fr}}@media (width<=700px){.leave-category-grid,.leave-category-card__stats{grid-template-columns:1fr}.leave-balance-row,.leave-guide-item,.leave-apply-modal__summary{flex-direction:column;align-items:flex-start}}.settings-tabs{flex-wrap:wrap;gap:10px;display:flex}.settings-tabs__button{color:#404b63;cursor:pointer;background:#fff;border:1px solid #dfe3ee;border-radius:8px;min-height:38px;padding:0 14px;font-size:13px;font-weight:800}.settings-tabs__button--active{color:#fff;background:#2f343d;border-color:#2f343d}.settings-card{background:#fff;border:1px solid #e8ebf3;border-radius:0}.settings-card__section-title{color:#1f2433;border-bottom:1px solid #edf0f7;padding:18px 18px 14px;font-size:16px;font-weight:800}.settings-profile-row{padding:18px 18px 8px}.settings-avatar-card{align-items:center;gap:16px;display:flex}.settings-avatar{color:#fff;background:linear-gradient(135deg,#474c57,#21252e);border-radius:10px;justify-content:center;align-items:center;width:58px;height:58px;font-size:18px;font-weight:800;display:flex}.settings-upload-button{color:#fff;cursor:pointer;background:#5b1397;border:0;border-radius:6px;min-height:32px;padding:0 14px;font-size:12px;font-weight:800}.settings-upload-help{color:#7c8398;margin-top:8px;font-size:12px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;padding:8px 18px 18px;display:grid}.settings-field input,.settings-field select{color:#2b3447;background:#fff;border:1px solid #e1e5ef;border-radius:4px;outline:none;width:100%;min-height:42px;padding:0 14px;font-size:14px}.settings-field input:focus,.settings-field select:focus{border-color:#c8aff0;box-shadow:0 0 0 4px #5b139714}.settings-actions{border-top:1px solid #edf0f7;justify-content:flex-end;gap:10px;padding:12px 18px 18px;display:flex}.settings-card--placeholder{padding-bottom:18px}.settings-placeholder-copy{color:#7c8398;padding:18px;font-size:14px}@media (width<=900px){.settings-grid{grid-template-columns:1fr}.settings-actions{flex-direction:column;justify-content:stretch}}.calendar-title-cell{flex-direction:column;gap:4px;display:flex}.calendar-title-cell strong{color:#1f2433}.calendar-title-cell span{color:#7c8398;font-size:12px}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-hero-stack{grid-template-rows:auto 1fr;gap:18px;display:grid}.dashboard-search-card{padding:16px 18px}.dashboard-hero__content{align-items:center;min-height:140px;display:flex}.dashboard-search{position:relative}.dashboard-search--open{z-index:45}.dashboard-search__backdrop{-webkit-backdrop-filter:blur(2px);z-index:0;background:#13182638;border:0;position:fixed;inset:0}.dashboard-search__label-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.dashboard-search__label{color:#667085;font-size:12px;font-weight:700;display:block}.dashboard-search__shortcut{color:#6d7388;background:#f4f6fb;border:1px solid #e2e7f1;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:800}.dashboard-search__input{color:#1f2433;z-index:1;background:#f8f9fd;border:1px solid #dfe5f0;border-radius:16px;outline:none;width:100%;min-height:52px;padding:0 16px;font-size:14px;font-weight:600;transition:border-color .2s,box-shadow .2s,background-color .2s;position:relative}.dashboard-search__input:focus{background:#fff;border-color:#c8aff0;box-shadow:0 0 0 4px #5b139714}.dashboard-search__menu{z-index:2;background:#fff;border:1px solid #e5eaf3;border-radius:18px;max-height:min(70vh,520px);margin-top:10px;padding:10px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 28px 80px -34px #1f243373}.dashboard-search--open .dashboard-search__label-row{z-index:1;position:relative}.dashboard-search--open .dashboard-search__input{background:#fff;box-shadow:0 18px 40px -28px #5b139773,0 0 0 4px #5b139714}.dashboard-search__section+.dashboard-search__section{border-top:1px solid #eef1f7;margin-top:8px;padding-top:8px}.dashboard-search__section-label{color:#8b91a5;letter-spacing:.08em;text-transform:uppercase;padding:6px 10px;font-size:11px;font-weight:800}.dashboard-search__item{text-align:left;background:0 0;border:0;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:14px;width:100%;padding:12px 14px;display:flex}.dashboard-search__item:hover,.dashboard-search__item--active{background:#f6f2ff}.dashboard-search__item-main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.dashboard-search__item-label{color:#1f2433;font-size:14px;font-weight:800}.dashboard-search__item-copy{color:#7c8398;font-size:12px;line-height:1.5}.dashboard-search__item-badge{white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.dashboard-search__item-badge--green{color:#15803d;background:#dcfce7}.dashboard-search__item-badge--orange{color:#c2410c;background:#ffedd5}.dashboard-search__item-badge--red{color:#be123c;background:#ffe4e6}.dashboard-search__item-badge--purple{color:#7e22ce;background:#f3e8ff}.dashboard-search__item-badge--blue{color:#1d4ed8;background:#dbeafe}.dashboard-search__mark{color:#1f2433;background:#efe3ff;border-radius:6px;padding:0 3px}.dashboard-search__empty,.dashboard-search__status{color:#7c8398;padding:14px 12px;font-size:13px;font-weight:600}@media (width<=900px){.dashboard-hero-stack{grid-template-rows:auto auto}.dashboard-hero__content{min-height:auto}}.dashboard-link-button{color:#1f2433;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0;font-weight:700}.dashboard-link-button:hover{color:#5b1397;text-decoration:underline}.dashboard-employee-detail{flex-direction:column;gap:18px;display:flex}.dashboard-employee-detail__hero{align-items:center;gap:16px;display:flex}.dashboard-employee-detail__name{color:#1f2433;font-size:20px;font-weight:800}.dashboard-employee-detail__meta{color:#7e8599;margin-top:4px;font-size:14px}.dashboard-employee-detail__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.dashboard-employee-detail__item{background:#f8f9fc;border:1px solid #edf0f7;border-radius:14px;padding:14px 16px}.dashboard-employee-detail__item span{color:#7e8599;font-size:12px;font-weight:700;display:block}.dashboard-employee-detail__item strong{color:#1f2433;word-break:break-word;margin-top:8px;font-size:15px;display:block}.dashboard-employee-detail__item--full{grid-column:1/-1}@media (width<=700px){.dashboard-employee-detail__grid{grid-template-columns:1fr}}.leave-page{flex-direction:column;gap:20px;display:flex}.metric-card__value,.metric-card__progress{color:#1c2130;margin-top:8px;font-size:30px;font-weight:800}.metric-card__badge{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:inset 0 1px #ffffff73}.metric-card__badge svg{width:22px;height:22px}.metric-card__badge--teal{color:#0f766e;background:linear-gradient(135deg,#d7faf5,#b7f0e7)}.metric-card__badge--yellow{color:#b7791f;background:linear-gradient(135deg,#fff8cc,#ffe694)}.metric-card__badge--orange{color:#c2410c;background:linear-gradient(135deg,#ffe0cb,#ffc28d)}.metric-card__badge--cyan{color:#0f766e;background:linear-gradient(135deg,#dcf8fb,#b8eef1)}.metric-card__badge--purple{color:#6d28d9;background:linear-gradient(135deg,#efe5ff,#daccff)}.dashboard-upcoming-list{flex-direction:column;gap:12px;display:flex}.dashboard-upcoming-item{background:#f8f9fc;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.dashboard-upcoming-item__title{color:#1f2433;font-size:14px;font-weight:800}.dashboard-upcoming-item__meta{color:#7e8599;margin-top:5px;font-size:13px}.payroll-page{flex-direction:column;gap:16px;display:flex}.payroll-page__hero{background:linear-gradient(135deg,#fffdfd 0%,#fbf7ff 48%,#f4f8ff 100%);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:18px 22px}.payroll-page__hero-cards{grid-template-columns:repeat(2,minmax(0,1fr));align-self:center;gap:12px;min-width:360px;max-width:none}.payroll-page__hero .salary-page__title{margin-top:4px;font-size:30px}.payroll-page__hero .salary-page__hero-card{background:linear-gradient(#fffffffa 0%,#f7f9fff2 100%);border-radius:14px;padding:12px 14px;box-shadow:0 10px 24px -24px #26315842}.payroll-page__hero .salary-page__hero-card span{letter-spacing:.1em;font-size:11px}.payroll-page__hero .salary-page__hero-card strong{margin-top:6px;font-size:16px;line-height:1.2}.payroll-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.payroll-toolbar__field{flex-direction:column;gap:6px;display:flex}.payroll-toolbar__field span{color:#253047;font-size:12px;font-weight:700}.payroll-toolbar__field input{color:#2b3447;background:#fff;border:1px solid #e1e5ef;border-radius:8px;min-height:38px;padding:0 12px;font-size:13px}.payroll-toolbar__selection,.payroll-toolbar__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.payroll-toolbar__select,.payroll-toggle,.payroll-download{color:#2b3447;background:#fff;border:1px solid #e1e5ef;border-radius:8px;min-height:38px;padding:0 12px;font-size:13px;font-weight:700}.payroll-toolbar__select{min-width:220px}.payroll-toggle{cursor:pointer}.payroll-toggle--active,.payroll-download{color:#fff;background:#5b1397;border-color:#5b1397}.payroll-card{background:#fff;border:1px solid #e9edf5;border-radius:16px;overflow:hidden}.payroll-table-wrap{max-height:68vh;overflow:auto}.payroll-table{border-collapse:collapse;width:100%;min-width:1100px;font-size:13px}.payroll-table th,.payroll-table td{vertical-align:top;text-align:left;border-bottom:1px solid #edf1f7;padding:12px 14px}.payroll-table th{z-index:2;color:#253047;background:#fff;font-size:12px;font-weight:900;position:sticky;top:0;box-shadow:inset 0 -1px #edf1f7}.payroll-table__date{color:#1f2433;background:#fcfcfe;min-width:110px;font-weight:800}.payroll-cell{flex-direction:column;gap:4px;min-width:160px;display:flex}.payroll-cell--empty{color:#9aa2b5}.payroll-cell__status{color:#253047;font-size:12px;font-weight:800}.payroll-cell__time{color:#6d7589;font-size:13px}.payroll-table__totals-row td{background:#faf8ff}.payroll-summary{color:#6f778d;flex-direction:column;gap:4px;min-width:160px;font-size:12px;font-weight:700;display:flex}.payroll-single,.payroll-payslip{flex-direction:column;gap:16px;padding:16px;display:flex}.payroll-single__summary{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.payroll-single__employee{color:#1f2433;font-size:17px;font-weight:800}.payroll-table--single{min-width:700px}.payroll-payslip__sheet{color:#111;background:#fffef9;border:1px solid #3b3b3b;font-family:Times New Roman,serif;box-shadow:0 16px 36px -30px #0f172a3d}.payroll-payslip__masthead{grid-template-columns:120px 1fr;align-items:center;gap:8px;padding:10px 14px 6px;display:grid}.payroll-payslip__wordmark{flex-direction:column;align-items:center;gap:4px;display:flex}.payroll-payslip__wordmark-mark{width:58px;height:30px;position:relative}.payroll-payslip__wordmark-mark span{border:4px solid #1f2433;border-radius:999px;position:absolute;inset:0}.payroll-payslip__wordmark-mark span:first-child{clip-path:inset(0 42% 0 0)}.payroll-payslip__wordmark-mark span:last-child{clip-path:inset(0 0 0 42%)}.payroll-payslip__wordmark-text{letter-spacing:.02em;text-transform:lowercase;font-family:Arial,sans-serif;font-size:11px;font-weight:700}.payroll-payslip__header-copy{min-width:0}.payroll-payslip__company,.payroll-payslip__title,.payroll-payslip__address,.payroll-payslip__note{text-align:center}.payroll-payslip__company{font-size:17px;font-weight:700}.payroll-payslip__address{margin-top:2px;font-size:11px}.payroll-payslip__title{margin:8px 0 2px;font-size:16px;font-weight:700}.payroll-payslip__table{border-collapse:collapse;width:100%}.payroll-payslip__table-wrap{overflow-x:auto}.payroll-payslip__table--employee{margin-top:2px}.payroll-payslip__table--employee td{border-left:none;border-right:none}.payroll-payslip__table--summary{margin-top:-1px}.payroll-payslip__table th,.payroll-payslip__table td{vertical-align:top;border:1px solid #3b3b3b;padding:4px 6px;font-size:12px}.payroll-payslip__table th{font-weight:700}.payroll-payslip__label{width:18%}.payroll-payslip__table--summary td:nth-child(2),.payroll-payslip__table--summary td:nth-child(3),.payroll-payslip__table--summary td:nth-child(5),.payroll-payslip__table--summary th:nth-child(2),.payroll-payslip__table--summary th:nth-child(3),.payroll-payslip__table--summary th:nth-child(5){text-align:right;white-space:nowrap}.payroll-payslip__net-row td{font-weight:700}.payroll-payslip__note{padding:10px 14px 12px;font-size:12px}.payroll-payslip__input,.payroll-payslip__textarea{color:#111;background:#fffef9;border:1px solid #cfc9bb;outline:none;width:100%;padding:3px 4px;font-family:Times New Roman,serif;font-size:12px}.payroll-payslip__textarea{resize:none;min-height:24px}.payroll-payslip__input--center,.payroll-payslip__textarea--center{text-align:center}.payroll-payslip__input--title{font-size:inherit;background:0 0;border:none;padding:0;font-weight:700}@media (width<=720px){.payroll-page__hero{grid-template-columns:1fr;align-items:stretch}.payroll-page__hero-cards{grid-template-columns:1fr;min-width:0}.payroll-payslip__masthead{grid-template-columns:1fr}}.leave-header-card{background:#fff;border:1px solid #eceff5;border-radius:24px;justify-content:space-between;align-items:center;gap:20px;padding:26px 28px;display:flex;box-shadow:0 12px 30px -26px #1a234224}.leave-header-card__eyebrow{color:#8a7daf;letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800}.leave-header-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:360px;display:grid}.leave-header-stat{box-shadow:none;background:#fbfcfe;border:1px solid #edf1f6;border-radius:16px;padding:16px 18px}.leave-header-stat span{color:#8b91a5;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.leave-header-stat strong{color:#1d2333;margin-top:8px;font-size:22px;font-weight:800;display:block}.leave-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.leave-category-card{appearance:none;text-align:left;border:1px solid var(--leave-card-border,#e8edf4);background:var(--leave-card-bg,#fff);cursor:pointer;border-radius:22px;width:100%;min-height:228px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;position:relative;overflow:hidden;box-shadow:0 10px 28px -24px #1a234224}.leave-category-card:hover{border-color:var(--leave-card-border,#dfe5ee);transform:translateY(-1px);box-shadow:0 14px 30px -26px #3741512e}.leave-category-card:before,.leave-category-card:after{content:none}.leave-category-card__top{z-index:1;justify-content:space-between;align-items:center;margin-bottom:18px;display:flex;position:relative}.leave-category-card__main-value{z-index:1;color:#1d2333;letter-spacing:-.04em;font-size:40px;font-weight:900;line-height:.95;position:relative}.leave-category-card__main-label{z-index:1;color:#7b859d;letter-spacing:.08em;text-transform:uppercase;margin-top:8px;font-size:12px;font-weight:700;position:relative}.leave-category-card__stats--compact{z-index:1;border-top:1px solid #e2e7f0f2;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px;padding-top:16px;position:relative}.leave-category-card__chip{color:var(--leave-card-accent,#5b1397);background:var(--leave-chip-bg,#f2f4f8);border:1px solid var(--leave-chip-border,#e5e9f0);letter-spacing:-.01em;border-radius:999px;align-items:center;min-height:32px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.leave-category-card__remaining{color:#1f2433;box-shadow:none;background:#ffffffe6;border:1px solid #e4e9f1f2;border-radius:999px;justify-content:center;align-items:center;min-width:42px;min-height:32px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.leave-category-card__stats span{color:#8a92a6;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800;display:block}.leave-category-card__stats strong{color:#1d2333;margin-top:6px;font-size:18px;font-weight:800;display:block}.leave-category-card--purple{--leave-card-accent:#6f3ff5;--leave-card-bg:#fcfbff;--leave-card-border:#e6def8;--leave-chip-bg:#f2ecff;--leave-chip-border:#e7defb}.leave-category-card--slate{--leave-card-accent:#475569;--leave-card-bg:#fcfdff;--leave-card-border:#e5e9f0;--leave-chip-bg:#eef2f6;--leave-chip-border:#e2e7ee}.leave-category-card--rose{--leave-card-accent:#e11d48;--leave-card-bg:#fffafb;--leave-card-border:#f5dfe7;--leave-chip-bg:#fdecef;--leave-chip-border:#fadbe2}.leave-category-card--blue{--leave-card-accent:#2563eb;--leave-card-bg:#fbfcff;--leave-card-border:#dfe8fb;--leave-chip-bg:#edf3ff;--leave-chip-border:#dfe9ff}.leave-category-card--pink{--leave-card-accent:#db2777;--leave-card-bg:#fffafd;--leave-card-border:#f4dfe8;--leave-chip-bg:#fdecf4;--leave-chip-border:#f7dfea}.leave-category-card--amber{--leave-card-accent:#d97706;--leave-card-bg:#fffdf8;--leave-card-border:#f3e4c5;--leave-chip-bg:#fff1da;--leave-chip-border:#f6e5c0}.leave-category-card--teal{--leave-card-accent:#0f766e;--leave-card-bg:#f9fefd;--leave-card-border:#d9ece7;--leave-chip-bg:#e8f6f1;--leave-chip-border:#dbeee8}.leave-category-card--gray{--leave-card-accent:#6b7280;--leave-card-bg:#fcfcfd;--leave-card-border:#e6e9ee;--leave-chip-bg:#f1f3f6;--leave-chip-border:#e7eaee}.leave-layout-grid--compact{grid-template-columns:minmax(0,1fr)}.leave-balance-row--interactive{cursor:pointer;border:1px solid #0000;width:100%;transition:border-color .18s,transform .18s,box-shadow .18s}.leave-balance-row--interactive:hover{border-color:#ddd0f4;transform:translateY(-1px);box-shadow:0 14px 30px -28px #5b139742}.leave-apply-modal__summary{background:linear-gradient(135deg,#f8f5ff 0%,#f4f7ff 100%);border:1px solid #e7def8}@media (width<=1200px){.leave-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.leave-header-card{flex-direction:column;align-items:stretch}.leave-header-card__stats{min-width:0}}@media (width<=700px){.leave-category-grid,.leave-header-card__stats{grid-template-columns:1fr}.leave-category-card__main-value{font-size:30px}}.calendar-page{flex-direction:column;gap:20px;display:flex}.calendar-layout{grid-template-columns:minmax(0,1.5fr) minmax(320px,.85fr);gap:20px;display:grid}.calendar-sidebar{flex-direction:column;gap:20px;display:flex}.calendar-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.calendar-toolbar__nav,.calendar-toolbar__actions{align-items:center;gap:10px;display:flex}.calendar-toolbar__actions .hrms-input{min-width:150px}.calendar-toolbar__title{color:#1e2433;text-align:center;min-width:220px;font-size:18px;font-weight:800}.calendar-grid-head{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-bottom:10px;display:grid}.calendar-grid-head__cell{color:#8b91a5;letter-spacing:.08em;text-transform:uppercase;text-align:center;font-size:12px;font-weight:800}.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.calendar-day{text-align:left;cursor:pointer;background:#fff;border:1px solid #e8ebf3;border-radius:18px;min-height:148px;padding:14px;transition:transform .18s,border-color .18s,box-shadow .18s}.calendar-day:hover{border-color:#dac8f6;transform:translateY(-1px);box-shadow:0 18px 28px -26px #5b13973d}.calendar-day--muted{background:#fafbfe}.calendar-day--muted .calendar-day__number{color:#a8afc1}.calendar-day--selected{border-color:#b995ef;box-shadow:inset 0 0 0 1px #5b139738}.calendar-day--today{background:linear-gradient(135deg,#fff 0%,#faf6ff 100%)}.calendar-day--present{background:linear-gradient(#f3fff7 0%,#e2fbe9 100%);border-color:#b8ebc8}.calendar-day--absent{background:linear-gradient(#fff5f7 0%,#ffe5ea 100%);border-color:#f2c1cb}.calendar-day--leave{background:linear-gradient(#fffbea 0%,#fff1b8 100%);border-color:#f2da72}.calendar-day--holiday{background:linear-gradient(#fff7ed 0%,#fed7aa 100%);border-color:#f6ad55}.calendar-day--spotlight{background:linear-gradient(#f8f3ff 0%,#efe4ff 100%);border-color:#cfb7f4;animation:1.2s ease-out calendar-leave-spotlight;transform:translateY(-1px);box-shadow:0 20px 34px -30px #5b139773}.calendar-day--spotlight .calendar-day__number{color:#4a1585}.calendar-day--spotlight .calendar-day__count{color:#fff;background:linear-gradient(135deg,#5b1397 0%,#7a4cff 100%);box-shadow:0 10px 18px -14px #5b1397a6}.calendar-day--spotlight.calendar-day--selected{border-color:#a778ea;box-shadow:inset 0 0 0 1px #5b13972e,0 22px 38px -28px #5b13976b}.calendar-day--present.calendar-day--selected,.calendar-day--absent.calendar-day--selected,.calendar-day--leave.calendar-day--selected,.calendar-day--holiday.calendar-day--selected{box-shadow:inset 0 0 0 1px #5b139738,0 18px 28px -26px #5b13973d}@keyframes calendar-leave-spotlight{0%{transform:translateY(0)scale(.985);box-shadow:0 0 #7a4cff00}45%{transform:translateY(-2px)scale(1.01);box-shadow:0 18px 32px -24px #5b139759}to{transform:translateY(-1px)scale(1);box-shadow:0 20px 34px -30px #5b139773}}.calendar-day__header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.calendar-day__header-right{align-items:center;gap:8px;display:flex}.calendar-day__number{color:#1e2433;font-size:16px;font-weight:800}.calendar-day__count{color:#5b1397;background:#f1e8ff;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.calendar-attendance-badge{border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 8px;font-size:11px;font-weight:900;display:inline-flex}.calendar-attendance-badge--present{color:#15803d;background:#dcfce7}.calendar-attendance-badge--absent{color:#be123c;background:#ffe4e6}.calendar-attendance-badge--leave{color:#7e22ce;background:#f3e8ff}.calendar-day__events{flex-direction:column;gap:8px;display:flex}.calendar-day__more{color:#8b91a5;font-size:12px;font-weight:700}.calendar-pill{white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;max-width:100%;min-height:26px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex;overflow:hidden}.calendar-pill--event{color:#5b1397;background:#f1e7ff}.calendar-pill--meeting{color:#1e5dcc;background:#e2ecff}.calendar-pill--task{color:#c36905;background:#fff0dd}.calendar-pill--todo{color:#15803d;background:#ddf7e7}.calendar-pill--leave{color:#7e22ce;background:#f3e8ff}.calendar-agenda{flex-direction:column;gap:12px;display:flex}.calendar-agenda__item{background:#f9fbff;border:1px solid #e9edf5;border-radius:18px;flex-direction:column;gap:10px;padding:16px;display:flex}.calendar-agenda__item strong{color:#1e2433;font-size:15px}.calendar-agenda__item p{color:#6f778d;font-size:13px;line-height:1.5}.calendar-agenda__meta,.calendar-agenda__details{flex-wrap:wrap;gap:8px;display:flex}.calendar-agenda__details span,.calendar-agenda__readonly{color:#7f879a;font-size:12px;font-weight:600}@media (width<=1280px){.calendar-layout,.holiday-calendar-layout{grid-template-columns:1fr}}@media (width<=900px){.calendar-toolbar{flex-direction:column;align-items:stretch}.calendar-toolbar__nav,.calendar-toolbar__actions{flex-wrap:wrap;justify-content:space-between}.calendar-grid-head,.calendar-grid{gap:8px}.calendar-day{min-height:120px;padding:12px}}@media (width<=700px){.calendar-grid-head{display:none}.calendar-grid{grid-template-columns:1fr}.calendar-day{min-height:auto}}.employee-status-label{font-weight:800}.employee-status-label--active{color:#15803d}.employee-status-label--inactive{color:#b4233c}.employee-table__action-button--warning{color:#b45309;background:#fff7ed;border-color:#fed7aa}.employee-table__action-button--success{color:#166534;background:#ecfdf5;border-color:#bbf7d0}.calendar-pill--holiday{color:#c2410c;background:#fff7ed}.holiday-calendar-layout{grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:24px;display:grid}.holiday-calendar-sidebar,.holiday-year-layout{flex-direction:column;gap:24px;display:flex}.holiday-calendar-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.holiday-calendar-card{background:linear-gradient(#fff 0%,#faf7ff 100%);border:1px solid #ede9fe;border-radius:20px;flex-direction:column;gap:12px;padding:20px;display:flex;box-shadow:0 18px 42px #6d28d914}.holiday-calendar-card__top,.holiday-calendar-card__meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.holiday-calendar-card h3{color:#1f2937;margin:0;font-size:18px;font-weight:800}.holiday-calendar-card__date{color:#6d28d9;font-size:14px;font-weight:700}.holiday-calendar-card__category{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:700;display:inline-flex}.holiday-calendar-card p{color:#64748b;margin:0;font-size:14px;line-height:1.6}.holiday-calendar-card__meta span{color:#475569;font-size:13px;font-weight:600}.holiday-calendar-card__actions,.calendar-table-actions{flex-wrap:wrap;gap:8px;display:flex}.calendar-table-actions .button,.holiday-calendar-card__actions .button{min-width:82px}.holiday-import-result{color:#475569;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;gap:6px;padding:14px 16px;font-size:13px;display:flex}.holiday-import-result strong{color:#1f2937;font-size:14px}.holiday-import-errors{color:#b91c1c;flex-direction:column;gap:4px;margin-top:6px;display:flex}.regularization-page{gap:24px}.regularization-metric-grid{margin-bottom:8px}.regularization-layout-grid{align-items:start}.regularization-calendar{flex-direction:column;gap:14px;display:flex}.regularization-calendar__toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.regularization-calendar__title{color:#1f2433;font-size:16px;font-weight:800}.regularization-calendar__weekdays{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.regularization-calendar__weekdays span{color:#8b91a5;text-align:center;font-size:12px;font-weight:800}.regularization-calendar__grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.regularization-calendar__day{cursor:pointer;background:#f8f9fc;border:1px solid #e8ebf3;border-radius:14px;flex-direction:column;justify-content:space-between;align-items:center;min-height:72px;padding:10px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.regularization-calendar__day:hover{border-color:#d8c0f4;transform:translateY(-1px);box-shadow:0 14px 28px -22px #5b139773}.regularization-calendar__day.is-outside{opacity:.4}.regularization-calendar__day.is-selected{background:linear-gradient(#fff 0%,#f7f0ff 100%);border-color:#5b1397}.regularization-calendar__date{color:#1f2433;font-size:14px;font-weight:700}.regularization-calendar__dot{background:#ff7a18;border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 6px #ff7a181f}.regularization-day-card{flex-direction:column;gap:18px;display:flex}.regularization-day-request-list{flex-direction:column;gap:14px;max-height:760px;padding-right:6px;display:flex;overflow-y:auto}.regularization-day-request-card{background:#f8f9fc;border:1px solid #edf0f7;border-radius:18px;flex-direction:column;gap:14px;padding:16px;display:flex}.regularization-day-request-card__top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.regularization-day-request-card__employee{color:#1f2433;font-size:15px;font-weight:800}.regularization-day-request-card__meta{color:#7b8398;margin-top:6px;font-size:12px;font-weight:600}.regularization-day-request-card__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.regularization-day-request-card__grid div,.regularization-day-request-card__details div{background:#fff;border:1px solid #edf0f7;border-radius:14px;padding:12px}.regularization-day-request-card__grid span,.regularization-day-request-card__details span{color:#8b91a5;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:700;display:block}.regularization-day-request-card__grid strong{color:#1f2433;margin-top:6px;font-size:15px;display:block}.regularization-day-request-card__details{grid-template-columns:1fr;gap:10px;display:grid}.regularization-day-request-card__details p{color:#1f2433;margin-top:8px;font-size:13px;line-height:1.5}.regularization-day-card__date{color:#1f2433;font-size:18px;font-weight:800}.regularization-day-card__timeline{background:#f8f9fc;border:1px solid #edf0f7;border-radius:18px;padding:16px}.regularization-day-card__timeline-label{color:#5b1397;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.regularization-day-card__timeline-bar{color:#4b5267;align-items:center;gap:12px;margin-top:14px;font-size:13px;font-weight:700;display:flex}.regularization-day-card__timeline-track{background:linear-gradient(90deg,#5b1397 0%,#9d46c5 50%,#ff7a18 100%);border-radius:999px;flex:1;height:6px}.regularization-day-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.regularization-day-card__stats div{background:#f8f9fc;border:1px solid #edf0f7;border-radius:16px;padding:14px}.regularization-day-card__stats span,.regularization-day-card__note span{color:#8b91a5;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700;display:block}.regularization-day-card__stats strong{color:#1f2433;margin-top:8px;font-size:18px;display:block}.regularization-day-card__status-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.regularization-day-card__note{background:#f8f9fc;border:1px solid #edf0f7;border-radius:18px;padding:16px}.regularization-day-card__note p{color:#1f2433;margin-top:10px;font-size:14px;line-height:1.6}.dashboard-card__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#8b63d2;margin:-8px 0 12px;font-size:11px;font-weight:800}.dashboard-card--spotlight{background:linear-gradient(#fff 0%,#faf7ff 100%)}.dashboard-card--section-pulse{animation:1.8s dashboard-card-spotlight}@keyframes dashboard-card-spotlight{0%{border-color:#e8ebf3;transform:translateY(0);box-shadow:0 16px 36px -26px #1a234247}35%{border-color:#d6c1f5;transform:translateY(-2px);box-shadow:0 24px 42px -30px #5b13974d}to{border-color:#e8ebf3;transform:translateY(0);box-shadow:0 16px 36px -26px #1a234247}}.dashboard-two-column--employee{grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr)}@media (width<=1200px){.dashboard-two-column--employee{grid-template-columns:1fr}}.regularization-status{letter-spacing:.02em;border-radius:999px;align-items:center;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.regularization-status--pending-employee{color:#b45309;background:#fff4e5}.regularization-status--pending-manager,.regularization-status--pending,.regularization-status--pending-approval{color:#6d28d9;background:#ede9fe}.regularization-status--approved{color:#166534;background:#dcfce7}.regularization-status--rejected{color:#b91c1c;background:#fee2e2}.regularization-actions{flex-wrap:wrap;gap:8px;display:flex}.regularization-actions__empty{color:#94a3b8;font-size:13px;font-weight:600}.regularization-day-request-list::-webkit-scrollbar{width:8px}.regularization-day-request-list::-webkit-scrollbar-track{background:#edf0f7e6;border-radius:999px}.regularization-day-request-list::-webkit-scrollbar-thumb{background:linear-gradient(#c4b5fd 0%,#8b5cf6 100%);border-radius:999px}.regularization-day-request-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(#a78bfa 0%,#7c3aed 100%)}@media (width<=700px){.regularization-day-request-card__top{flex-direction:column;align-items:stretch}.regularization-day-request-card__grid{grid-template-columns:1fr}}.reimbursement-page{gap:24px}.reimbursement-layout-grid,.attendance-calendar-layout{align-items:start}.attendance-scoped-layout{flex-direction:column;gap:18px;display:flex}.attendance-selected-day{flex-direction:column;gap:16px;display:flex}.attendance-selected-day__stats{grid-template-columns:repeat(4,minmax(0,1fr))}.attendance-selected-day__list{flex-direction:column;gap:10px;display:flex}.attendance-selected-day__item{background:#f8f9fc;border:1px solid #edf0f7;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.attendance-selected-day__footer{justify-content:flex-end;display:flex}.reimbursement-day-card{flex-direction:column;gap:18px;display:flex}.reimbursement-day-card__summary{flex-direction:column;gap:16px;display:flex}.reimbursement-day-card__list{flex-direction:column;gap:12px;display:flex}.reimbursement-entry{background:#f8f9fc;border:1px solid #edf0f7;border-radius:18px;flex-direction:column;gap:16px;padding:16px;display:flex}.reimbursement-entry__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.reimbursement-entry__content{flex:1;min-width:0}.reimbursement-entry__right{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.reimbursement-entry__right strong{color:#1f2433;font-size:18px}.reimbursement-entry__documents{border-top:1px solid #e6ebf4;flex-direction:column;gap:10px;padding-top:14px;display:flex}.reimbursement-entry__documents-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.reimbursement-entry__documents-label{color:#7c8398;text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}.reimbursement-entry__documents-empty{color:#7c8398;background:#fff;border:1px dashed #d8dfec;border-radius:12px;padding:12px 14px;font-size:13px}.reimbursement-entry__documents-list{flex-direction:column;gap:8px;display:flex}.reimbursement-entry__document{background:#fff;border:1px solid #e4e8f1;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.reimbursement-entry__document-name{color:#253047;word-break:break-word;flex:1;font-size:13px;font-weight:600}@media (width<=900px){.regularization-day-card__stats{grid-template-columns:1fr}.attendance-selected-day__stats{grid-template-columns:1fr 1fr}.reimbursement-entry__header{flex-direction:column}.reimbursement-entry__right{align-items:flex-start;width:100%}.reimbursement-entry__document,.attendance-selected-day__item{flex-direction:column;align-items:flex-start}}.attendance-specific-day-input{opacity:0;pointer-events:none;position:absolute;inset:0}.employee-page__tab{position:relative}.attendance-scope-tabs{justify-content:flex-start;margin-left:18px}.attendance-scope-tabs .employee-page__tab{color:#5b21b6;background:#f5f0ff;border-color:#6b21a838}.attendance-scope-tabs .employee-page__tab.is-active{color:#fff;background:linear-gradient(135deg,#6d28d9,#7c3aed);border-color:#0000;box-shadow:0 12px 28px #6d28d938}.attendance-card-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.attendance-sticky-shell__metrics{margin-top:16px}.attendance-entries-table thead th{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;position:sticky;top:0;box-shadow:inset 0 -1px #edf0f7}.attendance-pattern-card{transition:transform .2s,box-shadow .2s,border-color .2s}.attendance-pattern-card:hover{border-color:#d8c3f7;transform:translateY(-3px);box-shadow:0 18px 30px -24px #5b13976b}.attendance-calendar__day{transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s}.attendance-calendar__day:hover:not(.is-outside){transform:translateY(-2px);box-shadow:0 16px 26px -22px #2c74df73}.attendance-calendar__day:active:not(.is-outside){transform:scale(.96)}.attendance-calendar__day.is-selected{animation:.22s ease-out attendance-day-pop}.attendance-punch-button{justify-content:center;min-width:122px;transition:transform .18s,box-shadow .18s,filter .18s}.attendance-punch-button:hover:not(:disabled){filter:saturate(1.05);transform:translateY(-1px);box-shadow:0 18px 30px -22px #5b139799}.attendance-punch-button:active:not(:disabled){transform:translateY(1px)scale(.98)}@keyframes attendance-day-pop{0%{transform:scale(.92)}70%{transform:scale(1.03)}to{transform:scale(1)}}.attendance-card-header .dashboard-card__title{white-space:nowrap;margin:0}.attendance-filter-tabs{justify-content:flex-start;margin-bottom:18px}.attendance-filter-tabs .employee-page__tab{text-align:center;min-width:116px}.attendance-session-list{flex-direction:column;gap:6px;min-width:220px;display:flex}.attendance-session-list__item{background:0 0;border:0;border-bottom:1px solid #94a3b824;align-items:center;padding:6px 0;display:flex}.attendance-session-list__item:last-child{border-bottom:0}.attendance-session-list__body{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.attendance-session-list__body strong{color:#172554;font-size:13px}.attendance-map-link{color:#4338ca;background:#eef2ff;border:1px solid #6366f129;border-radius:999px;align-items:center;padding:4px 8px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex}.attendance-map-link:hover{background:#e0e7ff}.attendance-location-list{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.attendance-location-pill{color:#1f2937;background:0 0;border:0;align-items:flex-start;padding:0;font-size:12px;font-weight:600;display:flex}.attendance-location-pill--stacked{flex-direction:column;align-items:flex-start;gap:2px}.attendance-location-coords{color:#7c3aed;font-size:10px;line-height:1.2}.attendance-location-address{color:#64748b;max-width:240px;font-size:10px;line-height:1.35}.attendance-map-list{flex-direction:column;align-items:flex-start;gap:10px;min-width:190px;display:flex}.attendance-map-list__item{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.attendance-map-entry{flex-direction:column;align-items:flex-start;gap:4px;width:100%;display:flex}.attendance-map-placeholder{color:#94a3b8;font-size:12px}.attendance-map-coords{color:#5b1397;word-break:break-word;font-size:12px;font-weight:700;line-height:1.4;text-decoration:none}.attendance-map-coords:hover{color:#4338ca;text-decoration:underline}.attendance-map-modal{width:min(100%,820px)}.attendance-map-modal__frame{background:#f8fafc;border:0;border-radius:18px;width:100%;height:520px}.employee-documents-panel{flex-direction:column;gap:16px;display:flex}.employee-documents-panel__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.employee-document-section__title{color:#667085;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.employee-document-list{flex-direction:column;gap:12px;display:flex}.employee-document-list__item--highlight{background:#fbf7ff;border-color:#d6b4ff;animation:1.8s dashboard-row-highlight;box-shadow:0 18px 40px -28px #5b139761}.employee-document-list__item strong{color:#1f2433;font-size:14px;font-weight:800}.employee-document-list__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.employee-document-list__meta{flex-direction:column;gap:6px;display:flex}.employee-document-list__filename{color:#7c8398;font-size:13px}.employee-document-list__timestamp{color:#9aa3b6;font-size:12px}.employee-profile-page{flex-direction:column;gap:22px;display:flex}.employee-profile-page__hero{align-items:center;gap:18px;padding-bottom:4px;display:flex}.employee-org-grid{align-items:start}.employee-org-grid .dashboard-card{padding:20px}.employee-org-grid .dashboard-card__title{margin-bottom:0}.employee-page__toolbar-select{color:#35405a;background:#fff;border:1px solid #e2e6f0;border-radius:8px;min-height:36px;padding:0 12px;font-size:13px;font-weight:700}.employee-page__filter{color:#35405a;cursor:pointer;background:#fff;border:1px solid #e2e6f0;border-radius:8px;min-height:36px;padding:0 12px;font-size:13px;font-weight:700}.employee-page__filter:hover{border-color:#d1dce8}.employee-page__filter:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 2px #7c3aed1a}.employee-page__filter-wrap{align-items:center;gap:10px;display:flex}.employee-page__filter-label{color:#5b1397;background:#f3ecff;border:1px solid #e2d7fb;border-radius:8px;padding:9px 12px;font-size:13px;font-weight:800}.employee-page__mini-button--icon{justify-content:center;align-items:center;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex}.employee-page__mini-button--icon:hover{transform:translateY(-1px);box-shadow:0 10px 18px -14px #5b139759}.employee-page__mini-button--icon:active{transform:scale(.94)}.employee-page__view-icon{gap:3px;display:grid}.employee-page__view-icon--list{grid-template-columns:1fr;width:16px}.employee-page__view-icon--list span{background:currentColor;border-radius:999px;width:16px;height:2px;display:block}.employee-page__view-icon--grid{grid-template-columns:repeat(2,1fr);width:14px}.employee-page__view-icon--grid span{background:currentColor;border-radius:2px;width:5px;height:5px;display:block}.employee-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;display:grid}.employee-grid__empty{background:#fff;border:1px solid #e8ebf3;border-radius:18px;padding:28px}.employee-grid-card{background:#fff;border:1px solid #e8ebf3;border-radius:20px;flex-direction:column;gap:18px;padding:18px;display:flex;box-shadow:0 16px 36px -28px #1a23423d}.employee-grid-card__header{align-items:center;gap:14px;display:flex}.employee-grid-card__header-copy{flex-direction:column;gap:6px;display:flex}.employee-grid-card__header-copy span{color:#7f879a;font-size:13px;font-weight:600}.employee-grid-card__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;display:grid}.employee-grid-card__meta span{color:#8b91a5;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800;display:block}.employee-grid-card__meta strong{color:#1f2433;margin-top:6px;font-size:14px;line-height:1.4;display:block}.employee-grid-card__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.employee-history-sections{flex-direction:column;gap:18px;display:flex}.employee-history-list{grid-template-columns:1fr!important}.employee-history-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.employee-history-summary__card{background:#fff;border:1px solid #e8ebf3;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex;box-shadow:0 12px 24px -24px #1a234238}.employee-history-summary__card span{color:#7c8398;font-size:12px;font-weight:800;line-height:1.4}.employee-history-summary__card strong{color:#1f2433;font-size:24px;font-weight:900}.employee-history-section{background:linear-gradient(#fff 0%,#fbfcff 100%);border:1px solid #e8ebf3;border-radius:20px;padding:16px 18px}.employee-history-section__title{border-bottom:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:10px;display:flex}.employee-history-section__title span{color:#1f2433;font-size:15px;font-weight:800}.employee-history-section__title strong{border-radius:999px;justify-content:center;align-items:center;min-width:34px;height:34px;font-size:13px;font-weight:900;display:inline-flex}.employee-history-section--approved .employee-history-section__title strong,.employee-history-summary__card.employee-history-section--approved strong{color:#15803d}.employee-history-section--pending .employee-history-section__title strong,.employee-history-summary__card.employee-history-section--pending strong{color:#b45309}.employee-history-section--rejected .employee-history-section__title strong,.employee-history-summary__card.employee-history-section--rejected strong{color:#be123c}.employee-history-section--neutral .employee-history-section__title strong,.employee-history-summary__card.employee-history-section--neutral strong{color:#5b1397}.employee-history-section--approved .employee-history-section__title strong{background:#dcfce7}.employee-history-section--pending .employee-history-section__title strong{background:#ffedd5}.employee-history-section--rejected .employee-history-section__title strong{background:#ffe4e6}.employee-history-section--neutral .employee-history-section__title strong{background:#f3e8ff}.employee-history-summary__card.employee-history-section--approved{background:linear-gradient(#fff 0%,#f3fff7 100%);border-color:#d7f2df}.employee-history-summary__card.employee-history-section--pending{background:linear-gradient(#fff 0%,#fff8ef 100%);border-color:#f8e1c2}.employee-history-summary__card.employee-history-section--rejected{background:linear-gradient(#fff 0%,#fff5f7 100%);border-color:#f4d2d9}.employee-history-summary__card.employee-history-section--neutral{background:linear-gradient(#fff 0%,#faf6ff 100%);border-color:#ece2fb}.employee-history-item{background:#fff;border:1px solid #edf1f7;border-radius:18px;align-items:flex-start;padding:16px 18px;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 16px 28px -24px #1a23422e}.employee-history-item:hover{transform:translateY(-2px);box-shadow:0 20px 34px -26px #1a23423d}.employee-history-item__copy{color:#4f566b;margin-top:2px;font-size:13px;line-height:1.55}.employee-history-item__actions{justify-content:flex-end;align-items:center}.employee-history-item .employee-document-list__meta strong{color:#1f2433;font-size:15px}.employee-history-item .employee-document-list__filename{font-size:12px;line-height:1.55}@media (width<=700px){.employee-page__toolbar{flex-direction:column;align-items:stretch}.employee-page__toolbar-actions{flex-wrap:wrap}.employee-page__toolbar-select{width:100%}.employee-page__filter-wrap{flex-direction:column;align-items:stretch;width:100%}.employee-grid-card__meta{grid-template-columns:1fr}}@media (width<=800px){.employee-document-list__item{flex-direction:column;align-items:flex-start}.employee-document-list__actions{width:100%}}.app-shell__sidebar-scroll,.app-shell__main{scrollbar-width:thin;scrollbar-color:#5b1397 #efe7fb}.app-shell__sidebar-scroll::-webkit-scrollbar{width:10px;height:10px}.app-shell__main::-webkit-scrollbar{width:10px;height:10px}.app-shell__sidebar-scroll::-webkit-scrollbar-track{background:#efe7fb;border-radius:999px}.app-shell__main::-webkit-scrollbar-track{background:#efe7fb;border-radius:999px}.app-shell__sidebar-scroll::-webkit-scrollbar-thumb{background:#5b1397;border:2px solid #efe7fb;border-radius:999px}.app-shell__main::-webkit-scrollbar-thumb{background:#5b1397;border:2px solid #efe7fb;border-radius:999px}.app-shell__sidebar-scroll::-webkit-scrollbar-thumb:hover{background:#470f77}.app-shell__main::-webkit-scrollbar-thumb:hover{background:#470f77}.invite-dropdown{position:relative}.invite-dropdown__trigger{color:#2b3447;cursor:pointer;text-align:left;background:#fff;border:1px solid #dfe3ee;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:44px;padding:0 14px;font-size:14px;font-weight:600;display:flex}.invite-dropdown__trigger.is-open{border-color:#c8aff0;box-shadow:0 0 0 4px #5b139714}.invite-dropdown__arrow{color:#8b91a5;margin-left:12px;font-size:11px}.invite-dropdown__menu{z-index:30;background:#fff;border:1px solid #e1e5ef;border-radius:14px;max-height:240px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:auto;box-shadow:0 18px 38px -30px #1a234259}.invite-dropdown__option{cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;display:flex}.invite-dropdown__option:hover{background:#f7f4ff}.invite-dropdown__option--all{color:#2b3553;font-weight:700}.invite-dropdown__divider{background:#ebe6fb;height:1px;margin:4px 0}.invite-dropdown__option input{accent-color:#5b1397}.invite-dropdown__option span{color:#253047;font-size:14px;font-weight:600}.invite-dropdown__empty{color:#7c8398;padding:12px;font-size:13px}.employee-team-dropdown{width:100%}.employee-team-dropdown .invite-dropdown__trigger{border-radius:10px;min-height:38px;padding:0 12px;font-size:12px;font-weight:600}.employee-team-dropdown .invite-dropdown__arrow{margin-left:10px;font-size:10px}.employee-team-dropdown__menu{scrollbar-width:thin;scrollbar-color:#bda7df #f5f1fb;border-radius:12px;max-height:220px;padding:6px}.employee-team-dropdown__menu::-webkit-scrollbar{width:8px}.employee-team-dropdown__menu::-webkit-scrollbar-track{background:#f5f1fb;border-radius:999px}.employee-team-dropdown__menu::-webkit-scrollbar-thumb{background:#bda7df;border:2px solid #f5f1fb;border-radius:999px}.employee-team-dropdown__menu::-webkit-scrollbar-thumb:hover{background:#a688d4}.employee-team-dropdown .invite-dropdown__option{border-radius:8px;gap:8px;padding:7px 10px}.employee-team-dropdown .invite-dropdown__option input{flex-shrink:0;block-size:14px;inline-size:14px}.employee-team-dropdown .invite-dropdown__option span{font-size:12px;line-height:1.3}.employee-team-dropdown .invite-dropdown__option--all span{letter-spacing:.01em;font-size:11px;font-weight:700}.employee-team-dropdown .invite-dropdown__empty{padding:10px;font-size:12px}.app-shell__mobile-topbar{display:none}.app-shell__mobile-menu{cursor:pointer;background:#fff;border:1px solid #e1e5ef;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:42px;height:42px;display:inline-flex;box-shadow:0 10px 24px -18px #1a23424d}.app-shell__mobile-menu span{background:#5b1397;border-radius:999px;width:18px;height:2px}.app-shell__mobile-brand{align-items:center;gap:10px;display:inline-flex}.app-shell__overlay{display:none}@media (width<=960px){.app-shell{height:auto;min-height:100svh;display:block;overflow:visible}.app-shell__content{height:auto;min-height:100svh;overflow:visible}.app-shell__mobile-topbar{z-index:45;-webkit-backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #e8ebf3;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex;position:sticky;top:0}.app-shell__sidebar{z-index:60;width:min(320px,86vw);max-width:320px;height:100svh;padding-top:18px;transition:transform .25s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:18px 0 36px -28px #1a234273}.app-shell__sidebar--open{transform:translate(0)}.app-shell__overlay--visible{z-index:50;background:#0f172a47;border:0;display:block;position:fixed;inset:0}.app-shell__main{padding:18px 14px 26px;overflow:visible}.employee-page__topbar,.employee-page__toolbar,.employee-page__footer,.attendance-card-header,.analytics-toolbar,.leave-header-card,.holiday-calendar-card__top,.holiday-calendar-card__meta,.settings-avatar-card,.reimbursement-entry{flex-direction:column;align-items:stretch}.employee-page__tabs,.employee-page__toolbar-actions,.attendance-scope-tabs,.attendance-filter-tabs,.settings-tabs,.hrms-inline-actions,.calendar-table-actions,.holiday-calendar-card__actions,.employee-table__actions,.employee-grid-card__footer,.regularization-actions{flex-wrap:wrap}.employee-page__tab,.employee-page__toolbar-button,.employee-page__mini-button,.employee-page__new-button,.settings-tabs__button,.dashboard-profile-tab,.hrms-inline-actions>*,.attendance-scope-tabs .employee-page__tab,.attendance-filter-tabs .employee-page__tab{text-align:center;justify-content:center;width:100%}.dashboard-page-title{font-size:28px}.dashboard-card,.leave-category-card,.metric-card,.holiday-calendar-card,.employee-grid-card,.settings-card,.calendar-agenda__item,.reimbursement-entry{border-radius:18px}.metric-grid,.dashboard-hero-grid,.dashboard-main-grid,.dashboard-two-column,.dashboard-two-column--narrow,.dashboard-two-column--employee,.leave-layout-grid,.leave-header-card__stats,.leave-category-grid,.settings-grid,.employee-grid,.holiday-calendar-layout,.holiday-calendar-list,.regularization-day-card__stats,.employee-grid-card__meta{grid-template-columns:1fr!important}.dashboard-chart--medium{height:260px}.calendar-toolbar,.calendar-toolbar__nav,.calendar-toolbar__actions,.regularization-calendar__toolbar,.payroll-page__toolbar,.payroll-page__controls{flex-direction:column;align-items:stretch}.calendar-toolbar__actions .hrms-input,.analytics-toolbar__field,.analytics-toolbar__field--wide,.employee-page__search,.employee-page__toolbar-select,.hrms-input,.settings-field input,.settings-field select,.employee-modal-field input,.employee-modal-field select,.employee-modal-field textarea{width:100%}.calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-grid-head{display:none}.calendar-day{min-height:150px}.payroll-table-wrap,.table-wrap,.employee-table-wrap,.hrms-table-wrap{margin-inline:-6px;padding-inline:6px}.payroll-table,.dashboard-table,.employee-table{min-width:760px}.employee-page__footer{gap:14px}.employee-page__footer-left,.employee-page__pagination{justify-content:space-between;width:100%}.leave-header-card__stats,.leave-category-card__stats,.settings-actions{gap:12px}}@media (width<=640px){.app-shell__main{padding:14px 12px 22px}.dashboard-page,.employee-page,.leave-page,.settings-page,.reimbursement-page,.regularization-page{gap:16px}.employee-page__title,.dashboard-page-title{font-size:24px}.metric-card__value,.leave-category-card__main-value{font-size:22px}.dashboard-profile-avatar{width:68px;height:68px;font-size:22px}.calendar-grid{grid-template-columns:1fr}.calendar-day{min-height:120px}.regularization-calendar__grid,.regularization-calendar__weekdays{gap:6px}.regularization-calendar__day{min-height:64px;padding:8px}.attendance-map-modal__frame{height:360px}.leave-header-stat,.metric-card,.dashboard-card,.holiday-calendar-card,.settings-card,.employee-grid-card{padding:14px}.settings-actions,.employee-modal-actions{flex-direction:column}.settings-actions>*,.employee-modal-actions>*{width:100%}}@media (width<=760px){.app-shell__mobile-topbar{padding:10px 12px}.app-shell__mobile-menu{border-radius:10px;width:38px;height:38px}.app-shell__mobile-brand .app-shell__brand-name{font-size:13px}.employee-page__topbar{gap:10px}.employee-page__crumbs{margin-top:4px;font-size:12px}.dashboard-card,.metric-card,.leave-category-card,.holiday-calendar-card,.settings-card,.employee-grid-card{border-radius:16px;padding:14px}.dashboard-card__title,.employee-page__title{font-size:14px}.dashboard-profile-date{margin-top:4px;font-size:11px}.dashboard-profile-tabs{scrollbar-width:none;flex-flow:row;gap:8px;margin-top:12px;overflow-x:auto}.dashboard-profile-tabs::-webkit-scrollbar{display:none}.dashboard-profile-tab{text-align:center;flex:1 0 auto;min-width:132px;padding:10px 12px;font-size:12px}.metric-grid{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.metric-card{min-height:0}.metric-card__top{align-items:center}.metric-card__value,.leave-category-card__main-value{margin-top:4px;font-size:18px}.attendance-card-header,.employee-page__toolbar,.analytics-toolbar,.calendar-toolbar,.calendar-toolbar__nav,.calendar-toolbar__actions,.regularization-calendar__toolbar{gap:10px}.attendance-card-header{align-items:flex-start}.attendance-card-header .dashboard-card__title{white-space:normal}.attendance-scope-tabs,.attendance-filter-tabs,.employee-page__tabs,.settings-tabs{scrollbar-width:none;flex-wrap:nowrap;gap:8px;margin-left:0;padding-bottom:2px;display:flex;overflow-x:auto}.attendance-scope-tabs::-webkit-scrollbar{display:none}.attendance-filter-tabs::-webkit-scrollbar{display:none}.employee-page__tabs::-webkit-scrollbar{display:none}.settings-tabs::-webkit-scrollbar{display:none}.employee-page__tab,.attendance-scope-tabs .employee-page__tab,.attendance-filter-tabs .employee-page__tab,.settings-tabs__button{white-space:nowrap;width:auto;min-width:max-content;padding:10px 14px;font-size:12px}.analytics-toolbar{flex-direction:column;align-items:stretch}.analytics-toolbar__field,.analytics-toolbar__field--wide{width:100%}.hrms-inline-actions{justify-content:stretch;width:100%}.hrms-inline-actions>*{flex:1 1 0}.employee-page__toolbar-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.employee-page__toolbar-button,.employee-page__new-button{width:100%;padding:10px 12px;font-size:12px}.employee-page__toolbar{align-items:stretch}.employee-page__search{width:100%}.employee-page__filter-wrap{grid-template-columns:1fr;width:100%;display:grid}.employee-page__filter-label{padding:8px 12px;font-size:12px}.employee-grid-card{gap:14px}.employee-grid-card__header{gap:10px}.employee-grid-card__header-copy span{font-size:12px}.employee-grid-card__meta strong{font-size:13px}.employee-grid-card__footer{align-items:stretch}.employee-table__actions{width:100%;display:grid}.employee-table__action-button{justify-content:center;width:100%}.employee-page__footer{gap:12px;padding-top:4px}.employee-page__footer-left,.employee-page__pagination{align-items:center;gap:10px}.leave-header-card__eyebrow{font-size:10px}.leave-header-card__stats{gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))!important}.leave-category-grid{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.leave-category-card__top{gap:8px}.leave-category-card__chip{padding:6px 10px;font-size:10px}.leave-category-card__remaining{font-size:11px}.leave-category-card__stats--compact,.regularization-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.regularization-day-card__stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}.regularization-day-card__status-row{align-items:flex-start}.dashboard-two-column--employee .dashboard-card,.dashboard-two-column .dashboard-card{min-width:0}.dashboard-upcoming-item,.leave-history-item,.activity-item,.today-item{align-items:flex-start;gap:10px;padding:12px}.dashboard-upcoming-item__meta,.leave-history-item__reason,.activity-item__text,.today-item__text{font-size:11px}.table-wrap,.employee-table-wrap,.hrms-table-wrap,.payroll-table-wrap{border-radius:14px}.app-shell__main{padding:14px 12px 24px}.dashboard-page,.employee-page,.attendance-page,.regularization-page,.leave-page{gap:14px}.employee-page__topbar{align-items:flex-start;gap:8px;margin-bottom:2px}.employee-page__title,.dashboard-card__title{font-size:13px;line-height:1.25}.dashboard-hero-grid,.dashboard-main-grid,.dashboard-two-column,.dashboard-two-column--narrow,.dashboard-two-column--employee,.leave-layout-grid,.regularization-layout-grid,.holiday-calendar-layout{gap:12px;grid-template-columns:1fr!important}.dashboard-hero{min-height:unset;padding:12px 14px}.dashboard-page-title{font-size:16px;line-height:1.2}.dashboard-page-copy,.employee-page__crumbs{font-size:11px}.dashboard-profile-card{padding:12px 14px}.dashboard-profile-panel{flex-direction:column;align-items:center;gap:6px;margin-top:20px;display:flex}.dashboard-profile-avatar{width:52px;height:52px;font-size:18px}.dashboard-profile-title{margin-top:15px;font-size:14px}.dashboard-profile-tabs{margin-top:10px;padding-bottom:2px}.dashboard-profile-tab{min-width:124px;padding:9px 12px;font-size:11px}.metric-grid,.analytics-metric-grid,.regularization-metric-grid,.leave-header-card__stats,.leave-category-grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.dashboard-card,.metric-card,.leave-category-card,.employee-grid-card,.holiday-calendar-card,.settings-card{border-radius:14px;padding:12px}.metric-card__top{gap:10px}.metric-card__badge{border-radius:10px;width:34px;height:34px}.metric-card__progress,.metric-card__value,.leave-category-card__main-value{font-size:16px}.metric-card__label,.leave-category-card__main-label{font-size:11px}.metric-card__helper{margin-top:6px;font-size:10px;line-height:1.35}.dashboard-upcoming-item,.leave-history-item,.activity-item,.today-item{border-radius:12px;gap:8px;padding:10px 12px}.dashboard-upcoming-item__title,.leave-history-item__title,.activity-item__name,.today-item__name{font-size:12px}.dashboard-upcoming-item__meta,.leave-history-item__reason,.activity-item__text,.today-item__text{font-size:10px;line-height:1.35}.employee-page__tabs,.attendance-scope-tabs,.attendance-filter-tabs,.settings-tabs,.dashboard-profile-tabs{scrollbar-width:none;gap:8px;width:100%;padding-bottom:2px;overflow-x:auto;flex-wrap:nowrap!important;display:flex!important}.employee-page__tabs::-webkit-scrollbar{display:none}.attendance-scope-tabs::-webkit-scrollbar{display:none}.attendance-filter-tabs::-webkit-scrollbar{display:none}.settings-tabs::-webkit-scrollbar{display:none}.dashboard-profile-tabs::-webkit-scrollbar{display:none}.employee-page__tab,.attendance-scope-tabs .employee-page__tab,.attendance-filter-tabs .employee-page__tab,.settings-tabs__button{white-space:nowrap;flex:none;min-width:max-content;padding:9px 12px;font-size:11px;width:auto!important}.attendance-card-header{margin-bottom:14px;display:block}.attendance-card-header .dashboard-card__title{white-space:normal;margin-bottom:10px}.analytics-toolbar{grid-template-columns:1fr;gap:10px;display:grid}.analytics-toolbar__field,.analytics-toolbar__field--wide,.employee-page__search{width:100%}.employee-page__toolbar{grid-template-columns:1fr;gap:10px;display:grid}.employee-page__toolbar-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.employee-page__toolbar-actions .employee-page__mini-button{display:none}.employee-page__toolbar-button,.employee-page__new-button{width:100%;min-height:40px;padding:10px 12px;font-size:12px}.employee-page__filter-wrap{width:100%}.employee-grid{gap:10px;grid-template-columns:1fr!important}.employee-grid-card{gap:12px;padding:14px}.employee-grid-card__header{align-items:center;gap:10px}.employee-grid-card__meta{grid-template-columns:1fr 1fr;gap:10px}.employee-grid-card__meta span{font-size:10px}.employee-grid-card__meta strong{margin-top:4px;font-size:12px}.employee-grid-card__footer,.employee-page__footer{gap:10px}.employee-page__footer-left,.employee-page__pagination{justify-content:space-between;width:100%}.leave-header-card{gap:12px;padding:14px}.leave-header-stat{padding:10px}.leave-header-stat span{font-size:10px}.leave-header-stat strong{font-size:14px}.leave-category-card{gap:8px;min-height:0}.leave-category-card__chip,.leave-category-card__remaining{font-size:10px}.leave-category-card__stats--compact{gap:8px}.leave-category-card__stats span{font-size:10px}.leave-category-card__stats strong{font-size:12px}.regularization-calendar__toolbar{gap:8px}.regularization-calendar__title{font-size:14px}.regularization-calendar__day{border-radius:10px;min-height:52px}.regularization-calendar__date{font-size:12px}.regularization-day-card__date{font-size:15px}.regularization-day-card__timeline{padding:10px}.regularization-day-card__stats{gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))!important}.regularization-day-card__stats span{font-size:10px}.regularization-day-card__stats strong{font-size:13px}.regularization-actions{flex-wrap:wrap;gap:8px}.hrms-inline-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.hrms-inline-actions .hrms-input,.hrms-inline-actions>span:first-child{grid-column:1/-1}.dashboard-chart--medium{height:210px}}@media (width<=420px){.app-shell__main{padding:12px 10px 20px}.metric-grid,.analytics-metric-grid,.regularization-metric-grid,.leave-header-card__stats,.leave-category-grid{grid-template-columns:1fr!important}.dashboard-profile-tab{min-width:112px}.employee-grid-card__meta,.leave-category-card__stats--compact,.regularization-day-card__stats{grid-template-columns:1fr!important}}@media (width<=760px){.calendar-page,.regularization-page,.reimbursement-page{gap:12px}.calendar-page .employee-page__tabs,.regularization-page .employee-page__tabs{margin-bottom:0}.calendar-layout,.holiday-calendar-layout,.regularization-layout-grid,.reimbursement-layout-grid{gap:12px;grid-template-columns:1fr!important}.calendar-sidebar,.holiday-calendar-sidebar,.holiday-year-layout{gap:12px}.calendar-toolbar,.holiday-calendar-toolbar,.regularization-calendar__toolbar{grid-template-columns:1fr;gap:10px;margin-bottom:14px;display:grid}.calendar-toolbar__nav,.holiday-calendar-toolbar .calendar-toolbar__nav,.regularization-calendar__toolbar{grid-template-columns:78px 1fr 78px;align-items:center;gap:8px;display:grid}.calendar-toolbar__title,.regularization-calendar__title{text-align:center;min-width:0;font-size:15px;line-height:1.25}.calendar-toolbar__actions,.holiday-calendar-toolbar .calendar-toolbar__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.calendar-toolbar__actions .hrms-input,.holiday-calendar-toolbar .calendar-toolbar__actions .hrms-input{width:100%;min-width:0}.calendar-toolbar__actions>:first-child,.calendar-toolbar__actions>:nth-child(2),.holiday-calendar-toolbar .calendar-toolbar__actions>:first-child,.holiday-calendar-toolbar .calendar-toolbar__actions>:nth-child(2){grid-column:span 1}.calendar-grid{gap:8px}.calendar-day{border-radius:14px;min-height:auto;padding:12px}.calendar-day__header{margin-bottom:8px}.calendar-day__number{font-size:15px}.calendar-day__count{min-width:22px;height:22px;font-size:10px}.calendar-day__events{gap:6px}.calendar-pill{padding:6px 8px;font-size:10px;line-height:1.25}.calendar-day__more{font-size:10px}.calendar-agenda{gap:10px}.calendar-agenda__item{border-radius:14px;gap:8px;padding:12px}.calendar-agenda__item strong{font-size:13px;line-height:1.35}.calendar-agenda__item p,.calendar-agenda__details span,.calendar-agenda__readonly{font-size:11px;line-height:1.4}.calendar-agenda__meta,.calendar-agenda__details,.calendar-table-actions,.holiday-calendar-card__actions{gap:8px}.invite-dropdown__trigger{min-height:42px;font-size:12px}.invite-dropdown__menu{max-height:220px}.holiday-calendar-list{gap:10px;grid-template-columns:1fr!important}.holiday-calendar-card{border-radius:14px;gap:10px;padding:12px}.holiday-calendar-card h3{font-size:13px}.holiday-calendar-card__date,.holiday-calendar-card p,.holiday-calendar-card__meta span{font-size:11px}.regularization-page .employee-page__tabs{padding-bottom:2px}.regularization-metric-grid{gap:10px;margin-bottom:0;grid-template-columns:repeat(2,minmax(0,1fr))!important}.regularization-calendar{gap:10px}.regularization-calendar__weekdays,.regularization-calendar__grid{gap:6px}.regularization-calendar__weekdays span{font-size:10px}.regularization-calendar__day{border-radius:10px;min-height:54px;padding:8px}.regularization-calendar__dot{width:7px;height:7px;box-shadow:0 0 0 4px #ff7a181f}.regularization-day-card{gap:12px}.regularization-day-card__date{font-size:15px}.regularization-day-card__timeline,.regularization-day-card__note,.regularization-day-card__stats div{border-radius:14px;padding:12px}.regularization-day-card__timeline-bar{gap:8px;margin-top:10px;font-size:11px}.regularization-day-card__timeline-track{height:5px}.regularization-day-card__stats{gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))!important}.regularization-day-card__stats span,.regularization-day-card__note span{font-size:10px}.regularization-day-card__stats strong{margin-top:6px;font-size:14px}.regularization-day-card__status-row{gap:10px}.regularization-actions{gap:8px}.regularization-actions .button{min-height:40px}.reimbursement-page .employee-page__topbar{gap:10px}.reimbursement-page .employee-page__topbar .button{width:100%}.reimbursement-day-card,.reimbursement-day-card__summary{gap:12px}.reimbursement-day-card__list{gap:10px}.reimbursement-entry{border-radius:14px;gap:10px;padding:12px}.reimbursement-entry__right{align-items:flex-start;gap:8px;width:100%}.reimbursement-entry__right strong{font-size:15px}.reimbursement-entry .leave-history-item__title{font-size:13px}.reimbursement-entry .leave-history-item__reason{font-size:11px;line-height:1.4}}@media (width<=420px){.calendar-toolbar__nav,.holiday-calendar-toolbar .calendar-toolbar__nav,.regularization-calendar__toolbar{grid-template-columns:70px 1fr 70px}.calendar-toolbar__title,.regularization-calendar__title{font-size:14px}.calendar-toolbar__actions,.holiday-calendar-toolbar .calendar-toolbar__actions{grid-template-columns:1fr}.calendar-day{padding:10px}.regularization-metric-grid,.regularization-day-card__stats{grid-template-columns:1fr!important}.reimbursement-entry{padding:11px}}.settings-page{flex-direction:column;gap:16px;display:flex}.settings-hero-card,.settings-card{background:#fff;border:1px solid #e8ebf3;border-radius:22px;box-shadow:0 16px 36px -26px #1a234229}.settings-hero-card{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:center;gap:18px;padding:20px 22px;display:grid}.settings-hero-card__identity{align-items:center;gap:16px;display:flex}.settings-hero-card__avatar{color:#5b1397;background:linear-gradient(135deg,#f1e9ff,#e7f1ff);border-radius:22px;justify-content:center;align-items:center;width:74px;height:74px;font-size:28px;font-weight:800;display:flex}.settings-hero-card__name{color:#1f2433;font-size:24px;font-weight:800;line-height:1.1}.settings-hero-card__meta{color:#7f879a;margin-top:6px;font-size:12px;font-weight:600}.settings-hero-card__hint{color:#6b7285;max-width:560px;margin-top:8px;font-size:12px;line-height:1.5}.settings-hero-card__contact-grid{grid-template-columns:1fr;gap:8px;display:grid}.settings-hero-card__pill{background:#fafbfe;border:1px solid #edf1f7;border-radius:14px;padding:12px 14px}.settings-hero-card__pill span{color:#8a92a7;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.settings-hero-card__pill strong{color:#1f2433;margin-top:4px;font-size:13px;font-weight:700;display:block}.settings-card{padding:20px 22px}.settings-card--compact{padding:18px 20px}.settings-card__section-title{color:#1f2433;margin-bottom:14px;font-size:18px;font-weight:800}.settings-card__section-title--spaced{margin-top:18px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;display:grid}.settings-field{flex-direction:column;gap:8px;display:flex}.settings-field--wide{grid-column:1/-1}.settings-field span{color:#4e5569;font-size:12px;font-weight:700}.settings-field input,.settings-field select,.settings-field textarea{color:#1f2433;background:#fff;border:1px solid #dde3ee;border-radius:12px;outline:none;width:100%;min-height:46px;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background-color .2s}.settings-field textarea{resize:vertical;min-height:88px;padding:12px 14px}.settings-field input:focus,.settings-field select:focus,.settings-field textarea:focus{border-color:#bea1ea;box-shadow:0 0 0 4px #5b139714}.employee-modal-field textarea{color:#253047;resize:vertical;background:#fff;border:1px solid #e2e6f0;border-radius:8px;outline:none;width:100%;min-height:96px;padding:12px 14px;font-size:14px}.employee-modal-field textarea:focus{border-color:#c8aff0;box-shadow:0 0 0 4px #5b139714}.employees-page-root .employee-required-star{color:#dc2626;font-weight:700}.employees-page-root .employee-view-link{color:#dc2626}.employee-name-stack{flex-direction:column;gap:2px;display:flex}.employee-name-stack__meta{color:#7f879a;font-size:11px;font-weight:700}.settings-actions{border-top:1px solid #edf1f7;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:18px;display:flex}.settings-readonly-layout{gap:14px;display:grid}.settings-view-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.settings-view-item{background:linear-gradient(#fff 0%,#f8faff 100%);border:1px solid #e8edf6;border-radius:14px;flex-direction:column;justify-content:center;gap:6px;min-height:72px;padding:12px 14px;display:flex}.settings-view-item--wide{grid-column:1/-1}.settings-view-item span{color:#8a92a7;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.settings-view-item strong{color:#1f2433;word-break:break-word;font-size:14px;font-weight:700;line-height:1.45}.employee-document-sections{flex-direction:column;gap:18px;display:flex}.employee-document-section{flex-direction:column;gap:12px;display:flex}.employee-document-section__title{color:#6f7890;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.employee-document-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.employee-document-list__item{background:#fbfcfe;border:1px solid #edf1f7;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.employee-document-list__meta{flex-direction:column;gap:6px;min-width:0;display:flex}.employee-document-list__meta strong{color:#1f2433;font-size:16px;font-weight:800}.employee-document-list__filename{color:#7f879a;overflow-wrap:anywhere;font-size:13px}.employee-document-list__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}@media (width<=1100px){.settings-hero-card,.employee-document-list{grid-template-columns:1fr}}@media (width<=760px){.settings-card,.settings-hero-card{border-radius:18px;padding:18px}.settings-grid{grid-template-columns:1fr;gap:14px}.settings-hero-card__identity{align-items:flex-start}.settings-hero-card__name{font-size:24px}.settings-actions{flex-direction:column}.settings-actions>*{width:100%}.employee-document-list__item{flex-direction:column;align-items:flex-start}.employee-document-list__actions,.employee-document-list__actions>*{width:100%}}.employee-org-panel{padding:16px}.employee-org-panel__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.employee-org-panel__tabs{gap:8px}.employee-org-panel__toolbar-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.employee-org-section{background:#fbfcfe;border:1px solid #edf1f7;border-radius:12px;padding:12px}.employee-org-row,.employee-org-subrow{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.employee-org-row__meta,.employee-org-subrow__meta{flex-direction:column;gap:4px;min-width:0;display:flex}.employee-org-row__meta strong,.employee-org-subrow__meta strong{color:#1f2433;overflow-wrap:anywhere;font-size:14px;font-weight:700;line-height:1.35}.employee-org-row__meta span,.employee-org-subrow__meta span{color:#7c8398;overflow-wrap:anywhere;font-size:12px;line-height:1.4}.employee-org-row__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;display:flex}.employee-org-sublist{flex-direction:column;gap:8px;margin-top:10px;display:flex}.employee-org-subrow{border-top:1px solid #edf1f7;padding-top:10px}.employee-org-subrow--stacked{flex-direction:column;align-items:stretch}.employee-org-subrow:first-child{border-top:0;padding-top:0}.employee-org-empty{color:#7c8398;background:#fbfcff;border:1px dashed #d9dfeb;border-radius:12px;padding:16px 14px;font-size:12px;font-weight:600}.employee-org-empty--inline{margin-top:10px}.employee-org-link{color:#1f2433;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:700;line-height:1.35;transition:color .18s,transform .18s}.employee-org-link:hover{color:#5b21b6;transform:translateY(-1px)}.employee-org-link--static{cursor:default}.employee-org-link--static:hover{color:#1f2433;transform:none}.employee-org-members-panel{background:#fcfdff;border:1px solid #edf1f7;margin-top:16px}.employee-org-members-panel--inline{border-top:1px dashed #e4e8f1;margin-top:12px;padding-top:12px}.employee-org-members-panel__subtitle{color:#7c8398;margin-top:4px;font-size:12px;font-weight:600}.employee-org-members-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:14px;display:grid}.employee-org-member-card{text-align:left;cursor:pointer;background:linear-gradient(#fff 0%,#f7f8fd 100%);border:1px solid #e7ebf5;border-radius:14px;align-items:center;gap:12px;padding:14px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.employee-org-member-card:hover{border-color:#d9cdfc;transform:translateY(-2px);box-shadow:0 14px 28px -20px #5b139759}.employee-org-member-card__avatar{color:#5b1397;background:linear-gradient(135deg,#5b139724,#784aff33);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:flex}.employee-org-member-card__meta{flex-direction:column;gap:3px;min-width:0;display:flex}.employee-org-member-card__meta strong{color:#1f2433;font-size:13px;line-height:1.35}.employee-org-member-card__meta span,.employee-org-member-card__meta small{color:#7c8398;overflow-wrap:anywhere;font-size:11px;line-height:1.4}@media (width<=1100px){.employee-org-panel__toolbar{align-items:stretch}}@media (width<=760px){.employee-org-panel__toolbar-actions,.employee-org-panel__toolbar-actions>*{width:100%}.employee-org-row,.employee-org-subrow{flex-direction:column;align-items:stretch}.employee-org-row__actions{width:100%}}.separation-grid{align-items:start}.separation-page__tabs{margin-top:-4px}.separation-summary{flex-direction:column;gap:10px;display:flex}.separation-summary__row{background:#fbfcfe;border:1px solid #edf1f7;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.separation-summary__row span{color:#7c8398;font-size:12px}.separation-summary__row strong{color:#1f2433;text-align:right;font-size:13px;font-weight:700}.separation-form textarea{color:#1f2433;resize:vertical;background:#fff;border:1px solid #dde3ee;border-radius:14px;outline:none;width:100%;min-height:110px;padding:12px 14px;font-size:14px}.separation-form textarea:focus{border-color:#bea1ea;box-shadow:0 0 0 4px #5b139714}.separation-field--full{grid-column:1/-1}@media (width<=900px){.separation-summary__row{flex-direction:column;align-items:flex-start}.separation-summary__row strong{text-align:left}}.hrms-modal-backdrop{z-index:120;overscroll-behavior:contain;background:#1118273d;justify-content:center;align-items:flex-start;padding:24px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.hrms-modal-shell{background:#fff;border:1px solid #e8ebf3;border-radius:24px;flex-direction:column;width:min(100%,950px);max-height:calc(100vh - 48px);display:flex;overflow:hidden;box-shadow:0 24px 60px -34px #0f172a47}.hrms-modal-header{border-bottom:1px solid #edf0f7;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px 16px;display:flex}.hrms-modal-title{color:#1f2433;margin:0;font-size:15px;font-weight:800}.hrms-modal-close{color:#475069;cursor:pointer;background:#fff;border:1px solid #dfe3ee;border-radius:12px;min-height:38px;padding:0 16px;font-size:13px;font-weight:700}.hrms-modal-body{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c8d1e0 #f6f8fc;flex:auto;min-height:0;padding:20px 24px 24px;overflow-y:auto}.hrms-modal-body::-webkit-scrollbar{width:10px}.hrms-modal-body::-webkit-scrollbar-track{background:#f6f8fc;border-radius:999px}.hrms-modal-body::-webkit-scrollbar-thumb{background:#c8d1e0;border:2px solid #f6f8fc;border-radius:999px}.hrms-modal-body::-webkit-scrollbar-thumb:hover{background:#aeb8ca}.attendance-selected-day__stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.attendance-selected-day__stat-card{background:#f8fafc;border:1px solid #e8edf5;border-radius:12px;padding:12px 14px}.attendance-selected-day__stat-card span{color:#7c8398;letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:700;line-height:1.35;display:block}.attendance-selected-day__stat-card strong{color:#1f2433;margin-top:6px;font-size:15px;font-weight:800;display:block}.attendance-selected-day__summary{background:#f8f9fc;border:1px solid #edf0f7;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.attendance-selected-day__table-wrap{scrollbar-width:thin;scrollbar-color:#c8d1e0 #f6f8fc;background:#fff;border:1px solid #e8edf5;border-radius:14px;max-height:260px;overflow:auto}.attendance-selected-day__table-wrap::-webkit-scrollbar{width:10px;height:10px}.attendance-selected-day__table-wrap::-webkit-scrollbar-track{background:#f6f8fc}.attendance-selected-day__table-wrap::-webkit-scrollbar-thumb{background:#c8d1e0;border:2px solid #f6f8fc;border-radius:999px}.attendance-selected-day__table{border-collapse:collapse;width:100%;min-width:420px}.attendance-selected-day__table th,.attendance-selected-day__table td{text-align:left;border-bottom:1px solid #edf0f7;padding:11px 12px;font-size:12px}.attendance-selected-day__table th{z-index:1;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;font-size:10px;font-weight:800;position:sticky;top:0}.attendance-selected-day__table td{color:#1f2433;white-space:nowrap;font-weight:600}.attendance-selected-day__empty-cell{color:#7c8398!important;text-align:center!important;white-space:normal!important}@media (width<=900px){.hrms-modal-backdrop{padding:12px}.hrms-modal-shell{border-radius:18px;max-height:calc(100vh - 24px)}.hrms-modal-header,.hrms-modal-body{padding-left:16px;padding-right:16px}.attendance-selected-day__stats-grid{grid-template-columns:1fr}.attendance-selected-day__summary{flex-direction:column;align-items:flex-start}}.dashboard-upcoming-item--clickable,.dashboard-card-button{text-align:left;cursor:pointer;border:0;width:100%}.analytics-page{font-size:13px}.analytics-page .dashboard-page-title{font-size:28px}.analytics-page .dashboard-page-copy{font-size:12px}.analytics-page .dashboard-card__title{font-size:14px}.analytics-page .analytics-toolbar__field span{font-size:11px}.analytics-page .analytics-toolbar__field input,.analytics-page .analytics-toolbar__field select{font-size:13px}.analytics-page .employee-page__new-button{padding:10px 16px;font-size:13px}.analytics-metric-card{border-radius:16px;padding:14px 15px}.analytics-metric-card .metric-card__label{font-size:12px}.analytics-metric-card .metric-card__value{margin-top:6px;font-size:20px;line-height:1.15}.analytics-metric-card .metric-card__helper{margin-top:8px;font-size:11px}.analytics-metric-card__value{line-height:1.3;font-size:16px!important}.analytics-table-scroll{scrollbar-width:thin;scrollbar-color:#c8d1e0 #f6f8fc;border-radius:14px;max-height:320px;overflow:auto}.analytics-table-scroll::-webkit-scrollbar{width:10px;height:10px}.analytics-table-scroll::-webkit-scrollbar-track{background:#f6f8fc}.analytics-table-scroll::-webkit-scrollbar-thumb{background:#c8d1e0;border:2px solid #f6f8fc;border-radius:999px}.analytics-table-scroll thead th{z-index:1;background:#fff;position:sticky;top:0;box-shadow:0 1px #edf0f7}.analytics-page .dashboard-table{font-size:13px}.analytics-page .dashboard-table th{font-size:11px}.analytics-tooltip{background:#fffffff5;border:1px solid #ebe4f7;border-radius:12px;min-width:150px;padding:10px 12px;box-shadow:0 16px 30px -20px #1a234247}.analytics-tooltip__title{color:#1f2433;margin-bottom:6px;font-size:12px;font-weight:800}.analytics-tooltip__row{color:#4b5267;justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.analytics-tooltip__row+.analytics-tooltip__row{margin-top:4px}.analytics-tooltip__label{align-items:center;gap:8px;display:inline-flex}.analytics-tooltip__dot{border-radius:999px;width:8px;height:8px;display:inline-block}.dashboard-upcoming-item--clickable:hover,.dashboard-card-button:hover{background:#f5f1ff;border-color:#dacdf4}.dashboard-table__row--highlight{background:#f5f1ff;animation:1.8s dashboard-row-highlight}.dashboard-table__row--highlight td{background:#f5f1ff}[data-approval-highlight=true]{scroll-margin-top:120px}@keyframes dashboard-row-highlight{0%{background:#fff6cc}45%{background:#efe4ff}to{background:#f5f1ff}}.calendar-agenda__item--highlight{box-shadow:0 0 0 3px #5b139714;border-color:#c8aff0!important}.calendar-agenda__item--spotlight{background:linear-gradient(#fcf9ff 0%,#f5eeff 100%);border-color:#d6c1f5;box-shadow:0 24px 38px -32px #5b139747}.metric-card--clickable{text-align:left;cursor:pointer;width:100%}.metric-card--clickable:hover{border-color:#dacdf4;box-shadow:0 20px 40px -26px #5b139738}.dashboard-scroll-panel{scrollbar-width:thin;scrollbar-color:#c8d1e0 #f6f8fc;max-height:360px;padding-right:4px;overflow-y:auto}.dashboard-scroll-panel::-webkit-scrollbar{width:10px;height:10px}.dashboard-scroll-panel::-webkit-scrollbar-track{background:#f6f8fc;border-radius:999px}.dashboard-scroll-panel::-webkit-scrollbar-thumb{background:#c8d1e0;border:2px solid #f6f8fc;border-radius:999px}.dashboard-scroll-panel--table{overflow:auto}.dashboard-scroll-panel--tall{max-height:430px}.documents-page{flex-direction:column;gap:18px;display:flex}.documents-page__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.documents-page__hero{background:#fff;border:1px solid #e8ebf3;border-radius:20px;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px 22px;display:flex;box-shadow:0 14px 34px -28px #0f172a2e}.documents-page__hero-title{color:#1f2433;margin:0;font-size:22px;font-weight:800}.documents-page__hero-copy{color:#7c8398;max-width:680px;margin-top:8px;font-size:13px;line-height:1.55}.documents-page__hero-meta{flex-wrap:wrap;justify-content:flex-end;align-items:stretch;gap:10px;display:flex}.documents-page__meta-card{background:#fafbfe;border:1px solid #edf1f7;border-radius:16px;min-width:140px;padding:12px 14px}.documents-page__meta-card span{color:#8a92a7;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:800;display:block}.documents-page__meta-card strong{color:#1f2433;margin-top:6px;font-size:14px;font-weight:800;display:block}.documents-page__tabs{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.documents-page__tab{color:#4a5165;cursor:pointer;background:#fff;border:1px solid #dfe4ef;border-radius:12px;min-height:42px;padding:0 16px;font-size:13px;font-weight:700;transition:border-color .2s,background-color .2s,color .2s,box-shadow .2s}.documents-page__tab:hover{color:#fff;background:#9125eb;border-color:#ccb3ef}.documents-page__tab--active{color:#fff;background:#5b1397;border-color:#5b1397;box-shadow:0 12px 26px -18px #5b139773}.documents-page__add-button{min-height:42px;padding-left:16px;padding-right:16px}.documents-page .button,.documents-page__modal-form .button{cursor:pointer;border:1px solid #dfe4ef;border-radius:12px;min-height:42px;padding:0 16px;font-size:13px;font-weight:700;transition:border-color .2s,background-color .2s,color .2s,box-shadow .2s,transform .2s}.documents-page .button:hover,.documents-page__modal-form .button:hover{transform:translateY(-1px)}.documents-page .button--primary,.documents-page__modal-form .button--primary{color:#fff;background:linear-gradient(135deg,#5b1397 0%,#6d1ab5 100%);border-color:#5b1397;box-shadow:0 14px 28px -20px #5b139773}.documents-page .button--primary:hover,.documents-page__modal-form .button--primary:hover{box-shadow:0 18px 30px -22px #5b139785}.documents-page .button--secondary,.documents-page__modal-form .button--secondary{color:#334155;background:#fff;border-color:#dbe2ee}.documents-page .button--secondary:hover,.documents-page__modal-form .button--secondary:hover{color:#5b1397;background:#faf6ff;border-color:#ccb3ef}.documents-page .button--danger,.documents-page__modal-form .button--danger{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.documents-page .button--danger:hover,.documents-page__modal-form .button--danger:hover{background:#ffedd5;border-color:#fdba74}.documents-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.documents-page__sections{flex-direction:column;gap:18px;display:flex}.documents-page__section{flex-direction:column;gap:14px;display:flex}.documents-page__section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.documents-page__section-title{color:#1f2433;margin:0;font-size:17px;font-weight:800}.documents-page__section-copy{color:#7c8398;margin-top:5px;font-size:12px}.documents-page__card{background:#fff;border:1px solid #e8ebf3;border-radius:18px;flex-direction:column;gap:14px;min-width:0;padding:18px;display:flex;box-shadow:0 16px 36px -30px #0f172a24}.documents-page__card--highlight{background:#fbf7ff;border-color:#d6b4ff;animation:1.8s dashboard-row-highlight;box-shadow:0 22px 48px -30px #5b139759}.documents-page__card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.documents-page__file-badge,.documents-page__category-pill{border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.documents-page__category-pill{color:#5b1397;background:#f3ecff}.documents-page__file-badge--pdf{color:#b42318;background:#fef3f2}.documents-page__file-badge--doc{color:#175cd3;background:#eff8ff}.documents-page__file-badge--sheet{color:#067647;background:#ecfdf3}.documents-page__file-badge--image{color:#b54708;background:#fff7ed}.documents-page__file-badge--generic{color:#475467;background:#f2f4f7}.documents-page__card-body{min-width:0}.documents-page__card-title{color:#1f2433;margin:0;font-size:17px;font-weight:800;line-height:1.35}.documents-page__card-file{color:#7c8398;overflow-wrap:anywhere;margin-top:8px;font-size:13px;line-height:1.5}.documents-page__card-meta{border-top:1px solid #edf1f7;justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.documents-page__card-meta span{color:#8a92a7;font-size:12px;font-weight:700}.documents-page__card-meta strong{color:#1f2433;font-size:13px;font-weight:800}.documents-page__card-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.documents-page__month-picker{background:#fff;border:1px solid #e5e7ef;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;display:flex}.documents-page__month-picker span{color:#6b7280;letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.documents-page__month-picker input{color:#1f2433;background:0 0;border:none;outline:none;font-size:14px;font-weight:700}.documents-page__payslip-layout{flex-direction:column;gap:16px;display:flex}.documents-page__payslip-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.documents-page__empty{background:#fbfcfe;border:1px dashed #d8e0ec;border-radius:18px;flex-direction:column;gap:8px;padding:28px 22px;display:flex}.documents-page__empty strong{color:#1f2433;font-size:16px;font-weight:800}.documents-page__empty span{color:#7c8398;font-size:13px;line-height:1.55}.documents-page__modal-form{gap:14px}.documents-page__form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;display:grid}.documents-page__field{flex-direction:column;gap:8px;display:flex}.documents-page__field--full{grid-column:1/-1}.documents-page__field label{color:#4b5267;font-size:13px;font-weight:800}.documents-page__field input,.documents-page__field select{color:#1f2433;background:#fff;border:1px solid #dfe4ef;border-radius:12px;outline:none;width:100%;min-height:46px;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s,background-color .2s}.documents-page__field input:focus,.documents-page__field select:focus{border-color:#bea1ea;box-shadow:0 0 0 4px #5b139714}.documents-page__field input[type=file]{padding:10px 12px;line-height:1.4}.documents-page__field input[type=file]::file-selector-button{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #dbe2ee;border-radius:10px;margin-right:12px;padding:9px 14px;font-size:13px;font-weight:700}.documents-page__field input[type=file]::file-selector-button:hover{color:#5b1397;background:#faf6ff;border-color:#ccb3ef}.documents-page__modal-form .modal__actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.documents-page__upload-note{color:#6c5a89;background:#faf6ff;border:1px solid #ebe2fb;border-radius:14px;padding:12px 14px;font-size:12px;line-height:1.55}@media (width<=980px){.documents-page__hero{flex-direction:column}.documents-page__hero-meta{justify-content:flex-start;width:100%}.documents-page__grid,.documents-page__payslip-meta,.documents-page__form-grid{grid-template-columns:1fr}}@media (width<=640px){.documents-page__hero,.documents-page__card{border-radius:16px;padding:16px}.documents-page__hero-title{font-size:19px}.documents-page__card-actions{flex-direction:column;align-items:stretch}.documents-page__card-actions>*,.documents-page__meta-card{width:100%}.documents-page__toolbar{align-items:stretch}.documents-page__month-picker{justify-content:space-between;width:100%}.documents-page__tabs,.documents-page__tab,.documents-page__add-button{width:100%}}.dashboard-card__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.dashboard-card__title{margin-bottom:0}.dashboard-card__action{align-items:center;display:flex}.dashboard-card__ghost-button,.dashboard-card__tag{border-radius:999px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.dashboard-card__ghost-button{color:#5b1397;cursor:pointer;background:#f3ecff;border:1px solid #e6d7ff}.dashboard-card__tag{color:#5b1397;background:#f8f2ff;border:1px solid #eadbfd}.dashboard-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.dashboard-stat-tile{background:#f8f9fc;border:1px solid #edf0f7;border-radius:18px;padding:16px}.dashboard-stat-tile span{color:#7e8599;font-size:12px;font-weight:700;display:block}.dashboard-stat-tile strong{color:#1f2433;margin-top:8px;font-size:24px;font-weight:800;display:block}@media (width<=640px){.dashboard-stat-grid{grid-template-columns:1fr}}.salary-page{flex-direction:column;gap:16px;display:flex}.salary-page__hero{background:linear-gradient(135deg,#fff 0%,#fcf7ff 45%,#eef6ff 100%);border:1px solid #e6e8f4;border-radius:22px;grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);gap:16px;padding:20px 22px;display:grid;box-shadow:0 14px 30px -26px #2229482e}.salary-page__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#a03fd1;font-size:12px;font-weight:800}.salary-page__title{letter-spacing:-.04em;color:#141b2d;margin-top:6px;font-size:34px;line-height:1.1}.salary-page__crumbs{color:#7f879a;margin-top:8px;font-size:12px}.salary-page__copy{color:#5f6880;max-width:680px;margin-top:10px;font-size:13px;line-height:1.55}.salary-page__hero-cards{grid-template-columns:1fr;gap:10px;display:grid}.salary-page__hero-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffdb;border:1px solid #e7eafb;border-radius:16px;padding:14px 16px}.salary-page__hero-card span{color:#7f879a;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800;display:block}.salary-page__hero-card strong{color:#192133;margin-top:8px;font-size:18px;font-weight:800;display:block}.salary-page__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.salary-page__toolbar-actions{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.salary-page__field{flex-direction:column;gap:6px;display:flex}.salary-page__field span{color:#59627a;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.salary-page__field select,.salary-page__field input{color:#1d2335;background:#fff;border:1px solid #dfe4f1;border-radius:10px;outline:none;min-width:220px;height:40px;padding:0 12px;font-size:13px}.salary-page__field select:focus,.salary-page__field input:focus{border-color:#b995f0;box-shadow:0 0 0 4px #5b139714}.salary-page__radio-group{flex-wrap:wrap;gap:12px;display:flex}.salary-page__radio-option{color:#1d2335;cursor:pointer;background:#fff;border:1px solid #dfe4f1;border-radius:10px;align-items:center;gap:8px;height:40px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.salary-page__radio-option input{accent-color:#5b1397;width:16px;min-width:auto;height:16px;margin:0}.salary-page__radio-option span{color:inherit;letter-spacing:0;text-transform:none;font-size:13px;font-weight:700}.salary-page__primary-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5b1397,#2c74df);border:0;border-radius:10px;height:40px;padding:0 16px;font-size:13px;font-weight:800}.salary-page__grid{grid-template-columns:minmax(0,1.4fr) minmax(340px,.9fr);gap:18px;display:grid}.salary-page__panel{background:#fff;border:1px solid #e8ebf3;border-radius:18px;padding:18px;box-shadow:0 12px 24px -24px #1a23422e}.salary-page__panel--main{min-height:100%}.salary-page__panel--full{grid-column:1/-1}.salary-page__panel-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.salary-page__panel-header h2{color:#162033;margin:0;font-size:18px;font-weight:800}.salary-page__panel-header p{color:#778099;margin-top:6px;font-size:13px}.salary-page__panel-tag{color:#6a1bb3;background:#f4ecff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.salary-page__breakup-wrap{margin-top:16px;overflow-x:auto}.salary-page__breakup-table{border-collapse:collapse;background:#fff;width:100%;min-width:560px}.salary-page__breakup-table th,.salary-page__breakup-table td{border:1px solid #dbe3f0;padding:10px 12px;font-size:13px}.salary-page__breakup-table th{color:#122033;text-transform:uppercase;letter-spacing:.04em;text-align:center;background:#eef4fb;font-size:12px;font-weight:800}.salary-page__breakup-table td:first-child{color:#182133;font-weight:700}.salary-page__breakup-table td:nth-child(2),.salary-page__breakup-table td:nth-child(3){text-align:right;font-variant-numeric:tabular-nums}.salary-page__breakup-row--strong td{font-weight:900}.salary-page__breakup-row--highlight td{background:#fff8bf;font-weight:900}.salary-page__metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.salary-page__metric-card{background:linear-gradient(#fff 0%,#f8f9fe 100%);border:1px solid #e8ebf3;border-radius:20px;padding:18px}.salary-page__metric-card span{color:#7f879a;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800;display:block}.salary-page__metric-card strong{color:#182133;margin-top:10px;font-size:28px;font-weight:900;display:block}.salary-page__component-list{flex-direction:column;gap:16px;margin-top:24px;display:flex}.salary-page__component-item{background:#fbfcff;border:1px solid #edf0f7;border-radius:18px;padding:16px 18px}.salary-page__component-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.salary-page__component-head span{color:#3e465a;font-size:14px;font-weight:800}.salary-page__component-head strong{color:#182133;font-size:16px}.salary-page__component-track{background:#ebeff8;border-radius:999px;height:12px;margin-top:12px;overflow:hidden}.salary-page__component-bar{border-radius:999px;height:100%}.salary-page__component-bar--ink{background:linear-gradient(90deg,#172033,#41568f)}.salary-page__component-bar--mint{background:linear-gradient(90deg,#20a782,#72e3c4)}.salary-page__component-bar--amber{background:linear-gradient(90deg,#f59e0b,#ffd166)}.salary-page__component-bar--rose{background:linear-gradient(90deg,#ef476f,#ff99ac)}.salary-page__summary-list{flex-direction:column;gap:10px;margin-top:14px;display:flex}.salary-page__summary-row{color:#5d657c;border-bottom:1px solid #edf0f7;justify-content:space-between;gap:14px;padding:11px 0;font-size:13px;display:flex}.salary-page__summary-row strong{color:#172033}.salary-page__summary-row--total{color:#172033;font-weight:800}.salary-page__note{color:#6f6791;background:#f8f5ff;border-radius:12px;margin-top:14px;padding:12px 14px;font-size:12px}.salary-page__empty-panel{background:#fff;border:1px solid #e8ebf3;border-radius:18px;flex-direction:column;align-items:flex-start;gap:12px;padding:22px;display:flex}.salary-page__empty-panel h2{color:#162033;margin:0}.salary-page__empty-panel p{color:#6c748c;max-width:760px;font-size:13px;line-height:1.55}.salary-page__form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.salary-page__field--wide select,.salary-page__field--wide input{width:100%;min-width:0}.salary-page__hero--refined{grid-template-columns:minmax(0,1.35fr) minmax(420px,1fr)}.salary-page__hero-cards--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.salary-page__toolbar--refined{align-items:center}.salary-page__secondary-button{color:#4c2ea6;cursor:pointer;background:#fff;border:1px solid #d9def1;border-radius:10px;height:40px;padding:0 16px;font-size:13px;font-weight:800}.salary-page__grid--refined{grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr)}.salary-page__metric-grid--dense{grid-template-columns:repeat(4,minmax(0,1fr))}.salary-page__split{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px;display:grid}.salary-page__detail-block{flex-direction:column;gap:12px;display:flex}.salary-page__detail-head{color:#1b2436;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.salary-page__component-list--compact{gap:10px;margin-top:0}.salary-page__defaults-card{background:linear-gradient(#fcfdff 0%,#f7f9fd 100%);border:1px solid #e8ebf3;border-radius:14px;margin-top:14px;padding:14px}.salary-page__defaults-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.salary-page__defaults-grid div{background:#fff;border:1px solid #edf0f7;border-radius:10px;padding:10px 12px}.salary-page__defaults-grid span{color:#7f879a;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800;display:block}.salary-page__defaults-grid strong{color:#182133;margin-top:6px;font-size:14px;display:block}.salary-page__modal-note{color:#665a87;background:#f7f3ff;border-radius:10px;margin-bottom:12px;padding:10px 12px;font-size:12px;line-height:1.55}.salary-page__payslip-note{color:#6f6791;background:#f8f5ff;border-radius:12px;margin-top:14px;padding:10px 12px;font-size:12px}.salary-page__coverage-wrap{scrollbar-width:thin;border:1px solid #e8ebf3;border-radius:12px;max-height:332px;margin-top:12px;overflow:auto}.salary-page__coverage-table{min-width:900px}.salary-page__coverage-table thead th{z-index:1;background:#fff;position:sticky;top:0}.salary-page__coverage-table tbody tr{background:#fff}.salary-page__matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.salary-page__matrix-card{background:#fff;border:1px solid #eaedf4;border-radius:12px;flex-direction:column;gap:12px;padding:13px;display:flex}.salary-page__matrix-card--override{background:#fcfaff;border-color:#ece2fb}.salary-page__matrix-card--muted{background:#f8fafc}.salary-page__matrix-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.salary-page__matrix-label{color:#182133;font-size:13px;font-weight:800}.salary-page__matrix-value-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.salary-page__matrix-value{color:#172033;letter-spacing:0;font-size:17px;font-weight:600}.salary-page__matrix-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;display:flex}.salary-page__inline-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.salary-page__inline-edit{color:#4c2ea6;cursor:pointer;background:#fff;border:1px solid #d9def1;border-radius:10px;height:32px;padding:0 12px;font-size:11px;font-weight:800}.salary-page__inline-reset{color:#5f6880;cursor:pointer;background:#fff;border:1px solid #e2e6f0;border-radius:10px;height:32px;padding:0 12px;font-size:11px;font-weight:800}.salary-page__inline-reset:disabled{opacity:.5;cursor:not-allowed}.salary-page__source-pill{border-radius:999px;justify-content:center;align-items:center;padding:7px 11px;font-size:11px;font-weight:800;display:inline-flex}.salary-page__source-pill--override{color:#6d28d9;background:#efe3ff}.salary-page__source-pill--default{color:#166534;background:#e9f7ef}.salary-page__source-pill--formula{color:#b45309;background:#fff4dd}.salary-page__source-pill--input{color:#1d4ed8;background:#e0edff}.salary-page__source-pill--na{color:#64748b;background:#eceff5}.salary-page__inline-note{color:#6b7280;background:#f3f5fa;border-radius:10px;align-items:center;height:32px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.salary-page__payslip-stack{flex-direction:column;gap:18px;display:flex}.salary-page__editor-layout{flex-direction:column;gap:16px;display:flex}.salary-page__editor-section{background:linear-gradient(#fff 0%,#fafcff 100%);border:1px solid #e9edf7;border-radius:14px;padding:14px}@media (width<=1100px){.salary-page__hero,.salary-page__grid,.salary-page__grid--refined,.salary-page__split{grid-template-columns:1fr}}@media (width<=720px){.salary-page__title{font-size:32px}.salary-page__metric-grid,.salary-page__form-grid,.salary-page__hero-cards--compact,.salary-page__metric-grid--dense,.salary-page__defaults-grid,.salary-page__matrix-grid{grid-template-columns:1fr}}.attendance-pattern-card{min-height:unset;border-radius:16px;padding:12px 14px}.attendance-pattern-card .metric-card__label{font-size:12px}.attendance-pattern-card__value{margin-top:6px;font-size:22px;line-height:1.05}.attendance-pattern-card .metric-card__helper{margin-top:8px;font-size:11px}@media (width<=720px){.attendance-pattern-card__value{font-size:20px}}.attendance-punch-row{flex-wrap:nowrap;align-items:center;gap:12px;margin-top:14px;margin-bottom:10px;display:flex}.attendance-punch-row__location{min-width:260px;max-width:360px}.attendance-punch-row--note{color:#7b8398;font-size:13px;font-weight:600}.dashboard-attendance-punch-card{padding:14px 18px}.dashboard-attendance-punch{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.dashboard-attendance-punch__copy{flex-direction:column;gap:4px;min-width:200px;display:flex}.dashboard-attendance-punch__title{color:#1f2433;font-size:15px;font-weight:700}.dashboard-attendance-punch__meta{color:#7b8398;font-size:12px}.dashboard-attendance-punch__location{min-width:220px;max-width:300px}.dashboard-attendance-punch__actions{flex-wrap:wrap;align-items:center;gap:10px;margin-left:auto;display:flex}.dashboard-attendance-punch__button{min-width:128px}@media (width<=860px){.attendance-punch-row{flex-wrap:wrap}.attendance-punch-row__location{width:100%;max-width:none}.attendance-punch-button{width:100%}.dashboard-attendance-punch{align-items:stretch}.dashboard-attendance-punch__copy,.dashboard-attendance-punch__location,.dashboard-attendance-punch__actions{width:100%}.dashboard-attendance-punch__actions{margin-left:0}.dashboard-attendance-punch__button{flex:180px}}.leave-page{gap:16px}.leave-scope-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.leave-scope-row__tabs{flex-wrap:nowrap}.leave-scope-row__tabs .employee-page__tab{color:#6b3fe0;background:linear-gradient(135deg,#fbf8ff 0%,#f2ebff 55%,#edf3ff 100%);border:1px solid #6d40e638;transition:transform .18s,box-shadow .18s,filter .18s,background .18s,color .18s;box-shadow:inset 0 1px #fffffff2,0 10px 24px -20px #5b13972e}.leave-scope-row__tabs .employee-page__tab:hover{filter:saturate(1.04)brightness(1.01);transform:translateY(-2px);box-shadow:inset 0 1px #fffffff2,0 16px 28px -20px #5b139747}.leave-scope-row__tabs .employee-page__tab:active{transform:translateY(1px)scale(.985);box-shadow:inset 0 1px #ffffffe6,0 8px 18px -18px #5b139738}.leave-scope-row__tabs .employee-page__tab.employee-page__tab--active{color:#fff;background:linear-gradient(135deg,#8b4dff 0%,#6420b8 50%,#3558da 100%);border-color:#0000;transform:translateY(-1px);box-shadow:0 18px 32px -18px #5b1397ad}.leave-scope-row__field{align-items:center;gap:10px;min-width:240px;display:flex}.leave-scope-row__field span{color:#6b7280;white-space:nowrap;font-size:12px;font-weight:700}.leave-scope-row__field .hrms-input{min-width:220px;height:38px}.leave-header-card{padding:16px 18px}.leave-header-card__stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-width:0}.leave-header-stat{background:linear-gradient(#fcfdff 0%,#f7f9fd 100%);border-color:#e8edf5;min-width:0;padding:14px 16px}.leave-header-stat span{color:#8b91a5}.leave-header-stat strong{background:linear-gradient(135deg,#7c3aed 0%,#5b1397 55%,#3957d8 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:800;line-height:1.15}.leave-category-grid{gap:12px}.leave-category-card{border-radius:16px;min-height:164px;padding:14px}.leave-category-card__top{margin-bottom:12px}.leave-category-card__chip,.leave-category-card__remaining{min-height:26px;font-size:10px}.leave-category-card__chip{padding:0 10px}.leave-category-card__remaining{min-width:34px;padding:0 10px}.leave-category-card__main-value{font-size:28px}.leave-category-card__main-label{margin-top:5px;font-size:10px}.leave-category-card__stats--compact{margin-top:14px;padding-top:12px}.leave-category-card__stats span{font-size:9px}.leave-category-card__stats strong{margin-top:4px;font-size:14px}.leave-page .dashboard-table td{padding-top:12px;padding-bottom:12px}@media (width<=900px){.leave-scope-row{flex-direction:column;align-items:stretch}.leave-scope-row__field{flex-direction:column;align-items:stretch;width:100%}.leave-scope-row__field .hrms-input{width:100%;min-width:0}.leave-category-card{min-height:152px;padding:12px}.leave-category-card__main-value{font-size:24px}}.approval-category-tabs{flex-wrap:wrap;gap:12px;margin-top:18px;margin-bottom:16px;display:flex}.approval-category-button{color:#5b34d6;background:linear-gradient(135deg,#7b43f624,#6750a414);border:1px solid #7b43f62e;border-radius:14px;padding:10px 18px;font-size:14px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s,color .18s;box-shadow:0 10px 24px #6037cc14}.approval-category-button:hover{background:linear-gradient(135deg,#7b43f633,#6750a41f);transform:translateY(-1px);box-shadow:0 14px 30px #6037cc24}.approval-category-button:active{transform:translateY(1px)scale(.99)}.approval-category-button--active{color:#fff;background:linear-gradient(135deg,#6d28d9,#8b5cf6 58%,#a855f7);border-color:#0000;box-shadow:0 16px 34px #6d28d942}.table-subtext{color:#7b86a2;margin-top:4px;font-size:12px}.calendar-metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.calendar-metric-card{text-align:left;padding:14px 16px}.calendar-metric-card .metric-card__value{margin-top:10px;font-size:24px}.calendar-metric-card .metric-card__label{font-size:13px}.calendar-metric-card .metric-card__helper{margin-top:8px;font-size:11px}.calendar-metric-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.calendar-metric-card__tag{color:#6d28d9;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#6d28d91a,#7c3aed29);border:1px solid #6d28d924;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.calendar-metric-card__tag:before{content:"";opacity:.85;background:currentColor;border-radius:999px;width:6px;height:6px}.calendar-metric-card__tag--today{color:#1d4ed8;background:linear-gradient(135deg,#2563eb1a,#3b82f629);border-color:#2563eb29}.calendar-table-scroll{max-height:340px;overflow:auto}.calendar-table-scroll thead th{z-index:2;background:#fff;position:sticky;top:0}.calendar-table-scroll::-webkit-scrollbar{width:8px;height:8px}.calendar-table-scroll::-webkit-scrollbar-thumb{background:#7c3aed3d;border-radius:999px}@media (width<=1100px){.calendar-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.calendar-metric-grid{grid-template-columns:1fr}}.regularization-calendar__grid .is-weekend{color:#000;background:#fff78d}.attendance-calendar__day.is-weekend .regularization-calendar__date{color:#000}.calendar-grid .is-weekend{color:#000;cursor:default;background:#fff78d}.payroll-payslip__wordmark-logo{margin-left:20px}.attendance-calendar__day{cursor:pointer}.regularization-calendar__grid .is-weekend{cursor:default}.attendance-calendar__day.is-weekend,.attendance-calendar__day:disabled{cursor:default;pointer-events:none}.attendance-calendar__badge{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-top:4px;font-size:11px;font-weight:700;display:inline-flex}.attendance-calendar__badge--full{background:#16a34a}.attendance-calendar__badge--half{background:#8b5cf6}.attendance-calendar__badge--absent{background:#dc2626}.attendance-calendar__badge--leave{background:#2563eb}.dashboard-attendance-punch__hours{background:#f5f7fb;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;min-width:120px;min-height:44px;padding:10px 16px;display:flex}.dashboard-attendance-punch__hours-label{color:#6b7280;font-size:14px}.dashboard-attendance-punch__hours-value{color:#000;padding-left:5px;font-size:14px;font-weight:700}.dashboard-attendance-punch__times{flex-wrap:wrap;gap:12px;display:flex}.punch-time-item{background:linear-gradient(135deg,#f0f4f8 0%,#e8f0f7 100%);border:1px solid #d1dce8;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;min-width:150px;max-height:44px;padding:8px 12px;display:flex}.punch-time-item__label{color:#6b7280;text-align:center;margin-right:10px;font-size:12px;font-weight:600}.punch-time-item__value{color:#1f2433;text-align:center;margin-top:2px;font-size:14px;font-weight:700}.app-shell__brand-logo{-o-object-fit:contain;object-fit:contain;width:170px;height:42px}.app-shell__brand_logo_mobile{-o-object-fit:contain;object-fit:contain;width:170px;height:32px}.app-shell__brand{justify-content:center}.login-subheading{text-align:center}.login-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;color:#374151;align-items:center;gap:10px;font-size:14px;font-weight:500;display:inline-flex}.login-checkbox input{opacity:0;pointer-events:none;position:absolute}.checkmark{background:#fff;border:2px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;transition:all .25s;display:flex;box-shadow:0 2px 8px #0000000f}.checkmark svg{stroke:#fff;stroke-width:3px;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:20;stroke-dashoffset:20px;width:15px;height:15px;transition:stroke-dashoffset .25s}.login-checkbox input:checked+.checkmark{background:#5b1397;border-color:#5b1397;transform:scale(1.05)}.login-checkbox input:checked+.checkmark svg{stroke-dashoffset:0}.login-checkbox:hover .checkmark{border-color:#5b1397}.login-checkbox input:focus-visible+.checkmark{box-shadow:0 0 0 4px #22c55e33}.checkbox-text{transition:color .2s}.login-checkbox:hover .checkbox-text{color:#5b1397}.hrms-sidebar-user__avatar{border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.hrms-sidebar-user__avatar img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.employee-page__toolbar{justify-content:right!important}.logo-intro-overlay{z-index:999;background:#fff;justify-content:center;align-items:center;animation:.5s 1.3s forwards logo-intro-fadeout;display:flex;position:fixed;inset:0}.logo-intro-img{-o-object-fit:contain;object-fit:contain;width:120px;height:120px;animation:.8s cubic-bezier(.34,1.56,.64,1) forwards logo-intro-pop,1.6s ease-in-out infinite logo-intro-glow}@keyframes logo-intro-pop{0%{opacity:0;transform:scale(.4)}60%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes logo-intro-glow{0%,to{filter:drop-shadow(0 0 #7c5cff00)}50%{filter:drop-shadow(0 0 24px #7c5cff8c)}}@keyframes logo-intro-fadeout{to{opacity:0;pointer-events:none}}.logo-intro-ring{border:2px solid #7c5cff;border-color:#7c5cff #33e1b9 #0000 #0000;border-radius:50%;width:200px;height:200px;animation:1.6s linear infinite logo-intro-spin;position:absolute}@keyframes logo-intro-spin{to{transform:rotate(360deg)}}.logo-intro-ring{border-top-color:#7c3aed;border-right-color:#a855f7}@media (width<=480px){.logo-intro-img{width:80px;height:80px}.logo-intro-ring{border-width:1.5px;width:130px;height:130px}@keyframes logo-intro-glow{0%,to{filter:drop-shadow(0 0 #7c5cff00)}50%{filter:drop-shadow(0 0 14px #7c5cff80)}}}@media (width>=481px) and (width<=768px){.logo-intro-img{width:100px;height:100px}.logo-intro-ring{width:165px;height:165px}}@media (width<=768px){.hrms-toolbar-note{z-index:10;background:#fff;padding:12px 16px;position:sticky;bottom:5px;box-shadow:0 -2px 8px #00000014}.punch-time-item{min-width:120px!important}.dashboard-hero-stack{display:none}}.dashboard-search-card{display:none}.employee-file-upload{color:#1f2433;cursor:pointer;background:#fff;border:1px solid #dde3ee;border-radius:12px;outline:none;width:100%;min-height:46px;font-size:14px;line-height:1.5;transition:border-color .2s,box-shadow .2s,background-color .2s;padding:10px!important}.employee-file-upload::-webkit-file-upload-button{color:#4e5569;cursor:pointer;background:#f6f8fc;border:1px solid #e2e6f0;border-radius:8px;margin-right:12px;padding:7px 16px;font-size:13px;font-weight:600;transition:background-color .2s,border-color .2s,color .2s}.employee-file-upload::-webkit-file-upload-button:hover{color:#5b1397;background:#eef1f8;border-color:#c8aff0}.employee-file-upload::-moz-file-upload-button{color:#4e5569;cursor:pointer;background:#f6f8fc;border:1px solid #e2e6f0;border-radius:8px;margin-right:12px;padding:7px 16px;font-size:13px;font-weight:600;transition:background-color .2s,border-color .2s,color .2s}.employee-file-upload:hover{background-color:#fcfbff;border-color:#c8aff0}.employee-file-upload:focus-visible{border-color:#c8aff0;box-shadow:0 0 0 4px #5b139714}.employee-file-upload.input-invalid{background-color:#fff;border-color:#ef4444}.employee-file-upload.input-invalid:focus-visible{box-shadow:0 0 0 4px #ef44441a}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}
