.App\.module__appContainer--XzBiY{font-family:var(--font-sans);background-color:var(--color-bg);min-height:100vh;color:var(--color-text)}.App\.module__skipLink--XzBiY{z-index:var(--z-toast);padding:var(--space-2)var(--space-3);background-color:var(--color-bg);color:var(--color-text);border:2px solid var(--color-primary);border-radius:var(--radius-sm);font-weight:600;text-decoration:none;position:absolute;top:0;left:-9999px}.App\.module__skipLink--XzBiY:focus{left:var(--space-2);top:var(--space-2)}.App\.module__skipLink--XzBiY:focus-visible{left:var(--space-2);top:var(--space-2)}.App\.module__routeLoader--XzBiY{justify-content:center;align-items:center;gap:var(--space-3);min-height:calc(100vh - 120px);color:var(--color-text-secondary);flex-direction:column;display:flex}.Navigation\.module__nav--YTg5O{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:var(--z-sticky);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:var(--nav-height);padding:0;position:-webkit-sticky;position:sticky;top:0}.Navigation\.module__navContent--YTg5O{max-width:var(--max-width);padding:0 var(--space-6);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.Navigation\.module__brandLink--YTg5O,.Navigation\.module__brandLink--YTg5O:hover{text-decoration:none}.Navigation\.module__brandLogo--YTg5O{width:auto;height:1.7rem;color:var(--color-text);display:block}.Navigation\.module__navLinks--YTg5O{gap:var(--space-1);display:flex}.Navigation\.module__authCluster--YTg5O{align-items:center;gap:var(--space-1);margin-left:var(--space-4);display:flex}.Navigation\.module__navLink--YTg5O{color:var(--color-text-secondary);font-weight:var(--font-medium);font-size:var(--text-sm);padding:var(--space-2)var(--space-3);border-radius:var(--radius-md);transition:all var(--transition-fast);text-decoration:none}.Navigation\.module__navLinkActive--YTg5O{font-weight:var(--font-medium);font-size:var(--text-sm);padding:var(--space-2)var(--space-3);border-radius:var(--radius-md);background-color:var(--color-primary);color:var(--color-text-inverse);text-decoration:none}.Navigation\.module__navLink--YTg5O:hover{color:var(--color-text);background-color:var(--color-surface-hover);text-decoration:none}@media (max-width:640px){.Navigation\.module__nav--YTg5O{height:auto}.Navigation\.module__navContent--YTg5O{gap:var(--space-3);padding:var(--space-3)var(--space-4);flex-wrap:wrap}.Navigation\.module__brandLogo--YTg5O{height:1.5rem}.Navigation\.module__navLinks--YTg5O{justify-content:space-between;width:100%}.Navigation\.module__navLink--YTg5O,.Navigation\.module__navLinkActive--YTg5O{text-align:center;padding:var(--space-2);flex:1 1 0;justify-content:center;align-items:center;min-height:44px;display:inline-flex}.Navigation\.module__authCluster--YTg5O{justify-content:space-between;width:100%;margin-left:0}.Navigation\.module__authCluster--YTg5O .Navigation\.module__navLink--YTg5O,.Navigation\.module__authCluster--YTg5O .Navigation\.module__navLinkActive--YTg5O{flex:1 1 0}}.BuildInfoFooter\.module__footer--XzgxZ{right:var(--space-2,8px);bottom:var(--space-2,8px);z-index:1;padding:2px var(--space-2,8px);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text-tertiary);font-family:var(--font-mono,ui-monospace,monospace);opacity:.55;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:center;gap:4px;font-size:10px;line-height:1.4;display:inline-flex;position:fixed}.BuildInfoFooter\.module__footer--XzgxZ:hover{opacity:1}.BuildInfoFooter\.module__sep--XzgxZ{opacity:.5}.BuildInfoFooter\.module__version--XzgxZ{font-weight:600}.BuildInfoFooter\.module__sha--XzgxZ{letter-spacing:.02em}.BuildInfoFooter\.module__env--XzgxZ{text-transform:uppercase;letter-spacing:.04em;border-radius:2px;padding:0 4px;font-weight:600}.BuildInfoFooter\.module__envProd--XzgxZ{color:var(--color-text-tertiary)}.BuildInfoFooter\.module__envPreview--XzgxZ{color:var(--color-warning,#b45309);background:var(--color-warning-bg,#fef3c7)}.BuildInfoFooter\.module__envDev--XzgxZ{color:var(--color-text-secondary);background:var(--color-surface-sunken)}.SiteFooter\.module__footer--XzgxM{justify-content:center;align-items:center;gap:var(--space-2)var(--space-4);padding:var(--space-6)var(--space-4);margin-top:var(--space-8);border-top:1px solid var(--color-border);color:var(--color-text-secondary);font-size:var(--text-sm);flex-wrap:wrap;display:flex}.SiteFooter\.module__links--XzgxM{justify-content:center;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.SiteFooter\.module__link--XzgxM{color:var(--color-text-secondary);text-decoration:none}.SiteFooter\.module__link--XzgxM:hover{color:var(--color-text);text-decoration:underline}.SiteFooter\.module__legal--XzgxM{color:var(--color-text-tertiary);margin:0}.Spinner\.module__spinner--XzJhZ{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:.8s linear infinite Spinner\.module__spin--XzJhZ}.Spinner\.module__sm--XzJhZ{border-width:2px;width:16px;height:16px}.Spinner\.module__md--XzJhZ{width:24px;height:24px}.Spinner\.module__lg--XzJhZ{width:32px;height:32px}@keyframes Spinner\.module__spin--XzJhZ{to{transform:rotate(360deg)}}.Toast\.module__container--XzFlZ{bottom:var(--space-6);right:var(--space-6);z-index:var(--z-toast);gap:var(--space-2);flex-direction:column;display:flex;position:fixed}.Toast\.module__toast--XzFlZ{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);font-size:var(--text-sm);font-weight:var(--font-medium);min-width:280px;max-width:420px;animation:.25s ease-out Toast\.module__slideIn--XzFlZ;display:flex}@keyframes Toast\.module__slideIn--XzFlZ{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.Toast\.module__icon--XzFlZ{border-radius:var(--radius-full);width:20px;height:20px;font-size:var(--text-xs);font-weight:var(--font-bold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Toast\.module__message--XzFlZ{flex:1}.Toast\.module__action--XzFlZ{border-radius:var(--radius-sm);padding:2px var(--space-2);font-size:var(--text-xs);font-weight:var(--font-semibold);color:inherit;cursor:pointer;opacity:.8;transition:opacity var(--transition-fast);background:0 0;border:1px solid;flex-shrink:0}.Toast\.module__action--XzFlZ:hover{opacity:1}.Toast\.module__dismiss--XzFlZ{cursor:pointer;font-size:var(--text-lg);opacity:.6;transition:opacity var(--transition-fast);background:0 0;border:none;flex-shrink:0;padding:0;line-height:1}.Toast\.module__dismiss--XzFlZ:hover{opacity:1}.Toast\.module__success--XzFlZ{background-color:var(--color-success-bg);color:var(--color-success);border:1px solid var(--color-success-border)}.Toast\.module__success--XzFlZ .Toast\.module__icon--XzFlZ{background-color:var(--color-success);color:var(--color-text-inverse)}.Toast\.module__success--XzFlZ .Toast\.module__dismiss--XzFlZ{color:var(--color-success)}.Toast\.module__error--XzFlZ{background-color:var(--color-error-bg);color:var(--color-error);border:1px solid var(--color-error-border)}.Toast\.module__error--XzFlZ .Toast\.module__icon--XzFlZ{background-color:var(--color-error);color:var(--color-text-inverse)}.Toast\.module__error--XzFlZ .Toast\.module__dismiss--XzFlZ{color:var(--color-error)}.Toast\.module__info--XzFlZ{background-color:var(--color-info-bg);color:var(--color-info);border:1px solid var(--color-info-border)}.Toast\.module__info--XzFlZ .Toast\.module__icon--XzFlZ{background-color:var(--color-info);color:var(--color-text-inverse)}.Toast\.module__info--XzFlZ .Toast\.module__dismiss--XzFlZ{color:var(--color-info)}.MaintenancePage\.module__maintenance--XzE4O{background:var(--color-bg,#f4efe7);min-height:100vh;color:var(--color-text,#1c1714);justify-content:center;align-items:center;padding:2rem;display:flex}.MaintenancePage\.module__card--XzE4O{text-align:center;max-width:32rem}.MaintenancePage\.module__title--XzE4O{margin:0 0 .75rem;font-size:1.75rem;font-weight:700}.MaintenancePage\.module__body--XzE4O{opacity:.85;margin:0 0 .5rem;font-size:1.05rem;line-height:1.6}.MaintenancePage\.module__footer--XzE4O{opacity:.7;margin:0;font-size:.95rem}.MaintenancePage\.module__link--XzE4O{color:var(--color-primary,#c8431a);text-decoration:none}.MaintenancePage\.module__link--XzE4O:hover{text-decoration:underline}@font-face{font-family:Bricolage Grotesque Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/96a5d80fc1afe60a.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Bricolage Grotesque Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/232ded7b20b35eaf.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Bricolage Grotesque Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/3e340e57b1e93189.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/5fcc76c868acc676.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/7b2c63b1c782c5aa.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/bc493153fccc1bc9.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hanken Grotesk Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/ce76afabb8ad16f4.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/0d2c2f665b0f41ed.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/23645aad5ccc2b92.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/c6c31cb1350b2544.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/93fc40a807be6880.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/9c9751ca111e97c2.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono Variable;font-style:normal;font-display:swap;font-weight:100 800;src:url(/a865edea076e0166.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-primary:#c8431a;--color-primary-hover:#a8380f;--color-primary-light:#f0d9cd;--color-primary-focus:rgba(200,67,26,.15);--color-spark:#ee6b2d;--color-bg:#f4efe7;--color-surface:#fbf8f2;--color-surface-hover:#f1e9dc;--color-surface-raised:#fff;--color-surface-sunken:#ede4d6;--color-iron:#1c1714;--color-border:#e2d8c8;--color-border-subtle:#efe7da;--color-border-strong:#cabda7;--color-text:#241d18;--color-text-secondary:#574d43;--color-text-tertiary:#938778;--color-text-inverse:#fff5ee;--color-text-link:#c8431a;--color-success:#4d7c3a;--color-success-strong:#2f5226;--color-success-bg:#eef3e6;--color-success-border:#b9cfa3;--color-warning:#b07d18;--color-warning-bg:#f7efda;--color-warning-border:#e3c87f;--color-error:#b23a2e;--color-error-bg:#f6e4df;--color-error-border:#e0a99e;--color-info:#3f6b7d;--color-info-bg:#e3edf1;--color-info-border:#a9c6d1;--color-day-complete-bg:linear-gradient(135deg,#eef3e6 0%,#dde9cc 100%);--color-day-complete-border:#b9cfa3;--color-day-incomplete-bg:linear-gradient(135deg,#f7efda 0%,#efe0b8 100%);--color-day-incomplete-border:#e3c87f;--color-day-overtime-bg:linear-gradient(135deg,#e3edf1 0%,#cfe0e7 100%);--color-day-overtime-border:#a9c6d1;--color-day-weekend-bg:linear-gradient(135deg,#f6e4df 0%,#efd2c9 100%);--color-day-weekend-border:#e0a99e;--color-day-weekend-empty-bg:#f4efe7;--color-day-weekend-empty-border:#e2d8c8;--color-day-today-ring:#c8431a;--font-display:"Bricolage Grotesque Variable","Bricolage Grotesque",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-sans:"Hanken Grotesk Variable","Hanken Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--font-mono:"JetBrains Mono Variable","JetBrains Mono",ui-monospace,"SF Mono",monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-2xl:16px;--radius-full:9999px;--shadow-xs:0 1px 2px rgba(0,0,0,.05);--shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 6px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.04);--shadow-lg:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04);--shadow-xl:0 20px 25px rgba(0,0,0,.1),0 8px 10px rgba(0,0,0,.04);--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-base:.2s cubic-bezier(.4,0,.2,1);--transition-slow:.3s cubic-bezier(.4,0,.2,1);--z-dropdown:10;--z-sticky:20;--z-overlay:30;--z-modal:40;--z-toast:50;--max-width:1400px;--max-width-narrow:800px;--nav-height:56px}@media (prefers-color-scheme:dark){:root{--color-primary:#ee6b2d;--color-primary-hover:#f4843f;--color-primary-light:#3a241a;--color-primary-focus:rgba(238,107,45,.22);--color-spark:#f4843f;--color-bg:#161210;--color-surface:#211b16;--color-surface-hover:#2a221c;--color-surface-raised:#2a221c;--color-surface-sunken:#161210;--color-border:#34291f;--color-border-subtle:#271f18;--color-border-strong:#4a3b2c;--color-text:#f4efe7;--color-text-secondary:#c4b6a5;--color-text-tertiary:#938778;--color-text-inverse:#1c1714;--color-text-link:#f4843f;--color-success:#8fbf6e;--color-success-strong:#aede8d;--color-success-bg:#1d2a15;--color-success-border:#3f5a2c;--color-warning:#d9ad4f;--color-warning-bg:#2e2410;--color-warning-border:#5c4a1d;--color-error:#e08474;--color-error-bg:#2e1714;--color-error-border:#5c2e26;--color-info:#7eaabd;--color-info-bg:#16262d;--color-info-border:#2e4d59;--color-day-complete-bg:linear-gradient(135deg,#1d2a15 0%,#25391a 100%);--color-day-complete-border:#3f5a2c;--color-day-incomplete-bg:linear-gradient(135deg,#2e2410 0%,#3d3014 100%);--color-day-incomplete-border:#5c4a1d;--color-day-overtime-bg:linear-gradient(135deg,#16262d 0%,#1d333c 100%);--color-day-overtime-border:#2e4d59;--color-day-weekend-bg:linear-gradient(135deg,#2e1714 0%,#3d1d18 100%);--color-day-weekend-border:#5c2e26;--color-day-weekend-empty-bg:#211b16;--color-day-weekend-empty-border:#34291f;--color-day-today-ring:#ee6b2d;--shadow-xs:0 1px 2px rgba(0,0,0,.3);--shadow-sm:0 1px 3px rgba(0,0,0,.4),0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 6px rgba(0,0,0,.4),0 2px 4px rgba(0,0,0,.3);--shadow-lg:0 10px 15px rgba(0,0,0,.4),0 4px 6px rgba(0,0,0,.3);--shadow-xl:0 20px 25px rgba(0,0,0,.5),0 8px 10px rgba(0,0,0,.3)}}[data-theme=dark]{--color-primary:#ee6b2d;--color-primary-hover:#f4843f;--color-primary-light:#3a241a;--color-primary-focus:rgba(238,107,45,.22);--color-spark:#f4843f;--color-bg:#161210;--color-surface:#211b16;--color-surface-hover:#2a221c;--color-surface-raised:#2a221c;--color-surface-sunken:#161210;--color-border:#34291f;--color-border-subtle:#271f18;--color-border-strong:#4a3b2c;--color-text:#f4efe7;--color-text-secondary:#c4b6a5;--color-text-tertiary:#938778;--color-text-inverse:#1c1714;--color-text-link:#f4843f;--color-success:#8fbf6e;--color-success-strong:#aede8d;--color-success-bg:#1d2a15;--color-success-border:#3f5a2c;--color-warning:#d9ad4f;--color-warning-bg:#2e2410;--color-warning-border:#5c4a1d;--color-error:#e08474;--color-error-bg:#2e1714;--color-error-border:#5c2e26;--color-info:#7eaabd;--color-info-bg:#16262d;--color-info-border:#2e4d59;--color-day-complete-bg:linear-gradient(135deg,#1d2a15 0%,#25391a 100%);--color-day-complete-border:#3f5a2c;--color-day-incomplete-bg:linear-gradient(135deg,#2e2410 0%,#3d3014 100%);--color-day-incomplete-border:#5c4a1d;--color-day-overtime-bg:linear-gradient(135deg,#16262d 0%,#1d333c 100%);--color-day-overtime-border:#2e4d59;--color-day-weekend-bg:linear-gradient(135deg,#2e1714 0%,#3d1d18 100%);--color-day-weekend-border:#5c2e26;--color-day-weekend-empty-bg:#211b16;--color-day-weekend-empty-border:#34291f;--color-day-today-ring:#ee6b2d;--shadow-xs:0 1px 2px rgba(0,0,0,.3);--shadow-sm:0 1px 3px rgba(0,0,0,.4),0 1px 2px rgba(0,0,0,.3);--shadow-md:0 4px 6px rgba(0,0,0,.4),0 2px 4px rgba(0,0,0,.3);--shadow-lg:0 10px 15px rgba(0,0,0,.4),0 4px 6px rgba(0,0,0,.3);--shadow-xl:0 20px 25px rgba(0,0,0,.5),0 8px 10px rgba(0,0,0,.3)}[data-theme=light]{--color-primary:#c8431a;--color-primary-hover:#a8380f;--color-primary-light:#f0d9cd;--color-primary-focus:rgba(200,67,26,.15);--color-spark:#ee6b2d;--color-bg:#f4efe7;--color-surface:#fbf8f2;--color-surface-hover:#f1e9dc;--color-surface-raised:#fff;--color-surface-sunken:#ede4d6;--color-border:#e2d8c8;--color-border-subtle:#efe7da;--color-border-strong:#cabda7;--color-text:#241d18;--color-text-secondary:#574d43;--color-text-tertiary:#938778;--color-text-inverse:#fff5ee;--color-text-link:#c8431a;--color-success:#4d7c3a;--color-success-strong:#2f5226;--color-success-bg:#eef3e6;--color-success-border:#b9cfa3;--color-warning:#b07d18;--color-warning-bg:#f7efda;--color-warning-border:#e3c87f;--color-error:#b23a2e;--color-error-bg:#f6e4df;--color-error-border:#e0a99e;--color-info:#3f6b7d;--color-info-bg:#e3edf1;--color-info-border:#a9c6d1;--color-day-complete-bg:linear-gradient(135deg,#eef3e6 0%,#dde9cc 100%);--color-day-complete-border:#b9cfa3;--color-day-incomplete-bg:linear-gradient(135deg,#f7efda 0%,#efe0b8 100%);--color-day-incomplete-border:#e3c87f;--color-day-overtime-bg:linear-gradient(135deg,#e3edf1 0%,#cfe0e7 100%);--color-day-overtime-border:#a9c6d1;--color-day-weekend-bg:linear-gradient(135deg,#f6e4df 0%,#efd2c9 100%);--color-day-weekend-border:#e0a99e;--color-day-weekend-empty-bg:#f4efe7;--color-day-weekend-empty-border:#e2d8c8;--color-day-today-ring:#c8431a;--shadow-xs:0 1px 2px rgba(0,0,0,.05);--shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 6px rgba(0,0,0,.06),0 2px 4px rgba(0,0,0,.04);--shadow-lg:0 10px 15px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.04);--shadow-xl:0 20px 25px rgba(0,0,0,.1),0 8px 10px rgba(0,0,0,.04)}.num,[data-num]{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:-.01em}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg)}a{color:var(--color-text-link);text-decoration:none}a:hover{text-decoration:underline}::-moz-selection{background-color:var(--color-primary-light);color:var(--color-primary)}::selection{background-color:var(--color-primary-light);color:var(--color-primary)}.toast-container{bottom:var(--space-6);right:var(--space-6);z-index:var(--z-toast);gap:var(--space-2);pointer-events:none;flex-direction:column;display:flex;position:fixed}.toast-container>*{pointer-events:auto}