/* Generated module compatibility bundle. Source order preserved. */

:root {
    --bg: #07111f;
    --bg-accent: #10233b;
    --surface: rgba(9, 19, 34, 0.9);
    --surface-soft: rgba(14, 27, 47, 0.72);
    --surface-strong: rgba(8, 17, 31, 0.94);
    --panel: rgba(246, 249, 253, 0.96);
    --panel-soft: rgba(255, 255, 255, 0.82);
    --line: rgba(148, 163, 184, 0.18);
    --line-strong: rgba(148, 163, 184, 0.28);
    --text: #dbe7f5;
    --text-muted: #758aa2;
    --text-strong: #081222;
    --text-soft: #475d76;
    --accent: #d7b760;
    --accent-strong: #b99438;
    --accent-soft: rgba(215, 183, 96, 0.16);
    --success: #21c57d;
    --warning: #ffbf47;
    --danger: #ff6b6b;
    --info: #d7b760;
    --shadow-lg: 0 32px 80px rgba(1, 8, 18, 0.45);
    --shadow-md: 0 20px 40px rgba(7, 17, 31, 0.16);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --radius-sm: 10px;
    --font-app: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --mono: var(--font-app);
    --font-sans: var(--font-app);
    --sans: var(--font-sans);
    --display: var(--font-sans);
    --sidebar-width: 78px;
    --content-max: 1480px;
    --section-gap: clamp(18px, 2vw, 24px);
    --theme-button-bg: linear-gradient(135deg, #0d2340 0%, #122a52 62%, #d7b760 100%);
    --theme-button-color: #f8fbff;
    --theme-button-border: rgba(215, 183, 96, 0.28);
    --theme-button-shadow: 0 18px 34px rgba(13, 35, 64, 0.20);
    --theme-button-hover-shadow: 0 24px 42px rgba(13, 35, 64, 0.24);
    --theme-button-hover-border: rgba(215, 183, 96, 0.42);
    --theme-sidebar-link-color: #95a9bf;
    --theme-sidebar-link-active-color: #f8fbff;
    --theme-sidebar-link-bg: rgba(215, 183, 96, 0.1);
    --theme-sidebar-link-border: rgba(215, 183, 96, 0.14);
    --theme-sidebar-label: #7187a0;
    --theme-sidebar-label-active: #dfeeff;
    --theme-sidebar-icon: rgba(223, 238, 255, 0.72);
    --theme-subnav-border: rgba(215, 183, 96, 0.14);
    --theme-sidebar-panel-bg: rgba(255, 255, 255, 0.03);
    --theme-sidebar-panel-border: rgba(148, 163, 184, 0.08);
    --theme-sidebar-group-toggle-bg: rgba(255, 255, 255, 0.02);
    --theme-sidebar-group-toggle-active-bg: rgba(215, 183, 96, 0.10);
    --theme-sidebar-active-dot: #d7b760;
    --theme-sidebar-active-dot-ring: rgba(215, 183, 96, 0.16);
    --theme-sidebar-focus-ring: rgba(215, 183, 96, 0.24);
    --theme-footer-bg: rgba(255, 255, 255, 0.03);
    --theme-footer-border: rgba(148, 163, 184, 0.18);
    --theme-status-pill-color: #eef7ff;
    --theme-status-pill-bg: rgba(215, 183, 96, 0.12);
    --theme-status-pill-border: rgba(215, 183, 96, 0.18);
}

body .searchable-select-shell {
    display: grid;
    gap: 8px;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--font-sans) !important;
}

body .searchable-select-input {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid var(--theme-input-border, rgba(148, 163, 184, 0.18));
    background: var(--theme-input-bg, rgba(10, 18, 31, 0.88));
    color: var(--theme-input-color, #ecf4ff);
    font: inherit;
}

body .searchable-select-input::placeholder {
    color: var(--theme-input-placeholder, #7f96b0);
    opacity: 0.58;
}

body .searchable-select-input:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(93, 183, 255, 0.12);
    background: var(--theme-input-focus-bg, rgba(8, 17, 29, 0.96));
}

body .searchable-select-summary {
    margin-top: -2px;
}

/* ==========================
   POS IPOS REFACTOR
   ========================== */






































































body .pos-ipos-refactor .pos-ipos-toolbar-pill span,
body .pos-ipos-refactor .pos-ipos-summaryrows span,
body .pos-ipos-refactor .pos-ipos-helper,
body .pos-ipos-refactor .pos-ipos-panel-head small,
body .pos-ipos-refactor .pos-ipos-draft-copy small,
body .pos-ipos-refactor .helper-text,
body .pos-ipos-refactor .pos-ipos-pickerhead small {
    color: var(--ipos-muted);
}





























































body .pos-ipos-refactor .pos-ipos-field-member-status .helper-text {
    margin: 0;
    line-height: 1.35;
}









































body .pos-ipos-refactor .pos-vintage-button,
body .pos-ipos-refactor .pos-vintage-mini,
body .pos-ipos-refactor .pos-payment-method,
body .pos-ipos-refactor .danger-button,
body .pos-ipos-refactor .ghost-button {
    min-height: 40px;
    border-radius: 12px;
    border: 1px solid var(--ipos-border-strong);
    background: var(--ipos-button-bg);
    color: var(--ipos-text);
    box-shadow: none;
    font-size: 0.8rem;
    font-weight: 700;
}

body .pos-ipos-refactor .pos-vintage-button.is-primary {
    border-color: var(--ipos-primary-border);
    background: var(--ipos-primary-bg);
    color: var(--ipos-primary-color);
}

body .pos-ipos-refactor .pos-vintage-button.is-success {
    border-color: var(--ipos-success-border);
    background: var(--ipos-success-bg);
    color: var(--ipos-success-color);
}
























































































body .pos-ipos-refactor .pos-ipos-logtable td .helper-text,
body [data-pos-sales-log="1"] table td .helper-text {
    font-size: 0.78rem;
    line-height: 1.2;
}





body .pos-sales-log-actions .ghost-button,
body .pos-sales-log-actions .btn-link,
body .pos-sales-log-actions .pos-vintage-mini {
    justify-content: center;
    text-align: center;
}

body .pos-sales-log-actions .ghost-button {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 0.82rem;
    border-radius: 12px;
}

















body [data-pos-sales-log-preview="1"] .pos-ipos-logtable td .helper-text {
    font-size: 0.7rem;
    line-height: 1.1;
}



































































































































































































































* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
    overscroll-behavior-y: none;
}



body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(93, 183, 255, 0.18), transparent 34%),
        radial-gradient(circle at top right, rgba(255, 191, 71, 0.14), transparent 26%),
        linear-gradient(145deg, #05101d 0%, #0a172a 42%, #112645 100%);
    font-family: var(--sans);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "cv11", "ss01";
}

body.menu-open {
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(circle at center, black 32%, transparent 92%);
    pointer-events: none;
}

a {
    color: inherit;
}

body .skip-link {
    position: fixed;
    top: 14px;
    left: 16px;
    z-index: 5000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-decoration: none;
    transform: translateY(-140%);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body .skip-link:focus-visible {
    transform: translateY(0);
}

body label {
    display: block;
    margin-bottom: 8px;
    color: var(--text-strong);
    font-size: 0.9rem;
    font-weight: 600;
}

body small,
body .helper-text {
    display: block;
    margin-top: 6px;
    color: var(--text-soft);
    line-height: 1.5;
}

body .layout {
    display: grid;
    grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
    min-height: 100vh;
    transition: grid-template-columns 0.28s ease;
}

body .layout.layout-plain {
    grid-template-columns: minmax(0, 1fr);
}

body .layout.layout-no-sidebar {
    grid-template-columns: minmax(0, 1fr) !important;
}

body .layout.layout-no-sidebar > .main {
    grid-column: 1 / -1;
    min-width: 0;
    width: 100%;
}

body .layout.layout-no-sidebar > .main > * {
    width: 100%;
    max-width: none;
    margin-inline: 0;
}

body .sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100dvh;
    padding: 28px 22px;
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(149, 169, 191, 0.72) rgba(255, 255, 255, 0.06);
    border-right: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(11, 21, 37, 0.94) 0%, rgba(6, 14, 28, 0.94) 100%);
    backdrop-filter: blur(18px);
    transition: transform 0.28s ease, opacity 0.28s ease;
}

body .desktop-sidebar-toggle {
    position: fixed;
    top: 22px;
    left: calc(var(--sidebar-width) + 14px);
    z-index: 65;
    width: 52px;
    min-width: 52px;
    height: 52px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(10, 24, 42, 0.88);
    border-color: rgba(93, 183, 255, 0.18);
    box-shadow: 0 18px 32px rgba(7, 17, 31, 0.24);
    backdrop-filter: blur(14px);
    transition: left 0.28s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body .desktop-sidebar-toggle-bars {
    display: grid;
    gap: 5px;
}

body .desktop-sidebar-toggle-bars span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #f7fbff;
}

body .sidebar::-webkit-scrollbar {
    width: 10px;
}

body .sidebar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}

body .sidebar::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(184, 197, 214, 0.9), rgba(121, 138, 161, 0.96));
    border-radius: 999px;
    border: 2px solid rgba(7, 17, 31, 0.92);
}

body .sidebar::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(214, 223, 234, 0.96), rgba(148, 163, 184, 0.98));
}

body .sidebar::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

body .brand-block {
    padding: 18px;
    border-radius: var(--radius-lg);
    background:
        linear-gradient(145deg, rgba(93, 183, 255, 0.18), rgba(17, 38, 69, 0.12));
    border: 1px solid rgba(93, 183, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body .brand-block-logo-only {
    display: grid;
    place-items: center;
    padding: 18px 16px;
}

body .brand-lockup {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

body .brand-mark {
    width: 76px;
    height: 76px;
    flex: 0 0 76px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 241, 250, 0.92));
    box-shadow: 0 18px 32px rgba(1, 8, 18, 0.25);
}

body .brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
}

body .brand-mark-full-logo {
    width: min(100%, 220px);
    height: auto;
    aspect-ratio: 1 / 1;
    flex-basis: auto;
    border-radius: 28px;
}

body .brand-mark-full-logo img {
    padding: 18px;
}

body .brand-meta {
    min-width: 0;
}

body .suite-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 191, 71, 0.14);
    color: #ffe5ab;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body .brand-kicker {
    margin: 0 0 8px;
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-muted);
}

body .brand-title {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    font-family: var(--display);
}

body .brand-copy {
    margin: 8px 0 0;
    line-height: 1.6;
    color: var(--text-muted);
    font-size: 0.92rem;
}

body .sidebar nav {
    display: grid;
    gap: 14px;
}

body .sidebar-section {
    display: grid;
    gap: 10px;
}

body .sidebar-section-label {
    margin: 0;
    padding: 0 6px;
    color: var(--theme-sidebar-label);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body .sidebar-group {
    display: grid;
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--theme-sidebar-panel-border);
    background: var(--theme-sidebar-panel-bg);
}

body .sidebar-single {
    gap: 0;
}

body .sidebar-group-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid transparent;
    background: var(--theme-sidebar-group-toggle-bg);
    box-shadow: none;
    border-radius: 16px;
    color: inherit;
    cursor: pointer;
    user-select: none;
    list-style: none;
}

body .sidebar-group-toggle:hover {
    transform: none;
    box-shadow: none;
}

body .sidebar-group-toggle::-webkit-details-marker {
    display: none;
}

body .sidebar-group-label {
    display: block;
    color: var(--theme-sidebar-label);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body .sidebar-group.active .sidebar-group-label,
body .sidebar-disclosure[open] .sidebar-group-label {
    color: var(--theme-sidebar-label-active);
}

body .sidebar-group.active .sidebar-group-toggle,
body .sidebar-disclosure[open] .sidebar-group-toggle {
    background: var(--theme-sidebar-group-toggle-active-bg);
    border-color: var(--theme-sidebar-link-border);
}

body .sidebar-group-icon {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid var(--theme-sidebar-icon);
    border-bottom: 2px solid var(--theme-sidebar-icon);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.72;
}

body .sidebar-disclosure[open] .sidebar-group-icon {
    transform: rotate(225deg) translateY(1px);
    opacity: 1;
}

body .sidebar-subnav {
    display: grid;
    gap: 6px;
    margin-left: 6px;
    padding-left: 14px;
    border-left: 1px solid var(--theme-subnav-border);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 0.24s ease, opacity 0.2s ease, transform 0.2s ease;
}

body .sidebar-disclosure[open] .sidebar-subnav {
    max-height: 1200px;
    opacity: 1;
    transform: translateY(0);
}

body .sidebar-subgroup {
    display: grid;
    gap: 6px;
}

body .sidebar-subgroup-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--theme-sidebar-link-color);
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    list-style: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

body .sidebar-subgroup-toggle::-webkit-details-marker {
    display: none;
}

body .sidebar-subgroup-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: transparent;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

body .sidebar-subgroup:hover .sidebar-subgroup-toggle,
body .sidebar-subgroup.active .sidebar-subgroup-toggle,
body .sidebar-subgroup[open] .sidebar-subgroup-toggle {
    color: var(--theme-sidebar-link-active-color);
    background: var(--theme-sidebar-link-bg);
    border-color: var(--theme-sidebar-link-border);
    transform: translateX(2px);
}

body .sidebar-subgroup.active .sidebar-subgroup-toggle::after,
body .sidebar-subgroup[open] .sidebar-subgroup-toggle::after {
    background: var(--theme-sidebar-active-dot);
    box-shadow: 0 0 0 6px var(--theme-sidebar-active-dot-ring);
}

body .sidebar-subgroup-label {
    display: block;
}

body .sidebar-subgroup-links {
    display: grid;
    gap: 6px;
    margin-left: 14px;
    padding-left: 12px;
    border-left: 1px solid var(--theme-subnav-border);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-4px);
    transition: max-height 0.24s ease, opacity 0.2s ease, transform 0.2s ease;
}

body .sidebar-subgroup[open] .sidebar-subgroup-links {
    max-height: 320px;
    opacity: 1;
    transform: translateY(0);
}

body .sidebar-subgroup-links a {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 0.92rem;
}

body .sidebar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: var(--theme-sidebar-link-color);
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

body .sidebar a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: transparent;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

body .sidebar a:hover,
body .sidebar a.active {
    color: var(--theme-sidebar-link-active-color);
    background: var(--theme-sidebar-link-bg);
    border-color: var(--theme-sidebar-link-border);
    transform: translateX(2px);
}

body .sidebar a.active::after {
    background: var(--theme-sidebar-active-dot);
    box-shadow: 0 0 0 6px var(--theme-sidebar-active-dot-ring);
}

body .sidebar-footer {
    margin-top: auto;
    padding: 18px;
    display: grid;
    gap: 14px;
    border-radius: var(--radius-lg);
    background: var(--theme-footer-bg);
    border: 1px solid var(--theme-footer-border);
}

body .sidebar-footer-link.active {
    background: var(--theme-sidebar-link-bg);
    border-color: var(--theme-sidebar-link-border);
    color: var(--theme-sidebar-link-active-color);
}



body .account-volume-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-top: 12px;
}

body .account-volume-row input[type="range"] {
    width: 100%;
}

body.sidebar-minimized .layout,
html.sidebar-minimized-pending body .layout {
    grid-template-columns: 0 minmax(0, 1fr);
}

body.sidebar-minimized .sidebar,
html.sidebar-minimized-pending body .sidebar {
    transform: translateX(-112%);
    opacity: 0;
    pointer-events: none;
}

body.sidebar-minimized .desktop-sidebar-toggle,
html.sidebar-minimized-pending body .desktop-sidebar-toggle {
    left: 22px;
}

body .sidebar-footer p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

body .sidebar-footer-actions {
    display: grid;
    gap: 12px;
}

body .sidebar-footer-actions form,
body .sidebar-footer-actions .ghost-button,
body .sidebar-footer-actions form button {
    width: 100%;
}

body .sidebar-footer-actions .ghost-button,
body .sidebar-footer-actions form button {
    justify-content: center;
}

body .status-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

body .status-pill {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    color: var(--theme-status-pill-color);
    background: var(--theme-status-pill-bg);
    border: 1px solid var(--theme-status-pill-border);
}

body .sidebar a:focus-visible,
body .sidebar-group-toggle:focus-visible,
body .sidebar-subgroup-toggle:focus-visible,
body .sidebar-footer .ghost-button:focus-visible {
    outline: none;
    border-color: var(--theme-sidebar-link-border);
    box-shadow: 0 0 0 4px var(--theme-sidebar-focus-ring);
}

body .main {
    min-width: 0;
    padding: 32px;
    display: grid;
    justify-items: stretch;
    align-content: start;
    gap: var(--section-gap);
}

body .main > * {
    width: 100%;
    max-width: none;
}

body .main-public {
    padding-top: clamp(28px, 8vh, 76px);
    padding-bottom: clamp(32px, 7vh, 56px);
}

body .page-content {
    display: grid;
    gap: var(--section-gap);
    align-content: start;
}

















body .page-content > .panel,
body .page-content > .card,
body .page-content > .card-mini,
body .page-content > .form-box,
body .page-content > .table-box,
body .page-content > .import-box,
body .page-content > .box,
body .page-content > .cards,
body .page-content > .summary,
body .page-content > .meta-grid,
body .page-content > .alerts {
    margin-bottom: 0;
}

body .page-content > .helper-text {
    margin-top: -8px;
}

@supports (content-visibility: auto) {
    body .page-content > :is(.panel, .card, .card-mini, .form-box, .table-box, .import-box, .box, .summary, .meta-grid, .alerts) {
        content-visibility: auto;
        contain-intrinsic-size: 420px;
    }

    body .cards > * {
        content-visibility: auto;
        contain-intrinsic-size: 280px;
    }

    body .stack-scroll-list > * {
        content-visibility: auto;
        contain-intrinsic-size: 180px;
    }
}

body .auth-flow-box {
    width: min(100%, 760px);
    margin-inline: auto;
}

body .auth-flow-box form {
    display: grid;
    gap: 18px;
}

body .page-hero {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 0;
    padding: 32px 34px;
    border-radius: 32px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(10, 24, 42, 0.34), rgba(17, 38, 69, 0.18));
    box-shadow: 0 24px 52px rgba(1, 8, 18, 0.16);
    backdrop-filter: blur(18px);
    isolation: isolate;
    overflow: hidden;
}

body .page-hero::after {
    content: "";
    position: absolute;
    inset: auto 24px -40px auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(93, 183, 255, 0.18), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

body .page-hero-text {
    max-width: 780px;
    min-width: 0;
    position: relative;
    z-index: 1;
}

body .page-eyebrow {
    margin: 0 0 12px;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--warning);
}

body .page-hero h1,
body .header h1,
body .main > h1 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(2.1rem, 3.2vw, 3.35rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
    color: #f7fbff;
    text-wrap: balance;
}

body .page-subtitle {
    display: none;
}

body .page-actions,
body .header > div:last-child {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    min-width: min(100%, 260px);
}

body .page-actions > *,
body .split-actions > *,
body .split-actions > form,
body .split-actions > form > *,
body .notification-center-actions > *,
body .chat-widget-head-actions > *,
body .mobile-nav-actions > * {
    min-width: 0;
    max-width: 100%;
}

body .page-actions:empty {
    display: none;
}

body .page-actions-desktop-slot {
    display: flex;
    margin-left: auto;
    min-width: min(100%, 260px);
    position: relative;
    z-index: 1;
}

body .page-actions-desktop-slot:empty {
    display: none;
}

body .mobile-command-deck {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 16px 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(10, 24, 42, 0.3), rgba(17, 38, 69, 0.18));
    box-shadow: 0 18px 30px rgba(1, 8, 18, 0.16);
}

body .mobile-command-deck[hidden] {
    display: none !important;
}

body .mobile-command-deck-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

body .mobile-command-kicker {
    margin: 0 0 6px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 191, 71, 0.92);
}

body .mobile-command-deck-head strong {
    display: block;
    color: #f7fbff;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

body .mobile-command-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(93, 183, 255, 0.16);
    background: rgba(93, 183, 255, 0.12);
    color: #eef7ff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

body .mobile-page-actions-slot {
    min-width: 0;
}

body .mobile-page-actions-slot .page-actions {
    min-width: 0;
    margin-left: 0;
    justify-content: flex-start;
}

body .mobile-page-actions-slot .page-actions > * {
    flex: 0 0 auto;
}

body.minimal-shell .main > * {
    max-width: 760px;
}

body.minimal-shell .page-hero {
    padding: 24px 26px;
}

body .panel,
body .card,
body .card-mini,
body .form-box,
body .table-box,
body .import-box,
body .box {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(240, 245, 251, 0.96));
    box-shadow: var(--shadow-md);
    color: var(--text-strong);
}

body .panel::before,
body .card::before,
body .card-mini::before,
body .form-box::before,
body .table-box::before,
body .import-box::before,
body .box::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), rgba(93, 183, 255, 0.08));
    opacity: 0.9;
}

body .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 18px;
}

body .cards,
body .summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 16px;
    margin-bottom: 20px;
    align-items: stretch;
}

body .card,
body .card-mini {
    padding: 22px;
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 100%;
    min-width: 0;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body .card:hover,
body .card-mini:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 44px rgba(7, 17, 31, 0.14);
}

body .card p,
body .card-mini p {
    margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #4f667f;
    font-weight: 700;
}

body .card h2,
body .card-mini h3 {
    margin: 8px 0 0;
    font-family: var(--display);
    font-size: clamp(1.9rem, 2.3vw, 2.45rem);
    letter-spacing: -0.06em;
    line-height: 0.95;
    color: var(--text-strong);
    overflow-wrap: anywhere;
}

body .card.warning {
    background: linear-gradient(180deg, rgba(255, 245, 220, 0.98), rgba(255, 238, 204, 0.95));
}

body .card-mini.warning {
    background: linear-gradient(180deg, rgba(255, 245, 220, 0.98), rgba(255, 238, 204, 0.95));
}

body .card.danger {
    background: linear-gradient(180deg, rgba(255, 233, 233, 0.98), rgba(255, 219, 219, 0.95));
}

body .card.success {
    background: linear-gradient(180deg, rgba(231, 255, 244, 0.98), rgba(216, 249, 233, 0.95));
}

body .alert {
    padding: 14px 16px;
    border-radius: 14px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    font-size: 0.94rem;
}

