:root{--ink:#111827;--muted:#6f7786;--line:#e5e8ed;--soft-line:#eef0f3;--blue-soft:#dff4fb;--blue-pale:#f2fbfe;--blue:#1496c4;--navy:#101827;--cream:#fff3c8;--danger:#dc4b55;--danger-soft:#fff0f1;--success:#217a5a;--success-soft:#e9f7f1;--shadow:0 10px 30px rgba(20,34,53,.07)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:#f7f8fa;color:var(--ink)}body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{width:244px;background:#fff;border-right:1px solid var(--line);padding:0 18px 18px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;z-index:20}.sidebar-logo{height:106px;display:flex;align-items:center;border-bottom:1px solid var(--soft-line);margin:0 -18px 22px;padding:4px 10px 0 28px}.logo{display:inline-flex;flex-direction:column;color:#090a0c;line-height:1}.logo-wordmark{font-size:20px;letter-spacing:.23em;white-space:nowrap;font-weight:400}.logo-product{margin-top:9px;font-size:10px;letter-spacing:.38em;color:#168bb6;font-weight:700}.main-nav{display:flex;flex-direction:column;gap:5px}.nav-item{min-height:47px;display:flex;align-items:center;gap:13px;border-radius:10px;padding:0 13px;color:#555e6c;font-weight:560;transition:.15s ease}.nav-item:hover{background:#f5f8fa;color:var(--ink)}.nav-item.active{background:var(--blue-soft);color:#102334}.nav-item-coming-soon{cursor:default;color:#7b8491}.nav-item-coming-soon:hover{background:transparent;color:#7b8491}.nav-item-coming-soon .nav-badge{margin-left:auto;border:1px solid #d9e5eb;border-radius:999px;padding:3px 7px;background:#f5fafc;color:#52707d;font-size:9px;font-weight:750;letter-spacing:.05em;line-height:1;text-transform:uppercase;white-space:nowrap}.nav-badge{margin-left:auto;min-width:22px;height:22px;border-radius:20px;display:grid;place-items:center;background:var(--danger);color:#fff;font-size:11px;font-weight:700}.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:12px}.profile-card{border-top:1px solid var(--soft-line);padding:18px 5px 0;display:grid;grid-template-columns:36px 1fr auto;align-items:center;grid-gap:10px;gap:10px}.profile-card strong{display:block;font-size:12px}.profile-card span{display:block;color:var(--muted);margin-top:3px;font-size:11px}.profile-logout{width:28px;height:28px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;background:#eef0f2;color:#505662;flex:0 0 auto;position:relative;overflow:hidden}.avatar-initials{grid-area:1/1}.avatar img{position:absolute;inset:0;z-index:1;width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover;background:#eef0f2}.avatar-dark{background:var(--navy);color:#fff}.main-area{margin-left:244px;width:calc(100% - 244px);min-width:0}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:-webkit-sticky;position:sticky;top:0;z-index:30}.mobile-bottom-nav,.mobile-more-backdrop,.mobile-topbar-brand{display:none}.topbar-location{display:flex;align-items:center;gap:9px;font-weight:600}.status-dot{width:8px;height:8px;background:#32a873;border-radius:50%}.topbar-actions{display:flex;align-items:center;gap:22px}.icon-button{width:40px;height:40px;display:grid;place-items:center;background:transparent;border:0;color:#333b46;position:relative;border-radius:50%}.icon-button:hover{background:#f3f5f7}.notification-dot{position:absolute;top:0;right:0;width:18px;height:18px;border-radius:50%;background:var(--danger);color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;border:2px solid white}.today-chip{border-left:1px solid var(--line);padding-left:22px}.today-chip span,.today-chip strong{display:block}.today-chip span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.today-chip strong{margin-top:4px;font-size:12px}.page-content{padding:32px 34px 52px;max-width:1700px;margin:0 auto}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:27px}.eyebrow{color:#158bb8;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:750;margin-bottom:8px}h1,h2,h3,p{margin-top:0}h1{font-size:29px;line-height:1.2;letter-spacing:-.025em;margin-bottom:7px}h2{font-size:18px;letter-spacing:-.012em}h3{font-size:14px}.subhead{color:var(--muted);margin:0;line-height:1.55}.button{border:0;border-radius:9px;min-height:41px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:650;font-size:13px}.button-primary{background:var(--navy);color:white;box-shadow:0 4px 12px rgba(16,24,39,.16)}.button-primary:hover{background:#202b3c}.button-secondary{background:#fff;color:#252d39;border:1px solid #d7dbe1}.button-light{background:var(--blue-soft);color:#103247}.button-danger{background:var(--danger-soft);color:#a82d38}.button-sm{min-height:34px;padding:0 12px;font-size:12px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 3px 14px rgba(20,34,53,.03)}.card-header{min-height:61px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--soft-line)}.card-header h2{margin:0}.card-body{padding:20px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.rota-unpublished-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:14px;gap:14px;padding:15px 18px;margin-bottom:16px;border:1px solid #e7b6a8;border-left:5px solid #d75555;border-radius:14px;background:#fff4f1;color:#8d3035;box-shadow:0 8px 20px rgba(157,52,56,.08)}.rota-unpublished-banner>div{display:flex;flex-direction:column;gap:3px}.rota-unpublished-banner strong{color:#7e232b}.rota-unpublished-banner span{color:#8a4b4e;font-size:13px}@media (max-width:760px){.rota-unpublished-banner{grid-template-columns:auto 1fr;margin:0 0 12px}.rota-unpublished-banner .button{grid-column:1/-1;width:100%}}.grid-main{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);grid-gap:18px;gap:18px;margin-top:18px}.stat-card{padding:19px;min-height:132px;position:relative;overflow:hidden}.clickable-stat-card{transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.clickable-stat-card:hover{transform:translateY(-2px);border-color:#9bd2e4;box-shadow:0 9px 22px rgba(20,88,111,.1)}.stat-label{color:var(--muted);font-size:12px;font-weight:550}.stat-value{margin:14px 0 5px;font-size:30px;letter-spacing:-.04em;font-weight:710}.stat-detail{color:var(--muted);font-size:11px}.stat-icon{position:absolute;right:17px;top:17px;width:35px;height:35px;border-radius:9px;background:var(--blue-pale);color:#158bb8;display:grid;place-items:center}.dashboard-hero-card{min-height:112px;margin-bottom:18px;padding:18px 20px;border-color:#eedda8;background:linear-gradient(110deg,#fffaf0,#fff 62%);display:grid;grid-template-columns:48px minmax(220px,1fr) minmax(260px,auto) auto;grid-gap:16px;gap:16px;align-items:center}.dashboard-hero-mark{width:46px;height:46px;border-radius:14px;background:#fff0c2;color:#9b7218;display:grid;place-items:center}.dashboard-hero-copy h2{margin:4px 0 3px;font-size:18px}.dashboard-hero-copy p{margin:0;color:#766b55;font-size:10px}.dashboard-hero-winners{display:flex;gap:12px}.dashboard-hero-winners>div{min-width:190px;display:grid;grid-template-columns:38px 1fr auto;grid-gap:9px;gap:9px;align-items:center}.dashboard-hero-winners .avatar{width:36px;height:36px}.dashboard-hero-winners div>span,.dashboard-hero-winners strong{display:block}.dashboard-hero-winners strong{font-size:11px}.dashboard-hero-winners div>span{margin-top:3px;color:var(--muted);font-size:8px}.dashboard-hero-trophies{padding:4px 6px;border-radius:9px;background:#fff0c2;color:#8f6914;display:flex!important;align-items:center;gap:3px;font-size:8px!important;font-weight:750}@media (max-width:1100px){.dashboard-hero-card{grid-template-columns:48px 1fr auto}.dashboard-hero-winners{grid-column:2/-1}}.stat-good{color:var(--success)}.section-link{color:#137fa8;font-size:12px;font-weight:650;display:flex;align-items:center;gap:4px}.working-list{display:flex;flex-direction:column}.working-location-group+.working-location-group{border-top:1px solid var(--line)}.working-location-group:not(.working-location-group-closed)+.working-location-group-closed{margin-top:14px;border-top:1px solid var(--line)}.working-location-header{min-height:39px;padding:0 20px;background:#f7fafb;display:flex;align-items:center;justify-content:space-between;color:#4f5966}.working-location-header>div{display:flex;align-items:center;gap:7px}.working-location-header strong{font-size:11px}.working-location-header>span{color:var(--muted);font-size:9px;font-weight:650}.working-location-pin{display:grid;place-items:center;color:#65717e}.working-location-header small{display:block;margin-top:4px;color:#a94a53;font-size:9px}.working-location-header.working-location-closed{min-height:62px;background:#fff0f1;border-left:4px solid #cf4c57;padding-left:16px}.working-location-header.working-location-closed .working-location-pin{width:31px;height:31px;border-radius:50%;background:#ffe0e3;color:#bd3f49}.working-location-header.working-location-closed strong{color:#852f37;font-size:12px}.working-location-header.working-location-closed>.pill{color:#b83b45;font-size:10px}.working-row{display:grid;grid-template-columns:minmax(180px,1fr) 135px 150px 90px;align-items:center;min-height:63px;padding:0 20px;border-bottom:1px solid var(--soft-line)}.working-row:last-child{border-bottom:0}.person-cell{display:flex;align-items:center;gap:11px;min-width:0}.person-cell strong{font-size:12px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.person-cell span{font-size:10px;color:var(--muted);display:block;margin-top:3px}.person-name-button{max-width:100%;padding:0;border:0;background:transparent;color:var(--ink);font:inherit;font-size:12px;font-weight:750;display:flex;align-items:center;gap:6px;text-align:left;cursor:pointer}.person-name-button:hover{color:#1288b2;text-decoration:underline;text-underline-offset:3px}.person-name-button .person-hero-count{flex:0 0 auto}.time-range{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:650;font-size:12px}.location-label{color:#505967;font-size:12px}.pill{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:25px;width:-moz-fit-content;width:fit-content;padding:0 9px;border-radius:20px;background:#f0f2f5;color:#606875;font-size:10px;font-weight:650;line-height:1;white-space:nowrap}.pill-blue{background:var(--blue-soft);color:#176d8b}.pill-green{background:var(--success-soft);color:var(--success)}.pill-yellow{background:#fff6d8;color:#8a6721}.pill-red{background:var(--danger-soft);color:#b83b45}.birthday-card{background:linear-gradient(150deg,#dff5fc,#f3fbfe);border-color:#d2edf6;padding:22px;min-height:188px;position:relative;overflow:hidden}.birthday-card:after{content:"";width:150px;height:150px;background:rgba(255,255,255,.45);border-radius:50%;position:absolute;right:-55px;bottom:-70px}.birthday-icon{width:39px;height:39px;border-radius:10px;background:white;color:#128dbb;display:grid;place-items:center;margin-bottom:23px}.birthday-card h3{font-size:17px;margin-bottom:7px}.birthday-card p{color:#4d6670;line-height:1.5;margin-bottom:0}.upcoming-celebrations{display:flex;flex-direction:column;gap:7px;margin-top:12px;position:relative;z-index:1}.upcoming-celebrations-label{color:#4d6670;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.upcoming-celebration{display:grid;grid-template-columns:43px 1fr;grid-gap:9px;gap:9px;align-items:center;padding-top:7px;border-top:1px solid rgba(18,141,187,.13)}.upcoming-celebration time{color:#137fa8;font-size:10px;font-weight:750}.upcoming-celebration span,.upcoming-celebration strong{display:block}.upcoming-celebration strong{font-size:11px;line-height:1.3}.upcoming-celebration span{color:#617882;font-size:9px;line-height:1.35;margin-top:2px}.work-pattern-options{width:-moz-fit-content;width:fit-content;padding:4px;display:flex;gap:3px;border-radius:10px;background:#edf0f4}.work-pattern-option{min-width:145px;min-height:36px;border:0;background:transparent;border-radius:8px;padding:0 14px;color:#68717e;font-size:11px;font-weight:750;text-align:center}.work-pattern-option.active{background:white;color:var(--ink);box-shadow:0 2px 7px rgba(20,34,53,.1)}.work-pattern-helper{display:block;margin-top:7px;color:var(--muted);font-size:9px}.fixed-schedule-summary{border:1px solid #cfe9f2;background:#effaff;border-radius:11px;padding:15px}.fixed-schedule-summary small,.fixed-schedule-summary span,.fixed-schedule-summary strong{display:block}.fixed-schedule-summary strong{font-size:12px}.fixed-schedule-summary span{color:#426975;font-size:11px;margin-top:5px}.fixed-schedule-summary small{color:#68818a;font-size:9px;margin-top:7px}.fixed-rota-availability{min-height:58px;margin-top:10px;align-items:flex-start;padding:11px 12px}.fixed-rota-availability small,.fixed-rota-availability strong,.fixed-rota-availability>span{display:block}.fixed-rota-availability strong{color:var(--ink);font-size:11px}.fixed-rota-availability small{color:var(--muted);font-size:9px;line-height:1.45;margin-top:3px}.department-row{grid-template-columns:minmax(180px,1fr) 180px 80px auto auto}.department-add-row{grid-template-columns:minmax(180px,1fr) 210px auto}.compact-field{margin:0}.compact-field label{font-size:8px}.holiday-form-expanded{grid-template-columns:170px 145px minmax(180px,1fr) minmax(165px,.8fr) minmax(165px,.8fr) auto;align-items:end}.holiday-policy-group{display:flex;flex-direction:column;gap:5px;padding:9px 11px;border:1px solid var(--soft-line);border-radius:9px}.holiday-policy-group>strong{font-size:10px}.holiday-policy-group .check-option{min-height:auto;padding:0;border:0}.half-day-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin-top:10px}.half-day-options button{border:1px solid var(--line);background:white;border-radius:9px;padding:11px;text-align:left}.half-day-options button.active{border-color:#1695c2;background:var(--blue-pale)}.half-day-options span,.half-day-options strong{display:block}.half-day-options strong{font-size:11px}.half-day-options span{color:var(--muted);font-size:9px;margin-top:3px}.limit-warning{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:13px;border:2px solid #ef5b67;background:#fff0f1;color:#9e2630;border-radius:10px;margin-bottom:14px}.limit-warning strong{font-size:12px}.limit-warning span{font-size:10px;line-height:1.45}.annual-leave-card{margin-top:18px;padding-bottom:22px}.leave-page-balance{margin-bottom:18px}.leave-balance-person{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:9px;font-weight:650}.leave-balance-person .select{width:220px;min-height:38px;background-color:white}.leave-balance-bar{display:flex;height:13px;overflow:hidden;margin:5px 22px 18px;border-radius:999px;background:#e7ebf1}.leave-balance-bar span{display:block;min-width:0}.leave-taken{background:#1496c4}.leave-booked{background:#e5b94f}.leave-requested{background:#f3d48b}.leave-remaining{background:#24394e}.leave-balance-values{display:grid;grid-template-columns:repeat(4,1fr);padding:0 22px}.leave-balance-values .booked,.leave-balance-values .requested{text-align:center}.leave-balance-values .remaining{text-align:right}.leave-balance-values strong{font-size:24px}.leave-balance-values span{color:var(--ink);font-size:14px;margin-left:5px}.leave-balance-values small{display:block;margin-top:2px;color:#1488ae;font-size:11px;font-weight:700;text-transform:uppercase}.leave-balance-values .booked small{color:#9b7418}.leave-balance-values .requested small{color:#a77917}.leave-balance-values .remaining small{color:#24394e}.leave-dashboard-grid{margin-top:18px}.my-leave-list{display:flex;flex-direction:column}.my-leave-row{display:grid;grid-template-columns:12px minmax(180px,1fr) 90px 90px;grid-gap:12px;gap:12px;align-items:center;min-height:64px;padding:0 20px;border-bottom:1px solid var(--soft-line)}.my-leave-row:last-child{border-bottom:0}.my-leave-row>div span,.my-leave-row>div strong{display:block}.my-leave-row>div strong{font-size:11px}.my-leave-row>div span{color:var(--muted);font-size:9px;margin-top:4px}.leave-type-dot{width:8px;height:8px;border-radius:50%;background:#14add2}.office-away-row{grid-template-columns:38px 1fr auto}.hero-page-header,.hero-status{align-items:center}.hero-status{min-width:210px;padding:12px 15px;border:1px solid #cde8f1;border-radius:12px;background:#effaff;color:#1587ae;display:flex;gap:11px}.hero-status span,.hero-status strong{display:block}.hero-status span{font-size:9px;text-transform:uppercase;letter-spacing:.08em}.hero-status strong{margin-top:3px;color:var(--ink);font-size:12px}.hero-status-voting{background:#fff8df;border-color:#f0dda1;color:#9a741b}.hero-status-closed{background:#f4f1fb;border-color:#ded6f1;color:#7154a0}.hero-tabs{width:-moz-fit-content;width:fit-content;margin-bottom:16px;padding:4px;border-radius:11px;background:#e9edf1;display:flex;gap:2px}.hero-tabs button{min-height:37px;padding:0 15px;border:0;border-radius:8px;background:transparent;color:#68717c;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:680}.hero-tabs button.selected{background:white;color:var(--ink);box-shadow:0 2px 7px rgba(20,32,45,.12)}.hero-error{margin:0 0 14px}.hero-empty{min-height:350px;padding:48px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}.hero-empty-icon{width:62px;height:62px;border-radius:18px;background:linear-gradient(145deg,#dff6fc,#effaff);color:#158fba;display:grid;place-items:center;margin-bottom:18px}.hero-empty h2{font-size:22px}.hero-empty p{max-width:540px;margin:8px auto 20px;color:var(--muted);line-height:1.55}.hero-timeline{min-height:78px;padding:13px 20px;margin-bottom:16px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center}.hero-timeline>div{display:flex;align-items:center;gap:11px;opacity:.5}.hero-timeline>div>span{width:30px;height:30px;flex:0 0 auto;border-radius:50%;background:#e9edf1;color:#74808b;display:grid;place-items:center;font-size:11px;font-weight:750}.hero-timeline small,.hero-timeline strong{display:block}.hero-timeline strong{font-size:11px}.hero-timeline small{margin-top:3px;color:var(--muted);font-size:8px}.hero-timeline>div.active,.hero-timeline>div.complete{opacity:1}.hero-timeline>div.active>span{background:#1596c1;color:white;box-shadow:0 0 0 5px #e3f6fc}.hero-timeline>div.complete>span{background:#dff3eb;color:#267a5c}.hero-timeline>svg{color:#bbc1c8}.hero-current-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:16px;gap:16px}.hero-nomination-card{overflow:hidden}.hero-nomination-form{padding:20px;border-top:1px solid var(--soft-line);display:grid;grid-gap:16px;gap:16px}.hero-reason{height:110px;padding:12px;resize:vertical;line-height:1.5}.character-count{align-self:flex-end;margin-top:-3px;color:var(--muted);font-size:9px}.hero-form-actions{display:flex;justify-content:flex-end;gap:8px}.hero-my-nominations{border-top:1px solid var(--line)}.hero-my-nominations>div{padding:15px 20px;display:grid;grid-template-columns:185px 1fr auto;grid-gap:14px;gap:14px;align-items:center;border-bottom:1px solid var(--soft-line)}.hero-my-nominations>div:last-child{border-bottom:0}.hero-person-mini{display:flex;align-items:center;gap:9px}.hero-person-mini .avatar{width:31px;height:31px}.hero-person-mini strong{font-size:11px}.hero-my-nominations p{margin:0;color:#5b6571;font-size:10px;line-height:1.45}.hero-my-nominations>div>div{display:flex;gap:5px}.danger-icon{color:#b83b45}.hero-guidance{padding:25px;background:linear-gradient(155deg,#eefaff,#fff);border-color:#d2ecf5}.hero-guidance>svg{color:#1596c1;margin-bottom:28px}.hero-guidance h3{font-size:16px}.hero-guidance p{color:#5f6b77;font-size:11px;line-height:1.55}.hero-guidance ul{margin:18px 0 0;padding:17px 0 0 17px;border-top:1px solid #dceef4;color:#52606c}.hero-guidance li{margin:8px 0;padding-left:3px;font-size:10px}.hero-ballot .card-header p{margin:5px 0 0;color:var(--muted);font-size:10px}.hero-candidate-grid{padding:18px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.hero-candidate{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fcfdfe;display:flex;flex-direction:column}.hero-candidate.selected{border-color:#58b6d4;background:#f0fbff;box-shadow:0 0 0 2px rgba(21,150,193,.08)}.hero-candidate.self-nominated{border-color:#e2bd54;background:#fffaf0;box-shadow:0 0 0 2px rgba(226,189,84,.12)}.hero-candidate-head{display:flex;align-items:center;gap:11px}.hero-candidate-head h3{margin:0;font-size:13px}.hero-candidate-head>div>span{display:block;margin-top:4px;color:var(--muted);font-size:9px}.hero-candidate-badges{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.hero-candidate-head>.hero-candidate-badges>span{margin-top:0}.hero-nomination-count,.hero-self-badge{padding:5px 8px;border-radius:12px;display:flex;align-items:center;gap:4px;font-size:8px;font-weight:700;white-space:nowrap}.hero-nomination-count{background:#e8f6fb;color:#167c9f}.hero-self-badge{background:#fff0bd;color:#8d6710}.hero-vote-person{min-height:82px;padding:14px;border:1px solid #d5edf6;border-radius:11px;background:var(--blue-pale);display:flex;align-items:center;gap:14px}.hero-vote-person>div{min-width:0}.hero-vote-person small,.hero-vote-person span,.hero-vote-person strong{display:block}.hero-vote-person span{color:#167c9f;font-size:8px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.hero-vote-person strong{margin-top:4px;color:var(--navy);font-size:15px}.hero-vote-person small{margin-top:3px;color:var(--muted);font-size:9px}.hero-vote-warning{padding:13px;border:1px solid #ead494;border-radius:10px;background:#fff8e5;color:#80601c;display:flex;align-items:flex-start;gap:10px}.hero-vote-warning svg{flex:0 0 auto}.hero-vote-warning span,.hero-vote-warning strong{display:block}.hero-vote-warning strong{font-size:11px}.hero-vote-warning span{margin-top:3px;font-size:9px;line-height:1.45}.hero-vote-complete{min-height:230px;padding:34px;border-top:1px solid var(--line);background:linear-gradient(135deg,#f3fbfd,#fffaf0);display:flex;align-items:center;justify-content:center;gap:18px;text-align:left}.hero-vote-complete-icon{width:52px;height:52px;border-radius:50%;background:#dff5ec;color:#17815f;display:grid;place-items:center;flex:0 0 auto}.hero-vote-complete-copy>span{color:#1682aa;font-size:9px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.hero-vote-complete-person{margin-top:10px;display:flex;align-items:center;gap:10px}.hero-vote-complete-person small,.hero-vote-complete-person strong{display:block}.hero-vote-complete-person strong{font-size:17px}.hero-vote-complete-person small{margin-top:3px;color:var(--muted);font-size:9px}.hero-vote-complete-copy>p{margin:14px 0 0;color:#53606c;font-size:11px}.hero-reasons{flex:1 1;margin:16px 0;display:flex;flex-direction:column;gap:8px}.hero-reasons blockquote{margin:0;padding:11px 12px;border-left:3px solid #9bd5e8;border-radius:0 8px 8px 0;background:white;color:#4c5864;font-size:10px;line-height:1.5}.hero-reasons blockquote strong{color:#147fa7}.hero-core-values{margin:0;padding:0;border:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.hero-core-values legend{grid-column:1/-1;margin-bottom:7px;color:#56616d;font-size:10px;font-weight:700}.hero-core-values label{min-height:64px;padding:11px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;gap:9px;cursor:pointer}.hero-core-values label.selected{border-color:#49afd1;background:#eefaff;box-shadow:0 0 0 2px rgba(21,150,193,.08)}.hero-core-values small,.hero-core-values strong{display:block}.hero-core-values strong{color:#147fa7;font-size:12px;letter-spacing:.05em}.hero-core-values small{margin-top:5px;color:#687380;font-size:10px}.key-ack-card{margin-bottom:14px;padding:20px;display:flex;align-items:center;gap:15px;border-color:#efd9a8;background:#fffaf0}.key-ack-card>span{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff0c6;color:#9a6c16}.key-ack-card h2,.key-ack-card p{margin:3px 0 0}.key-ack-card p{color:var(--muted);font-size:10px}.key-my-grid{margin-bottom:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.key-my-card{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.key-my-card.pending{border-color:#efd9a8}.key-my-card>div{min-width:0;display:flex;align-items:center;gap:11px}.key-my-card>div>span{min-width:0}.key-my-card small,.key-my-card strong{display:block}.key-my-card small{margin-top:4px;color:var(--muted);font-size:8px}.key-assign-card{margin-bottom:16px;overflow:hidden}.key-assign-card .card-header>div{display:block;min-width:0}.key-assign-card .card-header p{margin:4px 0 0;color:var(--muted);font-size:9px}.key-assign-card form{min-width:0;padding:18px 20px;border-top:1px solid var(--soft-line);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;grid-gap:12px;gap:12px}.key-assign-card .field,.key-assign-card .select{width:100%;min-width:0;max-width:100%}.key-tabs{width:-moz-fit-content;width:fit-content;margin:0 0 14px;padding:4px;border-radius:10px;background:#e9edf1;display:flex}.key-tabs button{padding:9px 13px;border:0;border-radius:8px;background:transparent;color:#606b78;display:flex;align-items:center;gap:7px;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.key-tabs button.selected{background:white;color:#111827;box-shadow:0 2px 6px rgba(20,34,53,.08)}.key-tabs button span{color:#1687ad}.key-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.key-person-filter{min-width:240px;margin-bottom:14px;display:flex;align-items:center;gap:9px}.key-person-filter>span{color:var(--muted);font-size:9px;font-weight:700;white-space:nowrap}.key-person-filter .select{min-width:155px}.key-location-list{display:grid;grid-gap:14px;gap:14px}.key-location{overflow:hidden}.key-location .card-header>div{display:flex;align-items:center;gap:10px}.key-location .card-header svg{color:#1687ad}.key-location .card-header p{margin:3px 0 0;color:var(--muted);font-size:9px}.key-row{min-height:82px;padding:13px 20px;border-top:1px solid var(--soft-line);display:grid;grid-template-columns:40px minmax(180px,1fr) minmax(190px,auto) auto;align-items:center;grid-gap:12px;gap:12px}.key-row .avatar{width:38px;height:38px}.key-person small,.key-person span,.key-person strong{display:block}.key-person strong{font-size:11px}.key-person span{margin-top:3px;color:var(--muted);font-size:9px}.key-leaver-warning{margin-top:5px;color:#b83b45;font-size:8px;font-weight:700}.key-status{text-align:right}.key-status .pill{display:inline-flex}.key-status small{display:block;margin-top:5px;color:var(--muted);font-size:8px}.key-audit{grid-column:2/-1;padding-top:8px;border-top:1px dashed var(--line)}.key-audit summary{color:#1687ad;font-size:9px;font-weight:700;cursor:pointer}.key-audit>div{padding:7px 0 0;display:flex;justify-content:space-between;font-size:8px;color:var(--muted)}.key-audit strong{color:#4f5a66}.dashboard-key-action{margin-bottom:16px;padding:18px 20px;border-color:#efd9a8;background:linear-gradient(100deg,#fffaf0,#fff);display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px}.dashboard-key-icon{width:45px;height:45px;border-radius:13px;background:#fff0c6;color:#9a6c16;display:grid;place-items:center}.dashboard-key-action h2{margin:3px 0 0;font-size:16px}.dashboard-key-action p{margin:5px 0 0;color:var(--muted);font-size:10px}.dashboard-key-action small{display:block;margin-top:5px;color:#b83b45}.dashboard-key-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.hero-moderation{margin-top:16px;overflow:hidden}.hero-moderation-list>div{min-height:65px;padding:10px 20px;display:grid;grid-template-columns:190px 1fr 34px;align-items:center;grid-gap:15px;gap:15px;border-top:1px solid var(--soft-line)}.hero-moderation-list span,.hero-moderation-list strong{display:block}.hero-moderation-list strong{font-size:11px}.hero-moderation-list span{margin-top:4px;color:var(--muted);font-size:9px}.hero-moderation-list p{margin:0;color:#56616d;font-size:10px;line-height:1.45}.hero-leaderboard-card,.hero-past-card{overflow:hidden}.hero-past-grid{padding:18px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.hero-past-grid>article{padding:15px;border:1px solid var(--line);border-radius:11px;background:#fcfdfe}.hero-past-grid time{display:block;margin-bottom:12px;color:#1687ad;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.hero-past-winner{display:grid;grid-template-columns:37px 1fr auto;grid-gap:9px;gap:9px;align-items:center;padding:9px 0;border-top:1px solid var(--soft-line)}.hero-past-winner:first-child{border-top:0}.hero-past-winner .avatar{width:35px;height:35px}.hero-past-winner span,.hero-past-winner strong{display:block}.hero-past-winner strong{font-size:11px}.hero-past-winner span{margin-top:3px;color:var(--muted);font-size:8px}.hero-past-winner>svg{color:#d5a52d}.hero-leaderboard{border-top:1px solid var(--line)}.hero-rank{min-height:69px;padding:0 22px;display:grid;grid-template-columns:34px 39px 1fr auto;grid-gap:12px;gap:12px;align-items:center;border-bottom:1px solid var(--soft-line)}.hero-rank:last-child{border-bottom:0}.hero-rank-number{color:#9098a1;font-size:12px;font-weight:750}.hero-rank .avatar{width:37px;height:37px}.hero-rank strong,.hero-rank>div>span{display:block}.hero-rank strong{font-size:12px}.hero-rank>div>span{margin-top:3px;color:var(--muted);font-size:9px}.hero-win-count{min-width:74px;padding:7px 10px;border-radius:14px;background:#eef8fb;color:#157fa2;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;font-weight:750}.hero-rank-1{background:#fffaf0}.hero-rank-1 .hero-rank-number,.hero-rank-1 .hero-win-count{color:#9a7117}.hero-rank-1 .hero-win-count{background:#fff1c8}.hero-rank-2{background:#fbfcfd}.hero-rank-3{background:#fffaf7}@media (max-width:1000px){.hero-candidate-grid,.hero-current-grid{grid-template-columns:1fr}.hero-past-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.hero-tabs{width:100%}.hero-tabs button{flex:1 1;justify-content:center;padding-inline:8px}.hero-timeline{grid-template-columns:1fr;gap:10px}.hero-timeline>svg{display:none}.hero-core-values,.hero-my-nominations>div,.hero-past-grid,.key-my-grid{grid-template-columns:1fr}.key-my-card{min-width:0;align-items:stretch;flex-direction:column;overflow:hidden}.key-my-card .pill{max-width:100%;white-space:normal}.key-my-card .button{width:100%}.key-assign-card .card-header{height:auto;min-height:78px;align-items:flex-start}.key-assign-card .card-header>svg{display:none}.key-assign-card form{padding:15px;grid-template-columns:minmax(0,1fr)}.key-toolbar{align-items:stretch;flex-direction:column}.key-tabs{width:100%;margin-bottom:0}.key-tabs button{flex:1 1;justify-content:center}.key-person-filter{width:100%;min-width:0;margin-bottom:14px;align-items:stretch;flex-direction:column}.key-person-filter .select{width:100%}.key-row{padding:14px;grid-template-columns:38px minmax(0,1fr)}.key-row>.button,.key-status{grid-column:2;text-align:left}.key-row>.button{width:100%}.key-audit{grid-column:1/-1}.dashboard-key-action{padding:15px;grid-template-columns:42px minmax(0,1fr)}.dashboard-key-icon{width:40px;height:40px}.dashboard-key-buttons{grid-column:1/-1;justify-content:stretch}.dashboard-key-buttons .button{width:100%}}@media (max-width:1100px){.holiday-form-expanded{grid-template-columns:1fr 1fr}.department-row{grid-template-columns:1fr 160px auto auto}}.notification-list{display:flex;flex-direction:column}.notification-item{display:grid;grid-template-columns:9px 1fr auto;grid-gap:11px;gap:11px;padding:16px 20px;border-bottom:1px solid var(--soft-line);align-items:start}.notification-item-link{transition:background .14s ease}.notification-item-link:hover{background:var(--blue-pale)}.notification-item:last-child{border:0}.notification-bullet{width:7px;height:7px;border-radius:50%;background:#1e99c5;margin-top:4px}.notification-item p{font-size:12px;margin:0 0 5px;line-height:1.45}.notification-item time{font-size:10px;color:var(--muted);white-space:nowrap}.notification-menu{position:relative}.notification-count{position:absolute;right:-3px;top:-4px;min-width:17px;height:17px;border-radius:10px;display:grid;place-items:center;padding:0 4px;background:var(--danger);color:white;font-size:9px;font-weight:800;border:2px solid white}.notification-popover{position:absolute;left:0;right:auto;top:calc(100% + 10px);width:350px;border:1px solid var(--line);background:white;border-radius:12px;box-shadow:0 22px 60px rgba(15,25,38,.18);overflow:hidden;z-index:60}.notification-popover-head{min-height:52px;padding:0 14px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.notification-popover-head button{border:0;background:none;color:#1685ad;font-size:10px;display:flex;align-items:center;gap:5px}.notification-popover-list{max-height:420px;overflow-y:auto}.notification-popover-item{min-height:76px;padding:12px 14px;display:grid;grid-template-columns:8px 1fr;grid-gap:9px;gap:9px;border-bottom:1px solid var(--soft-line)}.notification-popover-item.unread{background:var(--blue-pale)}.notification-popover-item p,.notification-popover-item strong,.notification-popover-item time{display:block}.notification-popover-item strong{font-size:11px}.notification-popover-item p{margin:4px 0;color:#5f6874;font-size:10px;line-height:1.4}.notification-popover-item time{color:#959ca5;font-size:9px}.notification-popover-empty{padding:28px;color:var(--muted);text-align:center;font-size:11px}.empty-state{min-height:250px;padding:32px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#8a929d}.empty-state svg{color:#52a9c8;margin-bottom:13px}.empty-state strong{color:#303945;font-size:13px;margin-bottom:6px}.empty-state span{font-size:11px}.empty-state-small{min-height:165px}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:7px}.field label{color:#555e6b;font-size:11px;font-weight:650}.input,.select{min-height:41px;border:1px solid #d9dde3;border-radius:8px;background:#fff;padding:0 12px;color:var(--ink);outline:none}.input:focus,.select:focus{border-color:#61b6d2;box-shadow:0 0 0 3px rgba(50,155,192,.1)}.search-field{min-width:240px;position:relative}.search-field svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#8b929c}.search-field .input{width:100%;padding-left:40px}.table-card{overflow:hidden}.data-table{width:100%;border-collapse:collapse}.data-table th{height:43px;padding:0 17px;background:#fafbfc;color:#747c88;text-align:left;text-transform:uppercase;letter-spacing:.06em;font-size:9px;border-bottom:1px solid var(--line)}.data-table td{height:67px;padding:0 17px;border-bottom:1px solid var(--soft-line);font-size:12px}.people-table-card .people-row-departed td{background:#fff8f8}.people-table-card .people-row-departed td:first-child{box-shadow:inset 3px 0 0 #e9a6aa}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfdfe}.colour-dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:7px}.person-hero-count{display:inline-flex!important;gap:3px;margin:0 0 0 6px!important;padding:2px 5px;border-radius:8px;background:#fff1c8;color:#8e6815!important;font-size:8px!important;font-weight:750;vertical-align:1px}.person-cell .person-probation-pill,.person-hero-count{align-items:center;width:-moz-fit-content;width:fit-content}.person-cell .person-probation-pill{margin-top:5px;gap:4px;display:inline-flex;font-size:8px;line-height:1}.people-role-cell{display:flex;flex-direction:column;gap:5px;min-width:0}.people-role-cell>div{min-width:0}.people-role-cell small,.people-role-cell>div{display:flex;align-items:center;white-space:nowrap}.people-role-cell small{gap:6px;color:var(--muted);font-size:9px}.people-role-cell small b{color:#9a6d0b;font-weight:750}.people-role-separator{color:#b7bdc6}.people-access-cell,.people-contract-cell{white-space:nowrap}.person-probation-pill svg{flex:0 0 auto}.probation-editor{padding:14px;border:1px solid #c9e7f1;border-radius:12px;background:#f4fbfd}.probation-editor-one_month,.probation-editor-three_days{border-color:#efd796;background:#fffaf0}.probation-editor-overdue{border-color:#efbec2;background:#fff5f5}.probation-editor-complete{border-color:#cde8db;background:#f3fbf7}.probation-initial-dates{margin-top:12px;align-items:end}.readonly-field{min-height:66px;padding:10px 13px;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.75)}.readonly-field span,.readonly-field strong{display:block}.readonly-field span{color:var(--muted);font-size:9px}.readonly-field strong{margin-top:7px;font-size:12px}.probation-actions,.probation-editor-head,.probation-editor-head>div{display:flex;align-items:center}.probation-editor-head{justify-content:space-between;gap:12px}.probation-editor-head>div{gap:10px}.probation-editor-head span,.probation-editor-head strong{display:block}.probation-editor-head>div span{margin-top:3px;color:var(--muted);font-size:9px}.probation-actions{margin-top:13px;flex-wrap:wrap;gap:7px}.probation-extension-form{margin-top:12px;display:grid;grid-template-columns:180px minmax(0,1fr) auto;align-items:end;grid-gap:9px;gap:9px}.probation-extension-form,.probation-history{padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.probation-history{margin-top:13px}.probation-history>strong{display:block;margin-bottom:7px;font-size:10px}.probation-history>div{min-height:38px;padding:6px 0;border-top:1px solid rgba(0,0,0,.05);display:grid;grid-template-columns:100px 92px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center}.probation-history span{font-size:9px;font-weight:750;text-transform:capitalize}.probation-history b{font-size:9px}.probation-history small{color:var(--muted);font-size:8px}.probation-review-card{margin-bottom:16px;border-color:#efd9a8;overflow:hidden}.probation-review-card>.card-header{background:linear-gradient(100deg,#fffaf0,#fff)}.probation-review-card .card-header>div .eyebrow{margin-bottom:3px}.probation-review-list{background:white}.probation-review-row{min-height:82px;padding:11px 18px;border-top:1px solid var(--soft-line);display:grid;grid-template-columns:42px minmax(180px,1fr) 170px auto auto;grid-gap:12px;gap:12px;align-items:center}.probation-review-row.overdue{border-left:4px solid #db5762;background:#fffafa}.probation-review-date span,.probation-review-date strong,.probation-review-person span,.probation-review-person strong{display:block}.probation-review-date span,.probation-review-person span{margin-top:3px;color:var(--muted);font-size:9px}.probation-review-date strong{margin-top:3px;font-size:10px}.probation-review-actions{display:flex;gap:6px}.probation-awareness{max-width:220px;color:var(--muted);line-height:1.35}.probation-action-modal{max-width:650px}.probation-action-person{margin-bottom:14px;padding:11px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;gap:10px}.probation-action-person span,.probation-action-person strong{display:block}.probation-action-person span{margin-top:3px;color:var(--muted);font-size:9px}.people-section-tabs{width:-moz-fit-content;width:fit-content;margin-bottom:17px;padding:4px;border-radius:10px;background:#e9edf1;display:flex;gap:2px}.people-section-tabs a{min-height:36px;padding:0 14px;border-radius:8px;color:#68717c;display:flex;align-items:center;gap:7px;font-size:10px;font-weight:680}.people-section-tabs a.selected{background:white;color:var(--ink);box-shadow:0 2px 7px rgba(20,32,45,.12)}.org-chart-count,.org-chart-header{align-items:center}.org-chart-count{min-width:150px;padding:11px 14px;border:1px solid #cfe8f1;border-radius:11px;background:#effaff;color:#1686ad;display:flex;gap:10px}.org-chart-count span,.org-chart-count strong{display:block}.org-chart-count strong{color:var(--ink);font-size:16px}.org-chart-count span{margin-top:2px;color:#657580;font-size:9px}.org-chart-toolbar{min-height:67px;margin-bottom:16px;padding:11px 15px;display:flex;align-items:center;gap:10px}.org-chart-toolbar .search-field{flex:1 1;max-width:390px}.org-chart-toolbar .select{min-width:230px}.org-chart-toolbar>span{margin-left:auto;color:var(--muted);font-size:9px;font-weight:650}.org-chart-canvas{position:relative;min-height:390px;padding:26px;overflow:hidden;background-color:#f9fbfc;background-image:radial-gradient(#dce7eb .65px,transparent 0);background-size:15px 15px}.org-forest{width:100%;display:block}.org-forest>.org-tree+.org-tree{margin-top:24px;padding-top:24px;border-top:1px dashed #cadbe1}.org-tree{width:100%;padding:4px 4px 12px;display:block}.org-tree ul{margin:0}.org-tree li,.org-tree ul{position:relative;padding:0;list-style:none}.org-tree li{text-align:left}.org-report-groups{margin:12px 0 0 31px;padding-left:29px;border-left:1.5px solid #a8c1cb}.org-report-group{position:relative;padding:0 0 14px}.org-report-group:last-child{padding-bottom:0}.org-report-group:before{content:"";position:absolute;top:26px;left:-29px;width:29px;border-top:1.5px solid #a8c1cb}.org-report-group-label{width:-moz-fit-content;width:fit-content;margin:0 0 7px;padding:4px 8px;border:1px solid #d6e5ea;border-radius:999px;background:#f4fafc;color:#53707b;display:flex;align-items:center;gap:6px;font-size:8px;font-weight:750}.org-report-group-label span{min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#dff3f9;color:#177e9f;display:inline-flex;align-items:center;justify-content:center}.org-report-group>ul>li{padding:0 0 12px}.org-report-group>ul>li:last-child{padding-bottom:0}.org-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,360px));grid-gap:10px;gap:10px}.org-report-grid>li{padding-bottom:0!important}.org-person-card{width:min(100%,360px);min-height:76px;padding:11px 48px 11px 12px;border:1px solid #d7e1e5;border-radius:12px;background:white;box-shadow:0 5px 15px rgba(30,48,60,.07);display:grid;grid-template-columns:43px 1fr;grid-gap:10px;gap:10px;align-items:center;position:relative;text-align:left;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.org-person-card:hover{transform:translateY(-2px);border-color:#79bdd4;box-shadow:0 9px 22px rgba(30,48,60,.12)}.org-person-card.org-person-match{border-color:#2ba5cb;box-shadow:0 0 0 3px rgba(43,165,203,.11),0 7px 18px rgba(30,48,60,.09)}.org-person-card .avatar{width:41px;height:41px}.org-person-copy{min-width:0}.org-person-copy small,.org-person-copy span,.org-person-copy strong{display:block}.org-person-copy strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.org-person-copy span{margin-top:4px;color:#596572;font-size:9px;line-height:1.25}.org-person-copy small{margin-top:6px;color:#84909a;font-size:8px;line-height:1.25}.org-person-copy small svg{margin-right:4px;vertical-align:-2px}.org-expand-button{right:11px;top:50%;z-index:2;height:29px;min-width:42px;padding:0 7px;transform:translateY(-50%);border:1px solid #c5dbe3;border-radius:15px;background:#f2fbfe;color:#167d9f;gap:3px;font-size:8px;font-weight:750}.org-expand-button,.org-no-results{position:absolute;display:flex;align-items:center;justify-content:center}.org-no-results{inset:0;background:rgba(249,251,252,.92);flex-direction:column;color:var(--muted);text-align:center}.org-no-results svg{margin-bottom:10px;color:#5eabc3}.org-no-results span,.org-no-results strong{display:block}.org-no-results strong{color:var(--ink);font-size:12px}.org-no-results span{margin-top:5px;font-size:9px}.org-unassigned{margin-top:17px;overflow:hidden}.org-unassigned .card-header p{margin:4px 0 0;color:var(--muted);font-size:9px}.org-unassigned-grid{padding:15px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.org-unassigned-grid article{min-height:64px;padding:9px;border:1px solid #e4dfce;border-radius:10px;background:#fffcf2;display:flex;align-items:center;gap:9px;cursor:pointer}.org-unassigned-grid article:hover{border-color:#d7ba6f}.org-unassigned-grid .avatar{width:35px;height:35px}.org-unassigned-grid small,.org-unassigned-grid span,.org-unassigned-grid strong{display:block}.org-unassigned-grid strong{font-size:10px}.org-unassigned-grid span{margin-top:3px;color:#68727d;font-size:8px}.org-unassigned-grid small{margin-top:4px;color:#92989f;font-size:8px}.org-profile-identity{padding:5px 0 18px;display:flex;align-items:center;gap:15px}.org-profile-identity .avatar{width:68px;height:68px;font-size:18px}.org-profile-identity small,.org-profile-identity span,.org-profile-identity strong{display:block}.org-profile-identity strong{font-size:16px}.org-profile-identity span{margin-top:5px;color:#53616d;font-size:11px}.org-profile-identity small{margin-top:8px;color:#7c8892;font-size:9px}.org-profile-identity small svg{margin-right:5px;vertical-align:-3px}.org-profile-lines{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.org-profile-lines>div{padding:12px;border:1px solid var(--line);border-radius:9px;background:#fafcfd}.org-profile-lines span,.org-profile-lines strong{display:block}.org-profile-lines span{color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.06em}.org-profile-lines strong{margin-top:5px;font-size:11px}.org-direct-reports{margin-top:17px;padding-top:14px;border-top:1px solid var(--line)}.org-direct-reports>span{display:block;margin-bottom:8px;color:#6b7680;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.org-direct-reports button{width:100%;min-height:49px;padding:6px 8px;border:0;border-top:1px solid var(--soft-line);background:transparent;display:flex;align-items:center;gap:9px;text-align:left}.org-direct-reports button:hover{background:#f7fafb}.org-direct-reports .avatar{width:31px;height:31px}.org-direct-reports small,.org-direct-reports strong{display:block}.org-direct-reports strong{font-size:10px}.org-direct-reports small{margin-top:3px;color:var(--muted);font-size:8px}@media (max-width:1050px){.org-unassigned-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.org-chart-toolbar{align-items:stretch;flex-direction:column}.org-chart-toolbar .search-field,.org-chart-toolbar .select{max-width:none;width:100%}.org-chart-toolbar>span{margin-left:0}.org-unassigned-grid{grid-template-columns:1fr}}.notice-banner{min-height:47px;border:1px solid #c7e8da;background:var(--success-soft);color:#206849;border-radius:10px;margin:-8px 0 16px;padding:0 14px;display:flex;align-items:center;gap:10px}.notice-banner span{flex:1 1;font-size:12px}.notice-banner button{border:0;background:transparent;color:inherit;display:grid;place-items:center}.rota-toolbar{min-height:72px;padding:0 17px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:14px}.rota-period-select{display:flex;gap:11px;align-items:center}.rota-period-select>svg{color:#148cb8}.rota-period-select span,.week-nav span{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:9px;margin-bottom:4px}.rota-period-select strong,.week-nav strong{display:block;font-size:12px}.inline-select{border:0;background:transparent;padding:0 24px 0 0;font-weight:700;font-size:12px;color:var(--ink);outline:none}.week-nav{display:flex;align-items:center;text-align:center;gap:8px}.week-nav .icon-button:disabled{opacity:.3;cursor:default}.rota-navigation-loading{position:fixed;z-index:120;top:16px;left:50%;min-height:38px;padding:0 15px;border:1px solid #c8e7f1;border-radius:999px;background:rgba(255,255,255,.97);color:#147da2;box-shadow:0 8px 28px rgba(21,47,62,.16);display:flex;align-items:center;gap:9px;transform:translateX(-50%);font-size:11px;font-weight:750}.rota-navigation-loading span{width:14px;height:14px;border:2px solid #bfe4ef;border-top-color:#148cb8;border-radius:50%;animation:rota-loading-spin .7s linear infinite}@keyframes rota-loading-spin{to{transform:rotate(1turn)}}.rota-toolbar-right{justify-self:end;display:flex;align-items:center;gap:12px}.segmented{padding:3px;border-radius:9px;background:#eef1f4;display:flex}.segmented button{height:31px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#69717e;font-size:11px;font-weight:650}.segmented button.selected{background:#fff;color:var(--ink);box-shadow:0 1px 4px rgba(15,25,38,.11)}.warning-banner{min-height:53px;border-radius:10px;background:#fff7dc;border:1px solid #f0dda1;padding:9px 13px;margin-bottom:14px;display:flex;align-items:center;gap:11px;color:#70541e}.warning-banner>div{flex:1 1}.warning-banner span,.warning-banner strong{display:block}.warning-banner strong{font-size:12px;margin-bottom:3px}.warning-banner span{font-size:10px;opacity:.85}.warning-banner button{border:0;background:transparent;color:#70541e;text-decoration:underline;font-weight:650;font-size:11px}.rota-warning-summary{align-items:flex-start;padding-block:12px}.rota-warning-summary>svg{flex:0 0 auto;margin-top:1px}.rota-warning-summary span{line-height:1.55}.rota-card{overflow-x:auto}.rota-grid{min-width:965px;display:grid;grid-template-columns:172px repeat(7,minmax(99px,1fr)) 82px}.rota-grid>div{border-right:1px solid var(--soft-line)}.rota-grid>div:last-child{border-right:0}.rota-grid-head{min-height:67px;background:#fafbfc;border-bottom:1px solid var(--line)}.rota-grid-head>div{display:flex;align-items:center;justify-content:center}.rota-grid-head .employee-column{padding:0 17px;align-items:flex-start;justify-content:center;flex-direction:column}.employee-column>span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#747c88;font-weight:700}.employee-column>small{color:#9aa0a9;margin-top:5px;font-size:9px}.day-head{gap:5px}.day-head span{color:#68717d;font-size:10px;font-weight:650;text-transform:uppercase}.day-head strong{font-size:18px}.day-head small{color:#9aa0a9}.closed-day-head{background:#fff4f4}.closed-day-head small{color:#b53a45;font-weight:750}.week-section:has(.rota-grid-head>.closed-day-head:nth-child(2)) .rota-person-row>.shift-cell:nth-child(2),.week-section:has(.rota-grid-head>.closed-day-head:nth-child(3)) .rota-person-row>.shift-cell:nth-child(3),.week-section:has(.rota-grid-head>.closed-day-head:nth-child(4)) .rota-person-row>.shift-cell:nth-child(4),.week-section:has(.rota-grid-head>.closed-day-head:nth-child(5)) .rota-person-row>.shift-cell:nth-child(5),.week-section:has(.rota-grid-head>.closed-day-head:nth-child(6)) .rota-person-row>.shift-cell:nth-child(6),.week-section:has(.rota-grid-head>.closed-day-head:nth-child(7)) .rota-person-row>.shift-cell:nth-child(7),.week-section:has(.rota-grid-head>.closed-day-head:nth-child(8)) .rota-person-row>.shift-cell:nth-child(8){background:#fff4f4}.total-head{color:#747c88;text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:700}.rota-person-row{min-height:91px;border-bottom:1px solid var(--soft-line)}.rota-person-row .employee-column{padding:0 14px}.shift-cell{min-width:0;padding:7px;display:flex}.add-shift{border:1px dashed transparent;background:transparent;color:#9aa1aa;flex:1 1;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:4px;font-size:10px;opacity:0}.shift-cell:hover .add-shift{opacity:1;border-color:#d5dbe1;background:#fafcfd}.shift-card{width:100%;border:0;border-left:3px solid;background:#f7f8fa;border-radius:7px;padding:9px 7px;text-align:left;min-width:0;position:relative}.shift-card:hover{background:#eef7fa}.shift-card span,.shift-card strong{display:block;white-space:nowrap}.shift-card strong{font-size:11px;margin-bottom:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.shift-card span{font-size:9px;color:#747d88}.shift-card .shift-availability{display:block;margin-top:5px;color:#177c9d;font-size:8px;line-height:1.35;white-space:normal}.published-person em,.shift-card em{font-style:normal;color:#176d8b;background:#dff4fb;font-size:8px;padding:2px 5px;border-radius:8px;position:absolute;top:5px;right:4px}.shift-card.visiting-shift{background:#eaf8fc;box-shadow:inset 0 0 0 1px #bfe7f2}.shift-card.visiting-shift:hover{background:#def3f9}.shift-card.visiting-shift em,.visiting-published-person em{background:#1596bd;color:#fff;font-weight:750;letter-spacing:.02em}.week-total{padding:15px 10px;display:flex;flex-direction:column;justify-content:center}.week-total strong{font-size:13px}.week-total span{margin:3px 0 8px;color:#8a929c;font-size:9px}.progress{height:3px;border-radius:4px;background:#e9ecf0;overflow:hidden}.progress i{display:block;height:100%;background:#1795c1;border-radius:inherit}.week-total.over-contract{background:#fff8e5}.week-total.over-contract span,.week-total.over-contract strong{color:#8a5d12}.week-total.over-contract .progress i{background:#e49a24}.rota-footer{min-height:62px;background:#fafbfc}.rota-footer>div{padding:13px 10px;display:flex;flex-direction:column;justify-content:center}.rota-footer .employee-column{padding-left:17px}.rota-footer strong{font-size:11px}.rota-footer span{color:#89919c;font-size:9px;margin-top:4px}.rota-footer .closed-day-total{background:#fff4f4}.rota-footer .closed-day-total strong{color:#b43a45}.day-head small{max-width:92px;text-align:center;line-height:1.25}.day-head.day-state-standard-closed,.day-state-cell-standard-closed,.day-state-total-standard-closed{background:#f1f3f5}.day-head.day-state-standard-closed small,.day-state-total-standard-closed span{color:#6f7781}.day-head.day-state-public-holiday,.day-state-cell-public-holiday,.day-state-total-public-holiday{background:#eef9fd}.day-head.day-state-public-holiday{box-shadow:inset 0 3px 0 #39a9cd}.day-head.day-state-public-holiday small,.day-state-total-public-holiday span{color:#137c9f}.day-head.day-state-company-closure,.day-head.day-state-holiday-closed,.day-head.day-state-no-staff,.day-state-cell-company-closure,.day-state-cell-holiday-closed,.day-state-cell-no-staff,.day-state-total-company-closure,.day-state-total-holiday-closed,.day-state-total-no-staff{background:#fff1f2}.day-head.day-state-company-closure small,.day-head.day-state-holiday-closed small,.day-head.day-state-no-staff small{color:#b63e48}.day-head.day-state-open-exception,.day-state-cell-open-exception,.day-state-total-open-exception{background:#fff9e8}.day-head.day-state-open-exception{box-shadow:inset 0 3px 0 #e0ae39}.day-head.day-state-open-exception small,.day-state-total-open-exception span{color:#8d6816}.closed-location-row{background:#fffafb}.closed-location-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;color:#b43a45;background:var(--danger-soft)}.published-grid{display:grid;grid-template-columns:repeat(7,minmax(132px,1fr));overflow-x:auto;min-width:100%}.published-day{min-height:430px;border-right:1px solid var(--line);min-width:132px}.published-day:last-child{border:0}.published-day.closed-published-day{background:#fff4f4}.published-day.closed-published-day .published-hours,.published-day.closed-published-day header{background:#ffeded;color:#ac3641}.closed-day-message{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#b33a45;text-align:center;padding:15px}.closed-day-message span,.closed-day-message strong{display:block}.closed-day-message strong{font-size:12px}.closed-day-message span{font-size:9px;margin-top:5px;color:#bd6870}.sick-published-person{background:#fff1f1}.visiting-published-person{background:#eaf8fc;box-shadow:inset 0 0 0 1px #bfe7f2}.published-day header{min-height:65px;padding:9px 5px;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#fafbfc;border-bottom:1px solid var(--line);text-align:center}.published-day header span{color:#68717d;font-weight:650;font-size:11px}.published-day header strong{margin-top:5px;font-size:11px}.published-day header small{margin-top:5px;color:#1482a8;font-size:8px;line-height:1.25}.published-day-public-holiday .published-hours,.published-day-public-holiday header{background:#eef9fd}.published-day-open-exception .published-hours,.published-day-open-exception header{background:#fff8e4;color:#7f5d16}.published-day-standard-closed .published-hours,.published-day-standard-closed header{background:#eff2f4;color:#646d77}.published-hours{height:40px;padding:0 9px;display:flex;align-items:center;background:#f4f6f8;font-size:10px;font-weight:700;border-bottom:1px solid var(--line)}.published-person{min-height:62px;padding:9px;border-bottom:1px solid var(--soft-line);display:flex;align-items:center;gap:8px;position:relative}.published-person .avatar{width:29px;height:29px;font-size:9px}.published-person span,.published-person strong{display:block}.published-person strong{font-size:10px;margin-bottom:4px}.published-person span{font-size:9px;color:#7c8490}.published-person .published-availability{display:block;margin-top:4px;color:#167b9d;font-size:8px;line-height:1.3}.published-add{height:43px;border:0;background:transparent;color:#89919b;width:100%;display:flex;align-items:center;justify-content:center;gap:5px;font-size:10px}.published-add:hover{background:#fafcfd}.month-weeks{display:flex;flex-direction:column;gap:18px}.mobile-rota-view{display:none}.week-section{overflow:hidden}.week-section-header{min-height:58px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}.week-section-header span,.week-section-header strong{display:block}.week-section-header span{text-transform:uppercase;letter-spacing:.06em;font-size:9px;color:#1884aa;margin-bottom:4px;font-weight:700}.week-section-header strong{font-size:12px}.week-section-header>.pill{display:inline-flex;align-items:center;justify-content:center;margin-bottom:0;line-height:1}.empty-rota-row{min-width:965px;min-height:90px;display:grid;place-items:center;color:var(--muted);border-bottom:1px solid var(--soft-line);font-size:11px}.shift-card b{display:inline-flex;margin-top:6px;border-radius:10px;padding:2px 6px;background:var(--danger-soft);color:#a8323d;font-size:8px}.shift-card.sick-shift{background:#fff3f3}.absence-cell{background:#fffafb}.absence-label{width:calc(100% - 12px);min-height:54px;margin:auto;border-radius:8px;background:#eef4ff;color:#45658d;padding:7px;font-size:9px;font-weight:750;text-align:center;display:grid;place-items:center}.absence-label.holiday{background:#edf8fb;color:#147b9d;box-shadow:inset 0 0 0 1px #c9e9f2}.customer-availability-panel{border:1px solid #d8e5ea;border-radius:11px;overflow:hidden;background:#fbfdfe}.customer-availability-summary{min-height:64px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:15px}.customer-availability-summary span,.customer-availability-summary strong{display:block}.customer-availability-summary strong{font-size:11px}.customer-availability-summary span{margin-top:4px;color:#61717c;font-size:9px}.availability-toggle{display:flex;align-items:center;gap:7px;color:#3e4a55;font-size:10px;font-weight:650;white-space:nowrap}.availability-toggle input{accent-color:#1595c1}.availability-window-editor{padding:14px;border-top:1px solid #dfecef;background:#f5fbfd}.availability-lunch-note{margin-bottom:12px;color:#376a79;background:#e8f6fa;border-color:#cbe8f0}.availability-window-row{display:grid;grid-template-columns:70px 1fr 1fr 34px;grid-gap:9px;gap:9px;align-items:end;margin-top:9px}.availability-window-row>span{align-self:center;color:#596773;font-size:10px;font-weight:700}.availability-window-row label{color:#697580;font-size:8px;font-weight:650}.availability-window-row .input{width:100%;margin-top:4px}.availability-add{margin-top:12px}.availability-window-warning{margin:12px 0 0}.publish-summary-modal .modal-body{max-height:62vh;overflow-y:auto}.publish-ready{min-height:90px;padding:18px;border:1px solid #cfe8dc;border-radius:10px;background:#effaf5;color:#267658;display:flex;align-items:center;gap:13px}.publish-ready span,.publish-ready strong{display:block}.publish-ready strong{font-size:12px}.publish-ready span{margin-top:4px;font-size:10px}.publish-summary-section{margin-bottom:14px;border:1px solid #dce5e9;border-radius:11px;overflow:hidden}.publish-summary-section>div{min-height:58px;padding:10px 14px;background:#f3fafc;color:#197c9d;display:flex;align-items:center;gap:11px}.publish-summary-section>div small,.publish-summary-section>div strong{display:block}.publish-summary-section>div strong{color:var(--ink);font-size:11px}.publish-summary-section>div small{margin-top:3px;color:#697680;font-size:9px}.publish-summary-section ul{max-height:210px;overflow-y:auto;margin:0;padding:10px 18px 12px 34px}.publish-summary-section li{margin:7px 0;color:#53606b;font-size:10px;line-height:1.4}.publish-summary-warnings{border-color:#eedba6}.publish-summary-warnings>div{background:#fff8e5;color:#9a7018}.absence-label.company-closure{background:#fff7df;color:#85631f;box-shadow:inset 0 0 0 1px #f0dfa7}.absence-label.sickness{background:var(--danger-soft);color:#ac3641}.absence-label.rest-day-request{background:#eef8fc;color:#177da2;box-shadow:inset 0 0 0 1px #bee3ef}.week-leave-hours{width:-moz-fit-content;width:fit-content;margin-top:5px!important;border-radius:999px;padding:3px 6px;background:#edf8fb;color:#147b9d!important;font-size:8px!important;font-weight:750}.textarea{min-height:76px;resize:vertical;padding-top:10px}.modal-backdrop{position:fixed;inset:0;z-index:100;background:rgba(12,20,31,.42);display:grid;place-items:center;padding:20px;overflow-y:auto;overscroll-behavior:contain;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.assets-tabs{display:flex;gap:6px;padding:6px;margin-bottom:24px;width:-moz-fit-content;width:fit-content;max-width:100%;overflow-x:auto;border-radius:16px;background:#e9eef2}.assets-tabs a{display:flex;align-items:center;gap:7px;min-width:max-content;padding:12px 20px;color:#657083;font-weight:750;text-decoration:none;border-radius:12px}.assets-tabs a.active{color:#0c1729;background:#fff;box-shadow:0 2px 8px rgba(15,30,45,.09)}.assets-tabs a span{display:grid;place-items:center;min-width:21px;height:21px;padding:0 6px;color:#fff;background:#da5361;border-radius:999px;font-size:11px}.assets-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.asset-issue-list,.asset-list{display:grid;grid-gap:16px;gap:16px}.asset-filter-bar{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px;padding:16px 18px;background:#fff;border:1px solid #dde4e9;border-radius:15px}.asset-filter-fields{display:grid;grid-template-columns:repeat(2,minmax(230px,380px));grid-gap:14px;gap:14px;flex:1 1}.asset-filter-bar label{display:grid;grid-gap:7px;gap:7px;color:#596575;font-size:13px;font-weight:700}.asset-filter-bar>span{color:#697586;font-size:14px;font-weight:700}.asset-card{padding:0;overflow:hidden}.asset-card-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;grid-gap:15px;gap:15px;padding:20px 22px;border-bottom:1px solid #e6ebef}.asset-card-head h2{margin:3px 0;font-size:20px}.asset-card-head small,.asset-card-head>div>span{color:#6a7585}.asset-type-icon{display:grid;place-items:center;width:48px;height:48px;color:#1189b4;background:#e5f6fb;border-radius:14px}.asset-status.in_stock{color:#187f65;background:#e4f5ef}.asset-status.awaiting_acknowledgement{color:#92670a;background:#fff3d3}.asset-status.assigned{color:#126e91;background:#dff3fa}.asset-status.retired{color:#606a78;background:#edf0f2}.asset-status.lost{color:#b93843;background:#fdebed}.asset-card-detail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;padding:18px 22px}.asset-card-detail span{display:grid;grid-gap:4px;gap:4px;color:#6c7787;font-size:13px}.asset-card-detail strong{color:#111c2e;font-size:15px}.asset-card-actions{display:flex;flex-wrap:wrap;gap:9px;padding:0 22px 20px}.asset-issue-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:start;padding:20px}.asset-issue-card>svg{color:#d65360}.asset-issue-card h2{margin:2px 0 6px;font-size:18px}.asset-issue-card p{margin:0 0 6px;color:#4f5c6d}.asset-issue-card small,.asset-issue-card span{color:#6c7787}.dashboard-asset-ack{display:grid;grid-template-columns:minmax(280px,.75fr) 1.25fr;grid-gap:24px;gap:24px;margin-bottom:20px;padding:22px;border-color:#bde3ee;background:#f4fbfd}.dashboard-asset-ack-title{display:flex;gap:14px;align-items:flex-start}.dashboard-asset-ack-title>span{display:grid;place-items:center;width:43px;height:43px;color:#1189b4;background:#dff4fa;border-radius:13px}.dashboard-asset-ack-title h2{margin:2px 0 4px}.dashboard-asset-ack-title p{margin:0;color:#657083}.dashboard-asset-ack-list{display:grid;grid-gap:8px;gap:8px}.dashboard-asset-ack-list article{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:12px 14px;background:#fff;border:1px solid #dbe9ee;border-radius:12px}.dashboard-asset-ack-list article>div{display:grid;grid-gap:3px;gap:3px}.dashboard-asset-ack-list article span{color:#6a7585;font-size:13px}@media (max-width:900px){.assets-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.asset-card-detail,.dashboard-asset-ack{grid-template-columns:1fr}}@media (max-width:600px){.assets-overview-grid{grid-template-columns:1fr}.asset-card-head{grid-template-columns:42px minmax(0,1fr);padding:16px}.asset-card-head .asset-status{grid-column:1/-1;justify-self:start}.asset-card-actions,.asset-card-detail{padding-left:16px;padding-right:16px}.asset-issue-card{grid-template-columns:auto minmax(0,1fr)}.asset-issue-card .button{grid-column:1/-1}.asset-filter-bar,.dashboard-asset-ack-list article{align-items:stretch;flex-direction:column}.asset-filter-fields{grid-template-columns:1fr}}.modal{width:min(480px,100%);max-height:calc(100dvh - 40px);border-radius:15px;background:white;box-shadow:0 30px 80px rgba(12,20,31,.25);overflow:hidden;display:flex;flex-direction:column}.modal>form{min-height:0;display:flex;flex:1 1 auto;flex-direction:column}.modal-header{height:78px;min-height:78px;padding:0 22px;display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;border-bottom:1px solid var(--soft-line)}.modal-header h2{margin:0}.modal-header .eyebrow{margin-bottom:4px}.modal-body{min-height:0;padding:22px;display:flex;flex:1 1 auto;flex-direction:column;gap:18px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.modal-body>*{flex:0 0 auto}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px}.form-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:13px;gap:13px}.hours-preview{min-height:67px;border-radius:10px;background:var(--blue-pale);border:1px solid #d8eef6;display:grid;grid-template-columns:28px 1fr auto;align-items:center;padding:0 14px;color:#1c6078}.hours-preview span,.hours-preview strong{display:block}.hours-preview span{font-size:9px;text-transform:uppercase;letter-spacing:.05em}.hours-preview strong{font-size:14px;margin-top:4px}.hours-preview small{color:#60818d;font-size:9px}.modal-footer{height:69px;min-height:69px;padding:0 22px;flex:0 0 auto;justify-content:flex-end;gap:9px;border-top:1px solid var(--soft-line);background:#fafbfc}.filter-bar,.modal-footer{display:flex;align-items:center}.filter-bar{min-height:68px;padding:13px;margin-bottom:16px;gap:10px}.filter-count{margin-left:auto;color:var(--muted);font-size:11px;padding-right:7px}.page-tip{margin-top:15px;color:#65717d;font-size:11px;display:flex;align-items:center;gap:8px}.location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:17px;gap:17px}.location-card{min-height:390px;padding:0;overflow:hidden}.location-card-image{width:100%;aspect-ratio:16/7;min-height:180px;background:#e9edf0;overflow:hidden}.location-card-image img{display:block;width:100%;height:100%;object-fit:cover}.location-card-image-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#7a8792;background:linear-gradient(145deg,#edf5f7,#e7ecef)}.location-card-image-empty span{font-size:10px;font-weight:700}.location-card-content{padding:18px 20px 0}.location-card-head{display:flex;align-items:center;justify-content:space-between}.location-icon,.setting-icon{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:var(--blue-soft);color:#1387b1}.location-card h2{font-size:17px;display:inline-block;margin:18px 9px 9px 0}.location-details{margin-top:18px;color:#67717d}.location-details p{display:flex;align-items:center;gap:8px;margin-bottom:9px;font-size:11px}.location-card-footer{min-height:65px;border-top:1px solid var(--soft-line);margin:18px -20px 0;padding:0 20px;display:flex;align-items:center;gap:28px}.location-card-footer div span,.location-card-footer div strong{display:block}.location-card-footer div strong{font-size:13px}.location-card-footer div span{color:var(--muted);margin-top:3px;font-size:9px}.location-card-footer .button{margin-left:auto}.location-stat-button{margin:0;padding:7px 9px;border:0;border-radius:8px;background:transparent;color:var(--ink);text-align:left}.location-stat-button:hover{background:var(--blue-pale)}.location-stat-button span,.location-stat-button strong{display:block}.location-stat-button strong{font-size:13px}.location-stat-button span{margin-top:3px;color:#137fa8;font-size:9px;font-weight:650;text-decoration:underline;-webkit-text-decoration-color:#add9e8;text-decoration-color:#add9e8;text-underline-offset:2px}.location-people-modal{width:min(520px,calc(100vw - 28px))}.location-people-list{min-height:0;max-height:520px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.location-people-list article{min-height:72px;padding:12px 20px;border-bottom:1px solid var(--soft-line);display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center}.location-people-list article:last-child{border-bottom:0}.location-people-list .avatar{width:38px;height:38px}.location-people-list article>div small,.location-people-list article>div span,.location-people-list article>div strong{display:block}.location-people-list article>div strong{font-size:12px}.location-people-list article>div span{margin-top:3px;color:#56606d;font-size:10px}.location-people-list article>div small{margin-top:4px;color:var(--muted);font-size:9px}.location-image-editor{min-height:210px;position:relative;overflow:hidden;border:1px dashed #bfcbd2;border-radius:13px;background:#f2f7f8;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.location-image-editor>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.location-image-editor>div:not(.location-image-actions){display:flex;flex-direction:column;align-items:center;gap:6px;color:#667680}.location-image-editor>div:not(.location-image-actions) span{font-size:10px}.location-image-actions{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;display:flex;align-items:center;gap:8px;padding:9px;border-radius:10px;background:rgba(255,255,255,.94);box-shadow:0 5px 16px rgba(17,31,39,.12)}.location-image-actions>span{margin-left:auto;color:var(--muted);font-size:9px}.future-hours-badge{display:flex;align-items:center;gap:7px;width:-moz-fit-content;width:fit-content;margin-top:12px;padding:7px 9px;border-radius:8px;background:#fff5d9;color:#7a5910;font-size:9px}.future-hours-editor{margin-top:17px;padding:15px;border:1px solid #d9e5e9;border-radius:12px;background:#f8fbfc}.future-hours-editor-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.future-hours-editor-head span,.future-hours-editor-head strong{display:block}.future-hours-editor-head strong{font-size:12px}.future-hours-editor-head span{margin-top:4px;color:var(--muted);font-size:9px}.future-hours-date{max-width:310px;margin-top:15px}.future-hours-editor .hours-editor{background:white}.future-hours-editor .info-note{margin-top:12px}.inactive-card{opacity:.62}.hours-editor{border:1px solid var(--line);border-radius:10px;overflow:hidden}.hours-row{min-height:49px;padding:6px 10px;display:grid;grid-template-columns:105px 76px 1fr 18px 1fr;align-items:center;grid-gap:8px;gap:8px;border-bottom:1px solid var(--soft-line)}.hours-row:last-child{border-bottom:0}.hours-row strong{font-size:11px}.hours-row .input{min-height:34px}.hours-row>span{text-align:center}.closed-check,.hours-row>span{color:var(--muted);font-size:10px}.closed-check{display:flex;align-items:center;gap:5px}.absence-stats{margin-bottom:18px}.round-action{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;border:0}.round-action.approve{color:#277355;background:var(--success-soft)}.round-action.reject{color:#ac3641;background:var(--danger-soft)}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.admin-settings-stack{display:flex;flex-direction:column;gap:18px}.settings-tabs{margin-bottom:18px;padding:6px;border:1px solid var(--line);border-radius:14px;background:#eef1f4;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:5px;gap:5px}.settings-tabs button{min-height:62px;padding:9px 12px;border:0;border-radius:10px;background:transparent;color:#697381;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.settings-tabs button>span:first-child{width:32px;height:32px;flex:0 0 auto;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.58);color:#75808e}.settings-tabs button small,.settings-tabs button strong{display:block}.settings-tabs button strong{font-size:10px}.settings-tabs button small{margin-top:3px;font-size:8px;color:#89919c}.settings-tabs button.selected{background:white;color:var(--ink);box-shadow:0 3px 10px rgba(25,39,57,.08)}.settings-tabs button.selected>span:first-child{background:var(--blue-soft);color:#1387b1}.settings-tab-panel[hidden]{display:none}.settings-tab-panel>:first-child{margin-top:0}.admin-setting-section{overflow:hidden}.admin-setting-section>.card-header{min-height:78px}.admin-setting-section>.card-header>div{display:flex;align-items:center;gap:13px}.admin-setting-section>.card-header h2,.admin-setting-section>.card-header p{margin:0}.admin-setting-section>.card-header p{color:var(--muted);font-size:10px;margin-top:5px}.slack-setting-section{margin-top:18px}.slack-setting-section>.card-header{justify-content:space-between}.slack-setting-message{margin:14px 18px 0}.slack-setting-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);border-top:1px solid var(--soft-line)}.slack-setting-form{padding:19px;display:grid;grid-gap:16px;gap:16px}.slack-setting-form .field>label,.slack-setting-form .field>small{display:block}.slack-setting-form .field>label{margin-bottom:7px;color:#4d5866;font-size:10px;font-weight:700}.slack-setting-form .field>small{margin-top:6px;color:var(--muted);font-size:9px;line-height:1.45}.slack-enable-option{min-height:59px;padding:11px 13px;border:1px solid var(--line);border-radius:10px;background:#fafbfc;display:flex;align-items:center;gap:11px}.slack-enable-option small,.slack-enable-option strong{display:block}.slack-enable-option strong{font-size:11px}.slack-enable-option small{margin-top:4px;color:var(--muted);font-size:9px}.slack-notification-settings{display:grid;grid-gap:12px;gap:12px;padding-top:4px}.slack-notification-settings>div:first-child>small,.slack-notification-settings>div:first-child>strong,.slack-private-heading>small,.slack-private-heading>strong{display:block}.slack-notification-settings>div:first-child>strong,.slack-private-heading>strong{font-size:11px}.slack-notification-settings>div:first-child>small,.slack-private-heading>small{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.45}.slack-notification-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px}.slack-notification-option{min-height:70px;padding:12px 13px;border:1px solid var(--line);border-radius:10px;background:#fafbfc;display:flex;align-items:flex-start;gap:10px;cursor:pointer}.slack-notification-option:has(input:checked){border-color:#b9dfea;background:#f1fbfe}.slack-notification-option input{margin-top:2px}.slack-notification-option small,.slack-notification-option strong{display:block}.slack-notification-option strong{color:var(--ink);font-size:10px}.slack-notification-option small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.4}.slack-private-heading{margin-top:4px;padding-top:14px;border-top:1px solid var(--soft-line)}.slack-private-option{min-height:66px}.secret-input{position:relative}.secret-input .input{width:100%;padding-right:45px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.secret-input .icon-button{position:absolute;top:50%;right:6px;transform:translateY(-50%)}.slack-setting-actions{display:flex;flex-wrap:wrap;gap:9px}.slack-setting-actions .button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.danger-button{color:#a92f3a;border-color:#efc7cb}.danger-button:hover{background:var(--danger-soft)}.slack-setting-status{padding:18px;border-left:1px solid var(--soft-line);background:#fafcfd;display:flex;flex-direction:column;gap:12px}.slack-setting-status>div{padding:13px;border:1px solid var(--line);border-radius:10px;background:white}.slack-setting-status small,.slack-setting-status span,.slack-setting-status strong{display:block}.slack-setting-status span{color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.slack-setting-status strong{min-height:19px;margin-top:6px;display:flex;align-items:center;gap:6px;font-size:11px}.slack-setting-status strong svg{color:#23805e}.slack-setting-status small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.4}.slack-setting-status .slack-status-error{color:#a92f3a;border-color:#efc7cb;background:var(--danger-soft);font-size:9px;line-height:1.45}.settings-list{display:flex;flex-direction:column}.settings-list-row{min-height:61px;padding:9px 17px;display:grid;grid-template-columns:38px minmax(220px,1fr) 100px auto 34px;grid-gap:10px;gap:10px;align-items:center;border-bottom:1px solid var(--soft-line)}.settings-add-row input[type=color],.settings-list-row input[type=color]{width:34px;height:34px;padding:2px;border:1px solid var(--line);border-radius:8px;background:white}.settings-list-row>span{color:var(--muted);font-size:10px}.settings-add-row{min-height:71px;padding:12px 17px;display:grid;grid-template-columns:38px minmax(220px,1fr) auto;grid-gap:10px;gap:10px;align-items:center;background:#fafbfc}.role-settings-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;padding:17px}.role-setting-card{border:1px solid var(--line);border-radius:10px;padding:15px}.role-setting-card>div:first-child{display:flex;justify-content:space-between;margin-bottom:13px}.role-setting-card>div:first-child span{color:var(--muted);font-size:9px}.permission-list{display:flex;flex-direction:column;gap:9px}.permission-list label{display:flex;gap:8px;align-items:flex-start;font-size:10px;line-height:1.35;color:#515b68}.holiday-form{padding:14px 17px;display:grid;grid-template-columns:1.25fr 150px 1.3fr 120px 125px auto;grid-gap:9px;gap:9px;border-bottom:1px solid var(--line);background:#fafbfc}.holiday-row{grid-template-columns:100px minmax(220px,1fr) minmax(190px,1fr) 34px}.holiday-row>div span,.holiday-row>div strong{display:block}.holiday-row>div span{color:var(--muted);font-size:9px;margin-top:3px}.audit-list{gap:0;padding:0;max-height:520px;overflow-y:auto}.audit-row{min-height:66px;padding:13px 18px;display:grid;grid-template-columns:9px 1fr;grid-gap:10px;gap:10px;border-bottom:1px solid var(--soft-line);align-items:start}.audit-row span,.audit-row strong{display:block}.audit-row strong{font-size:11px;line-height:1.4}.audit-row span{color:var(--muted);font-size:9px;margin-top:5px}.report-builder{overflow:hidden;margin-bottom:18px}.report-builder-head{min-height:82px;padding:0 19px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.report-builder-head h2,.report-builder-head p{margin:0}.report-builder-head p{color:var(--muted);font-size:10px;margin-top:5px}.report-date-grid{padding:17px 19px;display:grid;grid-template-columns:190px 190px 1fr;grid-gap:13px;gap:13px;border-bottom:1px solid var(--soft-line)}.report-period-note{min-height:61px;padding:0 15px;border:1px solid #d5edf6;border-radius:9px;background:var(--blue-pale);display:flex;align-items:center;gap:11px;color:#27677d}.report-period-note span,.report-period-note strong{display:block}.report-period-note span{font-size:9px;text-transform:uppercase;letter-spacing:.05em}.report-period-note strong{font-size:11px;margin-top:4px}.report-locations-head{min-height:58px;padding:0 19px;display:flex;align-items:center;justify-content:space-between}.report-locations-head span,.report-locations-head strong{display:block}.report-locations-head span{color:var(--muted);font-size:9px;margin-top:4px}.report-locations-head button{border:0;background:none}.report-location-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:9px;gap:9px;padding:0 19px 19px}.report-location-option{min-height:44px;border:1px solid var(--line);border-radius:9px;padding:0 11px;display:flex;align-items:center;gap:8px;color:#59626f;font-size:10px}.report-location-option:has(input:checked){border-color:#9ed5e7;background:var(--blue-pale);color:#185f78}.report-location-option input{position:absolute;opacity:0}.report-location-option svg{color:#a3aab2}.report-location-option:has(input:checked) svg{color:#168eb8;fill:#dff4fb}.report-sheet-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}.report-sheet-card{min-height:145px;padding:17px;display:flex;flex-direction:column;align-items:flex-start}.report-sheet-card svg{color:#168db7;margin-bottom:23px}.report-sheet-card strong{font-size:12px}.report-sheet-card span{color:var(--muted);font-size:9px;line-height:1.45;margin-top:6px}.booking-export-card{margin-top:18px;overflow:hidden}.booking-export-copy{padding:21px 19px;display:flex;align-items:flex-start;gap:14px}.booking-export-copy h2{margin:3px 0 6px}.booking-export-copy p{max-width:720px;margin:0;color:var(--muted);font-size:10px;line-height:1.5}.booking-export-actions{padding:17px 19px;border-top:1px solid var(--soft-line);display:flex;align-items:flex-end;gap:12px}.booking-export-actions .field{width:210px}.booking-export-actions .button{min-height:42px}.booking-export-errors{margin:0 19px 17px;padding:14px;border:1px solid #f1c1c5;border-radius:9px;background:#fff5f5;color:#a72d39;display:flex;align-items:flex-start;gap:10px;font-size:10px}.booking-export-errors strong{display:block;font-size:11px}.booking-export-errors ul{margin:7px 0 0;padding-left:17px;line-height:1.55}.booking-export-anyway{margin-top:11px;border-color:#dfa7ad;background:white;color:#9b2733}.booking-export-anyway:hover{border-color:#c97f87;background:#fffafa}.booking-export-note{padding:12px 19px;border-top:1px solid var(--soft-line);background:#fafbfc;color:var(--muted);font-size:9px;line-height:1.5}.setting-card{min-height:135px;border:1px solid var(--line);padding:20px;display:grid;grid-template-columns:43px 1fr auto;align-items:start;grid-gap:15px;gap:15px;text-align:left}.setting-card:hover{border-color:#b9dce8;box-shadow:var(--shadow);transform:translateY(-1px)}.setting-card h2{font-size:15px;margin:2px 0 7px}.setting-card p{color:var(--muted);font-size:11px;margin-bottom:12px}.setting-card div>span{color:#1886ae;font-size:10px;font-weight:650}.setting-card>svg{color:#949ba4;margin-top:12px}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:white}.login-brand{padding:58px 64px 42px;background:linear-gradient(145deg,#dff5fc,#eefbfe 68%,#fff6d9 135%);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.login-brand:after{content:"";width:430px;height:430px;border:1px solid rgba(18,130,169,.14);border-radius:50%;position:absolute;right:-180px;bottom:-170px;box-shadow:0 0 0 75px rgba(255,255,255,.14),0 0 0 150px rgba(255,255,255,.1)}.login-brand>div:not(.logo){position:relative;z-index:1}.login-brand-copy{max-width:560px}.login-brand h1{max-width:560px;font-size:clamp(38px,3.7vw,58px);line-height:1.04;letter-spacing:-.052em;margin:0 0 24px}.login-brand p{max-width:500px;font-size:16px;line-height:1.65;color:#49616b}.login-brand>span{font-size:9px;letter-spacing:.18em;color:#65808a}.login-panel{display:grid;place-items:center;padding:40px}.login-box{width:min(390px,100%)}.login-lock{width:45px;height:45px;border-radius:12px;background:var(--blue-soft);color:#128ab6;display:grid;place-items:center;margin-bottom:25px}.login-box>.eyebrow{margin-bottom:10px}.login-box h2{font-size:29px;margin-bottom:8px}.login-box>p{color:var(--muted);margin-bottom:31px}.login-box form{display:flex;flex-direction:column;gap:18px}.login-box form .button{margin-top:5px;min-height:46px}.login-box>small{display:block;color:#89919c;line-height:1.5;margin-top:23px}.form-error{padding:10px 12px;border-radius:8px;background:var(--danger-soft);color:#a82d38;font-size:11px;margin-bottom:16px}.standalone-page{min-height:100vh;background:linear-gradient(145deg,#e9f8fd,#f7f8fa 60%);display:grid;place-items:center;padding:24px}.static-modal{position:static}.static-modal .login-lock{margin:0;width:39px;height:39px}.modal-wide{width:min(720px,100%)}.scrollable-modal-body{max-height:none;overflow-y:auto}.people-leave-summary-modal{width:min(650px,100%)}.people-leave-summary-person{display:flex;align-items:center;gap:12px}.people-leave-summary-person h2{margin-top:2px}.people-leave-summary-body{gap:16px}.people-leave-summary-loading{min-height:150px;display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;color:var(--muted);font-size:10px}.people-leave-summary-section{border:1px solid var(--line);border-radius:11px;overflow:hidden;background:white}.people-leave-summary-section>header{min-height:45px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:#f7f9fb;border-bottom:1px solid var(--soft-line)}.people-leave-summary-section>header strong{font-size:12px}.people-leave-summary-section>header span{min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:var(--blue-pale);color:#147a9c;display:grid;place-items:center;font-size:9px;font-weight:750}.people-leave-summary-list{display:flex;flex-direction:column}.people-leave-summary-row{min-height:66px;padding:11px 15px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--soft-line)}.people-leave-summary-row:last-child{border-bottom:0}.people-leave-summary-row>div{min-width:0}.people-leave-summary-row div>span,.people-leave-summary-row strong{display:block}.people-leave-summary-row strong{font-size:11px;line-height:1.4}.people-leave-summary-row div>span{margin-top:4px;color:var(--muted);font-size:9px}.people-leave-summary-row>.pill{flex:0 0 auto}.people-leave-summary-balance{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;margin-top:4px;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:var(--line)}.people-leave-summary-balance>div{padding:14px 16px;background:#f7fbfd}.people-leave-summary-balance span{display:block;margin-bottom:3px;color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.people-leave-summary-balance strong{color:var(--ink);font-size:18px}.people-leave-summary-balance small{grid-column:1/-1;padding:8px 14px;background:white;color:var(--muted);text-align:center}.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px}.check-option{min-height:36px;border:1px solid var(--line);border-radius:8px;padding:0 10px;display:flex;align-items:center;gap:8px;font-size:11px;color:#59626f}.check-option:has(input:checked){background:var(--blue-pale);border-color:#a8d9e9;color:#185e77}.people-disclosure-toggle{min-height:58px;align-items:flex-start;padding:11px 12px}.people-disclosure-toggle small,.people-disclosure-toggle strong,.people-disclosure-toggle>span{display:block}.people-disclosure-toggle strong{color:var(--ink);font-size:11px}.people-disclosure-toggle small{color:var(--muted);font-size:9px;line-height:1.45;margin-top:3px}.people-disclosure-panel{margin-top:-10px;padding:12px;border:1px solid #cbe8f2;border-top:0;border-radius:0 0 10px 10px;background:#f8fcfe}.muted-text{color:#818995}.temporary-password{min-height:62px;border-radius:9px;background:#fff7dc;border:1px solid #efdda3;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;color:#6f551d}.temporary-password span,.temporary-password strong{display:block}.temporary-password span{text-transform:uppercase;letter-spacing:.06em;font-size:9px;margin-bottom:4px}.temporary-password strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.profile-photo-editor{min-height:86px;border:1px solid var(--line);border-radius:11px;padding:12px 14px;display:flex;align-items:center;gap:14px;background:#fbfcfd}.profile-photo-editor>div{flex:1 1}.profile-photo-editor span,.profile-photo-editor strong{display:block}.profile-photo-editor span{margin:4px 0 9px}.profile-photo-editor small,.profile-photo-editor span{color:var(--muted);font-size:10px}.avatar-large{width:60px;height:60px;font-size:16px}.info-note{border-radius:9px;background:var(--blue-pale);border:1px solid #d5edf6;padding:11px 12px;color:#356779;font-size:10px;line-height:1.5}.modal-body:has(.info-note)>.field:has(textarea[name=notes]){display:none}.not-scheduled-message{margin-top:10px;padding:11px;border-radius:8px;background:var(--blue-pale);color:#356779;text-align:center}.not-scheduled-message span,.not-scheduled-message strong{display:block}.not-scheduled-message span{margin-top:4px;font-size:9px;line-height:1.4}.modal-footer-split{justify-content:space-between;height:auto;min-height:73px;flex-wrap:wrap;padding-block:12px}.modal-footer-split>div{display:flex;gap:8px}.people-filter-bar{flex-wrap:wrap}.archive-toggle{min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:8px;display:inline-flex;align-items:center;gap:7px;color:#59626f;font-size:10px;background:white}.archive-toggle:has(input:checked){border-color:#a8d9e9;background:var(--blue-pale);color:#185e77}.status-date{display:block;margin-top:4px;color:var(--muted);font-size:9px}.leave-entitlement-editor{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.readonly-entitlement{min-height:72px;border:1px solid #d7e8ef;background:#f5fbfd;border-radius:9px;padding:11px 13px;display:flex;flex-direction:column;justify-content:center}.readonly-entitlement small,.readonly-entitlement span{color:var(--muted);font-size:9px}.readonly-entitlement strong{font-size:17px;margin:5px 0}.readonly-entitlement.total{background:#eef9f4;border-color:#cde8db}.readonly-entitlement.prorated{background:#f2fbfe;border-color:#bfe4f1}.pro-rata-trigger{margin-top:9px;align-self:flex-start}.pro-rata-preview{flex:0 0 auto;margin-top:12px;border:1px solid #bfe4f1;border-radius:12px;overflow:hidden;background:#f8fcfd}.pro-rata-preview-head{padding:16px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d7e8ef;background:#f2fbfe}.pro-rata-preview-head h3{margin-top:3px}.pro-rata-preview-head>strong{font-size:23px;color:#147fa7}.pro-rata-preview-grid{padding:14px 18px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.pro-rata-preview-grid span{color:var(--muted);font-size:9px}.pro-rata-preview-grid strong{display:block;margin-top:4px;color:var(--ink);font-size:12px}.pro-rata-deductions{margin:0 18px 14px;border:1px solid #efd9a8;border-radius:10px;background:#fffaf0;overflow:hidden}.pro-rata-deductions>div{padding:11px 13px;display:flex;justify-content:space-between;color:#8b671c}.pro-rata-deductions>small{display:block;padding:0 13px 12px;color:var(--muted)}.pro-rata-deductions ul{list-style:none;margin:0;padding:0;border-top:1px solid #efd9a8}.pro-rata-deductions li{padding:9px 13px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f3e6c9}.pro-rata-deductions li:first-child{border-top:0}.pro-rata-deductions li small,.pro-rata-deductions li span{display:block}.pro-rata-deductions li small{margin-top:2px;color:var(--muted);font-size:9px}.pro-rata-preview-result{padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #d7e8ef;background:white}.pro-rata-preview-result span{color:var(--muted);font-size:10px}.pro-rata-preview-result span strong{display:block;margin-top:3px;color:var(--ink);font-size:18px}.pro-rata-preview>p{margin:0;padding:12px 18px;color:var(--muted);font-size:9px;line-height:1.5}.pro-rata-stale-warning{margin-top:11px;padding:11px 13px;display:flex;gap:9px;border:1px solid #efd9a8;border-radius:10px;background:#fff8e6;color:#8b671c;font-size:10px}.pro-rata-stale-warning svg{flex:0 0 auto}.pro-rata-stale-warning strong{display:block;margin-bottom:2px}.leaving-toggle{min-height:46px;padding:0 13px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:9px;font-size:11px;color:#4f5966;background:#fafbfc}.leaving-toggle:has(input:checked){background:#fff8e6;border-color:#ead8a5;color:#75571b}.leaving-toggle>div{min-width:0;display:flex;flex-direction:column;gap:3px}.leaving-toggle>div span,.leaving-toggle>div strong{display:block}.leaver-preview{overflow:hidden}.leaver-preview,.leaver-preview-state{border:1px solid #cde8db;background:#f3fbf7;border-radius:11px}.leaver-preview-state{min-height:64px;padding:13px 15px;display:flex;align-items:center;gap:11px;color:var(--muted)}.leaver-preview-state span,.leaver-preview-state strong{display:block}.leaver-preview-state strong{margin-bottom:3px;color:var(--ink)}.leaving-calculation-hint{display:block;margin-top:9px;color:#8a6518!important;font-weight:650}.leaver-preview.over{border-color:#efbec2;background:#fff5f5}.leaver-preview-head{min-height:58px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.06)}.leaver-preview-head span,.leaver-preview-head strong{display:block}.leaver-preview-head span{color:var(--muted);font-size:9px;margin-top:3px}.leaver-preview-head b{font-size:12px}.leaver-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:rgba(0,0,0,.06)}.leaver-preview-grid span{min-height:53px;padding:9px 12px;background:rgba(255,255,255,.82);color:var(--muted);font-size:9px}.leaver-preview-grid strong{display:block;color:var(--ink);font-size:13px;margin-top:4px}.leaver-conflicts{padding:10px 13px;display:flex;flex-direction:column;gap:5px;color:#a04435;font-size:10px}.inline-admin-section{border:1px solid var(--line);border-radius:10px;overflow:hidden}.inline-admin-section>header{min-height:58px;padding:12px 14px;border-bottom:1px solid var(--soft-line);background:#fafbfc;display:flex;align-items:center;gap:10px}.inline-admin-section>header>svg{flex:0 0 auto;color:#60707d}.inline-admin-section>header>div{min-width:0}.inline-admin-section>header span,.inline-admin-section>header strong{display:block}.inline-admin-section>header span{color:var(--muted);font-size:9px;margin-top:4px}.inline-admin-section>header:only-child{border-bottom:0}.inline-admin-section>.inline-admin-disclosure-header{justify-content:space-between}.inline-admin-disclosure-header>div{flex:1 1}.inline-admin-disclosure-header>.button{flex:0 0 auto}.adjustment-form{padding:12px 14px;display:grid;grid-template-columns:minmax(150px,.8fr) minmax(105px,.45fr) minmax(180px,1.3fr) auto;grid-gap:9px;gap:9px;align-items:center}.adjustment-history{border-top:1px solid var(--soft-line)}.adjustment-history>div{min-height:44px;padding:8px 14px;display:grid;grid-template-columns:62px 1fr auto;grid-gap:10px;gap:10px;align-items:center;border-bottom:1px solid var(--soft-line);font-size:10px}.leave-entitlement-breakdown{display:flex;flex-wrap:wrap;gap:7px 18px;padding:12px 22px 0;margin-top:12px;border-top:1px solid var(--soft-line);color:var(--muted);font-size:9px}.leave-entitlement-breakdown strong{display:block;color:var(--ink);margin-top:3px}.leave-entitlement-breakdown .leave-entitlement-divider{align-self:stretch;display:flex;align-items:center;color:#c8d1d9;font-size:15px}.entitlement-info-label{display:inline-flex!important;align-items:center;gap:4px}.entitlement-info-label svg{color:#168db7;cursor:help}.info-tooltip{width:19px;height:19px;padding:0;border:0;border-radius:50%;background:transparent;color:#168db7;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.info-tooltip:focus-visible,.info-tooltip:hover,.info-tooltip[aria-expanded=true]{background:var(--blue-pale);outline:none}.tenure-entitlement-explainer{margin:11px 22px 0;padding:11px 13px;border:1px solid #bfe4f1;border-radius:10px;background:#f2fbfe;color:#45616d;display:flex;align-items:flex-start;gap:9px;font-size:10px;line-height:1.45}.tenure-entitlement-explainer>svg{flex:0 0 auto;color:#168db7;margin-top:1px}.tenure-entitlement-explainer strong{display:block;color:var(--ink);margin-bottom:2px}.leave-calendar-card{padding:19px;margin-bottom:18px;overflow:hidden}.leave-calendar-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.leave-calendar-header h2{margin:3px 0 5px}.leave-calendar-header p{color:var(--muted);font-size:10px}.leave-calendar-controls{display:flex;align-items:center;gap:12px}.calendar-view-switch{width:-moz-fit-content;width:fit-content}.calendar-year-nav{display:flex;align-items:center;gap:8px}.leave-scope-switch{width:-moz-fit-content;width:fit-content;margin:17px 0}.monthly-calendar-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:11px;background:white}.monthly-calendar-grid{display:grid;min-width:930px}.monthly-day-header,.monthly-person-header{min-height:58px;border-bottom:1px solid var(--line);background:#f8fafb;display:flex;align-items:center;justify-content:center}.monthly-person-header{position:-webkit-sticky;position:sticky;left:0;z-index:4;justify-content:flex-start;padding:0 14px;color:var(--muted);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.06em;border-right:1px solid var(--line)}.monthly-day-header{flex-direction:column;gap:3px;color:var(--muted);font-size:8px;border-right:1px solid var(--soft-line)}.monthly-day-header strong{color:var(--ink);font-size:12px}.monthly-day-cell.weekend,.monthly-day-header.weekend{background:#eaf7fc}.monthly-person{min-height:56px;position:-webkit-sticky;position:sticky;left:0;z-index:3;padding:8px 12px;display:flex;align-items:center;gap:8px;background:white;border-right:1px solid var(--line);border-bottom:1px solid var(--soft-line);white-space:nowrap;overflow:hidden}.monthly-person strong{overflow:hidden;text-overflow:ellipsis;font-size:9px}.avatar-small{width:26px;height:26px;min-width:26px;font-size:8px}.monthly-day-cell{min-height:56px;padding:10px 0;border-right:1px solid var(--soft-line);border-bottom:1px solid var(--soft-line);display:flex;flex-direction:column;justify-content:center;gap:3px;overflow:visible}.monthly-leave-block{position:relative;z-index:1;display:block;width:calc(100% + 1px);min-height:17px;background:#10a5bf;color:white;white-space:nowrap;padding:0;border:0;font:inherit}.monthly-leave-block b{position:absolute;left:6px;top:2px;z-index:3;width:calc(var(--event-days, 1) * 100% - 12px);overflow:hidden;font-size:7px;line-height:13px;font-weight:750;text-align:left}.monthly-leave-block.begins{z-index:2;margin-left:3px;width:calc(100% - 2px);border-radius:8px 0 0 8px}.office-away-row>.pill{text-transform:capitalize}.monthly-leave-block.ends{width:calc(100% - 3px);border-radius:0 8px 8px 0}.monthly-leave-block.begins.ends{width:calc(100% - 6px);border-radius:8px}.monthly-leave-block.single-day{width:16px;min-width:16px;height:16px;min-height:16px;margin:0 auto;border-radius:50%}.monthly-leave-block.half-day{min-height:9px}.leave-calendar-legend i.approved,.monthly-leave-block.approved,.year-day i.approved{background:#10a5bf}.leave-calendar-legend i.pending,.monthly-leave-block.pending,.year-day i.pending{background:repeating-linear-gradient(135deg,#f2b445 0 5px,#ffd77f 5px 9px);color:#6a4710}.leave-calendar-legend i.sickness,.monthly-leave-block.sickness,.year-day i.sickness{background:#dc5360}.leave-calendar-legend i.closure,.monthly-leave-block.closure,.year-day i.closure{background:#8268c7}.leave-calendar-legend i.public-holiday,.monthly-leave-block.public-holiday,.year-day i.public-holiday{background:#5077c8}.leave-calendar-legend i.other,.monthly-leave-block.other,.year-day i.other{background:#5d8c7b}.year-calendar-months{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.year-month{border:1px solid var(--line);border-radius:10px;padding:11px;background:#fff}.year-month>header{display:flex;align-items:center;gap:7px;margin-bottom:10px;color:#2d5667;font-size:11px}.year-month-grid,.year-month-weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:3px;gap:3px}.year-month-weekdays span{text-align:center;color:var(--muted);font-size:8px;font-weight:700;padding-bottom:4px}.year-day{min-height:30px;border-radius:5px;padding:3px;background:#fafbfc;color:#48515d;font-size:8px;position:relative;display:flex;flex-wrap:wrap;align-content:flex-start;gap:2px}.year-day.outside{opacity:.24}.year-day.has-leave{background:#f1f9fc}.year-day>span{width:100%}.year-day i{width:6px;height:6px;border-radius:50%;color:white;font-size:5px;font-style:normal;text-align:center;line-height:6px}.year-day b{font-size:6px;color:var(--muted)}.leave-calendar-legend{margin-top:13px;display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;color:var(--muted);font-size:9px}.leave-calendar-legend span{display:inline-flex;align-items:center;gap:5px}.leave-calendar-legend i{width:7px;height:7px;border-radius:50%;background:#1496c4}.leave-calendar-legend small{margin-left:auto}.calendar-event-detail{min-height:58px;margin-top:11px;padding:8px 10px 8px 13px;border:1px solid #d8e7ec;border-radius:10px;background:#f8fcfd;display:flex;align-items:center;justify-content:space-between;gap:10px}.calendar-event-detail>div{min-width:0;display:flex;align-items:center;gap:9px}.calendar-event-detail small,.calendar-event-detail strong{display:block}.calendar-event-detail strong{font-size:11px}.calendar-event-detail small{margin-top:3px;color:var(--muted);font-size:9px}.calendar-event-detail .calendar-event-entitlement{color:#157c9e;font-weight:700}.calendar-event-swatch{width:10px;height:32px;flex:0 0 auto;border-radius:7px}.calendar-event-swatch.approved{background:#10a5bf}.calendar-event-swatch.pending{background:#f2b445}.calendar-event-swatch.sickness{background:#dc5360}.calendar-event-swatch.closure{background:#8268c7}.calendar-event-swatch.public-holiday{background:#5077c8}.calendar-event-swatch.other{background:#5d8c7b}.admin-settings-stack>.admin-setting-section:last-child{display:none}.public-holiday-manager{margin-top:18px;overflow:hidden}.public-holiday-head{min-height:88px;padding:17px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.public-holiday-head h2,.public-holiday-head p{margin:0}.public-holiday-head h2{margin-top:3px}.public-holiday-head p{color:var(--muted);font-size:10px;margin-top:6px}.public-holiday-manager>.form-error,.public-holiday-manager>.notice-banner{margin:14px 18px 0}.holiday-calendar-toolbar{padding:16px 19px;display:grid;grid-template-columns:240px 120px 1fr;grid-gap:12px;gap:12px;align-items:end;background:#fafbfc;border-bottom:1px solid var(--line)}.holiday-rule-note{min-height:40px;padding:0 13px;border:1px solid #d5edf6;border-radius:9px;background:var(--blue-pale);display:flex;align-items:center;gap:9px;color:#356779}.holiday-rule-note span,.holiday-rule-note strong{display:block}.holiday-rule-note span{font-size:9px}.holiday-rule-note strong{font-size:10px;margin-bottom:2px}.bulk-holiday-table{padding:0 19px}.bulk-holiday-row{min-height:61px;display:grid;grid-template-columns:165px minmax(220px,1fr) minmax(260px,1.2fr) 34px;grid-gap:10px;gap:10px;align-items:center;border-bottom:1px solid var(--soft-line)}.bulk-holiday-row.header{min-height:43px;color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.working-day-toggle{min-height:40px;padding:6px 10px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:9px;background:white}.working-day-toggle:has(input:checked){border-color:#a8d9e9;background:var(--blue-pale)}.working-day-toggle small,.working-day-toggle strong{display:block}.working-day-toggle strong{font-size:10px}.working-day-toggle small{color:var(--muted);font-size:8px;margin-top:3px}.holiday-rule-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.holiday-rule-options label{min-height:40px;padding:6px 8px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:6px;background:white;cursor:pointer}.holiday-rule-options label:has(input:checked){border-color:#7fc4dd;background:var(--blue-pale)}.holiday-rule-options small,.holiday-rule-options strong{display:block}.holiday-rule-options strong{font-size:10px}.holiday-rule-options small{color:var(--muted);font-size:8px;margin-top:2px}.singapore-holiday-rule{min-height:40px;padding:6px 10px;border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;justify-content:center;background:#f2f4f6;color:#7b8592;cursor:not-allowed}.singapore-holiday-rule small,.singapore-holiday-rule strong{display:block}.singapore-holiday-rule strong{font-size:10px}.singapore-holiday-rule small{font-size:8px;margin-top:2px}.add-holiday-row{margin:13px 19px 0}.holiday-impact-preview{margin:16px 19px 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #d5edf6;background:var(--blue-pale);border-radius:10px;overflow:hidden}.holiday-impact-preview>div{min-height:66px;padding:12px 14px;border-right:1px solid #d5edf6}.holiday-impact-preview>div:last-child{border-right:0}.holiday-impact-preview span,.holiday-impact-preview strong{display:block}.holiday-impact-preview span{color:#57727d;font-size:9px}.holiday-impact-preview strong{color:#173d4b;font-size:16px;margin-top:6px}.public-holiday-actions{min-height:74px;margin-top:17px;padding:12px 19px;border-top:1px solid var(--line);background:#fafbfc;display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--muted);font-size:9px}.public-holiday-actions>div{display:flex;gap:8px}.leave-preview-loading{padding:12px;border-radius:9px;background:#fafbfc;color:var(--muted);font-size:10px;text-align:center}.leave-calculation-preview{border:1px solid #cfe6ee;border-radius:11px;background:#f7fcfd;overflow:hidden;display:flex;flex:0 0 auto;flex-direction:column}.modal:has(.leave-calculation-preview) .modal-body{max-height:calc(100dvh - 187px);overflow-y:auto}.self-request-person{min-height:55px;padding:10px 13px;border:1px solid #d5edf6;border-radius:9px;background:var(--blue-pale);display:flex;align-items:center;justify-content:space-between;gap:12px}.self-request-person span{color:#55727d;font-size:9px;text-transform:uppercase;letter-spacing:.06em}.self-request-person strong{font-size:12px}.leave-type-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.leave-type-options label{min-height:66px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;align-items:center;gap:11px;cursor:pointer}.leave-type-options label.active{border-color:#1695c2;background:var(--blue-pale);box-shadow:0 0 0 2px rgba(22,149,194,.08)}.leave-type-options label>span,.leave-type-options small,.leave-type-options strong{display:block}.leave-type-options strong{color:var(--ink);font-size:12px}.leave-type-options small{margin-top:3px;color:var(--muted);font-size:10px}.parental-leave-note span,.parental-leave-note strong{display:block}.parental-leave-note span{margin-top:4px}.leave-preview-total{display:grid;grid-template-columns:1fr 1fr}.leave-preview-total>span{min-height:65px;padding:12px 14px;color:var(--muted);font-size:9px;border-right:1px solid #cfe6ee}.leave-preview-total>span:last-child{border-right:0;background:var(--blue-pale)}.leave-preview-total strong{display:block;color:var(--ink);font-size:17px;margin-top:5px}.leave-preview-exclusions{padding:9px 14px;display:flex;gap:18px;border-top:1px solid #cfe6ee;color:#50717e;font-size:9px}.leave-preview-calendar{padding:12px 14px 16px;border-top:1px solid #cfe6ee;background:white;overflow-x:auto;overflow-y:visible;flex:0 0 auto}.leave-preview-week,.leave-preview-weekdays{min-width:560px;display:grid;grid-template-columns:repeat(7,1fr);grid-gap:5px;gap:5px}.leave-preview-weekdays{margin-bottom:5px}.leave-preview-weekdays span{color:#79838e;font-size:8px;font-weight:750;text-align:center;text-transform:uppercase}.leave-preview-week+.leave-preview-week{margin-top:5px}.leave-preview-day{min-height:64px;padding:7px;border:1px solid #dfe5e9;border-radius:8px;background:#f8fafb;display:flex;justify-content:center;flex-direction:column;text-align:center}.leave-preview-day small,.leave-preview-day span,.leave-preview-day strong{display:block}.leave-preview-day span{color:#6e7883;font-size:8px}.leave-preview-day strong{margin-top:4px;font-size:9px}.leave-preview-day small{margin-top:3px;color:#6e7883;font-size:7px;line-height:1.2}.leave-preview-day.leave{border-color:#8ed4e5;background:#eaf9fc;color:#126c8a}.leave-preview-day.rest-day{background:#f2f4f6;color:#69727c}.leave-preview-day.public-holiday{border-color:#b9c9ec;background:#eef2fb;color:#3d5f9f}.leave-preview-day.company-closure{border-color:#d1c6eb;background:#f3f0fa;color:#7155a5}.leave-preview-day.outside{opacity:.34}.holiday-day-off-explainer{display:flex;gap:11px;padding:13px 16px;border-top:1px solid #cfe6ee;border-bottom:1px solid #cfe6ee;background:#eef9fc;color:#315b6a}.holiday-day-off-explainer svg{flex:0 0 auto;margin-top:2px;color:#168db5}.holiday-day-off-explainer span,.holiday-day-off-explainer strong{display:block}.holiday-day-off-explainer span{margin-top:3px;font-size:12px;line-height:1.45}.holiday-day-off-editor{display:grid;grid-template-columns:minmax(150px,.55fr) 1fr;grid-gap:15px;gap:15px;align-items:end;padding:13px 16px;border-bottom:1px solid #dce8ec;background:#fff}.holiday-day-off-editor>div:first-child span,.holiday-day-off-editor>div:first-child strong{display:block}.holiday-day-off-editor>div:first-child span{margin-top:3px;color:#6b7580;font-size:11px}.holiday-day-off-selects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.holiday-day-off-selects label>span{display:block;margin-bottom:4px;color:#6b7580;font-size:10px;font-weight:700}.leave-preview-day.rest-day[title*=movable]{border-color:#e7c56f;background:#fff8e5;color:#8b6412}.absence-label.protected-day-off{border-color:#e7c56f;background:#fff4d7;color:#805c0b}@media (max-width:720px){.holiday-day-off-editor,.holiday-day-off-selects{grid-template-columns:1fr}}.leave-preview-summary{padding:12px 14px;border-top:1px solid #cfe6ee;background:#eef9fc}.leave-preview-summary span,.leave-preview-summary strong{display:block}.leave-preview-summary strong{font-size:11px}.leave-preview-summary span{margin-top:4px;color:#456b79;font-size:9px;line-height:1.45}.leave-conflict-warning,.team-availability-warning{margin:10px 12px;padding:10px 12px;border:1px solid #efc1c5;border-radius:9px;background:#fff2f3;color:#9e303a}.team-availability-warning{border-color:#cfe6ee;background:white;color:#356779}.team-availability-warning.at-limit{border-color:#edd69a;background:#fff8e3;color:#80601c}.leave-conflict-warning span,.leave-conflict-warning strong,.team-availability-warning span,.team-availability-warning strong{display:block}.leave-conflict-warning strong,.team-availability-warning strong{font-size:10px}.leave-conflict-warning span,.team-availability-warning span{margin-top:3px;font-size:8px;line-height:1.4}.approval-queue-card{margin-bottom:18px;border-color:#eadcae}.rest-day-table-card{margin-bottom:18px}.approval-queue-card>.card-header{background:#fffaf0}.history-header-actions{display:flex;align-items:center;gap:10px}.history-scope-toggle{min-height:35px;padding:0 10px;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:7px;color:#59636f;font-size:9px;font-weight:650}.approval-context{display:block;margin-top:5px;color:#28708a;font-size:8px;font-weight:650;line-height:1.4}.leave-preview-holidays{padding:8px 14px;border-top:1px solid #cfe6ee;display:flex;flex-direction:column;gap:5px}.leave-preview-holidays span{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:9px}.leave-preview-holidays strong{color:var(--ink)}.leave-year-balance{padding:9px 14px;border-top:1px solid #cfe6ee;display:flex;justify-content:space-between;gap:10px;font-size:9px;color:#356779}.leave-year-balance.over{background:var(--danger-soft);color:#a8323d}.company-closure-manager{margin-top:18px;overflow:hidden}.company-closure-manager>.form-error,.company-closure-manager>.notice-banner{margin:14px 18px 0}.closure-form-grid{padding:17px 19px;display:grid;grid-template-columns:1.4fr 180px 180px;grid-gap:12px;gap:12px;background:#fafbfc;border-bottom:1px solid var(--line)}.closure-location-section{padding:16px 19px 4px}.closure-location-section>div:first-child span,.closure-location-section>div:first-child strong{display:block}.closure-location-section>div:first-child span{color:var(--muted);font-size:9px;margin-top:4px}.closure-location-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin-top:13px}.closure-history{border-top:1px solid var(--line)}.closure-history-row{min-height:64px;padding:10px 19px;display:grid;grid-template-columns:90px 1fr 2fr;grid-gap:13px;gap:13px;align-items:center;border-bottom:1px solid var(--soft-line)}.closure-history-row>div span,.closure-history-row>div strong{display:block}.closure-history-row>div span{color:var(--muted);font-size:9px;margin-top:4px}@media (max-width:1050px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-main{grid-template-columns:1fr}.sidebar{width:210px}.main-area{margin-left:210px;width:calc(100% - 210px)}.working-row{grid-template-columns:1fr 120px 120px}.working-row .pill{display:none}.rota-toolbar{grid-template-columns:1fr 1fr;gap:13px;padding-block:12px}.week-nav{grid-row:2;grid-column:1/-1;justify-self:center}.location-grid,.settings-grid{grid-template-columns:1fr}.year-calendar-months{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.sidebar{display:none}.main-area{margin-left:0;width:100%}.page-content{padding:20px 14px calc(92px + env(safe-area-inset-bottom))}.topbar{height:60px;padding:0 14px}.mobile-topbar-brand{display:block}.mobile-topbar-brand .logo-wordmark{font-size:14px;letter-spacing:.16em;width:auto;overflow:visible}.mobile-topbar-brand .logo-product{display:block;margin-top:5px;font-size:7px;letter-spacing:.25em}.topbar-actions{gap:5px}.today-chip{display:none}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:80;min-height:calc(64px + env(safe-area-inset-bottom));padding:6px 7px env(safe-area-inset-bottom);border-top:1px solid #dfe3e8;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -8px 24px rgba(19,31,45,.08)}.mobile-bottom-nav a,.mobile-bottom-nav button{min-width:0;border:0;border-radius:10px;background:transparent;color:#727c87;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;font-size:9px;font-weight:650}.mobile-bottom-nav a.active,.mobile-bottom-nav button.active{background:#e9f7fb;color:#127fa7}.mobile-more-backdrop{position:fixed;inset:0;z-index:90;padding:20px 10px calc(73px + env(safe-area-inset-bottom));background:rgba(10,18,28,.43);display:flex;align-items:flex-end;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-more-sheet{width:100%;max-height:min(620px,calc(100vh - 95px));padding:8px 15px 15px;border-radius:20px 20px 14px 14px;background:white;box-shadow:0 -22px 65px rgba(13,23,36,.24);overflow-y:auto}.mobile-more-handle{width:42px;height:4px;margin:0 auto 10px;border-radius:4px;background:#d7dce2}.mobile-more-profile{min-height:62px;padding:4px 2px 13px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:42px 1fr 40px;align-items:center;grid-gap:10px;gap:10px}.mobile-more-profile .avatar{width:40px;height:40px}.mobile-more-profile span,.mobile-more-profile strong{display:block}.mobile-more-profile strong{font-size:13px}.mobile-more-profile span{margin-top:3px;color:var(--muted);font-size:10px}.mobile-more-links{padding:10px 0;display:flex;flex-direction:column}.mobile-more-coming,.mobile-more-links>a{min-height:58px;padding:8px 10px;border-radius:10px;color:#33404c;display:grid;grid-template-columns:25px 1fr;align-items:center;grid-gap:8px;gap:8px}.mobile-more-links>a:active{background:#eff8fb}.mobile-more-links small,.mobile-more-links strong{display:block}.mobile-more-links strong{font-size:12px}.mobile-more-links small{margin-top:3px;color:var(--muted);font-size:9px}.mobile-more-coming{color:#89919b}.mobile-signout{width:100%;min-height:43px;border:1px solid #eed9dc;border-radius:10px;background:#fff5f6;color:#a4343e;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:700}.grid-4{grid-template-columns:1fr}.desktop-rota-content,.rota-page-header{display:none!important}.mobile-rota-view{display:block}.mobile-rota-location-row{min-height:50px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-rota-location-row .eyebrow{margin-bottom:3px}.mobile-rota-location-row select{max-width:245px;padding:0 20px 0 0;border:0;background:transparent;color:var(--ink);font-size:18px;font-weight:750;outline:none;text-overflow:ellipsis}.mobile-rota-month-nav{min-height:48px;margin:10px 0 8px;border:1px solid var(--line);border-radius:12px;background:white;display:grid;grid-template-columns:45px 1fr 45px;align-items:center;text-align:center}.mobile-rota-month-nav .icon-button{width:40px;height:40px;margin:auto}.mobile-rota-month-nav strong{font-size:12px}.mobile-date-strip{margin:0 -14px;padding:4px 14px 10px;display:flex;gap:7px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.mobile-date-strip::-webkit-scrollbar{display:none}.mobile-date-strip button{position:relative;width:48px;min-width:48px;height:63px;border:1px solid #e0e5e9;border-radius:13px;background:white;color:#66717d;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;scroll-snap-align:center}.mobile-date-strip button span{font-size:8px;font-weight:700;text-transform:uppercase}.mobile-date-strip button strong{font-size:16px}.mobile-date-strip button.selected{border-color:#158eb8;background:#e9f8fc;color:#106f91;box-shadow:0 4px 11px rgba(20,139,181,.14)}.mobile-date-strip button.outside-month{opacity:.42}.mobile-date-strip button i{position:absolute;bottom:6px;width:5px;height:5px;border-radius:50%;background:#e0a92e}.mobile-rota-scope{height:42px;margin:5px 0 18px;padding:4px;border-radius:10px;background:#e8edf0;display:grid;grid-template-columns:1fr 1fr}.mobile-rota-scope button{border:0;border-radius:7px;background:transparent;color:#6a7480;font-size:10px;font-weight:700}.mobile-rota-scope button.selected{background:white;color:var(--ink);box-shadow:0 2px 6px rgba(20,32,45,.12)}.mobile-day-heading{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.mobile-day-heading span{color:#1685ad;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.mobile-day-heading h1{margin:3px 0 0;font-size:23px}.mobile-day-heading>div:last-child{display:flex;gap:2px}.mobile-day-heading .icon-button{width:37px;height:37px;border:1px solid var(--line);background:white}.mobile-day-heading .icon-button:disabled{opacity:.3}.mobile-day-status{min-height:58px;margin-bottom:11px;padding:10px 12px;border:1px solid #cce6ef;border-radius:11px;background:#ecf9fd;color:#177c9d;display:flex;align-items:center;gap:10px}.mobile-day-status.exception{border-color:#edda9f;background:#fff8e5;color:#916a17}.mobile-day-status.closed{border-color:#efd5d8;background:#fff2f3;color:#b03a44}.mobile-day-status span,.mobile-day-status strong{display:block}.mobile-day-status strong{font-size:11px}.mobile-day-status span{margin-top:3px;color:#687780;font-size:9px;line-height:1.3}.mobile-shift-list{display:flex;flex-direction:column;gap:9px}.mobile-shift-card{min-height:89px;padding:13px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;grid-column-gap:10px;column-gap:10px;align-items:center;border-left:4px solid #1994be}.mobile-shift-card.visiting{background:#effaff}.mobile-shift-card.sick{border-left-color:#d84e59;background:#fff3f4}.mobile-shift-card .avatar{width:40px;height:40px}.mobile-shift-person span,.mobile-shift-person strong,.mobile-shift-time span,.mobile-shift-time strong{display:block}.mobile-shift-person{min-width:0}.mobile-shift-person strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-shift-person span{margin-top:4px;color:var(--muted);font-size:9px}.mobile-shift-time{text-align:right}.mobile-shift-time strong{font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mobile-shift-time span{margin-top:4px;color:var(--muted);font-size:8px}.mobile-shift-availability{grid-column:2/-1;margin-top:9px;padding-top:8px;border-top:1px solid #e2ebee}.mobile-shift-availability span,.mobile-shift-availability strong{display:block}.mobile-shift-availability span{color:#1680a4;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.mobile-shift-availability strong{margin-top:3px;font-size:10px}.mobile-shift-card>.pill{grid-column:2/-1;margin-top:8px}.mobile-not-scheduled,.mobile-store-closed{min-height:190px;padding:25px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#8a929c}.mobile-store-closed{border-color:#efd5d8;background:#fff8f8;color:#b43a45}.mobile-not-scheduled svg,.mobile-store-closed svg{margin-bottom:12px}.mobile-not-scheduled strong,.mobile-store-closed strong{color:var(--ink);font-size:13px}.mobile-not-scheduled span,.mobile-store-closed span{max-width:250px;margin-top:6px;color:var(--muted);font-size:10px;line-height:1.45}.mobile-away-list{margin-top:12px;overflow:hidden}.mobile-away-list>div:not(.card-header){min-height:61px;padding:9px 13px;border-top:1px solid var(--soft-line);display:grid;grid-template-columns:36px 1fr auto;grid-gap:9px;gap:9px;align-items:center}.mobile-away-list .avatar{width:34px;height:34px}.mobile-away-list div>span,.mobile-away-list strong{display:block}.mobile-away-list strong{font-size:10px}.mobile-away-list div>span{margin-top:3px;color:var(--muted);font-size:8px}.mobile-view-only-note{margin:13px 0 4px;color:#8a929c;font-size:9px;text-align:center}h1{font-size:25px}h2{font-size:17px}.page-header{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:20px}.page-header>.toolbar{width:100%;display:grid;grid-template-columns:1fr 1fr}.page-header>.toolbar .button:last-child:nth-child(odd){grid-column:1/-1}.page-header>.button{width:100%}.card{border-radius:12px}.card-header{min-height:58px;padding:10px 14px}.card-header .section-link{white-space:nowrap}.stat-card{min-height:110px;padding:15px}.stat-value{margin-top:11px;font-size:25px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.grid-main{margin-top:12px;gap:12px}.dashboard-hero-card{padding:15px;grid-template-columns:42px minmax(0,1fr);gap:11px}.dashboard-hero-mark{width:40px;height:40px;border-radius:12px}.dashboard-hero-copy h2{font-size:16px}.dashboard-hero-winners{grid-column:1/-1;width:100%;flex-direction:column;gap:7px}.dashboard-hero-winners>div{width:100%;min-width:0;padding:8px;border-radius:10px;background:rgba(255,255,255,.72)}.dashboard-hero-card>.button{grid-column:1/-1;width:100%}.working-location-header{min-height:45px;padding:7px 13px}.working-row{min-height:76px;padding:11px 13px;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px}.working-row .person-cell{grid-row:span 2}.working-row .time-range{text-align:right}.working-row .location-label{display:none}.working-row .pill{display:inline-flex;justify-self:end}.birthday-card{min-height:170px;padding:18px}.birthday-icon{margin-bottom:16px}.annual-leave-card{margin-top:12px;padding-bottom:16px}.leave-page-balance .card-header{align-items:stretch;flex-direction:column;gap:10px;padding-block:13px}.leave-balance-person{align-items:stretch;flex-direction:column;gap:5px}.leave-balance-person .select{width:100%}.leave-balance-bar{margin:7px 14px 15px;height:11px}.leave-balance-values{padding:0 14px;gap:7px}.leave-balance-values strong{font-size:19px}.leave-balance-values span{display:block;margin:1px 0 0;font-size:10px}.leave-balance-values small{font-size:8px}.leave-entitlement-breakdown{margin-inline:14px;gap:7px;overflow-x:auto}.leave-entitlement-breakdown>span{min-width:max-content}.tenure-entitlement-explainer{margin-inline:14px}.my-leave-row{min-height:72px;padding:10px 13px;grid-template-columns:9px minmax(0,1fr) auto;gap:9px}.my-leave-row>.pill{grid-column:3}.my-leave-row:not(.office-away-row)>.pill{grid-row:2}.office-away-row{grid-template-columns:36px minmax(0,1fr) auto}.absence-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.leave-calendar-card{margin-bottom:14px;padding:13px 0}.leave-calendar-header{padding:0 13px;flex-direction:column;gap:10px}.leave-calendar-header p{line-height:1.45}.leave-calendar-controls{width:100%;align-items:stretch;flex-direction:column;gap:8px}.calendar-view-switch,.calendar-year-nav{width:100%}.calendar-view-switch button{flex:1 1}.calendar-year-nav{justify-content:space-between}.leave-scope-switch{width:calc(100% - 26px);margin:13px}.leave-scope-switch button{flex:1 1;padding-inline:5px}.monthly-calendar-scroll{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow-x:auto}.monthly-calendar-grid{--calendar-person-width:126px;min-width:840px}.monthly-person,.monthly-person-header{position:-webkit-sticky;position:sticky;left:0;z-index:4}.monthly-person-header{padding-left:10px}.monthly-person{padding:0 8px;gap:6px}.monthly-person strong{max-width:76px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.monthly-day-header{min-height:49px}.monthly-day-cell{min-height:50px}.monthly-leave-block b{display:none}.leave-calendar-legend{padding:0 13px;gap:8px 11px}.leave-calendar-legend small{width:100%;margin:2px 0 0}.calendar-event-detail{margin-inline:13px}.year-calendar-months{padding:0 13px}.year-month{padding:9px}.people-section-tabs{width:100%;overflow-x:auto}.people-section-tabs a{flex:1 1;justify-content:center;min-width:max-content}.filter-bar{padding:10px;align-items:stretch;flex-direction:column}.filter-bar .search-field,.filter-bar .select{width:100%;min-width:0}.filter-count{margin:0;padding:2px 3px}.absence-history-card,.people-table-card,.rest-day-table-card{overflow:visible;border:0;background:transparent;box-shadow:none}.history-header-actions{align-items:flex-end;flex-direction:column;gap:6px}.history-scope-toggle{min-height:31px}.approval-queue-card{margin-bottom:12px}.absence-history-card .data-table,.absence-history-card tbody,.people-table-card .data-table,.people-table-card tbody,.rest-day-table-card .data-table,.rest-day-table-card tbody{display:block;width:100%}.absence-history-card thead,.people-table-card thead,.rest-day-table-card thead{display:none}.absence-history-card tr,.people-table-card tr,.rest-day-table-card tr{position:relative;display:grid;width:100%;margin-bottom:10px;padding:13px;border:1px solid var(--line);border-radius:12px;background:white;box-shadow:0 3px 12px rgba(20,34,53,.03)}.absence-history-card td,.people-table-card td,.rest-day-table-card td{height:auto;min-height:36px;padding:8px 0;border-bottom:1px solid var(--soft-line);display:grid;grid-template-columns:104px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px;text-align:left}.absence-history-card td:before,.people-table-card td:before,.rest-day-table-card td:before{content:attr(data-label);color:var(--muted);font-size:8px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.absence-history-card td:first-child,.people-table-card td:first-child{padding-top:0;grid-template-columns:1fr}.absence-history-card td:first-child:before,.people-table-card td:first-child:before{display:none}.absence-history-card td:last-child,.people-table-card td:last-child,.rest-day-table-card td:last-child{border-bottom:0}.people-table-card .mobile-card-action{position:absolute;top:8px;right:6px;width:40px;padding:0;display:block;border:0}.people-table-card .person-cell{padding-right:36px}.people-table-card .people-access-cell,.people-table-card .people-contract-cell{white-space:normal}.absence-history-card .card-header,.rest-day-table-card .card-header{margin-bottom:10px;border:1px solid var(--line);border-radius:12px;background:white}.org-chart-count{width:100%}.org-chart-toolbar{padding:10px}.org-chart-canvas{min-height:300px;padding:12px;overflow:visible}.org-tree{padding:0}.org-report-groups{margin-left:17px;padding-left:13px}.org-report-group:before{left:-13px;width:13px}.org-report-grid{grid-template-columns:1fr}.org-person-card{width:100%;min-height:78px}.org-expand-button{right:8px}.hero-page-header .hero-status{width:100%}.hero-tabs{overflow-x:auto}.hero-tabs button{min-width:max-content}.hero-current-grid{gap:10px}.hero-nomination-form{padding:14px}.hero-form-actions{flex-direction:column-reverse}.hero-form-actions .button{width:100%}.hero-rank{min-height:64px;padding:8px 12px;grid-template-columns:25px 35px minmax(0,1fr) auto;gap:8px}.hero-win-count{padding-inline:7px}.notification-popover{position:fixed;top:59px;left:10px;right:10px;width:auto;max-height:calc(100dvh - 145px)}.notification-popover-list{max-height:calc(100dvh - 205px)}.location-card{min-height:350px;padding:0}.location-card-content{padding:16px 16px 0}.location-card-footer{margin-inline:-16px;padding-inline:16px;gap:18px}.location-image-actions{align-items:stretch;flex-direction:column}.location-image-actions>span{margin-left:0}.location-card-footer .button{padding-inline:12px}.report-builder-head{min-height:0;padding:15px;align-items:flex-start}.report-date-grid{padding:14px;grid-template-columns:1fr}.report-locations-head{padding-inline:14px}.report-location-grid{padding:0 14px 14px;grid-template-columns:1fr 1fr}.report-sheet-grid{grid-template-columns:1fr 1fr;gap:9px}.report-sheet-card{min-height:130px;padding:14px}.report-sheet-card svg{margin-bottom:18px}.booking-export-copy{padding:16px 14px}.booking-export-actions{padding:14px;align-items:stretch;flex-direction:column}.booking-export-actions .button,.booking-export-actions .field{width:100%}.booking-export-errors{margin:0 14px 14px}.booking-export-note{padding:12px 14px}.admin-setting-section>.card-header{min-height:70px}.admin-setting-section>.card-header>div{align-items:flex-start}.setting-icon{flex:0 0 auto}.settings-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.department-row,.holiday-row,.settings-list-row{min-height:0;padding:13px;grid-template-columns:38px minmax(0,1fr) auto;gap:9px}.settings-list-row>span{grid-column:2}.settings-list-row>.button{grid-column:2;width:100%}.department-row{grid-template-columns:1fr 92px auto}.department-row>span{grid-column:1}.holiday-row{grid-template-columns:80px minmax(0,1fr) auto}.holiday-row>span{grid-column:1/-1}.department-add-row,.settings-add-row{padding:13px;grid-template-columns:38px minmax(0,1fr)}.settings-add-row .button{grid-column:1/-1;width:100%}.department-add-row,.role-settings-grid{grid-template-columns:1fr}.role-settings-grid{padding:13px}.slack-notification-grid,.slack-setting-grid{grid-template-columns:1fr}.slack-setting-status{border-top:1px solid var(--soft-line);border-left:0}.slack-setting-actions{align-items:stretch;flex-direction:column}.slack-setting-actions .button{width:100%}.closure-form-grid,.holiday-calendar-toolbar,.holiday-form,.holiday-form-expanded{padding:13px;grid-template-columns:1fr}.bulk-holiday-table{padding:0 13px;overflow-x:auto}.bulk-holiday-row{min-width:740px}.holiday-impact-preview{margin-inline:13px;grid-template-columns:repeat(2,1fr)}.public-holiday-actions{padding:12px 13px;align-items:stretch;flex-direction:column}.public-holiday-actions>div{display:grid}.closure-location-grid,.public-holiday-actions>div{grid-template-columns:1fr 1fr}.closure-history-row{grid-template-columns:75px 1fr}.closure-history-row>:last-child{grid-column:1/-1}.leave-entitlement-editor,.leaver-preview-grid,.pro-rata-preview-grid{grid-template-columns:1fr 1fr}.adjustment-form{grid-template-columns:1fr}.table-card:not(.people-table-card):not(.rest-day-table-card):not(.absence-history-card){overflow-x:auto}.data-table{min-width:700px}.absence-history-card .data-table,.people-table-card .data-table,.rest-day-table-card .data-table{min-width:0}.modal-backdrop{padding:0;place-items:end center}.modal,.modal-wide{width:100%;max-width:none;max-height:92dvh;border-radius:20px 20px 0 0;display:flex;flex-direction:column}.work-pattern-options{width:100%}.work-pattern-option{min-width:0;flex:1 1;padding-inline:8px}.people-leave-summary-row{align-items:flex-start;flex-direction:column;gap:8px}.people-leave-summary-balance{grid-template-columns:1fr}.people-leave-summary-balance small{grid-column:auto}.modal>form{min-height:0;display:flex;flex:1 1;flex-direction:column}.modal-header{height:auto;min-height:68px;padding:12px 16px;flex:0 0 auto}.modal-body,.scrollable-modal-body{max-height:none;min-height:0;padding:16px;overflow-y:auto}.modal-footer{height:auto;min-height:67px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));flex:0 0 auto}.modal-footer .button{flex:1 1}.modal-footer-split{align-items:stretch;flex-direction:column}.modal-footer-split>div{width:100%;flex-wrap:wrap}.modal-footer-split>div .button{min-width:calc(50% - 4px)}.input,.select{min-height:45px;font-size:16px}.checkbox-grid,.form-grid-2,.form-grid-3,.half-day-options,.leave-entitlement-editor,.leave-type-options,.pro-rata-preview-grid,.work-pattern-options,.year-calendar-months{grid-template-columns:1fr}.pro-rata-preview-result{align-items:stretch;flex-direction:column;gap:12px}.hours-row{grid-template-columns:1fr 70px}.hours-row .input,.hours-row>span{grid-column:span 1}.login-page{grid-template-columns:1fr}.login-brand{min-height:320px;padding:35px}.login-brand h1{font-size:38px;margin-top:50px}.login-panel{padding:45px 28px}}@media (max-width:900px){.probation-review-row{grid-template-columns:38px minmax(0,1fr) auto}.probation-review-date{grid-column:2}.probation-review-row>.pill{grid-column:3;grid-row:1}.probation-awareness,.probation-review-actions{grid-column:2/-1}.probation-extension-form{grid-template-columns:1fr}}@media (max-width:600px){.settings-tabs{display:flex;overflow-x:auto}.settings-tabs button{min-width:165px}.probation-review-card{margin-bottom:12px}.probation-review-row{padding:13px;grid-template-columns:36px minmax(0,1fr)}.probation-awareness,.probation-review-actions,.probation-review-date,.probation-review-row>.pill{grid-column:2;grid-row:auto;justify-self:start}.probation-review-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.probation-review-actions .button:last-child{grid-column:1/-1}.probation-editor-head{align-items:flex-start;flex-direction:column}.probation-actions{align-items:stretch;flex-direction:column}.probation-actions .button{width:100%}.probation-history>div{grid-template-columns:1fr auto}.probation-history small{grid-column:1/-1}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.profile-photo-prompt-backdrop{z-index:140}.profile-photo-prompt{position:relative;width:min(520px,100%);padding:38px;align-items:center;text-align:center;overflow:visible}.profile-photo-prompt-close{position:absolute;top:18px;right:18px}.profile-photo-prompt-visual{position:relative;margin-bottom:22px}.profile-photo-prompt-avatar{width:104px;height:104px;font-size:28px;border-width:4px}.profile-photo-camera{position:absolute;right:-3px;bottom:2px;display:grid;width:38px;height:38px;place-items:center;border:4px solid #fff;border-radius:50%;color:var(--blue);background:var(--blue-soft)}.profile-photo-prompt-copy{display:grid;justify-items:center;grid-gap:8px;gap:8px}.profile-photo-prompt-copy .eyebrow{margin-bottom:0}.profile-photo-prompt-copy h2{margin:0;font-size:30px}.profile-photo-prompt-copy p{max-width:400px;margin:0 0 4px;color:var(--muted);line-height:1.55}.profile-photo-prompt-copy strong{font-size:14px}.profile-photo-prompt .form-error{width:100%;margin:18px 0 0}.profile-photo-prompt-actions{display:grid;grid-template-columns:1fr 1.35fr;grid-gap:12px;gap:12px;width:100%;margin-top:26px}.profile-photo-prompt-actions .button{justify-content:center}.profile-photo-prompt>small{margin-top:12px;color:var(--muted)}@media (max-width:640px){.profile-photo-prompt{padding:34px 22px 26px;border-radius:20px 20px 0 0}.profile-photo-prompt-actions{grid-template-columns:1fr}.profile-photo-prompt-actions .button-primary{grid-row:1}}.appointment-readiness-card{margin:18px 0;padding:18px;border:1px solid #bfe3ef;border-radius:16px;background:#f2fbfe}.appointment-readiness-card header{display:flex;align-items:center;gap:12px}.appointment-readiness-card header>div{display:grid;grid-gap:3px;gap:3px;flex:1 1}.appointment-readiness-card header span{color:var(--muted)}.appointment-readiness-actions{display:flex;align-items:end;gap:12px;margin-top:16px}.appointment-readiness-actions .field{flex:1 1;margin:0}.people-training-pill{margin-left:7px}@media (max-width:700px){.appointment-readiness-actions{align-items:stretch;flex-direction:column}}