@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body.inaed-rh-page {
    background: #eef3f8 !important;
}

body.inaed-rh-page header,
body.inaed-rh-page footer,
body.inaed-rh-page #masthead,
body.inaed-rh-page #colophon,
body.inaed-rh-page .site-header,
body.inaed-rh-page .site-footer,
body.inaed-rh-page .entry-header,
body.inaed-rh-page .page-header,
body.inaed-rh-page .entry-title,
body.inaed-rh-page .wp-block-post-title {
    display: none !important;
}

body.inaed-rh-page #page,
body.inaed-rh-page .site,
body.inaed-rh-page .site-content,
body.inaed-rh-page #content,
body.inaed-rh-page .content-area,
body.inaed-rh-page #primary,
body.inaed-rh-page main,
body.inaed-rh-page .entry-content,
body.inaed-rh-page .wp-site-blocks {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.inaed-rh-page .inaed-rh-erp,
body.inaed-rh-page .inaed-rh-erp * {
    box-sizing: border-box !important;
    font-family: Inter, Arial, sans-serif !important;
    letter-spacing: normal !important;
    line-height: 1.35;
    text-transform: none !important;
}

body.inaed-rh-page .inaed-rh-erp {
    --glass: rgba(255,255,255,.74);
    --glass-soft: rgba(255,255,255,.54);
    --glass-strong: rgba(255,255,255,.94);
    --stroke: rgba(17,55,91,.10);
    --stroke-strong: rgba(17,55,91,.18);
    --field: rgba(255,255,255,.90);
    --field-border: rgba(15,48,82,.18);
    --text: #111c2b;
    --muted: #64748b;
    --muted-2: #94a3b8;
    --soft: #f5f8fc;
    --danger: #e11d48;
    min-height: 100vh;
    display: flex;
    background:
        radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--inaed-rh-accent) 9%, transparent), transparent 30%),
        radial-gradient(circle at 84% 12%, color-mix(in srgb, var(--inaed-rh-primary) 13%, transparent), transparent 36%),
        linear-gradient(135deg, #f8fafc 0%, #eef4fa 52%, #e8f1f8 100%);
    color: var(--text);
    overflow-x: hidden;
}

body.inaed-rh-page .inaed-rh-erp[data-theme="dark"] {
    --glass: rgba(15,23,42,.70);
    --glass-soft: rgba(15,23,42,.52);
    --glass-strong: rgba(15,23,42,.94);
    --stroke: rgba(255,255,255,.10);
    --stroke-strong: rgba(255,255,255,.16);
    --field: rgba(15,23,42,.84);
    --field-border: rgba(255,255,255,.14);
    --text: #e2e8f0;
    --muted: #9ca9bd;
    --muted-2: #74839a;
    --soft: #0f172a;
    background: linear-gradient(135deg, #0f172a, #111827 58%, #0b1220);
}

body.inaed-rh-page .inaed-rh-erp svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
    flex: 0 0 auto;
}

body.inaed-rh-page .inaed-rh-erp-sidebar {
    width: 272px;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 22px 16px;
    background:
        radial-gradient(circle at 16% 6%, color-mix(in srgb, var(--inaed-rh-accent) 34%, transparent), transparent 22%),
        linear-gradient(180deg, color-mix(in srgb, var(--inaed-rh-primary) 96%, #001629), color-mix(in srgb, var(--inaed-rh-primary) 78%, #001322));
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 18px 0 46px rgba(15,23,42,.20);
    z-index: 20;
}

body.inaed-rh-page .inaed-rh-erp-brand {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 72px;
    padding: 6px 6px 18px;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

body.inaed-rh-page .inaed-rh-erp-brand-icon,
body.inaed-rh-page .inaed-rh-erp-section-icon,
body.inaed-rh-page .inaed-rh-erp-nav-ico {
    display: grid;
    place-items: center;
    color: #fff;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--inaed-rh-accent) 92%, #fff 8%), color-mix(in srgb, var(--inaed-rh-primary) 58%, #fff 8%));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.26), 0 12px 28px rgba(15,23,42,.16);
}

body.inaed-rh-page .inaed-rh-erp-brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
}

body.inaed-rh-page .inaed-rh-erp-brand strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
}

body.inaed-rh-page .inaed-rh-erp-brand small {
    display: block;
    margin-top: 4px;
    opacity: .78;
    font-size: 12px;
    color: rgba(255,255,255,.80);
}

body.inaed-rh-page .inaed-rh-erp-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: auto;
    padding: 2px 3px 2px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.26) transparent;
}

