@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--yellow: #fae90c;--yellow-soft: #fff7b8;--black: #181818;--white: #ffffff;--bg-start: #f4f4f0;--bg-mid: #efefea;--bg-end: #ecebe5;--text: #141414;--text-muted: rgba(20, 20, 20, .7);--text-soft: rgba(20, 20, 20, .54);--panel: linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .68));--panel-strong: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .8));--panel-border: rgba(255, 255, 255, .45);--panel-border-strong: rgba(255, 255, 255, .62);--field-bg: rgba(255, 255, 255, .7);--field-border: rgba(20, 20, 20, .1);--nav-bg: rgba(255, 255, 255, .28);--nav-bg-active: linear-gradient(132deg, rgba(250, 233, 12, .7), rgba(250, 233, 12, .34));--elevation-1: 0 2px 6px rgba(15, 23, 42, .035), 0 10px 18px rgba(15, 23, 42, .05);--elevation-2: inset 0 1px 0 rgba(255, 255, 255, .78), 0 2px 8px rgba(15, 23, 42, .04), 0 14px 30px rgba(15, 23, 42, .06);--elevation-3: inset 0 1px 0 rgba(255, 255, 255, .72), 0 6px 18px rgba(15, 23, 42, .06), 0 22px 46px rgba(15, 23, 42, .1);--elevation-4: inset 0 1px 0 rgba(255, 255, 255, .68), 0 10px 24px rgba(15, 23, 42, .08), 0 26px 60px rgba(15, 23, 42, .14);--shadow-soft: var(--elevation-2);--shadow-deep: var(--elevation-3);--shadow-accent: 0 8px 20px rgba(250, 233, 12, .14), 0 18px 34px rgba(15, 23, 42, .08);--motion-ease-standard: cubic-bezier(.22, 1, .36, 1);--motion-ease-emphasized: cubic-bezier(.2, .8, .2, 1);--motion-ease-exit: cubic-bezier(.4, 0, 1, 1);--motion-duration-fast: .18s;--motion-duration-base: .24s;--motion-duration-slow: .32s;--orb-yellow: rgba(250, 233, 12, .22);--orb-white: rgba(255, 255, 255, .6)}:root[data-theme=dark]{--bg-start: #10100f;--bg-mid: #131311;--bg-end: #181815;--text: #f5f4ef;--text-muted: rgba(245, 244, 239, .75);--text-soft: rgba(245, 244, 239, .54);--panel: linear-gradient(145deg, rgba(28, 28, 26, .82), rgba(18, 18, 17, .72));--panel-strong: linear-gradient(145deg, rgba(34, 34, 32, .9), rgba(20, 20, 18, .8));--panel-border: rgba(255, 255, 255, .12);--panel-border-strong: rgba(255, 255, 255, .18);--field-bg: rgba(255, 255, 255, .05);--field-border: rgba(255, 255, 255, .12);--nav-bg: rgba(255, 255, 255, .04);--nav-bg-active: linear-gradient(132deg, rgba(250, 233, 12, .24), rgba(250, 233, 12, .08));--elevation-1: 0 4px 10px rgba(0, 0, 0, .16), 0 12px 24px rgba(0, 0, 0, .12);--elevation-2: inset 0 1px 0 rgba(255, 255, 255, .05), 0 8px 18px rgba(0, 0, 0, .18), 0 18px 34px rgba(0, 0, 0, .14);--elevation-3: inset 0 1px 0 rgba(255, 255, 255, .06), 0 12px 26px rgba(0, 0, 0, .22), 0 28px 56px rgba(0, 0, 0, .18);--elevation-4: inset 0 1px 0 rgba(255, 255, 255, .07), 0 16px 34px rgba(0, 0, 0, .26), 0 32px 68px rgba(0, 0, 0, .2);--shadow-soft: var(--elevation-2);--shadow-deep: var(--elevation-3);--shadow-accent: 0 10px 24px rgba(250, 233, 12, .08), 0 20px 40px rgba(0, 0, 0, .2);--orb-yellow: rgba(250, 233, 12, .18);--orb-white: rgba(255, 255, 255, .12)}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth}button{border:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}body{margin:0;font-family:Inter,sans-serif;color:var(--text);letter-spacing:.003em;background:radial-gradient(circle at 10% 12%,var(--orb-yellow) 0%,rgba(0,0,0,0) 34%),radial-gradient(circle at 88% 9%,var(--orb-white) 0%,rgba(0,0,0,0) 30%),radial-gradient(circle at 84% 86%,#fae90c1a,#0000 34%),linear-gradient(160deg,var(--bg-start) 0%,var(--bg-mid) 52%,var(--bg-end) 100%);transition:background-color var(--motion-duration-slow) var(--motion-ease-standard),color var(--motion-duration-base) var(--motion-ease-standard)}body:before,body:after{content:"";position:fixed;width:340px;height:340px;pointer-events:none;border-radius:999px;filter:blur(60px);opacity:.35;z-index:-1}body:before{background:radial-gradient(circle,#fae90c94,#fae90c00 68%);left:-80px;top:-90px}body:after{background:radial-gradient(circle,#ffffff73,#fff0 68%);right:-110px;bottom:-100px}a{color:inherit}:where(button,a,input,textarea,select,[role=button],.MuiButtonBase-root,.MuiPaper-root,.MuiCard-root,.MuiDrawer-paper,.MuiMenu-paper,.MuiPopover-paper,.MuiDialog-paper){transition:background-color var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard),opacity var(--motion-duration-fast) var(--motion-ease-standard)}h1,h2,h3,h4,.kicker{font-family:Inter,sans-serif}.kicker{margin:0;display:inline-flex;align-items:center;gap:7px;font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;color:color-mix(in srgb,var(--yellow) 76%,var(--text) 24%)}.tatwansh-brand-logo{display:inline-flex;align-items:center;width:fit-content;max-width:100%;line-height:0}.tatwansh-brand-logo-image{display:block;width:auto;height:34px;max-width:min(100%,280px)}.tatwansh-brand-logo-image-dark{display:none}.tatwansh-brand-logo-compact .tatwansh-brand-logo-image{height:30px}:root[data-theme=dark] .tatwansh-brand-logo-image-light{display:none}:root[data-theme=dark] .tatwansh-brand-logo-image-dark{display:block}.status-brand-logo,.module-brand-logo{margin-bottom:6px}.screen-center{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-bg{background:radial-gradient(circle at 18% 16%,#fae90c33,#0000 32%),radial-gradient(circle at 84% 78%,#ffffff3d,#0000 34%),linear-gradient(165deg,var(--bg-start) 0%,var(--bg-mid) 54%,var(--bg-end) 100%)}.auth-card,.status-card,.module-card,.settings-card{position:relative;overflow:hidden}.auth-card:before,.status-card:before,.module-card:before,.settings-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(124deg,#ffffff3d,#ffffff12 24%,#fff0 58%);pointer-events:none}.auth-card,.status-card{width:min(560px,100%);border:1px solid var(--panel-border);background:var(--panel-strong);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:28px;padding:30px;box-shadow:var(--shadow-deep)}.auth-card h1,.status-card h1{margin:12px 0 8px;font-size:clamp(2rem,4vw,2.8rem);line-height:1.06}.status-icon{margin:12px 0 0;color:var(--yellow)}.spin{animation:spin 1.2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.subtext,.helper-text,.status-card p{color:var(--text-muted);line-height:1.55}.primary-button,.ghost-button{border-radius:16px;border:0;padding:11px 16px;font-size:.88rem;font-weight:700;cursor:pointer;transition:transform var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),opacity var(--motion-duration-fast) var(--motion-ease-standard),background-color var(--motion-duration-base) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard);display:inline-flex;align-items:center;gap:8px}.primary-button{margin-top:12px;color:#111;background:linear-gradient(145deg,var(--yellow) 0%,#fff7b8 56%,#d8ca09 100%);box-shadow:var(--shadow-accent)}.primary-button:hover{transform:translateY(-1px)}.primary-button:disabled{cursor:not-allowed;opacity:.7}.ghost-button{border:0;background:color-mix(in srgb,var(--panel) 82%,transparent 18%);box-shadow:var(--elevation-1);color:var(--text)}.ghost-button:hover{transform:translateY(-1px);box-shadow:var(--elevation-2)}.icon-button{width:40px;height:40px;justify-content:center;padding:0;position:relative}.topbar-alert-count{position:absolute;top:-4px;right:-5px;min-width:17px;height:17px;border-radius:999px;border:1px solid color-mix(in srgb,var(--black) 65%,transparent 35%);background:linear-gradient(150deg,var(--yellow) 0%,#fff7b8 100%);color:#121212;font-size:.6rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;box-shadow:0 5px 14px #fae90c73}.shell-root{min-height:100vh;display:grid;grid-template-columns:278px minmax(0,1fr);gap:18px;padding:16px;width:min(100%,1400px);margin:0 auto}.sidebar{position:sticky;top:16px;height:calc(100vh - 32px);border-radius:28px;border:1px solid var(--panel-border);background:var(--panel);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);padding:18px 14px;display:flex;flex-direction:column;box-shadow:var(--shadow-soft);overflow:hidden}.brand-head{display:flex;align-items:center;gap:10px;padding:4px 6px 14px}.logo-orb{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#161616;background:linear-gradient(145deg,#fff7b8,#fae90c);box-shadow:0 8px 20px #fae90c59}.brand-head h2{margin:5px 0 0;font-size:1.2rem}.desktop-nav{display:grid;gap:12px;overflow-y:auto;padding-right:2px}.nav-section{display:grid;gap:8px}.nav-section-label{margin:0;padding:0 10px;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft)}.nav-group{display:grid;gap:8px}.nav-link{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:11px;text-decoration:none;padding:11px;border-radius:18px;border:1px solid var(--panel-border);background:var(--nav-bg);transition:background-color var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.nav-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:color-mix(in srgb,var(--yellow) 78%,var(--text) 22%);border:1px solid color-mix(in srgb,var(--yellow) 26%,transparent 74%);background:color-mix(in srgb,var(--yellow) 12%,transparent 88%)}.nav-copy{display:grid;gap:3px}.nav-copy strong{font-size:.86rem;letter-spacing:.01em}.nav-copy small{color:var(--text-soft);font-size:.72rem;line-height:1.4}.nav-link:hover,.nav-link-active{border-color:color-mix(in srgb,var(--yellow) 36%,var(--panel-border) 64%);background:var(--nav-bg-active);transform:translate(1px) translateY(-1px)}.side-footer{margin-top:auto;display:grid;gap:6px;padding:12px 8px 0}.profile-name{margin:0;font-weight:700}.profile-role{color:color-mix(in srgb,var(--yellow) 72%,var(--text) 28%)}.main-content{min-height:calc(100vh - 28px);display:grid;grid-template-rows:auto 1fr auto;width:min(100%,1120px);margin:0 auto}.topbar{position:sticky;top:16px;z-index:8;border-radius:24px;border:1px solid var(--panel-border);background:var(--panel);padding:14px 18px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.topbar-leading{min-width:0}.topbar-title{display:grid;gap:3px}.topbar h1{margin:0;font-size:1.24rem}.topbar-home-profile{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--text)}.topbar-home-profile span:last-child{display:grid;gap:2px}.topbar-home-profile small{color:var(--text-muted);font-size:.74rem}.topbar-avatar{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--yellow) 40%,transparent 60%);background:color-mix(in srgb,var(--yellow) 26%,var(--panel) 74%);font-size:.72rem;font-weight:700}.topbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.topbar-user{display:inline-flex;align-items:center;gap:6px;font-size:.84rem;color:var(--text-muted)}.role-pill{border-radius:999px;padding:5px 10px;border:1px solid color-mix(in srgb,var(--yellow) 38%,transparent 62%);background:color-mix(in srgb,var(--yellow) 20%,transparent 80%);color:var(--text);font-size:.68rem;font-family:Sora,sans-serif;letter-spacing:.08em;text-transform:uppercase}.language-switch{border-radius:999px;border:1px solid var(--panel-border);background:var(--field-bg);display:inline-flex;align-items:center;gap:5px;padding:4px 6px}.lang-chip{border:0;border-radius:999px;background:transparent;color:var(--text-muted);padding:4px 8px;font-size:.72rem;font-weight:700;cursor:pointer;transition:background-color var(--motion-duration-base) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.lang-chip:hover{color:var(--text)}.lang-chip-active{background:var(--nav-bg-active);color:var(--text)}.content-wrap{padding:18px 4px 104px;width:min(100%,1120px);margin:0 auto}.module-page{display:grid;gap:16px}.compact-header h1{margin-top:6px;font-size:clamp(1.45rem,2.3vw,1.95rem)}.module-header h1{margin:8px 0 7px;font-size:clamp(1.55rem,2.8vw,2.25rem)}.module-header p{margin:0;color:var(--text-muted);max-width:72ch}.module-grid,.stats-grid{display:grid;gap:12px}.module-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.module-card{border:1px solid var(--panel-border);border-radius:22px;padding:18px;background:var(--panel);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:var(--shadow-soft);animation:fade-up var(--motion-duration-slow) var(--motion-ease-standard) both}.module-card h2{margin:0 0 8px;font-size:.9rem;color:color-mix(in srgb,var(--yellow) 82%,var(--text) 18%)}.module-card p{margin:0;color:var(--text);font-size:1.12rem;font-weight:700}.metric-card{display:grid;gap:8px}.metric-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text-soft);font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.metric-card-icon{width:32px;height:32px;border-radius:12px;display:grid;place-items:center;color:color-mix(in srgb,var(--yellow) 74%,var(--text) 26%);background:color-mix(in srgb,var(--yellow) 14%,transparent 86%);border:1px solid color-mix(in srgb,var(--yellow) 24%,transparent 76%)}.metric-card-helper{color:var(--text-soft);font-size:.74rem}.inline-link{color:color-mix(in srgb,var(--yellow) 80%,var(--text) 20%);font-weight:700}.mobile-only{display:none}.bottom-nav{display:none;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:9px 10px calc(10px + env(safe-area-inset-bottom));border-radius:22px;border:1px solid var(--panel-border);background:var(--panel-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:fixed;bottom:14px;left:50%;width:min(calc(100% - 24px),480px);transform:translate(-50%);margin-top:8px;z-index:12;box-shadow:var(--shadow-soft)}.bottom-link{text-decoration:none;padding:9px 8px 8px;border-radius:14px;border:1px solid var(--panel-border);background:transparent;text-align:center;font-size:.64rem;font-weight:700;color:var(--text-muted);display:grid;place-items:center;gap:4px;min-height:58px}.bottom-link-icon{display:inline-flex;align-items:center;justify-content:center}.bottom-link-active{color:var(--text);border-color:color-mix(in srgb,var(--yellow) 42%,var(--panel-border) 58%);background:var(--nav-bg-active)}.bottom-link-home{border-radius:18px;min-height:64px;color:#151515;background:linear-gradient(145deg,#fff7b8,#fae90c);border-color:#fae90ca8;box-shadow:var(--shadow-accent)}.bottom-link-home-active{transform:translateY(-2px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-logo-wrap{display:grid;place-items:center;width:30px;height:30px}.settings-page,.settings-grid{display:grid;gap:14px}.settings-card{border:1px solid var(--panel-border);border-radius:22px;padding:18px;background:var(--panel);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow-soft);animation:fade-up var(--motion-duration-slow) var(--motion-ease-standard) both}.settings-card h2{margin:0 0 6px;display:inline-flex;align-items:center;gap:8px;font-size:1.02rem}.settings-card>p{margin:0 0 12px;color:var(--text-muted)}.section-card{display:grid;gap:14px}.section-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-card-title{display:grid;gap:6px}.section-card-title h2{margin:0}.section-card-description{margin:0;color:var(--text-soft);font-size:.82rem;line-height:1.5}.section-card-action{flex:0 0 auto}.segmented-control{display:inline-grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:6px;padding:6px;border-radius:18px;border:1px solid var(--panel-border);background:color-mix(in srgb,var(--nav-bg) 88%,transparent 12%);width:100%}.segmented-control-button{border:0;background:transparent;color:var(--text-soft);border-radius:14px;padding:10px 12px;font-size:.78rem;font-weight:700;cursor:pointer;transition:background-color var(--motion-duration-base) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.segmented-control-button:hover{color:var(--text)}.segmented-control-button-active{background:var(--nav-bg-active);color:var(--text)}.empty-state{border-radius:18px;border:1px dashed color-mix(in srgb,var(--panel-border) 72%,transparent 28%);background:color-mix(in srgb,var(--nav-bg) 86%,transparent 14%);padding:18px;display:grid;gap:12px;justify-items:flex-start}.empty-state-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:color-mix(in srgb,var(--yellow) 14%,transparent 86%);color:color-mix(in srgb,var(--yellow) 74%,var(--text) 26%)}.empty-state-copy{display:grid;gap:6px}.empty-state-copy strong{font-size:.9rem}.empty-state-copy p{margin:0;color:var(--text-soft);line-height:1.5}.quick-action-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.quick-action-tile{min-height:118px;border-radius:20px;border:1px solid var(--panel-border);background:color-mix(in srgb,var(--nav-bg) 92%,transparent 8%);padding:14px;text-decoration:none;color:inherit;display:grid;align-content:start;gap:8px;transition:transform var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),background-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}.quick-action-tile:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--yellow) 32%,var(--panel-border) 68%);background:color-mix(in srgb,var(--nav-bg) 80%,rgba(250,233,12,.14) 20%)}.quick-action-tile-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;color:color-mix(in srgb,var(--yellow) 74%,var(--text) 26%);background:color-mix(in srgb,var(--yellow) 14%,transparent 86%);border:1px solid color-mix(in srgb,var(--yellow) 24%,transparent 76%)}.quick-action-tile strong{font-size:.9rem}.quick-action-tile small{color:var(--text-soft);line-height:1.45}.desktop-data-grid{display:block}.mobile-record-list{display:none}.record-card-list{display:grid;gap:10px}.record-card{border-radius:18px;border:1px solid var(--panel-border);background:var(--nav-bg);padding:14px;display:grid;gap:12px}.record-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.record-card-title{display:grid;gap:4px}.record-card-title strong{font-size:.9rem}.record-card-title small{color:var(--text-soft)}.record-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.record-card-copy{margin:0;color:var(--text-soft);font-size:.78rem;line-height:1.5}.record-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.record-card-footer small{color:var(--text-soft);line-height:1.45}.record-card-actions,.surface-chip-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.surface-chip{border-radius:999px;border:1px solid var(--panel-border);background:color-mix(in srgb,var(--nav-bg) 84%,transparent 16%);padding:6px 10px;display:inline-flex;align-items:center;gap:6px;font-size:.73rem;color:var(--text-muted)}.attendance-calendar-shell{display:grid;gap:12px}.attendance-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.attendance-calendar-head strong{font-size:.95rem}.attendance-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.attendance-calendar-weekdays{gap:6px}.attendance-calendar-weekday{text-align:center;font-size:.7rem;font-weight:800;color:var(--text-soft);text-transform:uppercase;letter-spacing:.08em}.attendance-calendar-pad{display:block}.attendance-calendar-day{border:1px solid var(--panel-border);border-radius:16px;background:color-mix(in srgb,var(--nav-bg) 82%,transparent 18%);min-height:78px;padding:10px 8px;display:grid;align-content:space-between;justify-items:center;gap:6px;color:var(--text);cursor:pointer;transition:transform var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),background-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}.attendance-calendar-day:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--yellow) 28%,var(--panel-border) 72%)}.attendance-calendar-day span{font-size:.86rem;font-weight:800}.attendance-calendar-day small{font-size:.66rem;color:var(--text-soft)}.attendance-calendar-day-selected{border-color:color-mix(in srgb,var(--yellow) 46%,var(--panel-border) 54%);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--yellow) 30%,transparent 70%)}.attendance-calendar-day-today{outline:1px dashed color-mix(in srgb,var(--yellow) 58%,transparent 42%);outline-offset:2px}.attendance-calendar-day-good{background:#49c57f1f}.attendance-calendar-day-warning{background:#ffbf4c29}.attendance-calendar-day-risk,.attendance-calendar-day-empty{background:#f16a6a1a}.attendance-calendar-day-open{background:#7399ff24}.attendance-calendar-day-off{background:color-mix(in srgb,var(--nav-bg) 72%,rgba(255,255,255,.18) 28%)}.attendance-calendar-day-future{opacity:.68}.attendance-calendar-legend{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.attendance-calendar-legend span{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;color:var(--text-soft)}.attendance-calendar-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.attendance-calendar-dot-good{background:#49c57f}.attendance-calendar-dot-warning{background:#f5b84d}.attendance-calendar-dot-open{background:#5f92ff}.attendance-calendar-dot-off{background:color-mix(in srgb,var(--text-soft) 45%,transparent 55%)}.compact-button{margin-top:0;padding:8px 12px;border-radius:12px;font-size:.76rem}.identity-card{padding:0;overflow:hidden}.identity-hero{min-height:148px;display:grid;place-items:center;background:radial-gradient(circle at 18% 18%,#fae90c80,#0000 42%),radial-gradient(circle at 82% 20%,#ffffffa6,#0000 34%),linear-gradient(145deg,#ffffff1f,#fae90c1f)}.identity-logo{width:72px;height:72px;border-radius:24px;display:grid;place-items:center;color:#111;background:linear-gradient(145deg,#fff7b8,#fae90c);box-shadow:0 12px 28px #fae90c4d}.identity-meta{padding:18px;display:grid;gap:8px}.identity-meta h2{margin:0}.identity-meta p:last-of-type{margin:0}.contact-stack,.preference-list{display:grid;gap:12px}.contact-row,.preference-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:18px;border:1px solid var(--panel-border);background:var(--nav-bg)}.contact-row{justify-content:flex-start}.contact-row svg{flex:0 0 auto}.contact-row-top{align-items:flex-start}.social-grid,.quick-link-grid{display:grid;gap:10px;margin-top:14px}.social-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.social-link,.quick-link-card{border-radius:18px;border:1px solid var(--panel-border);background:var(--nav-bg);color:inherit;text-decoration:none}.social-link{min-height:50px;padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.78rem;font-weight:600}.quick-link-card{padding:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;transition:transform var(--motion-duration-base) var(--motion-ease-standard),border-color var(--motion-duration-base) var(--motion-ease-standard),background-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}.quick-link-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--yellow) 34%,var(--panel-border) 66%);background:color-mix(in srgb,var(--nav-bg) 85%,rgba(250,233,12,.14) 15%)}.quick-link-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:color-mix(in srgb,var(--yellow) 72%,var(--text) 28%);background:color-mix(in srgb,var(--yellow) 14%,transparent 86%);border:1px solid color-mix(in srgb,var(--yellow) 28%,transparent 72%)}.quick-link-copy{display:grid;gap:4px}.quick-link-copy strong{font-size:.9rem}.quick-link-copy small,.preference-copy small{color:var(--text-soft);line-height:1.45}.quick-link-arrow{color:var(--text-soft)}.preference-copy{display:grid;gap:4px}.settings-form{display:grid;gap:11px}.form-columns{display:grid;gap:11px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.field{display:grid;gap:6px}.field>span{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-soft)}.field input,.field select,.field textarea{border-radius:16px;border:1px solid var(--field-border);padding:12px 13px;font:inherit;background:var(--field-bg);color:var(--text)}.field input::placeholder,.field textarea::placeholder{color:var(--text-soft)}.field select[multiple]{min-height:124px}.checkbox-list{border-radius:11px;border:1px solid var(--field-border);padding:10px 11px;background:var(--field-bg);max-height:190px;overflow-y:auto;display:grid;gap:8px}.checkbox-item{display:flex;align-items:center;gap:8px;color:var(--text);font-size:.84rem}.checkbox-item input[type=checkbox]{width:16px;height:16px;padding:0;margin:0;accent-color:var(--yellow)}.row-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.compact-actions{gap:6px;justify-content:flex-end}.compact-actions .ghost-button{padding:8px 12px;font-size:.72rem}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid color-mix(in srgb,var(--yellow) 44%,transparent 56%);outline-offset:1px;border-color:color-mix(in srgb,var(--yellow) 38%,var(--field-border) 62%)}.mono-area{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.data-table-wrap{margin-top:14px;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:760px}.data-table th,.data-table td{border-bottom:1px solid var(--panel-border);padding:10px 8px;text-align:left;font-size:.8rem;vertical-align:middle}.data-table td .ghost-button{margin-right:6px;margin-bottom:6px}.data-table th{font-size:.68rem;letter-spacing:.1em;color:color-mix(in srgb,var(--yellow) 86%,var(--text) 14%);text-transform:uppercase;font-family:Sora,sans-serif}.notification-layout{display:grid;gap:12px;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr)}.notification-feed{display:grid;gap:10px;max-height:640px;overflow-y:auto;padding-right:4px}.notification-card{border-radius:14px;border:1px solid var(--panel-border);background:var(--panel-strong);padding:12px}.notification-card header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.notification-card h3{margin:0;display:inline-flex;align-items:center;gap:7px;font-size:.96rem}.notification-card p{margin:8px 0 10px;color:var(--text-muted);line-height:1.5;font-size:.9rem}.notification-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text-soft);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.notification-badge{border-radius:999px;padding:4px 8px;font-size:.62rem;font-weight:800;letter-spacing:.08em;border:1px solid var(--panel-border-strong)}.severity-info .notification-badge{background:#4aa3ff2e;border-color:#4aa3ff59}.severity-important .notification-badge{background:#fae90c2e;border-color:#fae90c5c}.severity-critical .notification-badge{background:#ff555529;border-color:#ff555561}.home-board{display:grid;gap:12px}.home-profile-card,.home-check-card,.home-panel,.mini-metric,.profile-hero,.profile-team{border:1px solid var(--panel-border);background:var(--panel-strong);border-radius:18px;box-shadow:var(--shadow-soft)}.home-profile-card{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:14px}.home-avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-size:.9rem;font-family:Sora,sans-serif;font-weight:800;color:#111;background:linear-gradient(140deg,#fff7b8,#fae90c)}.home-profile-card h2{margin:0;font-size:1rem}.home-profile-card p{margin:3px 0 0;color:var(--text-soft);font-size:.8rem}.home-notify-btn{width:36px;height:36px;border-radius:999px;border:1px solid var(--panel-border);display:grid;place-items:center;background:var(--nav-bg)}.home-check-card{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px}.home-check-card>div>p{margin:0 0 7px;font-family:Sora,sans-serif;font-size:.84rem}.home-check-card .primary-button{margin-top:0;white-space:nowrap}.home-clock{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.home-clock span{border-radius:999px;border:1px solid var(--panel-border);background:var(--nav-bg);padding:5px 9px;font-size:.75rem;font-weight:700}.finance-values span{min-width:96px;text-align:center}.home-panel{padding:12px}.home-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.home-panel-head h3{margin:0;display:inline-flex;align-items:center;gap:7px;font-size:.88rem}.home-panel-head a{font-size:.74rem;color:color-mix(in srgb,var(--yellow) 86%,var(--text) 14%);font-weight:700}.home-list{display:grid;gap:8px}.home-list-item{border-radius:12px;border:1px solid var(--panel-border);background:var(--nav-bg);padding:9px 10px;display:grid;gap:3px}.home-list-item strong{font-size:.82rem;line-height:1.35}.home-list-item small{font-size:.72rem;color:var(--text-soft);display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.home-metric-row{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.insight-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.insight-card{display:grid;gap:10px}.chart-card{overflow:hidden}.chart-wrap{height:240px;width:100%}.chart-wrap .recharts-cartesian-grid-horizontal line,.chart-wrap .recharts-cartesian-grid-vertical line{stroke:color-mix(in srgb,var(--panel-border) 65%,transparent 35%)}.chart-wrap .recharts-legend-item-text,.chart-wrap .recharts-cartesian-axis-tick-value{fill:var(--text-muted)}.insight-list{display:grid;gap:8px}.insight-row{border-radius:12px;border:1px solid var(--panel-border);background:var(--nav-bg);padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.insight-row>div{display:grid;gap:2px}.insight-row strong{font-size:.83rem}.insight-row small{font-size:.71rem;color:var(--text-soft);display:inline-flex;align-items:center;gap:4px}.insight-row-stack{display:grid;justify-content:stretch}.insight-row-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.count-chip{border-radius:999px;border:1px solid var(--panel-border);background:color-mix(in srgb,var(--yellow) 22%,transparent 78%);padding:4px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}.status-badge,.priority-badge,.due-chip{border-radius:999px;border:1px solid var(--panel-border);padding:4px 9px;font-size:.66rem;letter-spacing:.06em;text-transform:uppercase;font-weight:800;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.status-todo,.status-planned{background:#7e889e26;border-color:#7e889e59}.status-active{background:#59cd902e;border-color:#59cd906b}.status-inactive{background:#7e889e26;border-color:#7e889e59}.status-on-hold{background:#ffaa5229;border-color:#ffaa5266}.status-in-progress,.status-in_progress{background:#4aa3ff29;border-color:#4aa3ff66}.status-review{background:#fae90c33;border-color:#fae90c70}.status-issued{background:#4aa3ff29;border-color:#4aa3ff66}.status-partially_paid{background:#fae90c33;border-color:#fae90c70}.status-overdue{background:#ffaa522e;border-color:#ffaa5266}.status-void{background:#7e889e1f;border-color:#7e889e52}.status-blocked{background:#ff555529;border-color:#ff555570}.status-completed{background:#59cd902e;border-color:#59cd906b}.status-archived{background:#7e889e1f;border-color:#7e889e52}.status-pending,.status-submitted{background:#fae90c33;border-color:#fae90c70}.status-approved{background:#59cd902e;border-color:#59cd906b}.status-rejected{background:#ff55552b;border-color:#ff555570}.status-open{background:#fae90c33;border-color:#fae90c70}.status-resolved{background:#59cd902e;border-color:#59cd906b}.status-closed{background:#7e889e1f;border-color:#7e889e52}.status-done{background:#59cd902e;border-color:#59cd906b}.priority-low{background:#7e889e1f}.priority-medium{background:#4aa3ff1f}.priority-high{background:#ffaa522e;border-color:#ffaa5266}.priority-critical{background:#ff555529;border-color:#ff55556b}.leave-earned{background:#59cd902e;border-color:#59cd906b}.leave-sick{background:#ffaa522e;border-color:#ffaa5266}.leave-casual{background:#4aa3ff29;border-color:#4aa3ff66}.role-admin{background:#fae90c33;border-color:#fae90c70}.role-manager{background:#4aa3ff29;border-color:#4aa3ff66}.role-employee{background:#59cd902e;border-color:#59cd906b}.emp-full_time{background:#59cd9029;border-color:#59cd9061}.emp-part_time{background:#ffaa522e;border-color:#ffaa5266}.emp-contract{background:#4aa3ff29;border-color:#4aa3ff66}.emp-intern{background:#b492ff29;border-color:#b492ff6b}.holiday-national{background:#59cd9029;border-color:#59cd9066}.holiday-rajasthan{background:#ffaa522e;border-color:#ffaa526b}.holiday-company{background:#4aa3ff29;border-color:#4aa3ff6b}.due-none{opacity:.86}.due-ok{background:#59cd9024;border-color:#59cd9059}.due-today{background:#fae90c2e;border-color:#fae90c70}.due-soon{background:#ffaa5229;border-color:#ffaa5261}.due-overdue{background:#ff55552b;border-color:#ff555570}.task-alert{color:#ff6b6b;display:inline-flex;vertical-align:middle;margin-right:4px}.metric-positive{color:#49c57f!important}.metric-negative{color:#f16a6a!important}.finance-hero-card{display:grid;gap:12px}.finance-hero-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.finance-hero-grid article{border-radius:12px;border:1px solid var(--panel-border);background:var(--nav-bg);padding:10px;display:grid;gap:4px}.finance-hero-grid strong{font-size:.94rem}.finance-hero-grid small{font-size:.68rem;color:var(--text-soft);text-transform:uppercase;letter-spacing:.06em}.progress-track{border-radius:999px;height:10px;background:color-mix(in srgb,var(--nav-bg) 70%,transparent 30%);border:1px solid var(--panel-border);overflow:hidden}.progress-fill{height:100%;display:block;border-radius:inherit;background:linear-gradient(132deg,#7ed99f,#3cbf74)}.progress-strong{background:linear-gradient(132deg,#7fdea2,#3abf71)}.progress-stable{background:linear-gradient(132deg,#89c0ff,#4b8de8)}.progress-watch{background:linear-gradient(132deg,#ffe37a,#f7c700)}.progress-risk{background:linear-gradient(132deg,#ff9f9f,#ef5555)}.mini-metric{padding:10px;display:grid;gap:6px}.mini-metric span{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-soft)}.mini-metric strong{font-size:.94rem}.profile-layout{display:grid;gap:12px;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)}.profile-hero{overflow:hidden;position:relative}.profile-cover{height:126px;background:radial-gradient(circle at 18% 16%,#fae90c8f,#0000 38%),radial-gradient(circle at 88% 20%,#ffffff61,#0000 34%),linear-gradient(145deg,#fae90c33,#18181840)}.profile-avatar{width:72px;height:72px;border-radius:999px;border:4px solid color-mix(in srgb,var(--panel) 70%,transparent 30%);background:linear-gradient(145deg,#fff7b8,#fae90c);color:#111;font-family:Sora,sans-serif;font-size:1.3rem;font-weight:800;display:grid;place-items:center;margin:-38px auto 0;position:relative;z-index:2}.profile-meta{text-align:center;padding:8px 16px 0}.profile-meta h2{margin:0;font-size:1.06rem}.profile-meta p{margin:5px 0 0;color:var(--text-soft);font-size:.82rem}.chip-row{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding:12px 16px 0}.meta-chip{border-radius:999px;border:1px solid var(--panel-border);background:var(--nav-bg);padding:5px 10px;display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:14px}.profile-stat{border-radius:12px;border:1px solid var(--panel-border);background:var(--nav-bg);padding:8px;display:grid;gap:4px}.profile-stat span{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-soft)}.profile-stat strong{font-size:.78rem;line-height:1.35;overflow:hidden;text-overflow:ellipsis}.profile-team{padding:12px}.profile-team>header h3{margin:0;display:inline-flex;align-items:center;gap:7px;font-size:.92rem}.profile-team>header small{display:block;margin-top:6px;font-size:.74rem;color:var(--text-soft)}.member-list{margin-top:12px;display:grid;gap:9px}.member-item{border-radius:12px;border:1px solid var(--panel-border);background:var(--nav-bg);padding:9px;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}.member-avatar{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#fff7b8,#fae90c);color:#111;display:grid;place-items:center;font-size:.75rem;font-weight:800;font-family:Sora,sans-serif}.member-meta{display:grid;gap:2px}.member-meta strong{font-size:.82rem}.member-meta small{font-size:.72rem;color:var(--text-soft)}.member-role-chip{border-radius:999px;border:1px solid var(--panel-border);background:color-mix(in srgb,var(--yellow) 22%,transparent 78%);padding:5px 8px;font-size:.68rem;display:inline-flex;align-items:center;gap:5px}.team-roster-list{display:grid;gap:10px}.team-roster-item{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:12px;border-radius:16px;border:1px solid var(--panel-border);background:var(--nav-bg)}.team-roster-meta{display:grid;gap:4px}.team-roster-meta strong{font-size:.86rem}.team-roster-meta small,.team-roster-hours small{color:var(--text-soft)}.team-roster-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.team-roster-hours{display:grid;gap:4px;justify-items:end;text-align:right}.team-roster-hours strong{font-size:.88rem}.presence-chip{border-radius:999px;border:1px solid var(--panel-border);padding:4px 9px;font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.presence-online{background:#59cd902e;border-color:#59cd906b}.presence-offline{background:#7e889e1f;border-color:#7e889e52}.presence-late{background:#ffaa522e;border-color:#ffaa5266}.profile-team-footer{margin-top:12px;padding-top:8px;border-top:1px solid var(--panel-border);display:inline-flex;align-items:center;gap:6px;font-size:.72rem;color:var(--text-soft)}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.shell-root-employee{--employee-bg: #f3f1ec;--employee-surface: #ffffff;--employee-surface-muted: #faf8f3;--employee-border: rgba(29, 29, 29, .06);--employee-text: #1d1d1f;--employee-text-secondary: #666668;--employee-yellow: #fae90c;--employee-yellow-soft: #fff7b8;--employee-red: #ff7e7e;--employee-medium: #f6e78c;--employee-low: #ece9e2;--employee-shadow: 0 2px 8px rgba(25, 22, 17, .03), 0 12px 24px rgba(25, 22, 17, .05);min-height:100vh;width:100%;max-width:none;margin:0;padding:0;gap:0;background:var(--employee-bg);grid-template-columns:304px minmax(0,1fr)}.employee-sidebar{position:sticky;top:0;height:100vh;border:0;border-right:1px solid rgba(29,29,29,.05);border-radius:0;background:#fff;box-shadow:none;padding:28px 20px 24px;-webkit-backdrop-filter:none;backdrop-filter:none}.employee-sidebar-profile{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--employee-text);padding:4px 4px 26px}.employee-sidebar-avatar-image,.employee-sidebar-avatar-fallback{width:48px;height:48px;border-radius:999px;flex:0 0 auto}.employee-sidebar-avatar-image{object-fit:cover;display:block}.employee-sidebar-avatar-fallback{display:grid;place-items:center;background:linear-gradient(145deg,var(--employee-yellow-soft) 0%,var(--employee-yellow) 100%);color:#1a1a1a;font-size:1rem;font-weight:800}.employee-sidebar-profile-copy{display:grid;gap:3px;min-width:0}.employee-sidebar-profile-copy strong{font-size:.98rem}.employee-sidebar-profile-copy small{color:var(--employee-text-secondary);font-size:.84rem}.employee-sidebar-nav{display:grid;gap:10px}.employee-sidebar-group-label{margin:18px 12px 4px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--employee-text-secondary)}.employee-sidebar-link{display:flex;align-items:center;gap:14px;min-height:46px;border-radius:14px;padding:0 14px;text-decoration:none;color:var(--employee-text-secondary);font-size:1rem;font-weight:500}.employee-sidebar-link-icon{width:24px;font-size:1.45rem;display:inline-flex;align-items:center;justify-content:center;color:inherit}.employee-sidebar-link-active{background:var(--employee-yellow);color:#171717}.main-content-employee{width:100%;min-height:100vh;background:var(--employee-bg)}.employee-topbar{top:0;border:0;border-radius:0;background:linear-gradient(90deg,#fff7b8e0,#f7f5f0 22%,#f7f5f0);box-shadow:0 1px #1d1d1d0f,0 4px 12px #1d1d1d08;padding:22px 38px;-webkit-backdrop-filter:none;backdrop-filter:none}.employee-topbar-leading{display:flex;align-items:center;min-height:32px}.employee-topbar-brand,.employee-topbar-page-title-brand,.management-topbar-brand,.management-topbar-page-title-brand{align-items:center;min-height:34px}.employee-topbar-brand,.management-topbar-brand{display:inline-flex}.employee-topbar-page-title-brand.mobile-only,.management-topbar-page-title-brand.mobile-only{display:none}.employee-topbar-brand h1,.employee-topbar-page-title h1{margin:0;font-size:1.12rem;font-weight:700;color:var(--employee-text)}.employee-topbar-actions{gap:0}.employee-topbar-notification{position:relative;width:44px;height:44px;border-radius:999px;background:#ffffffb8;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--employee-text);font-size:1.85rem;box-shadow:0 8px 18px #1f1c120a}.employee-topbar-alert-dot{position:absolute;top:8px;right:8px;width:12px;height:12px;border-radius:999px;background:var(--employee-yellow);box-shadow:0 0 0 2px #fff}.employee-content-wrap{width:100%;max-width:none;padding:20px 22px 46px}.employee-bottom-nav{display:none}.employee-home-page{display:grid;gap:32px}.employee-home-attendance-card,.employee-home-stat-card,.employee-home-list-card{background:var(--employee-surface);border-radius:28px;box-shadow:var(--employee-shadow)}.employee-home-attendance-card{padding:22px 22px 24px}.employee-home-attendance-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.employee-home-attendance-date{margin:0;font-size:clamp(1.05rem,1vw + .95rem,1.15rem);color:var(--employee-text-secondary);line-height:1.2}.employee-home-attendance-label{margin:8px 0 0;color:var(--employee-text-secondary);font-size:.95rem}.employee-home-attendance-timer{font-size:clamp(2rem,2.2vw,3rem);line-height:.95;font-weight:800;letter-spacing:-.04em;color:var(--employee-text);text-align:right}.employee-home-attendance-actions{margin-top:24px}.employee-home-attendance-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.employee-home-primary-button,.employee-home-secondary-button{width:100%;min-height:58px;border:0;border-radius:24px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer}.employee-home-primary-button{background:var(--employee-yellow);color:#161616}.employee-home-primary-button:disabled,.employee-home-secondary-button:disabled{opacity:.72;cursor:not-allowed}.employee-home-secondary-button{background:#f0ede6;color:var(--employee-text)}.employee-home-inline-error{margin:12px 4px 0;color:#c04b4b;font-size:.82rem;line-height:1.45}.employee-home-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.employee-home-stat-card{padding:20px 22px;min-height:118px}.employee-home-stat-title{display:flex;align-items:center;gap:10px;color:var(--employee-text-secondary);font-size:.96rem;line-height:1.2}.employee-home-stat-icon{display:inline-flex;align-items:center;justify-content:center;color:#f0d400;font-size:1.35rem;flex:0 0 auto}.employee-home-stat-value{display:block;margin-top:16px;font-size:1.18rem;font-weight:800;line-height:1;color:var(--employee-text)}.employee-home-stat-card:nth-child(2) .employee-home-stat-value,.employee-home-stat-card:nth-child(3) .employee-home-stat-value,.employee-home-stat-card:nth-child(4) .employee-home-stat-value{font-size:1.24rem}.employee-home-stat-helper{display:block;margin-top:8px;font-size:.76rem;color:var(--employee-text-secondary)}.employee-home-section{display:grid;gap:16px}.employee-home-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.employee-home-section-head h2{margin:0;color:var(--employee-text-secondary);font-size:1.02rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.employee-home-view-all{display:inline-flex;align-items:center;gap:3px;color:var(--employee-text);text-decoration:none;font-size:.98rem;font-weight:500}.employee-home-view-all svg{font-size:1.2rem}.employee-home-list-card{overflow:hidden}.employee-home-list-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:start}.employee-home-list-row-divider{border-bottom:1px solid #ece7df}.employee-home-list-leading-icon{display:inline-flex;align-items:center;justify-content:center;color:#f0d400;font-size:1.3rem;padding-top:3px}.employee-home-list-copy{min-width:0}.employee-home-list-copy strong{display:block;font-size:1rem;font-weight:700;color:var(--employee-text);line-height:1.25}.employee-home-list-copy p{margin:6px 0 0;font-size:.9rem;color:var(--employee-text-secondary);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-home-list-meta{color:var(--employee-text-secondary);font-size:.9rem;line-height:1.2;text-align:right;white-space:nowrap;padding-top:2px}.employee-home-link-row,.employee-home-task-row{display:grid;gap:12px;text-decoration:none;color:inherit}.employee-home-link-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.employee-home-link-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--employee-text-secondary);font-size:1.35rem}.employee-home-task-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.employee-home-priority-badge{border-radius:999px;padding:5px 10px;font-size:.74rem;font-weight:600;line-height:1;text-transform:lowercase;white-space:nowrap}.employee-home-priority-high{background:#ff7e7e29;color:#df5555}.employee-home-priority-medium{background:#f6e78c5c;color:#8a6f10}.employee-home-priority-low{background:var(--employee-low);color:#6d6960}.employee-home-task-progress{width:100%;height:5px;border-radius:999px;background:#efebe4;overflow:hidden}.employee-home-task-progress-fill{display:block;height:100%;border-radius:inherit;background:#bbb6ad}.employee-home-task-progress-high{background:#ff7e7e}.employee-home-task-progress-medium{background:#f1d94b}.employee-home-task-progress-low{background:#bdb7ad}.employee-home-empty-state{padding:24px 22px}.employee-home-empty-state strong{display:block;font-size:.98rem;color:var(--employee-text)}.employee-home-empty-state p{margin:8px 0 0;color:var(--employee-text-secondary);font-size:.88rem;line-height:1.45}@media(max-width:1180px){.shell-root{grid-template-columns:250px minmax(0,1fr)}.shell-root-employee{grid-template-columns:286px minmax(0,1fr)}.nav-copy strong{font-size:.8rem}}@media(max-width:1024px){.shell-root{grid-template-columns:1fr;padding:10px;gap:10px;width:min(100%,560px)}.desktop-only{display:none}.mobile-only{display:block}.employee-topbar-page-title-brand.mobile-only,.management-topbar-page-title-brand.mobile-only{display:inline-flex}.topbar{padding:12px;border-radius:18px}.topbar h1,.topbar-title h1{font-size:1.08rem}.topbar-user strong,.topbar .ghost-button span{display:none}.content-wrap{padding:10px 0 95px}.bottom-nav{display:grid}.shell-root-employee{width:100%;padding:0;gap:0}.main-content-employee{min-height:100vh}.employee-topbar{padding:24px 20px 26px;background:linear-gradient(180deg,#fff7b8a8,#f7f5f0);box-shadow:0 1px #1d1d1d0d}.employee-topbar-profile{display:inline-flex;align-items:center;gap:16px;text-decoration:none;color:var(--employee-text)}.employee-topbar-avatar{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(145deg,var(--employee-yellow-soft) 0%,var(--employee-yellow) 100%);color:#1b1b1b;font-size:1.2rem;font-weight:800}.employee-topbar-profile-copy{display:grid;gap:4px}.employee-topbar-profile-copy strong{font-size:1.04rem}.employee-topbar-profile-copy small{color:var(--employee-text-secondary);font-size:.9rem}.employee-topbar-page-title h1{font-size:1.12rem}.topbar-brand-logo .tatwansh-brand-logo-image{height:28px}.employee-topbar-notification{width:42px;height:42px;font-size:1.8rem}.employee-content-wrap{padding:24px 20px 118px}.employee-bottom-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:min(calc(100% - 32px),420px);padding:12px 12px calc(12px + env(safe-area-inset-bottom));background:#fffffff5;border-radius:30px;border:1px solid rgba(29,29,29,.06);box-shadow:0 16px 36px #1916111f;left:50%;bottom:16px;transform:translate(-50%)}.employee-bottom-link{min-height:74px;border-radius:22px;text-decoration:none;display:grid;place-items:center;gap:6px;color:#7d7b76;font-size:.76rem;font-weight:500;text-align:center}.employee-bottom-link-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.9rem;color:inherit}.employee-bottom-link-active{color:#1a1a1a}.employee-bottom-link-home-active{background:var(--employee-yellow);color:#171717}.employee-home-page{gap:32px}.employee-home-attendance-card{padding:28px 34px 32px}.employee-home-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-home-stat-card{min-height:200px;padding:28px 34px}.employee-home-stat-title{font-size:1rem}.employee-home-stat-icon{font-size:1.5rem}.employee-home-stat-value{margin-top:26px;font-size:2.1rem}.employee-home-stat-card:nth-child(2) .employee-home-stat-value,.employee-home-stat-card:nth-child(3) .employee-home-stat-value,.employee-home-stat-card:nth-child(4) .employee-home-stat-value{font-size:2.35rem}.employee-home-stat-helper{margin-top:14px;font-size:.88rem}.notification-layout{grid-template-columns:1fr}.desktop-data-grid{display:none}.mobile-record-list{display:grid}.profile-layout{grid-template-columns:1fr}.home-check-card{flex-direction:column;align-items:stretch}.home-check-card .primary-button{justify-content:center}.auth-card,.status-card,.settings-card{border-radius:18px;padding:16px}.module-card{border-radius:18px}}@media(max-width:560px){.screen-center{padding:14px}.auth-card h1,.status-card h1{font-size:clamp(1.6rem,8vw,2rem)}.module-header h1{font-size:1.5rem}.contact-row,.preference-row,.record-card-footer{align-items:flex-start;flex-direction:column}.attendance-calendar-grid{gap:6px}.attendance-calendar-day{min-height:64px;padding:8px 6px;border-radius:14px}.attendance-calendar-day span{font-size:.78rem}.attendance-calendar-day small{font-size:.62rem}.employee-home-attendance-head{gap:16px}.employee-home-attendance-date{font-size:1.35rem}.employee-home-attendance-label{font-size:1rem}.employee-home-attendance-timer{font-size:3.3rem}.employee-home-attendance-actions{margin-top:28px}.employee-home-primary-button,.employee-home-secondary-button{min-height:90px;border-radius:26px;font-size:1.18rem}.employee-home-list-row,.employee-home-link-row,.employee-home-task-row{padding:22px 18px}.employee-home-list-row{grid-template-columns:auto minmax(0,1fr) auto;gap:14px}.employee-home-list-leading-icon{font-size:1.28rem;padding-top:2px}.employee-home-list-copy strong{font-size:.98rem}.employee-home-list-copy p{font-size:.88rem}.employee-home-list-meta{font-size:.84rem}.employee-home-section-head h2{font-size:.94rem}.employee-home-view-all{font-size:.95rem}.profile-stats{grid-template-columns:1fr}.home-metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--yellow: #fae90c;--yellow-soft: #fff7b8;--black: #171717;--white: #ffffff;--bg-start: #f3f1ec;--bg-mid: #f3f1ec;--bg-end: #f3f1ec;--text: #1d1d1f;--text-muted: #666668;--text-soft: #6f6b65;--panel: #ffffff;--panel-strong: #ffffff;--panel-border: rgba(29, 29, 29, .06);--panel-border-strong: rgba(29, 29, 29, .09);--field-bg: #ffffff;--field-border: #e6e0d6;--nav-bg: #ffffff;--nav-bg-active: var(--yellow);--elevation-1: 0 2px 6px rgba(15, 23, 42, .035), 0 10px 18px rgba(15, 23, 42, .05);--elevation-2: inset 0 1px 0 rgba(255, 255, 255, .78), 0 2px 8px rgba(15, 23, 42, .04), 0 14px 30px rgba(15, 23, 42, .06);--elevation-3: inset 0 1px 0 rgba(255, 255, 255, .72), 0 6px 18px rgba(15, 23, 42, .06), 0 22px 46px rgba(15, 23, 42, .1);--elevation-4: inset 0 1px 0 rgba(255, 255, 255, .68), 0 10px 24px rgba(15, 23, 42, .08), 0 26px 60px rgba(15, 23, 42, .14);--shadow-soft: var(--elevation-2);--shadow-deep: var(--elevation-3);--shadow-accent: 0 8px 20px rgba(250, 233, 12, .14), 0 18px 34px rgba(15, 23, 42, .08);--orb-yellow: rgba(255, 247, 184, .5);--orb-white: rgba(255, 255, 255, .76);--sidebar-bg: #ffffff;--topbar-bg: linear-gradient(90deg, rgba(255, 247, 184, .8) 0%, #f7f5f0 21%, #f7f5f0 100%);--topbar-border: rgba(29, 29, 29, .05);--page-gap: 32px;--section-gap: 20px;--card-radius-lg: 28px;--card-radius-md: 20px;--card-padding-lg: 22px;--card-padding-md: 18px}:root[data-theme=dark]{--bg-start: #141414;--bg-mid: #141414;--bg-end: #141414;--text: #f4f1ec;--text-muted: #97938d;--text-soft: #817d76;--panel: #1d1d1d;--panel-strong: #1d1d1d;--panel-border: rgba(255, 255, 255, .08);--panel-border-strong: rgba(255, 255, 255, .12);--field-bg: #1d1d1d;--field-border: #33312f;--nav-bg: #1d1d1d;--nav-bg-active: var(--yellow);--elevation-1: 0 4px 10px rgba(0, 0, 0, .16), 0 12px 24px rgba(0, 0, 0, .12);--elevation-2: inset 0 1px 0 rgba(255, 255, 255, .05), 0 8px 18px rgba(0, 0, 0, .18), 0 18px 34px rgba(0, 0, 0, .14);--elevation-3: inset 0 1px 0 rgba(255, 255, 255, .06), 0 12px 26px rgba(0, 0, 0, .22), 0 28px 56px rgba(0, 0, 0, .18);--elevation-4: inset 0 1px 0 rgba(255, 255, 255, .07), 0 16px 34px rgba(0, 0, 0, .26), 0 32px 68px rgba(0, 0, 0, .2);--shadow-soft: var(--elevation-2);--shadow-deep: var(--elevation-3);--shadow-accent: 0 10px 24px rgba(250, 233, 12, .08), 0 20px 40px rgba(0, 0, 0, .2);--orb-yellow: rgba(250, 233, 12, .06);--orb-white: rgba(255, 255, 255, .06);--sidebar-bg: #1c1c1c;--topbar-bg: linear-gradient(180deg, rgba(33, 33, 33, .98) 0%, rgba(29, 29, 29, .98) 100%);--topbar-border: rgba(255, 255, 255, .06)}body{background:linear-gradient(180deg,var(--bg-start) 0%,var(--bg-mid) 56%,var(--bg-end) 100%)}body:before{background:radial-gradient(circle,var(--orb-white) 0%,rgba(255,255,255,0) 68%);opacity:.22}body:after{background:radial-gradient(circle,var(--orb-yellow) 0%,rgba(255,255,255,0) 70%);opacity:.22}.auth-bg{background:radial-gradient(circle at 12% 12%,#ffffff85,#fff0 30%),radial-gradient(circle at 84% 78%,#ffffff2e,#fff0 28%),linear-gradient(180deg,var(--bg-start) 0%,var(--bg-mid) 58%,var(--bg-end) 100%)}.kicker{color:var(--text-soft)}.auth-card:before,.status-card:before,.module-card:before,.settings-card:before{background:linear-gradient(130deg,#ffffff2e,#ffffff0f 22%,#fff0 58%)}.auth-card,.status-card{border:1px solid var(--panel-border);background:var(--panel-strong);box-shadow:var(--shadow-deep)}.primary-button{border-radius:18px;padding:13px 18px;background:var(--yellow);box-shadow:var(--shadow-accent)}.ghost-button{border-radius:18px;border:0;background:var(--panel);box-shadow:var(--elevation-1)}.topbar-alert-count{background:var(--yellow);border-color:#1717172e;box-shadow:0 5px 12px #fae90c52}.shell-root,.shell-root-employee{width:100%;max-width:none;margin:0;padding:0;gap:0;background:transparent}.shell-root{grid-template-columns:304px minmax(0,1fr)}.sidebar{top:0;height:100vh;border:0;border-right:1px solid var(--topbar-border);border-radius:0;background:var(--sidebar-bg);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;padding:26px 18px 22px}.brand-head{padding:4px 8px 24px}.logo-orb{background:#ffffffc7;border:1px solid var(--panel-border);box-shadow:var(--shadow-soft);color:var(--text)}.nav-section-label{padding:0 12px;color:var(--text-soft);font-size:.72rem}.nav-link{padding:12px 14px;border-radius:18px;border:1px solid transparent;background:transparent}.nav-link:hover{background:color-mix(in srgb,var(--panel) 94%,transparent 6%);border-color:var(--panel-border);transform:none}.nav-link-active{background:var(--nav-bg-active);border-color:transparent;color:var(--black);transform:none}.nav-icon{width:34px;height:34px;border-radius:12px;color:var(--text);border:1px solid var(--panel-border);background:color-mix(in srgb,var(--panel) 96%,transparent 4%)}.nav-link-active .nav-icon{background:#ffffff61;border-color:transparent}.role-pill,.data-table th,.home-avatar,.home-check-card>div>p,.profile-avatar,.member-avatar,.employee-sidebar-avatar-fallback,.employee-topbar-avatar{font-family:Inter,sans-serif}.nav-copy strong{font-size:.92rem}.nav-copy small,.profile-role{color:var(--text-soft)}.main-content,.main-content-employee{width:100%;margin:0}.topbar,.employee-topbar{top:0;border:0;border-bottom:1px solid var(--topbar-border);border-radius:0;background:var(--topbar-bg);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:0 1px 0 var(--topbar-border),0 4px 12px #1d1d1d08;padding:22px 38px}.topbar h1,.employee-topbar-brand h1,.employee-topbar-page-title h1{font-size:1.18rem;font-weight:700}.content-wrap,.employee-content-wrap{width:100%;max-width:none;padding:24px 24px 120px}.module-page{gap:var(--page-gap)}.module-header,.compact-header{display:grid;gap:8px}.module-header h1,.compact-header h1{margin:0;font-size:clamp(1.72rem,2vw,2.1rem);line-height:1.02;letter-spacing:-.025em}.module-header p{color:var(--text-muted);line-height:1.6}.module-grid,.stats-grid,.insight-grid,.settings-grid{gap:var(--section-gap)}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.module-card,.settings-card,.record-card,.notification-card,.home-panel,.mini-metric,.profile-hero,.profile-team,.quick-link-card,.social-link,.contact-row,.preference-row,.insight-row,.home-list-item,.finance-hero-grid article,.profile-stat,.member-item,.team-roster-item,.attendance-calendar-day,.quick-action-tile,.empty-state{border:1px solid var(--panel-border);background:var(--panel-strong);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:var(--shadow-soft)}.module-card,.settings-card{border-radius:var(--card-radius-lg);padding:var(--card-padding-lg)}.module-card h2{color:var(--text-soft);font-size:.74rem;letter-spacing:.1em;text-transform:uppercase}.module-card p{font-size:2rem;font-weight:800;letter-spacing:-.03em}.metric-card-head,.field>span,.metric-card-helper,.section-card-description,.quick-link-copy small,.preference-copy small,.record-card-title small,.record-card-copy,.record-card-footer small,.empty-state-copy p{color:var(--text-muted)}.metric-card-head{font-size:.78rem;letter-spacing:.06em}.metric-card-icon,.quick-action-tile-icon,.quick-link-icon,.empty-state-icon,.surface-chip,.meta-chip,.role-pill,.home-notify-btn,.member-role-chip,.count-chip{border:1px solid var(--panel-border);background:var(--panel);color:var(--text)}.count-chip{padding:5px 10px}.inline-link{color:var(--text)}.section-card{gap:18px}.section-card-head{gap:16px}.quick-action-grid,.quick-link-grid,.social-grid{gap:18px}.quick-action-tile{min-height:132px;border-radius:var(--card-radius-lg);padding:20px}.quick-action-tile:hover,.quick-link-card:hover{background:var(--panel);border-color:var(--panel-border-strong)}.quick-link-card{border-radius:24px;padding:18px}.contact-row,.preference-row{padding:16px 18px;border-radius:20px}.record-card,.notification-card,.home-panel,.insight-row{border-radius:var(--card-radius-md)}.notification-card footer,.finance-hero-grid small,.home-list-item small,.insight-row small,.home-profile-card p,.profile-meta p,.member-meta small,.team-roster-meta small,.team-roster-hours small{color:var(--text-soft)}.data-table th{color:var(--text-soft);font-family:Inter,sans-serif}.data-table td{color:var(--text-muted)}.segmented-control{border-radius:18px;border:1px solid var(--panel-border);background:var(--panel)}.segmented-control-button-active{background:color-mix(in srgb,var(--panel) 96%,transparent 4%)}.field input,.field select,.field textarea,.checkbox-list{border-radius:18px;border:1px solid var(--field-border);background:var(--field-bg);box-shadow:none}.field input,.field select,.field textarea{padding:13px 14px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(250,233,12,.46);border-color:#fae90ca8}.attendance-calendar-day-selected{border-color:#fae90cc7;box-shadow:inset 0 0 0 1px #fae90c6b}.attendance-calendar-day-today{outline-color:#fae90ca8}.identity-hero,.profile-cover{background:radial-gradient(circle at 20% 18%,#fff7b83d,#fff7b800 34%),linear-gradient(180deg,color-mix(in srgb,var(--panel) 96%,transparent 4%),color-mix(in srgb,var(--panel) 88%,transparent 12%))}.identity-logo,.logo-orb{background:#fffc}.home-avatar,.profile-avatar,.member-avatar,.employee-sidebar-avatar-fallback,.employee-topbar-avatar{background:var(--yellow);color:var(--black);box-shadow:var(--shadow-accent)}.bottom-nav,.employee-bottom-nav{background:var(--panel);border:1px solid var(--panel-border);border-radius:30px;box-shadow:0 16px 36px #16120c1f}.bottom-link,.employee-bottom-link{min-height:72px;border:0;border-radius:22px;color:#78756f;font-size:.74rem;font-weight:500}.bottom-link-active,.employee-bottom-link-active{background:color-mix(in srgb,var(--panel) 94%,transparent 6%);color:var(--text)}.bottom-link-home,.bottom-link-home-active,.employee-bottom-link-home-active{background:var(--yellow);color:var(--black);box-shadow:var(--shadow-accent)}.main-content-employee{background-color:transparent}.employee-topbar-notification{background:color-mix(in srgb,var(--panel) 92%,transparent 8%);border:1px solid var(--panel-border)}.employee-sidebar-link-active{background:var(--yellow)}.employee-sidebar{background:var(--sidebar-bg);padding:28px 20px 24px}.employee-topbar{background:var(--topbar-bg)}.employee-content-wrap{padding:20px 22px 46px}.employee-home-attendance-card,.employee-home-stat-card,.employee-home-list-card{background:var(--panel-strong);border:1px solid var(--panel-border);box-shadow:var(--shadow-soft)}.employee-home-attendance-card{border-radius:28px;padding:22px 22px 24px}.employee-home-stat-card{border-radius:28px;min-height:118px;padding:20px 22px}.employee-home-list-card{border-radius:28px}.employee-home-list-row,.employee-home-link-row,.employee-home-task-row{padding:22px}.employee-home-list-row-divider{border-bottom-color:var(--panel-border)}.employee-home-stat-icon,.employee-home-list-leading-icon{color:#f2df2d}.employee-home-task-progress{background:color-mix(in srgb,var(--panel-border) 88%,transparent 12%)}.employee-home-task-progress-fill{background:#b8b2a9}:root[data-theme=dark] .employee-home-priority-high{background:#ff7e7e1f;color:#ff8c8c}:root[data-theme=dark] .employee-home-priority-medium{background:#f6e78c29;color:#d7c860}:root[data-theme=dark] .employee-home-priority-low{background:#ffffff0f;color:#a39f98}:root[data-theme=dark] .employee-topbar-alert-dot{box-shadow:0 0 0 2px #1f1f1f}:root[data-theme=dark] .bottom-nav,:root[data-theme=dark] .employee-bottom-nav{box-shadow:0 16px 36px #00000047}@media(max-width:1024px){.shell-root,.shell-root-employee{grid-template-columns:1fr;width:100%;padding:0;gap:0}.topbar,.employee-topbar{padding:20px 16px 18px}.employee-sidebar{padding:0}.employee-content-wrap{padding:20px 16px 118px}.content-wrap{padding:20px 18px 116px}.module-page{gap:30px}.module-card,.settings-card{border-radius:24px;padding:18px}.quick-action-grid,.quick-link-grid,.social-grid,.module-grid,.stats-grid,.insight-grid,.settings-grid{gap:16px}.bottom-nav,.employee-bottom-nav{width:min(calc(100% - 32px),420px);padding:10px 10px calc(10px + env(safe-area-inset-bottom));bottom:16px}.bottom-link,.employee-bottom-link{min-height:72px;font-size:.74rem}.employee-topbar-profile{gap:12px}.employee-topbar-avatar{width:44px;height:44px;font-size:1.02rem}.employee-topbar-profile-copy strong{font-size:1.18rem}.employee-topbar-profile-copy small{font-size:.94rem}.employee-topbar-notification{width:42px;height:42px;font-size:1.76rem}.employee-home-page{gap:30px}.employee-home-attendance-card{padding:20px;border-radius:30px}.employee-home-stats-grid{gap:14px}.employee-home-stat-card{min-height:122px;padding:18px 20px;border-radius:28px}.employee-home-stat-value{margin-top:18px;font-size:2rem}.employee-home-stat-card:nth-child(2) .employee-home-stat-value,.employee-home-stat-card:nth-child(3) .employee-home-stat-value,.employee-home-stat-card:nth-child(4) .employee-home-stat-value{font-size:2.06rem}.employee-home-list-row,.employee-home-link-row,.employee-home-task-row{padding:20px}}@media(max-width:560px){.content-wrap{padding:18px 16px 112px}.employee-content-wrap{padding:20px 16px 112px}.module-card,.settings-card{border-radius:22px;padding:18px}.quick-action-grid,.quick-link-grid,.social-grid{gap:14px}.quick-action-tile{min-height:128px;border-radius:22px;padding:16px}.contact-row,.preference-row{padding:14px 16px}.employee-topbar{padding:18px 16px}.employee-topbar-profile{gap:12px}.employee-topbar-avatar{width:42px;height:42px;font-size:1rem}.employee-topbar-profile-copy strong{font-size:1.15rem}.employee-topbar-profile-copy small{font-size:.9rem}.employee-topbar-notification{width:40px;height:40px;font-size:1.72rem}.employee-home-page{gap:28px}.employee-home-attendance-card{padding:18px 18px 20px;border-radius:28px}.employee-home-attendance-date{font-size:1.125rem}.employee-home-attendance-label{font-size:.95rem}.employee-home-attendance-timer{font-size:2.625rem}.employee-home-attendance-actions{margin-top:20px}.employee-home-primary-button,.employee-home-secondary-button{min-height:46px;border-radius:16px;font-size:.95rem}.employee-home-stats-grid{gap:12px}.employee-home-stat-card{min-height:106px;padding:16px 18px;border-radius:26px}.employee-home-stat-title{gap:8px;font-size:.95rem}.employee-home-stat-icon{font-size:1.25rem}.employee-home-stat-value{margin-top:18px;font-size:2rem}.employee-home-stat-card:nth-child(2) .employee-home-stat-value,.employee-home-stat-card:nth-child(3) .employee-home-stat-value,.employee-home-stat-card:nth-child(4) .employee-home-stat-value{font-size:2.06rem}.employee-home-stat-helper{margin-top:6px;font-size:.82rem}.employee-home-section{gap:14px}.employee-home-section-head h2{font-size:.95rem}.employee-home-view-all{gap:2px;font-size:.95rem}.employee-home-list-card{border-radius:28px}.employee-home-list-row,.employee-home-link-row,.employee-home-task-row{padding:18px}.employee-home-list-row{gap:14px}.employee-home-list-leading-icon{font-size:1.18rem}.employee-home-list-copy strong{font-size:1rem}.employee-home-list-copy p{margin-top:5px;font-size:.84rem}.employee-home-list-meta{font-size:.84rem}.employee-bottom-nav{width:min(calc(100% - 24px),390px);border-radius:28px}.employee-bottom-link{min-height:70px;gap:5px;font-size:.72rem}.employee-bottom-link-icon{font-size:1.78rem}}.shell-root-employee{--employee-page-bg: #f4f4f4;--employee-surface: #ffffff;--employee-sidebar-bg: #ffffff;--employee-header-bg: #ffffff;--employee-text: #1a1a1a;--employee-text-secondary: #6b6b6b;--employee-divider: #eaeaea;--employee-yellow: #fae90c;--employee-card-shadow: var(--elevation-2);--employee-priority-high: #ffe2e2;--employee-priority-medium: #fff6d6;--employee-priority-low: #eeeeee;grid-template-columns:240px minmax(0,1fr);background:var(--employee-page-bg)}:root[data-theme=dark] .shell-root-employee{--employee-page-bg: #141414;--employee-surface: #1d1d1d;--employee-sidebar-bg: #1c1c1c;--employee-header-bg: #1c1c1c;--employee-text: #f4f4f4;--employee-text-secondary: #979797;--employee-divider: #2c2c2c;--employee-card-shadow: var(--elevation-2);--employee-priority-high: rgba(255, 226, 226, .16);--employee-priority-medium: rgba(255, 246, 214, .14);--employee-priority-low: rgba(255, 255, 255, .08)}.shell-root-employee .employee-sidebar{width:240px;padding:24px;background:var(--employee-sidebar-bg);border-right:1px solid var(--employee-divider);box-shadow:none}.shell-root-employee .employee-sidebar-profile{gap:12px;padding:0 0 24px}.shell-root-employee .employee-sidebar-avatar-image,.shell-root-employee .employee-sidebar-avatar-fallback{width:48px;height:48px}.shell-root-employee .employee-sidebar-avatar-fallback{background:var(--employee-yellow);color:#1a1a1a;box-shadow:none}.shell-root-employee .employee-sidebar-profile-copy{gap:2px}.shell-root-employee .employee-sidebar-profile-copy strong{font-size:16px;font-weight:600;line-height:1.25;color:var(--employee-text)}.shell-root-employee .employee-sidebar-profile-copy small{font-size:13px;font-weight:400;line-height:1.3;color:var(--employee-text-secondary)}.shell-root-employee .employee-sidebar-nav{gap:12px}.shell-root-employee .employee-sidebar-group-label{margin:10px 0 2px 12px;font-size:12px;font-weight:600;line-height:1;letter-spacing:1px;color:var(--employee-text-secondary)}.shell-root-employee .employee-sidebar-link{min-height:44px;gap:12px;padding:0 14px;border-radius:10px;color:var(--employee-text-secondary);font-size:14px;font-weight:500}.shell-root-employee .employee-sidebar-link-icon{width:20px;font-size:20px}.shell-root-employee .employee-sidebar-link-active{background:var(--employee-yellow);color:#1a1a1a}.shell-root-employee .main-content-employee{min-height:100vh;background:var(--employee-page-bg)}.shell-root-employee .employee-topbar{min-height:64px;padding:0 32px;border-bottom:1px solid var(--employee-divider);background:var(--employee-header-bg);box-shadow:none;display:flex;align-items:center}.shell-root-employee .employee-topbar-brand h1,.shell-root-employee .employee-topbar-page-title h1{font-size:22px;font-weight:600;line-height:1;color:var(--employee-text)}.shell-root-employee .topbar-brand-logo .tatwansh-brand-logo-image{height:32px}.shell-root-employee .employee-topbar-notification{width:36px;height:36px;border:0;background:transparent;box-shadow:none;color:var(--employee-text);font-size:20px}.shell-root-employee .employee-topbar-alert-dot{width:8px;height:8px;top:5px;right:5px;background:var(--employee-yellow);box-shadow:none}.shell-root-employee .employee-content-wrap{padding:32px 32px 120px;background:var(--employee-page-bg)}.shell-root-employee .employee-home-page{gap:28px}.shell-root-employee .employee-home-attendance-card,.shell-root-employee .employee-home-stat-card,.shell-root-employee .employee-home-list-card{border:0;border-radius:16px;background:var(--employee-surface);box-shadow:var(--employee-card-shadow)}.shell-root-employee .employee-home-attendance-card{padding:24px}.shell-root-employee .employee-home-attendance-head{gap:16px;align-items:flex-start}.shell-root-employee .employee-home-attendance-date{font-size:14px;font-weight:500;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-home-attendance-label{margin-top:6px;font-size:12px;font-weight:400;line-height:1.3;color:var(--employee-text-secondary)}.shell-root-employee .employee-home-attendance-timer{font-size:32px;font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--employee-text)}.shell-root-employee .employee-home-attendance-actions{margin-top:16px}.shell-root-employee .employee-home-attendance-split{gap:12px}.shell-root-employee .employee-home-primary-button,.shell-root-employee .employee-home-secondary-button{min-height:48px;border-radius:12px;font-size:14px;font-weight:600;box-shadow:none}.shell-root-employee .employee-home-primary-button{background:var(--employee-yellow);color:#1a1a1a}.shell-root-employee .employee-home-secondary-button{background:var(--employee-priority-low);color:var(--employee-text)}.shell-root-employee .employee-home-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.shell-root-employee .employee-home-stat-card{min-height:118px;padding:20px}.shell-root-employee .employee-home-stat-title{gap:10px;font-size:14px;font-weight:500;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-home-stat-icon{font-size:18px;color:var(--employee-yellow)}.shell-root-employee .employee-home-stat-value{margin-top:14px;font-size:26px;font-weight:700;line-height:1;color:var(--employee-text)}.shell-root-employee .employee-home-stat-card:nth-child(2) .employee-home-stat-value,.shell-root-employee .employee-home-stat-card:nth-child(3) .employee-home-stat-value,.shell-root-employee .employee-home-stat-card:nth-child(4) .employee-home-stat-value{font-size:26px}.shell-root-employee .employee-home-stat-helper{margin-top:6px;font-size:12px;font-weight:400;line-height:1.3;color:var(--employee-text-secondary)}.shell-root-employee .employee-home-section{gap:16px}.shell-root-employee .employee-home-section-head h2{font-size:12px;font-weight:600;line-height:1;letter-spacing:1px;color:var(--employee-text-secondary)}.shell-root-employee .employee-home-view-all{gap:4px;font-size:12px;font-weight:500;line-height:1;color:var(--employee-text)}.shell-root-employee .employee-home-view-all svg{font-size:16px}.shell-root-employee .employee-home-list-card{overflow:hidden}.shell-root-employee .employee-home-list-row,.shell-root-employee .employee-home-link-row,.shell-root-employee .employee-home-task-row{min-height:56px;padding:16px 20px}.shell-root-employee .employee-home-list-row{gap:12px;align-items:center}.shell-root-employee .employee-home-list-row-divider{border-bottom:1px solid var(--employee-divider)}.shell-root-employee .employee-home-list-leading-icon{font-size:16px;color:var(--employee-yellow);padding-top:0}.shell-root-employee .employee-home-list-copy strong{font-size:14px;font-weight:600;line-height:1.25;color:var(--employee-text)}.shell-root-employee .employee-home-list-copy p{margin-top:4px;font-size:12px;font-weight:400;line-height:1.35;color:var(--employee-text-secondary)}.shell-root-employee .employee-home-list-meta{font-size:12px;font-weight:400;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-home-link-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.shell-root-employee .employee-home-link-icon{font-size:18px;color:var(--employee-text-secondary)}.shell-root-employee .employee-home-task-topline{gap:12px}.shell-root-employee .employee-home-priority-badge{min-height:20px;padding:4px 8px;border-radius:8px;font-size:12px;font-weight:500;line-height:1}.shell-root-employee .employee-home-priority-high{background:var(--employee-priority-high);color:#c85c5c}.shell-root-employee .employee-home-priority-medium{background:var(--employee-priority-medium);color:#8d7500}.shell-root-employee .employee-home-priority-low{background:var(--employee-priority-low);color:#6b6b6b}.shell-root-employee .employee-home-task-progress{height:4px;margin-top:12px;background:var(--employee-divider)}.shell-root-employee .employee-home-task-progress-high{background:#ff8f8f}.shell-root-employee .employee-home-task-progress-medium{background:#e5cd55}.shell-root-employee .employee-home-task-progress-low{background:#c6c6c6}@media(max-width:1024px){.shell-root-employee{grid-template-columns:1fr}.shell-root-employee .employee-topbar{min-height:88px;padding:20px}.shell-root-employee .employee-topbar-profile{gap:12px;color:var(--employee-text);text-decoration:none}.shell-root-employee .employee-topbar-avatar{width:48px;height:48px;background:var(--employee-yellow);color:#1a1a1a;font-size:20px;box-shadow:none}.shell-root-employee .employee-topbar-profile-copy{gap:2px}.shell-root-employee .employee-topbar-profile-copy strong{font-size:16px;font-weight:600;line-height:1.25;color:var(--employee-text)}.shell-root-employee .employee-topbar-profile-copy small{font-size:13px;font-weight:400;line-height:1.3;color:var(--employee-text-secondary)}.shell-root-employee .employee-topbar-notification{width:40px;height:40px;border-radius:999px;border:1px solid var(--employee-divider);background:var(--employee-surface);font-size:20px}.shell-root-employee .employee-content-wrap{padding:20px 20px 110px}.shell-root-employee .employee-home-page{gap:24px}.shell-root-employee .employee-home-attendance-card{padding:18px}.shell-root-employee .employee-home-primary-button,.shell-root-employee .employee-home-secondary-button{min-height:44px}.shell-root-employee .employee-home-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shell-root-employee .employee-home-stat-card{min-height:108px;padding:18px}.shell-root-employee .employee-bottom-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:calc(100% - 40px);left:20px;right:20px;bottom:16px;transform:none;padding:8px 10px calc(8px + env(safe-area-inset-bottom));border:0;border-radius:18px;background:var(--employee-surface);box-shadow:0 -1px #1d1d1d0d,0 14px 34px #0f0f0f14;gap:4px}.shell-root-employee .employee-bottom-link{min-height:54px;padding:8px 4px;border-radius:12px;font-size:12px;font-weight:500;line-height:1.1;color:var(--employee-text-secondary);gap:4px}.shell-root-employee .employee-bottom-link-icon{font-size:22px}.shell-root-employee .employee-bottom-link-active,.shell-root-employee .employee-bottom-link-home-active{background:var(--employee-yellow);color:#1a1a1a}}.shell-root-employee .employee-tasks-page{display:grid;gap:28px}.shell-root-employee .employee-tasks-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;min-height:48px;padding:4px;border:1px solid var(--employee-divider);border-radius:24px;background:var(--employee-surface);box-shadow:var(--employee-card-shadow)}.shell-root-employee .employee-tasks-tab,.shell-root-employee .employee-tasks-filter-chip,.shell-root-employee .employee-tasks-project-card,.shell-root-employee .employee-tasks-inhouse-row,.shell-root-employee .employee-tasks-completed-toggle,.shell-root-employee .employee-tasks-fab,.shell-root-employee .employee-tasks-personal-toggle,.shell-root-employee .employee-tasks-personal-copy,.shell-root-employee .employee-tasks-personal-meta,.shell-root-employee .employee-tasks-close-button,.shell-root-employee .employee-tasks-reminder-chip,.shell-root-employee .employee-tasks-assignee-chip,.shell-root-employee .employee-tasks-primary-button,.shell-root-employee .employee-tasks-danger-button{border:0;font:inherit;cursor:pointer}.shell-root-employee .employee-tasks-tab{min-height:40px;border-radius:20px;background:transparent;font-size:14px;font-weight:500;color:var(--employee-text-secondary);transition:background-color var(--motion-duration-base) var(--motion-ease-standard),color var(--motion-duration-fast) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.shell-root-employee .employee-tasks-tab-active{background:var(--employee-yellow);color:#1a1a1a}.shell-root-employee .employee-tasks-filters{display:flex;align-items:center;gap:12px;margin-top:-8px}.shell-root-employee .employee-tasks-filter-chip{min-height:32px;padding:0 16px;border-radius:16px;background:#ebebeb;font-size:12px;font-weight:500;color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-filter-chip-active{background:var(--employee-yellow);color:#1a1a1a}.shell-root-employee .employee-tasks-list,.shell-root-employee .employee-tasks-completed-list{display:grid;gap:16px}.shell-root-employee .employee-tasks-project-card,.shell-root-employee .employee-tasks-inhouse-row,.shell-root-employee .employee-tasks-personal-row,.shell-root-employee .employee-tasks-empty-card{border-radius:16px;background:var(--employee-surface);box-shadow:var(--employee-card-shadow)}.shell-root-employee .employee-tasks-project-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;width:100%;padding:20px;text-align:left}.shell-root-employee .employee-tasks-project-main h2{font-size:16px;font-weight:600;line-height:1.25;color:var(--employee-text)}.shell-root-employee .employee-tasks-project-main p{margin-top:6px;font-size:13px;font-weight:400;line-height:1.3;color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-project-date{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:12px;font-weight:400;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-project-date svg{font-size:16px}.shell-root-employee .employee-tasks-card-badges{display:grid;justify-items:end;gap:8px}.shell-root-employee .employee-tasks-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:500;line-height:1;white-space:nowrap}.shell-root-employee .employee-tasks-badge-priority-high{background:#ffe2e2;color:#ef5d4f}.shell-root-employee .employee-tasks-badge-priority-medium{background:#fff6d6;color:#7f7116}.shell-root-employee .employee-tasks-badge-priority-low{background:#eee;color:#6b6b6b}.shell-root-employee .employee-tasks-badge-status-ongoing{background:#f8f3dc;color:#605634}.shell-root-employee .employee-tasks-badge-status-progress{background:#e4ecff;color:#3e69f6}.shell-root-employee .employee-tasks-badge-status-completed{background:#e6f7ea;color:#66b87a}.shell-root-employee .employee-tasks-inhouse-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;width:100%;min-height:64px;padding:20px;text-align:left}.shell-root-employee .employee-tasks-inhouse-title{font-size:16px;font-weight:600;line-height:1.25;color:var(--employee-text)}.shell-root-employee .employee-tasks-personal-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px 20px}.shell-root-employee .employee-tasks-personal-toggle,.shell-root-employee .employee-tasks-personal-copy,.shell-root-employee .employee-tasks-personal-meta{background:transparent;padding:0}.shell-root-employee .employee-tasks-personal-toggle{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;color:var(--employee-yellow)}.shell-root-employee .employee-tasks-personal-toggle svg{font-size:18px}.shell-root-employee .employee-tasks-personal-toggle-complete{color:#66b87a}.shell-root-employee .employee-tasks-personal-copy{text-align:left}.shell-root-employee .employee-tasks-personal-copy strong{font-size:16px;font-weight:600;line-height:1.25;color:var(--employee-text)}.shell-root-employee .employee-tasks-personal-meta{display:grid;justify-items:end;gap:2px;font-size:12px;font-weight:400;line-height:1.2;color:var(--employee-text-secondary);text-align:right}.shell-root-employee .employee-tasks-completed{display:grid;gap:16px}.shell-root-employee .employee-tasks-completed-divider{height:1px;background:var(--employee-divider)}.shell-root-employee .employee-tasks-completed-toggle{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;background:transparent;padding:0;font-size:12px;font-weight:500;color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-completed-icon{font-size:18px;transition:transform var(--motion-duration-base) var(--motion-ease-standard)}.shell-root-employee .employee-tasks-completed-icon-open{transform:rotate(180deg)}.shell-root-employee .employee-tasks-empty-card{display:flex;align-items:center;justify-content:center;min-height:84px;padding:20px}.shell-root-employee .employee-tasks-empty-card p{font-size:13px;color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-fab{position:fixed;left:272px;right:auto;bottom:32px;z-index:30;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:var(--employee-yellow);color:#1a1a1a;box-shadow:var(--elevation-4),0 8px 18px #fae90c29}.shell-root-employee .employee-tasks-fab svg{font-size:28px}.shell-root-employee .employee-tasks-dialog .MuiBackdrop-root{background:#f4f4f4b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.shell-root-employee .employee-tasks-dialog-paper{width:min(100%,420px);max-width:420px;margin:24px;border-radius:20px;background:var(--employee-surface);box-shadow:var(--elevation-3);overflow:hidden}.shell-root-employee .employee-tasks-modal{display:grid;gap:18px;padding:24px}.shell-root-employee .employee-tasks-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.shell-root-employee .employee-tasks-modal-header h2{font-size:18px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-tasks-close-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:#f1f1f1;color:var(--employee-text)}.shell-root-employee .employee-tasks-close-button svg{font-size:22px}.shell-root-employee .employee-tasks-field,.shell-root-employee .employee-tasks-field select,.shell-root-employee .employee-tasks-field input{width:100%}.shell-root-employee .employee-tasks-field{position:relative;display:flex;align-items:center;min-height:56px;padding:0 18px;border-radius:16px;background:#f2f2f2}.shell-root-employee .employee-tasks-field input,.shell-root-employee .employee-tasks-field select{border:0;outline:0;background:transparent;font-size:16px;font-weight:400;line-height:1.2;color:var(--employee-text);-webkit-appearance:none;-moz-appearance:none;appearance:none}.shell-root-employee .employee-tasks-field input::placeholder{color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-field-with-icons{padding-left:44px;padding-right:44px}.shell-root-employee .employee-tasks-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shell-root-employee .employee-tasks-field-icon,.shell-root-employee .employee-tasks-select-icon{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-field-icon{left:14px}.shell-root-employee .employee-tasks-field-icon-end,.shell-root-employee .employee-tasks-select-icon{right:14px;left:auto}.shell-root-employee .employee-tasks-field-icon svg,.shell-root-employee .employee-tasks-select-icon svg{font-size:22px}.shell-root-employee .employee-tasks-switch-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.shell-root-employee .employee-tasks-switch-copy{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:var(--employee-text)}.shell-root-employee .employee-tasks-switch-copy svg{font-size:22px;color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-switch{position:relative;border:0;width:56px;height:32px;border-radius:16px;background:#e7e7e7;box-shadow:none;transition:background-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}.shell-root-employee .employee-tasks-switch-active{background:var(--employee-yellow)}.shell-root-employee .employee-tasks-switch-thumb{position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #0f172a1a,0 10px 18px #0f172a14;transition:transform var(--motion-duration-base) var(--motion-ease-standard)}.shell-root-employee .employee-tasks-switch-active .employee-tasks-switch-thumb{transform:translate(24px)}.shell-root-employee .employee-tasks-reminder-row,.shell-root-employee .employee-tasks-chip-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.shell-root-employee .employee-tasks-reminder-chip,.shell-root-employee .employee-tasks-assignee-chip{min-height:40px;padding:0 22px;border-radius:18px;background:#e7e7e7;font-size:12px;font-weight:500;color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-reminder-chip-active,.shell-root-employee .employee-tasks-assignee-chip-active{background:var(--employee-yellow);color:#1a1a1a}.shell-root-employee .employee-tasks-chip-block{display:grid;gap:12px}.shell-root-employee .employee-tasks-chip-block p{font-size:13px;font-weight:400;color:var(--employee-text-secondary)}.shell-root-employee .employee-tasks-feedback{font-size:12px;line-height:1.35;color:#ef5d4f}.shell-root-employee .employee-tasks-primary-button,.shell-root-employee .employee-tasks-danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:56px;border-radius:16px;font-size:14px;font-weight:600}.shell-root-employee .employee-tasks-primary-button{background:var(--employee-yellow);color:#1a1a1a}.shell-root-employee .employee-tasks-danger-button{background:#f8e5e5;color:#ef5d4f}:root[data-theme=dark] .shell-root-employee .employee-tasks-tab,:root[data-theme=dark] .shell-root-employee .employee-tasks-filter-chip,:root[data-theme=dark] .shell-root-employee .employee-tasks-close-button,:root[data-theme=dark] .shell-root-employee .employee-tasks-field,:root[data-theme=dark] .shell-root-employee .employee-tasks-switch,:root[data-theme=dark] .shell-root-employee .employee-tasks-reminder-chip,:root[data-theme=dark] .shell-root-employee .employee-tasks-assignee-chip{background:#ffffff0f}:root[data-theme=dark] .shell-root-employee .employee-tasks-switch-thumb{box-shadow:0 6px 14px #00000038,0 14px 24px #00000024}:root[data-theme=dark] .shell-root-employee .employee-tasks-dialog .MuiBackdrop-root{background:#141414bd}:root[data-theme=dark] .shell-root-employee .employee-tasks-dialog-paper{box-shadow:var(--elevation-3)}:root[data-theme=dark] .shell-root-employee .employee-tasks-badge-priority-high{background:#ffe2e224;color:#ff8c84}:root[data-theme=dark] .shell-root-employee .employee-tasks-badge-priority-medium{background:#fff6d624;color:#e7d46c}:root[data-theme=dark] .shell-root-employee .employee-tasks-badge-priority-low{background:#ffffff14;color:#b5b5b5}:root[data-theme=dark] .shell-root-employee .employee-tasks-badge-status-ongoing{background:#f8f3dc1f;color:#e0d8a1}:root[data-theme=dark] .shell-root-employee .employee-tasks-badge-status-progress{background:#3e69f629;color:#84a7ff}:root[data-theme=dark] .shell-root-employee .employee-tasks-badge-status-completed{background:#66b87a29;color:#8dd8a0}:root[data-theme=dark] .shell-root-employee .employee-tasks-danger-button{background:#f8e5e514}@media(max-width:1024px){.shell-root-employee .employee-tasks-page{gap:24px}.shell-root-employee .employee-tasks-tabs{overflow-x:auto}.shell-root-employee .employee-tasks-tab{white-space:nowrap}.shell-root-employee .employee-tasks-list,.shell-root-employee .employee-tasks-completed-list{gap:20px}.shell-root-employee .employee-tasks-project-card{align-items:flex-start;min-height:116px;padding:20px}.shell-root-employee .employee-tasks-personal-row{padding:18px}.shell-root-employee .employee-tasks-fab{left:20px;right:auto;bottom:104px}.shell-root-employee .employee-tasks-dialog-mobile .MuiDialog-container{align-items:flex-end}.shell-root-employee .employee-tasks-dialog-paper-mobile{width:100%;max-width:100%;margin:0;border-radius:28px 28px 0 0}.shell-root-employee .employee-tasks-modal{gap:18px;padding:22px 20px 24px}}@media(max-width:460px){.shell-root-employee .employee-tasks-project-card{gap:16px}.shell-root-employee .employee-tasks-project-card,.shell-root-employee .employee-tasks-inhouse-row{padding:18px}.shell-root-employee .employee-tasks-card-badges{gap:10px}.shell-root-employee .employee-tasks-reminder-chip,.shell-root-employee .employee-tasks-assignee-chip{flex:1 1 calc(33.333% - 8px);justify-content:center;padding:0 10px}}.shell-root-employee .employee-time-tracker-page{display:grid;gap:24px}.shell-root-employee .employee-time-tracker-card{border-radius:16px;background:var(--employee-surface);box-shadow:var(--employee-card-shadow)}.shell-root-employee .employee-time-tracker-form-card,.shell-root-employee .employee-time-tracker-calendar-card{padding:20px}.shell-root-employee .employee-time-tracker-form-card h2{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-time-tracker-form{display:grid;gap:16px;margin-top:14px}.shell-root-employee .employee-time-tracker-field,.shell-root-employee .employee-time-tracker-add-project,.shell-root-employee .employee-time-tracker-primary-button,.shell-root-employee .employee-time-tracker-danger-button,.shell-root-employee .employee-time-tracker-nav-button,.shell-root-employee .employee-time-tracker-close-button,.shell-root-employee .employee-time-tracker-detail-row,.shell-root-employee .employee-time-tracker-edit-link,.shell-root-employee .employee-time-tracker-day{border:0;font:inherit}.shell-root-employee .employee-time-tracker-field{position:relative;display:flex;align-items:center;min-height:52px;padding:0 18px;border-radius:16px;background:#f1f1f1}.shell-root-employee .employee-time-tracker-field-with-icon,.shell-root-employee .employee-time-tracker-field-select{padding-right:52px}.shell-root-employee .employee-time-tracker-field input,.shell-root-employee .employee-time-tracker-field select,.shell-root-employee .employee-time-tracker-field textarea{width:100%;border:0;outline:0;background:transparent;font-size:14px;font-weight:400;line-height:1.2;color:var(--employee-text);-webkit-appearance:none;-moz-appearance:none;appearance:none}.shell-root-employee .employee-time-tracker-field input::placeholder,.shell-root-employee .employee-time-tracker-field textarea::placeholder{color:#a1a1a1}.shell-root-employee .employee-time-tracker-field-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:var(--employee-text)}.shell-root-employee .employee-time-tracker-field-icon svg{font-size:22px}.shell-root-employee .employee-time-tracker-project-row{display:grid;grid-template-columns:minmax(0,1fr) 68px 68px;gap:12px}.shell-root-employee .employee-time-tracker-duration-field{justify-content:center;padding:0 12px}.shell-root-employee .employee-time-tracker-duration-field input{text-align:center}.shell-root-employee .employee-time-tracker-remarks{align-items:stretch;min-height:76px}.shell-root-employee .employee-time-tracker-remarks textarea{min-height:76px;padding:16px 0;resize:none;line-height:1.45}.shell-root-employee .employee-time-tracker-add-project,.shell-root-employee .employee-time-tracker-edit-link{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:0;background:transparent;color:var(--employee-text);cursor:pointer}.shell-root-employee .employee-time-tracker-add-project{font-size:14px;font-weight:500;line-height:1}.shell-root-employee .employee-time-tracker-add-project svg,.shell-root-employee .employee-time-tracker-edit-link svg{font-size:22px}.shell-root-employee .employee-time-tracker-feedback{font-size:12px;line-height:1.35;color:#ef5d4f}.shell-root-employee .employee-time-tracker-primary-button,.shell-root-employee .employee-time-tracker-danger-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer}.shell-root-employee .employee-time-tracker-primary-button{background:var(--employee-yellow);color:#1a1a1a}.shell-root-employee .employee-time-tracker-danger-button{background:#f8e5e5;color:#ef5d4f}.shell-root-employee .employee-time-tracker-primary-button:disabled,.shell-root-employee .employee-time-tracker-danger-button:disabled{cursor:progress;opacity:.75}.shell-root-employee .employee-time-tracker-calendar-card{display:grid;gap:20px}.shell-root-employee .employee-time-tracker-calendar-head{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:16px}.shell-root-employee .employee-time-tracker-calendar-head strong{font-size:18px;font-weight:600;line-height:1.2;text-align:center;color:var(--employee-text)}.shell-root-employee .employee-time-tracker-nav-button,.shell-root-employee .employee-time-tracker-close-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#fafafa;box-shadow:var(--elevation-1);color:var(--employee-text);cursor:pointer}.shell-root-employee .employee-time-tracker-nav-button svg,.shell-root-employee .employee-time-tracker-close-button svg{font-size:24px}.shell-root-employee .employee-time-tracker-weekdays,.shell-root-employee .employee-time-tracker-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.shell-root-employee .employee-time-tracker-weekday{text-align:center;font-size:14px;font-weight:400;line-height:1;color:var(--employee-text-secondary)}.shell-root-employee .employee-time-tracker-pad,.shell-root-employee .employee-time-tracker-day{aspect-ratio:1 / .94}.shell-root-employee .employee-time-tracker-pad{display:block}.shell-root-employee .employee-time-tracker-day{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;padding:10px 8px;border-radius:14px;text-align:center;cursor:pointer}.shell-root-employee .employee-time-tracker-day-number{font-size:16px;font-weight:500;line-height:1}.shell-root-employee .employee-time-tracker-day-hours,.shell-root-employee .employee-time-tracker-day-holiday-label{font-size:12px;font-weight:500;line-height:1.2}.shell-root-employee .employee-time-tracker-day-holiday-label{display:-webkit-box;overflow:hidden;color:var(--employee-text-secondary);-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.shell-root-employee .employee-time-tracker-day-logged{background:#dff2e2;color:#2c8a40}.shell-root-employee .employee-time-tracker-day-absent{background:#f8dddd;color:#ef5d4f}.shell-root-employee .employee-time-tracker-day.employee-time-tracker-day-off,.shell-root-employee .employee-time-tracker-day.employee-time-tracker-day-holiday{background:#e7e7e7;color:var(--employee-text-secondary)}.shell-root-employee .employee-time-tracker-day-future{background:#f1f1f1;color:#b3b3b3}.shell-root-employee .employee-time-tracker-day-today{box-shadow:inset 0 0 0 1px #fae90c66}.shell-root-employee .employee-time-tracker-dialog .MuiBackdrop-root{background:#00000059}.shell-root-employee .employee-time-tracker-dialog-paper{margin:24px;border-radius:20px;background:var(--employee-surface);box-shadow:var(--elevation-3);overflow:hidden}.shell-root-employee .employee-time-tracker-dialog-paper-detail{width:min(100%,606px);max-width:606px}.shell-root-employee .employee-time-tracker-dialog-paper-form{width:min(100%,460px);max-width:460px}.shell-root-employee .employee-time-tracker-modal{display:grid;gap:18px;padding:24px}.shell-root-employee .employee-time-tracker-detail-modal{gap:20px}.shell-root-employee .employee-time-tracker-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.shell-root-employee .employee-time-tracker-modal-head h3{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-time-tracker-detail-list{display:grid;gap:12px}.shell-root-employee .employee-time-tracker-detail-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:48px;padding:12px 18px;border-radius:16px;background:#f1f1f1;text-align:left;color:var(--employee-text);cursor:pointer}.shell-root-employee .employee-time-tracker-detail-row span{font-size:14px;font-weight:500;line-height:1.25}.shell-root-employee .employee-time-tracker-detail-row strong{font-size:14px;font-weight:400;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-time-tracker-detail-row-active{box-shadow:inset 0 0 0 1px #fae90ccc}.shell-root-employee .employee-time-tracker-detail-note{font-size:14px;font-style:italic;line-height:1.45;color:var(--employee-text-secondary)}.shell-root-employee .employee-time-tracker-edit-link{font-size:14px;font-weight:500;line-height:1}.shell-root-employee .employee-time-tracker-detail-empty{display:flex;align-items:center;justify-content:center;min-height:148px;text-align:center}.shell-root-employee .employee-time-tracker-detail-empty p{font-size:14px;font-weight:400;line-height:1.35;color:var(--employee-text-secondary)}:root[data-theme=dark] .shell-root-employee .employee-time-tracker-field,:root[data-theme=dark] .shell-root-employee .employee-time-tracker-nav-button,:root[data-theme=dark] .shell-root-employee .employee-time-tracker-close-button,:root[data-theme=dark] .shell-root-employee .employee-time-tracker-detail-row{background:#ffffff0f}:root[data-theme=dark] .shell-root-employee .employee-time-tracker-dialog .MuiBackdrop-root{background:#0009}:root[data-theme=dark] .shell-root-employee .employee-time-tracker-dialog-paper{box-shadow:var(--elevation-3)}:root[data-theme=dark] .shell-root-employee .employee-time-tracker-day-logged{background:#5cb46b2e;color:#8fd2a2}:root[data-theme=dark] .shell-root-employee .employee-time-tracker-day-absent{background:#ef5d4f29;color:#ff9a90}:root[data-theme=dark] .shell-root-employee .employee-time-tracker-day.employee-time-tracker-day-off,:root[data-theme=dark] .shell-root-employee .employee-time-tracker-day.employee-time-tracker-day-holiday{background:#ffffff14;color:#a4a4a4}:root[data-theme=dark] .shell-root-employee .employee-time-tracker-day-future{background:#ffffff0a;color:#666}:root[data-theme=dark] .shell-root-employee .employee-time-tracker-danger-button{background:#f8e5e514}@media(max-width:1024px){.shell-root-employee .employee-time-tracker-page{gap:24px}.shell-root-employee .employee-time-tracker-form-card,.shell-root-employee .employee-time-tracker-calendar-card{padding:18px}.shell-root-employee .employee-time-tracker-form{gap:14px}.shell-root-employee .employee-time-tracker-project-row{grid-template-columns:minmax(0,1fr) 80px 80px;gap:10px}.shell-root-employee .employee-time-tracker-remarks,.shell-root-employee .employee-time-tracker-remarks textarea{min-height:96px}.shell-root-employee .employee-time-tracker-primary-button,.shell-root-employee .employee-time-tracker-danger-button{min-height:44px}.shell-root-employee .employee-time-tracker-calendar-card{gap:20px}.shell-root-employee .employee-time-tracker-weekdays,.shell-root-employee .employee-time-tracker-grid{gap:8px}.shell-root-employee .employee-time-tracker-pad,.shell-root-employee .employee-time-tracker-day{aspect-ratio:1 / 1.08}.shell-root-employee .employee-time-tracker-day{gap:6px;padding:12px 8px;border-radius:16px}.shell-root-employee .employee-time-tracker-weekday{font-size:12px}.shell-root-employee .employee-time-tracker-day-number{font-size:14px}.shell-root-employee .employee-time-tracker-day-hours,.shell-root-employee .employee-time-tracker-day-holiday-label{font-size:10px}.shell-root-employee .employee-time-tracker-dialog-mobile .MuiDialog-container{align-items:flex-end}.shell-root-employee .employee-time-tracker-dialog-paper-mobile{width:100%;max-width:100%;margin:0;border-radius:28px 28px 0 0}.shell-root-employee .employee-time-tracker-modal{padding:22px 20px 28px}.shell-root-employee .employee-time-tracker-detail-empty{min-height:200px}}.shell-root-employee .employee-attendance-page{display:grid;gap:24px}.shell-root-employee .employee-attendance-card,.shell-root-employee .employee-payslips-row,.shell-root-employee .employee-payslips-empty{border-radius:16px;background:var(--employee-surface);box-shadow:var(--employee-card-shadow)}.shell-root-employee .employee-attendance-status-card,.shell-root-employee .employee-attendance-week-card,.shell-root-employee .employee-attendance-summary-card,.shell-root-employee .employee-attendance-calendar-card,.shell-root-employee .employee-attendance-leave-card,.shell-root-employee .employee-attendance-payslips-card{padding:20px}.shell-root-employee .employee-attendance-status-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.shell-root-employee .employee-attendance-status-card h2{margin:0;font-size:18px;font-weight:500;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-attendance-status-card-member{justify-content:flex-start}.shell-root-employee .employee-attendance-member-summary{min-width:0;display:flex;align-items:center;gap:16px}.shell-root-employee .employee-attendance-member-avatar{width:56px;height:56px;overflow:hidden;border-radius:18px;background:#f3f3f3;flex:0 0 auto}.shell-root-employee .employee-attendance-member-avatar img{width:100%;height:100%;object-fit:cover}.shell-root-employee .employee-attendance-member-avatar-fallback{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(160deg,var(--employee-yellow),#d9c900);color:#1a1a1a;font-size:20px;font-weight:700}.shell-root-employee .employee-attendance-member-copy{min-width:0;display:grid;gap:4px}.shell-root-employee .employee-attendance-member-copy h2{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-attendance-member-copy p{margin:0;font-size:14px;line-height:1.3;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:999px;font-size:14px;font-weight:600;white-space:nowrap}.shell-root-employee .employee-attendance-status-badge-present,.shell-root-employee .employee-attendance-status-badge-leave{background:#e7f4ea;color:#3ba55d}.shell-root-employee .employee-attendance-status-badge-absent{background:#f9e3e3;color:#ef5d4f}.shell-root-employee .employee-attendance-status-badge-holiday{background:#eee;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.shell-root-employee .employee-attendance-section-title{display:inline-flex;align-items:center;gap:10px}.shell-root-employee .employee-attendance-section-title h3{margin:0;font-size:18px;font-weight:500;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-section-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--employee-yellow)}.shell-root-employee .employee-attendance-section-icon svg{font-size:24px}.shell-root-employee .employee-attendance-week-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;margin-top:16px}.shell-root-employee .employee-attendance-week-item{display:grid;justify-items:start;gap:10px}.shell-root-employee .employee-attendance-week-label{font-size:13px;font-weight:400;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-week-value{display:inline-flex;align-items:center;justify-content:center;min-width:64px;min-height:48px;padding:0 16px;border-radius:18px;font-size:14px;font-weight:500;line-height:1}.shell-root-employee .employee-attendance-week-value-worked{background:#f8f3dc;color:#1a1a1a}.shell-root-employee .employee-attendance-week-value-underworked{background:#f9e3e3;color:#ef5d4f}.shell-root-employee .employee-attendance-week-value-empty{background:#fafafa;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:14px}.shell-root-employee .employee-attendance-summary-item{display:grid;justify-items:center;gap:8px;text-align:center}.shell-root-employee .employee-attendance-summary-item strong{font-size:26px;font-weight:700;line-height:1;color:var(--employee-text)}.shell-root-employee .employee-attendance-summary-item span{font-size:13px;font-weight:400;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-calendar-card{display:grid;gap:20px}.shell-root-employee .employee-attendance-payslips-card{display:grid;gap:18px}.shell-root-employee .employee-attendance-payslips-list{gap:14px}.shell-root-employee .employee-attendance-calendar-head{display:grid;grid-template-columns:36px minmax(0,1fr) 36px;align-items:center;gap:16px}.shell-root-employee .employee-attendance-calendar-head strong{font-size:18px;font-weight:600;line-height:1.2;text-align:center;color:var(--employee-text)}.shell-root-employee .employee-attendance-icon-button,.shell-root-employee .employee-attendance-close-button,.shell-root-employee .employee-attendance-payslips-button,.shell-root-employee .employee-attendance-calendar-day,.shell-root-employee .employee-attendance-leave-day-option,.shell-root-employee .employee-attendance-primary-button,.shell-root-employee .employee-payslips-back-button,.shell-root-employee .employee-payslips-download{border:0;font:inherit}.shell-root-employee .employee-attendance-icon-button,.shell-root-employee .employee-attendance-close-button,.shell-root-employee .employee-payslips-back-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#fafafa;box-shadow:var(--elevation-1);color:var(--employee-text);cursor:pointer}.shell-root-employee .employee-attendance-icon-button svg,.shell-root-employee .employee-attendance-close-button svg,.shell-root-employee .employee-payslips-back-button svg{font-size:24px}.shell-root-employee .employee-attendance-weekdays,.shell-root-employee .employee-attendance-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.shell-root-employee .employee-attendance-weekday{text-align:center;font-size:14px;font-weight:400;line-height:1;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-calendar-pad,.shell-root-employee .employee-attendance-calendar-day{aspect-ratio:1 / .94}.shell-root-employee .employee-attendance-calendar-day{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 8px;border-radius:14px;background:#fff;color:var(--employee-text);cursor:pointer}.shell-root-employee .employee-attendance-calendar-day-present{background:#e7f4ea;color:#3d874d}.shell-root-employee .employee-attendance-calendar-day-underworked{background:#f9e3e3;color:#ef5d4f}.shell-root-employee .employee-attendance-calendar-day-holiday{background:#e5e5e5;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-calendar-day-future{background:#f1f1f1;color:#b2b2b2}.shell-root-employee .employee-attendance-calendar-day-selected{box-shadow:inset 0 0 0 3px #fae90cd9}.shell-root-employee .employee-attendance-calendar-day-today:not(.employee-attendance-calendar-day-selected){box-shadow:inset 0 0 0 1px #fae90c6b}.shell-root-employee .employee-attendance-calendar-date{font-size:14px;font-weight:500;line-height:1}.shell-root-employee .employee-attendance-calendar-hours,.shell-root-employee .employee-attendance-calendar-holiday{font-size:12px;font-weight:400;line-height:1.2;text-align:center}.shell-root-employee .employee-attendance-calendar-holiday{display:-webkit-box;overflow:hidden;color:inherit;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.shell-root-employee .employee-attendance-leave-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.shell-root-employee .employee-attendance-team-card{display:grid;gap:18px}.shell-root-employee .employee-attendance-leave-copy h3{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-attendance-leave-copy p{margin:0;font-size:14px;font-weight:400;line-height:1.3;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-primary-button{display:inline-flex;align-items:center;justify-content:center;min-width:122px;min-height:40px;padding:0 18px;border-radius:12px;background:var(--employee-yellow);color:#1a1a1a;gap:8px;font-size:14px;font-weight:600;cursor:pointer}.shell-root-employee .employee-attendance-primary-button-full{width:100%;min-height:48px}.shell-root-employee .employee-attendance-primary-button:disabled{opacity:.75;cursor:progress}.shell-root-employee .employee-attendance-payslips-button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:64px;padding:20px 24px;cursor:pointer}.shell-root-employee .employee-attendance-payslips-leading{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-attendance-payslips-arrow{display:inline-flex;align-items:center;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-payslips-arrow svg{font-size:24px}.shell-root-employee .employee-attendance-dialog .MuiBackdrop-root{background:#00000059}.shell-root-employee .employee-attendance-dialog-paper{margin:24px;border-radius:20px;background:var(--employee-surface);box-shadow:var(--elevation-3);overflow:hidden}.shell-root-employee .employee-attendance-dialog-paper-detail,.shell-root-employee .employee-attendance-dialog-paper-leave{width:min(100%,606px);max-width:606px}.shell-root-employee .employee-attendance-modal{display:grid;gap:20px;padding:24px}.shell-root-employee .employee-attendance-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.shell-root-employee .employee-attendance-modal-head h3{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-attendance-detail-list{display:grid;gap:12px}.shell-root-employee .employee-attendance-detail-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;min-height:52px;padding:14px 18px;border-radius:16px;background:#f2f2f2}.shell-root-employee .employee-attendance-detail-row span{font-size:14px;font-weight:400;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-detail-row strong{font-size:14px;font-weight:500;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-attendance-detail-row-emphasized{background:#f8f3dc}.shell-root-employee .employee-attendance-detail-row-emphasized span,.shell-root-employee .employee-attendance-detail-row-emphasized strong{font-size:16px;font-weight:600;color:var(--employee-text)}.shell-root-employee .employee-attendance-detail-empty{display:flex;align-items:center;justify-content:center;min-height:148px;text-align:center}.shell-root-employee .employee-attendance-detail-empty p{font-size:14px;font-weight:400;line-height:1.35;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-leave-form{display:grid;gap:18px}.shell-root-employee .employee-attendance-field-block{display:grid;gap:10px}.shell-root-employee .employee-attendance-field-label{font-size:13px;font-weight:400;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-field{position:relative;display:flex;align-items:center;min-height:56px;padding:0 18px;border-radius:16px;background:#f2f2f2}.shell-root-employee .employee-attendance-field-with-icon,.shell-root-employee .employee-attendance-field-select{padding-right:52px}.shell-root-employee .employee-attendance-field input,.shell-root-employee .employee-attendance-field select,.shell-root-employee .employee-attendance-field textarea{width:100%;border:0;outline:0;background:transparent;color:var(--employee-text);font-size:14px;font-weight:400;line-height:1.2;-webkit-appearance:none;-moz-appearance:none;appearance:none}.shell-root-employee .employee-attendance-field input::placeholder,.shell-root-employee .employee-attendance-field textarea::placeholder{color:#a6a6a6}.shell-root-employee .employee-attendance-field textarea{min-height:92px;padding:16px 0;resize:none;line-height:1.45}.shell-root-employee .employee-attendance-field-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:var(--employee-text)}.shell-root-employee .employee-attendance-field-icon svg{font-size:22px}.shell-root-employee .employee-attendance-date-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shell-root-employee .employee-attendance-leave-days{display:grid;gap:12px}.shell-root-employee .employee-attendance-leave-day-card{display:grid;gap:12px;padding:14px;border-radius:16px;background:#f7f7f7}.shell-root-employee .employee-attendance-leave-day-copy{display:grid;gap:4px}.shell-root-employee .employee-attendance-leave-day-copy strong{font-size:14px;font-weight:500;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-attendance-leave-day-copy span{font-size:13px;font-weight:400;line-height:1.2;color:#adadad}.shell-root-employee .employee-attendance-leave-day-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.shell-root-employee .employee-attendance-leave-day-option{min-height:34px;border-radius:999px;background:#fff;color:var(--employee-text-secondary);font-size:12px;font-weight:500;line-height:1;cursor:pointer}.shell-root-employee .employee-attendance-leave-day-option-active{background:var(--employee-yellow);color:#1a1a1a}.shell-root-employee .employee-attendance-total-card{display:grid;justify-items:center;gap:8px;min-height:104px;padding:18px 16px;border-radius:16px;background:#f8f3dc;text-align:center}.shell-root-employee .employee-attendance-total-card span{font-size:13px;font-weight:400;line-height:1.2;color:var(--employee-text-secondary)}.shell-root-employee .employee-attendance-total-card strong{font-size:26px;font-weight:700;line-height:1;color:var(--employee-text)}.shell-root-employee .employee-attendance-remarks-field{align-items:stretch}.shell-root-employee .employee-attendance-feedback,.shell-root-employee .employee-payslips-feedback{font-size:12px;line-height:1.35;color:#ef5d4f}.shell-root-management .attendance-management-page{display:grid;gap:20px}.shell-root-management .attendance-management-back{display:inline-flex;align-items:center;gap:8px;width:fit-content}:is(.shell-root-management,.shell-root-employee) .attendance-management-workspace{display:grid;gap:20px}.shell-root-management .attendance-management-workspace.shell-root-employee{min-height:auto;width:100%;max-width:none;grid-template-columns:minmax(0,1fr);background:transparent}.shell-root-management .attendance-management-workspace.shell-root-employee .employee-attendance-page{min-width:0}:is(.shell-root-management,.shell-root-employee) .attendance-team-picker{display:grid;gap:16px}.shell-root-management .attendance-team-search,.shell-root-employee .attendance-team-search{position:relative;display:flex;align-items:center;min-height:52px;padding:0 18px;border-radius:16px}.shell-root-management .attendance-team-search{background:var(--management-surface);box-shadow:var(--management-card-shadow)}.shell-root-employee .attendance-team-search{background:var(--employee-surface);box-shadow:var(--employee-card-shadow)}.shell-root-management .attendance-team-search svg,.shell-root-employee .attendance-team-search svg{flex:0 0 auto;font-size:20px}.shell-root-management .attendance-team-search svg{color:var(--management-text-secondary)}.shell-root-employee .attendance-team-search svg{color:var(--employee-text-secondary)}.shell-root-management .attendance-team-search input,.shell-root-employee .attendance-team-search input{width:100%;min-width:0;padding-left:12px;border:0;outline:none;background:transparent;font:inherit;font-size:14px}.shell-root-management .attendance-team-search input{color:var(--management-text)}.shell-root-employee .attendance-team-search input{color:var(--employee-text)}.shell-root-management .attendance-team-search input::placeholder{color:color-mix(in srgb,var(--management-text-secondary) 80%,transparent 20%)}.shell-root-employee .attendance-team-search input::placeholder{color:color-mix(in srgb,var(--employee-text-secondary) 80%,transparent 20%)}.shell-root-management .attendance-team-member-list,.shell-root-employee .attendance-team-member-list{display:grid;gap:12px}.shell-root-management .attendance-team-member-card,.shell-root-employee .attendance-team-member-card{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px 18px;border:0;border-radius:18px;color:inherit;text-align:left}.shell-root-management .attendance-team-member-card{background:var(--management-surface);box-shadow:var(--management-card-shadow);cursor:pointer}.shell-root-employee .attendance-team-member-card{background:var(--employee-surface);box-shadow:var(--employee-card-shadow);cursor:pointer}.shell-root-management .attendance-team-member-leading,.shell-root-employee .attendance-team-member-leading{min-width:0;display:flex;align-items:center;gap:14px}.shell-root-management .attendance-team-member-avatar,.shell-root-employee .attendance-team-member-avatar{width:52px;height:52px;overflow:hidden;border-radius:16px;background:var(--team-surface-muted);flex:0 0 auto}.shell-root-management .attendance-team-member-avatar img,.shell-root-employee .attendance-team-member-avatar img{width:100%;height:100%;object-fit:cover}.shell-root-management .attendance-team-member-fallback,.shell-root-employee .attendance-team-member-fallback{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(160deg,var(--team-accent),color-mix(in srgb,var(--team-accent) 68%,#c4b500 32%));color:#1a1a1a;font-size:20px;font-weight:700}.shell-root-management .attendance-team-member-copy,.shell-root-employee .attendance-team-member-copy{min-width:0;display:grid;gap:4px}.shell-root-management .attendance-team-member-copy strong,.shell-root-employee .attendance-team-member-copy strong{font-size:16px;font-weight:600;line-height:1.2;color:var(--team-text)}.shell-root-management .attendance-team-member-copy span,.shell-root-employee .attendance-team-member-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.35;color:var(--team-text-secondary)}.shell-root-management .attendance-team-member-status,.shell-root-employee .attendance-team-member-status{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;font-size:13px;font-weight:600;white-space:nowrap}.shell-root-management .attendance-team-member-status-present,.shell-root-employee .attendance-team-member-status-present{background:#e7f4ea;color:#3ba55d}.shell-root-management .attendance-team-member-status-absent,.shell-root-employee .attendance-team-member-status-absent{background:#f9e3e3;color:#ef5d4f}.shell-root-management .attendance-team-member-status-holiday,.shell-root-employee .attendance-team-member-status-holiday,.shell-root-management .attendance-team-member-status-neutral,.shell-root-employee .attendance-team-member-status-neutral{background:var(--team-surface-muted);color:var(--team-text-secondary)}.shell-root-management .attendance-team-member-card-skeleton,.shell-root-employee .attendance-team-member-card-skeleton{pointer-events:none}.shell-root-management .attendance-team-member-card-skeleton .attendance-team-member-avatar,.shell-root-management .attendance-team-member-card-skeleton .attendance-team-member-copy strong,.shell-root-management .attendance-team-member-card-skeleton .attendance-team-member-copy span,.shell-root-management .attendance-team-member-card-skeleton .attendance-team-member-status,.shell-root-employee .attendance-team-member-card-skeleton .attendance-team-member-avatar,.shell-root-employee .attendance-team-member-card-skeleton .attendance-team-member-copy strong,.shell-root-employee .attendance-team-member-card-skeleton .attendance-team-member-copy span,.shell-root-employee .attendance-team-member-card-skeleton .attendance-team-member-status{background:linear-gradient(90deg,color-mix(in srgb,var(--team-surface-muted) 94%,transparent 6%),color-mix(in srgb,white 42%,var(--team-surface-muted) 58%),color-mix(in srgb,var(--team-surface-muted) 94%,transparent 6%));background-size:200% 100%;animation:skeleton-shimmer 1.3s linear infinite}.shell-root-management .attendance-team-member-card-skeleton .attendance-team-member-copy strong,.shell-root-employee .attendance-team-member-card-skeleton .attendance-team-member-copy strong{width:148px;height:16px;border-radius:999px}.shell-root-management .attendance-team-member-card-skeleton .attendance-team-member-copy span,.shell-root-employee .attendance-team-member-card-skeleton .attendance-team-member-copy span{width:116px;height:12px;border-radius:999px}.shell-root-management .attendance-team-member-card-skeleton .attendance-team-member-status,.shell-root-employee .attendance-team-member-card-skeleton .attendance-team-member-status{width:78px}:is(.shell-root-management,.shell-root-employee) .attendance-team-picker-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}:is(.shell-root-management,.shell-root-employee) .attendance-team-picker-head h2{font-size:22px;line-height:1.2;color:var(--management-text)}:is(.shell-root-management,.shell-root-employee) .attendance-team-picker-head p{margin-top:6px;max-width:760px;font-size:14px;line-height:1.45;color:var(--management-text-secondary)}.shell-root-employee .attendance-team-picker-shell{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows .24s ease,opacity .18s ease,visibility 0s linear .24s}.shell-root-employee .attendance-team-picker-shell-open{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows .28s cubic-bezier(.22,1,.36,1),opacity .22s ease}.shell-root-employee .attendance-team-picker-shell-inner{min-height:0;overflow:hidden}.shell-root-employee .employee-payslips-page{display:grid;gap:24px}.shell-root-employee .employee-payslips-head{display:inline-flex;align-items:center;gap:12px}.shell-root-employee .employee-payslips-head h2{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-payslips-list{display:grid;gap:18px}.shell-root-employee .employee-payslips-row,.shell-root-employee .employee-payslips-empty{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;padding:0 22px}.shell-root-employee .employee-payslips-row span{font-size:16px;font-weight:500;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-payslips-download{display:inline-flex;align-items:center;gap:6px;background:transparent;color:var(--employee-yellow);cursor:pointer;font-size:14px;font-weight:500}.shell-root-employee .employee-payslips-download svg{font-size:18px}.shell-root-employee .employee-payslips-empty{justify-content:center}.shell-root-employee .employee-payslips-empty p{font-size:14px;color:var(--employee-text-secondary)}:root[data-theme=dark] .shell-root-employee .employee-attendance-icon-button,:root[data-theme=dark] .shell-root-employee .employee-attendance-close-button,:root[data-theme=dark] .shell-root-employee .employee-attendance-field,:root[data-theme=dark] .shell-root-employee .employee-attendance-detail-row,:root[data-theme=dark] .shell-root-employee .employee-attendance-leave-day-card,:root[data-theme=dark] .shell-root-employee .employee-payslips-back-button{background:#ffffff0f}:root[data-theme=dark] .shell-root-employee .employee-attendance-week-value-worked{background:#f8f3dc1f;color:#f0dd87}:root[data-theme=dark] .shell-root-employee .employee-attendance-week-value-underworked,:root[data-theme=dark] .shell-root-employee .employee-attendance-calendar-day-underworked{background:#f9e3e31f;color:#ff9f95}:root[data-theme=dark] .shell-root-employee .employee-attendance-week-value-empty{background:#ffffff0a}:root[data-theme=dark] .shell-root-employee .employee-attendance-calendar-day{background:#ffffff05}:root[data-theme=dark] .shell-root-employee .employee-attendance-calendar-day-present{background:#3ba55d2e;color:#9cd4ab}:root[data-theme=dark] .shell-root-employee .employee-attendance-calendar-day-holiday,:root[data-theme=dark] .shell-root-employee .employee-attendance-status-badge-holiday{background:#ffffff14;color:#a3a3a3}:root[data-theme=dark] .shell-root-employee .employee-attendance-calendar-day-future{background:#ffffff0a;color:#666}:root[data-theme=dark] .shell-root-employee .employee-attendance-status-badge-present,:root[data-theme=dark] .shell-root-employee .employee-attendance-status-badge-leave{background:#3ba55d2e;color:#95d4a4}:root[data-theme=dark] .shell-root-employee .employee-attendance-status-badge-absent{background:#f9e3e31f;color:#ff9d93}:root[data-theme=dark] .shell-root-employee .employee-attendance-dialog-paper{box-shadow:var(--elevation-3)}:root[data-theme=dark] .shell-root-employee .employee-attendance-detail-row-emphasized,:root[data-theme=dark] .shell-root-employee .employee-attendance-total-card{background:#fae90c14}:root[data-theme=dark] .shell-root-employee .employee-attendance-leave-day-option{background:#ffffff0f}@media(max-width:1024px){.shell-root-employee .employee-attendance-page{gap:24px}.shell-root-employee .employee-attendance-status-card,.shell-root-employee .employee-attendance-week-card,.shell-root-employee .employee-attendance-summary-card,.shell-root-employee .employee-attendance-calendar-card,.shell-root-employee .employee-attendance-leave-card,.shell-root-employee .employee-attendance-payslips-card{padding:18px}.shell-root-employee .employee-attendance-week-grid{gap:16px;margin-top:20px}.shell-root-employee .employee-attendance-week-item{justify-items:center;gap:10px}.shell-root-employee .employee-attendance-week-value{min-width:56px;min-height:44px;padding:0 12px;border-radius:16px}.shell-root-employee .employee-attendance-summary-grid{gap:16px}.shell-root-employee .employee-attendance-calendar-card{gap:20px}.shell-root-employee .employee-attendance-weekdays,.shell-root-employee .employee-attendance-calendar-grid{gap:8px}.shell-root-employee .employee-attendance-calendar-pad,.shell-root-employee .employee-attendance-calendar-day{aspect-ratio:1 / 1.08}.shell-root-employee .employee-attendance-calendar-day{gap:8px;padding:12px 8px;border-radius:16px}.shell-root-employee .employee-attendance-weekday{font-size:12px}.shell-root-employee .employee-attendance-calendar-date{font-size:13px}.shell-root-employee .employee-attendance-calendar-hours,.shell-root-employee .employee-attendance-calendar-holiday{font-size:10px}.shell-root-employee .employee-attendance-leave-card{display:grid;grid-template-columns:1fr;justify-items:stretch}.shell-root-management .attendance-management-page{gap:20px}.shell-root-employee .employee-attendance-primary-button{width:100%;min-height:44px}.shell-root-employee .employee-attendance-payslips-button{min-height:60px;padding:18px}.shell-root-employee .employee-attendance-payslips-leading{font-size:16px}.shell-root-employee .employee-attendance-dialog-mobile .MuiDialog-container{align-items:flex-end}.shell-root-employee .employee-attendance-dialog-paper-mobile{width:100%;max-width:100%;margin:0;border-radius:28px 28px 0 0}.shell-root-employee .employee-attendance-modal{padding:22px 20px 24px}.shell-root-employee .employee-attendance-detail-empty{min-height:180px}.shell-root-employee .employee-attendance-date-grid{gap:14px}.shell-root-employee .employee-attendance-leave-day-options{gap:6px}.shell-root-employee .employee-attendance-leave-day-option{min-height:40px;border-radius:16px}.shell-root-employee .employee-payslips-page{gap:20px}.shell-root-employee .employee-payslips-row,.shell-root-employee .employee-payslips-empty{min-height:60px;padding:0 18px}}@media(max-width:680px){.shell-root-employee .employee-attendance-week-grid,.shell-root-employee .employee-attendance-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shell-root-employee .employee-attendance-status-card{align-items:flex-start}.shell-root-management .attendance-team-member-card,.shell-root-employee .attendance-team-member-card{gap:12px;padding:12px 14px}.shell-root-management .attendance-team-member-avatar,.shell-root-employee .attendance-team-member-avatar{width:46px;height:46px;border-radius:14px}.shell-root-management .attendance-team-member-status,.shell-root-employee .attendance-team-member-status{min-height:34px;padding:0 12px;font-size:12px}.shell-root-employee .employee-attendance-date-grid{grid-template-columns:repeat(2,minmax(0,1fr))}:is(.shell-root-management,.shell-root-employee) .attendance-team-picker-head{align-items:flex-start}}.shell-root-employee .employee-subpage-head{display:flex;align-items:center;min-height:40px}.shell-root-employee .employee-subpage-head-three{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px}.shell-root-employee .employee-subpage-head h2{font-size:18px;font-weight:600;line-height:1.1;color:var(--employee-text)}.shell-root-employee .employee-subpage-head-three h2{justify-self:center}.shell-root-employee .employee-subpage-back-button,.shell-root-employee .employee-notifications-mark-read,.shell-root-employee .employee-notification-card,.shell-root-employee .employee-notifications-close,.shell-root-employee .employee-profile-signout,.shell-root-employee .employee-more-switch,.shell-root-employee .employee-more-submit{border:0;font:inherit;cursor:pointer}.shell-root-employee .employee-subpage-back-button{display:inline-flex;align-items:center;gap:8px;padding:0;background:transparent;color:var(--employee-text-secondary);font-size:14px;font-weight:500;line-height:1}.shell-root-employee .employee-subpage-back-button svg{font-size:22px}.shell-root-employee .employee-notifications-page,.shell-root-employee .employee-profile-page,.shell-root-employee .employee-more-page{display:grid}.shell-root-employee .employee-notifications-page{gap:14px}.shell-root-employee .employee-notifications-mark-read{justify-self:end;display:inline-flex;align-items:center;gap:6px;padding:0;background:transparent;color:var(--employee-yellow);font-size:14px;font-weight:500;line-height:1}.shell-root-employee .employee-notifications-mark-read:disabled{opacity:.45;cursor:default}.shell-root-employee .employee-notifications-mark-read svg{font-size:18px}.shell-root-employee .employee-notifications-feedback,.shell-root-employee .employee-more-feedback{margin:0;font-size:13px;line-height:1.4;color:var(--employee-text-secondary)}.shell-root-employee .employee-notifications-list{display:grid;gap:14px}.shell-root-employee .employee-notification-card{position:relative;display:grid;gap:14px;width:100%;padding:20px;text-align:left;border-radius:16px;background:var(--employee-surface);box-shadow:var(--employee-card-shadow)}.shell-root-employee .employee-notification-card-unread:before{content:"";position:absolute;top:10px;bottom:10px;left:0;width:2px;border-radius:2px;background:var(--employee-yellow)}.shell-root-employee .employee-notification-card-empty{cursor:default}.shell-root-employee .employee-notification-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start}.shell-root-employee .employee-notification-card-title{display:inline-flex;align-items:center;gap:12px;min-width:0}.shell-root-employee .employee-notification-card-dot{width:10px;height:10px;border-radius:999px;background:var(--employee-yellow);flex:0 0 auto}.shell-root-employee .employee-notification-card-title strong{font-size:16px;font-weight:600;line-height:1.25;color:var(--employee-text)}.shell-root-employee .employee-notification-card:not(.employee-notification-card-unread) .employee-notification-card-title strong{color:var(--employee-text-secondary)}.shell-root-employee .employee-notification-card-time{font-size:13px;font-weight:400;line-height:1.25;color:var(--employee-text-secondary);white-space:nowrap}.shell-root-employee .employee-notification-card p{margin:0;max-width:760px;font-size:14px;font-weight:400;line-height:1.5;color:var(--employee-text-secondary)}.shell-root-employee .employee-notifications-dialog-paper{width:min(100%,520px);margin:32px;border-radius:20px;background:var(--employee-surface);box-shadow:var(--employee-card-shadow)}.shell-root-employee .employee-notifications-modal{display:grid;gap:20px;padding:24px}.shell-root-employee .employee-notifications-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.shell-root-employee .employee-notifications-modal-head h3{margin:0;font-size:18px;font-weight:600;line-height:1.3;color:var(--employee-text)}.shell-root-employee .employee-notifications-modal-time{display:inline-block;margin-top:8px;font-size:13px;font-weight:400;line-height:1.3;color:var(--employee-text-secondary)}.shell-root-employee .employee-notifications-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:#f2f2f2;color:var(--employee-text)}.shell-root-employee .employee-notifications-close svg{font-size:22px}.shell-root-employee .employee-notifications-modal-body{border-radius:16px;background:#f8f8f8;padding:18px 20px}.shell-root-employee .employee-notifications-modal-body p{margin:0;font-size:14px;line-height:1.6;color:var(--employee-text-secondary);white-space:pre-wrap}.shell-root-employee .employee-profile-page{gap:28px}.shell-root-employee .employee-profile-card{border-radius:16px;background:var(--employee-surface);box-shadow:var(--employee-card-shadow)}.shell-root-employee .employee-profile-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:208px;padding:32px 24px;text-align:center}.shell-root-employee .employee-profile-avatar{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:24px;background:var(--employee-yellow);color:#1a1a1a;font-size:32px;font-weight:700;line-height:1}.shell-root-employee .employee-profile-hero h2{margin:24px 0 0;font-size:22px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-profile-hero p{margin:8px 0 0;font-size:13px;font-weight:400;line-height:1.35;color:var(--employee-text-secondary)}.shell-root-employee .employee-profile-details{padding:28px 22px}.shell-root-employee .employee-profile-info-list{display:grid;gap:18px}.shell-root-employee .employee-profile-info-row{display:grid;grid-template-columns:36px minmax(0,1fr);gap:16px;align-items:start}.shell-root-employee .employee-profile-info-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--employee-text-secondary)}.shell-root-employee .employee-profile-info-icon svg{font-size:24px}.shell-root-employee .employee-profile-info-copy{display:grid;gap:4px}.shell-root-employee .employee-profile-info-copy span{font-size:13px;font-weight:400;line-height:1.3;color:var(--employee-text-secondary)}.shell-root-employee .employee-profile-info-copy strong,.shell-root-employee .employee-profile-info-copy a{font-size:14px;font-weight:500;line-height:1.35;color:var(--employee-text);text-decoration:none}.shell-root-employee .employee-profile-signout{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:108px;background:var(--employee-surface);color:#e95b4e;font-size:14px;font-weight:600}.shell-root-employee .employee-profile-signout svg{font-size:24px}.shell-root-employee .employee-profile-signout:disabled{opacity:.6;cursor:default}.shell-root-employee .employee-more-page{gap:20px}.shell-root-employee .employee-more-card{border-radius:16px;background:var(--employee-surface);box-shadow:var(--employee-card-shadow);padding:20px}.shell-root-employee .employee-more-card>h2{margin:0 0 20px;font-size:12px;font-weight:600;line-height:1;letter-spacing:1px;text-transform:uppercase;color:var(--employee-text-secondary)}.shell-root-employee .employee-more-company-card{position:relative;overflow:hidden;padding:22px 22px 20px}.shell-root-employee .employee-more-company-media{height:180px;border-radius:20px;background-position:center;background-repeat:no-repeat;background-size:cover}.shell-root-employee .employee-more-company-badge{position:absolute;top:118px;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:22px;background:var(--employee-yellow);color:#1a1a1a;box-shadow:var(--elevation-2)}.shell-root-employee .employee-more-company-badge svg{font-size:34px}.shell-root-employee .employee-more-company-copy{display:grid;justify-items:center;gap:10px;padding-top:18px;text-align:center}.shell-root-employee .employee-more-company-copy strong{font-size:16px;font-weight:600;line-height:1.25;color:var(--employee-text)}.shell-root-employee .employee-more-company-copy a{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:400;line-height:1.3;color:var(--employee-text-secondary);text-decoration:none}.shell-root-employee .employee-more-company-copy a svg{font-size:16px}.shell-root-employee .employee-more-contact-list{display:grid;gap:18px}.shell-root-employee .employee-more-contact-row{display:grid;grid-template-columns:28px minmax(0,1fr);gap:14px;align-items:center;color:var(--employee-text);text-decoration:none}.shell-root-employee .employee-more-contact-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--employee-yellow)}.shell-root-employee .employee-more-contact-icon svg{font-size:24px}.shell-root-employee .employee-more-contact-row span:last-child{font-size:14px;font-weight:400;line-height:1.45}.shell-root-employee .employee-more-socials{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.shell-root-employee .employee-more-social-link{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#faf6de;color:var(--employee-text);text-decoration:none}.shell-root-employee .employee-more-social-link svg{font-size:26px}.shell-root-employee .employee-more-social-text{font-size:17px;font-weight:600;line-height:1}.shell-root-employee .employee-more-settings-list{display:grid;gap:18px}.shell-root-employee .employee-more-settings-row{display:flex;align-items:center;justify-content:space-between;gap:24px}.shell-root-employee .employee-more-settings-copy{display:inline-flex;align-items:center;gap:16px;min-width:0}.shell-root-employee .employee-more-settings-copy strong{font-size:16px;font-weight:400;line-height:1.25;color:var(--employee-text)}.shell-root-employee .employee-more-settings-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--employee-yellow)}.shell-root-employee .employee-more-settings-icon svg{font-size:24px}.shell-root-employee .employee-more-switch{position:relative;border:0;width:60px;height:34px;padding:4px;border-radius:999px;background:#e6e6e6;box-shadow:none;transition:background-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard)}.shell-root-employee .employee-more-switch span{display:block;width:26px;height:26px;border-radius:999px;background:#fff;box-shadow:0 2px 8px #0f172a1a,0 10px 18px #0f172a14;transition:transform var(--motion-duration-base) var(--motion-ease-standard)}.shell-root-employee .employee-more-switch-on{background:var(--employee-yellow)}.shell-root-employee .employee-more-switch-on span{transform:translate(26px)}.shell-root-employee .employee-more-switch:disabled{opacity:.6;cursor:default}.shell-root-employee .employee-more-select{position:relative;display:inline-flex;align-items:center;min-width:168px;height:44px;padding:0 42px 0 16px;border:1px solid #dddddd;border-radius:16px;background:#f8f8f8}.shell-root-employee .employee-more-select select{width:100%;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;font:inherit;font-size:14px;font-weight:400;color:var(--employee-text)}.shell-root-employee .employee-more-select svg{position:absolute;right:12px;font-size:24px;color:var(--employee-text-secondary);pointer-events:none}.shell-root-employee .employee-more-help-card textarea{width:100%;min-height:156px;resize:vertical;padding:18px 18px 20px;border:1px solid #dfdfdf;border-radius:16px;outline:none;background:#fafafa;font:inherit;font-size:14px;line-height:1.55;color:var(--employee-text)}.shell-root-employee .employee-more-help-card textarea::placeholder{color:#9da3ae}.shell-root-employee .employee-more-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;margin-top:18px;border-radius:12px;background:var(--employee-yellow);color:#1a1a1a;font-size:14px;font-weight:600}.shell-root-employee .employee-more-submit svg{font-size:20px}.shell-root-employee .employee-more-submit:disabled{opacity:.6;cursor:default}.shell-root-employee .employee-more-footer{text-align:center;font-size:12px;font-weight:400;line-height:1.4;color:var(--employee-text-secondary)}:root[data-theme=dark] .shell-root-employee .employee-notifications-close,:root[data-theme=dark] .shell-root-employee .employee-notifications-modal-body,:root[data-theme=dark] .shell-root-employee .employee-more-select,:root[data-theme=dark] .shell-root-employee .employee-more-help-card textarea{background:#ffffff0d}:root[data-theme=dark] .shell-root-employee .employee-more-social-link{background:#fae90c14}:root[data-theme=dark] .shell-root-employee .employee-more-switch{background:#ffffff24}:root[data-theme=dark] .shell-root-employee .employee-more-switch span{background:#f7f7f7;box-shadow:0 6px 14px #00000038,0 14px 24px #00000024}:root[data-theme=dark] .shell-root-employee .employee-notification-card:not(.employee-notification-card-unread) .employee-notification-card-title strong{color:#d7d7d7}:root[data-theme=dark] .shell-root-employee .employee-profile-signout{color:#ff7769}@media(max-width:1024px){.shell-root-employee .employee-subpage-head-three{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:10px}.shell-root-employee .employee-subpage-head h2{font-size:16px}.shell-root-employee .employee-notifications-mark-read{font-size:12px}.shell-root-employee .employee-notifications-page{gap:16px}.shell-root-employee .employee-notification-card{padding:20px 18px}.shell-root-employee .employee-notifications-dialog-mobile .MuiDialog-container{align-items:flex-end}.shell-root-employee .employee-notifications-dialog-paper-mobile{width:100%;max-width:100%;margin:0;border-radius:28px 28px 0 0}.shell-root-employee .employee-notifications-modal{padding:24px 20px 26px}.shell-root-employee .employee-profile-page{gap:20px}.shell-root-employee .employee-profile-hero{min-height:228px;padding:34px 20px}.shell-root-employee .employee-profile-hero h2{font-size:20px}.shell-root-employee .employee-profile-details{padding:22px 20px}.shell-root-employee .employee-profile-signout{min-height:96px}.shell-root-employee .employee-more-page{gap:18px}.shell-root-employee .employee-more-card{padding:20px 18px}.shell-root-employee .employee-more-company-media{height:258px;border-radius:18px}.shell-root-employee .employee-more-company-badge{top:188px;width:112px;height:84px;border-radius:28px}.shell-root-employee .employee-more-company-badge svg{font-size:42px}.shell-root-employee .employee-more-company-copy{padding-top:26px}.shell-root-employee .employee-more-company-copy strong{font-size:18px}.shell-root-employee .employee-more-socials{justify-content:space-between;gap:12px}.shell-root-employee .employee-more-settings-row{gap:16px}.shell-root-employee .employee-more-select{min-width:156px;height:46px}}.shell-root-management{--management-page-bg: #f4f4f4;--management-surface: #ffffff;--management-surface-muted: #f8f8f5;--management-sidebar-bg: #ffffff;--management-header-bg: #ffffff;--management-text: #1a1a1a;--management-text-secondary: #6b6b6b;--management-divider: #eaeaea;--management-yellow: #fae90c;--management-card-shadow: var(--elevation-2);--management-soft-green: #e7f4ea;--management-soft-red: #f9e3e3;--management-soft-yellow: #fbf8de;--management-soft-blue: #e9efff;grid-template-columns:240px minmax(0,1fr);background:var(--management-page-bg)}:root[data-theme=dark] .shell-root-management{--management-page-bg: #141414;--management-surface: #1d1d1d;--management-surface-muted: #232323;--management-sidebar-bg: #1c1c1c;--management-header-bg: #1c1c1c;--management-text: #f4f4f4;--management-text-secondary: #9b9b9b;--management-divider: #2c2c2c;--management-card-shadow: var(--elevation-2);--management-soft-green: rgba(59, 165, 93, .18);--management-soft-red: rgba(229, 57, 53, .18);--management-soft-yellow: rgba(250, 233, 12, .12);--management-soft-blue: rgba(86, 115, 255, .16)}.shell-root-management .management-sidebar{width:240px;min-height:100vh;padding:24px;background:var(--management-sidebar-bg);border-right:1px solid var(--management-divider)}.shell-root-management .management-sidebar-profile{display:flex;align-items:center;gap:12px;padding:0 0 24px;color:var(--management-text);text-decoration:none}.shell-root-management .management-sidebar-avatar-image,.shell-root-management .management-sidebar-avatar-fallback{width:48px;height:48px;border-radius:999px;object-fit:cover}.shell-root-management .management-sidebar-avatar-fallback{display:grid;place-items:center;background:var(--management-yellow);color:#1a1a1a;font-size:20px;font-weight:700}.shell-root-management .management-sidebar-profile-copy{display:grid;gap:2px}.shell-root-management .management-sidebar-profile-copy strong{font-size:16px;font-weight:600;line-height:1.25;color:var(--management-text)}.shell-root-management .management-sidebar-profile-copy small{font-size:13px;font-weight:400;line-height:1.3;color:var(--management-text-secondary)}.shell-root-management .management-sidebar-nav,.shell-root-management .management-sidebar-section{display:grid;gap:12px}.shell-root-management .management-sidebar-group-label{margin:10px 0 2px 12px;font-size:12px;font-weight:600;line-height:1;letter-spacing:1px;color:var(--management-text-secondary)}.shell-root-management .management-sidebar-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;padding:0 14px;border-radius:10px;color:var(--management-text-secondary);text-decoration:none;font-size:14px;font-weight:500}.shell-root-management .management-sidebar-link-icon{width:20px;font-size:20px;display:inline-flex;justify-content:center}.shell-root-management .management-sidebar-link-active{background:var(--management-yellow);color:#1a1a1a}.shell-root-management .main-content-management{min-height:100vh;background:var(--management-page-bg)}.shell-root-management .management-topbar{min-height:64px;padding:0 32px;display:flex;align-items:center;border-bottom:1px solid var(--management-divider);background:var(--management-header-bg);box-shadow:none}.shell-root-management .management-topbar-brand h1,.shell-root-management .management-topbar-page-title h1{margin:0;font-size:22px;font-weight:600;line-height:1;color:var(--management-text)}.shell-root-management .topbar-brand-logo .tatwansh-brand-logo-image{height:32px}.shell-root-management .management-topbar-notification{position:relative;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:var(--management-text);font-size:20px;text-decoration:none}.shell-root-management .management-topbar-alert-dot{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:999px;background:var(--management-yellow)}.shell-root-management .management-content-wrap{padding:32px 32px 120px;background:var(--management-page-bg)}.shell-root-management .module-page{gap:28px}.shell-root-management .module-header,.shell-root-management .compact-header{gap:8px}.shell-root-management .module-header h1,.shell-root-management .compact-header h1{font-size:22px;font-weight:600;line-height:1.1;color:var(--management-text)}.shell-root-management .module-header p{color:var(--management-text-secondary)}.shell-root-management .module-card,.shell-root-management .settings-card,.shell-root-management .record-card,.shell-root-management .notification-card,.shell-root-management .home-panel,.shell-root-management .mini-metric,.shell-root-management .profile-hero,.shell-root-management .profile-team,.shell-root-management .quick-link-card,.shell-root-management .social-link,.shell-root-management .contact-row,.shell-root-management .preference-row,.shell-root-management .insight-row,.shell-root-management .home-list-item,.shell-root-management .finance-hero-grid article,.shell-root-management .profile-stat,.shell-root-management .member-item,.shell-root-management .team-roster-item,.shell-root-management .attendance-calendar-day,.shell-root-management .quick-action-tile,.shell-root-management .empty-state,.shell-root-management .section-card,.shell-root-management .metric-card{border:0;border-radius:16px;background:var(--management-surface);box-shadow:var(--management-card-shadow)}.shell-root-management .module-card,.shell-root-management .settings-card,.shell-root-management .section-card{padding:24px}.shell-root-management .metric-card{padding:20px}.shell-root-management .metric-card-head,.shell-root-management .metric-card-helper,.shell-root-management .section-card-description,.shell-root-management .quick-link-copy small,.shell-root-management .preference-copy small,.shell-root-management .record-card-title small,.shell-root-management .record-card-copy,.shell-root-management .record-card-footer small,.shell-root-management .empty-state-copy p,.shell-root-management .field>span{color:var(--management-text-secondary)}.shell-root-management .metric-card-head{font-size:13px;letter-spacing:0}.shell-root-management .metric-card-icon,.shell-root-management .quick-action-tile-icon,.shell-root-management .quick-link-icon,.shell-root-management .empty-state-icon,.shell-root-management .surface-chip,.shell-root-management .meta-chip,.shell-root-management .role-pill,.shell-root-management .home-notify-btn,.shell-root-management .member-role-chip,.shell-root-management .count-chip{border:0;background:var(--management-soft-yellow);color:var(--management-text)}.shell-root-management .metric-card p{font-size:clamp(1.8rem,2vw,2.2rem);font-weight:700;letter-spacing:-.03em;color:var(--management-text)}.shell-root-management .section-card-title h2{display:inline-flex;align-items:center;gap:10px;margin:0;font-size:18px;font-weight:600;color:var(--management-text)}.shell-root-management .section-card-title h2 svg,.shell-root-management .section-card-title h2 span+svg{color:var(--management-yellow)}.shell-root-management .section-card-action,.shell-root-management .inline-link{color:var(--management-text)}.shell-root-management .quick-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.shell-root-management .quick-action-tile{min-height:136px;padding:20px}.shell-root-management .quick-action-tile strong{font-size:16px;color:var(--management-text)}.shell-root-management .quick-action-tile small{color:var(--management-text-secondary)}.shell-root-management .primary-button{min-height:44px;border-radius:12px;padding:10px 18px;background:var(--management-yellow);color:#1a1a1a;box-shadow:var(--shadow-accent)}.shell-root-management .ghost-button{border-radius:12px;border:0;background:var(--management-surface);color:var(--management-text);box-shadow:var(--elevation-1)}.shell-root-management .segmented-control{border-radius:16px;background:var(--management-surface-muted)}.shell-root-management .field input,.shell-root-management .field select,.shell-root-management .field textarea{min-height:44px;border-radius:12px;border:1px solid var(--management-divider);background:var(--management-surface-muted);color:var(--management-text)}.shell-root-management .field input::placeholder,.shell-root-management .field textarea::placeholder{color:color-mix(in srgb,var(--management-text-secondary) 78%,transparent 22%)}.shell-root-management .desktop-data-grid .MuiDataGrid-root{border-radius:16px}.shell-root-management .management-dashboard-page{display:grid;gap:28px}.shell-root-management .management-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.shell-root-management .management-dashboard-hero-card{gap:24px}.shell-root-management .management-dashboard-pill-grid,.shell-root-management .management-dashboard-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.shell-root-management .management-dashboard-pill,.shell-root-management .management-dashboard-summary-item,.shell-root-management .management-dashboard-person-card{display:grid;gap:8px;padding:18px 20px;border-radius:16px;background:var(--management-surface-muted)}.shell-root-management .management-dashboard-pill span,.shell-root-management .management-dashboard-summary-item span,.shell-root-management .management-dashboard-person-copy span{font-size:13px;color:var(--management-text-secondary)}.shell-root-management .management-dashboard-pill strong,.shell-root-management .management-dashboard-summary-item strong{font-size:28px;font-weight:700;line-height:1;color:var(--management-text)}.shell-root-management .management-dashboard-pill-positive{background:var(--management-soft-green)}.shell-root-management .management-dashboard-pill-neutral{background:var(--management-soft-yellow)}.shell-root-management .management-dashboard-pill-warning{background:var(--management-soft-red)}.shell-root-management .management-dashboard-team-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.shell-root-management .management-dashboard-person-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.shell-root-management .management-dashboard-person-copy{display:grid;gap:4px}.shell-root-management .management-dashboard-person-copy strong,.shell-root-management .management-dashboard-list-copy strong,.shell-root-management .management-dashboard-table-row strong{color:var(--management-text);font-size:16px;font-weight:600}.shell-root-management .management-dashboard-inline-link{color:var(--management-text);font-size:14px;font-weight:600;text-decoration:none}.shell-root-management .management-dashboard-list{display:grid;gap:12px}.shell-root-management .management-dashboard-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;border-radius:16px;border:1px solid var(--management-divider);background:var(--management-surface-muted);color:inherit;text-decoration:none}.shell-root-management .management-dashboard-list-copy{display:grid;gap:6px;min-width:0}.shell-root-management .management-dashboard-list-copy p,.shell-root-management .management-dashboard-list-meta small,.shell-root-management .management-dashboard-table-row span,.shell-root-management .management-dashboard-table-row p{color:var(--management-text-secondary)}.shell-root-management .management-dashboard-list-meta{display:grid;justify-items:end;gap:8px}.shell-root-management .management-dashboard-status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--management-soft-yellow);color:var(--management-text);font-size:12px;font-weight:600;white-space:nowrap}.shell-root-management .management-dashboard-status-chip-positive{background:var(--management-soft-green);color:#30784b}.shell-root-management .management-dashboard-status-chip-neutral,.shell-root-management .management-dashboard-status-chip-upcoming{background:var(--management-soft-yellow);color:var(--management-text-secondary)}.shell-root-management .management-dashboard-status-chip-warning,.shell-root-management .management-dashboard-status-chip-today{background:var(--management-soft-red);color:#d24e44}.shell-root-management .management-dashboard-status-chip-soon{background:var(--management-soft-yellow);color:#866f00}.shell-root-management .management-dashboard-status-chip-overdue{background:var(--management-soft-red);color:#d24e44}.shell-root-management .management-dashboard-table{display:grid;gap:0}.shell-root-management .management-dashboard-table-head,.shell-root-management .management-dashboard-table-row{display:grid;grid-template-columns:minmax(140px,.9fr) minmax(160px,1fr) 120px 88px minmax(220px,1.6fr);gap:16px;align-items:start}.shell-root-management .management-dashboard-table-head{padding:0 20px 14px;border-bottom:1px solid var(--management-divider);font-size:12px;font-weight:600;letter-spacing:1px;color:var(--management-text-secondary);text-transform:uppercase}.shell-root-management .management-dashboard-table-row{padding:16px 20px;border-bottom:1px solid var(--management-divider)}.shell-root-management .management-dashboard-table-row:last-child{border-bottom:0}.shell-root-management .management-dashboard-table-row p{margin:0;line-height:1.45}.shell-root-management .management-dashboard-table-empty{padding-top:12px}:root[data-theme=dark] .shell-root-management .management-dashboard-status-chip-positive{color:#9fe3af}:root[data-theme=dark] .shell-root-management .management-dashboard-status-chip-warning,:root[data-theme=dark] .shell-root-management .management-dashboard-status-chip-overdue,:root[data-theme=dark] .shell-root-management .management-dashboard-status-chip-today{color:#ffaca8}:root[data-theme=dark] .shell-root-management .management-dashboard-status-chip-soon{color:#f5e46d}.shell-root-management .management-clients-page,.shell-root-management .management-client-detail-page{display:grid;gap:28px}.shell-root-management .management-clients-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.shell-root-management .management-clients-stat-card{min-height:92px;padding:14px 16px}.shell-root-management .management-clients-stat-card p{margin:6px 0 0;font-size:clamp(1.6rem,1.8vw,1.95rem);line-height:1}.shell-root-management .management-clients-stat-card .metric-card-head,.shell-root-management .management-clients-stat-card .metric-card-helper,.shell-root-management .management-clients-stat-card small{display:block}.shell-root-management .management-clients-stat-trend{margin-top:4px;font-size:12px;font-weight:500;line-height:1.3;color:#36a464}.shell-root-management .management-clients-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.shell-root-management .management-clients-search,.shell-root-management .management-leads-search{position:relative;display:flex;align-items:center;min-height:52px;padding:0 18px;border-radius:16px;background:var(--management-surface);box-shadow:var(--management-card-shadow)}.shell-root-management .management-clients-search svg,.shell-root-management .management-leads-search svg{flex:0 0 auto;font-size:20px;color:var(--management-text-secondary)}.shell-root-management .management-clients-search input,.shell-root-management .management-leads-search input{width:100%;min-width:0;border:0;outline:none;background:transparent;font:inherit;font-size:14px;color:var(--management-text);padding-left:12px}.shell-root-management .management-clients-search input::placeholder,.shell-root-management .management-leads-search input::placeholder{color:color-mix(in srgb,var(--management-text-secondary) 80%,transparent 20%)}.shell-root-management .management-clients-filter-trigger{display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 18px;border-radius:16px}.shell-root-management .management-clients-filter-trigger svg{font-size:20px}.shell-root-management .management-clients-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--management-yellow);color:#1a1a1a;font-size:12px;font-weight:700;line-height:1}.shell-root-management .management-clients-list{display:grid;gap:16px}.shell-root-management .management-client-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 18px;border-radius:16px;background:var(--management-surface);box-shadow:var(--management-card-shadow);color:inherit;text-decoration:none}.shell-root-management .management-client-card-leading{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;min-width:0}.shell-root-management .management-client-card-avatar,.shell-root-management .management-client-detail-avatar{width:42px;height:42px;border-radius:12px;background:var(--management-soft-yellow);overflow:hidden;display:grid;place-items:center;color:#8a7a00;font-size:14px;font-weight:700}.shell-root-management .management-client-logo-filled{padding:4px;border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--management-text)}.shell-root-management .management-client-card-avatar img,.shell-root-management .management-client-detail-avatar img{width:100%;height:100%;object-fit:cover}.shell-root-management .management-client-card-avatar.management-client-logo-filled img,.shell-root-management .management-client-detail-avatar.management-client-logo-filled img,.shell-root-management .management-client-logo-preview.management-client-logo-filled img{object-fit:contain}.shell-root-management .management-client-card-copy{display:grid;gap:5px;min-width:0}.shell-root-management .management-client-card-copy strong{font-size:17px;font-weight:600;line-height:1.2;color:var(--management-text)}.shell-root-management .management-client-card-subline{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;font-size:12px;font-weight:500;line-height:1.35;color:var(--management-text-secondary)}.shell-root-management .management-client-card-client-name{font-size:13px;font-weight:500;color:var(--management-text-secondary)}.shell-root-management .management-client-country{display:inline-flex;align-items:center;gap:4px}.shell-root-management .management-client-country svg{font-size:15px}.shell-root-management .management-client-status-chip,.shell-root-management .management-client-detail-member-chip,.shell-root-management .management-clients-sort-chip,.shell-root-management .management-client-assignee-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:999px;background:var(--management-soft-yellow);color:var(--management-text);font-size:12px;font-weight:500;line-height:1}.shell-root-management .management-client-card-trailing{display:inline-flex;align-items:center;justify-content:center;color:var(--management-text-secondary)}.shell-root-management .management-client-card-trailing svg{font-size:22px}.shell-root-management .management-client-card .management-client-status-chip{min-height:24px;padding:0 10px;font-size:11px}.shell-root-management .management-clients-empty{min-height:180px}.shell-root-management .management-clients-fab{position:fixed;right:32px;bottom:32px;z-index:40;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;border:0;background:var(--management-yellow);color:#1a1a1a;box-shadow:var(--elevation-4),0 10px 26px #fae90c33}.shell-root-management .management-clients-fab svg{font-size:28px}.shell-root-management .management-client-dialog,.shell-root-management .management-clients-filter-dialog,.shell-root-management .management-lead-dialog{display:grid;gap:22px;min-width:0;align-content:start}.shell-root-management .management-client-dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shell-root-management .management-clients-filter-dialog .field{min-width:0}.shell-root-management .management-clients-filter-dialog .field select{width:100%;min-width:0}.shell-root-management .management-client-dialog-full{grid-column:1 / -1}.shell-root-management .management-client-dialog-label{display:inline-flex;align-items:center;margin-bottom:8px;font-size:13px;font-weight:500;line-height:1.3;color:var(--management-text-secondary)}.shell-root-management .management-client-logo-picker{display:flex;align-items:center;gap:16px;min-height:84px;padding:16px;border-radius:16px;background:var(--management-surface-muted)}.shell-root-management .management-client-logo-preview{width:64px;height:64px;border-radius:18px;background:var(--management-soft-yellow);overflow:hidden;display:grid;place-items:center;color:#8a7a00;font-size:22px;font-weight:700;flex:0 0 auto}.shell-root-management .management-client-logo-preview img{width:100%;height:100%;object-fit:cover}.shell-root-management .management-client-logo-button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px}.shell-root-management .management-client-input-icon-wrap{position:relative}.shell-root-management .management-client-input-icon-wrap input{width:100%;padding-right:44px}.shell-root-management .management-client-input-icon-wrap svg{position:absolute;top:50%;right:14px;transform:translateY(-50%);font-size:20px;color:var(--management-text-secondary);pointer-events:none}.shell-root-management .management-client-assignee-grid{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shell-root-management .management-client-assignee-chip{border:0;background:var(--management-surface-muted);color:var(--management-text-secondary);cursor:pointer}.shell-root-management .management-client-assignee-chip-active,.shell-root-management .management-clients-sort-chip-active{background:var(--management-yellow);color:#1a1a1a}.shell-root-management .management-client-dialog-feedback{margin:-6px 0 0;font-size:13px;font-weight:500;line-height:1.4;color:#d24e44}.shell-root-management .management-client-dialog-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.shell-root-management .management-client-dialog-submit{width:100%}.shell-root-management .management-client-dialog-delete-icon{color:#d24e44}.shell-root-management .management-client-dialog-delete-icon:hover{color:#b93c31}.shell-root-management .management-clients-sort-row,.shell-root-management .management-clients-filter-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.shell-root-management .management-clients-sort-chip{border:0;background:var(--management-surface-muted);min-height:36px;padding:0 14px;font-weight:600;cursor:pointer}.shell-root-management .management-clients-filter-actions{justify-content:space-between}.shell-root-management .management-leads-page{display:grid;gap:24px}.shell-root-management .management-leads-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shell-root-management .management-leads-filter-chip{min-height:36px;padding:0 14px;border-radius:999px;border:0;background:var(--management-surface-muted);color:var(--management-text-secondary);font-size:13px;font-weight:500;transition:background .18s ease,color .18s ease,transform .18s ease;cursor:pointer}.shell-root-management .management-leads-filter-chip:hover{transform:translateY(-1px)}.shell-root-management .management-leads-filter-chip-active{background:var(--management-yellow);color:#1a1a1a}.shell-root-management .management-leads-list{display:grid;gap:14px}.shell-root-management .management-lead-card{border-radius:16px;background:var(--management-surface);box-shadow:var(--management-card-shadow);overflow:hidden}.shell-root-management .management-lead-card-toggle{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.shell-root-management .management-lead-card-copy{display:grid;gap:6px;min-width:0}.shell-root-management .management-lead-card-copy strong{font-size:16px;font-weight:600;line-height:1.25;color:var(--management-text)}.shell-root-management .management-lead-card-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;font-weight:500;line-height:1.35;color:var(--management-text-secondary)}.shell-root-management .management-lead-card-client{color:var(--management-text)}.shell-root-management .management-lead-card-dot{opacity:.55}.shell-root-management .management-lead-card-side{display:grid;justify-items:end;gap:8px}.shell-root-management .management-lead-card-value{font-size:18px;font-weight:700;line-height:1;color:var(--management-text);white-space:nowrap}.shell-root-management .management-lead-status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:600;line-height:1;white-space:nowrap}.shell-root-management .management-lead-status-chip-new{background:#ebf2ff;color:#2f67dc}.shell-root-management .management-lead-status-chip-contacted{background:#f7f3df;color:#81721a}.shell-root-management .management-lead-status-chip-proposal{background:#f3ebff;color:#8f55e7}.shell-root-management .management-lead-status-chip-converted{background:#e6f6ea;color:#2c9a52}.shell-root-management .management-lead-status-chip-lost{background:#fde8e7;color:#df5048}.shell-root-management .management-lead-status-chip-applied{background:#ebf2ff;color:#2f67dc}.shell-root-management .management-lead-status-chip-shortlisted{background:#f7f3df;color:#81721a}.shell-root-management .management-lead-status-chip-interview{background:#f3ebff;color:#8f55e7}.shell-root-management .management-lead-status-chip-selected{background:#e6f6ea;color:#2c9a52}.shell-root-management .management-lead-status-chip-rejected{background:#fde8e7;color:#df5048}.shell-root-management .management-lead-card-details-shell{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows .24s ease,opacity .2s ease,visibility 0s linear .24s}.shell-root-management .management-lead-card-details-shell-open{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows .28s cubic-bezier(.22,1,.36,1),opacity .22s ease}.shell-root-management .management-lead-card-details{display:grid;gap:16px;min-height:0;overflow:hidden;padding:0 20px;border-top:1px solid transparent;transform:translateY(-8px);transition:padding .24s ease,border-color .24s ease,transform .28s cubic-bezier(.22,1,.36,1)}.shell-root-management .management-lead-card-details-shell-open .management-lead-card-details{padding:0 20px 18px;border-top-color:var(--management-divider);transform:translateY(0)}.shell-root-management .management-lead-card-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:16px}.shell-root-management .management-lead-detail-item{display:grid;gap:6px;min-width:0}.shell-root-management .management-lead-detail-item-full{grid-column:1 / -1}.shell-root-management .management-lead-detail-item span{font-size:12px;font-weight:600;letter-spacing:.02em;color:var(--management-text-secondary)}.shell-root-management .management-lead-detail-item strong{font-size:14px;font-weight:500;line-height:1.45;color:var(--management-text)}.shell-root-management .management-lead-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shell-root-management .management-lead-link{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border-radius:999px;background:var(--management-surface-muted);color:var(--management-text);text-decoration:none;font-size:12px;font-weight:500}.shell-root-management .management-lead-link svg{font-size:15px}.shell-root-management .management-lead-card-actions{display:flex;align-items:center;justify-content:flex-end}.shell-root-management .management-lead-card-actions .ghost-button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px}.shell-root-management .management-leads-empty{min-height:180px}.shell-root-management .management-clients-fab,.shell-root-management .management-leads-fab{position:fixed;right:32px;bottom:32px;z-index:40;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;border:0;background:var(--management-yellow);color:#1a1a1a;box-shadow:var(--elevation-4),0 10px 26px #fae90c33}.shell-root-management .management-clients-fab svg,.shell-root-management .management-leads-fab svg{font-size:28px}.shell-root-management .management-lead-dialog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shell-root-management .management-lead-dialog-full{grid-column:1 / -1}.shell-root-management .management-lead-dialog-error{margin-top:6px;font-size:12px;font-weight:500;line-height:1.35;color:#d24e44}.shell-root-management .management-lead-dialog-actions{display:grid;gap:12px}.shell-root-management .management-lead-dialog-delete{min-height:44px;color:#d24e44}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-new{color:#8eb4ff}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-contacted{color:#f0df86}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-proposal{color:#c79cff}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-converted{color:#98e0ad}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-lost{color:#ffada6}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-applied{color:#8eb4ff}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-shortlisted{color:#f0df86}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-interview{color:#c79cff}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-selected{color:#98e0ad}:root[data-theme=dark] .shell-root-management .management-lead-status-chip-rejected{color:#ffada6}.shell-root-management .management-client-detail-back{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:var(--management-text-secondary);text-decoration:none;font-size:14px;font-weight:500}.shell-root-management .management-client-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px}.shell-root-management .management-client-detail-brand{display:flex;align-items:center;gap:18px;min-width:0}.shell-root-management .management-client-detail-avatar{width:78px;height:78px;border-radius:22px;font-size:26px}.shell-root-management .management-client-detail-copy{display:grid;gap:8px;min-width:0}.shell-root-management .management-client-detail-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shell-root-management .management-client-detail-country{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--management-text-secondary)}.shell-root-management .management-client-detail-copy h2{margin:0;font-size:28px;font-weight:700;line-height:1.1;color:var(--management-text)}.shell-root-management .management-client-detail-copy p{margin:0;font-size:15px;font-weight:500;line-height:1.35;color:var(--management-text-secondary)}.shell-root-management .management-client-detail-edit{display:inline-flex;align-items:center;gap:8px}.shell-root-management .management-clients-stats-detail .management-clients-stat-card p{font-size:clamp(1.2rem,1.8vw,2rem)}.shell-root-management .management-client-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.shell-root-management .management-client-detail-section{display:grid;gap:18px}.shell-root-management .management-client-detail-section-full{grid-column:1 / -1}.shell-root-management .management-client-detail-info-list{display:grid;gap:16px}.shell-root-management .management-client-detail-info-row{display:grid;gap:4px}.shell-root-management .management-client-detail-info-row span{font-size:13px;font-weight:500;line-height:1.3;color:var(--management-text-secondary)}.shell-root-management .management-client-detail-info-row strong{font-size:16px;font-weight:600;line-height:1.35;color:var(--management-text)}.shell-root-management .management-client-detail-team{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shell-root-management .management-client-detail-placeholder,.shell-root-management .management-client-detail-remark,.shell-root-management .management-client-detail-empty p{margin:0;font-size:14px;line-height:1.6;color:var(--management-text-secondary)}:root[data-theme=dark] .shell-root-management .management-clients-stat-trend{color:#8fd9ab}:root[data-theme=dark] .shell-root-management .management-client-card-avatar,:root[data-theme=dark] .shell-root-management .management-client-detail-avatar,:root[data-theme=dark] .shell-root-management .management-client-logo-preview{color:#f4eb7b}@media(max-width:1024px){.shell-root-management{width:100%;padding:0;gap:0}.shell-root-management .main-content-management{min-height:100vh}.shell-root-management .management-topbar{padding:24px 20px 26px;border-bottom:1px solid var(--management-divider);background:var(--management-header-bg)}.shell-root-management .management-topbar-profile{display:inline-flex;align-items:center;gap:16px;color:var(--management-text);text-decoration:none}.shell-root-management .management-topbar-avatar-image,.shell-root-management .management-topbar-avatar-fallback{width:54px;height:54px;border-radius:999px;object-fit:cover}.shell-root-management .management-topbar-avatar-fallback{display:grid;place-items:center;background:var(--management-yellow);color:#1a1a1a;font-size:20px;font-weight:700}.shell-root-management .management-topbar-profile-copy{display:grid;gap:4px}.shell-root-management .management-topbar-profile-copy strong{font-size:16px;font-weight:600;color:var(--management-text)}.shell-root-management .management-topbar-profile-copy small{font-size:13px;color:var(--management-text-secondary)}.shell-root-management .management-topbar-page-title h1{font-size:22px}.shell-root-management .topbar-brand-logo .tatwansh-brand-logo-image{height:28px}.shell-root-management .management-topbar-notification{width:42px;height:42px;font-size:24px}.shell-root-management .management-content-wrap{padding:24px 20px 118px}.shell-root-management .management-bottom-nav{position:fixed;left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 16px);z-index:36;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:min(calc(100% - 32px),420px);padding:16px 18px 18px;border-radius:26px;background:#fffffff5;box-shadow:0 -1px #1d1d1d0d,0 14px 34px #0f0f0f14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.shell-root-management .management-bottom-link{display:grid;justify-items:center;gap:8px;padding:0 2px;color:var(--management-text-secondary);text-decoration:none;font-size:13px;font-weight:500}.shell-root-management .management-bottom-link-icon{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;font-size:22px}.shell-root-management .management-bottom-link-active{color:#1a1a1a}.shell-root-management .management-bottom-link-home-active .management-bottom-link-icon,.shell-root-management .management-bottom-link-active:not(.management-bottom-link-home) .management-bottom-link-icon{background:var(--management-yellow);box-shadow:none}.shell-root-management .management-dashboard-grid,.shell-root-management .management-dashboard-pill-grid,.shell-root-management .management-dashboard-summary-grid,.shell-root-management .management-dashboard-team-strip,.shell-root-management .management-dashboard-list-row,.shell-root-management .management-dashboard-table-row{grid-template-columns:1fr}.shell-root-management .management-dashboard-list-meta{justify-items:start}.shell-root-management .management-dashboard-table-head{display:none}.shell-root-management .management-dashboard-table-row{gap:8px;border:1px solid var(--management-divider);border-radius:16px;background:var(--management-surface-muted);margin-top:12px}.shell-root-management .management-client-detail-grid,.shell-root-management .management-client-dialog-grid{grid-template-columns:1fr}.shell-root-management .management-clients-page .management-clients-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.shell-root-management .management-client-detail-page .management-clients-stats{grid-template-columns:1fr}.shell-root-management .management-leads-filter-row{gap:8px}.shell-root-management .management-leads-filter-chip{min-height:34px;padding:0 12px;font-size:12px}.shell-root-management .management-clients-toolbar,.shell-root-management .management-client-detail-hero{grid-template-columns:1fr}.shell-root-management .management-clients-filter-trigger,.shell-root-management .management-client-detail-edit{width:100%;justify-content:center}.shell-root-management .management-client-card{padding:14px 16px}.shell-root-management .management-client-card-copy strong{font-size:15px}.shell-root-management .management-client-card-subline{gap:5px 8px;font-size:11px}.shell-root-management .management-client-card-client-name{font-size:12px}.shell-root-management .management-lead-card-toggle{grid-template-columns:1fr;justify-items:start;gap:14px;padding:16px}.shell-root-management .management-lead-card-side{width:100%;grid-template-columns:auto auto;justify-content:space-between;justify-items:start;align-items:center}.shell-root-management .management-lead-card-details{padding:0 16px 16px}.shell-root-management .management-lead-card-details-grid,.shell-root-management .management-lead-dialog-grid{grid-template-columns:1fr}.shell-root-management .management-lead-card-actions .ghost-button{width:100%;justify-content:center}.shell-root-management .management-leads-fab{right:20px;bottom:calc(env(safe-area-inset-bottom,0px) + 96px)}.shell-root-management .management-clients-page .management-clients-stat-card{min-height:78px;padding:12px 10px}.shell-root-management .management-clients-page .management-clients-stat-card .metric-card-head,.shell-root-management .management-clients-page .management-clients-stat-card .metric-card-helper,.shell-root-management .management-clients-page .management-clients-stat-card small{font-size:10px;line-height:1.2}.shell-root-management .management-clients-page .management-clients-stat-card p{margin-top:5px;font-size:1.35rem}.shell-root-management .management-clients-page .management-clients-stat-trend{margin-top:3px;font-size:10px}.shell-root-management .management-client-logo-picker{flex-direction:column;align-items:flex-start}.shell-root-management .management-clients-filter-actions{justify-content:stretch}.shell-root-management .management-clients-filter-actions .ghost-button,.shell-root-management .management-clients-filter-actions .primary-button{width:100%;justify-content:center}.shell-root-management .management-clients-fab{right:20px;bottom:112px}}:root[data-theme=dark] .shell-root-management .management-bottom-nav{background:#1d1d1df5;box-shadow:var(--elevation-3)}.app-dialog .MuiBackdrop-root.app-dialog-backdrop{background:#00000040;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-dialog .MuiDialog-container{align-items:center;justify-content:center;padding:32px}.app-dialog .MuiDialog-paper.app-dialog-paper{width:min(100%,var(--app-dialog-width, 520px));max-width:var(--app-dialog-width, 520px);max-height:calc(100dvh - 64px);margin:0;border:0;border-radius:20px;background:var(--employee-surface, var(--management-surface, var(--panel-strong)));box-shadow:var(--elevation-3);overflow:hidden;will-change:transform,opacity;animation:app-dialog-enter .28s var(--motion-ease-standard)}.app-dialog-body{display:grid;gap:16px;padding:32px;overflow-y:auto;max-height:calc(100dvh - 64px);overscroll-behavior:contain;scrollbar-gutter:stable}.app-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.app-dialog-header-copy{display:grid;gap:8px;min-width:0}.app-dialog-title{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:var(--employee-text, var(--management-text, var(--text)))}.app-dialog-meta{font-size:13px;font-weight:400;line-height:1.35;color:var(--employee-text-secondary, var(--management-text-secondary, var(--text-muted)))}.app-dialog-header-actions{display:inline-flex;align-items:center;gap:10px}.app-dialog-close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:0;width:40px;height:40px;border-radius:999px;background:#f1f1f1;box-shadow:0 6px 16px #0f172a14,0 14px 26px #0f172a0d;color:var(--employee-text, var(--management-text, var(--text)));transition:background-color var(--motion-duration-base) var(--motion-ease-standard),box-shadow var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.app-dialog-close:hover{background:#e7e7e7;box-shadow:0 8px 20px #0f172a1a,0 18px 30px #0f172a0f;transform:translateY(-1px)}.app-dialog-close:focus-visible{outline:0;box-shadow:0 8px 20px #0f172a1a,0 18px 30px #0f172a0f,0 0 18px #fae90c2e}.app-dialog-close svg{font-size:22px}:root[data-theme=dark] .app-dialog .MuiBackdrop-root.app-dialog-backdrop{background:#0000006b}:root[data-theme=dark] .app-dialog .MuiDialog-paper.app-dialog-paper{box-shadow:var(--elevation-3)}:root[data-theme=dark] .app-dialog-close{background:#ffffff14;color:var(--employee-text, var(--management-text, var(--text)));box-shadow:0 8px 18px #00000038,0 18px 30px #00000029}:root[data-theme=dark] .app-dialog-close:hover{background:#ffffff1f;box-shadow:0 10px 22px #00000042,0 22px 34px #0000002e}.shell-root-employee .employee-more-nav-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:72px;padding:0 2px;color:inherit;text-decoration:none}.shell-root-employee .employee-more-nav-copy{display:grid;gap:3px;min-width:0}.shell-root-employee .employee-more-nav-copy strong{font-size:16px;font-weight:600;line-height:1.2;color:var(--employee-text)}.shell-root-employee .employee-more-nav-copy small{font-size:13px;line-height:1.35;color:var(--employee-text-secondary)}.shell-root-employee .employee-more-nav-row>svg{font-size:20px;color:var(--employee-text-secondary)}.shell-root-management .team-directory-page,.shell-root-management .team-member-detail-page{--team-surface: var(--management-surface);--team-surface-muted: var(--management-surface-muted);--team-text: var(--management-text);--team-text-secondary: var(--management-text-secondary);--team-divider: var(--management-divider);--team-card-shadow: var(--management-card-shadow);--team-accent: var(--management-yellow);--team-soft-accent: var(--management-soft-yellow)}.shell-root-employee .team-directory-page,.shell-root-employee .team-member-detail-page{--team-surface: var(--employee-surface);--team-surface-muted: color-mix(in srgb, var(--employee-page-bg) 72%, white 28%);--team-text: var(--employee-text);--team-text-secondary: var(--employee-text-secondary);--team-divider: var(--employee-divider);--team-card-shadow: var(--employee-card-shadow);--team-accent: var(--employee-yellow);--team-soft-accent: color-mix(in srgb, var(--employee-yellow) 14%, white 86%)}.shell-root-management .team-directory-page,.shell-root-employee .team-directory-page{display:grid;gap:32px}.shell-root-management .team-member-detail-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.shell-root-management .team-directory-feedback{margin:0;font-size:14px;line-height:1.45;color:var(--team-text-secondary)}.shell-root-management .team-directory-fab,.shell-root-management .team-member-detail-edit{display:inline-flex;align-items:center;justify-content:center}.shell-root-management .team-directory-fab{position:fixed;right:32px;bottom:32px;z-index:40;width:56px;height:56px;border-radius:16px;border:0;background:var(--management-yellow);color:#1a1a1a;box-shadow:var(--elevation-4),0 10px 26px #fae90c33}.shell-root-management .team-directory-fab svg{font-size:28px}.shell-root-management .team-member-detail-edit{gap:8px;min-height:42px;padding:0 16px}.shell-root-management .team-member-editor-dialog{display:grid;gap:22px}.shell-root-management .team-member-editor-photo{display:flex;align-items:center;gap:16px;min-height:96px;padding:16px;border-radius:18px;background:var(--team-surface-muted)}.shell-root-management .team-member-editor-photo-preview{width:76px;height:76px;overflow:hidden;border-radius:22px;background:linear-gradient(160deg,var(--team-accent),color-mix(in srgb,var(--team-accent) 68%,#c4b500 32%));display:grid;place-items:center;color:#1a1a1a;font-size:28px;font-weight:700;flex:0 0 auto}.shell-root-management .team-member-editor-photo-preview img{width:100%;height:100%;object-fit:cover}.shell-root-management .team-member-editor-photo-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shell-root-management .team-member-editor-photo-button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px}.shell-root-management .team-member-editor-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.shell-root-management .team-directory-section,.shell-root-employee .team-directory-section{display:grid;gap:16px}.shell-root-management .team-directory-section-head,.shell-root-employee .team-directory-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.shell-root-management .team-directory-section-head h2,.shell-root-employee .team-directory-section-head h2{margin:0;font-size:18px;font-weight:600;line-height:1.2;color:var(--team-text)}.shell-root-management .team-directory-grid,.shell-root-employee .team-directory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.shell-root-management .team-directory-card,.shell-root-employee .team-directory-card{position:relative;display:grid;gap:14px;padding:14px;border-radius:18px;background:var(--team-surface);box-shadow:var(--team-card-shadow);color:inherit;text-align:left}.shell-root-management .team-directory-card-button,.shell-root-employee .team-directory-card-button{border:0;cursor:pointer}.shell-root-management .team-directory-card-media,.shell-root-employee .team-directory-card-media{overflow:hidden;aspect-ratio:.82;border-radius:16px;background:var(--team-surface-muted);display:grid;place-items:center}.shell-root-management .team-directory-card-media img,.shell-root-employee .team-directory-card-media img{width:100%;height:100%;object-fit:cover}.shell-root-management .team-directory-card-fallback,.shell-root-employee .team-directory-card-fallback{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(160deg,var(--team-accent),color-mix(in srgb,var(--team-accent) 68%,#c4b500 32%));color:#1a1a1a;font-size:44px;font-weight:700}.shell-root-management .team-directory-card-copy,.shell-root-employee .team-directory-card-copy{display:grid;gap:4px}.shell-root-management .team-directory-card-copy strong,.shell-root-employee .team-directory-card-copy strong{font-size:16px;font-weight:600;line-height:1.2;color:var(--team-text)}.shell-root-management .team-directory-card-copy span,.shell-root-employee .team-directory-card-copy span{font-size:13px;line-height:1.35;color:var(--team-text-secondary)}.shell-root-management .team-directory-card-arrow,.shell-root-employee .team-directory-card-arrow{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:999px;background:#ffffffdb;display:inline-flex;align-items:center;justify-content:center;color:var(--team-text)}.shell-root-management .team-directory-card-skeleton,.shell-root-employee .team-directory-card-skeleton{pointer-events:none}.shell-root-management .team-directory-card-skeleton .team-directory-card-media,.shell-root-employee .team-directory-card-skeleton .team-directory-card-media,.shell-root-management .team-directory-card-skeleton .team-directory-card-copy strong,.shell-root-management .team-directory-card-skeleton .team-directory-card-copy span,.shell-root-employee .team-directory-card-skeleton .team-directory-card-copy strong,.shell-root-employee .team-directory-card-skeleton .team-directory-card-copy span,.shell-root-management .team-member-detail-skeleton,.shell-root-employee .team-member-detail-skeleton{background:linear-gradient(90deg,color-mix(in srgb,var(--team-surface-muted) 94%,transparent 6%),color-mix(in srgb,white 42%,var(--team-surface-muted) 58%),color-mix(in srgb,var(--team-surface-muted) 94%,transparent 6%));background-size:220% 100%;animation:team-card-skeleton 1.6s linear infinite}.shell-root-management .team-directory-card-skeleton .team-directory-card-copy strong,.shell-root-management .team-directory-card-skeleton .team-directory-card-copy span,.shell-root-employee .team-directory-card-skeleton .team-directory-card-copy strong,.shell-root-employee .team-directory-card-skeleton .team-directory-card-copy span{display:block;border-radius:999px}.shell-root-management .team-directory-card-skeleton .team-directory-card-copy strong,.shell-root-employee .team-directory-card-skeleton .team-directory-card-copy strong{width:72%;height:18px}.shell-root-management .team-directory-card-skeleton .team-directory-card-copy span,.shell-root-employee .team-directory-card-skeleton .team-directory-card-copy span{width:54%;height:14px}.shell-root-management .team-member-detail-page,.shell-root-employee .team-member-detail-page{display:grid;gap:24px}.shell-root-management .team-member-detail-back,.shell-root-employee .team-member-detail-back{display:inline-flex;align-items:center;gap:8px;width:fit-content;color:var(--team-text-secondary);text-decoration:none;font-size:14px;font-weight:500}.shell-root-management .team-member-detail-hero,.shell-root-employee .team-member-detail-hero{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:center;gap:28px;padding:24px;border-radius:20px;background:var(--team-surface);box-shadow:var(--team-card-shadow)}.shell-root-management .team-member-detail-hero-media,.shell-root-employee .team-member-detail-hero-media{overflow:hidden;aspect-ratio:.86;border-radius:20px;background:var(--team-surface-muted);display:grid;place-items:center}.shell-root-management .team-member-detail-hero-media img,.shell-root-employee .team-member-detail-hero-media img{width:100%;height:100%;object-fit:cover}.shell-root-management .team-member-detail-hero-media span,.shell-root-employee .team-member-detail-hero-media span{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(160deg,var(--team-accent),color-mix(in srgb,var(--team-accent) 68%,#c4b500 32%));color:#1a1a1a;font-size:60px;font-weight:700}.shell-root-management .team-member-detail-hero-copy,.shell-root-employee .team-member-detail-hero-copy{display:grid;gap:10px}.shell-root-management .team-member-detail-hero-copy p,.shell-root-employee .team-member-detail-hero-copy p{margin:0;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--team-text-secondary)}.shell-root-management .team-member-detail-hero-copy h2,.shell-root-employee .team-member-detail-hero-copy h2{margin:0;font-size:clamp(26px,3vw,34px);line-height:1.08;color:var(--team-text)}.shell-root-management .team-member-detail-hero-copy strong,.shell-root-employee .team-member-detail-hero-copy strong{font-size:18px;font-weight:500;line-height:1.2;color:var(--team-text-secondary)}.shell-root-management .team-member-detail-contact-list,.shell-root-employee .team-member-detail-contact-list{display:flex;align-items:center;gap:12px 18px;flex-wrap:wrap}.shell-root-management .team-member-detail-contact-list span,.shell-root-employee .team-member-detail-contact-list span{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1.4;color:var(--team-text-secondary)}.shell-root-management .team-member-detail-contact-list svg,.shell-root-employee .team-member-detail-contact-list svg{font-size:18px;color:var(--team-text)}.shell-root-management .team-member-detail-metrics,.shell-root-employee .team-member-detail-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.shell-root-management .team-member-detail-metric,.shell-root-employee .team-member-detail-metric{display:grid;gap:8px;padding:18px 20px;border-radius:18px;background:var(--team-surface);box-shadow:var(--team-card-shadow)}.shell-root-management .team-member-detail-metric span,.shell-root-employee .team-member-detail-metric span{font-size:13px;line-height:1.35;color:var(--team-text-secondary)}.shell-root-management .team-member-detail-metric strong,.shell-root-employee .team-member-detail-metric strong{font-size:22px;font-weight:700;line-height:1;color:var(--team-text)}.shell-root-management .team-member-detail-grid,.shell-root-employee .team-member-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.shell-root-management .team-member-detail-block,.shell-root-employee .team-member-detail-block{min-height:100%}.shell-root-management .team-member-detail-list,.shell-root-employee .team-member-detail-list{display:grid;gap:14px}.shell-root-management .team-member-detail-row,.shell-root-employee .team-member-detail-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.shell-root-management .team-member-detail-row span,.shell-root-employee .team-member-detail-row span{font-size:13px;line-height:1.35;color:var(--team-text-secondary)}.shell-root-management .team-member-detail-row strong,.shell-root-employee .team-member-detail-row strong{font-size:14px;font-weight:600;line-height:1.4;color:var(--team-text);text-align:right}.shell-root-management .team-member-detail-chip-list,.shell-root-employee .team-member-detail-chip-list{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}.shell-root-management .team-member-detail-chip,.shell-root-employee .team-member-detail-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--team-soft-accent);color:var(--team-text);font-size:12px;font-weight:500}.shell-root-management .team-member-detail-timeline,.shell-root-employee .team-member-detail-timeline{display:grid;gap:12px}.shell-root-management .team-member-detail-timeline-row,.shell-root-employee .team-member-detail-timeline-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;background:var(--team-surface-muted)}.shell-root-management .team-member-detail-timeline-row strong,.shell-root-employee .team-member-detail-timeline-row strong{display:block;font-size:14px;font-weight:600;line-height:1.35;color:var(--team-text)}.shell-root-management .team-member-detail-timeline-row small,.shell-root-employee .team-member-detail-timeline-row small{display:block;margin-top:3px;font-size:12px;line-height:1.35;color:var(--team-text-secondary)}.shell-root-management .team-member-detail-timeline-row>span,.shell-root-employee .team-member-detail-timeline-row>span{font-size:13px;font-weight:600;line-height:1.35;color:var(--team-text);white-space:nowrap}.shell-root-management .team-member-detail-empty,.shell-root-employee .team-member-detail-empty{margin:0;font-size:13px;line-height:1.45;color:var(--team-text-secondary)}.shell-root-management .team-member-detail-skeleton,.shell-root-employee .team-member-detail-skeleton{min-height:180px;border-radius:18px}:root[data-theme=dark] .shell-root-management .team-directory-card-arrow,:root[data-theme=dark] .shell-root-employee .team-directory-card-arrow{background:#141414b8}:root[data-theme=dark] .shell-root-management .team-directory-card-fallback,:root[data-theme=dark] .shell-root-employee .team-directory-card-fallback,:root[data-theme=dark] .shell-root-management .team-member-detail-hero-media span,:root[data-theme=dark] .shell-root-employee .team-member-detail-hero-media span{color:#141414}@keyframes team-card-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){.shell-root-management .team-directory-grid,.shell-root-employee .team-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shell-root-management .team-member-detail-hero,.shell-root-employee .team-member-detail-hero,.shell-root-management .team-member-detail-grid,.shell-root-employee .team-member-detail-grid,.shell-root-management .team-member-detail-metrics,.shell-root-employee .team-member-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.shell-root-management .team-member-detail-hero-media,.shell-root-employee .team-member-detail-hero-media{aspect-ratio:1}}@media(max-width:720px){.shell-root-management .team-directory-page,.shell-root-employee .team-directory-page,.shell-root-management .team-member-detail-page,.shell-root-employee .team-member-detail-page{gap:24px}.shell-root-management .team-directory-grid,.shell-root-employee .team-directory-grid,.shell-root-management .team-member-detail-grid,.shell-root-employee .team-member-detail-grid,.shell-root-management .team-member-detail-metrics,.shell-root-employee .team-member-detail-metrics,.shell-root-management .team-member-detail-hero,.shell-root-employee .team-member-detail-hero{grid-template-columns:repeat(2,minmax(0,1fr))}.shell-root-management .team-member-detail-hero-copy,.shell-root-employee .team-member-detail-hero-copy{grid-column:1 / -1}.shell-root-management .team-member-detail-row,.shell-root-employee .team-member-detail-row,.shell-root-management .team-member-detail-timeline-row,.shell-root-employee .team-member-detail-timeline-row,.shell-root-employee .employee-more-nav-row{align-items:flex-start}.shell-root-management .team-member-detail-toolbar,.shell-root-management .team-member-editor-photo,.shell-root-management .team-member-editor-actions{flex-direction:column;align-items:stretch}.shell-root-management .team-member-detail-edit,.shell-root-management .team-member-editor-actions .ghost-button,.shell-root-management .team-member-editor-actions .primary-button{width:100%;justify-content:center}.shell-root-management .team-directory-fab{right:20px;bottom:112px}}@media(max-width:640px){.shell-root-management .team-directory-grid,.shell-root-employee .team-directory-grid,.shell-root-management .team-member-detail-metrics,.shell-root-employee .team-member-detail-metrics,.shell-root-management .team-member-detail-grid,.shell-root-employee .team-member-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shell-root-management .team-directory-card,.shell-root-employee .team-directory-card{gap:12px;padding:12px}.shell-root-management .team-directory-card-copy strong,.shell-root-employee .team-directory-card-copy strong{font-size:14px}.shell-root-management .team-directory-card-copy span,.shell-root-employee .team-directory-card-copy span{font-size:12px}}@keyframes app-dialog-enter{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes app-dialog-sheet-enter{0%{opacity:0;transform:translateY(64px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.app-dialog.app-dialog-mobile .MuiDialog-container{align-items:flex-end;padding:0}.app-dialog.app-dialog-mobile .MuiDialog-paper.app-dialog-paper-mobile{width:100%;max-width:100%;max-height:min(90dvh,100%);margin:0;border-radius:28px 28px 0 0;animation-name:app-dialog-sheet-enter}.app-dialog.app-dialog-mobile .app-dialog-body{padding:24px 20px 26px;max-height:min(82dvh,calc(100dvh - 24px));padding-bottom:calc(26px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
