[hidden]{display:none!important}
:root{--bg:#f4f7fb;--panel:#fff;--ink:#152033;--muted:#6b778c;--line:#e4e9f1;--navy:#0f2747;--blue:#235da8;--blue2:#367bd0;--green:#147d64;--amber:#a56607;--red:#b42318;--shadow:0 14px 40px rgba(20,37,63,.10);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}body{margin:0;background:var(--bg)}button,input,select,textarea{font:inherit}.login-screen{min-height:100dvh;height:100dvh;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;background:linear-gradient(135deg,#0f2747 0 45%,#f5f8fc 45%)}.brand-panel{color:white;display:flex;align-items:center;gap:28px;padding:8vw}.brand-panel h1{font-size:52px;margin:0}.brand-panel p{font-size:20px;opacity:.82}.brand-mark{width:104px;height:104px;display:grid;place-items:center;background:transparent;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:contain;display:block}.brand-mark.small{width:46px;height:46px}.brand-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.brand-chips span{padding:8px 11px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px}.login-card{align-self:center;justify-self:center;width:min(430px,88%);max-height:calc(100dvh - 40px);overflow-y:auto;background:white;padding:36px;border-radius:22px;box-shadow:var(--shadow)}.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:800;color:var(--blue);margin-bottom:6px}.login-card h2{font-size:30px;margin:4px 0 8px}.muted{color:var(--muted)}label{display:grid;gap:7px;font-size:13px;font-weight:700;margin:18px 0}input,select,textarea{border:1px solid var(--line);border-radius:10px;padding:11px 12px;background:white;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:#79a9e6;box-shadow:0 0 0 3px rgba(54,123,208,.12)}textarea{min-height:92px;resize:vertical}.btn{border:0;border-radius:10px;padding:10px 14px;font-weight:800;cursor:pointer}.btn.primary{background:var(--blue);color:#fff}.btn.secondary{background:#eef4fb;color:var(--blue)}.btn.danger{background:#fff0ef;color:var(--red)}.btn.wide{width:100%;padding:12px}.btn:disabled{opacity:.5;cursor:not-allowed}.security-note{font-size:11px;line-height:1.5;color:var(--muted);margin-top:18px}.error{padding:9px 11px;background:#fff2f0;color:var(--red);border-radius:8px;font-size:12px}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{position:sticky;top:0;height:100vh;background:var(--navy);color:white;padding:22px 14px;display:flex;flex-direction:column}.side-brand{display:flex;align-items:center;gap:11px;padding:0 8px 22px;border-bottom:1px solid rgba(255,255,255,.12)}.side-brand small{display:block;color:#9bb0c8;margin-top:3px}.sidebar nav{display:grid;gap:5px;padding:18px 0}.nav-btn{display:flex;align-items:center;gap:10px;width:100%;padding:11px 12px;background:transparent;border:0;border-radius:9px;color:#c7d5e6;text-align:left;cursor:pointer}.nav-btn:hover,.nav-btn.active{background:rgba(255,255,255,.10);color:white}.side-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding:16px 8px 0;display:flex;justify-content:space-between;align-items:center}.role-badge{font-size:10px;text-transform:uppercase;background:#1d4d7c;padding:6px 8px;border-radius:999px}.link-btn{background:none;border:0;color:#bcd0e6;cursor:pointer}.main{min-width:0}.topbar{height:84px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:4}.topbar h2{margin:0;font-size:22px}.user-chip{display:flex;align-items:center;gap:10px}.user-chip small{display:block;color:var(--muted);max-width:220px;overflow:hidden;text-overflow:ellipsis}.avatar{width:38px;height:38px;border-radius:50%;background:#e8f1fc;color:var(--blue);display:grid;place-items:center;font-weight:900}.content{padding:26px}.grid{display:grid;gap:16px}.cards{grid-template-columns:repeat(5,minmax(0,1fr))}.card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:0 5px 18px rgba(16,39,71,.04)}.metric strong{display:block;font-size:28px;margin:8px 0 2px}.metric small,.small{color:var(--muted);font-size:12px}.section-head{display:flex;align-items:center;justify-content:space-between;margin:24px 0 12px}.section-head h3{margin:0}.toolbar{display:flex;gap:8px;flex-wrap:wrap}.table-wrap{overflow:auto;background:white;border:1px solid var(--line);border-radius:14px}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{font-size:11px;letter-spacing:.04em;color:#657286;background:#f8fafc;position:sticky;top:0}tr:last-child td{border-bottom:0}.status{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;background:#eef3f8;color:#435266}.status.open,.status.active,.status.hired,.status.finalized{background:#e8f6f1;color:var(--green)}.status.rejected,.status.cancelled,.status.terminated{background:#fff0ef;color:var(--red)}.status.offer,.status.calibration,.status.pending_approval{background:#fff6df;color:var(--amber)}.pipeline{grid-template-columns:repeat(5,minmax(150px,1fr));overflow:auto}.stage{min-height:130px;background:#f7f9fc;border:1px solid var(--line);border-radius:12px;padding:12px}.stage h4{margin:0 0 10px;font-size:12px;text-transform:uppercase;color:#526174}.stage-count{font-size:26px;font-weight:900}.two-col{grid-template-columns:1fr 1fr}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.form-grid .full{grid-column:1/-1}.empty{padding:38px;text-align:center;color:var(--muted)}.toast{position:fixed;right:24px;bottom:24px;z-index:99;background:#142b48;color:white;padding:12px 16px;border-radius:10px;box-shadow:var(--shadow);max-width:360px}.kicker{font-size:11px;color:var(--blue);font-weight:800}.security-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.security-item{padding:14px;border:1px solid var(--line);border-radius:12px;background:#fbfcfe}.security-item b{display:block;margin-bottom:5px}.inline-form{display:flex;gap:8px;align-items:end;flex-wrap:wrap}.inline-form label{margin:0;min-width:180px}.code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;background:#f1f4f8;border-radius:6px;padding:2px 5px}.hidden{display:none!important}@media(max-width:1050px){.cards{grid-template-columns:repeat(2,1fr)}.app-shell{grid-template-columns:210px 1fr}.pipeline{grid-template-columns:repeat(3,minmax(160px,1fr))}}@media(max-width:760px){.login-screen{grid-template-columns:1fr;background:#f5f8fc}.brand-panel{display:none}.app-shell{display:block}.sidebar{height:auto;position:relative}.sidebar nav{grid-template-columns:repeat(2,1fr)}.topbar{position:relative}.cards,.two-col,.security-list{grid-template-columns:1fr}.content{padding:16px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}}

/* Secure authentication flow */
.auth-view[hidden]{display:none!important}.auth-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px}.auth-link{border:0;background:transparent;color:var(--blue);font-weight:800;padding:5px 0;cursor:pointer;text-decoration:none}.auth-link:hover{text-decoration:underline}.back-link{margin-top:14px}.notice{padding:10px 12px;background:#eaf7f1;color:#12634f;border-radius:8px;font-size:12px;line-height:1.5}.password-rule{font-size:11px;line-height:1.45;color:var(--muted);margin:-8px 0 16px}.pending-row{background:#fffaf0}.access-actions{display:flex;gap:6px;flex-wrap:wrap}.btn.tiny{font-size:11px;padding:7px 9px}.status.pending{background:#fff6df;color:var(--amber)}.status.approved{background:#e8f6f1;color:var(--green)}.status.rejected{background:#fff0ef;color:var(--red)}

/* Robust auth navigation: sign-in fallback remains available if the module client fails to initialize. */
#signupView:target,#forgotView:target,#resetView:target{display:block!important}
#authCard:has(#signupView:target) #signInView,#authCard:has(#forgotView:target) #signInView,#authCard:has(#resetView:target) #signInView{display:none!important}
.auth-link{display:inline-flex;align-items:center;min-height:32px}


/* V1.2.0 admin-provisioned authentication + forced password change */
.password-wrap{position:relative;width:100%}.password-wrap input{width:100%;padding-right:46px}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:8px;background:transparent;color:#607087;cursor:pointer;padding:0}.password-toggle:hover{background:#eef4fb;color:var(--blue)}.password-toggle:focus-visible{outline:2px solid #79a9e6;outline-offset:1px}.password-toggle svg{width:20px;height:20px;display:block;pointer-events:none}

/* V1.2.0 internal-auth additions */
.auth-help{font-size:13px;color:var(--muted);line-height:1.4;align-self:center}
.secure-overlay[hidden]{display:none!important}
.secure-overlay{position:fixed;inset:0;z-index:9999;background:rgba(5,19,39,.62);display:flex;align-items:center;justify-content:center;padding:20px}
.secure-modal{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 24px 70px rgba(0,0,0,.25)}
.temp-password-box{margin:18px 0;padding:16px;border:1px dashed var(--primary);border-radius:14px;background:#f4f8ff;text-align:center;overflow-wrap:anywhere}
.temp-password-box code{font-size:22px;font-weight:800;letter-spacing:1.2px;color:var(--ink)}
button:disabled{opacity:.55;cursor:not-allowed}


/* V1.2.2 Access Approval Center */
.nav-label{flex:1}.nav-badge{margin-left:auto;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#ffcf66;color:#5d3b00;display:inline-grid;place-items:center;font-size:10px;font-weight:900}.request-subtitle{margin:5px 0 0}.request-metrics{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.request-toolbar{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:8px}.request-toolbar label{margin:0;min-width:min(420px,100%);flex:1}.security-pill{white-space:nowrap;padding:8px 11px;border-radius:999px;background:#e8f6f1;color:var(--green);font-size:11px;font-weight:800}.compact-select{min-width:145px;padding:7px 9px}.approval-center-card{display:flex;align-items:center;justify-content:space-between;gap:18px;border-left:4px solid var(--blue)}
@media(max-width:760px){.request-metrics{grid-template-columns:1fr}.request-toolbar,.approval-center-card{align-items:stretch;flex-direction:column}.security-pill{align-self:flex-start}}

/* V1.2.6 — secure loading experience */
.splash-screen{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#0f2747 0 46%,#15355f 46% 49%,#eef4fb 49% 100%);transition:opacity .28s ease,visibility .28s ease}
.splash-screen.is-leaving{opacity:0;visibility:hidden;pointer-events:none}
.splash-shell{width:min(760px,90vw);display:grid;gap:14px;justify-items:center}
.splash-kicker{font-size:11px;letter-spacing:.18em;font-weight:900;color:#d9e8ff;text-shadow:0 1px 1px rgba(0,0,0,.15)}
.splash-card{width:min(610px,88vw);padding:40px 42px 34px;border-radius:26px;background:rgba(255,255,255,.97);box-shadow:0 30px 80px rgba(8,28,57,.25);display:grid;justify-items:center;text-align:center;border:1px solid rgba(255,255,255,.8)}
.splash-logo-badge{width:92px;height:92px;display:grid;place-items:center;margin-bottom:10px;filter:drop-shadow(0 10px 18px rgba(182,30,46,.18))}
.splash-logo-badge img{width:100%;height:100%;object-fit:contain;display:block}
.splash-copy h1{margin:0;font-size:34px;letter-spacing:.01em;color:var(--navy)}
.splash-copy p{margin:10px 0 0;color:var(--muted);font-size:15px;min-height:22px}
.splash-status-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:22px 0 18px}
.splash-status-row span{padding:7px 11px;border-radius:999px;background:#eef4fb;border:1px solid #d9e7f7;color:#315f86;font-size:11px;font-weight:800}
.splash-progress{width:100%;height:7px;border-radius:999px;background:#e8eef7;overflow:hidden;position:relative}
.splash-progress i{position:absolute;inset:0 auto 0 0;width:42%;border-radius:inherit;background:linear-gradient(90deg,#235da8,#367bd0,#6aa1e4);animation:hrisProgress 1.25s cubic-bezier(.4,0,.2,1) infinite}
.splash-card small{margin-top:15px;color:#7a8799;font-size:11px;font-weight:700}
@keyframes hrisProgress{0%{transform:translateX(-110%)}55%{width:48%}100%{transform:translateX(245%);width:36%}}

.page-loader{position:absolute;inset:0;z-index:80;display:grid;place-items:center;padding:28px;background:rgba(244,247,251,.78);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}
.page-loader-card{width:min(430px,86vw);display:grid;grid-template-columns:54px 1fr;gap:14px 16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 55px rgba(20,37,63,.14);padding:22px 24px}
.page-loader-card img{width:54px;height:54px;object-fit:contain;grid-row:1 / span 2}
.page-loader-copy{display:grid;gap:3px}
.page-loader-copy strong{font-size:15px;color:var(--navy)}
.page-loader-copy span{font-size:12px;color:var(--muted)}
.page-loader-progress{grid-column:1/-1;height:5px;border-radius:999px;background:#e8eef7;overflow:hidden;position:relative}
.page-loader-progress i{position:absolute;inset:0 auto 0 0;width:38%;border-radius:inherit;background:linear-gradient(90deg,#235da8,#367bd0);animation:hrisProgress 1.05s cubic-bezier(.4,0,.2,1) infinite}

@media (max-width:720px){
  .splash-screen{background:linear-gradient(160deg,#0f2747 0 58%,#eef4fb 58% 100%)}
  .splash-card{padding:32px 24px 28px}
  .splash-copy h1{font-size:29px}
  .splash-logo-badge{width:78px;height:78px}
  .splash-kicker{text-align:center;line-height:1.5}
}
@media (prefers-reduced-motion:reduce){.splash-progress i,.page-loader-progress i{animation:none;width:100%}.splash-screen{transition:none}}

/* Keep in-app loader scoped to the HRIS shell. */
.app-shell{position:relative}

/* =========================================================
   V1.2.7 — GYPTO Unified Design System (OEE-aligned)
   Standard shell: utility bar + white product header +
   horizontal navigation + orange active state.
   ========================================================= */
:root{
  --gy-navy:#0b3156;
  --gy-blue:#365f84;
  --gy-blue-dark:#294f73;
  --gy-accent:#f47b00;
  --gy-bg:#f3f6f9;
  --gy-line:#dbe4ec;
  --gy-text:#0b3156;
  --gy-muted:#62748a;
}

/* The application is now a horizontal OEE-style shell, not a sidebar layout. */
.app-shell.gypto-oee-shell{
  min-height:100vh;
  display:block;
  background:var(--gy-bg);
  color:var(--gy-text);
  position:relative;
}

.gypto-utility-bar{
  min-height:48px;
  background:var(--gy-blue);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 38px;
  font-size:12px;
}
.gypto-utility-left,.gypto-utility-right{display:flex;align-items:center;gap:24px;min-width:0}
.gypto-utility-left strong{font-size:13px;letter-spacing:.02em}
.gypto-utility-left span,.gypto-utility-right span{white-space:nowrap}
.gypto-utility-right{font-size:11px;gap:28px}

.gypto-app-header{
  min-height:106px;
  background:#fff;
  border-bottom:1px solid var(--gy-line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 38px;
}
.gypto-app-identity{display:flex;align-items:center;gap:16px;min-width:0}
.gypto-full-logo{width:108px;height:auto;display:block;object-fit:contain}
.gypto-header-divider{width:1px;height:62px;background:var(--gy-line);display:block}
.gypto-product-title{display:grid;gap:4px}
.gypto-product-title strong{font-size:22px;line-height:1;color:var(--gy-navy)}
.gypto-product-title small{max-width:230px;color:#58718c;font-size:11px;line-height:1.3}
.gypto-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;min-width:0}
.gypto-version{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:30px;padding:0 10px;border:1px solid var(--gy-line);
  border-radius:999px;background:#fff;color:var(--gy-muted);
  font-size:11px;font-weight:800;white-space:nowrap;
}
.gypto-icon-btn{
  width:52px;height:52px;border-radius:50%;border:1px solid var(--gy-line);
  background:#fff;color:var(--gy-navy);font-size:21px;font-weight:900;
  display:grid;place-items:center;cursor:pointer;transition:.15s ease;
}
.gypto-icon-btn:hover{background:#f7fafc;border-color:#c7d5e1;transform:translateY(-1px)}

.gypto-main-nav{
  min-height:76px;
  background:#fff;
  border-bottom:1px solid var(--gy-line);
  display:flex;
  align-items:stretch;
  gap:0;
  padding:0 32px;
  overflow-x:auto;
  scrollbar-width:thin;
}
.gypto-main-nav .nav-btn{
  width:auto;min-width:max-content;
  border:0;border-radius:0;background:#fff;
  color:var(--gy-navy);
  padding:0 20px;
  min-height:76px;
  display:flex;align-items:center;justify-content:center;gap:8px;
  font-size:13px;font-weight:800;
  position:relative;cursor:pointer;
}
.gypto-main-nav .nav-btn:hover{background:#fbfcfe;color:#073d6b}
.gypto-main-nav .nav-btn.active{background:#fffaf5;color:#b75900}
.gypto-main-nav .nav-btn.active::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--gy-accent);
}
.gypto-main-nav .nav-btn>span:first-child{font-size:14px;color:#315d82}
.gypto-main-nav .nav-btn.active>span:first-child{color:var(--gy-accent)}
.gypto-main-nav .nav-badge{background:var(--gy-accent);color:#fff;height:20px;min-width:20px;font-size:10px}

.main{min-width:0;background:var(--gy-bg)}
.topbar.gypto-page-heading{
  height:auto;min-height:112px;position:relative;top:auto;z-index:auto;
  background:transparent;border:0;padding:34px 40px 14px;
  display:flex;align-items:flex-end;justify-content:space-between;
}
.gypto-page-heading .eyebrow{color:var(--gy-accent);font-size:11px;letter-spacing:.15em;margin-bottom:8px}
.gypto-page-heading h2{font-size:32px;line-height:1.1;color:var(--gy-navy);margin:0;font-weight:900}
.content{padding:12px 40px 40px}

/* OEE-style cards and tables */
.card,.table-wrap,.security-item,.stage{
  border-color:var(--gy-line);
  box-shadow:0 5px 16px rgba(28,57,83,.045);
}
.card{border-radius:14px;background:#fff}
.cards{gap:16px}
.metric{min-height:130px}
.metric strong{color:#061f39;font-size:30px}
.section-head{margin-top:28px}
.section-head h3{color:var(--gy-navy);font-size:20px}
.kicker,.eyebrow{color:var(--gy-accent)}
.btn.primary{background:var(--gy-blue);color:#fff}
.btn.primary:hover{background:var(--gy-blue-dark)}
.btn.secondary{background:#edf3f8;color:var(--gy-navy)}
input:focus,select:focus,textarea:focus{border-color:#7ba0bf;box-shadow:0 0 0 3px rgba(54,95,132,.12)}
th{background:#f7f9fb;color:#506982}
.table-wrap{border-radius:12px}
.role-badge{background:#eef4f8;color:var(--gy-navy);border:1px solid var(--gy-line);font-size:10px;font-weight:900;padding:7px 9px}
.user-chip{padding:4px 0;min-width:0}
.user-chip strong{color:var(--gy-navy);font-size:13px}
.user-chip small{font-size:10px;max-width:205px}
.avatar{width:42px;height:42px;background:#e8f1f8;color:var(--gy-blue)}

/* Remove old sidebar visuals entirely if stale cached markup ever appears. */
.sidebar{display:none!important}
.side-brand small{display:none!important}

/* Unified OEE-aligned loading treatment. */
.splash-screen{background:var(--gy-bg)}
.splash-screen::before{content:"";position:absolute;left:0;right:0;top:0;height:48px;background:var(--gy-blue)}
.splash-kicker{color:var(--gy-accent);text-shadow:none}
.splash-card{border:1px solid var(--gy-line);border-radius:16px;box-shadow:0 16px 42px rgba(25,51,76,.12)}
.splash-logo-badge{width:150px;height:70px;filter:none;margin-bottom:6px}
.splash-logo-badge img{object-fit:contain}
.splash-copy h1{color:var(--gy-navy);font-size:32px}
.splash-status-row span{background:#f7f9fb;border-color:var(--gy-line);color:#3d617f}
.splash-progress{height:5px;background:#e8edf2}
.splash-progress i,.page-loader-progress i{background:linear-gradient(90deg,var(--gy-accent),#ff9f3c,var(--gy-blue))}
.page-loader{background:rgba(243,246,249,.82)}
.page-loader-card{border-radius:14px;border-color:var(--gy-line)}

/* Login keeps the secure flow, but follows the same GYPTO palette. */
.login-screen{background:linear-gradient(135deg,var(--gy-navy) 0 45%,#f4f7fa 45%)}
.login-card{border-radius:16px;border:1px solid var(--gy-line);box-shadow:0 18px 48px rgba(25,51,76,.12)}
.login-card .eyebrow{color:var(--gy-accent)}
.auth-link{color:var(--gy-blue)}

@media(max-width:1100px){
  .gypto-utility-bar{padding:0 20px}.gypto-utility-right span:nth-child(2){display:none}
  .gypto-app-header{padding:14px 20px}.gypto-main-nav{padding:0 12px}.gypto-main-nav .nav-btn{padding:0 14px}
  .topbar.gypto-page-heading{padding-left:24px;padding-right:24px}.content{padding-left:24px;padding-right:24px}
}
@media(max-width:760px){
  .gypto-utility-bar{min-height:42px;padding:0 14px}.gypto-utility-left span,.gypto-utility-right{display:none}
  .gypto-app-header{min-height:86px;padding:12px 14px;gap:12px}.gypto-full-logo{width:88px}.gypto-header-divider{height:48px}
  .gypto-product-title small,.gypto-version,.role-badge{display:none}
  .gypto-header-actions{gap:8px}.user-chip small{display:none}.avatar{width:36px;height:36px}.gypto-icon-btn{width:42px;height:42px}
  .gypto-main-nav{min-height:60px;padding:0}.gypto-main-nav .nav-btn{min-height:60px;padding:0 14px}
  .topbar.gypto-page-heading{min-height:92px;padding:24px 16px 10px}.gypto-page-heading h2{font-size:27px}.content{padding:10px 16px 28px}
}


/* V1.2.11 — slightly faster horizontal motion for the HRIS product title only. */
.gypto-product-title{
  will-change:transform;
  animation:gyptoProductTitleDrift 5.2s cubic-bezier(.45,0,.55,1) infinite alternate;
}
.gypto-product-title:hover{animation-play-state:paused}
@keyframes gyptoProductTitleDrift{
  0%{transform:translateX(-6px)}
  50%{transform:translateX(4px)}
  100%{transform:translateX(10px)}
}
@media (prefers-reduced-motion:reduce){
  .gypto-product-title{animation:none;transform:none}
}

/* V1.3.0 — ATS CV screening & candidate file */
.head-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.ats-editor{margin:18px 0 22px}
.ats-editor textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:11px 12px;font:inherit;resize:vertical;background:#fff;color:var(--ink)}
.cv-drop{border:1.5px dashed #b8c9db;border-radius:12px;padding:15px;background:#f8fbff;display:flex!important;gap:10px;align-items:center;flex-wrap:wrap}
.cv-drop input[type=file]{border:0;padding:0;background:transparent;max-width:520px}
.cv-ready{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:#e9f7ef;color:#187546;font-weight:800;font-size:12px}
.cv-analysis{border:1px solid #cdddec;background:#f7fbff;border-radius:12px;padding:14px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}
.ats-result{text-align:right;min-width:210px}
.match-score{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:36px;padding:0 10px;border-radius:10px;font-weight:900;font-size:17px;margin-right:8px}
.match-top{background:#dff6e8;color:#0b713f;border:1px solid #a8ddbd}.match-strong{background:#e6f1ff;color:#145aa6;border:1px solid #b6d2f3}.match-review{background:#fff4d7;color:#966100;border:1px solid #f0d38a}.match-low{background:#fde7e7;color:#a83232;border:1px solid #efb7b7}
.candidate-file{margin:18px 0 24px}
.candidate-file-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:16px;margin:16px 0 22px}
.candidate-summary{border:1px solid var(--line);border-radius:12px;padding:15px;background:#fbfdff}
.kv{display:grid;grid-template-columns:120px 1fr;gap:8px 12px;font-size:13px}.kv span{color:var(--muted)}
.document-list{display:grid;gap:10px;margin-bottom:20px}.document-item{display:flex;justify-content:space-between;align-items:center;gap:15px;border:1px solid var(--line);border-radius:10px;padding:12px 14px;background:#fff}.small-btn{padding:8px 12px!important;font-size:12px!important}
.match-list{display:grid;gap:12px;margin-bottom:22px}.match-card{border:1px solid var(--line);border-radius:12px;padding:15px;background:#fff}.match-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.match-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:12px}.match-columns>div{display:flex;flex-direction:column;gap:6px}.req-ok,.req-missing{display:block;border-radius:8px;padding:6px 8px;font-size:12px}.req-ok{background:#eef8f2;color:#17663d}.req-missing{background:#fff0f0;color:#9c3333}
@media(max-width:850px){.candidate-file-grid,.match-columns,.cv-analysis{grid-template-columns:1fr}.ats-result{text-align:left}.head-actions{justify-content:flex-start}.kv{grid-template-columns:95px 1fr}}

/* V1.3.1 — Vacancy Center, CV age, editable ATS analysis */
.match-cell-copy{display:inline-flex;vertical-align:middle;flex-direction:column;gap:2px;max-width:260px}.match-cell-copy strong{font-size:12px;color:var(--ink)}.match-cell-copy span{font-size:11px;color:var(--muted)}
.cv-age{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-weight:800;font-size:11px;white-space:nowrap}.cv-age-fresh{background:#e8f7ee;color:#187546}.cv-age-aging{background:#fff4d7;color:#966100}.cv-age-old{background:#fde7e7;color:#a83232}
.jobs-center{overflow:hidden}.job-list{display:grid;gap:12px}.job-card{display:grid;grid-template-columns:minmax(240px,1.3fr) auto minmax(260px,auto);gap:20px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff}.job-card-main h4{font-size:18px;margin:8px 0 5px}.job-stats{display:flex;gap:10px}.job-stats>div{min-width:82px;padding:10px 11px;border-radius:11px;background:#f6f9fc;border:1px solid #e1eaf2;text-align:center}.job-stats b{display:block;font-size:19px;color:var(--ink)}.job-stats span{display:block;font-size:10px;color:var(--muted);margin-top:2px}.job-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}
.form-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.candidate-head-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:5px}.profile-edited,.profile-ai{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800}.profile-edited{background:#fff4d7;color:#8a5b00}.profile-ai{background:#e6f1ff;color:#145aa6}
.candidate-edit{border:1px solid #c9d9e8;background:#f7fbff;border-radius:12px;padding:15px;margin:0 0 22px}.candidate-edit .section-head{margin-top:0}
.match-title-copy{font-size:11px;color:var(--muted);margin:4px 0 0 68px}.score-breakdown{display:grid;gap:8px;margin:12px 0 14px;padding:12px;border:1px solid #e0e8f0;border-radius:10px;background:#f9fbfd}.score-line>div:first-child{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-bottom:4px}.score-line b{font-size:11px}.score-track{height:6px;background:#e5edf4;border-radius:999px;overflow:hidden}.score-track i{display:block;height:100%;background:currentColor;border-radius:999px;color:#356f9d}.match-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}
.match-ranking{display:grid;gap:10px}.rank-card{display:grid;grid-template-columns:48px minmax(220px,1.2fr) 150px minmax(180px,1fr) minmax(190px,auto);gap:14px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:#fff}.rank-no{font-weight:900;font-size:18px;color:#67809a}.rank-person{display:flex;flex-direction:column;gap:3px}.rank-person>span:not(.small){font-size:12px;color:var(--muted)}.rank-score{display:flex;align-items:center;gap:2px}.rank-score>span:last-child{font-size:11px;font-weight:800;color:var(--muted)}.rank-recommend{font-size:12px;color:var(--ink)}.rank-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}
.btn.danger{background:#fff0f0!important;color:#a83232!important;border-color:#efb7b7!important}.btn.danger:hover{background:#ffe4e4!important}
@media(max-width:1150px){.job-card{grid-template-columns:1fr}.job-actions{justify-content:flex-start}.rank-card{grid-template-columns:42px 1fr 140px}.rank-recommend,.rank-actions{grid-column:2 / -1}.rank-actions{justify-content:flex-start}}
@media(max-width:700px){.rank-card{grid-template-columns:36px 1fr}.rank-score,.rank-recommend,.rank-actions{grid-column:2}.job-stats{flex-wrap:wrap}.match-title-copy{margin-left:0}}

/* V1.3.2 — Professional ATS workspace inspired by mature recruiting systems */
.ats-list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 12px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px}.ats-filter-group,.bulk-actions,.row-actions,.candidate-actionbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ats-filter-group input{min-width:320px}.ats-filter-group select{min-width:150px}.bulk-actions{justify-content:flex-end}.candidate-life{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;white-space:nowrap}.candidate-life.active{background:#e8f6f1;color:#147d64}.candidate-life.archived{background:#eef1f5;color:#58687a}.candidate-life.do_not_contact{background:#fff4d7;color:#8c5b00}.candidate-life.anonymized{background:#f1eafb;color:#6646a8}.mini-tags,.tag-row{display:flex;gap:4px;flex-wrap:wrap;margin-top:5px}.mini-tags span,.tag-row i{font-style:normal;font-size:10px;font-weight:800;padding:3px 6px;border-radius:999px;background:#eef4fb;color:#315d89}.row-actions .link-btn,.candidate-file .link-btn,.jobs-center .link-btn{color:var(--blue);font-weight:800}.strong-link{font-weight:900!important}.danger-link{color:var(--red)!important}.candidate-profile-head{align-items:flex-start}.candidate-title-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.candidate-title-line h3{margin:0}.duplicate-badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff4d7;color:#8a5b00;font-size:11px;font-weight:900}.candidate-actionbar{padding:12px;margin:12px 0 16px;border:1px solid #d9e3ed;border-radius:12px;background:#f8fbfe}.candidate-state-banner{display:flex;gap:10px;align-items:center;padding:11px 13px;border-radius:10px;margin:10px 0}.candidate-state-banner.archived{background:#f1f3f6;color:#58687a}.candidate-state-banner.do_not_contact{background:#fff4d7;color:#7f5700}.candidate-state-banner.anonymized{background:#f1eafb;color:#5f4494}.workspace-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:10px 0 20px}.section-head.compact{margin:12px 0 8px}.feed-list,.task-list,.application-list,.duplicate-list{display:grid;gap:10px}.feed-item,.task-item,.application-card,.duplicate-item{border:1px solid var(--line);border-radius:11px;padding:12px 13px;background:#fff}.feed-head,.duplicate-item{display:flex;justify-content:space-between;align-items:center;gap:10px}.feed-item p,.task-item p{margin:7px 0;font-size:13px;line-height:1.55}.feed-actions,.task-actions,.application-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.task-item{display:flex;justify-content:space-between;align-items:center;gap:12px}.task-item.done{opacity:.68}.task-item.done strong{text-decoration:line-through}.check-label{display:flex!important;grid-template-columns:auto 1fr;align-items:center;justify-content:flex-start;gap:8px}.check-label input{width:auto}.application-card{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:12px;align-items:start}.application-main{display:flex;flex-direction:column;gap:5px}.application-stage{display:flex;align-items:center;gap:8px;margin-top:4px}.application-stage span{font-size:11px;color:var(--muted);font-weight:800}.application-stage select{padding:7px 9px;min-width:170px}.interview-strip,.offer-strip{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap;padding:9px 10px;border-radius:8px;background:#f6f9fc;font-size:11px;color:#4a5b70}.interview-strip span{padding-right:10px;border-right:1px solid #dbe4ed}.offer-strip{background:#fff8e8;color:#7f5c12}.duplicate-item{background:#fffaf0}.candidate-summary a{color:var(--blue);text-decoration:none;font-weight:800}.candidate-summary a:hover{text-decoration:underline}
@media(max-width:950px){.workspace-two-col{grid-template-columns:1fr}.application-card{grid-template-columns:1fr}.application-actions{justify-content:flex-start}.ats-filter-group input{min-width:220px}}
@media(max-width:700px){.ats-list-toolbar{align-items:stretch}.ats-filter-group,.bulk-actions{width:100%}.ats-filter-group input,.ats-filter-group select{min-width:0;flex:1 1 100%}.candidate-actionbar{align-items:stretch}.candidate-actionbar .btn{flex:1 1 42%}.task-item,.duplicate-item{align-items:flex-start;flex-direction:column}}
@media print{.sidebar,.topbar,.candidate-actionbar,#candidateActionMount,#closeCandidateFile,.toast{display:none!important}.app-shell{display:block}.content{padding:0}.candidate-file{border:0;box-shadow:none}.main{width:100%}}

/* V1.3.3 — Master Data UX and inline vacancy helpers */
.master-warning{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;margin:0 0 16px;border:1px solid #f0c56b;border-radius:12px;background:#fff9e9;color:#6d4c00}.master-warning.soft{border-color:#cbd9e8;background:#f6f9fc;color:#42556b}.master-warning>div:first-child{display:grid;gap:4px}.master-warning span{font-size:12px}.field-with-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;align-items:center}.field-with-action input,.field-with-action select{width:100%}.mini-action{border:1px solid #cbd9e8;background:#f2f7fc;color:var(--blue);border-radius:9px;padding:10px 11px;font-weight:900;cursor:pointer;white-space:nowrap}.mini-action:hover{background:#e7f0fa}.master-shortcut{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin:-2px 0 4px;padding:8px 10px;border-radius:9px;background:#f8fbfe;color:var(--muted);font-size:12px}.master-shortcut .link-btn{color:var(--blue);font-weight:900}.master-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.master-metric{padding:10px;border:1px solid var(--line);border-radius:10px;background:#f8fafc;display:grid;gap:2px}.master-metric strong{font-size:22px}.master-metric span{font-size:11px;font-weight:900}.master-metric small{font-size:10px;color:var(--muted)}.master-data-grid{align-items:start}.master-card{min-width:0}.master-add-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:8px;align-items:center;margin-bottom:12px}.master-add-form input,.master-add-form select{min-width:0}.master-table{display:grid;border-top:1px solid var(--line)}.master-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.master-row>div:first-child{display:grid;gap:4px}.master-row .row-actions{justify-content:flex-end}.master-empty{padding:22px 0;text-align:center;color:var(--muted);font-size:12px}.status.inactive{background:#eef1f5;color:#657286}
@media(max-width:1050px){.master-metrics{grid-template-columns:repeat(2,1fr)}.master-add-form{grid-template-columns:1fr 1fr}.master-add-form button{grid-column:1/-1}.master-row{grid-template-columns:1fr auto}.master-row .row-actions{grid-column:1/-1;justify-content:flex-start}}
@media(max-width:760px){.master-warning{align-items:flex-start;flex-direction:column}.field-with-action{grid-template-columns:1fr}.mini-action{justify-self:start}.master-shortcut{align-items:flex-start;flex-direction:column}.master-metrics{grid-template-columns:1fr 1fr}.master-add-form{grid-template-columns:1fr}.master-add-form button{grid-column:auto}.master-row{grid-template-columns:1fr}.master-row .row-actions{grid-column:auto}.master-data-grid{grid-template-columns:1fr}}

/* V1.3.4 — public job posting controls */
.public-posting-panel{border:1px solid #cfe0ee;background:#f7fbfe;border-radius:14px;padding:16px}.public-posting-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.public-posting-head .check-label{font-weight:800;color:#0d3558}.public-posting-fields{margin-top:14px}.public-job-badge{display:inline-flex;align-items:center;border-radius:999px;background:#e9f8ef;color:#157347;padding:5px 9px;font-size:11px;font-weight:900;margin-left:6px}.external-cover-letter{margin-top:10px;border-left:3px solid #ef7d00;background:#fff8ef;padding:9px 11px;border-radius:6px;display:flex;flex-direction:column;gap:4px;color:#5d4a37}.external-cover-letter span{font-size:12px;line-height:1.55}.jobs-center .job-stats{flex-wrap:wrap}.jobs-center .job-stats>div{min-width:70px}


/* V1.3.5 — Recruitment Intelligence dashboard + dedicated CV Library */
.cards{grid-template-columns:repeat(6,minmax(0,1fr))}
.recruitment-home-head{align-items:flex-end}
.recruitment-summary-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0 0 14px}
.recruitment-summary-strip>div{border:1px solid var(--gy-line,var(--line));border-radius:12px;background:#fff;padding:13px 15px;display:flex;flex-direction:column;gap:4px;min-width:0}
.recruitment-summary-strip span{font-size:11px;color:var(--muted);font-weight:800}
.recruitment-summary-strip strong{font-size:24px;color:var(--gy-navy,var(--navy))}
.cv-library-strip{margin-top:2px;margin-bottom:22px}
.vacancy-performance-card{padding:0;overflow:hidden;margin-bottom:8px}
.vacancy-performance-table{min-width:930px}
.vacancy-performance-row{display:grid;grid-template-columns:minmax(260px,1.8fr) 105px 90px 90px 110px 105px 90px 85px;gap:12px;align-items:center;padding:13px 16px;border-bottom:1px solid var(--line);font-size:12px}
.vacancy-performance-row:last-child{border-bottom:0}
.vacancy-performance-head{background:#f7f9fb;color:#506982;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.vacancy-main-cell{display:flex;flex-direction:column;gap:4px;min-width:0}
.vacancy-main-cell strong{font-size:13px;color:var(--gy-navy,var(--navy));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vacancy-performance-row>div:not(.vacancy-main-cell){display:flex;flex-direction:column;gap:2px}
.match-rate{display:inline-flex;align-items:center;justify-content:center;min-width:58px;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900}
.match-rate.rate-high{background:#dff6e8;color:#0b713f}
.match-rate.rate-mid{background:#fff4d7;color:#966100}
.match-rate.rate-low{background:#fde7e7;color:#a83232}
@media(max-width:1350px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.recruitment-summary-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.recruitment-summary-strip{grid-template-columns:repeat(2,1fr)}.vacancy-performance-card{overflow:auto}}
@media(max-width:620px){.cards,.recruitment-summary-strip{grid-template-columns:1fr}}

/* V1.3.6 — Executive HR Dashboard */
.exec-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:28px;margin:0 0 18px;padding:26px 28px;border-radius:18px;background:linear-gradient(118deg,#0b3156 0%,#234f76 65%,#365f84 100%);color:#fff;box-shadow:0 15px 34px rgba(11,49,86,.16)}
.exec-hero::after{content:"";position:absolute;right:-86px;top:-118px;width:310px;height:310px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 44px rgba(255,255,255,.025),0 0 0 88px rgba(255,255,255,.02)}
.exec-hero-copy,.exec-hero-actions{position:relative;z-index:1}.exec-overline{font-size:10px;letter-spacing:.18em;font-weight:900;color:#ffad5c;margin-bottom:7px}.exec-hero h2{margin:0 0 7px;font-size:29px;line-height:1.15;color:#fff}.exec-hero p{margin:0;color:#dbe7f1;font-size:13px}.exec-live-row{display:flex;align-items:center;gap:8px;margin-top:13px;font-size:11px;color:#d8e4ef}.exec-live-row b{color:#fff}.exec-live-dot{width:8px;height:8px;border-radius:50%;background:#54d89a;box-shadow:0 0 0 5px rgba(84,216,154,.12)}.exec-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:520px}.exec-primary{background:#f47b00!important;color:#fff!important}.exec-primary:hover{background:#d96c00!important}.exec-ghost{background:rgba(255,255,255,.09)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;backdrop-filter:blur(6px)}.exec-ghost:hover{background:rgba(255,255,255,.16)!important}.exec-link-btn{text-decoration:none;display:inline-flex;align-items:center}

.exec-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0 0 18px}.exec-kpi{position:relative;min-width:0;display:flex;align-items:center;gap:13px;padding:16px 15px;background:#fff;border:1px solid var(--gy-line);border-radius:14px;box-shadow:0 5px 16px rgba(25,51,76,.045);overflow:hidden}.exec-kpi::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--kpi-accent,#365f84)}.exec-kpi-icon{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto;background:var(--kpi-soft,#edf3f8);color:var(--kpi-accent,#365f84);font-size:17px;font-weight:900}.exec-kpi-copy{display:grid;min-width:0}.exec-kpi-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.055em;font-weight:900;color:#6c7d8e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exec-kpi-copy strong{font-size:25px;line-height:1.05;color:#0b3156;margin:4px 0}.exec-kpi-copy small{font-size:10px;color:#77889a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tone-blue{--kpi-accent:#3578b5;--kpi-soft:#edf6fd}.tone-navy{--kpi-accent:#0b3156;--kpi-soft:#eaf0f5}.tone-green{--kpi-accent:#17845f;--kpi-soft:#e9f7f0}.tone-orange{--kpi-accent:#e77a12;--kpi-soft:#fff3e7}.tone-violet{--kpi-accent:#765aa6;--kpi-soft:#f3eef9}.tone-slate{--kpi-accent:#62748a;--kpi-soft:#eef2f5}

.exec-grid{display:grid;gap:14px;margin-bottom:14px}.exec-grid-primary{grid-template-columns:minmax(0,1.75fr) minmax(330px,.75fr)}.exec-grid-secondary{grid-template-columns:minmax(0,1.65fr) minmax(260px,.68fr) minmax(290px,.78fr)}.exec-grid-bottom{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.exec-panel{padding:18px 19px;border-radius:15px}.exec-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.exec-panel-head h3{font-size:17px;margin:2px 0 3px;color:#0b3156}.exec-panel-head .small{font-size:10px}.exec-delta{display:inline-flex;align-items:center;padding:6px 8px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap}.exec-delta.up{background:#e8f6ef;color:#147452}.exec-delta.down{background:#fff0ef;color:#a93f38}

.exec-trend-chart{height:235px;display:grid;grid-template-columns:repeat(6,minmax(34px,1fr));gap:14px;align-items:end;padding:18px 6px 2px;border-top:1px solid #edf1f5;background:linear-gradient(to bottom,rgba(54,95,132,.025),rgba(54,95,132,0))}.trend-col{height:100%;display:grid;grid-template-rows:22px 1fr 20px;align-items:end;text-align:center;min-width:0}.trend-value{font-size:11px;font-weight:900;color:#38546d;opacity:0;transition:opacity .15s}.trend-col:hover .trend-value{opacity:1}.trend-track{height:100%;position:relative;display:flex;align-items:flex-end;justify-content:center;border-radius:8px;background:repeating-linear-gradient(to top,transparent 0,transparent calc(25% - 1px),#edf1f4 25%)}.trend-track i{display:block;width:min(52px,64%);min-height:6px;border-radius:7px 7px 3px 3px;background:linear-gradient(180deg,#4b84b2,#285b85);box-shadow:0 7px 14px rgba(38,91,133,.14)}.trend-col:last-child .trend-track i{background:linear-gradient(180deg,#f5983d,#ef7c0d)}.trend-col>span{font-size:9px;color:#7b8998;white-space:nowrap}

.exec-donut-wrap{display:grid;grid-template-columns:152px 1fr;gap:18px;align-items:center;min-height:190px}.exec-donut{width:148px;height:148px;border-radius:50%;display:grid;place-items:center;position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}.exec-donut::after{content:"";position:absolute;width:98px;height:98px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px #eef2f5}.exec-donut>div{position:relative;z-index:1;display:grid;text-align:center}.exec-donut strong{font-size:27px;color:#0b3156}.exec-donut span{font-size:9px;color:#748496;font-weight:800}.exec-donut-legend{display:grid;gap:9px}.exec-donut-legend>div{display:grid;grid-template-columns:9px 1fr auto;gap:7px;align-items:center;font-size:10px;color:#657789}.exec-donut-legend b{color:#0b3156}.exec-donut-legend i{width:8px;height:8px;border-radius:50%}.legend-excellent{background:#17845f}.legend-strong{background:#4b88bd}.legend-review{background:#e4a23b}.legend-low{background:#c65b58}.legend-unscreened{background:#dce3e9}.exec-match-foot{display:flex;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid #edf1f5;font-size:10px;color:#718193}.exec-match-foot b{color:#0b3156;margin-left:3px}

.exec-pipeline-panel{margin-bottom:14px}.exec-funnel{display:grid;grid-template-columns:repeat(8,minmax(86px,1fr));gap:10px;overflow:auto;padding-bottom:2px}.funnel-step{min-width:88px;padding:10px 10px 11px;border-radius:11px;background:#f8fafc;border:1px solid #e8edf2}.funnel-label{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:8px}.funnel-label span{font-size:9px;color:#62748a;font-weight:800;white-space:nowrap}.funnel-label b{font-size:14px;color:#0b3156}.funnel-track{height:7px;background:#e8eef3;border-radius:999px;overflow:hidden}.funnel-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#365f84,#6f9ac1)}.funnel-step:nth-last-child(-n+2) .funnel-track i{background:linear-gradient(90deg,#2c8a68,#56b38f)}

.exec-vacancy-list{display:grid}.exec-vacancy-row{display:grid;grid-template-columns:minmax(210px,1.6fr) 72px 62px 72px 68px;gap:12px;align-items:center;padding:11px 0;border-top:1px solid #edf1f5}.exec-vacancy-row:first-child{border-top:0;padding-top:0}.exec-vacancy-title{display:flex;align-items:center;gap:9px;min-width:0}.exec-vacancy-title>div{display:grid;min-width:0}.exec-vacancy-title strong{font-size:11px;color:#0b3156;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exec-vacancy-title small{font-size:9px;color:#83909d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exec-job-dot{width:8px;height:8px;border-radius:50%;background:#9eacb9;flex:0 0 auto}.exec-job-dot.public{background:#18a06e;box-shadow:0 0 0 4px rgba(24,160,110,.08)}.exec-vacancy-stat{display:grid;gap:2px}.exec-vacancy-stat span{font-size:8px;color:#83909d;text-transform:uppercase}.exec-vacancy-stat b{font-size:12px;color:#193b58}.exec-vacancy-row .match-rate{min-width:52px;padding:5px 7px;font-size:9px}

.exec-source-list{display:grid;gap:15px;padding-top:2px}.source-row{display:grid;grid-template-columns:1fr 36px;gap:5px 8px;align-items:center}.source-row>div:first-child{grid-column:1/-1;display:flex;justify-content:space-between;gap:10px;font-size:10px}.source-row span{color:#66798b}.source-row b{color:#0b3156}.source-track{height:7px;background:#edf1f4;border-radius:999px;overflow:hidden}.source-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#315f87,#6d9bc1)}.source-row:nth-child(1) .source-track i{background:linear-gradient(90deg,#ed7d13,#f3aa60)}.source-row small{font-size:9px;color:#758699;text-align:right}

.exec-interview-list{display:grid}.exec-interview-row{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:10px 0;border-top:1px solid #edf1f5}.exec-interview-row:first-child{border-top:0;padding-top:0}.exec-date-box{width:40px;height:42px;border-radius:9px;background:#edf4fa;color:#0b3156;display:grid;place-items:center;align-content:center}.exec-date-box b{font-size:15px;line-height:1}.exec-date-box span{font-size:8px;text-transform:uppercase;color:#5f7890}.exec-interview-row>div:last-child{display:grid;gap:2px;min-width:0}.exec-interview-row strong{font-size:10px;color:#0b3156;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exec-interview-row span{font-size:9px;color:#536d84;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exec-interview-row small{font-size:8px;color:#8895a1}

.exec-watch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.exec-watch-item{display:grid;gap:3px;text-align:left;padding:12px;border:1px solid #e4eaf0;border-radius:11px;background:#fbfcfd;cursor:pointer}.exec-watch-item:hover{transform:translateY(-1px);box-shadow:0 6px 14px rgba(24,50,74,.06)}.exec-watch-item span{font-size:9px;font-weight:900;color:#5d7184;text-transform:uppercase}.exec-watch-item strong{font-size:21px;line-height:1.05;color:#0b3156}.exec-watch-item small{font-size:9px;color:#7a8998}.exec-watch-item.warn{border-color:#f0d2a6;background:#fffaf3}.exec-watch-item.warn strong{color:#a55b10}.exec-watch-item.good{border-color:#cfe8dc;background:#f7fcf9}.exec-watch-item.good strong{color:#177354}.exec-watch-item.info{border-color:#d8e5f1;background:#f8fbfd}

.exec-recent-list{display:grid}.exec-recent-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px 0;border-top:1px solid #edf1f5}.exec-recent-row:first-child{border-top:0;padding-top:0}.exec-mini-avatar{width:32px;height:32px;border-radius:9px;background:#edf4fa;color:#315f87;display:grid;place-items:center;font-size:9px;font-weight:900}.exec-recent-copy{display:grid;gap:1px;min-width:0}.exec-recent-copy strong{font-size:10px;color:#0b3156;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exec-recent-copy span{font-size:9px;color:#6c7d8f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exec-recent-meta{display:grid;gap:2px;text-align:right}.exec-recent-meta span{font-size:8px;color:#466785;font-weight:800}.exec-recent-meta small{font-size:8px;color:#8a96a2}.compact-empty{padding:24px 8px!important;font-size:11px}

.exec-people-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin-top:2px;border:1px solid var(--gy-line);border-radius:14px;background:#fff;overflow:hidden}.exec-people-strip>div{display:grid;gap:3px;padding:13px 15px;border-left:1px solid #e8edf2}.exec-people-strip>div:first-child{border-left:0}.exec-people-strip span{font-size:8px;color:#7a8998;text-transform:uppercase;font-weight:900}.exec-people-strip strong{font-size:18px;color:#0b3156}

@media(max-width:1500px){.exec-kpi-grid{grid-template-columns:repeat(3,1fr)}.exec-grid-secondary{grid-template-columns:minmax(0,1.45fr) minmax(240px,.7fr)}.exec-grid-secondary>article:last-child{grid-column:1/-1}.exec-interview-list{grid-template-columns:repeat(3,1fr);gap:0 18px}.exec-interview-row:nth-child(-n+3){border-top:0}.exec-people-strip{grid-template-columns:repeat(3,1fr)}.exec-people-strip>div:nth-child(4){border-left:0;border-top:1px solid #e8edf2}.exec-people-strip>div:nth-child(n+4){border-top:1px solid #e8edf2}}
@media(max-width:1100px){.exec-hero{align-items:flex-start;flex-direction:column}.exec-hero-actions{justify-content:flex-start;max-width:none}.exec-grid-primary,.exec-grid-secondary,.exec-grid-bottom{grid-template-columns:1fr}.exec-grid-secondary>article:last-child{grid-column:auto}.exec-interview-list{grid-template-columns:repeat(2,1fr)}.exec-interview-row:nth-child(3){border-top:1px solid #edf1f5}.exec-vacancy-panel{overflow:auto}.exec-vacancy-list{min-width:670px}}
@media(max-width:760px){.exec-hero{padding:21px 18px;border-radius:14px}.exec-hero h2{font-size:24px}.exec-hero-actions{width:100%}.exec-hero-actions .btn{flex:1;justify-content:center}.exec-kpi-grid{grid-template-columns:repeat(2,1fr)}.exec-kpi{padding:13px 12px}.exec-kpi-icon{width:34px;height:34px}.exec-kpi-copy strong{font-size:21px}.exec-donut-wrap{grid-template-columns:1fr;justify-items:center}.exec-donut-legend{width:100%}.exec-watch-grid{grid-template-columns:1fr 1fr}.exec-interview-list{grid-template-columns:1fr}.exec-interview-row:nth-child(2){border-top:1px solid #edf1f5}.exec-people-strip{grid-template-columns:repeat(2,1fr)}.exec-people-strip>div:nth-child(odd){border-left:0}.exec-people-strip>div:nth-child(n+3){border-top:1px solid #e8edf2}.exec-people-strip>div:nth-child(4){border-left:1px solid #e8edf2}.exec-trend-chart{gap:7px;height:205px}}
@media(max-width:520px){.exec-kpi-grid{grid-template-columns:1fr}.exec-watch-grid{grid-template-columns:1fr}.exec-people-strip{grid-template-columns:1fr}.exec-people-strip>div{border-left:0!important;border-top:1px solid #e8edf2}.exec-people-strip>div:first-child{border-top:0}.exec-trend-chart{grid-template-columns:repeat(6,minmax(25px,1fr));gap:4px}.trend-track i{width:70%}}

/* V1.3.7 — Professional Vacancy Builder */
.vacancy-builder{padding:0;overflow:visible;border-radius:18px;background:#f6f9fd;border-color:#dce6f0;box-shadow:0 18px 50px rgba(15,39,71,.08)}
.vacancy-builder-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px 28px 22px;background:#fff;border-bottom:1px solid #e5edf5;border-radius:18px 18px 0 0}
.vacancy-builder-head h3{font-size:25px;letter-spacing:-.02em;margin:3px 0 6px;color:#0f2747}
.vacancy-builder-head .kicker{color:#ef7d00;letter-spacing:.09em}
.vacancy-close{width:38px;height:38px;border:1px solid #dce6f0;border-radius:10px;background:#f8fbfe;color:#63758a;font-size:23px;line-height:1;cursor:pointer;transition:.18s ease}
.vacancy-close:hover{background:#eef4fa;color:#0f2747;border-color:#c9d9e8}
.vacancy-modern-form{padding:22px 24px 0;display:grid;gap:18px}
.vacancy-section{background:#fff;border:1px solid #dfe8f1;border-radius:16px;padding:20px 22px;box-shadow:0 5px 18px rgba(15,39,71,.035)}
.vacancy-section-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding-bottom:15px;margin-bottom:4px;border-bottom:1px solid #edf2f7}
.vacancy-section-head h4{margin:0;color:#0f2747;font-size:17px;letter-spacing:-.01em}
.vacancy-section-head p{margin:3px 0 0;color:#718096;font-size:12px;font-weight:500;line-height:1.45}
.vacancy-step{width:32px;height:32px;border-radius:10px;background:#edf5ff;color:#235da8;display:grid;place-items:center;font-size:12px;font-weight:900;border:1px solid #d9e9fb}
.vacancy-section-grid{gap:0 18px;padding-top:3px}
.vacancy-section-grid label{margin:15px 0 0;color:#193653;font-size:12.5px}
.vacancy-section-grid input,.vacancy-section-grid select,.vacancy-section-grid textarea{border-radius:11px;border-color:#d9e4ef;background:#fbfdff;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.vacancy-section-grid input:hover,.vacancy-section-grid select:hover,.vacancy-section-grid textarea:hover{border-color:#bfd0e1;background:#fff}
.vacancy-section-grid input:focus,.vacancy-section-grid select:focus,.vacancy-section-grid textarea:focus{background:#fff;border-color:#6ca0de;box-shadow:0 0 0 3px rgba(54,123,208,.10)}
.required-mark{color:#d33;font-weight:900}.field-optional{font-size:10px;color:#8795a7;background:#f2f5f8;padding:3px 6px;border-radius:999px;margin-left:5px;font-weight:700}.field-help{display:block;color:#8a98aa;font-size:10.5px;font-weight:500;line-height:1.45;margin-top:-1px}
.section-link{border:0;background:transparent;color:#235da8;font-size:11px;font-weight:800;cursor:pointer;padding:7px 0}.section-link:hover{text-decoration:underline}
.public-vacancy-section{background:linear-gradient(180deg,#fbfdff 0%,#f7fbff 100%);border-color:#cfe0ee}
.public-toggle-wrap{display:flex;align-items:center;gap:10px}.public-state{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.public-state.draft{background:#eef2f6;color:#66778a}.public-state.live{background:#e8f7ef;color:#137553}
.switch{position:relative;display:inline-block!important;width:46px;height:26px;margin:0!important;cursor:pointer}.switch input{opacity:0;width:0;height:0;position:absolute}.switch-slider{position:absolute;inset:0;background:#c8d4df;border-radius:999px;transition:.2s;box-shadow:inset 0 0 0 1px rgba(15,39,71,.05)}.switch-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 2px 5px rgba(15,39,71,.22);transition:.2s}.switch input:checked + .switch-slider{background:#1f70bb}.switch input:checked + .switch-slider:before{transform:translateX(20px)}
.portal-callout{display:flex;align-items:center;gap:12px;padding:14px 15px;margin-top:15px;border:1px solid #d8e7f3;background:#fff;border-radius:12px}.portal-icon{width:34px;height:34px;border-radius:10px;background:#eef6ff;color:#2368aa;display:grid;place-items:center;font-size:18px;font-weight:900}.portal-callout div:nth-child(2){display:flex;flex-direction:column;gap:3px}.portal-callout strong{font-size:12.5px;color:#163a5c}.portal-callout span{font-size:11px;color:#74869a;line-height:1.4}
.public-posting-collapse{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .24s ease,opacity .18s ease}.public-posting-collapse>.public-posting-fields{overflow:hidden}.public-posting-collapse.is-open{grid-template-rows:1fr;opacity:1}.public-posting-collapse.is-open>.public-posting-fields{padding-top:2px}
.portal-preview-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 14px;margin-top:14px;background:#f4f8fc;border:1px solid #e0e9f1;border-radius:11px}.portal-preview-row>div{display:flex;flex-direction:column;gap:3px}.portal-preview-row strong{font-size:12px;color:#163a5c}
.jd-upload-card{display:grid;grid-template-columns:auto minmax(180px,1fr) minmax(220px,auto) auto;gap:12px;align-items:center;margin-top:16px;padding:15px;border:1.5px dashed #b9ccde;border-radius:13px;background:#f8fbfe}.jd-upload-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#eaf3fb;color:#235da8;font-size:20px;font-weight:900}.jd-upload-copy{display:flex;flex-direction:column;gap:2px}.jd-upload-copy strong{font-size:12.5px;color:#193653}.jd-upload-copy span,.jd-file-state{font-size:10.5px;color:#8493a5}.jd-file-input{min-width:0;border:1px solid #d9e4ef!important;background:#fff!important;padding:8px!important;border-radius:9px!important;font-size:11px}.jd-file-input::file-selector-button{border:0;border-radius:7px;background:#edf4fb;color:#235da8;font-weight:800;padding:7px 9px;margin-right:8px;cursor:pointer}.jd-file-state{grid-column:2/-1;margin-top:-6px}
.ats-ai-chip{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#fff4e8;color:#b45c00;border:1px solid #f7d5ad;font-size:9.5px;font-weight:900;letter-spacing:.05em}
.vacancy-sticky-actions{position:sticky;bottom:0;z-index:6;margin:4px -24px 0;padding:14px 24px;border-top:1px solid #dce6ef;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:0 0 18px 18px;box-shadow:0 -10px 28px rgba(15,39,71,.06)}
.vacancy-save-state{display:flex;align-items:center;gap:8px;font-size:11px;color:#7c8b9d}.save-dot{width:8px;height:8px;border-radius:50%;background:#f2a23a;box-shadow:0 0 0 4px #fff3e1}.vacancy-action-buttons{display:flex;align-items:center;gap:9px}.btn.ghost{background:#fff;color:#35516d;border:1px solid #d7e2ed}.btn.ghost:hover{background:#f7fafc}
/* V1.9.0.13 — Compact vacancy ATS criteria layout */
.vacancy-ats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}
.vacancy-ats-grid label:not(.full){align-self:start}
.vacancy-ats-grid textarea{min-height:108px}
.vacancy-ats-grid #vCerts,.vacancy-ats-grid #vPref,.vacancy-ats-grid #vLangs{min-height:88px}
.vacancy-notes-field textarea{min-height:96px}
@media(min-width:1180px){.vacancy-ats-grid .vacancy-notes-field{max-width:980px}}
@media(max-width:720px){.vacancy-ats-grid{grid-template-columns:1fr}.vacancy-ats-grid .vacancy-notes-field{max-width:none}}

.vacancy-preview-overlay{position:fixed;inset:0;z-index:250;background:rgba(9,25,43,.62);backdrop-filter:blur(4px);display:grid;place-items:center;padding:24px;overflow:auto}.vacancy-preview-shell{width:min(850px,96vw);max-height:92vh;overflow:auto;background:#f6f9fc;border-radius:20px;box-shadow:0 30px 90px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.5)}.vacancy-preview-toolbar{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:13px 18px;background:#fff;border-bottom:1px solid #e2e9f0}.vacancy-preview-toolbar>div{display:flex;flex-direction:column;gap:2px}.vacancy-preview-toolbar strong{font-size:13px;color:#163653}.preview-label{font-size:9px;color:#ef7d00;font-weight:900;letter-spacing:.08em}.vacancy-preview-close{border:0;background:#eef3f7;color:#52687d;width:34px;height:34px;border-radius:9px;font-size:20px;cursor:pointer}.vacancy-preview-hero{padding:30px 34px;background:linear-gradient(135deg,#102b4d,#245d8c);color:#fff}.vacancy-preview-hero h2{font-size:29px;margin:8px 0 12px}.preview-company{font-size:10px;font-weight:900;letter-spacing:.09em;color:#ffb45f}.preview-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.preview-meta span{font-size:10.5px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.14)}.vacancy-preview-hero .btn.primary{background:#ef7d00}.vacancy-preview-body{padding:26px 34px;display:grid;gap:20px;background:#fff}.vacancy-preview-body section{padding-bottom:17px;border-bottom:1px solid #edf1f5}.vacancy-preview-body h4{margin:0 0 8px;color:#173858}.vacancy-preview-body p{margin:0;color:#52687d;font-size:13px;line-height:1.7}.preview-deadline{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;background:#f4f8fc;border-radius:11px;color:#65778b;font-size:11px}.preview-deadline strong{color:#173858}
@media(max-width:900px){.jd-upload-card{grid-template-columns:auto 1fr}.jd-file-input,.jd-upload-card .btn{grid-column:1/-1;width:100%}.jd-file-state{grid-column:1/-1;margin-top:0}.vacancy-section-head{grid-template-columns:auto 1fr}.vacancy-section-head>.section-link,.vacancy-section-head>.public-toggle-wrap,.vacancy-section-head>.ats-ai-chip{grid-column:2}.vacancy-sticky-actions{align-items:flex-start;flex-direction:column}.vacancy-action-buttons{width:100%;justify-content:flex-end}}
@media(max-width:620px){.vacancy-builder-head{padding:20px}.vacancy-modern-form{padding:14px 14px 0}.vacancy-section{padding:17px 15px}.vacancy-sticky-actions{margin-left:-14px;margin-right:-14px;padding:12px 14px}.vacancy-save-state{display:none}.vacancy-action-buttons{display:grid;grid-template-columns:1fr 1fr;width:100%}.vacancy-action-buttons .btn{width:100%}.vacancy-action-buttons .btn.primary{grid-column:1/-1}.portal-preview-row{align-items:stretch;flex-direction:column}.vacancy-preview-hero,.vacancy-preview-body{padding:22px}.vacancy-preview-hero h2{font-size:24px}}


/* V1.4.0 — ATS role-relevance guardrails */
.match-signal{display:inline-flex;align-items:center;gap:6px;width:max-content;margin-top:7px;padding:4px 8px;border-radius:999px;background:#eef6fb;color:#244b66;font-size:11px;font-weight:800;letter-spacing:.01em}
.match-signal.danger{background:#fff0ed;color:#a83b2c;border:1px solid #ffd3cb}
.rank-card.role-mismatch{border-color:#f1b7ad;background:linear-gradient(90deg,#fff9f7 0,#fff 32%)}


/* V1.4.1 — Candidate reject/block control center */
.btn.reject{background:#fff0ef;border:1px solid #f3c5c0;color:#a62c23;font-weight:900}.btn.reject:hover{background:#ffe5e2}
.btn.block{background:#292f3a;border:1px solid #292f3a;color:#fff;font-weight:900}.btn.block:hover{background:#161a21}
.reject-link{color:#b13a31!important}.block-link{color:#202833!important;font-weight:900!important}
.candidate-life.rejected{background:#fff0ef;color:#a62c23}.candidate-life.blocked{background:#292f3a;color:#fff}
.candidate-state-banner.rejected{background:#fff0ef;color:#8f2e27;border:1px solid #f2cbc7}.candidate-state-banner.blocked{background:#eef0f3;color:#202833;border:1px solid #cbd1d8}
.candidate-decision-center{margin:18px 0 22px;padding:17px 18px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 5px 18px rgba(16,39,71,.04)}
.decision-counts{display:flex;gap:8px;flex-wrap:wrap}.decision-pill{border:1px solid var(--line);border-radius:999px;padding:8px 11px;background:#fff;font-weight:800;cursor:pointer}.decision-pill b{margin-left:5px}.decision-pill.rejected{color:#a62c23;background:#fff6f5;border-color:#efcbc7}.decision-pill.blocked{color:#fff;background:#292f3a;border-color:#292f3a}
.decision-list{display:grid;gap:9px}.decision-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:12px 13px;border-radius:11px;border:1px solid var(--line);background:#fbfcfe}.decision-row.rejected{border-left:4px solid #c74b42}.decision-row.blocked{border-left:4px solid #292f3a;background:#f7f8fa}.decision-row strong{margin-right:8px}.decision-reason{margin-top:5px;font-size:12px;color:#556578}.decision-more{padding-top:9px;text-align:right}
.recruitment-summary-strip .decision-metric{cursor:pointer}.recruitment-summary-strip .decision-metric.rejected strong{color:#a62c23}.recruitment-summary-strip .decision-metric.blocked{background:#f0f2f5}.recruitment-summary-strip .decision-metric.blocked strong{color:#202833}
@media(max-width:760px){.decision-row{align-items:flex-start;flex-direction:column}.decision-row .row-actions{width:100%}.candidate-decision-center .section-head{align-items:flex-start;flex-direction:column;gap:10px}}

/* V1.4.2 — Hard vacancy eligibility gates */
.eligibility-summary{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:12px;margin:14px 0 18px}.eligibility-summary>div{border:1px solid #dce6ef;background:#f8fbfd;border-radius:12px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center}.eligibility-summary span{font-size:12px;color:#66788b}.eligibility-summary b{font-size:21px;color:#153b5f}.eligibility-summary .ok{background:#f1fbf6;border-color:#bfe3cf}.eligibility-summary .ok b{color:#17724f}.eligibility-summary .bad{background:#fff6f5;border-color:#efc4bf}.eligibility-summary .bad b{color:#b33f35}
.eligibility-badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;margin-top:5px}.eligibility-badge.eligible{background:#e5f7ed;color:#137049;border:1px solid #b9e3cb}.eligibility-badge.excluded{background:#fff0ef;color:#b13d34;border:1px solid #efbbb6}
.no-eligible-matches{border:1px dashed #d6e1ea;border-radius:14px;padding:26px;text-align:center;background:#fbfdff;display:flex;flex-direction:column;gap:7px}.no-eligible-matches strong{font-size:18px;color:#153b5f}.no-eligible-matches span{color:#6a7d91;font-size:13px}
.excluded-matches-panel{margin-top:18px;border:1px solid #efcbc7;border-radius:14px;overflow:hidden;background:#fff9f8}.excluded-matches-panel summary{cursor:pointer;padding:14px 16px;font-weight:800;color:#9e3d35;display:flex;gap:12px;align-items:center}.excluded-matches-panel summary span{font-weight:500;color:#7b7070;font-size:12px}.excluded-match-list{border-top:1px solid #efcbc7}.excluded-match-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(300px,2fr) auto;gap:14px;align-items:center;padding:13px 16px;border-bottom:1px solid #f3dddd}.excluded-match-row:last-child{border-bottom:0}.excluded-match-row>div:first-child{display:flex;flex-direction:column;gap:3px}.excluded-match-row>div:first-child span{font-size:12px;color:#6e7884}.excluded-reasons{display:flex;flex-wrap:wrap;gap:6px}.excluded-reasons span{background:#fff0ef;border:1px solid #f0c1bd;color:#a13e36;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.eligibility-blocked-note{display:inline-flex;background:#fff0ef;color:#a13e36;border:1px solid #f0c1bd;border-radius:9px;padding:8px 10px;font-size:12px;font-weight:800}
@media(max-width:900px){.eligibility-summary{grid-template-columns:1fr}.excluded-match-row{grid-template-columns:1fr}.excluded-matches-panel summary{align-items:flex-start;flex-direction:column}}


/* V1.4.3 — Compact main navigation */
.gypto-main-nav{
  min-height:62px;
  padding:0 28px;
  overflow:visible;
  gap:2px;
}
.gypto-main-nav .nav-btn{
  min-height:62px;
  padding:0 15px;
  gap:7px;
  font-size:12px;
}
.gypto-main-nav .nav-btn.active::after{height:3px}
.gypto-main-nav .nav-btn>span:first-child{font-size:13px}
.nav-more{position:relative;display:flex;align-items:stretch}
.nav-more-toggle{height:100%}
.nav-chevron{font-size:12px!important;color:#7890a5!important;margin-left:1px;transition:transform .16s ease}
.nav-more.open .nav-chevron{transform:rotate(180deg)}
.nav-more-menu{
  display:none;
  position:absolute;
  right:0;
  top:calc(100% - 2px);
  z-index:30;
  min-width:220px;
  padding:8px;
  background:#fff;
  border:1px solid var(--gy-line);
  border-radius:0 0 12px 12px;
  box-shadow:0 16px 34px rgba(25,51,76,.14);
}
.nav-more.open .nav-more-menu{display:grid;gap:3px}
.gypto-main-nav .nav-more-menu .nav-btn{
  width:100%;
  min-height:44px;
  padding:0 12px;
  justify-content:flex-start;
  border-radius:8px;
  white-space:nowrap;
}
.gypto-main-nav .nav-more-menu .nav-btn.active{background:#fff7ee}
.gypto-main-nav .nav-more-menu .nav-btn.active::after{display:none}
.gypto-main-nav .nav-more.active>.nav-more-toggle{background:#fffaf5;color:#b75900}
.gypto-main-nav .nav-more.active>.nav-more-toggle::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--gy-accent);
}
@media(max-width:1100px){
  .gypto-main-nav{padding:0 12px}
  .gypto-main-nav .nav-btn{padding:0 11px}
}
@media(max-width:760px){
  .gypto-main-nav{min-height:54px;overflow-x:auto;overflow-y:visible}
  .gypto-main-nav .nav-btn{min-height:54px;padding:0 12px}
  .nav-more-menu{position:fixed;right:12px;top:auto;margin-top:52px;min-width:210px}
}


/* V1.4.4 — polished candidate row actions */
#candidateTable th:last-child,#candidateTable td:last-child{min-width:188px;width:188px}
#candidateTable .row-actions{display:grid;grid-template-columns:repeat(2,minmax(76px,1fr));gap:7px;align-items:stretch;width:100%}
#candidateTable .row-actions .link-btn{min-height:34px;padding:7px 10px;border:1px solid #dbe5ef;border-radius:9px;background:#fff;color:#345f8d;font-size:11.5px;font-weight:900;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease}
#candidateTable .row-actions .link-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(15,39,71,.08)}
#candidateTable .row-actions [data-candidate-file]{background:#edf5fd;border-color:#cfe0f3;color:#1f5e9f}
#candidateTable .row-actions [data-candidate-file]::before{content:'↗';font-size:13px}
#candidateTable .row-actions [data-quick-edit]::before{content:'✎';font-size:12px}
#candidateTable .row-actions [data-quick-reject]{background:#fff4f2;border-color:#f2d0cb;color:#ad352b!important}
#candidateTable .row-actions [data-quick-reject]::before{content:'×';font-size:16px;line-height:.7}
#candidateTable .row-actions [data-quick-block]{background:#27313d;border-color:#27313d;color:#fff!important}
#candidateTable .row-actions [data-quick-block]::before{content:'⊘';font-size:13px}
#candidateTable .row-actions [data-quick-restore]{background:#eef8f4;border-color:#cee9de;color:#147d64!important}
#candidateTable .row-actions [data-quick-restore]::before{content:'↺';font-size:13px}
#candidateTable .row-actions [data-quick-delete]{grid-column:1/-1;background:#fff;border-color:#edc9c5;color:#b42318!important}
#candidateTable .row-actions [data-quick-delete]::before{content:'⌫';font-size:13px}
#candidateTable tbody tr:hover td{background:#fbfdff}
#candidateTable tbody tr:hover td:last-child{background:#f8fbfe}
@media(max-width:760px){#candidateTable th:last-child,#candidateTable td:last-child{min-width:174px;width:174px}#candidateTable .row-actions{gap:6px}#candidateTable .row-actions .link-btn{min-height:32px;padding:6px 8px;font-size:11px}}


/* V1.4.6 — realtime in-app notification center */
.notification-center{position:relative;display:flex;align-items:center}
.notification-bell{position:relative;width:46px;height:46px;font-size:19px;display:grid;place-items:center}
.notification-bell-icon{line-height:1;filter:saturate(.75)}
.notification-badge{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#e5532d;color:#fff;border:2px solid #fff;font-size:10px;font-weight:900;line-height:16px;text-align:center;box-shadow:0 3px 10px rgba(229,83,45,.28)}
.notification-panel{position:absolute;z-index:1200;top:56px;right:0;width:min(410px,calc(100vw - 28px));background:#fff;border:1px solid #dbe5ef;border-radius:18px;box-shadow:0 24px 60px rgba(14,50,82,.22);overflow:hidden}
.notification-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 17px;border-bottom:1px solid #edf2f7;background:#fbfdff}
.notification-panel-head>div{display:flex;flex-direction:column;gap:2px}.notification-panel-head strong{color:#0d365b;font-size:15px}.notification-panel-head span{font-size:11px;color:#71849a}.notification-panel-head .link-btn{font-size:11px;white-space:nowrap}
.notification-list{max-height:470px;overflow:auto}.notification-empty{padding:28px 18px;text-align:center;color:#7b8b9b;font-size:13px}
.notification-item{position:relative;width:100%;display:grid;grid-template-columns:10px 1fr;gap:10px;text-align:left;border:0;border-bottom:1px solid #edf2f7;background:#fff;padding:14px 16px;cursor:pointer;font:inherit;color:inherit}.notification-item:hover{background:#f7fbff}.notification-item.unread{background:#f1f7fc}.notification-item:last-child{border-bottom:0}
.notification-dot{width:7px;height:7px;border-radius:50%;margin-top:7px;background:#c6d3df}.notification-item.unread .notification-dot{background:#ff7a00;box-shadow:0 0 0 4px rgba(255,122,0,.10)}
.notification-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.notification-copy strong{font-size:13px;color:#123c62}.notification-copy>span{font-size:12px;line-height:1.45;color:#4c647a}.notification-copy small{font-size:10px;color:#8192a2}
@media(max-width:760px){.notification-panel{position:fixed;top:76px;left:12px;right:12px;width:auto}.notification-bell{width:42px;height:42px}.gypto-header-actions{gap:7px}}


/* V1.5.3 — Notification email routing */
.user-chip-settings{
  cursor:pointer;border-radius:12px;padding:6px 8px!important;transition:background .16s ease,box-shadow .16s ease;
}
.user-chip-settings:hover,.user-chip-settings:focus-visible{
  background:#f3f7fa;box-shadow:0 0 0 2px rgba(54,95,132,.10);outline:none;
}
.notification-email-modal{width:min(560px,100%)}
.notification-route-card{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0 8px;
}
.notification-route-card>div{
  padding:14px;border:1px solid var(--gy-line,var(--line));border-radius:12px;background:#f8fafc;min-width:0;
}
.notification-route-card span{display:block;font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}
.notification-route-card strong{display:block;color:var(--gy-navy,var(--navy));font-size:13px;overflow-wrap:anywhere}
.notification-email-cell{min-width:230px}
.notification-email-editor{display:flex;align-items:center;gap:6px;min-width:260px}
.notification-email-editor input{min-width:190px;margin:0;padding:8px 9px;font-size:12px}
.notification-email-editor .btn{white-space:nowrap}
@media(max-width:760px){
  .notification-route-card{grid-template-columns:1fr}
  .user-chip-settings{padding:4px!important}
}


/* ============================================================
   GYPTO HRIS V1.6.0 — Interview & Offer Workspace
   ============================================================ */
.interview-record-list{display:grid;gap:9px;margin-top:12px;grid-column:1/-1}
.interview-record{display:grid;grid-template-columns:minmax(280px,1fr) 100px auto;gap:14px;align-items:center;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fbfdff}
.interview-record.completed{border-left:4px solid #2aa96b}
.interview-record-main{display:flex;gap:11px;align-items:center;min-width:0}
.interview-record-main>div:last-child{display:grid;gap:2px;min-width:0}
.interview-record-main span,.interview-record-main small{color:var(--muted);font-size:12px}
.interview-type-icon{width:38px;height:38px;border-radius:11px;background:#edf5fb;color:#1d587f;display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.interview-record-score{display:grid;text-align:center}
.interview-record-score b{font-size:20px;color:var(--navy)}
.interview-record-score span{font-size:10px;color:var(--muted);font-weight:800;text-transform:uppercase}
.interview-empty-state{grid-column:1/-1;padding:12px;border:1px dashed var(--line);border-radius:12px;color:var(--muted);font-size:12px;margin-top:10px}

.interview-workspace{margin-top:14px;border:1px solid var(--line);border-radius:18px;background:#f7fafc;padding:18px}
.interview-workspace-head{margin-bottom:14px}
.interview-context-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:10px;margin-bottom:14px}
.interview-context-grid>div{background:white;border:1px solid var(--line);border-radius:13px;padding:12px;display:grid;gap:3px}
.interview-context-grid span{font-size:10px;color:var(--muted);text-transform:uppercase;font-weight:800}
.interview-context-grid b{font-size:22px;color:var(--navy)}
.interview-context-grid small{font-size:11px;color:var(--muted)}
.interview-workspace-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:14px;align-items:start}
.interview-question-panel,.interview-scorecard-panel{margin:0}
.interview-question-list{display:grid;gap:10px}
.interview-question-card{border:1px solid var(--line);border-radius:13px;padding:13px;background:#fff;display:grid;gap:9px}
.interview-question-card>strong{font-size:14px;line-height:1.45;color:var(--navy)}
.interview-question-card textarea{margin:0}
.interview-question-top{display:flex;justify-content:space-between;gap:10px;align-items:center}
.interview-question-top>div{display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.interview-question-top select{width:82px;margin:0;padding:7px}
.question-number{width:24px;height:24px;border-radius:8px;background:#eaf2f8;color:#174e77;display:inline-grid;place-items:center;font-size:11px;font-weight:900}
.question-source,.question-competency,.question-required,.question-knockout{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.question-source{background:#edf3f7;color:#44657c}
.question-source.smart{background:#f3ecff;color:#7145a5}
.question-source.bank{background:#eaf5ff;color:#246493}
.question-source.custom{background:#fff4dd;color:#8a5a00}
.question-competency{background:#f2f4f6;color:#5d6c78}
.question-required{background:#edf9f2;color:#18784a}
.question-knockout{background:#fff0ef;color:#b4322b}
.interview-question-card details{font-size:11px;color:var(--muted)}
.interview-question-card details p{margin:6px 0 0}
.danger-check{color:#a72c25}
.scorecard-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.interview-score-field{display:grid;gap:5px}
.interview-score-field>span{font-size:11px;font-weight:800;color:#496275}
.interview-save-actions{display:flex;gap:9px;margin-top:12px;flex-wrap:wrap}
.interview-next-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}
.interview-next-actions>span{font-size:11px;font-weight:900;color:var(--muted);text-transform:uppercase}

.offer-workflow-strip{grid-column:1/-1;display:flex;justify-content:space-between;gap:16px;align-items:center;border:1px solid #d9e4ed;background:#f8fbfd;border-radius:13px;padding:12px 14px;margin-top:10px}
.offer-workflow-strip>div:first-child{display:grid;gap:2px}
.offer-workflow-strip span,.offer-workflow-strip small{font-size:11px;color:var(--muted)}
.offer-workflow-actions{display:flex;gap:7px}
.offer-builder{border-top:4px solid #ff7a00}
.offer-package-preview{border-radius:14px;background:linear-gradient(135deg,#103d61,#2b638a);color:#fff;padding:14px 16px;display:grid;grid-template-columns:auto 1fr;gap:4px 15px;align-items:center}
.offer-package-preview span{font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.06em;opacity:.8}
.offer-package-preview strong{font-size:22px}
.offer-package-preview small{grid-column:1/-1;opacity:.75}
.offer-approval-note{padding:11px 13px;border-radius:11px;background:#fff5e7;border:1px solid #f3d2a4;display:grid;gap:3px}
.offer-approval-note span{font-size:12px;color:#7a5c35}

.interview-bank-admin{display:grid;gap:16px}
.interview-bank-list{display:grid;gap:8px;max-height:520px;overflow:auto}
.interview-bank-row{display:flex;justify-content:space-between;gap:14px;align-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;padding:11px 12px}
.interview-bank-row.inactive{opacity:.55}
.interview-bank-row>div:first-child{display:flex;gap:6px;align-items:center;flex-wrap:wrap;min-width:0}
.interview-bank-row strong{flex-basis:100%;font-size:13px;color:var(--navy)}
.interview-bank-row small{flex-basis:100%;color:var(--muted)}

@media(max-width:1100px){
  .interview-context-grid{grid-template-columns:repeat(3,1fr)}
  .interview-workspace-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .interview-record{grid-template-columns:1fr}
  .interview-context-grid{grid-template-columns:1fr 1fr}
  .scorecard-grid{grid-template-columns:1fr}
  .offer-workflow-strip{display:grid}
}


/* ============================================================
   GYPTO HRIS V1.7.0 — End-to-End Recruitment Lifecycle
   ============================================================ */
.lifecycle-workspace{border-top:4px solid #28658f}
.form-governance-note{display:flex;gap:10px;align-items:flex-start;padding:11px 13px;border:1px solid #d8e8f3;background:#f5fbff;border-radius:12px;margin-bottom:14px}
.form-governance-note strong{color:#174d74;white-space:nowrap}
.form-governance-note span{font-size:12px;color:var(--muted)}
.application-upload-row{display:flex;gap:9px;align-items:center;margin-bottom:12px}
.application-upload-row input{margin:0;flex:1}
.compact-form{padding:12px;background:#f8fafc;border:1px solid var(--line);border-radius:13px;margin-bottom:13px}

.lifecycle-application-card{position:relative}
.lifecycle-status-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}
.lifecycle-chip{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.025em;background:#f1f4f6;color:#667986}
.lifecycle-chip.complete{background:#e8f8ef;color:#0e7545}
.lifecycle-chip.pending{background:#fff5df;color:#8a5b00}
.lifecycle-chip.danger{background:#fff0ef;color:#aa3029}
.hire-ready-banner{grid-column:1/-1;margin-top:10px;border:1px solid #bce2ca;background:#edf9f2;border-radius:13px;padding:12px 14px;display:flex;justify-content:space-between;gap:14px;align-items:center}
.hire-ready-banner>div{display:grid;gap:2px}
.hire-ready-banner strong{color:#0b7042}
.hire-ready-banner span{font-size:11px;color:#577063}
.btn.success{background:#168a55;color:white;border-color:#168a55}

.manager-review-workspace{border-top-color:#7153a3}
.manager-review-history{margin-top:16px;border-top:1px solid var(--line);padding-top:12px}
.manager-review-history-row{padding:10px 0;border-bottom:1px solid var(--line)}
.manager-review-history-row>div{display:flex;gap:9px;align-items:center}
.manager-review-history-row p{font-size:12px;color:#425b6c;margin:6px 0 0}

.decision-badge{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;background:#eef2f5;color:#526879}
.decision-badge.proceed,.decision-badge.selected{background:#e8f8ef;color:#0e7545}
.decision-badge.do-not-proceed,.decision-badge.not-selected{background:#fff0ef;color:#a62e27}
.decision-badge.hold,.decision-badge.alternate,.decision-badge.return-to-hr{background:#fff5df;color:#8a5b00}

.selection-board{overflow:visible}
.selection-capacity{padding:8px 11px;border-radius:999px;background:#edf4f9;color:#235779;font-weight:900;font-size:11px}
.selection-board-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:12px}
.selection-candidate-card{position:relative;border:1px solid var(--line);border-radius:15px;background:#fff;padding:15px;display:grid;gap:11px}
.selection-candidate-card.selected{border:2px solid #25a66a;background:#f7fffa}
.selection-candidate-card.alternate{border-color:#e6b34d;background:#fffdf7}
.selection-candidate-card.not_selected{opacity:.72}
.selection-rank{position:absolute;right:12px;top:12px;border-radius:9px;background:#edf3f7;padding:5px 8px;font-weight:900;color:#315a76}
.selection-person{display:grid;gap:3px;padding-right:45px}
.selection-person strong{font-size:16px;color:var(--navy)}
.selection-person span{font-size:11px;color:var(--muted)}
.selection-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}
.selection-metrics>div{padding:8px 5px;border-radius:10px;background:#f7f9fb;text-align:center;display:grid;gap:2px}
.selection-metrics span{font-size:8px;color:var(--muted);text-transform:uppercase;font-weight:900}
.selection-metrics b{font-size:14px;color:#173f5c}
.selection-evidence{display:flex;gap:5px;flex-wrap:wrap}
.selection-manager-note{font-size:11px;color:#4f6574;background:#f8fafc;padding:9px;border-radius:10px}
.selection-decision{display:grid;gap:8px}

.recruitment-timeline{position:relative;display:grid;gap:0;padding:6px 0 8px 10px}
.recruitment-timeline:before{content:"";position:absolute;left:18px;top:10px;bottom:10px;width:2px;background:#dbe5ec}
.timeline-event{position:relative;display:grid;grid-template-columns:26px 1fr;gap:8px;padding:9px 0}
.timeline-dot{width:12px;height:12px;border-radius:50%;background:#2f6d97;border:3px solid #eaf3f8;margin-top:2px;z-index:1}
.timeline-event>div{display:grid;gap:2px}
.timeline-event strong{font-size:12px;color:#173f5c}
.timeline-event p{margin:3px 0 0;font-size:11px;color:#526a79}

.preemployment-offer-state{padding:10px 12px;border-radius:11px;background:#f5f8fa;margin-bottom:12px;font-size:12px}
.preemployment-list{display:grid;gap:8px;margin-bottom:14px}
.preemployment-row{display:grid;grid-template-columns:minmax(220px,1fr) 140px minmax(180px,1fr) 110px;gap:9px;align-items:center;border:1px solid var(--line);border-radius:12px;padding:10px 11px;background:#fff}
.preemployment-row>div{display:grid;gap:2px}
.preemployment-row select,.preemployment-row input{margin:0}

.my-interview-list{display:grid;gap:10px}
.my-interview-card{display:grid;grid-template-columns:105px minmax(250px,1fr) 110px auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff}
.my-interview-card.completed{border-left:4px solid #28a267}
.my-interview-date{display:grid;gap:2px}
.my-interview-date b{font-size:12px;color:#183f5c}
.my-interview-date span{font-size:11px;color:var(--muted)}
.my-interview-person{display:grid;gap:2px}
.my-interview-person strong{font-size:14px;color:var(--navy)}
.my-interview-person span,.my-interview-person small{font-size:11px;color:var(--muted)}
.interview-result-pill{display:inline-flex;padding:7px 9px;border-radius:10px;background:#e8f8ef;color:#0e7545;font-weight:900}

@media(max-width:900px){
  .preemployment-row{grid-template-columns:1fr 1fr}
  .my-interview-card{grid-template-columns:1fr}
  .selection-metrics{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:600px){
  .application-upload-row{display:grid}
  .preemployment-row{grid-template-columns:1fr}
  .selection-metrics{grid-template-columns:1fr 1fr}
  .hire-ready-banner{display:grid}
}

/* ============================================================
   GYPTO HRIS V1.8.0 — Manpower Request Workflow
   ============================================================ */
.manpower-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:26px 28px;margin-bottom:14px;border-radius:18px;background:linear-gradient(125deg,#103d61,#2c648c);color:#fff;box-shadow:0 12px 32px rgba(31,73,102,.10)}
.manpower-hero .kicker{color:#ff9a34}.manpower-hero h2{margin:4px 0 6px;font-size:30px}.manpower-hero p{margin:0;max-width:820px;color:#dfeaf1;font-size:13px;line-height:1.55}.manpower-hero .exec-primary{white-space:nowrap;text-decoration:none}
.manpower-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.manpower-kpis>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 15px;display:grid;gap:3px}.manpower-kpis span{font-size:9px;font-weight:900;text-transform:uppercase;color:var(--muted);letter-spacing:.04em}.manpower-kpis b{font-size:24px;color:var(--navy)}
.manpower-inbox{margin:0}.manpower-filters{display:flex;gap:8px;align-items:center}.manpower-filters input,.manpower-filters select{margin:0;min-width:190px;padding:9px 10px;font-size:11px}.manpower-request-list{display:grid;gap:12px}.manpower-request-card{border:1px solid var(--line);border-radius:15px;background:#fff;padding:15px;display:grid;gap:11px;transition:box-shadow .15s ease,border-color .15s ease}.manpower-request-card:hover{box-shadow:0 10px 28px rgba(39,72,94,.07)}.manpower-request-card.submitted,.manpower-request-card.under_hr_review{border-left:4px solid #ef9b2d}.manpower-request-card.returned{border-left:4px solid #cc7442}.manpower-request-card.approved,.manpower-request-card.recruiting{border-left:4px solid #397aa5}.manpower-request-card.filled{border-left:4px solid #29a66a;background:#fbfffc}.manpower-request-card.rejected,.manpower-request-card.cancelled{opacity:.75;border-left:4px solid #bf4c45}
.manpower-card-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.manpower-code-row{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.manpower-card-top h3{margin:5px 0 3px;color:var(--navy);font-size:18px}.manpower-card-top p{margin:0;color:var(--muted);font-size:11px}.priority-pill{display:inline-flex;padding:4px 7px;border-radius:999px;background:#edf2f5;color:#617685;font-size:8px;font-weight:900;text-transform:uppercase}.priority-pill.high{background:#fff3dc;color:#8b5b00}.priority-pill.critical{background:#fff0ef;color:#aa3029}.priority-pill.low{background:#edf8f2;color:#277452}.manpower-progress{min-width:72px;text-align:center;padding:8px 10px;border-radius:12px;background:#f4f8fb;display:grid}.manpower-progress b{font-size:18px;color:#174e73}.manpower-progress span{font-size:8px;text-transform:uppercase;color:var(--muted);font-weight:900}
.manpower-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.manpower-meta>div{padding:8px 9px;background:#f8fafc;border-radius:10px;display:grid;gap:2px}.manpower-meta span{font-size:8px;text-transform:uppercase;font-weight:900;color:var(--muted)}.manpower-meta b{font-size:11px;color:#2b4f68}.manpower-reason{padding:10px 11px;border-radius:11px;background:#f8fafc}.manpower-reason strong{display:block;font-size:9px;text-transform:uppercase;color:#6a7d8a}.manpower-reason p{margin:4px 0 0;font-size:12px;line-height:1.5;color:#38566b}.manpower-details{border-top:1px solid var(--line);padding-top:9px}.manpower-details summary{cursor:pointer;color:#245e85;font-size:11px;font-weight:900}.manpower-details p{font-size:11px;color:#506775;margin:6px 0}.request-feedback{display:flex;gap:9px;align-items:flex-start;padding:10px 11px;border-radius:11px;background:#fff7e9;border:1px solid #efd9b8;color:#765b38}.request-feedback.returned{background:#fff2eb;border-color:#edc4ad;color:#894a2b}.request-feedback b{font-size:10px;white-space:nowrap}.request-feedback span{font-size:11px;line-height:1.4}.linked-vacancy{display:flex;gap:8px;align-items:center;padding:9px 10px;background:#edf6fc;border-radius:10px}.linked-vacancy>span{font-size:8px;text-transform:uppercase;font-weight:900;color:#5d7b8e}.linked-vacancy strong{font-size:11px;color:#174f75}.manpower-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:10px}.manpower-actions a{text-decoration:none}
@media(max-width:900px){.manpower-hero{display:grid}.manpower-kpis{grid-template-columns:1fr 1fr}.manpower-meta{grid-template-columns:1fr 1fr}.manpower-filters{display:grid}.manpower-filters input,.manpower-filters select{min-width:0;width:100%}}
@media(max-width:560px){.manpower-kpis,.manpower-meta{grid-template-columns:1fr}.manpower-card-top{display:grid}.manpower-progress{justify-self:start}.manpower-hero{padding:20px}}


/* V1.8.3 — Fine-grained HR access matrix */
.user-access-modal{width:min(760px,calc(100vw - 28px));max-height:88vh;overflow:auto}
.access-preset-row{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0 15px}
.access-check-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.access-check-item{display:flex!important;gap:10px;align-items:flex-start;border:1px solid var(--line);border-radius:12px;background:#fbfdff;padding:11px 12px;cursor:pointer}
.access-check-item input{width:17px!important;height:17px!important;margin:2px 0 0!important;flex:0 0 auto}
.access-check-item span{display:grid;gap:3px}.access-check-item b{font-size:12px;color:var(--navy)}.access-check-item small{font-size:10px;color:var(--muted);line-height:1.35}
.permission-warning{margin-top:12px;padding:10px 12px;border-radius:10px;background:#fff7e8;border:1px solid #f0d9ae;color:#75572b;font-size:11px}
.module-access-cell{min-width:210px}.module-access-summary{max-width:260px;white-space:normal;line-height:1.35;margin-top:5px}
.access-denied-card{max-width:620px;margin:30px auto;text-align:center;border-top:4px solid #d88600}
@media(max-width:760px){.access-check-grid{grid-template-columns:1fr}}

/* V1.8.4 — external manpower requester identity in HR inbox. */
.manpower-meta>div small{display:block;margin-top:3px;font-size:9px;color:var(--muted);font-weight:600;overflow-wrap:anywhere}
.manpower-submission-audit{display:flex;gap:8px;align-items:center;margin-top:8px;padding:7px 9px;border-radius:9px;background:#f5f8fa;color:#617887;font-size:9px}.manpower-submission-audit span{text-transform:uppercase;font-weight:900}.manpower-submission-audit b{color:#31546b}.manpower-submission-audit.external{background:#edf6fc;color:#346584}


/* ============================================================
   GYPTO HRIS V1.8.5 — Administration / Audit / Backup Center
   ============================================================ */
.admin-control-grid{display:grid;grid-template-columns:repeat(4,minmax(210px,1fr));gap:12px;margin-bottom:16px}
.admin-control-card{margin:0;display:grid;grid-template-rows:auto 1fr auto;gap:12px;min-height:210px}
.admin-control-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#edf5fb;color:#164d75;font-size:20px}
.admin-master-summary{margin-bottom:16px}
.permission-toolbar,.audit-toolbar{display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(150px,.7fr));gap:10px;align-items:end;margin:14px 0}
.permission-toolbar{grid-template-columns:minmax(280px,1fr) auto}
.permission-toolbar label,.audit-toolbar label{margin:0}
.permission-note,.backup-security-note{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;border:1px solid #d5e4ef;background:#f5fbff;border-radius:13px;margin:12px 0 14px}
.permission-note strong,.backup-security-note strong{color:#174d74;white-space:nowrap}
.permission-note span,.backup-security-note span{font-size:12px;color:#536d7f;line-height:1.5}
.permission-table-wrap{max-height:650px}
.access-check-item.disabled{opacity:.52}
.audit-table-wrap{max-height:620px}
.audit-detail-modal{width:min(1100px,94vw)}
.audit-change-summary{display:flex;gap:6px;flex-wrap:wrap;margin:4px 0 12px}
.audit-change-summary span{font-size:10px;font-weight:800;padding:5px 8px;border-radius:999px;background:#edf3f7;color:#46657a}
.audit-json-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.audit-json-grid>div{min-width:0}
.audit-json-grid pre{margin:0;max-height:480px;overflow:auto;background:#101b24;color:#dbe8ef;border-radius:12px;padding:13px;font-size:11px;line-height:1.5;white-space:pre-wrap;word-break:break-word}
.backup-grid{align-items:stretch}
.backup-action-card{margin:0;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}
.backup-action-card>button,.backup-action-card>input,.backup-action-card>.restore-preview,.backup-action-card>label,.backup-action-card>.backup-progress{grid-column:1/-1}
.backup-icon{width:48px;height:48px;border-radius:14px;background:#edf5fb;display:grid;place-items:center;font-size:22px;color:#174d74}
.danger-zone{border-top:4px solid #b13b32}
.backup-progress{margin-top:4px;padding:10px 12px;border-radius:11px;background:#f6f9fb;border:1px solid var(--line)}
.backup-progress>div{display:flex;justify-content:space-between;gap:10px;margin-bottom:7px;font-size:11px}
.backup-progress progress{width:100%;height:9px}
.restore-preview{padding:11px 12px;border-radius:11px;border:1px dashed var(--line);display:grid;gap:3px;font-size:11px}
.restore-preview.valid{border-style:solid;border-color:#acd9bc;background:#effaf3;color:#176e46}
.restore-preview.invalid{border-style:solid;border-color:#efb9b4;background:#fff4f2;color:#a3322a}
.restore-preview strong{font-size:12px}
.restore-preview span,.restore-preview small{font-size:11px}
@media(max-width:1200px){
  .admin-control-grid{grid-template-columns:1fr 1fr}
  .audit-toolbar{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .admin-control-grid{grid-template-columns:1fr}
  .permission-toolbar,.audit-toolbar{grid-template-columns:1fr}
  .audit-json-grid{grid-template-columns:1fr}
}


/* ============================================================
   GYPTO HRIS V1.8.6 — My Work / Assignment / Team Workload
   ============================================================ */
.my-today-panel{margin:14px 0}.my-today-kpis{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px;margin:10px 0}.my-today-kpis>div{background:#f7fafc;border:1px solid var(--line);border-radius:12px;padding:11px 13px;display:flex;align-items:baseline;gap:8px}.my-today-kpis b{font-size:22px;color:#123f63}.my-today-kpis span{font-size:10px;font-weight:800;text-transform:uppercase;color:#6d8290}.my-today-list{display:grid;gap:7px}.my-today-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border-top:1px solid #edf1f4;padding-top:8px}.my-today-row div{min-width:0;display:grid}.my-today-row div span{font-size:10px;color:#667b8b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-today-row small{font-size:10px;font-weight:700}.compact-empty{padding:14px!important;min-height:0!important}.danger-text{color:#b5352e!important}
.my-work-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin:12px 0 18px}.my-work-summary>div{border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px 15px;display:grid}.my-work-summary b{font-size:26px;color:#174d74}.my-work-summary span{font-size:10px;color:#6b7f8e;text-transform:uppercase;font-weight:800}.my-work-summary .today{border-top:4px solid #2d78aa}.my-work-summary .overdue{border-top:4px solid #b13b32}.my-work-section{margin:14px 0 20px}.my-work-list{display:grid;gap:9px}.my-work-card{border:1px solid var(--line);border-left:4px solid #5d7a8e;background:#fff;border-radius:14px;padding:13px 15px}.my-work-card.today{border-left-color:#2d78aa}.my-work-card.overdue{border-left-color:#b13b32}.my-work-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.my-work-card-top>div{display:flex;gap:6px;align-items:center}.my-work-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);gap:18px;margin:10px 0}.my-work-main h4{margin:0 0 4px}.my-work-main p{margin:0 0 4px;color:#526b7c}.my-work-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.my-work-meta span{display:grid;font-size:10px;color:#5f7484;background:#f7fafc;border-radius:9px;padding:7px 8px}.my-work-meta b{font-size:8px;text-transform:uppercase;letter-spacing:.07em;color:#8a9aa5;margin-bottom:2px}.work-source{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;background:#edf3f7;color:#415d70}.work-source.interview{background:#fff0df;color:#9c5908}.work-source.candidate_task{background:#eef8f3;color:#287355}.work-source.work_action{background:#edf2ff;color:#3d5e9b}.work-priority{display:inline-flex;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:900;text-transform:uppercase;background:#f2f4f6;color:#5d6f7c}.work-priority.high{background:#fff1df;color:#9a5909}.work-priority.urgent{background:#fff0ef;color:#ac3029}.work-priority.low{background:#edf7f3;color:#39745f}.my-work-actions{justify-content:flex-end}
.team-work-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:12px}.team-work-card{margin:0}.team-work-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center}.team-work-head>div:nth-child(2){display:grid;min-width:0}.team-work-head span{font-size:10px;color:#6a7f8e}.avatar-mini{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e9f2f8;color:#174d74;font-weight:900}.team-open-count{width:32px;height:32px;border-radius:10px;background:#174d74;color:#fff!important;display:grid;place-items:center;font-weight:900}.team-work-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:10px 0}.team-work-stats span{display:grid;text-align:center;background:#f7fafc;border-radius:9px;padding:7px;font-size:9px;color:#657987}.team-work-stats b{font-size:16px;color:#174d74}.team-work-items{display:grid;gap:6px;min-height:92px;margin-bottom:10px}.team-work-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px;align-items:center;border-top:1px solid #eef2f4;padding-top:6px}.team-work-item div{display:grid;min-width:0}.team-work-item b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-work-item small{font-size:9px;color:#738693;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-action-form{margin:0 0 14px;border-top:4px solid #e67912}
@media(max-width:1150px){.team-work-grid{grid-template-columns:1fr 1fr}.my-work-main{grid-template-columns:1fr}.my-work-meta{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:760px){.my-today-kpis,.my-work-summary,.team-work-grid{grid-template-columns:1fr 1fr}.my-today-row{grid-template-columns:1fr}.my-work-meta{grid-template-columns:1fr}.team-work-grid{grid-template-columns:1fr}}


/* ============================================================
   GYPTO HRIS V1.8.7 — Professional Job Posting Builder
   ============================================================ */
.candidate-experience-note{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:12px 14px;border:1px solid #d9e7f1;background:#f7fbfe;border-radius:12px;margin-bottom:4px}.candidate-experience-note>div{display:flex;flex-direction:column;gap:3px}.candidate-experience-note strong{color:#174d74}.candidate-experience-note span{font-size:11px;color:#657b8d}.posting-quality{white-space:nowrap;background:#edf1f5;color:#64788a;border-radius:999px;padding:6px 9px;font-size:10px!important;font-weight:900}.posting-quality.good{background:#e8f7ef;color:#18714a}.posting-quality.ready{background:#dff4e9;color:#10663f}.oracle-preview{max-width:1120px}.oracle-preview-hero{padding:34px 38px}.oracle-preview-hero p{max-width:760px;color:#5d7283;line-height:1.6}.preview-job-ref{display:block;margin-top:5px;font-size:11px;color:#7b8e9e;font-weight:700}.oracle-preview-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;padding:0 26px 28px}.preview-job-info{border-left:1px solid #e2eaf0;padding-left:20px}.preview-job-info h4{margin:20px 0 10px}.preview-job-info>div{display:grid;gap:3px;padding:10px 0;border-top:1px solid #edf1f5}.preview-job-info span{font-size:10px;color:#7a8d9d}.preview-job-info b{font-size:12px;color:#153f60}.vacancy-preview-body ul{margin:8px 0;padding-left:20px}.vacancy-preview-body li{color:#536b80;line-height:1.55;margin:4px 0}@media(max-width:900px){.candidate-experience-note{align-items:flex-start;flex-direction:column}.oracle-preview-layout{grid-template-columns:1fr}.preview-job-info{border-left:0;border-top:1px solid #e2eaf0;padding:0}.oracle-preview-hero{padding:26px 22px}}

/* V1.8.7.1 — Careers Portal collapsed-section height fix */
.public-posting-collapse:not(.is-open){display:none!important;opacity:0!important;}
.public-posting-collapse.is-open{display:block!important;opacity:1!important;}
.public-posting-collapse.is-open>.public-posting-fields{overflow:visible!important;padding-top:2px;}


/* ============================================================
   GYPTO HRIS V1.8.8.4 — Compact Desktop Density
   Keep browser zoom at 100%; make the HRIS shell itself denser.
   Applies only to the authenticated HRIS desktop shell.
   Public Careers / Request portals are not scaled.
   ============================================================ */
@media (min-width:900px){
  .gypto-oee-shell .gypto-utility-bar{
    min-height:40px;
    padding:0 30px;
    font-size:11px;
  }
  .gypto-oee-shell .gypto-utility-left strong{font-size:12px}
  .gypto-oee-shell .gypto-utility-right{font-size:10px;gap:22px}

  .gypto-oee-shell .gypto-app-header{
    min-height:82px;
    padding:12px 30px;
    gap:18px;
  }
  .gypto-oee-shell .gypto-full-logo{width:90px}
  .gypto-oee-shell .gypto-header-divider{height:50px}
  .gypto-oee-shell .gypto-product-title{gap:3px}
  .gypto-oee-shell .gypto-product-title strong{font-size:20px}
  .gypto-oee-shell .gypto-product-title small{font-size:10px;max-width:215px}
  .gypto-oee-shell .gypto-header-actions{gap:9px}
  .gypto-oee-shell .gypto-version{
    min-height:26px;
    padding:0 9px;
    font-size:10px;
  }
  .gypto-oee-shell .role-badge{
    padding:6px 8px;
    font-size:9px;
  }
  .gypto-oee-shell .avatar{
    width:36px;
    height:36px;
  }
  .gypto-oee-shell .user-chip{gap:8px}
  .gypto-oee-shell .user-chip strong{font-size:12px}
  .gypto-oee-shell .user-chip small{font-size:9px}
  .gypto-oee-shell .gypto-icon-btn{
    width:44px;
    height:44px;
    font-size:18px;
  }

  .gypto-oee-shell .gypto-main-nav{
    min-height:52px;
    padding:0 22px;
  }
  .gypto-oee-shell .gypto-main-nav .nav-btn{
    min-height:52px;
    padding:0 13px;
    gap:6px;
    font-size:11px;
  }
  .gypto-oee-shell .gypto-main-nav .nav-btn>span:first-child{font-size:12px}
  .gypto-oee-shell .gypto-main-nav .nav-more-menu .nav-btn{min-height:40px}

  .gypto-oee-shell .topbar.gypto-page-heading{
    min-height:84px;
    padding:22px 32px 10px;
  }
  .gypto-oee-shell .gypto-page-heading .eyebrow{
    margin-bottom:6px;
    font-size:10px;
  }
  .gypto-oee-shell .gypto-page-heading h2{font-size:27px}
  .gypto-oee-shell .content{padding:8px 32px 32px}

  .gypto-oee-shell .exec-hero{
    gap:20px;
    margin-bottom:14px;
    padding:20px 24px;
    border-radius:15px;
  }
  .gypto-oee-shell .exec-overline{
    margin-bottom:6px;
    font-size:9px;
  }
  .gypto-oee-shell .exec-hero h2{
    margin-bottom:5px;
    font-size:25px;
  }
  .gypto-oee-shell .exec-hero p{font-size:12px}
  .gypto-oee-shell .exec-live-row{
    margin-top:10px;
    font-size:10px;
  }
  .gypto-oee-shell .exec-hero-actions{
    gap:6px;
    max-width:490px;
  }
  .gypto-oee-shell .exec-hero-actions .btn{
    padding:8px 12px;
    font-size:11px;
  }

  .gypto-oee-shell .my-today-panel{margin:10px 0 12px}
  .gypto-oee-shell .my-today-kpis{
    gap:7px;
    margin:8px 0;
  }
  .gypto-oee-shell .my-today-kpis>div{padding:9px 11px}
  .gypto-oee-shell .my-today-kpis b{font-size:19px}
  .gypto-oee-shell .my-today-kpis span{font-size:9px}

  .gypto-oee-shell .exec-kpi-grid{
    gap:9px;
    margin-bottom:14px;
  }
  .gypto-oee-shell .exec-kpi{
    gap:10px;
    padding:12px;
    border-radius:12px;
  }
  .gypto-oee-shell .exec-kpi-icon{
    width:34px;
    height:34px;
    border-radius:10px;
    font-size:15px;
  }
  .gypto-oee-shell .exec-kpi-copy strong{
    margin:3px 0;
    font-size:21px;
  }
  .gypto-oee-shell .exec-kpi-copy span{font-size:9px}
  .gypto-oee-shell .exec-kpi-copy small{font-size:9px}

  .gypto-oee-shell .exec-grid{
    gap:11px;
    margin-bottom:11px;
  }
  .gypto-oee-shell .exec-panel{
    padding:14px 15px;
    border-radius:13px;
  }
  .gypto-oee-shell .exec-panel-head h3{font-size:15px}
  .gypto-oee-shell .exec-panel-head .small{font-size:9px}

  .gypto-oee-shell .card{padding:15px}
  .gypto-oee-shell .section-head{margin-top:22px}
  .gypto-oee-shell .section-head h3{font-size:18px}
}

/* Protect normal density on smaller laptops/tablets. */
@media (max-width:1199px){
  .gypto-oee-shell{zoom:1}
}

/* GYPTO HRIS V1.8.8.5 — App Install + QR Center */
.app-qr-center{position:relative;display:flex;align-items:center}.app-qr-toggle .app-qr-arrow{display:block;font-size:22px;font-weight:900;line-height:1;transform:translateY(-2px);transition:transform .18s ease}.app-qr-toggle.open .app-qr-arrow{transform:translateY(1px) rotate(180deg)}
.app-qr-panel{position:absolute;z-index:1400;top:calc(100% + 13px);right:0;width:min(760px,calc(100vw - 34px));max-height:min(720px,calc(100vh - 145px));overflow:auto;padding:16px;border:1px solid #cbdde9;border-radius:18px;background:#f7fafc;box-shadow:0 24px 70px rgba(9,45,72,.22)}.app-qr-panel::before{content:"";position:absolute;top:-7px;right:17px;width:12px;height:12px;border-left:1px solid #cbdde9;border-top:1px solid #cbdde9;background:#f7fafc;transform:rotate(45deg)}
.app-qr-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:3px 3px 13px}.app-qr-panel-head>div{display:grid;gap:2px}.app-qr-panel-head strong{color:#0b3f66;font-size:16px}.app-qr-panel-head span{color:#6c8292;font-size:10px}.app-qr-close{width:32px;height:32px;border:0;border-radius:50%;background:#e9f1f6;color:#0b3f66;font-size:20px;cursor:pointer}
.app-qr-card{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:16px;align-items:center;padding:17px;border:1px solid #d8e5ed;border-radius:15px;background:#fff}.app-qr-card+.app-qr-card{margin-top:12px}.app-qr-copy{align-self:start}.app-qr-kicker{display:block;margin-bottom:5px;color:#f47a00;font-size:9px;font-weight:900;letter-spacing:.12em}.app-qr-copy h3{margin:0 0 6px;color:#0b3f66;font-size:18px}.app-qr-copy p{margin:0;color:#617a8c;font-size:11px;line-height:1.55}.app-qr-image{grid-column:2;grid-row:1 / span 3;width:150px;height:150px;object-fit:contain;padding:7px;border:1px solid #d6e4ed;border-radius:12px;background:#fff}.app-qr-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.app-qr-actions .btn{min-height:34px;padding:7px 10px;font-size:10px;text-decoration:none}.app-install-status{margin-top:9px;color:#6c8292;font-size:9px;line-height:1.4}.careers-qr-card{background:linear-gradient(135deg,#fff 0%,#f7fbfe 100%)}
@media(max-width:720px){.app-qr-panel{position:fixed;top:auto;right:12px;bottom:12px;left:12px;width:auto;max-height:82vh;border-radius:18px}.app-qr-panel::before{display:none}.app-qr-card{grid-template-columns:1fr;text-align:center}.app-qr-image{grid-column:1;grid-row:auto;justify-self:center;width:180px;height:180px}.app-qr-actions{justify-content:center}}


/* GYPTO HRIS V1.8.8.8 — Manual Job Description ATS Intake */
.manual-jd-workspace{padding:14px;border:1px solid #cfe0ea;border-radius:13px;background:#f8fbfd}
.manual-jd-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}
.manual-jd-head>div{display:grid;gap:2px}.manual-jd-head strong{color:#0b3f66;font-size:12px}.manual-jd-head span{color:#718798;font-size:9px}
.manual-jd-head select{width:min(330px,100%);height:38px;border:1px solid #bdd3e1;border-radius:9px;padding:0 10px;background:#fff;color:#123b59;font-size:10px;font-weight:700}
.manual-jd-fields{display:grid;grid-template-columns:1fr;gap:10px}.manual-jd-fields[hidden],.manual-jd-pool-note[hidden]{display:none!important}
.manual-jd-fields label{display:grid;gap:5px;color:#123b59;font-size:10px;font-weight:800}
.manual-jd-fields input,.manual-jd-fields textarea,.manual-jd-fields select{width:100%;box-sizing:border-box;border:1px solid #cbdde9;border-radius:9px;padding:9px 11px;background:#fff;color:#123b59;font:inherit;font-weight:500;outline:none}
.manual-jd-fields textarea{min-height:150px;resize:vertical;line-height:1.5}
.manual-jd-fields input:focus,.manual-jd-fields textarea:focus,.manual-jd-fields select:focus{border-color:#2b83b9;box-shadow:0 0 0 3px rgba(43,131,185,.10)}
.field-hint{margin-left:5px;color:#8799a7;font-size:8px;font-weight:500}
.manual-jd-pool-note{padding:10px 12px;border:1px dashed #c9dce7;border-radius:9px;background:#fff;color:#647c8d;font-size:10px}
.manual-match-label{margin-top:6px;color:#0c5d8f;font-weight:700}
@media(max-width:780px){.manual-jd-head{align-items:stretch;flex-direction:column}.manual-jd-head select{width:100%}}


/* ============================================================
   GYPTO HRIS V1.8.8.9 — Free-Text Vacancy Job Description
   ============================================================ */
.manual-vacancy-jd-section{
  border-color:#bfd8e8;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}
.manual-jd-chip{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border:1px solid #f2c78e;
  border-radius:999px;
  background:#fff7eb;
  color:#b85d00;
  font-size:8px;
  font-weight:900;
  letter-spacing:.1em;
}
.manual-vacancy-jd-callout{
  display:flex;
  align-items:center;
  gap:11px;
  margin:0 0 14px;
  padding:11px 13px;
  border:1px solid #d5e6f0;
  border-left:4px solid #ef7d00;
  border-radius:10px;
  background:#f8fbfd;
}
.manual-vacancy-jd-icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:9px;
  background:#fff1df;
  color:#d96f00;
  font-size:17px;
  font-weight:900;
}
.manual-vacancy-jd-callout>div:last-child{
  display:grid;
  gap:2px;
}
.manual-vacancy-jd-callout strong{
  color:#0b3f66;
  font-size:11px;
}
.manual-vacancy-jd-callout span{
  color:#6c8292;
  font-size:9px;
  line-height:1.45;
}
.manual-vacancy-jd-grid textarea{
  resize:vertical;
  line-height:1.55;
}
.manual-vacancy-jd-grid #vDescription{
  min-height:220px;
  font-size:11px;
}
.manual-vacancy-jd-grid #vResponsibilities,
.manual-vacancy-jd-grid #vRequirements{
  min-height:120px;
}
.manual-jd-upload{
  margin-top:13px;
  border-style:dashed;
  background:#fbfdff;
}
.public-vacancy-section{
  margin-top:0;
}
@media(max-width:760px){
  .manual-vacancy-jd-callout{align-items:flex-start}
  .manual-jd-chip{display:none}
}


/* ============================================================
   GYPTO HRIS V1.8.9.0 — Remove Position Master-Data Lock
   ============================================================ */
.vacancy-position-free-note{
  display:grid;
  align-content:center;
  gap:3px;
  min-height:72px;
  padding:11px 13px;
  border:1px dashed #c9dce7;
  border-radius:10px;
  background:#fbfdff;
}
.vacancy-position-free-kicker{
  color:#ef7d00;
  font-size:8px;
  font-weight:900;
  letter-spacing:.1em;
}
.vacancy-position-free-note strong{
  color:#0b3f66;
  font-size:11px;
}
.vacancy-position-free-note>span:last-child{
  color:#708697;
  font-size:9px;
  line-height:1.45;
}


/* ============================================================
   GYPTO HRIS V1.8.9.1 — Form Visibility & Contrast Hotfix
   Scoped to internal HR forms / ATS intake.
   ============================================================ */

/* Stronger labels */
.ats-editor .form-grid > label,
.ats-editor .manual-jd-fields label,
.vacancy-section-grid > label{
  color:#0a3558;
  font-weight:800;
  letter-spacing:.005em;
}

/* Make every editable field visually distinct from the page */
.ats-editor .form-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.ats-editor .form-grid select,
.ats-editor .form-grid textarea,
.ats-editor .manual-jd-fields input,
.ats-editor .manual-jd-fields select,
.ats-editor .manual-jd-fields textarea,
.vacancy-section-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.vacancy-section-grid select,
.vacancy-section-grid textarea{
  background:#ffffff !important;
  color:#0c3555 !important;
  border:1.5px solid #adc2d3 !important;
  box-shadow:
    0 1px 2px rgba(13,58,91,.05),
    inset 0 0 0 1px rgba(255,255,255,.75);
  transition:
    border-color .14s ease,
    box-shadow .14s ease,
    background .14s ease;
}

/* Text inputs/selects get a clearer body */
.ats-editor .form-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.ats-editor .form-grid select,
.vacancy-section-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.vacancy-section-grid select{
  min-height:46px;
}

/* Clear hover state */
.ats-editor .form-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover,
.ats-editor .form-grid select:hover,
.ats-editor .form-grid textarea:hover,
.vacancy-section-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover,
.vacancy-section-grid select:hover,
.vacancy-section-grid textarea:hover{
  border-color:#7fa3be !important;
}

/* Strong focus state */
.ats-editor .form-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.ats-editor .form-grid select:focus,
.ats-editor .form-grid textarea:focus,
.ats-editor .manual-jd-fields input:focus,
.ats-editor .manual-jd-fields select:focus,
.ats-editor .manual-jd-fields textarea:focus,
.vacancy-section-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
.vacancy-section-grid select:focus,
.vacancy-section-grid textarea:focus{
  background:#ffffff !important;
  border-color:#176ca4 !important;
  box-shadow:0 0 0 3px rgba(23,108,164,.14) !important;
  outline:none !important;
}

/* Placeholder is readable but still visibly placeholder text */
.ats-editor input::placeholder,
.ats-editor textarea::placeholder,
.vacancy-section-grid input::placeholder,
.vacancy-section-grid textarea::placeholder{
  color:#758a9b !important;
  opacity:1 !important;
}

/* Select values should not look disabled */
.ats-editor select,
.vacancy-section-grid select{
  color:#123b59 !important;
  font-weight:650;
}

/* CV drop zone: clearer enclosure */
.ats-editor .cv-drop{
  border:1.5px dashed #88abc5 !important;
  background:#f7fbfe !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.9);
}
.ats-editor .cv-drop:hover{
  border-color:#397da9 !important;
  background:#f2f8fc !important;
}

/* Manual JD editor should read like a real writing workspace */
.ats-editor .manual-jd-workspace{
  border:1.5px solid #b8cedd;
  background:#f5f9fc;
  box-shadow:0 3px 10px rgba(13,58,91,.04);
}
.ats-editor .manual-jd-fields textarea{
  min-height:170px;
  background:#fff !important;
}

/* Disabled Analyze button: obviously disabled but still legible */
.ats-editor #analyzeCvBtn:disabled{
  opacity:1 !important;
  background:#e8eef4 !important;
  color:#75889a !important;
  border:1px solid #d2dee8 !important;
  box-shadow:none !important;
}
.ats-editor #analyzeCvBtn:not(:disabled){
  background:#e7f1f9 !important;
  color:#0b4d79 !important;
  border:1px solid #b9d3e4 !important;
}
.ats-editor #analyzeCvBtn:not(:disabled):hover{
  background:#dcecf7 !important;
  border-color:#82aec9 !important;
}

/* Keep helper text readable */
.ats-editor .small,
.ats-editor .field-hint{
  color:#627b8d;
}

/* Slight separation between rows without making the form larger */
.ats-editor .form-grid{
  column-gap:18px;
}
.ats-editor .form-grid > label{
  margin:14px 0;
}

/* Mobile stays clear and compact */
@media(max-width:760px){
  .ats-editor .form-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
  .ats-editor .form-grid select,
  .vacancy-section-grid input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
  .vacancy-section-grid select{
    min-height:44px;
  }
}


/* ============================================================
   GYPTO HRIS V1.8.9.2 — Automatic CV Processing Pipeline
   ============================================================ */
.cv-pipeline{
  padding:14px;
  border:1.5px solid #bfd4e2;
  border-radius:14px;
  background:linear-gradient(180deg,#fbfdff,#f6fafc);
  box-shadow:0 5px 16px rgba(13,58,91,.045);
}
.cv-pipeline-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:9px;
}
.cv-pipeline-head>div{display:grid;gap:2px}
.cv-pipeline-head strong{color:#0b3f66;font-size:12px}
.cv-pipeline-head span{color:#6d8495;font-size:9px}
.cv-pipeline-head b{
  min-width:46px;
  text-align:right;
  color:#0b5f91;
  font-size:16px;
}
.cv-progress-track{
  height:8px;
  overflow:hidden;
  border-radius:999px;
  background:#dfe9f0;
}
.cv-progress-bar{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#0b5f91,#2a8fc7);
  transition:width .3s ease;
}
.cv-pipeline-steps{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:7px;
  margin-top:11px;
}
.cv-step{
  display:flex;
  align-items:center;
  gap:7px;
  min-height:49px;
  padding:7px 8px;
  border:1px solid #d5e2eb;
  border-radius:10px;
  background:#fff;
  opacity:.58;
  transition:.18s ease;
}
.cv-step>span{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  flex:0 0 25px;
  border-radius:50%;
  background:#e8f0f5;
  color:#6b8192;
  font-size:9px;
  font-weight:900;
}
.cv-step>div{display:grid;gap:1px}
.cv-step strong{color:#31566e;font-size:9px}
.cv-step small{color:#8395a3;font-size:7px;line-height:1.25}
.cv-step.active{
  opacity:1;
  border-color:#79a9c7;
  background:#f2f9fd;
  box-shadow:0 0 0 3px rgba(38,126,178,.08);
}
.cv-step.active>span{background:#176ca4;color:#fff}
.cv-step.done{
  opacity:1;
  border-color:#a9d7c2;
  background:#f5fbf8;
}
.cv-step.done>span{background:#1c9861;color:#fff}
.cv-step.done>span::before{content:"✓";font-size:10px}
.cv-step.done>span{font-size:0}
.cv-step.error{
  opacity:1;
  border-color:#e7a6a6;
  background:#fff7f7;
}
.cv-step.error>span{background:#c74c4c;color:#fff}
.cv-step.waiting{
  opacity:.45;
}
.cv-match-action-row{
  display:flex;
  align-items:center;
  gap:12px;
}
.cv-autofilled{
  animation:cvAutoFilledFlash 1.7s ease;
}
@keyframes cvAutoFilledFlash{
  0%{background:#e8f8f0!important;box-shadow:0 0 0 4px rgba(28,152,97,.18)!important}
  100%{background:#fff!important;box-shadow:none}
}
.pending-match{
  border-color:#d8e4ec!important;
  background:#f8fbfd!important;
}
.auto-cv-drop input[type="file"]{
  cursor:pointer;
}
@media(max-width:1100px){
  .cv-pipeline-steps{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:650px){
  .cv-pipeline-steps{grid-template-columns:1fr 1fr}
  .cv-match-action-row{align-items:flex-start;flex-direction:column}
}

/* V1.9.0 — Employee 360 + Enterprise Workflow Engine */
.employee-directory-head{align-items:flex-end}
.employee-directory-kpis,.workflow-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 16px}
.employee-directory-kpis>div,.workflow-kpis>div{padding:15px 16px;border:1px solid var(--gy-line,#dbe4ec);border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 5px 16px rgba(11,49,86,.035)}
.employee-directory-kpis span,.workflow-kpis span{display:block;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;color:#667c8f}
.employee-directory-kpis b,.workflow-kpis b{display:block;margin:4px 0 2px;font-size:25px;color:var(--gy-text,#0b3156)}
.employee-directory-kpis small,.workflow-kpis small{font-size:10px;color:#7890a1}.workflow-kpis>div.danger{border-color:#efc7c3;background:#fff8f7}.workflow-kpis>div.danger b{color:#b42318}
.employee-directory-toolbar{display:flex;gap:10px;align-items:center;margin:0 0 12px}.employee-directory-toolbar select{min-width:170px;margin:0}.employee-search{margin:0;position:relative;display:flex;align-items:center;flex:1}.employee-search>span{position:absolute;left:13px;color:#70879a;font-size:18px}.employee-search input{width:100%;padding-left:38px;margin:0}
.employee-directory-table .employee-cell{display:flex;align-items:center;gap:10px;min-width:220px}.employee-mini-avatar{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex:0 0 34px;background:#e9f1f7;color:#174e77;font-weight:950;font-size:11px}.employee-cell>div{display:grid;gap:2px}.employee-create-card{margin-bottom:16px;border-top:3px solid var(--gy-accent,#f47b00)}
.employee360-shell{margin-top:22px;border:1px solid #ccdce8;border-radius:22px;overflow:hidden;background:#f6f9fc;box-shadow:0 18px 48px rgba(11,49,86,.12)}
.employee360-hero{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:26px 28px;background:linear-gradient(115deg,#0b3156,#245a85 72%,#376f99);color:#fff;position:relative;overflow:hidden}.employee360-hero:after{content:"";position:absolute;right:-90px;top:-120px;width:360px;height:360px;border-radius:50%;border:55px solid rgba(255,255,255,.055);pointer-events:none}.employee360-identity{display:flex;align-items:center;gap:18px;position:relative;z-index:1}.employee360-avatar{width:70px;height:70px;border-radius:20px;display:grid;place-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26);font-size:22px;font-weight:950}.employee360-identity .kicker{color:#ffb65b}.employee360-identity h2{font-size:27px;margin:2px 0 4px;color:#fff}.employee360-identity p{margin:0;color:#dceaf5}.employee360-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:11px}.employee360-tags>span:not(.status){font-size:10px;font-weight:850;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16)}.employee360-tags .status{background:rgba(34,194,126,.2);color:#d9ffef;border:1px solid rgba(112,234,179,.22)}.employee360-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;position:relative;z-index:1}.employee360-actions .btn.exec-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.22)}
.employee360-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;background:#fff;border-bottom:1px solid #dbe5ed}.employee360-kpis>div{padding:15px 18px;border-right:1px solid #e5edf3}.employee360-kpis>div:last-child{border-right:0}.employee360-kpis span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.05em;font-weight:900;color:#71879a}.employee360-kpis b{display:block;font-size:16px;color:#153d61;margin:4px 0 1px}.employee360-kpis small{font-size:9px;color:#8296a6}
.enterprise-migration-banner{display:flex;align-items:center;gap:12px;padding:12px 18px;background:#fff8e9;border-bottom:1px solid #f0ddb6;color:#6d521e}.enterprise-migration-banner strong{font-size:11px}.enterprise-migration-banner span{font-size:10px}.employee360-tabs{display:flex;gap:4px;padding:12px 18px 0;background:#fff;border-bottom:1px solid #dfe8ef;overflow-x:auto}.employee360-tabs button{border:0;background:transparent;color:#64798a;padding:10px 12px;border-bottom:3px solid transparent;font-size:11px;font-weight:900;white-space:nowrap;cursor:pointer}.employee360-tabs button.active{color:#0b4c78;border-color:var(--gy-accent,#f47b00)}.employee360-tabs button span{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:4px;padding:0 5px;border-radius:999px;background:#eaf1f6;font-size:9px}.employee360-tab-panel{display:none;padding:18px}.employee360-tab-panel.active{display:block}.employee360-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.employee360-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 18px}.employee360-detail-grid div{display:grid;gap:3px;padding-bottom:9px;border-bottom:1px dashed #e2e9ef}.employee360-detail-grid span{font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:#7a8e9e;font-weight:850}.employee360-detail-grid b{font-size:12px;color:#183d5d;overflow-wrap:anywhere}.employee360-command-card{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;background:linear-gradient(120deg,#fff,#f4f9fc)}.employee360-command-card h3{margin:3px 0 4px}.employee360-command-card p{margin:0;max-width:780px}.employee360-command-actions{display:flex;gap:8px;flex-wrap:wrap}.employee360-action-card{margin:15px 18px 0;border-left:4px solid var(--gy-accent,#f47b00);box-shadow:0 10px 28px rgba(11,49,86,.08)}
.career-timeline{display:grid;gap:0}.career-event{display:grid;grid-template-columns:18px 1fr;gap:11px;position:relative;padding:10px 0}.career-event:before{content:"";position:absolute;left:7px;top:24px;bottom:-10px;width:2px;background:#dce7ef}.career-event:last-child:before{display:none}.career-dot{width:16px;height:16px;border-radius:50%;background:#fff;border:4px solid #2a6a98;margin-top:2px;z-index:1}.career-event>div{padding:12px 14px;border:1px solid #dde7ef;border-radius:12px;background:#fff}.career-event-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.career-event-head strong{color:#18476d}.career-event-head span{font-size:10px;color:#72889a}.career-event p{margin:5px 0 0;font-size:11px;color:#4f687a}.career-event small{display:block;margin-top:5px;color:#7d8f9d}
.employee-skill-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.employee-skill-card{padding:14px;border:1px solid #dce7ef;border-radius:14px;background:#fff}.employee-skill-card>div:first-child{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.employee-skill-card strong{font-size:12px;color:#17496e}.employee-skill-card>div:first-child span{font-size:8px;text-transform:uppercase;padding:4px 6px;border-radius:999px;background:#eef5fa;color:#5c788d;font-weight:900}.skill-level-row{display:flex;justify-content:space-between;gap:8px;margin:13px 0 6px;font-size:9px;color:#6e8495}.skill-meter{height:7px;background:#e7eef3;border-radius:999px;overflow:hidden}.skill-meter i{display:block;height:100%;background:linear-gradient(90deg,#2e779f,#39a676);border-radius:999px}.employee-skill-card small{display:block;margin-top:8px;color:#6e8495;font-size:9px}
.workflow-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:24px 26px;border-radius:18px;background:linear-gradient(115deg,#0b3156,#265f8b);color:#fff;box-shadow:0 14px 34px rgba(11,49,86,.14)}.workflow-hero .kicker{color:#ffb45a}.workflow-hero h3{font-size:26px;margin:3px 0 5px}.workflow-hero p{margin:0;color:#dbe9f3;max-width:760px}.workflow-hero-actions{display:flex;gap:8px;flex-wrap:wrap}.workflow-hero .btn.exec-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.22)}.workflow-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);gap:14px}.workflow-inbox,.workflow-requests{min-width:0}.workflow-task-list{display:grid;gap:10px}.workflow-task-card{display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid #dce7ef;border-left:4px solid #2d6e9a;border-radius:13px;padding:13px 14px;background:#fff}.workflow-task-card.overdue{border-left-color:#c4473d;background:#fffafa}.workflow-task-main{min-width:0;flex:1}.workflow-task-top{display:flex;gap:7px;align-items:center;margin-bottom:5px}.workflow-template-chip,.workflow-priority{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.workflow-template-chip{background:#eaf3f9;color:#2b648a}.workflow-priority{background:#eef2f5;color:#637686}.workflow-priority.high{background:#fff3db;color:#996307}.workflow-priority.urgent{background:#fff0ef;color:#b42318}.workflow-task-card h4{margin:0;color:#143f62;font-size:13px}.workflow-task-card p{margin:4px 0;color:#61798b;font-size:10px}.workflow-task-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:9px;color:#8093a1}.workflow-task-actions{display:flex;gap:6px;flex-wrap:wrap}.btn.success{background:#e7f5ee;color:#137452}.workflow-instance-list{display:grid;gap:8px}.workflow-instance-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e6edf2}.workflow-instance-row:last-child{border-bottom:0}.workflow-instance-row>div{display:grid;gap:2px;min-width:0}.workflow-instance-row strong{font-size:11px;color:#183f60}.workflow-instance-row span:not(.workflow-state){font-size:9px;color:#7b8e9d}.workflow-state{padding:5px 8px;border-radius:999px;font-size:8px;text-transform:uppercase;font-weight:950;white-space:nowrap}.workflow-state.pending{background:#fff5df;color:#92610c}.workflow-state.complete{background:#e8f6ef;color:#167453}.workflow-state.rejected{background:#fff0ef;color:#b42318}.workflow-form-card{margin:14px 0;border-top:3px solid var(--gy-accent,#f47b00)}.workflow-template-center{margin-top:14px}.workflow-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.workflow-template-card{padding:14px;border:1px solid #dce7ef;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbfd)}.workflow-template-card>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.workflow-template-code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px;color:#476a82}.workflow-template-card h4{margin:9px 0 4px;color:#173f60}.workflow-template-card p{min-height:34px;margin:0 0 10px;font-size:10px;color:#6f8494}.workflow-step-preview{display:grid;gap:7px}.workflow-step-preview>span{display:grid;grid-template-columns:24px 1fr;gap:1px 7px;align-items:center;padding:7px 8px;border-radius:9px;background:#eef4f8;font-size:9px;font-weight:850;color:#3f6178}.workflow-step-preview b{grid-row:1/3;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#2b688f;color:#fff;font-size:8px}.workflow-step-preview small{font-size:8px;color:#748a9a}.workflow-builder-head{display:flex;align-items:center;justify-content:space-between;margin:4px 0 8px}.workflow-builder-step{display:grid;grid-template-columns:34px 1.1fr .8fr 1fr .7fr auto;gap:8px;align-items:end;padding:10px;border:1px solid #dfe8ef;border-radius:12px;margin-bottom:8px;background:#f8fbfd}.workflow-builder-step label{margin:0}.workflow-builder-number{align-self:center;width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#174f78;color:#fff;font-size:10px;font-weight:950}.workflow-builder-step .danger-link{align-self:center;color:#b42318}.workflow-migration-card{display:flex;align-items:center;gap:18px;margin-top:18px;padding:24px}.workflow-migration-icon{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:#eaf3f9;color:#19547c;font-size:28px;font-weight:950}.workflow-migration-card h3{margin:0 0 7px}.workflow-migration-card p{margin:0;color:#667c8d;line-height:1.6}.check-line{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important}.check-line input{width:auto;margin:0}
@media(max-width:1150px){.employee360-kpis{grid-template-columns:repeat(3,1fr)}.employee360-kpis>div{border-bottom:1px solid #e5edf3}.employee-skill-grid,.workflow-template-grid{grid-template-columns:repeat(2,1fr)}.workflow-builder-step{grid-template-columns:30px 1fr 1fr}.workflow-builder-step .danger-link{grid-column:3}}
@media(max-width:900px){.employee-directory-kpis,.workflow-kpis{grid-template-columns:repeat(2,1fr)}.employee360-hero,.workflow-hero{align-items:flex-start;flex-direction:column}.employee360-actions{justify-content:flex-start}.employee360-grid,.workflow-layout{grid-template-columns:1fr}.employee360-kpis{grid-template-columns:repeat(2,1fr)}.employee-skill-grid,.workflow-template-grid{grid-template-columns:1fr}}
@media(max-width:650px){.employee-directory-kpis,.workflow-kpis,.employee360-kpis{grid-template-columns:1fr}.employee-directory-toolbar{align-items:stretch;flex-direction:column}.employee-directory-toolbar select{width:100%}.employee360-hero{padding:20px}.employee360-identity{align-items:flex-start}.employee360-avatar{width:54px;height:54px;border-radius:15px}.employee360-identity h2{font-size:20px}.employee360-actions{width:100%}.employee360-actions .btn{flex:1}.employee360-tab-panel{padding:12px}.employee360-detail-grid{grid-template-columns:1fr}.employee360-command-card,.workflow-task-card{align-items:stretch;flex-direction:column}.workflow-task-actions .btn{flex:1}.workflow-builder-step{grid-template-columns:28px 1fr}.workflow-builder-step label,.workflow-builder-step .danger-link{grid-column:2}.workflow-builder-step .workflow-builder-number{grid-column:1;grid-row:1/3}.employee360-action-card{margin:12px 12px 0}}


/* ============================================================
   GYPTO HRIS V1.9.0.1 — Enterprise Compact Density Hotfix
   Fixes oversized typography/buttons on Windows display scaling
   where the CSS viewport can be below 1200px at browser zoom 100%.
   ============================================================ */
@media (min-width:900px){
  .gypto-oee-shell{font-size:14px;}

  /* Global actions: keep enterprise UI dense and consistent. */
  .gypto-oee-shell .btn{
    min-height:34px;
    padding:7px 11px;
    border-radius:9px;
    font-size:12px;
    line-height:1.2;
  }
  .gypto-oee-shell .btn.tiny{min-height:28px;padding:5px 8px;font-size:10px;}

  /* Main page hierarchy. */
  .gypto-oee-shell .topbar.gypto-page-heading{
    min-height:76px;
    padding:18px 30px 8px;
  }
  .gypto-oee-shell .gypto-page-heading .eyebrow{font-size:9px;margin-bottom:5px;}
  .gypto-oee-shell .gypto-page-heading h2{font-size:25px;line-height:1.08;}
  .gypto-oee-shell .content{padding:6px 30px 28px;}

  /* Section titles/subtitles such as CV Library. */
  .gypto-oee-shell .section-head{margin:17px 0 9px;gap:14px;}
  .gypto-oee-shell .section-head h3{font-size:17px;line-height:1.15;}
  .gypto-oee-shell .section-head .kicker{font-size:9px;letter-spacing:.1em;}
  .gypto-oee-shell .section-head .small{font-size:10px;line-height:1.4;}
  .gypto-oee-shell .head-actions{gap:7px;}

  /* CV Library / recruitment metric cards. */
  .gypto-oee-shell .recruitment-summary-strip{gap:8px;margin-bottom:12px;}
  .gypto-oee-shell .recruitment-summary-strip>div{
    min-height:88px;
    padding:10px 13px;
    border-radius:11px;
    gap:3px;
  }
  .gypto-oee-shell .recruitment-summary-strip span{font-size:10px;}
  .gypto-oee-shell .recruitment-summary-strip strong{font-size:21px;line-height:1.1;}
  .gypto-oee-shell .cv-library-strip{margin-bottom:16px;}

  /* Generic cards and data presentation. */
  .gypto-oee-shell .card{padding:13px 14px;}
  .gypto-oee-shell table{font-size:12px;}
  .gypto-oee-shell th{font-size:10px;}
  .gypto-oee-shell th,.gypto-oee-shell td{padding:10px 12px;}
  .gypto-oee-shell input,
  .gypto-oee-shell select,
  .gypto-oee-shell textarea{font-size:12px;}

  /* Header/nav density; important on Windows 125–150% display scaling. */
  .gypto-oee-shell .gypto-app-header{min-height:76px;padding:10px 28px;}
  .gypto-oee-shell .gypto-full-logo{width:84px;}
  .gypto-oee-shell .gypto-header-divider{height:46px;}
  .gypto-oee-shell .gypto-product-title strong{font-size:18px;}
  .gypto-oee-shell .gypto-product-title small{font-size:9px;}
  .gypto-oee-shell .gypto-version{font-size:9px;min-height:25px;}
  .gypto-oee-shell .role-badge{font-size:8px;padding:5px 7px;}
  .gypto-oee-shell .user-chip strong{font-size:11px;}
  .gypto-oee-shell .user-chip small{font-size:9px;}
  .gypto-oee-shell .avatar{width:34px;height:34px;}
  .gypto-oee-shell .gypto-icon-btn{width:40px;height:40px;font-size:16px;}

  .gypto-oee-shell .gypto-main-nav{min-height:48px;padding:0 20px;}
  .gypto-oee-shell .gypto-main-nav .nav-btn{
    min-height:48px;
    padding:0 12px;
    gap:5px;
    font-size:11px;
  }
  .gypto-oee-shell .gypto-main-nav .nav-btn>span:first-child{font-size:11px;}
}

/* Keep touch/mobile controls comfortable. */
@media (max-width:899px){
  .gypto-oee-shell .btn{font-size:13px;}
}


/* ============================================================
   GYPTO HRIS V1.9.0.2 — Recruitment Table Refinement
   Compact, scan-friendly CV Library rows with safer action hierarchy.
   ============================================================ */
#candidateTable.candidate-table-refined{
  min-width:1160px;
  table-layout:fixed;
  font-size:11.5px;
}
#candidateTable.candidate-table-refined th,
#candidateTable.candidate-table-refined td{
  padding:9px 10px;
  vertical-align:middle;
}
#candidateTable.candidate-table-refined thead th{
  z-index:2;
  top:0;
  height:39px;
  background:#f7fafc;
  color:#526a7d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.045em;
  text-transform:uppercase;
  white-space:nowrap;
}
#candidateTable.candidate-table-refined tbody tr{
  height:68px;
  transition:background .13s ease,box-shadow .13s ease;
}
#candidateTable.candidate-table-refined tbody tr:hover td{background:#f8fbfd}
#candidateTable.candidate-table-refined tbody tr:focus-within td{background:#f5f9fc}
#candidateTable.candidate-table-refined .select-col{width:42px;text-align:center;padding-left:8px;padding-right:6px}
#candidateTable.candidate-table-refined .candidate-col{width:250px}
#candidateTable.candidate-table-refined .title-col{width:190px}
#candidateTable.candidate-table-refined .experience-col{width:88px}
#candidateTable.candidate-table-refined .gender-col{width:92px}
#candidateTable.candidate-table-refined .status-col{width:100px}
#candidateTable.candidate-table-refined .cv-col{width:72px}
#candidateTable.candidate-table-refined .match-col{width:118px}
#candidateTable.candidate-table-refined .added-col{width:118px}
#candidateTable.candidate-table-refined th:last-child,
#candidateTable.candidate-table-refined td:last-child{width:178px;min-width:178px}
.candidate-identity-block{display:grid;gap:2px;min-width:0}
.candidate-identity-block>strong{
  color:#0d3557;
  font-size:12.5px;
  line-height:1.2;
  font-weight:900;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.candidate-contact{
  display:block;
  max-width:225px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#6d8090;
  font-size:9.5px;
  line-height:1.3;
}
.candidate-code.code{
  justify-self:start;
  max-width:100%;
  margin-top:1px;
  padding:1px 5px;
  background:#f1f5f8;
  color:#4a6579;
  font-size:8.5px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.candidate-identity-block .mini-tags{margin-top:2px;gap:3px}
.candidate-identity-block .mini-tags span{font-size:8px;padding:2px 5px}
.candidate-title-cell{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  color:#163f60;
  font-size:11px;
  line-height:1.3;
  overflow-wrap:anywhere;
}
.candidate-meta-text{color:#274a65;font-size:10.5px;white-space:nowrap}
#candidateTable .candidate-life{
  padding:4px 7px;
  font-size:8.5px;
  letter-spacing:.02em;
}
#candidateTable .cv-ready.compact{
  min-width:42px;
  justify-content:center;
  padding:4px 7px;
  font-size:9.5px;
}
.candidate-match-compact{display:grid;gap:3px;justify-items:start;min-width:0}
.candidate-match-compact .match-score{padding:5px 8px;font-size:11px;line-height:1}
.candidate-match-compact>span:last-child{font-size:8.5px;font-weight:850;color:#567084;white-space:nowrap}
.candidate-added-cell{display:grid;gap:4px;justify-items:start;color:#526a7c;font-size:9.5px;white-space:nowrap}
.candidate-added-cell .cv-age{font-size:8.5px;padding:3px 6px}
#candidateTable .candidate-actions-cell{overflow:visible}
#candidateTable .candidate-actions-primary{
  display:flex;
  align-items:center;
  gap:5px;
  flex-wrap:nowrap;
}
#candidateTable .candidate-action{
  min-height:30px;
  border:1px solid #d7e2eb;
  border-radius:8px;
  padding:6px 9px;
  background:#fff;
  color:#315d7f;
  font-size:9.5px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  white-space:nowrap;
}
#candidateTable .candidate-action.open{background:#eaf4fc;border-color:#c9def0;color:#145b91}
#candidateTable .candidate-action.edit{background:#fff;color:#315d7f}
#candidateTable .candidate-action.more{list-style:none;display:inline-flex;align-items:center;justify-content:center;user-select:none}
#candidateTable .candidate-action.more::-webkit-details-marker{display:none}
#candidateTable .candidate-action.more::before{content:'•••';margin-right:5px;letter-spacing:1px;font-size:8px}
#candidateTable .candidate-more-menu{position:relative;margin:0}
#candidateTable .candidate-more-menu[open]>.candidate-action.more{background:#eef3f7;border-color:#bccddd;color:#244d6c}
#candidateTable .candidate-more-actions{
  display:grid;
  min-width:148px;
  gap:4px;
  margin-top:6px;
  padding:6px;
  border:1px solid #d9e3eb;
  border-radius:9px;
  background:#fff;
  box-shadow:0 9px 22px rgba(15,49,77,.12);
}
#candidateTable .candidate-menu-action{
  width:100%;
  min-height:29px;
  border:0;
  border-radius:7px;
  padding:6px 8px;
  background:#f6f9fb;
  color:#2f536f;
  text-align:left;
  font-size:9px;
  font-weight:850;
  cursor:pointer;
  white-space:nowrap;
}
#candidateTable .candidate-menu-action:hover{background:#edf3f7}
#candidateTable .candidate-menu-action.reject{color:#a83b31;background:#fff5f3}
#candidateTable .candidate-menu-action.block{color:#fff;background:#2d3743}
#candidateTable .candidate-menu-action.restore{color:#147553;background:#eef8f4}
#candidateTable .candidate-menu-action.delete{color:#b42318;background:#fff0ef}
.candidate-table-wrap{border-radius:12px;box-shadow:0 5px 16px rgba(15,49,77,.035)}


#candidateTable .candidate-more-menu[open] .candidate-more-actions{animation:candidateMoreIn .12s ease-out}
@keyframes candidateMoreIn{from{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}
.ats-list-toolbar{padding:9px 10px;gap:8px}
.ats-list-toolbar .ats-filter-group{gap:7px}
.ats-list-toolbar .ats-filter-group input,.ats-list-toolbar .ats-filter-group select{min-height:34px;padding:7px 10px;font-size:10.5px}
.ats-list-toolbar .ats-filter-group input{min-width:280px}
.ats-list-toolbar .ats-filter-group select{min-width:132px}

/* Override legacy 5-button action grid from earlier releases. */
#candidateTable.candidate-table-refined .row-actions{display:flex;width:auto}

@media(max-width:1200px){
  #candidateTable.candidate-table-refined{min-width:1080px}
  #candidateTable.candidate-table-refined .candidate-col{width:225px}
  #candidateTable.candidate-table-refined .title-col{width:170px}
}
@media(max-width:760px){
  #candidateTable.candidate-table-refined{min-width:1030px}
  #candidateTable.candidate-table-refined th,#candidateTable.candidate-table-refined td{padding:8px}
}

/* ============================================================
   GYPTO HRIS V1.9.0.5 — HR Task Assignee Directory
   Candidate name is the primary open action; the Actions column is icon-only.
   ============================================================ */
#candidateTable.candidate-table-refined th:last-child,
#candidateTable.candidate-table-refined td:last-child{
  width:78px;
  min-width:78px;
  text-align:center;
}
#candidateTable .candidate-name-link{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:#0d3557;
  font:inherit;
  font-size:12.5px;
  line-height:1.25;
  font-weight:900;
  text-align:start;
  cursor:pointer;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#candidateTable .candidate-name-link:hover{
  color:#0b65a3;
  text-decoration:underline;
  text-underline-offset:3px;
}
#candidateTable .candidate-name-link:focus-visible{
  outline:2px solid rgba(20,91,145,.28);
  outline-offset:3px;
  border-radius:4px;
}
#candidateTable .candidate-identity-block>strong{display:none}
#candidateTable .candidate-actions-cell{
  padding-left:7px;
  padding-right:7px;
  overflow:visible;
}
#candidateTable .candidate-actions-primary{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  flex-wrap:nowrap;
}
#candidateTable .candidate-icon-action{
  width:30px;
  height:30px;
  min-width:30px;
  display:inline-grid;
  place-items:center;
  margin:0;
  padding:0;
  border:1px solid #d7e2eb;
  border-radius:8px;
  background:#fff;
  color:#3a5d76;
  cursor:pointer;
  transition:background .12s ease,border-color .12s ease,color .12s ease,box-shadow .12s ease;
}
#candidateTable .candidate-icon-action:hover{
  background:#f2f7fb;
  border-color:#bfd2e1;
  color:#0e5f98;
}
#candidateTable .candidate-icon-action:focus-visible{
  outline:2px solid rgba(20,91,145,.25);
  outline-offset:2px;
}
#candidateTable .candidate-icon-action.edit svg{
  width:14px;
  height:14px;
  fill:currentColor;
}
#candidateTable .candidate-icon-action.more{
  list-style:none;
  user-select:none;
  font-size:20px;
  line-height:1;
  font-weight:800;
}
#candidateTable .candidate-icon-action.more::-webkit-details-marker{display:none}
#candidateTable .candidate-icon-action.more span{
  display:block;
  transform:translateY(-1px);
}
#candidateTable .candidate-more-menu{
  position:relative;
  margin:0;
}
#candidateTable .candidate-more-menu[open]>.candidate-icon-action.more{
  background:#eaf3f9;
  border-color:#b8ccdc;
  color:#164f78;
}
#candidateTable .candidate-more-actions{
  position:absolute;
  z-index:30;
  right:0;
  top:34px;
  min-width:166px;
  gap:3px;
  margin:0;
  padding:6px;
  border:1px solid #d9e3eb;
  border-radius:10px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,49,77,.16);
}
#candidateTable .candidate-menu-action{
  min-height:31px;
  border-radius:7px;
  padding:7px 9px;
  font-size:9.5px;
}
#candidateTable .candidate-action-empty{
  color:#9aabb8;
  font-size:12px;
}

/* =============================================================
   GYPTO HRIS V1.9.0.8 — Recruitment CV Intake Restored
   Recruitment contains applications only. CV Library owns talent records.
   ============================================================= */
.recruitment-main-head{margin-bottom:12px}
.recruitment-architecture-note{
  display:flex;align-items:center;gap:14px;margin:0 0 14px;padding:10px 14px;
  border:1px solid #dce7ef;border-radius:12px;background:#f8fbfd;color:#274d69;
}
.recruitment-architecture-note>div{display:flex;align-items:baseline;gap:8px;min-width:0}
.recruitment-architecture-note b{font-size:11px;color:#103f62;white-space:nowrap}
.recruitment-architecture-note span{font-size:10px;color:#73879a}
.recruitment-architecture-note i{font-style:normal;color:#9aafbf;font-weight:800}
.recruitment-application-summary{margin-bottom:12px}
.recruitment-stage-grid{margin-bottom:18px}
.recruitment-stage-card{
  width:100%;text-align:left;cursor:pointer;color:inherit;font:inherit;
  transition:border-color .12s ease,background .12s ease,transform .12s ease,box-shadow .12s ease;
}
.recruitment-stage-card:hover{border-color:#b9d3e5;background:#fbfdff;transform:translateY(-1px);box-shadow:0 5px 15px rgba(26,72,104,.06)}
.recruitment-stage-card:focus-visible{outline:2px solid rgba(19,95,151,.24);outline-offset:2px}
.recruitment-applications-section{margin-top:4px}
.recruitment-app-toolbar{
  display:grid;grid-template-columns:minmax(260px,1.5fr) minmax(210px,1fr) minmax(170px,.8fr) minmax(160px,.75fr);
  gap:8px;margin:0 0 10px;padding:10px;border:1px solid #dce6ee;border-radius:12px;background:#fff;
}
.recruitment-app-toolbar input,.recruitment-app-toolbar select{
  min-height:38px;height:38px;padding:0 11px;border:1px solid #d7e2ea;border-radius:9px;background:#fff;color:#123b5a;font-size:10.5px;
}
.application-table-wrap{border:1px solid #dce6ee;border-radius:13px;background:#fff;overflow:auto}
.application-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}
.application-table thead th{
  position:sticky;top:0;z-index:3;background:#f8fafc;color:#4e667b;text-transform:uppercase;letter-spacing:.035em;
  font-size:9px;font-weight:800;padding:10px 12px;border-bottom:1px solid #dce6ee;text-align:left;
}
.application-table thead th:nth-child(1){width:25%}
.application-table thead th:nth-child(2){width:23%}
.application-table thead th:nth-child(3){width:16%}
.application-table thead th:nth-child(4){width:13%}
.application-table thead th:nth-child(5){width:12%}
.application-table thead th:nth-child(6){width:11%}
.application-table tbody td{padding:10px 12px;border-bottom:1px solid #e5edf3;vertical-align:middle;font-size:10.5px;color:#143b58}
.application-table tbody tr:last-child td{border-bottom:0}
.application-table tbody tr:hover{background:#fbfdff}
.application-candidate-cell{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}
.application-candidate-cell .candidate-name-link{font-size:11.5px;line-height:1.25}
.application-candidate-cell .candidate-contact{max-width:100%;font-size:9.5px;color:#74879a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.application-candidate-cell .candidate-code{font-size:8.5px;color:#7890a2}
.application-vacancy-link{
  display:block;max-width:100%;padding:0;border:0;background:none;color:#174e76;font:inherit;font-weight:800;text-align:left;cursor:pointer;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.application-vacancy-link:hover{text-decoration:underline;color:#0b639d}
.application-vacancy-link+span{display:block;margin-top:2px;font-size:8.5px;color:#8496a5}
.application-stage-select{
  width:100%;min-height:32px;height:32px;padding:0 28px 0 9px;border:1px solid #d8e3eb;border-radius:8px;background:#fff;color:#173e5c;font-size:9.5px;font-weight:700;
}
.application-match-cell{display:flex;align-items:center;gap:6px;min-width:0}
.application-match-cell .match-badge,.application-match-cell .score-badge{margin:0}
.application-match-cell>span:last-child{font-size:9px;color:#6f8497;font-weight:700}
.application-source{display:inline-flex;align-items:center;min-height:24px;padding:4px 7px;border-radius:999px;font-size:8.8px;font-weight:800;white-space:nowrap}
.application-source.external{background:#edf4ff;color:#2a5f9b;border:1px solid #d8e7fb}
.application-source.internal{background:#f1f5f7;color:#5f7282;border:1px solid #e1e8ed}
.application-date-cell{display:flex;flex-direction:column;gap:2px;white-space:nowrap}
.application-date-cell span{font-size:9.5px;color:#405f76}
.application-date-cell small{font-size:8.5px;color:#7f91a0}
.add-from-library{margin-top:12px}
.add-from-library-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,1fr);gap:10px;margin:12px 0}
.add-from-library-toolbar label{display:flex;flex-direction:column;gap:5px;font-size:9.5px;font-weight:800;color:#31536c}
.add-from-library-toolbar select,.add-from-library-toolbar input{min-height:38px;padding:0 11px;border:1px solid #d7e2ea;border-radius:9px;background:#fff;color:#123b5a;font-size:10.5px}
.library-candidate-picker{border:1px solid #e0e8ef;border-radius:11px;overflow:hidden;background:#fff;max-height:430px;overflow-y:auto}
.library-picker-row{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(180px,.8fr) auto;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid #e7eef3}
.library-picker-row:last-child{border-bottom:0}
.library-picker-row:hover{background:#fbfdff}
.library-picker-person{display:flex;flex-direction:column;gap:2px;min-width:0}
.library-picker-person>span{font-size:9.5px;color:#4b6578;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.library-picker-person>small{font-size:8.8px;color:#8293a1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.library-picker-match{display:flex;align-items:center;gap:6px;font-size:9px;color:#6d8192;min-width:0}
.library-picker-row .btn{min-width:92px}
@media(max-width:1100px){
  .recruitment-app-toolbar{grid-template-columns:1fr 1fr}
  .application-table{min-width:950px}
}
@media(max-width:760px){
  .recruitment-architecture-note{align-items:flex-start;flex-direction:column;gap:5px}
  .recruitment-architecture-note i{transform:rotate(90deg);margin-left:6px}
  .recruitment-app-toolbar,.add-from-library-toolbar{grid-template-columns:1fr}
  .library-picker-row{grid-template-columns:1fr;align-items:start}
  .library-picker-row .btn{width:100%}
}
.application-match-cell .match-score{min-width:48px;height:28px;padding:0 7px;margin:0;border-radius:8px;font-size:11px}

/* =============================================================
   GYPTO HRIS V1.9.0.9 — Compact Recruitment Pipeline Header
   Reduces vertical space used by recruitment summary + stage cards.
   ============================================================= */
.gypto-oee-shell .recruitment-application-summary{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:0 0 9px;
}
.gypto-oee-shell .recruitment-application-summary>div{
  min-height:54px;
  padding:7px 11px;
  border-radius:10px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  box-shadow:none;
}
.gypto-oee-shell .recruitment-application-summary span{
  font-size:9.5px;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.gypto-oee-shell .recruitment-application-summary strong{
  flex:0 0 auto;
  font-size:19px;
  line-height:1;
  margin:0;
}

.gypto-oee-shell .recruitment-stage-grid{
  grid-template-columns:repeat(9,minmax(0,1fr));
  gap:7px;
  margin:0 0 12px;
  overflow:visible;
}
.gypto-oee-shell .recruitment-stage-card{
  min-height:62px;
  height:62px;
  padding:8px 10px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  box-shadow:none;
}
.gypto-oee-shell .recruitment-stage-card h4{
  min-width:0;
  margin:0;
  font-size:9px;
  line-height:1.15;
  letter-spacing:.015em;
  text-transform:uppercase;
  color:#4b6074;
  overflow-wrap:anywhere;
}
.gypto-oee-shell .recruitment-stage-card .stage-count{
  flex:0 0 auto;
  font-size:20px;
  line-height:1;
  font-weight:900;
  color:#0f3d60;
}
.gypto-oee-shell .recruitment-stage-card>.small{display:none}
.gypto-oee-shell .recruitment-stage-card:hover{
  transform:none;
  box-shadow:0 3px 10px rgba(26,72,104,.05);
}

@media(max-width:1300px){
  .gypto-oee-shell .recruitment-stage-grid{
    grid-template-columns:repeat(9,minmax(125px,1fr));
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin;
    padding-bottom:3px;
  }
}
@media(max-width:900px){
  .gypto-oee-shell .recruitment-application-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gypto-oee-shell .recruitment-stage-grid{
    grid-template-columns:repeat(9,132px);
    overflow-x:auto;
  }
}
@media(max-width:620px){
  .gypto-oee-shell .recruitment-application-summary{grid-template-columns:1fr 1fr}
  .gypto-oee-shell .recruitment-application-summary>div{min-height:50px;padding:7px 9px}
  .gypto-oee-shell .recruitment-stage-card{height:58px;min-height:58px}
}

/* =============================================================
   GYPTO HRIS V1.9.0.10 — Compact CV Library Metrics Header
   Keeps talent KPIs visible without consuming page height.
   ============================================================= */
.gypto-oee-shell .cv-library-strip{
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:7px;
  margin-top:2px;
  margin-bottom:10px;
}
.gypto-oee-shell .cv-library-strip>div{
  min-height:54px;
  height:54px;
  padding:7px 11px;
  border-radius:10px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  box-shadow:none;
}
.gypto-oee-shell .cv-library-strip span{
  min-width:0;
  font-size:9.5px;
  line-height:1.15;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.gypto-oee-shell .cv-library-strip strong{
  flex:0 0 auto;
  margin:0;
  font-size:20px;
  line-height:1;
}
.gypto-oee-shell .cv-library-strip .decision-metric{
  transition:background .15s ease,border-color .15s ease;
}
.gypto-oee-shell .cv-library-strip .decision-metric:hover{
  transform:none;
  box-shadow:none;
}

@media(max-width:1250px){
  .gypto-oee-shell .cv-library-strip{
    grid-template-columns:repeat(7,minmax(155px,1fr));
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin;
    padding-bottom:3px;
  }
}
@media(max-width:620px){
  .gypto-oee-shell .cv-library-strip{
    grid-template-columns:repeat(7,145px);
  }
  .gypto-oee-shell .cv-library-strip>div{
    min-height:50px;
    height:50px;
    padding:6px 9px;
  }
  .gypto-oee-shell .cv-library-strip strong{font-size:18px}
}

/* GYPTO HRIS V1.9.0.15 — Offline-first status */
.offline-sync-status{border:1px solid #b9d8c8;background:#eef9f3;color:#196845;border-radius:999px;padding:6px 10px;font:inherit;font-size:9px;font-weight:900;white-space:nowrap;cursor:pointer;transition:.18s ease}
.offline-sync-status:hover{transform:translateY(-1px)}
.offline-sync-status.pending{background:#fff7e8;border-color:#efd39f;color:#8a5a0b}
.offline-sync-status.offline{background:#fff0ef;border-color:#efb9b4;color:#a3322a}
.offline-sync-status.syncing{background:#edf5ff;border-color:#bdd5ef;color:#245f91}
@media(max-width:780px){.offline-sync-status{max-width:112px;overflow:hidden;text-overflow:ellipsis}}


/* V2.0.1 — GYPTO Enterprise HCM shell */
.enterprise-header-actions{gap:10px}.enterprise-search-wrap{position:relative;display:flex;align-items:center;width:min(410px,31vw);min-width:250px}.enterprise-search-icon{position:absolute;left:12px;color:#7690a6;font-size:18px;z-index:2}.enterprise-global-search{width:100%;height:40px;border:1px solid #d7e3ed;border-radius:12px;background:#f7fafc;padding:0 14px 0 38px;color:#153c5c;font-weight:700;font-size:12px;outline:none;transition:.16s}.enterprise-global-search:focus{background:#fff;border-color:#6f9fc5;box-shadow:0 0 0 3px rgba(65,121,164,.10)}.enterprise-search-results{position:absolute;top:46px;left:0;right:0;z-index:220;background:#fff;border:1px solid #dbe5ed;border-radius:14px;box-shadow:0 18px 50px rgba(14,46,73,.18);padding:7px;max-height:420px;overflow:auto}.enterprise-search-results button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:34px 1fr;gap:8px;text-align:left;padding:9px 10px;border-radius:10px;cursor:pointer;color:#173e5f}.enterprise-search-results button:hover{background:#f2f7fb}.enterprise-search-results button>span:first-child{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#eaf3f9;color:#205f8d;font-weight:900}.enterprise-search-results button>span:last-child{display:grid;gap:2px}.enterprise-search-results strong{font-size:11px}.enterprise-search-results small{font-size:9px;color:#7a8d9c}.enterprise-search-empty{padding:14px;color:#718494;font-size:11px}.enterprise-apps-btn{height:40px;border:1px solid #d7e3ed;border-radius:12px;background:#fff;color:#173f60;display:flex;align-items:center;gap:7px;padding:0 12px;font-weight:900;font-size:11px;cursor:pointer}.enterprise-apps-btn:hover{background:#f5f9fc}.apps-grid-icon{font-size:18px;color:#2c6a96}
.enterprise-home{margin:0 0 16px;padding:18px 19px;background:#fff;border:1px solid #dce7ef;border-radius:16px;box-shadow:0 6px 18px rgba(16,49,76,.045)}.enterprise-home-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:13px}.enterprise-home-kicker{font-size:9px;font-weight:950;letter-spacing:.11em;color:#f07a00}.enterprise-home-head h3{margin:4px 0 3px;color:#103b5f;font-size:19px}.enterprise-home-head p{margin:0;color:#74889a;font-size:11px}.enterprise-home-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.enterprise-app-tile{position:relative;min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;border:1px solid #dde7ef;border-radius:13px;background:linear-gradient(180deg,#fff,#f9fbfd);padding:12px 11px;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s}.enterprise-app-tile:hover{transform:translateY(-1px);border-color:#bcd1e1;box-shadow:0 7px 18px rgba(21,63,94,.08)}.enterprise-app-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#eaf3f9;color:#1d5c88;font-size:18px;font-weight:950}.enterprise-app-copy{display:grid;min-width:0;gap:3px}.enterprise-app-copy strong{font-size:11.5px;color:#173f60}.enterprise-app-copy small{font-size:9px;color:#788c9d;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.enterprise-app-arrow{font-size:20px;color:#9aabba}.enterprise-app-state{font-size:7px;font-weight:950;text-transform:uppercase;background:#fff3e5;color:#a95a0c;padding:4px 6px;border-radius:999px}
.enterprise-apps-overlay,.enterprise-module-overlay{position:fixed;inset:0;z-index:500;background:rgba(8,29,47,.58);backdrop-filter:blur(5px);display:grid;place-items:center;padding:24px}.enterprise-apps-shell,.enterprise-module-shell{width:min(1080px,96vw);max-height:92vh;overflow:auto;background:#f6f9fc;border:1px solid rgba(255,255,255,.55);border-radius:22px;box-shadow:0 32px 95px rgba(0,0,0,.28)}.enterprise-apps-head,.enterprise-module-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px;background:#fff;border-bottom:1px solid #e0e8ef;position:sticky;top:0;z-index:2}.enterprise-apps-head span,.enterprise-module-kicker{font-size:9px;letter-spacing:.13em;font-weight:950;color:#ef7a00}.enterprise-apps-head h2,.enterprise-module-head h2{margin:4px 0 3px;color:#103b5f;font-size:27px}.enterprise-apps-head p,.enterprise-module-head p{margin:0;color:#75899b;font-size:12px}.enterprise-apps-head button,.enterprise-module-close{border:0;background:#edf3f7;color:#4e6a80;width:36px;height:36px;border-radius:10px;font-size:21px;cursor:pointer}.enterprise-apps-grid{padding:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.enterprise-apps-grid .enterprise-app-tile{min-height:82px}.enterprise-module-status{display:flex;gap:11px;align-items:flex-start;margin:20px;padding:14px 15px;border:1px solid #d7e5ef;background:#fff;border-radius:13px}.enterprise-status-dot{width:10px;height:10px;border-radius:50%;background:#f2a23a;box-shadow:0 0 0 5px #fff2df;margin-top:4px}.enterprise-module-status>div{display:grid;gap:3px}.enterprise-module-status strong{color:#173f60;font-size:12px}.enterprise-module-status small{color:#728697;font-size:10px;line-height:1.45}.enterprise-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;padding:0 20px 20px}.enterprise-feature-grid article{min-height:118px;border:1px solid #dde7ef;border-radius:14px;background:#fff;padding:14px;display:grid;align-content:start;gap:6px}.enterprise-feature-grid article>span{width:max-content;padding:4px 6px;border-radius:7px;background:#edf5fb;color:#24658f;font-size:8px;font-weight:950}.enterprise-feature-grid strong{color:#173f60;font-size:12px}.enterprise-feature-grid small{color:#7b8d9d;font-size:9.5px;line-height:1.45}.enterprise-module-actions{padding:0 20px 22px;display:flex;justify-content:flex-end}.enterprise-module-actions .enterprise-module-close{width:auto;height:auto;padding:9px 13px;font-size:11px}
@media(max-width:1180px){.enterprise-search-wrap{width:300px}.enterprise-home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.enterprise-apps-grid,.enterprise-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:800px){.enterprise-search-wrap{display:none}.enterprise-apps-btn span:last-child{display:none}.enterprise-home-head{align-items:flex-start;flex-direction:column}.enterprise-home-grid,.enterprise-apps-grid,.enterprise-feature-grid{grid-template-columns:1fr}.enterprise-apps-overlay,.enterprise-module-overlay{padding:10px}.enterprise-apps-shell,.enterprise-module-shell{width:100%;max-height:96vh;border-radius:16px}}