body .alert.danger {
    background: var(--theme-danger-soft-bg, rgba(255, 107, 107, 0.12));
    color: var(--theme-danger-soft-color, #7c1d1d);
    border-color: var(--theme-danger-soft-border, rgba(255, 107, 107, 0.2));
}

body .alert.warning {
    background: var(--theme-warning-soft-bg, rgba(255, 191, 71, 0.18));
    color: var(--theme-warning-soft-color, #6b4b0d);
    border-color: var(--theme-warning-soft-border, rgba(255, 191, 71, 0.22));
}

body .alert.info {
    background: var(--theme-info-soft-bg, rgba(107, 212, 255, 0.16));
    color: var(--theme-info-soft-color, #0c4f74);
    border-color: var(--theme-info-soft-border, rgba(107, 212, 255, 0.22));
}

body .form-box,
body .table-box,
body .import-box,
body .box {
    padding: 22px;
    margin-bottom: 20px;
}

body .table-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(93, 183, 255, 0.32) rgba(10, 24, 42, 0.08);
    overscroll-behavior-x: contain;
    scroll-padding-inline: 18px;
}

body .table-box.stack-scroll-shell {
    display: grid;
    align-content: start;
    gap: 16px;
    max-height: min(78vh, 1040px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding-right: 14px;
}

body .table-box.stack-scroll-shell > .section-title {
    position: sticky;
    top: -20px;
    z-index: 4;
    margin: -20px -14px 0 -20px;
    padding: 20px 14px 14px 20px;
    background: var(--panel);
    border-bottom: 1px solid rgba(10, 24, 42, 0.08);
    box-shadow: 0 14px 20px rgba(7, 17, 31, 0.06);
}

body .table-box.stack-scroll-shell > .stack-scroll-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

body .table-box.stack-scroll-shell::-webkit-scrollbar {
    width: 10px;
}

body .table-box.stack-scroll-shell::-webkit-scrollbar-track {
    background: rgba(10, 24, 42, 0.06);
    border-radius: 999px;
}

body .table-box.stack-scroll-shell::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(93, 183, 255, 0.58), rgba(33, 137, 255, 0.38));
    border-radius: 999px;
    border: 2px solid rgba(246, 249, 253, 0.96);
}

body table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}

body.is-table-layout-resizing,
body.is-table-layout-resizing * {
    user-select: none !important;
}

body.is-table-layout-resizing[data-table-resize-axis="col"],
body.is-table-layout-resizing[data-table-resize-axis="col"] * {
    cursor: col-resize !important;
}

body.is-table-layout-resizing[data-table-resize-axis="row"],
body.is-table-layout-resizing[data-table-resize-axis="row"] * {
    cursor: row-resize !important;
}



body th,
body td {
    padding: 15px 12px;
    border-bottom: 1px solid rgba(10, 24, 42, 0.08);
    font-size: 0.92rem;
    vertical-align: middle;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: break-word;
}

body th {
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #43586f;
    background: rgba(12, 24, 43, 0.06);
    white-space: nowrap;
    font-weight: 700;
    font-family: var(--display);
}

body th .sort-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    transition: color 0.18s ease;
}

body th .sort-link:hover,
body th .sort-link.active {
    color: #1d3f68;
}

body th .sort-indicator {
    font-size: 0.72rem;
    letter-spacing: 0;
}

body td {
    white-space: normal;
    color: var(--text-strong);
}body td small,
body td .helper-text {
    color: #596f87;
}

body .mono,
body .badge,
body .status-pill,
body button,
body .btn-link,
body a.btn-link,
body .money-input,
body input,
body select {
    overflow-wrap: normal;
    word-break: normal;
}

body tbody tr:hover {
    background: rgba(93, 183, 255, 0.06);
}

body input,
body select,
body textarea {
    width: 100%;
    padding: 13px 15px;
    border-radius: 16px;
    border: 1px solid rgba(10, 24, 42, 0.12);
    background: rgba(255, 255, 255, 0.86);
    color: var(--text-strong);
    font: inherit;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    touch-action: manipulation;
}

body input[type="file"] {
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.92);
}

body input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(10, 24, 42, 0.08);
    color: var(--text-strong);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

body input::placeholder,
body textarea::placeholder {
    color: #7b8ea5;
    opacity: 0.58;
}

body input:focus,
body select:focus,
body textarea:focus {
    outline: none;
    border-color: rgba(33, 137, 255, 0.45);
    box-shadow: 0 0 0 4px rgba(33, 137, 255, 0.12);
    background: #fff;
}

body input[readonly] {
    background: rgba(10, 24, 42, 0.05);
}

body input:disabled,
body select:disabled,
body textarea:disabled {
    opacity: 1;
    cursor: not-allowed;
}

body .money-input {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-radius: 16px;
    border: 1px solid rgba(10, 24, 42, 0.12);
    background: rgba(255, 255, 255, 0.86);
    min-width: 150px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body .money-input span {
    flex: 0 0 auto;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-soft);
    letter-spacing: 0.06em;
}

body .money-input input {
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 12px 0;
    min-width: 0;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

body .money-input input:focus {
    box-shadow: none;
    background: transparent;
}

body .money-input:focus-within {
    border-color: rgba(33, 137, 255, 0.45);
    box-shadow: 0 0 0 4px rgba(33, 137, 255, 0.12);
    background: #fff;
}

body button,
body .btn-link,
body a.btn-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 20px;
    border: 1px solid var(--theme-button-border);
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--theme-button-color);
    background: var(--theme-button-bg);
    box-shadow: var(--theme-button-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
    touch-action: manipulation;
}

body button:hover,
body .btn-link:hover,
body a.btn-link:hover {
    transform: translateY(-1px);
    border-color: var(--theme-button-hover-border);
    box-shadow: var(--theme-button-hover-shadow);
}

body button:disabled {
    opacity: 0.72;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    filter: saturate(0.8);
}

body .danger-button,
body .danger {
    background: linear-gradient(135deg, #7f1d1d, #ef4444);
    color: #fff;
}

body .ghost-button {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 242, 248, 0.94));
    color: #10233b;
    border-color: rgba(10, 24, 42, 0.14);
    box-shadow: 0 10px 22px rgba(7, 17, 31, 0.08);
}

body .ghost-button:hover {
    color: #081222;
    border-color: rgba(33, 137, 255, 0.28);
    box-shadow: 0 14px 24px rgba(7, 17, 31, 0.12);
}

body .ghost-button:disabled {
    background: linear-gradient(180deg, rgba(247, 250, 253, 0.94), rgba(234, 240, 246, 0.92));
    color: #576b82;
    border-color: rgba(10, 24, 42, 0.1);
}

body .sidebar .ghost-button,
body .mobile-nav .ghost-button {
    background: rgba(255, 255, 255, 0.04);
    color: #f7fbff;
    border-color: rgba(255, 255, 255, 0.1);
}





body .admin-local-nav .ghost-button {
    min-width: 190px;
}

body .admin-local-nav .ghost-button.active {
    background: linear-gradient(135deg, #123d74, #0f5ec7);
    color: #f7fbff;
    border-color: transparent;
    box-shadow: 0 16px 28px rgba(15, 94, 199, 0.28);
}













body .stack-scroll-list {
    display: grid;
    gap: 16px;
    max-height: min(74vh, 980px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    padding-right: 6px;
    -webkit-overflow-scrolling: touch;
}

body .stack-scroll-card {
    min-width: 0;
}

body .table-box.stack-scroll-shell .stack-scroll-card:last-child {
    margin-bottom: 0;
}

body .stack-scroll-list::-webkit-scrollbar {
    width: 10px;
}

body .stack-scroll-list::-webkit-scrollbar-track {
    background: rgba(10, 24, 42, 0.06);
    border-radius: 999px;
}

body .stack-scroll-list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(93, 183, 255, 0.7), rgba(15, 94, 199, 0.92));
    border-radius: 999px;
    border: 2px solid rgba(248, 251, 255, 0.92);
}





body .crm-local-nav .ghost-button {
    min-width: 160px;
}

body .crm-local-nav .ghost-button.active {
    background: linear-gradient(135deg, #123d74, #0f5ec7);
    color: #f7fbff;
    border-color: transparent;
    box-shadow: 0 16px 28px rgba(15, 94, 199, 0.28);
}





body .recruitment-assessment-access {
    display: grid;
    gap: 10px;
}

















body .sidebar-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    padding: 4px 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #26a3ff, #0f5ec7);
    color: #f7fbff;
    font-size: 0.76rem;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(15, 94, 199, 0.24);
}



























@keyframes chatIncomingBannerPulse {
    0%,
    100% {
        box-shadow: 0 24px 48px rgba(7, 17, 31, 0.32);
        transform: translateY(0);
    }
    50% {
        box-shadow: 0 28px 56px rgba(15, 94, 199, 0.34);
        transform: translateY(-1px);
    }
}











































































































































































body .chat-tab-row .ghost-button.active {
    background: linear-gradient(135deg, #123d74, #0f5ec7);
    color: #f7fbff;
    border-color: transparent;
    box-shadow: 0 16px 28px rgba(15, 94, 199, 0.28);
}







































































































































































@keyframes chat-typing-pulse {
    0%,
    80%,
    100% {
        opacity: 0.26;
        transform: translateY(0);
    }
    40% {
        opacity: 0.9;
        transform: translateY(-2px);
    }
}

















































































body #chatComposerButton {
    grid-area: submit;
    min-width: 116px;
    align-self: stretch;
}

































































































body .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--mono);
    background: rgba(10, 24, 42, 0.08);
    color: var(--text-soft);
}

body .pending,
body .orange {
    background: var(--theme-warning-soft-bg, rgba(255, 191, 71, 0.18));
    color: var(--theme-warning-soft-color, #7d5500);
}

body .approved,
body .green {
    background: var(--theme-success-soft-bg, rgba(33, 197, 125, 0.16));
    color: var(--theme-success-soft-color, #0d6b43);
}

body .rejected,
body .red {
    background: var(--theme-danger-soft-bg, rgba(255, 107, 107, 0.16));
    color: var(--theme-danger-soft-color, #8d1e1e);
}



body .OUTBOUND,
body .stock-empty,
body .low {
    color: var(--theme-danger-soft-color, #9b1c1c);
}



body .flash-stack {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

body .flash,
body .msg {
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 0.94rem;
    border: 1px solid transparent;
}

body .flash.error,
body .msg.error {
    background: var(--theme-danger-soft-bg, rgba(255, 107, 107, 0.12));
    color: var(--theme-danger-soft-color, #7c1d1d);
    border-color: var(--theme-danger-soft-border, rgba(255, 107, 107, 0.18));
}

body .flash.success,
body .msg.success {
    background: var(--theme-success-soft-bg, rgba(33, 197, 125, 0.12));
    color: var(--theme-success-soft-color, #0f6a43);
    border-color: var(--theme-success-soft-border, rgba(33, 197, 125, 0.18));
}

body .flash.warning,
body .msg.warning {
    background: var(--theme-warning-soft-bg, rgba(255, 191, 71, 0.12));
    color: var(--theme-warning-soft-color, #7d5500);
    border-color: var(--theme-warning-soft-border, rgba(255, 191, 71, 0.18));
}

body .flash.info,
body .msg.info {
    background: var(--theme-info-soft-bg, rgba(107, 212, 255, 0.12));
    color: var(--theme-info-soft-color, #155e75);
    border-color: var(--theme-info-soft-border, rgba(107, 212, 255, 0.18));
}

body .form-grid,
body .top-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

body .top-bar {
    margin-bottom: 16px;
}

body .top-bar > * {
    margin: 0;
}





body .alerts {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}































































































body .ops-mobile-hint {
    margin-bottom: 14px;
}

body .ops-lines-box {
    padding: 0;
    overflow: auto;
    max-height: min(58vh, 680px);
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable both-edges;
}

body .ops-lines-table {
    min-width: 1120px;
    table-layout: fixed;
    background: rgba(255, 255, 255, 0.98);
    color: #10233b;
}

body .ops-lines-table th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 16px 14px;
    background: #eef4fa;
    color: #2e4864;
    font-weight: 700;
}

body .ops-lines-table td {
    padding: 14px;
    vertical-align: top;
    color: #10233b;
}

body .ops-lines-table tbody tr:nth-child(even) td {
    background: rgba(248, 250, 253, 0.84);
}

body .ops-lines-table td strong,
body .ops-lines-table td .mono {
    color: #081222;
}

body .ops-lines-table td small:not(.stock-empty):not(.stock-low):not(.stock-ok):not(.green):not(.red):not(.orange),
body .ops-lines-table td .helper-text:not(.stock-empty):not(.stock-low):not(.stock-ok):not(.green):not(.red):not(.orange) {
    color: #5a7189;
}

body .ops-picker-button {
    width: 46px;
    min-width: 46px;
    padding: 0;
    border-radius: 14px;
}

body .ops-picker-button svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body .ops-picker-button svg path:first-child {
    fill: currentColor;
    stroke: none;
    opacity: 0.9;
}body .ops-row-feedback {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
}

body .ops-mobile-hint {
    padding: 0 2px;
    font-size: 0.84rem;
}

body .ops-qty-input,
body .ops-expiry-input,
body .ops-date-input,
body .ops-note-input {
    min-height: 46px;
}

body .ops-remove-button {
    min-width: 80px;
    justify-content: center;
    white-space: nowrap;
}

body .picker-modal[hidden] {
    display: none;
}

body .picker-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: grid;
    place-items: center;
    padding: 20px;
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

body .picker-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 12, 24, 0.72);
    backdrop-filter: blur(4px);
}

body .picker-modal-panel {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 40px));
    max-height: min(820px, calc(100dvh - 40px));
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.99), rgba(238, 244, 250, 0.98));
    box-shadow: 0 28px 64px rgba(1, 8, 18, 0.35);
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

body .picker-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

body .picker-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

body .picker-results-box {
    flex: 1 1 auto;
    min-height: 0;
    max-height: min(54dvh, 520px);
    margin-bottom: 0;
    padding: 0;
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

body .picker-results-table {
    min-width: 980px;
    table-layout: fixed;
}

body .picker-results-table th:nth-child(1),
body .picker-results-table td:nth-child(1) {
    width: 12%;
}

body .picker-results-table th:nth-child(2),
body .picker-results-table td:nth-child(2) {
    width: 14%;
}

body .picker-results-table th:nth-child(3),
body .picker-results-table td:nth-child(3) {
    width: 26%;
}

body .picker-results-table th:nth-child(4),
body .picker-results-table td:nth-child(4) {
    width: 14%;
}

body .picker-results-table th:nth-child(5),
body .picker-results-table td:nth-child(5) {
    width: 10%;
}

body .picker-results-table th:nth-child(6),
body .picker-results-table td:nth-child(6) {
    width: 16%;
}

body .picker-results-table th:nth-child(7),
body .picker-results-table td:nth-child(7) {
    width: 8%;
}

body .picker-choose-button,
body .ops-remove-button {
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 12px;
}

body .picker-inline-state {
    min-height: 220px;
    display: grid;
    place-items: center;
    padding: 24px;
}

body .picker-pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

body.picker-open {
    overflow: hidden;
}

body .split-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

body .stack-gap-xs {
    margin-top: 4px;
}

body .stack-gap-sm {
    margin-top: 12px;
}

body .stack-gap-md {
    margin-top: 16px;
}

body .stack-gap-lg {
    margin-top: 20px;
}

body .span-full {
    grid-column: 1 / -1;
}

body .box-no-margin {
    margin-bottom: 0;
}

body .page-helper-inline {
    margin-bottom: 16px;
}

body .muted-note {
    margin-top: 6px;
    color: var(--text-soft);
}

body .table-action-stack {
    display: grid;
    gap: 10px;
    min-width: 220px;
}

body .table-action-stack form {
    margin: 0;
}

body .table-action-stack > form > button {
    width: 100%;
}

body .table-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

body .table-action-row button {
    flex: 0 0 auto;
}





body .meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
    gap: 16px;
    margin-bottom: 18px;
    align-items: stretch;
}

body .meta-card {
    padding: 16px 18px;
    display: grid;
    gap: 6px;
    align-content: start;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.94));
    border: 1px solid rgba(10, 24, 42, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 28px rgba(4, 12, 24, 0.14);
    min-height: 100%;
    min-width: 0;
}

body .meta-card span {
    display: block;
    margin-bottom: 8px;
    color: #506882;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

body .meta-card strong {
    font-size: 1.4rem;
    letter-spacing: -0.04em;
    line-height: 1.18;
    color: #0b1a2c;
    text-shadow: none;
    overflow-wrap: anywhere;
}body .products-filter-bar,
body #soFilterForm {
    padding: 14px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(10, 24, 42, 0.28), rgba(17, 38, 69, 0.22));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px);
    align-items: stretch;
}body .products-filter-bar > *,
body #soFilterForm > * {
    align-self: stretch;
}body .products-filter-bar button,
body #soFilterForm button {
    min-width: 158px;
}body .products-filter-bar .ghost-button,
body #soFilterForm .ghost-button {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(237, 243, 249, 0.94));
    color: #0f223b;
    border-color: rgba(10, 24, 42, 0.16);
}













body .product-clean-shell .helper-text {
    font-size: 0.82rem;
}body .product-clean-shell .products-manual-box .helper-text {
    color: rgba(202, 215, 232, 0.78);
}



































































body.internal-portal-shell,
body.internal-module-shell,
body.internal-clean-page-shell {
    --internal-bg: #f4f6fa;
    --internal-surface: #ffffff;
    --internal-line: #e3e8ef;
    --internal-line-strong: #d6dde7;
    --internal-text: #13233b;
    --internal-muted: #6d7685;
    --internal-gold: #c7a95d;
    --internal-navy: #10264d;
    --internal-shadow: 0 22px 44px rgba(23, 35, 58, 0.08);
    --internal-soft-shadow: 0 10px 24px rgba(23, 35, 58, 0.06);
    color: var(--internal-text);
    background: var(--internal-bg);
}

body.internal-portal-shell::before,
body.internal-module-shell::before,
body.internal-clean-page-shell::before {
    display: none;
}

