:root{--brand-deep: #366cb0;--brand-mid: #348dc2;--brand-cyan: #32add4;--brand-gradient: linear-gradient(90deg, var(--brand-deep), var(--brand-cyan));--bg: #f6f8fb;--surface: #ffffff;--surface-raised: #ffffff;--header-bg: rgba(255, 255, 255, .92);--border: #e5eaf0;--border-strong: #c9d3de;--text: #1f2b38;--text-secondary: #55636f;--text-muted: #8695a4;--text-on-brand: #ffffff;--link: var(--brand-deep);--brand-tint: #eaf2fa;--status-danger: #d64545;--status-danger-bg: #fbeaea;--status-warn: #b97817;--status-warn-bg: #fdf3e3;--status-ok: #3e9c5c;--status-ok-bg: #e9f5ee;--status-info-bg: #e8f2fa;--note-red: #c0392b;--note-amber: #9a6410;--note-green: #2c7a4b;--note-blue: #2b5fa8;--note-mark-bg: #fff2a8;--note-mark-text: #3d3200;--leave-annual: #3e9c5c;--leave-annual-half: #a5d6b4;--leave-unpaid: #e07b28;--leave-unpaid-half: #f3c89e;--leave-sick: #7d5bb5;--leave-inlieu: #2a9d8f;--leave-birthday: #d4699b;--leave-wfh: #4a90d9;--leave-away: #9aa2ab;--leave-holiday-col: #e3eaf2;--leave-holiday-row: #cfdded;--leave-nonworking: #eef1f5;--leave-grid-border: #d7dee7;--duty-mark: #6b7a8c;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(15, 30, 50, .08);--shadow: 0 4px 14px rgba(15, 30, 50, .1);--shadow-lg: 0 12px 34px rgba(15, 30, 50, .14);--font-sans: "Inter", "InterVariable", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.375rem;--text-2xl: 1.75rem;--z-sticky: 10;--z-nav: 50;--z-modal: 100;--z-toast: 200;--header-h: 63px;--focus-ring: 0 0 0 3px rgba(52, 141, 194, .45);--touch-target: 44px}[data-theme=dark]{--bg: #14181d;--surface: #1d232a;--surface-raised: #242c35;--header-bg: rgba(29, 35, 42, .92);--border: #323b45;--border-strong: #46515d;--text: #e6e9ec;--text-secondary: #aab2bb;--text-muted: #7b848e;--link: #6db1e3;--brand-tint: #1e2c3a;--status-danger-bg: #3a2222;--status-warn-bg: #38301e;--status-ok-bg: #20312a;--status-info-bg: #1e2c38;--note-red: #ff9a8f;--note-amber: #e8b563;--note-green: #86d6a3;--note-blue: #86bdf0;--note-mark-bg: #5d4d15;--note-mark-text: #f6ecc8;--leave-holiday-col: #232c37;--leave-holiday-row: #2c3a4a;--leave-nonworking: #1a2027;--leave-grid-border: #3c4650;--duty-mark: #8b9aab;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow: 0 4px 14px rgba(0, 0, 0, .45);--shadow-lg: 0 12px 34px rgba(0, 0, 0, .55)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}[hidden]{display:none!important}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.55;color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4{line-height:1.3;font-weight:650;color:var(--text)}h1{font-size:var(--text-2xl);letter-spacing:-.02em;margin-bottom:var(--space-2)}h2{font-size:var(--text-lg);letter-spacing:-.01em;margin-bottom:var(--space-3)}h3{font-size:var(--text-base);margin-bottom:var(--space-2)}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-5)}.page>.card+.card,.page>.card+.table-wrap,.page>.table-wrap+.card{margin-top:var(--space-4)}.card>h2:first-child{padding-bottom:var(--space-3);border-bottom:1px solid var(--border);margin-bottom:var(--space-4)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:var(--touch-target);padding:0 var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--text);font-weight:550;font-size:var(--text-sm);cursor:pointer;text-decoration:none;transition:filter .12s ease}.btn:hover{filter:brightness(.97);text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--brand-deep);border-color:var(--brand-deep);color:var(--text-on-brand)}.btn-danger{background:var(--status-danger);border-color:var(--status-danger);color:var(--text-on-brand)}.btn-ghost{border-color:transparent;background:transparent}.btn-sm{min-height:32px;padding:0 var(--space-3);font-size:var(--text-xs)}.badge{display:inline-flex;align-items:center;padding:2px var(--space-2);border-radius:999px;font-size:var(--text-xs);font-weight:600;background:var(--status-info-bg);color:var(--brand-deep)}.badge-danger{background:var(--status-danger-bg);color:var(--status-danger)}.badge-warn{background:var(--status-warn-bg);color:var(--status-warn)}.badge-ok{background:var(--status-ok-bg);color:var(--status-ok)}.badge-muted{background:var(--leave-nonworking);color:var(--text-secondary)}.chip{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:var(--text-sm);color:var(--text);text-decoration:none}.recipients{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.recipients-label{font-size:var(--text-sm)}.rcpt-chip{font-size:var(--text-xs);padding:var(--space-1) var(--space-2);gap:var(--space-1)}.rcpt-extras{display:contents}.rcpt-remove{border:none;background:transparent;color:var(--text-muted);font-size:var(--text-base);line-height:1;padding:0 0 0 var(--space-1);cursor:pointer}.rcpt-remove:hover{color:var(--status-danger)}.rcpt-other{display:contents}.rcpt-other summary{list-style:none;cursor:pointer}.rcpt-other summary::-webkit-details-marker{display:none}.rcpt-other-row{flex-basis:100%;gap:var(--space-2)}.rcpt-other-row select,.rcpt-other-row input{min-height:32px;padding:var(--space-1) var(--space-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-size:var(--text-xs)}.chip:hover{border-color:var(--brand-mid);text-decoration:none}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.table{width:100%;border-collapse:collapse;font-size:var(--text-sm)}.table th,.table td{text-align:left;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);white-space:nowrap;height:42px}.table th{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;font-weight:650;color:var(--text-muted);background:var(--surface);position:sticky;top:0;z-index:1;box-shadow:inset 0 -1px 0 var(--border-strong)}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--brand-tint)}.table .num{text-align:right;font-variant-numeric:tabular-nums}@media(max-width:640px){.table th:first-child,.table td:first-child{position:sticky;left:0;background:var(--surface);z-index:1}}.form-field{display:flex;flex-direction:column;gap:var(--space-1);margin-bottom:var(--space-4)}.form-field label{font-size:var(--text-sm);font-weight:600;color:var(--text-secondary)}.form-field input,.form-field select,.form-field textarea{min-height:var(--touch-target);padding:var(--space-2) var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface)}.form-field textarea{min-height:96px;resize:vertical}.field-hint{font-size:var(--text-xs);color:var(--text-muted);line-height:1.45}.form-field .field-error{color:var(--status-danger);font-size:var(--text-xs)}.form-field input[aria-invalid=true],.form-field textarea[aria-invalid=true]{border-color:var(--status-danger)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:end;gap:0 var(--space-5)}.form-grid .span-2{grid-column:1 / -1}.mini-list{list-style:none;padding:0;margin:0 0 var(--space-3);display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--text-sm)}.toast-host{position:fixed;bottom:var(--space-5);left:50%;transform:translate(-50%);z-index:var(--z-toast);display:flex;flex-direction:column;gap:var(--space-2);align-items:center;pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:var(--space-3);background:var(--text);color:var(--bg);padding:var(--space-3) var(--space-4);border-radius:var(--radius);box-shadow:var(--shadow-lg);font-size:var(--text-sm)}.toast.toast-error{background:var(--status-danger);color:var(--text-on-brand)}.toast .toast-undo{background:none;border:none;color:inherit;font-weight:700;cursor:pointer;text-decoration:underline}.file-pick{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.file-pick-name{font-size:var(--text-sm)}.file-pick input:focus-visible+.file-pick-name,.file-pick:focus-within .btn{outline:2px solid var(--brand-mid);outline-offset:2px}.composer{display:flex;flex-direction:column;gap:var(--space-2)}.composer textarea{width:100%;min-height:2.75rem;padding:var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--text);font:inherit;line-height:1.5;resize:vertical;transition:border-color .12s ease,box-shadow .12s ease}.composer textarea::placeholder{color:var(--text-muted)}.composer textarea:focus{outline:none;border-color:var(--brand-mid);box-shadow:0 0 0 3px var(--brand-tint)}.composer-actions{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap}.composer-actions>:only-child{margin-left:auto}.ne-bar{display:flex;align-items:center;flex-wrap:wrap;gap:2px;padding:var(--space-1);border:1px solid var(--border-strong);border-bottom:0;border-radius:var(--radius) var(--radius) 0 0;background:var(--bg)}.ne-btn{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 var(--space-2);border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);cursor:pointer}.ne-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ne-btn:hover:not(:disabled){background:var(--brand-tint);border-color:var(--border);color:var(--brand-deep)}.ne-btn.on{background:var(--brand-tint);border-color:var(--brand-mid);color:var(--brand-deep)}.ne-btn:disabled{opacity:.4;cursor:default}.ne-sep{width:1px;height:22px;background:var(--border-strong);margin:0 var(--space-2)}.ne-spacer{flex:1}.ne-seg{display:inline-flex;border:1px solid var(--border-strong);border-radius:var(--radius-sm);overflow:hidden}.ne-seg button{height:30px;padding:0 var(--space-3);border:0;background:var(--surface);color:var(--text-secondary);font:inherit;font-size:var(--text-xs);font-weight:600;cursor:pointer}.ne-seg button.on{background:var(--brand-deep);color:var(--text-on-brand)}.ne-stage{position:relative}.ne-surface,.ne-markdown{width:100%;min-height:300px;padding:var(--space-3) var(--space-4);border:1px solid var(--border-strong);border-radius:0 0 var(--radius) var(--radius);background:var(--surface);color:var(--text)}.ne-surface{line-height:1.7;overflow-wrap:anywhere}.ne-surface:focus,.ne-markdown:focus{outline:none;border-color:var(--brand-mid);box-shadow:0 0 0 3px var(--brand-tint)}.ne-markdown{font-family:ui-monospace,monospace;font-size:var(--text-sm);line-height:1.6;resize:vertical}.ne-surface>:first-child{margin-top:0}.ne-surface h2,.ne-surface h3,.ne-surface h4{margin:var(--space-4) 0 var(--space-2);line-height:1.3}.ne-surface h2{font-size:var(--text-lg)}.ne-surface h3{font-size:var(--text-base)}.ne-surface h4{font-size:var(--text-sm)}.ne-surface p{margin:var(--space-2) 0}.ne-surface p:has(>br:only-child){margin:0;min-height:1.2em}.ne-surface ul,.ne-surface ol{padding-left:var(--space-5);margin:var(--space-2) 0}.ne-surface a{color:var(--link);text-decoration:underline}.ne-surface code{background:var(--bg);padding:1px 5px;border-radius:4px;font-size:.9em}.ne-surface s,.ne-surface strike,.ne-surface del{text-decoration:line-through;text-decoration-thickness:2px;color:var(--text-muted)}.ne-surface mark{background:var(--note-mark-bg);color:var(--note-mark-text);padding:0 3px;border-radius:3px}.ne-surface .c-red,.ne-bubble .c-red{color:var(--note-red)}.ne-surface .c-amber{color:var(--note-amber)}.ne-surface .c-green{color:var(--note-green)}.ne-surface .c-blue{color:var(--note-blue)}.ne-colour-wrap{position:relative;display:inline-flex}.ne-colours{position:absolute;top:calc(100% + 4px);left:0;z-index:6;display:flex;gap:var(--space-1);padding:var(--space-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-raised);box-shadow:var(--shadow)}.ne-colours[hidden]{display:none}.ne-sw{width:26px;height:26px;border:1px solid var(--border-strong);border-radius:50%;cursor:pointer;font:inherit;font-size:var(--text-sm);line-height:1;color:var(--text-secondary);background:var(--surface)}.ne-sw:hover{outline:2px solid var(--brand-mid);outline-offset:1px}.ne-sw-red{background:var(--note-red)}.ne-sw-amber{background:var(--note-amber)}.ne-sw-green{background:var(--note-green)}.ne-sw-blue{background:var(--note-blue)}.ne-surface img{max-width:100%;border-radius:var(--radius-sm)}.ne-surface ul[data-check]{list-style:none;padding-left:var(--space-1)}.ne-surface ul[data-check]>li{position:relative;padding-left:26px}.ne-surface ul[data-check]>li:before{content:"";position:absolute;left:0;top:.35em;width:16px;height:16px;border:1.5px solid var(--border-strong);border-radius:4px;background:var(--surface)}.ne-surface ul[data-check]>li[data-checked="1"]:before{background:var(--brand-deep);border-color:var(--brand-deep)}.ne-surface ul[data-check]>li[data-checked="1"]:after{content:"";position:absolute;left:5.5px;top:.55em;width:4px;height:8px;border:solid var(--text-on-brand);border-width:0 2px 2px 0;transform:rotate(45deg)}.ne-surface ul[data-check]>li[data-checked="1"]{color:var(--text-muted)}.ne-bubble{position:absolute;z-index:5;display:inline-flex;gap:2px;padding:var(--space-1);border-radius:var(--radius-sm);background:var(--text);box-shadow:var(--shadow)}.ne-bubble button{min-width:30px;height:30px;padding:0 var(--space-2);border:0;border-radius:6px;background:transparent;color:var(--surface);font:inherit;font-size:var(--text-xs);font-weight:700;cursor:pointer}.ne-bubble button:hover{background:#7f7f7f59}@media(max-width:560px){.ne-btn{min-width:var(--touch-target);height:var(--touch-target)}.ne-seg button{height:36px}}.ask-dialog{max-width:min(92vw,480px)}.ask-form{display:flex;flex-direction:column;gap:var(--space-3)}.ask-title{margin:0;font-size:var(--text-lg)}.ask-hint{margin:0;font-size:var(--text-sm);line-height:1.5}.ask-input{width:100%;padding:var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius);font:inherit;line-height:1.5;resize:vertical}.ask-input:focus{outline:none;border-color:var(--brand-mid);box-shadow:0 0 0 3px var(--brand-tint)}.ask-error{margin:0}.ask-actions{justify-content:flex-end;margin-top:var(--space-2)}.modal{margin:auto;border:none;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:var(--space-5);max-width:min(92vw,560px);width:100%;max-height:min(88vh,900px);background:var(--surface-raised);color:var(--text)}.modal-wide{max-width:min(94vw,680px)}.modal::backdrop{background:#0a141e73}.empty-state{text-align:center;padding:var(--space-7) var(--space-5);color:var(--text-secondary)}.empty-state h3{margin-bottom:var(--space-2)}.page{max-width:1280px;margin:0 auto;padding:var(--space-5) var(--space-5) var(--space-7)}.page-wide{max-width:none}.stack{display:flex;flex-direction:column;gap:var(--space-4)}.row{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.spread{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap}.muted{color:var(--text-muted)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}[aria-busy=true]{position:relative;pointer-events:none;cursor:progress}.btn[aria-busy=true]:before,.chip[aria-busy=true]:before{content:"";width:.9em;height:.9em;flex:none;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;opacity:.85;animation:myl-spin .62s linear infinite}.btn[aria-busy=true]{opacity:.85}@keyframes myl-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.btn[aria-busy=true]:before,.chip[aria-busy=true]:before{border-top-color:currentColor;opacity:.5}}.nav-progress{position:fixed;inset:0 auto auto 0;height:3px;width:100%;z-index:var(--z-toast);background:transparent;pointer-events:none;opacity:0;transition:opacity .12s ease}.nav-progress.is-active{opacity:1}.nav-progress.is-active:before{content:"";display:block;height:100%;width:40%;border-radius:0 3px 3px 0;background:linear-gradient(90deg,transparent,var(--brand-mid),var(--brand-deep));animation:myl-nav 1.1s ease-in-out infinite}@keyframes myl-nav{0%{transform:translate(-100%)}to{transform:translate(300%)}}@media(prefers-reduced-motion:reduce){.nav-progress.is-active:before{width:100%;background:var(--brand-mid);opacity:.6}}@media print{.no-print{display:none!important}body{background:#fff}.card{box-shadow:none;border-color:#000}}