body.inaed-rh-page .inaed-rh-erp-nav::-webkit-scrollbar { width: 6px; }
body.inaed-rh-page .inaed-rh-erp-nav::-webkit-scrollbar-thumb { background: rgba(255,255,255,.24); border-radius: 999px; }

body.inaed-rh-page .inaed-rh-erp-nav-item,
body.inaed-rh-page .inaed-rh-erp-logout {
    width: 100%;
    border: 1px solid transparent !important;
    outline: none !important;
    text-align: left;
    color: rgba(255,255,255,.82) !important;
    text-decoration: none !important;
    background: transparent !important;
    padding: 8px 10px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    box-shadow: none !important;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

body.inaed-rh-page .inaed-rh-erp-nav-label,
body.inaed-rh-page .inaed-rh-erp-logout span {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.inaed-rh-page .inaed-rh-erp-nav-ico {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    background: rgba(255,255,255,.10);
    color: rgba(255,255,255,.88);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

body.inaed-rh-page .inaed-rh-erp-nav-ico svg {
    width: 17px;
    height: 17px;
}

body.inaed-rh-page .inaed-rh-erp-nav-item:hover,
body.inaed-rh-page .inaed-rh-erp-nav-item.is-active,
body.inaed-rh-page .inaed-rh-erp-logout:hover {
    background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.08)) !important;
    border-color: rgba(255,255,255,.16) !important;
    color: #fff !important;
    transform: translateX(2px);
    box-shadow: 0 12px 26px rgba(0,0,0,.10) !important;
}

body.inaed-rh-page .inaed-rh-erp-nav-item.is-active::before {
    content: '';
    width: 4px;
    height: 22px;
    border-radius: 999px;
    background: var(--inaed-rh-accent);
    box-shadow: 0 0 16px color-mix(in srgb, var(--inaed-rh-accent) 50%, transparent);
}

body.inaed-rh-page .inaed-rh-erp-nav-item.is-active .inaed-rh-erp-nav-ico {
    background: linear-gradient(135deg, var(--inaed-rh-accent), color-mix(in srgb, var(--inaed-rh-accent) 72%, #000));
    color: #fff;
}

body.inaed-rh-page .inaed-rh-erp-logout {
    margin-top: auto;
    justify-content: center;
    background: rgba(255,255,255,.08) !important;
    border-color: rgba(255,255,255,.12) !important;
}

body.inaed-rh-page .inaed-rh-erp-main {
    flex: 1;
    min-width: 0;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body.inaed-rh-page .inaed-rh-erp-topbar,
body.inaed-rh-page .inaed-rh-erp-panel,
body.inaed-rh-page .inaed-rh-erp-card,
body.inaed-rh-page .inaed-rh-erp-timeline-item,
body.inaed-rh-page .inaed-rh-erp-modal-card {
    border: 1px solid var(--stroke);
    background: var(--glass);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 16px 44px rgba(15,23,42,.075);
}

body.inaed-rh-page .inaed-rh-erp-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 22px;
}

body.inaed-rh-page .inaed-rh-erp-topbar h1 {
    font-size: 20px;
    line-height: 1.15;
    margin: 0;
    font-weight: 800;
    color: var(--text);
}

body.inaed-rh-page .inaed-rh-erp-topbar p,
body.inaed-rh-page .inaed-rh-erp-panel p,
body.inaed-rh-page .inaed-rh-erp-modal-head p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 13px;
}

body.inaed-rh-page .inaed-rh-erp-userbox {
    text-align: right;
    padding: 9px 11px;
    border-radius: 15px;
    background: rgba(255,255,255,.48);
    border: 1px solid var(--stroke);
}

body.inaed-rh-page .inaed-rh-erp[data-theme="dark"] .inaed-rh-erp-userbox {
    background: rgba(255,255,255,.06);
}

body.inaed-rh-page .inaed-rh-erp-userbox span {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--text);
}

body.inaed-rh-page .inaed-rh-erp-userbox small {
    color: var(--muted);
    font-size: 12px;
}

body.inaed-rh-page .inaed-rh-erp-mobile-menu { display: none; }

body.inaed-rh-page .inaed-rh-erp-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 22px 24px;
    border-radius: 26px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 12%, color-mix(in srgb, var(--inaed-rh-accent) 34%, transparent), transparent 34%),
        linear-gradient(135deg, color-mix(in srgb, var(--inaed-rh-primary) 96%, #001529), color-mix(in srgb, var(--inaed-rh-primary) 76%, #001529));
    box-shadow: 0 20px 50px color-mix(in srgb, var(--inaed-rh-primary) 20%, transparent);
}

body.inaed-rh-page .inaed-rh-erp-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
}

