.balance-workspace {
  --balance-text: #111827;
  --balance-muted: #4b5563;
  --balance-border: #e5e7eb;
  --balance-surface: #fff;
  --balance-subtle: #f9fafb;
  --balance-accent: #1d4ed8;
  color: var(--balance-text);
  font-family: Inter, sans-serif;
  padding: 1rem;
  max-width: 1280px;
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: .875rem;
  line-height: 1.6;
}
.balance-workspace * { box-sizing: border-box; }
.balance-workspace h1 { font-size: 1.125rem; font-weight: 700; margin: 0; }
.balance-workspace h2 { font-size: 1rem; font-weight: 600; margin: 0 0 .5rem; }
.balance-workspace h3 { font-size: .875rem; font-weight: 600; margin: 0; }
.balance-workspace p { margin: .5rem 0; }
.balance-workspace a { color: var(--balance-accent); text-underline-offset: 3px; }
.balance-workspace a:hover { text-decoration: underline; }
.balance-workspace .balance-muted { color: var(--balance-muted); }
.balance-workspace .balance-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; }
.balance-workspace .balance-header p { color: var(--balance-muted); margin-bottom: 0; }
.balance-workspace .balance-actions { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.balance-workspace .balance-button,
.balance-workspace input[type=submit] { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .5rem 1rem; border: 1px solid var(--balance-border); border-radius: .5rem; font: inherit; font-weight: 500; color: var(--balance-text); background: var(--balance-surface); text-decoration: none; cursor: pointer; }
.balance-workspace .balance-button:hover { background: var(--balance-subtle); text-decoration: none; }
.balance-workspace .balance-button-primary,
.balance-workspace input[type=submit] { color: #fff; background: #1d4ed8; border-color: #1d4ed8; }
.balance-workspace .balance-button-primary:hover,
.balance-workspace input[type=submit]:hover { background: #1e40af; }
.balance-workspace .balance-tabs { display: flex; gap: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--balance-border); }
.balance-workspace .balance-tabs a { padding: .65rem 0; font-weight: 500; }
.balance-workspace .balance-tabs [aria-current=page] { border-bottom: 2px solid var(--balance-accent); }
.balance-workspace .balance-panel { padding: 1.25rem; margin: 1rem 0; border: 1px solid var(--balance-border); border-radius: .5rem; background: var(--balance-surface); min-width: 0; }
.balance-workspace .balance-panel > :last-child { margin-bottom: 0; }
.balance-workspace .balance-selector { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 1rem; margin: 0; }
.balance-workspace .balance-field { display: flex; flex-direction: column; gap: .35rem; flex: 1 1 160px; min-width: 0; }
.balance-workspace .balance-field label { font-weight: 500; }
.balance-workspace select,
.balance-workspace input:not([type=submit]):not([type=hidden]) { width: 100%; min-width: 0; max-width: 100%; min-height: 44px; border: 1px solid #9ca3af; border-radius: .5rem; padding: .5rem .75rem; color: var(--balance-text); background-color: var(--balance-surface); font: inherit; }
.balance-workspace select { padding-right: 2.5rem; }
.balance-workspace .balance-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.balance-workspace .balance-summary .balance-panel { margin: 0; }
.balance-workspace .balance-highlight { background: #eff6ff; border-color: #bfdbfe; }
.balance-workspace .balance-total { margin: .5rem 0; font-size: 1.5rem; font-weight: 700; line-height: 1.4; font-variant-numeric: tabular-nums; }
.balance-workspace .balance-highlight .balance-total { color: var(--balance-accent); }
.balance-workspace .balance-metadata { margin: 1rem 0; color: var(--balance-muted); }
.balance-workspace .balance-table-wrap { max-width: 100%; overflow-x: auto; }
.balance-workspace table { border-collapse: collapse; width: 100%; table-layout: fixed; text-align: left; }
.balance-workspace caption { text-align: left; color: var(--balance-muted); padding-bottom: 1rem; }
.balance-workspace th, .balance-workspace td { padding: .85rem 1rem; border-bottom: 1px solid var(--balance-border); vertical-align: top; }
.balance-workspace thead th { font-size: .75rem; font-weight: 600; color: var(--balance-muted); background: var(--balance-subtle); }
.balance-workspace tbody th { font-weight: 500; }
.balance-workspace tbody tr:last-child > * { border-bottom: 0; }
.balance-workspace .balance-row { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: .75rem; }
.balance-workspace .balance-badge { display: inline-block; padding: .15rem .6rem; font-size: .75rem; font-weight: 500; border-radius: 999px; background: var(--balance-subtle); color: var(--balance-muted); }
.balance-workspace .balance-badge-pending { background: #fef3c7; color: #92400e; }
.balance-workspace .balance-badge-approved { background: #dcfce7; color: #166534; }
.balance-workspace .balance-reason { white-space: pre-wrap; }
.balance-workspace .balance-pages { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 1rem; padding: 1rem 0; color: var(--balance-muted); }
.balance-workspace .balance-notice { padding: .75rem 1rem; border-radius: .5rem; background: var(--balance-subtle); color: var(--balance-muted); }
.balance-workspace [role=alert] { border-left: 3px solid #d97706; }
.balance-workspace .balance-history-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.balance-workspace .history-movement { margin: 0; border-radius: 0; border-width: 0 0 1px; }
.balance-workspace .history-movement:last-child { border-bottom: 0; }
.balance-workspace .balance-movements { border: 1px solid var(--balance-border); border-radius: .5rem; overflow: hidden; }
.balance-workspace .history-amounts { display: flex; flex-wrap: wrap; gap: .25rem 2rem; }
.balance-workspace details summary { cursor: pointer; font-weight: 500; padding: .25rem 0; }
.balance-workspace :focus-visible { outline: 3px solid #2563eb; outline-offset: 3px; }
.dark .balance-workspace { --balance-text: #f9fafb; --balance-muted: #d1d5db; --balance-border: #374151; --balance-surface: #1f2937; --balance-subtle: #111827; --balance-accent: #93c5fd; color-scheme: dark; }
.dark .balance-workspace .balance-highlight { background: #172554; border-color: #1e40af; }
.dark .balance-workspace .balance-badge-pending { background: #451a03; color: #fde68a; }
.dark .balance-workspace .balance-badge-approved { background: #052e16; color: #bbf7d0; }
.dark .balance-workspace :focus-visible { outline-color: #93c5fd; }
@media (max-width: 700px) {
  .balance-workspace .balance-summary { grid-template-columns: 1fr; }
  .balance-workspace .balance-selector .balance-field { flex-basis: 100%; }
  .balance-workspace .balance-panel { padding: 1rem; }
  .balance-workspace th, .balance-workspace td { padding: .65rem .5rem; }
  .balance-workspace .balance-total { font-size: 1.25rem; }
  .balance-workspace .balance-pages { justify-content: flex-start; }
}
/*
Font families defined by this CSS:
  - InterVariable  variable font for modern web browsers
  - Inter          static fonts for older web browsers (small optical size)
  - InterDisplay   static fonts for older web browsers (large optical size)

Usage example:
  :root { font-family: Inter, sans-serif; }
  @supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, sans-serif; }
  }

*/
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/font-files/InterVariable.woff2?v=4.1) format('woff2');
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/font-files/InterVariable-Italic.woff2?v=4.1) format('woff2');
}
/* legacy name "Inter var" (Oct 2023) */
@font-face { font-family:'Inter var'; font-style:normal; font-weight:100 900; font-display:swap; src: url(/font-files/InterVariable.woff2?v=4.1) format('woff2'); }
@font-face { font-family:'Inter var'; font-style:italic; font-weight:100 900; font-display:swap; src: url(/font-files/InterVariable-Italic.woff2?v=4.1) format('woff2'); }
/* static fonts */
@font-face { font-family:Inter; font-style:normal; font-weight:100; font-display:swap; src:url(/font-files/Inter-Thin.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:100; font-display:swap; src:url(/font-files/Inter-ThinItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:normal; font-weight:200; font-display:swap; src:url(/font-files/Inter-ExtraLight.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:200; font-display:swap; src:url(/font-files/Inter-ExtraLightItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:normal; font-weight:300; font-display:swap; src:url(/font-files/Inter-Light.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:300; font-display:swap; src:url(/font-files/Inter-LightItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:normal; font-weight:400; font-display:swap; src:url(/font-files/Inter-Regular.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:400; font-display:swap; src:url(/font-files/Inter-Italic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:normal; font-weight:500; font-display:swap; src:url(/font-files/Inter-Medium.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:500; font-display:swap; src:url(/font-files/Inter-MediumItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:normal; font-weight:600; font-display:swap; src:url(/font-files/Inter-SemiBold.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:600; font-display:swap; src:url(/font-files/Inter-SemiBoldItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:normal; font-weight:700; font-display:swap; src:url(/font-files/Inter-Bold.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:700; font-display:swap; src:url(/font-files/Inter-BoldItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:normal; font-weight:800; font-display:swap; src:url(/font-files/Inter-ExtraBold.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:800; font-display:swap; src:url(/font-files/Inter-ExtraBoldItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:normal; font-weight:900; font-display:swap; src:url(/font-files/Inter-Black.woff2?v=4.1) format("woff2"); }
@font-face { font-family:Inter; font-style:italic; font-weight:900; font-display:swap; src:url(/font-files/Inter-BlackItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:normal; font-weight:100; font-display:swap; src:url(/font-files/InterDisplay-Thin.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:italic; font-weight:100; font-display:swap; src:url(/font-files/InterDisplay-ThinItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:normal; font-weight:200; font-display:swap; src:url(/font-files/InterDisplay-ExtraLight.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:italic; font-weight:200; font-display:swap; src:url(/font-files/InterDisplay-ExtraLightItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:normal; font-weight:300; font-display:swap; src:url(/font-files/InterDisplay-Light.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:italic; font-weight:300; font-display:swap; src:url(/font-files/InterDisplay-LightItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:normal; font-weight:400; font-display:swap; src:url(/font-files/InterDisplay-Regular.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:italic; font-weight:400; font-display:swap; src:url(/font-files/InterDisplay-Italic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:normal; font-weight:500; font-display:swap; src:url(/font-files/InterDisplay-Medium.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:italic; font-weight:500; font-display:swap; src:url(/font-files/InterDisplay-MediumItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:normal; font-weight:600; font-display:swap; src:url(/font-files/InterDisplay-SemiBold.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:italic; font-weight:600; font-display:swap; src:url(/font-files/InterDisplay-SemiBoldItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:normal; font-weight:700; font-display:swap; src:url(/font-files/InterDisplay-Bold.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:italic; font-weight:700; font-display:swap; src:url(/font-files/InterDisplay-BoldItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:normal; font-weight:800; font-display:swap; src:url(/font-files/InterDisplay-ExtraBold.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:italic; font-weight:800; font-display:swap; src:url(/font-files/InterDisplay-ExtraBoldItalic.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:normal; font-weight:900; font-display:swap; src:url(/font-files/InterDisplay-Black.woff2?v=4.1) format("woff2"); }
@font-face { font-family:InterDisplay; font-style:italic; font-weight:900; font-display:swap; src:url(/font-files/InterDisplay-BlackItalic.woff2?v=4.1) format("woff2"); }

@font-feature-values InterVariable {
    @character-variant {
        cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
        cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
        alt-1:            1; /* Alternate one */
        alt-3:            9; /* Flat-top three */
        open-4:           2; /* Open four */
        open-6:           3; /* Open six */
        open-9:           4; /* Open nine */
        lc-l-with-tail:   5; /* Lower-case L with tail */
        simplified-u:     6; /* Simplified u */
        alt-double-s:     7; /* Alternate German double s */
        uc-i-with-serif:  8; /* Upper-case i with serif */
        uc-g-with-spur:  10; /* Capital G with spur */
        single-story-a:  11; /* Single-story a */
        compact-lc-f:    12; /* Compact f */
        compact-lc-t:    13; /* Compact t */
    }
    @styleset {
        ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
        open-digits: 1;                /* Open digits */
        disambiguation: 2;             /* Disambiguation (with zero) */
        disambiguation-except-zero: 4; /* Disambiguation (no zero) */
        round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
        square-punctuation: 7;         /* Square punctuation */
        square-quotes: 8;              /* Square quotes */
        circled-characters: 5;         /* Circled characters */
        squared-characters: 6;         /* Squared characters */
    }
}
@font-feature-values Inter {
    @character-variant {
        cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
        cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
        alt-1:            1; /* Alternate one */
        alt-3:            9; /* Flat-top three */
        open-4:           2; /* Open four */
        open-6:           3; /* Open six */
        open-9:           4; /* Open nine */
        lc-l-with-tail:   5; /* Lower-case L with tail */
        simplified-u:     6; /* Simplified u */
        alt-double-s:     7; /* Alternate German double s */
        uc-i-with-serif:  8; /* Upper-case i with serif */
        uc-g-with-spur:  10; /* Capital G with spur */
        single-story-a:  11; /* Single-story a */
        compact-lc-f:    12; /* Compact f */
        compact-lc-t:    13; /* Compact t */
    }
    @styleset {
        ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
        open-digits: 1;                /* Open digits */
        disambiguation: 2;             /* Disambiguation (with zero) */
        disambiguation-except-zero: 4; /* Disambiguation (no zero) */
        round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
        square-punctuation: 7;         /* Square punctuation */
        square-quotes: 8;              /* Square quotes */
        circled-characters: 5;         /* Circled characters */
        squared-characters: 6;         /* Squared characters */
    }
}
@font-feature-values InterDisplay {
    @character-variant {
        cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
        cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
        alt-1:            1; /* Alternate one */
        alt-3:            9; /* Flat-top three */
        open-4:           2; /* Open four */
        open-6:           3; /* Open six */
        open-9:           4; /* Open nine */
        lc-l-with-tail:   5; /* Lower-case L with tail */
        simplified-u:     6; /* Simplified u */
        alt-double-s:     7; /* Alternate German double s */
        uc-i-with-serif:  8; /* Upper-case i with serif */
        uc-g-with-spur:  10; /* Capital G with spur */
        single-story-a:  11; /* Single-story a */
        compact-lc-f:    12; /* Compact f */
        compact-lc-t:    13; /* Compact t */
    }
    @styleset {
        ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
        open-digits: 1;                /* Open digits */
        disambiguation: 2;             /* Disambiguation (with zero) */
        disambiguation-except-zero: 4; /* Disambiguation (no zero) */
        round-quotes-and-commas: 3;    /* Round quotes &amp; commas */
        square-punctuation: 7;         /* Square punctuation */
        square-quotes: 8;              /* Square quotes */
        circled-characters: 5;         /* Circled characters */
        squared-characters: 6;         /* Squared characters */
    }
}
.work-pattern-page { --wp-text:#111827; --wp-muted:#4b5563; --wp-border:#e5e7eb; --wp-surface:#fff; --wp-subtle:#f9fafb; --wp-link:#1d4ed8; color:var(--wp-text); font-family:Inter,sans-serif; font-size:.875rem; line-height:1.6; max-width:1200px; padding:1rem; min-width:0; overflow-wrap:anywhere; }
.work-pattern-page * { box-sizing:border-box; }
.work-pattern-page h1 { font-size:1.125rem; font-weight:700; margin:0; }
.work-pattern-page h2 { font-size:1rem; font-weight:600; margin:0 0 .5rem; }
.work-pattern-page p { margin:.5rem 0; }
.work-pattern-page a { color:var(--wp-link); text-underline-offset:3px; }
.work-pattern-page a:hover { text-decoration:underline; }
.work-pattern-page .wp-muted { color:var(--wp-muted); }
.work-pattern-page .wp-header { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:1rem; margin-bottom:1.25rem; }
.work-pattern-page .wp-header p { color:var(--wp-muted); margin-bottom:0; }
.work-pattern-page .wp-actions { display:flex; flex-wrap:wrap; align-items:center; gap:.75rem; }
.work-pattern-page .wp-panel { border:1px solid var(--wp-border); border-radius:.5rem; padding:1.25rem; margin:1rem 0; background:var(--wp-surface); min-width:0; }
.work-pattern-page .wp-selector { display:flex; flex-wrap:wrap; gap:.75rem; align-items:flex-end; margin:1rem 0; }
.work-pattern-page .wp-field { display:flex; flex-direction:column; gap:.35rem; flex:1 1 180px; min-width:0; }
.work-pattern-page label, .work-pattern-page legend { font-weight:500; }
.work-pattern-page select, .work-pattern-page input:not([type=submit]):not([type=checkbox]):not([type=hidden]) { width:100%; min-width:0; min-height:44px; border:1px solid #9ca3af; border-radius:.5rem; padding:.5rem .75rem; color:var(--wp-text); background:var(--wp-surface); font:inherit; }
.work-pattern-page select { padding-right:2.5rem; }
.work-pattern-page .wp-button, .work-pattern-page input[type=submit] { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:.5rem 1rem; border:1px solid var(--wp-border); border-radius:.5rem; font:inherit; font-weight:500; color:var(--wp-text); background:var(--wp-surface); cursor:pointer; text-decoration:none; }
.work-pattern-page input[type=submit] { background:#1d4ed8; color:#fff; border-color:#1d4ed8; }
.work-pattern-page input[type=submit]:hover { background:#1e40af; }
.work-pattern-page .wp-button:hover { background:var(--wp-subtle); text-decoration:none; }
.work-pattern-page .wp-week { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:.5rem; margin:1rem 0; }
.work-pattern-page .wp-day { padding:.75rem .5rem; border:1px solid var(--wp-border); border-radius:.5rem; background:var(--wp-subtle); }
.work-pattern-page .wp-day strong { display:block; font-size:1.25rem; font-variant-numeric:tabular-nums; }
.work-pattern-page .wp-day span { display:block; color:var(--wp-muted); font-size:.75rem; }
.work-pattern-page .wp-day label { display:block; margin-bottom:.4rem; font-size:.75rem; }
.work-pattern-page .wp-notice { padding:.75rem 1rem; border-radius:.5rem; background:var(--wp-subtle); color:var(--wp-muted); margin:1rem 0; }
.work-pattern-page [role=alert] { border-left:3px solid #d97706; }
.work-pattern-page .wp-table-wrap { overflow-x:auto; }
.work-pattern-page table { width:100%; border-collapse:collapse; table-layout:fixed; text-align:left; }
.work-pattern-page caption { text-align:left; color:var(--wp-muted); padding-bottom:.75rem; }
.work-pattern-page th, .work-pattern-page td { border-bottom:1px solid var(--wp-border); padding:.75rem; vertical-align:top; }
.work-pattern-page thead th { font-size:.75rem; background:var(--wp-subtle); color:var(--wp-muted); }
.work-pattern-page tbody th { font-weight:500; }
.work-pattern-page tbody tr:last-child > * { border-bottom:0; }
.work-pattern-page .wp-confirm { display:flex; align-items:flex-start; gap:.75rem; margin:1rem 0; }
.work-pattern-page input[type=checkbox] { width:20px; height:20px; flex-shrink:0; margin-top:2px; }
.work-pattern-page :focus-visible { outline:3px solid #2563eb; outline-offset:3px; }
.dark .work-pattern-page { --wp-text:#f9fafb; --wp-muted:#d1d5db; --wp-border:#374151; --wp-surface:#1f2937; --wp-subtle:#111827; --wp-link:#93c5fd; color-scheme:dark; }
@media(max-width:800px) { .work-pattern-page .wp-week { grid-template-columns:repeat(4,minmax(0,1fr)); } }
@media(max-width:500px) { .work-pattern-page .wp-week { grid-template-columns:repeat(2,minmax(0,1fr)); } .work-pattern-page .wp-panel { padding:1rem; } .work-pattern-page .wp-field { flex-basis:100%; } .work-pattern-page th, .work-pattern-page td { padding:.65rem .4rem; } }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* For Firefox */
::-moz-scrollbar {
  width: 0px;
  height: 0px;
}

/* For Microsoft Edge and Internet Explorer */
::-ms-scrollbar {
  width: 0px;
  height: 0px;
}

/* Customize the appearance of the scrollbar track */
::-webkit-scrollbar-track {
  background-color: transparent;
  /* Change to your desired color */
}

/* Customize the appearance of the scrollbar thumb */
::-webkit-scrollbar-thumb {
  background-color: #f1f1f1;
  /* Change to your desired color */
}

.flash {
  position: fixed;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;

  max-width: 100%;
  width: max-content;
  z-index: 100;
}

.message {
  font-size: 14px;
  animation: appear-then-fade 4s both;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@keyframes appear-then-fade {

  0%,
  100% {
    opacity: 0
  }

  5%,
  60% {
    opacity: 1
  }
}

/* css for emoji */

.picmo__popupContainer,
.picmo__light,
.picmo__picker.picmo__picker {
  height: 200px !important;
  width: 200px !important;
  gap: 4px !important;
}

.dark .picmo__popupContainer,
.dark .picmo__picker.picmo__picker {
  background-color: black;
  color: white;
  height: 200px !important;
  width: 200px !important;
  gap: 4px !important;
}

.picmo__picker .picmo__searchContainer,
.picmo__categoryButtons {
  height: 20px !important;
  padding: 0px !important;
  margin: 0px !important;
  gap: 0px !important;
}

.dark .picmo__picker .picmo__searchContainer,
.dark .picmo__categoryButtons {
  background-color: black;
  color: white;
}

.picmo__header {
  padding: 5px !important;
  gap: 8px !important;
  gap: 4px !important;
}

.dark .picmo__header {
  background-color: black;
  color: white;
}

.picmo__categoryTab button.picmo__categoryButton {
  width: 20px !important;
  height: 20px !important;
}

.picmo__content {
  height: '90%' !important;
  overflow: auto !important;
  padding-bottom: 10px !important;
}

.picmo__picker .picmo__emojiArea {
  margin-bottom: 10px !important;
}

.picmo__picker .picmo__preview {
  display: none;
}

.picmo__picker .picmo__error {
  height: '90%' !important;
}

.picmo__picker .picmo__error .picmo__icon {
  height: 50px !important;
  width: 50px !important;
}

.picmo__picker .picmo__searchContainer .picmo__searchField {
  font-size: 12px !important;
}

.dark .picmo__picker .picmo__searchContainer .picmo__searchField,
.dark .picmo__picker .picmo__searchContainer .picmo__searchField:focus {
  background-color: black;
  color: white;
}

.picmo__picker .picmo__emojiCategory .picmo__categoryName {
  font-size: 12px !important;
}

.dark .picmo__picker .picmo__emojiCategory .picmo__categoryName {
  background-color: black;
  color: white;
}

.picmo__picker .picmo__searchContainer .picmo__searchAccessory {
  right: 0 !important;
}

/* heatmap calendar */
.heatmap-calendar {
  display: grid;
  grid-template-rows: repeat(7, minmax(0, 1fr));
  grid-auto-flow: column;
  gap: 5px;
  padding: 5px;
}

.employee-filter-section {
  margin-bottom: 24px;
}

.filter-header {
  margin-bottom: 10px;
}

.filter-description {
  color: #718096;
  margin: 0;
  font-size: 0.9rem;
}

.employee-filter-form {
  width: 100%;
}

.filter-controls {
  display: flex;
  gap: 16px;
  align-items: end;
  flex-wrap: wrap;
}

.form-group {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}

.form-select {
  padding: 8px 12px;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  font-size: 0.9rem;
  background-color: #ffffff;
  transition: border-color 0.2s ease;
}

.form-select:focus {
  outline: none;
  border-color: #4299e1;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

.form-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.btn {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
}

.btn-primary {
  background-color: #4299e1;
  color: white;
}

.btn-primary:hover {
  background-color: #3182ce;
}

.btn-secondary {
  background-color: #e2e8f0;
  color: #4a5568;
}

.btn-secondary:hover {
  background-color: #cbd5e0;
}

@media (max-width: 768px) {
  .filter-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .form-group {
    min-width: 100%;
  }

  .form-actions {
    margin-top: 16px;
  }
}