body.internal-portal-shell .layout,
body.internal-module-shell .layout,
body.internal-clean-page-shell .layout {
    display: block;
    min-height: 100vh;
    background:
        linear-gradient(180deg, #ffffff 0, #ffffff 68px, var(--internal-bg) 68px),
        var(--internal-bg);
}



body.internal-clean-page-shell .sidebar,
body.internal-clean-page-shell .desktop-sidebar-toggle,
body.internal-clean-page-shell .mobile-nav,
body.internal-clean-page-shell .mobile-dock,
body.internal-clean-page-shell .floating-toolbelt,
body.internal-clean-page-shell .notification-center-root,
body.internal-clean-page-shell .attendance-camera-shortcut-root,
body.internal-clean-page-shell .chat-widget-root,
body.internal-clean-page-shell .app-version-badge {
    display: none !important;
}

body.internal-portal-shell .main,
body.internal-module-shell .main,
body.internal-clean-page-shell .main {
    padding: 0 0 32px;
    gap: 0;
}

body.internal-portal-shell .page-content,
body.internal-module-shell .page-content,
body.internal-clean-page-shell .page-content {
    width: min(100%, 1260px);
    margin: 0 auto;
    padding: 0 24px 34px;
}




body .internal-icon-button {
    display: inline-flex;
    align-items: center;
}













body .internal-icon-button {
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid var(--internal-line);
    background: var(--internal-surface);
    color: var(--internal-gold);
    box-shadow: var(--internal-soft-shadow);
    font-size: 1rem;
    text-decoration: none;
}









body .internal-status-grid {
    width: min(100%, 790px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 auto 14px;
}

body .internal-status-card {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border: 1px solid var(--internal-line);
    border-radius: 10px;
    background: var(--internal-surface);
    box-shadow: var(--internal-soft-shadow);
}

body .internal-status-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    border: 1px solid #f1e2b7;
    background: #fff6dd;
    color: #1d2638;
    font-size: 0.9rem;
    font-weight: 700;
}

body .internal-status-card strong,
body .internal-status-card small {
    display: block;
}

body .internal-status-card strong {
    font-size: 0.98rem;
    color: var(--internal-text);
}

body .internal-status-card small {
    margin-top: 5px;
    color: var(--internal-muted);
    font-size: 0.9rem;
}

body .internal-apps-section {
    width: min(100%, 1180px);
    margin: 0 auto;
}

body .internal-apps-heading {
    margin-bottom: 16px;
}

body .internal-apps-heading p {
    display: block;
    margin: 0 0 8px;
    color: var(--internal-gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body .internal-apps-heading h2 {
    color: var(--internal-text);
    font-size: 1.28rem;
    letter-spacing: -0.02em;
}

body .internal-apps-heading > span {
    color: var(--internal-muted);
    font-size: 0.86rem;
}

body .internal-app-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 18px;
}







body .internal-app-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    box-shadow: none;
    border: 1px solid rgba(27, 39, 59, 0.05);
}










body .internal-app-copy {
    justify-items: start;
    text-align: left;
    gap: 8px;
}

body .internal-app-copy strong {
    color: var(--internal-text);
    font-size: 1.02rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

body .internal-app-copy small {
    max-width: 24ch;
    color: var(--internal-muted);
    font-size: 0.86rem;
    line-height: 1.5;
}

body .internal-app-badge {
    position: absolute;
    top: 22px;
    right: 18px;
    margin: 0;
    min-height: 26px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f3f6f9;
    color: var(--internal-text);
    font-size: 0.68rem;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 5px 12px rgba(23, 35, 58, 0.05);
}

body .internal-app-badge.tone-green {
    background: #eaf8f0;
    color: #2c7b5a;
}

body .internal-app-badge.tone-amber {
    background: #fff2d4;
    color: #9a6a16;
}













































body.internal-clean-page-shell .page-hero {
    width: min(100%, 1260px);
    margin: 16px auto 0;
    padding: 14px 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
}

body.internal-clean-page-shell .page-hero::after {
    display: none;
}

body.internal-clean-page-shell .page-eyebrow {
    margin: 0 0 4px;
    color: var(--internal-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

body.internal-clean-page-shell .page-hero h1 {
    color: var(--internal-text);
    font-size: clamp(1.42rem, 2vw, 1.9rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

body.internal-clean-page-shell .page-actions-desktop-slot {
    align-self: center;
}

body.internal-clean-page-shell .page-actions {
    gap: 8px;
}

body.internal-clean-page-shell .page-content {
    min-height: calc(100vh - 190px);
    margin-top: 10px;
    padding: 26px;
    border: 1px solid var(--internal-line);
    border-radius: 8px;
    background: var(--internal-surface);
    box-shadow: var(--internal-shadow);
}

body.internal-clean-page-shell .page-content > .table-box,
body.internal-clean-page-shell .page-content > .form-box,
body.internal-clean-page-shell .page-content > .box,
body.internal-clean-page-shell .page-content > .panel,
body.internal-clean-page-shell .page-content > .card,
body.internal-clean-page-shell .page-content > .card-mini {
    box-shadow: none;
    border-color: var(--internal-line);
}

body.internal-clean-page-shell .card,
body.internal-clean-page-shell .card-mini,
body.internal-clean-page-shell .meta-card,
body.internal-clean-page-shell .table-box,
body.internal-clean-page-shell .form-box,
body.internal-clean-page-shell .box,
body.internal-clean-page-shell .panel {
    border-radius: 8px;
}

@media (max-width: 1080px) {
    

    

    

    

    

    body .internal-status-grid,
    body .internal-app-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    

    

    
}

@media (max-width: 499px) {
    body.internal-portal-shell .page-content,
    body.internal-module-shell .page-content,
    body.internal-clean-page-shell .page-content {
        padding-inline: 14px;
    }

    

    

    

    body .internal-status-grid,
    body .internal-app-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body .internal-status-card {
        min-height: 64px;
    }

    
}

body .mobile-nav {
    display: none;
}

body .mobile-dock {
    display: none;
}

body .mobile-nav-leading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
}

body .mobile-nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

body .mobile-menu-button {
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 16px;
    white-space: nowrap;
    flex: 0 0 auto;
}

body .mobile-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f7fbff;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body .mobile-user-chip {
    max-width: 148px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
}

body .shell-break-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-variant-numeric: tabular-nums;
}

body .shell-break-chip-label {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.78;
}

body .shell-break-chip-value {
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body .shell-break-chip-hint {
    font-size: 0.7rem;
    opacity: 0.72;
}

body .mobile-break-chip {
    gap: 8px;
    flex-wrap: wrap;
}

body .mobile-break-chip.is-over-limit {
    background: rgba(255, 92, 138, 0.18);
    border-color: rgba(255, 92, 138, 0.32);
    color: #fff0f4;
}

body .mobile-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
}

body .mobile-brand-mark {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 241, 250, 0.92));
    flex: 0 0 44px;
}

body .mobile-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

body .mobile-brand strong {
    display: block;
    font-size: 0.95rem;
    color: #f7fbff;
}

body .mobile-brand span {
    display: block;
    color: var(--text-muted);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .mobile-sidebar-backdrop {
    display: none;
}

body .empty-state {
    padding: 40px 24px;
    text-align: center;
    border-radius: 22px;
    border: 1px dashed rgba(148, 163, 184, 0.32);
    color: #51677f;
    background: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

body .section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
    min-width: 0;
}

body .section-title > div:first-child {
    min-width: 0;
}

body .section-title h2,
body .section-title h3 {
    margin: 0;
    font-family: var(--display);
    font-size: 1.14rem;
    letter-spacing: -0.04em;
    line-height: 1.05;
    color: var(--text-strong);
    overflow-wrap: anywhere;
    text-wrap: balance;
}

body .section-title p {
    display: none;
}

body .mono {
    font-family: var(--mono);
    font-variant-numeric: tabular-nums;
}

body .pagination {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 18px;
}

body .pagination a {
    text-decoration: none;
}

body .pagination-rich {
    align-items: center;
    gap: 10px;
}

body .pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 14px;
    border: 1px solid var(--theme-pagination-border, var(--line));
    background: var(--theme-pagination-bg, var(--panel));
    color: var(--theme-pagination-color, #10233b);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

body .pagination-link:visited {
    color: var(--theme-pagination-color, #10233b);
}

body .pagination-link:hover {
    transform: translateY(-1px);
    border-color: var(--line-strong);
    background: var(--theme-pagination-hover-bg, var(--theme-pagination-bg, var(--panel)));
    color: var(--theme-pagination-hover-color, #081222);
}

body .pagination-link:focus-visible {
    outline: none;
    border-color: var(--theme-button-hover-border);
    box-shadow: 0 0 0 4px rgba(33, 137, 255, 0.14);
}

body .pagination-link.is-active {
    background: linear-gradient(135deg, rgba(13, 35, 64, 0.96), rgba(185, 148, 56, 0.94));
    border-color: rgba(215, 183, 96, 0.34);
    color: #f7fbff;
    box-shadow:
        0 12px 22px rgba(1, 8, 18, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body .pagination-link.is-active:visited,
body .pagination-link.is-active:hover {
    color: #f7fbff;
}

body .pagination-link.is-jump,
body .pagination-link.pagination-edge {
    min-width: 56px;
}

body .pagination-ellipsis {
    color: var(--text-soft);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
}

body .pagination-summary {
    margin-left: auto;
}

body .pill-select {
    min-width: 220px;
}

body .floating-toast {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(7, 17, 31, 0.92);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-lg);
}

body.login-page {
    min-height: 100vh;
    padding: 0;
    color: var(--text);
}

body.login-page .login-shell {
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(360px, 29vw, 460px);
    overflow: hidden;
    background: var(--theme-login-shell-bg);
}

body.login-page .login-hero-panel {
    position: relative;
    min-height: 100vh;
    background: #07111f;
}

body.login-page .login-hero-media,
body.login-page .login-hero-media img {
    width: 100%;
    height: 100%;
}

body.login-page .login-hero-media img {
    display: block;
    object-fit: cover;
    object-position: center 46%;
    filter: saturate(1.04) contrast(1.02);
}

body.login-page .login-hero-scrim {
    position: absolute;
    inset: 0;
    background:
        var(--theme-login-hero-edge),
        var(--theme-login-hero-scrim);
}

body .login-form-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: clamp(34px, 5vh, 56px) clamp(30px, 3vw, 46px);
    color: var(--text-strong);
    background: var(--theme-login-panel-bg);
    border-left: 1px solid var(--theme-login-panel-border);
}

body.login-page .login-auth-panel {
    min-height: 100%;
}

body .login-form-panel a {
    color: var(--accent-strong);
    font-weight: 600;
}

body.login-page .login-panel-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

body.login-page .login-panel-brand-mark {
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 241, 250, 0.92));
    box-shadow: 0 14px 28px rgba(1, 8, 18, 0.16);
}

body.login-page .login-panel-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

body.login-page .login-panel-brand-copy {
    display: grid;
    gap: 2px;
}

body.login-page .login-panel-brand-copy span {
    color: var(--text-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

body.login-page .login-panel-brand-copy strong {
    color: var(--text-strong);
    font-size: 1.12rem;
    letter-spacing: -0.02em;
}

body.login-page .login-panel-copy {
    margin-bottom: 24px;
}

body.login-page .login-panel-copy h1 {
    margin: 0 0 10px;
    color: var(--text-strong);
    font-size: clamp(2.1rem, 2.8vw, 2.85rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

body.login-page .login-form-panel .subcopy {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.72;
}

body.login-page .login-form-grid {
    display: grid;
    gap: 14px;
}

body.login-page .login-form-grid button[type="submit"] {
    width: 100%;
    min-height: 52px;
}

body.login-page.login-otp-page .login-code-form {
    gap: 10px;
    margin-top: 2px;
}

body.login-page.login-otp-page .login-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(126px, 0.45fr);
    align-items: stretch;
    gap: 12px;
}

body.login-page.login-otp-page .login-code-row input {
    min-height: 54px;
    text-align: center;
    font-family: var(--font-app);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

body.login-page.login-otp-page .login-code-row button {
    min-width: 126px;
    padding-inline: 18px;
    white-space: nowrap;
}

body.login-page.login-otp-page .login-secondary-stack {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

body.login-page.login-otp-page .login-secondary-form {
    gap: 0;
}

body.login-page.login-otp-page .login-secondary-form .ghost-button {
    min-height: 50px;
    padding-inline: 18px;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
}

body.login-page .password-box {
    position: relative;
}

body.login-page .password-box .toggle {
    position: absolute;
    right: 14px;
    bottom: 13px;
    border: 0;
    background: transparent;
    padding: 6px 0;
    color: var(--accent-strong);
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1;
}

body .login-theme-row {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

body .login-theme-toggle,
body .login-install-toggle {
    min-width: 148px;
    justify-content: center;
}

body.login-page .login-forgot-link {
    margin: 14px 0 0;
}

body.login-page .login-footnote {
    margin-top: 12px;
    color: var(--text-soft);
    font-size: 0.92rem;
    line-height: 1.7;
}

@media (max-width: 1080px) {
    body.login-page .login-shell {
        grid-template-columns: minmax(0, 1fr) clamp(340px, 34vw, 410px);
    }
}

body .sidebar.sidebar-app-nav {
    overflow: visible;
    z-index: 120;
    isolation: isolate;
}

body .sidebar.sidebar-icon-rail.sidebar-app-nav {
    width: var(--sidebar-width);
    min-width: var(--sidebar-width);
    max-width: var(--sidebar-width);
    flex: 0 0 var(--sidebar-width);
}

body .sidebar.sidebar-app-nav .sidebar-app-shell {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    justify-content: center;
    position: relative;
    overflow: visible;
}

body .sidebar.sidebar-app-nav .sidebar-main-rail {
    width: 46px;
    min-width: 46px;
    max-width: 46px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

body .sidebar.sidebar-app-nav .sidebar-main-icons {
    width: 46px;
    min-width: 46px;
    max-width: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

body .sidebar.sidebar-app-nav .sidebar-main-trigger {
    position: relative;
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    padding: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body .sidebar.sidebar-app-nav .sidebar-main-trigger.active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    border-color: rgba(188, 218, 255, 0.28);
    box-shadow: inset 3px 0 0 #79b7ff;
}

html[data-sidebar-main-active] body .sidebar.sidebar-app-nav .sidebar-main-trigger.active {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}html[data-sidebar-main-open="coordination"] body .sidebar.sidebar-app-nav .sidebar-main-trigger[data-sidebar-main-trigger="coordination"],
html[data-sidebar-main-open="workspace"] body .sidebar.sidebar-app-nav .sidebar-main-trigger[data-sidebar-main-trigger="workspace"],
html[data-sidebar-main-open="hris"] body .sidebar.sidebar-app-nav .sidebar-main-trigger[data-sidebar-main-trigger="hris"],
html[data-sidebar-main-open="system"] body .sidebar.sidebar-app-nav .sidebar-main-trigger[data-sidebar-main-trigger="system"] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    border-color: rgba(188, 218, 255, 0.28);
    box-shadow: inset 3px 0 0 #79b7ff;
}

body .sidebar.sidebar-app-nav .sidebar-main-trigger::after {
    display: none;
}

body .sidebar.sidebar-app-nav .sidebar-subpanel-stack {
    position: absolute;
    left: calc(100% + 12px);
    top: 12px;
    width: min(360px, calc(100vw - var(--sidebar-width) - 36px));
    max-height: calc(100dvh - 24px);
    display: flex;
    flex-direction: column;
    min-height: 0;
    z-index: 260;
    pointer-events: none;
}

body .sidebar.sidebar-app-nav .sidebar-subpanel {
    position: relative;
    z-index: 1;
    pointer-events: auto;
    padding: 18px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: inherit;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(147, 197, 253, 0.2);
    background: linear-gradient(180deg, rgba(7, 17, 31, 0.96), rgba(11, 23, 43, 0.94));
    box-shadow: 0 24px 40px rgba(2, 8, 18, 0.28);
    backdrop-filter: blur(20px);
}

body .sidebar.sidebar-app-nav .sidebar-subpanel[hidden] {
    display: none !important;
}html[data-sidebar-main-open="coordination"] body .sidebar.sidebar-app-nav .sidebar-subpanel[data-sidebar-main-panel="coordination"],
html[data-sidebar-main-open="workspace"] body .sidebar.sidebar-app-nav .sidebar-subpanel[data-sidebar-main-panel="workspace"],
html[data-sidebar-main-open="hris"] body .sidebar.sidebar-app-nav .sidebar-subpanel[data-sidebar-main-panel="hris"],
html[data-sidebar-main-open="system"] body .sidebar.sidebar-app-nav .sidebar-subpanel[data-sidebar-main-panel="system"] {
    display: block !important;
}

body .sidebar.sidebar-app-nav .sidebar-subpanel-head {
    margin-bottom: 14px;
}

body .sidebar.sidebar-app-nav .sidebar-subpanel-head h3 {
    margin: 0;
    color: #f8fbff;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body .sidebar.sidebar-app-nav .sidebar-subgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    flex: 1 1 auto;
    min-height: 0;
    gap: 12px;
    max-height: calc(100dvh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-gutter: stable;
    padding-right: 2px;
}

body .sidebar.sidebar-app-nav .sidebar-subtile {
    min-height: 104px;
    padding: 14px 12px;
    border-radius: 20px;
    border: 1px solid rgba(120, 177, 244, 0.18);
    background: linear-gradient(180deg, rgba(18, 30, 52, 0.96), rgba(13, 24, 44, 0.92));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    color: #eaf3ff;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

body .sidebar.sidebar-app-nav .sidebar-subtile:hover,
body .sidebar.sidebar-app-nav .sidebar-subtile.active {
    color: #ffffff;
    transform: translateY(-1px);
    border-color: rgba(128, 194, 255, 0.4);
    background: linear-gradient(180deg, rgba(31, 60, 111, 0.98), rgba(15, 37, 74, 0.96));
    box-shadow: 0 16px 24px rgba(8, 21, 43, 0.18);
}

body .sidebar.sidebar-app-nav .sidebar-subtile-icon {
    width: 28px;
    height: 28px;
    display: block;
}

body .sidebar.sidebar-app-nav .sidebar-subtile span {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0.01em;
}

body .sidebar.sidebar-app-nav .sidebar-footer.sidebar-footer-rail {
    margin-top: auto;
    padding-top: 8px;
}

body .sidebar.sidebar-app-nav .sidebar-footer-actions {
    width: 46px;
    min-width: 46px;
    max-width: 46px;
    gap: 8px;
}

@media (min-width: 1081px) {
    body .layout {
        position: relative;
        isolation: isolate;
        overflow: visible;
    }

    body .main {
        position: relative;
        z-index: 1;
    }

    body .sidebar.sidebar-app-nav {
        z-index: 220;
    }

    body .sidebar.sidebar-app-nav .sidebar-subpanel-stack {
        z-index: 360;
    }
}

@media (max-width: 1080px) {
    body .sidebar.sidebar-icon-rail.sidebar-app-nav {
        width: 82px;
        min-width: 82px;
        max-width: 82px;
        flex-basis: 82px;
    }

    body .sidebar.sidebar-app-nav .sidebar-main-rail,
    body .sidebar.sidebar-app-nav .sidebar-main-icons,
    body .sidebar.sidebar-app-nav .sidebar-footer-actions {
        width: 44px;
        min-width: 44px;
        max-width: 44px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subpanel-stack {
        left: calc(100% + 10px);
        top: calc(10px + env(safe-area-inset-top));
        width: min(330px, calc(100vw - 104px));
        max-height: calc(100dvh - 20px - env(safe-area-inset-top));
    }

    body .sidebar.sidebar-app-nav .sidebar-subpanel {
        padding: 16px;
        border-radius: 18px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subgrid {
        gap: 10px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subtile {
        min-height: 96px;
        padding: 12px 10px;
        border-radius: 18px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subtile span {
        font-size: 0.78rem;
    }
}

@media (max-width: 499px) {
    body .sidebar.sidebar-app-nav .sidebar-subpanel-stack {
        left: calc(100% + 8px);
        top: calc(8px + env(safe-area-inset-top));
        width: min(300px, calc(100vw - 98px));
        max-height: calc(100dvh - 16px - env(safe-area-inset-top));
    }

    body .sidebar.sidebar-app-nav .sidebar-subpanel {
        padding: 14px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subgrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subtile {
        min-height: 88px;
        gap: 8px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subtile-icon {
        width: 26px;
        height: 26px;
    }
}

@media (max-height: 760px) and (max-width: 1080px) {
    body .sidebar.sidebar-app-nav .sidebar-subpanel {
        padding: 14px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subgrid {
        gap: 8px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subtile {
        min-height: 82px;
        padding: 10px 9px;
    }

    body .sidebar.sidebar-app-nav .sidebar-subtile span {
        font-size: 0.74rem;
    }
}

@media (max-width: 900px) {
    body.login-page {
        min-height: 100svh;
    }

    body.login-page .login-shell {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    body.login-page .login-hero-panel {
        min-height: clamp(180px, 28svh, 260px);
    }

    body.login-page .login-form-panel {
        min-height: auto;
        justify-content: flex-start;
        padding-top: 22px;
        border-left: 0;
        border-top: 1px solid var(--theme-login-panel-border);
    }
}

@media (max-width: 560px) {
    body.login-page .login-shell {
        min-height: 100svh;
    }

    body.login-page .login-hero-panel {
        min-height: clamp(148px, 22svh, 198px);
    }

    body.login-page .login-form-panel {
        justify-content: flex-start;
        padding: 18px 18px 28px;
    }

    body.login-page .login-panel-brand {
        margin-bottom: 18px;
    }

    body.login-page .login-panel-brand-mark {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    body.login-page .login-panel-copy {
        margin-bottom: 16px;
    }

    body.login-page.login-otp-page .login-panel-copy h1 {
        font-size: clamp(2rem, 12vw, 2.65rem);
        line-height: 1.04;
    }

    body.login-page.login-otp-page .login-form-panel .subcopy {
        line-height: 1.55;
    }

    body.login-page.login-otp-page .flash-stack {
        margin-bottom: 14px;
    }

    body.login-page.login-otp-page .msg {
        padding: 12px 14px;
        line-height: 1.45;
    }

    body.login-page.login-otp-page .login-code-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body.login-page.login-otp-page .login-code-row input,
    body.login-page.login-otp-page .login-code-row button {
        min-height: 52px;
    }

    body.login-page.login-otp-page .login-code-row button {
        min-width: 0;
    }

    body.login-page.login-otp-page .login-secondary-stack {
        gap: 9px;
        margin-top: 10px;
    }

    body.login-page.login-otp-page .login-footnote {
        margin-top: 12px;
        font-size: 0.82rem;
        line-height: 1.55;
    }

    body .login-theme-row {
        margin-bottom: 14px;
    }
}

body .import-progress {
    display: none;
    margin-top: 16px;
}

body .import-progress.is-visible {
    display: block;
}

body .progress-text {
    margin-bottom: 8px;
    color: var(--theme-progress-text);
}

body .progress-track {
    width: 100%;
    height: 14px;
    border-radius: 999px;
    background: var(--theme-progress-track-bg);
    overflow: hidden;
}

body .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: var(--theme-progress-bar);
    transition: width 240ms ease;
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body .page-hero,
body .card,
body .card-mini,
body .table-box,
body .form-box,
body .import-box,
body .box {
    animation: fade-up 0.35s ease both;
}

@media (max-width: 1080px) {
    html {
        scroll-behavior: auto;
        overscroll-behavior-y: auto;
    }

    body {
        background: linear-gradient(180deg, #07111f 0%, #0a172a 52%, #10233b 100%);
    }

    body::before {
        display: none;
    }

    body .desktop-sidebar-toggle {
        display: none;
    }

    body .layout {
        grid-template-columns: 1fr;
    }

    body .panel,
    body .card,
    body .card-mini,
    body .form-box,
    body .table-box,
    body .import-box,
    body .box,
    body .meta-card {
        border-radius: 20px;
        box-shadow: 0 12px 28px rgba(1, 8, 18, 0.18);
    }

    body .form-box,
    body .table-box,
    body .import-box {
        content-visibility: auto;
        contain-intrinsic-size: 420px;
    }

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    body .sidebar {
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 55;
        width: min(88vw, 360px);
        height: 100vh;
        height: 100dvh;
        border-right: 1px solid var(--line);
        border-bottom: 0;
        transform: translateX(-105%);
        transition: transform 0.28s ease;
        box-shadow: 0 18px 42px rgba(1, 8, 18, 0.26);
        backdrop-filter: none;
    }

    body.menu-open .sidebar {
        transform: translateX(0);
    }

    body .mobile-nav {
        position: sticky;
        top: 0;
        z-index: 40;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: calc(12px + env(safe-area-inset-top)) 16px 12px;
        border-bottom: 1px solid var(--line);
        background: rgba(6, 14, 28, 0.92);
        box-shadow: 0 16px 32px rgba(1, 8, 18, 0.18);
        backdrop-filter: blur(16px);
    }

    body .mobile-nav button {
        box-shadow: none;
        min-height: 40px;
        padding: 10px 16px;
    }

    body .mobile-nav-leading {
        min-width: 0;
    }

    body .mobile-nav-actions {
        flex: 0 0 auto;
    }

    body .mobile-command-deck {
        display: grid;
        gap: 12px;
        position: sticky;
        top: calc(92px + env(safe-area-inset-top));
        z-index: 28;
        margin-top: -4px;
    }

    body .mobile-sidebar-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 50;
        opacity: 0;
        pointer-events: none;
        background: rgba(3, 10, 20, 0.58);
        transition: opacity 0.25s ease;
    }

    body.menu-open .mobile-sidebar-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    body .main {
        gap: 18px;
        padding: 18px 16px calc(104px + env(safe-area-inset-bottom));
    }

    body.minimal-shell .main {
        padding: 28px 16px 24px;
    }

    body .page-hero {
        padding: 22px 18px;
        border-radius: 22px;
    }

    body[data-device-mode="mobile"] .page-actions-desktop-slot,
    body[data-device-mode="tablet"] .page-actions-desktop-slot {
        display: none;
    }

    body[data-device-mode="tablet"] .top-bar {
        padding: 14px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.04);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    body[data-device-mode="tablet"] .mobile-page-actions-slot .page-actions {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(168px, max-content);
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    body[data-device-mode="tablet"] .mobile-page-actions-slot .page-actions::-webkit-scrollbar {
        display: none;
    }

    body[data-device-mode="tablet"] .mobile-page-actions-slot .page-actions > * {
        min-width: 168px;
    }

    body .table-box,
    body .form-box,
    body .import-box,
    body .box {
        padding: 18px;
    }

    body .summary,
    body .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .picker-modal {
        padding: 16px;
    }

    body .picker-modal-panel {
        width: min(100vw - 32px, 1024px);
        max-height: calc(100dvh - 32px);
        padding: 20px;
        backdrop-filter: none;
        box-shadow: 0 18px 40px rgba(1, 8, 18, 0.24);
    }

    body .picker-results-box {
        max-height: min(50dvh, 460px);
    }

    body .mobile-nav,
    body .mobile-command-deck,
    body .notification-center-toggle,
    body .notification-center-panel,
    body .chat-widget-panel,
    body .floating-toolbelt-menu {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body .mobile-nav,
    body .mobile-command-deck,
    body .notification-center-panel,
    body .chat-widget-panel {
        box-shadow: 0 14px 28px rgba(1, 8, 18, 0.18);
    }

    body .notification-center-toggle,
    body .chat-widget-launcher,
    body .attendance-camera-shortcut-button,
    body .floating-toolbelt-launcher {
        box-shadow: 0 12px 22px rgba(7, 17, 31, 0.18);
    }
}

@media (max-width: 499px) {
    body .page-hero h1,
    body .header h1,
    body .main > h1 {
        font-size: clamp(1.9rem, 7vw, 2.5rem);
        line-height: 1.04;
    }

    body .page-subtitle {
        font-size: 0.94rem;
        line-height: 1.65;
    }

    body .cards,
    body .summary,
    body .meta-grid {
        gap: 12px;
    }body .form-grid,
body .top-bar,
body .attendance-identity-grid,
body .products-filter-bar,
body .products-import-bar,
body .products-manual-box .form-grid {
        grid-template-columns: 1fr;
    }

    

    

    

    

    

    body .chat-tab-row .ghost-button {
        justify-content: center;
        min-height: 44px;
        padding-inline: 12px;
    }

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    body .chat-composer-tools .helper-text {
        grid-column: 1 / -1;
    }

    body .chat-tool-button,
    body #chatComposerButton {
        width: 100%;
    }

    

    

    

    

    

    

    

    

    

    

    body .table-box.stack-scroll-shell {
        max-height: min(72dvh, 860px);
        padding-right: 10px;
    }

    body .table-box.stack-scroll-shell > .section-title {
        top: -20px;
        margin-right: -10px;
        padding-right: 10px;
    }

    body .stack-scroll-list {
        max-height: min(68dvh, 820px);
        padding-right: 2px;
    }

    body .mobile-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding-inline: 14px;
    }

    body .mobile-nav-leading,
    body .mobile-nav-actions {
        width: 100%;
    }

    body .mobile-nav-actions {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    body .mobile-nav-actions::-webkit-scrollbar {
        display: none;
    }

    body .mobile-brand {
        align-items: flex-start;
    }

    body .mobile-brand-mark {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        flex-basis: 42px;
    }

    body .page-hero,
    body .header,
    body .section-title {
        flex-direction: column;
        align-items: flex-start;
    }

    body .mobile-command-deck {
        top: calc(132px + env(safe-area-inset-top));
        padding: 14px;
        border-radius: 20px;
    }

    body .mobile-command-deck-head {
        align-items: flex-start;
    }

    body .mobile-page-actions-slot .page-actions {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(152px, 78vw);
        gap: 10px;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 2px 2px 4px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    body .mobile-page-actions-slot .page-actions::-webkit-scrollbar {
        display: none;
    }

    body .mobile-page-actions-slot .page-actions > * {
        width: 100%;
        min-width: 0;
        scroll-snap-align: start;
    }

    body .mobile-page-actions-slot .page-actions button,
    body .mobile-page-actions-slot .page-actions .btn-link,
    body .mobile-page-actions-slot .page-actions select {
        min-height: 48px;
    }

    body[data-device-mode="mobile"] .top-bar {
        padding: 14px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        background: rgba(255, 255, 255, 0.04);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    body .page-actions,
    body .header > div:last-child,
    body .split-actions {
        width: 100%;
    }

    body .page-actions > *,
    body .split-actions > *,
    body .split-actions > form,
    body .split-actions > form > * {
        flex: 1 1 100%;
        width: 100%;
    }

    body .page-actions,
    body .header > div:last-child {
        min-width: 0;
        margin-left: 0;
    }body .page-actions button,
body .page-actions .btn-link,
body .products-filter-bar button,
body .products-import-bar button {
        min-height: 46px;
        font-size: 0.94rem;
        letter-spacing: 0.01em;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
    }

    body .summary,
    body .meta-grid,
    body .dashboard-cards {
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
        scrollbar-width: auto;
    }

    body .summary,
    body .cards,
    body .meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
    }

    body table {
        min-width: 860px;
    }

    body .ops-lines-table {
        min-width: 980px;
    }

    body th,
    body td {
        padding: 12px 10px;
    }

    body .card,
    body .card-mini {
        padding: 18px;
    }

    body .money-input {
        min-width: 132px;
    }

    body .card h2,
    body .card-mini h3 {
        font-size: clamp(1.5rem, 8vw, 2rem);
    }body .dashboard-cards,
body .dashboard-aging-grid,
body .products-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .products-list-box .section-title,
body .dashboard-activity-box .section-title {
        gap: 12px;
    }

    body .status-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    

    body .picker-toolbar {
        grid-template-columns: 1fr;
    }

    body .picker-pagination {
        justify-content: space-between;
    }

    body .mobile-dock {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
        z-index: 45;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
        border-radius: 24px;
        background: rgba(6, 14, 28, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 18px 30px rgba(1, 8, 18, 0.2);
        backdrop-filter: none;
    }

    body .mobile-dock a,
    body .mobile-dock button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        min-height: 48px;
        padding: 10px 8px;
        border-radius: 18px;
        border: 0;
        background: transparent;
        color: var(--text-muted);
        font: inherit;
        font-size: 0.76rem;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0.02em;
        box-shadow: none;
    }

    body .mobile-dock a.active,
    body .mobile-dock button.active {
        background: rgba(93, 183, 255, 0.14);
        color: #f7fbff;
    }
}

@media (max-width: 540px) {
    body .main {
        padding: 16px 12px 104px;
    }

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    body .table-box.stack-scroll-shell {
        max-height: min(66dvh, 760px);
        padding-right: 6px;
    }

    body .table-box.stack-scroll-shell > .section-title {
        margin-right: -6px;
        padding-right: 6px;
    }

    body .stack-scroll-list {
        max-height: min(62dvh, 760px);
    }

    body .mobile-brand strong {
        font-size: 0.9rem;
    }

    body .mobile-brand span {
        font-size: 0.72rem;
        letter-spacing: 0.06em;
    }

    body .mobile-chip {
        font-size: 0.7rem;
        padding: 6px 10px;
    }

    body .page-eyebrow {
        letter-spacing: 0.12em;
    }

    body .meta-card strong {
        font-size: 1.18rem;
        line-height: 1.2;
    }body .dashboard-cards .card,
body .dashboard-aging-grid .card-mini,
body .products-meta-grid .meta-card {
        padding: 16px;
    }body .cards,
body .summary,
body .meta-grid,
body .dashboard-cards,
body .dashboard-aging-grid,
body .products-meta-grid,
body .attendance-identity-grid {
        grid-template-columns: 1fr !important;
        grid-auto-flow: row;
    }body .cards > *,
body .summary > *,
body .meta-grid > *,
body .dashboard-cards > *,
body .dashboard-aging-grid > *,
body .products-meta-grid > *,
body .attendance-identity-grid > * {
        min-width: 0;
        width: 100%;
    }

    body .table-box,
    body .form-box,
    body .import-box,
    body .box {
        padding: 16px;
    }body .products-list-box,
body .products-manual-box,
body .dashboard-activity-box {
        padding: 14px;
    }

    body .mobile-dock {
        left: 10px;
        right: 10px;
        gap: 6px;
        padding: 8px;
    }

    body .mobile-dock a,
    body .mobile-dock button {
        min-height: 44px;
        font-size: 0.7rem;
        padding: 8px 6px;
    }

    body .money-input {
        padding: 0 10px;
    }

    body .ops-lines-table {
        min-width: 860px;
    }

    body .picker-modal {
        padding: 10px;
    }

    body .picker-modal-panel {
        width: calc(100vw - 20px);
        max-height: calc(100dvh - 20px);
        padding: 16px;
        border-radius: 22px;
    }

    body .picker-results-box {
        max-height: min(46dvh, 380px);
    }
}

@media (prefers-reduced-motion: reduce), (max-width: 499px) {
    html {
        scroll-behavior: auto;
    }

    body .page-hero,
    body .card,
    body .card-mini,
    body .table-box,
    body .form-box,
    body .import-box,
    body .box,
    body .sidebar,
    body .desktop-sidebar-toggle,
    body .mobile-sidebar-backdrop,
    body .chat-thread-card,
    body .chat-contact-card,
    body .chat-sticker-button,
    body .ghost-button,
    body button,
    body a {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 400px) {body .dashboard-cards,
body .dashboard-aging-grid,
body .products-meta-grid,
body .summary,
body .meta-grid,
body .cards {
        grid-template-columns: 1fr;
    }
}

body .theme-switcher {
    display: grid;
    gap: 8px;
    margin-top: 14px;
}

body .theme-switcher-label {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-soft);
}

body .theme-toggle {
    width: 100%;
}

body .mobile-theme-toggle {
    min-height: 32px;
    padding: 8px 12px;
    box-shadow: none;
    flex: 0 0 auto;
}











































html[data-theme="light"] {
    color-scheme: light;
    --text: #10233b;
    --text-muted: #556d86;
    --text-strong: #081222;
    --text-soft: #556b84;
    --line: rgba(116, 138, 165, 0.18);
    --line-strong: rgba(116, 138, 165, 0.28);
    --shadow-lg: 0 24px 56px rgba(28, 48, 72, 0.14);
    --shadow-md: 0 14px 28px rgba(36, 58, 84, 0.1);
    --theme-bg-left: rgba(93, 183, 255, 0.16);
    --theme-bg-right: rgba(255, 191, 71, 0.16);
    --theme-bg-start: #f7fafc;
    --theme-bg-middle: #eef4f9;
    --theme-bg-end: #e2ebf3;
    --theme-grid-line: rgba(12, 24, 43, 0.05);
    --theme-sidebar-bg: linear-gradient(180deg, rgba(247, 250, 255, 0.98) 0%, rgba(232, 240, 249, 0.96) 100%);
    --theme-sidebar-scroll-track: rgba(10, 24, 42, 0.08);
    --theme-sidebar-scroll-thumb: linear-gradient(180deg, rgba(121, 138, 161, 0.82), rgba(84, 103, 129, 0.92));
    --theme-sidebar-scroll-thumb-border: rgba(234, 240, 246, 0.94);
    --theme-brand-bg: linear-gradient(145deg, rgba(93, 183, 255, 0.14), rgba(17, 38, 69, 0.04));
    --theme-brand-border: rgba(33, 137, 255, 0.12);
    --theme-brand-inset: rgba(255, 255, 255, 0.72);
    --theme-brand-mark-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 241, 250, 0.92));
    --theme-brand-mark-shadow: 0 18px 32px rgba(35, 55, 78, 0.12);
    --theme-suite-chip-bg: rgba(255, 191, 71, 0.16);
    --theme-suite-chip-color: #7a4f00;
    --theme-sidebar-link-color: #31465e;
    --theme-sidebar-link-active-color: #0a1a2d;
    --theme-sidebar-link-bg: rgba(33, 137, 255, 0.1);
    --theme-sidebar-link-border: rgba(33, 137, 255, 0.14);
    --theme-sidebar-label: #5b7390;
    --theme-sidebar-label-active: #0d2340;
    --theme-sidebar-icon: rgba(13, 35, 64, 0.6);
    --theme-sidebar-rail-icon-filter: brightness(0) saturate(100%) invert(20%) sepia(16%) saturate(1125%) hue-rotate(174deg) brightness(93%) contrast(91%);
    --theme-subnav-border: rgba(33, 137, 255, 0.16);
    --theme-sidebar-panel-bg: rgba(255, 255, 255, 0.04);
    --theme-sidebar-panel-border: rgba(116, 138, 165, 0.14);
    --theme-sidebar-group-toggle-bg: rgba(255, 255, 255, 0.04);
    --theme-sidebar-group-toggle-active-bg: rgba(33, 137, 255, 0.12);
    --theme-footer-bg: rgba(255, 255, 255, 0.62);
    --theme-footer-border: rgba(116, 138, 165, 0.16);
    --theme-status-pill-color: #0f2e50;
    --theme-status-pill-bg: rgba(33, 137, 255, 0.1);
    --theme-status-pill-border: rgba(33, 137, 255, 0.14);
    --theme-heading: #0c1a2e;
    --theme-subtitle: #3f5975;
    --theme-hero-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 253, 0.8));
    --theme-hero-border: rgba(116, 138, 165, 0.18);
    --theme-hero-shadow: 0 16px 32px rgba(44, 62, 84, 0.1);
    --theme-label-color: #10233b;
    --theme-helper-color: #334e69;
    --theme-card-kicker: #3d5874;
    --theme-card-value: #091a2e;
    --theme-page-eyebrow: #8b5a00;
    --theme-surface-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 253, 0.96));
    --theme-surface-border: rgba(116, 138, 165, 0.14);
    --theme-surface-shadow: 0 14px 28px rgba(36, 58, 84, 0.1);
    --theme-surface-topline: rgba(93, 183, 255, 0.12);
    --theme-table-header-bg: rgba(12, 24, 43, 0.04);
    --theme-table-header-color: #27415d;
    --theme-table-border: rgba(10, 24, 42, 0.08);
    --theme-table-hover: rgba(93, 183, 255, 0.08);
    --theme-input-bg: rgba(255, 255, 255, 0.92);
    --theme-input-border: rgba(10, 24, 42, 0.12);
    --theme-input-color: #081222;
    --theme-input-placeholder: #7b8ea5;
    --theme-input-focus-bg: #ffffff;
    --theme-input-readonly-bg: rgba(10, 24, 42, 0.05);
    --theme-disabled-bg: rgba(231, 238, 246, 0.92);
    --theme-disabled-color: #3c5168;
    --theme-disabled-border: rgba(84, 103, 129, 0.18);
    --theme-money-span: #526a84;
    --theme-filter-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 248, 252, 0.96));
    --theme-filter-border: rgba(116, 138, 165, 0.16);
    --theme-ghost-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 245, 250, 0.94));
    --theme-ghost-color: #10233b;
    --theme-ghost-border: rgba(10, 24, 42, 0.12);
    --theme-ghost-shadow: 0 10px 22px rgba(7, 17, 31, 0.08);
    --theme-ghost-hover-border: rgba(33, 137, 255, 0.24);
    --theme-ghost-hover-shadow: 0 14px 24px rgba(7, 17, 31, 0.1);
    --theme-ghost-disabled-bg: linear-gradient(180deg, rgba(247, 250, 253, 0.94), rgba(234, 240, 246, 0.92));
    --theme-ghost-disabled-color: #576b82;
    --theme-ghost-disabled-border: rgba(10, 24, 42, 0.1);
    --theme-pagination-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 245, 250, 0.94));
    --theme-pagination-color: #10233b;
    --theme-pagination-border: rgba(10, 24, 42, 0.12);
    --theme-pagination-hover-bg: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(233, 241, 250, 0.96));
    --theme-pagination-hover-color: #081222;
    --theme-button-disabled-bg: linear-gradient(180deg, rgba(221, 229, 238, 0.98), rgba(206, 217, 229, 0.96));
    --theme-button-disabled-color: #3b5168;
    --theme-button-disabled-border: rgba(84, 103, 129, 0.18);
    --theme-file-button-bg: rgba(10, 24, 42, 0.08);
    --theme-file-button-color: #10233b;
    --theme-mobile-nav-bg: rgba(248, 251, 255, 0.9);
    --theme-mobile-nav-border: rgba(116, 138, 165, 0.18);
    --theme-mobile-chip-bg: rgba(33, 137, 255, 0.1);
    --theme-mobile-chip-color: #0f2846;
    --theme-mobile-chip-border: rgba(33, 137, 255, 0.12);
    --theme-mobile-dock-bg: rgba(248, 251, 255, 0.92);
    --theme-mobile-dock-border: rgba(116, 138, 165, 0.16);
    --theme-mobile-dock-link: #4f6681;
    --theme-mobile-dock-active-bg: rgba(33, 137, 255, 0.12);
    --theme-mobile-dock-active-color: #0d2340;
    --theme-empty-bg: rgba(255, 255, 255, 0.82);
    --theme-empty-border: rgba(116, 138, 165, 0.3);
    --theme-empty-color: #39546f;
    --theme-picker-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 247, 252, 0.98));
    --theme-picker-shadow: 0 28px 64px rgba(44, 62, 84, 0.18);
    --theme-stock-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 252, 0.94));
    --theme-toast-bg: rgba(255, 255, 255, 0.96);
    --theme-toast-color: #10233b;
    --theme-toast-border: rgba(116, 138, 165, 0.18);
    --theme-badge-neutral-bg: rgba(10, 24, 42, 0.08);
    --theme-badge-neutral-color: #465b73;
    --theme-badge-neutral-border: rgba(10, 24, 42, 0.1);
    --theme-warning-card-bg: linear-gradient(180deg, rgba(255, 245, 220, 0.98), rgba(255, 238, 204, 0.95));
    --theme-danger-card-bg: linear-gradient(180deg, rgba(255, 233, 233, 0.98), rgba(255, 219, 219, 0.95));
    --theme-success-card-bg: linear-gradient(180deg, rgba(231, 255, 244, 0.98), rgba(216, 249, 233, 0.95));
    --theme-warning-soft-bg: rgba(255, 191, 71, 0.18);
    --theme-warning-soft-color: #7d5500;
    --theme-warning-soft-border: rgba(255, 191, 71, 0.22);
    --theme-success-soft-bg: rgba(33, 197, 125, 0.16);
    --theme-success-soft-color: #0d6b43;
    --theme-success-soft-border: rgba(33, 197, 125, 0.2);
    --theme-danger-soft-bg: rgba(255, 107, 107, 0.14);
    --theme-danger-soft-color: #8d1e1e;
    --theme-danger-soft-border: rgba(255, 107, 107, 0.22);
    --theme-info-soft-bg: rgba(107, 212, 255, 0.16);
    --theme-info-soft-color: #0c4f74;
    --theme-info-soft-border: rgba(107, 212, 255, 0.22);
    --theme-login-shell-bg: rgba(255, 255, 255, 0.58);
    --theme-login-shell-border: rgba(116, 138, 165, 0.16);
    --theme-login-hero-scrim: linear-gradient(180deg, rgba(7, 17, 31, 0.04), rgba(7, 17, 31, 0.44));
    --theme-login-hero-edge: linear-gradient(90deg, rgba(7, 17, 31, 0.2), rgba(7, 17, 31, 0.04));
    --theme-login-hero-badge-bg: rgba(9, 24, 42, 0.54);
    --theme-login-hero-badge-border: rgba(255, 255, 255, 0.16);
    --theme-login-hero-badge-color: #f7fbff;
    --theme-login-panel-bg: linear-gradient(180deg, rgba(252, 254, 255, 0.98), rgba(243, 247, 252, 0.97));
    --theme-login-panel-border: rgba(116, 138, 165, 0.16);
    --theme-login-panel-shadow: 0 24px 56px rgba(24, 40, 63, 0.12);
    --theme-progress-text: #5f7289;
    --theme-progress-track-bg: rgba(10, 24, 42, 0.08);
    --theme-progress-bar: linear-gradient(90deg, #21c57d, #5db7ff);
    --theme-variant-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 249, 252, 0.98));
    --theme-variant-table-bg: #ffffff;
    --theme-variant-head-bg: #f4f5f7;
    --theme-variant-head-color: #6d7683;
    --theme-variant-row-bg: rgba(255, 255, 255, 0.98);
    --theme-variant-row-alt: #fcfcfd;
    --theme-variant-row-side: #f9fafb;
}

html[data-theme="dark"] {
    color-scheme: dark;
    --text: #dbe7f5;
    --text-muted: #a6b8cc;
    --text-strong: #ecf4ff;
    --text-soft: #a8bbd0;
    --line: rgba(148, 163, 184, 0.16);
    --line-strong: rgba(148, 163, 184, 0.28);
    --shadow-lg: 0 32px 80px rgba(1, 8, 18, 0.48);
    --shadow-md: 0 22px 42px rgba(1, 8, 18, 0.34);
    --theme-bg-left: rgba(93, 183, 255, 0.18);
    --theme-bg-right: rgba(255, 191, 71, 0.14);
    --theme-bg-start: #05101d;
    --theme-bg-middle: #0a172a;
    --theme-bg-end: #112645;
    --theme-grid-line: rgba(255, 255, 255, 0.03);
    --theme-sidebar-bg: linear-gradient(180deg, rgba(11, 21, 37, 0.96) 0%, rgba(6, 14, 28, 0.96) 100%);
    --theme-sidebar-scroll-track: rgba(255, 255, 255, 0.06);
    --theme-sidebar-scroll-thumb: linear-gradient(180deg, rgba(184, 197, 214, 0.9), rgba(121, 138, 161, 0.96));
    --theme-sidebar-scroll-thumb-border: rgba(7, 17, 31, 0.92);
    --theme-brand-bg: linear-gradient(145deg, rgba(93, 183, 255, 0.18), rgba(17, 38, 69, 0.12));
    --theme-brand-border: rgba(93, 183, 255, 0.18);
    --theme-brand-inset: rgba(255, 255, 255, 0.05);
    --theme-brand-mark-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 241, 250, 0.92));
    --theme-brand-mark-shadow: 0 18px 32px rgba(1, 8, 18, 0.25);
    --theme-suite-chip-bg: rgba(255, 191, 71, 0.14);
    --theme-suite-chip-color: #ffe5ab;
    --theme-sidebar-link-color: #95a9bf;
    --theme-sidebar-link-active-color: #f8fbff;
    --theme-sidebar-link-bg: rgba(93, 183, 255, 0.1);
    --theme-sidebar-link-border: rgba(93, 183, 255, 0.12);
    --theme-sidebar-label: #7187a0;
    --theme-sidebar-label-active: #dfeeff;
    --theme-sidebar-icon: rgba(223, 238, 255, 0.72);
    --theme-sidebar-rail-icon-filter: none;
    --theme-subnav-border: rgba(93, 183, 255, 0.12);
    --theme-sidebar-panel-bg: rgba(255, 255, 255, 0.03);
    --theme-sidebar-panel-border: rgba(148, 163, 184, 0.08);
    --theme-sidebar-group-toggle-bg: rgba(255, 255, 255, 0.02);
    --theme-sidebar-group-toggle-active-bg: rgba(93, 183, 255, 0.08);
    --theme-footer-bg: rgba(255, 255, 255, 0.03);
    --theme-footer-border: rgba(148, 163, 184, 0.18);
    --theme-status-pill-color: #eef7ff;
    --theme-status-pill-bg: rgba(93, 183, 255, 0.12);
    --theme-status-pill-border: rgba(93, 183, 255, 0.15);
    --theme-heading: #f7fbff;
    --theme-subtitle: #aabacc;
    --theme-hero-bg: linear-gradient(180deg, rgba(11, 24, 40, 0.56), rgba(15, 31, 53, 0.34));
    --theme-hero-border: rgba(148, 163, 184, 0.14);
    --theme-hero-shadow: 0 18px 34px rgba(1, 8, 18, 0.18);
    --theme-label-color: #e6f0fb;
    --theme-helper-color: #b8c7d9;
    --theme-card-kicker: #bacbdd;
    --theme-card-value: #f7fbff;
    --theme-page-eyebrow: #ffd27a;
    --theme-surface-bg: linear-gradient(180deg, rgba(13, 22, 38, 0.98), rgba(10, 18, 32, 0.97));
    --theme-surface-border: rgba(148, 163, 184, 0.14);
    --theme-surface-shadow: 0 18px 36px rgba(1, 8, 18, 0.28);
    --theme-surface-topline: rgba(93, 183, 255, 0.14);
    --theme-table-header-bg: rgba(255, 255, 255, 0.04);
    --theme-table-header-color: #b3c5d8;
    --theme-table-border: rgba(148, 163, 184, 0.12);
    --theme-table-hover: rgba(93, 183, 255, 0.09);
    --theme-input-bg: rgba(10, 18, 31, 0.88);
    --theme-input-border: rgba(148, 163, 184, 0.18);
    --theme-input-color: #ecf4ff;
    --theme-input-placeholder: #7f96b0;
    --theme-input-focus-bg: rgba(8, 17, 29, 0.96);
    --theme-input-readonly-bg: rgba(255, 255, 255, 0.06);
    --theme-disabled-bg: rgba(23, 36, 55, 0.96);
    --theme-disabled-color: #b7c7d9;
    --theme-disabled-border: rgba(148, 163, 184, 0.18);
    --theme-money-span: #9fb5cb;
    --theme-filter-bg: linear-gradient(180deg, rgba(11, 24, 40, 0.5), rgba(15, 31, 53, 0.36));
    --theme-filter-border: rgba(148, 163, 184, 0.14);
    --theme-ghost-bg: linear-gradient(180deg, rgba(19, 31, 50, 0.92), rgba(12, 22, 38, 0.94));
    --theme-ghost-color: #ecf4ff;
    --theme-ghost-border: rgba(148, 163, 184, 0.18);
    --theme-ghost-shadow: 0 14px 28px rgba(1, 8, 18, 0.22);
    --theme-ghost-hover-border: rgba(93, 183, 255, 0.24);
    --theme-ghost-hover-shadow: 0 18px 30px rgba(1, 8, 18, 0.28);
    --theme-ghost-disabled-bg: linear-gradient(180deg, rgba(17, 28, 45, 0.84), rgba(12, 21, 36, 0.9));
    --theme-ghost-disabled-color: #7e93ab;
    --theme-ghost-disabled-border: rgba(148, 163, 184, 0.12);
    --theme-pagination-bg: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(235, 241, 248, 0.94));
    --theme-pagination-color: #10233b;
    --theme-pagination-border: rgba(184, 197, 214, 0.34);
    --theme-pagination-hover-bg: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(236, 243, 250, 0.98));
    --theme-pagination-hover-color: #081222;
    --theme-button-disabled-bg: linear-gradient(180deg, rgba(27, 42, 63, 0.95), rgba(20, 31, 48, 0.98));
    --theme-button-disabled-color: #bdd0e5;
    --theme-button-disabled-border: rgba(148, 163, 184, 0.16);
    --theme-file-button-bg: rgba(255, 255, 255, 0.08);
    --theme-file-button-color: #ecf4ff;
    --theme-mobile-nav-bg: rgba(6, 14, 28, 0.92);
    --theme-mobile-nav-border: rgba(148, 163, 184, 0.16);
    --theme-mobile-chip-bg: rgba(255, 255, 255, 0.08);
    --theme-mobile-chip-color: #f7fbff;
    --theme-mobile-chip-border: rgba(255, 255, 255, 0.08);
    --theme-mobile-dock-bg: rgba(6, 14, 28, 0.9);
    --theme-mobile-dock-border: rgba(255, 255, 255, 0.08);
    --theme-mobile-dock-link: #98aec6;
    --theme-mobile-dock-active-bg: rgba(93, 183, 255, 0.14);
    --theme-mobile-dock-active-color: #f7fbff;
    --theme-empty-bg: rgba(255, 255, 255, 0.05);
    --theme-empty-border: rgba(148, 163, 184, 0.24);
    --theme-empty-color: #b1c3d6;
    --theme-picker-panel-bg: linear-gradient(180deg, rgba(12, 22, 38, 0.99), rgba(8, 16, 30, 0.98));
    --theme-picker-shadow: 0 28px 64px rgba(1, 8, 18, 0.42);
    --theme-stock-card-bg: linear-gradient(180deg, rgba(15, 25, 42, 0.96), rgba(10, 19, 33, 0.94));
    --theme-toast-bg: rgba(7, 17, 31, 0.94);
    --theme-toast-color: #eef7ff;
    --theme-toast-border: rgba(148, 163, 184, 0.16);
    --theme-badge-neutral-bg: rgba(255, 255, 255, 0.08);
    --theme-badge-neutral-color: #c5d4e4;
    --theme-badge-neutral-border: rgba(148, 163, 184, 0.14);
    --theme-warning-card-bg: linear-gradient(180deg, rgba(87, 60, 10, 0.64), rgba(62, 43, 7, 0.76));
    --theme-danger-card-bg: linear-gradient(180deg, rgba(89, 24, 24, 0.66), rgba(64, 16, 16, 0.78));
    --theme-success-card-bg: linear-gradient(180deg, rgba(12, 76, 49, 0.64), rgba(8, 54, 35, 0.78));
    --theme-warning-soft-bg: rgba(255, 191, 71, 0.14);
    --theme-warning-soft-color: #ffe3ab;
    --theme-warning-soft-border: rgba(255, 191, 71, 0.18);
    --theme-success-soft-bg: rgba(33, 197, 125, 0.14);
    --theme-success-soft-color: #c9f6e3;
    --theme-success-soft-border: rgba(33, 197, 125, 0.18);
    --theme-danger-soft-bg: rgba(255, 107, 107, 0.14);
    --theme-danger-soft-color: #ffd8d8;
    --theme-danger-soft-border: rgba(255, 107, 107, 0.18);
    --theme-info-soft-bg: rgba(107, 212, 255, 0.14);
    --theme-info-soft-color: #dff1ff;
    --theme-info-soft-border: rgba(107, 212, 255, 0.18);
    --theme-login-shell-bg: rgba(7, 17, 31, 0.46);
    --theme-login-shell-border: rgba(255, 255, 255, 0.08);
    --theme-login-hero-scrim: linear-gradient(180deg, rgba(5, 12, 24, 0.1), rgba(5, 12, 24, 0.54));
    --theme-login-hero-edge: linear-gradient(90deg, rgba(4, 10, 20, 0.34), rgba(4, 10, 20, 0.06));
    --theme-login-hero-badge-bg: rgba(7, 17, 31, 0.6);
    --theme-login-hero-badge-border: rgba(255, 255, 255, 0.1);
    --theme-login-hero-badge-color: #f7fbff;
    --theme-login-panel-bg: linear-gradient(180deg, rgba(13, 23, 39, 0.98), rgba(9, 17, 31, 0.97));
    --theme-login-panel-border: rgba(148, 163, 184, 0.14);
    --theme-login-panel-shadow: 0 26px 58px rgba(1, 8, 18, 0.34);
    --theme-progress-text: #a9bed4;
    --theme-progress-track-bg: rgba(255, 255, 255, 0.08);
    --theme-progress-bar: linear-gradient(90deg, #2bce85, #5db7ff);
    --theme-variant-bg: linear-gradient(180deg, rgba(12, 21, 36, 0.98), rgba(10, 18, 32, 0.97));
    --theme-variant-table-bg: rgba(11, 20, 34, 0.98);
    --theme-variant-head-bg: rgba(255, 255, 255, 0.05);
    --theme-variant-head-color: #92a8bf;
    --theme-variant-row-bg: rgba(11, 20, 34, 0.98);
    --theme-variant-row-alt: rgba(255, 255, 255, 0.02);
    --theme-variant-row-side: rgba(255, 255, 255, 0.03);
}

html[data-theme] body {
    color: var(--text);
    background:
        radial-gradient(circle at top left, var(--theme-bg-left), transparent 34%),
        radial-gradient(circle at top right, var(--theme-bg-right), transparent 26%),
        linear-gradient(145deg, var(--theme-bg-start) 0%, var(--theme-bg-middle) 42%, var(--theme-bg-end) 100%);
}

html[data-theme] body::before {
    background-image:
        linear-gradient(var(--theme-grid-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--theme-grid-line) 1px, transparent 1px);
}

html[data-theme] body .skip-link {
    background: var(--theme-button-bg);
    color: var(--theme-button-color);
    border-color: var(--theme-button-border);
    box-shadow: var(--theme-button-shadow);
}

html[data-theme] body .skip-link:focus-visible {
    box-shadow: var(--theme-button-hover-shadow);
}

html[data-theme] body .main {
    padding: clamp(18px, 2.4vw, 34px);
}

html[data-theme] body .layout.layout-plain > .main > * {
    width: min(100%, var(--content-max));
    max-width: var(--content-max);
    margin-inline: auto;
}

html[data-theme] body .layout:not(.layout-plain) > .main > * {
    width: 100%;
    max-width: none;
    margin-inline: 0;
}

html[data-theme] body .main > .page-content.page-content-bleed,
html[data-theme] body .main > .page-content.chat-page-content {
    width: 100%;
    max-width: none;
}

html[data-theme] body .page-hero,
html[data-theme] body .mobile-command-deck {
    backdrop-filter: blur(22px);
}

html[data-theme] body .sidebar {
    background: var(--theme-sidebar-bg);
    scrollbar-color: var(--text-muted) var(--theme-sidebar-scroll-track);
}

html[data-theme] body .sidebar::-webkit-scrollbar-track {
    background: var(--theme-sidebar-scroll-track);
}

html[data-theme] body .sidebar::-webkit-scrollbar-thumb {
    background: var(--theme-sidebar-scroll-thumb);
    border-color: var(--theme-sidebar-scroll-thumb-border);
}

html[data-theme] body .brand-block {
    background: var(--theme-brand-bg);
    border-color: var(--theme-brand-border);
    box-shadow: inset 0 1px 0 var(--theme-brand-inset);
}

html[data-theme] body .brand-mark {
    background: var(--theme-brand-mark-bg);
    box-shadow: var(--theme-brand-mark-shadow);
}

html[data-theme] body .suite-chip {
    background: var(--theme-suite-chip-bg);
    color: var(--theme-suite-chip-color);
}

html[data-theme] body .sidebar-section-label {
    color: var(--theme-sidebar-label);
}

html[data-theme] body .sidebar-group {
    background: var(--theme-sidebar-panel-bg);
    border-color: var(--theme-sidebar-panel-border);
}

html[data-theme] body .sidebar-group-label {
    color: var(--theme-sidebar-label);
}

html[data-theme] body .sidebar-group.active .sidebar-group-label {
    color: var(--theme-sidebar-label-active);
}

html[data-theme] body .sidebar-group-toggle {
    background: var(--theme-sidebar-group-toggle-bg);
}

html[data-theme] body .sidebar-group.active .sidebar-group-toggle,
html[data-theme] body .sidebar-disclosure[open] .sidebar-group-toggle {
    background: var(--theme-sidebar-group-toggle-active-bg);
}

html[data-theme] body .sidebar-group-icon {
    border-right-color: var(--theme-sidebar-icon);
    border-bottom-color: var(--theme-sidebar-icon);
}

html[data-theme] body .sidebar-subnav {
    border-left-color: var(--theme-subnav-border);
}

html[data-theme] body .sidebar a {
    color: var(--theme-sidebar-link-color);
}

html[data-theme] body .sidebar-subgroup-toggle {
    color: var(--theme-sidebar-link-color);
}

html[data-theme] body .sidebar a:hover,
html[data-theme] body .sidebar a.active {
    color: var(--theme-sidebar-link-active-color);
    background: var(--theme-sidebar-link-bg);
    border-color: var(--theme-sidebar-link-border);
}

html[data-theme] body .sidebar-subgroup:hover .sidebar-subgroup-toggle,
html[data-theme] body .sidebar-subgroup.active .sidebar-subgroup-toggle,
html[data-theme] body .sidebar-subgroup[open] .sidebar-subgroup-toggle {
    color: var(--theme-sidebar-link-active-color);
    background: var(--theme-sidebar-link-bg);
    border-color: var(--theme-sidebar-link-border);
}

html[data-theme] body .sidebar-subgroup-links {
    border-left-color: var(--theme-subnav-border);
}

html[data-theme] body .sidebar-footer {
    background: var(--theme-footer-bg);
    border-color: var(--theme-footer-border);
}

html[data-theme] body .status-pill {
    color: var(--theme-status-pill-color);
    background: var(--theme-status-pill-bg);
    border-color: var(--theme-status-pill-border);
}

html[data-theme] body .page-hero h1,
html[data-theme] body .header h1,
html[data-theme] body .main > h1,
html[data-theme] body .mobile-brand strong {
    color: var(--theme-heading);
}

html[data-theme] body .page-hero {
    background: var(--theme-hero-bg);
    border-color: var(--theme-hero-border);
    box-shadow: var(--theme-hero-shadow);
}

html[data-theme] body .page-subtitle {
    color: var(--theme-subtitle);
}

html[data-theme] body .page-eyebrow {
    color: var(--theme-page-eyebrow);
}

html[data-theme] body label {
    color: var(--theme-label-color);
}

html[data-theme] body small:not(.stock-empty):not(.stock-low):not(.stock-ok):not(.green):not(.red):not(.orange),
html[data-theme] body .helper-text:not(.stock-empty):not(.stock-low):not(.stock-ok):not(.green):not(.red):not(.orange),
html[data-theme] body .section-title p,
html[data-theme] body .brand-copy,
html[data-theme] body .mobile-brand span {
    color: var(--theme-helper-color);
}

html[data-theme] body .card p,
html[data-theme] body .card-mini p,
html[data-theme] body .variant-size-label,
html[data-theme] body .variant-price-summary,
html[data-theme] body .variant-stock-hint {
    color: var(--theme-card-kicker);
}

html[data-theme] body .card h2,
html[data-theme] body .card-mini h3 {
    color: var(--theme-card-value);
}html[data-theme] body .panel,
html[data-theme] body .card,
html[data-theme] body .card-mini,
html[data-theme] body .form-box,
html[data-theme] body .table-box,
html[data-theme] body .import-box,
html[data-theme] body .box,
html[data-theme] body .meta-card,
html[data-theme] body .picker-modal-panel {
    background: var(--theme-surface-bg);
    border-color: var(--theme-surface-border);
    box-shadow: var(--theme-surface-shadow);
    color: var(--text-strong);
}

html[data-theme] body .panel::before,
html[data-theme] body .card::before,
html[data-theme] body .card-mini::before,
html[data-theme] body .form-box::before,
html[data-theme] body .table-box::before,
html[data-theme] body .import-box::before,
html[data-theme] body .box::before {
    background: linear-gradient(90deg, var(--accent), var(--theme-surface-topline));
}

html[data-theme] body th,
html[data-theme] body td {
    border-bottom-color: var(--theme-table-border);
}







html[data-theme] body th {
    color: var(--theme-table-header-color);
    background: var(--theme-table-header-bg);
}

html[data-theme] body tbody tr:hover {
    background: var(--theme-table-hover);
}

html[data-theme] body .table-box.stack-scroll-shell > .section-title {
    background: var(--theme-surface-bg);
    border-bottom-color: var(--theme-surface-border);
    box-shadow: 0 14px 20px rgba(3, 8, 18, 0.18);
}

html[data-theme] body .table-box.stack-scroll-shell::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
}

html[data-theme] body .table-box.stack-scroll-shell::-webkit-scrollbar-thumb {
    border-color: var(--theme-surface-bg);
}

html[data-theme] body input,
html[data-theme] body select,
html[data-theme] body textarea {
    background: var(--theme-input-bg);
    border-color: var(--theme-input-border);
    color: var(--theme-input-color);
}

html[data-theme] body input:disabled,
html[data-theme] body select:disabled,
html[data-theme] body textarea:disabled,
html[data-theme] body input[readonly] {
    background: var(--theme-disabled-bg);
    border-color: var(--theme-disabled-border);
    color: var(--theme-disabled-color);
    -webkit-text-fill-color: var(--theme-disabled-color);
}

html[data-theme] body input::placeholder,
html[data-theme] body textarea::placeholder {
    color: var(--theme-input-placeholder);
    opacity: 0.58;
}

html[data-theme] body input:focus,
html[data-theme] body select:focus,
html[data-theme] body textarea:focus {
    background: var(--theme-input-focus-bg);
}

html[data-theme] body input[readonly] {
    background: var(--theme-input-readonly-bg);
}













html[data-theme] body input[type="file"]::file-selector-button {
    background: var(--theme-file-button-bg);
    color: var(--theme-file-button-color);
}

html[data-theme] body .money-input,
html[data-theme] body .variant-currency-input {
    background: var(--theme-input-bg);
    border-color: var(--theme-input-border);
}

html[data-theme] body .money-input span,
html[data-theme] body .variant-currency-input span {
    color: var(--theme-money-span);
}

html[data-theme] body .ghost-button {
    background: var(--theme-ghost-bg);
    color: var(--theme-ghost-color);
    border-color: var(--theme-ghost-border);
    box-shadow: var(--theme-ghost-shadow);
}

html[data-theme] body .ghost-button:hover {
    border-color: var(--theme-ghost-hover-border);
    box-shadow: var(--theme-ghost-hover-shadow);
}

html[data-theme] body .ops-remove-button {
    background: var(--theme-danger-soft-bg);
    color: var(--theme-danger-soft-color);
    border-color: var(--theme-danger-soft-border);
    box-shadow: none;
}

html[data-theme] body .ops-remove-button:hover {
    background: var(--theme-danger-soft-bg);
    color: var(--theme-danger-soft-color);
    border-color: var(--theme-danger-soft-border);
    box-shadow: 0 12px 22px rgba(127, 29, 29, 0.12);
}

html[data-theme] body .ghost-button:disabled {
    background: var(--theme-ghost-disabled-bg);
    color: var(--theme-ghost-disabled-color);
    border-color: var(--theme-ghost-disabled-border);
}

html[data-theme] body button:disabled:not(.ghost-button),
html[data-theme] body .btn-link:disabled,
html[data-theme] body a.btn-link[aria-disabled="true"] {
    opacity: 1;
    background: var(--theme-button-disabled-bg);
    color: var(--theme-button-disabled-color);
    border-color: var(--theme-button-disabled-border);
    box-shadow: none;
    filter: none;
}

html[data-theme] body .sidebar .ghost-button,
html[data-theme] body .mobile-nav .ghost-button {
    background: var(--theme-ghost-bg);
    color: var(--theme-ghost-color);
    border-color: var(--theme-ghost-border);
}html[data-theme] body .products-filter-bar,
html[data-theme] body #soFilterForm {
    background: var(--theme-filter-bg);
    border-color: var(--theme-filter-border);
}

html[data-theme] body .mobile-nav {
    background: var(--theme-mobile-nav-bg);
    border-bottom-color: var(--theme-mobile-nav-border);
}

html[data-theme] body .mobile-chip {
    background: var(--theme-mobile-chip-bg);
    color: var(--theme-mobile-chip-color);
    border-color: var(--theme-mobile-chip-border);
}

html[data-theme] body .mobile-dock {
    background: var(--theme-mobile-dock-bg);
    border-color: var(--theme-mobile-dock-border);
}

html[data-theme] body .mobile-dock a,
html[data-theme] body .mobile-dock button {
    color: var(--theme-mobile-dock-link);
}

html[data-theme] body .mobile-dock a.active,
html[data-theme] body .mobile-dock button.active {
    background: var(--theme-mobile-dock-active-bg);
    color: var(--theme-mobile-dock-active-color);
}

body [data-pwa-install-trigger][hidden] {
    display: none !important;
}

body .mobile-install-button,
body .pwa-install-button {
    position: relative;
    overflow: hidden;
    border-color: rgba(93, 183, 255, 0.24);
    background: linear-gradient(135deg, rgba(93, 183, 255, 0.18), rgba(52, 120, 255, 0.24));
    color: var(--text-strong);
}

body .mobile-install-button::after,
body .pwa-install-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 55%);
    pointer-events: none;
}