body.inaed-rh-page .inaed-rh-erp-hero h2 {
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.04;
    margin: 12px 0 8px;
    color: #fff;
    max-width: 920px;
}

body.inaed-rh-page .inaed-rh-erp-hero p {
    max-width: 820px;
    margin: 0;
    color: rgba(255,255,255,.80);
    font-size: 14px;
}

body.inaed-rh-page .inaed-rh-erp-clock {
    min-width: 126px;
    text-align: center;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    font-size: 20px;
    font-weight: 800;
}

body.inaed-rh-page .inaed-rh-erp-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.inaed-rh-page .inaed-rh-erp-card {
    padding: 18px;
    border-radius: 22px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body.inaed-rh-page .inaed-rh-erp-card:hover {
    transform: translateY(-2px);
    border-color: var(--stroke-strong);
    box-shadow: 0 22px 58px rgba(15,23,42,.11);
}

body.inaed-rh-page .inaed-rh-erp-card small {
    color: var(--muted);
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
}

body.inaed-rh-page .inaed-rh-erp-card strong {
    display: block;
    font-size: 30px;
    margin: 6px 0 2px;
    color: var(--text);
}

body.inaed-rh-page .inaed-rh-erp-card span {
    color: var(--muted);
    font-size: 12px;
}

body.inaed-rh-page .inaed-rh-erp-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

body.inaed-rh-page .inaed-rh-erp-panel {
    padding: 18px;
    border-radius: 24px;
}

body.inaed-rh-page .inaed-rh-erp-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

body.inaed-rh-page .inaed-rh-erp-title-row,
body.inaed-rh-page .inaed-rh-erp-modal-head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

body.inaed-rh-page .inaed-rh-erp-section-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 15px;
    color: #fff;
}

body.inaed-rh-page .inaed-rh-erp-panel h3,
body.inaed-rh-page .inaed-rh-erp-modal h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.16;
    font-weight: 800;
    color: var(--text);
}

