.AssistantWidget-module__v73A9W__fab{z-index:60;background:var(--brand-solid);width:56px;height:56px;color:var(--text-on-brand);box-shadow:var(--shadow-raised);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;transition:transform .12s;display:inline-flex;position:fixed;bottom:20px;right:20px}.AssistantWidget-module__v73A9W__fab:hover{transform:scale(1.04)}.AssistantWidget-module__v73A9W__fab:active{transform:scale(.96)}.AssistantWidget-module__v73A9W__offlineDot{background:var(--text-muted);border:2px solid var(--surface);border-radius:999px;width:14px;height:14px;position:absolute;bottom:4px;right:4px}.AssistantWidget-module__v73A9W__panel{z-index:61;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-raised);opacity:0;pointer-events:none;transform-origin:bottom;border-radius:24px 24px 0 0;flex-direction:column;height:min(76vh,560px);transition:opacity .12s,transform .2s cubic-bezier(.34,1.3,.5,1);display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;transform:translateY(8px)scale(.98)}.AssistantWidget-module__v73A9W__panelOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}@media (min-width:481px){.AssistantWidget-module__v73A9W__panel{transform-origin:100% 100%;border-radius:20px;width:360px;height:520px;bottom:88px;left:auto;right:20px}}@media (prefers-reduced-motion:reduce){.AssistantWidget-module__v73A9W__panel,.AssistantWidget-module__v73A9W__fab{transition:none;transform:none}}.AssistantWidget-module__v73A9W__header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:4px;padding:10px 8px 10px 16px;display:flex}.AssistantWidget-module__v73A9W__headerTitle{color:var(--text);flex:1;font-size:1rem;font-weight:600}.AssistantWidget-module__v73A9W__headerBtn{width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.AssistantWidget-module__v73A9W__headerBtn:hover{background:var(--surface-2);color:var(--text)}.AssistantWidget-module__v73A9W__log{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.AssistantWidget-module__v73A9W__bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;max-width:82%;padding:8px 12px;font-size:.9375rem;line-height:1.5}.AssistantWidget-module__v73A9W__user{background:var(--brand-tint);color:var(--text);border-bottom-right-radius:6px;align-self:flex-end}.AssistantWidget-module__v73A9W__assistant{background:var(--surface-2);color:var(--text);border-bottom-left-radius:6px;align-self:flex-start}.AssistantWidget-module__v73A9W__error{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--text)}.AssistantWidget-module__v73A9W__system{text-align:center;color:var(--text-muted);margin:0;padding:2px 8px;font-size:.8125rem;line-height:1.45}.AssistantWidget-module__v73A9W__suggestions{flex-wrap:wrap;gap:8px;padding:4px 0;display:flex}.AssistantWidget-module__v73A9W__suggestion{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:.8125rem}.AssistantWidget-module__v73A9W__suggestion:hover:not(:disabled){background:var(--surface-2)}.AssistantWidget-module__v73A9W__suggestion:disabled{opacity:.5;cursor:default}.AssistantWidget-module__v73A9W__dots{background-image:radial-gradient(circle 3px at center, var(--text-muted) 99%, transparent 0);opacity:.6;background-repeat:repeat-x;background-size:10px 100%;width:28px;height:1.5em;display:inline-block}.AssistantWidget-module__v73A9W__composer{border-top:1px solid var(--border);flex-shrink:0;gap:8px;padding:12px 16px;display:flex}.AssistantWidget-module__v73A9W__input{border:1px solid var(--border);background:var(--surface);min-width:0;height:40px;color:var(--text);border-radius:10px;flex:1;padding:0 12px;font-size:.9375rem}.AssistantWidget-module__v73A9W__sendBtn{background:var(--brand-solid);width:40px;height:40px;color:var(--text-on-brand);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.AssistantWidget-module__v73A9W__sendBtn:disabled{opacity:.45;cursor:default}
.Spinner-module__YHEfAG__spinner{opacity:.85;border:2px solid;border-top-color:#0000;border-radius:50%;flex:none;width:1em;height:1em;animation:.6s linear infinite Spinner-module__YHEfAG__spin;display:inline-block}@keyframes Spinner-module__YHEfAG__spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.Spinner-module__YHEfAG__spinner{animation-duration:1.8s}}.Spinner-module__YHEfAG__inButton{vertical-align:-.1em;border-width:1.5px;margin-inline-end:6px;font-size:.92em}
.PeriodSettingsForm-module__Ynb-KG__form{flex-direction:column;gap:14px;display:flex}.PeriodSettingsForm-module__Ynb-KG__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.PeriodSettingsForm-module__Ynb-KG__field{flex-direction:column;gap:6px;min-width:0;display:flex}.PeriodSettingsForm-module__Ynb-KG__label{color:var(--text-muted);font-size:13px;font-weight:600}.PeriodSettingsForm-module__Ynb-KG__input{color:var(--text);background:var(--bg);border:1px solid var(--border);font-variant-numeric:tabular-nums;border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:15px}.PeriodSettingsForm-module__Ynb-KG__input:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.PeriodSettingsForm-module__Ynb-KG__hint,.PeriodSettingsForm-module__Ynb-KG__note{color:var(--text-muted);margin:0;font-size:12.5px}.PeriodSettingsForm-module__Ynb-KG__info{color:var(--text-muted);background:var(--surface-2);border-radius:10px;margin:0;padding:10px 12px;font-size:13px}.PeriodSettingsForm-module__Ynb-KG__warning{background:var(--surface-2);color:var(--text-muted);border-left:3px solid #d9a2a6;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}[data-theme=dark] .PeriodSettingsForm-module__Ynb-KG__warning{border-left-color:#6b3a3d}.PeriodSettingsForm-module__Ynb-KG__actions{display:flex}.PeriodSettingsForm-module__Ynb-KG__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:10px 20px;font-family:inherit;font-size:14.5px;font-weight:700}.PeriodSettingsForm-module__Ynb-KG__submit:disabled{opacity:.6;cursor:default}@media (max-width:640px){.PeriodSettingsForm-module__Ynb-KG__row{grid-template-columns:minmax(0,1fr)}}
.RateMatrix-module__ZI-ayq__wrap{flex-direction:column;gap:14px;display:flex}.RateMatrix-module__ZI-ayq__lead,.RateMatrix-module__ZI-ayq__empty{color:var(--text-muted);margin:0;font-size:13.5px}.RateMatrix-module__ZI-ayq__error{color:#a3373d;margin:0;font-size:13.5px}[data-theme=dark] .RateMatrix-module__ZI-ayq__error{color:#f2b8bb}.RateMatrix-module__ZI-ayq__tableScroll{border:1px solid var(--border);border-radius:12px;overflow-x:auto}.RateMatrix-module__ZI-ayq__table{border-collapse:collapse;width:100%;min-width:480px}.RateMatrix-module__ZI-ayq__thCorner,.RateMatrix-module__ZI-ayq__th,.RateMatrix-module__ZI-ayq__thRow,.RateMatrix-module__ZI-ayq__td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px}.RateMatrix-module__ZI-ayq__thCorner{color:var(--text-muted);background:var(--surface-2);z-index:1;font-size:12px;font-weight:600;position:sticky;left:0}.RateMatrix-module__ZI-ayq__th{background:var(--surface-2);font-size:13px;font-weight:700}.RateMatrix-module__ZI-ayq__th span{display:block}.RateMatrix-module__ZI-ayq__thDefault{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:500}.RateMatrix-module__ZI-ayq__thRow{background:var(--surface);z-index:1;font-size:14px;font-weight:600;display:table-cell;position:sticky;left:0}.RateMatrix-module__ZI-ayq__dot{vertical-align:-1px;width:12px;height:12px;box-shadow:0 0 0 1px var(--border);border-radius:999px;margin-right:8px;display:inline-block}.RateMatrix-module__ZI-ayq__td{background:var(--surface)}.RateMatrix-module__ZI-ayq__cellInput{color:var(--text);background:var(--bg);border:1px solid var(--border);font-variant-numeric:tabular-nums;border-radius:8px;width:116px;padding:7px 9px;font-family:inherit;font-size:14px}.RateMatrix-module__ZI-ayq__cellInput::placeholder{color:var(--text-muted);opacity:.75}.RateMatrix-module__ZI-ayq__cellInput:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.RateMatrix-module__ZI-ayq__actions{align-items:center;gap:12px;display:flex}.RateMatrix-module__ZI-ayq__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:9px 18px;font-family:inherit;font-size:14px;font-weight:700}.RateMatrix-module__ZI-ayq__submit:disabled{opacity:.5;cursor:default}.RateMatrix-module__ZI-ayq__savedNote{color:var(--text-muted);font-size:13px}@media (max-width:720px){.RateMatrix-module__ZI-ayq__tableScroll{background-color:var(--surface);background-image:linear-gradient(to right, var(--surface) 30%, transparent), linear-gradient(to left, var(--surface) 30%, transparent), radial-gradient(farthest-side at 0 50%, color-mix(in srgb, var(--text) 20%, transparent), transparent), radial-gradient(farthest-side at 100% 50%, color-mix(in srgb, var(--text) 20%, transparent), transparent);background-position:0 0,100% 0,0 0,100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-attachment:local,local,scroll,scroll}.RateMatrix-module__ZI-ayq__td{background:0 0}.RateMatrix-module__ZI-ayq__thRow{white-space:normal;overflow-wrap:anywhere;max-width:9.5rem}}
.MaterialSymbol-module__d-jVIG__symbol{-webkit-user-select:none;user-select:none;white-space:nowrap;word-wrap:normal;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;flex:none;font-family:Material Symbols Rounded;font-style:normal;font-weight:400;line-height:1;display:inline-block}
.WorkTypeBadge-module__Qdydla__badge{border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}
.form-module__BLC94q__form{flex-direction:column;gap:16px;display:flex}.form-module__BLC94q__field{flex-direction:column;gap:6px;display:flex}.form-module__BLC94q__label{color:var(--text);font-size:13.5px;font-weight:600}.form-module__BLC94q__input{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:15px;transition:border-color .15s}.form-module__BLC94q__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint);outline:none}.form-module__BLC94q__input[aria-invalid=true]{border-color:#de4b52}.form-module__BLC94q__fieldError{color:#de4b52;font-size:12.5px}.form-module__BLC94q__formError{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-left:4px solid #de4b52;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:14px;display:flex}.form-module__BLC94q__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:12px 20px;font-family:inherit;font-size:15px;font-weight:700;transition:filter .15s,transform .1s}.form-module__BLC94q__submit:hover:not(:disabled){filter:brightness(1.05)}.form-module__BLC94q__submit:active:not(:disabled){transform:scale(.99)}.form-module__BLC94q__submit:disabled{opacity:.6;cursor:progress}.form-module__BLC94q__checkboxField{color:var(--text);cursor:pointer;align-items:center;gap:10px;font-size:14px;display:flex}.form-module__BLC94q__checkbox{appearance:none;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;border-radius:7px;flex:none;width:22px;height:22px;margin:0;transition:background .15s,border-color .15s}.form-module__BLC94q__checkbox:checked{background:var(--brand-solid);border-color:var(--brand-solid)}.form-module__BLC94q__checkbox:checked:after{content:"";border:solid var(--text-on-brand);border-width:0 2px 2px 0;width:5px;height:10px;margin:3px auto 0;display:block;transform:rotate(45deg)}.form-module__BLC94q__checkbox:focus-visible{box-shadow:0 0 0 3px var(--brand-tint);outline:none}.form-module__BLC94q__hint{color:var(--text-muted);font-size:13px}.form-module__BLC94q__otpInput{text-align:center;letter-spacing:.4em;text-indent:.4em;font-variant-numeric:tabular-nums;font-size:22px;font-weight:700}.form-module__BLC94q__infoBanner{background:var(--brand-tint);border-left:3px solid var(--brand);color:var(--text);border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13.5px;display:flex}.form-module__BLC94q__infoBanner strong{font-weight:700}.form-module__BLC94q__actionRow{text-align:left;border:1.5px solid var(--border);background:var(--surface);cursor:pointer;border-radius:12px;align-items:center;gap:12px;width:100%;padding:13px 14px;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.form-module__BLC94q__actionRow:hover:not(:disabled){border-color:var(--brand);background:var(--surface-2)}.form-module__BLC94q__actionRow:disabled{opacity:.6;cursor:progress}.form-module__BLC94q__actionRowIcon{background:var(--brand-tint);width:34px;height:34px;color:var(--brand-dark);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:19px;display:inline-flex}.form-module__BLC94q__actionRowText{flex-direction:column;min-width:0;display:flex}.form-module__BLC94q__actionRowTitle{color:var(--text);font-size:14.5px;font-weight:600}.form-module__BLC94q__actionRowSub{color:var(--text-muted);font-size:12.5px}.form-module__BLC94q__actionRowGo{color:var(--text-muted);flex:none;margin-left:auto;font-size:20px}
.WorkTypeForm-module__4trPWa__formTitle{margin:0;font-size:18px;font-weight:800}.WorkTypeForm-module__4trPWa__picker{border:none;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.WorkTypeForm-module__4trPWa__picker legend{padding:0}.WorkTypeForm-module__4trPWa__swatches{flex-wrap:wrap;gap:8px;display:flex}.WorkTypeForm-module__4trPWa__swatch{cursor:pointer;border:2px solid #0000;border-radius:999px;width:32px;height:32px;padding:0}.WorkTypeForm-module__4trPWa__swatchSelected{border-color:var(--text);box-shadow:0 0 0 3px var(--brand-tint)}.WorkTypeForm-module__4trPWa__iconOption{border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text-muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0;display:inline-flex}.WorkTypeForm-module__4trPWa__iconOption:hover{background:var(--surface-2);color:var(--text)}.WorkTypeForm-module__4trPWa__iconSelected{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-dark)}.WorkTypeForm-module__4trPWa__formActions{align-items:center;gap:10px;display:flex}.WorkTypeForm-module__4trPWa__cancel{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:11px 18px;font-family:inherit;font-size:15px;font-weight:600}.WorkTypeForm-module__4trPWa__cancel:hover:not(:disabled){background:var(--surface-2);color:var(--text)}
.WorkTypeManager-module__WwuOiW__wrap{flex-direction:column;gap:20px;display:flex}.WorkTypeManager-module__WwuOiW__error{background:var(--surface-2);border:1px solid var(--border);border-left:4px solid #de4b52;border-radius:10px;gap:10px;margin:0;padding:12px 14px;font-size:14px;display:flex}.WorkTypeManager-module__WwuOiW__addButton{color:var(--brand-dark);background:var(--brand-tint);cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:10px 18px;font-family:inherit;font-size:14.5px;font-weight:700}.WorkTypeManager-module__WwuOiW__addButton:hover{filter:brightness(.97)}.WorkTypeManager-module__WwuOiW__formCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.WorkTypeManager-module__WwuOiW__empty{color:var(--text-muted);margin:0;font-size:14.5px}.WorkTypeManager-module__WwuOiW__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.WorkTypeManager-module__WwuOiW__item{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}.WorkTypeManager-module__WwuOiW__itemBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.WorkTypeManager-module__WwuOiW__itemName{font-size:15px;font-weight:700}.WorkTypeManager-module__WwuOiW__itemMeta{color:var(--text-muted);font-size:13px}.WorkTypeManager-module__WwuOiW__itemActions{flex:none;gap:8px;display:flex}@media (max-width:640px){.WorkTypeManager-module__WwuOiW__item{flex-wrap:wrap}.WorkTypeManager-module__WwuOiW__itemActions{justify-content:flex-end;width:100%}}
.WorkplaceManager-module__ZQie3q__wrap{flex-direction:column;gap:20px;display:flex}.WorkplaceManager-module__ZQie3q__error{background:var(--surface-2);border:1px solid var(--border);border-left:4px solid #de4b52;border-radius:10px;gap:10px;margin:0;padding:12px 14px;font-size:14px;display:flex}.WorkplaceManager-module__ZQie3q__addButton{color:var(--brand-dark);background:var(--brand-tint);cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:10px 18px;font-family:inherit;font-size:14.5px;font-weight:700}.WorkplaceManager-module__ZQie3q__addButton:hover .WorkplaceManager-module__ZQie3q__addButton:hover{filter:brightness(.97)}.WorkplaceManager-module__ZQie3q__ghostBtn{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:13.5px;font-weight:600}.WorkplaceManager-module__ZQie3q__ghostBtn:hover:not(:disabled) .WorkplaceManager-module__ZQie3q__ghostBtn:hover:not(:disabled){color:var(--text);background:var(--surface-2);background:var(--surface-2)}.WorkplaceManager-module__ZQie3q__ghostBtn:disabled .WorkplaceManager-module__ZQie3q__ghostBtn:disabled{opacity:.55;opacity:.55;cursor:default;cursor:default}.WorkplaceManager-module__ZQie3q__empty{color:var(--text-muted);margin:0;font-size:14.5px}.WorkplaceManager-module__ZQie3q__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.WorkplaceManager-module__ZQie3q__lead{color:var(--text-muted);margin:0;font-size:14.5px}.WorkplaceManager-module__ZQie3q__total{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.WorkplaceManager-module__ZQie3q__totalLabel{color:var(--text-muted);font-size:13px}.WorkplaceManager-module__ZQie3q__totalValue{font-size:19px;font-weight:800}.WorkplaceManager-module__ZQie3q__item{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}.WorkplaceManager-module__ZQie3q__itemBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.WorkplaceManager-module__ZQie3q__itemName{font-size:15px;font-weight:700}.WorkplaceManager-module__ZQie3q__itemMeta{color:var(--text-muted);overflow-wrap:anywhere;font-size:13px}.WorkplaceManager-module__ZQie3q__itemActions{flex:none;gap:8px;display:flex}.WorkplaceManager-module__ZQie3q__form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:16px;padding:20px;display:flex}.WorkplaceManager-module__ZQie3q__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.WorkplaceManager-module__ZQie3q__field{flex-direction:column;gap:6px;min-width:0;display:flex}.WorkplaceManager-module__ZQie3q__label{color:var(--text-muted);font-size:13px;font-weight:600}.WorkplaceManager-module__ZQie3q__input{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:15px}.WorkplaceManager-module__ZQie3q__input:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.WorkplaceManager-module__ZQie3q__formError{color:#a3373d;margin:0;font-size:13.5px}[data-theme=dark] .WorkplaceManager-module__ZQie3q__formError{color:#f2b8bb}.WorkplaceManager-module__ZQie3q__actions{gap:10px;display:flex}.WorkplaceManager-module__ZQie3q__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:10px 20px;font-family:inherit;font-size:14.5px;font-weight:700}.WorkplaceManager-module__ZQie3q__submit:disabled{opacity:.6;cursor:default}.WorkplaceManager-module__ZQie3q__cancel{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-family:inherit;font-size:14.5px;font-weight:600}.WorkplaceManager-module__ZQie3q__cancel:hover:not(:disabled){color:var(--text);background:var(--surface-2)}.WorkplaceManager-module__ZQie3q__cancel:disabled{opacity:.6;cursor:default}@media (max-width:640px){.WorkplaceManager-module__ZQie3q__row{grid-template-columns:minmax(0,1fr)}.WorkplaceManager-module__ZQie3q__item{flex-wrap:wrap}.WorkplaceManager-module__ZQie3q__itemActions{justify-content:flex-end;width:100%}}.WorkplaceManager-module__ZQie3q__itemArchived{background:var(--surface);border:1px dashed var(--border);opacity:.68;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}.WorkplaceManager-module__ZQie3q__dot{border-radius:999px;flex:none;width:18px;height:18px}.WorkplaceManager-module__ZQie3q__tag{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border);border-radius:999px;margin-left:8px;padding:2px 8px;font-size:11.5px;font-weight:700}.WorkplaceManager-module__ZQie3q__colors{border:none;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.WorkplaceManager-module__ZQie3q__swatches{flex-wrap:wrap;gap:10px;display:flex}.WorkplaceManager-module__ZQie3q__swatchOption{cursor:pointer;align-items:center;display:inline-flex}.WorkplaceManager-module__ZQie3q__swatchOption input{opacity:0;pointer-events:none;position:absolute}.WorkplaceManager-module__ZQie3q__swatch{width:26px;height:26px;box-shadow:0 0 0 1px var(--border);border:2px solid #0000;border-radius:999px;display:block}.WorkplaceManager-module__ZQie3q__swatchOption input:checked+.WorkplaceManager-module__ZQie3q__swatch{border-color:var(--text);box-shadow:0 0 0 2px var(--brand)}.WorkplaceManager-module__ZQie3q__swatchOption input:focus-visible+.WorkplaceManager-module__ZQie3q__swatch{outline:2px solid var(--brand);outline-offset:2px}.WorkplaceManager-module__ZQie3q__hint{color:var(--text-muted);margin:0;font-size:13px}
.OrgAllowanceManager-module__KtJvna__wrap{flex-direction:column;gap:20px;display:flex}.OrgAllowanceManager-module__KtJvna__lead{color:var(--text-muted);margin:0;font-size:14.5px}.OrgAllowanceManager-module__KtJvna__readOnly{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);border-radius:10px;margin:0;padding:10px 14px;font-size:13.5px}.OrgAllowanceManager-module__KtJvna__error{background:var(--surface-2);border:1px solid var(--border);border-left:4px solid #de4b52;border-radius:10px;gap:10px;margin:0;padding:12px 14px;font-size:14px;display:flex}.OrgAllowanceManager-module__KtJvna__addButton{color:var(--brand-dark);background:var(--brand-tint);cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:10px 18px;font-family:inherit;font-size:14.5px;font-weight:700}.OrgAllowanceManager-module__KtJvna__addButton:hover{filter:brightness(.97)}.OrgAllowanceManager-module__KtJvna__ghostBtn{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:13.5px;font-weight:600}.OrgAllowanceManager-module__KtJvna__ghostBtn:hover:not(:disabled){color:var(--text);background:var(--surface-2)}.OrgAllowanceManager-module__KtJvna__ghostBtn:disabled{opacity:.55;cursor:default}.OrgAllowanceManager-module__KtJvna__empty{color:var(--text-muted);margin:0;font-size:14.5px}.OrgAllowanceManager-module__KtJvna__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.OrgAllowanceManager-module__KtJvna__item{background:var(--surface);border:1px solid var(--border);border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}.OrgAllowanceManager-module__KtJvna__itemBody{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.OrgAllowanceManager-module__KtJvna__itemName{font-size:15px;font-weight:700}.OrgAllowanceManager-module__KtJvna__target{color:var(--text);overflow-wrap:anywhere;font-size:13px;font-weight:600}.OrgAllowanceManager-module__KtJvna__targetEveryone{color:var(--brand-dark);background:var(--brand-tint);border-radius:999px;align-self:flex-start;padding:2px 10px;font-size:12.5px;font-weight:700}.OrgAllowanceManager-module__KtJvna__target[data-orphan=true]{color:#a3373d;font-style:italic}[data-theme=dark] .OrgAllowanceManager-module__KtJvna__target[data-orphan=true]{color:#f2b8bb}.OrgAllowanceManager-module__KtJvna__itemMeta{color:var(--text-muted);overflow-wrap:anywhere;font-size:13px}.OrgAllowanceManager-module__KtJvna__itemActions{flex:none;gap:8px;display:flex}.OrgAllowanceManager-module__KtJvna__form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:16px;padding:20px;display:flex}.OrgAllowanceManager-module__KtJvna__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.OrgAllowanceManager-module__KtJvna__field{flex-direction:column;gap:6px;min-width:0;display:flex}.OrgAllowanceManager-module__KtJvna__label{color:var(--text-muted);font-size:13px;font-weight:600}.OrgAllowanceManager-module__KtJvna__input{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:15px}.OrgAllowanceManager-module__KtJvna__input:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.OrgAllowanceManager-module__KtJvna__fixedTarget{background:var(--surface-2);border:1px dashed var(--border);color:var(--text-muted);border-radius:10px;margin:0;padding:10px 12px;font-size:13.5px}.OrgAllowanceManager-module__KtJvna__formError{color:#a3373d;margin:0;font-size:13.5px}[data-theme=dark] .OrgAllowanceManager-module__KtJvna__formError{color:#f2b8bb}.OrgAllowanceManager-module__KtJvna__actions{gap:10px;display:flex}.OrgAllowanceManager-module__KtJvna__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:10px 20px;font-family:inherit;font-size:14.5px;font-weight:700}.OrgAllowanceManager-module__KtJvna__submit:disabled{opacity:.6;cursor:default}.OrgAllowanceManager-module__KtJvna__cancel{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-family:inherit;font-size:14.5px;font-weight:600}.OrgAllowanceManager-module__KtJvna__cancel:hover:not(:disabled){color:var(--text);background:var(--surface-2)}.OrgAllowanceManager-module__KtJvna__cancel:disabled{opacity:.6;cursor:default}@media (max-width:640px){.OrgAllowanceManager-module__KtJvna__row{grid-template-columns:minmax(0,1fr)}.OrgAllowanceManager-module__KtJvna__item{flex-wrap:wrap}.OrgAllowanceManager-module__KtJvna__itemActions{justify-content:flex-end;width:100%}}
.OrgPeriodSettingsForm-module__Fl5phq__form{flex-direction:column;gap:12px;display:flex}.OrgPeriodSettingsForm-module__Fl5phq__field{flex-direction:column;gap:6px;min-width:0;display:flex}.OrgPeriodSettingsForm-module__Fl5phq__label{color:var(--text-muted);font-size:13px;font-weight:600}.OrgPeriodSettingsForm-module__Fl5phq__select{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:15px}.OrgPeriodSettingsForm-module__Fl5phq__select:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.OrgPeriodSettingsForm-module__Fl5phq__select:disabled{opacity:.7;cursor:default}.OrgPeriodSettingsForm-module__Fl5phq__hint,.OrgPeriodSettingsForm-module__Fl5phq__note{color:var(--text-muted);margin:0;font-size:12.5px}.OrgPeriodSettingsForm-module__Fl5phq__warning{background:var(--surface-2);color:var(--text-muted);border-left:3px solid #d9a2a6;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}[data-theme=dark] .OrgPeriodSettingsForm-module__Fl5phq__warning{border-left-color:#6b3a3d}.OrgPeriodSettingsForm-module__Fl5phq__actions{display:flex}.OrgPeriodSettingsForm-module__Fl5phq__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:10px 20px;font-family:inherit;font-size:14.5px;font-weight:700}.OrgPeriodSettingsForm-module__Fl5phq__submit:disabled{opacity:.6;cursor:default}
.NewsletterForm-module__Me2VVa__form{flex-wrap:wrap;gap:10px;display:flex}.NewsletterForm-module__Me2VVa__input{min-width:0;height:48px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:12px;flex:220px;padding:0 14px;font-family:inherit;font-size:15px;transition:border-color .15s}.NewsletterForm-module__Me2VVa__input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint);outline:none}.NewsletterForm-module__Me2VVa__submit{height:48px;color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:12px;flex:none;padding:0 22px;font-family:inherit;font-size:15px;font-weight:700;transition:filter .15s,transform .1s}.NewsletterForm-module__Me2VVa__submit:hover{filter:brightness(1.05)}.NewsletterForm-module__Me2VVa__submit:active{transform:scale(.98)}.NewsletterForm-module__Me2VVa__note{color:var(--text-muted);margin:10px 0 0;font-size:12.5px}.NewsletterForm-module__Me2VVa__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.OrgShiftPolicyForm-module__gAmg6a__form{flex-direction:column;gap:.5rem;display:flex}.OrgShiftPolicyForm-module__gAmg6a__title{color:var(--text);margin:0;font-weight:600}.OrgShiftPolicyForm-module__gAmg6a__help{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.OrgShiftPolicyForm-module__gAmg6a__option{color:var(--text);align-items:center;gap:.5rem;font-size:.92rem;display:flex}.OrgShiftPolicyForm-module__gAmg6a__note{color:var(--text-muted);margin:0;font-size:.85rem}.OrgShiftPolicyForm-module__gAmg6a__actions{margin-top:.25rem}.OrgShiftPolicyForm-module__gAmg6a__submit{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.45rem 1rem;font-weight:600}.OrgShiftPolicyForm-module__gAmg6a__submit:disabled{opacity:.6;cursor:default}
.AccountMenu-module__wb1Npa__wrap{position:relative}.AccountMenu-module__wb1Npa__trigger{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:5px 12px 5px 5px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.AccountMenu-module__wb1Npa__trigger:hover{background:var(--surface-2)}.AccountMenu-module__wb1Npa__avatar,.AccountMenu-module__wb1Npa__avatarFallback{border-radius:999px;flex:none;width:28px;height:28px}.AccountMenu-module__wb1Npa__avatar{object-fit:cover}.AccountMenu-module__wb1Npa__avatarFallback{color:var(--text-on-brand);background:var(--brand-solid);justify-content:center;align-items:center;font-size:13px;font-weight:800;display:inline-flex}.AccountMenu-module__wb1Npa__name{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.AccountMenu-module__wb1Npa__caret{color:var(--text-muted);font-size:10px}.AccountMenu-module__wb1Npa__menu{z-index:40;background:var(--surface);border:1px solid var(--border);min-width:232px;box-shadow:var(--shadow-raised,var(--shadow));border-radius:14px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);right:0}.AccountMenu-module__wb1Npa__identity{border-bottom:1px solid var(--border);flex-direction:column;gap:2px;margin-bottom:4px;padding:8px 10px 10px;display:flex}.AccountMenu-module__wb1Npa__identityName{font-size:14px;font-weight:700}.AccountMenu-module__wb1Npa__identityEmail{color:var(--text-muted);overflow-wrap:anywhere;font-size:12.5px}.AccountMenu-module__wb1Npa__item,.AccountMenu-module__wb1Npa__itemDanger{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:9px;padding:9px 10px;font-family:inherit;font-size:14px;text-decoration:none;display:block}.AccountMenu-module__wb1Npa__item:hover:not(:disabled),.AccountMenu-module__wb1Npa__itemDanger:hover{background:var(--surface-2)}.AccountMenu-module__wb1Npa__item:disabled{opacity:.55;cursor:default}.AccountMenu-module__wb1Npa__itemDanger{color:#a3373d}[data-theme=dark] .AccountMenu-module__wb1Npa__itemDanger{color:#f2b8bb}.AccountMenu-module__wb1Npa__separator{background:var(--border);height:1px;margin:5px 4px}@media (max-width:640px){.AccountMenu-module__wb1Npa__name{display:none}}.AccountMenu-module__wb1Npa__sectionLabel{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);padding:6px 10px 2px;font-size:11px;font-weight:700}.AccountMenu-module__wb1Npa__modeItem,.AccountMenu-module__wb1Npa__modeItemOn{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:9px;flex-direction:column;gap:1px;padding:8px 10px;font-family:inherit;display:flex}.AccountMenu-module__wb1Npa__modeItem:hover:not(:disabled){background:var(--surface-2)}.AccountMenu-module__wb1Npa__modeItemOn{background:color-mix(in srgb, var(--brand-solid) 12%, transparent);box-shadow:inset 3px 0 0 0 var(--brand-solid)}.AccountMenu-module__wb1Npa__modeItem:disabled,.AccountMenu-module__wb1Npa__modeItemOn:disabled{opacity:.6;cursor:default}.AccountMenu-module__wb1Npa__modeName{font-size:14px;font-weight:600}.AccountMenu-module__wb1Npa__modeHint{color:var(--text-muted);overflow-wrap:anywhere;font-size:12px}.AccountMenu-module__wb1Npa__divider{background:var(--border);height:1px;margin:5px 0}
.LinkPending-module__Uv7NDG__spinner{border-width:1.5px;font-size:11px}.LinkPending-module__Uv7NDG__swap{justify-content:center;align-items:center;display:inline-flex;position:relative}.LinkPending-module__Uv7NDG__ghost{visibility:hidden}.LinkPending-module__Uv7NDG__swapSpinner{border-width:1.5px;margin:auto;font-size:11px;position:absolute;inset:0}
.OrgStarterPresetSection-module__TgzJta__wrap{flex-direction:column;gap:.5rem;display:flex}.OrgStarterPresetSection-module__TgzJta__lead{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.OrgStarterPresetSection-module__TgzJta__groupTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin:.5rem 0 0;font-size:.8rem;font-weight:600}.OrgStarterPresetSection-module__TgzJta__list{color:var(--text);margin:0;padding-left:1.1rem;font-size:.92rem;line-height:1.7}.OrgStarterPresetSection-module__TgzJta__muted{color:var(--text-muted)}.OrgStarterPresetSection-module__TgzJta__error{color:var(--danger);margin:0;font-size:.85rem}.OrgStarterPresetSection-module__TgzJta__primary{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;align-self:flex-start;align-items:center;gap:.4rem;margin-top:.5rem;padding:.55rem 1rem;font-size:.92rem;font-weight:600;display:inline-flex}.OrgStarterPresetSection-module__TgzJta__primary:disabled{opacity:.5;cursor:default}
.PhoneMockup-module__WfIwAW__phone{aspect-ratio:9/19;background:#181d1b;border:9px solid #181d1b;border-radius:38px;justify-self:center;width:288px;max-width:100%;animation:6s ease-in-out infinite PhoneMockup-module__WfIwAW__phoneFloat;overflow:hidden;box-shadow:0 18px 44px #0b563733}:root[data-theme=dark] .PhoneMockup-module__WfIwAW__phone{background:#272e2c;border-color:#272e2c;box-shadow:0 18px 44px #00000080}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .PhoneMockup-module__WfIwAW__phone{background:#272e2c;border-color:#272e2c;box-shadow:0 18px 44px #00000080}}@keyframes PhoneMockup-module__WfIwAW__phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.PhoneMockup-module__WfIwAW__phone{animation:none}}.PhoneMockup-module__WfIwAW__screen{background:var(--bg);flex-direction:column;gap:11px;height:100%;padding:14px 12px 16px;display:flex}.PhoneMockup-module__WfIwAW__statusBar{color:var(--text-muted);justify-content:space-between;align-items:center;padding:0 4px;font-size:10.5px;font-weight:600;display:flex}.PhoneMockup-module__WfIwAW__month{color:var(--text);text-align:center;font-size:14px;font-weight:700}.PhoneMockup-module__WfIwAW__cal{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.PhoneMockup-module__WfIwAW__calHead{text-transform:uppercase;color:var(--text-muted);text-align:center;font-size:9px;font-weight:700}.PhoneMockup-module__WfIwAW__day{aspect-ratio:1;background:var(--surface-2);color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;font-size:10.5px;font-weight:600;display:flex}.PhoneMockup-module__WfIwAW__dayOn{color:#fff}.PhoneMockup-module__WfIwAW__dayToday{box-shadow:inset 0 0 0 2px var(--brand);color:var(--text)}.PhoneMockup-module__WfIwAW__tiles{grid-template-columns:1fr 1fr;gap:6px;display:grid}.PhoneMockup-module__WfIwAW__tile{background:var(--surface);border-radius:12px;padding:8px 10px}.PhoneMockup-module__WfIwAW__tileLabel{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:9px;font-weight:700;display:block}.PhoneMockup-module__WfIwAW__tileValue{color:var(--text);font-variant-numeric:tabular-nums;font-size:15px;display:block}.PhoneMockup-module__WfIwAW__rows{flex-direction:column;gap:7px;margin-top:auto;display:flex}.PhoneMockup-module__WfIwAW__row{background:var(--surface);border-radius:10px;align-items:center;gap:8px;padding:7px 9px;display:flex}.PhoneMockup-module__WfIwAW__dot{border-radius:999px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.PhoneMockup-module__WfIwAW__rowName{color:var(--text);font-size:11.5px;font-weight:600}.PhoneMockup-module__WfIwAW__rowNum{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:11.5px;font-weight:700}.PhoneMockup-module__WfIwAW__cta{background:var(--brand-solid);color:var(--text-on-brand);text-align:center;border-radius:14px;padding:11px;font-size:12.5px;font-weight:700}
.ContactForm-module__j1WgZG__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234b5a52' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:18px 18px;padding-right:40px}:root[data-theme=dark] .ContactForm-module__j1WgZG__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239fb3a9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .ContactForm-module__j1WgZG__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239fb3a9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}}.ContactForm-module__j1WgZG__textarea{resize:vertical;min-height:150px;font-family:inherit;line-height:1.6}.ContactForm-module__j1WgZG__errorTitle{margin-bottom:4px;display:block}.ContactForm-module__j1WgZG__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.ContactForm-module__j1WgZG__privacyNote{color:var(--text-muted);margin:0;font-size:13px;line-height:1.6}.ContactForm-module__j1WgZG__privacyNote a{color:var(--brand-dark)}.ContactForm-module__j1WgZG__success{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;padding:32px 28px}.ContactForm-module__j1WgZG__successIcon{width:44px;height:44px;color:var(--brand)}.ContactForm-module__j1WgZG__successTitle{letter-spacing:-.01em;color:var(--text);margin:12px 0 8px;font-size:21px;font-weight:800}.ContactForm-module__j1WgZG__successBody{max-width:46ch;color:var(--text-muted);margin:0 auto 22px;font-size:15px;line-height:1.65}.ContactForm-module__j1WgZG__reference{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);margin:0 0 22px;padding:16px}.ContactForm-module__j1WgZG__referenceLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:4px;font-size:11.5px;font-weight:700;display:block}.ContactForm-module__j1WgZG__referenceCode{letter-spacing:1px;color:var(--brand-dark);font-variant-numeric:tabular-nums;font-size:22px;font-weight:800}.ContactForm-module__j1WgZG__successLink{color:var(--brand-dark);align-items:center;gap:8px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.ContactForm-module__j1WgZG__successLink:hover{text-decoration:underline}
.Footer-module__S6Hkya__footer{max-width:var(--maxw);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:8px;margin:0 auto;padding:24px 20px 50px;font-size:12.5px;display:flex}.Footer-module__S6Hkya__footlinks{gap:14px;display:flex}.Footer-module__S6Hkya__footlinks a{color:var(--text-muted)}.Footer-module__S6Hkya__footlinks a:hover{color:var(--text)}.Footer-module__S6Hkya__site{border-top:1px solid var(--border);padding:40px 0 28px}.Footer-module__S6Hkya__grid{max-width:var(--maxw);grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:28px;margin:0 auto;padding:0 20px;display:grid}.Footer-module__S6Hkya__brand{color:var(--text);align-items:center;gap:10px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.Footer-module__S6Hkya__brandLogo{border-radius:8px;flex:none;width:30px;height:30px}.Footer-module__S6Hkya__about{color:var(--text-muted);max-width:34ch;margin:12px 0 0;font-size:13.5px;line-height:1.6}.Footer-module__S6Hkya__colHeading{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 12px;font-size:12px;font-weight:700}.Footer-module__S6Hkya__colList{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__colList a{color:var(--text);font-size:14px;text-decoration:none}.Footer-module__S6Hkya__colList a:hover{color:var(--brand-dark);text-decoration:underline}.Footer-module__S6Hkya__bottom{max-width:var(--maxw);border-top:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:8px 20px;margin:28px auto 0;padding:18px 20px 0;font-size:12.5px;display:flex}.Footer-module__S6Hkya__bottom a{color:var(--text-muted)}@media (max-width:900px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.Footer-module__S6Hkya__grid{grid-template-columns:minmax(0,1fr)}}
.Hero-module__ZARIfG__hero{max-width:var(--maxw);margin:0 auto;padding:56px 20px 32px}.Hero-module__ZARIfG__badge{background:var(--brand-tint);color:var(--brand-dark);letter-spacing:.02em;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:12.5px;font-weight:700;display:inline-flex}.Hero-module__ZARIfG__hero h1{letter-spacing:-.01em;margin:18px 0 10px;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.15}.Hero-module__ZARIfG__hero p.Hero-module__ZARIfG__lead{color:var(--text-muted);max-width:640px;margin:0 0 4px;font-size:16px}.Hero-module__ZARIfG__meta{color:var(--text-muted);flex-wrap:wrap;gap:10px 24px;margin-top:22px;font-size:13.5px;display:flex}.Hero-module__ZARIfG__meta b{color:var(--text);font-weight:700}
.OrgOvertimeForm-module__uk7TGq__form{flex-direction:column;gap:.5rem;display:flex}.OrgOvertimeForm-module__uk7TGq__title{color:var(--text);margin:0;font-weight:600}.OrgOvertimeForm-module__uk7TGq__help{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.OrgOvertimeForm-module__uk7TGq__fields{flex-wrap:wrap;gap:.75rem;display:flex}.OrgOvertimeForm-module__uk7TGq__field{color:var(--text);flex-direction:column;gap:.25rem;font-size:.92rem;display:flex}.OrgOvertimeForm-module__uk7TGq__label{color:var(--text-muted);font-size:.85rem}.OrgOvertimeForm-module__uk7TGq__input{border:1px solid var(--border);background:var(--bg);width:7rem;color:var(--text);border-radius:8px;padding:.4rem .6rem;font-size:.92rem}.OrgOvertimeForm-module__uk7TGq__note{color:var(--text-muted);margin:0;font-size:.85rem}.OrgOvertimeForm-module__uk7TGq__actions{margin-top:.25rem}.OrgOvertimeForm-module__uk7TGq__submit{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.45rem 1rem;font-weight:600}.OrgOvertimeForm-module__uk7TGq__submit:disabled{opacity:.6;cursor:default}.OrgOvertimeForm-module__uk7TGq__warning{background:var(--surface-2);color:var(--text-muted);border-left:3px solid #d9a2a6;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}[data-theme=dark] .OrgOvertimeForm-module__uk7TGq__warning{border-left-color:#6b3a3d}
.OrgPeriodLockPanel-module__-PRPcG__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.6rem;margin:0 0 .9rem;padding:.75rem .9rem;display:flex}.OrgPeriodLockPanel-module__-PRPcG__row{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;display:flex}.OrgPeriodLockPanel-module__-PRPcG__badge{color:var(--brand);background:color-mix(in srgb, var(--brand) 12%, transparent);border:1px solid color-mix(in srgb, var(--brand) 40%, transparent);border-radius:999px;flex:none;padding:.2rem .55rem;font-size:.8rem;font-weight:600}.OrgPeriodLockPanel-module__-PRPcG__meta,.OrgPeriodLockPanel-module__-PRPcG__period,.OrgPeriodLockPanel-module__-PRPcG__hint{color:var(--text-muted);font-size:.85rem}.OrgPeriodLockPanel-module__-PRPcG__period{font-variant-numeric:tabular-nums}.OrgPeriodLockPanel-module__-PRPcG__hint{flex:14rem}.OrgPeriodLockPanel-module__-PRPcG__note{color:var(--text-muted);margin:0;font-size:.8rem}.OrgPeriodLockPanel-module__-PRPcG__actions{gap:.4rem;margin-left:auto;display:flex}.OrgPeriodLockPanel-module__-PRPcG__primary,.OrgPeriodLockPanel-module__-PRPcG__ghost,.OrgPeriodLockPanel-module__-PRPcG__danger{font:inherit;border-radius:calc(var(--radius) / 2);cursor:pointer;padding:.35rem .75rem;font-size:.85rem}.OrgPeriodLockPanel-module__-PRPcG__primary{color:#fff;background:var(--brand);border:1px solid var(--brand)}.OrgPeriodLockPanel-module__-PRPcG__ghost{color:var(--text);background:var(--bg);border:1px solid var(--border)}.OrgPeriodLockPanel-module__-PRPcG__danger{color:#b3261e;background:0 0;border:1px solid #b3261e73}.OrgPeriodLockPanel-module__-PRPcG__primary:disabled,.OrgPeriodLockPanel-module__-PRPcG__ghost:disabled,.OrgPeriodLockPanel-module__-PRPcG__danger:disabled{opacity:.6;cursor:progress}.OrgPeriodLockPanel-module__-PRPcG__dialog{background:var(--surface-2);border:1px solid var(--border);border-radius:calc(var(--radius) / 2);flex-direction:column;gap:.5rem;padding:.8rem .9rem;display:flex}.OrgPeriodLockPanel-module__-PRPcG__dialogTitle{margin:0;font-weight:600}.OrgPeriodLockPanel-module__-PRPcG__dialogBody,.OrgPeriodLockPanel-module__-PRPcG__dialogWarn{margin:0;font-size:.88rem;line-height:1.5}.OrgPeriodLockPanel-module__-PRPcG__dialogWarn{color:#b3261e}.OrgPeriodLockPanel-module__-PRPcG__label{font-size:.85rem;font-weight:600}.OrgPeriodLockPanel-module__-PRPcG__textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) / 2);resize:vertical;padding:.5rem .6rem;font-size:.9rem}.OrgPeriodLockPanel-module__-PRPcG__textarea[aria-invalid=true]{border-color:#b3261e}.OrgPeriodLockPanel-module__-PRPcG__dialogActions{gap:.4rem;display:flex}.OrgPeriodLockPanel-module__-PRPcG__error{color:#b3261e;border-radius:calc(var(--radius) / 2);background:#b3261e1a;margin:0;padding:.5rem .7rem;font-size:.85rem}.OrgPeriodLockPanel-module__-PRPcG__drift{background:color-mix(in srgb, var(--brand) 8%, transparent);border:1px solid color-mix(in srgb, var(--brand) 35%, transparent);border-radius:calc(var(--radius) / 2);padding:.6rem .8rem}.OrgPeriodLockPanel-module__-PRPcG__driftTitle{margin:0 0 .35rem;font-size:.85rem;font-weight:600}.OrgPeriodLockPanel-module__-PRPcG__driftList{color:var(--text-muted);font-variant-numeric:tabular-nums;margin:0;padding-left:1.1rem;font-size:.82rem}:is([data-theme=dark] .OrgPeriodLockPanel-module__-PRPcG__dialogWarn,[data-theme=dark] .OrgPeriodLockPanel-module__-PRPcG__error,[data-theme=dark] .OrgPeriodLockPanel-module__-PRPcG__danger){color:#ffb4ab}@media (prefers-color-scheme:dark){.OrgPeriodLockPanel-module__-PRPcG__dialogWarn,.OrgPeriodLockPanel-module__-PRPcG__error,.OrgPeriodLockPanel-module__-PRPcG__danger{color:#ffb4ab}}:is([data-theme=light] .OrgPeriodLockPanel-module__-PRPcG__dialogWarn,[data-theme=light] .OrgPeriodLockPanel-module__-PRPcG__error,[data-theme=light] .OrgPeriodLockPanel-module__-PRPcG__danger){color:#b3261e}@media (max-width:40rem){.OrgPeriodLockPanel-module__-PRPcG__actions{width:100%;margin-left:0}}
.guide-module__Wx-eNW__stepHead{flex-wrap:wrap;align-items:baseline;gap:10px;margin:30px 0 0;display:flex}.guide-module__Wx-eNW__stepHead h3{flex:auto;min-width:14ch;margin:0}.guide-module__Wx-eNW__stepNum{letter-spacing:.04em;color:var(--brand-dark);background:var(--brand-tint);border:1px solid var(--brand-border);font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:999px;flex:none;padding:2px 10px;font-size:12.5px;font-weight:700}.guide-module__Wx-eNW__tag{letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--border);color:var(--text-muted);background:var(--bg);white-space:nowrap;border-radius:999px;flex:none;padding:2px 9px;font-size:11.5px;font-weight:600}.guide-module__Wx-eNW__tagApp{color:var(--brand-dark);background:var(--brand-tint);border-color:var(--brand-border)}.guide-module__Wx-eNW__shots{flex-wrap:wrap;gap:18px;margin:16px 0 4px;display:flex}.guide-module__Wx-eNW__shots figure{flex:240px;min-width:0;margin:0}.guide-module__Wx-eNW__shots figure.guide-module__Wx-eNW__phone{flex:0 264px;max-width:264px}.guide-module__Wx-eNW__shots figure.guide-module__Wx-eNW__wide{flex:100%}.guide-module__Wx-eNW__shots img{border:1px solid var(--border);background:var(--surface);border-radius:10px;width:100%;height:auto;display:block}.guide-module__Wx-eNW__phone img{border-radius:16px}.guide-module__Wx-eNW__shots figcaption{color:var(--text-muted);margin-top:8px;font-size:13.5px;line-height:1.55}.guide-module__Wx-eNW__tall{border-radius:10px;max-height:420px;overflow-y:auto}.guide-module__Wx-eNW__tall img{border:0;border-radius:0}
.AdvanceDeductionForm-module__78aYza__form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:16px;padding:20px;display:flex}.AdvanceDeductionForm-module__78aYza__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.AdvanceDeductionForm-module__78aYza__field{flex-direction:column;gap:6px;min-width:0;display:flex}.AdvanceDeductionForm-module__78aYza__label{color:var(--text-muted);font-size:13px;font-weight:600}.AdvanceDeductionForm-module__78aYza__input{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;width:100%;padding:10px 12px;font-family:inherit;font-size:15px}.AdvanceDeductionForm-module__78aYza__input:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.AdvanceDeductionForm-module__78aYza__types{border:none;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.AdvanceDeductionForm-module__78aYza__typeOption{cursor:pointer;align-items:center;gap:8px;font-size:14.5px;display:flex}.AdvanceDeductionForm-module__78aYza__error{color:#a3373d;margin:0;font-size:13.5px}[data-theme=dark] .AdvanceDeductionForm-module__78aYza__error{color:#f2b8bb}.AdvanceDeductionForm-module__78aYza__actions{gap:10px;display:flex}.AdvanceDeductionForm-module__78aYza__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:10px 20px;font-family:inherit;font-size:14.5px;font-weight:700}.AdvanceDeductionForm-module__78aYza__submit:disabled{opacity:.6;cursor:default}.AdvanceDeductionForm-module__78aYza__cancel{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-family:inherit;font-size:14.5px;font-weight:600}.AdvanceDeductionForm-module__78aYza__cancel:hover:not(:disabled){color:var(--text);background:var(--surface-2)}.AdvanceDeductionForm-module__78aYza__cancel:disabled{opacity:.6;cursor:default}@media (max-width:640px){.AdvanceDeductionForm-module__78aYza__row{grid-template-columns:minmax(0,1fr)}}
.BottomNav-module__JpMf2G__bar{display:none}@media print{.BottomNav-module__JpMf2G__bar{display:none!important}}@media (max-width:720px){.BottomNav-module__JpMf2G__bar{z-index:60;border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);padding-bottom:env(safe-area-inset-bottom,0px);grid-auto-columns:1fr;grid-auto-flow:column;display:grid;position:fixed;inset:auto 0 0}}.BottomNav-module__JpMf2G__item{min-height:56px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:7px 2px 6px;font-size:11px;font-weight:600;line-height:1.2;text-decoration:none;transition:color .15s;display:flex}.BottomNav-module__JpMf2G__item:active{background:var(--surface-2)}.BottomNav-module__JpMf2G__current{color:var(--brand-dark)}.BottomNav-module__JpMf2G__icon{justify-content:center;align-items:center;width:24px;height:24px;font-size:24px;display:inline-flex}.BottomNav-module__JpMf2G__icon svg{width:22px;height:22px}.BottomNav-module__JpMf2G__item{position:relative}.BottomNav-module__JpMf2G__current:before{content:"";background:var(--brand-solid);border-radius:0 0 3px 3px;width:26px;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.BottomNav-module__JpMf2G__label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}@media (max-width:420px){.BottomNav-module__JpMf2G__label{letter-spacing:-.01em;font-size:10px}}
.OrgCalendarForm-module__FTnBQW__form{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.OrgCalendarForm-module__FTnBQW__title{color:var(--text);margin:0;font-weight:600}.OrgCalendarForm-module__FTnBQW__help{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.OrgCalendarForm-module__FTnBQW__fieldset{border:none;min-width:0;margin:0;padding:0}.OrgCalendarForm-module__FTnBQW__label{color:var(--text-muted);font-size:.85rem}.OrgCalendarForm-module__FTnBQW__days{flex-wrap:wrap;gap:.35rem .85rem;margin-top:.25rem;display:flex}.OrgCalendarForm-module__FTnBQW__day{color:var(--text);align-items:center;gap:.3rem;font-size:.92rem;display:inline-flex}.OrgCalendarForm-module__FTnBQW__field{color:var(--text);flex-direction:column;gap:.25rem;font-size:.92rem;display:flex}.OrgCalendarForm-module__FTnBQW__input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;padding:.4rem .6rem;font-size:.92rem}.OrgCalendarForm-module__FTnBQW__inputWide{min-width:14rem;}.OrgCalendarForm-module__FTnBQW__note{color:var(--text-muted);margin:0;font-size:.85rem}.OrgCalendarForm-module__FTnBQW__actions{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.OrgCalendarForm-module__FTnBQW__submit{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.45rem 1rem;font-weight:600}.OrgCalendarForm-module__FTnBQW__submit:disabled{opacity:.6;cursor:default}.OrgCalendarForm-module__FTnBQW__linkish{color:var(--brand);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.OrgCalendarForm-module__FTnBQW__linkish:disabled{opacity:.6;cursor:default}.OrgCalendarForm-module__FTnBQW__danger{color:#b3261e;}.OrgCalendarForm-module__FTnBQW__warning{background:var(--surface-2);color:var(--text-muted);border-left:3px solid #d9a2a6;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}[data-theme=dark] .OrgCalendarForm-module__FTnBQW__warning{border-left-color:#6b3a3d}.OrgCalendarForm-module__FTnBQW__noticeText{margin:0 0 .4rem}.OrgCalendarForm-module__FTnBQW__holidaysHead{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.5rem;margin-top:.75rem;display:flex}.OrgCalendarForm-module__FTnBQW__tableWrap{overflow-x:auto}.OrgCalendarForm-module__FTnBQW__table{border-collapse:collapse;width:100%;font-size:.9rem}.OrgCalendarForm-module__FTnBQW__table th,.OrgCalendarForm-module__FTnBQW__table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;padding:.35rem .5rem}.OrgCalendarForm-module__FTnBQW__table th{color:var(--text-muted);font-size:.8rem;font-weight:600}.OrgCalendarForm-module__FTnBQW__rowOff{opacity:.55}.OrgCalendarForm-module__FTnBQW__source{color:var(--text-muted);margin-left:.4rem;font-size:.75rem}.OrgCalendarForm-module__FTnBQW__inline{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:inline-flex}.OrgCalendarForm-module__FTnBQW__addRow{flex-wrap:wrap;align-items:flex-end;gap:.5rem;margin-top:.5rem;display:flex}@media (max-width:720px){.OrgCalendarForm-module__FTnBQW__tableWrap{overflow-x:visible}.OrgCalendarForm-module__FTnBQW__table{display:block}.OrgCalendarForm-module__FTnBQW__table thead{display:none}.OrgCalendarForm-module__FTnBQW__table tbody{display:block}.OrgCalendarForm-module__FTnBQW__table tbody tr{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin-bottom:.6rem;padding:.7rem .85rem;display:block}.OrgCalendarForm-module__FTnBQW__table td{border-bottom:0;padding:0;display:block}.OrgCalendarForm-module__FTnBQW__table tbody td:first-child{margin-bottom:.35rem;font-weight:600}.OrgCalendarForm-module__FTnBQW__table tbody td[data-label]{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:.4rem 0;display:flex}.OrgCalendarForm-module__FTnBQW__table tbody td[data-label]:before{content:attr(data-label);color:var(--text-muted);flex:none;font-size:.78rem;font-weight:600}.OrgCalendarForm-module__FTnBQW__table tbody td .OrgCalendarForm-module__FTnBQW__inputWide{flex:1;min-width:0}.OrgCalendarForm-module__FTnBQW__table tbody td:last-child:not([data-label]){border-top:1px solid var(--border);padding-top:.5rem}}
.OrgPeriodNav-module__1zXAeG__bar{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;display:flex}.OrgPeriodNav-module__1zXAeG__label{white-space:nowrap;font-size:16px;font-weight:800}@media (max-width:480px){.OrgPeriodNav-module__1zXAeG__label{white-space:normal;font-size:15px}}
.ProductShot-module__dRX49W__shot{flex-direction:column;gap:8px;margin:0;display:flex}.ProductShot-module__dRX49W__img{border:1px solid var(--border);background:var(--surface);width:100%;height:auto;box-shadow:var(--shadow);border-radius:12px;display:block}.ProductShot-module__dRX49W__phone .ProductShot-module__dRX49W__img{border-radius:18px;max-width:220px;margin-inline:auto}.ProductShot-module__dRX49W__caption{color:var(--text-muted);text-align:center;font-size:13px;line-height:1.45}@media (max-width:720px){.ProductShot-module__dRX49W__caption{text-align:left}}
.OrgRateSchemeForm-module__u2Bvaa__form{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.OrgRateSchemeForm-module__u2Bvaa__title{color:var(--text);margin:0;font-weight:600}.OrgRateSchemeForm-module__u2Bvaa__help{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.OrgRateSchemeForm-module__u2Bvaa__schemes{border:none;flex-direction:column;gap:.35rem;min-width:0;margin:0;padding:0;display:flex}.OrgRateSchemeForm-module__u2Bvaa__scheme{color:var(--text);align-items:flex-start;gap:.5rem;font-size:.92rem;display:flex}.OrgRateSchemeForm-module__u2Bvaa__schemeHint{color:var(--text-muted);font-size:.8rem;display:block}.OrgRateSchemeForm-module__u2Bvaa__grid{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:.6rem 1rem;margin-top:.25rem;display:grid}.OrgRateSchemeForm-module__u2Bvaa__field{color:var(--text);flex-direction:column;gap:.25rem;font-size:.92rem;display:flex}.OrgRateSchemeForm-module__u2Bvaa__label{color:var(--text-muted);font-size:.85rem}.OrgRateSchemeForm-module__u2Bvaa__inputRow{align-items:center;gap:.5rem;display:flex}.OrgRateSchemeForm-module__u2Bvaa__input{border:1px solid var(--border);background:var(--bg);width:6rem;color:var(--text);border-radius:8px;padding:.4rem .6rem;font-size:.92rem}.OrgRateSchemeForm-module__u2Bvaa__floor{color:var(--text-muted);font-size:.78rem}.OrgRateSchemeForm-module__u2Bvaa__below{color:#b3261e;margin:0;font-size:.78rem}.OrgRateSchemeForm-module__u2Bvaa__note{color:var(--text-muted);margin:0;font-size:.85rem}.OrgRateSchemeForm-module__u2Bvaa__actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.OrgRateSchemeForm-module__u2Bvaa__submit{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.45rem 1rem;font-weight:600}.OrgRateSchemeForm-module__u2Bvaa__submit:disabled{opacity:.6;cursor:default}.OrgRateSchemeForm-module__u2Bvaa__linkish{color:var(--brand);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.OrgRateSchemeForm-module__u2Bvaa__linkish:disabled{opacity:.6;cursor:default}.OrgRateSchemeForm-module__u2Bvaa__warning{background:var(--surface-2);color:var(--text-muted);border-left:3px solid #d9a2a6;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}[data-theme=dark] .OrgRateSchemeForm-module__u2Bvaa__warning{border-left-color:#6b3a3d}
.OrgTimesheetMatrix-module__jr8MUW__wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.6rem;padding:1rem 1.1rem;display:flex}.OrgTimesheetMatrix-module__jr8MUW__head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.2rem .75rem;display:flex}.OrgTimesheetMatrix-module__jr8MUW__head h2{margin:0;font-size:1.02rem}.OrgTimesheetMatrix-module__jr8MUW__period{color:var(--text-muted);font-variant-numeric:tabular-nums;margin:0;font-size:.82rem}.OrgTimesheetMatrix-module__jr8MUW__exportBtn{border:1px solid var(--border);background:var(--surface);color:var(--text);white-space:nowrap;border-radius:7px;margin-left:auto;padding:.34rem .7rem;font-size:.8rem;font-weight:600;text-decoration:none}.OrgTimesheetMatrix-module__jr8MUW__exportBtn:hover{border-color:var(--brand);color:var(--brand)}.OrgTimesheetMatrix-module__jr8MUW__empty,.OrgTimesheetMatrix-module__jr8MUW__note{color:var(--text-muted);margin:0;font-size:.85rem}.OrgTimesheetMatrix-module__jr8MUW__link{color:var(--brand-solid);font-weight:600}.OrgTimesheetMatrix-module__jr8MUW__tableWrap{border:1px solid var(--border);border-radius:calc(var(--radius) / 2);max-height:70vh;overflow:auto}.OrgTimesheetMatrix-module__jr8MUW__table{border-collapse:separate;border-spacing:0;width:100%;font-size:.85rem}.OrgTimesheetMatrix-module__jr8MUW__cornerHead,.OrgTimesheetMatrix-module__jr8MUW__dayHead,.OrgTimesheetMatrix-module__jr8MUW__totalHead,.OrgTimesheetMatrix-module__jr8MUW__rowHead,.OrgTimesheetMatrix-module__jr8MUW__cell,.OrgTimesheetMatrix-module__jr8MUW__total{white-space:nowrap;border-bottom:1px solid var(--border);padding:.4rem .55rem}.OrgTimesheetMatrix-module__jr8MUW__cornerHead,.OrgTimesheetMatrix-module__jr8MUW__dayHead,.OrgTimesheetMatrix-module__jr8MUW__totalHead{z-index:2;color:var(--text-muted);text-align:right;background:var(--surface-2);font-size:.78rem;font-weight:600;position:sticky;top:0}.OrgTimesheetMatrix-module__jr8MUW__cornerHead{z-index:3;text-align:left;left:0}.OrgTimesheetMatrix-module__jr8MUW__dayHead{font-variant-numeric:tabular-nums}.OrgTimesheetMatrix-module__jr8MUW__rowHead{z-index:1;text-align:left;background:var(--surface);font-size:.87rem;font-weight:600;position:sticky;left:0}.OrgTimesheetMatrix-module__jr8MUW__cell,.OrgTimesheetMatrix-module__jr8MUW__total{text-align:right;background:var(--surface);font-variant-numeric:tabular-nums}.OrgTimesheetMatrix-module__jr8MUW__cell{min-width:2.1rem;color:var(--text-muted)}.OrgTimesheetMatrix-module__jr8MUW__total{font-weight:600}.OrgTimesheetMatrix-module__jr8MUW__unknown{color:var(--text-muted);font-style:italic;font-weight:500}.OrgTimesheetMatrix-module__jr8MUW__table tfoot .OrgTimesheetMatrix-module__jr8MUW__rowHead,.OrgTimesheetMatrix-module__jr8MUW__table tfoot .OrgTimesheetMatrix-module__jr8MUW__cell,.OrgTimesheetMatrix-module__jr8MUW__table tfoot .OrgTimesheetMatrix-module__jr8MUW__total{border-top:1px solid var(--border);background:var(--surface-2);border-bottom:0;position:sticky;bottom:0}.OrgTimesheetMatrix-module__jr8MUW__table tfoot .OrgTimesheetMatrix-module__jr8MUW__rowHead{z-index:2}.OrgTimesheetMatrix-module__jr8MUW__monthlyChip{color:var(--text-muted);background:var(--surface-2);white-space:nowrap;border-radius:999px;margin-left:6px;padding:1px 6px;font-size:11px;font-weight:600;display:inline-block}.OrgTimesheetMatrix-module__jr8MUW__drift{background:color-mix(in srgb, var(--brand) 8%, transparent);border:1px solid color-mix(in srgb, var(--brand) 35%, transparent);border-radius:calc(var(--radius) / 2);margin:0 0 .75rem;padding:.6rem .8rem}.OrgTimesheetMatrix-module__jr8MUW__driftTitle{margin:0 0 .35rem;font-size:.85rem;font-weight:600}.OrgTimesheetMatrix-module__jr8MUW__driftList{color:var(--text-muted);font-variant-numeric:tabular-nums;margin:0;padding-left:1.1rem;font-size:.82rem}.OrgTimesheetMatrix-module__jr8MUW__cellHoliday{background:#d9a2a638}.OrgTimesheetMatrix-module__jr8MUW__cellRest{background:var(--surface-2)}@media (max-width:720px){.OrgTimesheetMatrix-module__jr8MUW__tableWrap{background-color:var(--surface);background-image:linear-gradient(to right, var(--surface) 30%, transparent), linear-gradient(to left, var(--surface) 30%, transparent), radial-gradient(farthest-side at 0 50%, color-mix(in srgb, var(--text) 20%, transparent), transparent), radial-gradient(farthest-side at 100% 50%, color-mix(in srgb, var(--text) 20%, transparent), transparent);background-position:0 0,100% 0,0 0,100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-attachment:local,local,scroll,scroll}.OrgTimesheetMatrix-module__jr8MUW__table tbody .OrgTimesheetMatrix-module__jr8MUW__cell:not(.OrgTimesheetMatrix-module__jr8MUW__cellHoliday):not(.OrgTimesheetMatrix-module__jr8MUW__cellRest),.OrgTimesheetMatrix-module__jr8MUW__table tbody .OrgTimesheetMatrix-module__jr8MUW__total{background:0 0}.OrgTimesheetMatrix-module__jr8MUW__cell,.OrgTimesheetMatrix-module__jr8MUW__dayHead{min-width:2.75rem;padding-inline:.35rem}.OrgTimesheetMatrix-module__jr8MUW__rowHead{white-space:normal;overflow-wrap:anywhere;max-width:8.5rem}}
.TeamGridMockup-module__D-ADOq__wrap{flex-direction:column;gap:10px;margin:0;display:flex}.TeamGridMockup-module__D-ADOq__frame{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:14px;overflow:hidden}.TeamGridMockup-module__D-ADOq__head{border-bottom:1px solid var(--border);background:var(--surface-2);align-items:center;gap:6px;padding:10px 14px;display:flex}.TeamGridMockup-module__D-ADOq__dot{background:var(--border);border-radius:50%;width:9px;height:9px}.TeamGridMockup-module__D-ADOq__grid{flex-direction:column;gap:10px;padding:14px;display:flex}.TeamGridMockup-module__D-ADOq__row{align-items:center;gap:10px;display:flex}.TeamGridMockup-module__D-ADOq__avatar{background:var(--brand-tint);width:28px;height:28px;color:var(--brand-dark);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.TeamGridMockup-module__D-ADOq__cells{flex:1;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;display:grid}.TeamGridMockup-module__D-ADOq__cell{border-radius:5px;height:22px}.TeamGridMockup-module__D-ADOq__cellEmpty{border:1px dashed var(--border);background:0 0}.TeamGridMockup-module__D-ADOq__total{text-align:right;min-width:38px;color:var(--text);font-variant-numeric:tabular-nums;flex:none;font-size:12.5px;font-weight:700}.TeamGridMockup-module__D-ADOq__caption{color:var(--text-muted);font-size:13px;line-height:1.45}@media (max-width:720px){.TeamGridMockup-module__D-ADOq__grid{gap:8px;padding:12px 10px}.TeamGridMockup-module__D-ADOq__cells{gap:4px}.TeamGridMockup-module__D-ADOq__cell{height:18px}}
.ThemeToggle-module__sGqMhG__btn .ThemeToggle-module__sGqMhG__sun{display:none}:root[data-theme=dark] .ThemeToggle-module__sGqMhG__btn .ThemeToggle-module__sGqMhG__sun{display:inline-block}:root[data-theme=dark] .ThemeToggle-module__sGqMhG__btn .ThemeToggle-module__sGqMhG__moon{display:none}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .ThemeToggle-module__sGqMhG__btn .ThemeToggle-module__sGqMhG__sun{display:inline-block}:root:not([data-theme=light]) .ThemeToggle-module__sGqMhG__btn .ThemeToggle-module__sGqMhG__moon{display:none}}
.TimesheetPanel-module__H1y7iW__wrap{flex-direction:column;gap:18px;display:flex}.TimesheetPanel-module__H1y7iW__periodBar{justify-content:space-between;align-items:center;gap:12px;display:flex}.TimesheetPanel-module__H1y7iW__periodLabel{font-size:16px;font-weight:800}.TimesheetPanel-module__H1y7iW__error{background:var(--surface-2);border:1px solid var(--border);border-left:4px solid #de4b52;border-radius:10px;gap:10px;margin:0;padding:12px 14px;font-size:14px;display:flex}.TimesheetPanel-module__H1y7iW__empty{color:var(--text-muted);margin:0;font-size:14.5px}.TimesheetPanel-module__H1y7iW__addButton{color:var(--brand-dark);background:var(--brand-tint);cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:10px 18px;font-family:inherit;font-size:14.5px;font-weight:700;text-decoration:none}.TimesheetPanel-module__H1y7iW__formCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-raised,var(--shadow));padding:20px}.TimesheetPanel-module__H1y7iW__dayList{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.TimesheetPanel-module__H1y7iW__dayRow,.TimesheetPanel-module__H1y7iW__dayRowEmpty{flex-direction:column;gap:8px;padding:12px 16px;display:flex}.TimesheetPanel-module__H1y7iW__dayRow+.TimesheetPanel-module__H1y7iW__dayRow,.TimesheetPanel-module__H1y7iW__dayRow+.TimesheetPanel-module__H1y7iW__dayRowEmpty,.TimesheetPanel-module__H1y7iW__dayRowEmpty+.TimesheetPanel-module__H1y7iW__dayRow,.TimesheetPanel-module__H1y7iW__dayRowEmpty+.TimesheetPanel-module__H1y7iW__dayRowEmpty{border-top:1px solid var(--border)}.TimesheetPanel-module__H1y7iW__dayRowEmpty{background:color-mix(in srgb, var(--surface) 92%, var(--bg))}.TimesheetPanel-module__H1y7iW__dayHead{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.TimesheetPanel-module__H1y7iW__dayDate{font-variant-numeric:tabular-nums;align-items:baseline;gap:7px;min-width:92px;font-size:15px;font-weight:700;display:inline-flex}.TimesheetPanel-module__H1y7iW__dayWeekday{color:var(--text-muted);text-transform:capitalize;font-size:12px;font-weight:500}.TimesheetPanel-module__H1y7iW__dayOffTag{color:var(--text-muted);background:var(--surface-2);border:1px dashed var(--border);cursor:pointer;border-radius:999px;padding:4px 10px;font-family:inherit;font-size:12px;font-weight:700}.TimesheetPanel-module__H1y7iW__dayOffTag:hover:not(:disabled){color:var(--text)}.TimesheetPanel-module__H1y7iW__dayActions{flex:none;gap:8px;margin-left:auto;display:flex}.TimesheetPanel-module__H1y7iW__ghostBtn{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:13px;font-weight:600}.TimesheetPanel-module__H1y7iW__ghostBtn:hover:not(:disabled){color:var(--text);background:var(--surface-2)}.TimesheetPanel-module__H1y7iW__ghostBtn:disabled{opacity:.55;cursor:default}.TimesheetPanel-module__H1y7iW__dayOffEditor{flex-wrap:wrap;align-items:center;gap:8px;padding:4px 0 2px;display:flex}.TimesheetPanel-module__H1y7iW__select{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:7px 10px;font-family:inherit;font-size:14px}.TimesheetPanel-module__H1y7iW__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:7px 15px;font-family:inherit;font-size:13.5px;font-weight:700}.TimesheetPanel-module__H1y7iW__submit:disabled{opacity:.6;cursor:default}.TimesheetPanel-module__H1y7iW__entryList{flex-direction:column;gap:6px;margin:0;padding:0 0 0 4px;list-style:none;display:flex}.TimesheetPanel-module__H1y7iW__entryRow{grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.TimesheetPanel-module__H1y7iW__entryName{white-space:nowrap;font-size:14.5px;font-weight:600}.TimesheetPanel-module__H1y7iW__entryMeta{color:var(--text-muted);overflow-wrap:anywhere;min-width:0;font-size:13px}.TimesheetPanel-module__H1y7iW__entryActions{flex:none;gap:6px;display:flex}@media (max-width:640px){.TimesheetPanel-module__H1y7iW__dayActions{width:100%;margin-left:0}.TimesheetPanel-module__H1y7iW__entryRow{grid-template-columns:auto minmax(0,1fr);row-gap:4px}.TimesheetPanel-module__H1y7iW__entryActions{grid-column:1/-1;justify-content:flex-end}}
.OrgApprovalQueue-module__jk-Weq__queue{border:1px solid var(--border,#e5e7eb);border-left:3px solid var(--warning,#d97706);background:var(--surface,#fff);border-radius:10px;margin-bottom:16px;padding:12px 16px}.OrgApprovalQueue-module__jk-Weq__title{margin:0 0 8px;font-size:.95rem;font-weight:600}.OrgApprovalQueue-module__jk-Weq__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.OrgApprovalQueue-module__jk-Weq__row{border-top:1px solid var(--border,#eef0f2);flex-wrap:wrap;align-items:center;gap:8px 12px;padding:8px 0;display:flex}.OrgApprovalQueue-module__jk-Weq__row:first-child{border-top:none}.OrgApprovalQueue-module__jk-Weq__meta{flex-direction:column;flex:240px;gap:2px;min-width:0;display:flex}.OrgApprovalQueue-module__jk-Weq__name{font-weight:600}.OrgApprovalQueue-module__jk-Weq__detail{color:var(--muted,#6b7280);font-size:.85rem}.OrgApprovalQueue-module__jk-Weq__source{color:var(--warning,#b45309);font-size:.8rem}.OrgApprovalQueue-module__jk-Weq__actions{gap:8px;display:flex}.OrgApprovalQueue-module__jk-Weq__approve,.OrgApprovalQueue-module__jk-Weq__reject{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:6px 14px;font-size:.85rem;font-weight:600}.OrgApprovalQueue-module__jk-Weq__approve{background:var(--brand,#059669);color:#fff}.OrgApprovalQueue-module__jk-Weq__reject{color:var(--danger,#dc2626);border-color:var(--danger,#dc2626);background:0 0}.OrgApprovalQueue-module__jk-Weq__approve:disabled,.OrgApprovalQueue-module__jk-Weq__reject:disabled{opacity:.6;cursor:default}.OrgApprovalQueue-module__jk-Weq__reasonRow{flex-wrap:wrap;flex-basis:100%;align-items:center;gap:8px;display:flex}.OrgApprovalQueue-module__jk-Weq__reasonInput{border:1px solid var(--border,#d1d5db);font:inherit;background:var(--surface,#fff);color:inherit;border-radius:8px;flex:220px;padding:6px 10px}.OrgApprovalQueue-module__jk-Weq__reasonInput[aria-invalid=true]{border-color:var(--danger,#dc2626)}.OrgApprovalQueue-module__jk-Weq__error{color:var(--danger,#dc2626);flex-basis:100%;margin:4px 0 0;font-size:.85rem}@media (max-width:720px){.OrgApprovalQueue-module__jk-Weq__approve,.OrgApprovalQueue-module__jk-Weq__reject{min-height:44px;padding-inline:16px}.OrgApprovalQueue-module__jk-Weq__actions{flex-wrap:wrap;gap:8px;display:flex}.OrgApprovalQueue-module__jk-Weq__actions>button{flex:auto;min-width:45%}}
.OrgReconcile-module__2CIXoG__wrap{flex-direction:column;gap:18px;display:flex}.OrgReconcile-module__2CIXoG__header{flex-direction:column;gap:6px;display:flex}.OrgReconcile-module__2CIXoG__title{color:var(--text);margin:0;font-size:1.4rem;line-height:1.3}.OrgReconcile-module__2CIXoG__lead{color:var(--text-muted);margin:0;line-height:1.6}.OrgReconcile-module__2CIXoG__tiles{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.OrgReconcile-module__2CIXoG__tile{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:4px;padding:14px;display:flex}.OrgReconcile-module__2CIXoG__tileLabel{color:var(--text-muted);font-size:.85rem}.OrgReconcile-module__2CIXoG__tileValue{color:var(--text);font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:700}.OrgReconcile-module__2CIXoG__tileNet{border-color:var(--brand-border);background:var(--brand-tint)}.OrgReconcile-module__2CIXoG__tileNet .OrgReconcile-module__2CIXoG__tileValue{color:var(--text);font-size:1.3rem}.OrgReconcile-module__2CIXoG__ledger{flex-direction:column;gap:12px;display:flex}.OrgReconcile-module__2CIXoG__sectionTitle{color:var(--text);margin:0;font-size:1.05rem}.OrgReconcile-module__2CIXoG__empty{color:var(--text-muted);margin:0;line-height:1.6}.OrgReconcile-module__2CIXoG__memberList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.OrgReconcile-module__2CIXoG__memberRow{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:8px;padding:14px;display:flex}.OrgReconcile-module__2CIXoG__memberName{color:var(--text);overflow-wrap:anywhere;font-weight:600}.OrgReconcile-module__2CIXoG__readOnlyRow{color:var(--text-muted);font-variant-numeric:tabular-nums;margin:0;line-height:1.55}.OrgReconcile-module__2CIXoG__advRow{border:1px solid var(--border);background:var(--surface-2);border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;padding:10px;display:flex}.OrgReconcile-module__2CIXoG__field,.OrgReconcile-module__2CIXoG__fieldDate,.OrgReconcile-module__2CIXoG__fieldNarrow,.OrgReconcile-module__2CIXoG__fieldAmount{border:1px solid var(--border);background:var(--surface);color:var(--text);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;border-radius:8px;min-width:0;padding:8px 10px}@media (prefers-color-scheme:dark){.OrgReconcile-module__2CIXoG__field,.OrgReconcile-module__2CIXoG__fieldDate,.OrgReconcile-module__2CIXoG__fieldNarrow,.OrgReconcile-module__2CIXoG__fieldAmount{--lightningcss-light: ;--lightningcss-dark:initial}}.OrgReconcile-module__2CIXoG__field{flex:140px}.OrgReconcile-module__2CIXoG__fieldDate,.OrgReconcile-module__2CIXoG__fieldNarrow{flex:none}.OrgReconcile-module__2CIXoG__fieldAmount{font-variant-numeric:tabular-nums;flex:0 0 130px;width:130px}.OrgReconcile-module__2CIXoG__advActions{gap:8px;margin-left:auto;display:flex}.OrgReconcile-module__2CIXoG__saveBtn,.OrgReconcile-module__2CIXoG__deleteBtn{cursor:pointer;border:1px solid var(--border);border-radius:8px;padding:8px 14px;font-weight:600}.OrgReconcile-module__2CIXoG__saveBtn{border-color:var(--brand-solid);background:var(--brand-solid);color:var(--text-on-brand)}.OrgReconcile-module__2CIXoG__deleteBtn{background:var(--surface);color:var(--text-muted)}.OrgReconcile-module__2CIXoG__saveBtn:disabled,.OrgReconcile-module__2CIXoG__deleteBtn:disabled{opacity:.55;cursor:not-allowed}.OrgReconcile-module__2CIXoG__rowError{color:#b4232a;flex:100%;margin:0;line-height:1.5}@media (prefers-color-scheme:dark){.OrgReconcile-module__2CIXoG__rowError{color:#ff9b9b}}:root[data-theme=dark] .OrgReconcile-module__2CIXoG__rowError{color:#ff9b9b}:root[data-theme=light] .OrgReconcile-module__2CIXoG__rowError{color:#b4232a}
.AppShell-module__zsum4a__page{flex-direction:column;min-height:100dvh;display:flex}.AppShell-module__zsum4a__topbar{z-index:50;background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0}.AppShell-module__zsum4a__inner{max-width:var(--maxw);flex-wrap:wrap;align-items:center;gap:12px;margin:0 auto;padding:12px 20px;display:flex}.AppShell-module__zsum4a__brand{color:var(--text);align-items:center;gap:10px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.AppShell-module__zsum4a__brand svg{border-radius:8px;flex:none;width:30px;height:30px}.AppShell-module__zsum4a__nav{flex-wrap:wrap;align-items:center;gap:4px;margin-left:8px;display:flex}.AppShell-module__zsum4a__nav a{color:var(--text-muted);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.AppShell-module__zsum4a__nav a:hover{background:var(--surface-2);color:var(--text)}.AppShell-module__zsum4a__nav a.AppShell-module__zsum4a__current{color:var(--brand-dark);background:var(--brand-tint)}.AppShell-module__zsum4a__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.AppShell-module__zsum4a__userName{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:13.5px;font-weight:600;overflow:hidden}.AppShell-module__zsum4a__main{max-width:var(--maxw);flex:1;width:100%;margin:0 auto;padding:28px 20px 60px}@media (max-width:720px){.AppShell-module__zsum4a__nav{display:none}.AppShell-module__zsum4a__inner{flex-wrap:nowrap}.AppShell-module__zsum4a__brand{flex:0 auto;min-width:0}.AppShell-module__zsum4a__brand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.AppShell-module__zsum4a__actions{flex:none}.AppShell-module__zsum4a__brand{min-height:44px;padding-block:7px}.AppShell-module__zsum4a__actions{margin-left:auto}.AppShell-module__zsum4a__bell{min-width:44px;min-height:44px}}@media (max-width:420px){.AppShell-module__zsum4a__brand span{display:none}.AppShell-module__zsum4a__main{padding-bottom:calc(56px + 24px + env(safe-area-inset-bottom,0px))}}@media (max-width:640px){.AppShell-module__zsum4a__userName{display:none}}.AppShell-module__zsum4a__bell{border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;line-height:1;text-decoration:none;display:inline-flex;position:relative}.AppShell-module__zsum4a__bell:hover{background:var(--surface-raised,#7f7f7f1f)}.AppShell-module__zsum4a__badge{background:var(--danger,#d92d20);color:#fff;text-align:center;font-variant-numeric:tabular-nums;border-radius:999px;min-width:16px;padding:0 4px;font-size:.66rem;font-weight:700;line-height:16px;position:absolute;top:1px;right:0}@media print{.AppShell-module__zsum4a__main{padding-bottom:0}}
.OrgOnboarding-module__6tlsDa__wrap{flex-direction:column;gap:1.5rem;max-width:60rem;display:flex}.OrgOnboarding-module__6tlsDa__head h1{margin:0 0 .35rem;font-size:1.5rem}.OrgOnboarding-module__6tlsDa__head p{color:var(--text-muted);margin:0}.OrgOnboarding-module__6tlsDa__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));align-items:start;gap:1rem;display:grid}.OrgOnboarding-module__6tlsDa__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.OrgOnboarding-module__6tlsDa__card h2{margin:0;font-size:1.1rem}.OrgOnboarding-module__6tlsDa__hint{color:var(--text-muted);margin:0;font-size:.85rem}.OrgOnboarding-module__6tlsDa__field{flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.OrgOnboarding-module__6tlsDa__field input,.OrgOnboarding-module__6tlsDa__field select{font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:calc(var(--radius) / 2);padding:.55rem .7rem;font-weight:400}.OrgOnboarding-module__6tlsDa__codeInput{letter-spacing:.18em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.15rem}.OrgOnboarding-module__6tlsDa__sizes{border:0;flex-direction:column;gap:.4rem;margin:0;padding:0;display:flex}.OrgOnboarding-module__6tlsDa__sizes legend{padding:0;font-size:.85rem;font-weight:600}.OrgOnboarding-module__6tlsDa__radio{border:1px solid var(--border);border-radius:calc(var(--radius) / 2);cursor:pointer;align-items:flex-start;gap:.55rem;padding:.5rem .6rem;display:flex}.OrgOnboarding-module__6tlsDa__radio:has(input:checked){border-color:var(--brand-solid);background:color-mix(in srgb, var(--brand-solid) 8%, transparent)}.OrgOnboarding-module__6tlsDa__radio span{flex-direction:column;display:flex}.OrgOnboarding-module__6tlsDa__radio em{color:var(--text-muted);font-size:.8rem;font-style:normal}.OrgOnboarding-module__6tlsDa__consequence{color:var(--text-muted);background:color-mix(in srgb, var(--brand-solid) 6%, transparent);border-left:3px solid var(--brand-solid);border-radius:calc(var(--radius) / 3);margin:0;padding:.5rem .65rem;font-size:.82rem}.OrgOnboarding-module__6tlsDa__primary{font:inherit;color:var(--text-on-brand);background:var(--brand-solid);border-radius:calc(var(--radius) / 2);cursor:pointer;border:0;align-self:flex-start;padding:.6rem 1.1rem;font-weight:600}.OrgOnboarding-module__6tlsDa__primary:disabled{opacity:.55;cursor:not-allowed}.OrgOnboarding-module__6tlsDa__error{color:#b3261e;border-radius:calc(var(--radius) / 2);background:#b3261e1a;margin:0;padding:.6rem .8rem}@media (prefers-color-scheme:dark){.OrgOnboarding-module__6tlsDa__error{color:#ffb4ab}}[data-theme=dark] .OrgOnboarding-module__6tlsDa__error{color:#ffb4ab}[data-theme=light] .OrgOnboarding-module__6tlsDa__error{color:#b3261e}.OrgOnboarding-module__6tlsDa__foot{color:var(--text-muted);margin:0;font-size:.82rem}
.OrgOverview-module__FBNQUa__wrap{flex-direction:column;gap:1.1rem;display:flex}.OrgOverview-module__FBNQUa__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.OrgOverview-module__FBNQUa__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .15rem;font-size:.78rem;font-weight:600}.OrgOverview-module__FBNQUa__head h1{margin:0;font-size:1.5rem}.OrgOverview-module__FBNQUa__roleBadge{color:var(--text-on-brand);background:var(--brand-solid);border-radius:999px;padding:.25rem .7rem;font-size:.8rem;font-weight:600}.OrgOverview-module__FBNQUa__metrics{grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.OrgOverview-module__FBNQUa__metrics li{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.15rem;padding:.75rem .9rem;display:flex}.OrgOverview-module__FBNQUa__value{font-variant-numeric:tabular-nums;font-size:1.6rem;font-weight:700;line-height:1.1}.OrgOverview-module__FBNQUa__label{color:var(--text-muted);align-items:center;gap:5px;font-size:.78rem;display:inline-flex}.OrgOverview-module__FBNQUa__label svg{width:14px;height:14px;color:var(--brand);flex:none}.OrgOverview-module__FBNQUa__alerts{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.OrgOverview-module__FBNQUa__alerts li{border-radius:calc(var(--radius) / 3);background:#f2b81020;border-left:3px solid #f2b810;padding:.6rem .8rem;font-size:.87rem}.OrgOverview-module__FBNQUa__card,.OrgOverview-module__FBNQUa__notYet{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.5rem;padding:1rem 1.1rem;display:flex}.OrgOverview-module__FBNQUa__card h2,.OrgOverview-module__FBNQUa__notYet h2{margin:0;font-size:1.02rem}.OrgOverview-module__FBNQUa__notYet p{color:var(--text-muted);margin:0;font-size:.88rem}.OrgOverview-module__FBNQUa__notYet{background:var(--bg);border-style:dashed}.OrgOverview-module__FBNQUa__sub{font-size:.82rem}.OrgOverview-module__FBNQUa__visibility{color:var(--text-muted);margin:0;font-size:.88rem}.OrgOverview-module__FBNQUa__warn{color:#8a5a00;font-weight:600}[data-theme=dark] .OrgOverview-module__FBNQUa__warn{color:#f2c94c}@media (prefers-color-scheme:dark){.OrgOverview-module__FBNQUa__warn{color:#f2c94c}}[data-theme=light] .OrgOverview-module__FBNQUa__warn{color:#8a5a00}.OrgOverview-module__FBNQUa__facts{grid-template-columns:repeat(auto-fit,minmax(min(100%,11rem),1fr));gap:.7rem;margin:0;display:grid}.OrgOverview-module__FBNQUa__facts div{flex-direction:column;gap:.15rem;display:flex}.OrgOverview-module__FBNQUa__facts dt{color:var(--text-muted);font-size:.76rem}.OrgOverview-module__FBNQUa__facts dd{margin:0;font-size:.95rem;font-weight:600}.OrgOverview-module__FBNQUa__actions{flex-wrap:wrap;gap:.5rem;display:flex}.OrgOverview-module__FBNQUa__action,.OrgOverview-module__FBNQUa__actionGhost{border-radius:calc(var(--radius) / 2);padding:.55rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none}.OrgOverview-module__FBNQUa__action{color:var(--text-on-brand);background:var(--brand-solid)}.OrgOverview-module__FBNQUa__actionGhost{color:var(--text);background:var(--surface);border:1px solid var(--border)}.OrgOverview-module__FBNQUa__workplaceFilter{flex-wrap:wrap;gap:.5rem;margin-block:.75rem;display:flex}.OrgOverview-module__FBNQUa__workplaceFilter a{border:1px solid var(--border);color:var(--text);border-radius:999px;padding:.25rem .75rem;font-size:.875rem;text-decoration:none}.OrgOverview-module__FBNQUa__workplaceFilter a[aria-current=true]{border-color:var(--brand);color:var(--brand);font-weight:600}.OrgOverview-module__FBNQUa__shiftReconcile{color:var(--text-muted);margin-block:.75rem .25rem;font-size:.85rem}.OrgOverview-module__FBNQUa__shiftReconcile a{color:inherit;text-decoration:underline}.OrgOverview-module__FBNQUa__myPayroll{border:1px solid var(--warning-border);border-left:3px solid var(--warning);background:var(--warning-bg);color:var(--warning-ink);border-radius:8px;margin:0;padding:10px 12px}.OrgOverview-module__FBNQUa__myPayrollPaid{border-color:var(--success-border);border-left-color:var(--success);background:var(--success-bg);color:var(--success-ink)}.OrgOverview-module__FBNQUa__payIcon{vertical-align:-.15em;width:15px;height:15px}@media (max-width:720px){.OrgOverview-module__FBNQUa__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.OrgOverview-module__FBNQUa__action,.OrgOverview-module__FBNQUa__actionGhost{text-align:center;justify-content:center;align-items:center;min-height:44px;display:inline-flex}.OrgOverview-module__FBNQUa__actions>:last-child:nth-child(odd){grid-column:1/-1}}
.OrgRateMatrix-module__UhzX6G__wrap{flex-direction:column;gap:14px;display:flex}.OrgRateMatrix-module__UhzX6G__lead,.OrgRateMatrix-module__UhzX6G__empty,.OrgRateMatrix-module__UhzX6G__readOnly{color:var(--text-muted);margin:0;font-size:13.5px}.OrgRateMatrix-module__UhzX6G__error{color:#a3373d;margin:0;font-size:13.5px}[data-theme=dark] .OrgRateMatrix-module__UhzX6G__error{color:#f2b8bb}.OrgRateMatrix-module__UhzX6G__tableScroll{border:1px solid var(--border);border-radius:12px;overflow-x:auto}.OrgRateMatrix-module__UhzX6G__table{border-collapse:collapse;width:100%;min-width:480px}.OrgRateMatrix-module__UhzX6G__thCorner,.OrgRateMatrix-module__UhzX6G__th,.OrgRateMatrix-module__UhzX6G__thRow,.OrgRateMatrix-module__UhzX6G__td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px}.OrgRateMatrix-module__UhzX6G__thCorner{color:var(--text-muted);background:var(--surface-2);z-index:1;font-size:12px;font-weight:600;position:sticky;left:0}.OrgRateMatrix-module__UhzX6G__th{background:var(--surface-2);font-size:13px;font-weight:700}.OrgRateMatrix-module__UhzX6G__th span{display:block}.OrgRateMatrix-module__UhzX6G__thDefault{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:500}.OrgRateMatrix-module__UhzX6G__badge{letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);margin-top:3px;font-size:10.5px;font-weight:600}.OrgRateMatrix-module__UhzX6G__thRow{background:var(--surface);z-index:1;font-size:14px;font-weight:600;display:table-cell;position:sticky;left:0}.OrgRateMatrix-module__UhzX6G__removed{color:var(--text-muted);font-style:italic;font-weight:500}.OrgRateMatrix-module__UhzX6G__td{background:var(--surface)}.OrgRateMatrix-module__UhzX6G__cellInput{color:var(--text);background:var(--bg);border:1px solid var(--border);font-variant-numeric:tabular-nums;border-radius:8px;width:116px;padding:7px 9px;font-family:inherit;font-size:14px}.OrgRateMatrix-module__UhzX6G__cellInput::placeholder{color:var(--text-muted);opacity:.75}.OrgRateMatrix-module__UhzX6G__cellInput:disabled{opacity:.55;cursor:not-allowed}.OrgRateMatrix-module__UhzX6G__cellInput:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.OrgRateMatrix-module__UhzX6G__roValue{font-variant-numeric:tabular-nums;font-size:14px}.OrgRateMatrix-module__UhzX6G__roDefault{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:14px}.OrgRateMatrix-module__UhzX6G__actions{align-items:center;gap:12px;display:flex}.OrgRateMatrix-module__UhzX6G__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:9px 18px;font-family:inherit;font-size:14px;font-weight:700}.OrgRateMatrix-module__UhzX6G__submit:disabled{opacity:.5;cursor:default}.OrgRateMatrix-module__UhzX6G__savedNote{color:var(--text-muted);font-size:13px}.OrgRateMatrix-module__UhzX6G__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:720px){.OrgRateMatrix-module__UhzX6G__tableScroll{background-color:var(--surface);background-image:linear-gradient(to right, var(--surface) 30%, transparent), linear-gradient(to left, var(--surface) 30%, transparent), radial-gradient(farthest-side at 0 50%, color-mix(in srgb, var(--text) 20%, transparent), transparent), radial-gradient(farthest-side at 100% 50%, color-mix(in srgb, var(--text) 20%, transparent), transparent);background-position:0 0,100% 0,0 0,100% 0;background-repeat:no-repeat;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-attachment:local,local,scroll,scroll}.OrgRateMatrix-module__UhzX6G__td{background:0 0}.OrgRateMatrix-module__UhzX6G__thRow{white-space:normal;overflow-wrap:anywhere;max-width:9.5rem}}
.TopBar-module__rAiKWG__topbar{z-index:50;background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--border);transition:box-shadow var(--dur-base,.2s) var(--ease-out,ease), background-color var(--dur-base,.2s) var(--ease-out,ease);position:sticky;top:0}html.page-scrolled .TopBar-module__rAiKWG__topbar{background:color-mix(in srgb, var(--surface) 94%, transparent);box-shadow:0 1px 0 var(--border), 0 8px 24px #0b563712}html[data-theme=dark].page-scrolled .TopBar-module__rAiKWG__topbar{box-shadow:0 1px 0 var(--border), 0 8px 24px #00000080}@media (prefers-color-scheme:dark){html.page-scrolled:not([data-theme=light]) .TopBar-module__rAiKWG__topbar{box-shadow:0 1px 0 var(--border), 0 8px 24px #00000080}}.TopBar-module__rAiKWG__inner{max-width:var(--maxw);align-items:center;gap:12px;margin:0 auto;padding:12px 20px;display:flex}.TopBar-module__rAiKWG__brand{color:var(--text);align-items:center;gap:10px;font-size:15px;font-weight:700;text-decoration:none;display:flex}.TopBar-module__rAiKWG__brand svg{border-radius:8px;flex:none;width:30px;height:30px}.TopBar-module__rAiKWG__brand small{color:var(--text-muted);font-size:12px;font-weight:500;display:block}.TopBar-module__rAiKWG__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.TopBar-module__rAiKWG__doclinks{align-items:center;gap:4px;margin-left:8px;display:flex}.TopBar-module__rAiKWG__doclinks a{color:var(--text-muted);border-radius:999px;padding:6px 10px;font-size:12.5px;font-weight:600;text-decoration:none}.TopBar-module__rAiKWG__doclinks a:hover{background:var(--surface-2);color:var(--text)}.TopBar-module__rAiKWG__doclinks a.TopBar-module__rAiKWG__current{color:var(--brand-dark);background:var(--brand-tint)}.TopBar-module__rAiKWG__cta{align-items:center;gap:8px;display:flex}button.TopBar-module__rAiKWG__menuToggle{display:none}@media (max-width:920px){button.TopBar-module__rAiKWG__menuToggle{display:inline-flex}.TopBar-module__rAiKWG__doclinks{display:none}}@media (max-width:720px){.TopBar-module__rAiKWG__cta{display:none}}@media print{.TopBar-module__rAiKWG__topbar{display:none!important}}
.ShiftDialog-module__LyvxEW__backdrop{z-index:50;background:#00000073;justify-content:center;align-items:flex-start;padding:4vh 1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.ShiftDialog-module__LyvxEW__panel{width:100%;max-width:34rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:0 10px 30px #00000040}.ShiftDialog-module__LyvxEW__title{margin:0 0 1rem;font-size:1.1rem;font-weight:700}.ShiftDialog-module__LyvxEW__grid{grid-template-columns:minmax(7rem,auto) 1fr;align-items:center;gap:.5rem .75rem;font-size:.9rem;display:grid}.ShiftDialog-module__LyvxEW__grid input,.ShiftDialog-module__LyvxEW__grid select,.ShiftDialog-module__LyvxEW__repeat input,.ShiftDialog-module__LyvxEW__people select{min-width:0;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:calc(var(--radius) / 2);padding:.4rem .5rem}.ShiftDialog-module__LyvxEW__grid input[aria-invalid=true]{border-color:#b3261e}.ShiftDialog-module__LyvxEW__check{align-items:center;gap:.45rem;margin-top:.75rem;font-size:.9rem;display:flex}.ShiftDialog-module__LyvxEW__hint{color:var(--text-muted);margin:.25rem 0 0;font-size:.8rem}.ShiftDialog-module__LyvxEW__repeat{gap:.4rem;margin:.5rem 0 0 1.6rem;font-size:.9rem;display:grid}.ShiftDialog-module__LyvxEW__weekdays{flex-wrap:wrap;gap:.3rem;display:flex}.ShiftDialog-module__LyvxEW__day,.ShiftDialog-module__LyvxEW__dayOn{min-width:2.6rem;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.3rem .45rem;font-size:.82rem}.ShiftDialog-module__LyvxEW__dayOn{color:#fff;background:var(--brand);border-color:var(--brand)}.ShiftDialog-module__LyvxEW__people{border:1px solid var(--border);border-radius:calc(var(--radius) / 2);margin:1rem 0 0;padding:.6rem .75rem}.ShiftDialog-module__LyvxEW__people legend{padding:0 .3rem;font-size:.9rem;font-weight:600}.ShiftDialog-module__LyvxEW__peopleList{flex-wrap:wrap;gap:.35rem;margin:.5rem 0;padding:0;list-style:none;display:flex}.ShiftDialog-module__LyvxEW__peopleList li{border:1px solid var(--border);border-radius:999px;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.85rem;display:inline-flex}.ShiftDialog-module__LyvxEW__peopleList button{font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 .2rem}.ShiftDialog-module__LyvxEW__memberChecks{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));max-height:12rem;display:grid;overflow-y:auto}.ShiftDialog-module__LyvxEW__memberChecks .ShiftDialog-module__LyvxEW__check{margin-top:.35rem}.ShiftDialog-module__LyvxEW__error{color:#b3261e;border-radius:calc(var(--radius) / 2);background:#b3261e1a;margin:.75rem 0 0;padding:.5rem .7rem;font-size:.85rem}.ShiftDialog-module__LyvxEW__scope{gap:.75rem;display:grid}.ShiftDialog-module__LyvxEW__scopeTitle{margin:0;font-size:.95rem}.ShiftDialog-module__LyvxEW__actions{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.ShiftDialog-module__LyvxEW__primary,.ShiftDialog-module__LyvxEW__secondary,.ShiftDialog-module__LyvxEW__ghost,.ShiftDialog-module__LyvxEW__danger{font:inherit;border-radius:calc(var(--radius) / 2);cursor:pointer;align-items:center;gap:.35rem;padding:.45rem .9rem;font-size:.9rem;display:inline-flex}.ShiftDialog-module__LyvxEW__primary{color:#fff;background:var(--brand);border:1px solid var(--brand)}.ShiftDialog-module__LyvxEW__secondary{color:var(--brand);background:var(--surface);border:1px solid var(--brand)}.ShiftDialog-module__LyvxEW__ghost{color:var(--text);border:1px solid var(--border);background:0 0}.ShiftDialog-module__LyvxEW__danger{color:#b3261e;background:0 0;border:1px solid #b3261e80;margin-left:auto}.ShiftDialog-module__LyvxEW__primary:disabled,.ShiftDialog-module__LyvxEW__secondary:disabled,.ShiftDialog-module__LyvxEW__ghost:disabled,.ShiftDialog-module__LyvxEW__danger:disabled{opacity:.6;cursor:default}@media (max-width:30rem){.ShiftDialog-module__LyvxEW__grid{grid-template-columns:1fr}.ShiftDialog-module__LyvxEW__danger{margin-left:0}}
.ActivityLogList-module__6vc7ta__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.ActivityLogList-module__6vc7ta__row{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.ActivityLogList-module__6vc7ta__head{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.ActivityLogList-module__6vc7ta__action{white-space:nowrap;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;flex:none;padding:.2rem .55rem;font-size:.75rem;font-weight:600}.ActivityLogList-module__6vc7ta__actor{color:var(--text);overflow-wrap:anywhere;font-weight:600}.ActivityLogList-module__6vc7ta__subject{color:var(--text);overflow-wrap:anywhere}.ActivityLogList-module__6vc7ta__date{color:var(--text-muted)}.ActivityLogList-module__6vc7ta__stamp{color:var(--text-muted);font-variant-numeric:tabular-nums;flex:none;margin-left:auto;font-size:.8rem}.ActivityLogList-module__6vc7ta__changes{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.ActivityLogList-module__6vc7ta__change{flex-wrap:wrap;align-items:baseline;gap:6px;font-size:.9rem;display:flex}.ActivityLogList-module__6vc7ta__field{min-width:96px;color:var(--text-muted)}.ActivityLogList-module__6vc7ta__before{color:var(--text-muted);overflow-wrap:anywhere;text-decoration:line-through}.ActivityLogList-module__6vc7ta__arrow{color:var(--text-muted)}.ActivityLogList-module__6vc7ta__after{color:var(--text);overflow-wrap:anywhere;font-weight:600}.ActivityLogList-module__6vc7ta__hidden{border:1px dashed var(--border);color:var(--text-muted);border-radius:8px;margin:0;padding:6px 10px;font-size:.85rem}.ActivityLogList-module__6vc7ta__reason{color:var(--text);overflow-wrap:anywhere;margin:0;line-height:1.55}.ActivityLogList-module__6vc7ta__noReason{color:var(--text-muted);margin:0;font-size:.85rem;font-style:italic}@media (max-width:560px){.ActivityLogList-module__6vc7ta__stamp{margin-left:0}.ActivityLogList-module__6vc7ta__field{min-width:0}}
.DocShell-module__9UAVAG__layout{max-width:var(--maxw);grid-template-columns:260px minmax(0,1fr);align-items:start;gap:40px;margin:0 auto;padding:0 20px 80px;display:grid}.DocShell-module__9UAVAG__toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);max-height:calc(100vh - 100px);padding:18px 16px;position:sticky;top:76px;overflow:auto}.DocShell-module__9UAVAG__toc h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:2px 6px 10px;font-size:11.5px;font-weight:700}.DocShell-module__9UAVAG__toc ol{counter-reset:toc;margin:0;padding:0;list-style:none}.DocShell-module__9UAVAG__toc li{counter-increment:toc}.DocShell-module__9UAVAG__toc a{color:var(--text-muted);border-radius:9px;align-items:flex-start;gap:10px;padding:7px 8px;font-size:13.5px;font-weight:600;line-height:1.35;text-decoration:none;display:flex}.DocShell-module__9UAVAG__toc a:before{content:counter(toc);background:var(--surface-2);width:20px;height:20px;color:var(--text-muted);border-radius:6px;flex:none;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:700;display:inline-flex}.DocShell-module__9UAVAG__toc a:hover{background:var(--surface-2);color:var(--text)}.DocShell-module__9UAVAG__toc a.DocShell-module__9UAVAG__active{color:var(--brand-dark);background:var(--brand-tint)}.DocShell-module__9UAVAG__toc a.DocShell-module__9UAVAG__active:before{background:var(--brand);color:#fff}.DocShell-module__9UAVAG__doc{min-width:0}.DocShell-module__9UAVAG__scrim{display:none}@media (max-width:920px){.DocShell-module__9UAVAG__layout{grid-template-columns:1fr}.DocShell-module__9UAVAG__toc{z-index:70;border-radius:0;width:min(82vw,320px);height:100dvh;max-height:none;transition:transform .25s;position:fixed;inset:0 auto 0 0;transform:translate(-105%)}.DocShell-module__9UAVAG__toc.DocShell-module__9UAVAG__open{transform:translate(0)}.DocShell-module__9UAVAG__scrim{z-index:65;opacity:0;pointer-events:none;background:#00000059;transition:opacity .2s;display:block;position:fixed;inset:0}.DocShell-module__9UAVAG__scrim.DocShell-module__9UAVAG__show{opacity:1;pointer-events:auto}}@media print{.DocShell-module__9UAVAG__toc{display:none!important}}
.OrgBulkImport-module__RYOTQq__openBtn,.OrgBulkImport-module__RYOTQq__submitBtn,.OrgBulkImport-module__RYOTQq__closeBtn{font:inherit;cursor:pointer;border-radius:calc(var(--radius) / 2);transition:background var(--dur-fast) var(--ease-out)}.OrgBulkImport-module__RYOTQq__openBtn,.OrgBulkImport-module__RYOTQq__closeBtn{color:var(--text);background:var(--surface);border:1px solid var(--border);padding:.45rem .8rem}.OrgBulkImport-module__RYOTQq__openBtn:hover,.OrgBulkImport-module__RYOTQq__closeBtn:hover{background:var(--brand-tint)}.OrgBulkImport-module__RYOTQq__wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.6rem;padding:1rem;display:flex}.OrgBulkImport-module__RYOTQq__head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.OrgBulkImport-module__RYOTQq__head h3{margin:0;font-size:1rem}.OrgBulkImport-module__RYOTQq__hint,.OrgBulkImport-module__RYOTQq__summary{color:var(--text-muted);margin:0;font-size:.85rem}.OrgBulkImport-module__RYOTQq__field{font-size:.85rem;font-weight:600}.OrgBulkImport-module__RYOTQq__textarea{width:100%;font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:calc(var(--radius) / 2);resize:vertical;padding:.6rem .7rem;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:.85rem}.OrgBulkImport-module__RYOTQq__tableWrap{border:1px solid var(--border);border-radius:calc(var(--radius) / 2);max-height:22rem;overflow:auto}.OrgBulkImport-module__RYOTQq__table{border-collapse:collapse;width:100%;font-size:.85rem}.OrgBulkImport-module__RYOTQq__table th,.OrgBulkImport-module__RYOTQq__table td{text-align:left;border-bottom:1px solid var(--border);padding:.4rem .6rem}.OrgBulkImport-module__RYOTQq__table th{background:var(--surface);font-size:.78rem;position:sticky;top:0}.OrgBulkImport-module__RYOTQq__table tr:last-child td{border-bottom:0}.OrgBulkImport-module__RYOTQq__lineNo{width:3rem;color:var(--text-muted);text-align:right;font-variant-numeric:tabular-nums}.OrgBulkImport-module__RYOTQq__muted,.OrgBulkImport-module__RYOTQq__ok{color:var(--text-muted)}.OrgBulkImport-module__RYOTQq__warn{border-radius:calc(var(--radius) / 3);background:#f2b81025;padding:.1rem .4rem;font-size:.78rem;display:inline-block}.OrgBulkImport-module__RYOTQq__rowBad{opacity:.55}.OrgBulkImport-module__RYOTQq__submitBtn{color:var(--text-on-brand);background:var(--brand-solid);border:1px solid var(--brand-border);align-self:flex-start;padding:.55rem 1rem;font-weight:600}.OrgBulkImport-module__RYOTQq__submitBtn:hover:not(:disabled){background:var(--brand-dark)}.OrgBulkImport-module__RYOTQq__submitBtn:disabled{cursor:not-allowed;opacity:.5}.OrgBulkImport-module__RYOTQq__result{background:var(--bg);border:1px solid var(--border);border-radius:calc(var(--radius) / 2);flex-direction:column;gap:.35rem;padding:.7rem .9rem;font-size:.87rem;display:flex}.OrgBulkImport-module__RYOTQq__failList{margin:0;padding-left:1.1rem;font-size:.85rem}@media (max-width:720px){.OrgBulkImport-module__RYOTQq__tableWrap{padding:.5rem}.OrgBulkImport-module__RYOTQq__table{display:block}.OrgBulkImport-module__RYOTQq__table thead{display:none}.OrgBulkImport-module__RYOTQq__table tbody{display:block}.OrgBulkImport-module__RYOTQq__table tbody tr{border:1px solid var(--border);border-radius:calc(var(--radius) / 2);background:var(--surface);margin-bottom:.5rem;padding:.5rem .7rem;display:block}.OrgBulkImport-module__RYOTQq__table tbody tr:last-child{margin-bottom:0}.OrgBulkImport-module__RYOTQq__table td{border-bottom:0;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;padding:.25rem 0;display:flex}.OrgBulkImport-module__RYOTQq__table td:before{content:attr(data-label);color:var(--text-muted);flex:none;margin-right:auto;font-size:.75rem;font-weight:600}.OrgBulkImport-module__RYOTQq__table td.OrgBulkImport-module__RYOTQq__lineNo{text-align:left;width:auto}}
.OrgContextBanner-module__ikMi5a__banner{background:var(--surface);border-radius:calc(var(--radius) / 2);border:1px solid #d9a2a6;margin-bottom:20px;padding:12px 16px}[data-theme=dark] .OrgContextBanner-module__ikMi5a__banner{border-color:#6b3a3d}.OrgContextBanner-module__ikMi5a__text{color:#a3373d;margin:0;font-weight:600}[data-theme=dark] .OrgContextBanner-module__ikMi5a__text{color:#f2b8bb}
.OrgSalaryModelPanel-module__4KDu_G__wrap{flex-direction:column;gap:14px;display:flex}.OrgSalaryModelPanel-module__4KDu_G__lead,.OrgSalaryModelPanel-module__4KDu_G__hint,.OrgSalaryModelPanel-module__4KDu_G__note{color:var(--text-muted);margin:0;font-size:13px}.OrgSalaryModelPanel-module__4KDu_G__tableWrap{overflow-x:auto}.OrgSalaryModelPanel-module__4KDu_G__table{border-collapse:collapse;width:100%;font-size:14px}.OrgSalaryModelPanel-module__4KDu_G__table th,.OrgSalaryModelPanel-module__4KDu_G__table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:8px 10px}.OrgSalaryModelPanel-module__4KDu_G__table th{color:var(--text-muted);white-space:nowrap;font-size:12.5px;font-weight:600}.OrgSalaryModelPanel-module__4KDu_G__num{text-align:right;font-variant-numeric:tabular-nums}.OrgSalaryModelPanel-module__4KDu_G__select,.OrgSalaryModelPanel-module__4KDu_G__input{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;width:100%;min-width:120px;padding:7px 10px;font-family:inherit;font-size:14px}.OrgSalaryModelPanel-module__4KDu_G__input{font-variant-numeric:tabular-nums;text-align:right}.OrgSalaryModelPanel-module__4KDu_G__select:focus-visible,.OrgSalaryModelPanel-module__4KDu_G__input:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.OrgSalaryModelPanel-module__4KDu_G__select:disabled,.OrgSalaryModelPanel-module__4KDu_G__input:disabled{opacity:.7;cursor:default}.OrgSalaryModelPanel-module__4KDu_G__dash{color:var(--text-muted)}.OrgSalaryModelPanel-module__4KDu_G__daysForm{flex-wrap:wrap;align-items:flex-end;gap:12px;padding-top:4px;display:flex}.OrgSalaryModelPanel-module__4KDu_G__field{flex-direction:column;gap:6px;max-width:320px;display:flex}.OrgSalaryModelPanel-module__4KDu_G__label{color:var(--text-muted);font-size:13px;font-weight:600}.OrgSalaryModelPanel-module__4KDu_G__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:9px 18px;font-family:inherit;font-size:14px;font-weight:700}.OrgSalaryModelPanel-module__4KDu_G__submit:disabled{opacity:.6;cursor:default}.OrgSalaryModelPanel-module__4KDu_G__warning{background:var(--surface-2);color:var(--text-muted);border-left:3px solid #d9a2a6;border-radius:8px;margin:0;padding:10px 12px;font-size:13px}[data-theme=dark] .OrgSalaryModelPanel-module__4KDu_G__warning{border-left-color:#6b3a3d}.OrgSalaryModelPanel-module__4KDu_G__rowWarning{color:var(--text-muted);margin-top:4px;font-size:12px;display:block}@media (max-width:720px){.OrgSalaryModelPanel-module__4KDu_G__tableWrap{overflow-x:visible}.OrgSalaryModelPanel-module__4KDu_G__table{display:block}.OrgSalaryModelPanel-module__4KDu_G__table thead{display:none}.OrgSalaryModelPanel-module__4KDu_G__table tbody{display:block}.OrgSalaryModelPanel-module__4KDu_G__table tbody tr{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin-bottom:10px;padding:12px 14px;display:block}.OrgSalaryModelPanel-module__4KDu_G__table td{border-bottom:0;padding:0;display:block}.OrgSalaryModelPanel-module__4KDu_G__table tbody td:first-child{margin-bottom:6px;font-size:15px;font-weight:600}.OrgSalaryModelPanel-module__4KDu_G__table tbody td[data-label]{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 12px;padding:7px 0;display:flex}.OrgSalaryModelPanel-module__4KDu_G__table tbody td[data-label]:before{content:attr(data-label);color:var(--text-muted);flex:none;font-size:12.5px;font-weight:600}.OrgSalaryModelPanel-module__4KDu_G__table tbody td[data-label] .OrgSalaryModelPanel-module__4KDu_G__select,.OrgSalaryModelPanel-module__4KDu_G__table tbody td[data-label] .OrgSalaryModelPanel-module__4KDu_G__input,.OrgSalaryModelPanel-module__4KDu_G__table tbody td[data-label] .OrgSalaryModelPanel-module__4KDu_G__rowWarning{flex:100%}}
.OverviewPanel-module__5I0THq__wrap{flex-direction:column;gap:18px;display:flex}.OverviewPanel-module__5I0THq__error{background:var(--surface-2);border:1px solid var(--border);border-left:4px solid #de4b52;border-radius:10px;margin:0;padding:12px 14px;font-size:14px}.OverviewPanel-module__5I0THq__today{background:var(--surface);border:1px solid var(--brand-border,var(--border));border-radius:var(--radius);box-shadow:var(--shadow-raised,var(--shadow));flex-direction:column;gap:12px;padding:20px;display:flex}.OverviewPanel-module__5I0THq__todayHead{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.OverviewPanel-module__5I0THq__todayTitle{text-transform:uppercase;letter-spacing:.01em;color:var(--text-muted);margin:0;font-size:15px;font-weight:800}.OverviewPanel-module__5I0THq__todayDate{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:14px}.OverviewPanel-module__5I0THq__todayStatus{margin:0;font-size:19px;font-weight:700}.OverviewPanel-module__5I0THq__todayActions{flex-wrap:wrap;gap:10px;display:flex}.OverviewPanel-module__5I0THq__dayOffEditor{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.OverviewPanel-module__5I0THq__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:16px;display:grid}.OverviewPanel-module__5I0THq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px 20px}.OverviewPanel-module__5I0THq__cardTitle{text-transform:uppercase;letter-spacing:.01em;color:var(--text-muted);margin:0 0 14px;font-size:13px;font-weight:700}.OverviewPanel-module__5I0THq__cardLink{color:var(--brand-dark);margin-top:10px;font-size:13.5px;font-weight:600;display:inline-block}.OverviewPanel-module__5I0THq__goalRow{align-items:center;gap:16px;display:flex}.OverviewPanel-module__5I0THq__ring{--size:78px;width:var(--size);height:var(--size);background:conic-gradient(var(--brand-solid) calc(var(--pct) * 1%), var(--surface-2) 0);border-radius:999px;flex:none;place-items:center;display:grid}.OverviewPanel-module__5I0THq__ring:before{content:"";width:calc(var(--size) - 18px);height:calc(var(--size) - 18px);background:var(--surface);border-radius:999px;position:absolute}.OverviewPanel-module__5I0THq__ring{position:relative}.OverviewPanel-module__5I0THq__ringText{font-variant-numeric:tabular-nums;font-size:15px;font-weight:800;position:relative}.OverviewPanel-module__5I0THq__goalNumbers{flex-direction:column;gap:2px;min-width:0;display:flex}.OverviewPanel-module__5I0THq__goalMain{font-variant-numeric:tabular-nums;font-size:19px;font-weight:800}.OverviewPanel-module__5I0THq__goalHint{color:var(--text-muted);font-size:12px}.OverviewPanel-module__5I0THq__paceList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.OverviewPanel-module__5I0THq__paceList li{color:var(--text-muted);justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;font-size:14px;display:flex}.OverviewPanel-module__5I0THq__paceList li+li{border-top:1px solid var(--border)}.OverviewPanel-module__5I0THq__paceList strong{color:var(--text);font-variant-numeric:tabular-nums;font-size:16px}.OverviewPanel-module__5I0THq__warnNumber{color:#a3373d}[data-theme=dark] .OverviewPanel-module__5I0THq__warnNumber{color:#f2b8bb}.OverviewPanel-module__5I0THq__money,.OverviewPanel-module__5I0THq__moneyNegative{font-variant-numeric:tabular-nums;margin:0;font-size:26px;font-weight:800}.OverviewPanel-module__5I0THq__money{color:var(--brand-dark)}.OverviewPanel-module__5I0THq__moneyNegative{color:#a3373d}[data-theme=dark] .OverviewPanel-module__5I0THq__moneyNegative{color:#f2b8bb}.OverviewPanel-module__5I0THq__moneyNote{color:var(--text-muted);margin:4px 0 0;font-size:12px}.OverviewPanel-module__5I0THq__alertList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.OverviewPanel-module__5I0THq__alertRow{justify-content:space-between;align-items:baseline;gap:12px;padding:10px 0;font-size:14px;display:flex}.OverviewPanel-module__5I0THq__alertRow+.OverviewPanel-module__5I0THq__alertRow{border-top:1px solid var(--border)}.OverviewPanel-module__5I0THq__alertLink{color:var(--brand-dark);flex:none;font-size:13.5px;font-weight:600}.OverviewPanel-module__5I0THq__primaryBtn{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:11px 22px;font-family:inherit;font-size:15px;font-weight:700;text-decoration:none;display:inline-block}.OverviewPanel-module__5I0THq__primaryBtn:disabled{opacity:.6;cursor:default}.OverviewPanel-module__5I0THq__submit{color:var(--text-on-brand);background:var(--brand-solid);cursor:pointer;border:none;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:13.5px;font-weight:700}.OverviewPanel-module__5I0THq__ghostBtn{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600}.OverviewPanel-module__5I0THq__ghostBtn:hover:not(:disabled){color:var(--text);background:var(--surface-2)}.OverviewPanel-module__5I0THq__ghostBtn:disabled{opacity:.55;cursor:default}.OverviewPanel-module__5I0THq__select{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:8px 10px;font-family:inherit;font-size:14px}@media (max-width:900px){.OverviewPanel-module__5I0THq__grid{grid-template-columns:minmax(0,1fr)}}.OverviewPanel-module__5I0THq__todayTitle,.OverviewPanel-module__5I0THq__cardTitle{align-items:center;gap:7px;display:flex}.OverviewPanel-module__5I0THq__todayTitle svg,.OverviewPanel-module__5I0THq__cardTitle svg{width:1em;height:1em;color:var(--brand);flex:none}