body .mobile-install-button:hover,
body .pwa-install-button:hover {
    border-color: rgba(93, 183, 255, 0.34);
    transform: translateY(-1px);
}

body.browser-mode .mobile-install-button,
body.browser-mode .pwa-install-button {
    box-shadow: 0 16px 32px rgba(30, 87, 184, 0.16);
}

body.standalone-mode .mobile-install-button,
body.standalone-mode .pwa-install-button {
    display: none !important;
}

body.browser-mode[data-app-surface="desktop"] .mobile-install-button {
    display: none !important;
}

body.browser-mode[data-app-surface="mobile"] .pwa-install-button,
body.browser-mode[data-app-surface="tablet"] .pwa-install-button {
    display: none !important;
}

body.browser-mode[data-app-surface="mobile"] .page-hero,
body.browser-mode[data-app-surface="tablet"] .page-hero {
    margin-top: 6px;
}

body.standalone-mode .page-hero,
body.standalone-mode .panel,
body.standalone-mode .card,
body.standalone-mode .form-box,
body.standalone-mode .table-box,
body.standalone-mode .box {
    box-shadow: 0 16px 36px rgba(7, 17, 31, 0.14);
}

body.standalone-mode .mobile-nav {
    padding-top: calc(env(safe-area-inset-top, 0px) + 8px);
}