body.inaed-rh-page .inaed-rh-erp-btn {
    border: 1px solid color-mix(in srgb, var(--inaed-rh-accent) 58%, transparent) !important;
    background: linear-gradient(135deg, var(--inaed-rh-accent), color-mix(in srgb, var(--inaed-rh-accent) 75%, #7c2d12)) !important;
    color: #fff !important;
    border-radius: 15px;
    padding: 0 16px !important;
    height: 46px;
    min-height: 46px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 30px color-mix(in srgb, var(--inaed-rh-accent) 22%, transparent);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

body.inaed-rh-page .inaed-rh-erp-btn:hover {
    transform: translateY(-1px);
    filter: saturate(1.08);
    box-shadow: 0 16px 38px color-mix(in srgb, var(--inaed-rh-accent) 28%, transparent);
}

body.inaed-rh-page .inaed-rh-erp-btn:active { transform: translateY(0); }

body.inaed-rh-page .inaed-rh-erp-btn.is-ghost {
    background: rgba(255,255,255,.56) !important;
    color: var(--inaed-rh-primary) !important;
    border: 1px solid color-mix(in srgb, var(--inaed-rh-primary) 20%, transparent) !important;
    box-shadow: none !important;
}

body.inaed-rh-page .inaed-rh-erp[data-theme="dark"] .inaed-rh-erp-btn.is-ghost {
    background: rgba(255,255,255,.06) !important;
    color: #e2e8f0 !important;
}

body.inaed-rh-page .inaed-rh-erp-module { display: none; }
body.inaed-rh-page .inaed-rh-erp-module.is-active { display: block; }

body.inaed-rh-page .inaed-rh-erp-filters,
body.inaed-rh-page .inaed-rh-erp-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

body.inaed-rh-page .inaed-rh-erp-form-grid.is-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.inaed-rh-page .inaed-rh-erp-form-grid.is-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.inaed-rh-page .inaed-rh-erp-field-full { grid-column: 1 / -1; }

body.inaed-rh-page .inaed-rh-erp label {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    color: var(--text);
}

body.inaed-rh-page .inaed-rh-erp label > span:first-child,
body.inaed-rh-page .inaed-rh-erp .inaed-rh-erp-label {
    display: inline-flex;
    margin-bottom: 7px;
}

body.inaed-rh-page .inaed-rh-erp .is-required::after {
    content: '*';
    color: var(--danger);
    margin-left: 5px;
}

body.inaed-rh-page .inaed-rh-erp input,
body.inaed-rh-page .inaed-rh-erp select,
body.inaed-rh-page .inaed-rh-erp textarea {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid var(--field-border) !important;
    border-radius: 14px !important;
    background-color: var(--field) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--text) !important;
    outline: none !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.52), 0 8px 22px rgba(15,23,42,.035) !important;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

body.inaed-rh-page .inaed-rh-erp input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body.inaed-rh-page .inaed-rh-erp select {
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 13px !important;
    line-height: 46px !important;
}

body.inaed-rh-page .inaed-rh-erp select {
    appearance: none !important;
    -webkit-appearance: none !important;
    padding-right: 40px !important;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--muted) 50%),
        linear-gradient(135deg, var(--muted) 50%, transparent 50%) !important;
    background-position: calc(100% - 19px) 20px, calc(100% - 13px) 20px !important;
    background-size: 6px 6px, 6px 6px !important;
    background-repeat: no-repeat !important;
}

body.inaed-rh-page .inaed-rh-erp input[type="date"],
body.inaed-rh-page .inaed-rh-erp input[type="month"] {
    line-height: normal !important;
}

body.inaed-rh-page .inaed-rh-erp input[type="color"] {
    padding: 5px !important;
    cursor: pointer;
}

body.inaed-rh-page .inaed-rh-erp textarea {
    min-height: 112px;
    padding: 13px !important;
    resize: vertical;
}

body.inaed-rh-page .inaed-rh-erp input::placeholder,
body.inaed-rh-page .inaed-rh-erp textarea::placeholder {
    color: var(--muted-2) !important;
    font-weight: 500 !important;
}

body.inaed-rh-page .inaed-rh-erp input:focus,
body.inaed-rh-page .inaed-rh-erp select:focus,
body.inaed-rh-page .inaed-rh-erp textarea:focus {
    border-color: color-mix(in srgb, var(--inaed-rh-primary) 46%, transparent) !important;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--inaed-rh-primary) 11%, transparent), inset 0 1px 0 rgba(255,255,255,.70) !important;
    background-color: var(--glass-strong) !important;
}

body.inaed-rh-page .inaed-rh-erp-field-hint {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
}

body.inaed-rh-page .inaed-rh-erp-form-section {
    padding: 15px;
    border-radius: 20px;
    border: 1px solid var(--stroke);
    background: rgba(255,255,255,.48);
    margin-bottom: 14px;
}

body.inaed-rh-page .inaed-rh-erp[data-theme="dark"] .inaed-rh-erp-form-section {
    background: rgba(255,255,255,.04);
}

body.inaed-rh-page .inaed-rh-erp-form-section-title {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 800;
    color: var(--text);
}

body.inaed-rh-page .inaed-rh-erp-form-section-title svg {
    width: 18px;
    height: 18px;
    color: var(--inaed-rh-accent);
}

