:root{--color-ink:#111;--color-ink-soft:#2a2a2a;--color-muted:#3d3d3d;--color-line:#1a1a1a;--color-line-soft:#c8c8c8;--color-surface:#fff;--color-canvas:#ececec;--color-tile:#f7f7f7;--color-accent:#f5d000;--color-accent-press:#e0be00;--color-error:#8b0000;--color-error-bg:#ffe8e8;--color-success:#1b5e20;--color-success-bg:#e8f5e9;--color-warn:#e65100;--color-warn-bg:#fff3e0;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--header-h:3.5rem;--touch:3rem;--radius:6px;--choice:1.25rem;--select-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23111111' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.7' d='m3.5 6 4.5 4.5L12.5 6'/%3E%3C/svg%3E");--choice-check:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.2' d='m3.4 8.2 3.1 3.2 6.1-6.8'/%3E%3C/svg%3E");--pad-x:max(1rem, env(safe-area-inset-left));--pad-r:max(1rem, env(safe-area-inset-right));--pad-b:max(1rem, env(safe-area-inset-bottom));--content-field:28rem;--content-office:72rem}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--color-ink);background:var(--color-canvas);min-height:100dvh;margin:0;font-size:1rem;line-height:1.4}#root{min-height:100dvh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100dvh;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;display:flex}.site-header{z-index:20;min-height:var(--header-h);background:var(--color-ink);color:#fff;border-bottom:3px solid var(--color-accent);position:sticky;top:0}.site-header__inner{max-width:var(--content-field);min-height:var(--header-h);padding:.55rem var(--pad-x) .55rem var(--pad-r);justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;display:flex}.app-shell--field .site-header__inner{max-width:none}.app-shell--office .site-header__inner{max-width:var(--content-office)}.brand{flex-shrink:0;align-items:center;line-height:0;display:flex}.brand__logo{width:auto;height:2.15rem;display:block}.site-header__meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.app-shell--field .site-header__meta{flex-wrap:nowrap}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#fff;opacity:.85;white-space:nowrap;font-size:.7rem;font-weight:700}.site-header__company{align-items:center;margin:0;display:flex}.site-header__company-label{color:#fff;opacity:.9;white-space:nowrap;font-size:.82rem;font-weight:700}.company-switcher{z-index:30;position:relative}.company-switcher__trigger{color:#fff;max-width:16rem;min-height:2.35rem;font:inherit;cursor:pointer;text-align:left;background:#ffffff14;border:1px solid #ffffff47;border-radius:8px;align-items:center;gap:.45rem;margin:0;padding:.3rem .65rem .3rem .45rem;font-size:.82rem;font-weight:700;display:inline-flex}.company-switcher__trigger:hover,.company-switcher.is-open .company-switcher__trigger{border-color:var(--color-accent);background:#ffffff1f}.company-switcher__code{background:var(--color-accent);min-width:2.6rem;color:var(--color-ink);letter-spacing:.04em;border-radius:5px;justify-content:center;align-items:center;padding:.15rem .35rem;font-size:.68rem;font-weight:800;display:inline-flex}.company-switcher__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.company-switcher__chevron{border-bottom:2px solid #ffffffbf;border-right:2px solid #ffffffbf;flex-shrink:0;width:.45rem;height:.45rem;margin-left:.15rem;transition:transform .15s;transform:rotate(45deg)translateY(-1px)}.company-switcher.is-open .company-switcher__chevron{transform:rotate(225deg)translateY(-1px)}.company-switcher__menu{z-index:40;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:max-content;min-width:100%;max-width:min(20rem,100vw - 2rem);margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .35rem);right:0;box-shadow:0 10px 28px #0f172a2e,0 2px 6px #0f172a14}.company-switcher__option{color:#0f172a;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:.55rem;margin:0;padding:.55rem .6rem;font-size:.88rem;font-weight:650;display:flex}.company-switcher__option:hover{background:#f1f5f9}.company-switcher__option.is-selected{background:#eff6ff}.company-switcher__option .company-switcher__code{color:#334155;background:#e2e8f0}.company-switcher__option.is-selected .company-switcher__code{background:var(--color-accent);color:var(--color-ink)}.site-header__logout{text-underline-offset:.2em;min-height:2.35rem;padding:.35rem .75rem;font-size:.82rem;font-weight:700;-webkit-text-decoration:underline #ffffff59;text-decoration:underline #ffffff59;display:none;color:#fff!important;background:0 0!important;border:1px solid #0000!important}.site-header__logout:hover:not(:disabled){-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent);background:#ffffff14!important;border-color:#0000!important}.site-header__actions--desktop{flex-wrap:wrap;justify-content:flex-end;gap:.35rem;display:none}.site-header__menu-btn{min-width:2.5rem;min-height:2.5rem;padding:.4rem .75rem;color:#fff!important;background:0 0!important;border-color:#fff!important}.site-header__menu-btn:hover:not(:disabled){background:#ffffff1f!important}.site-header__drawer{background:#1c1c1c;border-top:1px solid #ffffff40}.site-header__drawer-inner{max-width:var(--content-field);padding:.75rem var(--pad-x) 1rem;flex-direction:column;gap:.5rem;margin:0 auto;display:flex}.field-nav{flex-direction:column;gap:.35rem;display:flex}.field-nav__link{min-height:var(--touch);border-radius:var(--radius);color:#fff;background:#2a2a2a;border:1px solid #666;align-items:center;padding:.65rem .85rem;font-size:1rem;font-weight:700;display:flex}.field-nav__link:hover,.field-nav__link.is-active{border-color:var(--color-accent);background:#3a3a3a}.field-nav__logout{margin-top:.25rem}@media (width>=720px){.app-shell--field .site-header__drawer{top:100%;right:max(.75rem, env(safe-area-inset-right));z-index:30;border:1px solid #ffffff2e;border-top:0;border-radius:0 0 10px 10px;width:min(22rem,100vw - 1.5rem);position:absolute;box-shadow:0 16px 32px #00000059}.app-shell--field .site-header__drawer-inner{max-width:none;margin:0}.app-shell--field .field-nav__logout{display:none}}.app-shell--office .site-header__drawer-inner{max-width:var(--content-office)}.site-header__drawer .btn{color:#fff;text-transform:none;letter-spacing:0;width:100%;min-height:var(--touch);background:#2a2a2a;border-color:#666;justify-content:flex-start;font-size:1rem;font-weight:700}.site-header__drawer .btn:hover:not(:disabled){border-color:var(--color-accent);background:#3a3a3a}.office-body{flex-direction:column;flex:1;min-width:0;display:flex}.office-sidebar{display:none}.office-app-switcher{background:#f1f5f9;border-radius:8px;flex-wrap:wrap;gap:.25rem;margin:0 0 .65rem;padding:.2rem;display:flex}.office-app-switcher__btn{color:#64748b;text-align:center;border:1px solid #0000;border-radius:6px;flex:auto;min-width:0;padding:.4rem .45rem;font-size:.78rem;font-weight:700;line-height:1.2}.office-app-switcher__btn:hover{color:#0f172a}.office-app-switcher__btn.is-active{color:#fff;background:#0f172a;border-color:#0f172a}.office-sidebar--collapsed .office-app-switcher{flex-direction:column}.office-nav{flex-direction:column;gap:.25rem;display:flex}.office-nav__link{border-radius:var(--radius);color:var(--color-ink);border:1px solid #0000;align-items:center;gap:.55rem;padding:.65rem .85rem;font-size:.95rem;font-weight:700;line-height:1.2;text-decoration:none;display:flex}.office-nav__abbr{letter-spacing:.02em;background:#f1f5f9;border-radius:6px;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.72rem;font-weight:800;display:none}.office-nav__label{min-width:0}.office-sidebar__nav{flex:auto;min-height:0}.office-sidebar__toggle{border:1px solid var(--color-line-soft);border-radius:var(--radius);background:var(--color-tile);width:100%;color:var(--color-ink-soft);cursor:pointer;align-items:center;gap:.5rem;margin-top:auto;margin-bottom:0;padding:.45rem .55rem;font-size:.78rem;font-weight:700;display:none}.office-sidebar__toggle:hover{border-color:var(--color-ink);background:#fff}.office-sidebar__toggle-icon{justify-content:center;width:1.25rem;font-size:1rem;line-height:1;display:inline-flex}.office-sidebar--collapsed .office-sidebar__toggle{justify-content:center;padding-inline:.35rem}.office-sidebar--collapsed .office-sidebar__toggle-label{display:none}.office-nav__link:hover{background:var(--color-tile)}.office-nav__link.is-active{background:var(--color-ink);border-color:var(--color-ink);color:#fff}.office-nav__link.is-active:hover{background:var(--color-ink-soft);border-color:var(--color-ink-soft);color:#fff}.office-drawer{z-index:40;display:flex;position:fixed;inset:0}.office-drawer__backdrop{cursor:pointer;background:#11111173;border:0;flex:1;margin:0;padding:0}.office-drawer__panel{background:var(--color-surface);border-right:1px solid var(--color-line-soft);width:min(18rem,86vw);padding:1rem .85rem max(1rem, env(safe-area-inset-bottom));flex-direction:column;gap:.75rem;display:flex;box-shadow:8px 0 28px #0000002e}.office-drawer__logout{margin-top:auto}.login-hint{margin:0;font-size:.8rem;line-height:1.35}.login-hint code{font-size:.85em}.app-main{padding:.85rem var(--pad-x) calc(1.25rem + var(--pad-b)) var(--pad-r);flex:1}.app-main--centered{align-items:center;display:flex}.app-content{max-width:var(--content-field);width:100%;margin:0 auto}.app-content--narrow{max-width:22rem}.app-content--wide{max-width:var(--content-office)}.page-head{margin-bottom:.85rem}.page-back{color:#64748b;border-radius:7px;align-items:center;gap:.28rem;width:fit-content;margin:0 0 .5rem -.35rem;padding:.22rem .5rem .22rem .28rem;font-size:.82rem;font-weight:650;text-decoration:none;display:inline-flex}.page-back:hover{color:#0f172a;background:#f1f5f9}.page-back__icon{color:#94a3b8;display:inline-flex}.page-back:hover .page-back__icon{color:#334155}.page-head h1{letter-spacing:-.01em;color:var(--color-ink);margin:0;font-size:1.35rem;font-weight:800;line-height:1.2}.page-head__sub{color:var(--color-muted);margin:.25rem 0 0;font-size:.95rem;font-weight:600}.card{background:var(--color-surface);border:2px solid var(--color-line);border-radius:var(--radius);box-shadow:none;padding:1.1rem 1.15rem 1.2rem}.card+.card{margin-top:.85rem}.card h2{letter-spacing:.04em;text-transform:uppercase;color:var(--color-ink);margin:0 0 .85rem;font-size:.8rem;font-weight:800}.stack{flex-direction:column;gap:.75rem;display:flex}label{color:var(--color-ink-soft);flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:700;display:flex}input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):not([type=button]):not([type=reset]),textarea,select{min-height:var(--touch);border:2px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface);color:var(--color-ink);padding:.65rem .75rem}select{appearance:none;background-image:var(--select-chevron);cursor:pointer;background-position:right .7rem center;background-repeat:no-repeat;background-size:.9rem;padding-right:2.4rem}select::-ms-expand{display:none}input:not([type=checkbox]):not([type=radio]):not([type=hidden]):focus,textarea:focus,select:focus,select:focus-visible{outline:3px solid var(--color-accent);outline-offset:1px;border-color:var(--color-ink)}select:disabled{opacity:.4;cursor:not-allowed;background-color:var(--color-tile)}select[multiple]{appearance:auto;cursor:default;background-image:none;min-height:6rem;padding-right:.75rem}input[type=checkbox]:not(.sr-only),input[type=radio]:not(.sr-only){appearance:none;width:var(--choice);height:var(--choice);min-width:var(--choice);min-height:var(--choice);border:2px solid var(--color-ink);background-color:var(--color-surface);color:var(--color-ink);cursor:pointer;vertical-align:middle;background-position:50%;background-repeat:no-repeat;background-size:.85rem;flex-shrink:0;margin:0;padding:0}input[type=checkbox]:not(.sr-only){border-radius:4px}input[type=radio]:not(.sr-only){border-radius:999px}input[type=checkbox]:not(.sr-only):checked{background-color:var(--color-ink);background-image:var(--choice-check)}input[type=radio]:not(.sr-only):checked{background-color:var(--color-ink);box-shadow:inset 0 0 0 3px var(--color-surface)}input[type=checkbox]:not(.sr-only):focus-visible,input[type=radio]:not(.sr-only):focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}input[type=checkbox]:not(.sr-only):disabled,input[type=radio]:not(.sr-only):disabled{opacity:.4;cursor:not-allowed}.choice{min-height:2.25rem;color:var(--color-ink);cursor:pointer;flex-direction:row;align-items:center;gap:.55rem;margin:0;font-size:1rem;font-weight:600;display:flex}.choice--option{border:2px solid var(--color-line-soft);border-radius:var(--radius);background:var(--color-surface);padding:.5rem .7rem}.choice--option:has(input:checked){border-color:var(--color-ink);background:var(--color-tile)}.app-select{width:100%;min-width:0;position:relative}.app-select.is-open{z-index:50}.app-select__trigger{width:100%;min-height:var(--touch);border:2px solid var(--color-line);border-radius:var(--radius);background-color:var(--color-surface);background-image:var(--select-chevron);color:var(--color-ink);font:inherit;text-align:left;cursor:pointer;background-position:right .7rem center;background-repeat:no-repeat;background-size:.9rem;align-items:center;padding:.65rem 2.4rem .65rem .75rem;display:flex}.app-select.is-open .app-select__trigger,.app-select__trigger:focus-visible{outline:3px solid var(--color-accent);outline-offset:1px;border-color:var(--color-ink)}.app-select__trigger:disabled{opacity:.4;cursor:not-allowed}.app-select__value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-select__menu{z-index:40;border:2px solid var(--color-line);border-radius:var(--radius);background:var(--color-surface);width:max-content;min-width:100%;max-width:min(22rem,100vw - 1.5rem);max-height:16rem;margin:0;padding:.3rem;list-style:none;position:absolute;top:calc(100% + .3rem);left:0;right:auto;overflow:hidden auto;box-shadow:0 8px 22px #11111124}.app-select.is-align-end .app-select__menu{left:auto;right:0}.app-select__option{box-sizing:border-box;width:auto;min-width:100%;color:var(--color-ink);font:inherit;text-align:left;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:4px;margin:0;padding:.55rem .7rem;font-weight:600;display:block;overflow:hidden}.app-select__option.is-active{background:var(--color-tile)}.app-select__option.is-selected{background:var(--color-accent);color:var(--color-ink)}.app-select--sm .app-select__trigger{background-position:right .45rem center;background-size:.7rem;min-height:2.1rem;padding:.3rem 1.8rem .3rem .5rem;font-size:.85rem}.app-select--sm .app-select__option{padding:.4rem .55rem;font-size:.85rem}.btn{border:2px solid var(--color-line);border-radius:var(--radius);min-height:var(--touch);letter-spacing:0;text-transform:none;cursor:pointer;color:var(--color-ink);background:var(--color-surface);-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .9rem;font-size:.95rem;font-weight:800;display:inline-flex}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn--primary{background:var(--color-accent);border-color:var(--color-ink);color:var(--color-ink)}.btn--primary:hover:not(:disabled){background:var(--color-accent-press)}.btn--ghost{background:var(--color-surface);border-color:var(--color-line)}.btn--ghost:hover:not(:disabled){background:var(--color-tile)}.btn--dark{background:var(--color-ink);color:#fff;border-color:var(--color-ink)}.btn--dark:hover:not(:disabled){background:#2a2a2a}.btn--block{width:100%}.btn--danger{background:var(--color-error-bg);border-color:var(--color-error);color:var(--color-error)}.punch-panel{align-content:start;gap:1rem;display:grid}.punch-panel.card h2{margin:0}.punch-panel--sticky{top:calc(var(--header-h) + .5rem);z-index:15;position:sticky;box-shadow:0 6px 18px #1111111f}.punch-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.correction-form{gap:.75rem;margin-top:.25rem;display:grid}.correction-form--compact{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));align-items:end}.correction-form--compact .correction-form__submit{align-items:end;display:flex}.correction-form--compact p{grid-column:1/-1;margin:0}.input--invalid{outline-color:#c62828;border-color:#c62828!important}.btn-punch{border-radius:var(--radius);border-width:3px;flex-direction:column;gap:.25rem;min-height:5rem;padding:.85rem .75rem;font-size:1.2rem;font-weight:900}.btn-punch small{opacity:.85;text-transform:none;font-size:.78rem;font-weight:650}.btn-punch--in{background:var(--color-accent);color:var(--color-ink);border-color:var(--color-ink)}.btn-punch--in:hover:not(:disabled){background:var(--color-accent-press)}.btn-punch--in:disabled{background:var(--color-tile);color:var(--color-muted);border-color:var(--color-line-soft);opacity:1}.btn-punch--out{background:var(--color-ink);color:#fff;border-color:var(--color-ink)}.btn-punch--out:disabled{color:#f0f0f0;opacity:1;background:#9a9a9a;border-color:#7a7a7a}.status-badge{background:var(--color-success-bg);border:2px solid var(--color-success);border-radius:var(--radius);color:var(--color-success);align-items:center;gap:.6rem;margin:0;padding:.85rem 1rem;font-size:1rem;font-weight:800;display:flex}.status-badge:before{content:"";background:var(--color-success);border-radius:50%;flex-shrink:0;width:.7rem;height:.7rem}.punch-list{margin:0;padding:0;list-style:none}.punch-list li{border-bottom:1px solid var(--color-line-soft);grid-template-columns:4.5rem 1fr auto;align-items:center;gap:.5rem;padding:.7rem 0;font-size:.95rem;display:grid}.punch-list li:last-child{border-bottom:none}.punch-list strong{font-size:.85rem;font-weight:800}.punch-list strong.is-in{color:var(--color-success)}.punch-list strong.is-out{color:var(--color-ink)}.punch-list time{font-variant-numeric:tabular-nums;font-weight:600}.session-list{margin:0;padding:0;list-style:none}.session-list li{border-bottom:1px solid var(--color-line-soft);grid-template-columns:5.75rem 1fr auto;align-items:center;gap:.5rem;padding:.75rem 0;font-size:.95rem;display:grid}.session-list li:last-child{border-bottom:none}.session-list__date{font-variant-numeric:tabular-nums;font-weight:800}.session-list__times{font-variant-numeric:tabular-nums;align-items:center;gap:.4rem;font-weight:700;display:flex}.session-list__arrow{color:var(--color-muted);font-weight:600}.session-list__times .is-open{color:var(--color-success)}.session-list__row--open{background:var(--color-success-bg);border-radius:var(--radius);margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem}.session-list__meta{text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:5.5rem;font-size:.8rem;overflow:hidden}.time-cal__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.time-cal__header h2{margin:0}.time-cal__nav{align-items:center;gap:.35rem;display:flex}.time-cal__month{text-align:center;text-transform:capitalize;font-variant-numeric:tabular-nums;min-width:11rem}.time-cal__toggle{color:var(--color-ink-soft);cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:row;align-items:center;gap:.5rem;margin:0 0 .65rem;font-size:.88rem;font-weight:700;display:inline-flex}.time-cal__toggle input{margin:0}.day-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.day-list__item{border-radius:var(--radius);background:var(--color-tile);border:1px solid #0000;flex-direction:column;gap:.2rem;padding:.65rem .7rem;display:flex}.day-list__line{justify-content:space-between;align-items:baseline;gap:.75rem;min-width:0;display:flex}.day-list__date{font-variant-numeric:tabular-nums;flex:none;font-size:.92rem;font-weight:800}.day-list__punch{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:1rem;font-weight:800;overflow:hidden}.day-list__punch--empty{color:var(--color-muted);font-weight:600}.day-list__punch.is-open{color:var(--color-success)}.day-list__line--bottom{padding-top:.1rem}.day-list__work{color:var(--color-ink-soft);min-width:0;font-size:.8rem;font-weight:650}.day-list__ist{font-variant-numeric:tabular-nums;color:var(--color-ink);font-size:.95rem;font-weight:800}.day-list__status{color:var(--color-ink-soft);font-size:.82rem;font-weight:700}.day-list__meta{text-align:right;color:var(--color-muted);white-space:normal;flex:0 auto;max-width:12rem;font-size:.78rem;font-weight:650;line-height:1.25}@media (width<=400px){.day-list__line--bottom{flex-wrap:wrap;row-gap:.15rem}.day-list__meta{text-align:left;flex:100%;max-width:none}}.day-list__item--today{background:var(--color-success-bg);border-color:color-mix(in srgb, var(--color-success) 35%, transparent)}.day-list__item--holiday{background:color-mix(in srgb, #0b8043 12%, var(--color-surface));border-color:#0b804359}.day-list__item--holiday .day-list__status{color:#0b8043;font-weight:800}.day-list__item--absence{background:color-mix(in srgb, #1565c0 10%, var(--color-surface))}.day-list__item--hourly-absence{background:color-mix(in srgb, #d97706 8%, var(--color-surface))}.day-list__item--missing{background:color-mix(in srgb, #c62828 10%, var(--color-surface))}.day-list__item--rest{opacity:.72;background:0 0;border-color:#0000}.day-list__item--rest .day-list__date{font-weight:650}.day-list__item--open{background:var(--color-success-bg)}.day-list__item--clickable{cursor:pointer}.day-list__item--clickable:hover{border-color:var(--color-line-soft)}.day-list__item--selected{border-color:var(--color-ink);box-shadow:inset 0 0 0 1px var(--color-ink)}.time-cal__hint{margin:.75rem 0 0;font-size:.8rem}.modal-root{z-index:80;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.modal-backdrop{cursor:pointer;background:#1111117a;border:0;border-radius:0;margin:0;padding:0;position:absolute;inset:0}.modal-panel{z-index:1;width:min(100%,24rem);max-height:min(92dvh,36rem);padding:1.15rem 1.15rem max(1.25rem, env(safe-area-inset-bottom));background:var(--color-surface);border:1px solid var(--color-line-soft);overscroll-behavior:contain;border-bottom:0;border-radius:14px 14px 0 0;flex-direction:column;gap:.85rem;margin:0;display:flex;position:relative;overflow:auto;box-shadow:0 -12px 40px #00000038}.modal-panel input{width:100%;min-width:0}.modal-panel input:focus{outline:2px solid var(--color-accent);outline-offset:0;border-color:var(--color-ink)}.modal-panel__header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.modal-panel__titleblock{min-width:0}.modal-panel__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin:0 0 .15rem;font-size:.72rem;font-weight:800}.modal-panel__header h2{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:800;line-height:1.15}.modal-panel__close{background:var(--color-tile);width:2.5rem;height:2.5rem;color:var(--color-ink);cursor:pointer;border:0;border-radius:999px;flex-shrink:0;margin:-.2rem -.35rem 0 0;padding:0;font-size:1.6rem;font-weight:500;line-height:1}.modal-panel__close:hover{background:var(--color-line-soft)}.modal-chips{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.modal-chips li{background:var(--color-tile);border:1px solid var(--color-line-soft);color:var(--color-ink-soft);border-radius:999px;padding:.25rem .55rem;font-size:.78rem;font-weight:700}.modal-chips li.is-on{color:var(--color-ink);background:#fffbeb;border-color:#fcd34d}.day-datev-bookings{border-top:1px solid var(--color-line-soft);margin:.15rem 0 0;padding-top:.65rem}.day-datev-bookings h3{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin:0 0 .4rem;font-size:.72rem;font-weight:800}.day-datev-bookings table{border-collapse:collapse;width:100%;font-size:.88rem}.day-datev-bookings th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--color-muted);padding:.15rem .4rem .35rem 0;font-size:.68rem;font-weight:700}.day-datev-bookings th:nth-child(2),.day-datev-bookings td:nth-child(2){text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.day-datev-bookings th:nth-child(3),.day-datev-bookings td:nth-child(3){text-align:right;white-space:nowrap;padding-right:0}.day-datev-bookings td{border-top:1px solid var(--color-line-soft);padding:.28rem .5rem .28rem 0}.day-datev-bookings td strong{margin-right:.3rem}.modal-form{gap:.85rem;display:grid}.modal-form__times{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.modal-form__hint{color:var(--color-muted);margin:-.35rem 0 0;font-size:.78rem;font-weight:600;line-height:1.35}.modal-form__hint--accent{color:var(--color-ink-soft);margin-top:-.55rem}.modal-form__ok{color:var(--color-success);margin:0;font-size:.9rem;font-weight:700}.modal-panel__actions{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.modal-panel__actions .btn{width:100%;min-height:2.85rem}.modal-panel__actions .btn--primary{font-size:1rem}@media (width>=640px){.modal-root{align-items:center;padding:1.5rem}.modal-panel{border:1px solid var(--color-line-soft);border-radius:10px;max-height:none;overflow:visible;box-shadow:0 18px 48px #00000047}}.muted{color:var(--color-muted);font-weight:600}.error{background:var(--color-error-bg);border:2px solid var(--color-error);border-radius:var(--radius);color:var(--color-error);margin:0;padding:.7rem .85rem;font-size:.95rem;font-weight:700}.loading{color:var(--color-muted);font-weight:600}.employee-chip{flex-wrap:wrap;align-items:baseline;gap:.35rem;display:inline-flex}.employee-chip strong{color:var(--color-ink);font-weight:800}.employee-chip span{color:var(--color-muted);font-size:.9rem;font-weight:600}.balance-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.balance-tile{background:var(--color-tile);border:2px solid var(--color-line);border-radius:var(--radius);text-align:left;flex-direction:column;gap:.1rem;padding:.65rem .55rem;display:flex}.balance-tile__label{text-transform:uppercase;letter-spacing:.03em;color:var(--color-muted);font-size:.72rem;font-weight:800}.balance-tile__value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--color-ink);font-size:1.35rem;font-weight:900;line-height:1.15}.balance-tile__unit{color:var(--color-muted);font-size:.75rem;font-weight:600}.balance-open{margin:.65rem 0 0;font-size:.9rem;font-weight:700}.review-page{flex-direction:column;gap:1rem;display:flex}.review-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.65rem .85rem;padding:.65rem .85rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.month-nav{background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-shrink:0;align-items:stretch;height:2.75rem;display:inline-flex;overflow:hidden}.month-nav__btn{color:#334155;cursor:pointer;background:0 0;border:0;width:2.35rem;margin:0;font-size:1.35rem;font-weight:600;line-height:1}.month-nav__btn:hover{color:#0f172a;background:#f1f5f9}.month-nav__current{border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;flex-direction:column;justify-content:center;min-width:8.75rem;padding:0 .7rem;display:flex}.month-nav__label{color:#0f172a;text-transform:capitalize;white-space:nowrap;font-size:.9rem;font-weight:800}.month-nav__hint{color:#64748b;font-size:.68rem;font-weight:600}.month-nav__current--locked .month-nav__hint{color:#92400e}.month-lock-chip{color:#78350f;letter-spacing:.04em;text-transform:uppercase;vertical-align:.12em;background:#fde68a;border-radius:999px;margin-left:.45rem;padding:.08rem .42rem;font-size:.62rem;font-weight:800;display:inline-block}.month-lock-banner{background:linear-gradient(#fffbeb 0%,#fef3c7 100%);border:1px solid #fcd34d;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.month-lock-banner--compact{color:#78350f;margin:0 1.1rem .85rem;padding:.65rem .85rem;font-size:.86rem;display:block}.month-lock-banner__body{align-items:flex-start;gap:.75rem;min-width:0;display:flex}.month-lock-banner__badge{color:#fffbeb;letter-spacing:.05em;text-transform:uppercase;background:#92400e;border-radius:999px;flex:none;align-items:center;margin-top:.12rem;padding:.18rem .5rem;font-size:.66rem;font-weight:800;display:inline-flex}.month-lock-banner__copy{min-width:0}.month-lock-banner__copy strong{color:#78350f;font-size:.92rem;display:block}.month-lock-banner__copy p{color:#92400e;margin:.15rem 0 0;font-size:.82rem}@media (width<=699px){.month-lock-banner{flex-direction:column;align-items:stretch}}.kpi-strip{flex-wrap:nowrap;flex:auto;align-items:stretch;gap:.35rem;min-width:0;display:flex}.kpi-chip{white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;flex:none;min-width:3.75rem;padding:.28rem .5rem}.kpi-chip strong{color:#0f172a;font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:800;line-height:1.1;display:block}.kpi-chip span{color:#64748b;text-transform:uppercase;letter-spacing:.02em;font-size:.64rem;font-weight:700}.kpi-chip--warn{background:#fffbeb;border-color:#fcd34d}.kpi-chip--alert{background:#fef2f2;border-color:#fecaca}.review-toolbar__links{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:.35rem;margin-left:auto;display:flex}.review-toolbar__links .btn{color:#334155;white-space:nowrap;background:#fff;border-width:1px;border-color:#cbd5e1;border-radius:6px;font-weight:650}.review-toolbar__links .btn:hover:not(:disabled){color:#0f172a;background:#f8fafc;border-color:#94a3b8}.btn--sm{min-height:2.25rem;padding:.35rem .7rem;font-size:.85rem}@media (width<=899px){.kpi-strip{flex-wrap:wrap;flex:100%;order:3}.review-toolbar__links{margin-left:0}}@media (width<=560px){.review-toolbar__links{flex-wrap:wrap;flex:100%}.review-toolbar__links .btn{flex:auto}}.action-queue{flex-direction:column;gap:.65rem;display:flex}.action-queue__head h2{color:#0f172a;margin:0;font-size:1.05rem;font-weight:800}.action-queue__head p{color:#64748b;margin:.2rem 0 0;font-size:.82rem;font-weight:600}.action-queue__grid{grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr));gap:.55rem;display:grid}.queue-card{cursor:pointer;text-align:left;width:100%;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;min-height:3.1rem;margin:0;padding:.7rem .8rem;display:flex}.queue-card--warn{background:#fffbeb;border-color:#fcd34d}.queue-card--alert{background:#fef2f2;border-color:#fecaca}.queue-card.is-active{box-shadow:inset 0 0 0 1.5px #0f172a}.queue-card__title{color:#0f172a;font-size:.88rem;font-weight:700}.queue-card__count{color:#fff;background:#0f172a;border-radius:999px;justify-content:center;align-items:center;min-width:1.6rem;height:1.6rem;padding:0 .4rem;font-size:.78rem;font-weight:800;display:inline-flex}.queue-card--neutral .queue-card__count{background:#94a3b8}.action-queue__detail{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem 1rem .75rem;box-shadow:0 1px 2px #0f172a0a}.action-queue__detail-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.55rem;padding-bottom:.55rem;display:flex}.action-queue__detail-head h3{color:#0f172a;margin:0;font-size:.95rem;font-weight:800}.action-queue__detail-count{color:#64748b;margin:.15rem 0 0;font-size:.78rem;font-weight:600}.action-queue__detail-empty{color:#64748b;margin:0;padding:.5rem 0 .35rem;font-size:.85rem;font-weight:600}.action-queue__detail-list{flex-direction:column;gap:0;max-height:min(22rem,50dvh);margin:0;padding:0;list-style:none;display:flex;overflow:auto}.action-queue__detail-list>li+li{border-top:1px solid #f1f5f9}.action-queue__item{text-align:left;width:100%;font:inherit;color:#0f172a;cursor:pointer;background:0 0;border:0;border-radius:6px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.65rem 1rem;margin:0;padding:.65rem .35rem;line-height:1.35;text-decoration:none;transition:background .12s;display:grid}.action-queue__item:hover{background:#f8fafc}.action-queue__item:focus-visible{outline-offset:1px;outline:2px solid #0f172a}.action-queue__item--static{cursor:default}.action-queue__item--static:hover{background:0 0}.action-queue__item-main{flex-wrap:wrap;align-items:baseline;gap:.35rem .55rem;min-width:0;display:flex}.action-queue__item-name{color:#0f172a;font-size:.9rem;font-weight:800}.action-queue__item-badge{color:#334155;letter-spacing:.01em;white-space:nowrap;background:#e2e8f0;border-radius:999px;align-items:center;padding:.12rem .45rem;font-size:.72rem;font-weight:700;display:inline-flex}.action-queue__item-meta{color:#64748b;white-space:nowrap;justify-self:end;font-size:.78rem;font-weight:600}.action-queue__item-hint{color:#cbd5e1;flex:none;font-size:1.05rem;font-weight:700;line-height:1}.action-queue__item:hover .action-queue__item-hint,.action-queue__item:focus-visible .action-queue__item-hint{color:#0f172a}@media (width<=720px){.action-queue__item{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"main hint""meta hint"}.action-queue__item-main{grid-area:main}.action-queue__item-meta{white-space:normal;grid-area:meta;justify-self:start}.action-queue__item-hint{grid-area:hint;align-self:center}}.modal-panel--wide{width:min(100%,36rem);max-height:min(92dvh,48rem)}.day-correct-panel{width:min(100%,42rem);max-height:min(94dvh,100%);padding:.9rem 1rem max(.9rem, env(safe-area-inset-bottom));gap:.55rem;overflow:hidden}.day-correct-panel>.modal-panel__header,.day-correct-panel>.month-lock-banner,.day-correct-panel>.loading,.day-correct-panel>.error,.day-correct-panel>.day-correct-panel__footer{flex-shrink:0}.day-correct-panel>.modal-panel__header{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title close""stats stats";align-items:start;gap:.45rem .75rem;display:grid}.day-correct-panel>.modal-panel__header .modal-panel__titleblock{grid-area:title}.day-correct-panel>.modal-panel__header .modal-panel__close{grid-area:close}.day-correct-panel>.modal-panel__header .day-detail-stats{grid-area:stats}.day-correct-panel .day-detail-stats{gap:.35rem}.day-correct-panel .day-detail-stats>div{padding:.3rem .45rem}.day-correct-panel .day-detail-stats dd{font-size:1rem}.day-correct-panel .modal-panel__header h2{font-size:1.2rem}.day-correct-panel__body{flex-direction:column;flex:auto;gap:.55rem;min-height:0;display:flex;overflow:auto}.day-correct-panel__grid{gap:.85rem;display:grid}.day-correct-panel__main,.day-correct-panel__side{align-content:start;gap:.55rem;min-width:0;display:grid}.day-correct-panel .modal-form{gap:.55rem}.day-correct-panel__side .day-datev-bookings{border:1px solid var(--color-line-soft);background:var(--color-tile);border-radius:10px;margin:0;padding:.55rem .7rem}.day-correct-panel__footer{border-top:1px solid var(--color-line-soft);background:var(--color-surface);gap:.45rem;padding-top:.55rem;display:grid}.day-correct-panel__footer label{margin:0}.day-correct-panel__footer label input,.day-correct-panel__footer .btn{box-sizing:border-box;height:2.5rem;min-height:2.5rem;padding-top:0;padding-bottom:0}.day-correct-panel .day-detail-alert{padding:.35rem .55rem;font-size:.8rem}.day-correct-panel .schedule-bar-chart{gap:.25rem;margin:0;padding:.4rem .55rem .45rem}.day-correct-panel .schedule-bar-chart__head h3{font-size:.92rem}.day-correct-panel .schedule-bar-chart__head .muted{font-size:.78rem}.day-correct-panel__sub{color:var(--color-muted);margin:.25rem 0 0;font-size:.88rem;font-weight:600}.day-correct-entries{border:1px solid var(--color-line-soft);background:var(--color-surface);border-radius:10px;margin:0;padding:0 0 .15rem;list-style:none;overflow:visible}.day-correct-pair,.day-correct-meta,.day-correct-absence-edit{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 1.8rem;align-items:end;gap:.45rem .55rem;padding:.5rem .65rem;display:grid}.day-correct-entries>li+li>.day-correct-pair,.day-correct-entries>li+li>.day-correct-absence-edit{border-top:1px solid var(--color-line-soft)}.day-correct-meta{border-top:1px solid var(--color-line-soft);grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.day-correct-pair.is-warn{background:#fffbeb;border-color:#fcd34d}.day-correct-pair.is-invalid,.day-correct-absence-edit.is-invalid{background:#fef2f2;border-color:#fca5a5}.day-correct-pair.is-invalid .day-correct-pair__warn{color:#991b1b}.day-correct-absence-edit .day-correct-pair__warn,.day-correct-meta .day-correct-pair__warn{grid-column:1/-1}.day-correct-pair__warn{color:#92400e;grid-column:1/-1;margin:0;font-size:.75rem;font-weight:700}.day-correct-field{gap:.2rem;min-width:0;margin:0;display:grid}.day-correct-field__lab{color:var(--color-ink);justify-content:space-between;align-items:baseline;gap:.35rem;font-size:.75rem;font-weight:800;display:flex}.day-correct-field__lab em{color:var(--color-muted);font-size:.68rem;font-style:normal;font-weight:700}.day-correct-field input,.day-correct-field select{border:1px solid var(--color-line);font-variant-numeric:tabular-nums;border-radius:8px;width:100%;min-width:0;min-height:2.2rem;padding:.25rem .45rem;font-size:1.02rem;font-weight:800}.day-correct-field select{background-position:right .45rem center;background-size:.72rem;padding-right:1.7rem}.day-correct-field strong{font-variant-numeric:tabular-nums;align-items:center;min-height:2.2rem;font-size:1.05rem;display:flex}.day-correct-pair .day-correct-icon-btn{align-self:end;margin-bottom:.15rem}.day-correct-icon-btn{width:1.7rem;height:1.7rem;color:var(--color-ink-soft);cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;margin:0;padding:0;font-size:1.25rem;font-weight:500;line-height:1;display:grid}.day-correct-icon-btn:hover{color:#991b1b;background:#fee2e2}.day-correct-icon-btn.is-spacer{visibility:hidden;pointer-events:none}.day-correct-hidden-form{display:none}.day-correct-add{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;margin:0;padding:.55rem .65rem;display:flex;position:relative}.day-correct-add:before{content:"";border-top:1px dashed var(--color-line-soft);position:absolute;top:50%;left:.75rem;right:.75rem}.day-correct-chip{z-index:1;border:1px solid var(--color-line-soft);background:var(--color-surface);box-shadow:0 0 0 3px var(--color-surface);color:var(--color-ink);cursor:pointer;border-radius:999px;margin:0;padding:.22rem .7rem;font-size:.78rem;font-weight:800;position:relative}.day-correct-chip:hover,.day-correct-chip:focus-visible,.day-correct-chip.is-on{background:#fffbeb;border-color:#fcd34d}.day-correct-chip:disabled{cursor:default}.day-correct-chip:hover:after,.day-correct-chip:focus-visible:after{content:attr(data-tip);color:#fff;white-space:normal;pointer-events:none;z-index:4;background:#0f172a;border-radius:6px;width:max-content;max-width:16rem;padding:.35rem .5rem;font-size:.72rem;font-weight:650;line-height:1.3;position:absolute;bottom:calc(100% + .4rem);left:50%;transform:translate(-50%)}.day-correct-absence-edit{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto 1.8rem}.day-correct-absence-edit__art{grid-column:1/4}.day-correct-absence-edit>.day-correct-icon-btn{grid-area:1/4;align-self:start}.day-correct-absence-edit__note,.day-correct-absence-edit>.day-correct-chip{grid-column:1/3;justify-self:start}.day-correct-absence-edit__note{justify-self:stretch;width:100%}.day-correct-absence-edit .btn--sm{min-width:6.75rem;min-height:2.2rem;padding:0 .9rem}@media (width>=640px){.modal-panel.day-correct-panel{width:min(100%,58rem);max-height:min(94dvh,100%);overflow:hidden}.day-correct-panel .modal-panel__actions{flex-direction:row;justify-content:flex-end;margin-top:0}.day-correct-panel .modal-panel__actions .btn{width:auto;min-width:10.5rem}.day-correct-panel .modal-panel__actions .btn--ghost{min-width:7rem}}@media (width>=720px){.day-correct-panel>.modal-panel__header{grid-template-columns:minmax(11rem,1fr) minmax(17rem,22rem) auto;grid-template-areas:"title stats close";align-items:center}.day-correct-panel__grid{grid-template-columns:minmax(0,1.15fr) minmax(16.5rem,.85fr);align-items:start}.day-correct-panel__footer{grid-template-columns:minmax(0,1fr) auto;align-items:end}.day-correct-panel__footer .modal-form__hint--accent,.day-correct-panel__footer .error,.day-correct-panel__footer .modal-form__ok{grid-column:1/-1}}.day-correct-entry{border-bottom:1px solid var(--color-line-soft);cursor:text;grid-template-columns:5.25rem minmax(0,1fr) 5.25rem;align-items:center;gap:.55rem;margin:0;padding:.4rem .65rem;display:grid}.day-correct-entries li:last-child .day-correct-entry,.day-correct-entries>.day-correct-entry:last-child{border-bottom:0}.day-correct-entry:hover{background:var(--color-tile)}.day-correct-entry__dir{color:var(--color-ink);font-size:.88rem;font-weight:800}.day-correct-entry input{font-variant-numeric:tabular-nums;min-width:5.75rem;min-height:2.25rem;padding:.25rem .5rem;font-size:1.05rem;font-weight:800}.day-correct-entry__src{color:var(--color-muted);justify-self:end;font-size:.75rem;font-weight:700}.day-correct-override{border:1px solid var(--color-line-soft);background:var(--color-tile);border-radius:10px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:.45rem 1rem;margin-top:0;padding:.4rem .65rem;display:grid}.day-correct-override.is-on{background:#fffbeb;border-color:#fcd34d}.day-correct-override__net,.day-correct-override__edit{flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0;display:flex}.day-correct-override__edit{align-items:flex-end}.day-correct-override__value{align-items:center;gap:.4rem;min-height:2.2rem;display:flex}.day-correct-override__net span,.day-correct-override__edit label,.day-correct-override__edit>span:first-child{color:var(--color-muted);font-size:.78rem;font-weight:800}.day-correct-override__net strong,.day-correct-override__edit strong{font-variant-numeric:tabular-nums;font-size:1.15rem}.day-correct-override__edit label{margin:0;display:block}.day-correct-override__edit input{font-variant-numeric:tabular-nums;width:5.4rem;min-height:2.2rem;padding:.25rem .4rem;font-size:1rem;font-weight:800}.day-correct-override__idle{color:var(--color-muted);font-size:.75rem;font-weight:650}.day-correct-override__reset{text-underline-offset:.15em;cursor:pointer;background:0 0;border:0;flex-shrink:0;padding:.2rem 0;font-size:.75rem;font-weight:700;text-decoration:underline}.info-tip{color:#64748b;cursor:help;background:0 0;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;padding:0;display:inline-flex}.info-tip svg{width:1.15rem;height:1.15rem;display:block}.info-tip:hover,.info-tip:focus-visible{color:#0f172a}.info-tip__bubble{z-index:90;color:#f8fafc;background:#0f172a;border:1px solid #cbd5e1;border-radius:8px;padding:.6rem .7rem;font-size:.78rem;line-height:1.4;position:fixed;box-shadow:0 10px 28px #0f172a59}.info-tip__title{margin:0 0 .35rem;font-size:.82rem;font-weight:800}.info-tip__bubble p{margin:0}.info-tip__bubble dl{gap:.22rem;margin:0;display:grid}.info-tip__bubble dl>div{grid-template-columns:6.4rem 1fr;align-items:baseline;gap:.35rem;display:grid}.info-tip__bubble dt{color:#94a3b8;margin:0;font-weight:650}.info-tip__bubble dd{font-variant-numeric:tabular-nums;margin:0;font-weight:700}.day-correct-entry.is-readonly{cursor:default}.day-correct-entry.is-readonly strong{font-variant-numeric:tabular-nums;font-size:1.05rem}.day-correct-toggle{gap:.35rem;display:flex}.day-correct-toggle button{border:1px solid var(--color-line-soft);background:var(--color-surface);cursor:pointer;border-radius:8px;min-width:3.6rem;min-height:2.4rem;padding:.3rem .85rem;font-weight:800}.day-correct-toggle button.is-on{color:var(--color-ink);background:#fffbeb;border-color:#fcd34d}.day-detail-panel{gap:0}.day-detail-panel__header{border-bottom:1px solid #e2e8f0;margin-bottom:.15rem;padding-bottom:.85rem}.day-detail-panel__sub{color:#64748b;margin:.25rem 0 0;font-size:.88rem;font-weight:600}.day-detail-panel__body{flex-direction:column;gap:1rem;padding-top:.85rem;display:flex}.day-detail-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:0;display:grid}.day-detail-stats>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:0;padding:.55rem .65rem}.day-detail-stats dt{text-transform:uppercase;letter-spacing:.03em;color:#64748b;margin:0;font-size:.68rem;font-weight:700}.day-detail-stats dd{font-variant-numeric:tabular-nums;color:#0f172a;margin:.15rem 0 0;font-size:1.15rem;font-weight:800;line-height:1.2}.day-detail-stats>div.is-diff,.day-detail-stats>div.is-override{background:#fffbeb;border-color:#fcd34d}.day-detail-note{color:#475569;margin:0;font-size:.88rem;font-weight:600}.day-detail-alerts{flex-direction:column;gap:.4rem;display:flex}.day-detail-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:0;padding:.55rem .75rem;font-size:.88rem;font-weight:650;line-height:1.35}.day-detail-section{flex-direction:column;gap:.4rem;display:flex}.day-detail-section h3{text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin:0;font-size:.72rem;font-weight:800}.day-detail-table{border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;font-size:.88rem;overflow:hidden}.day-detail-table th,.day-detail-table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:.5rem .7rem}.day-detail-table th{text-transform:uppercase;letter-spacing:.03em;color:#64748b;background:#f8fafc;font-size:.68rem;font-weight:800}.day-detail-table tr:last-child td{border-bottom:0}.day-detail-table tr.is-muted{opacity:.5}.day-detail-table td:first-child{color:#0f172a;white-space:nowrap;font-weight:700}.day-detail-table td:nth-child(2){font-variant-numeric:tabular-nums}.day-detail-table td:last-child{color:#64748b;font-weight:600}.day-detail-absence{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;gap:.35rem .75rem;margin:0;padding:.65rem .75rem;font-size:.9rem;display:flex}.day-detail-accounts{grid-template-columns:repeat(auto-fill,minmax(9.5rem,1fr));gap:.4rem;margin:0;padding:0;list-style:none;display:grid}.day-detail-accounts li{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.45rem .6rem;font-size:.85rem;display:flex}.day-detail-accounts span{color:#64748b;font-weight:650}.day-detail-accounts strong{font-variant-numeric:tabular-nums;color:#0f172a}.day-detail-panel__links{flex-wrap:wrap;gap:.45rem;display:flex}.day-detail-panel__form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin:0;padding:.85rem}.day-detail-panel__form h3{color:#0f172a;text-transform:none;letter-spacing:0;margin:0 0 .25rem;font-size:.92rem;font-weight:800}.day-detail-panel__form-lead{color:#64748b;margin:0 0 .7rem;font-size:.82rem;font-weight:600}.day-detail-panel__form-times{grid-template-columns:1fr 1fr 6.75rem;gap:.65rem;margin-bottom:.65rem;display:grid}.day-detail-panel__form-times label,.day-detail-panel__form>label{color:#475569;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:700;display:flex}.day-detail-panel__form-times input,.day-detail-panel__form>label input{color:#0f172a;min-height:2.35rem;font-weight:600}.day-detail-panel__form-grid{gap:.65rem;margin-bottom:.75rem;display:grid}.day-detail-panel__form-grid label{color:#475569;flex-direction:column;gap:.25rem;font-size:.78rem;font-weight:700;display:flex}.day-detail-panel__form-grid input,.day-detail-panel__form-grid select{color:#0f172a;min-height:2.35rem;font-weight:600}.day-detail-panel__form-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.day-detail-panel__form-actions .btn--primary{min-width:8rem}@media (width>=560px){.day-detail-panel__form-grid{grid-template-columns:1fr 1fr}.day-detail-panel__form-span{grid-column:1/-1}}@media (width<=520px){.day-detail-panel__form-times{grid-template-columns:1fr 1fr}.day-detail-panel__form-times label:last-child{grid-column:1/-1}.day-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=640px){.modal-panel--wide.day-detail-panel{max-height:min(88dvh,52rem);overflow:auto}}.app-shell--office .page-head h1{font-size:1.45rem}.app-shell--office .page-head__sub{max-width:40rem;line-height:1.4}.app-shell--office{--content-office:80rem;--office-sidebar-w:15rem;--office-sidebar-w-collapsed:3.75rem;background:#f1f5f9}.app-shell--office .app-main{background:0 0}.schedule-card{background:linear-gradient(#f8fafc 0%,#fff 28%);border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.85rem;margin-bottom:.25rem;padding:1.1rem 1.15rem 1.2rem;display:flex;overflow:visible;box-shadow:0 1px #0f172a0a}.schedule-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem 1rem;display:flex}.schedule-header h2{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800}.schedule-sub{color:#64748b;margin:.25rem 0 0;font-size:.85rem;font-weight:600}.schedule-focus-hint{color:#64748b;margin:0;font-size:.8rem;font-weight:600}.seg-control{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;display:inline-flex}.matrix-legend{color:#64748b;flex-wrap:wrap;align-items:flex-start;gap:.65rem 1rem;font-size:.75rem;font-weight:600;display:flex}.matrix-legend__group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex-wrap:wrap;align-items:center;gap:.4rem .65rem;padding:.3rem .55rem;display:inline-flex}.matrix-legend__title{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-right:.1rem;font-size:.62rem;font-weight:800}.matrix-legend span{align-items:center;gap:.35rem;display:inline-flex}.swatch{box-sizing:border-box;flex-shrink:0;width:11px;height:11px;display:inline-block}.swatch--ok{background:#1e3a8a;border-radius:50%}.swatch--missing{background:#fef2f2;border:1.5px solid #b91c1c;border-radius:1px;width:10px;height:10px;transform:none}.swatch--anomaly{background:#ea580c;border-radius:1px;width:10px;height:10px}.swatch--openpunch{background:#16a34a;border:0;border-radius:50%}.swatch--live{border-radius:50%;width:11px;height:11px}.swatch--live.is-pulse-present{background:#16a34a;animation:1.6s ease-in-out infinite presence-pulse-green}.swatch--live.is-pulse-overtime{background:#ca8a04;animation:1.6s ease-in-out infinite presence-pulse-yellow}.swatch--live.is-forgot-out{background:#b91c1c;animation:none}.swatch--live.is-pulse-late{background:#ea580c;animation:1.4s ease-in-out infinite presence-pulse-orange}.swatch--vacation,.swatch--sick,.swatch--school,.swatch--absence,.swatch--otherabsence{border:0;border-radius:4px;width:16px;height:7px;transform:none}.swatch--vacation{background:#0f766e}.swatch--sick{background:#a21caf}.swatch--school{background:#2563eb}.swatch--absence,.swatch--otherabsence{background:#7c3aed}.swatch--off{opacity:.55;background:#94a3b8;border-radius:1px;width:9px;height:9px;transform:rotate(45deg)}.swatch--planned{background:#64748b38;border:1.5px dashed #64748b;border-radius:50%;width:12px;height:12px}.swatch--holiday{background:#fcd34d;border:1.5px solid #b45309;border-radius:1px;width:9px;height:9px;transform:rotate(45deg)}.swatch.is-pending-absence{outline-offset:-1px;border:0;outline:1.5px dashed;background:color-mix(in srgb, currentColor 22%, #fff)!important}.swatch--vacation.is-pending-absence{color:#0f766e}.matrix-scroll{background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:min(52dvh,420px);overflow:auto}.matrix-empty{color:#64748b;text-align:center;padding:1rem;font-size:.9rem;font-weight:600}.schedule-matrix{--name-w:168px;--day-w:36px;--row-h:42px;grid-template-columns:var(--name-w) repeat(var(--day-count), var(--day-w));width:max-content;font-size:.72rem;display:grid}.matrix-corner,.matrix-day-head{z-index:2;box-sizing:border-box;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-right:1px solid #f1f5f9;height:40px;position:sticky;top:0}.matrix-corner,.matrix-name{z-index:3;width:var(--name-w);box-sizing:border-box;border-right:1px solid #e2e8f0;position:sticky;left:0}.matrix-corner{z-index:5;color:#475569;background:#f8fafc;align-items:center;padding:0 .55rem;font-weight:700;display:flex}.matrix-day-head{appearance:none;cursor:pointer;color:inherit;font:inherit;width:var(--day-w);border-top:0;border-left:0;flex-direction:column;justify-content:center;align-items:center;gap:.05rem;margin:0;padding:.2rem 0;display:flex}.matrix-day-head .dow{color:#94a3b8;font-size:.6rem;font-weight:600;line-height:1}.matrix-day-head .dom{color:#334155;font-weight:800;line-height:1}.matrix-day-head.is-weekend{background:#f1f5f9}.matrix-day-head.is-active{background:#dbeafe}.matrix-day-head:hover{background:#e2e8f0}.matrix-name{appearance:none;height:var(--row-h);text-align:left;font:inherit;color:#0f172a;cursor:pointer;background:#fff;border-top:0;border-bottom:1px solid #f1f5f9;border-left:3px solid #0000;border-right:0;flex-direction:column;justify-content:center;gap:.05rem;margin:0;padding:.15rem .55rem;display:flex;overflow:hidden}.matrix-name__text{white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:700;line-height:1.15;overflow:hidden}.matrix-name__meta{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;font-weight:600;line-height:1.1;overflow:hidden}.matrix-name.is-active{background:#eff6ff;border-left-color:#1e3a8a}.matrix-name.is-dimmed{opacity:.45}.matrix-name:hover{opacity:1;background:#f8fafc}.matrix-filters{flex-wrap:wrap;align-items:flex-end;gap:.55rem .75rem;display:flex;overflow:visible}.matrix-filter{flex-direction:column;flex:0 auto;gap:.2rem;min-width:8.5rem;margin:0;display:flex}.matrix-filter .app-select{width:auto;min-width:10.5rem;max-width:16rem}.matrix-filter .app-select__menu{left:auto;right:0}.matrix-filter span{color:#64748b;text-transform:uppercase;letter-spacing:.02em;font-size:.68rem;font-weight:700}.matrix-filter input,.matrix-filter select{color:#0f172a;min-width:8.5rem;max-width:14rem;min-height:2.15rem;font:inherit;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.35rem .55rem;font-size:.85rem}.matrix-filter select{background-position:right .5rem center;background-size:.72rem;padding-right:1.85rem}.matrix-filter input:focus,.matrix-filter select:focus{outline:3px solid var(--color-accent);outline-offset:1px;border-color:var(--color-ink)}.matrix-filter-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:.5rem;margin-left:auto;padding-bottom:.35rem;font-size:.8rem;font-weight:650;display:flex}.matrix-filter-clear{appearance:none;color:#1e3a8a;font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:.78rem;font-weight:700;text-decoration:underline}.matrix-cell{appearance:none;width:var(--day-w);height:var(--row-h);box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #f1f5f9;border-top:0;border-left:0;place-items:center;margin:0;padding:0;display:grid}.matrix-cell:hover{background:#f1f5f9}.matrix-cell.is-weekend,.matrix-cell--off{background:#f8fafc}.matrix-cell--missing{background:#fef2f2}.matrix-cell--sick{background:#fdf4ff}.matrix-cell--absence{background:#f5f3ff}.matrix-cell--anomaly{background:#fff7ed}.matrix-cell--openpunch{background:#f0fdf4}.matrix-cell--ok,.matrix-cell--planned{background:#f8fafc}.matrix-cell--holiday{background:#fffbeb}.matrix-cell.is-pulse-present{background:#f0fdf4}.matrix-cell.is-pulse-overtime{background:#fefce8}.matrix-cell.is-forgot-out{background:#fef2f2}.matrix-cell.is-pulse-late{background:#fff7ed}.matrix-cell.is-active{outline-offset:-2px;z-index:1;outline:2px solid #93c5fd}.matrix-cell.is-pending-absence{background-image:repeating-linear-gradient(-45deg,#0000,#0000 3px,#0f766e14 3px 6px)}.status-shape.is-pending-absence{outline-offset:-1px;border:0;outline:1.5px dashed;background:color-mix(in srgb, currentColor 22%, #fff)!important}.status-shape--vacation.is-pending-absence{color:#0f766e}.status-shape--sick.is-pending-absence{color:#a21caf}.status-shape--school.is-pending-absence,.status-shape--otherabsence.is-pending-absence,.status-shape--absence.is-pending-absence{color:#7c3aed}.day-list__item--pending-absence{border-left-style:dashed}.matrix-cell.is-dimmed{opacity:.4}.status-shape{box-sizing:border-box;display:inline-block}.status-shape--ok{background:#1e3a8a;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 2px #ffffffe6}.status-shape--missing{background:#fef2f2;border:1.5px solid #b91c1c;border-radius:1px;width:10px;height:10px;transform:none}.status-shape--anomaly{background:#ea580c;border-radius:1px;width:10px;height:10px}.status-shape--openpunch{background:#16a34a;border:0;border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 2px #ffffffe6}.status-shape.is-pulse-present,.status-shape.is-pulse-overtime,.status-shape.is-pulse-late,.status-shape.is-forgot-out,.swatch--live.is-pulse-present,.swatch--live.is-pulse-overtime,.swatch--live.is-pulse-late,.swatch--live.is-forgot-out{border-radius:50%;width:12px;height:12px;transform:none}.swatch--live.is-pulse-present,.swatch--live.is-pulse-overtime,.swatch--live.is-pulse-late,.swatch--live.is-forgot-out{width:11px;height:11px}.status-shape.is-pulse-present,.swatch--live.is-pulse-present{background:#16a34a;border-color:#16a34a;animation:1.6s ease-in-out infinite presence-pulse-green}.status-shape.is-pulse-overtime,.swatch--live.is-pulse-overtime{background:#ca8a04;border-color:#ca8a04;animation:1.6s ease-in-out infinite presence-pulse-yellow}.status-shape.is-forgot-out,.swatch--live.is-forgot-out{background:#b91c1c;border-color:#b91c1c;animation:none;box-shadow:0 0 0 2px #b91c1c40}.status-shape.is-pulse-late,.swatch--live.is-pulse-late{background:#ea580c;border-color:#ea580c;animation:1.4s ease-in-out infinite presence-pulse-orange}@keyframes presence-pulse-green{0%,to{transform:scale(1);box-shadow:0 0 #16a34a8c}50%{transform:scale(1.08);box-shadow:0 0 0 7px #16a34a00}}@keyframes presence-pulse-yellow{0%,to{transform:scale(1);box-shadow:0 0 #ca8a048c}50%{transform:scale(1.08);box-shadow:0 0 0 7px #ca8a0400}}@keyframes presence-pulse-orange{0%,to{transform:scale(1);box-shadow:0 0 #ea580c8c}50%{transform:scale(1.08);box-shadow:0 0 0 7px #ea580c00}}@media (prefers-reduced-motion:reduce){.status-shape.is-pulse-present,.status-shape.is-pulse-overtime,.status-shape.is-pulse-late,.swatch--live.is-pulse-present,.swatch--live.is-pulse-overtime,.swatch--live.is-pulse-late{animation:none}}.status-shape--vacation,.status-shape--sick,.status-shape--school,.status-shape--absence,.status-shape--otherabsence{width:16px;height:7px;box-shadow:none;border:0;border-radius:4px;transform:none}.status-shape--vacation{background:#0f766e}.status-shape--sick{background:#a21caf}.status-shape--school{background:#2563eb}.status-shape--absence,.status-shape--otherabsence{background:#7c3aed}.status-shape--off{opacity:.7;background:#cbd5e1;border-radius:1px;width:9px;height:9px;transform:rotate(45deg)}.status-shape--planned{background:#64748b38;border:1.5px dashed #64748b;border-radius:50%;width:12px;height:12px}.status-shape--holiday{background:#fcd34d;border:1.5px solid #b45309;border-radius:1px;width:9px;height:9px;transform:rotate(45deg)}.schedule-detail{flex-direction:column;gap:.65rem;padding-top:.25rem;display:flex}.detail-kpi-row{flex-wrap:wrap;gap:.5rem;display:flex}.detail-kpi{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;min-width:5.5rem;padding:.45rem .7rem}.detail-kpi strong{color:#0f172a;font-size:1.1rem;font-weight:800;display:block}.detail-kpi span{color:#64748b;font-size:.75rem;font-weight:600}.detail-kpi.is-warn{background:#fffbeb;border-color:#fcd34d}.detail-kpi.is-alert{background:#fef2f2;border-color:#fecaca}.schedule-detail-caption{color:#64748b;margin:0;font-size:.8rem;font-weight:600}.schedule-bar-chart{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.45rem;padding:.75rem .85rem .85rem;display:flex;position:relative;overflow:visible}.schedule-bar-chart__head h3{color:#0f172a;margin:0;font-size:.95rem;font-weight:800}.schedule-bar-chart__head p{margin:.15rem 0 0}.schedule-bar-chart__empty{margin:.25rem 0 0}.schedule-bar-legend{color:#64748b;flex-wrap:wrap;gap:.65rem 1rem;margin-top:.45rem;font-size:.75rem;font-weight:600;display:flex}.schedule-bar-legend span{align-items:center;gap:.35rem;display:inline-flex}.bar-swatch{border-radius:2px;flex-shrink:0;width:16px;height:9px;display:inline-block}.bar-swatch.solid{background:#1e3a8a}.bar-swatch.pause{box-sizing:border-box;background:#fff;border:1.5px dashed #64748b}.bar-swatch.absence{box-sizing:border-box;background:repeating-linear-gradient(-45deg,#f59e0b,#f59e0b 2px,#fffbeb 2px 5px);border:1px solid #d97706}.bar-swatch.late-gap{box-sizing:border-box;background:#e11d4847;border:1px solid #e11d4873}.bar-swatch.swatch--live{border-radius:50%;width:11px;height:11px}.bar-swatch.soll-tick{background:0 0;border-left:2px solid #0f172a;border-radius:0;width:10px;height:12px;position:relative}.bar-swatch.planned-tick{background:0 0;border-left:2px dashed #0f766e;border-radius:0;width:10px;height:12px}.bar-swatch.planned-band{box-sizing:border-box;background:#0f766e38;border:1px solid #0f766e59}.schedule-bar-planned-band{fill:#0f766e24;stroke:#0f766e47;stroke-width:1px}.schedule-bar-late-gap{fill:#e11d4847}.schedule-bar-chart__scroll{width:100%;position:relative;overflow-x:auto}.schedule-bar-legend-note{margin:.15rem 0 0;font-size:.72rem;font-weight:600}.schedule-bar-row{cursor:default}.schedule-bar-hit{pointer-events:all}.schedule-bar-tooltip{z-index:80;color:#f8fafc;pointer-events:none;background:#0f172a;border:1px solid #cbd5e1;border-radius:8px;min-width:14rem;max-width:18rem;padding:.65rem .75rem;font-size:.78rem;position:fixed;box-shadow:0 10px 28px #0f172a59}.schedule-bar-tooltip.is-above{transform:translateY(calc(-100% - 4px))}.schedule-bar-tooltip__reason{color:#fdba74;font-weight:700;line-height:1.35}.schedule-bar-tooltip__title{margin:0 0 .45rem;font-size:.85rem;font-weight:800;line-height:1.25}.schedule-bar-tooltip dl{gap:.28rem;margin:0;display:grid}.schedule-bar-tooltip dl>div{grid-template-columns:6.2rem 1fr;align-items:baseline;gap:.35rem;display:grid}.schedule-bar-tooltip dt{color:#94a3b8;margin:0;font-weight:650}.schedule-bar-tooltip dd{font-variant-numeric:tabular-nums;align-items:center;gap:.35rem;margin:0;font-weight:700;display:flex}.schedule-bar-tooltip__dot{border-radius:2px;flex-shrink:0;width:.55rem;height:.55rem;display:inline-block}.schedule-bar-chart__svg{max-width:100%;display:block}.schedule-bar-grid{stroke:#e2e8f0;stroke-width:1px}.schedule-bar-tick{fill:#94a3b8;font-size:10px;font-weight:600}.schedule-bar-ylabel{fill:#334155;font-size:11px;font-weight:700}.schedule-bar-value{fill:#475569;font-variant-numeric:tabular-nums;font-size:10px;font-weight:650}.schedule-bar-row.is-clickable{cursor:pointer}.schedule-bar-row.is-clickable:hover .schedule-bar-hit{fill:#94a3b81f}.schedule-detail-list{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin:0;padding:0;list-style:none;overflow:hidden}.schedule-detail-row{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #f1f5f9;grid-template-columns:1.1rem minmax(0,1.4fr) minmax(5rem,.8fr) auto;align-items:center;gap:.55rem;margin:0;padding:.55rem .75rem;display:grid}.schedule-detail-list li:last-child .schedule-detail-row{border-bottom:0}.schedule-detail-row:hover{background:#f8fafc}.schedule-detail-row__label{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.schedule-detail-row__kind{color:#475569;font-size:.8rem;font-weight:650;line-height:1.25}.schedule-detail-row__hours{font-variant-numeric:tabular-nums;color:#334155;font-size:.85rem;font-weight:700}.linkish{color:var(--color-ink);text-underline-offset:2px;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.day-drilldown h3{margin-top:1rem}.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;appearance:none;width:1px;min-width:0;height:1px;min-height:0;box-shadow:none;background:0 0;border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width>=720px){.app-shell--field .site-header__logout{display:inline-flex}.site-header__actions--desktop{display:flex}.site-header__actions--desktop .btn{color:#fff;background:0 0;border-color:#888;min-height:2.4rem;padding:.35rem .7rem;font-size:.85rem}.site-header__actions--desktop .btn:hover:not(:disabled){border-color:var(--color-accent);background:#ffffff1a}.page-head h1{font-size:1.6rem}.balance-grid{grid-template-columns:repeat(4,1fr)}.punch-panel--sticky{box-shadow:none;position:static}}@media (width>=900px){.app-shell--office .site-header__inner{max-width:none;padding-inline:1.25rem}.office-body{grid-template-columns:var(--office-sidebar-w) minmax(0, 1fr);width:100%;max-width:none;min-height:calc(100dvh - var(--header-h));align-items:stretch;gap:0;margin:0;display:grid}.office-body--sidebar-collapsed{grid-template-columns:var(--office-sidebar-w-collapsed) minmax(0, 1fr)}.office-sidebar{top:var(--header-h);width:var(--office-sidebar-w);height:calc(100dvh - var(--header-h));border-right:1px solid var(--color-line-soft);background:var(--color-surface);flex-direction:column;flex-shrink:0;align-self:start;padding:.85rem .65rem 1.25rem .85rem;display:flex;position:sticky;overflow:auto}.office-sidebar--collapsed{width:var(--office-sidebar-w-collapsed);padding-inline:.45rem}.office-sidebar__toggle{display:inline-flex}.office-sidebar--collapsed .office-nav__link{justify-content:center;padding-inline:.35rem}.office-sidebar--collapsed .office-nav__label{display:none}.office-sidebar--collapsed .office-nav__abbr{display:inline-flex}.office-sidebar--collapsed .office-nav__link.is-active .office-nav__abbr{background:var(--color-ink);border:1px solid var(--color-ink);color:#fff}.app-shell--office .app-main{min-width:0;padding:.85rem 1.25rem calc(1.25rem + var(--pad-b)) 1rem}.app-shell--office .app-content--wide{max-width:none}.app-shell--office .site-header__menu-btn{display:none}.site-header__logout{display:inline-flex}}@media (width>=960px){.app-shell--office .brand__logo{height:2.35rem}}.inbox-panel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.85rem;padding:1rem 1.1rem 1.15rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.inbox-panel--secondary{background:#f8fafc}.inbox-panel+.inbox-panel{margin-top:.85rem}.inbox-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem;display:flex}.inbox-tabs__btn{appearance:none;min-height:2.25rem;box-shadow:none;color:#334155;font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;margin:0;padding:.45rem .85rem;font-size:.88rem;font-weight:600;line-height:1;display:inline-flex}.inbox-tabs__btn.is-active{color:#fff;background:#0f172a;border-color:#0f172a}.inbox-tabs__btn:disabled{opacity:.45;cursor:not-allowed}.admin-form--schedule{border-top:1px solid #e2e8f0;margin-top:1.25rem;padding-top:1.25rem}.admin-form--schedule .schedule-help{margin-bottom:1rem}.schedule-help{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin:0 0 1.25rem}.schedule-help__summary{color:#0f172a;cursor:pointer;padding:.75rem 1rem;font-size:.9rem;font-weight:700;list-style:none}.schedule-help__summary::-webkit-details-marker{display:none}.schedule-help__summary:before{content:"▸ ";margin-right:.25rem;transition:transform .15s;display:inline-block}.schedule-help[open] .schedule-help__summary:before{transform:rotate(90deg)}.schedule-help__body{border-top:1px solid #e2e8f0;padding:0 1rem 1rem}.schedule-help__lead{color:#334155;margin:.85rem 0 .65rem;font-size:.88rem;line-height:1.45}.schedule-help__list{color:#475569;margin:.5rem 0 0;padding-left:1.15rem;font-size:.86rem;line-height:1.5}.schedule-help__list li+li{margin-top:.35rem}.schedule-help__tip{margin:.65rem 0 0;font-size:.86rem}.schedule-concept-flow{flex-wrap:wrap;align-items:stretch;gap:.5rem .35rem;margin-top:.85rem;display:flex}.schedule-concept-flow__step{background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-direction:column;flex:140px;gap:.2rem;padding:.65rem .75rem;font-size:.82rem;line-height:1.35;display:flex}.schedule-concept-flow__step strong{text-transform:uppercase;letter-spacing:.03em;color:#0f172a;font-size:.78rem}.schedule-concept-flow__example{color:#64748b;font-size:.78rem}.schedule-concept-flow__arrow{color:#94a3b8;align-self:center;font-size:1.1rem;font-weight:700}.schedule-kind-hint{color:#334155;background:#f1f5f9;border-left:3px solid #0f172a;margin:.85rem 0 0;padding:.65rem .85rem;font-size:.86rem;line-height:1.45}.admin-field__hint{color:#64748b;text-transform:none;letter-spacing:0;margin-top:.25rem;font-size:.76rem;font-weight:400;line-height:1.35;display:block}.admin-field{flex-direction:column;gap:.3rem;margin:0;display:flex}.admin-field__label{color:#64748b;text-transform:uppercase;letter-spacing:.02em;font-size:.78rem;font-weight:700}.admin-form__grid>.admin-field input,.admin-form__grid>.admin-field select{text-transform:none;letter-spacing:0;color:#0f172a;font-weight:600}.admin-form__check .admin-field__hint{margin-left:1.45rem}.admin-form__section-title{color:#0f172a;margin:1.15rem 0 .25rem;font-size:.92rem;font-weight:700}.admin-form__section-lead{margin:0 0 .35rem;font-size:.84rem}.schedule-wizard{flex-direction:column;gap:1rem;display:flex}.schedule-wizard__steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;display:grid}.schedule-wizard__step{text-align:left;cursor:default;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:.55rem;padding:.65rem .75rem;display:flex}.schedule-wizard__step.is-active{background:#f8fafc;border-color:#0f172a;box-shadow:inset 0 0 0 1px #0f172a}.schedule-wizard__step.is-done:not(:disabled),.schedule-wizard__step.is-navigable{cursor:pointer}.schedule-wizard__step.is-done .schedule-wizard__step-no{color:#fff;background:#0f172a}.schedule-wizard__step:disabled{opacity:.55}.schedule-wizard__step-no{background:#e2e8f0;border-radius:999px;flex:none;place-items:center;width:1.6rem;height:1.6rem;font-size:.82rem;font-weight:800;display:grid}.schedule-wizard__step-text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.schedule-wizard__step-text strong{color:#0f172a;font-size:.86rem}.schedule-wizard__step-text span{color:#64748b;font-size:.74rem;line-height:1.3}.schedule-wizard__panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.1rem}.schedule-wizard__content{flex-direction:column;gap:.85rem;display:flex}.schedule-wizard__title{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.schedule-wizard__intro{margin:0;font-size:.88rem;line-height:1.45}.schedule-wizard__kind{border:0;margin:0;padding:0}.schedule-wizard__kind legend{color:#0f172a;margin-bottom:.5rem;font-size:.88rem;font-weight:700}.schedule-wizard__kind-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.schedule-wizard__kind-card{text-align:left;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.35rem;padding:.85rem .95rem;display:flex}.schedule-wizard__kind-card strong{color:#0f172a;font-size:.92rem}.schedule-wizard__kind-card span{color:#64748b;font-size:.8rem;line-height:1.4}.schedule-wizard__kind-card.is-active{background:#f8fafc;border-color:#0f172a}.schedule-wizard__bulk{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:.65rem;padding:.75rem .85rem;display:flex}.schedule-wizard__bulk label{color:#334155;flex-direction:column;flex:220px;gap:.25rem;font-size:.82rem;font-weight:700;display:flex}.schedule-wizard__week-table{border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.schedule-wizard__week-head,.schedule-wizard__week-row{grid-template-columns:minmax(120px,34%) 1fr;align-items:center;gap:.75rem;padding:.55rem .75rem;display:grid}.schedule-wizard__week-head{text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f1f5f9;font-size:.72rem;font-weight:700}.schedule-wizard__week-row{border-top:1px solid #e2e8f0}.schedule-wizard__week-row.is-weekend{background:#fafafa}.schedule-wizard__week-day{flex-direction:column;gap:.05rem;display:flex}.schedule-wizard__week-day strong{font-size:.92rem}.schedule-wizard__week-row label select{width:100%}.schedule-wizard__week-table--compact .schedule-wizard__week-row{padding:.4rem .65rem}.schedule-wizard__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:0;display:grid}.schedule-wizard__summary div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.65rem .75rem}.schedule-wizard__summary dt{text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin:0;font-size:.72rem;font-weight:700}.schedule-wizard__summary dd{color:#0f172a;margin:.2rem 0 0;font-weight:600}.schedule-wizard__summary-week h4{margin:0 0 .35rem;font-size:.88rem}.schedule-wizard__summary-week ul{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.25rem .75rem;margin:0;padding:0;font-size:.84rem;list-style:none;display:grid}.schedule-wizard__summary-week li strong{width:2rem;display:inline-block}.schedule-wizard__options{margin-top:.25rem}.schedule-wizard__next-hint{margin:0;font-size:.84rem}.schedule-wizard__error{margin:0}.schedule-wizard__actions{margin-top:0}.admin-form__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=860px){.schedule-wizard__steps,.schedule-wizard__kind-cards,.schedule-wizard__summary,.admin-form__grid--2{grid-template-columns:1fr}}.modal-root--center{align-items:center;padding:1rem}.schedule-template-modal{border-bottom:1px solid var(--color-line-soft);border-radius:14px;gap:0;width:min(100%,52rem);max-height:min(92dvh,52rem);overflow:hidden}.schedule-template-modal__header{border-bottom:1px solid #e2e8f0;flex-shrink:0;padding-bottom:.85rem}.schedule-template-modal__sub{color:#64748b;margin:.25rem 0 0;font-size:.88rem;font-weight:600}.schedule-template-modal__body{flex-direction:column;flex:1;gap:1rem;min-height:0;padding-top:.85rem;display:flex;overflow:auto}.schedule-edit-form{flex-direction:column;gap:1.15rem;display:flex}.schedule-edit-form__section{border-bottom:1px solid #e2e8f0;flex-direction:column;gap:.65rem;padding-bottom:1rem;display:flex}.schedule-edit-form__section:last-of-type{border-bottom:0;padding-bottom:0}.schedule-edit-form__heading{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.schedule-edit-form__actions{background:var(--color-surface);border-top:1px solid #e2e8f0;margin:0;padding-top:.75rem;position:sticky;bottom:0}@media (width<=640px){.modal-root--center{align-items:flex-end;padding:0}.schedule-template-modal{border-bottom:0;border-radius:14px 14px 0 0;width:100%;max-height:min(92dvh,52rem)}}.schedule-admin-layout{--schedule-admin-pane-h:calc(100dvh - var(--header-h) - 7.5rem);--schedule-admin-head-h:4.75rem;min-height:var(--schedule-admin-pane-h);grid-template-columns:minmax(300px,40%) minmax(0,1fr);align-items:start;gap:1.25rem;margin-top:.5rem;display:grid}.schedule-admin-layout>.inbox-panel{gap:0;margin:0}.schedule-admin-layout>.inbox-panel+.inbox-panel{margin-top:0}.schedule-admin-list{height:var(--schedule-admin-pane-h);max-height:var(--schedule-admin-pane-h);box-sizing:border-box;flex-direction:column;padding:0;display:flex;overflow:hidden}.schedule-admin-list__head{height:var(--schedule-admin-head-h);min-height:var(--schedule-admin-head-h);max-height:var(--schedule-admin-head-h);box-sizing:border-box;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.65rem;margin:0;padding:.75rem 1rem;display:flex}.schedule-admin-list__body{flex-direction:column;flex:1;gap:.65rem;min-height:0;padding:.75rem 1rem 1rem;display:flex;overflow:hidden}.schedule-admin-list__titles h2{margin:0;font-size:.95rem;font-weight:800}.schedule-admin-count{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:.78rem;font-weight:700}.schedule-admin-list__empty{padding:.5rem .25rem;font-size:.88rem}.schedule-admin-toolbar{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;margin-bottom:0;display:flex}.schedule-admin-toolbar+.schedule-admin-toolbar{margin-top:-.25rem}.schedule-admin-toolbar .schedule-admin-search{flex:10rem;min-width:0;margin-bottom:0}.schedule-admin-search{display:block}.schedule-admin-search input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;width:100%;min-height:2.25rem;padding:.4rem .6rem;font-size:.88rem}.schedule-admin-filter{color:#64748b;cursor:pointer;white-space:nowrap;flex-direction:row;flex-shrink:0;align-items:center;gap:.4rem;min-height:2.25rem;margin:0;padding:0 .15rem;font-size:.82rem;font-weight:500;display:inline-flex}.schedule-admin-filter input[type=checkbox]{margin:0}.schedule-admin-kind-filter{background:#f1f5f9;border-radius:8px;flex-wrap:wrap;gap:.25rem;padding:.2rem;display:inline-flex}.schedule-admin-kind-filter__btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;padding:.35rem .55rem;font-size:.78rem;font-weight:600;line-height:1.2}.schedule-admin-kind-filter__btn:hover{color:#334155}.schedule-admin-kind-filter__btn.is-active{color:#0f172a;background:#fff;border-color:#e2e8f0;box-shadow:0 1px 2px #0f172a0f}.schedule-admin-items{flex-direction:column;flex:1;gap:.3rem;min-height:0;margin:0;padding:0;list-style:none;display:flex;overflow:auto}.schedule-admin-item{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex-direction:column;gap:.2rem;width:100%;padding:.5rem .6rem;transition:background .12s,border-color .12s;display:flex}.schedule-admin-item:hover{background:#f8fafc;border-color:#e2e8f0}.schedule-admin-item.is-active{background:var(--color-tile);border-color:var(--color-line-soft);box-shadow:inset 3px 0 0 var(--color-ink)}.schedule-admin-item.is-active .schedule-admin-item__name{font-weight:800}.schedule-admin-item.is-active .schedule-admin-item__code{border:1px solid var(--color-line-soft);background:#fff}.schedule-admin-item--plan{grid-template-columns:auto minmax(0,1fr) 2.1rem;align-items:start;gap:.15rem .5rem;display:grid}.schedule-admin-item--plan .schedule-admin-item__code{margin-top:.12rem}.schedule-admin-item__body{flex-direction:column;gap:.12rem;min-width:0;display:flex}.schedule-admin-item__soll{color:#475569;font-variant-numeric:tabular-nums;font-size:.74rem;font-weight:600;line-height:1.3}.schedule-admin-item--plan .schedule-admin-item__ref{text-align:right;color:#64748b;align-self:start;margin-top:.15rem}.schedule-admin-item__ref--empty{visibility:hidden}.schedule-admin-item__main{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.45rem;min-width:0;display:grid}.schedule-admin-item__code{color:#475569;background:#f1f5f9;border-radius:4px;flex-shrink:0;padding:.12rem .35rem;font-size:.72rem}.schedule-admin-item__name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:600;overflow:hidden}.schedule-admin-item__meta{color:#64748b;justify-content:space-between;align-items:center;gap:.5rem;padding-left:.15rem;font-size:.74rem;display:flex}.schedule-admin-item__kind{flex:none;font-weight:600}.schedule-admin-ma{flex:1;justify-content:flex-end;align-items:center;gap:.3rem;min-width:0;display:flex}.schedule-admin-ma__names{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.schedule-admin-ma__pill{color:#334155;white-space:nowrap;background:#f1f5f9;border-radius:999px;flex:none;padding:.08rem .42rem;font-size:.7rem;font-weight:650;line-height:1.35}.schedule-admin-item__ref,.schedule-admin-item__empty-ma{font-variant-numeric:tabular-nums}.schedule-admin-item__sub{margin-top:.1rem;font-size:.76rem;line-height:1.3;display:block}.schedule-admin-item__muted-tag{color:#94a3b8;font-size:.72rem;font-weight:600}.inbox-chip--xs{min-height:1rem;padding:0 .35rem;font-size:.65rem}.stammdaten-devices{flex-direction:column;gap:1rem;margin-top:1.25rem;display:flex}.admin-field--full{grid-column:1/-1}.schedule-admin-detail{height:var(--schedule-admin-pane-h);max-height:var(--schedule-admin-pane-h);box-sizing:border-box;flex-direction:column;padding:0;display:flex;overflow:hidden}.schedule-admin-detail--empty{min-height:14rem;max-height:none;box-shadow:none;background:#f8fafc;justify-content:center;align-items:center;display:flex}.schedule-admin-empty{text-align:center;max-width:14rem}.schedule-admin-empty__icon{color:#94a3b8;margin-bottom:.5rem;font-size:1.25rem;display:block}.schedule-admin-detail>.schedule-detail-editor{flex:1;min-height:0}.schedule-admin-detail__head{height:var(--schedule-admin-head-h);min-height:var(--schedule-admin-head-h);max-height:var(--schedule-admin-head-h);box-sizing:border-box;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;margin:0;padding:.75rem 1rem;display:flex;overflow:hidden}.schedule-admin-detail__titleblock{flex:1;min-width:0}.schedule-admin-detail__badges{flex-wrap:nowrap;align-items:center;gap:.35rem;min-width:0;margin-bottom:.2rem;display:flex;overflow:hidden}.schedule-admin-detail__code{color:#475569;background:#f1f5f9;border-radius:4px;padding:.1rem .4rem;font-size:.75rem}.schedule-admin-detail__badge{background:var(--color-tile);border:1px solid var(--color-line-soft);color:var(--color-ink-soft);border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:700}.schedule-admin-detail__title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:800;line-height:1.25;overflow:hidden}.schedule-editor-tabs{border-bottom:1px solid #e2e8f0;flex-shrink:0;gap:.15rem;margin:0;padding:.75rem 1rem .7rem;display:flex}.schedule-editor-tabs__btn{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:4px 4px 0 0;padding:.45rem .65rem;font-size:.84rem;font-weight:600;position:relative}.schedule-editor-tabs__btn:hover{color:#334155;background:#f8fafc}.schedule-editor-tabs__btn.is-active{color:#0f172a;font-weight:700}.schedule-editor-tabs__btn.is-active:after{content:"";background:var(--color-ink);border-radius:2px 2px 0 0;height:3px;position:absolute;bottom:-1px;left:.35rem;right:.35rem}.schedule-editor-tabs__count{color:#15803d;background:#dcfce7;border-radius:999px;justify-content:center;align-items:center;min-width:1.1rem;height:1.1rem;margin-left:.25rem;padding:0 .25rem;font-size:.68rem;font-weight:700;display:inline-flex}.schedule-detail-editor{flex-direction:column;flex:1;min-height:0;padding:0 1rem 1rem;display:flex;overflow:hidden}.schedule-detail-editor__panel>form.schedule-detail-editor__sections{margin:0}.schedule-detail-editor__panel{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex:1;min-width:0;padding:1.15rem .15rem .25rem 0;overflow:hidden auto}.schedule-detail-editor__panel::-webkit-scrollbar{width:6px}.schedule-detail-editor__panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.schedule-plan-panel{flex-direction:column;gap:.85rem;min-width:0;display:flex}.schedule-plan-panel .schedule-wizard__bulk{flex-direction:column;align-items:stretch;gap:.5rem;padding:.65rem .7rem}.schedule-plan-panel .schedule-wizard__bulk label{color:#475569;text-transform:none;flex:none;gap:.35rem;width:100%;min-width:0;max-width:20rem;font-size:.78rem;font-weight:700}.schedule-plan-panel .schedule-wizard__bulk label select,.schedule-plan-panel .schedule-wizard__week-row select,.schedule-plan-panel .rotation-week-editor__count input{box-sizing:border-box;border-width:1px;width:100%;min-width:0;max-width:20rem;min-height:2.1rem;padding:.35rem .5rem;font-size:.82rem}.schedule-plan-panel .schedule-wizard__bulk label select,.schedule-plan-panel .schedule-wizard__week-row select{background-position:right .45rem center;background-size:.7rem;padding-right:1.75rem}.schedule-plan-panel .schedule-wizard__week-table{width:fit-content;min-width:0;max-width:100%;overflow:hidden}.schedule-plan-panel .schedule-wizard__week-head,.schedule-plan-panel .schedule-wizard__week-row{grid-template-columns:2.5rem minmax(11rem,20rem);gap:.5rem;padding:.4rem .55rem}.schedule-plan-panel .schedule-wizard__week-day{align-self:center}.schedule-plan-panel .schedule-wizard__week-day strong{text-align:center;font-size:.82rem;display:block}.schedule-plan-panel .schedule-wizard__week-day-full{display:none}.schedule-plan-panel .schedule-wizard__week-row>label{min-width:0;font-weight:inherit;text-transform:none;font-size:inherit;color:inherit;margin:0;display:block}.schedule-plan-panel .schedule-wizard__bulk .btn{align-self:flex-start}.schedule-plan-panel .rotation-week-editor__count input{max-width:6rem}.schedule-detail-editor__section{flex-direction:column;gap:.75rem;display:flex}.schedule-detail-editor__sections{flex-direction:column;gap:1.25rem;display:flex}.schedule-detail-editor__section--ruled{border-bottom:1px solid #f1f5f9;padding-bottom:1.25rem}.schedule-detail-editor__section-title{color:#475569;text-transform:none;letter-spacing:0;margin:0;font-size:.82rem;font-weight:700;line-height:1.35}.schedule-detail-editor__section-title+.admin-form__grid,.schedule-detail-editor__section-title+.schedule-detail-editor__kind-block,.schedule-detail-editor__section-title+.schedule-plan-panel,.schedule-detail-editor__section-title+.schedule-template-employees,.schedule-detail-editor__section-title+.schedule-wizard__kind-cards,.schedule-detail-editor__section-title+.day-plan-breaks__intro{margin-top:.1rem}.schedule-detail-editor__kind-block{flex-direction:column;gap:.55rem;display:flex}.schedule-detail-editor__kind-block+.schedule-plan-panel{margin-top:.35rem}.schedule-detail-editor__lead{color:#64748b;margin:0;font-size:.84rem}.schedule-detail-editor__subhead{color:#475569;text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:.82rem;font-weight:700}.schedule-detail-editor__divider{background:#e2e8f0;height:1px;margin:.25rem 0}.schedule-detail-editor__status{flex-shrink:0;margin:.5rem 0 0;font-size:.86rem}.schedule-detail-editor__footer{border-top:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0;align-items:flex-start;gap:.5rem .75rem;margin-top:.75rem;padding-top:.75rem;display:flex}.schedule-detail-editor__delete{align-items:center;margin-left:auto;display:flex}.schedule-detail-editor__delete .btn:disabled{opacity:.55;cursor:not-allowed}.schedule-detail-editor__hint{color:#64748b;margin:0;font-size:.82rem;line-height:1.45}.day-plan-hours{grid-template-columns:minmax(7.5rem,11rem)}.day-plan-clocks{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.day-plan-clock{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.65rem;padding:.75rem .85rem;display:flex}.day-plan-clock__head{flex-direction:column;gap:.35rem;margin:0;display:flex}.day-plan-clock__label{color:#64748b;text-transform:uppercase;letter-spacing:.02em;font-size:.78rem;font-weight:700}.day-plan-clock__head input{font-variant-numeric:tabular-nums;border:1px solid #e2e8f0;border-radius:6px;width:100%;max-width:10rem;min-height:2.25rem;padding:.4rem .55rem;font-size:.95rem}.day-plan-clock__head input:focus{border-color:var(--color-ink);outline-offset:0;outline:2px solid #1111111f}.day-plan-clock__modes{flex-direction:column;gap:.4rem;display:flex}.day-plan-clock__mode{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-direction:column;gap:.15rem;margin:0;padding:.55rem .65rem;display:flex}.day-plan-clock__mode.is-active{border-color:var(--color-ink);background:var(--color-tile)}.day-plan-clock__mode strong{color:#0f172a;font-size:.84rem}.day-plan-clock__mode span{color:#64748b;font-size:.75rem;line-height:1.35}.day-plan-clock__empty{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}.day-plan-clock-summary{color:#334155;background:#f8fafc;border-radius:6px;margin:0;padding:.55rem .7rem;font-size:.82rem;line-height:1.4}.day-plan-soll-readonly{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.15rem;padding:.65rem .75rem;display:flex}.day-plan-soll-readonly__label{color:#64748b;text-transform:uppercase;letter-spacing:.02em;font-size:.78rem;font-weight:700}.day-plan-soll-readonly__value{color:#0f172a;font-variant-numeric:tabular-nums;font-size:1.15rem;font-weight:800}.day-plan-soll-readonly__hint{color:#64748b;font-size:.78rem;line-height:1.4}@media (width<=720px){.day-plan-clocks{grid-template-columns:1fr}}.schedule-admin-item__window{color:#475569;font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:600}.admin-form__grid--dayplan{grid-template-columns:1fr 1fr}.admin-form__grid--dayplan .admin-field--full{grid-column:1/-1}.schedule-detail-editor .admin-form__grid{align-items:start}.schedule-detail-editor .admin-form__grid input:not([type=checkbox]):not([type=radio]),.schedule-detail-editor .admin-form__grid select{border-width:1px;border-color:#e2e8f0;border-radius:8px;min-height:2.25rem;padding:.4rem .55rem;font-size:.9rem}.schedule-detail-editor .admin-form__grid select{background-position:right .5rem center;background-size:.72rem;padding-right:1.85rem}.schedule-detail-editor .admin-form__grid input:focus{border-color:var(--color-ink);outline-offset:0;outline:2px solid #1111111f}.day-plan-breaks__intro{color:#64748b;margin:0 0 .7rem;font-size:.82rem;line-height:1.4}.day-plan-breaks{flex-direction:column;gap:.55rem;display:flex}.day-plan-break-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.65rem;margin:0;padding:.7rem .8rem;display:flex}.day-plan-break-card.is-active{border-color:var(--color-ink);background:var(--color-tile);box-shadow:0 0 0 1px var(--color-ink)}.day-plan-break-card__head{align-items:flex-start;gap:.7rem;display:flex}.day-plan-break-card__radio{background:#fff;border:2px solid #94a3b8;border-radius:999px;flex:none;width:1.05rem;height:1.05rem;margin-top:.12rem;box-shadow:inset 0 0 0 2px #fff}.day-plan-break-card.is-active .day-plan-break-card__radio{border-color:var(--color-ink);background:var(--color-ink);box-shadow:inset 0 0 0 3px #fff}.day-plan-break-card__copy{flex-direction:column;gap:.15rem;min-width:0;display:flex}.day-plan-break-card__copy strong{color:#0f172a;font-size:.9rem}.day-plan-break-card__copy span{color:#64748b;font-size:.78rem;line-height:1.4}.day-plan-break-card__fields{grid-template-columns:minmax(8rem,12rem);gap:.65rem;padding-left:1.75rem;display:grid}.day-plan-break-card__fields--2{grid-template-columns:repeat(2,minmax(7rem,1fr))}.day-plan-break-card__fields--fixed{grid-template-columns:1fr;max-width:36rem}.day-plan-break-style{gap:.4rem;display:flex}.day-plan-break-style__btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:7px;flex:1;margin:0;padding:.45rem .6rem;font-size:.8rem;font-weight:600}.day-plan-break-style__btn.is-active{border-color:var(--color-ink);color:#0f172a;box-shadow:0 0 0 1px var(--color-ink);background:#fff}.day-plan-break-windows{flex-direction:column;gap:.55rem;display:flex}.day-plan-break-window{grid-template-columns:minmax(6.5rem,1fr) minmax(6.5rem,1fr) auto auto;align-items:end;gap:.45rem;display:grid}.day-plan-break-window__mins{color:#64748b;white-space:nowrap;min-width:3.6rem;padding-bottom:.55rem;font-size:.78rem}.day-plan-break-window__remove,.day-plan-break-windows__add{color:#475569;cursor:pointer;background:0 0;border:0;margin:0;padding:.4rem .55rem;font-size:.78rem;font-weight:600}.day-plan-break-window__remove:disabled{opacity:.4;cursor:default}.day-plan-break-windows__add{color:var(--color-ink);align-self:start}.day-plan-break-windows__sum{color:#64748b;margin:0;font-size:.78rem;line-height:1.4}@media (width<=640px){.day-plan-break-card__fields--2{grid-template-columns:1fr}}.day-plan-surcharges{flex-direction:column;gap:.65rem;display:flex}.day-plan-surcharge-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.day-plan-surcharge-card--active{border-color:var(--color-ink);background:var(--color-tile)}.day-plan-surcharge-card__band{border-top:1px solid #e2e8f0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;padding:.75rem .85rem .85rem;display:grid}.day-plan-surcharge-card--active .day-plan-surcharge-card__band{border-top-color:#1111111f}.day-plan-toggle{cursor:pointer;text-transform:none;letter-spacing:0;font-weight:inherit;color:inherit;background:0 0;border:0;border-radius:0;align-items:flex-start;gap:.65rem;margin:0;padding:.75rem .85rem;display:flex}.day-plan-toggle--solo{background:#fff;border:1px solid #e2e8f0;border-radius:8px}.day-plan-toggle--solo.day-plan-toggle--active{border-color:var(--color-ink);background:var(--color-tile)}.day-plan-toggle input[type=checkbox]{margin:.12rem 0 0}.day-plan-toggle__body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.day-plan-toggle__body strong{color:#0f172a;font-size:.88rem;font-weight:700;line-height:1.35}.day-plan-toggle__body .admin-field__hint{text-transform:none;letter-spacing:0;margin:0;font-weight:400;line-height:1.4}.schedule-kind-field{border:0;margin:0;padding:0}.schedule-kind-field__legend{color:#64748b;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.4rem;padding:0;font-size:.78rem;font-weight:700}.schedule-kind-segment{background:#f1f5f9;border-radius:8px;grid-template-columns:1fr 1fr;gap:.35rem;padding:.25rem;display:grid}.schedule-kind-segment__btn{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:1px solid #0000;border-radius:6px;padding:.45rem .55rem;font-size:.82rem;font-weight:600;line-height:1.25}.schedule-kind-segment__btn:hover{color:#334155}.schedule-kind-segment__btn.is-active{color:#0f172a;background:#fff;border-color:#e2e8f0;font-weight:700;box-shadow:0 1px 2px #0f172a0f}.schedule-kind-segment__desc{color:#64748b;margin:.45rem 0 0;font-size:.8rem;line-height:1.4}.schedule-template-employees--tab{border:0;margin:0;padding:0}.schedule-employees-tab{flex-direction:column;gap:1rem;display:flex}.schedule-employees-tab__intro{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.85rem;padding:.9rem 1rem;display:flex}.schedule-employees-tab__intro-text{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.schedule-employees-tab__summary{color:#0f172a;margin:0;font-size:.9rem;line-height:1.45}.schedule-employees-tab__summary strong{font-weight:800}.schedule-employees-tab__hint{color:#64748b;margin:0;font-size:.82rem;line-height:1.45}.schedule-employees-tab__cta{flex-shrink:0;align-self:flex-start}.schedule-employees-tab__status{margin:0;padding:.25rem 0}.schedule-employee-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.schedule-employee-list__item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem .9rem}.schedule-employee-list__row{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.schedule-employee-list__name{color:#0f172a;font-size:.92rem;font-weight:700;line-height:1.35}.schedule-employee-list__pnr{color:#64748b;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.78rem;font-weight:700}.schedule-employee-list__meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.35rem;font-size:.8rem;line-height:1.4;display:flex}@media (width<=960px){.schedule-admin-layout{grid-template-columns:1fr;min-height:0}.schedule-admin-detail{height:auto;max-height:none;position:static}.schedule-admin-list{max-height:none}.schedule-admin-items{flex:none;max-height:none}.schedule-kind-segment{grid-template-columns:1fr}}.admin-form__subtitle{color:#0f172a;margin:0 0 .65rem;font-size:.95rem;font-weight:700}.day-eval-breakdown{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem 1rem;margin:0 0 1rem;padding:.75rem .85rem;display:grid}.day-eval-breakdown div.is-highlight dd{color:#0f172a;font-weight:800}.day-eval-breakdown dt{text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin:0;font-size:.72rem;font-weight:700}.day-eval-breakdown dd{font-variant-numeric:tabular-nums;margin:.15rem 0 0;font-weight:600}.day-eval-breakdown__hint{grid-column:1/-1;margin:0;font-size:.78rem}.day-eval-breakdown--compact{margin:0 0 .85rem;font-size:.88rem}.rotation-week-editor{flex-direction:column;gap:1rem;min-width:0;display:flex}.rotation-week-editor__toolbar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:.85rem 1.25rem;padding:.85rem 1rem;display:flex}.rotation-week-editor__hint{color:#64748b;flex:16rem;min-width:0;margin:0;font-size:.82rem;line-height:1.45}.rotation-week-editor__hint strong{color:#475569;font-weight:700}.rotation-week-editor__weeks{grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr));align-items:start;gap:.85rem;display:grid}.rotation-week-editor__week{background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:0;margin:0;padding:.75rem .85rem .85rem}.rotation-week-editor__week-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.55rem;display:flex}.rotation-week-editor__week-title{color:#0f172a;margin:0;font-size:.85rem;font-weight:700}.rotation-week-editor__copy{flex-shrink:0;padding-inline:.45rem;font-size:.75rem}.rotation-week-editor__count{color:#475569;flex-direction:column;gap:.35rem;margin:0;font-size:.82rem;font-weight:700;display:flex}.schedule-template-employees{border-bottom:1px solid #e2e8f0;margin-bottom:1rem;padding-bottom:1rem}.schedule-template-employees__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.schedule-template-employees__head h3{margin:0;font-size:.95rem;font-weight:700}.schedule-template-employees__link{font-size:.85rem;font-weight:600}.inbox-table--compact td,.inbox-table--compact th{font-size:.88rem}.inbox-panel__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.65rem;display:flex}.inbox-panel__head h2{color:#0f172a;margin:0;font-size:1.05rem;font-weight:800}.inbox-panel__head p{margin:.2rem 0 0}.inbox-panel__count{color:#334155;background:#e2e8f0;border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.78rem;font-weight:700;display:inline-flex}.inbox-panel__empty{margin:0;padding:.35rem 0 .15rem}.inbox-table-wrap{width:100%;overflow-x:auto}.inbox-table{border-collapse:collapse;width:100%;font-size:.9rem}.inbox-table th{color:#64748b;letter-spacing:.03em;text-align:left;text-transform:uppercase;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:.45rem .65rem;font-size:.72rem;font-weight:700}.inbox-table td{vertical-align:middle;color:#0f172a;border-bottom:1px solid #f1f5f9;padding:.7rem .65rem}.inbox-table tbody tr:last-child td{border-bottom:0}.inbox-table tbody tr:hover td{background:#f8fafc}.inbox-table strong{font-weight:750;display:block}.inbox-table__meta{color:#64748b;margin-top:.12rem;font-size:.78rem;font-weight:600;display:block}.inbox-table__note{color:#475569;max-width:22rem;font-size:.86rem;line-height:1.35}.inbox-table__actions{white-space:nowrap;text-align:right;width:1%}.inbox-chip{color:#334155;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;align-items:center;padding:.18rem .5rem;font-size:.78rem;font-weight:700;display:inline-flex}.inbox-chip--warn{color:#92400e;background:#fffbeb;border-color:#fcd34d}.inbox-chip--neutral{color:#334155;background:#f1f5f9;border-color:#cbd5e1}.inbox-chip--muted{color:#64748b;background:#f8fafc;border-color:#e2e8f0}.stammdaten-status-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.35rem;margin-bottom:1rem;padding:.75rem .85rem;display:flex}.stammdaten-status-card__hint{margin:0;font-size:.88rem;line-height:1.45}.stammdaten-status-card__meta{color:#64748b;margin:.15rem 0 0;padding-left:1.1rem;font-size:.82rem;line-height:1.4}.schedule-assignment-history{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin:0 0 1.1rem;padding:.85rem .95rem}.schedule-assignment-history__title{color:#0f172a;margin:0 0 .25rem;font-size:.88rem;font-weight:800}.schedule-assignment-history__intro{margin:0 0 .65rem;font-size:.82rem;line-height:1.45}.schedule-assignment-history__list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.schedule-assignment-history__item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.55rem .65rem}.schedule-assignment-history__item.is-current{background:#f0fdf4;border-color:#86efac}.schedule-assignment-history__head{flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.9rem;display:flex}.schedule-assignment-history__range{margin:.2rem 0 0;font-size:.82rem}.inbox-search{margin:0;display:block}.inbox-search input{width:100%;max-width:28rem;min-height:2.5rem;padding:.45rem .75rem}.inbox-subhead{color:#0f172a;margin:0 0 .45rem;font-size:.92rem;font-weight:800}.inbox-table__num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.inbox-table__row--active td{background:#eff6ff!important}.overtime-table tbody tr{cursor:pointer}.overtime-stand--warn{color:#b45309}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.inbox-actions{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:inline-flex}.btn--approve{background:var(--color-accent);color:var(--color-ink);border-color:var(--color-ink);font-weight:750}.btn--approve:hover:not(:disabled){background:var(--color-accent-press)}.btn--reject{color:#fff;background:#0f172a;border-color:#0f172a;font-weight:750}.btn--reject:hover:not(:disabled){background:#1e293b}.admin-toolbar{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin:0;display:flex}.admin-toolbar label{color:#64748b;text-transform:uppercase;letter-spacing:.02em;flex-direction:column;gap:.3rem;margin:0;font-size:.78rem;font-weight:700;display:flex}.admin-toolbar input[type=number]{width:6.5rem;min-height:2.5rem;padding:.4rem .65rem}.admin-toolbar__period{text-transform:none;letter-spacing:0;align-self:center;font-size:.95rem;font-weight:650}.admin-toolbar__result{margin:.15rem 0 0}.admin-form{flex-direction:column;gap:.85rem;margin:0;display:flex}.admin-form__grid{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));align-items:end;gap:.75rem 1rem;display:grid}.admin-form__grid--3{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}.admin-form__grid>label{color:#64748b;text-transform:uppercase;letter-spacing:.02em;flex-direction:column;gap:.3rem;margin:0;font-size:.78rem;font-weight:700;display:flex}.admin-form__grid>label input,.admin-form__grid>label select{text-transform:none;letter-spacing:0;color:#0f172a;font-weight:600}.admin-form__check{align-items:center;min-height:2.5rem;text-transform:none!important;letter-spacing:0!important;color:#0f172a!important;flex-direction:row!important;gap:.5rem!important;font-size:.9rem!important;font-weight:650!important}.admin-form__check input{margin:0}.admin-form__actions{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.admin-form__actions p{margin:0}.stammdaten-badge{color:#334155;font-size:.82rem;font-weight:650}.inbox-table tbody tr[role=button]{cursor:pointer}.inbox-table-wrap--scroll{max-height:min(70vh,36rem);overflow:auto}.datev-page{flex-direction:column;gap:.85rem;display:flex}.datev-page>.inbox-panel+.inbox-panel{margin-top:0}.datev-accounts-panel{min-height:0}.datev-export-panel{gap:1rem}.datev-toolbar{flex-wrap:wrap;align-items:center;gap:.65rem .85rem;display:flex}.datev-toolbar__kpis{flex:auto;min-width:0}.datev-toolbar__export{flex-shrink:0;margin-left:auto}.datev-export-result{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;flex-direction:column;gap:.35rem;padding:.75rem .85rem;display:flex}.datev-export-result p{margin:0;font-size:.9rem}.datev-table-wrap .inbox-table thead{z-index:1;background:#fff;position:sticky;top:0;box-shadow:0 1px #e2e8f0}.datev-accounts-table th,.datev-accounts-table td.inbox-table__num{min-width:3.25rem}.datev-accounts-table__group-row th{text-align:center;border-bottom:0;padding-top:.35rem;padding-bottom:.25rem;font-size:.68rem}.datev-accounts-table__group{color:#475569;background:#f8fafc}.datev-accounts-table__group--base{text-align:left}.datev-accounts-table__col-head{vertical-align:bottom;line-height:1.15}.datev-accounts-table__code{letter-spacing:.03em;font-size:.72rem;font-weight:800;display:block}.datev-accounts-table__label{letter-spacing:0;text-transform:none;color:#94a3b8;margin-top:.1rem;font-size:.62rem;font-weight:650;display:block}.datev-accounts-table__empty{color:#cbd5e1}.datev-accounts-table__totals th,.datev-accounts-table__totals td{color:#0f172a;background:#f8fafc;border-top:2px solid #e2e8f0;padding-top:.55rem;padding-bottom:.55rem;font-weight:800}.datev-accounts-table__totals th{text-align:left;text-transform:none;letter-spacing:0;font-size:.78rem}@media (width<=899px){.datev-toolbar__export{flex:100%;margin-left:0}.datev-toolbar__kpis{flex-wrap:wrap}}@media (width>=900px){.app-shell--office:has(.datev-page){height:100dvh;max-height:100dvh;overflow:hidden}.office-body:has(.datev-page){height:auto;min-height:0;overflow:hidden}.app-shell--office .app-main:has(.datev-page){flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.app-shell--office .app-content:has(.datev-page){flex-direction:column;flex:auto;height:100%;min-height:0;display:flex;overflow:hidden}.app-shell--office .app-content:has(.datev-page)>.page-head{flex-shrink:0}.datev-page{flex:auto;min-height:0;overflow:auto}.datev-export-panel,.datev-page>.inbox-panel--secondary{flex-shrink:0}.datev-accounts-panel{flex:1;min-height:16rem;overflow:hidden}.datev-accounts-panel .inbox-panel__head,.datev-accounts-panel .inbox-search,.datev-accounts-panel .loading,.datev-accounts-panel .error,.datev-accounts-panel .inbox-panel__empty{flex-shrink:0}.datev-accounts-panel .datev-table-wrap{flex:1;min-height:0;max-height:none}}.inbox-chip--ok{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.inbox-chip-wrap{cursor:pointer;border-radius:999px;outline:none;display:inline-flex;position:relative}.inbox-chip-wrap.is-open .inbox-chip{box-shadow:0 0 0 2px var(--color-ink)}.inbox-chip-popover{z-index:120;pointer-events:auto;background:#fff;border:1px solid #cbd5e1;border-radius:12px;flex-direction:column;display:flex;position:fixed;overflow:hidden;transform:translateY(-100%);box-shadow:0 18px 40px #0f172a24,0 2px 8px #0f172a0f}.inbox-chip-popover:before{content:"";height:10px;position:absolute;bottom:-10px;left:0;right:0}.inbox-chip-popover:after{content:"";background:#fff;border-bottom:1px solid #cbd5e1;border-right:1px solid #cbd5e1;width:12px;height:12px;position:absolute;bottom:-6px;left:calc(100% - 1.65rem);transform:rotate(45deg);box-shadow:4px 4px 8px #0f172a0a}.inbox-chip-popover__head{color:#64748b;background:linear-gradient(#f8fafc 0%,#fff 100%);border-bottom:1px solid #e2e8f0;align-items:baseline;gap:.35rem;padding:.65rem .85rem .55rem;font-size:.78rem;display:flex}.inbox-chip-popover__head strong{color:#065f46;font-size:1rem;font-weight:800}.inbox-chip-popover__body{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;max-height:15rem;padding:.35rem 0;overflow:auto}.inbox-chip-popover__body::-webkit-scrollbar{width:7px}.inbox-chip-popover__body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.inbox-chip-popover__body::-webkit-scrollbar-track{background:0 0}.inbox-chip-popover__status{margin:0;padding:.55rem .85rem;font-size:.82rem}.inbox-chip-popover__list{margin:0;padding:0;list-style:none}.inbox-chip-popover__item{justify-content:space-between;align-items:baseline;gap:.75rem;padding:.38rem .85rem;font-size:.82rem;line-height:1.35;display:flex}.inbox-chip-popover__item:nth-child(2n){background:#f8fafc}.inbox-chip-popover__name{color:#0f172a;min-width:0;font-weight:600}.inbox-chip-popover__pnr{font-variant-numeric:tabular-nums;color:#64748b;flex:none;font-size:.76rem;font-weight:700}.datev-preview{color:#e2e8f0;white-space:pre;background:#0f172a;border:1px solid #e2e8f0;border-radius:8px;max-height:22rem;margin:0;padding:.85rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;line-height:1.45;overflow:auto}@media (width<=900px){.inbox-table thead{display:none}.inbox-table,.inbox-table tbody,.inbox-table tr,.inbox-table td{width:100%;display:block}.inbox-table tr{border-bottom:1px solid #e2e8f0;padding:.75rem 0}.inbox-table tbody tr:last-child{border-bottom:0}.inbox-table td{border:0;grid-template-columns:6.5rem minmax(0,1fr);gap:.35rem .65rem;padding:.28rem 0;display:grid}.inbox-table td:before{content:attr(data-label);color:#64748b;letter-spacing:.02em;text-transform:uppercase;font-size:.72rem;font-weight:700}.inbox-table__note{max-width:none}.inbox-table__actions{text-align:left;width:auto}.inbox-table__actions .inbox-actions{justify-content:stretch}.inbox-table__actions .btn{flex:1}.inbox-table__num{text-align:left}}.access-form-grid{flex-direction:column;gap:.75rem;max-width:22rem;display:flex}.access-form-actions{flex-wrap:wrap;gap:.5rem;display:flex}.access-fn-chips{background:0 0;border-radius:0;flex-wrap:wrap;gap:.4rem;width:100%;padding:0;display:flex}.access-fn-chips .schedule-admin-kind-filter__btn{color:#64748b;box-shadow:none;background:#fff;border:1px solid #e2e8f0}.access-fn-chips .schedule-admin-kind-filter__btn:hover{color:#0f172a;border-color:#cbd5e1}.access-fn-chips .schedule-admin-kind-filter__btn.is-active{color:#fff;box-shadow:none;background:#0f172a;border-color:#0f172a}.access-fn-chips .access-fn-chips__admin.is-active{background:#9a3412;border-color:#9a3412}.access-fn-save{border-top:1px solid #f1f5f9;flex-direction:column;align-items:flex-start;gap:.65rem;margin-top:.15rem;padding-top:.85rem;display:flex}.schedule-detail-editor .access-rights-search{display:block}.access-check-list{flex-direction:column;gap:.35rem;display:flex}.access-check{color:#334155;cursor:pointer;flex-direction:row;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;display:flex}.access-check input[type=checkbox]{margin:0}.access-grant-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:.15rem;padding:.75rem .8rem .7rem}.access-grant-card__head{justify-content:space-between;align-items:flex-start;gap:.65rem;margin-bottom:.55rem;display:flex}.access-grant-card__title{color:#0f172a;margin:0;font-size:.88rem;font-weight:700}.access-grant-card__count{color:#64748b;margin:.15rem 0 0;font-size:.75rem}.access-grant-card__actions{flex-shrink:0;gap:.3rem;display:flex}.access-grant-card__actions .btn--sm{min-height:1.85rem;padding:.2rem .55rem;font-size:.75rem}.access-grant-list{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.access-grant-row{background:#fff;border:1px solid #0000;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem .6rem;min-height:0;padding:.35rem .5rem;display:flex}.access-grant-row .access-check{flex:1;min-width:0}.access-grant-row.is-on{border-color:#e2e8f0}.access-grant-row__label{line-height:1.3}.access-grant-row select{max-width:9.5rem;height:1.75rem;min-height:1.75rem;box-shadow:none;background-color:#fff;background-position:right .4rem center;background-size:.65rem;border:1px solid #e2e8f0;border-radius:8px;padding:.1rem 1.55rem .1rem .45rem;font-size:.78rem}.access-editor-error{padding:0 .25rem .75rem}.access-catalog .inbox-table td strong+.inbox-chip{margin-left:.4rem}.access-preset-group{flex-direction:column;gap:.45rem;display:flex}.access-preset-group+.access-preset-group{border-top:1px solid #f1f5f9;margin-top:.35rem;padding-top:.85rem}.access-preset-group__title{color:#475569;margin:0;font-size:.82rem;font-weight:700}.access-preset-group__lead{color:#64748b;margin:0;font-size:.84rem}.access-preset-grid{grid-template-columns:repeat(auto-fill,minmax(22rem,1fr));align-items:start;gap:.75rem;margin-top:.35rem;display:grid}.access-preset-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.65rem;min-width:0;padding:.85rem .9rem .8rem;display:flex}.access-preset-card__head{justify-content:space-between;align-items:flex-start;gap:.65rem;display:flex}.access-preset-card__title{color:#0f172a;margin:0;font-size:.95rem;font-weight:800}.access-preset-card__hint{color:#64748b;margin:.3rem 0 0;font-size:.8rem;line-height:1.4}.access-preset-card__count{color:#334155;white-space:nowrap;background:#e2e8f0;border-radius:999px;flex-shrink:0;padding:.15rem .5rem;font-size:.72rem;font-weight:700}.access-preset-card__empty{color:#64748b;background:#fff;border-radius:8px;margin:0;padding:.55rem .6rem;font-size:.82rem}.access-preset-module{flex-direction:column;gap:.35rem;display:flex}.access-preset-module__title{letter-spacing:.02em;text-transform:uppercase;color:#64748b;margin:0;font-size:.72rem;font-weight:700}.access-preset-chips{flex-wrap:wrap;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.access-preset-chip{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.22rem .5rem;font-size:.75rem;line-height:1.3}.board-hub{flex-direction:column;gap:.85rem;max-width:42rem;display:flex}.board-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.board-list--compact{gap:.45rem;max-height:22rem;overflow:auto}.board-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:10px;grid-template-rows:auto auto auto auto;grid-template-columns:minmax(0,1fr) auto;gap:.22rem .7rem;padding:.8rem .85rem .85rem;text-decoration:none;display:grid;box-shadow:0 1px 2px #0f172a0a}.board-card:hover{background:#f8fafc;border-color:#cbd5e1}.board-card.is-unread{box-shadow:inset 3px 0 0 var(--color-accent)}.board-card.is-open{background:#fffbeb;border-color:#fde68a}.board-card.is-open:hover{background:#fff7d6;border-color:#fcd34d}.board-card__top,.board-card__title,.board-card__teaser,.board-card__meta{grid-column:1}.board-card__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem .5rem;display:flex}.board-card__flags{flex-wrap:wrap;justify-content:flex-end;gap:.3rem;display:flex}.board-card__title{color:#0f172a;font-size:1.02rem;font-weight:800;line-height:1.3}.board-card__teaser{color:#475569;margin:0;font-size:.9rem;font-weight:500;line-height:1.4}.board-card__meta{color:#64748b;margin-top:.15rem;font-size:.75rem;font-weight:650}.board-card__go{color:#94a3b8;grid-area:1/2/-1;align-self:center;display:inline-flex}.board-card:hover .board-card__go{color:#334155}.board-detail .lead,.kiosk .lead{font-size:1.15rem}.board-media{border-radius:var(--radius);max-width:100%;height:auto}.board-notice-page{flex-direction:column;gap:1rem;max-width:40rem;display:flex}@media (width>=1100px){.app-shell--office .board-notice-page{grid-template-columns:minmax(0,1fr) minmax(18rem,22rem);align-items:start;gap:1rem 1.25rem;max-width:58rem;display:grid}.app-shell--office .board-notice-page__back{grid-column:1/-1}}.board-notice-page__back{margin:0}.board-notice-page__back a{color:#475569;font-size:.9rem;font-weight:650;text-decoration:none}.board-notice-page__back a:hover{color:var(--color-ink);text-decoration:underline}.board-notice__sub{flex-wrap:wrap;align-items:center;gap:.45rem .65rem;font-weight:600;display:inline-flex}.board-notice,.board-notice-reply{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.95rem;padding:1.25rem 1.3rem 1.35rem;display:flex;box-shadow:0 1px 2px #0f172a0a}.board-notice__teaser{color:var(--color-ink);margin:0;font-size:1.15rem;font-weight:700;line-height:1.4}.board-notice__body{flex-direction:column;gap:.75rem;display:flex}.board-notice__body p{color:#334155;margin:0;font-size:1.02rem;line-height:1.55}.board-notice__body h2{letter-spacing:0;text-transform:none;color:var(--color-ink);margin:.35rem 0 0;font-size:1.05rem;font-weight:800}.board-notice__media{flex-direction:column;gap:.75rem;display:flex}.board-notice-reply{border-top:3px solid var(--color-accent)}.board-notice-reply__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.45rem .75rem;display:flex}.board-notice-reply__head h2{letter-spacing:.04em;text-transform:uppercase;color:var(--color-ink);margin:0;font-size:.82rem;font-weight:800}.board-notice-reply .btn--primary{align-self:flex-start}.bulletin-target{flex-direction:column;gap:.75rem;display:flex}.bulletin-target .access-grant-card{margin-top:0}.bulletin-target__group{flex-direction:column;gap:.4rem;margin-top:.7rem;display:flex}.bulletin-target__label{letter-spacing:.02em;text-transform:uppercase;color:#64748b;margin:0;font-size:.72rem;font-weight:700}.bulletin-target__chips{flex-wrap:wrap;gap:.35rem;display:flex}.bulletin-target__chip{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.32rem .65rem;font-size:.82rem;font-weight:600;line-height:1.3}.bulletin-target__chip:hover{color:#0f172a;border-color:#cbd5e1}.bulletin-target__chip.is-on{color:#fff;background:#0f172a;border-color:#0f172a}.bulletin-content{flex-direction:column;gap:.55rem;display:flex}.bulletin-drop{cursor:pointer;text-align:center;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;min-height:8.5rem;padding:1.15rem 1rem;display:flex}.bulletin-drop:hover,.bulletin-drop.is-over{border-color:var(--color-ink);background:#fffbeb}.bulletin-drop strong{font-size:.95rem}.bulletin-drop span{color:#64748b;font-size:.82rem}.bulletin-drop__file{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:999px;margin:.45rem 0 0;padding:.28rem .65rem;font-size:.82rem;font-weight:600}.bulletin-reuse{margin-top:.2rem;font-size:.78rem;font-weight:600;display:inline-block}.bulletin-editor{flex-direction:column;gap:.85rem;display:flex}.bulletin-editor>.inbox-panel+.inbox-panel{margin-top:0}.bulletin-editor__filters{margin:0}.bulletin-displays{flex-direction:column;gap:.85rem;max-width:42rem;display:flex}.bulletin-displays__form{flex-wrap:wrap;align-items:flex-end;gap:.55rem .65rem;display:flex}.bulletin-displays__form label{flex:14rem;margin:0}.bulletin-displays__form label span{color:#64748b;text-transform:uppercase;letter-spacing:.02em;font-size:.68rem;font-weight:700}.bulletin-displays__form .btn{flex:none}.bulletin-displays__list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.bulletin-display{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:stretch;gap:.55rem;padding:.8rem .85rem;display:flex}.bulletin-display.is-off{background:#f8fafc}.bulletin-display__main{flex-direction:column;gap:.28rem;min-width:0;display:flex}.bulletin-display__main strong{font-size:1.02rem;font-weight:800}.bulletin-display__meta{flex-wrap:wrap;align-items:center;gap:.4rem .55rem;display:flex}.bulletin-display__link{word-break:break-all;color:#1d4ed8;font-size:.82rem;font-weight:650;line-height:1.4;text-decoration:none}.bulletin-display__link:hover{text-decoration:underline}.bulletin-display__hint{margin:.15rem 0 0;font-size:.8rem}.bulletin-display__actions{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.bulletin-templates__list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.bulletin-templates__row{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem .8rem;display:flex}.bulletin-templates__main{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.bulletin-templates__main strong{font-size:.92rem}.bulletin-templates__main .muted{font-size:.75rem}.bulletin-templates__actions{flex-shrink:0;gap:.25rem;display:flex}.icon-action{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:7px;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;padding:0;text-decoration:none;display:inline-flex}.icon-action:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}.icon-action:disabled{opacity:.45;cursor:not-allowed}.icon-action--danger:hover:not(:disabled){color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.inbox-table__actions .icon-action{margin-left:auto}.bulletin-template-save{border-top:1px solid #e2e8f0;flex-wrap:wrap;align-items:flex-end;gap:.6rem .75rem;padding-top:.35rem;display:flex}.bulletin-template-save label{flex:14rem;margin:0}.bulletin-edit{flex-direction:column;gap:1rem;display:flex}.bulletin-edit__form,.bulletin-edit__eval{width:100%;max-width:42rem}.bulletin-edit__short{max-width:16rem}.bulletin-edit__aside{width:100%;max-width:42rem}.bulletin-fields{border-top:1px solid #e2e8f0;flex-direction:column;gap:0;padding-top:.35rem;display:flex}.bulletin-fields__head{flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;margin:0 0 .15rem;display:flex}.bulletin-fields__title{color:#0f172a;margin:0;font-size:.88rem;font-weight:700}.bulletin-fields__count{color:#64748b;margin:0;font-size:.75rem}.bulletin-fields__hint{margin:0 0 .45rem}.bulletin-fields__item{flex-direction:column;display:flex}.bulletin-preview{margin-top:0}.bulletin-preview__summary{cursor:pointer;font-weight:700;list-style:none;display:block}.bulletin-preview__summary-row{vertical-align:baseline;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.35rem 1rem;width:calc(100% - 1.4rem);display:inline-flex}.bulletin-preview__summary::-webkit-details-marker{display:none}.bulletin-preview__summary:before{content:"▸";margin-right:.4rem;font-weight:700;display:inline-block}.bulletin-preview[open]>.bulletin-preview__summary:before{content:"▾"}.bulletin-preview__head h2{margin:.15rem 0 0}.bulletin-preview__pdf{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;min-height:16rem}.bulletin-field-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.6rem;margin:0;padding:.8rem .9rem;display:flex;box-shadow:0 1px #0f172a0a}.bulletin-field-card>label:first-of-type{max-width:26rem}.bulletin-field-insert{flex-wrap:wrap;align-items:center;gap:.3rem .35rem;margin:.35rem 0;display:flex}.bulletin-field-insert.is-empty{background:#fff;border:1.5px dashed #cbd5e1;border-radius:10px;margin:.1rem 0 .15rem;padding:.8rem .85rem}.bulletin-field-insert__hint{letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);margin-right:.1rem;font-size:.7rem;font-weight:800}.bulletin-field-insert__chips{flex-wrap:wrap;gap:.3rem;display:flex}.bulletin-field-insert__chip{border:1px solid var(--color-line);background:var(--color-surface);min-height:1.65rem;color:var(--color-ink);font:inherit;cursor:pointer;border-radius:999px;padding:.12rem .55rem;font-size:.75rem;font-weight:700}.bulletin-field-insert__chip:hover{background:var(--color-accent)}.bulletin-field-options{flex-direction:column;align-items:stretch;gap:.4rem;display:flex}.bulletin-field-options__lab{color:var(--color-ink-soft);font-size:.85rem;font-weight:700}.bulletin-field-options__row{align-items:center;gap:.4rem;max-width:26rem;display:flex}.bulletin-field-options__row input{flex:1;min-width:0;min-height:2.4rem}.bulletin-field-options__add{align-self:flex-start}.bulletin-field-card__bar{justify-content:space-between;align-items:center;gap:.5rem .75rem;display:flex}.bulletin-field-card__meta{flex-wrap:wrap;align-items:flex-end;gap:.55rem 1rem;display:flex}.bulletin-field-card__meta>label:first-child{flex:0 16rem;width:16rem;max-width:100%;margin:0}.bulletin-field-card__req{min-height:var(--touch);margin:0 0 .2rem}@media (width>=1200px){.bulletin-edit{grid-template-columns:minmax(0,42rem) minmax(16rem,22rem);align-items:start;gap:1.25rem 1.5rem;display:grid}.bulletin-edit__aside{top:calc(var(--header-h) + .85rem);max-width:none;position:sticky}}.bulletin-action-form{flex-direction:column;gap:.75rem;display:flex}.bulletin-action-form__field{border:0;margin:0;padding:0}.bulletin-action-form__field legend{margin:0 0 .35rem;padding:0;font-weight:600}.bulletin-action-form__choices{flex-direction:column;gap:.45rem;display:flex}.bulletin-action-form__buttons{flex-wrap:wrap;gap:.5rem;display:flex}.bulletin-action-form__btn{min-width:5.5rem;min-height:2.75rem;padding:.55rem 1.1rem}.bulletin-action-form__btn.is-on{background:var(--color-accent);border-color:var(--color-ink)}.filter-row{flex-wrap:wrap;gap:.75rem .85rem;margin:0 0 1.15rem;display:flex}.filter-row>label{flex:9.5rem;min-width:8.5rem;max-width:16rem}.filter-row select{min-height:2.55rem}.row-actions{flex-wrap:wrap;gap:.5rem;display:flex}.kiosk{color:#fff;background:#111;flex-direction:column;min-height:100dvh;padding:1.25rem;display:flex}.kiosk--alert{background:#4a0000}.kiosk__bar,.kiosk__foot{justify-content:space-between;font-size:1.1rem;display:flex}.kiosk__slide{flex-direction:column;flex:1;justify-content:center;gap:.75rem;display:flex}.kiosk__slide h1{margin:0;font-size:clamp(2rem,6vw,4rem)}.kiosk__cta{color:var(--color-accent);font-size:1.4rem}.kiosk__empty{margin:auto;font-size:2rem}