body.standalone-mode .main {
    padding-top: 18px;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 116px);
}

body.standalone-mode .mobile-dock {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 8px);
}







@media (max-width: 1080px) {
    body .mobile-install-button {
        min-height: 42px;
        padding-inline: 14px;
        font-size: 0.88rem;
        border-radius: 16px;
        white-space: nowrap;
    }
}



@media (max-width: 499px) {
    body .mobile-install-button {
        min-height: 38px;
        padding-inline: 12px;
        font-size: 0.82rem;
    }

    body .pwa-install-button {
        width: 100%;
        justify-content: center;
    }

    body.browser-mode[data-install-context="ios-browser"] .mobile-install-button {
        max-width: 152px;
    }
}

html[data-theme] body .mobile-command-deck {
    background: var(--theme-surface-bg);
    border-color: var(--theme-surface-border);
    box-shadow: var(--theme-surface-shadow);
}

html[data-theme] body .mobile-command-kicker {
    color: var(--theme-card-kicker);
}

html[data-theme] body .mobile-command-deck-head strong {
    color: var(--theme-heading);
}

html[data-theme] body .mobile-command-badge {
    background: var(--theme-badge-neutral-bg);
    border-color: var(--theme-badge-neutral-border);
    color: var(--theme-badge-neutral-color);
}

html[data-theme] body[data-device-mode="mobile"] .top-bar,
html[data-theme] body[data-device-mode="tablet"] .top-bar {
    background: var(--theme-filter-bg);
    border-color: var(--theme-filter-border);
}

html[data-theme] body .meta-card span {
    color: var(--theme-table-header-color);
}

html[data-theme] body .meta-card strong {
    color: var(--text-strong);
}





