body.inaed-rh-page .inaed-rh-erp-upload {
    min-height: 86px;
    border: 1px dashed color-mix(in srgb, var(--inaed-rh-primary) 34%, transparent);
    background: color-mix(in srgb, var(--inaed-rh-primary) 5%, transparent);
    border-radius: 16px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.inaed-rh-page .inaed-rh-erp-upload input[type="file"] {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.inaed-rh-page .inaed-rh-erp-repeat-builder {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr .75fr auto;
    gap: 10px;
    align-items: end;
}

body.inaed-rh-page .inaed-rh-erp-mini-table-wrap,
body.inaed-rh-page .inaed-rh-erp-table-wrap {
    overflow: auto;
    border-radius: 18px;
}

body.inaed-rh-page .inaed-rh-erp-table,
body.inaed-rh-page .inaed-rh-erp-mini-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 7px;
}

body.inaed-rh-page .inaed-rh-erp-table th,
body.inaed-rh-page .inaed-rh-erp-mini-table th {
    text-align: left;
    font-size: 11px;
    color: var(--muted);
    padding: 7px 12px;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    font-weight: 800;
    white-space: nowrap;
}

body.inaed-rh-page .inaed-rh-erp-table td,
body.inaed-rh-page .inaed-rh-erp-mini-table td {
    background: rgba(255,255,255,.66);
    padding: 12px;
    border-top: 1px solid rgba(255,255,255,.76);
    border-bottom: 1px solid rgba(255,255,255,.76);
    color: var(--text);
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
}

body.inaed-rh-page .inaed-rh-erp[data-theme="dark"] .inaed-rh-erp-table td,
body.inaed-rh-page .inaed-rh-erp[data-theme="dark"] .inaed-rh-erp-mini-table td {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.08);
}

body.inaed-rh-page .inaed-rh-erp-table td:first-child,
body.inaed-rh-page .inaed-rh-erp-mini-table td:first-child { border-radius: 13px 0 0 13px; }
body.inaed-rh-page .inaed-rh-erp-table td:last-child,
body.inaed-rh-page .inaed-rh-erp-mini-table td:last-child { border-radius: 0 13px 13px 0; }

body.inaed-rh-page .inaed-rh-erp-timeline {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

body.inaed-rh-page .inaed-rh-erp-timeline-item {
    padding: 13px;
    border-radius: 17px;
}

body.inaed-rh-page .inaed-rh-erp-timeline-item strong {
    display: block;
    color: var(--text);
    font-size: 13px;
}

body.inaed-rh-page .inaed-rh-erp-timeline-item small {
    color: var(--muted);
    font-size: 12px;
}

body.inaed-rh-page .inaed-rh-erp-modal[hidden] { display: none !important; }

body.inaed-rh-page .inaed-rh-erp-modal {
    position: fixed;
    inset: 0;
    background: rgba(15,23,42,.56);
    display: grid;
    place-items: center;
    z-index: 9999;
    padding: 18px;
}

body.inaed-rh-page .inaed-rh-erp-modal-card {
    width: min(1040px, 96vw);
    max-height: 92vh;
    overflow: auto;
    background: var(--glass-strong);
    border-radius: 28px;
    padding: 24px;
    position: relative;
}

body.inaed-rh-page .inaed-rh-erp-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 1px solid color-mix(in srgb, var(--danger) 35%, transparent) !important;
    background: rgba(255,255,255,.52) !important;
    color: var(--danger) !important;
    border-radius: 14px;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0 !important;
    cursor: pointer;
    font-size: 23px;
    display: grid;
    place-items: center;
    transition: .18s ease;
}

body.inaed-rh-page .inaed-rh-erp-modal-close:hover {
    background: var(--danger) !important;
    color: #fff !important;
}

body.inaed-rh-page .inaed-rh-erp-modal-head {
    padding-right: 52px;
    margin-bottom: 18px;
}

body.inaed-rh-page .inaed-rh-erp-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--stroke);
}

body.inaed-rh-page .inaed-rh-erp-toasts {
    position: fixed;
    top: 18px;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10000;
}

