.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@font-face{font-family:Onest;src:url(/fonts/onest-cyrillic-ext.woff2)format("woff2");font-style:normal;font-weight:300 800;font-display:swap;unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Onest;src:url(/fonts/onest-cyrillic.woff2)format("woff2");font-style:normal;font-weight:300 800;font-display:swap;unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Onest;src:url(/fonts/onest-latin-ext.woff2)format("woff2");font-style:normal;font-weight:300 800;font-display:swap;unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Onest;src:url(/fonts/onest-latin.woff2)format("woff2");font-style:normal;font-weight:300 800;font-display:swap;unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--app-header-height:72px;--graphite:#242721;--ivory:#fffbf1;--mint:#bbd1c2;--wood:#cea88a;--cinnamon:#d0651e;--canvas:#fafaf9;--surface:#fff;--surface-elevated:#fff;--surface-muted:#f5f6f5;--sidebar:#172c28;--sidebar-active:#27443d;--text-strong:var(--graphite);--text:#3f4843;--text-muted:#68736d;--border:#e5e8e5;--border-strong:#c9d1cc;--brand:#1f5b4f;--brand-hover:#17473d;--brand-soft:#e7f0ea;--accent:#d0651e;--accent-ink:#813b12;--accent-soft:#faeee5;--positive:#245f48;--positive-soft:#e3efea;--warning:#795012;--warning-soft:#f5ebd8;--negative:#873d34;--negative-soft:#f4e4e1;--info:#355e70;--info-soft:#e4edf1;--shadow-panel:0 10px 32px #14372f0f;--shadow-float:0 18px 48px #14372f21;--font-sans:"Onest", "Segoe UI", Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif}html{scroll-padding-top:calc(var(--app-header-height) + 16px)}.page-content{scroll-margin-top:calc(var(--app-header-height) + 16px)}.plain-page-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.plain-page-heading h1{letter-spacing:-.045em;margin:6px 0 0;font-size:clamp(2rem,4vw,3.5rem)}.live-correction-list{gap:10px;margin-top:22px;display:grid}.live-correction-item{border:1px solid var(--line);background:var(--surface,#fff);border-radius:16px;overflow:hidden}.live-correction-summary{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(120px,.8fr) minmax(180px,1.3fr) minmax(110px,.7fr) minmax(130px,.8fr) 24px;align-items:center;gap:16px;padding:18px 20px;display:grid}.live-correction-summary>span:first-child{gap:4px;display:grid}.live-correction-summary small,.live-correction-details>div>span{color:var(--muted)}.live-correction-details{border-top:1px solid var(--line);background:color-mix(in srgb, var(--surface,#fff) 90%, var(--brand-soft,#e5f0ec));grid-template-columns:minmax(220px,2fr) minmax(160px,1fr) minmax(220px,1.5fr) auto;align-items:start;gap:20px;padding:18px 20px;display:grid}.live-correction-details p{margin:6px 0 0}.correction-state{color:#4f615b;background:#eef2f0;border-radius:999px;align-items:center;width:fit-content;min-height:30px;padding:4px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.correction-state--approved{color:#23634d;background:#dff2e9}.correction-state--rejected{color:#8b3d35;background:#f8e5e2}.correction-state--withdrawn{color:#69645f;background:#ecebea}.correction-state--pending{color:#7a5a1f;background:#fbefd4}.choice-cards--five{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-cards--five label:last-child{grid-column:1/-1}.duration-fields--seconds{grid-template-columns:repeat(5,auto);justify-content:start}@media (width<=820px){.plain-page-heading{flex-direction:column;align-items:stretch}.live-correction-summary{grid-template-columns:1fr auto}.live-correction-summary>:nth-child(2),.live-correction-summary>:nth-child(3){grid-column:1}.live-correction-summary>:nth-child(4),.live-correction-summary>:nth-child(5){grid-column:2}.live-correction-details,.choice-cards--five{grid-template-columns:1fr}.choice-cards--five label:last-child{grid-column:auto}}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px;color:var(--text);scroll-behavior:smooth}body{background:var(--canvas);min-width:320px;min-height:100vh;color:var(--text);font-family:var(--font-sans);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.5}body.dialog-open{overflow:hidden}button,input,select,textarea{font:inherit}button,a,select,input[type=date],input[type=time]{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}p,h1,h2,h3,dl,dd{margin:0}h1,h2,h3,strong{color:var(--text-strong)}h1{letter-spacing:-.035em;font-size:clamp(2rem,3vw,2.65rem);font-weight:650;line-height:1.08}h2{letter-spacing:-.018em;font-size:1.28rem;font-weight:650;line-height:1.25}h3{font-size:1rem;font-weight:650}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--brand);outline-offset:3px}::selection{background:var(--brand-soft);color:var(--text-strong)}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:1000;background:var(--surface-elevated);color:var(--text-strong);box-shadow:var(--shadow-float);border-radius:10px;padding:10px 14px;transition:transform .12s;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.app-shell{min-height:100vh}.sidebar{z-index:40;color:#faf8f3;background:var(--sidebar);flex-direction:column;width:248px;padding:26px 20px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{border-bottom:1px solid #ffffff1a;align-items:center;gap:13px;min-height:54px;padding:4px 6px 16px;display:flex}.brand-mark{border:1px solid #fff9;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid;position:relative}.brand-mark:before,.brand-mark:after,.brand-mark span{content:"";transform-origin:bottom;background:#f7f0df;display:block;position:absolute}.brand-mark:before{width:1px;height:9px;top:8px}.brand-mark:after{width:1px;height:7px;top:10px;transform:rotate(112deg)}.brand-mark span{border-radius:50%;width:4px;height:4px}.brand>span:last-child,.sidebar-profile>span:last-child,.sidebar-note>span:last-child{flex-direction:column;min-width:0;display:flex}.brand strong{color:#faf8f3;letter-spacing:-.025em;font-size:20px;font-weight:650}.brand small,.sidebar-profile small,.sidebar-note small{color:#b5c1bd;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.sidebar-nav{flex-direction:column;gap:6px;margin-top:26px;display:flex}.sidebar-nav a{color:#c5cfcb;border-radius:11px;align-items:center;gap:12px;min-height:46px;padding:8px 11px;font-size:14px;font-weight:550;transition:color .12s,background-color .12s;display:flex}.sidebar-nav a:hover{color:#fff;background:#ffffff0e}.sidebar-nav a.is-active{color:#fff;background:var(--sidebar-active)}.nav-monogram{color:#d7e1dd;border:1px solid #ffffff24;border-radius:8px;flex:none;place-items:center;width:28px;height:28px;font-size:11px;font-weight:700;display:grid}.sidebar-nav a.is-active .nav-monogram{background:#ffffff0f;border-color:#ffffff52}.sidebar-note{color:#f8f5ed;background:#ffffff09;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;margin-top:auto;margin-bottom:14px;padding:13px 12px;display:flex}.sidebar-note strong{color:#f8f5ed;font-size:12px}.demo-dot{background:#d5b579;border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 4px #d5b57921}.sidebar-profile{border-top:1px solid #ffffff1a;align-items:center;gap:11px;min-height:58px;padding:12px 6px 2px;display:flex}.sidebar-profile strong{color:#f8f5ed;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.topbar{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f3f1eceb;border-bottom:1px solid #bcc5c0b8;justify-content:space-between;align-items:center;min-height:72px;padding:10px clamp(24px,3.2vw,48px);display:flex;position:sticky;top:0}.topbar-date{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600}.topbar-title{color:var(--text-strong);font-size:16px;font-weight:650}.topbar-actions{align-items:center;gap:10px;display:flex}.topbar-user{color:var(--text-muted);font-size:13px;font-weight:550}.demo-badge{color:#6b5226;letter-spacing:.06em;text-transform:uppercase;background:#f6eddc;border:1px solid #d7c49e;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.page-content{width:100%;max-width:1440px;margin:0 auto;padding:38px clamp(24px,3.2vw,48px) 64px}.mobile-nav{display:none}.page-stack{flex-direction:column;gap:28px;display:flex}.page-intro{justify-content:space-between;align-items:flex-end;gap:28px;display:flex}.page-intro>div:first-child{max-width:760px}.eyebrow{color:var(--brand);letter-spacing:.085em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:750}.page-description{max-width:680px;color:var(--text-muted);margin-top:10px;font-size:15px}.page-actions{flex:none;gap:10px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 17px;font-size:14px;font-weight:650;line-height:1.2;transition:background-color .12s,border-color .12s,color .12s,transform .12s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{color:#fff;background:var(--brand)}.button--primary:hover:not(:disabled){background:var(--brand-hover)}.button--secondary{border-color:var(--border-strong);color:var(--text-strong);background:var(--surface-elevated)}.button--secondary:hover:not(:disabled){border-color:var(--brand);color:var(--brand-hover)}.button--ghost{color:var(--text-muted);background:0 0}.button--ghost:hover:not(:disabled){color:var(--text-strong);background:#172c280d}.button--danger,.button--danger-ghost:hover:not(:disabled){color:#fff;background:var(--negative)}.button--danger-ghost{color:var(--negative);background:0 0}.button--light{color:var(--sidebar);background:#f7f3e8;border-color:#ffffffb8}.button--light:hover:not(:disabled){background:#fff}.button--small{border-radius:8px;min-height:34px;padding:7px 10px;font-size:12px}.full-width{width:100%}.fit-content{width:fit-content}.text-link,.back-link,.timer-correction-link{color:var(--brand);font-size:13px;font-weight:650}.text-link:hover,.back-link:hover,.timer-correction-link:hover{color:var(--brand-hover);text-underline-offset:3px;text-decoration:underline}.back-link{align-items:center;gap:7px;width:fit-content;min-height:32px;display:inline-flex}.avatar{width:38px;height:38px;color:var(--brand-hover);background:var(--brand-soft);letter-spacing:.02em;border:1px solid #1f5b4f29;border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:750;display:inline-grid}.avatar--dark{color:#f7f3e8;background:#35534c;border-color:#ffffff29}.avatar--large{width:48px;height:48px;font-size:13px}.avatar--hero{width:72px;height:72px;font-size:20px}.avatar-image{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.content-panel,.directory-panel,.profile-page-card{border:1px solid var(--border);background:var(--surface);border-radius:16px}.content-panel{padding:25px}.loading-panel,.error-state-panel{align-items:center;gap:18px;min-height:180px;display:flex}.loading-panel p,.error-state-panel p{max-width:680px;color:var(--text-muted);margin-top:7px}.loading-pulse{background:var(--brand);border-radius:50%;flex:0 0 18px;width:18px;height:18px;animation:1.6s ease-out infinite loading-pulse;box-shadow:0 0 #1f5b4f40}.error-state-panel{background:var(--negative-soft);border-color:#dfc2bd;justify-content:space-between}@keyframes loading-pulse{70%{box-shadow:0 0 0 12px #1f5b4f00}to{box-shadow:0 0 #1f5b4f00}}.section-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.section-heading.compact{margin-bottom:15px}.muted,.table-secondary{color:var(--text-muted)}.positive{color:var(--positive)!important}.negative{color:var(--negative)!important}select,input,textarea{border:1px solid var(--border-strong);width:100%;min-height:44px;color:var(--text-strong);background:var(--surface-elevated);border-radius:10px;transition:border-color .12s,box-shadow .12s}input,textarea{padding:10px 12px}select{padding:9px 34px 9px 12px}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#83908b}input:hover,select:hover,textarea:hover{border-color:#9baaa4}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--negative);box-shadow:0 0 0 3px var(--negative-soft)}.time-overview{grid-template-columns:minmax(0,7fr) minmax(340px,5fr);gap:24px;display:grid}.timer-console{color:#dce6e2;background:var(--sidebar);min-height:382px;box-shadow:var(--shadow-panel);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;justify-content:space-between;padding:clamp(24px,3vw,36px);display:flex;overflow:hidden}.timer-console.is-idle{color:var(--text);border-color:var(--border);background:var(--surface-muted)}.timer-console-top,.timer-console-bottom{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.timer-console-bottom{align-items:flex-end}.timer-date,.timer-zone{color:#b6c5c0;font-size:12px;font-weight:600}.timer-console.is-idle .timer-date,.timer-console.is-idle .timer-zone{color:var(--text-muted)}.timer-state{color:#fff;align-items:center;gap:8px;margin-top:8px;font-size:14px;font-weight:650;display:flex}.timer-console.is-idle .timer-state{color:var(--text-strong)}.timer-state span{background:#7dbaa5;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #7dbaa51f}.timer-console.is-idle .timer-state span{box-shadow:none;background:#7d8884}.time-digits{color:#fff;letter-spacing:-.055em;font-variant-numeric:tabular-nums;white-space:nowrap;margin:32px 0 34px;font-size:clamp(3.8rem,6.2vw,5.9rem);font-weight:500;line-height:.95}.timer-console.is-idle .time-digits{color:var(--text-strong)}.timer-console-bottom>div:first-child{flex-direction:column;gap:5px;display:flex}.timer-caption{color:#d6dfdc;font-size:13px}.timer-console.is-idle .timer-caption{color:var(--text-muted)}.timer-correction-link{color:#f1d7a4}.timer-console.is-idle .timer-correction-link{color:var(--brand)}.timer-button{min-width:184px;min-height:52px}.period-ledger{border:1px solid var(--border);background:var(--surface);border-radius:18px;flex-direction:column;min-height:382px;padding:27px 28px 24px;display:flex}.ledger-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex}.ledger-heading>span{color:var(--text-muted);font-size:10px}.ledger-list{flex-direction:column;display:flex}.ledger-list>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:49px;display:flex}.ledger-list dt{color:var(--text-muted);align-items:center;gap:7px;font-size:13px;display:flex}.ledger-list dd{color:var(--text-strong);font-variant-numeric:tabular-nums;font-size:17px;font-weight:650}.ledger-list dd small{color:var(--text-muted);font-size:11px;font-weight:500}.info-button{border:1px solid var(--border-strong);width:20px;height:20px;color:var(--text-muted);cursor:help;background:0 0;border-radius:50%;place-items:center;padding:0;font-size:11px;font-weight:700;display:inline-grid}.week-progress{margin-top:auto;padding-top:18px}.week-progress-label{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;display:flex}.week-progress-label span,.week-progress small{color:var(--text-muted)}.progress-track{background:#e3e7e3;border-radius:999px;height:6px;margin-bottom:7px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--brand);height:100%;display:block}.week-progress small{font-size:10px}.dashboard-lower-grid{grid-template-columns:minmax(0,7fr) minmax(320px,5fr);gap:24px;display:grid}.session-list{flex-direction:column;display:flex}.session-row{border-top:1px solid var(--border);grid-template-columns:12px 1fr auto;align-items:center;gap:12px;min-height:68px;display:grid}.session-row:first-child{border-top:0}.session-marker{background:#b2bbb7;border-radius:50%;width:7px;height:7px;display:block}.session-marker.is-live{background:var(--positive);box-shadow:0 0 0 4px var(--positive-soft)}.session-row>div{flex-direction:column;display:flex}.session-row strong{font-size:13px}.session-row span,.session-row time{color:var(--text-muted);font-size:12px}.session-row time{color:var(--text-strong);font-variant-numeric:tabular-nums;font-weight:650}.corrections-summary{flex-direction:column;display:flex}.compact-request-list{flex-direction:column;flex:1;margin-bottom:18px;display:flex}.compact-request{border-top:1px solid var(--border);grid-template-columns:1fr auto minmax(108px,auto);align-items:center;gap:12px;min-height:64px;display:grid}.compact-request:first-child{border-top:0}.compact-request>div{flex-direction:column;display:flex}.compact-request strong,.compact-request>span:nth-child(2){font-size:13px;font-weight:650}.compact-request div span{color:var(--text-muted);font-size:11px}.status-badge,.label-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;width:fit-content;font-size:10px;font-weight:700;line-height:1.15;display:inline-flex}.status-badge{color:var(--text-muted);background:#ebecea;padding:5px 8px}.status-badge>span{background:#87928e;border-radius:50%;width:6px;height:6px}.status-badge--running{color:var(--positive);background:var(--positive-soft)}.status-badge--running>span{background:var(--positive)}.label-badge{padding:6px 9px}.label-badge--positive,.label-badge--approved{color:var(--positive);background:var(--positive-soft)}.label-badge--neutral,.label-badge--withdrawn{color:var(--text-muted);background:#e9ebe9}.label-badge--pending{color:var(--warning);background:var(--warning-soft)}.label-badge--rejected{color:var(--negative);background:var(--negative-soft)}.directory-panel{padding:22px;position:relative}.directory-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.search-field{width:min(410px,100%);display:block;position:relative}.search-field input{padding-left:40px;padding-right:38px}.search-symbol{z-index:2;color:var(--text-muted);font-size:19px;position:absolute;top:50%;left:13px;transform:translateY(-52%)}.search-field>button{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.filter-fields,.admin-filters{align-items:center;gap:9px;display:flex}.filter-fields select,.admin-filters select{min-width:144px}.segmented-control{background:var(--surface-muted);border-radius:11px;gap:3px;width:fit-content;margin-bottom:19px;padding:4px;display:flex}.segmented-control button{min-height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;padding:6px 11px;font-size:12px;font-weight:600;display:flex}.segmented-control button.is-active{color:var(--text-strong);background:var(--surface-elevated);box-shadow:0 2px 8px #172c2812}.segmented-control button span{background:#172c280f;border-radius:999px;min-width:19px;padding:2px 5px;font-size:9px}.employee-table-wrap{overflow:visible}.employee-table,.audit-table{border-collapse:collapse;width:100%}.employee-table th,.audit-table th{border-top:1px solid var(--border);border-bottom:1px solid var(--border);height:42px;color:var(--text-muted);letter-spacing:.045em;text-align:left;text-transform:uppercase;padding:9px 11px;font-size:10px;font-weight:700}.employee-table td{border-bottom:1px solid var(--border);vertical-align:middle;height:76px;padding:10px 11px;font-size:12px}.employee-table tbody tr:not(.archive-separator):hover{background:#1f5b4f09}.employee-table tr.is-terminated{background:#f7f9f8}.employee-table tr.is-terminated:hover{background:#f1f5f3!important}.archive-separator td{border-bottom:1px solid var(--border-strong);height:42px;color:var(--text-muted);background:var(--surface);letter-spacing:.08em;text-transform:uppercase;padding-top:17px;font-size:10px;font-weight:750}.employee-anchor{width:fit-content;position:relative}.employee-name-button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;min-height:44px;padding:3px 5px 3px 0;display:inline-flex}.employee-name-button>span:last-child,.admin-user-identity>span:last-child{flex-direction:column;min-width:0;display:flex}.employee-name-button strong{font-size:13px}.employee-name-button small,.admin-user-identity small{color:var(--text-muted);font-size:10px}.table-primary{font-size:12px;display:block}.table-secondary{margin-top:3px;font-size:10px;display:block}.numeric-cell{color:var(--text-strong);font-variant-numeric:tabular-nums;font-weight:650}.termination-date{color:var(--text-muted);margin-top:5px;font-size:9px;display:block}.employee-preview{z-index:50;border:1px solid var(--border);width:360px;color:var(--text);background:var(--surface-elevated);box-shadow:var(--shadow-float);border-radius:15px;padding:18px;position:absolute;top:calc(100% + 8px);left:0}.employee-preview-head{align-items:center;gap:12px;display:flex}.employee-preview-head>div{flex-direction:column;display:flex}.employee-preview-head strong{font-size:13px}.employee-preview-head span{color:var(--text-muted);font-size:11px}.preview-statuses{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.preview-data{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:1fr 1fr;gap:0;margin:15px 0 12px;display:grid}.preview-data>div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:10px}.preview-data dt,.metric-grid dt{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-weight:650}.preview-data dd{color:var(--text-strong);font-variant-numeric:tabular-nums;margin-top:2px;font-size:12px;font-weight:650}.preview-hint{color:var(--brand);font-size:10px;font-weight:650}.employee-mobile-list{display:none}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:36px 20px;display:flex}.empty-state-mark{border:1px solid var(--border-strong);width:46px;height:46px;color:var(--brand);background:var(--brand-soft);border-radius:50%;place-items:center;margin-bottom:14px;font-size:28px;display:grid}.empty-state p{max-width:420px;color:var(--text-muted);margin:7px 0 18px}.dialog-backdrop{z-index:200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f1d1a7a;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.dialog-panel{background:var(--surface-elevated);border:1px solid #ffffff80;border-radius:18px;flex-direction:column;width:min(540px,100%);max-height:calc(100vh - 44px);animation:.18s cubic-bezier(.2,.8,.2,1) dialog-in;display:flex;overflow:hidden;box-shadow:0 30px 80px #0c1b1742}.dialog-panel--detail{width:min(640px,100%)}.dialog-panel--drawer{border-radius:18px;width:min(620px,100% - 28px);height:calc(100vh - 28px);max-height:none;margin-left:auto}@keyframes dialog-in{0%{opacity:0;transform:translateY(10px)scale(.985)}}.dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;min-height:78px;padding:21px 24px 17px;display:flex}.dialog-body{min-height:0;padding:22px 24px 26px;overflow-y:auto}.dialog-footer{border-top:1px solid var(--border);background:var(--surface);justify-content:flex-end;align-items:center;gap:9px;padding:15px 24px;display:flex}.icon-text-button{border:1px solid var(--border);width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;flex:none;place-items:center;padding:0;display:grid}.icon-text-button span{font-size:23px;font-weight:300;line-height:1}.profile-hero{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding-bottom:22px;display:flex}.profile-role{color:var(--text-strong);font-size:16px;font-weight:650}.detail-section{padding-top:22px}.privacy-note{color:var(--info);background:var(--info-soft);border-radius:999px;padding:5px 8px;font-size:9px;font-weight:650}.detail-list{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;display:grid}.detail-list>div{border-bottom:1px solid var(--border);padding:12px 0}.detail-list>div:nth-child(odd){padding-right:16px}.detail-list dt,.review-meta dt,.correction-calculation dt{color:var(--text-muted);font-size:10px}.detail-list dd,.review-meta dd{color:var(--text-strong);margin-top:3px;font-size:12px;font-weight:600}.detail-list a{color:var(--brand)}.metric-grid{border:1px solid var(--border);background:var(--border);border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.metric-grid>div{background:var(--surface);padding:13px}.metric-grid dd{color:var(--text-strong);font-variant-numeric:tabular-nums;margin-top:4px;font-size:14px;font-weight:650}.dialog-inline-actions{align-items:center;gap:8px;margin-top:22px;display:flex}.inline-alert{border:1px solid var(--border);color:var(--text);background:var(--surface-muted);border-radius:11px;padding:12px 14px;font-size:12px}.inline-alert--error{color:var(--negative);background:var(--negative-soft);border-color:#d7aaa4}.inline-alert--warning{color:var(--warning);background:var(--warning-soft);border-color:#dbc59b}.profile-page-card{padding:28px}.profile-hero--page{align-items:flex-start}.detail-list--page{margin-top:20px}.metric-grid--profile{grid-template-columns:repeat(5,1fr);margin-top:24px}.corrections-page-panel{padding:26px}.corrections-filter-heading .select-label{color:var(--text-muted);align-items:center;gap:9px;font-size:11px;display:flex}.corrections-filter-heading select{min-width:170px}.request-list{border-top:1px solid var(--border)}.request-list-head,.request-main-row{grid-template-columns:110px 105px minmax(220px,1fr) 138px 76px;align-items:center;gap:15px;display:grid}.request-list-head{min-height:40px;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:750}.request-item{border-top:1px solid var(--border)}.request-item:first-of-type{border-top:0}.request-main-row{min-height:78px}.request-main-row>div:first-child{flex-direction:column;display:flex}.request-main-row strong{font-size:13px}.request-main-row span,.request-main-row p{color:var(--text-muted);font-size:11px}.disclosure-button{min-height:34px;color:var(--brand);cursor:pointer;background:0 0;border:0;padding:5px 0;font-size:11px;font-weight:650}.request-details{border:1px solid var(--border);background:var(--surface-muted);border-radius:12px;padding:16px 18px}.request-details dl{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.request-details dt{color:var(--text-muted);font-size:9px}.request-details dd{color:var(--text-strong);margin-top:3px;font-size:11px;font-weight:600}.review-comment{border-top:1px solid var(--border);margin-top:14px;padding-top:12px}.review-comment strong,.review-comment p{font-size:11px}.privacy-banner{color:var(--info);background:var(--info-soft);border:1px solid #cbd8de;border-radius:13px;align-items:flex-start;gap:11px;padding:15px 17px;display:flex}.privacy-banner>span{border:1px solid;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:grid}.privacy-banner p{font-size:12px}.correction-form-layout{grid-template-columns:minmax(0,7fr) minmax(300px,5fr);align-items:start;gap:24px;display:grid}.form-panel{padding:28px}.form-panel>h2{margin-bottom:20px}.form-panel>*+*{margin-top:19px}.field-label{color:var(--text-strong);flex-direction:column;gap:7px;font-size:12px;font-weight:650;display:flex}.field-hint,.field-error{font-size:10px;font-weight:500}.field-hint{color:var(--text-muted)}.field-error{color:var(--negative)}.field-group{border:0;padding:0}.field-group legend{color:var(--text-strong);margin-bottom:8px;font-size:12px;font-weight:650}.choice-cards{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.choice-cards label{border:1px solid var(--border);background:var(--surface-elevated);cursor:pointer;border-radius:11px;flex-direction:column;justify-content:center;min-height:90px;padding:12px;display:flex;position:relative}.choice-cards label.is-selected{border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand);background:var(--brand-soft)}.choice-cards input{opacity:0;width:1px;height:1px;position:absolute}.choice-cards strong{font-size:12px}.choice-cards small{color:var(--text-muted);margin-top:3px;font-size:9px;font-weight:500}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid;position:relative}.field-row--three{grid-template-columns:repeat(3,1fr)}.field-error--row{grid-column:1/-1}.duration-fields{grid-template-columns:1fr auto 1fr;align-items:end;gap:10px;display:grid}.duration-fields>span{color:var(--text-muted);padding-bottom:9px;font-size:22px}.duration-fields .field-error--row{grid-column:1/-1}.file-field{border:1px dashed var(--border-strong);cursor:pointer;border-radius:12px;align-items:center;gap:12px;min-height:70px;padding:13px;display:flex;position:relative}.file-field>span:first-child{width:36px;height:36px;color:var(--brand);background:var(--brand-soft);border-radius:10px;place-items:center;font-size:21px;display:grid}.file-field>span:nth-child(2){flex-direction:column;display:flex}.file-field strong{white-space:nowrap;text-overflow:ellipsis;max-width:380px;font-size:12px;overflow:hidden}.file-field small{color:var(--text-muted);font-size:9px}.file-field input{opacity:0;width:1px;height:1px;position:absolute}.correction-preview-panel{border:1px solid var(--border);background:var(--surface-muted);border-radius:18px;padding:28px;position:sticky;top:96px}.correction-calculation{border-top:1px solid var(--border-strong);margin:24px 0 18px}.correction-calculation>div{border-bottom:1px solid var(--border-strong);justify-content:space-between;align-items:center;min-height:54px;display:flex}.correction-calculation dd{color:var(--text-strong);font-variant-numeric:tabular-nums;font-size:17px;font-weight:650}.correction-calculation .calculation-total{min-height:68px}.calculation-total dt,.calculation-total dd{color:var(--text-strong);font-size:19px;font-weight:700}.preview-copy{color:var(--text-muted);margin-bottom:20px;font-size:11px}.correction-preview-panel .button+.button{margin-top:7px}.admin-subnav{border-bottom:1px solid var(--border-strong);gap:24px;display:flex}.admin-subnav a{min-height:42px;color:var(--text-muted);font-size:13px;font-weight:600;position:relative}.admin-subnav a.is-active{color:var(--text-strong)}.admin-subnav a.is-active:after{content:"";background:var(--brand);height:2px;position:absolute;bottom:-1px;left:0;right:0}.admin-summary{border:1px solid var(--border);background:var(--surface);border-radius:15px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.admin-summary>div{border-left:1px solid var(--border);flex-direction:column;justify-content:center;min-height:86px;padding:17px 22px;display:flex}.admin-summary>div:first-child{border-left:0}.admin-summary span{color:var(--text-muted);font-size:10px}.admin-summary strong{margin-top:2px;font-size:24px;font-weight:650}.admin-users-panel{padding:24px}.admin-table-heading{align-items:flex-end}.search-field--compact{width:220px}.admin-user-list{border-top:1px solid var(--border)}.admin-user-list-head,.admin-user-row{grid-template-columns:minmax(230px,1.35fr) minmax(170px,1fr) 150px 120px minmax(190px,auto);align-items:center;gap:15px;display:grid}.admin-user-list-head{min-height:41px;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:750}.admin-user-row{border-top:1px solid var(--border);min-height:82px}.admin-user-row.is-terminated{background:#f0efeb;margin:0 -10px;padding:0 10px}.admin-user-identity{align-items:center;gap:10px;min-width:0;display:flex}.admin-user-identity strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.role-chip{width:fit-content;color:var(--text-strong);font-size:11px;font-weight:650;display:block}.admin-time-cell{align-items:center;gap:7px;display:flex}.admin-time-cell>strong{font-variant-numeric:tabular-nums;font-size:11px}.row-actions{justify-content:flex-end;gap:5px;display:flex}.employee-editor-form{flex-direction:column;gap:17px;display:flex}.form-actions{align-items:center;gap:8px;display:flex}.sticky-actions{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fbfaf7f2;margin:8px -24px -26px;padding:15px 24px;position:sticky;bottom:-26px}.review-workspace{border:1px solid var(--border);background:var(--surface);border-radius:17px;grid-template-columns:360px minmax(0,1fr);min-height:620px;display:grid;overflow:hidden}.review-list-panel{border-right:1px solid var(--border);background:#eeece6}.review-list-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;min-height:86px;padding:17px 18px;display:flex}.review-list-header select{min-width:118px;min-height:38px;font-size:11px}.review-request-list{padding:8px}.review-request-list>button{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;width:100%;min-height:72px;padding:10px;display:grid}.review-request-list>button:hover{background:#ffffff8f}.review-request-list>button.is-active{border-color:var(--border);background:var(--surface-elevated);box-shadow:0 4px 14px #172c2812}.review-request-list button>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.review-request-list button strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.review-request-list button small{color:var(--text-muted);font-size:9px}.review-request-list button>span:last-child{font-variant-numeric:tabular-nums;font-size:11px;font-weight:700}.review-detail-panel{padding:clamp(24px,3.2vw,42px)}.review-detail-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:24px;display:flex}.review-detail-header p:last-child{color:var(--text-muted);margin-top:5px;font-size:12px}.review-change{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:100px;display:flex}.review-change span{color:var(--text-muted);font-size:13px}.review-change strong{font-variant-numeric:tabular-nums;font-size:32px;font-weight:600}.review-reason{border-bottom:1px solid var(--border);padding:23px 0}.review-reason>p:not(.eyebrow){max-width:640px;color:var(--text-strong);font-size:15px}.attachment-chip{color:var(--info);background:var(--info-soft);border-radius:8px;margin-top:13px;padding:6px 9px;font-size:10px;font-weight:650;display:inline-flex}.review-meta{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:16px;padding:20px 0;display:grid}.decision-form{padding-top:22px}.decision-actions{gap:8px;margin-top:14px;display:flex}.reviewed-summary{border:1px solid var(--border);background:#f1f1ed;border-radius:12px;margin-top:22px;padding:17px}.reviewed-summary strong,.reviewed-summary span{font-size:11px;display:block}.reviewed-summary span{color:var(--text-muted)}.reviewed-summary p{margin-top:8px;font-size:12px}.review-empty{min-height:180px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.review-empty strong{font-size:13px}.review-empty span{margin-top:3px;font-size:10px}.review-empty--large{min-height:500px}.audit-panel{padding:24px}.audit-filter-form{border:1px solid var(--border);background:var(--surface-subtle);border-radius:14px;grid-template-columns:repeat(4,minmax(150px,1fr));gap:10px;margin:18px 0 20px;padding:14px;display:grid}.audit-filter-form>label:not(.search-field){color:var(--text-muted);gap:5px;font-size:11px;display:grid}.audit-filter-form input:not([type=search]),.audit-filter-form select{border:1px solid var(--border);min-width:0;min-height:40px;color:var(--text);background:var(--surface);border-radius:9px;padding:0 10px}.audit-filter-search{grid-column:span 2;width:100%}.audit-filter-actions{align-items:end;gap:8px;display:flex}.audit-table-wrap{overflow-x:auto}.audit-table{min-width:820px}.audit-table td{border-bottom:1px solid var(--border);vertical-align:top;min-height:64px;padding:14px 11px;font-size:11px}.audit-table td:first-child{white-space:nowrap;font-variant-numeric:tabular-nums}.toast-stack{top:calc(var(--app-header-height) + 16px + env(safe-area-inset-top));right:max(24px, env(safe-area-inset-right));z-index:300;pointer-events:none;gap:10px;width:min(360px,100vw - 32px);display:grid;position:fixed}.toast{width:100%;min-height:58px;color:var(--text-strong);background:var(--surface-elevated);box-shadow:var(--shadow-float);pointer-events:auto;border:1px solid #b9cec5;border-radius:13px;grid-template-columns:26px 1fr 30px;align-items:center;gap:9px;padding:10px 10px 10px 14px;font-size:13px;font-weight:600;animation:.18s cubic-bezier(.2,.8,.2,1) toast-in;display:grid}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}.toast-mark{color:#fff;background:var(--positive);border-radius:50%;place-items:center;width:24px;height:24px;font-size:11px;display:grid}.toast button{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;font-size:18px;display:grid}.skeleton-block{background:#e2e3de;border-radius:14px;position:relative;overflow:hidden}.skeleton-block:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8a,#0000);animation:1.3s ease-in-out infinite skeleton-sweep;position:absolute;inset:0;transform:translate(-100%)}@keyframes skeleton-sweep{to{transform:translate(100%)}}.skeleton-heading{width:min(420px,72%);height:72px}.loading-grid{grid-template-columns:7fr 5fr;gap:24px;display:grid}.skeleton-hero{height:382px}.skeleton-table{height:300px}.route-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:62vh;display:flex}.route-error-mark{border:1px solid var(--border-strong);width:58px;height:58px;color:var(--brand);background:var(--brand-soft);border-radius:50%;place-items:center;margin-bottom:18px;font-size:14px;font-weight:750;display:grid}.route-error>p:not(.eyebrow){max-width:460px;color:var(--text-muted);margin:12px 0 20px}@media (width<=1180px){.sidebar{width:76px;padding:22px 12px 18px}.brand{justify-content:center;padding-left:0;padding-right:0}.brand>span:last-child,.sidebar-nav a>span:last-child,.sidebar-profile>span:last-child,.sidebar-note>span:last-child{display:none}.sidebar-nav a{justify-content:center;padding:8px}.sidebar-note,.sidebar-profile{justify-content:center;padding-left:0;padding-right:0}.sidebar-note{background:0 0;border:0}.app-content{margin-left:76px}.time-overview,.dashboard-lower-grid,.correction-form-layout,.loading-grid{grid-template-columns:1fr}.correction-preview-panel{position:static}.admin-user-list-head{display:none}.admin-user-row{grid-template-columns:minmax(220px,1.4fr) minmax(160px,1fr) 130px minmax(190px,auto);padding:10px 0}.admin-user-row>div:nth-child(4){display:none}.request-list-head,.request-main-row{grid-template-columns:90px 90px minmax(180px,1fr) 128px 72px;gap:10px}}@media (width<=960px){.directory-toolbar,.admin-table-heading{flex-direction:column;align-items:stretch}.search-field,.search-field--compact{width:100%}.filter-fields,.admin-filters{grid-template-columns:repeat(3,1fr);display:grid}.employee-table th:nth-child(2),.employee-table td:nth-child(2),.employee-table th:nth-child(5),.employee-table td:nth-child(5),.request-list-head{display:none}.request-main-row{grid-template-columns:90px 90px minmax(180px,1fr) 128px 72px}.review-workspace{grid-template-columns:310px minmax(0,1fr)}.admin-summary{grid-template-columns:repeat(2,1fr)}.admin-summary>div:nth-child(3){border-top:1px solid var(--border);border-left:0}.admin-summary>div:nth-child(4){border-top:1px solid var(--border)}.admin-user-row{grid-template-columns:minmax(220px,1.3fr) 150px minmax(190px,auto)}.admin-user-row>div:nth-child(2){display:none}.audit-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){body{font-size:14px}h1{font-size:2rem}.sidebar{display:none}.app-content{margin-left:0}.topbar{min-height:62px;padding:8px 16px}.topbar-date{font-size:9px}.topbar-title{font-size:14px}.topbar-user,.topbar-actions .avatar{display:none}.page-content{padding:25px 16px calc(92px + env(safe-area-inset-bottom))}.mobile-nav{z-index:80;min-height:calc(64px + env(safe-area-inset-bottom));padding:6px 7px env(safe-area-inset-bottom);border-top:1px solid var(--border-strong);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbfaf7f7;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav a{min-width:0;min-height:52px;color:var(--text-muted);border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:2px;display:flex}.mobile-nav a>span{border:1px solid var(--border);border-radius:7px;place-items:center;width:24px;height:24px;font-size:9px;font-weight:750;display:grid}.mobile-nav a small{white-space:nowrap;text-overflow:ellipsis;max-width:72px;font-size:8px;font-weight:650;overflow:hidden}.mobile-nav a.is-active{color:var(--brand-hover);background:var(--brand-soft)}.page-stack{gap:22px}.page-intro{flex-direction:column;align-items:flex-start;gap:16px}.page-actions,.page-actions .button{width:100%}.page-description{font-size:13px}.timer-console{border-radius:17px;min-height:352px;padding:23px 20px}.time-digits{letter-spacing:-.06em;margin:32px 0;font-size:clamp(2.85rem,14.2vw,4.2rem)}.timer-zone{display:none}.timer-console-bottom{flex-direction:column;align-items:stretch}.timer-button{width:100%}.period-ledger,.content-panel{padding:21px 18px}.period-ledger{min-height:auto}.week-progress{margin-top:16px}.dashboard-lower-grid{gap:16px}.section-heading{align-items:flex-start}.compact-request{grid-template-columns:1fr auto;padding:9px 0}.compact-request .label-badge{grid-column:1/-1}.directory-panel{padding:15px}.filter-fields,.admin-filters{grid-template-columns:1fr}.segmented-control{width:100%}.segmented-control button{flex:1;justify-content:center}.employee-table-wrap{display:none}.employee-mobile-list{flex-direction:column;display:flex}.employee-mobile-card{border:0;border-top:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;width:100%;min-height:82px;padding:11px 3px;display:grid}.employee-mobile-card.is-terminated{background:#f0efeb;margin:0 -6px;padding-left:9px;padding-right:9px}.employee-mobile-main{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.employee-mobile-main strong{font-size:12px}.employee-mobile-main small{max-width:100%;color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:9px;overflow:hidden}.employee-mobile-time{flex-direction:column;align-items:flex-end;display:flex}.employee-mobile-time strong{font-variant-numeric:tabular-nums;font-size:11px}.employee-mobile-time small{color:var(--text-muted);font-size:8px}.employee-preview{display:none}.dialog-backdrop{align-items:flex-end;padding:0}.dialog-panel,.dialog-panel--detail,.dialog-panel--drawer{border-radius:18px 18px 0 0;width:100%;height:auto;max-height:88vh;margin:0}.dialog-panel--drawer{height:94vh;max-height:94vh}.dialog-header,.dialog-body{padding-left:18px;padding-right:18px}.detail-list,.metric-grid,.metric-grid--profile{grid-template-columns:1fr 1fr}.dialog-inline-actions{flex-direction:column;align-items:stretch}.profile-page-card{padding:20px 17px}.profile-hero--page{align-items:center}.request-main-row{grid-template-columns:1fr auto;gap:9px;padding:15px 0;display:grid}.request-main-row>p{grid-column:1/-1}.request-main-row .label-badge{justify-self:start}.disclosure-button{justify-self:end}.request-details dl{grid-template-columns:1fr 1fr}.corrections-filter-heading,.corrections-filter-heading .select-label{flex-direction:column;align-items:stretch}.choice-cards{grid-template-columns:1fr}.choice-cards label{min-height:68px}.field-row,.field-row--three{grid-template-columns:1fr}.correction-preview-panel{padding:22px 18px}.admin-subnav{gap:0;overflow-x:auto}.admin-subnav a{flex:none;margin-right:22px}.admin-summary{grid-template-columns:1fr 1fr}.admin-summary>div{min-height:74px;padding:13px 15px}.admin-users-panel{padding:18px 14px}.admin-user-list{border-top:0}.admin-user-row,.admin-user-row.is-terminated{border-top:1px solid var(--border);grid-template-columns:1fr;gap:10px;margin:0;padding:15px 4px;display:grid}.admin-user-row>div:nth-child(2),.admin-user-row>div:nth-child(4){display:flex}.admin-user-row>div:nth-child(2){justify-content:space-between;align-items:center}.admin-time-cell{justify-content:space-between}.row-actions{justify-content:stretch}.row-actions .button{flex:1}.sticky-actions{flex-direction:column;align-items:stretch}.review-workspace{flex-direction:column;min-height:auto;display:flex;overflow:visible}.review-list-panel{border-right:0;border-bottom:1px solid var(--border)}.review-request-list{scroll-snap-type:x mandatory;gap:7px;padding:8px;display:flex;overflow-x:auto}.review-request-list>button{scroll-snap-align:start;min-width:275px}.review-detail-panel{padding:22px 18px}.review-detail-header{flex-direction:column}.review-change{min-height:82px}.review-change strong{font-size:25px}.review-meta{grid-template-columns:1fr}.decision-actions{flex-direction:column;align-items:stretch}.audit-panel{padding:18px 14px}.toast-stack{width:auto;left:16px;right:16px}}@media (width<=430px){.timer-console-top{gap:8px}.time-digits{font-size:2.85rem}.ledger-heading>span{display:none}.detail-list,.metric-grid,.metric-grid--profile,.request-details dl{grid-template-columns:1fr}.admin-summary strong{font-size:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.sidebar,.topbar,.mobile-nav,.page-actions,.toast{display:none!important}.app-content{margin:0}.page-content{max-width:none;padding:0}}.accounting-section-tabs{border:1px solid var(--border);background:var(--surface-elevated);border-radius:14px;gap:6px;padding:5px;display:flex;overflow-x:auto}.accounting-section-tabs button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;flex:none;padding:9px 14px;font-size:12px;font-weight:650}.accounting-section-tabs button.is-active{color:var(--text-strong);background:var(--surface);box-shadow:0 1px 4px #182b2714}.accounting-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.accounting-wide-message,.accounting-panel--wide{grid-column:1/-1}.inline-alert--success{color:#245f49;background:#e7f3ec;border-color:#b7d9c8}.accounting-panel{padding:24px}.accounting-panel--compact-setting{padding:16px 18px}.accounting-panel--compact-setting .section-heading{margin:0}.accounting-panel--compact-setting .section-heading h2{font-size:15px}.accounting-event-create-panel>.accounting-form{max-width:820px}.accounting-panel>h2{margin-bottom:17px;font-size:18px}.accounting-form{gap:14px;display:grid}.accounting-form>h3{margin-top:8px;font-size:14px}.accounting-form--separated{border-top:1px solid var(--border);margin-top:18px;padding-top:18px}.accounting-form--inline{grid-template-columns:150px minmax(180px,1fr) 150px auto;align-items:end;margin-top:18px}.duration-text-input{font-variant-numeric:tabular-nums}.schedule-day-grid{grid-template-columns:repeat(7,minmax(72px,1fr));gap:8px;display:grid}.schedule-day-grid .field-label span,.schedule-day-grid .field-hint{text-align:center}.schedule-day-grid input{text-align:center;min-width:0;padding-inline:7px}.checkbox-field{color:var(--text-strong);align-items:center;gap:9px;font-size:12px;font-weight:600;display:flex}.checkbox-field input{width:17px;height:17px}.checkbox-field>span{gap:3px;display:grid}.business-trip-picker{background:#d0651e0e;border:1px solid #d0651e38;border-radius:14px;gap:12px;padding:14px;display:grid}.business-trip-picker-heading,.business-trip-total{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.business-trip-picker-heading strong,.business-trip-total strong{color:var(--text-strong);font-size:13px}.business-trip-picker-heading p{max-width:470px;color:var(--text-muted);margin-top:3px;font-size:10px}.business-trip-picker-heading>span{color:var(--accent-ink);white-space:nowrap;font-size:11px;font-weight:700}.business-trip-days{grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:7px;max-height:250px;padding:2px;display:grid;overflow-y:auto}.business-trip-days label{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-width:0;min-height:48px;padding:8px;display:grid}.business-trip-days label.is-skipped{opacity:.72;border-style:dashed}.business-trip-days input{width:17px;height:17px;accent-color:var(--accent-ink)}.business-trip-days label>span{min-width:0;display:grid}.business-trip-days strong,.business-trip-days small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.business-trip-days strong{color:var(--text-strong);font-variant-numeric:tabular-nums;font-size:10px}.business-trip-days small{color:var(--text-muted);margin-top:2px;font-size:9px}.business-trip-total{border-top:1px solid #d0651e2e;align-items:baseline;padding-top:10px}.business-trip-total span{color:var(--text-muted);font-size:11px}.business-trip-total strong{color:var(--accent-ink);font-variant-numeric:tabular-nums;font-size:18px}.company-settings-form{gap:1.5rem;display:grid}.settings-form-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.settings-form-heading h2,.settings-required h3{margin:0}.settings-form-heading p,.settings-required p,.settings-readonly-note{color:var(--text-muted);margin:.35rem 0 0}.settings-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.settings-field-grid label{gap:.45rem;font-weight:650;display:grid}.settings-field-grid small{color:var(--text-muted);font-weight:450}.settings-visibility{border:1px solid var(--border);border-radius:1rem;gap:.75rem;padding:1rem;display:grid}.settings-visibility>div:first-child{gap:4px;margin-bottom:2px;display:grid}.settings-visibility h3{margin:0;font-size:13px}.settings-visibility p{color:var(--text-muted);margin:0;font-size:10px}.settings-required{background:var(--surface-elevated);border-radius:1rem;padding:1rem}.settings-required ul{flex-wrap:wrap;gap:.5rem;margin:.85rem 0 0;padding:0;list-style:none;display:flex}.settings-required li{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:.4rem .65rem;font-size:.88rem}.settings-state{justify-items:start;gap:.75rem;display:grid}@media (width<=700px){.settings-field-grid{grid-template-columns:1fr}.settings-form-heading{flex-direction:column;align-items:stretch}}.accounting-card-list{gap:9px;margin-bottom:20px;display:grid}.accounting-summary-card{border:1px solid var(--border);background:var(--surface-elevated);border-radius:12px;padding:14px}.accounting-summary-card>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.accounting-summary-card strong{color:var(--text-strong);font-size:13px}.accounting-summary-card span,.accounting-summary-card small{color:var(--text-muted);font-size:10px}.accounting-summary-card p{color:var(--text);margin:5px 0 3px;font-size:11px}.calendar-override-list{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px;display:grid}.calendar-override-list button{border:1px solid var(--border);color:var(--text);background:var(--surface-elevated);text-align:left;cursor:pointer;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:11px;display:grid}.calendar-override-list button strong,.calendar-override-list button em{color:var(--text-strong);font-variant-numeric:tabular-nums;font-size:11px;font-style:normal}.calendar-override-list button span{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.accounting-metrics{border:1px solid var(--border);background:var(--border);border-radius:11px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:15px 0;display:grid;overflow:hidden}.accounting-metrics--two{grid-template-columns:repeat(2,minmax(0,1fr))}.accounting-metrics--four{grid-template-columns:repeat(4,minmax(0,1fr))}.accounting-metrics>div{background:var(--surface);min-width:0;padding:13px}.accounting-metrics span{color:var(--text-muted);font-size:9px;display:block}.accounting-metrics strong{color:var(--text-strong);font-variant-numeric:tabular-nums;text-overflow:ellipsis;margin-top:4px;font-size:15px;display:block;overflow:hidden}.accounting-table-wrap{overflow-x:auto}.accounting-table{border-collapse:collapse;width:100%;font-size:11px}.accounting-table th,.accounting-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:11px 10px}.accounting-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:9px}.accounting-conflict-card form,.settlement-card form{gap:8px;margin-top:10px;display:flex}.accounting-conflict-card form input,.settlement-card form input{flex:1;min-width:0}.muted-copy{color:var(--text-muted);font-size:12px}@media (width<=900px){.accounting-layout{grid-template-columns:1fr}.accounting-wide-message,.accounting-panel--wide{grid-column:auto}.accounting-form--inline{grid-template-columns:1fr 1fr}.schedule-day-grid{grid-template-columns:repeat(4,minmax(72px,1fr))}.accounting-metrics--four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.accounting-panel{padding:18px}.accounting-form--inline,.schedule-day-grid,.accounting-metrics,.accounting-metrics--two,.accounting-metrics--four{grid-template-columns:1fr}.accounting-conflict-card form,.settlement-card form{flex-direction:column;align-items:stretch}}.employee-profile-content{gap:22px;display:grid}.profile-refreshing{color:var(--text-muted);font-size:11px}.profile-stale-alert{justify-content:space-between;align-items:center;gap:14px;min-height:48px;display:flex}.employee-profile-card{gap:28px;display:grid}.employee-profile-content.is-inactive .employee-profile-card{background:#464f4c09;border-style:dashed}.employee-profile-content.is-inactive .avatar--hero{filter:grayscale();opacity:.72}.employee-profile-identity{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding-bottom:25px;display:grid}.employee-profile-identity h2{color:var(--text-strong);font-size:clamp(20px,3vw,28px);line-height:1.12}.employee-profile-identity p{color:var(--text-muted);margin-top:4px;font-size:12px}.employee-profile-state{border:1px solid var(--border);min-height:38px;color:var(--text-muted);background:var(--surface-muted);border-radius:11px;align-items:center;gap:9px;padding:7px 11px;font-size:11px;display:inline-flex}.employee-profile-state strong{color:inherit;white-space:nowrap}.employee-profile-state .team-state-icon.is-unavailable{border-style:dotted}.employee-profile-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.employee-profile-section{min-width:0}.employee-profile-section h3{color:var(--text-strong);font-size:16px}.employee-profile-data{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.employee-profile-data>div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0;padding:13px}.employee-profile-data dt,.employee-profile-metrics dt{color:var(--text-muted);letter-spacing:.045em;text-transform:uppercase;font-size:9px;font-weight:700}.employee-profile-data dd{overflow-wrap:anywhere;color:var(--text-strong);margin-top:5px;font-size:12px;font-weight:600}.employee-profile-data a{color:var(--brand-hover);text-underline-offset:3px;-webkit-text-decoration:underline #1f5b4f47;text-decoration:underline #1f5b4f47}.employee-profile-data a:focus-visible{outline-offset:2px;border-radius:3px;outline:3px solid #1f5b4f2e}.employee-profile-time{padding-top:3px}.employee-profile-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;display:grid}.employee-profile-metrics>div{background:var(--surface-muted);border-radius:12px;min-width:0;padding:15px}.employee-profile-metrics dd{color:var(--text-strong);font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:6px;font-size:clamp(15px,2vw,20px);font-weight:750}.employee-time-journal{gap:20px;display:grid}.employee-time-journal-heading{justify-content:space-between;align-items:flex-end;gap:22px;display:flex}.employee-time-journal-heading h2{color:var(--text-strong);font-size:clamp(18px,2.4vw,23px)}.employee-time-journal-heading p:not(.eyebrow){max-width:620px;color:var(--text-muted);margin-top:5px;font-size:11px}.employee-time-journal-actions{align-items:flex-end;gap:8px;display:flex}.employee-time-journal-actions .month-field{min-width:170px}.employee-time-journal-actions .button{min-height:42px}.employee-time-journal-state{min-height:160px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:12px;display:flex}.employee-journal-totals{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.employee-journal-totals>div{border:1px solid var(--border);background:var(--surface-muted);border-radius:12px;min-width:0;padding:15px}.employee-journal-totals>div.is-trip{background:#d0651e12;border-color:#d0651e3d}.employee-journal-totals>div.is-accounted{background:var(--brand-soft);border-color:#1f5b4f33}.employee-journal-totals dt{color:var(--text-muted);letter-spacing:.045em;text-transform:uppercase;font-size:9px;font-weight:700}.employee-journal-totals dd{color:var(--text-strong);font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:6px;font-size:clamp(16px,2vw,21px);font-weight:750}.employee-journal-totals .is-trip dd{color:var(--accent-ink)}.employee-journal-totals .is-accounted dd{color:var(--brand-hover)}.employee-journal-days{border:1px solid var(--border);border-radius:14px;display:grid;overflow:hidden}.employee-journal-day{border-top:1px solid var(--border);background:var(--surface)}.employee-journal-day:first-child{border-top:0}.employee-journal-day.has-business-trip{box-shadow:inset 3px 0 var(--accent)}.employee-journal-day>summary{cursor:pointer;grid-template-columns:minmax(170px,1.35fr) repeat(4,minmax(95px,1fr)) 24px;align-items:center;gap:12px;min-height:70px;padding:12px 15px;list-style:none;display:grid;position:relative}.employee-journal-day>summary::-webkit-details-marker{display:none}.employee-journal-day>summary:hover{background:#1f5b4f06}.employee-journal-day[open]>summary{background:var(--surface-muted)}.employee-journal-date,.employee-journal-day-metric{gap:3px;min-width:0;display:grid}.employee-journal-date strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.employee-journal-date span,.employee-journal-day-metric small{color:var(--text-muted);font-size:9px}.employee-journal-day-metric strong{color:var(--text-strong);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.employee-journal-day-metric.is-trip strong{color:var(--accent-ink)}.employee-journal-day-metric.is-accounted strong{color:var(--brand-hover)}.employee-journal-expand{border:1px solid var(--border-strong);width:22px;height:22px;color:var(--text-muted);border-radius:50%;place-items:center;font-size:15px;transition:transform .14s;display:grid}.employee-journal-day[open] .employee-journal-expand{transform:rotate(45deg)}.employee-journal-day-details{border-top:1px solid var(--border);background:#fbfaf7;gap:13px;padding:14px 15px 16px;display:grid}.employee-journal-accounting{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.employee-journal-accounting>div{background:var(--surface);border-radius:9px;min-width:0;padding:9px 10px}.employee-journal-accounting dt{color:var(--text-muted);font-size:8px}.employee-journal-accounting dd{color:var(--text-strong);font-variant-numeric:tabular-nums;margin-top:3px;font-size:11px;font-weight:700}.employee-journal-entries{gap:6px;display:grid}.employee-journal-entry{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:8px minmax(0,1fr) auto minmax(82px,auto);align-items:center;gap:10px;min-height:52px;padding:9px 11px;display:grid}.employee-journal-entry.has-inline-action{grid-template-columns:8px minmax(0,1fr) auto auto minmax(82px,auto)}.employee-journal-entry.is-business-trip{background:#d0651e0e;border-color:#d0651e40}.employee-journal-entry.is-voided{opacity:.62}.employee-journal-entry.is-voided .employee-journal-entry-mark{background:var(--text-muted)}.employee-journal-entry.is-voided>strong{text-decoration:line-through}.employee-journal-entry-mark{background:var(--brand);border-radius:50%;width:6px;height:6px}.employee-journal-entry.is-adjustment .employee-journal-entry-mark{background:var(--warning)}.employee-journal-entry.is-absence .employee-journal-entry-mark{background:#7b8d87}.employee-journal-entry.is-business-trip .employee-journal-entry-mark{background:var(--accent);box-shadow:0 0 0 3px #d0651e1a}.employee-journal-entry>div{gap:2px;min-width:0;display:grid}.employee-journal-entry>div strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.employee-journal-entry>div span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.employee-journal-entry>strong{color:var(--text-strong);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;font-size:11px}.employee-journal-entry.is-business-trip>strong{color:var(--accent-ink)}.employee-journal-mode{color:var(--text-muted);background:var(--surface-muted);white-space:nowrap;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:650}.employee-journal-entry-action{min-height:30px;color:var(--brand);background:var(--brand-soft);border-radius:8px;padding:7px 9px;font-size:9px;font-weight:700;text-decoration:none}.employee-journal-entry-action:hover{color:var(--brand-hover);background:color-mix(in srgb, var(--brand-soft) 76%, var(--mint))}.employee-journal-empty-day,.employee-journal-sync{color:var(--text-muted);font-size:10px}.employee-journal-empty-day{padding:8px 4px}.employee-journal-sync{margin:-4px 1px 0}.employee-profile-loading,.employee-profile-error{border-radius:16px}@media (width<=900px){.employee-profile-sections{grid-template-columns:1fr}.employee-profile-metrics,.employee-journal-totals{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-journal-day>summary{grid-template-columns:minmax(145px,1.3fr) repeat(2,minmax(90px,1fr)) 24px}.employee-journal-day-metric:nth-of-type(3),.employee-journal-day-metric:nth-of-type(4){display:none}}@media (width<=640px){.employee-profile-card{gap:23px;padding:18px}.employee-profile-identity{grid-template-columns:auto minmax(0,1fr);align-items:start}.employee-profile-state{grid-column:1/-1;justify-self:stretch}.employee-profile-data{grid-template-columns:1fr}.profile-stale-alert,.employee-profile-error{flex-direction:column;align-items:flex-start}.employee-time-journal{padding:18px}.employee-time-journal-heading,.employee-time-journal-actions{flex-direction:column;align-items:stretch}.employee-time-journal-actions,.employee-time-journal-actions .month-field,.employee-time-journal-actions .button{width:100%}.employee-journal-day>summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;min-height:118px;padding-right:43px}.employee-journal-date{grid-column:1/-1}.employee-journal-day-metric:nth-of-type(3),.employee-journal-day-metric:nth-of-type(4){display:grid}.employee-journal-expand{position:absolute;top:14px;right:13px}.employee-journal-accounting{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-journal-entry,.employee-journal-entry.has-inline-action{grid-template-columns:8px minmax(0,1fr) auto}.employee-journal-entry>strong{text-align:left;grid-column:2}.employee-journal-mode{grid-area:1/3/span 2}.employee-journal-entry-action{grid-column:2;width:fit-content}}.local-accounts-page{gap:24px}.admin-account-overview{border:1px solid var(--border);background:var(--surface);border-radius:15px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.admin-account-overview>div{border-left:1px solid var(--border);flex-direction:column;justify-content:center;min-height:82px;padding:16px 20px;display:flex}.admin-account-overview>div:first-child{border-left:0}.admin-account-overview span{color:var(--text-muted);font-size:10px}.admin-account-overview strong{font-variant-numeric:tabular-nums;margin-top:2px;font-size:24px}.admin-accounts-panel{padding:24px}.admin-accounts-heading,.admin-accounts-filters,.admin-account-pagination,.admin-account-pagination>div{align-items:center;display:flex}.admin-accounts-heading{justify-content:space-between;gap:20px;margin-bottom:12px}.admin-accounts-filters{gap:8px}.admin-accounts-filters .search-field{width:min(310px,45vw)}.admin-accounts-filters select{min-width:180px}.admin-account-message{min-height:20px;color:var(--positive);font-size:12px}.admin-accounts-state{min-height:300px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.admin-accounts-state p{max-width:520px}.admin-account-table-wrap{border-top:1px solid var(--border);overflow-x:auto}.admin-account-table{border-collapse:collapse;width:100%;min-width:1040px}.admin-account-table th{border-bottom:1px solid var(--border);height:42px;color:var(--text-muted);letter-spacing:.05em;text-align:left;text-transform:uppercase;padding:9px 10px;font-size:9px;font-weight:750}.admin-account-table td{border-bottom:1px solid var(--border);vertical-align:middle;min-height:76px;padding:13px 10px;font-size:11px}.admin-account-table tr.is-former{background:#f0efeb}.admin-account-table td:last-child{text-align:right;min-width:190px}.admin-account-person{align-items:center;gap:10px;min-width:220px;display:flex}.admin-account-person>span:last-child{flex-direction:column;min-width:0;display:flex}.admin-account-person strong{white-space:nowrap;text-overflow:ellipsis;max-width:230px;font-size:12px;overflow:hidden}.admin-account-person small,.account-role,.current-account-note{color:var(--text-muted);font-size:9px}.account-login,.account-activation-date{font-variant-numeric:tabular-nums;font-size:11px;display:block}.account-state{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:6px 9px;font-size:9px;font-weight:700;display:inline-flex}.account-state:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.account-state--active{color:var(--positive);background:var(--positive-soft)}.account-state--not_activated{color:var(--warning);background:var(--warning-soft)}.account-state--access_disabled,.account-state--former{color:var(--text-muted);background:#e9ebe9}.current-account-note{margin-top:4px;display:block}.admin-account-cards{display:none}.admin-account-pagination{justify-content:space-between;gap:20px;padding-top:16px}.admin-account-pagination>span{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:11px}.admin-account-pagination>div{gap:7px}.local-account-form,.account-action-form{flex-direction:column;gap:17px;display:flex}.account-form-note{border:1px solid var(--border);color:var(--text-muted);background:#f0f1ed;border-radius:11px;padding:13px 14px;font-size:11px}.account-form-section{border:0;border-bottom:1px solid var(--border);flex-direction:column;gap:14px;min-width:0;margin:0;padding:0 0 19px;display:flex}.account-form-section legend{color:var(--text-strong);margin-bottom:13px;font-size:13px;font-weight:700}.reference-combobox{min-width:0}.reference-add-button{border:1px dashed var(--brand);width:100%;color:var(--brand);background:var(--brand-soft);cursor:pointer;text-align:left;border-radius:9px;margin-top:7px;padding:8px 10px;font-size:10px;font-weight:650}.reference-add-button:disabled{cursor:wait;opacity:.65}.account-action-summary{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding-bottom:18px;display:flex}.account-action-summary>span:not(.account-state){color:var(--text-muted);background:#eceeea;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:650}.account-action-tabs{flex-wrap:wrap;gap:6px;margin:18px 0;display:flex}.account-action-tabs button{border:1px solid var(--border);min-height:34px;color:var(--text-muted);background:var(--surface-elevated);cursor:pointer;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:650}.account-action-tabs button.is-active{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.account-confirmation{color:var(--text-strong);cursor:pointer;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:9px;font-size:11px;display:grid}.account-confirmation input[type=checkbox]{width:18px;height:18px;min-height:18px;accent-color:var(--brand);margin:1px 0 0;padding:0}@media (width<=1040px){.admin-account-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-account-overview>div:nth-child(3){border-top:1px solid var(--border);border-left:0}.admin-account-overview>div:nth-child(4){border-top:1px solid var(--border)}.admin-account-table-wrap{display:none}.admin-account-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:8px;display:grid}.admin-account-card{border:1px solid var(--border);background:var(--surface-elevated);border-radius:13px;padding:16px}.admin-account-card.is-former{background:#f0efeb}.admin-account-card-head{grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.admin-account-card-head>div{flex-direction:column;min-width:0;display:flex}.admin-account-card-head strong,.admin-account-card-head span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-account-card-head strong{font-size:12px}.admin-account-card-head>div span{color:var(--text-muted);font-size:9px}.admin-account-card dl{grid-template-columns:1fr 1fr;gap:10px;margin:15px 0;display:grid}.admin-account-card dt{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:8px;font-weight:700}.admin-account-card dd{margin-top:2px;font-size:10px}}@media (width<=760px){.admin-accounts-heading,.admin-accounts-filters{flex-direction:column;align-items:stretch}.admin-accounts-filters .search-field,.admin-accounts-filters select{width:100%}.admin-account-cards{grid-template-columns:1fr}.admin-account-card-head{grid-template-columns:38px minmax(0,1fr)}.admin-account-card-head .account-state{grid-column:2}.local-account-form .field-row,.local-account-form .field-row--three{grid-template-columns:1fr}}@media (width<=520px){.admin-account-overview{grid-template-columns:1fr 1fr}.admin-account-overview>div{min-height:72px;padding:13px}.admin-account-overview strong{font-size:20px}.admin-accounts-panel{padding:17px 14px}.admin-account-card dl{grid-template-columns:1fr}.admin-account-pagination{flex-direction:column;align-items:stretch}}.admin-access-page{width:min(100%,1320px);margin:0 auto}.access-workspace{border:1px solid var(--border);background:var(--surface);min-height:620px;box-shadow:var(--shadow-panel);border-radius:20px;grid-template-columns:minmax(270px,330px) minmax(0,1fr);display:grid;overflow:hidden}.access-account-panel{border-right:1px solid var(--border);background:#f6f5f1;flex-direction:column;min-width:0;display:flex}.access-account-heading{border-bottom:1px solid var(--border);gap:14px;padding:20px;display:grid}.access-account-heading>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.access-account-heading>div>strong,.access-section-heading>span{min-width:28px;min-height:28px;color:var(--brand-hover);background:var(--brand-soft);font-variant-numeric:tabular-nums;border-radius:999px;place-items:center;padding:4px 8px;font-size:11px;display:inline-grid}.access-account-heading .search-field{width:100%}.access-list-state{min-height:190px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;font-size:12px;display:flex}.access-list-state .loading-pulse{margin-bottom:5px}.access-account-list{align-content:start;max-height:610px;padding:8px;display:grid;overflow-y:auto}.access-account-list>button{width:100%;min-width:0;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;transition:border-color .12s,background-color .12s;display:grid}.access-account-list>button:hover{border-color:var(--border);background:var(--surface-elevated)}.access-account-list>button.is-active{background:var(--brand-soft);border-color:#1f5b4f3d}.access-account-list>button>span:nth-child(2){gap:1px;min-width:0;display:grid}.access-account-list strong,.access-account-list small,.access-account-roles{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.access-account-list strong{font-size:12px}.access-account-list small,.access-account-roles{color:var(--text-muted);font-size:9px}.access-account-roles{margin-top:3px}.access-lock{width:24px;height:24px;color:var(--warning);background:var(--warning-soft);border-radius:50%;place-items:center;font-size:12px;display:inline-grid}.access-pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding:12px;display:flex}.access-pagination>span{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:10px}.access-detail-panel{min-width:0;padding:clamp(20px,3vw,34px)}.access-detail-panel>.empty-state,.access-detail-panel>.access-state{min-height:520px}.access-detail-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:24px;display:flex}.access-detail-heading h2{margin-top:4px}.access-detail-heading p:last-child{color:var(--text-muted);margin-top:5px;font-size:11px}.access-state{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:16px;align-content:center;place-items:center;gap:10px;min-height:240px;padding:28px;display:grid}.access-state p{max-width:560px;color:var(--text-muted)}.access-state-mark{width:36px;height:36px;color:var(--negative);background:var(--negative-soft);border-radius:50%;place-items:center;font-size:18px;font-weight:750;display:inline-grid}.access-state--forbidden .access-state-mark{color:var(--warning);background:var(--warning-soft)}.access-notice{border:1px solid var(--border);border-radius:11px;justify-content:space-between;align-items:center;gap:14px;margin-top:20px;padding:12px 14px;font-size:11px;display:flex}.access-notice--success{color:var(--positive);background:var(--positive-soft);border-color:#245f4833}.access-notice--conflict,.access-notice--indeterminate{color:var(--warning);background:var(--warning-soft);border-color:#79501238}.access-notice--error,.access-notice--forbidden{color:var(--negative);background:var(--negative-soft);border-color:#873d3433}.access-section{border-bottom:1px solid var(--border);gap:15px;padding:25px 0;display:grid}.access-section-heading{justify-content:space-between;align-items:center;gap:18px;display:flex}.access-section-heading h3{margin-top:3px}.access-item-list{gap:8px;display:grid}.access-item{border:1px solid var(--border);background:var(--surface-elevated);border-radius:11px;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:13px 14px;display:flex}.access-item>div{gap:3px;min-width:0;display:grid}.access-item strong{font-size:12px}.access-item span,.access-item code{color:var(--text-muted);font-size:9px}.access-item code{overflow-wrap:anywhere}.access-section-empty,.access-form-help{color:var(--text-muted);font-size:10px}.access-add-form,.access-permission-form{border:1px dashed var(--border-strong);background:#f6f6f2;border-radius:12px;align-items:end;gap:10px;padding:14px;display:grid}.access-add-form{grid-template-columns:minmax(0,1fr) auto}.access-permission-form{grid-template-columns:minmax(200px,1.5fr) minmax(150px,.85fr) minmax(185px,1fr) auto}.access-add-form label,.access-permission-form label,.access-revoke-form label{min-width:0;color:var(--text-muted);gap:6px;font-size:10px;font-weight:650;display:grid}.access-add-form select,.access-permission-form select,.access-permission-form input{min-height:40px;font-size:11px}.access-revoke-form{background:var(--negative-soft);border:1px solid #873d3433;border-radius:14px;gap:16px;margin-top:24px;padding:20px;display:grid}.access-revoke-form>div:first-child{gap:4px;display:grid}.access-revoke-form>div:first-child>p:last-child{color:var(--text-muted);margin-top:3px;font-size:10px}.access-revoke-form textarea{background:var(--surface-elevated);min-height:88px}.access-revoke-form .form-actions{justify-content:flex-start}@media (width<=1050px){.access-permission-form{grid-template-columns:minmax(0,1fr) minmax(160px,.75fr)}.access-permission-code{grid-column:1/-1}}@media (width<=820px){.access-workspace{grid-template-columns:1fr}.access-account-panel{border-right:0;border-bottom:1px solid var(--border)}.access-account-heading{grid-template-columns:auto minmax(180px,1fr);align-items:center}.access-account-list{max-height:300px}.access-detail-panel>.empty-state,.access-detail-panel>.access-state{min-height:320px}}@media (width<=560px){.access-account-heading,.access-add-form,.access-permission-form{grid-template-columns:1fr}.access-permission-code{grid-column:auto}.access-detail-panel{padding:17px 14px}.access-detail-heading,.access-notice,.access-item{flex-direction:column;align-items:flex-start}.access-detail-heading .account-state{margin-top:2px}.access-item .button{width:100%}}.team-directory-page{width:min(100%,1320px);margin:0 auto}.team-directory-panel{border:1px solid var(--border);background:var(--surface);min-height:460px;box-shadow:var(--shadow-panel);border-radius:22px}.team-directory-toolbar{margin-bottom:20px}.team-filter-fields{min-height:42px}.team-refreshing{min-width:78px;color:var(--text-muted);font-size:11px}.team-table-wrap{overflow:visible}.team-table{min-width:900px}.team-table th:first-child{width:27%}.team-table th:nth-child(2){width:25%}.team-table th:nth-child(2),.team-table td:nth-child(2),.team-table th:nth-child(5),.team-table td:nth-child(5){display:table-cell}.team-table td.numeric-cell,.team-table th:nth-child(n+3){white-space:nowrap}.team-table tr.is-terminated{color:#59635f;background:#ecefed;box-shadow:inset 3px 0 #a8afac}.team-table tr.is-terminated:hover{background:#e6eae8!important}.team-table tr.is-terminated .team-name-button,.team-table tr.is-terminated .team-name-button strong,.team-table tr.is-terminated .table-primary,.team-table tr.is-terminated .numeric-cell{color:#59635f}.team-table tr.is-terminated .team-name-button small,.team-table tr.is-terminated .table-secondary{color:#69736f}.team-table tr.is-terminated .avatar{filter:grayscale();opacity:.58}.team-name-button strong{flex-wrap:wrap;align-items:center;gap:7px;display:inline-flex}.team-experience-badge{min-height:20px;color:var(--accent-ink);letter-spacing:.025em;background:#d0651e17;border:1px solid #d0651e38;border-radius:999px;align-items:center;padding:3px 7px;font-size:9px;font-weight:750;line-height:1;display:inline-flex}.team-state-icon{color:#7a837f;background:var(--surface-muted);vertical-align:middle;border-radius:999px;align-items:center;gap:5px;min-height:20px;padding:3px 7px;font-size:8px;font-weight:700;line-height:1;display:inline-flex}.team-state-icon>span{background:currentColor;border-radius:50%;width:6px;height:6px;margin:0}.team-state-icon.is-running{color:var(--positive);background:var(--positive-soft)}.team-state-icon.is-running>span{background:currentColor;border-radius:50%;width:6px;height:6px;margin:0}.team-state-icon.is-running.is-remote{color:var(--info);background:var(--info-soft)}.team-state-icon.is-running.is-mode-unknown{color:#66716d}.team-state-icon.is-inactive{color:#727b77}.team-contact-button{border:1px solid var(--border);min-height:32px;color:var(--brand);background:var(--surface);cursor:pointer;font:inherit;border-radius:9px;padding:6px 9px;font-size:9px;font-weight:700}.team-contact-button:hover{border-color:var(--border-strong);background:var(--brand-soft)}.employee-contact-list{gap:8px;display:grid}.employee-contact-list a{border:1px solid var(--border);color:inherit;border-radius:12px;gap:4px;padding:13px 14px;text-decoration:none;display:grid}.employee-contact-list a:hover{border-color:color-mix(in srgb, var(--brand) 35%, var(--border));background:var(--brand-soft)}.employee-contact-list span{color:var(--text-muted);font-size:9px}.employee-contact-list strong{color:var(--text-strong);overflow-wrap:anywhere;font-size:12px}.metric-restricted{color:var(--text-muted);font-weight:500}.team-employee-preview{width:min(390px,100vw - 52px);max-height:min(620px,100vh - 90px);overflow-y:auto}.team-employee-preview.opens-above{top:auto;bottom:calc(100% + 8px)}.team-profile{gap:14px;display:grid}.team-profile--expanded{gap:20px}.team-profile-statuses{flex-wrap:wrap;gap:7px;display:flex}.team-profile-status{min-height:26px;color:var(--text-muted);background:#e8eae7;border-radius:999px;align-items:center;padding:4px 9px;font-size:10px;font-weight:700;display:inline-flex}.team-profile-status.is-running{color:var(--positive);background:var(--positive-soft)}.team-profile-status.is-inactive{border:1px dashed var(--border-strong)}.team-profile-status.is-experienced{color:var(--accent-ink);background:#d0651e17}.team-profile-data{border-top:1px solid var(--border);border-left:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.team-profile-data>div{border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0;padding:10px}.team-profile-data dt,.team-profile-metrics dt,.team-mobile-metrics dt{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-weight:650}.team-profile-data dd{overflow-wrap:anywhere;color:var(--text-strong);margin-top:4px;font-size:11px;font-weight:600}.team-profile-data a{color:var(--brand-hover);text-underline-offset:3px;-webkit-text-decoration:underline #1f5b4f47;text-decoration:underline #1f5b4f47}.team-profile-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.team-profile-metrics>div{background:var(--canvas);border-radius:10px;min-width:0;padding:11px}.team-profile-metrics dd{color:var(--text-strong);font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:3px;font-size:14px;font-weight:700}.preview-open-button{border:1px solid var(--border);width:100%;min-height:38px;color:var(--brand-hover);background:var(--brand-soft);cursor:pointer;border-radius:9px;font-size:11px;font-weight:700}.team-stale-alert{justify-content:space-between;align-items:center;gap:14px;min-height:48px;margin-bottom:12px;padding:8px 12px;display:flex}.team-stale-alert .button{min-height:34px}.team-loading{min-height:320px;color:var(--text-muted);align-content:center;place-items:center;gap:18px;display:grid}.team-mobile-list{display:none}.team-pagination{justify-content:flex-end;align-items:center;gap:12px;padding-top:18px;display:flex}.team-pagination>span{min-width:110px;color:var(--text-muted);text-align:center;font-size:11px}@media (width<=1000px){.team-directory-toolbar{flex-direction:column;align-items:stretch}.team-directory-toolbar .search-field{width:100%}.team-filter-fields{justify-content:flex-start}.team-directory-panel{border-radius:17px;padding:14px}.team-filter-fields{grid-template-columns:1fr 1fr;display:grid}.team-filter-fields label,.team-filter-fields select{width:100%;min-width:0}.team-refreshing{grid-column:1/-1}.team-table-wrap{display:none}.team-mobile-list{gap:9px;display:grid}.team-mobile-card{border:1px solid var(--border);width:100%;color:var(--text);background:var(--surface-elevated);cursor:pointer;text-align:left;border-radius:14px;gap:13px;padding:14px;display:grid;position:relative}.team-mobile-card.is-inactive{color:#59635f;background:#ecefed;border-color:#cbd0cd;box-shadow:inset 3px 0 #a8afac}.team-mobile-card.is-inactive .team-mobile-identity strong,.team-mobile-card.is-inactive .team-mobile-metrics dd{color:#59635f}.team-mobile-card.is-inactive .team-mobile-identity small{color:#69736f}.team-mobile-card.is-inactive .avatar{filter:grayscale();opacity:.58}.team-mobile-card:focus-visible{outline-offset:2px;outline:3px solid #1f5b4f33}.team-mobile-identity{align-items:center;gap:10px;min-width:0;display:flex}.team-mobile-identity>span:last-child{min-width:0;display:grid}.team-mobile-identity strong{align-items:center;gap:7px;font-size:13px;display:flex}.team-mobile-identity small{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.team-mobile-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.team-mobile-metrics>div{background:var(--canvas);border-radius:9px;min-width:0;padding:8px}.team-mobile-metrics dd{color:var(--text-strong);font-variant-numeric:tabular-nums;white-space:nowrap;margin-top:3px;font-size:12px;font-weight:700}.team-pagination{justify-content:space-between}}@media (width<=430px){.team-filter-fields,.team-profile-data{grid-template-columns:1fr}}.auth-page{background:var(--canvas);place-items:center;min-height:100vh;padding:28px 18px;display:grid}.auth-card{border:1px solid var(--border);background:var(--surface-elevated);width:min(100%,460px);box-shadow:var(--shadow-panel);border-radius:28px;padding:clamp(24px,5vw,40px)}.auth-card--loading{text-align:center;align-content:center;place-items:center;gap:22px;min-height:300px;display:grid}.auth-brand{align-items:center;gap:12px;margin-bottom:38px;display:inline-flex}.auth-brand .siwella-logo{width:104px}.auth-brand .brand-copy{display:grid}.auth-brand>.brand-product{border-left:1px solid var(--border);align-items:center;gap:10px;min-width:0;padding-left:14px;display:inline-flex}.auth-brand .takt-mark{width:42px;height:42px}.auth-brand strong{color:var(--text-strong);font-size:23px;line-height:1.1}.auth-brand small{color:var(--text-muted)}.auth-heading h1{color:var(--text-strong);margin:5px 0 8px;font-size:clamp(27px,7vw,38px);line-height:1.08}.auth-heading>p:last-child,.auth-help{color:var(--text-muted)}.auth-form,.profile-form{gap:16px;margin-top:26px;display:grid}.profile-overview{gap:18px;display:grid}.profile-edit-link{width:100%}.profile-overview dl{gap:10px;min-width:0;margin:0;display:grid}.profile-overview dl>div{grid-template-columns:90px minmax(0,1fr);gap:12px;min-width:0;display:grid}.profile-overview dt{color:var(--text-muted);font-size:12px}.profile-overview dd{overflow-wrap:anywhere;min-width:0;margin:0;font-size:13px}.auth-form label,.profile-form label{color:var(--text-strong);gap:7px;font-weight:650;display:grid}.auth-form input,.profile-form input{border:1px solid var(--border-strong);background:var(--surface);width:100%;min-height:48px;color:var(--text-strong);border-radius:12px;padding:10px 13px}.auth-form input:focus-visible,.profile-form input:focus-visible{border-color:var(--brand);outline:3px solid #1f5b4f2e}.auth-form .auth-remember{cursor:pointer;align-items:flex-start;gap:10px;font-weight:600;display:flex}.auth-form .auth-remember input{width:18px;min-height:18px;accent-color:var(--brand);margin:2px 0 0;padding:0}.auth-remember>span{gap:3px;display:grid}.auth-remember small{color:var(--text-muted);font-weight:400;line-height:1.35}.form-error{min-height:1.5em;color:var(--negative);margin:0;font-size:14px}.auth-submit{width:100%;min-height:48px}.auth-help{border-top:1px solid var(--border);margin:24px 0 0;padding-top:20px;font-size:13px}.profile-menu{position:static}.profile-menu-trigger{cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:9px;min-height:48px;padding:4px 8px;display:inline-flex}.profile-menu-trigger>span:last-child{text-align:left;min-width:90px;display:grid}.profile-menu-trigger small{color:var(--text-muted)}.profile-popover{z-index:80;overscroll-behavior:contain;border:1px solid var(--border);background:var(--surface-elevated);width:min(360px,100vw - 28px);max-height:calc(100dvh - 96px);box-shadow:var(--shadow-float);border-radius:18px;padding:18px;position:absolute;top:calc(100% + 8px);right:clamp(20px,3.2vw,48px);overflow-y:auto}.segmented-tabs{border:1px solid var(--border);background:var(--surface);border-radius:14px;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:6px;padding:4px;display:grid;position:relative}.segmented-tabs button,.profile-logout{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;min-height:44px}.segmented-tabs button{z-index:1;color:var(--text-muted);transition:color .18s;position:relative}.segmented-tabs button:hover{color:var(--text-strong)}.segmented-tabs button[aria-selected=true]{color:var(--brand-hover);box-shadow:none;background:0 0;border-color:#0000;font-weight:700}.segmented-tabs-indicator{z-index:0;width:var(--segmented-indicator-width);border:1px solid var(--border);background:var(--surface-elevated);transform:translateX(var(--segmented-indicator-x));pointer-events:none;border-radius:10px;transition:width .2s cubic-bezier(.22,1,.36,1),transform .2s cubic-bezier(.22,1,.36,1);position:absolute;top:4px;bottom:4px;left:0;box-shadow:0 2px 8px #172c2814}.segmented-tabs--scroll{scrollbar-width:thin;flex-wrap:nowrap;display:flex;overflow-x:auto}.segmented-tabs--scroll button{flex:none;padding-inline:14px}.profile-tab-panel{outline:none}.profile-logout{width:100%;color:var(--negative);margin-top:14px}.own-profile-page{width:min(100%,980px);margin:0 auto}.own-profile-editor{padding:clamp(22px,3vw,34px)}.own-profile-identity{border-bottom:1px solid var(--border);align-items:center;gap:18px;padding-bottom:26px;display:flex}.avatar--profile-editor{border:3px solid var(--surface-elevated);outline:2px solid var(--accent);outline-offset:2px;width:88px;height:88px;font-size:22px}.own-profile-identity h2{font-size:clamp(21px,3vw,28px)}.own-profile-identity p{color:var(--text-muted);margin-top:5px}.own-profile-form{gap:24px;padding-top:26px;display:grid}.own-profile-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.own-profile-fields label,.own-profile-photo-field{min-width:0;color:var(--text-strong);gap:7px;font-weight:650;display:grid}.own-profile-fields label>span,.own-profile-field-label{font-size:13px}.own-profile-fields small{color:var(--text-muted);font-size:11px;font-weight:500}.own-profile-photo-field{grid-column:1/-1}.own-profile-photo-actions{flex-wrap:wrap;gap:10px;display:flex}.own-profile-file-button{cursor:pointer;width:fit-content;position:relative;display:inline-flex!important}.own-profile-file-button.is-disabled{cursor:wait;opacity:.62}.own-profile-photo-ready{color:var(--positive)!important}.own-profile-photo-divider{color:var(--text-muted);font-weight:550;font-size:12px!important}.own-profile-form-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;min-height:52px;padding-top:20px;display:flex}.own-profile-form-footer>p{flex:1}.own-profile-form-footer>div{flex:none;gap:10px;display:flex}.form-success{min-height:1.5em;color:var(--positive);font-size:14px}@media (width<=640px){.profile-menu-trigger>span:last-child{display:none}.own-profile-fields{grid-template-columns:1fr}.own-profile-photo-field{grid-column:auto}.own-profile-form-footer{flex-direction:column;align-items:stretch}.own-profile-form-footer>div{flex-direction:column-reverse}.own-profile-form-footer .button{width:100%}}.site-header{z-index:70;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-bottom:1px solid #c5d0ccc7;position:sticky;top:0}.site-header-inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(28px,4vw,64px);width:100%;max-width:1440px;min-height:72px;margin:0 auto;padding:8px clamp(20px,3.2vw,48px);display:grid;position:relative}.site-brand.brand{min-height:48px;color:var(--text-strong);border:0;padding:0}.siwella-logo{object-fit:contain;flex:none;width:84px;height:auto;display:block}.site-brand .siwella-logo{width:clamp(68px,5.8vw,84px)}.takt-mark{flex:none;width:34px;height:34px;display:block}.site-brand.brand>.brand-product{border-left:1px solid var(--border-strong);flex-direction:row;align-items:center;gap:8px;min-width:0;padding-left:12px;display:inline-flex}.brand-copy{flex-direction:column;min-width:0;display:flex}.site-brand .brand-mark{border-color:#1f5b4f8c;width:36px;height:36px}.site-brand .brand-mark:before,.site-brand .brand-mark:after,.site-brand .brand-mark span{background:var(--brand)}.site-brand.brand strong{color:var(--text-strong);font-size:19px}.site-brand.brand small{color:var(--text-muted)}.top-navigation{align-items:center;gap:clamp(22px,2.6vw,38px);min-width:0;display:flex}.top-navigation a{min-height:44px;color:var(--text-muted);white-space:nowrap;flex:none;align-items:center;font-size:14px;font-weight:600;transition:color .12s;display:inline-flex;position:relative}.top-navigation a:after{background:var(--accent);content:"";opacity:0;border-radius:999px;height:2px;transition:opacity .12s,transform .12s;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(.4)}.top-navigation a:hover,.top-navigation a.is-active{color:var(--text-strong)}.top-navigation a.is-active:after{opacity:1;transform:scaleX(1)}.site-header-profile{justify-self:end}.mobile-nav-toggle{display:none}.auth-brand .brand-mark{border-color:#1f5b4f8c}.auth-brand .brand-mark:before,.auth-brand .brand-mark:after,.auth-brand .brand-mark span{background:var(--brand)}.app-content{min-height:calc(100vh - 72px);margin-left:0}.page-content{padding-top:clamp(24px,3vw,42px)}.time-workspace{flex-direction:column;justify-content:center;gap:clamp(26px,4vh,42px);width:min(100%,1120px);min-height:calc(100vh - 178px);margin:0 auto;display:flex}.timer-focus{border:1px solid var(--border);background:var(--surface-elevated);min-height:clamp(520px,62vh,620px);box-shadow:var(--shadow-panel);border-radius:28px;flex-direction:column;justify-content:center;align-items:center;padding:34px 24px 26px;display:flex;position:relative;overflow:hidden}.timer-focus:before{content:"";background:#929c98;border-radius:50%;width:8px;height:8px;transition:background-color .18s,box-shadow .18s;position:absolute;top:24px;left:24px}.timer-focus.is-running:before{background:var(--accent);box-shadow:0 0 0 6px #d0651e24}.timer-focus-heading{text-align:center;justify-items:center;gap:5px;margin-bottom:18px;display:grid}.timer-focus-heading span{color:var(--text-muted);letter-spacing:.075em;text-transform:uppercase;font-size:11px;font-weight:700}.timer-focus-heading strong{color:var(--text-strong);font-size:15px}.timer-focus-digits{color:var(--text-strong);letter-spacing:-.06em;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:clamp(4rem,9.2vw,7.2rem);font-weight:520;line-height:.95}.timer-session-line{min-height:26px;color:var(--text-muted);flex-wrap:wrap;justify-content:center;align-items:baseline;gap:7px 12px;margin-top:16px;font-size:12px;display:flex}.timer-session-line strong{color:var(--text-strong);font-variant-numeric:tabular-nums;font-size:17px}.timer-session-line>span:last-child:not(:first-child){border-left:1px solid var(--border-strong);color:var(--accent-ink);padding-left:12px;font-weight:650}.work-mode-control{border:0;justify-items:center;gap:8px;width:min(360px,100% - 40px);margin-top:24px;padding:0;display:grid}.work-mode-control legend{width:100%;color:var(--text-muted);text-align:center;margin-bottom:8px;font-size:11px;font-weight:650}.work-mode-control>div{border:1px solid var(--border);background:var(--surface-muted);border-radius:13px;grid-template-columns:1fr 1fr;gap:4px;width:100%;padding:4px;display:grid;position:relative}.work-mode-control button{z-index:1;min-height:40px;color:var(--text-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:9px;padding:8px 14px;font-size:12px;font-weight:700;transition:color .2s cubic-bezier(.22,1,.36,1);position:relative}.work-mode-control button.is-active{color:var(--brand-hover);box-shadow:none;background:0 0}.work-mode-indicator{z-index:0;border:1px solid var(--border);background:var(--surface);pointer-events:none;border-radius:9px;width:calc(50% - 6px);transition:transform .2s cubic-bezier(.22,1,.36,1);position:absolute;top:4px;bottom:4px;left:4px;box-shadow:0 2px 8px #172c2814}.work-mode-track[data-mode=REMOTE] .work-mode-indicator{transform:translate(calc(100% + 4px))}.work-mode-track[data-mode=unknown] .work-mode-indicator{opacity:0}.work-mode-control:disabled button{cursor:default}.work-mode-control small{color:var(--warning);text-align:center;font-size:10px}.timer-action{color:#fff;background:var(--brand);width:88px;height:88px;box-shadow:0 0 0 8px color-mix(in srgb, var(--brand) 9%, transparent), 0 12px 26px #23544b33;cursor:pointer;border:0;border-radius:50%;place-items:center;margin-top:clamp(22px,3vh,32px);padding:0;transition:background-color .14s,box-shadow .14s,transform .14s;display:grid}.timer-action:hover:not(:disabled){background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 12px 28px #23544b40}.timer-action:active:not(:disabled){transform:translateY(0)scale(.97)}.timer-action:disabled{cursor:wait;opacity:.72}.timer-action svg{width:30px;height:30px}.timer-action .playback-icon--play{transform:translate(1px)}.timer-action-spinner{border:3px solid #ffffff61;border-top-color:#fff;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite timer-action-spin}@keyframes timer-action-spin{to{transform:rotate(360deg)}}.timer-shortcut{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-top:10px;font-size:11px;font-weight:650}.timer-anomaly{max-width:540px;color:var(--text-muted);text-align:center;background:#e7c57e2e;border:1px solid #976b2247;border-radius:12px;padding:10px 14px;font-size:13px}.timer-anomaly p{margin:0}.timer-anomaly>span{justify-content:center;gap:14px;margin-top:6px;display:flex}.timer-anomaly a{color:var(--brand-hover);text-underline-offset:3px;font-weight:650;text-decoration:underline}.rhythm-note{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-top:5px;font-size:11px;display:block}.timer-journal-link{color:var(--text-muted);text-align:center;margin-top:4px;font-size:13px;font-weight:600}.timer-journal-link:hover{color:var(--brand-hover);text-underline-offset:4px;text-decoration:underline}.rhythm-panel{border:1px solid var(--border);background:var(--surface);border-radius:20px;padding:20px clamp(18px,2.6vw,30px) 22px}.rhythm-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:15px;display:flex}.rhythm-heading h2{font-size:17px}.rhythm-heading>span{color:var(--text-muted);letter-spacing:.07em;font-size:10px;font-weight:650}.rhythm-grid{border-top:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.rhythm-grid>div{border-left:1px solid var(--border);min-width:0;padding:17px clamp(12px,2vw,24px) 7px}.rhythm-grid>div:first-child{border-left:0;padding-left:0}.rhythm-grid dt{color:var(--text-muted);margin-bottom:5px;font-size:12px;font-weight:600}.rhythm-grid dd{min-width:0;color:var(--text-strong);letter-spacing:-.035em;font-variant-numeric:tabular-nums;white-space:nowrap;align-items:baseline;font-size:clamp(18px,2vw,25px);font-weight:650;display:flex}.rhythm-grid dd.is-positive{color:var(--positive)}.rhythm-grid dd.is-negative{color:var(--negative)}.rhythm-sign{flex:none;width:.8em;display:inline-block}.time-state{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:24px;align-content:center;place-items:center;gap:17px;width:min(100%,800px);min-height:420px;margin:5vh auto 0;padding:28px;display:grid}.time-state h1{font-size:clamp(25px,4vw,38px)}.time-state p{max-width:580px;color:var(--text-muted)}.time-state--error{background:var(--negative-soft);border-color:#873d343d}.journal-page{gap:24px;width:min(100%,1080px);margin:0 auto;display:grid}.journal-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.journal-heading>span{color:var(--text-muted);font-size:12px}.journal-heading-controls,.journal-employee-picker{align-items:flex-end;gap:10px;display:flex}.journal-employee-picker label{color:var(--text-muted);gap:7px;font-size:12px;display:grid}.journal-employee-picker select{border:1px solid var(--border);width:min(300px,34vw);min-height:42px;color:var(--text);background:var(--surface);font:inherit;border-radius:12px;padding:0 34px 0 12px}.journal-employee-picker .button{min-height:42px}.journal-employee-picker .button[aria-disabled=true]{opacity:.45;pointer-events:none}.month-field{color:var(--text-muted);gap:7px;font-size:12px;display:grid}.month-field input{border:1px solid var(--border);background:var(--surface);min-height:42px;color:var(--text);font:inherit;border-radius:12px;padding:0 12px}.journal-month-total{border:1px solid var(--border);background:var(--surface);border-radius:18px;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;display:flex}.journal-month-total span,.journal-day header span{color:var(--text-muted);font-size:12px}.journal-month-total strong{font-variant-numeric:tabular-nums;font-size:22px}.journal-days{gap:24px;display:grid}.journal-day{gap:10px;display:grid}.journal-day>header{justify-content:space-between;align-items:flex-end;gap:16px;padding:0 4px;display:flex}.journal-day>header h2{text-transform:capitalize;font-size:17px}.journal-day>header>strong{font-variant-numeric:tabular-nums}.journal-list{border:1px solid var(--border);background:var(--surface);border-radius:18px;overflow:hidden}.journal-row{border-top:1px solid var(--border);grid-template-columns:10px minmax(210px,1.4fr) minmax(190px,1fr) auto auto;align-items:center;gap:15px;min-height:76px;padding:13px 20px;display:grid}.journal-row--correction{grid-template-columns:10px minmax(210px,.8fr) minmax(280px,1.5fr) auto}.journal-row--correction p{color:var(--text-muted);font-size:13px}.journal-row.is-voided{opacity:.58}.journal-row:first-child{border-top:0}.journal-row-mark{background:#a6afab;border-radius:50%;width:7px;height:7px}.journal-row-mark.is-running{background:var(--positive);box-shadow:0 0 0 5px var(--positive-soft)}.journal-row-date{display:grid}.journal-row-date strong{font-size:13px}.journal-row-date span,.journal-row-range{color:var(--text-muted);font-size:12px}.journal-row-date em{color:var(--brand-hover);font-style:normal;font-weight:650}.journal-row-range{font-variant-numeric:tabular-nums;align-items:center;gap:8px;display:flex}.journal-row-duration{font-variant-numeric:tabular-nums;font-size:16px}.journal-state{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:18px;align-content:center;place-items:center;gap:14px;min-height:260px;padding:26px;display:grid}.journal-state p{color:var(--text-muted)}.journal-state--error{border-color:#873d343d}.review-filter-bar{grid-template-columns:minmax(220px,1.4fr) repeat(4,minmax(140px,1fr)) auto;align-items:end;gap:12px;padding:16px;display:grid}.review-filter-bar>label:not(.search-field){color:var(--text-muted);gap:6px;font-size:12px;display:grid}.review-filter-bar select,.review-filter-bar input[type=date]{border:1px solid var(--border);background:var(--surface);min-height:42px;color:var(--text);border-radius:10px;padding:0 11px}.review-list-pagination{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;font-size:12px;display:flex}@media (width<=900px){.site-header-inner{gap:20px}.top-navigation{scrollbar-width:none;gap:22px;overflow-x:auto}.top-navigation::-webkit-scrollbar{display:none}.rhythm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rhythm-grid>div:nth-child(3){border-left:0;padding-left:0}.rhythm-grid>div:nth-child(n+3){border-top:1px solid var(--border)}.journal-row{grid-template-columns:10px minmax(190px,1fr) auto auto}.journal-row-range{grid-area:2/2}.journal-row-duration{grid-area:1/3/span 2}.journal-row--correction{grid-template-columns:10px minmax(190px,1fr) auto}.journal-row--correction p{grid-column:2}.review-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.review-filter-bar .search-field{grid-column:1/-1}}@media (width<=720px){.audit-filter-form{grid-template-columns:1fr}.audit-filter-search{grid-column:auto}.audit-filter-actions{flex-direction:column;align-items:stretch}.site-header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:0 8px;min-height:64px;padding:6px 16px}.site-brand.brand{gap:9px;min-height:52px}.site-brand .siwella-logo{width:60px}.site-brand.brand>.brand-product{gap:7px;padding-left:9px}.site-brand .takt-mark{width:30px;height:30px}.site-brand .brand-mark{width:32px;height:32px}.top-navigation{grid-area:2/1/auto/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;min-height:0;padding:8px 0 10px;display:none;overflow:visible}.top-navigation.is-mobile-open{display:grid}.top-navigation a{border:1px solid var(--border);background:var(--surface);text-align:center;white-space:normal;border-radius:10px;justify-content:center;min-height:44px;padding:0 10px;font-size:13px}.top-navigation a:after{display:none}.top-navigation a.is-active{background:var(--brand-soft);border-color:#1f5b4f47}.mobile-nav-toggle{border:1px solid var(--border);width:44px;height:44px;color:var(--brand);background:var(--surface);cursor:pointer;border-radius:11px;place-content:center;justify-self:end;gap:4px;padding:0;display:inline-grid}.mobile-nav-toggle span{background:currentColor;border-radius:999px;width:18px;height:2px;transition:transform .12s,opacity .12s;display:block}.mobile-nav-toggle[aria-expanded=true] span:first-child{transform:translateY(6px)rotate(45deg)}.mobile-nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-6px)rotate(-45deg)}.site-header-profile{grid-area:1/3}.profile-popover{max-height:calc(100dvh - 136px);right:16px}.app-content{min-height:calc(100vh - 64px)}.page-content{padding:22px 16px 42px}.time-workspace{justify-content:flex-start;gap:18px;min-height:calc(100vh - 174px)}.timer-focus{border-radius:21px;min-height:min(560px,72vh)}.timer-focus-digits{font-size:clamp(3.15rem,15vw,5rem)}.timer-action{width:78px;height:78px}.rhythm-panel{padding:17px 15px 18px}.rhythm-grid>div{padding:14px 10px}.rhythm-grid>div:nth-child(odd){padding-left:0}.rhythm-grid dd{font-size:clamp(17px,5.2vw,23px)}.journal-heading{flex-direction:column;align-items:flex-start;gap:8px}.journal-heading-controls,.journal-employee-picker{flex-direction:column;align-items:stretch;width:100%}.journal-employee-picker label,.journal-employee-picker select,.journal-employee-picker .button,.month-field,.month-field input{width:100%}.review-filter-bar{grid-template-columns:1fr}.review-filter-bar .search-field{grid-column:auto}}@media (width<=520px){.auth-brand{gap:8px}.auth-brand .siwella-logo{width:88px}.auth-brand>.brand-product{gap:7px;padding-left:10px}.auth-brand .takt-mark{width:36px;height:36px}.auth-brand strong{font-size:21px}.auth-brand small{white-space:nowrap;font-size:11px}.site-brand .siwella-logo{width:54px}.site-brand .takt-mark{width:28px;height:28px}.site-brand.brand small{display:none}.site-brand.brand strong{font-size:17px}.timer-focus{min-height:520px}.timer-focus-digits{font-size:clamp(2.75rem,13.3vw,4.15rem)}.timer-journal-link{font-size:12px}.rhythm-heading>span{display:none}.rhythm-grid dd{font-size:clamp(15px,4.9vw,20px)}.journal-row{grid-template-rows:auto auto auto;grid-template-columns:9px minmax(0,1fr) auto;gap:10px;min-height:118px;padding:14px}.journal-row-mark{grid-area:1/1/span 3}.journal-row-date{grid-area:1/2}.journal-row-range{grid-area:2/2/auto/-1}.journal-row-duration{grid-area:1/3;font-size:13px}.journal-row>.text-link{grid-area:3/2/auto/-1;justify-self:start}.journal-row--correction{grid-template-rows:auto auto;grid-template-columns:9px minmax(0,1fr) auto;min-height:92px}.journal-row--correction .journal-row-mark{grid-row:1/span 2}.journal-row--correction p{grid-area:2/2/auto/-1}.journal-row-date strong{font-size:12px}.toast-stack{top:calc(var(--app-header-height) + 12px + env(safe-area-inset-top))}}@media print{.site-header,.timer-action,.timer-shortcut,.timer-journal-link{display:none!important}}.button--small,.segmented-control button,.disclosure-button,.admin-subnav a,.review-list-header select,.audit-filter-form input:not([type=search]),.audit-filter-form select,.account-action-tabs button,.access-add-form select,.access-permission-form select,.access-permission-form input,.preview-open-button,.team-stale-alert .button,.month-field input,.review-filter-bar select,.review-filter-bar input[type=date]{min-height:44px}.text-link,.back-link,.timer-correction-link,.timer-journal-link{align-items:center;min-height:44px;display:inline-flex}.search-field input{padding-right:52px}.search-field>button,.toast button,.icon-text-button{width:44px;height:44px}.search-field>button{right:0}.timer-journal-link{justify-content:center}.account-confirmation{min-height:44px}.site-header-profile{align-items:center;gap:8px;display:flex}.action-dropdown{text-align:left;justify-content:flex-start;display:inline-flex;position:relative}.action-dropdown--end{justify-content:flex-end}.action-dropdown-trigger{border:1px solid var(--border-strong);min-height:42px;color:var(--text-strong);background:var(--surface-elevated);cursor:pointer;font:inherit;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:0 14px;font-size:11px;font-weight:700;display:inline-flex}.action-dropdown-trigger:hover,.action-dropdown-trigger[aria-expanded=true]{background:var(--surface-muted);border-color:#9bada5}.action-dropdown-trigger--compact{width:44px;padding:0}.action-dropdown-trigger--navigation{min-height:44px;color:var(--text-muted);background:0 0;border-color:#0000;border-radius:8px;padding:0 10px;font-size:12px}.action-dropdown-trigger--navigation:hover,.action-dropdown-trigger--navigation[aria-expanded=true]{color:var(--text-strong);background:var(--surface-muted);border-color:#0000}.action-dropdown-dots{letter-spacing:1px;line-height:1;transform:translateY(-2px)}.action-dropdown-chevron,.select-menu-chevron{width:20px;height:20px;color:var(--text-muted);flex:0 0 20px;place-items:center;transition:transform .16s;display:inline-grid}[aria-expanded=true]>.action-dropdown-chevron,[aria-expanded=true]>.select-menu-chevron{transform:rotate(180deg)}.chevron-icon{width:18px;height:18px;display:block}.action-dropdown-menu{z-index:360;border:1px solid var(--border);background:var(--surface-elevated);width:min(292px,100vw - 32px);box-shadow:var(--shadow-float);border-radius:14px;padding:6px;display:grid;position:fixed;overflow:hidden}.action-dropdown-item{width:100%;min-height:48px;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;text-decoration:none;display:grid}.action-dropdown-item:hover,.action-dropdown-item:focus-visible{color:var(--text-strong);background:var(--surface-muted);outline:none}.action-dropdown-item.has-separator{border-top:1px solid var(--border);border-radius:0 0 9px 9px;margin-top:5px}.action-dropdown-item.is-danger{color:var(--negative)}.action-dropdown-item:disabled{cursor:not-allowed;opacity:.45}.action-dropdown-item>span:last-child{gap:2px;display:grid}.action-dropdown-item strong{font-size:11px}.action-dropdown-item small{color:var(--text-muted);font-size:9px;font-weight:500}.select-menu{width:100%;position:relative}.select-menu-trigger{border:1px solid var(--border-strong);width:100%;min-height:48px;color:var(--text-strong);background:var(--surface-elevated);cursor:pointer;font:inherit;text-align:left;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px 8px 14px;display:flex}.select-menu-trigger>span:first-child{gap:2px;min-width:0;display:grid}.select-menu-trigger strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.select-menu-trigger small,.select-menu-list small{color:var(--text-muted);font-size:9px;font-weight:500;line-height:1.35}.select-menu-trigger:hover,.select-menu-trigger[aria-expanded=true]{background:var(--surface-muted);border-color:#91a69d}.select-menu-trigger:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 20%, transparent);outline-offset:2px}.select-menu-trigger:disabled{cursor:not-allowed;opacity:.55}.select-menu--compact .select-menu-trigger{min-height:42px;padding-top:6px;padding-bottom:6px}.select-menu-list{z-index:370;border:1px solid var(--border);background:var(--surface-elevated);max-height:min(360px,100dvh - 32px);box-shadow:var(--shadow-float);border-radius:14px;padding:6px;display:grid;position:fixed;overflow-y:auto}.select-menu-list>button{width:100%;min-height:46px;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:8px;padding:7px 10px;display:grid}.select-menu-list>button>span:last-child{gap:2px;min-width:0;display:grid}.select-menu-list>button strong{font-size:11px}.select-menu-list>button:hover,.select-menu-list>button:focus-visible,.select-menu-list>button.is-selected{color:var(--text-strong);background:var(--surface-muted);outline:none}.select-menu-list>button.is-selected{color:var(--brand-hover)}.select-menu-list>button:disabled{cursor:not-allowed;opacity:.45}.select-menu-check{color:var(--brand);text-align:center;font-size:13px;font-weight:800}.switch-control{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:66px;padding:12px 14px;display:grid;position:relative}.switch-control:last-child{border-bottom:0}.switch-control>span:first-child{gap:3px;display:grid}.switch-control strong{color:var(--text-strong);font-size:11px}.switch-control small{color:var(--text-muted);font-size:9px;line-height:1.4}.switch-control input{opacity:0;width:1px;height:1px;position:absolute}.switch-control-track{border:1px solid var(--border-strong);background:#e7e9e6;border-radius:999px;width:44px;height:26px;padding:3px;transition:border-color .16s,background .16s;display:block}.switch-control-track>span{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .16s;display:block;box-shadow:0 1px 3px #172c2838}.switch-control input:checked+.switch-control-track{border-color:var(--brand);background:var(--brand)}.switch-control input:checked+.switch-control-track>span{transform:translate(18px)}.switch-control input:focus-visible+.switch-control-track{outline:3px solid color-mix(in srgb, var(--brand) 20%, transparent);outline-offset:2px}.switch-control.is-disabled{cursor:not-allowed;opacity:.55}.user-card{color:var(--text);gap:16px;display:grid}.user-card-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.user-card-head>div{gap:3px;min-width:0;display:grid}.user-card-head strong{color:var(--text-strong);font-size:14px}.user-card-head span:not(.user-card-status){font-size:11px}.user-card-head small{color:var(--text-muted);font-size:10px}.user-card-avatar{object-fit:cover;width:44px;height:44px}.user-card-status{white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:750}.user-card-status--positive{color:var(--positive);background:var(--positive-soft)}.user-card-status--warning{color:var(--warning);background:var(--warning-soft)}.user-card-status--negative{color:var(--negative);background:var(--negative-soft)}.user-card-status--neutral{color:var(--text-muted);background:var(--surface-muted)}.user-card-data{gap:8px;margin:0;display:grid}.user-card-data>div{grid-template-columns:78px minmax(0,1fr);gap:10px;display:grid}.user-card-data dt{color:var(--text-muted);font-size:9px}.user-card-data dd{overflow-wrap:anywhere;font-size:10px}.user-card-data a{color:var(--brand)}.user-card-actions{border-top:1px solid var(--border);padding-top:13px}.user-card-preview{width:fit-content;position:relative}.user-card-preview-trigger{color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.user-card-popover{z-index:340;border:1px solid var(--border);background:var(--surface-elevated);width:330px;box-shadow:var(--shadow-float);border-radius:15px;padding:18px;display:none;position:absolute;top:calc(100% + 8px);left:0}.user-card-preview:hover .user-card-popover,.user-card-preview:focus-within .user-card-popover{display:block}.admin-account-card>.user-card,.admin-account-card .user-card-actions .action-dropdown,.admin-account-card .user-card-actions .action-dropdown-trigger{width:100%}.wizard-progress{border:1px solid var(--border);background:#ffffffb8;border-radius:15px;padding:7px}.wizard-progress ol{grid-template-columns:repeat(3,1fr);gap:6px;margin:0;padding:0;list-style:none;display:grid}.wizard-progress button{width:100%;min-height:58px;color:var(--text-muted);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:8px 11px;display:grid}.wizard-progress button:disabled{cursor:default;opacity:.55}.wizard-progress li.is-current button{color:var(--text-strong);background:var(--surface-elevated);box-shadow:0 2px 9px #172c2814}.wizard-progress li.is-complete button{color:var(--brand)}.wizard-progress button>span:last-child{gap:2px;display:grid}.wizard-progress strong{font-size:11px}.wizard-progress small{font-size:9px;font-weight:500}.wizard-step-number{border:1px solid var(--border-strong);border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;font-weight:750;display:grid}.wizard-progress .is-current .wizard-step-number,.wizard-progress .is-complete .wizard-step-number{border-color:var(--brand);color:#fff;background:var(--brand)}.wizard-pane-heading{gap:5px;display:grid}.wizard-pane-heading h2{margin:0}.wizard-pane-heading h2:focus{outline:none}.wizard-pane{gap:20px;margin-top:22px;display:grid}.duration-fields.duration-fields--seconds{grid-template-columns:minmax(90px,1fr) auto minmax(90px,1fr) auto minmax(90px,1fr)}.wizard-controls{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin-top:26px;padding-top:18px;display:flex}.wizard-review-note{border-left:3px solid var(--brand);background:var(--brand-soft);padding:15px 16px}.wizard-review-note strong{color:var(--text-strong);font-size:11px}.wizard-review-note p{color:var(--text-muted);margin-top:4px;font-size:10px}.wizard-preview-status{background:var(--surface-muted);border-radius:11px;grid-template-columns:30px 1fr;align-items:center;gap:10px;padding:13px;display:grid}.wizard-preview-status>span{color:#fff;background:var(--brand);border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;font-weight:750;display:grid}.wizard-preview-status p{color:var(--text-muted);font-size:9px}.notification-center{position:relative}.notification-center-trigger{width:44px;height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;place-items:center;padding:0;display:grid;position:relative}.notification-center-trigger:hover,.notification-center-trigger[aria-expanded=true]{border-color:var(--border);color:var(--brand);background:var(--surface-muted)}.notification-center-trigger svg{width:20px;height:20px}.notification-center-trigger>span{border:2px solid var(--surface);color:#fff;background:var(--negative);border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:8px;font-weight:800;display:grid;position:absolute;top:3px;right:2px}.notification-center-panel{z-index:380;border:1px solid var(--border);background:var(--surface-elevated);width:min(390px,100vw - 32px);max-height:min(560px,100dvh - 92px);box-shadow:var(--shadow-float);border-radius:16px;position:absolute;top:calc(100% + 9px);right:0;overflow:hidden}.notification-center-panel>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:14px 16px;display:flex}.notification-center-panel>header>div{gap:2px;display:grid}.notification-center-panel>header strong{color:var(--text-strong);font-size:13px}.notification-center-panel>header span{color:var(--text-muted);font-size:9px}.notification-clear-button{min-height:36px;color:var(--text-muted);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:9px;padding:7px 10px;font-size:9px;font-weight:700}.notification-clear-button:hover{color:var(--negative);background:var(--negative-soft)}.notification-clear-button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 20%, transparent);outline-offset:2px}.notification-center-panel ol{max-height:470px;margin:0;padding:6px;list-style:none;overflow-y:auto}.notification-history-item{border-bottom:1px solid var(--border);grid-template-columns:28px minmax(0,1fr) auto;align-items:start;gap:10px;padding:11px 10px;display:grid}.notification-history-item:last-child{border-bottom:0}.notification-history-item>div{gap:3px;display:grid}.notification-history-item strong{color:var(--text-strong);font-size:10px}.notification-history-item p{font-size:10px;line-height:1.45}.notification-history-item time{color:var(--text-muted);font-size:8px}.notification-tone-mark{width:26px;height:26px;color:var(--brand);background:var(--brand-soft);border-radius:50%;place-items:center;font-size:10px;font-weight:800;display:grid}.notification-history-item--error .notification-tone-mark,.notification-history-item--conflict .notification-tone-mark{color:var(--negative);background:var(--negative-soft)}.notification-history-item--warning .notification-tone-mark{color:var(--warning);background:var(--warning-soft)}.notification-history-item--info .notification-tone-mark{color:var(--info);background:var(--info-soft)}.notification-center-empty{min-height:180px;color:var(--text-muted);text-align:center;align-content:center;place-items:center;gap:12px;padding:28px;display:grid}.notification-center-empty>span{width:38px;height:38px;color:var(--positive);background:var(--positive-soft);border-radius:50%;place-items:center;font-weight:800;display:grid}.notification-center-empty p{max-width:250px;font-size:10px}.toast{grid-template-columns:26px minmax(0,1fr) auto 34px}.toast:not(.toast--has-action){grid-template-columns:26px minmax(0,1fr) 34px}.toast>span:nth-child(2){gap:2px;display:grid}.toast>span:nth-child(2) strong{font-size:10px}.toast>span:nth-child(2) small{font-size:9px;font-weight:550;line-height:1.35}.toast.toast--error,.toast.toast--conflict{border-color:#d8aaa3}.toast.toast--error .toast-mark,.toast.toast--conflict .toast-mark{background:var(--negative)}.toast.toast--warning .toast-mark{background:var(--warning)}.toast.toast--info .toast-mark{background:var(--info)}.toast .toast-action{width:auto;min-width:44px;color:var(--brand);padding:0 8px;font-size:9px;font-weight:750}.toast .toast-close{width:34px}.dialog-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}.dialog-sheet-handle{display:none}.interactive-logs-table thead th{z-index:2;background:var(--surface-elevated);box-shadow:0 1px 0 var(--border);position:sticky;top:0}.interactive-logs-table tbody tr:not(.audit-expanded-row):hover{background:#1f5b4f09}.interactive-logs-table tbody tr.is-expanded{background:var(--surface-muted)}.interactive-logs-table td:nth-child(4){max-width:360px}.audit-action-code{color:var(--brand);background:var(--brand-soft);border-radius:6px;padding:4px 6px;font-size:9px;display:inline-flex}.audit-detail-preview{max-width:360px;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;font-weight:450;display:block;overflow:hidden}.audit-row-toggle{border:1px solid var(--border);width:36px;height:36px;color:var(--brand);background:var(--surface);cursor:pointer;border-radius:9px;place-items:center;padding:0;display:grid}.audit-expanded-row>td{background:var(--surface-muted);padding:0 14px 18px}.audit-expanded-details{border:1px solid var(--border);background:var(--surface-elevated);border-radius:12px;gap:12px;padding:16px;display:grid}.audit-expanded-details>div{grid-template-columns:120px minmax(0,1fr);gap:14px;display:grid}.audit-expanded-details dt{color:var(--text-muted);text-transform:uppercase;font-size:9px;font-weight:700}.audit-expanded-details dd{min-width:0}.audit-expanded-details code{max-height:220px;color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;background:#f4f5f2;border-radius:8px;padding:10px;font-size:9px;display:block;overflow:auto}@media (width<=1240px){.site-header-inner{gap:16px;padding-left:20px;padding-right:20px}.top-navigation{gap:18px}.profile-menu-trigger>span:last-child{display:none}.correction-form-layout{grid-template-columns:1fr}.correction-preview-panel{position:static}}@media (width>=1080px){.admin-account-table-wrap{overflow:visible}}@media (width<=760px){.action-dropdown-menu{border-radius:16px;width:auto;max-height:70dvh;padding:8px;position:fixed;overflow-y:auto;top:auto!important;right:16px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important;left:16px!important}.action-dropdown-item{min-height:54px}.select-menu-list{border-radius:16px;max-height:70dvh;padding:8px;position:fixed;top:auto!important;right:16px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important;width:auto!important;left:16px!important}.select-menu-list>button{min-height:54px}.user-card-preview .user-card-popover{display:none!important}.user-card-head{grid-template-columns:auto minmax(0,1fr)}.user-card-status{grid-column:1/-1}.wizard-progress{overflow-x:auto}.wizard-progress ol{min-width:620px}.wizard-progress button{min-height:52px}.notification-center-panel{top:calc(72px + env(safe-area-inset-top));right:max(16px, env(safe-area-inset-right));left:max(16px, env(safe-area-inset-left));width:auto;max-height:calc(100dvh - 104px - env(safe-area-inset-top));position:fixed}.notification-center-panel ol{max-height:calc(100dvh - 174px)}.notification-history-item{grid-template-columns:28px minmax(0,1fr)}.notification-history-item>.button{grid-column:2;justify-self:start}.toast{grid-template-columns:26px minmax(0,1fr) 34px}.toast .toast-action{grid-column:2;justify-self:start}.toast .toast-close{grid-area:1/3}.dialog-sheet-handle{background:var(--border-strong);border-radius:999px;flex:none;width:40px;height:4px;margin:8px auto 0;display:block}.dialog-panel--mobile-fullscreen{border-radius:0;height:100dvh;max-height:100dvh}.interactive-logs-table thead th{top:-1px}.audit-expanded-details>div{grid-template-columns:1fr;gap:5px}}.date-picker-field,.month-picker{gap:7px;min-width:0;display:grid}.date-picker-label{color:var(--text-strong);font-size:12px;font-weight:680}.date-picker-trigger{border:1px solid var(--border-strong);width:100%;min-height:46px;color:var(--text-strong);background:var(--surface);cursor:pointer;font:inherit;text-align:left;border-radius:11px;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:8px 12px;transition:border-color .14s,box-shadow .14s,background-color .14s;display:grid}.date-picker-trigger:hover:not(:disabled){border-color:color-mix(in srgb, var(--brand) 48%, var(--border));background:var(--surface-muted)}.date-picker-trigger:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 18%, transparent);outline-offset:2px}.date-picker-trigger:disabled{cursor:default;opacity:.58}.date-picker-trigger svg{width:19px;height:19px;color:var(--brand)}.date-picker-trigger svg:last-child,.date-picker-trigger .is-placeholder{color:var(--text-muted)}.date-picker-field.is-compact .date-picker-trigger{min-height:40px;padding-block:6px}.date-picker-footer{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.rdp-root{--rdp-accent-color:var(--brand);--rdp-accent-background-color:var(--brand-soft);--rdp-day-height:42px;--rdp-day-width:42px;--rdp-day_button-height:38px;--rdp-day_button-width:38px;--rdp-day_button-border-radius:10px;--rdp-selected-border:0;--rdp-today-color:var(--accent-ink);--rdp-animation_duration:.18s;width:fit-content;max-width:100%;color:var(--text);font:inherit;margin:0 auto}.rdp-month_caption{color:var(--text-strong);align-items:center;font-size:16px}.rdp-button_next,.rdp-button_previous{border:1px solid var(--border);color:var(--brand);border-radius:10px}.rdp-button_next:hover:not(:disabled),.rdp-button_previous:hover:not(:disabled){background:var(--surface-muted)}.rdp-chevron{fill:currentColor}.rdp-weekday{color:var(--text-muted);text-transform:uppercase;padding-block:8px;font-size:10px;font-weight:700}.rdp-day_button{border:0;transition:color .12s,background-color .12s,transform .12s}.rdp-day_button:hover:not(:disabled){background:var(--surface-muted)}.rdp-selected .rdp-day_button{color:#fff;background:var(--brand);font-weight:750}.rdp-today:not(.rdp-selected) .rdp-day_button{box-shadow:inset 0 0 0 1px var(--accent);color:var(--accent-ink);font-weight:720}.rdp-outside{opacity:.36}.rdp-footer{min-height:22px;color:var(--text-muted);text-align:center;padding-top:10px;font-size:10px}.month-picker-control{border:1px solid var(--border);background:var(--surface);border-radius:12px;grid-template-columns:42px minmax(150px,1fr) 42px;align-items:center;min-width:248px;display:grid}.month-picker-control>button{min-height:42px;color:var(--brand);cursor:pointer;font:inherit;background:0 0;border:0}.month-picker-control>button:hover:not(:disabled){background:var(--surface-muted)}.month-picker-control>button:disabled{color:var(--text-muted);cursor:default;opacity:.42}.month-picker-current{color:var(--text-strong)!important;font-weight:720!important}.month-picker-year{color:var(--text-strong);gap:7px;margin-bottom:18px;font-size:12px;font-weight:680;display:grid}.month-picker-year select{border:1px solid var(--border-strong);background:var(--surface);border-radius:10px;min-height:44px}.month-picker-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.month-picker-grid button{border:1px solid var(--border);min-height:44px;color:var(--text);background:var(--surface);cursor:pointer;font:inherit;border-radius:10px;padding:8px}.month-picker-grid button:hover:not(:disabled){border-color:var(--brand);background:var(--brand-soft)}.month-picker-grid button.is-selected{border-color:var(--brand);color:#fff;background:var(--brand);font-weight:700}.month-picker-grid button:disabled{cursor:default;opacity:.35}.status-badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;width:fit-content;min-height:28px;padding:4px 9px 4px 6px;font-size:10px;font-weight:720;display:inline-flex}.status-badge>span{background:color-mix(in srgb, currentColor 12%, transparent);border-radius:50%;place-items:center;width:16px;height:16px;font-size:9px;display:grid}.status-badge--pending{border-color:color-mix(in srgb, var(--warning) 18%, transparent);color:var(--warning);background:var(--warning-soft)}.status-badge--approved{border-color:color-mix(in srgb, var(--positive) 18%, transparent);color:var(--positive);background:var(--positive-soft)}.status-badge--rejected{border-color:color-mix(in srgb, var(--negative) 18%, transparent);color:var(--negative);background:var(--negative-soft)}.status-badge--withdrawn{border-color:var(--border);color:var(--text-muted);background:var(--surface-muted)}.playback-icon{width:30px;height:30px}.playback-icon--play{transform:translate(1px)}.team-filter-trigger-wrap{justify-content:flex-end;align-items:center;gap:10px;min-width:fit-content;display:flex}.team-filter-trigger{gap:8px;min-width:124px}.team-filter-trigger svg{width:18px;height:18px}.team-filter-trigger strong{color:#fff;background:var(--brand);border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:9px;display:grid}.active-filter-chips{flex-wrap:wrap;align-items:center;gap:7px;margin:-6px 0 18px;display:flex}.filter-chip{border:1px solid color-mix(in srgb, var(--brand) 18%, var(--border));min-height:30px;color:var(--brand-hover);background:var(--brand-soft);border-radius:999px;align-items:center;gap:6px;padding:4px 4px 4px 10px;font-size:10px;font-weight:680;display:inline-flex}.filter-chip button{width:22px;height:22px;color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.filter-chip button:hover{background:color-mix(in srgb, var(--brand) 10%, transparent)}.filter-reset-link{min-height:30px;color:var(--text-muted);cursor:pointer;font:inherit;background:0 0;border:0;padding:4px 8px;font-size:10px;font-weight:650}.team-filter-dialog{gap:22px;display:grid}.team-filter-dialog>label{color:var(--text-strong);gap:7px;font-size:12px;font-weight:680;display:grid}.team-filter-dialog select{border:1px solid var(--border-strong);background:var(--surface);min-height:46px;font:inherit;border-radius:11px}.team-filter-dialog fieldset{border:0;gap:10px;margin:0;padding:0;display:grid}.team-filter-dialog legend{color:var(--text-strong);margin-bottom:8px;font-size:12px;font-weight:680}.filter-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.filter-choice-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-choice-grid label{border:1px solid var(--border);min-height:44px;color:var(--text-muted);background:var(--surface);cursor:pointer;border-radius:10px;place-items:center;font-size:11px;font-weight:680;display:grid;position:relative}.filter-choice-grid label.is-selected{border-color:var(--brand);color:var(--brand-hover);background:var(--brand-soft)}.filter-choice-grid input{opacity:0;width:1px;height:1px;position:absolute}.team-filter-dialog-actions{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.team-name-button{text-decoration:none}.team-name-button:focus-visible,.team-mobile-card a:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 18%, transparent);outline-offset:3px}.employee-journal-weeks{gap:10px;display:grid}.employee-journal-week{border:1px solid var(--border);background:var(--surface);border-radius:14px;overflow:hidden}.employee-journal-week>summary{cursor:pointer;grid-template-columns:minmax(180px,1.4fr) repeat(3,minmax(96px,.7fr)) 28px;align-items:center;gap:12px;min-height:76px;padding:13px 15px;list-style:none;transition:background-color .14s;display:grid}.employee-journal-week>summary::-webkit-details-marker{display:none}.employee-journal-week>summary:hover{background:var(--surface-muted)}.employee-journal-week[open]>summary{border-bottom:1px solid var(--border);background:var(--surface-muted)}.employee-journal-week-title{gap:2px;display:grid}.employee-journal-week-title>span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:720}.employee-journal-week-title strong{color:var(--text-strong);font-size:13px}.employee-journal-week-title small{width:fit-content;color:var(--text-muted);margin-top:3px;font-size:9px}.employee-journal-week[open]>summary .employee-journal-expand{transform:rotate(45deg)}.employee-journal-week-days{padding:0 14px 14px}.employee-journal-week-days .employee-journal-day{border-right:0;border-bottom:1px solid var(--border);border-left:0;border-radius:0}.employee-journal-week-days .employee-journal-day:last-child{border-bottom:0}.employee-journal-day.is-outside-month{opacity:.52}.employee-journal-day.is-outside-month>summary{background:#fbfbfa}.employee-journal-correction{width:fit-content;margin:0 0 16px}.employee-journal-picker{position:relative}.employee-journal-picker-trigger{justify-content:space-between;gap:10px;min-width:178px}.employee-journal-picker-popover{z-index:120;border:1px solid var(--border);background:var(--surface-elevated);width:min(340px,100vw - 32px);box-shadow:var(--shadow-float);border-radius:14px;padding:9px;position:absolute;top:calc(100% + 8px);right:0}.employee-journal-picker-popover>div{max-height:330px;margin-top:7px;display:grid;overflow-y:auto}.employee-journal-picker-popover [role=option]{min-height:52px;color:var(--text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;padding:9px 10px;display:grid}.employee-journal-picker-popover [role=option]:hover,.employee-journal-picker-popover [role=option]:focus-visible{color:var(--brand-hover);background:var(--brand-soft);outline:none}.employee-journal-picker-popover [role=option] strong{color:var(--text-strong);font-size:11px}.employee-journal-picker-popover [role=option] small{color:var(--text-muted);margin-top:2px;font-size:9px}.employee-journal-picker-popover p{color:var(--text-muted);text-align:center;padding:18px 10px;font-size:10px}.correction-wizard-layout{grid-template-columns:1fr;width:min(100%,820px);margin-inline:auto}.correction-preview-panel--inline{border:1px solid var(--border);background:var(--surface);box-shadow:none;border-radius:15px;gap:16px;padding:18px;display:grid;position:static}.correction-preview-panel--inline .correction-calculation{grid-template-columns:repeat(3,minmax(0,1fr))}.correction-preview-panel--inline .calculation-total{background:var(--brand-soft)}.correction-intent-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.correction-intent-cards label{text-align:left;align-content:start;gap:6px;min-height:112px;padding:15px}.correction-intent-cards label small{color:var(--text-muted);font-size:9px;font-weight:520;line-height:1.4}.correction-direction{border:0;gap:9px;margin:0;padding:0;display:grid}.correction-direction legend{color:var(--text-strong);margin-bottom:7px;font-size:12px;font-weight:680}.correction-direction>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.correction-direction label{border:1px solid var(--border);min-height:42px;color:var(--text-muted);cursor:pointer;border-radius:10px;place-items:center;font-size:11px;font-weight:680;display:grid;position:relative}.correction-direction label.is-selected{border-color:var(--brand);color:var(--brand-hover);background:var(--brand-soft)}.correction-direction input{opacity:0;width:1px;height:1px;position:absolute}.correction-void-toggle{width:fit-content;color:var(--negative);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-size:10px;font-weight:680}.correction-values{border-top:1px solid var(--border);padding-top:20px}.correction-values .duration-fields.duration-fields--seconds{grid-template-columns:minmax(90px,1fr) auto minmax(90px,1fr)}.correction-reason-presets{border:0;gap:10px;margin:0;padding:0;display:grid}.correction-reason-presets legend{color:var(--text-strong);margin-bottom:8px;font-size:12px;font-weight:680}.correction-reason-presets>div{flex-wrap:wrap;gap:7px;display:flex}.correction-reason-presets button{border:1px solid var(--border);min-height:34px;color:var(--text);background:var(--surface);cursor:pointer;font:inherit;border-radius:999px;padding:6px 10px;font-size:10px}.correction-reason-presets button.is-selected{border-color:var(--brand);color:var(--brand-hover);background:var(--brand-soft);font-weight:680}.audit-filter-form{grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:10px;display:grid}.audit-filter-disclosure{border:1px solid var(--border);background:var(--surface);border-radius:12px;grid-column:1/-1}.audit-filter-disclosure>summary{min-height:42px;color:var(--text-strong);cursor:pointer;justify-content:space-between;align-items:center;padding:8px 12px;font-size:11px;font-weight:680;list-style:none;display:flex}.audit-filter-disclosure>summary::-webkit-details-marker{display:none}.audit-filter-disclosure[open]>summary{border-bottom:1px solid var(--border)}.audit-filter-disclosure[open]>summary span{transform:rotate(180deg)}.review-filter-disclosure{border-top:1px solid var(--border);grid-column:1/-1}.review-filter-disclosure>summary{min-height:42px;color:var(--text-muted);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:10px 2px 0;font-size:10px;font-weight:680;list-style:none;display:flex}.review-filter-disclosure>summary::-webkit-details-marker{display:none}.review-filter-disclosure>summary:after{content:"+";border:1px solid var(--border);width:24px;height:24px;color:var(--brand);background:var(--surface);border-radius:50%;place-items:center;font-size:15px;display:grid}.review-filter-disclosure[open]>summary:after{content:"−"}.review-filter-disclosure>summary strong{color:var(--brand-hover);margin-left:auto;font-size:9px}.review-filter-disclosure-grid{grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;gap:12px;padding:14px 0 2px;display:grid}.audit-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px;display:grid}.audit-filter-grid>label{gap:6px;display:grid}.audit-filter-grid>label>span{color:var(--text-muted);font-size:10px;font-weight:650}.audit-filter-actions{grid-column:1/-1}.audit-search-submit{min-height:42px}.profile-timezone-note{border:1px solid var(--border);color:var(--text);background:var(--surface-muted);border-radius:12px;align-items:center;gap:12px;padding:13px 14px;display:flex}.profile-timezone-note>span{color:#fff;background:var(--brand);letter-spacing:.04em;border-radius:8px;flex:none;place-items:center;width:38px;height:30px;font-size:9px;font-weight:760;display:grid}.profile-timezone-note>div{gap:2px;display:grid}.profile-timezone-note strong{color:var(--text-strong);font-size:11px}.profile-timezone-note p{color:var(--text-muted);font-size:9px}.profile-timezone-note.compact{padding:9px 10px}.admin-action-disclosure{border:1px solid var(--border);background:var(--surface);border-radius:12px;margin-top:14px}.admin-action-disclosure>summary{min-height:44px;color:var(--brand-hover);cursor:pointer;justify-content:space-between;align-items:center;padding:9px 12px;font-size:11px;font-weight:720;list-style:none;display:flex}.admin-action-disclosure>summary::-webkit-details-marker{display:none}.admin-action-disclosure>summary:after{content:"+";font-size:16px;font-weight:500;transition:transform .16s}.admin-action-disclosure[open]>summary{border-bottom:1px solid var(--border)}.admin-action-disclosure[open]>summary:after{transform:rotate(45deg)}.admin-action-disclosure>.accounting-form{box-shadow:none;border:0;border-radius:0;margin:0;padding:16px}@media (width<=760px){.employee-journal-week>summary{grid-template-columns:minmax(0,1fr) repeat(2,minmax(72px,auto)) 24px}.employee-journal-week>summary .employee-journal-day-metric:nth-of-type(2){display:none}.employee-journal-week-days{padding:0 10px 10px}.employee-journal-picker-popover{top:auto;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));width:auto;max-height:70dvh;position:fixed;left:16px}.review-filter-disclosure-grid{grid-template-columns:1fr}}@media (width<=520px){.employee-journal-week>summary{grid-template-columns:minmax(0,1fr) minmax(70px,auto) 24px;min-height:70px;padding:11px}.employee-journal-week>summary .employee-journal-day-metric:first-of-type,.employee-journal-week>summary .employee-journal-day-metric:nth-of-type(2){display:none}.employee-journal-week-days{padding-inline:6px}}@media (prefers-reduced-motion:reduce){.rdp-root{--rdp-animation_duration:0s}.date-picker-trigger,.rdp-day_button,.segmented-tabs-indicator,.work-mode-indicator{transition:none}}@media (width<=520px){.month-picker-control{width:100%;min-width:0}.month-picker-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rdp-root{--rdp-day-height:40px;--rdp-day-width:40px;--rdp-day_button-height:38px;--rdp-day_button-width:38px}.team-directory-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.team-directory-toolbar .search-field{min-width:0}.team-filter-trigger-wrap{min-width:46px}.team-filter-trigger{width:46px;min-width:46px;padding-inline:0}.team-filter-trigger>span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.team-filter-trigger strong{position:absolute;top:-5px;right:-4px}.team-refreshing{display:none}.filter-choice-grid{grid-template-columns:1fr}.filter-choice-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.team-filter-dialog-actions{flex-direction:column-reverse;align-items:stretch}.team-filter-dialog-actions .button{width:100%}.correction-intent-cards{grid-template-columns:1fr}.correction-intent-cards label{min-height:78px}.correction-preview-panel--inline .correction-calculation{grid-template-columns:1fr}.audit-filter-form{grid-template-columns:minmax(0,1fr) auto}.audit-filter-grid{grid-template-columns:1fr}}