html[data-theme] body .meeting-profile-card,
html[data-theme] body .meeting-side-card,
html[data-theme] body .meeting-room-card,
html[data-theme] body .meeting-stage-box,
html[data-theme] body .meeting-session-hero {
    background: var(--theme-surface-bg);
    border-color: var(--theme-surface-border);
    box-shadow: var(--theme-surface-shadow);
    color: var(--text-strong);
}

html[data-theme] body .meeting-profile-topline strong,
html[data-theme] body .meeting-side-card .section-title h2,
html[data-theme] body .meeting-side-card .section-title h3 {
    color: var(--theme-heading);
}

html[data-theme] body .meeting-profile-card p,
html[data-theme] body .meeting-profile-card small,
html[data-theme] body .meeting-side-card p,
html[data-theme] body .meeting-benefit-list {
    color: var(--theme-helper-color);
}

html[data-theme] body .meeting-profile-card:hover,
html[data-theme] body .meeting-profile-card.is-selected {
    border-color: rgba(93, 183, 255, 0.24);
    box-shadow: 0 20px 36px rgba(1, 8, 18, 0.18);
}





html[data-theme] body .badge {
    background: var(--theme-badge-neutral-bg);
    color: var(--theme-badge-neutral-color);
    border: 1px solid var(--theme-badge-neutral-border);
}

html[data-theme] body th .sort-link:hover,
html[data-theme] body th .sort-link.active {
    color: var(--theme-sidebar-link-active-color);
}

html[data-theme] body .empty-state {
    background: var(--theme-empty-bg);
    border-color: var(--theme-empty-border);
    color: var(--theme-empty-color);
}

html[data-theme] body .notification-center-empty,
html[data-theme] body .empty-state {
    line-height: 1.7;
}

html[data-theme] body .top-bar {
    padding: 16px;
    border-radius: 22px;
    border: 1px solid var(--theme-filter-border);
    background: var(--theme-filter-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html[data-theme] body .top-bar > * {
    min-width: 0;
}

html[data-theme] body .panel-summary-state,
html[data-theme] body .schedule-panel-summary-state {
    background: var(--theme-badge-neutral-bg);
    border-color: var(--theme-badge-neutral-border);
    color: var(--theme-heading);
}

html[data-theme] body .panel-disclosure[open] .panel-summary-state,
html[data-theme] body .schedule-panel-disclosure[open] .schedule-panel-summary-state {
    background: var(--theme-status-pill-bg);
    border-color: var(--theme-status-pill-border);
    color: var(--theme-status-pill-color);
}html[data-theme] body .notification-entry-topline time,
html[data-theme] body .workspace-summary-card strong,
html[data-theme] body .meta-card strong,
html[data-theme] body .card h2,
html[data-theme] body .card-mini h3 {
    font-variant-numeric: tabular-nums;
}

html[data-theme] body .picker-modal-panel {
    background: var(--theme-picker-panel-bg);
    box-shadow: var(--theme-picker-shadow);
}

html[data-theme] body .floating-toast {
    background: var(--theme-toast-bg);
    color: var(--theme-toast-color);
    border-color: var(--theme-toast-border);
}

html[data-theme] body .sidebar-counter {
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #f7fbff;
}















































































html[data-theme] body .card.warning,
html[data-theme] body .card-mini.warning {
    background: var(--theme-warning-card-bg);
}

html[data-theme] body .card.danger {
    background: var(--theme-danger-card-bg);
}





















html[data-theme] body .card.success {
    background: var(--theme-success-card-bg);
}

































body .panel-disclosure,
body .schedule-panel-disclosure {
    overflow: hidden;
}

body .panel-disclosure > summary,
body .schedule-panel-disclosure > summary {
    list-style: none;
}

body .panel-disclosure > summary::-webkit-details-marker,
body .schedule-panel-disclosure > summary::-webkit-details-marker {
    display: none;
}

body .panel-summary,
body .schedule-panel-summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
}

body .panel-summary .section-title {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}

body .panel-summary .section-title > div {
    min-width: 0;
}

body .panel-summary .section-title h2,
body .panel-summary .section-title h3 {
    margin: 0;
    color: var(--text-strong);
}

body .panel-summary .section-title p {
    display: none;
}

body .panel-summary-copy,
body .schedule-panel-summary-copy {
    min-width: 0;
}

body .panel-summary h2,
body .schedule-panel-summary h2 {
    margin: 0;
    color: var(--text-strong);
}

body .panel-summary p,
body .schedule-panel-summary p {
    margin: 8px 0 0;
    color: var(--text-soft);
    line-height: 1.55;
}

body .panel-summary-meta,
body .schedule-panel-summary-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

body .panel-summary-state,
body .schedule-panel-summary-state {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(93, 183, 255, 0.1);
    border: 1px solid rgba(93, 183, 255, 0.14);
    color: var(--text-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body .panel-summary-state::after,
body .schedule-panel-summary-state::after {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.18s ease;
}

body .panel-disclosure[open] .panel-summary-state::after,
body .schedule-panel-disclosure[open] .schedule-panel-summary-state::after {
    transform: rotate(-135deg) translateY(-1px);
}

body .panel-disclosure[open] .panel-summary-state,
body .schedule-panel-disclosure[open] .schedule-panel-summary-state {
    background: rgba(255, 191, 71, 0.12);
    border-color: rgba(255, 191, 71, 0.16);
}

body .panel-content,
body .schedule-panel-content {
    margin-top: 18px;
}









































































































































body .lookup-summary-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

body .lookup-page-actions {
    align-items: center;
}

body .lookup-focus-inline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
































































































































































































body .announcement-stream-head > .ghost-button,
body .announcement-permission-head > .status-pill {
    flex: 0 0 auto;
    align-self: flex-start;
    white-space: nowrap;
}





























































































































































body .hris-clean-shell .section-title p{
    display: none;
}













































































































































































































body .hris-clean-shell .biometric-workspace-footnote .helper-text {
    display: block;
    color: rgba(223, 233, 245, 0.74);
    line-height: 1.62;
}

















































body .ghost-button.danger {
    border-color: rgba(255, 107, 107, 0.28);
    color: #ffd3d3;
}



























@media (max-width: 720px) {
    

    

    

    

    

    

    

    

    

    body .lookup-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    
}



@media (max-width: 720px) {
    

    body .announcement-stream-head > .ghost-button {
        width: 100%;
        justify-content: center;
    }

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    body .lookup-summary-grid,
    body .product-lookup-results,
    body .product-lookup-price-grid {
        grid-template-columns: 1fr;
    }

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    body .hris-dashboard-panel .section-title .ghost-button,
    body .hris-dashboard-schedule-section .section-title .ghost-button {
        width: 100%;
        justify-content: center;
    }
}





































































































































body:is(.attendance-page-shell, .schedule-self-page-shell, .daily-report-portal-shell, .overtime-page-shell, .kpi-page-shell) .page-subtitle,
body.internal-module-attendance-shell .information-panel-head span,
body:is(.attendance-page-shell, .schedule-self-page-shell, .daily-report-portal-shell, .overtime-page-shell, .kpi-page-shell) .helper-text,
body:is(.attendance-page-shell, .schedule-self-page-shell, .daily-report-portal-shell, .overtime-page-shell, .kpi-page-shell) small {
    font-size: 11px;
    line-height: 1.35;
}





























body:is(.attendance-page-shell, .daily-report-portal-shell, .overtime-page-shell, .kpi-page-shell) :is(button, .ghost-button) {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 12px;
}



































































































body .report-portal-card,
body .report-review-text {
    min-width: 0;
}

body .report-feed-shell,
body .report-feed-panel,
body .report-feed-stack {
    display: grid;
    gap: 18px;
}

body .report-feed-panel .stack-scroll-list {
    display: grid;
    gap: 16px;
}

body .report-portal-text,
body .report-review-text {
    justify-content: flex-start;
    text-align: left;
    white-space: pre-wrap;
    line-height: 1.6;
    min-height: 78px;
}

body .report-status-stack,
body .report-review-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}















body .biometric-photo-link {
    display: inline-flex;
    width: min(220px, 100%);
}

body .biometric-photo-preview {
    width: 100%;
    max-height: 220px;
    border-radius: 18px;
    border: 1px solid var(--line);
    object-fit: cover;
    display: block;
}

body .biometric-photo-empty {
    border: 1px dashed var(--line);
    border-radius: 18px;
    padding: 18px;
    color: var(--text-soft);
    background: rgba(148, 163, 184, 0.08);
}

body .biometric-photo-inline-link {
    color: var(--accent-strong);
    font-weight: 700;
    text-decoration: none;
}

body .biometric-photo-inline-link:hover {
    text-decoration: underline;
}

























body .biometric-recap-table {
    min-width: 1940px;
    table-layout: auto;
}

body .biometric-recap-table th,
body .biometric-recap-table td {
    overflow-wrap: normal;
    word-break: normal;
}

body .biometric-recap-table th {
    white-space: nowrap;
}

body .biometric-recap-table td {
    white-space: normal;
}

body .biometric-recap-date-cell,
body .biometric-recap-code-cell,
body .biometric-recap-geo-cell,
body .biometric-recap-log-cell {
    white-space: nowrap;
}

body .biometric-recap-name-cell,
body .biometric-recap-warehouse-cell,
body .biometric-recap-shift-cell,
body .biometric-recap-location-cell,
body .biometric-recap-photo-cell,
body .biometric-recap-final-status-cell {
    overflow-wrap: break-word;
}

body .biometric-recap-name-cell {
    min-width: 154px;
}





body .biometric-recap-status-cell {
    min-width: 170px;
}

body .biometric-recap-break-cell {
    min-width: 150px;
}

body .biometric-recap-break-duration-cell {
    min-width: 168px;
}





body .biometric-recap-location-cell {
    min-width: 156px;
}

body .biometric-recap-coordinate-cell {
    min-width: 184px;
}

body .biometric-recap-photo-cell {
    min-width: 120px;
}

body .biometric-recap-final-status-cell {
    min-width: 142px;
}









body .biometric-break-duration-stack {
    display: grid;
    gap: 4px;
    min-width: 110px;
}

body .biometric-break-duration {
    color: var(--text-strong);
    font-family: var(--mono);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    white-space: nowrap;
}

body .biometric-break-duration.is-live {
    color: #9fd5ff;
}

body .biometric-break-duration.is-alert {
    color: #ffb185;
}

body .biometric-break-reminder-alert {
    color: #ffb185;
    font-weight: 700;
}

@media (max-width: 900px) {
    body .biometric-recap-table {
        min-width: 1680px;
    }

    
}

















/* Schedule Board Refresh */














































































































































































































































body .schedule-live-batch-button.is-secondary {
    border-color: rgba(166, 188, 219, 0.16);
    background: rgba(24, 38, 60, 0.92);
    color: #d7e6f7;
    box-shadow: none;
}



body .schedule-live-batch-button.is-secondary:hover:not(:disabled),
body .schedule-live-batch-button.is-secondary:focus-visible:not(:disabled) {
    box-shadow: 0 12px 20px rgba(6, 13, 24, 0.18);
}





























































































html[data-theme="light"] body .schedule-live-batch-button.is-secondary {
    border-color: rgba(74, 110, 157, 0.16);
    background: rgba(236, 243, 250, 0.98);
    color: #214264;
}































body .meeting-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

body .meeting-page-actions {
    justify-content: flex-end;
}





body .meeting-join-form {
    display: grid;
    gap: 22px;
}

body .meeting-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body .meeting-field-grid label {
    margin-bottom: 0;
}

body .meeting-form-note {
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid rgba(93, 183, 255, 0.14);
    background: linear-gradient(180deg, rgba(9, 20, 35, 0.78), rgba(7, 17, 31, 0.9));
}

body .meeting-form-note p {
    margin: 0;
    color: var(--text);
    line-height: 1.6;
}

body .meeting-profile-stack {
    display: grid;
    gap: 14px;
}

body .section-title.compact h3 {
    margin: 0;
    font-size: 1.05rem;
}

body .section-title.compact p {
    margin-top: 6px;
    color: var(--text-soft);
}

body .meeting-profile-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body .meeting-profile-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(93, 183, 255, 0.14);
    background: linear-gradient(180deg, rgba(10, 23, 40, 0.82), rgba(7, 18, 32, 0.9));
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

body .meeting-profile-card:hover,
body .meeting-profile-card.is-selected {
    transform: translateY(-2px);
    border-color: rgba(93, 183, 255, 0.42);
    box-shadow: 0 18px 32px rgba(7, 17, 31, 0.18);
}

body .meeting-profile-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body .meeting-profile-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body .meeting-profile-card p,
body .meeting-profile-card small {
    margin: 0;
}

body .meeting-profile-card p {
    color: var(--text);
    line-height: 1.55;
}

body .meeting-profile-card small {
    color: var(--text-muted);
}

body .meeting-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body .meeting-form-actions .ghost-button.primary {
    background: linear-gradient(135deg, rgba(34, 124, 255, 0.96), rgba(26, 87, 187, 0.94));
    color: #f8fbff;
    border-color: rgba(34, 124, 255, 0.42);
}

body .meeting-form-actions .ghost-button.subtle {
    background: rgba(255, 255, 255, 0.04);
}

body .meeting-side-panel {
    display: grid;
    gap: 18px;
}

body .meeting-side-card {
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: linear-gradient(180deg, rgba(7, 18, 32, 0.78), rgba(9, 21, 37, 0.92));
}

body .meeting-room-list {
    display: grid;
    gap: 12px;
}

body .meeting-room-card {
    display: grid;
    gap: 10px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.1);
}

body .meeting-room-card p,
body .meeting-room-card small {
    margin: 0;
}

body .meeting-room-card .helper-text {
    color: var(--text-muted);
    word-break: break-word;
}

body .meeting-room-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body .meeting-room-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body .meeting-benefit-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding-left: 18px;
    color: var(--text);
}

body .meeting-benefit-list li {
    line-height: 1.6;
}

body.meeting-stage-page {
    min-height: 100vh;
    margin: 0;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(93, 183, 255, 0.16), transparent 30%),
        radial-gradient(circle at top right, rgba(255, 191, 71, 0.12), transparent 24%),
        linear-gradient(145deg, #05101d 0%, #0a172a 42%, #112645 100%);
    font-family: var(--sans);
}

body.meeting-stage-page::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(circle at center, black 32%, transparent 92%);
    pointer-events: none;
}

body .meeting-session-root {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 22px;
}

body .meeting-session-shell {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

body .meeting-session-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

body .meeting-session-hero {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(9, 19, 34, 0.92), rgba(8, 17, 31, 0.84));
    border: 1px solid rgba(93, 183, 255, 0.14);
}

body .meeting-stage-box {
    display: grid;
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(9, 19, 34, 0.94), rgba(8, 17, 31, 0.92));
    border: 1px solid rgba(93, 183, 255, 0.18);
    box-shadow: 0 26px 60px rgba(1, 8, 18, 0.28);
}

body .meeting-stage-box.is-live {
    padding: 16px;
    gap: 14px;
}

body .meeting-stage-box.is-minimized {
    padding: 14px 18px;
    gap: 10px;
}

body .meeting-stage-loader {
    display: grid;
    gap: 12px;
    justify-items: start;
}

body .meeting-stage-loader-dot {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(34, 124, 255, 0.96), rgba(93, 183, 255, 0.86));
    box-shadow: 0 18px 40px rgba(34, 124, 255, 0.34);
    position: relative;
}

body .meeting-stage-loader-dot::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
}