body.inaed-rh-page .inaed-rh-erp-toast {
    background: #fff;
    color: #102033;
    border-left: 5px solid var(--inaed-rh-accent);
    border-radius: 15px;
    padding: 12px 15px;
    box-shadow: 0 14px 40px rgba(15,23,42,.18);
    font-weight: 800;
    font-size: 13px;
}

body.inaed-rh-page .inaed-rh-erp-toast.is-error { border-left-color: var(--danger); }

body.inaed-rh-page .inaed-rh-erp-login {
    max-width: 520px;
    margin: 80px auto;
    padding: 32px;
    text-align: center;
}

body.inaed-rh-page .is-processing {
    opacity: .65;
    pointer-events: none;
}

@media (max-width: 1200px) {
    body.inaed-rh-page .inaed-rh-erp-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    body.inaed-rh-page .inaed-rh-erp-grid-2 { grid-template-columns: 1fr; }
    body.inaed-rh-page .inaed-rh-erp-form-grid.is-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    body.inaed-rh-page .inaed-rh-erp { display: block; }
    body.inaed-rh-page .inaed-rh-erp-sidebar { position: fixed; left: -292px; transition: left .22s ease; }
    body.inaed-rh-page .inaed-rh-erp.is-menu-open .inaed-rh-erp-sidebar { left: 0; }
    body.inaed-rh-page .inaed-rh-erp-main { padding: 14px; }
    body.inaed-rh-page .inaed-rh-erp-mobile-menu {
        display: inline-grid;
        place-items: center;
        border: 0 !important;
        background: var(--inaed-rh-primary) !important;
        color: #fff !important;
        border-radius: 14px;
        width: 44px;
        height: 44px;
        cursor: pointer;
    }
    body.inaed-rh-page .inaed-rh-erp-topbar { align-items: flex-start; }
    body.inaed-rh-page .inaed-rh-erp-userbox { display: none; }
    body.inaed-rh-page .inaed-rh-erp-hero { display: block; padding: 20px; }
    body.inaed-rh-page .inaed-rh-erp-clock { display: inline-block; margin-top: 14px; }
    body.inaed-rh-page .inaed-rh-erp-cards,
    body.inaed-rh-page .inaed-rh-erp-filters,
    body.inaed-rh-page .inaed-rh-erp-form-grid,
    body.inaed-rh-page .inaed-rh-erp-form-grid.is-2,
    body.inaed-rh-page .inaed-rh-erp-form-grid.is-4,
    body.inaed-rh-page .inaed-rh-erp-repeat-builder { grid-template-columns: 1fr; }
    body.inaed-rh-page .inaed-rh-erp-panel-head { align-items: stretch; flex-direction: column; }
    body.inaed-rh-page .inaed-rh-erp-title-row { align-items: flex-start; }
    body.inaed-rh-page .inaed-rh-erp-actions { flex-direction: column; }
    body.inaed-rh-page .inaed-rh-erp-btn { width: 100%; }
    body.inaed-rh-page .inaed-rh-erp-modal-card { padding: 20px; border-radius: 24px; }
}


/* Refinamento UX 2026-05-18: hero exibido somente no Dashboard e em altura reduzida */
body.inaed-rh-page .inaed-rh-erp [data-dashboard-only][hidden] {
    display: none !important;
}

body.inaed-rh-page .inaed-rh-erp:not(.is-dashboard-active) .inaed-rh-erp-hero,
body.inaed-rh-page .inaed-rh-erp:not(.is-dashboard-active) .inaed-rh-erp-cards {
    display: none !important;
}

body.inaed-rh-page .inaed-rh-erp.is-dashboard-active .inaed-rh-erp-hero {
    min-height: 112px !important;
    padding: 14px 20px !important;
    border-radius: 22px !important;
    gap: 14px !important;
    align-items: center !important;
    background:
        radial-gradient(circle at 94% 8%, color-mix(in srgb, var(--inaed-rh-accent) 18%, transparent), transparent 31%),
        linear-gradient(135deg, color-mix(in srgb, var(--inaed-rh-primary) 98%, #001529), color-mix(in srgb, var(--inaed-rh-primary) 78%, #001529)) !important;
    box-shadow: 0 14px 32px color-mix(in srgb, var(--inaed-rh-primary) 16%, transparent) !important;
}

body.inaed-rh-page .inaed-rh-erp.is-dashboard-active .inaed-rh-erp-pill {
    padding: 4px 10px !important;
    font-size: 10px !important;
    letter-spacing: .035em !important;
}

body.inaed-rh-page .inaed-rh-erp.is-dashboard-active .inaed-rh-erp-hero h2 {
    font-size: clamp(22px, 2.1vw, 30px) !important;
    line-height: 1.05 !important;
    margin: 8px 0 5px !important;
    font-weight: 800 !important;
    letter-spacing: -.025em !important;
}

body.inaed-rh-page .inaed-rh-erp.is-dashboard-active .inaed-rh-erp-hero p {
    max-width: 760px !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    color: rgba(255,255,255,.78) !important;
}

body.inaed-rh-page .inaed-rh-erp.is-dashboard-active .inaed-rh-erp-clock {
    min-width: 112px !important;
    padding: 10px 14px !important;
    border-radius: 17px !important;
    font-size: 17px !important;
    background: rgba(255,255,255,.12) !important;
}

body.inaed-rh-page .inaed-rh-erp:not(.is-dashboard-active) .inaed-rh-erp-main {
    gap: 14px !important;
}

body.inaed-rh-page .inaed-rh-erp:not(.is-dashboard-active) .inaed-rh-erp-panel {
    margin-top: 0 !important;
}

body.inaed-rh-page .inaed-rh-erp:not(.is-dashboard-active) .inaed-rh-erp-panel-head {
    padding-bottom: 12px !important;
    margin-bottom: 14px !important;
    border-bottom: 1px solid var(--stroke) !important;
}

body.inaed-rh-page .inaed-rh-erp:not(.is-dashboard-active) .inaed-rh-erp-section-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 13px !important;
}

body.inaed-rh-page .inaed-rh-erp:not(.is-dashboard-active) .inaed-rh-erp-panel h3 {
    font-size: 17px !important;
    letter-spacing: -.01em !important;
}

body.inaed-rh-page .inaed-rh-erp:not(.is-dashboard-active) .inaed-rh-erp-panel p {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    max-width: 720px !important;
}

body.inaed-rh-page .inaed-rh-erp .inaed-rh-erp-nav-item::before {
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    body.inaed-rh-page .inaed-rh-erp.is-dashboard-active .inaed-rh-erp-hero {
        min-height: auto !important;
        padding: 16px !important;
    }
    body.inaed-rh-page .inaed-rh-erp.is-dashboard-active .inaed-rh-erp-hero h2 {
        font-size: 22px !important;
    }
    body.inaed-rh-page .inaed-rh-erp.is-dashboard-active .inaed-rh-erp-clock {
        margin-top: 10px !important;
    }
}

body.inaed-rh-page .inaed-rh-erp-photo-upload {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    border: 1px solid var(--field-border);
    border-radius: 16px;
    background: var(--field);
    padding: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.52), 0 8px 22px rgba(15,23,42,.035);
}

body.inaed-rh-page .inaed-rh-erp-photo-box {
    width: 92px;
    min-width: 92px;
    height: 92px;
    border-radius: 14px;
    border: 1px dashed color-mix(in srgb, var(--inaed-rh-primary) 34%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--inaed-rh-primary) 7%, transparent);
    color: var(--inaed-rh-primary);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

body.inaed-rh-page .inaed-rh-erp-photo-upload input[type="file"] {
    margin-top: 10px;
    height: 46px;
    min-height: 46px;
    padding: 10px 13px !important;
}

body.inaed-rh-page .inaed-rh-erp[data-theme="dark"] .inaed-rh-erp-photo-upload {
    background: rgba(255,255,255,.04);
}

@media (max-width: 640px) {
    body.inaed-rh-page .inaed-rh-erp-photo-upload {
        align-items: flex-start;
    }
}

body.inaed-rh-page .inaed-rh-erp-table td small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.35;
}

body.inaed-rh-page .inaed-rh-erp-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--inaed-rh-primary) 9%, transparent);
    color: var(--inaed-rh-primary);
    font-size: 12px;
    font-weight: 800;
    text-transform: capitalize;
}