body .meeting-stage-hints {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body .meeting-stage-hint-card {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(148, 163, 184, 0.12);
}

body .meeting-stage-hint-card p {
    margin: 10px 0 0;
    color: var(--text);
    line-height: 1.55;
}

body .meeting-stage-error {
    margin: 0;
}

body .meeting-stage-host {
    width: 100%;
    min-height: 72vh;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(93, 183, 255, 0.16);
    background: rgba(3, 9, 16, 0.82);
}

body .meeting-stage-host iframe {
    width: 100%;
    min-height: 72vh;
    border: 0;
    border-radius: 22px;
}

@media (max-width: 1220px) {
    body .page-hero,
    body .header,
    body .section-title {
        flex-direction: column;
        align-items: stretch;
    }

    body .page-hero-text,
    body .section-title > div:first-child,
    body .header > * {
        max-width: 100%;
    }

    body .page-actions-desktop-slot,
    body .split-actions,
    body .status-row,
    body .sidebar-footer-actions,
    body .table-action-row,
    body .meeting-page-actions,
    body .meeting-form-actions,
    body .meeting-room-actions {
        width: 100%;
        justify-content: flex-start;
    }

    body .split-actions > *,
    body .status-row > *,
    body .meeting-page-actions > * {
        max-width: 100%;
    }

    body .meeting-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    
}

@media (max-width: 900px) {
    body .main {
        padding-inline: 18px;
    }

    body .page-hero,
    body .panel,
    body .card,
    body .card-mini,
    body .form-box,
    body .table-box,
    body .import-box,
    body .box {
        border-radius: 22px;
    }

    body .page-hero,
    body .form-box,
    body .table-box,
    body .import-box,
    body .box {
        padding: 18px;
    }body .meeting-field-grid,
body .meeting-profile-grid,
body .meeting-stage-hints {
        grid-template-columns: minmax(0, 1fr);
    }

    body .meeting-profile-topline,
    body .meeting-room-meta,
    body .meeting-session-topbar,
    body .meeting-session-hero {
        flex-direction: column;
        align-items: stretch;
    }

    body .meeting-page-actions .status-pill,
    body .meeting-form-actions .ghost-button,
    body .meeting-room-actions .ghost-button,
    body .meeting-room-actions button {
        width: 100%;
        justify-content: center;
    }

    body .meeting-stage-host,
    body .meeting-stage-host iframe {
        min-height: 62vh;
    }

    

    
}

@media (max-width: 680px) {
    body .main {
        padding-inline: 14px;
    }

    body .page-hero {
        padding: 18px 16px;
    }

    body .page-hero h1,
    body .header h1,
    body .main > h1 {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
        line-height: 1.06;
    }

    body .page-subtitle,
    body .section-title p,
    body .helper-text,
    body small {
        font-size: 0.88rem;
    }body .summary,
body .cards,
body .meta-grid,
body .meeting-summary-grid,
body .meeting-profile-grid,
body .meeting-stage-hints,
body .dashboard-cards,
body .products-meta-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body .page-actions,
    body .split-actions,
    body .status-row,
    body .table-action-row,
    body .meeting-form-actions,
    body .meeting-room-actions,
    body .sidebar-footer-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    body .page-actions > *,
    body .split-actions > *,
    body .table-action-row > *,
    body .meeting-form-actions > *,
    body .meeting-room-actions > *,
    body .sidebar-footer-actions > * {
        width: 100%;
        min-width: 0;
    }

    body .meeting-portal-shell,
    body .meeting-side-card,
    body .meeting-stage-box,
    body .meeting-session-hero {
        border-radius: 20px;
    }

    body .meeting-stage-box,
    body .meeting-session-hero,
    body .meeting-side-card,
    body .meeting-room-card {
        padding: 16px;
    }

    body .meeting-stage-host,
    body .meeting-stage-host iframe {
        min-height: 56vh;
    }
}

@media (max-width: 420px) {
    body .main {
        padding-inline: 12px;
    }

    body .page-hero,
    body .form-box,
    body .table-box,
    body .import-box,
    body .box,
    body .meeting-stage-box,
    body .meeting-session-hero,
    body .meeting-side-card {
        padding: 14px;
        border-radius: 18px;
    }

    body .status-pill,
    body .mobile-chip,
    body .badge {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    body .meeting-room-meta,
    body .meeting-profile-topline,
    body .section-title,
    body .header,
    body .page-hero {
        gap: 10px;
    }

    body .meeting-stage-host,
    body .meeting-stage-host iframe {
        min-height: 52vh;
        border-radius: 18px;
    }
}
@media (max-width: 1220px) {
    body .meeting-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    
}

@media (max-width: 860px) {
    body .meeting-field-grid,
    body .meeting-profile-grid,
    body .meeting-stage-hints {
        grid-template-columns: minmax(0, 1fr);
    }

    body .meeting-session-hero,
    body .meeting-session-topbar,
    body .meeting-room-meta {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 540px) {
    body .meeting-summary-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body .meeting-session-root {
        padding: 14px;
    }

    body .meeting-stage-box,
    body .meeting-session-hero {
        padding: 18px;
        border-radius: 20px;
    }

    body .meeting-form-actions,
    body .meeting-room-actions {
        flex-direction: column;
    }
}

body .floating-toolbelt {
    position: fixed;
    right: 22px;
    bottom: calc(28px + env(safe-area-inset-bottom));
    z-index: 2205;
    display: grid;
    justify-items: end;
    gap: 10px;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

body .floating-toolbelt.is-muted:not(.is-open) {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

body.floating-toolbelt-disabled .floating-toolbelt {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

body .floating-toolbelt-launcher {
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: linear-gradient(145deg, #0f4fa7 0%, #0a2f63 100%);
    box-shadow: 0 18px 34px rgba(10, 40, 88, 0.24);
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    touch-action: manipulation;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

body .floating-toolbelt-launcher:hover,
body .floating-toolbelt.is-open .floating-toolbelt-launcher {
    transform: translateY(-1px);
    border-color: rgba(188, 218, 255, 0.26);
    box-shadow: 0 22px 40px rgba(10, 40, 88, 0.3);
}

body .floating-toolbelt-launcher-core {
    font-size: 1.45rem;
    line-height: 1;
    letter-spacing: -0.12em;
    transform: translateX(1px);
}

body .floating-toolbelt-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    display: grid;
    gap: 8px;
    min-width: 220px;
    padding: 10px;
    contain: layout paint style;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(12, 23, 40, 0.98), rgba(17, 31, 54, 0.97));
    box-shadow: 0 22px 46px rgba(7, 17, 31, 0.26);
    justify-items: stretch;
}

body .floating-toolbelt-menu[hidden] {
    display: none !important;
}

body .floating-toolbelt-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: #f7fbff;
    box-shadow: none;
    font: inherit;
    cursor: pointer;
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body .floating-toolbelt-item:hover,
body .floating-toolbelt-item:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(188, 218, 255, 0.2);
    background: rgba(93, 183, 255, 0.08);
    box-shadow: 0 12px 22px rgba(7, 17, 31, 0.18);
}

body .floating-toolbelt-item-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02) 62%);
    font-size: 1rem;
}

body .floating-toolbelt-item-label {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: 0;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
}

body .floating-toolbelt-item-badge {
    position: static;
    margin-left: auto;
    min-width: 24px;
    min-height: 24px;
    display: inline-grid;
    place-items: center;
    padding: 0 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8f4d, #ff5d7a);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: 0 12px 20px rgba(255, 93, 122, 0.24);
}

body .floating-toolbelt-item-badge.is-chat {
    background: linear-gradient(135deg, #6ab8ff, #2f7cff);
    box-shadow: 0 12px 20px rgba(47, 124, 255, 0.24);
}



body.menu-open .floating-toolbelt {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1080px) {
    body .floating-toolbelt {
        bottom: calc(94px + env(safe-area-inset-bottom));
    }

    body .floating-toolbelt [data-floating-toolbelt-action="camera"] {
        display: none !important;
    }

    

    

    body .floating-toolbelt-launcher {
        touch-action: manipulation;
    }
}

@media (max-width: 720px) {
    body .floating-toolbelt {
        right: 12px;
        bottom: calc(88px + env(safe-area-inset-bottom));
    }

    body .floating-toolbelt-launcher {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    body .floating-toolbelt-menu {
        min-width: min(220px, calc(100vw - 24px));
    }

    body .floating-toolbelt-item {
        min-height: 46px;
        padding: 9px 11px;
    }
}





































































































@media (max-width: 1280px) {
    body .page-hero {
        flex-wrap: wrap;
    }

    body .page-actions-desktop-slot,
    body .page-actions,
    body .header > div:last-child {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        justify-content: flex-start;
    }
}











@media (max-width: 720px) {
    body .main {
        gap: 14px;
        padding: 14px 12px calc(96px + env(safe-area-inset-bottom));
    }

    body.minimal-shell .main {
        padding: 20px 12px 18px;
    }body .panel,
body .page-hero,
body .card,
body .card-mini,
body .form-box,
body .table-box,
body .import-box,
body .box,
body .meta-card,
body .attendance-log-card,
body .notification-entry {
        border-radius: 18px;
    }

    body .page-hero,
    body .card,
    body .card-mini,
    body .form-box,
    body .table-box,
    body .import-box,
    body .box,
    body .meta-card,
    body .attendance-log-card,
    body .notification-entry {
        padding: 14px;
    }

    body .page-hero {
        gap: 14px;
    }

    body .page-hero-text {
        max-width: none;
    }

    body .page-eyebrow {
        margin-bottom: 8px;
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    body .page-subtitle,
    body .section-title p,
    body .helper-text,
    body small {
        font-size: 0.82rem;
        line-height: 1.5;
    }

    body .card,
    body .card-mini,
    body .meta-card {
        gap: 6px;
        min-height: 0;
    }

    body .card p,
    body .card-mini p,
    body .meta-card span {
        margin-bottom: 4px;
        font-size: 0.74rem;
        letter-spacing: 0.08em;
    }

    body .card h2,
    body .card-mini h3 {
        margin-top: 8px;
        font-size: clamp(1.25rem, 5.8vw, 1.6rem);
    }

    body .meta-card strong {
        font-size: 1.12rem;
        line-height: 1.16;
    }

    body .section-title {
        margin-bottom: 12px;
        gap: 10px;
    }

    body .section-title h2,
    body .section-title h3 {
        font-size: 1rem;
    }

    body input,
    body select,
    body textarea {
        padding: 10px 12px;
    }body .money-input {
        min-height: 42px;
        gap: 8px;
        padding-inline: 10px;
    }

    body .money-input input {
        padding: 10px 0;
    }

    body button,
    body .btn-link,
    body a.btn-link {
        min-height: 42px;
        padding: 10px 14px;
        font-size: 0.88rem;
    }

    body .badge,
    body .status-pill,
    body .mobile-chip {
        min-height: 30px;
        padding: 5px 10px;
        font-size: 0.68rem;
        letter-spacing: 0.05em;
    }

    body th,
    body td {
        padding: 10px 8px;
    }

    body .mobile-page-actions-slot .page-actions {
        grid-auto-columns: minmax(136px, 70vw);
        gap: 8px;
    }

    

    

    

    

    

    
}

@media (max-width: 540px) {

    body .main {
        gap: 12px;
        padding: 12px 10px calc(92px + env(safe-area-inset-bottom));
    }

    body.minimal-shell .main {
        padding: 18px 10px 16px;
    }

    body .page-hero,
    body .card,
    body .card-mini,
    body .form-box,
    body .table-box,
    body .import-box,
    body .box,
    body .meta-card,
    body .attendance-log-card,
    body .notification-entry {
        padding: 12px;
        border-radius: 16px;
    }

    body .page-hero,
    body .header,
    body .section-title {
        gap: 8px;
    }

    body .page-eyebrow {
        margin-bottom: 6px;
        font-size: 0.68rem;
        letter-spacing: 0.12em;
    }

    body .page-subtitle,
    body .section-title p,
    body .helper-text,
    body small {
        font-size: 0.78rem;
        line-height: 1.45;
    }

    body .card p,
    body .card-mini p,
    body .meta-card span {
        font-size: 0.7rem;
        letter-spacing: 0.07em;
    }

    body .card h2,
    body .card-mini h3 {
        margin-top: 6px;
        font-size: clamp(1.1rem, 6vw, 1.36rem);
    }

    body .meta-card strong {
        font-size: 1rem;
    }

    body .section-title {
        margin-bottom: 10px;
    }

    body .section-title h2,
    body .section-title h3 {
        font-size: 0.94rem;
    }

    body input,
    body select,
    body textarea {
        padding: 9px 11px;
    }body .money-input {
        min-height: 40px;
        padding-inline: 9px;
    }

    body button,
    body .btn-link,
    body a.btn-link {
        min-height: 40px;
        padding: 9px 12px;
        font-size: 0.84rem;
    }

    body .badge,
    body .status-pill,
    body .mobile-chip {
        min-height: 28px;
        padding: 4px 9px;
        font-size: 0.64rem;
    }

    

    

    

    


}








/* ==========================
   POS / KASIR HARIAN
   ========================== */








body .pos-classic-shell .section-title h2,
body .pos-classic-shell .section-title h3,
body .pos-classic-shell .section-title p,
body .pos-classic-shell label,
body .pos-classic-shell .helper-text,
body .pos-classic-shell small {
    color: #39485b;
}











































































body .pos-classic-quick-actions .ghost-button {
    min-height: 40px;
}









































body .pos-classic-browser-table td .helper-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}



















































@keyframes pos-checkout-progress {
    0% {
        transform: translateX(-120%);
    }
    50% {
        transform: translateX(40%);
    }
    100% {
        transform: translateX(140%);
    }
}





































@media (max-width: 900px) {
    body .mobile-nav {
        gap: 8px;
        padding: calc(10px + env(safe-area-inset-top)) 12px 8px;
    }

    body .mobile-nav-leading {
        gap: 10px;
    }

    body .mobile-menu-button {
        min-height: 36px;
        padding: 8px 12px;
        border-radius: 14px;
    }

    body .mobile-brand {
        gap: 10px;
    }

    body .mobile-brand-copy {
        min-width: 0;
    }

    body .mobile-brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        flex-basis: 38px;
    }

    body .mobile-brand-mark img {
        padding: 7px;
    }

    body .mobile-brand strong {
        font-size: 0.88rem;
        line-height: 1.12;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    body .mobile-brand span {
        font-size: 0.68rem;
        line-height: 1.08;
        letter-spacing: 0.05em;
    }

    body .mobile-nav-actions {
        gap: 6px;
        padding-bottom: 0;
    }

    body .mobile-chip {
        min-height: 28px;
        padding: 4px 9px;
        font-size: 0.65rem;
        letter-spacing: 0.05em;
    }

    body .mobile-theme-toggle {
        min-height: 28px;
        padding: 4px 10px;
        border-radius: 999px;
    }

    body .mobile-theme-toggle [data-theme-toggle-label] {
        font-size: 0.68rem;
        letter-spacing: 0.03em;
    }

    body .mobile-command-deck {
        top: calc(74px + env(safe-area-inset-top));
        gap: 8px;
        padding: 10px 12px;
        border-radius: 16px;
    }

    body .mobile-command-deck-head {
        display: none;
    }

    body .mobile-page-actions-slot .page-actions {
        grid-auto-columns: minmax(132px, 68vw);
        gap: 8px;
    }

    body .mobile-page-actions-slot .page-actions button,
    body .mobile-page-actions-slot .page-actions .btn-link,
    body .mobile-page-actions-slot .page-actions select {
        min-height: 40px;
        padding: 8px 10px;
        font-size: 0.82rem;
    }

    body .page-hero {
        gap: 8px;
        padding: 14px 12px;
        border-radius: 16px;
    }

    body .page-subtitle {
        font-size: 0.78rem;
        line-height: 1.42;
    }

    body .mobile-dock {
        left: 10px;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        gap: 6px;
        padding: 8px;
        border-radius: 20px;
    }

    body .mobile-dock a,
    body .mobile-dock button {
        min-height: 42px;
        padding: 8px 6px;
        font-size: 0.72rem;
    }

    

    

    

    

    

    

    

    

    body .attendance-portal-main .attendance-overview-card .helper-text {
        display: none;
    }
}

@media (max-width: 540px) {
    body .main {
        gap: 10px;
        padding: 10px 10px calc(86px + env(safe-area-inset-bottom));
    }

    body.minimal-shell .main {
        padding: 16px 10px 14px;
    }

    body .mobile-nav {
        gap: 7px;
        padding: calc(9px + env(safe-area-inset-top)) 10px 7px;
    }

    body .mobile-nav-leading {
        gap: 8px;
    }

    body .mobile-brand span {
        display: none;
    }

    body .mobile-nav-actions {
        gap: 5px;
    }

    body .mobile-command-deck {
        top: calc(62px + env(safe-area-inset-top));
        padding: 8px 10px;
    }

    body .page-hero .page-subtitle {
        display: none;
    }

    

    

    

    

    

    

    
}

@media (max-width: 900px) {
    

    

    body .workspace-gateway-actions::-webkit-scrollbar,
    body .workspace-switch::-webkit-scrollbar,
    body .meeting-page-actions::-webkit-scrollbar,
    body .meeting-profile-grid::-webkit-scrollbar,
    body .chat-tab-row::-webkit-scrollbar,
    body .notification-center-actions::-webkit-scrollbar,
    body .notification-center-tabs::-webkit-scrollbar,
    body .pos-category-strip::-webkit-scrollbar {
        display: none;
    }

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    body .meeting-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    body .meeting-page-actions {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    body .meeting-page-actions > * {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    

    

    body .meeting-field-grid,
    body .meeting-profile-grid {
        gap: 10px;
    }

    body .meeting-profile-card,
    body .meeting-side-card {
        padding: 14px;
        border-radius: 16px;
    }

    body .meeting-benefit-list {
        gap: 8px;
    }

    

    

    

    

    body .chat-tab-row .ghost-button {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 8px 12px;
        border-radius: 14px;
    }

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    
}

@media (max-width: 540px) {body .workspace-summary-grid,
body .meeting-summary-grid,
body .notifications-summary-cards {
        grid-template-columns: 1fr;
    }

    

    

    

    

    

    

    body .meeting-side-card p,
    body .meeting-benefit-list {
        font-size: 0.76rem;
        line-height: 1.4;
    }

    

    

    

    

    

    

    

    

    

    
}

body .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body .sidebar.sidebar-icon-rail {
    padding: 10px 7px 14px;
    gap: 12px;
    align-items: center;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, #183a72 0%, #1d3566 34%, #14294f 100%);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.04);
}

body .sidebar.sidebar-icon-rail .brand-block {
    width: 100%;
    padding: 4px 0 6px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body .sidebar.sidebar-icon-rail .brand-mark-full-logo {
    width: 68px;
    max-width: 100%;
    height: 68px;
    margin-inline: auto;
    display: grid;
    place-items: center;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 241, 250, 0.92));
    box-shadow: 0 10px 22px rgba(5, 17, 34, 0.22);
}

body .sidebar.sidebar-icon-rail .brand-mark-full-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    padding: 2px;
    transform: none;
}

body .sidebar.sidebar-icon-rail .sidebar-nav.sidebar-icon-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

body .sidebar.sidebar-icon-rail .sidebar-icon-cluster {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

body .sidebar.sidebar-icon-rail .sidebar-icon-divider {
    width: 20px;
    height: 1px;
    margin: 2px auto;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(213, 227, 247, 0.34), rgba(255, 255, 255, 0));
}

body .sidebar.sidebar-icon-rail .sidebar-icon-link,
body .sidebar.sidebar-icon-rail .sidebar-icon-button {
    position: relative;
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    padding: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    transform: none;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}

body .sidebar.sidebar-icon-rail .sidebar-icon-link::after,
body .sidebar.sidebar-icon-rail .sidebar-icon-button::after {
    display: none;
}

body .sidebar.sidebar-icon-rail .sidebar-icon-link:hover,
body .sidebar.sidebar-icon-rail .sidebar-icon-link.active,
body .sidebar.sidebar-icon-rail .sidebar-icon-button:hover,
body .sidebar.sidebar-icon-rail .sidebar-icon-button.active {
    transform: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

body .sidebar.sidebar-icon-rail .sidebar-icon-link.active,
body .sidebar.sidebar-icon-rail .sidebar-icon-button.active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
    border-color: rgba(188, 218, 255, 0.28);
    box-shadow: inset 3px 0 0 #79b7ff;
}

body .sidebar.sidebar-icon-rail .sidebar-icon-image {
    width: 24px;
    height: 24px;
    display: block;
    opacity: 0.96;
    filter: var(--theme-sidebar-rail-icon-filter, none);
    transition: filter 0.18s ease, opacity 0.18s ease;
}

body .sidebar.sidebar-icon-rail .sidebar-footer.sidebar-footer-rail {
    margin-top: auto;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

body .sidebar.sidebar-icon-rail .sidebar-footer-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

body .sidebar.sidebar-icon-rail .sidebar-footer-actions > *,
body .sidebar.sidebar-icon-rail .sidebar-footer-actions form {
    width: auto;
}

body .sidebar.sidebar-icon-rail .sidebar-footer-actions form button {
    width: 46px;
}

/* Keep all non-logo main icons at fixed size. */
body .sidebar.sidebar-app-nav .sidebar-main-trigger {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    overflow: hidden;
}

body .sidebar.sidebar-app-nav .sidebar-main-trigger .sidebar-icon-image {
    width: 24px !important;
    height: 24px !important;
    display: block;
    flex: 0 0 24px;
}

body .sidebar.sidebar-app-nav .sidebar-main-trigger .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body .sidebar.sidebar-icon-rail .theme-switcher,
body .sidebar.sidebar-icon-rail .theme-switcher-label,
body .sidebar.sidebar-icon-rail .sidebar-section,
body .sidebar.sidebar-icon-rail .sidebar-section-label,
body .sidebar.sidebar-icon-rail .sidebar-group,
body .sidebar.sidebar-icon-rail .sidebar-group-label,
body .sidebar.sidebar-icon-rail .sidebar-group-icon,
body .sidebar.sidebar-icon-rail .sidebar-subnav,
body .sidebar.sidebar-icon-rail .sidebar-subgroup,
body .sidebar.sidebar-icon-rail .sidebar-subgroup-toggle,
body .sidebar.sidebar-icon-rail .sidebar-subgroup-links,
body .sidebar.sidebar-icon-rail .sidebar-footer p,
body .sidebar.sidebar-icon-rail .status-row {
    all: unset;
}

body .sidebar.sidebar-icon-rail [data-tooltip]::before,
body .sidebar.sidebar-icon-rail [data-tooltip]::after {
    position: absolute;
    left: calc(100% + 14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

body .sidebar.sidebar-icon-rail [data-tooltip]::before {
    content: attr(data-tooltip);
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
    padding: 8px 11px;
    border-radius: 12px;
    background: rgba(6, 16, 31, 0.94);
    color: #f8fbff;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    white-space: nowrap;
    box-shadow: 0 16px 30px rgba(3, 12, 24, 0.28);
    z-index: 4;
}

body .sidebar.sidebar-icon-rail [data-tooltip]::after {
    content: "";
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background: rgba(6, 16, 31, 0.94);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    z-index: 3;
}

@media (hover: hover) and (pointer: fine) {
    body .sidebar.sidebar-icon-rail [data-tooltip]:hover::before,
    body .sidebar.sidebar-icon-rail [data-tooltip]:hover::after,
    body .sidebar.sidebar-icon-rail [data-tooltip]:focus-visible::before,
    body .sidebar.sidebar-icon-rail [data-tooltip]:focus-visible::after {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

@media (max-width: 1080px) {
    body .sidebar.sidebar-icon-rail {
        width: 82px;
        padding: 10px 7px 14px;
        box-shadow: 0 18px 42px rgba(1, 8, 18, 0.24);
    }

    body .sidebar.sidebar-icon-rail .sidebar-icon-link,
    body .sidebar.sidebar-icon-rail .sidebar-icon-button,
    body .sidebar.sidebar-icon-rail .sidebar-footer-actions form button {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        border-radius: 13px;
    }

    body .sidebar.sidebar-app-nav .sidebar-main-trigger {
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        border-radius: 13px !important;
    }

    body .sidebar.sidebar-icon-rail .brand-mark-full-logo {
        width: 60px;
        height: 60px;
        border-radius: 18px;
    }

    body .sidebar.sidebar-icon-rail .brand-mark-full-logo img {
        padding: 2px;
        transform: none;
    }
}

/* ==========================
   POS / KASIR VINTAGE DESKTOP
   ========================== */












































































body .pos-vintage-button.is-primary,
body .pos-vintage-button.is-success {
    background: linear-gradient(180deg, #8fd074 0%, #68b34c 100%);
    border-color: rgba(88, 150, 63, 0.92);
    color: #ffffff;
}

















































































/* ==========================
   POS TERMINAL CLEAN
   ========================== */


















































































body .pos-terminal-clean .pos-vintage-button,
body .pos-terminal-clean .pos-vintage-mini,
body .pos-terminal-clean .danger-button,
body .pos-terminal-clean .ghost-button {
    min-height: 38px;
    border-radius: 0;
    border: 1px solid var(--pos-border-strong);
    background: linear-gradient(180deg, #ffffff 0%, #f0f2f4 100%);
    color: var(--pos-text);
    box-shadow: none;
    font-size: 0.8rem;
}

body .pos-terminal-clean .pos-vintage-button.is-primary {
    border-color: #8aa3ba;
    background: linear-gradient(180deg, #fdfefe 0%, #e9f1f8 100%);
    color: #205b8f;
}

body .pos-terminal-clean .pos-vintage-button.is-success {
    border-color: #bca551;
    background: linear-gradient(180deg, #fffef7 0%, #f6efc9 100%);
    color: #5c4b08;
    font-weight: 700;
}













































































/* ==========================
   POS IPOS REFACTOR OVERRIDES
   ========================== */


















body .pos-terminal-clean.pos-ipos-refactor .pos-vintage-button,
body .pos-terminal-clean.pos-ipos-refactor .pos-vintage-mini,
body .pos-terminal-clean.pos-ipos-refactor .pos-payment-method,
body .pos-terminal-clean.pos-ipos-refactor .danger-button,
body .pos-terminal-clean.pos-ipos-refactor .ghost-button {
    min-height: 40px;
    border-radius: 12px;
    border: 1px solid var(--ipos-border-strong);
    background: var(--ipos-button-bg);
    color: var(--ipos-text);
    box-shadow: none;
    font-size: 0.8rem;
    font-weight: 700;
}

body .pos-terminal-clean.pos-ipos-refactor .pos-vintage-button.is-primary {
    border-color: var(--ipos-primary-border);
    background: var(--ipos-primary-bg);
    color: var(--ipos-primary-color);
}

body .pos-terminal-clean.pos-ipos-refactor .pos-vintage-button.is-success {
    border-color: var(--ipos-success-border);
    background: var(--ipos-success-bg);
    color: var(--ipos-success-color);
}





















/* ==========================
   THEME CONTRAST SAFETY NET
   ========================== */












html[data-theme] body .pos-classic-shell :is(.section-title p, .helper-text, small) {
    color: var(--theme-helper-color);
}













































html[data-theme] body .pos-terminal-clean.pos-ipos-refactor :is(
    .pos-vintage-button,
    .pos-vintage-mini,
    .pos-payment-method,
    .danger-button,
    .ghost-button
) {
    border-color: var(--ipos-border-strong);
    background: var(--ipos-button-bg);
    color: var(--ipos-text);
}

html[data-theme] body .pos-terminal-clean.pos-ipos-refactor .pos-vintage-button.is-primary {
    border-color: var(--ipos-primary-border);
    background: var(--ipos-primary-bg);
    color: var(--ipos-primary-color);
}

html[data-theme] body .pos-terminal-clean.pos-ipos-refactor .pos-vintage-button.is-success {
    border-color: var(--ipos-success-border);
    background: var(--ipos-success-bg);
    color: var(--ipos-success-color);
}











































html[data-theme] body .pos-terminal-clean.pos-ipos-refactor .ops-queue-table td :is(small, .helper-text) {
    color: var(--ipos-muted);
}































































html[data-theme] body :is(
    .pos-vintage-shell .pos-vintage-button,
    .pos-vintage-shell .pos-vintage-mini,
    .pos-classic-shell .pos-payment-method,
    .pos-terminal-clean:not(.pos-ipos-refactor) .pos-vintage-button,
    .pos-terminal-clean:not(.pos-ipos-refactor) .pos-vintage-mini,
    .pos-terminal-clean:not(.pos-ipos-refactor) .pos-payment-method,
    .pos-terminal-clean:not(.pos-ipos-refactor) .danger-button,
    .pos-terminal-clean:not(.pos-ipos-refactor) .ghost-button
) {
    background: var(--theme-ghost-bg);
    color: var(--theme-ghost-color);
    border-color: var(--theme-ghost-border);
    box-shadow: none;
}





html[data-theme] body .floating-toast {
    background: var(--theme-toast-bg);
    color: var(--theme-toast-color);
    border-color: var(--theme-toast-border);
    box-shadow: var(--theme-surface-shadow);
}





























html[data-theme] body .meeting-form-note {
    background: var(--theme-surface-bg);
    border-color: var(--theme-surface-border);
    box-shadow: var(--theme-surface-shadow);
}

html[data-theme] body .meeting-form-note p,
html[data-theme] body .meeting-room-card .helper-text,
html[data-theme] body .meeting-stage-hint-card p {
    color: var(--theme-helper-color);
}

html[data-theme] body .meeting-form-actions .ghost-button.subtle {
    background: var(--theme-ghost-bg);
    color: var(--theme-ghost-color);
    border-color: var(--theme-ghost-border);
}

html[data-theme] body .meeting-room-card,
html[data-theme] body .meeting-stage-hint-card {
    background: var(--theme-surface-bg);
    border-color: var(--theme-surface-border);
}

html[data-theme] body.meeting-stage-page {
    color: var(--text);
    background:
        radial-gradient(circle at top left, var(--theme-bg-left), transparent 30%),
        radial-gradient(circle at top right, var(--theme-bg-right), transparent 24%),
        linear-gradient(145deg, var(--theme-bg-start) 0%, var(--theme-bg-middle) 42%, var(--theme-bg-end) 100%);
}

html[data-theme] body.meeting-stage-page::before {
    background-image:
        linear-gradient(var(--theme-grid-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--theme-grid-line) 1px, transparent 1px);
}

html[data-theme] body .meeting-stage-host {
    background: var(--theme-surface-bg);
    border-color: var(--theme-sidebar-link-border);
}



































html[data-theme] body .attendance-history-photo,
html[data-theme] body .biometric-photo-empty {
    border-color: var(--theme-input-border);
    background: var(--theme-input-readonly-bg);
    color: var(--theme-helper-color);
}

html[data-theme] body .biometric-photo-preview {
    border-color: var(--theme-input-border);
}













html[data-theme="light"] body .biometric-break-duration.is-live {
    color: #0c6aa1;
}

html[data-theme="light"] body .biometric-break-duration.is-alert,
html[data-theme="light"] body .biometric-break-reminder-alert {
    color: #b45309;
}



html[data-theme] body .report-feed-panel .stack-scroll-list {
    gap: 16px;
}





































body .app-version-badge {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 40;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid rgba(121, 154, 197, 0.1);
    background: rgba(7, 17, 31, 0.38);
    color: rgba(225, 236, 250, 0.48);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(3, 10, 19, 0.12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    pointer-events: none;
    user-select: none;
}

body .app-update-prompt {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 2200;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 28px;
    gap: 12px;
    width: min(360px, calc(100vw - 24px));
    padding: 22px 18px 18px;
    border: 1px solid rgba(15, 35, 68, 0.12);
    border-radius: 20px;
    background: #ffffff;
    color: #172033;
    box-shadow: 0 18px 44px rgba(15, 35, 68, 0.18);
}

body .app-update-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #eef4ff;
    color: #2563eb;
}

body .app-update-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

body .app-update-complete .app-update-icon {
    background: #ecfdf3;
    color: #039855;
}

body .app-update-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

body .app-update-copy strong {
    font-size: 1rem;
    line-height: 1.2;
    color: #172033;
}

body .app-update-copy span,
body .app-update-copy small,
body .app-update-notes {
    color: #667085;
    font-size: 0.88rem;
    line-height: 1.35;
}

body .app-update-notes {
    margin-top: 4px;
}

body .app-update-notes p,
body .app-update-notes ul {
    margin: 0;
}

body .app-update-notes ul {
    padding-left: 17px;
}

body .app-update-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}

body .app-update-actions button,
body .app-update-close {
    border: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

body .app-update-primary {
    padding: 0;
    color: #2563eb;
    font-weight: 700;
}

body .app-update-secondary {
    padding: 0;
    color: #98a2b3;
    font-weight: 700;
}

body .app-update-close {
    width: 28px;
    height: 28px;
    padding: 0;
    color: #98a2b3;
    font-size: 1.55rem;
    line-height: 1;
}

@media (max-width: 499px) {
    body .app-update-prompt {
        right: 12px;
        bottom: 12px;
        grid-template-columns: 40px minmax(0, 1fr) 26px;
        padding: 18px 14px 16px;
    }
}

body.has-floating-toolbelt .app-version-badge {
    bottom: 18px;
}

html[data-theme="light"] body .app-version-badge {
    background: rgba(244, 249, 255, 0.72);
    color: rgba(18, 44, 74, 0.46);
    border-color: rgba(116, 138, 165, 0.12);
    box-shadow: 0 10px 22px rgba(41, 73, 112, 0.08);
}

@media (max-width: 499px) {
    body .app-version-badge {
        display: none;
    }

    body.has-floating-toolbelt .app-version-badge {
        display: none;
    }
}























body .hris-recruitment-violation-event.is-reset {
    border-color: rgba(215, 183, 96, 0.28);
    background: linear-gradient(135deg, rgba(255, 250, 235, 0.98), rgba(248, 242, 223, 0.96));
    box-shadow: inset 3px 0 0 rgba(215, 183, 96, 0.72);
}











body .hris-recruitment-violation-event.is-reset .hris-recruitment-violation-badge {
    background: rgba(215, 183, 96, 0.14);
    border-color: rgba(215, 183, 96, 0.26);
    color: #8a6417;
}







html[data-theme="dark"] body .hris-recruitment-violation-event.is-reset {
    background: linear-gradient(135deg, rgba(136, 95, 28, 0.34), rgba(15, 23, 42, 0.5));
    border-color: rgba(215, 183, 96, 0.38);
    box-shadow: inset 3px 0 0 rgba(215, 183, 96, 0.82);
}







html[data-theme="dark"] body .hris-recruitment-violation-event.is-reset .hris-recruitment-violation-badge {
    background: rgba(215, 183, 96, 0.16);
    border-color: rgba(215, 183, 96, 0.3);
    color: #fde68a;
}

html[data-performance-tier="low"] {
    --shadow-lg: none;
    --shadow-md: none;
    --theme-button-shadow: none;
    --theme-button-hover-shadow: none;
}

html[data-performance-tier="low"] body,
html[data-performance-tier="low"] body * {
    animation: none !important;
    transition: none !important;
}

html[data-performance-tier="low"] body .layout,
html[data-performance-tier="low"] body .panel,
html[data-performance-tier="low"] body .card,
html[data-performance-tier="low"] body .sidebar-subnav-panel,
html[data-performance-tier="low"] body .notification-center-panel,
html[data-performance-tier="low"] body .chat-incoming-banner,
html[data-performance-tier="low"] body .chat-widget-panel,
html[data-performance-tier="low"] body .app-version-badge {
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* ==========================
   SINGLE THEME INTERNAL REFRESH
   ========================== */
html[data-theme] body.internal-portal-shell,
html[data-theme] body.internal-module-shell,
html[data-theme] body.internal-clean-page-shell {
    --internal-bg: #f5f7fb;
    --internal-surface: #ffffff;
    --internal-panel: #ffffff;
    --internal-soft: #f1f5f9;
    --internal-line: #dfe7f1;
    --internal-line-strong: #cbd7e6;
    --internal-text: #13233b;
    --internal-muted: #64748b;
    --internal-gold: #c6a758;
    --internal-navy: #122a52;
    --internal-blue: #d7b760;
    --internal-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
    --internal-soft-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    color: var(--internal-text) !important;
    background: var(--internal-bg) !important;
}

html[data-theme] body.internal-portal-shell::before,
html[data-theme] body.internal-module-shell::before,
html[data-theme] body.internal-clean-page-shell::before {
    display: none !important;
}

html[data-theme] body.internal-portal-shell .layout,
html[data-theme] body.internal-module-shell .layout,
html[data-theme] body.internal-clean-page-shell .layout {
    display: block !important;
    background:
        linear-gradient(180deg, #ffffff 0, #ffffff 68px, var(--internal-bg) 68px),
        var(--internal-bg) !important;
}








html[data-theme] body .internal-icon-button {
    background: #ffffff !important;
    border-color: var(--internal-line) !important;
    color: var(--internal-text) !important;
    box-shadow: var(--internal-soft-shadow) !important;
}

html[data-theme] body .internal-icon-button {
    color: var(--internal-gold) !important;
}



html[data-theme] body.internal-portal-shell .page-content,
html[data-theme] body.internal-module-shell .page-content,
html[data-theme] body.internal-clean-page-shell .page-content {
    background: transparent !important;
    color: var(--internal-text) !important;
}

















html[data-theme] body.internal-module-shell .internal-module-panel,
html[data-theme] body.internal-clean-page-shell .page-content {
    background: #ffffff !important;
    border: 1px solid var(--internal-line) !important;
    color: var(--internal-text) !important;
    box-shadow: var(--internal-shadow) !important;
}







html[data-theme] body.internal-module-shell :is(
    .panel,
    .card,
    .card-mini,
    .form-box,
    .table-box,
    .import-box,
    .box,
    .meta-card,
    .summary > *,
    .cards > *
),
html[data-theme] body.internal-clean-page-shell :is(
    .panel,
    .card,
    .card-mini,
    .form-box,
    .table-box,
    .import-box,
    .box,
    .meta-card,
    .summary > *,
    .cards > *
) {
    background: #ffffff !important;
    border-color: var(--internal-line) !important;
    color: var(--internal-text) !important;
    box-shadow: none !important;
}

html[data-theme] body.internal-module-shell :is(.card p, .card-mini p, .meta-card span, .section-title p, small, .helper-text),
html[data-theme] body.internal-clean-page-shell :is(.card p, .card-mini p, .meta-card span, .section-title p, small, .helper-text) {
    color: var(--internal-muted) !important;
}

html[data-theme] body.internal-module-shell :is(.card h2, .card-mini h3, .meta-card strong, .section-title h2, .section-title h3, label),
html[data-theme] body.internal-clean-page-shell :is(.card h2, .card-mini h3, .meta-card strong, .section-title h2, .section-title h3, label) {
    color: var(--internal-text) !important;
}

html[data-theme] body.internal-module-shell :is(input, select, textarea),
html[data-theme] body.internal-clean-page-shell :is(input, select, textarea) {
    background: #ffffff !important;
    border-color: var(--internal-line-strong) !important;
    color: var(--internal-text) !important;
}

html[data-theme] body.internal-module-shell th,
html[data-theme] body.internal-clean-page-shell th {
    background: #f8fafc !important;
    color: #475569 !important;
}

html[data-theme] body.internal-module-shell td,
html[data-theme] body.internal-clean-page-shell td {
    color: var(--internal-text) !important;
}

html[data-theme] body.internal-clean-page-shell .page-hero {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

html[data-theme] body.internal-clean-page-shell .page-hero h1 {
    color: var(--internal-text) !important;
}

html[data-theme] body.internal-clean-page-shell .page-eyebrow,
html[data-theme] body.internal-portal-shell .internal-apps-heading p{
    color: var(--internal-gold) !important;
}

html[data-theme] body :is(.theme-toggle, .mobile-theme-toggle, .login-theme-toggle, [data-theme-toggle], [data-login-theme-toggle]) {
    display: none !important;
}

/* ==========================
   INTERNAL MODULE REFERENCE MATCH
   ========================== */














































































html[data-theme] body.internal-module-shell .internal-module-panel button:not(.ghost-button),
html[data-theme] body.internal-module-shell .internal-module-panel .button-primary {
    min-height: 50px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #1957ad 0%, #4bb0ff 100%) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}























































/* ==========================
   WEB CV BJAS PORTAL ZIP MATCH
   ========================== */






















html[data-theme] body .internal-icon-button{
    border: 1px solid var(--portal-border) !important;
    background: var(--portal-surface) !important;
    box-shadow: 0 6px 16px rgba(12, 35, 68, 0.06) !important;
}

html[data-theme] body .internal-icon-button {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    color: var(--portal-gold) !important;
}







































































































































































/* POS simple cashier refactor - inspired by SolusiToko keyboard-first flow. */




































html[data-theme] body .pos-terminal-clean.pos-ipos-refactor .pos-ipos-quickbar-action.is-primary,
body .pos-terminal-clean.pos-ipos-refactor .pos-ipos-quickbar-action.is-primary {
    border-color: var(--ipos-primary-border);
    background: var(--ipos-primary-bg);
    color: var(--ipos-primary-color);
}

html[data-theme] body .pos-terminal-clean.pos-ipos-refactor .pos-ipos-quickbar-action.is-success,
body .pos-terminal-clean.pos-ipos-refactor .pos-ipos-quickbar-action.is-success {
    border-color: var(--ipos-success-border);
    background: var(--ipos-success-bg);
    color: var(--ipos-success-color);
}





































































/* Keep text selection aligned with the clean portal palette, not browser-blue. */
body ::selection,
html[data-theme] body ::selection {
    background: rgba(215, 183, 96, 0.34);
    color: #0d2340;
}



/* Premium page motion: lightweight CSS-only visuals, JS only toggles states. */
.page-motion-curtain {
    display: none;
}

html.page-motion-enabled .page-motion-curtain {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98) 0 15%, rgba(245, 248, 252, 0.94) 35%, rgba(232, 237, 245, 0.92) 100%),
        linear-gradient(135deg, rgba(215, 183, 96, 0.14), rgba(13, 35, 64, 0.08));
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1), visibility 420ms ease;
}

html.page-motion-enabled .page-motion-curtain::before {
    content: "";
    position: absolute;
    inset: -18%;
    background:
        linear-gradient(90deg, rgba(13, 35, 64, 0.045) 1px, transparent 1px),
        linear-gradient(180deg, rgba(13, 35, 64, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(circle at center, #000 0 36%, transparent 74%);
    mask-image: radial-gradient(circle at center, #000 0 36%, transparent 74%);
    opacity: 0.8;
    transform: scale(1.02);
    animation: pageMotionGridDrift 1.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.page-motion-enabled .page-motion-panel {
    position: relative;
    width: min(380px, calc(100vw - 48px));
    min-height: 184px;
    display: grid;
    place-items: center;
    gap: 18px;
    padding: 34px 32px;
    border: 1px solid rgba(218, 226, 236, 0.88);
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 34px 90px rgba(13, 35, 64, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    transform-origin: 50% 52%;
    animation: pageMotionPanelIn 620ms cubic-bezier(0.2, 1, 0.25, 1) both;
}

html.page-motion-enabled .page-motion-orb {
    position: absolute;
    top: 28px;
    left: 50%;
    width: 156px;
    height: 96px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.95) 0 18%, rgba(215, 183, 96, 0.34) 36%, rgba(13, 35, 64, 0.10) 68%, transparent 74%);
    filter: blur(2px);
    opacity: 0.88;
    transform: translateX(-50%);
    animation: pageMotionOrbFloat 900ms cubic-bezier(0.2, 1, 0.25, 1) both;
}

html.page-motion-enabled .page-motion-logo {
    position: relative;
    z-index: 1;
    width: min(214px, 62vw);
    height: 78px;
    object-fit: contain;
    filter: drop-shadow(0 16px 24px rgba(13, 35, 64, 0.14));
}

html.page-motion-enabled .page-motion-line {
    position: relative;
    z-index: 1;
    width: 148px;
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(13, 35, 64, 0.09);
}

html.page-motion-enabled .page-motion-line::after {
    content: "";
    display: block;
    width: 48%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(215, 183, 96, 0), #d7b760, rgba(215, 183, 96, 0));
    animation: pageMotionLineSweep 880ms cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

html.page-motion-enabled.page-motion-ready .page-motion-curtain {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

html.page-motion-enabled.page-motion-leaving .page-motion-curtain {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-duration: 180ms;
}

html.page-motion-enabled.page-motion-leaving .page-motion-panel {
    animation: pageMotionPanelOut 210ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.page-motion-enabled.page-motion-ready body:not(.reduced-effects-mode) :is(.workspace-gateway, .layout, .login-shell, .internal-module-shell, .sms-drive-shell) {
    animation: pageMotionContentIn 540ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes pageMotionPanelIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.96);
        filter: blur(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes pageMotionPanelOut {
    from {
        opacity: 0.82;
        transform: translateY(10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes pageMotionOrbFloat {
    0% {
        transform: translateX(-50%) translateY(8px) scale(0.92);
    }
    60% {
        transform: translateX(-50%) translateY(-3px) scale(1.02);
    }
    100% {
        transform: translateX(-50%) translateY(0) scale(1);
    }
}

@keyframes pageMotionLineSweep {
    from {
        transform: translateX(-115%);
    }
    to {
        transform: translateX(230%);
    }
}

@keyframes pageMotionGridDrift {
    from {
        transform: translate3d(-10px, 8px, 0) scale(1.04);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes pageMotionContentIn {
    from {
        opacity: 0.94;
        transform: translateY(8px);
        filter: blur(3px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

html[data-reduced-effects="1"] .page-motion-curtain {
    display: none !important;
}

html[data-reduced-effects="1"] {
    scroll-behavior: auto !important;
}

html[data-reduced-effects="1"] body,
html[data-reduced-effects="1"] body *,
html[data-reduced-effects="1"] body *::before,
html[data-reduced-effects="1"] body *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: reduce) {
    .page-motion-curtain {
        display: none !important;
    }

    html.page-motion-enabled.page-motion-ready body:not(.reduced-effects-mode) :is(.workspace-gateway, .layout, .login-shell, .internal-module-shell, .sms-drive-shell) {
        animation: none !important;
    }
}

@media print {
    .page-motion-curtain {
        display: none !important;
    }
}









@media (max-width: 760px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    

    body :is(input, select, textarea, button, .ghost-button, .button-primary, .button-secondary) {
        max-width: 100%;
    }
}


/* ======================================================================
   HRIS v13 - Recruitment command cards no-blue hard lock
   Reason: previous CSS made cards blue until clicked/active.
   ====================================================================== */




/* ======================================================================
   V16 POS Header Homebase Select Fix
   Fix: dropdown Homebase pada topbar kasir sebelumnya ikut style global input
   sehingga background menjadi putih di area header navy.
   ====================================================================== */








/* === Login OTP spacing guard: input and verify button stay readable on mobile === */
body.login-page.login-otp-page .login-code-form {
    gap: 14px;
    margin-top: 6px;
}

body.login-page.login-otp-page .login-code-row {
    gap: 16px;
    align-items: stretch;
}

body.login-page.login-otp-page .login-code-row input,
body.login-page.login-otp-page .login-code-row button {
    min-height: 58px;
}

body.login-page.login-otp-page .login-secondary-stack {
    gap: 12px;
    margin-top: 16px;
}

@media (max-width: 499px) {
    body.login-page.login-otp-page .login-code-form {
        gap: 16px;
        margin-top: 8px;
    }

    body.login-page.login-otp-page .login-code-row {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    body.login-page.login-otp-page .login-code-row button {
        min-width: 0;
    }

    body.login-page.login-otp-page .login-secondary-stack {
        gap: 11px;
        margin-top: 16px;
    }
}



















































/* POS payment dialog iPOS dense revision. Keep selectors scoped to checkout modal. */





























































/* POS payment height trim for 1366x768: keep every control visible without modal body scroll. */


































/* ==================================================
POS / Kasir iPOS compact workstation
Final scoped override for the active POS terminal only.
================================================== */

















































body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-ipos-panel-head small,
body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-ipos-draft-panel > .helper-text,
body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-ipos-log-shell {
    display: none !important;
}















































































body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-ipos-quickbar-action.is-success {
    margin-left: auto !important;
    flex-basis: 180px !important;
    background: #18813d !important;
    border-color: #18813d !important;
    color: #ffffff !important;
}





































/* ==================================================
POS / Kasir classic iPOS workstation
Final mandor override: table-first, no dashboard cards.
================================================== */































































































body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-vintage-button,
body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-vintage-mini,
body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .ghost-button,
body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .danger-button {
    min-height: 30px !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    font-size: 12px !important;
}

















































body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-ipos-quickbar-action.is-success {
    margin-left: auto !important;
    flex-basis: 170px !important;
    background: #10243f !important;
    border-color: #10243f !important;
    color: #fff !important;
}









/* POS final mandor revision: compact customer header and iPOS payment dialog. */
























































/* POS final mandor lock: compact customer header + dominant total. */


























body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-customer-row .helper-text,
html[data-theme] body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-customer-row .helper-text {
    display: none !important;
}















/* POS true EOF mandor lock: method fields + quick buttons must beat every older lock. */
































/* POS mandor final payment/header lock. Keep after older POS overrides. */




























































/* POS payment absolute last lock for 1366 modal height. */














/* POS payment modal EOF override: this block intentionally comes after older modal locks. */








































/* POS payment dialog final cascade override: iPOS-sized checkout without page scroll. */


































/* Theme-specific lock so old themed POS grid rules cannot reorder customer fields. */


















/* POS classic finishing: compact header, slim barcode row, lighter empty state, readable footer. */












































/* POS classic EOF lock: this must stay after older POS overrides. */
















/* POS classic polish: prevent clipped header labels and bottom totals on short screens. */










































































/* POS classic tightening pass: keep the work surface flat and table-led. */
























/* Absolute last POS item row lock. */










/* POS customer identity lock: No HP, CRM, and loyalty stay visible and wired. */




























/* POS classic final lock: keep required fields visible while matching the flatter iPOS density. */
























































/* POS payment dialog compact iPOS lock. Scoped to checkout modal only. */

















































































/* POS admin fields footer move: customer-first header, admin metadata below. */
























































/* POS mandor EOF lock: must stay after older POS overrides. */














































/* POS final EOF lock: compact customer header + dominant total. */


























body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-customer-row .helper-text,
html[data-theme] body.pos-page-wide .pos-terminal-clean.pos-ipos-refactor .pos-customer-row .helper-text {
    display: none !important;
}















/* POS final EOF layout lock: total only in header, cart full width. */














/* POS final customer split lock: keep name/phone separate and total unclipped. */


































































































body .pos-terminal-clean.pos-ipos-refactor .pos-pending-actions .pos-vintage-mini.is-primary,
html[data-theme] body .pos-terminal-clean.pos-ipos-refactor .pos-pending-actions .pos-vintage-mini.is-primary {
    border-color: #0b2241;
    background: #0b2241;
    color: #ffffff;
}







/* POS payment modal size lock: checkout must dominate desktop monitors. */


















































































































/* POS payment modal balance lock: two-column cashier checkout. */
































































































/* POS item search and catalog picker lock: compact barcode row, no ghost field, table-first picker. */














































































































body.pos-page-wide #posCatalogPicker .pos-picker-table tbody td .helper-text,
html[data-theme] body.pos-page-wide #posCatalogPicker .pos-picker-table tbody td .helper-text {
    margin-top: 2px !important;
    overflow: hidden !important;
    color: #64748b !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.pos-page-wide #posCatalogPicker .pos-picker-table .ghost-button,
html[data-theme] body.pos-page-wide #posCatalogPicker .pos-picker-table .ghost-button {
    min-height: 30px !important;
    height: 30px !important;
    padding: 0 10px !important;
    border: 1px solid #c8d7ea !important;
    border-radius: 7px !important;
    background: #ffffff !important;
    background-image: none !important;
    color: #0f2442 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

body.pos-page-wide #posCatalogPicker .pos-picker-table .ghost-button:is(:hover, :focus-visible),
html[data-theme] body.pos-page-wide #posCatalogPicker .pos-picker-table .ghost-button:is(:hover, :focus-visible) {
    border-color: #2563eb !important;
    background: #dbeafe !important;
    outline: 0 !important;
}







/* POS header menu lock: keep Menu POS as a compact dropdown, not a center-screen modal. */






















/* POS quick search compact picker: autocomplete-style results for cashier workflow. */


































/* POS quick search responsive density override: scoped only to cashier item search. */