body.inaed-rh-page .inaed-rh-erp-color-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    margin-right: 8px;
    vertical-align: -2px;
    box-shadow: 0 0 0 2px rgba(255,255,255,.8), 0 2px 7px rgba(15,23,42,.2);
}

body.inaed-rh-page .inaed-rh-erp-brand-icon img,
body.inaed-rh-page .inaed-rh-erp-company-logo,
body.inaed-rh-page .inaed-rh-erp-company-mini-logo img,
body.inaed-rh-page .inaed-rh-erp-avatar img,
body.inaed-rh-page .inaed-rh-erp-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.inaed-rh-page .inaed-rh-erp-brand-icon img {
    border-radius: 16px;
}

body.inaed-rh-page .inaed-rh-erp-company-logo {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid var(--stroke);
    background: #fff;
    padding: 3px;
    object-fit: contain;
    margin-right: 10px;
}

body.inaed-rh-page .inaed-rh-erp-company-mini-logo {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid var(--stroke);
    background: var(--field);
    margin-right: 8px;
    vertical-align: middle;
    overflow: hidden;
}

body.inaed-rh-page .inaed-rh-erp-avatar {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 999px;
    overflow: hidden;
    background: color-mix(in srgb, var(--inaed-rh-primary) 11%, transparent);
    color: var(--inaed-rh-primary);
    border: 2px solid rgba(255,255,255,.9);
    box-shadow: 0 8px 20px rgba(15,23,42,.12);
    font-size: 12px;
    font-weight: 900;
}

body.inaed-rh-page .inaed-rh-erp-person-cell {
    display: inline-block;
    vertical-align: middle;
    min-width: 0;
}

body.inaed-rh-page .inaed-rh-erp-photo-box img {
    border-radius: 12px;
}

body.inaed-rh-page .inaed-rh-erp-avatar-cell {
    width: 70px;
    text-align: center;
}

body.inaed-rh-page .inaed-rh-erp-save-status {
    position: sticky;
    bottom: 0;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(0,75,129,.16);
    box-shadow: 0 18px 40px rgba(15,23,42,.14);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 3;
}

body.inaed-rh-page .inaed-rh-erp-save-status small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

body.inaed-rh-page .inaed-rh-erp-spinner {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 3px solid rgba(0,75,129,.16);
    border-top-color: var(--inaed-rh-primary);
    animation: inaed-rh-spin .75s linear infinite;
    flex: 0 0 auto;
}

body.inaed-rh-page .inaed-rh-erp-form-body.is-saving,
body.inaed-rh-page form.is-saving .inaed-rh-erp-form-body {
    opacity: .72;
}

@keyframes inaed-rh-spin {
    to { transform: rotate(360deg); }
}

/* Solicitações: evidência obrigatória e aprovação RH */
.inaed-rh-erp-upload.is-evidence{border:1px dashed color-mix(in srgb,var(--inaed-rh-accent,#ff7500) 55%,#d8e3ef);background:linear-gradient(135deg,rgba(255,117,0,.08),rgba(0,75,129,.05));}
.inaed-rh-erp-file-preview{display:block;margin-top:8px;color:#475569;font-weight:700;word-break:break-word;}
.inaed-rh-erp-link{display:inline-flex;align-items:center;gap:6px;color:var(--inaed-rh-primary,#004b81);font-weight:800;text-decoration:none;}
.inaed-rh-erp-link:hover{text-decoration:underline;}
.inaed-rh-erp-inline-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;}
.inaed-rh-erp-btn.is-danger{color:#b42318;border-color:#fecaca;background:#fff5f5;}
.inaed-rh-erp-btn.is-danger:hover{background:#fee2e2;}
.inaed-rh-erp-status.is-aprovado{background:#dcfce7;color:#166534;border-color:#86efac;}
.inaed-rh-erp-status.is-rejeitado{background:#fee2e2;color:#991b1b;border-color:#fecaca;}
.inaed-rh-erp-status.is-em_analise{background:#e0f2fe;color:#075985;border-color:#bae6fd;}
.inaed-rh-erp-status.is-pendente{background:#fff7ed;color:#9a3412;border-color:#fed7aa;}
