:root{--navy:#0d3158;--navy2:#082643;--ink:#10243a;--muted:#64748b;--line:#dce6ef;--soft:#f3f7fb;--white:#fff;--orange:#ff7a12;--green:#0aa467;--blue:#1786e8;--red:#d94242;--shadow:0 18px 48px rgba(13,49,88,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f3f7fb}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}
.portal-top{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid #e7edf4}.portal-top-inner{width:min(1400px,90%);margin:auto;min-height:74px;display:flex;align-items:center;gap:20px}.portal-logo img{width:210px;display:block}.portal-top-actions{margin-left:auto;display:flex;gap:10px;align-items:center}.pbtn{border:0;border-radius:12px;padding:12px 16px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:8px}.pbtn.primary{background:var(--orange);color:#fff}.pbtn.navy{background:var(--navy);color:#fff}.pbtn.outline{background:#fff;border:1px solid #cbd8e5;color:var(--navy)}.pbtn.soft{background:#edf4fb;color:var(--navy)}.pbtn.danger{background:#fff1f1;color:#b52f2f;border:1px solid #ffd2d2}.pbtn.small{padding:8px 11px;border-radius:9px;font-size:13px}
.portal-wrap{width:min(1400px,90%);margin:28px auto 60px}.login-layout{min-height:70vh;display:grid;place-items:center}.login-card{width:min(560px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.login-card .kicker{font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--orange)}.login-card h1{margin:8px 0 8px;font-size:34px}.login-card p{color:var(--muted);line-height:1.6}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid.one{grid-template-columns:1fr}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800;font-size:13px}.field input,.field select,.field textarea{width:100%;border:1px solid #cfdae6;background:#fff;border-radius:12px;padding:12px 13px;color:var(--ink);outline:none}.field textarea{min-height:96px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#67a8e9;box-shadow:0 0 0 3px rgba(23,134,232,.1)}.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.note{padding:11px 13px;border-radius:12px;background:#eef6ff;color:#28587f;font-size:13px;line-height:1.5}.alert{display:none;padding:12px 14px;border-radius:12px;margin-bottom:14px;font-weight:700}.alert.show{display:block}.alert.error{background:#fff0f0;color:#a52b2b}.alert.success{background:#ecfbf4;color:#13764d}
.portal-shell{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px;align-items:start}.portal-side{position:sticky;top:96px;background:#0b3154;border-radius:22px;padding:18px;color:#fff;box-shadow:var(--shadow)}.portal-identity{padding:8px 6px 18px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:12px}.portal-identity small{display:block;color:#9fc2df;font-weight:700}.portal-identity strong{display:block;font-size:20px;margin-top:4px}.portal-nav{display:grid;gap:7px}.portal-nav button{border:0;background:transparent;color:#c9dced;border-radius:11px;padding:11px 12px;text-align:left;font-weight:750}.portal-nav button.active,.portal-nav button:hover{background:rgba(255,255,255,.11);color:#fff}.portal-main{min-width:0}.page-head{display:flex;align-items:flex-end;gap:16px;justify-content:space-between;margin-bottom:18px}.page-head h1{margin:0;font-size:32px}.page-head p{margin:6px 0 0;color:var(--muted)}
.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.metric{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px;box-shadow:0 8px 26px rgba(13,49,88,.05)}.metric small{display:block;color:var(--muted);font-weight:700}.metric strong{display:block;font-size:28px;margin-top:5px}.metric span{display:block;margin-top:6px;font-size:12px;color:var(--green);font-weight:800}
.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 10px 34px rgba(13,49,88,.05);margin-bottom:18px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.panel-head h2,.panel-head h3{margin:0}.panel-head p{margin:3px 0 0;color:var(--muted);font-size:13px}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#edf4fb;color:#28587f;font-size:12px;font-weight:850}.badge.green{background:#e6f8ef;color:#0b7a4c}.badge.orange{background:#fff1e6;color:#c25a06}.badge.red{background:#fff0f0;color:#b12e2e}.badge.violet{background:#f2edff;color:#6c44c7}
.passport{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:start}.avatar{width:160px;height:160px;border-radius:24px;background:linear-gradient(145deg,#0d3158,#1b69ad);display:grid;place-items:center;color:#fff;font-size:46px;font-weight:900;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.passport h2{font-size:30px;margin:0 0 4px}.passport-meta{color:var(--muted)}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.chip{padding:7px 10px;background:#f1f6fb;border-radius:999px;font-size:12px;font-weight:800}.progress{height:10px;background:#e8eff6;border-radius:999px;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--orange),#ffab44);border-radius:inherit}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px}.ptable{width:100%;border-collapse:collapse;min-width:760px}.ptable th,.ptable td{text-align:left;padding:12px 13px;border-bottom:1px solid #e7edf4;font-size:13px;vertical-align:top}.ptable th{background:#f7fafe;color:#52677d;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.ptable tr:last-child td{border-bottom:0}.empty{padding:24px;text-align:center;color:var(--muted)}
.skill-row,.doc-row,.ticket-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #edf1f5}.skill-row:last-child,.doc-row:last-child,.ticket-row:last-child{border-bottom:0}.skill-row b,.doc-row b{display:block}.skill-row small,.doc-row small,.ticket-row small{color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.status-dot{width:9px;height:9px;border-radius:50%;background:var(--green);display:inline-block}.section-title{font-weight:900;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#3c6f99;margin-bottom:12px}.subtle{color:var(--muted);font-size:13px}.right{text-align:right}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.nowrap{white-space:nowrap}
@media(max-width:1050px){.portal-shell{grid-template-columns:1fr}.portal-side{position:static;display:flex;align-items:center;gap:12px;overflow:auto}.portal-identity{min-width:190px;border-bottom:0;border-right:1px solid rgba(255,255,255,.12);margin:0;padding:4px 18px 4px 4px}.portal-nav{display:flex;min-width:max-content}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1fr}.three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.portal-top-inner,.portal-wrap{width:90%}.portal-top-inner{min-height:66px}.portal-logo img{width:170px}.portal-top-actions .home-label{display:none}.portal-wrap{margin-top:18px}.login-card{padding:22px;border-radius:20px}.login-card h1{font-size:28px}.form-grid{grid-template-columns:1fr}.portal-side{padding:12px;border-radius:16px}.portal-identity{display:none}.portal-nav button{padding:9px 10px}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:27px}.metrics{grid-template-columns:1fr 1fr;gap:10px}.metric{padding:14px}.metric strong{font-size:23px}.panel{padding:16px;border-radius:18px}.passport{grid-template-columns:1fr}.avatar{width:110px;height:110px;border-radius:18px}.passport h2{font-size:25px}.three{grid-template-columns:1fr}.pbtn{min-height:44px}.form-actions .pbtn{flex:1}.skill-row,.doc-row,.ticket-row{align-items:flex-start;flex-direction:column}.ptable{min-width:680px}}

/* ===== PayByDay v5 Admin Control Centre ===== */
.admin-active{background:#f4f8fc}
.admin-active .portal-top{min-height:58px;background:rgba(255,255,255,.96)}
.admin-active .portal-top-inner{width:min(1580px,96%);min-height:58px;justify-content:flex-end}
.admin-active .portal-logo{display:none}
.admin-active .portal-wrap{width:min(1580px,96%);margin:0 auto 34px}
.admin-active .portal-shell.admin-shell{grid-template-columns:275px minmax(0,1fr);gap:0;align-items:stretch;min-height:calc(100vh - 58px)}
.admin-active .admin-side{position:sticky;top:58px;min-height:calc(100vh - 58px);border-radius:0;padding:0 18px 22px;background:linear-gradient(180deg,#07345d 0%,#082b4b 52%,#062846 100%);box-shadow:none;display:flex;flex-direction:column;overflow:hidden}
.admin-side-brand{height:92px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);margin:0 -18px 18px;padding:12px 20px}
.admin-side-brand img{width:205px;max-height:64px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
.admin-active .admin-side .portal-identity{padding:4px 8px 16px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}
.admin-active .admin-side .portal-identity small{color:#a9cae6;font-size:12px}
.admin-active .admin-side .portal-identity strong{font-size:20px}
.admin-active .admin-side .portal-nav{gap:7px}
.admin-active .admin-side .portal-nav button{min-height:54px;display:grid;grid-template-columns:30px 1fr 18px;align-items:center;gap:10px;padding:10px 12px;border:1px solid transparent;border-radius:12px;color:#c6d8e8;font-size:14px;transition:.2s ease}
.admin-active .admin-side .portal-nav button:hover{transform:translateX(2px);background:rgba(255,255,255,.07);color:#fff}
.admin-active .admin-side .portal-nav button.active{background:linear-gradient(90deg,rgba(31,134,230,.32),rgba(29,90,143,.3));border-color:#2b91e6;color:#fff;box-shadow:inset 3px 0 #44b7ff}
.nav-ico{width:24px;height:24px;display:grid;place-items:center;color:#b9d4ea}.nav-ico svg{width:22px;height:22px}.portal-nav button.active .nav-ico{color:#fff}.nav-arrow{justify-self:end;font-size:22px;opacity:.8}
.admin-fun-card{margin-top:auto;position:relative;overflow:hidden;min-height:220px;padding:22px;border:1px solid rgba(29,205,120,.5);border-radius:15px;background:linear-gradient(145deg,rgba(9,115,74,.62),rgba(4,55,49,.9));color:#fff}
.admin-fun-card:after{content:"";position:absolute;right:-35px;bottom:-55px;width:170px;height:210px;border-radius:48% 48% 0 0;background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0));transform:rotate(-12deg)}
.admin-fun-card .fun-mark{display:block;color:#38d98e;font-size:31px;line-height:1;margin-bottom:12px}.admin-fun-card strong{display:block;font-size:24px;line-height:1.08;letter-spacing:.01em}.admin-fun-card small{display:block;width:150px;margin-top:12px;color:#d4eee4;line-height:1.45}.fun-dots{display:flex;gap:7px;margin-top:18px}.fun-dots i{width:7px;height:7px;border-radius:50%;background:#ff8128}.fun-dots i:nth-child(2){background:#f5c046}.fun-dots i:nth-child(3){background:#2ed18e}
.admin-active .portal-main{padding:28px 28px 0;min-width:0;background:linear-gradient(180deg,#f7fbff 0,#f2f7fb 100%)}
.admin-hero-head{position:relative;overflow:hidden;min-height:120px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:12px 8px 12px;margin-bottom:8px}
.admin-hero-head:after{content:"";position:absolute;right:70px;top:10px;width:420px;height:120px;opacity:.13;background:repeating-linear-gradient(90deg,transparent 0 50px,#6f8faa 51px 53px,transparent 54px 80px),linear-gradient(160deg,transparent 0 46%,#6f8faa 47% 49%,transparent 50%);clip-path:polygon(0 80%,10% 60%,18% 70%,28% 33%,36% 68%,48% 20%,55% 64%,65% 42%,72% 78%,83% 53%,92% 70%,100% 50%,100% 100%,0 100%)}
.admin-kicker{display:block;color:#6484a2;font-size:12px;font-weight:800;margin-bottom:5px}.admin-hero-head h1{margin:0;font-size:36px;line-height:1.08;color:#0a2849}.admin-hero-head p{margin:7px 0 0;color:#607b95}.admin-schema{position:relative;z-index:1;margin-top:4px}
.admin-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}
.admin-metric{position:relative;min-height:108px;background:#fff;border:1px solid #dbe5ef;border-radius:17px;padding:18px;display:grid;grid-template-columns:54px 1fr auto;gap:13px;align-items:center;box-shadow:0 9px 24px rgba(21,65,102,.045);transition:transform .18s ease,box-shadow .18s ease}
.admin-metric:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(21,65,102,.09)}.metric-icon{width:52px;height:52px;border-radius:13px;display:grid;place-items:center}.metric-icon svg{width:28px;height:28px}.admin-metric.blue .metric-icon{color:#1678e8;background:#e9f3ff}.admin-metric.orange .metric-icon{color:#ff7618;background:#fff0e4}.admin-metric.green .metric-icon{color:#11a96e;background:#e7f8f0}.admin-metric small{display:block;color:#4e6b88;font-weight:800}.admin-metric strong{display:block;color:#0a2849;font-size:30px;line-height:1;margin-top:4px}.admin-metric p{margin:5px 0 0;color:#7a8da1;font-size:11px}.admin-metric em{align-self:start;font-style:normal;font-size:10px;font-weight:900;color:#0a8c5a;background:#e9f9f1;border-radius:999px;padding:5px 8px}
.admin-dashboard-grid{display:grid;grid-template-columns:1.7fr 1.12fr 1.05fr;gap:14px;margin-bottom:14px}.admin-bottom-grid{display:grid;grid-template-columns:1.08fr 1.08fr 1.12fr;gap:14px}
.admin-panel{background:#fff;border:1px solid #dbe5ef;border-radius:18px;padding:16px;box-shadow:0 8px 22px rgba(13,49,88,.04);min-width:0}.admin-panel-head{display:flex;align-items:center;gap:10px;margin-bottom:10px;min-width:0}.admin-panel-head>div:nth-child(2){min-width:0}.admin-panel-head h2{margin:0;color:#0d3158;font-size:16px}.admin-panel-head p{margin:2px 0 0;color:#71859a;font-size:11px}.admin-panel-head .range-chip{margin-left:auto;white-space:nowrap;border:1px solid #d7e2ec;border-radius:8px;padding:7px 9px;color:#12395f;background:#fff;font-size:11px;font-weight:800}.title-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto}.title-icon svg{width:21px;height:21px}.title-icon.navy{color:#0d3158;background:#edf3f8}.title-icon.blue{color:#147de8;background:#eaf4ff}.title-icon.orange{color:#ff7716;background:#fff0e5}.title-icon.green{color:#12a46d;background:#e8f8f0}.title-icon.violet{color:#6946db;background:#f0edff}
.activity-chart{position:relative;min-height:220px}.activity-chart svg{width:100%;height:auto;display:block;overflow:visible}.chart-grid{stroke:#e6edf4;stroke-width:1}.chart-y,.chart-x{fill:#71869a;font-size:11px}.chart-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-line.workers{stroke:#0c79ee}.chart-line.companies{stroke:#ff8126}.chart-line.requests{stroke:#16ac70}.chart-empty{position:absolute;inset:35px 25px 42px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#617b94;text-align:center}.chart-empty span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#eef3f7;margin-bottom:7px}.chart-empty svg{width:26px}.chart-empty b{color:#34526d}.chart-empty small{font-size:11px}.chart-legend{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;color:#708398;font-size:11px}.chart-legend span{display:flex;align-items:center;gap:6px}.chart-legend i{width:9px;height:9px;border-radius:50%}.chart-legend i.blue{background:#0c79ee}.chart-legend i.orange{background:#ff8126}.chart-legend i.green{background:#16ac70}
.verify-wrap{display:grid;grid-template-columns:126px 1fr;gap:16px;align-items:center;padding:10px 5px}.verify-donut{width:120px;height:120px;border-radius:50%;background:var(--donut);display:grid;place-items:center}.verify-donut:before{content:"";grid-area:1/1;width:78px;height:78px;border-radius:50%;background:#fff}.verify-donut>div{grid-area:1/1;z-index:1;text-align:center}.verify-donut strong{display:block;font-size:24px;color:#0d3158}.verify-donut span{color:#6b8093;font-size:11px}.verify-legend{display:grid;gap:9px}.verify-legend p{margin:0;display:grid;grid-template-columns:11px 1fr auto;gap:7px;align-items:center;font-size:11px;color:#607991}.verify-legend p i{width:9px;height:9px;border-radius:50%}.verify-legend .v-ok{background:#22c55e}.verify-legend .v-pend{background:#fb923c}.verify-legend .v-no{background:#ef4444}.verify-legend .v-none{background:#cbd5e1}.verify-legend b{color:#183b5d;font-size:10px}.verify-note{display:flex;gap:9px;align-items:center;margin-top:10px;border-radius:12px;background:#eaf9f0;padding:10px;color:#0e8858}.verify-note>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto}.verify-note svg{width:21px}.verify-note b{display:block;font-size:11px}.verify-note small{display:block;color:#5e8171;font-size:10px;margin-top:2px}
.quick-list{display:grid;gap:8px}.quick-list button{width:100%;border:1px solid #e0e7ef;background:#fff;border-radius:11px;padding:9px;display:grid;grid-template-columns:40px 1fr 14px;gap:9px;align-items:center;text-align:left;color:#173a5b;transition:.18s ease}.quick-list button:hover{border-color:#a8c9e8;transform:translateX(2px);background:#fafdff}.qico{width:38px;height:38px;border-radius:10px;display:grid;place-items:center}.qico svg{width:21px;height:21px}.qico.blue{color:#177de7;background:#eaf4ff}.qico.orange{color:#ff7716;background:#fff0e5}.qico.green{color:#10a66b;background:#e8f8f0}.qico.violet{color:#6c48dd;background:#f0edff}.quick-list b{display:block;font-size:12px}.quick-list small{display:block;color:#70859a;font-size:10px;margin-top:2px}.quick-list i{font-style:normal;font-size:20px;color:#6689ab}
.admin-panel-head.compact{margin-bottom:8px}.view-link{margin-left:auto;border:0;background:transparent;color:#0b74da;font-size:10px;font-weight:800;padding:5px}.recent-row{display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;padding:8px 0;border-top:1px solid #edf2f6}.recent-avatar{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#eaf3ff;color:#116fd4;font-size:11px;font-weight:900}.recent-avatar.orange{background:#fff0e5;color:#e66508}.recent-row b{display:block;font-size:11px;color:#173a5b}.recent-row small{display:block;color:#778b9e;font-size:9px;margin-top:2px}.recent-row .badge{font-size:9px;padding:4px 6px}.fun-empty{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#7d8fa0}.fun-empty>span{width:46px;height:46px;border-radius:50%;background:#eef3f7;display:grid;place-items:center;margin-bottom:6px}.fun-empty svg{width:24px}.fun-empty b{color:#516c85;font-size:11px}.fun-empty small{max-width:250px;font-size:9px;margin-top:3px}.support-mini{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px}.support-mini-card{text-align:center;background:#eaf4ff;color:#1568b9;border-radius:9px;padding:9px 5px}.support-mini-card.amber{background:#fff3e8;color:#c46110}.support-mini-card.green{background:#eaf9f0;color:#0f8a59}.support-mini-card.slate{background:#eff3f7;color:#526a80}.support-mini-card span{display:block;font-size:8px}.support-mini-card strong{display:block;font-size:19px;margin-top:2px}.support-go{width:100%;margin-top:9px;border:1px solid #c9d7e4;border-radius:9px;background:#fff;color:#173b5c;font-size:10px;font-weight:800;padding:8px}.support-go span{float:right;font-size:17px;line-height:10px}.admin-footline{display:flex;align-items:center;justify-content:space-between;gap:15px;color:#8193a3;font-size:10px;padding:15px 8px 0}.admin-footline span:last-child{letter-spacing:.04em}.admin-footline span:last-child b:first-child{color:#0d3158}.admin-footline span:last-child b:nth-of-type(2){color:#ff7a12}.admin-footline span:last-child b:last-child{color:#0aa467}.admin-footline i{font-style:normal;padding:0 5px;color:#a7b5c0}
@media(max-width:1250px){.admin-active .portal-shell.admin-shell{grid-template-columns:230px minmax(0,1fr)}.admin-dashboard-grid{grid-template-columns:1.5fr 1fr}.quick-panel{grid-column:1/-1}.quick-list{grid-template-columns:repeat(4,1fr)}.quick-list button{grid-template-columns:36px 1fr}.quick-list button>i{display:none}.admin-bottom-grid{grid-template-columns:1fr 1fr}.support-panel{grid-column:1/-1}.admin-side-brand img{width:180px}}
@media(max-width:1000px){.admin-active .portal-top-inner{width:94%}.admin-active .portal-wrap{width:94%;margin-top:14px}.admin-active .portal-shell.admin-shell{grid-template-columns:1fr;gap:14px;min-height:0}.admin-active .admin-side{position:static;min-height:auto;border-radius:18px;padding:12px;display:block}.admin-side-brand{display:none}.admin-active .admin-side .portal-identity{display:none}.admin-active .admin-side .portal-nav{display:flex;overflow:auto}.admin-active .admin-side .portal-nav button{min-width:max-content;grid-template-columns:22px auto;padding:9px 12px;min-height:44px}.admin-active .admin-side .nav-arrow{display:none}.admin-fun-card{display:none}.admin-active .portal-main{padding:0}.admin-metrics{grid-template-columns:repeat(2,1fr)}.admin-dashboard-grid{grid-template-columns:1fr 1fr}.activity-panel{grid-column:1/-1}.quick-panel{grid-column:auto}.quick-list{grid-template-columns:1fr}.admin-bottom-grid{grid-template-columns:1fr 1fr}.support-panel{grid-column:1/-1}}
@media(max-width:680px){.admin-active .portal-wrap{width:92%}.admin-active .portal-top-inner{width:92%}.admin-hero-head{min-height:auto;padding:4px 0 10px}.admin-hero-head:after{display:none}.admin-hero-head h1{font-size:28px}.admin-schema{display:none}.admin-metrics{grid-template-columns:1fr 1fr;gap:9px}.admin-metric{grid-template-columns:42px 1fr;min-height:92px;padding:12px;gap:9px}.admin-metric em{display:none}.metric-icon{width:40px;height:40px}.metric-icon svg{width:22px}.admin-metric strong{font-size:24px}.admin-metric p{font-size:9px}.admin-dashboard-grid,.admin-bottom-grid{grid-template-columns:1fr}.quick-panel,.support-panel,.activity-panel{grid-column:auto}.verify-wrap{grid-template-columns:105px 1fr}.verify-donut{width:100px;height:100px}.verify-donut:before{width:66px;height:66px}.support-mini{grid-template-columns:1fr 1fr}.admin-footline{flex-direction:column;align-items:flex-start}.admin-panel{padding:13px}.range-chip{display:none!important}}

/* ===== PayByDay v5.2 Creative Admin Linked Pages ===== */
.admin-page-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:150px;padding:26px 28px;margin-bottom:16px;border:1px solid #dbe6ef;border-radius:24px;background:linear-gradient(120deg,#fff 0%,#f7fbff 68%,#eef6fd 100%);box-shadow:0 12px 32px rgba(13,49,88,.055)}
.admin-page-hero:after{content:"";position:absolute;right:-70px;top:-90px;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(23,134,232,.12),rgba(23,134,232,0) 68%);pointer-events:none}.admin-page-hero.orange:after{background:radial-gradient(circle,rgba(255,122,18,.14),rgba(255,122,18,0) 68%)}.admin-page-hero.green:after{background:radial-gradient(circle,rgba(10,164,103,.14),rgba(10,164,103,0) 68%)}.admin-page-hero.violet:after{background:radial-gradient(circle,rgba(108,68,199,.14),rgba(108,68,199,0) 68%)}
.admin-page-hero-main{position:relative;z-index:1;display:flex;align-items:center;gap:16px;min-width:0}.admin-page-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;color:#1678e8;background:#e9f3ff;flex:0 0 auto}.admin-page-icon svg{width:30px;height:30px}.admin-page-hero.orange .admin-page-icon{color:#ff7716;background:#fff0e5}.admin-page-hero.green .admin-page-icon{color:#0aa467;background:#e8f8f0}.admin-page-hero.violet .admin-page-icon{color:#6c44c7;background:#f0edff}.admin-page-kicker,.section-eyebrow{display:block;color:#6a87a1;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.admin-page-hero h1{margin:4px 0 5px;color:#0b2e52;font-size:34px;line-height:1.05}.admin-page-hero p{margin:0;color:#647d94;line-height:1.5}.admin-page-note{position:relative;z-index:1;max-width:330px;padding:14px 16px;border:1px solid #d9e5ef;border-radius:16px;background:rgba(255,255,255,.86)}.admin-page-note b{display:block;color:#0d3158;font-size:12px}.admin-page-note span{display:block;margin-top:4px;color:#71879a;font-size:11px;line-height:1.45}
.admin-page-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.admin-page-stat{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;min-height:100px;padding:16px;background:#fff;border:1px solid #dce6ef;border-radius:18px;box-shadow:0 8px 22px rgba(13,49,88,.045)}.admin-page-stat>span{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;color:#1579e7;background:#eaf4ff}.admin-page-stat>span svg{width:24px}.admin-page-stat.orange>span{color:#ff7618;background:#fff0e5}.admin-page-stat.green>span{color:#0ca469;background:#e8f8f0}.admin-page-stat.violet>span{color:#7048d9;background:#f1edff}.admin-page-stat small{display:block;color:#6f8498;font-weight:800;font-size:11px}.admin-page-stat strong{display:block;margin-top:2px;color:#0d3158;font-size:28px;line-height:1}.admin-page-stat p{margin:5px 0 0;color:#8a9aa9;font-size:10px}
.admin-workflow-panel{display:grid;grid-template-columns:minmax(250px,.8fr) minmax(440px,1.45fr);gap:22px;align-items:center;margin-bottom:16px;padding:20px 24px;border:1px solid #dce7f0;border-radius:20px;background:linear-gradient(115deg,#0b3459 0%,#0d416d 60%,#116b9c 100%);color:#fff;box-shadow:0 10px 28px rgba(5,43,75,.12)}.admin-workflow-panel.company-flow{background:linear-gradient(115deg,#783906 0%,#ad5310 58%,#e37c20 100%)}.admin-workflow-panel.demand-flow{background:linear-gradient(115deg,#075b49 0%,#08745b 58%,#0ba174 100%)}.workflow-copy>span{font-size:10px;font-weight:900;letter-spacing:.14em;color:#7ec7ff}.company-flow .workflow-copy>span{color:#ffd0a8}.demand-flow .workflow-copy>span{color:#a8f1d5}.workflow-copy h2{margin:5px 0 5px;font-size:22px}.workflow-copy p{margin:0;color:#bed3e5;font-size:12px}.company-flow .workflow-copy p,.demand-flow .workflow-copy p{color:#e7f1ef}.workflow-rail{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:9px}.workflow-rail>div{min-width:82px;text-align:center}.workflow-rail b{width:34px;height:34px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0c4b78;font-size:10px}.company-flow .workflow-rail b{color:#a14c0c}.demand-flow .workflow-rail b{color:#087459}.workflow-rail span{display:block;margin-top:6px;font-size:10px;font-weight:800}.workflow-rail i{height:2px;background:linear-gradient(90deg,rgba(255,255,255,.25),rgba(255,255,255,.75));border-radius:99px}.workflow-progress{grid-column:2/-1;height:5px;margin-top:-7px;border-radius:99px;background:rgba(255,255,255,.16);overflow:hidden}.workflow-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#24b5ff,#29df91)}.admin-workflow-panel>small{grid-column:2/-1;margin-top:-14px;color:#b9d4e8;font-size:9px}
.admin-directory-panel{margin-bottom:18px;padding:20px;border:1px solid #dce6ef;border-radius:22px;background:#fff;box-shadow:0 9px 25px rgba(13,49,88,.045)}.creative-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:15px}.creative-section-head h2{margin:4px 0 0;color:#0d3158;font-size:23px}.creative-section-head>p{max-width:500px;margin:0;color:#74889b;font-size:12px;text-align:right;line-height:1.5}.admin-toolbar{display:grid;grid-template-columns:minmax(230px,1fr) 220px auto;gap:10px;align-items:center;margin-bottom:15px;padding:10px;border-radius:15px;background:#f5f9fc;border:1px solid #e5edf4}.admin-search{display:flex;align-items:center;gap:8px;border:1px solid #d5e1eb;border-radius:11px;background:#fff;padding:0 11px}.admin-search span{font-size:21px;color:#7391aa}.admin-search input{width:100%;min-height:40px;border:0;outline:none;background:transparent;color:#153853}.admin-toolbar select{min-height:42px;border:1px solid #d5e1eb;border-radius:11px;background:#fff;padding:0 11px;color:#31526d}.result-count{justify-self:end;color:#7890a4;font-size:11px}.result-count b{color:#0d3158;font-size:15px}.filtered-out{display:none!important}
.worker-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.worker-admin-card{position:relative;overflow:hidden;padding:15px;border:1px solid #dfe8f0;border-radius:18px;background:linear-gradient(145deg,#fff,#f8fbfe);transition:.18s ease}.worker-admin-card:hover{transform:translateY(-2px);border-color:#bcd5e9;box-shadow:0 10px 26px rgba(13,49,88,.08)}.worker-card-top{display:grid;grid-template-columns:46px 1fr auto;gap:10px;align-items:center}.worker-avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#ddecfb,#eef6fd);color:#0e5eaa;font-weight:900}.worker-avatar.large{width:64px;height:64px;border-radius:18px;font-size:20px}.worker-avatar{position:relative;overflow:hidden}.worker-avatar .photo-initials{display:grid;place-items:center;width:100%;height:100%}.worker-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.worker-card-top h3{margin:0;color:#10385d;font-size:15px}.worker-card-top p{margin:2px 0 0;color:#7c8fa1;font-size:9px}.worker-card-top .badge{font-size:9px;padding:4px 6px}.worker-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin:13px 0}.worker-card-tags span{padding:5px 7px;border-radius:8px;background:#eef5fb;color:#456782;font-size:9px;font-weight:800}.worker-card-score{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px}.worker-card-score>div{padding:8px;border-radius:10px;background:#f7fafc}.worker-card-score small{display:block;color:#8a9aab;font-size:8px;margin-bottom:5px}.worker-card-score b{color:#113a5e;font-size:11px}.worker-card-score .badge{font-size:8px;padding:4px 5px}
.creative-action{width:100%;min-height:43px;border:1px solid #cfe0ee;border-radius:11px;background:#fff;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:7px 10px;color:#0e4d83;text-align:left;transition:.18s ease}.creative-action:hover{background:#edf7ff;border-color:#9dc8ea}.creative-action>span{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#eaf4ff;color:#1377df}.creative-action svg{width:16px}.creative-action b{font-size:11px}.creative-action i{font-style:normal;font-size:16px}.creative-action.green{color:#087a50}.creative-action.green>span{background:#e7f8ef;color:#0ca468}.creative-action.soft-danger{color:#a44545}.creative-action.soft-danger>span{background:#fff0f0;color:#c94b4b}.creative-action:disabled{opacity:.55;cursor:not-allowed}
.company-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.company-admin-card{position:relative;padding:16px;border:1px solid #dfe7ef;border-radius:18px;background:#fff;overflow:hidden}.company-admin-card:after{content:"";position:absolute;right:-28px;top:-28px;width:100px;height:100px;border-radius:50%;background:#fff4e9}.company-symbol{position:relative;z-index:1;width:44px;height:44px;border-radius:13px;display:grid;place-items:center;color:#ec6b0a;background:#fff0e5}.company-symbol svg{width:23px}.company-card-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:9px;margin:12px 0}.company-card-head span{font-size:9px;color:#8798a8;font-weight:900}.company-card-head h3{margin:3px 0 0;font-size:16px;color:#10385b}.company-card-head .badge{font-size:8px}.company-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.company-meta p{margin:0;padding:9px;border-radius:10px;background:#f7fafc;min-width:0}.company-meta small{display:block;color:#90a0af;font-size:8px}.company-meta b,.company-meta span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-meta b{margin-top:3px;color:#193e5f;font-size:10px}.company-meta span{margin-top:2px;color:#7a8d9f;font-size:8px}
.demand-board{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.demand-card{padding:16px;border:1px solid #dde7ef;border-radius:18px;background:linear-gradient(145deg,#fff,#f9fcfe)}.demand-card-top{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px}.trade-orb{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#fff0e6;color:#ef6c0a;font-size:17px;font-weight:900}.demand-card-top small{display:block;color:#8a9aaa;font-size:8px;font-weight:800}.demand-card-top h3{margin:2px 0 0;color:#10395e;font-size:16px}.demand-card-top .badge{font-size:8px}.demand-company{display:flex;align-items:center;gap:9px;margin:13px 0;padding:9px 11px;border-radius:11px;background:#f4f8fb;color:#52718a}.demand-company svg{width:20px}.demand-company b{display:block;color:#173d60;font-size:10px}.demand-company small{display:block;margin-top:2px;font-size:8px}.demand-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.demand-facts p{margin:0;padding:9px;border-radius:10px;border:1px solid #e3ebf2}.demand-facts small{display:block;color:#8c9baa;font-size:8px}.demand-facts strong{display:block;margin-top:3px;color:#0d3158;font-size:13px;text-transform:capitalize}.demand-dates{display:flex;align-items:center;justify-content:center;gap:10px;margin:11px 0;color:#6d879e;font-size:9px}.demand-dates i{font-style:normal;color:#ff7a12}
.admin-creative-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center;border:1px dashed #cfdde8;border-radius:18px;background:linear-gradient(145deg,#f9fcff,#f2f7fb)}.empty-orb{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#177bdc;box-shadow:0 8px 22px rgba(13,49,88,.08)}.empty-orb svg{width:30px}.admin-creative-empty h3{margin:14px 0 5px;color:#0d3158;font-size:20px}.admin-creative-empty p{max-width:520px;margin:0;color:#75899b;line-height:1.5}.empty-steps{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:18px}.empty-steps span{display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#fff;color:#54728b;font-size:9px;font-weight:800}.empty-steps b{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#eaf4ff;color:#1375db;font-size:8px}
.identity-review-panel,.assignment-creative{margin:18px 0;padding:20px;border:1px solid #dce6ef;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(13,49,88,.07)}.identity-review-hero{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:14px;border-radius:16px;background:linear-gradient(110deg,#f1f8ff,#fff 60%,#f1fbf6)}.identity-review-hero h2{margin:4px 0 2px;color:#0d3158;font-size:24px}.identity-review-hero p{margin:0;color:#6c8397;font-size:11px}.identity-status{text-align:right}.identity-status small{display:block;margin-top:5px;color:#8495a5;font-size:8px}.review-columns{display:grid;grid-template-columns:.7fr 1.3fr;gap:16px;margin-top:18px}.review-skill-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.review-skill-grid>span,.review-empty-mini{padding:10px;border:1px solid #e1e9f0;border-radius:11px;background:#f8fbfd}.review-skill-grid b{display:block;color:#173e61;font-size:10px}.review-skill-grid small{display:block;margin-top:2px;color:#8395a5;font-size:8px}.review-doc-grid{display:grid;gap:8px}.review-doc-card{padding:10px;border:1px solid #e0e8ef;border-radius:12px}.review-doc-card>div:first-child{display:flex;align-items:center;gap:8px}.doc-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#eef5fb;color:#1b78d0}.doc-icon svg{width:17px}.review-doc-card b{display:block;color:#163c5d;font-size:10px}.review-doc-card small{display:block;color:#8293a2;font-size:8px}.review-doc-card>.badge{float:right;margin-top:-32px;font-size:8px}.review-doc-actions{display:flex;gap:6px;margin-top:9px}.review-doc-actions a,.review-doc-actions button{border:0;border-radius:8px;padding:6px 8px;background:#eef5fb;color:#185f9d;font-size:8px;font-weight:900}.review-doc-actions button{background:#e9f9f0;color:#0d8656}.review-doc-actions button.reject{background:#fff0f0;color:#b94a4a}.identity-decision{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:16px;border-radius:15px;background:#0c355a;color:#fff}.identity-decision span{font-size:9px;letter-spacing:.12em;color:#82c6fb;font-weight:900}.identity-decision h3{margin:4px 0 3px;font-size:17px}.identity-decision p{margin:0;color:#c1d5e5;font-size:10px}.identity-decision>div:last-child{display:flex;gap:7px}.decision-approve,.decision-reject{border:0;border-radius:10px;padding:10px 12px;font-size:10px;font-weight:900}.decision-approve{display:flex;align-items:center;gap:7px;background:#18a96e;color:#fff}.decision-approve svg{width:17px}.decision-reject{background:#fff;color:#a74848}.admin-loading{min-height:180px;display:flex;align-items:center;justify-content:center;gap:10px;color:#668198}.admin-loading span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#eef5fb}.admin-loading svg{width:22px}
.assignment-head{display:grid;grid-template-columns:50px 1fr auto;gap:12px;align-items:center}.assignment-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#eaf4ff;color:#1478df}.assignment-icon svg{width:24px}.assignment-head h2{margin:4px 0 3px;color:#0d3158}.assignment-head p{margin:0;color:#70869a;font-size:10px}.assignment-close{border:0;background:#eff4f8;color:#54728b;width:34px;height:34px;border-radius:50%;font-size:20px}.assignment-grid{display:grid;grid-template-columns:.6fr 1.4fr;gap:16px;margin-top:16px}.assignment-tip{padding:15px;border-radius:14px;background:linear-gradient(145deg,#0d355a,#0b5077);color:#fff}.assignment-tip b{font-size:15px}.assignment-tip p{font-size:10px;color:#c1d8e8;line-height:1.5}.assignment-tip div{display:grid;gap:7px;margin-top:12px}.assignment-tip span{font-size:9px;color:#d5e7f2}.assignment-actions{display:flex;align-items:center;gap:12px;margin-top:14px}.assignment-actions span{color:#7b8f9f;font-size:9px}
.support-pulse{display:grid;grid-template-columns:1fr 260px auto;gap:16px;align-items:center;margin-bottom:16px;padding:18px 20px;border-radius:18px;background:linear-gradient(110deg,#2c246c,#5140a7 60%,#684cc4);color:#fff}.support-pulse span{font-size:9px;letter-spacing:.14em;color:#c8bfff;font-weight:900}.support-pulse h2{margin:4px 0 3px;font-size:19px}.support-pulse p{margin:0;color:#d7d1f3;font-size:10px}.support-pulse-track{height:8px;border-radius:99px;background:rgba(255,255,255,.18);overflow:hidden}.support-pulse-track i{display:block;height:100%;background:linear-gradient(90deg,#ff9e4d,#4be19a);border-radius:inherit}.support-pulse>strong{font-size:10px}.support-kanban{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;align-items:start}.support-column{padding:10px;border:1px solid #dde7ef;border-radius:16px;background:#f8fbfd}.support-column>header{display:grid;grid-template-columns:10px 1fr auto;gap:7px;align-items:center;padding:4px 3px 10px}.support-column>header>span{width:8px;height:8px;border-radius:50%;background:#1680e5}.support-column.in_progress>header>span{background:#f19a25}.support-column.resolved>header>span{background:#11a86b}.support-column.closed>header>span{background:#7b8c9d}.support-column header b{font-size:10px;color:#1b405f}.support-column header em{font-style:normal;font-size:9px;color:#7c91a3}.support-ticket-card{margin-bottom:8px;padding:11px;border:1px solid #e0e8ef;border-radius:12px;background:#fff}.support-ticket-top{display:flex;align-items:center;justify-content:space-between;gap:6px}.ticket-code{font-size:8px;color:#7e91a2;font-weight:900}.urgent-pill{padding:3px 6px;border-radius:999px;background:#fff0f0;color:#c04747;font-size:7px;font-weight:900}.support-ticket-card h3{margin:7px 0 5px;color:#153b5d;font-size:12px}.support-ticket-card>p{margin:0;color:#71869a;font-size:9px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ticket-person{margin-top:9px;padding-top:8px;border-top:1px solid #edf2f6}.ticket-person b,.ticket-person span{display:block}.ticket-person b{color:#173e60;font-size:9px}.ticket-person span{margin-top:2px;color:#8a9baa;font-size:7px}.ticket-status-control{display:grid;grid-template-columns:auto 1fr;gap:6px;align-items:center;margin-top:8px;color:#8294a3;font-size:8px}.ticket-status-control select{width:100%;border:1px solid #d9e4ed;border-radius:8px;background:#fff;padding:5px;color:#335571;font-size:8px}.support-column-empty{padding:18px 6px;text-align:center;color:#9aa8b4;font-size:9px}

@media(max-width:1250px){.worker-card-grid,.company-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-page-stats{grid-template-columns:repeat(2,1fr)}.support-kanban{grid-template-columns:repeat(2,1fr)}.admin-workflow-panel{grid-template-columns:1fr}.workflow-progress,.admin-workflow-panel>small{grid-column:auto}.creative-section-head{align-items:flex-start;flex-direction:column}.creative-section-head>p{text-align:left}.support-pulse{grid-template-columns:1fr 220px}}
@media(max-width:900px){.admin-page-hero{align-items:flex-start;flex-direction:column}.admin-page-note{max-width:none;width:100%}.admin-workflow-panel{padding:18px}.workflow-rail{overflow-x:auto;padding-bottom:5px}.admin-toolbar{grid-template-columns:1fr 180px}.result-count{grid-column:1/-1;justify-self:start}.demand-board{grid-template-columns:1fr}.review-columns,.assignment-grid{grid-template-columns:1fr}.support-pulse{grid-template-columns:1fr}.support-pulse>strong{justify-self:start}.identity-review-hero{grid-template-columns:64px 1fr}.identity-status{grid-column:1/-1;text-align:left}.identity-decision{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.admin-page-hero{padding:18px;border-radius:18px}.admin-page-hero-main{align-items:flex-start}.admin-page-icon{width:48px;height:48px;border-radius:14px}.admin-page-icon svg{width:24px}.admin-page-hero h1{font-size:27px}.admin-page-stats{grid-template-columns:1fr 1fr;gap:8px}.admin-page-stat{grid-template-columns:38px 1fr;min-height:85px;padding:11px;gap:8px}.admin-page-stat>span{width:37px;height:37px}.admin-page-stat>span svg{width:20px}.admin-page-stat strong{font-size:22px}.admin-directory-panel{padding:14px;border-radius:18px}.admin-toolbar{grid-template-columns:1fr}.admin-toolbar select{width:100%}.result-count{grid-column:auto}.worker-card-grid,.company-card-grid,.support-kanban{grid-template-columns:1fr}.worker-card-score{grid-template-columns:1fr 1fr}.worker-card-score>div:last-child{grid-column:1/-1}.company-meta{grid-template-columns:1fr}.workflow-rail{min-width:560px}.admin-workflow-panel{overflow:hidden}.creative-section-head h2{font-size:20px}.identity-review-panel,.assignment-creative{padding:14px;border-radius:18px}.identity-review-hero{grid-template-columns:50px 1fr}.worker-avatar.large{width:50px;height:50px}.review-skill-grid{grid-template-columns:1fr}.identity-decision>div:last-child{width:100%;flex-wrap:wrap}.decision-approve,.decision-reject{flex:1}.assignment-actions{align-items:flex-start;flex-direction:column}.support-pulse{padding:15px}.demand-facts{grid-template-columns:1fr 1fr}.demand-facts p:last-child{grid-column:1/-1}}


/* ===== PayByDay v5.3 Creative Worker Onboarding ===== */
.onboard-layout{
  display:grid;grid-template-columns:minmax(290px,360px) minmax(0,1fr);gap:22px;align-items:start;
  max-width:1360px;margin:0 auto
}
.onboard-aside{
  position:sticky;top:96px;overflow:hidden;border-radius:28px;padding:26px;color:#fff;
  background:
    linear-gradient(180deg,rgba(5,36,64,.94),rgba(8,64,82,.97)),
    url('/assets/work-modes/daily-work.webp') center/cover no-repeat;
  box-shadow:0 24px 58px rgba(7,43,74,.2);min-height:720px
}
.onboard-aside:after{
  content:"";position:absolute;inset:auto -70px -90px auto;width:260px;height:260px;border-radius:50%;
  border:46px solid rgba(17,215,137,.08)
}
.onboard-brand{position:relative;z-index:1;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.14)}
.onboard-brand img{display:block;width:min(220px,90%);filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
.onboard-brand span{display:block;margin-top:7px;font-size:10px;letter-spacing:.32em;font-weight:900;color:#a8d5f3}
.welcome-note,.founder-note,.onboard-promise{position:relative;z-index:1}
.welcome-note{padding:28px 0 22px}
.eyebrow{display:block;font-size:10px;font-weight:950;letter-spacing:.16em;color:#55dbff;margin-bottom:9px}
.welcome-note h2{margin:0 0 10px;font-size:28px;line-height:1.06;letter-spacing:-.03em}
.welcome-note p,.founder-note p{margin:0;color:#d8e8f4;line-height:1.62;font-size:13px}
.welcome-sign{margin-top:12px;font-weight:850;color:#ff9b44}
.founder-note{padding:20px;border:1px solid rgba(255,180,90,.25);background:linear-gradient(145deg,rgba(255,122,18,.13),rgba(255,255,255,.05));border-radius:20px}
.founder-note .eyebrow{color:#ffad61}.founder-note strong{display:block;font-size:16px;line-height:1.45;margin-bottom:10px;color:#fff}
.founder-sign{display:flex;flex-direction:column;margin-top:13px}.founder-sign b{font-size:14px}.founder-sign span{font-size:11px;color:#a8c6dd}
.onboard-promise{display:flex;gap:10px;align-items:center;margin-top:22px;font-weight:800;color:#d9f7eb;font-size:12px}
.onboard-promise i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#0bb471;color:#fff;font-style:normal}

.onboard-main{min-width:0}
.onboard-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;color:#698099;font-size:12px;font-weight:750}
.back-login{border:0;background:transparent;color:#0c5b9b;font-weight:850;padding:8px 0}.back-login:hover{text-decoration:underline}
.onboard-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-bottom:14px}
.onboard-step{min-width:0;display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #dfe8f1;border-radius:14px;background:#f8fbfe;color:#7990a6}
.onboard-step span{flex:0 0 30px;width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#e9f0f7;color:#5e7590;font-size:11px;font-weight:950}
.onboard-step small{font-size:10px;font-weight:900;line-height:1.15}
.onboard-step.active{background:#fff7ef;border-color:#ffc995;color:#a7520b}.onboard-step.active span{background:#ff7a12;color:#fff}
.onboard-step.done{background:#eefbf5;border-color:#bfead5;color:#14784d}.onboard-step.done span{background:#0aa467;color:#fff}

.onboard-panel{
  position:relative;overflow:hidden;background:#fff;border:1px solid #dbe7f1;border-radius:28px;padding:28px;
  box-shadow:0 20px 48px rgba(16,55,88,.1)
}
.onboard-panel:before{
  content:"";position:absolute;right:-120px;top:-150px;width:360px;height:360px;border-radius:50%;
  background:radial-gradient(circle,rgba(49,160,243,.12),rgba(49,160,243,0) 68%);pointer-events:none
}
.onboard-panel>*{position:relative;z-index:1}
.stage-kicker{display:block;color:#ff6f0e;letter-spacing:.16em;font-size:11px;font-weight:950;margin-bottom:8px}
.onboard-panel h1{margin:0;font-size:42px;line-height:1.05;letter-spacing:-.045em;color:#0b2f53;max-width:780px}
.stage-lead{margin:12px 0 22px;max-width:820px;color:#667f98;font-size:16px;line-height:1.6}
.journey-strip{display:flex;align-items:center;gap:9px;flex-wrap:wrap;background:linear-gradient(90deg,#fff2e5,#edf7ff,#ecfbf4);border:1px solid #e0ebf2;padding:12px 14px;border-radius:16px;margin:0 0 22px}
.journey-strip span{font-size:12px;font-weight:900;color:#193b5b}.journey-strip b{color:#ff7a12}
.stage-form .field input,.stage-form .field select,.stage-form .field textarea{min-height:48px;border-radius:14px;background:#fbfdff}
.stage-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}
.stage-actions .pbtn{min-width:190px}.split-actions{justify-content:space-between}
.privacy-line{display:flex;align-items:center;gap:10px;margin-top:14px;padding:10px 12px;background:#f4f8fc;border-radius:13px;color:#647c94}
.privacy-line p{margin:0;font-size:12px}
.onboard-inline-alert{margin-bottom:14px;background:#fff1f1;border:1px solid #ffd1d1;color:#a22a2a;padding:11px 13px;border-radius:12px;font-weight:750;font-size:13px}

.trade-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.trade-card{
  --trade-photo:none;--trade-pos:center;position:relative;isolation:isolate;overflow:hidden;min-height:150px;text-align:left;
  border:1px solid #d7e4ee;border-radius:20px;padding:14px;color:#fff;background:#173d5e;transition:.2s ease
}
.trade-card:before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--trade-photo);background-size:cover;background-position:var(--trade-pos);transition:.25s ease}
.trade-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(6,31,53,.16),rgba(7,37,62,.92))}
.trade-card:hover{transform:translateY(-3px);box-shadow:0 13px 26px rgba(8,47,78,.18)}
.trade-card:hover:before{transform:scale(1.04)}.trade-card.selected{outline:3px solid #ff7a12;border-color:#ff7a12;box-shadow:0 0 0 5px rgba(255,122,18,.13)}
.trade-group{display:inline-flex;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.14);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.trade-symbol{display:grid;place-items:center;margin-top:18px;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.92);color:#0d3158;font-size:23px;font-weight:900}
.trade-card strong{display:block;margin-top:9px;font-size:14px;line-height:1.2}
.trade-select{display:block;margin-top:5px;color:#cde2f2;font-size:10px;font-weight:800}.trade-card.selected .trade-select{color:#ffd4ad}

.aadhaar-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.aadhaar-drop{
  cursor:pointer;display:grid;justify-items:center;text-align:center;gap:7px;min-height:230px;padding:24px 18px;border:2px dashed #bdd0df;
  border-radius:22px;background:linear-gradient(180deg,#fbfdff,#f3f8fc);transition:.2s ease
}
.aadhaar-drop:hover{border-color:#4a9fe5;background:#f7fbff;transform:translateY(-2px)}.aadhaar-drop input{display:none}
.aadhaar-icon{width:66px;height:66px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#0f6eb7,#0d3158);color:#fff;font-weight:950;font-size:19px;box-shadow:0 10px 22px rgba(13,49,88,.18)}
.aadhaar-drop:nth-child(2) .aadhaar-icon{background:linear-gradient(145deg,#0aae70,#087a52)}
.aadhaar-drop strong{font-size:18px;color:#0d3158}.aadhaar-drop small{color:#6d849b;font-size:12px}.aadhaar-drop em{font-style:normal;font-size:11px;font-weight:900;color:#0a7cc9}
.consent-row{display:flex;gap:10px;align-items:flex-start;margin-top:15px;padding:13px;border:1px solid #e1e9f0;border-radius:13px;background:#fff}
.consent-row input{margin-top:2px;accent-color:#ff7a12;width:17px;height:17px}.consent-row span{font-size:12px;line-height:1.5;color:#5e768d}
.ocr-status{margin-top:12px;padding:12px 14px;border-radius:13px;background:#edf8ff;color:#285d83;font-size:12px;line-height:1.5}
.ocr-pulse{display:inline-block;width:9px;height:9px;border-radius:50%;background:#1786e8;margin-right:8px;animation:ocrPulse 1s infinite}
@keyframes ocrPulse{50%{opacity:.25;transform:scale(.75)}}.link-btn{border:0;background:transparent;color:#0c6fbb;text-decoration:underline;font-weight:850}

.autofill-banner{display:flex;gap:10px;align-items:center;margin-bottom:18px;padding:12px 14px;border:1px solid #bcead3;border-radius:14px;background:#effbf5;color:#116e48}
.autofill-banner>span{width:32px;height:32px;display:grid;place-items:center;background:#0aa467;color:#fff;border-radius:10px;font-weight:900}
.autofill-banner b,.autofill-banner small{display:block}.autofill-banner small{margin-top:2px;color:#4d7b68;font-size:11px}

.identity-preview{display:grid;grid-template-columns:82px 1fr;gap:16px;align-items:center;margin:2px 0 20px;padding:17px;border:1px solid #dbe7f1;border-radius:20px;background:linear-gradient(120deg,#fff8f1,#f5fbff)}
.identity-photo{width:78px;height:78px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,#ff7a12,#ffae51);color:#fff;font-size:34px;font-weight:900}
.identity-preview small{color:#6c8298;font-size:9px;letter-spacing:.12em;font-weight:900}.identity-preview h2{margin:3px 0;font-size:23px;color:#0d3158}.identity-preview p{margin:0;color:#657d94;font-size:12px}
.preview-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.preview-chips span{padding:6px 8px;border-radius:999px;background:#eaf3fb;color:#2a628e;font-size:10px;font-weight:800}
.future-path{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:16px;padding:12px;border-radius:16px;background:#092e50;color:#dfeef9;font-size:11px}
.future-path span{color:#8fb6d5}.future-path b{font-weight:800}.future-path strong{color:#5ce1a6}.future-path i{font-style:normal;color:#ff8a2c}
.create-identity{background:linear-gradient(90deg,#ff6e08,#ff963b)!important;box-shadow:0 12px 25px rgba(255,122,18,.25)}

@media(max-width:1120px){
  .onboard-layout{grid-template-columns:300px minmax(0,1fr)}
  .onboard-panel h1{font-size:36px}.trade-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .onboard-steps small{display:none}.onboard-step{justify-content:center}
}
@media(max-width:850px){
  .onboard-layout{grid-template-columns:1fr}.onboard-aside{position:relative;top:auto;min-height:0;padding:20px}
  .onboard-brand{display:flex;align-items:center;justify-content:space-between}.onboard-brand img{width:190px}.onboard-brand span{font-size:8px}
  .welcome-note{padding:20px 0 14px}.welcome-note h2{font-size:24px}.founder-note{padding:15px}
  .onboard-promise{display:none}.onboard-steps{margin-top:6px}.onboard-panel{padding:22px}.onboard-panel h1{font-size:34px}
}
@media(max-width:600px){
  .onboard-top span{display:none}.onboard-steps{gap:4px}.onboard-step{padding:5px;border-radius:10px}.onboard-step span{width:26px;height:26px;flex-basis:26px;border-radius:8px}
  .onboard-panel{padding:18px;border-radius:20px}.onboard-panel h1{font-size:30px}.stage-lead{font-size:14px}
  .trade-gallery{grid-template-columns:1fr 1fr;gap:8px}.trade-card{min-height:135px;padding:11px;border-radius:16px}.trade-symbol{margin-top:12px;width:34px;height:34px;font-size:19px}.trade-card strong{font-size:12px}
  .aadhaar-grid{grid-template-columns:1fr}.aadhaar-drop{min-height:175px}.stage-actions,.split-actions{display:grid;grid-template-columns:1fr}.stage-actions .pbtn{width:100%;min-width:0}
  .identity-preview{grid-template-columns:60px 1fr;padding:13px}.identity-photo{width:58px;height:58px;border-radius:16px;font-size:26px}
  .future-path{font-size:10px}.founder-note strong{font-size:14px}
}

/* v5.4 — welcome/founder message belongs to worker login, not registration */
.worker-login-experience{display:grid;grid-template-columns:minmax(380px,520px) minmax(420px,1fr);gap:34px;align-items:stretch;min-height:720px}
.worker-welcome-aside{position:relative;isolation:isolate;overflow:hidden;border-radius:30px;padding:34px;color:#fff;background:linear-gradient(180deg,rgba(5,36,64,.97),rgba(7,69,83,.98)),url('/assets/work-modes/daily-work.webp') center/cover no-repeat;box-shadow:0 24px 58px rgba(7,43,74,.19)}
.worker-welcome-aside:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 42%)}
.worker-welcome-aside:after{content:"";position:absolute;right:-95px;bottom:-105px;width:310px;height:310px;border-radius:50%;border:58px solid rgba(17,215,137,.075);z-index:-1}
.worker-welcome-brand{position:relative;z-index:1;padding:0 0 25px;border-bottom:1px solid rgba(255,255,255,.14)}
.worker-welcome-brand img{display:block;width:min(330px,92%);height:auto;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))}
.worker-welcome-aside .welcome-note{padding:31px 0 24px}
.worker-welcome-aside .welcome-note h2{font-size:36px;max-width:430px}
.worker-welcome-aside .welcome-note p,.worker-welcome-aside .founder-note p{font-size:15px}
.worker-welcome-aside .founder-note strong{font-size:19px}
.worker-welcome-aside .founder-sign b{font-size:16px}
.worker-login-main{display:grid;place-items:center;min-width:0;padding:26px 0}
.worker-login-card{width:min(640px,100%);padding:38px;border-radius:30px}
.worker-login-card h1{font-size:42px;letter-spacing:-.035em}
.worker-login-card .field input{min-height:58px;font-size:16px;border-radius:15px;background:#f8fbff}
.worker-login-card .form-actions .pbtn{min-height:54px;padding-inline:24px}
.registration-aside{min-height:580px}
.registration-aside .onboard-brand img{width:min(300px,96%)}
.registration-guide{position:relative;z-index:1;padding:34px 0 10px}
.registration-guide h2{margin:0 0 12px;font-size:31px;line-height:1.1;letter-spacing:-.03em}
.registration-guide p{margin:0 0 22px;color:#d8e8f4;line-height:1.6;font-size:14px}
.registration-guide-list{display:grid;gap:9px}
.registration-guide-list span{display:flex;align-items:center;gap:11px;padding:11px 13px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:13px;color:#e7f2fa;font-size:12px;font-weight:800}
.registration-guide-list b{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:rgba(255,122,18,.16);color:#ff9a43;font-size:10px}

@media(max-width:1050px){
  .worker-login-experience{grid-template-columns:360px minmax(0,1fr);gap:22px}.worker-welcome-aside{padding:26px}.worker-welcome-aside .welcome-note h2{font-size:31px}.worker-welcome-aside .welcome-note p,.worker-welcome-aside .founder-note p{font-size:13px}.worker-login-card{padding:30px}.worker-login-card h1{font-size:36px}
}
@media(max-width:850px){
  .worker-login-experience{grid-template-columns:1fr;min-height:0}.worker-welcome-aside{min-height:0;padding:24px}.worker-welcome-brand img{width:min(260px,80%)}.worker-welcome-aside .welcome-note{padding:24px 0 18px}.worker-welcome-aside .welcome-note h2{font-size:29px}.worker-welcome-aside .founder-note{padding:17px}.worker-login-main{padding:0}.worker-login-card{width:100%}.registration-aside{min-height:0}
}
@media(max-width:600px){
  .worker-login-experience{gap:14px}.worker-welcome-aside{padding:19px;border-radius:22px}.worker-welcome-brand{padding-bottom:17px}.worker-welcome-brand img{width:min(230px,88%)}.worker-welcome-aside .welcome-note{padding:19px 0 15px}.worker-welcome-aside .welcome-note h2{font-size:26px}.worker-welcome-aside .founder-note strong{font-size:15px}.worker-welcome-aside .welcome-note p,.worker-welcome-aside .founder-note p{font-size:12px}.worker-login-card{padding:22px;border-radius:22px}.worker-login-card h1{font-size:30px}.registration-guide{padding:22px 0 6px}.registration-guide h2{font-size:25px}
}


/* ===== PayByDay v5.5 — Work Passport Identity Gateway ===== */
.worker-login-experience.identity-gateway{width:min(1540px,100%);margin-inline:auto;grid-template-columns:minmax(580px,1.04fr) minmax(520px,.96fr);gap:0;min-height:790px;overflow:hidden;border-radius:0;background:#fff;box-shadow:0 28px 70px rgba(10,48,84,.09)}
.worker-identity-hero{position:relative;isolation:isolate;min-width:0;overflow:hidden;color:#fff;background-image:linear-gradient(90deg,rgba(3,31,58,.98) 0%,rgba(4,39,70,.93) 39%,rgba(4,39,70,.70) 67%,rgba(4,39,70,.26) 100%),url('/assets/work-modes/daily-work.webp');background-size:cover;background-position:55% center}
.identity-hero-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(3,26,50,.18),rgba(3,26,50,.06) 58%,rgba(3,26,50,.58));pointer-events:none}
.identity-hero-inner{position:relative;z-index:1;min-height:100%;padding:30px 36px 24px;display:flex;flex-direction:column}
.identity-hero-brand{width:min(310px,65%);padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.18)}
.identity-hero-brand img{width:100%;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.25))}
.identity-hero-copy{max-width:470px;padding-top:20px}.identity-eyebrow{display:block;color:#5cd9ff;font-size:12px;font-weight:950;letter-spacing:.16em}.identity-eyebrow.orange{color:#ff9a3b}
.identity-hero-copy h2{margin:10px 0 12px;font-size:46px;line-height:.98;letter-spacing:-.035em;color:#fff}.identity-hero-copy h2 em{font-style:normal;color:#53e6b1}.identity-hero-copy p{margin:0;max-width:430px;color:#e7f2fa;font-size:16px;line-height:1.55}
.identity-journey-block{margin-top:18px;max-width:610px}.identity-journey{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:start;gap:7px;margin-top:13px}.identity-journey-item{text-align:center;min-width:0}.journey-orb{width:52px;height:52px;margin:0 auto 8px;border-radius:50%;display:grid;place-items:center;border:2px solid currentColor;background:rgba(5,25,46,.66);box-shadow:0 0 0 7px rgba(255,255,255,.035)}.journey-orb svg{width:24px;height:24px}.identity-journey-item.orange{color:#ff942d}.identity-journey-item.blue{color:#37a7ff}.identity-journey-item.green{color:#37d889}.identity-journey-item.violet{color:#a582ff}.identity-journey-item.gold{color:#ffd03a}.identity-journey-item b{display:block;color:#fff;font-size:11px;line-height:1.15}.identity-journey-item small{display:block;margin-top:5px;color:#bfd3e3;font-size:9px;line-height:1.3}.journey-arrow{align-self:center;margin-top:16px;color:#c8d9e7;font-size:18px}
.founder-quote-card{position:relative;display:grid;grid-template-columns:62px 1fr 40px;gap:13px;align-items:center;margin-top:18px;max-width:590px;padding:13px 16px;border:1px solid rgba(110,189,255,.28);border-radius:15px;background:rgba(4,36,66,.66);backdrop-filter:blur(6px)}.founder-quote-card img{width:62px;height:62px;border-radius:50%;object-fit:cover;object-position:50% 25%;border:2px solid rgba(255,255,255,.82)}.founder-quote-card blockquote{margin:0 0 5px;color:#fff;font-size:12px;font-weight:750;line-height:1.35}.founder-quote-card strong,.founder-quote-card span{display:block}.founder-quote-card strong{font-size:11px}.founder-quote-card span{margin-top:2px;color:#bdd2e2;font-size:9px}.founder-quote-card>i{font-family:Georgia,serif;font-style:normal;font-size:62px;line-height:1;color:#2b78b0;opacity:.75;align-self:end;text-align:center}
.identity-values{display:grid;grid-template-columns:repeat(4,1fr);margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.15);gap:6px}.identity-values span{display:flex;align-items:center;justify-content:center;gap:7px;color:#d9e8f2;font-size:9px;font-weight:800;text-align:center}.identity-values svg{width:16px;height:16px;color:#9cd2ff}
.worker-login-main{background:linear-gradient(145deg,#f8fbff,#eef5fb);padding:38px;display:grid;place-items:center}.identity-login-card{width:min(620px,100%);padding:34px 36px 28px;border-radius:26px;border:1px solid #d9e4ed;box-shadow:0 22px 52px rgba(13,49,88,.11)}.identity-login-card .kicker{font-size:11px;letter-spacing:.16em}.identity-login-card h1{margin:8px 0 8px;font-size:42px;line-height:1.05;letter-spacing:-.035em}.identity-login-card .login-lead{margin:0 0 18px;color:#6f8296;font-size:14px}
.identity-login-fields{display:grid;gap:14px}.identity-field{display:grid;gap:7px}.identity-field label{font-size:12px;font-weight:900;color:#102d4a}.identity-input-shell{position:relative}.identity-input-shell input{width:100%;min-height:56px;padding:0 50px 0 50px;border:1px solid #cbd9e6;border-radius:14px;background:#f8fbff;color:#10243a;font-size:15px;outline:none}.identity-input-shell input:focus{border-color:#5c9fe0;box-shadow:0 0 0 4px rgba(23,134,232,.09);background:#fff}.input-icon{position:absolute;left:16px;top:50%;translate:0 -50%;color:#2d6fa8}.input-icon svg,.pin-toggle svg{width:21px;height:21px;display:block}.pin-toggle{position:absolute;right:13px;top:50%;translate:0 -50%;width:38px;height:38px;border:0;border-radius:10px;background:transparent;color:#53799d;display:grid;place-items:center}.pin-toggle:hover{background:#edf5fc}.forgot-pin{justify-self:end;border:0;background:transparent;color:#126fd2;font-size:11px;font-weight:900;padding:0;margin-top:-2px}.identity-login-submit{width:100%;min-height:54px;margin-top:15px;border:0;border-radius:12px;background:linear-gradient(90deg,#ff7610,#ff861a);color:#fff;font-size:15px;font-weight:900;box-shadow:0 9px 20px rgba(255,122,18,.18)}.identity-login-submit:hover{filter:brightness(.98);transform:translateY(-1px)}
.identity-divider{position:relative;text-align:center;margin:15px 0}.identity-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#d8e3ed}.identity-divider span{position:relative;z-index:1;padding:0 13px;background:#fff;color:#8696a5;font-size:10px;font-weight:800}
.create-identity-cta{width:100%;min-height:58px;border:1px solid #6aa8ee;border-radius:12px;background:#fff;color:#176fc8;display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 16px;text-align:left}.create-identity-cta:hover{background:#f7fbff}.create-icon{font-size:24px;font-weight:600}.create-identity-cta b,.create-identity-cta small{display:block}.create-identity-cta b{font-size:14px}.create-identity-cta small{margin-top:2px;color:#778da1;font-size:9px;font-weight:600}
.identity-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:13px}.identity-feature{min-height:82px;border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:7px;font-size:9px}.identity-feature>span{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;font-size:20px;font-weight:900}.identity-feature svg{width:20px;height:20px}.identity-feature b{font-size:10px;line-height:1.2}.identity-feature.green{background:#eefaf4;color:#128457}.identity-feature.blue{background:#eff6ff;color:#176ed0}.identity-feature.orange{background:#fff4eb;color:#db6b0a}.identity-feature.violet{background:#f5f0ff;color:#6e45ca}
.identity-support-bar{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;margin-top:13px;padding:10px 13px;border-radius:11px;background:#f3f7fb;color:#103251}.support-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#174d7c;font-size:16px;box-shadow:0 4px 12px rgba(13,49,88,.08)}.identity-support-bar b,.identity-support-bar small{display:block}.identity-support-bar b{font-size:11px}.identity-support-bar small{margin-top:2px;color:#74899d;font-size:9px}.identity-support-bar>strong{font-size:24px;font-weight:400;color:#174f82}

@media(max-width:1180px){.worker-login-experience.identity-gateway{grid-template-columns:minmax(500px,1fr) minmax(460px,.95fr)}.identity-hero-inner{padding:28px 26px 22px}.identity-hero-copy h2{font-size:40px}.identity-hero-copy p{font-size:14px}.worker-login-main{padding:28px}.identity-login-card h1{font-size:36px}}
@media(max-width:930px){.worker-login-experience.identity-gateway{grid-template-columns:1fr}.worker-identity-hero{min-height:720px;background-position:center}.identity-hero-inner{padding:28px}.identity-hero-copy{max-width:430px}.worker-login-main{padding:24px}.identity-values{margin-top:18px}.identity-login-card{max-width:680px}}
@media(max-width:650px){.portal-wrap{width:94%}.worker-login-experience.identity-gateway{border-radius:0}.worker-identity-hero{min-height:0;background-position:58% center}.identity-hero-inner{padding:22px 18px 18px}.identity-hero-brand{width:min(240px,70%);padding-bottom:15px}.identity-hero-copy{padding-top:15px}.identity-hero-copy h2{font-size:34px}.identity-hero-copy p{font-size:13px;max-width:90%}.identity-journey{grid-template-columns:repeat(5,minmax(92px,1fr));gap:7px;overflow-x:auto;padding-bottom:9px;scroll-snap-type:x proximity}.identity-journey-item{scroll-snap-align:start}.journey-arrow{display:none}.journey-orb{width:45px;height:45px}.founder-quote-card{grid-template-columns:52px 1fr;padding:11px}.founder-quote-card img{width:52px;height:52px}.founder-quote-card>i{display:none}.identity-values{grid-template-columns:repeat(2,1fr);gap:9px}.worker-login-main{padding:15px 0;background:#eef5fb}.identity-login-card{padding:22px 18px;border-radius:20px}.identity-login-card h1{font-size:30px}.identity-feature-grid{grid-template-columns:repeat(2,1fr)}.identity-feature{min-height:70px}}

/* ===== PayByDay v5.6 — Compact joined Work Passport gateway ===== */
body[data-portal="worker"] .portal-top-inner{width:min(1500px,94%);min-height:68px}
body[data-portal="worker"] .portal-logo img{width:195px}
body[data-portal="worker"] .portal-wrap{width:min(1500px,94%);margin:16px auto 34px}
.worker-login-experience.identity-gateway{
  grid-template-columns:minmax(545px,1.03fr) minmax(505px,.97fr);
  width:100%;min-height:0;height:auto;gap:0;
  border:1px solid #d8e3ed;border-radius:28px;overflow:hidden;
  background:#fff;box-shadow:0 24px 64px rgba(10,48,84,.12)
}
.worker-identity-hero{min-height:666px;background-position:57% center}
.identity-hero-inner{padding:24px 30px 20px}
.identity-hero-brand{width:min(268px,58%);padding-bottom:16px}
.identity-hero-copy{max-width:445px;padding-top:15px}
.identity-hero-copy h2{margin:8px 0 9px;font-size:39px;line-height:.99}
.identity-hero-copy p{max-width:420px;font-size:14px;line-height:1.48}
.identity-journey-block{margin-top:14px;max-width:570px}
.identity-journey{margin-top:10px;gap:5px}
.journey-orb{width:44px;height:44px;margin-bottom:6px;box-shadow:0 0 0 5px rgba(255,255,255,.03)}
.journey-orb svg{width:20px;height:20px}
.identity-journey-item b{font-size:10px}
.identity-journey-item small{margin-top:3px;font-size:8px;line-height:1.2}
.journey-arrow{margin-top:12px;font-size:16px}
.founder-quote-card{grid-template-columns:54px 1fr 30px;gap:10px;margin-top:13px;max-width:560px;padding:10px 12px;border-radius:13px}
.founder-quote-card img{width:54px;height:54px}
.founder-quote-card blockquote{font-size:11px;line-height:1.3}
.founder-quote-card strong{font-size:10px}.founder-quote-card span{font-size:8px}.founder-quote-card>i{font-size:48px}
.identity-values{padding-top:12px;gap:4px}.identity-values span{font-size:8px}.identity-values svg{width:14px;height:14px}
.worker-login-main{
  position:relative;min-width:0;padding:0;background:#fff;display:grid;place-items:stretch;
  border-left:1px solid #e0e8ef
}
.worker-login-main:before{content:"";position:absolute;left:-1px;top:8%;bottom:8%;width:1px;background:linear-gradient(180deg,transparent,#dbe7f1 18%,#dbe7f1 82%,transparent)}
.identity-login-card{
  width:100%;height:100%;min-height:666px;padding:34px 42px 28px;
  border:0;border-radius:0;background:#fff;box-shadow:none;
  display:flex;flex-direction:column;justify-content:center
}
.identity-login-card .kicker{font-size:10px}
.identity-login-card h1{margin:7px 0 7px;font-size:36px;line-height:1.04}
.identity-login-card .login-lead{margin-bottom:14px;font-size:13px}
.identity-login-fields{gap:11px}.identity-field{gap:5px}.identity-field label{font-size:11px}
.identity-input-shell input{min-height:50px;padding-left:47px;font-size:14px;border-radius:12px}
.input-icon{left:15px}.input-icon svg,.pin-toggle svg{width:19px;height:19px}.pin-toggle{width:34px;height:34px}
.forgot-pin{font-size:10px}.identity-login-submit{min-height:49px;margin-top:12px;border-radius:11px;font-size:14px}
.identity-divider{margin:11px 0}.identity-divider span{font-size:9px}
.create-identity-cta{min-height:52px;border-radius:11px;padding:6px 14px}.create-icon{font-size:21px}.create-identity-cta b{font-size:13px}.create-identity-cta small{font-size:8px}
.identity-feature-grid{gap:8px;margin-top:10px}.identity-feature{min-height:66px;border-radius:10px;gap:4px}.identity-feature>span{width:25px;height:25px;font-size:17px}.identity-feature svg{width:17px;height:17px}.identity-feature b{font-size:9px}
.identity-support-bar{grid-template-columns:36px 1fr auto;gap:8px;margin-top:10px;padding:8px 11px;border-radius:10px}.support-icon{width:32px;height:32px}.identity-support-bar b{font-size:10px}.identity-support-bar small{font-size:8px}.identity-support-bar>strong{font-size:20px}

@media(max-width:1180px){
  .worker-login-experience.identity-gateway{grid-template-columns:minmax(470px,1fr) minmax(450px,.95fr)}
  .worker-identity-hero,.identity-login-card{min-height:640px}
  .identity-hero-inner{padding:22px 24px 18px}.identity-hero-copy h2{font-size:35px}.identity-hero-copy p{font-size:13px}
  .identity-login-card{padding:30px 30px 24px}.identity-login-card h1{font-size:32px}
}
@media(max-width:930px){
  body[data-portal="worker"] .portal-wrap{width:min(760px,94%);margin-top:14px}
  .worker-login-experience.identity-gateway{grid-template-columns:1fr;border-radius:24px}
  .worker-identity-hero{min-height:590px;background-position:center}
  .identity-login-card{min-height:0;padding:32px 34px 28px}
  .worker-login-main{border-left:0;border-top:1px solid #e0e8ef}.worker-login-main:before{display:none}
  .identity-values{margin-top:14px}
}
@media(max-width:650px){
  body[data-portal="worker"] .portal-top-inner{width:92%;min-height:64px}
  body[data-portal="worker"] .portal-logo img{width:170px}
  body[data-portal="worker"] .portal-wrap{width:92%;margin:12px auto 24px}
  .worker-login-experience.identity-gateway{border-radius:20px}
  .worker-identity-hero{min-height:0;background-position:58% center}
  .identity-hero-inner{padding:18px 16px 16px}.identity-hero-brand{width:min(215px,72%);padding-bottom:13px}
  .identity-hero-copy{padding-top:13px}.identity-hero-copy h2{font-size:30px}.identity-hero-copy p{font-size:12px;max-width:94%}
  .identity-journey-block{margin-top:12px}.identity-journey{gap:6px}.journey-orb{width:42px;height:42px}
  .founder-quote-card{grid-template-columns:48px 1fr;padding:9px}.founder-quote-card img{width:48px;height:48px}
  .identity-login-card{padding:24px 18px 20px}.identity-login-card h1{font-size:28px}.identity-login-card .login-lead{font-size:12px}
  .identity-feature-grid{grid-template-columns:repeat(2,1fr)}.identity-feature{min-height:62px}
}


/* ===== PayByDay v5.7 — Trade-specific premium visual selector ===== */
.trade-gallery{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
  margin-top:4px;
}
.trade-card{
  --trade-photo:none;--trade-pos:center;
  position:relative;isolation:isolate;overflow:hidden;
  min-height:198px;
  padding:13px;
  border:1px solid rgba(13,49,88,.12);
  border-radius:19px;
  color:#fff;
  background:#123754;
  text-align:left;
  box-shadow:0 10px 25px rgba(12,45,72,.11);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.trade-card:before{
  content:"";position:absolute;inset:0;z-index:-2;
  background-image:var(--trade-photo);
  background-size:cover;
  background-position:var(--trade-pos);
  transition:transform .35s ease,filter .35s ease;
  filter:saturate(.98) contrast(1.02);
}
.trade-card:after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(4,24,41,.03) 0%,rgba(5,31,53,.10) 38%,rgba(5,29,49,.88) 100%);
}
.trade-card:hover{
  transform:translateY(-4px);
  border-color:rgba(36,138,223,.38);
  box-shadow:0 17px 34px rgba(8,42,70,.18);
}
.trade-card:hover:before{transform:scale(1.045);filter:saturate(1.06) contrast(1.03)}
.trade-card.selected{
  border-color:#ff7a12;
  outline:2px solid #ff7a12;
  outline-offset:2px;
  box-shadow:0 0 0 5px rgba(255,122,18,.10),0 18px 34px rgba(8,42,70,.18);
}
.trade-group{
  position:absolute;left:12px;top:12px;
  display:inline-flex;align-items:center;
  padding:5px 8px;border:1px solid rgba(255,255,255,.24);border-radius:999px;
  background:rgba(8,34,55,.40);backdrop-filter:blur(9px);
  color:#fff;font-size:8px;font-weight:950;text-transform:uppercase;letter-spacing:.11em;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.trade-symbol{
  width:36px;height:36px;margin-top:auto;margin-bottom:8px;
  display:grid;place-items:center;border:1px solid rgba(255,255,255,.65);border-radius:11px;
  background:rgba(255,255,255,.94);color:#0d3158;
  font-size:19px;font-weight:950;
  box-shadow:0 7px 18px rgba(1,22,41,.18);
}
.trade-card strong{
  display:block;margin-top:0;
  color:#fff;font-size:13px;font-weight:950;line-height:1.12;
  text-shadow:0 2px 9px rgba(0,0,0,.32);
}
.trade-select{
  display:block;margin-top:4px;
  color:#dcecf8;font-size:9px;font-weight:850;
}
.trade-card.selected .trade-select{color:#ffd3ae}

@media(max-width:1280px){
  .trade-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}
  .trade-card{min-height:205px}
}
@media(max-width:900px){
  .trade-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .trade-card{min-height:190px}
}
@media(max-width:620px){
  .trade-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .trade-card{min-height:170px;padding:10px;border-radius:16px}
  .trade-group{left:9px;top:9px;font-size:7px;padding:4px 6px}
  .trade-symbol{width:32px;height:32px;font-size:17px;margin-bottom:7px}
  .trade-card strong{font-size:11px}
  .trade-select{font-size:8px}
}

/* ===== PayByDay v5.8 — High-contrast trade labels ===== */
.trade-gallery{
  gap:14px;
}
.trade-card{
  min-height:218px;
  padding:12px;
  border-color:rgba(9,47,79,.18);
  border-radius:20px;
  box-shadow:0 12px 28px rgba(9,39,66,.13);
}
.trade-card:after{
  background:linear-gradient(180deg,
    rgba(4,22,38,.02) 0%,
    rgba(4,22,38,.08) 36%,
    rgba(4,22,38,.45) 64%,
    rgba(4,22,38,.78) 100%);
}
.trade-group{
  left:12px;top:12px;
  padding:6px 9px;
  background:rgba(5,31,53,.72);
  border-color:rgba(255,255,255,.34);
  color:#fff;
  font-size:8px;
  text-shadow:0 1px 2px rgba(0,0,0,.5);
}
.trade-info{
  position:relative;
  z-index:2;
  margin-top:auto;
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
  gap:10px;
  padding:10px;
  border:1px solid rgba(255,255,255,.20);
  border-radius:14px;
  background:linear-gradient(135deg,rgba(4,27,47,.88),rgba(8,44,72,.78));
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  box-shadow:0 8px 22px rgba(0,0,0,.20);
}
.trade-symbol{
  width:42px;height:42px;
  margin:0;
  border-radius:12px;
  background:#fff;
  color:#0d3158;
  border:1px solid rgba(255,255,255,.88);
  font-size:20px;
  box-shadow:0 5px 14px rgba(0,0,0,.18);
}
.trade-copy{
  min-width:0;
  display:block;
}
.trade-card strong{
  display:block;
  margin:0;
  color:#fff;
  font-size:13.5px;
  font-weight:950;
  line-height:1.08;
  letter-spacing:-.01em;
  text-shadow:0 2px 5px rgba(0,0,0,.7);
}
.trade-select{
  display:block;
  margin-top:5px;
  color:#eef7ff;
  font-size:9px;
  font-weight:850;
  line-height:1.1;
  text-shadow:0 1px 3px rgba(0,0,0,.65);
}
.trade-card.selected .trade-info{
  background:linear-gradient(135deg,rgba(111,45,3,.92),rgba(255,122,18,.78));
  border-color:rgba(255,255,255,.42);
}
.trade-card.selected .trade-select{color:#fff}

@media(min-width:1500px){
  .trade-gallery{grid-template-columns:repeat(6,minmax(0,1fr));}
}
@media(min-width:1281px) and (max-width:1499px){
  .trade-gallery{grid-template-columns:repeat(5,minmax(0,1fr));}
}
@media(max-width:1280px){
  .trade-gallery{grid-template-columns:repeat(4,minmax(0,1fr));}
  .trade-card{min-height:220px;}
}
@media(max-width:900px){
  .trade-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
  .trade-card{min-height:208px;}
  .trade-card strong{font-size:13px;}
}
@media(max-width:620px){
  .trade-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .trade-card{min-height:188px;padding:9px;border-radius:17px;}
  .trade-group{left:9px;top:9px;font-size:7px;padding:5px 7px;}
  .trade-info{grid-template-columns:36px 1fr;gap:8px;padding:8px;border-radius:12px;}
  .trade-symbol{width:36px;height:36px;font-size:17px;border-radius:10px;}
  .trade-card strong{font-size:11.5px;line-height:1.08;}
  .trade-select{font-size:8px;margin-top:4px;}
}

/* ===== PayByDay v5.9 — Premium 7-column Trade / Skill Explorer ===== */
.trade-selection-layout{
  max-width:1620px;
  grid-template-columns:94px minmax(0,1fr);
  gap:18px;
}
.trade-selection-layout .onboard-top,
.trade-selection-layout .onboard-steps{display:none}
.trade-nav-aside{
  position:sticky;top:86px;min-height:760px;overflow:hidden;
  display:flex;flex-direction:column;align-items:center;
  padding:16px 8px 18px;border-radius:26px;
  color:#d9ebf8;background:linear-gradient(180deg,#072f52 0%,#0b456c 100%);
  box-shadow:0 20px 44px rgba(5,39,69,.16)
}
.trade-nav-brand{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#fff;margin-bottom:18px;box-shadow:0 8px 18px rgba(0,0,0,.12)}
.trade-nav-brand img{width:48px;height:48px;object-fit:contain}
.trade-nav-steps{width:100%;display:grid;gap:9px}
.trade-nav-steps button{border:0;background:transparent;color:#bdd8eb;display:grid;justify-items:center;gap:5px;padding:10px 4px;border-radius:16px;font-size:9px;font-weight:800}
.trade-nav-steps button span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:rgba(255,255,255,.08);font-size:11px;font-weight:950}
.trade-nav-steps button.active{background:linear-gradient(180deg,rgba(31,139,225,.30),rgba(22,103,167,.25));color:#fff;box-shadow:inset 0 0 0 1px rgba(92,190,255,.38)}
.trade-nav-steps button.active span{background:#1b91e8;color:#fff}
.trade-nav-steps button.done span{background:#0aa467;color:#fff}
.trade-nav-message{margin-top:auto;display:grid;gap:2px;text-align:center;color:#fff;transform:rotate(-3deg)}
.trade-nav-message b{font-size:8px;letter-spacing:.08em}.trade-nav-message strong{margin-top:3px;color:#56e5aa;font-size:9px;line-height:1.35}

.trade-explorer-panel{padding:24px 26px 20px;border-radius:26px;box-shadow:0 18px 46px rgba(16,55,88,.10)}
.trade-explorer-panel:before{display:none}
.trade-explorer-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(470px,.9fr);gap:26px;align-items:end;margin-bottom:18px}
.trade-explorer-head h1{font-size:38px;max-width:none}.trade-explorer-head .stage-lead{margin:8px 0 0;max-width:680px;font-size:14px;line-height:1.5}
.trade-explorer-controls{display:grid;gap:10px}
.trade-search{height:44px;display:grid;grid-template-columns:34px 1fr;align-items:center;border:1px solid #cbdbea;border-radius:13px;background:#fbfdff;padding:0 10px;color:#5281aa;box-shadow:0 4px 12px rgba(13,49,88,.04)}
.trade-search span{font-size:23px;line-height:1}.trade-search input{width:100%;border:0;outline:0;background:transparent;color:#143b61;font-size:13px;font-weight:700}
.trade-search input::placeholder{color:#93a6b8;font-weight:600}
.trade-filter-chips{display:flex;gap:7px;justify-content:flex-start;flex-wrap:wrap}
.trade-filter-chips button{border:0;border-radius:999px;padding:7px 14px;background:#f0f6fc;color:#3c678e;font-size:10px;font-weight:850;transition:.18s ease}
.trade-filter-chips button:hover{background:#e2f0fb}.trade-filter-chips button.active{background:#0d578f;color:#fff;box-shadow:0 6px 14px rgba(13,87,143,.16)}

.trade-gallery-seven{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.trade-card-premium{min-height:214px;padding:10px;border-radius:18px;box-shadow:0 9px 20px rgba(8,41,70,.12);border:1px solid rgba(8,59,99,.15)}
.trade-card-premium:after{background:linear-gradient(180deg,rgba(4,22,38,.02) 0%,rgba(4,22,38,.04) 36%,rgba(4,22,38,.40) 66%,rgba(4,22,38,.88) 100%)}
.trade-card-premium .trade-group{left:10px;top:10px;padding:5px 8px;border:0;background:#1475bd;color:#fff;font-size:7px;box-shadow:0 4px 10px rgba(0,0,0,.18)}
.trade-card-premium .trade-group.group-finishing{background:#ff6d19}.trade-card-premium .trade-group.group-mep{background:#0f9a61}.trade-card-premium .trade-group.group-technical{background:#1594b7}.trade-card-premium .trade-group.group-fabrication{background:#6e43d6}.trade-card-premium .trade-group.group-equipment{background:#e89a13}
.trade-card-premium .trade-info{display:grid;grid-template-columns:40px 1fr;gap:8px;align-items:center;margin-top:auto;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}
.trade-card-premium .trade-symbol{width:40px;height:40px;border-radius:11px;font-size:19px;box-shadow:0 5px 12px rgba(0,0,0,.16)}
.trade-card-premium strong{font-size:11.5px;line-height:1.06;text-shadow:0 2px 5px rgba(0,0,0,.75)}
.trade-card-premium .trade-select{margin-top:3px;color:#fff;font-size:8px;text-shadow:0 1px 3px rgba(0,0,0,.75)}
.trade-card-premium:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(8,41,70,.19)}
.trade-card-premium.selected{outline:3px solid #ff7a12;border-color:#ff7a12;box-shadow:0 0 0 4px rgba(255,122,18,.13),0 15px 30px rgba(8,41,70,.19)}
.trade-card-premium.selected .trade-info{background:transparent;border:0}.trade-card-premium.selected .trade-select{color:#ffd8b5}
.trade-hidden{display:none!important}

.trade-benefits-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:16px;padding:12px 8px;border:1px solid #d6e4ef;border-radius:16px;background:linear-gradient(90deg,#fbfeff,#f5faff);box-shadow:0 7px 18px rgba(12,50,83,.05)}
.trade-benefits-strip>div{min-width:0;display:grid;grid-template-columns:34px 1fr;column-gap:8px;align-items:center;padding:2px 12px;border-right:1px solid #dce8f1}
.trade-benefits-strip>div:last-child{border-right:0}.trade-benefits-strip span{grid-row:1/3;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#e9f6ff;color:#1879c7;font-size:16px;font-weight:950}.trade-benefits-strip>div:nth-child(1) span{background:#e8faf4;color:#0aa467}.trade-benefits-strip>div:nth-child(4) span{background:#fff2e6;color:#ff7a12}.trade-benefits-strip>div:nth-child(5) span{background:#f3edff;color:#7446da}.trade-benefits-strip b{font-size:9px;color:#163b5d}.trade-benefits-strip small{font-size:7px;color:#7890a5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.trade-stage-actions{align-items:center;margin-top:16px}.trade-selection-summary{flex:1;text-align:center;color:#6f8498;font-size:10px}.trade-selection-summary b{color:#0d4e82}.trade-stage-actions .pbtn{min-width:132px}

@media(max-width:1450px){.trade-selection-layout{grid-template-columns:86px minmax(0,1fr)}.trade-gallery-seven{grid-template-columns:repeat(7,minmax(0,1fr));gap:9px}.trade-card-premium{min-height:196px}.trade-card-premium strong{font-size:10.5px}.trade-card-premium .trade-info{grid-template-columns:36px 1fr}.trade-card-premium .trade-symbol{width:36px;height:36px;font-size:17px}.trade-explorer-head{grid-template-columns:1fr 1fr}}
@media(max-width:1220px){.trade-selection-layout{grid-template-columns:80px minmax(0,1fr)}.trade-gallery-seven{grid-template-columns:repeat(6,minmax(0,1fr))}.trade-explorer-head{grid-template-columns:1fr}.trade-explorer-controls{max-width:720px}.trade-benefits-strip{grid-template-columns:repeat(3,1fr)}.trade-benefits-strip>div:nth-child(3){border-right:0}.trade-benefits-strip>div:nth-child(n+4){margin-top:8px}}
@media(max-width:980px){.trade-selection-layout{grid-template-columns:1fr}.trade-nav-aside{position:relative;top:auto;min-height:0;flex-direction:row;justify-content:space-between;padding:10px 12px;border-radius:18px}.trade-nav-brand{width:44px;height:44px;margin:0}.trade-nav-brand img{width:36px;height:36px}.trade-nav-steps{width:auto;display:flex;gap:5px}.trade-nav-steps button{padding:5px 7px}.trade-nav-steps button span{width:28px;height:28px}.trade-nav-steps button small,.trade-nav-message{display:none}.trade-gallery-seven{grid-template-columns:repeat(4,minmax(0,1fr))}.trade-card-premium{min-height:205px}}
@media(max-width:700px){.trade-explorer-panel{padding:18px 14px}.trade-explorer-head h1{font-size:30px}.trade-filter-chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}.trade-filter-chips button{white-space:nowrap}.trade-gallery-seven{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.trade-card-premium{min-height:185px;padding:8px;border-radius:15px}.trade-card-premium strong{font-size:10.5px}.trade-benefits-strip{grid-template-columns:1fr 1fr}.trade-benefits-strip>div{border-right:0;border-bottom:1px solid #dce8f1;padding:7px}.trade-benefits-strip>div:last-child{grid-column:1/-1;border-bottom:0}.trade-stage-actions{display:grid;grid-template-columns:1fr 1fr}.trade-selection-summary{grid-column:1/-1;grid-row:1;text-align:left}.trade-stage-actions .pbtn{width:100%;min-width:0}}

/* ===== PayByDay v5.10 — 6-column trade explorer, original left rail preserved ===== */
.trade-selection-layout{
  max-width:1640px;
  grid-template-columns:108px minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.trade-original-rail{
  position:sticky;
  top:82px;
  min-height:780px;
  padding:16px 10px 18px;
  border-radius:0 24px 24px 0;
  background:linear-gradient(180deg,#062d4e 0%,#0a456d 100%);
  box-shadow:0 18px 40px rgba(5,39,69,.16);
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
.trade-primary-nav{display:grid;gap:10px}
.trade-primary-nav a,.trade-primary-nav button{
  appearance:none;border:0;text-decoration:none;cursor:pointer;
  display:grid;justify-items:center;gap:7px;
  padding:13px 6px;border-radius:16px;
  background:transparent;color:#cfe2f1;
  font-family:inherit;font-size:10px;font-weight:850;
  transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.trade-primary-nav a:hover,.trade-primary-nav button:hover{background:rgba(255,255,255,.08);color:#fff;transform:translateY(-1px)}
.trade-primary-nav .active{background:linear-gradient(180deg,rgba(27,145,232,.31),rgba(20,102,164,.27));color:#fff;box-shadow:inset 0 0 0 1px rgba(91,190,255,.36)}
.trade-primary-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#d7ecfb}
.trade-primary-nav .active .trade-primary-icon{background:rgba(40,163,246,.13);color:#43b8ff}
.trade-primary-icon svg{width:24px;height:24px}
.trade-original-rail .trade-nav-message{margin-top:auto;padding:14px 2px 2px;text-align:left;transform:rotate(-3deg)}
.trade-original-rail .trade-nav-message b,.trade-original-rail .trade-nav-message strong{display:block;line-height:1.35}
.trade-original-rail .trade-nav-message b{font-size:9px}.trade-original-rail .trade-nav-message strong{font-size:10px}

.trade-explorer-panel{padding:22px 24px 18px}
.trade-explorer-head{grid-template-columns:minmax(0,1fr) minmax(520px,.95fr);gap:24px;margin-bottom:16px}
.trade-explorer-head h1{font-size:40px;line-height:1.02}
.trade-explorer-head .stage-lead{font-size:14px;margin-top:7px}
.trade-search{height:42px}.trade-filter-chips{gap:6px}.trade-filter-chips button{padding:7px 13px}

.trade-gallery-seven{
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:13px !important;
}
.trade-card-premium{
  min-height:224px !important;
  padding:10px !important;
  border-radius:18px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  position:relative;
}
.trade-card-premium:after{
  background:linear-gradient(180deg,rgba(4,22,38,.01) 0%,rgba(4,22,38,.02) 45%,rgba(4,22,38,.30) 66%,rgba(4,22,38,.94) 100%) !important;
}
.trade-card-premium .trade-info{
  margin-top:auto !important;
  display:grid !important;
  grid-template-columns:42px minmax(0,1fr) !important;
  gap:9px !important;
  align-items:center !important;
  padding:0 1px 1px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}
.trade-card-premium .trade-symbol{
  width:42px !important;height:42px !important;
  margin:0 !important;border-radius:12px !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 6px 16px rgba(0,0,0,.18) !important;
}
.trade-card-premium .trade-copy{min-width:0;align-self:end;padding-bottom:1px}
.trade-card-premium strong{
  display:block !important;margin:0 !important;
  color:#fff !important;font-size:13px !important;line-height:1.08 !important;
  font-weight:950 !important;letter-spacing:-.012em !important;
  text-shadow:0 2px 7px rgba(0,0,0,.78) !important;
}
.trade-card-premium .trade-select{
  display:block !important;margin-top:5px !important;
  color:#fff !important;font-size:9px !important;line-height:1 !important;
  font-weight:850 !important;text-shadow:0 1px 4px rgba(0,0,0,.82) !important;
}
.trade-card-premium .trade-group{font-size:7.5px !important;padding:5px 9px !important}

@media(max-width:1460px){
  .trade-selection-layout{grid-template-columns:100px minmax(0,1fr);gap:14px}
  .trade-gallery-seven{grid-template-columns:repeat(6,minmax(0,1fr)) !important;gap:10px !important}
  .trade-card-premium{min-height:205px !important}
  .trade-card-premium strong{font-size:11.5px !important}
  .trade-card-premium .trade-info{grid-template-columns:38px minmax(0,1fr) !important;gap:7px !important}
  .trade-card-premium .trade-symbol{width:38px !important;height:38px !important;font-size:17px !important}
  .trade-explorer-head{grid-template-columns:1fr 1fr}
}
@media(max-width:1220px){
  .trade-gallery-seven{grid-template-columns:repeat(4,minmax(0,1fr)) !important}
  .trade-explorer-head{grid-template-columns:1fr}.trade-explorer-controls{max-width:760px}
  .trade-card-premium{min-height:212px !important}
}
@media(max-width:980px){
  .trade-selection-layout{grid-template-columns:1fr}
  .trade-original-rail{position:relative;top:auto;min-height:0;border-radius:18px;padding:8px 10px}
  .trade-primary-nav{display:grid;grid-template-columns:repeat(6,1fr);gap:4px}
  .trade-primary-nav a,.trade-primary-nav button{padding:7px 3px;border-radius:12px;gap:3px;font-size:8px}
  .trade-primary-icon{width:30px;height:30px}.trade-primary-icon svg{width:19px;height:19px}
  .trade-original-rail .trade-nav-message{display:none}
  .trade-gallery-seven{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
}
@media(max-width:700px){
  .trade-primary-nav{grid-template-columns:repeat(3,1fr)}
  .trade-explorer-panel{padding:16px 12px}
  .trade-explorer-head h1{font-size:30px}
  .trade-gallery-seven{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important}
  .trade-card-premium{min-height:190px !important;border-radius:15px !important;padding:8px !important}
  .trade-card-premium strong{font-size:11px !important}
  .trade-card-premium .trade-info{grid-template-columns:36px minmax(0,1fr) !important;gap:7px !important}
  .trade-card-premium .trade-symbol{width:36px !important;height:36px !important}
  .trade-benefits-strip{grid-template-columns:1fr 1fr}
}

/* ===== PayByDay v5.11 — Aadhaar smart auto-fill ===== */
.aadhaar-autofill-panel{padding:30px 32px 26px}
.aadhaar-consent-top{margin:16px 0 18px;background:linear-gradient(90deg,#fffaf5,#f7fbff)}
.aadhaar-smart-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.aadhaar-side-card{border:1px solid #d9e6ef;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(13,49,88,.07);padding:16px;min-width:0}
.aadhaar-side-card.front-card{border-top:3px solid #176fb4}.aadhaar-side-card.back-card{border-top:3px solid #0aa467}
.aadhaar-side-heading{display:flex;gap:12px;align-items:center;margin-bottom:13px}.aadhaar-side-heading .aadhaar-icon.compact{width:48px;height:48px;border-radius:14px;font-size:15px;flex:0 0 48px}.aadhaar-side-heading strong,.aadhaar-side-heading small{display:block}.aadhaar-side-heading strong{font-size:17px;color:#0d3158}.aadhaar-side-heading small{margin-top:2px;font-size:10px;color:#6b8196}
.aadhaar-preview-uploader{position:relative;display:grid;place-items:center;overflow:hidden;min-height:210px;border:2px dashed #b8ccdc;border-radius:17px;background:linear-gradient(180deg,#f9fcff,#edf5fb);cursor:pointer;transition:.2s ease}.aadhaar-preview-uploader:hover{border-color:#3c93d8;transform:translateY(-1px)}.aadhaar-preview-uploader input{display:none}.aadhaar-preview-uploader img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#eef4f8;padding:8px}.aadhaar-preview-uploader.has-image{border-style:solid;background:#eaf1f6}.aadhaar-empty{display:grid;place-items:center;text-align:center;gap:5px;padding:20px;color:#1e5886}.aadhaar-empty b{font-size:14px}.aadhaar-empty small{font-size:10px;color:#7890a5}.aadhaar-change{position:absolute;right:10px;bottom:10px;padding:7px 10px;border-radius:999px;background:rgba(4,37,66,.88);backdrop-filter:blur(8px);color:#fff;font-size:9px;font-weight:900;box-shadow:0 5px 14px rgba(0,0,0,.16)}
.aadhaar-parsed-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:13px}.aadhaar-parsed-fields .field{gap:5px}.aadhaar-parsed-fields .field.full{grid-column:1/-1}.aadhaar-parsed-fields input,.aadhaar-parsed-fields select{min-height:44px;border-radius:11px}.field-note{display:block;margin-top:4px;color:#7a8da0;font-size:9px;line-height:1.35}
.side-ocr-status{min-height:36px;margin-top:10px;padding:9px 10px;border-radius:10px;background:#f3f8fc;color:#55738d;font-size:10px;line-height:1.35}.ready-dot{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:#0aae70;box-shadow:0 0 0 4px rgba(10,174,112,.11)}
.aadhaar-stage-actions{display:grid;grid-template-columns:auto auto minmax(260px,1fr);gap:10px;align-items:center;margin-top:18px}.aadhaar-stage-actions .pbtn:last-child{justify-self:end;min-width:280px}
@media(max-width:1120px){.aadhaar-smart-grid{grid-template-columns:1fr}.aadhaar-preview-uploader{min-height:250px}.aadhaar-stage-actions{grid-template-columns:1fr 1fr}.aadhaar-stage-actions .pbtn:last-child{grid-column:1/-1;justify-self:stretch;width:100%;min-width:0}}
@media(max-width:650px){.aadhaar-autofill-panel{padding:18px}.aadhaar-side-card{padding:12px;border-radius:17px}.aadhaar-preview-uploader{min-height:190px}.aadhaar-parsed-fields{grid-template-columns:1fr}.aadhaar-parsed-fields .field.full{grid-column:auto}.aadhaar-stage-actions{grid-template-columns:1fr}.aadhaar-stage-actions .pbtn:last-child{grid-column:auto}.aadhaar-consent-top{margin-top:12px}}


/* v5.12 Aadhaar multi-pass OCR feedback */
.side-scan-progress{height:5px;margin-top:7px;border-radius:999px;background:#e8f0f6;overflow:hidden}
.side-scan-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1786e8,#0aae70);transition:width .28s ease}
.review-dot{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:#ff8a17;box-shadow:0 0 0 4px rgba(255,138,23,.12)}
.aadhaar-parsed-fields .field.autofilled input,
.aadhaar-parsed-fields .field.autofilled select{border-color:#86d9b5;background:linear-gradient(180deg,#fbfffd,#f0fbf6);box-shadow:0 0 0 3px rgba(10,174,112,.06)}
.aadhaar-parsed-fields .field.autofilled label::after{content:"  ✓ Auto-filled";color:#0a9d67;font-size:9px;font-weight:900;letter-spacing:.02em}

/* v5.13 Aadhaar scan consent UX */
.aadhaar-consent-top{position:relative;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.aadhaar-consent-top.consent-attention{border-color:#ff7a12;background:#fff6ed;box-shadow:0 0 0 4px rgba(255,122,18,.12)}
.aadhaar-consent-top.consent-attention::after{content:'Consent required to start Aadhaar auto-fill';position:absolute;right:12px;top:10px;padding:5px 9px;border-radius:999px;background:#ff7a12;color:#fff;font-size:10px;font-weight:800;letter-spacing:.02em}
@media(max-width:650px){.aadhaar-consent-top.consent-attention::after{position:static;display:inline-block;margin-top:8px}}

/* ===== PayByDay v5.16 — Mobile Aadhaar Camera Scan ===== */
.aadhaar-source-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}
.aadhaar-source-btn{min-height:56px;border:1px solid #d7e3ec;border-radius:13px;background:#fff;color:#123a61;padding:9px 11px;display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}
.aadhaar-source-btn:hover{transform:translateY(-1px);border-color:#8ebce1;box-shadow:0 7px 18px rgba(20,72,112,.09)}
.aadhaar-source-btn>span{grid-row:1/3;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;font-size:17px;background:#eef6fd}
.aadhaar-source-btn b{font-size:11px;line-height:1.1}.aadhaar-source-btn small{font-size:8.5px;color:#71879b;line-height:1.25}
.aadhaar-source-btn.camera{background:linear-gradient(135deg,#0b5f9e,#0a8e70);border-color:transparent;color:#fff;box-shadow:0 8px 18px rgba(7,99,128,.16)}
.aadhaar-source-btn.camera>span{background:rgba(255,255,255,.15)}.aadhaar-source-btn.camera small{color:rgba(255,255,255,.78)}
.camera-fallback-input{display:none!important}
body.camera-open{overflow:hidden}
.aadhaar-camera-modal{position:fixed;inset:0;z-index:99999;background:rgba(1,15,29,.86);backdrop-filter:blur(7px);display:grid;place-items:center;padding:18px}
.aadhaar-camera-dialog{width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#071f35;border:1px solid rgba(83,180,238,.35);border-radius:24px;box-shadow:0 28px 80px rgba(0,0,0,.45);color:#fff}
.aadhaar-camera-head{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border-bottom:1px solid rgba(255,255,255,.1)}
.aadhaar-camera-head>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center}.aadhaar-camera-head b{font-size:15px}.aadhaar-camera-head small{grid-column:2;font-size:9px;color:#9cc4df}.camera-live-dot{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:#24db8d;box-shadow:0 0 0 5px rgba(36,219,141,.12)}
.camera-close{width:36px;height:36px;border:0;border-radius:12px;background:rgba(255,255,255,.08);color:#fff;font-size:24px;cursor:pointer}
.aadhaar-camera-view{position:relative;margin:14px;aspect-ratio:16/10;border-radius:18px;overflow:hidden;background:#020b13;border:1px solid rgba(255,255,255,.12)}
.aadhaar-camera-view video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#020b13}
.aadhaar-camera-guide{position:absolute;left:7%;right:7%;top:50%;transform:translateY(-50%);aspect-ratio:1.586;border:2px solid rgba(255,255,255,.94);border-radius:15px;box-shadow:0 0 0 999px rgba(0,11,23,.36),0 0 0 4px rgba(18,166,234,.16);pointer-events:none}
.aadhaar-camera-guide>span{position:absolute;left:10px;top:8px;padding:4px 7px;border-radius:999px;background:rgba(0,39,70,.72);font-size:9px;font-weight:900;letter-spacing:.12em}
.aadhaar-camera-guide i{position:absolute;width:28px;height:28px;border-color:#32c8ff}.aadhaar-camera-guide i:nth-of-type(1){left:-3px;top:-3px;border-left:4px solid;border-top:4px solid;border-radius:12px 0 0 0}.aadhaar-camera-guide i:nth-of-type(2){right:-3px;top:-3px;border-right:4px solid;border-top:4px solid;border-radius:0 12px 0 0}.aadhaar-camera-guide i:nth-of-type(3){left:-3px;bottom:-3px;border-left:4px solid;border-bottom:4px solid;border-radius:0 0 0 12px}.aadhaar-camera-guide i:nth-of-type(4){right:-3px;bottom:-3px;border-right:4px solid;border-bottom:4px solid;border-radius:0 0 12px 0}
.camera-starting{position:absolute;inset:auto 50% 14px auto;transform:translateX(50%);padding:8px 11px;border-radius:10px;background:rgba(2,18,31,.75);font-size:10px;text-align:center;min-width:160px}.camera-starting b,.camera-starting span{display:block}.camera-starting span{margin-top:3px;color:#b9d4e7;font-size:8px}
.aadhaar-camera-instruction{padding:2px 17px 13px;text-align:center}.aadhaar-camera-instruction b,.aadhaar-camera-instruction span{display:block}.aadhaar-camera-instruction b{font-size:13px}.aadhaar-camera-instruction span{margin-top:4px;color:#a9c4d7;font-size:9px;line-height:1.4}
.aadhaar-camera-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;padding:0 17px 17px}.camera-capture{border:0;border-radius:14px;background:linear-gradient(90deg,#ff7613,#ff941a);color:#fff;font-weight:900;font-size:12px;min-height:48px;cursor:pointer;box-shadow:0 8px 20px rgba(255,118,19,.23)}.camera-capture:disabled{opacity:.45;cursor:not-allowed}.camera-capture>span{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:6px;border-radius:50%;background:#fff;color:#ff7613}.camera-capture.capturing{filter:saturate(.8);transform:scale(.99)}
@media(max-width:650px){
  .aadhaar-source-actions{grid-template-columns:1fr}.aadhaar-source-btn{min-height:52px}
  .aadhaar-camera-modal{padding:0;background:#031524}.aadhaar-camera-dialog{width:100%;height:100dvh;max-height:none;border:0;border-radius:0;display:flex;flex-direction:column}.aadhaar-camera-head{padding-top:max(15px,env(safe-area-inset-top))}.aadhaar-camera-view{margin:10px;flex:1;min-height:0;aspect-ratio:auto}.aadhaar-camera-guide{left:5%;right:5%}.aadhaar-camera-instruction{padding:5px 14px 10px}.aadhaar-camera-actions{grid-template-columns:1fr;padding:0 12px max(12px,env(safe-area-inset-bottom))}.aadhaar-camera-actions .pbtn{min-height:44px}.camera-capture{min-height:52px;font-size:13px}
}

/* v5.17 — profile photo capture on final Work Identity step */
.identity-photo.has-photo{overflow:hidden;background:#e8f3fb;border:2px solid #fff;box-shadow:0 8px 22px rgba(11,49,86,.14)}
.identity-photo.has-photo img{width:100%;height:100%;object-fit:cover;display:block}
.profile-photo-setup{display:grid;grid-template-columns:116px minmax(0,1fr);gap:20px;align-items:center;margin:4px 0 22px;padding:18px 20px;border:1px solid #d8e6f1;border-radius:22px;background:linear-gradient(120deg,#f7fbff 0%,#fffaf5 100%);box-shadow:0 10px 28px rgba(13,49,88,.06)}
.profile-photo-large{width:108px;height:108px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#0f4d7c,#0a3158);color:#fff;border:5px solid #fff;box-shadow:0 12px 28px rgba(10,49,88,.2);font-size:42px}
.profile-photo-large.has-photo{background:#eaf3f8}
.profile-photo-large img{width:100%;height:100%;object-fit:cover;display:block}
.profile-photo-copy{min-width:0}.profile-photo-copy .mini-kicker{display:block;color:#ff7215;font-size:10px;letter-spacing:.14em;font-weight:900;margin-bottom:4px}.profile-photo-copy h3{margin:0 0 5px;color:#0d3158;font-size:20px}.profile-photo-copy p{margin:0;color:#677f96;font-size:12px;line-height:1.55;max-width:720px}
.profile-photo-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:13px}.profile-photo-actions .pbtn{min-height:42px;padding:0 16px}.profile-remove{border:0;background:transparent;color:#b53a3a;font-weight:800;font-size:11px;cursor:pointer;padding:8px 4px}.profile-photo-hint{display:block;margin-top:8px;color:#8195a8;font-size:9px;font-weight:700}
body.camera-open{overflow:hidden}
.profile-camera-modal{position:fixed;inset:0;z-index:100000;background:rgba(1,15,29,.88);backdrop-filter:blur(8px);display:grid;place-items:center;padding:18px}
.profile-camera-dialog{width:min(620px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#071f35;border:1px solid rgba(83,180,238,.35);border-radius:24px;box-shadow:0 28px 80px rgba(0,0,0,.48);color:#fff}
.profile-camera-head{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border-bottom:1px solid rgba(255,255,255,.1)}
.profile-camera-head>div{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center}.profile-camera-head b{font-size:15px}.profile-camera-head small{grid-column:2;color:#9cc4df;font-size:9px}.profile-camera-head .camera-live-dot{grid-row:1/3}
.profile-camera-view{position:relative;margin:14px;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:#020b13;border:1px solid rgba(255,255,255,.12)}
.profile-camera-view video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#020b13;transform:scaleX(-1)}
.profile-face-guide{position:absolute;left:50%;top:50%;width:58%;height:76%;transform:translate(-50%,-50%);border:2px solid rgba(255,255,255,.95);border-radius:48% 48% 44% 44%;box-shadow:0 0 0 999px rgba(0,11,23,.28),0 0 0 5px rgba(50,200,255,.12);pointer-events:none}.profile-face-guide i{position:absolute;left:50%;bottom:11%;width:36%;height:2px;transform:translateX(-50%);background:rgba(255,255,255,.55);border-radius:2px}
.profile-camera-instruction{text-align:center;padding:2px 17px 13px}.profile-camera-instruction b,.profile-camera-instruction span{display:block}.profile-camera-instruction b{font-size:13px}.profile-camera-instruction span{margin-top:4px;color:#a9c4d7;font-size:9px}
.profile-camera-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;padding:0 17px 17px}
@media(max-width:700px){.profile-photo-setup{grid-template-columns:86px 1fr;gap:14px;padding:15px}.profile-photo-large{width:80px;height:80px;font-size:32px}.profile-photo-copy h3{font-size:17px}.profile-photo-actions{gap:7px}.profile-photo-actions .pbtn{width:auto;flex:1 1 145px}.profile-camera-modal{padding:0;background:#031524}.profile-camera-dialog{width:100%;height:100dvh;max-height:none;border:0;border-radius:0;display:flex;flex-direction:column}.profile-camera-head{padding-top:max(15px,env(safe-area-inset-top))}.profile-camera-view{margin:10px;flex:1;min-height:0;aspect-ratio:auto}.profile-camera-instruction{padding:5px 14px 10px}.profile-camera-actions{grid-template-columns:1fr;padding:0 12px max(12px,env(safe-area-inset-bottom))}.profile-camera-actions .pbtn,.profile-camera-actions .camera-capture{min-height:50px}}
@media(max-width:460px){.profile-photo-setup{grid-template-columns:1fr;text-align:center}.profile-photo-large{margin:auto}.profile-photo-copy p{max-width:330px;margin-inline:auto}.profile-photo-actions{justify-content:center}.profile-photo-hint{text-align:center}}

/* ===== PayByDay v5.19 Worker Experience ===== */
body.worker-active{background:linear-gradient(180deg,#f7fbff 0,#eef5fb 100%)}
body.worker-active .portal-top{background:rgba(255,255,255,.98)}
body.worker-active .portal-top-inner{width:min(1540px,96%);min-height:68px}
body.worker-active .portal-logo img{width:195px}
body.worker-active .portal-wrap{width:min(1540px,96%);margin:0 auto 36px}
.worker-shell{grid-template-columns:285px minmax(0,1fr);gap:0;min-height:calc(100vh - 68px);align-items:stretch}
.worker-side{position:sticky;top:68px;min-height:calc(100vh - 68px);border-radius:0;padding:0 18px 22px;background:linear-gradient(180deg,#07375f 0%,#0a3154 48%,#062943 100%);box-shadow:none;display:flex;flex-direction:column;overflow:hidden}
.worker-side:after{content:"";position:absolute;inset:auto -90px -90px auto;width:240px;height:240px;border-radius:50%;border:48px solid rgba(23,134,232,.08);pointer-events:none}
.worker-side-brand{height:92px;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.10);margin:0 -18px;padding:12px 20px;position:relative;z-index:1}
.worker-side-brand img{width:210px;max-height:66px;object-fit:contain;object-position:left center}
.worker-side-profile{padding:18px 6px 16px;border-bottom:1px solid rgba(255,255,255,.11);display:grid;grid-template-columns:72px 1fr;gap:13px;align-items:center;position:relative;z-index:1}
.worker-side-avatar{width:72px;height:72px;border-radius:20px;background:linear-gradient(145deg,#ff7a12,#ffac48);display:grid;place-items:center;font-size:23px;font-weight:950;color:#fff;overflow:hidden;position:relative;border:2px solid rgba(255,255,255,.35);box-shadow:0 12px 24px rgba(0,0,0,.18)}
.worker-side-avatar img{width:100%;height:100%;object-fit:cover}.worker-side-avatar>span{position:absolute;width:13px;height:13px;border:3px solid #07375f;background:#1fd183;border-radius:50%;right:3px;bottom:3px}
.worker-side-copy{min-width:0}.worker-side-copy>small{display:block;color:#82c5f7;font-size:9px;letter-spacing:.12em;font-weight:900}.worker-side-copy>strong{display:block;color:#fff;font-size:17px;line-height:1.15;margin:3px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worker-side-copy>p{margin:0;color:#c7dae9;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worker-side-mini{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-top:8px}.worker-side-mini b,.worker-side-mini em{font-style:normal;font-size:9px;padding:5px 7px;border-radius:999px}.worker-side-mini b{background:rgba(19,203,128,.15);color:#77efb6}.worker-side-mini em{background:rgba(255,255,255,.08);color:#cfe2ef}
.worker-side .portal-nav{gap:6px;padding-top:12px;position:relative;z-index:1}.worker-side .portal-nav button{min-height:50px;display:grid;grid-template-columns:30px 1fr 14px;align-items:center;gap:9px;padding:9px 11px;border:1px solid transparent;border-radius:13px;color:#c5d9e9;font-size:13px;transition:.2s}.worker-side .portal-nav button .nav-ico{width:28px;height:28px;display:grid;place-items:center;color:#9fc8e8}.worker-side .portal-nav button .nav-ico svg{width:20px;height:20px}.worker-side .portal-nav button .nav-arrow{font-size:22px;color:#7297b6}.worker-side .portal-nav button:hover{background:rgba(255,255,255,.07);transform:translateX(2px)}.worker-side .portal-nav button.active{background:linear-gradient(90deg,rgba(23,134,232,.27),rgba(23,134,232,.11));border-color:rgba(69,168,243,.52);color:#fff;box-shadow:inset 3px 0 #36a7ff}.worker-side .portal-nav button.active .nav-ico{color:#51b5ff}
.worker-side-vision{margin-top:auto;position:relative;z-index:1;padding:18px;border:1px solid rgba(38,202,139,.25);border-radius:18px;background:linear-gradient(145deg,rgba(10,164,103,.18),rgba(255,255,255,.04))}.worker-side-vision span{font-size:9px;font-weight:950;letter-spacing:.15em;color:#5be2a4}.worker-side-vision strong{display:block;margin:7px 0;color:#fff;font-size:16px;line-height:1.28}.worker-side-vision small{display:block;color:#b9d2e3;font-size:10px;line-height:1.45}
.worker-shell .portal-main{padding:30px 30px 40px;min-width:0;background:radial-gradient(circle at 87% 0,rgba(23,134,232,.07),transparent 26%),linear-gradient(180deg,#f8fbff,#f2f7fb)}
.worker-page-hero{min-height:130px;border:1px solid #dce8f1;border-radius:24px;padding:22px 24px;margin-bottom:16px;display:grid;grid-template-columns:60px minmax(0,1fr) auto;gap:16px;align-items:center;background:linear-gradient(125deg,#fff 0%,#f7fbff 65%,#edf7ff 100%);box-shadow:0 12px 34px rgba(12,49,84,.06);position:relative;overflow:hidden}.worker-page-hero:after{content:"";position:absolute;right:120px;bottom:-85px;width:260px;height:190px;background:url('/assets/hero/00-workforce-command.png') center/cover no-repeat;opacity:.055;filter:grayscale(1);pointer-events:none}.worker-page-hero-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#0d3158,#177fd0);color:#fff;box-shadow:0 12px 24px rgba(13,49,88,.15)}.worker-page-hero-icon svg{width:27px;height:27px}.worker-page-hero-copy{position:relative;z-index:1}.worker-page-hero-copy>span{display:block;font-size:10px;font-weight:950;letter-spacing:.15em;color:#ff7410}.worker-page-hero-copy h1{margin:4px 0 4px;font-size:32px;line-height:1.03;color:#0c2e50;letter-spacing:-.03em}.worker-page-hero-copy p{margin:0;color:#6b8196;font-size:13px}.worker-page-hero-right{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-end}.worker-status{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;font-size:11px;font-weight:900;text-transform:capitalize}.worker-status i{width:8px;height:8px;border-radius:50%}.worker-status.ok{background:#e8f9f1;color:#08764a}.worker-status.ok i{background:#0db879}.worker-status.pending{background:#fff3e9;color:#b55b12}.worker-status.pending i{background:#ff871f}.worker-status.neutral{background:#edf4fa;color:#5d7185}.worker-status.neutral i{background:#8ba0b4}
.worker-passport-hero{display:grid;grid-template-columns:150px minmax(0,1fr) 170px;gap:24px;align-items:center;padding:24px;border-radius:26px;margin-bottom:16px;background:linear-gradient(115deg,#082f53 0%,#0c4e7e 58%,#0c6a72 100%);color:#fff;box-shadow:0 20px 44px rgba(8,47,83,.18);position:relative;overflow:hidden}.worker-passport-hero:before{content:"";position:absolute;right:-60px;top:-100px;width:300px;height:300px;border:55px solid rgba(73,213,166,.08);border-radius:50%}.worker-hero-profile{width:132px;height:132px;border-radius:28px;overflow:hidden;background:linear-gradient(145deg,#ff7a12,#ffac48);display:grid;place-items:center;font-size:40px;font-weight:950;position:relative;border:4px solid rgba(255,255,255,.22);box-shadow:0 15px 30px rgba(0,0,0,.2)}.worker-hero-profile img{width:100%;height:100%;object-fit:cover}.worker-hero-profile>i{position:absolute;width:18px;height:18px;background:#19cd80;border:4px solid #0b3d66;border-radius:50%;right:4px;bottom:4px}.worker-hero-copy{position:relative;z-index:1}.worker-code{font-size:10px;letter-spacing:.13em;color:#73c8ff;font-weight:900}.worker-hero-copy h2{margin:3px 0 4px;font-size:32px;line-height:1.05}.worker-hero-copy>p{margin:0;color:#c6dae9;font-size:13px}.worker-hero-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.worker-hero-chips span{padding:6px 9px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10);border-radius:999px;font-size:10px;font-weight:800;color:#eaf6ff}.worker-strength{display:grid;justify-items:center;gap:9px;position:relative;z-index:1}.strength-ring{--strength:0deg;width:106px;height:106px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#36dfa0 var(--strength),rgba(255,255,255,.13) 0);position:relative}.strength-ring:after{content:"";position:absolute;inset:8px;border-radius:50%;background:#0a446d}.strength-ring span{position:relative;z-index:1;text-align:center}.strength-ring strong{display:block;font-size:23px}.strength-ring small{font-size:9px;color:#a8cee7}.worker-link-btn{border:0;background:transparent;color:#72e7b3;font-size:10px;font-weight:900}
.worker-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.worker-metrics-grid.three-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.worker-metric{min-height:112px;padding:16px;border:1px solid #dce7ef;border-radius:20px;background:#fff;display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:center;box-shadow:0 9px 24px rgba(13,49,88,.05)}.worker-metric-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#eaf4ff;color:#167bd0}.worker-metric.green .worker-metric-icon{background:#e8f9f1;color:#0aa467}.worker-metric.violet .worker-metric-icon{background:#f0eaff;color:#7848d8}.worker-metric.orange .worker-metric-icon{background:#fff1e5;color:#ff7912}.worker-metric-icon svg{width:24px;height:24px}.worker-metric small{display:block;color:#6c8297;font-size:10px;font-weight:800}.worker-metric strong{display:block;margin:2px 0;font-size:24px;line-height:1;color:#0c3157}.worker-metric p{margin:0;color:#86a0b5;font-size:9px}
.worker-dashboard-grid,.worker-content-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(340px,.85fr);gap:16px;margin-bottom:16px}.worker-card{background:#fff;border:1px solid #dbe6ef;border-radius:22px;padding:20px;box-shadow:0 10px 30px rgba(13,49,88,.055);min-width:0}.worker-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.worker-eyebrow{display:block;color:#1778c6;font-size:9px;font-weight:950;letter-spacing:.14em}.worker-card-head h3{margin:4px 0 2px;color:#0d3158;font-size:20px}.worker-card-head p{margin:0;color:#71869a;font-size:11px}.worker-card-icon{flex:0 0 42px;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#eaf4ff;color:#1779c9}.worker-card-icon.green{background:#e8f9f1;color:#0aa467}.worker-card-icon.orange{background:#fff0e3;color:#ff7912}.worker-card-icon svg{width:21px;height:21px}
.worker-growth-path{display:grid;grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr;align-items:center;gap:5px}.worker-growth-path>div{min-height:110px;border-radius:17px;padding:12px;border:1px solid #e0e9f0;background:#f8fbfd}.worker-growth-path>i{font-style:normal;color:#8aa5ba;text-align:center}.worker-growth-path b{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e9f0f6;color:#627a91;font-size:9px}.worker-growth-path strong,.worker-growth-path small{display:block}.worker-growth-path strong{margin-top:9px;color:#153b5f;font-size:12px}.worker-growth-path small{margin-top:3px;color:#7f94a7;font-size:9px}.worker-growth-path .done{background:#ecfaf4;border-color:#c8eadb}.worker-growth-path .done b{background:#0aa467;color:#fff}.worker-growth-path .current{background:#fff5ec;border-color:#ffd7b9}.worker-growth-path .current b{background:#ff7a12;color:#fff}.worker-founder-line{margin:13px 0 0;padding-top:12px;border-top:1px solid #edf1f5;color:#698098;font-size:10px}.worker-founder-line b{color:#0d3158}
.worker-action-list{display:grid;gap:8px}.worker-action-list button{border:1px solid #e2eaf1;background:#fbfdff;border-radius:15px;padding:10px;display:grid;grid-template-columns:38px 1fr 16px;gap:10px;align-items:center;text-align:left;transition:.18s}.worker-action-list button:hover{transform:translateY(-2px);background:#f4f9fd;border-color:#bfd9ed}.worker-action-list button>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eef6fd;color:#177ac8}.worker-action-list svg{width:19px;height:19px}.worker-action-list b,.worker-action-list small{display:block}.worker-action-list b{font-size:11px;color:#113757}.worker-action-list small{font-size:9px;color:#8195a7;margin-top:2px}.worker-action-list em{font-style:normal;font-size:21px;color:#7c9ab2}
.worker-identity-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:15px 18px}.worker-identity-strip>div{display:grid;grid-template-columns:38px 1fr;grid-template-rows:auto auto;column-gap:9px;padding:3px 14px;border-right:1px solid #e2eaf0}.worker-identity-strip>div:last-child{border-right:0}.worker-identity-strip span{grid-row:1/3;width:38px;height:38px;border-radius:12px;background:#eaf4ff;color:#177bc9;display:grid;place-items:center}.worker-identity-strip span svg{width:19px;height:19px}.worker-identity-strip b{font-size:11px;color:#113657}.worker-identity-strip small{font-size:9px;color:#8094a7}
.hero-profile-mini{display:flex;align-items:center;gap:10px}.hero-profile-mini img,.hero-profile-mini>b{width:48px;height:48px;border-radius:14px;object-fit:cover;display:grid;place-items:center;background:#0d3158;color:#fff}.hero-profile-mini span strong,.hero-profile-mini span small{display:block;text-align:right}.hero-profile-mini span strong{color:#0d3158;font-size:18px}.hero-profile-mini span small{color:#72879b;font-size:9px}
.worker-form-card .field input,.worker-form-card .field select,.worker-form-card .field textarea{background:#f9fcff;border-color:#d8e4ed;border-radius:13px;min-height:46px}.worker-form-card .field label{color:#143b5e;font-size:11px}.worker-skill-list{display:grid;gap:8px}.worker-skill-pill{display:grid;grid-template-columns:38px 1fr 26px;gap:9px;align-items:center;padding:9px;border:1px solid #e2eaf1;border-radius:14px;background:#fafdff}.worker-skill-pill>span{width:38px;height:38px;border-radius:12px;background:#e9f8f1;color:#0aa467;display:grid;place-items:center}.worker-skill-pill svg{width:19px;height:19px}.worker-skill-pill b,.worker-skill-pill small{display:block}.worker-skill-pill b{font-size:11px}.worker-skill-pill small{color:#798ea2;font-size:9px}.worker-skill-pill button{border:0;background:#fff0f0;color:#c34242;border-radius:9px;width:26px;height:26px}.worker-add-skill{margin-top:14px;padding-top:14px;border-top:1px solid #edf1f5}.worker-add-skill>.pbtn{width:100%;margin-top:10px}.worker-tip{display:flex;gap:9px;align-items:center;margin-top:14px;padding:10px 11px;border-radius:13px;background:#edf9f4;color:#35725c}.worker-tip>span{flex:0 0 28px;width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#0aa467;color:#fff;font-weight:900}.worker-tip p{margin:0;font-size:9px;line-height:1.45}
.worker-kyc-journey{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px}.worker-kyc-journey>div{display:flex;align-items:center;gap:7px}.worker-kyc-journey b{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#eaf0f5;color:#71879a;font-size:9px}.worker-kyc-journey b.done{background:#0aa467;color:#fff}.worker-kyc-journey span{font-size:10px;font-weight:850;color:#244b6d}.worker-kyc-journey>i{width:40px;height:2px;background:#dfe7ed}
.worker-doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.worker-doc-card{position:relative;border:1px solid #e0e8ef;border-radius:14px;padding:10px;display:grid;grid-template-columns:38px 1fr auto;gap:9px;align-items:center;background:#fbfdff}.worker-doc-card.has-doc{background:#f3fbf7;border-color:#cde9dc}.worker-doc-icon{width:38px;height:38px;border-radius:11px;background:#e9f4fd;color:#177ac7;display:grid;place-items:center}.worker-doc-icon svg{width:18px;height:18px}.worker-doc-card b,.worker-doc-card small{display:block}.worker-doc-card b{font-size:10px;color:#133a5d}.worker-doc-card small{font-size:8px;color:#8295a6;margin-top:2px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worker-doc-card label,.worker-doc-card>a{font-size:9px;font-weight:900;color:#0873bd;cursor:pointer}.worker-doc-card input{display:none}.doc-upload,.doc-remove{border:0;width:28px;height:28px;border-radius:9px;background:#e9f4fd;color:#177bc8;font-weight:900}.doc-remove{position:absolute;right:7px;top:6px;background:#fff0f0;color:#c33}
.worker-assignment-list,.worker-history-list,.worker-wage-list{display:grid;gap:8px}.worker-assignment{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;padding:11px;border:1px solid #e1e9f0;border-radius:14px;background:#fbfdff}.worker-assignment>span{width:42px;height:42px;border-radius:13px;background:#eaf4ff;color:#177bc9;display:grid;place-items:center}.worker-assignment svg{width:20px;height:20px}.worker-assignment b,.worker-assignment small{display:block}.worker-assignment b{font-size:11px}.worker-assignment small{font-size:9px;color:#8094a6;margin-top:2px}.worker-history-list>div,.worker-wage-list>div{display:grid;grid-template-columns:95px 1fr auto;gap:10px;align-items:center;padding:10px 2px;border-bottom:1px solid #edf1f5}.worker-history-list>div:last-child,.worker-wage-list>div:last-child{border-bottom:0}.worker-history-list time,.worker-wage-list time{font-size:9px;color:#72889b}.worker-history-list b,.worker-history-list small,.worker-wage-list b,.worker-wage-list small{display:block}.worker-history-list b,.worker-wage-list b{font-size:11px}.worker-history-list small,.worker-wage-list small{font-size:9px;color:#8094a7}.worker-history-list>div>strong{font-size:11px;color:#0a8b57}
.worker-empty{min-height:180px;display:grid;place-items:center;align-content:center;text-align:center;padding:22px;color:#7690a5}.worker-empty>span{width:54px;height:54px;border-radius:17px;background:#eef5fa;color:#6d90ad;display:grid;place-items:center;margin-bottom:9px}.worker-empty svg{width:25px;height:25px}.worker-empty b{font-size:13px;color:#284c6b}.worker-empty p{margin:4px 0 0;max-width:360px;font-size:10px;line-height:1.5}
.worker-money-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:18px;align-items:stretch;padding:22px;border-radius:24px;background:linear-gradient(110deg,#0a3155,#0f5f79);color:#fff;margin-bottom:16px;box-shadow:0 18px 38px rgba(8,47,83,.16)}.worker-money-hero>div:first-child{padding:8px 10px}.worker-money-hero>div:first-child>span{font-size:9px;letter-spacing:.15em;color:#79caff;font-weight:900}.worker-money-hero>div:first-child>strong{display:block;margin:5px 0;font-size:40px}.worker-money-hero>div:first-child>p{margin:0;color:#c4d9e8;font-size:10px}.money-split{display:grid;grid-template-columns:1fr 1fr;gap:10px}.money-split article{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:12px}.money-split article>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.10);color:#6be2b0}.money-split svg{width:18px;height:18px}.money-split small,.money-split b{display:block}.money-split small{margin-top:10px;color:#bdd3e3;font-size:9px}.money-split b{font-size:18px;margin-top:2px}.worker-wage-list>div{grid-template-columns:90px 1fr auto 100px}.worker-wage-list em{font-style:normal;text-align:right;color:#678198;font-size:9px}
.worker-support-layout{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:16px}.worker-support-intro{background:linear-gradient(145deg,#0a3155,#0c526d);color:#fff}.support-big{width:62px;height:62px;border-radius:18px;background:#ff7a12;display:grid;place-items:center;color:#fff;box-shadow:0 12px 26px rgba(255,122,18,.25)}.support-big svg{width:29px;height:29px}.worker-support-intro h2{font-size:24px;line-height:1.1;margin:18px 0 9px}.worker-support-intro>p{color:#c8dce9;font-size:11px;line-height:1.6}.support-topics{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.support-topics span{padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.1);font-size:9px;font-weight:800}.worker-support-intro .worker-tip{background:rgba(64,222,163,.11);color:#d3f3e6}
@media(max-width:1180px){.worker-shell{grid-template-columns:245px minmax(0,1fr)}.worker-shell .portal-main{padding:24px 22px 34px}.worker-passport-hero{grid-template-columns:120px 1fr 130px}.worker-hero-profile{width:112px;height:112px}.worker-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.worker-dashboard-grid,.worker-content-grid{grid-template-columns:1fr}.worker-growth-path{grid-template-columns:repeat(7,max-content);overflow:auto}.worker-growth-path>div{min-width:140px}.worker-doc-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){body.worker-active .portal-wrap{width:100%;margin:0}.worker-shell{grid-template-columns:1fr}.worker-side{position:relative;top:auto;min-height:0;padding:10px 14px 12px;display:grid;grid-template-columns:auto 1fr;gap:10px;border-radius:0}.worker-side-brand{height:auto;margin:0;padding:4px 8px;border:0}.worker-side-brand img{width:170px}.worker-side-profile{display:none}.worker-side .portal-nav{grid-column:1/-1;display:flex;overflow-x:auto;padding-top:4px}.worker-side .portal-nav button{min-width:max-content;grid-template-columns:26px auto;padding:8px 10px}.worker-side .portal-nav button .nav-arrow{display:none}.worker-side-vision{display:none}.worker-shell .portal-main{padding:18px}.worker-page-hero{grid-template-columns:48px 1fr auto}.worker-page-hero-icon{width:46px;height:46px}.worker-page-hero-copy h1{font-size:27px}.worker-passport-hero{grid-template-columns:100px 1fr}.worker-strength{grid-column:1/-1;display:flex;justify-content:flex-start}.strength-ring{width:74px;height:74px}.strength-ring strong{font-size:17px}.worker-identity-strip{grid-template-columns:1fr 1fr}.worker-identity-strip>div:nth-child(2){border-right:0}.worker-identity-strip>div:nth-child(-n+2){border-bottom:1px solid #e2eaf0;padding-bottom:10px;margin-bottom:7px}.worker-doc-grid{grid-template-columns:1fr 1fr}.worker-support-layout{grid-template-columns:1fr}}
@media(max-width:620px){body.worker-active .portal-top-inner{width:92%}.worker-shell .portal-main{padding:14px 12px 26px}.worker-page-hero{grid-template-columns:1fr;padding:18px;border-radius:19px}.worker-page-hero-icon{display:none}.worker-page-hero-copy h1{font-size:25px}.worker-page-hero-right{justify-content:flex-start}.worker-passport-hero{grid-template-columns:78px 1fr;padding:17px;gap:13px;border-radius:20px}.worker-hero-profile{width:76px;height:76px;border-radius:20px}.worker-hero-copy h2{font-size:22px}.worker-hero-chips{gap:5px}.worker-hero-chips span{font-size:8px;padding:5px 7px}.worker-strength{grid-column:1/-1}.worker-metrics-grid,.worker-metrics-grid.three-metrics{grid-template-columns:1fr 1fr;gap:8px}.worker-metric{min-height:92px;grid-template-columns:40px 1fr;padding:12px}.worker-metric-icon{width:38px;height:38px}.worker-metric strong{font-size:19px}.worker-card{padding:15px;border-radius:18px}.worker-card-head h3{font-size:18px}.worker-dashboard-grid,.worker-content-grid,.worker-support-layout{gap:10px}.worker-growth-path{margin-right:-15px}.worker-identity-strip{grid-template-columns:1fr;padding:12px}.worker-identity-strip>div{border-right:0!important;border-bottom:1px solid #e2eaf0;padding:8px 4px!important;margin:0!important}.worker-identity-strip>div:last-child{border-bottom:0}.worker-doc-grid{grid-template-columns:1fr}.worker-kyc-journey{justify-content:flex-start;overflow-x:auto}.worker-kyc-journey>div{min-width:max-content}.worker-kyc-journey>i{min-width:24px}.worker-money-hero{grid-template-columns:1fr;padding:17px}.worker-money-hero>div:first-child>strong{font-size:32px}.worker-wage-list>div{grid-template-columns:72px 1fr auto}.worker-wage-list em{display:none}.worker-history-list>div{grid-template-columns:74px 1fr auto}.form-grid{grid-template-columns:1fr}}

/* === PayByDay v5.20 worker finish + calendar polish === */
body.worker-active{overflow-x:hidden}
.worker-side-profile{grid-template-columns:78px minmax(0,1fr);gap:14px;padding:19px 5px 18px}
.worker-side-avatar{width:78px;height:78px;border-radius:22px}
.worker-side-avatar .photo-initials,.worker-hero-profile .photo-initials,.hero-profile-photo .photo-initials,.worker-doc-photo .photo-initials{display:grid;place-items:center;width:100%;height:100%;font-weight:950}
.worker-side-avatar img,.worker-hero-profile img,.hero-profile-photo img,.worker-doc-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.worker-side-avatar .worker-presence-dot{position:absolute;width:14px;height:14px;border:3px solid #07375f;background:#1fd183;border-radius:50%;right:4px;bottom:4px;z-index:3}
.worker-side-copy>strong{white-space:normal;overflow:visible;text-overflow:clip;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;line-height:1.15}
.worker-side-copy>p{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.3}
.worker-hero-profile,.hero-profile-photo,.worker-doc-photo{position:relative}
.worker-hero-profile .photo-initials{font-size:38px;color:#fff}
.worker-hero-profile img{z-index:1}.worker-hero-profile>i{z-index:2}
.hero-profile-mini{min-width:210px;justify-content:flex-end}.hero-profile-photo{width:48px;height:48px;border-radius:14px;overflow:hidden;background:linear-gradient(145deg,#0f4d7c,#0a3158);color:#fff;display:grid;place-items:center}.hero-profile-photo .photo-initials{font-size:15px}

.worker-kyc-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}
.worker-document-vault{overflow:hidden}
.worker-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.worker-doc-card{grid-template-columns:44px minmax(0,1fr) auto;gap:10px;min-width:0;padding:11px 12px;overflow:hidden}
.worker-doc-card>*{min-width:0}.worker-doc-copy{min-width:0}.worker-doc-copy b{font-size:10px;line-height:1.2}.worker-doc-copy small{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.worker-doc-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:max-content}
.worker-doc-actions a,.worker-doc-actions label{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 8px;border-radius:9px;background:#edf6fd;color:#0873bd;font-size:8px;font-weight:900;text-decoration:none;cursor:pointer}
.worker-doc-actions input{display:none}.worker-doc-actions .doc-upload,.worker-doc-actions .doc-remove{position:static;width:30px;height:30px;flex:0 0 30px}
.worker-doc-photo{width:44px;height:44px;border-radius:12px;overflow:hidden;background:#0d3158;color:#fff;display:grid;place-items:center}.worker-doc-photo .photo-initials{font-size:12px}

.worker-calendar-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:16px;margin-bottom:16px;align-items:stretch}
.worker-calendar-panel,.worker-day-card{min-width:0}
.worker-calendar-toolbar{display:grid;grid-template-columns:38px minmax(0,1fr) 38px 145px auto;gap:8px;align-items:center;margin-bottom:12px}
.worker-calendar-toolbar>button{height:38px;border:1px solid #dbe6ee;background:#f7fbfe;color:#0e426f;border-radius:11px;font-size:22px;font-weight:800;cursor:pointer}.worker-calendar-toolbar>button:hover{background:#eaf5fd}.worker-calendar-toolbar .calendar-today{padding:0 12px;font-size:9px;letter-spacing:.02em}
.worker-calendar-toolbar>div{min-width:0;text-align:center}.worker-calendar-toolbar b{display:block;color:#0d3158;font-size:14px}.worker-calendar-toolbar small{display:block;color:#8799a9;font-size:8px;margin-top:1px}.worker-calendar-toolbar input{height:38px;border:1px solid #dbe6ee;border-radius:11px;padding:0 10px;color:#0d3158;background:#fff;font:inherit;font-size:10px;min-width:0}
.worker-calendar-week,.worker-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.worker-calendar-week{margin-bottom:5px}.worker-calendar-week span{text-align:center;color:#8194a6;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.worker-calendar-day{position:relative;min-height:52px;border:1px solid #e3ebf1;border-radius:12px;background:#fbfdff;color:#244b6d;cursor:pointer;padding:7px;text-align:left;transition:.16s ease;overflow:hidden}.worker-calendar-day:hover{transform:translateY(-1px);border-color:#bcd8eb;background:#f4faff}.worker-calendar-day.outside{opacity:.38}.worker-calendar-day>span{font-size:10px;font-weight:900}.worker-calendar-day.today{box-shadow:inset 0 0 0 1px #58a9e3}.worker-calendar-day.selected{background:linear-gradient(145deg,#0c4d7d,#0d3158);color:#fff;border-color:#0d3158;box-shadow:0 8px 18px rgba(13,49,88,.18)}
.worker-calendar-day .work-dot{position:absolute;left:7px;bottom:7px;width:8px;height:8px;border-radius:50%;background:#18b978;box-shadow:0 0 0 3px rgba(24,185,120,.13)}.worker-calendar-day .wage-dot{position:absolute;right:6px;bottom:5px;min-width:17px;height:17px;border-radius:7px;background:#fff0e3;color:#f27612;font-style:normal;font-size:9px;font-weight:950;display:grid;place-items:center}.worker-calendar-day.selected .work-dot{box-shadow:0 0 0 3px rgba(255,255,255,.13)}
.worker-calendar-key{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:10px;color:#758b9e;font-size:8px;font-weight:800}.worker-calendar-key span{display:flex;align-items:center;gap:6px}.worker-calendar-key .work-dot{position:static;width:8px;height:8px;border-radius:50%;background:#18b978}.worker-calendar-key .wage-dot{position:static;min-width:17px;height:17px;border-radius:7px;background:#fff0e3;color:#f27612;font-style:normal;font-size:9px;font-weight:950;display:grid;place-items:center}
.worker-day-card{background:linear-gradient(155deg,#fff,#f8fbfe)}.worker-day-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px}.worker-day-summary>div{padding:12px;border-radius:14px;background:#f4f9fd;border:1px solid #e1ebf2}.worker-day-summary.wage>div:first-child{background:#fff6ee;border-color:#ffe1ca}.worker-day-summary.wage>div:nth-child(2){background:#eefaf5;border-color:#d6efe4}.worker-day-summary.wage>div:nth-child(3){background:#fff8e8;border-color:#f5e6b9}.worker-day-summary small{display:block;color:#8195a6;font-size:8px;font-weight:800}.worker-day-summary strong{display:block;color:#0d3158;font-size:18px;margin-top:3px}.worker-day-list{margin-top:12px}.worker-day-list h4{margin:0 0 7px;color:#52718b;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.worker-day-list>div{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid #edf2f6}.worker-day-list>div:last-child{border-bottom:0}.worker-day-list>div>span{width:36px;height:36px;border-radius:11px;background:#eaf4fd;color:#177bc9;display:grid;place-items:center}.worker-day-list>div>span svg{width:18px;height:18px}.worker-day-list p{margin:0;min-width:0}.worker-day-list b,.worker-day-list small{display:block}.worker-day-list b{font-size:10px;color:#133a5d}.worker-day-list small{font-size:8px;color:#7d92a4;margin-top:2px}.worker-day-list>div>strong{font-size:10px;color:#0b8757}

@media(max-width:1280px){.worker-kyc-layout{grid-template-columns:minmax(0,1fr)}.worker-document-vault .worker-doc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.worker-calendar-layout{grid-template-columns:1fr}}
@media(max-width:980px){.worker-document-vault .worker-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.worker-calendar-toolbar{grid-template-columns:36px minmax(0,1fr) 36px 130px}.worker-calendar-toolbar .calendar-today{grid-column:1/-1;width:max-content;justify-self:center;padding:0 18px}.worker-calendar-day{min-height:48px}}
@media(max-width:620px){.worker-document-vault .worker-doc-grid{grid-template-columns:1fr}.worker-calendar-toolbar{grid-template-columns:34px minmax(0,1fr) 34px}.worker-calendar-toolbar input{grid-column:1/-1;width:100%}.worker-calendar-day{min-height:42px;padding:5px;border-radius:10px}.worker-calendar-day>span{font-size:9px}.worker-calendar-week span{font-size:7px}.worker-day-summary{grid-template-columns:1fr 1fr}.worker-day-summary>div:last-child{grid-column:1/-1}.worker-side-copy>strong{font-size:15px}}
.worker-side-avatar .photo-initials{position:static!important;inset:auto!important;border:0!important;background:transparent!important;border-radius:0!important;color:#fff!important;right:auto!important;bottom:auto!important;z-index:0!important;font-size:22px!important}

/* v5.23 — clear KYC final-decision feedback */
.identity-decision-feedback{display:none;margin-top:10px;padding:10px 12px;border-radius:10px;font-size:10px;font-weight:800;line-height:1.4}
.identity-decision-feedback.working{display:block;background:#eef6ff;color:#155d96;border:1px solid #cfe3f4}
.identity-decision-feedback.success{display:block;background:#eaf9f1;color:#08794d;border:1px solid #c7ecd9}
.identity-decision-feedback.error{display:block;background:#fff0f0;color:#aa3f3f;border:1px solid #f0cccc}
.decision-approve:disabled,.decision-reject:disabled,.review-doc-actions button:disabled{opacity:.6;cursor:not-allowed}


/* ===== PayByDay v5.24 — Payments + Standard Worker ID ===== */
.worker-id-section{margin-top:16px;overflow:hidden}.worker-id-section .worker-card-head{align-items:flex-start}.worker-id-download{white-space:nowrap}.worker-id-preview{width:min(100%,720px);aspect-ratio:85.6/53.98;margin:18px auto 2px;border-radius:24px;background:linear-gradient(145deg,#f9fcff,#eef7fb);border:1px solid #dbe8f0;box-shadow:0 20px 48px rgba(11,49,85,.14);padding:22px 26px 17px;display:flex;flex-direction:column;overflow:hidden;position:relative}.worker-id-preview:before{content:"";position:absolute;inset:0 0 auto;height:76px;background:#0b3155;z-index:0}.worker-id-preview:after{content:"";position:absolute;left:0;right:0;top:76px;height:5px;background:#ff7a00}.worker-id-top,.worker-id-main,.worker-id-barcode{position:relative;z-index:1}.worker-id-top{height:58px;display:flex;align-items:center;justify-content:space-between}.worker-id-top img{width:155px;max-height:52px;object-fit:contain;filter:brightness(0) invert(1)}.worker-id-top span{font-size:10px;letter-spacing:.12em;color:#b9efd9;font-weight:950}.worker-id-main{display:grid;grid-template-columns:128px minmax(0,1fr) 98px;gap:18px;align-items:center;flex:1;padding-top:20px}.worker-id-photo{width:128px;height:154px;border-radius:20px;overflow:hidden;background:#ff8b1d;color:#fff;font-size:34px;font-weight:950;display:grid;place-items:center;position:relative}.worker-id-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.worker-id-copy{min-width:0}.worker-id-copy>small{font-size:8px;letter-spacing:.12em;font-weight:900;color:#6f879b}.worker-id-copy h4{margin:4px 0 2px;color:#0b3155;font-size:23px;line-height:1.05}.worker-id-copy>b{display:block;color:#f27612;font-size:12px;letter-spacing:.08em;margin-bottom:10px}.worker-id-copy p{margin:6px 0;color:#0b3155;font-size:11px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.worker-id-copy p span{display:block;color:#8194a5;font-size:7px;letter-spacing:.06em;text-transform:uppercase}.worker-id-qr{width:92px;height:92px;background:#fff;border-radius:12px;padding:5px;border:1px solid #dce8f0}.worker-id-barcode{width:68%;height:48px;margin:4px 0 0;align-self:flex-start}
.worker-payment-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:16px;margin:16px 0}.worker-payment-request,.worker-payment-history{min-height:100%}.payment-request-list{display:grid;gap:9px}.payment-request-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:12px;border:1px solid #e2ebf2;border-radius:15px;background:#fbfdff}.payment-request-row b,.payment-request-row small{display:block}.payment-request-row b{font-size:12px;color:#0b3155}.payment-request-row small{font-size:9px;color:#7b91a2;margin-top:3px}.payment-request-row .pbtn{min-height:34px;padding:7px 10px}.field.hidden{display:none}
.admin-payment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.admin-payment-card{background:#fff;border:1px solid #e1eaf1;border-radius:22px;padding:18px;box-shadow:0 12px 32px rgba(11,49,85,.07)}.admin-payment-person{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:11px;align-items:center}.admin-payment-person h3{margin:0;color:#0b3155;font-size:16px}.admin-payment-person p{margin:3px 0 0;color:#74899b;font-size:9px}.admin-payment-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0}.admin-payment-meta>div{background:#f5f9fc;border-radius:12px;padding:10px}.admin-payment-meta small,.admin-payment-meta strong{display:block}.admin-payment-meta small{font-size:8px;color:#8296a7}.admin-payment-meta strong{font-size:11px;color:#103653;margin-top:3px;overflow-wrap:anywhere}.admin-payment-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.admin-payment-actions input{border:1px solid #d9e5ed;border-radius:10px;padding:9px 11px;min-width:0}.admin-payment-foot{display:flex;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid #edf2f6;font-size:9px;color:#748a9b}.admin-payment-foot b{color:#0a8657}
@media(max-width:980px){.worker-payment-grid{grid-template-columns:1fr}.admin-payment-list{grid-template-columns:1fr}.worker-id-preview{max-width:650px}}@media(max-width:620px){.worker-id-section .worker-card-head{display:grid;gap:10px}.worker-id-download{width:100%}.worker-id-preview{border-radius:15px;padding:13px 15px 10px}.worker-id-preview:before{height:50px}.worker-id-preview:after{top:50px;height:3px}.worker-id-top{height:37px}.worker-id-top img{width:100px}.worker-id-top span{font-size:6px}.worker-id-main{grid-template-columns:74px minmax(0,1fr) 58px;gap:9px;padding-top:12px}.worker-id-photo{width:74px;height:91px;border-radius:12px;font-size:22px}.worker-id-copy>small{font-size:5px}.worker-id-copy h4{font-size:14px}.worker-id-copy>b{font-size:7px;margin-bottom:4px}.worker-id-copy p{font-size:7px;margin:3px 0}.worker-id-copy p span{font-size:5px}.worker-id-qr{width:55px;height:55px;border-radius:7px;padding:3px}.worker-id-barcode{height:30px;margin-top:2px}.payment-request-row{grid-template-columns:1fr auto}.payment-request-row .pbtn{grid-column:1/-1}.admin-payment-actions{grid-template-columns:1fr 1fr}.admin-payment-actions input{grid-column:1/-1}}

/* ===== PayByDay v5.26 — Mobile worker navigation carousel ===== */
.worker-mobile-nav-wrap{display:contents}
.worker-nav-scroll{display:none}
@media(max-width:900px){
  .worker-side{overflow:hidden}
  .worker-mobile-nav-wrap{grid-column:1/-1;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:7px;min-width:0;width:100%;position:relative;z-index:2}
  .worker-mobile-nav-wrap .portal-nav{grid-column:auto;min-width:0!important;width:100%;max-width:100%;display:flex;gap:7px;overflow-x:auto!important;overflow-y:hidden;padding:4px 1px 7px;scroll-behavior:smooth;scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:thin;scrollbar-color:rgba(80,181,255,.75) rgba(255,255,255,.08)}
  .worker-mobile-nav-wrap .portal-nav::-webkit-scrollbar{height:5px}
  .worker-mobile-nav-wrap .portal-nav::-webkit-scrollbar-track{background:rgba(255,255,255,.07);border-radius:999px}
  .worker-mobile-nav-wrap .portal-nav::-webkit-scrollbar-thumb{background:rgba(80,181,255,.78);border-radius:999px}
  .worker-mobile-nav-wrap .portal-nav button{flex:0 0 auto;min-width:max-content;scroll-snap-align:start}
  .worker-nav-scroll{display:grid;place-items:center;width:34px;height:42px;border:1px solid rgba(101,190,255,.38);border-radius:11px;background:rgba(255,255,255,.08);color:#fff;font-size:27px;line-height:1;cursor:pointer;box-shadow:0 7px 16px rgba(0,0,0,.1)}
  .worker-nav-scroll:active{transform:scale(.96)}
  .worker-nav-scroll:disabled{opacity:.28;cursor:default;box-shadow:none}
}
@media(max-width:520px){
  .worker-side{padding-left:10px;padding-right:10px}
  .worker-side-brand{margin-left:-10px;margin-right:-10px;padding-left:18px}
  .worker-mobile-nav-wrap{grid-template-columns:31px minmax(0,1fr) 31px;gap:5px}
  .worker-nav-scroll{width:31px;height:40px;border-radius:10px;font-size:24px}
  .worker-mobile-nav-wrap .portal-nav button{min-height:44px;padding:7px 9px;font-size:12px}
}

/* v5.27 Employer model */
.employer-type-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 16px}.employer-type-strip>span{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #dbe7f0;border-radius:16px;background:linear-gradient(135deg,#fff,#f5fbff)}.employer-type-strip small{display:block;color:#7e91a4;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.employer-type-strip b{color:#0d3a60;font-size:13px;text-align:right}.employer-definition-note{display:grid;grid-template-columns:180px 1fr;gap:8px 14px;margin-top:16px;padding:16px;border:1px solid #dce8f1;border-radius:16px;background:#f7fbfe}.employer-definition-note b{color:#0b3d66;font-size:12px}.employer-definition-note span{color:#6f8497;font-size:11px;line-height:1.5}.employer-admin-tags{display:flex;flex-wrap:wrap;gap:6px;margin:-2px 0 11px}.employer-admin-tags span{padding:6px 8px;border-radius:999px;background:#eef7ff;color:#17547f;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.employer-admin-tags span:last-child{background:#fff2e7;color:#b85c12}.employer-profile-panel{max-width:900px}
@media(max-width:680px){.employer-type-strip{grid-template-columns:1fr}.employer-type-strip>span{align-items:flex-start;flex-direction:column}.employer-type-strip b{text-align:left}.employer-definition-note{grid-template-columns:1fr;gap:5px}.employer-definition-note span{margin-bottom:8px}}

/* ===== PayByDay v5.28 — Employer Experience ===== */
body.employer-gateway-active,body.employer-active{background:linear-gradient(180deg,#f7fbff 0%,#eef5fb 100%);overflow-x:hidden}
body.employer-gateway-active .portal-wrap{width:min(1460px,94%);margin:26px auto 54px}
body.employer-gateway-active .portal-top-inner,body.employer-active .portal-top-inner{width:min(1540px,96%)}
.employer-kicker{display:block;color:#ff7610;font-size:10px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}

/* Employer login welcome */
.employer-gateway{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.78fr);min-height:680px;border:1px solid #dce8f1;border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 28px 70px rgba(9,48,82,.13)}
.employer-gateway-visual{position:relative;isolation:isolate;overflow:hidden;padding:34px 40px;color:#fff;background:linear-gradient(145deg,#07345d 0%,#09526e 58%,#08795c 115%)}
.employer-gateway-visual:before{content:"";position:absolute;right:-155px;top:-150px;width:520px;height:520px;border:76px solid rgba(82,190,255,.09);border-radius:50%;z-index:-1}
.employer-gateway-visual:after{content:"";position:absolute;left:-90px;bottom:-180px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(24,220,147,.15),rgba(24,220,147,0) 70%);z-index:-1}
.employer-gateway-brand{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.14)}
.employer-gateway-brand img{width:215px;filter:brightness(0) invert(1)}
.employer-gateway-brand span{font-size:9px;font-weight:900;letter-spacing:.2em;color:#a8d6ef}
.employer-welcome-copy{max-width:720px;padding:62px 0 30px}.employer-welcome-copy .employer-kicker{color:#65dcff}
.employer-welcome-copy h1{margin:10px 0 16px;font-size:48px;line-height:1.03;letter-spacing:-.045em}.employer-welcome-copy h1 em{font-style:normal;color:#73e5b1}
.employer-welcome-copy p{max-width:630px;margin:0;color:#d5e8f4;font-size:16px;line-height:1.68}
.employer-mode-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.employer-mode-cards article{position:relative;padding:20px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(255,255,255,.075);backdrop-filter:blur(7px)}
.employer-mode-cards b{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#ff7a12;font-size:11px}.employer-mode-cards span,.employer-mode-cards small{display:block}.employer-mode-cards span{margin-top:17px;font-size:18px;font-weight:900}.employer-mode-cards small{margin-top:5px;color:#bfd7e7;font-size:11px;line-height:1.55}
.employer-entity-line{display:flex;align-items:center;gap:10px;margin-top:20px;color:#bad5e7;font-size:9px;font-weight:850;letter-spacing:.04em}.employer-entity-line i{flex:1;height:1px;background:rgba(255,255,255,.16)}
.employer-trust-note{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;margin-top:28px;padding:14px 16px;border:1px solid rgba(115,229,177,.22);border-radius:17px;background:rgba(6,37,62,.32)}.employer-trust-note>span{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:rgba(78,229,166,.14);color:#65e3ac}.employer-trust-note svg{width:24px}.employer-trust-note p{margin:0}.employer-trust-note b,.employer-trust-note small{display:block}.employer-trust-note b{font-size:12px}.employer-trust-note small{margin-top:3px;color:#bcd5e6;font-size:9px;line-height:1.45}
.employer-login-main{display:grid;place-items:center;padding:42px;background:linear-gradient(180deg,#fff,#f8fbfe)}
.employer-login-card{width:min(440px,100%)}.employer-login-card h2{margin:9px 0 6px;color:#0b3155;font-size:38px;letter-spacing:-.04em}.employer-login-lead{margin:0 0 24px;color:#6f8498;font-size:14px}.employer-login-fields{display:grid;gap:14px}.employer-login-fields .field input{min-height:52px;border-radius:14px;background:#f9fbfd}
.employer-login-submit,.employer-create-link{width:100%;min-height:54px;border-radius:14px;font-weight:900}.employer-login-submit{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:0 18px;border:0;background:linear-gradient(90deg,#ff7110,#ff902d);color:#fff;box-shadow:0 12px 26px rgba(255,122,18,.22)}.employer-login-submit span{font-size:19px}.employer-login-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#95a6b5;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.employer-login-divider:before,.employer-login-divider:after{content:"";flex:1;height:1px;background:#e1e9f0}.employer-create-link{display:flex;align-items:center;justify-content:space-between;padding:0 17px;border:1px solid #d5e3ee;background:#fff;color:#0c416d}.employer-login-foot{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:19px;color:#73899c}.employer-login-foot svg{width:15px;color:#0aa467}.employer-login-foot small{font-size:9px}

/* Employer 3-step registration */
.employer-registration-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:22px;align-items:start;max-width:1320px;margin:auto}.employer-registration-story{position:sticky;top:96px;min-height:720px;padding:26px;border-radius:28px;overflow:hidden;color:#fff;background:linear-gradient(160deg,#07345d,#084d67 60%,#08705b);box-shadow:0 24px 58px rgba(7,43,74,.18)}
.employer-registration-story:after{content:"";position:absolute;right:-95px;bottom:-120px;width:330px;height:330px;border:52px solid rgba(50,209,155,.08);border-radius:50%}.employer-back-login{position:relative;z-index:1;padding:0;border:0;background:transparent;color:#b9d6e9;font-size:10px;font-weight:850}.employer-reg-story-brand{position:relative;z-index:1;margin:30px 0 34px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.13)}.employer-reg-story-brand img{width:205px;filter:brightness(0) invert(1)}.employer-reg-story-brand span{display:block;margin-top:8px;color:#89c9ef;font-size:8px;font-weight:900;letter-spacing:.2em}.employer-registration-story h1{position:relative;z-index:1;margin:0 0 10px;font-size:30px;line-height:1.08;letter-spacing:-.035em}.employer-registration-story>p{position:relative;z-index:1;margin:0;color:#c5dce9;font-size:12px;line-height:1.6}
.employer-reg-story-rail{position:relative;z-index:1;margin-top:30px}.employer-reg-story-rail>div{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;opacity:.5;transition:.2s}.employer-reg-story-rail>div.active,.employer-reg-story-rail>div.done{opacity:1}.employer-reg-story-rail>div>b{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:rgba(255,255,255,.09);font-size:10px}.employer-reg-story-rail>div.active>b{background:#ff7a12}.employer-reg-story-rail>div.done>b{background:#0aa467}.employer-reg-story-rail strong,.employer-reg-story-rail small{display:block}.employer-reg-story-rail strong{font-size:12px}.employer-reg-story-rail small{margin-top:3px;color:#bad2e2;font-size:9px}.employer-reg-story-rail>i{display:block;width:1px;height:24px;margin:4px 0 4px 20px;background:rgba(255,255,255,.17)}
.employer-reg-assurance{position:relative;z-index:1;display:grid;grid-template-columns:40px 1fr;gap:10px;align-items:center;margin-top:28px;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.05)}.employer-reg-assurance>span{width:38px;height:38px;border-radius:12px;background:rgba(44,222,152,.13);display:grid;place-items:center;color:#5ae4aa}.employer-reg-assurance svg{width:21px}.employer-reg-assurance p{margin:0}.employer-reg-assurance b,.employer-reg-assurance small{display:block}.employer-reg-assurance b{font-size:10px}.employer-reg-assurance small{margin-top:3px;color:#bdd4e2;font-size:8px;line-height:1.4}
.employer-registration-main{min-width:0}.employer-reg-progress{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:9px;margin-bottom:14px;padding:11px 14px;border:1px solid #dce7ef;border-radius:18px;background:#fff}.employer-reg-progress>div{display:flex;align-items:center;gap:7px;color:#8093a4}.employer-reg-progress b{width:30px;height:30px;border-radius:10px;background:#edf2f6;display:grid;place-items:center;font-size:10px}.employer-reg-progress span{font-size:10px;font-weight:850}.employer-reg-progress i{height:2px;background:#e5edf3;border-radius:9px}.employer-reg-progress>div.active{color:#b55a0b}.employer-reg-progress>div.active b{background:#ff7a12;color:#fff}.employer-reg-progress>div.done{color:#087b50}.employer-reg-progress>div.done b{background:#0aa467;color:#fff}
#employerRegistrationForm{padding:28px;border:1px solid #dce7ef;border-radius:28px;background:#fff;box-shadow:0 18px 46px rgba(13,49,88,.08)}.employer-reg-stage{display:none}.employer-reg-stage.active{display:block;animation:employerStageIn .22s ease}@keyframes employerStageIn{from{opacity:.25;transform:translateY(7px)}to{opacity:1;transform:none}}.employer-reg-stage h2{margin:7px 0 7px;color:#0b3155;font-size:34px;letter-spacing:-.04em}.employer-reg-lead{margin:0 0 22px;color:#71869a;font-size:13px;line-height:1.55}.employer-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.employer-form-grid .field input,.employer-form-grid .field select,.employer-form-grid .field textarea{min-height:50px;border-radius:14px;background:#fbfdff}.employer-form-grid .field textarea{min-height:105px}.employer-stage-note{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;margin-top:16px;padding:12px 14px;border-radius:15px;background:#fff5eb;border:1px solid #ffe0c1}.employer-stage-note>span{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#ff7a12;color:#fff;font-size:10px;font-weight:900}.employer-stage-note p{margin:0}.employer-stage-note b,.employer-stage-note small{display:block}.employer-stage-note b{color:#743908;font-size:11px}.employer-stage-note small{margin-top:3px;color:#9e6f47;font-size:9px}.employer-stage-note.blue{background:#eff8ff;border-color:#cfe7fa}.employer-stage-note.blue>span{background:#167ecb}.employer-stage-note.blue b{color:#174d76}.employer-stage-note.blue small{color:#668aa4}.employer-reg-actions{display:flex;justify-content:space-between;gap:10px;margin-top:22px}.employer-reg-actions.right-only{justify-content:flex-end}.employer-reg-actions .pbtn{min-width:190px}
.employer-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.employer-proof-upload{cursor:pointer;min-height:190px;padding:24px;border:2px dashed #c5d6e2;border-radius:22px;display:grid;place-items:center;text-align:center;background:linear-gradient(180deg,#fbfdff,#f3f8fc);transition:.2s}.employer-proof-upload:hover,.employer-proof-upload.has-file{transform:translateY(-2px);border-color:#1c8bd9;background:#f4fbff}.employer-proof-upload.has-file{border-color:#0aa467;background:#f1fbf6}.employer-proof-upload input{display:none}.proof-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#0d3158,#177fc7);color:#fff;font-size:23px}.video-proof .proof-icon{background:linear-gradient(145deg,#ff6f0c,#ff9c3e)}.employer-proof-upload strong{margin-top:9px;color:#0d3158;font-size:16px}.employer-proof-upload small{color:#7890a3;font-size:10px}.employer-proof-upload em{font-style:normal;color:#1b76b6;font-size:9px;font-weight:850;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employer-proof-upload.has-file em{color:#0a8657}
.employer-location-proof{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin-top:17px;padding:18px;border:1px solid #d9e7f0;border-radius:20px;background:linear-gradient(135deg,#f8fbfe,#eff8ff)}.employer-location-copy{display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:center}.employer-location-copy>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#0d3158;color:#fff}.employer-location-copy svg{width:24px}.employer-location-copy small{display:block;color:#3282ba;font-size:8px;font-weight:900;letter-spacing:.12em}.employer-location-copy h3{margin:4px 0 2px;color:#0d3158;font-size:16px}.employer-location-copy p{margin:0;color:#70889c;font-size:9px}.employer-location-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.employer-manual-location{grid-column:1/-1;padding:14px;border:1px dashed #b9d1e2;border-radius:16px;background:#fff}.employer-manual-location label{display:block;color:#174d76;font-size:9px;font-weight:900}.employer-manual-location textarea{width:100%;min-height:78px;margin-top:7px;padding:11px 12px;border:1px solid #d2e0ea;border-radius:12px;background:#fbfdff;color:#0d3158;font:inherit;resize:vertical}.employer-manual-location>div{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.employer-manual-location>small{display:block;margin-top:8px;color:#8396a5;font-size:8px}.employer-project-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:10px}.employer-project-facts span{padding:8px;border-radius:11px;background:#f4f8fb}.employer-project-facts small,.employer-project-facts b{display:block}.employer-project-facts small{color:#8295a4;font-size:6px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.employer-project-facts b{margin-top:3px;color:#123f62;font-size:8px}.manual-map-note{color:#167f63!important;font-weight:800}.employer-location-mini .employer-location-actions{display:grid;grid-template-columns:1fr 1fr}.employer-location-mini .employer-location-actions .pbtn{width:100%}.employer-map-preview{grid-column:1/-1;overflow:hidden;border:1px solid #d5e2ec;border-radius:16px;background:#fff}.employer-map-preview iframe{width:100%;height:220px;border:0;display:block}.employer-map-preview a{display:block;padding:10px 12px;color:#0b65a5;font-size:10px;font-weight:850;text-align:right}.employer-consent{display:flex;gap:10px;align-items:flex-start;margin-top:15px;padding:12px;border-radius:14px;background:#f6f9fc;color:#5e758a;font-size:10px;line-height:1.5}.employer-consent input{margin-top:2px;accent-color:#0aa467}

/* Employer dashboard shell */
body.employer-active .portal-wrap{width:min(1540px,96%);margin:0 auto 36px}.employer-shell{grid-template-columns:270px minmax(0,1fr);gap:0;min-height:calc(100vh - 74px);align-items:stretch}.employer-side{position:sticky;top:74px;min-height:calc(100vh - 74px);border-radius:0;padding:0 18px 22px;background:linear-gradient(180deg,#07345d,#082d4e 58%,#073c4d);box-shadow:none;display:flex;flex-direction:column;overflow:hidden}.employer-side:after{content:"";position:absolute;right:-85px;bottom:-70px;width:250px;height:250px;border:42px solid rgba(41,215,154,.06);border-radius:50%;pointer-events:none}.employer-side-brand{position:relative;z-index:1;height:92px;display:flex;align-items:center;margin:0 -18px;padding:12px 19px;border-bottom:1px solid rgba(255,255,255,.1)}.employer-side-brand img{width:205px;filter:brightness(0) invert(1)}.employer-side-identity{position:relative;z-index:1;padding:20px 8px 17px;border-bottom:1px solid rgba(255,255,255,.1)}.employer-side-identity small,.employer-side-identity strong,.employer-side-identity span{display:block}.employer-side-identity small{color:#7ec7ef;font-size:9px;font-weight:900;letter-spacing:.12em}.employer-side-identity strong{margin:5px 0;font-size:18px;line-height:1.2}.employer-side-identity span{color:#a8c7db;font-size:9px}.employer-side .portal-nav{position:relative;z-index:1;margin-top:14px;gap:7px}.employer-side .portal-nav button{min-height:51px;display:grid;grid-template-columns:28px 1fr 16px;align-items:center;gap:9px;border:1px solid transparent;padding:9px 11px;color:#c6dce9}.employer-side .portal-nav button:hover{background:rgba(255,255,255,.07);transform:translateX(2px)}.employer-side .portal-nav button.active{background:linear-gradient(90deg,rgba(22,132,208,.34),rgba(32,105,154,.18));border-color:#278cd1;color:#fff;box-shadow:inset 3px 0 #49b8ff}.employer-side .nav-ico{width:26px;height:26px;display:grid;place-items:center}.employer-side .nav-ico svg{width:20px}.employer-side .nav-arrow{font-size:20px;color:#6e9abb}.employer-side-vision{position:relative;z-index:1;margin-top:auto;padding:17px;border:1px solid rgba(80,222,167,.2);border-radius:18px;background:linear-gradient(145deg,rgba(8,113,83,.5),rgba(255,255,255,.04))}.employer-side-vision span,.employer-side-vision strong,.employer-side-vision small{display:block}.employer-side-vision span{color:#55e0a9;font-size:8px;font-weight:900;letter-spacing:.13em}.employer-side-vision strong{margin:7px 0;font-size:14px;line-height:1.25}.employer-side-vision small{color:#a9c7d8;font-size:9px;line-height:1.45}.employer-shell .portal-main{padding:28px 30px 40px;min-width:0}
.employer-page-hero{position:relative;overflow:hidden;min-height:155px;display:grid;grid-template-columns:58px minmax(0,1fr) minmax(220px,300px);gap:17px;align-items:center;margin-bottom:16px;padding:23px 26px;border-radius:26px;color:#fff;background:linear-gradient(125deg,#0b3155,#0a5676);box-shadow:0 16px 40px rgba(11,49,85,.13)}.employer-page-hero:after{content:"";position:absolute;right:18%;top:-95px;width:300px;height:300px;border:55px solid rgba(255,255,255,.04);border-radius:50%}.employer-page-hero.orange{background:linear-gradient(125deg,#0b3155,#8a4a16)}.employer-page-hero.green{background:linear-gradient(125deg,#0b3155,#08735c)}.employer-page-hero.violet{background:linear-gradient(125deg,#0b3155,#4d448c)}.employer-page-icon{position:relative;z-index:1;width:56px;height:56px;border-radius:17px;display:grid;place-items:center;background:rgba(255,255,255,.12);color:#64d7ff}.employer-page-hero.orange .employer-page-icon{color:#ffab62}.employer-page-hero.green .employer-page-icon{color:#5ee3ad}.employer-page-hero.violet .employer-page-icon{color:#c1b5ff}.employer-page-icon svg{width:28px}.employer-page-hero>div:nth-child(2){position:relative;z-index:1}.employer-page-hero>div:nth-child(2)>span{font-size:9px;font-weight:950;letter-spacing:.13em;color:#9fd7f4}.employer-page-hero h1{margin:6px 0 4px;font-size:32px;letter-spacing:-.035em}.employer-page-hero p{margin:0;color:#c5dbe9;font-size:12px;line-height:1.55}.employer-page-hero aside{position:relative;z-index:1;padding:14px 15px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.06)}.employer-page-hero aside small,.employer-page-hero aside b{display:block}.employer-page-hero aside small{color:#86caee;font-size:7px;font-weight:900;letter-spacing:.11em}.employer-page-hero aside b{margin-top:5px;font-size:10px;line-height:1.5}
.employer-type-strip{margin-bottom:14px}.employer-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.employer-metric{min-height:106px;display:grid;grid-template-columns:48px 1fr;gap:11px;align-items:center;padding:15px;border:1px solid #dfe9f0;border-radius:20px;background:#fff;box-shadow:0 9px 25px rgba(11,49,85,.05)}.employer-metric>span{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#eaf6ff;color:#1680cb}.employer-metric.orange>span{background:#fff2e8;color:#ef7618}.employer-metric.green>span{background:#eaf9f2;color:#0aa467}.employer-metric.violet>span{background:#f1edff;color:#7252cf}.employer-metric svg{width:23px}.employer-metric small,.employer-metric strong,.employer-metric p{display:block}.employer-metric small{color:#7790a3;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.employer-metric strong{margin:3px 0;color:#0b3155;font-size:26px}.employer-metric p{margin:0;color:#8ba0b0;font-size:8px}
.employer-panel,.employer-command-card,.employer-trust-card{background:#fff;border:1px solid #dfe8ef;border-radius:23px;padding:20px;box-shadow:0 10px 32px rgba(11,49,85,.055);margin-bottom:16px}.employer-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px}.employer-section-head>div>span{display:block;color:#2c7daf;font-size:8px;font-weight:950;letter-spacing:.12em}.employer-section-head h2{margin:4px 0 0;color:#0b3155;font-size:21px}.employer-section-head>p{margin:0;color:#8397a8;font-size:9px}.employer-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.72fr);gap:16px}.employer-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.employer-action-grid button{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 22px;gap:10px;align-items:center;text-align:left;padding:13px;border:1px solid #e0e9f0;border-radius:16px;background:#fbfdff;color:#0d3158}.employer-action-grid button:hover{border-color:#9dcae8;background:#f6fbff;transform:translateY(-1px)}.employer-action-grid button>span{grid-row:1/3;width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#eaf5ff;color:#167dcc}.employer-action-grid button svg{width:21px}.employer-action-grid b{font-size:11px}.employer-action-grid small{color:#8296a7;font-size:8px}.employer-action-grid i{grid-column:3;grid-row:1/3;font-style:normal;color:#6b91ad;font-size:18px}.employer-trust-card{background:linear-gradient(155deg,#0b3155,#0a5266);color:#fff}.employer-trust-card .employer-kicker{color:#63e0ad}.employer-trust-card h2{margin:7px 0 17px;font-size:21px}.employer-trust-steps{display:grid;gap:10px}.employer-trust-steps>div{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;opacity:.56}.employer-trust-steps>div.done{opacity:1}.employer-trust-steps>div>b{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.12);font-size:9px}.employer-trust-steps>div.done>b{background:#0aa467}.employer-trust-steps p{margin:0}.employer-trust-steps strong,.employer-trust-steps small{display:block}.employer-trust-steps strong{font-size:10px}.employer-trust-steps small{margin-top:2px;color:#b9d2e1;font-size:8px}
.employer-demand-list{display:grid;gap:8px}.employer-demand-list article{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid #e5edf3;border-radius:15px;background:#fbfdff}.employer-demand-orb{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#eaf5ff;color:#126da9;font-weight:950}.employer-demand-list b,.employer-demand-list small{display:block}.employer-demand-list b{color:#133b5d;font-size:10px}.employer-demand-list small{margin-top:3px;color:#7d93a4;font-size:8px}.employer-empty{text-align:center;padding:34px 18px;border:1px dashed #d5e3ec;border-radius:18px;background:#fbfdff}.employer-empty>span{width:52px;height:52px;margin:auto;border-radius:16px;background:#eaf5ff;color:#187ec8;display:grid;place-items:center}.employer-empty svg{width:25px}.employer-empty h3{margin:10px 0 4px;color:#0b3155}.employer-empty p{margin:0 auto 13px;max-width:430px;color:#7a90a3;font-size:10px;line-height:1.5}.employer-empty.compact{padding:25px}
.employer-profile-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px}.employer-profile-summary{position:relative;overflow:hidden;min-height:410px;padding:24px;border-radius:23px;color:#fff;background:linear-gradient(155deg,#0b3155,#51478d)}.employer-profile-summary:after{content:"";position:absolute;right:-90px;bottom:-100px;width:260px;height:260px;border:42px solid rgba(255,255,255,.05);border-radius:50%}.employer-profile-mark{position:relative;z-index:1;width:72px;height:72px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,#ff7a12,#ffad55);font-size:30px;font-weight:950}.employer-profile-summary>small{position:relative;z-index:1;display:block;margin-top:18px;color:#b6cde0;font-size:8px;font-weight:900;letter-spacing:.12em}.employer-profile-summary h2{position:relative;z-index:1;margin:5px 0;color:#fff;font-size:24px}.employer-profile-summary>p{position:relative;z-index:1;margin:0 0 12px;color:#cadbe8;font-size:11px}.employer-profile-summary>.badge{position:relative;z-index:1}.employer-profile-tags{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:6px;margin-top:20px}.employer-profile-tags span{padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.1);font-size:8px;font-weight:850}.employer-profile-place{position:relative;z-index:1;display:flex;align-items:center;gap:8px;margin-top:22px;padding-top:17px;border-top:1px solid rgba(255,255,255,.12);color:#c9dbe7;font-size:9px}.employer-profile-place svg{width:17px}.employer-profile-form{margin:0}
.employer-site-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.employer-site-card{overflow:hidden;border:1px solid #dce7ef;border-radius:20px;background:#fff}.employer-site-photo{height:155px;background:#eaf3f9;overflow:hidden}.employer-site-photo img{width:100%;height:100%;object-fit:cover}.employer-site-photo.empty-photo{display:grid;place-items:center;background:linear-gradient(135deg,#edf7ff,#eaf9f1);color:#1780c8}.employer-site-photo.empty-photo svg{width:38px}.employer-site-card-body{padding:15px}.employer-site-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.employer-site-top>span:first-child{color:#718aa0;font-size:7px;font-weight:900;letter-spacing:.11em}.employer-site-card h3{margin:7px 0 4px;color:#0b3155;font-size:18px}.employer-site-card p{margin:0;color:#346183;font-size:9px;font-weight:800}.employer-site-card-body>small{display:block;margin-top:5px;color:#8396a5;font-size:8px;line-height:1.4}.employer-site-proof-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.employer-site-proof-row span{padding:5px 7px;border-radius:999px;background:#f1f4f7;color:#8a99a6;font-size:7px;font-weight:850}.employer-site-proof-row span.ok{background:#e9f9f1;color:#087d50}.employer-site-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.employer-add-site{margin-top:16px}.employer-site-proof-mini{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.employer-site-proof-mini>label{padding:12px;border:1px dashed #c9d8e3;border-radius:14px;background:#f9fcfe}.employer-site-proof-mini>label span{display:block;margin-bottom:7px;color:#164b71;font-size:9px;font-weight:900}.employer-site-proof-mini input{width:100%;font-size:9px}.employer-location-mini{grid-column:1/-1;padding:12px;border:1px solid #dce7ef;border-radius:15px;background:#f4f9fd}.employer-location-mini>.pbtn{width:100%}
.employer-requirement-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:16px}.employer-requirement-cards{display:grid;gap:9px}.employer-requirement-cards>article{padding:13px;border:1px solid #e1eaf1;border-radius:16px;background:#fbfdff}.employer-requirement-cards>article>div{display:flex;align-items:center;justify-content:space-between}.employer-requirement-cards>article>div>span:first-child{font-size:7px;font-weight:900;letter-spacing:.1em;color:#7790a4}.employer-requirement-cards h3{margin:8px 0 5px;color:#0b3155;font-size:16px}.employer-requirement-cards p{margin:0;color:#52718a;font-size:9px}.employer-requirement-cards p b{color:#ff7610;font-size:13px}.employer-requirement-cards small{display:block;margin-top:5px;color:#899ba9;font-size:8px}.employer-requirement-form{margin:0}
.employer-loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:180px;color:#668095}.employer-loading span{width:44px;height:44px;border-radius:14px;background:#eaf5ff;color:#167dcc;display:grid;place-items:center}.employer-loading svg{width:23px}.employer-assignment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.employer-assignment-grid>article{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px;border:1px solid #e0e9f0;border-radius:17px;background:#fbfdff}.employer-assignment-photo{position:relative;width:62px;height:62px;border-radius:17px;overflow:hidden;background:#ff871b;color:#fff;display:grid;place-items:center;font-weight:950}.employer-assignment-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.employer-assignment-copy>span{font-size:7px;font-weight:900;letter-spacing:.1em;color:#6f8ca3}.employer-assignment-copy h3{margin:3px 0;color:#0b3155;font-size:15px}.employer-assignment-copy p{margin:0;color:#758ca0;font-size:8px}.employer-assignment-copy>div{display:flex;gap:8px;margin-top:6px}.employer-assignment-copy small{padding:4px 6px;border-radius:7px;background:#eaf4fb;color:#2f688f;font-size:7px;font-weight:850}.employer-assignment-copy b{font-size:8px;color:#0a8657}
.employer-support-layout{display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1fr);gap:16px}.employer-support-intro{position:relative;overflow:hidden;padding:24px;border-radius:23px;color:#fff;background:linear-gradient(150deg,#0b3155,#4f458d)}.employer-support-intro:after{content:"";position:absolute;right:-80px;bottom:-100px;width:250px;height:250px;border:40px solid rgba(255,255,255,.05);border-radius:50%}.employer-support-intro .support-big{position:relative;z-index:1;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.12);color:#c7bcff}.employer-support-intro .support-big svg{width:30px}.employer-support-intro h2,.employer-support-intro p,.employer-support-topics{position:relative;z-index:1}.employer-support-intro h2{margin:18px 0 8px;font-size:24px}.employer-support-intro p{color:#d1d9ea;font-size:11px;line-height:1.55}.employer-support-topics{display:flex;flex-wrap:wrap;gap:6px;margin-top:20px}.employer-support-topics span{padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.1);font-size:8px;font-weight:850}

@media(max-width:1160px){.employer-gateway{grid-template-columns:1fr 430px}.employer-welcome-copy h1{font-size:41px}.employer-registration-layout{grid-template-columns:285px minmax(0,1fr)}.employer-registration-story{padding:22px}.employer-shell{grid-template-columns:230px minmax(0,1fr)}.employer-metrics{grid-template-columns:repeat(2,1fr)}.employer-dashboard-grid{grid-template-columns:1fr}.employer-requirement-layout{grid-template-columns:1fr}.employer-profile-layout{grid-template-columns:250px minmax(0,1fr)}}
@media(max-width:930px){body.employer-gateway-active .portal-wrap{width:94%}.employer-gateway{grid-template-columns:1fr}.employer-gateway-visual{padding:28px}.employer-welcome-copy{padding:35px 0 22px}.employer-login-main{padding:30px}.employer-registration-layout{grid-template-columns:1fr}.employer-registration-story{position:relative;top:auto;min-height:0}.employer-reg-story-rail,.employer-reg-assurance{display:none}.employer-registration-story h1{font-size:25px}.employer-shell{grid-template-columns:1fr;min-height:0}.employer-side{position:static;min-height:auto;border-radius:0;padding:10px 14px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.employer-side-brand{height:auto;margin:0;padding:5px 8px;border:0}.employer-side-brand img{width:168px}.employer-side-identity{display:none}.employer-side .portal-nav{grid-column:1/-1;display:flex;overflow-x:auto;margin:0;padding:3px 0 6px}.employer-side .portal-nav button{min-width:max-content;grid-template-columns:23px auto;padding:8px 10px;min-height:44px}.employer-side .nav-arrow,.employer-side-vision{display:none}.employer-shell .portal-main{padding:18px}.employer-page-hero{grid-template-columns:50px 1fr}.employer-page-hero aside{grid-column:1/-1}.employer-profile-layout{grid-template-columns:1fr}.employer-profile-summary{min-height:0}.employer-site-grid,.employer-assignment-grid{grid-template-columns:1fr}}
@media(max-width:640px){body.employer-gateway-active .portal-top-inner,body.employer-active .portal-top-inner{width:92%}body.employer-gateway-active .portal-wrap{width:100%;margin:0}.employer-gateway{border:0;border-radius:0;box-shadow:none}.employer-gateway-visual{padding:22px 18px}.employer-gateway-brand img{width:180px}.employer-gateway-brand span{display:none}.employer-welcome-copy h1{font-size:34px}.employer-welcome-copy p{font-size:13px}.employer-mode-cards{grid-template-columns:1fr}.employer-entity-line{display:none}.employer-login-main{padding:22px 18px}.employer-login-card h2{font-size:31px}.employer-registration-layout{gap:0}.employer-registration-story{border-radius:0;padding:20px}.employer-registration-main{padding:12px}.employer-reg-progress{grid-template-columns:auto 1fr auto 1fr auto}.employer-reg-progress span{display:none}#employerRegistrationForm{padding:20px 15px;border-radius:21px}.employer-reg-stage h2{font-size:28px}.employer-form-grid{grid-template-columns:1fr}.employer-proof-grid{grid-template-columns:1fr}.employer-location-proof{grid-template-columns:1fr}.employer-location-actions{justify-content:stretch}.employer-location-actions .pbtn{width:100%}.employer-location-mini .employer-location-actions{grid-template-columns:1fr}.employer-project-facts{grid-template-columns:1fr 1fr 1fr}.employer-reg-actions{display:grid;grid-template-columns:1fr}.employer-reg-actions .pbtn{width:100%;min-width:0}.employer-shell .portal-main{padding:13px 11px 28px}.employer-page-hero{grid-template-columns:1fr;padding:18px;border-radius:20px}.employer-page-icon{display:none}.employer-page-hero h1{font-size:26px}.employer-page-hero aside{padding:11px}.employer-metrics{grid-template-columns:1fr 1fr;gap:8px}.employer-metric{grid-template-columns:38px 1fr;min-height:90px;padding:11px}.employer-metric>span{width:37px;height:37px}.employer-metric strong{font-size:20px}.employer-panel,.employer-command-card,.employer-trust-card{padding:14px;border-radius:18px}.employer-action-grid{grid-template-columns:1fr}.employer-section-head{align-items:flex-start;flex-direction:column}.employer-site-proof-mini{grid-template-columns:1fr}.employer-support-layout{grid-template-columns:1fr}.employer-assignment-grid>article{grid-template-columns:54px minmax(0,1fr)}.employer-assignment-grid>article>.badge{grid-column:2}.employer-assignment-photo{width:52px;height:52px}.employer-demand-list article{grid-template-columns:37px 1fr}.employer-demand-list article>.badge{grid-column:2}.employer-demand-orb{width:36px;height:36px}.employer-site-photo{height:135px}}

/* v5.30 — friendlier employer onboarding controls */
#employerRegistrationForm .field,#employerRegistrationForm .employer-friendly-field{transition:transform .16s ease}
#employerRegistrationForm .field:focus-within{transform:translateY(-1px)}
#employerRegistrationForm .field:focus-within>label{color:#e96508}
.field-optional-badge{display:inline-flex;align-items:center;margin-left:6px;padding:3px 7px;border-radius:999px;background:#edf7f3;color:#087b50;font-size:8px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle}
.employer-field-hint{display:block;margin-top:6px;color:#7890a3;font-size:9px;line-height:1.45}
.employer-field-hint b{color:#48677f}
.employer-combo-control{display:grid;grid-template-columns:minmax(0,1fr) 145px;align-items:stretch;overflow:hidden;min-height:50px;border:1px solid #d6e2eb;border-radius:14px;background:#fbfdff;box-shadow:0 0 0 0 rgba(255,122,18,0);transition:border-color .16s ease,box-shadow .16s ease}
.employer-combo-control:focus-within{border-color:#ff9a50;box-shadow:0 0 0 3px rgba(255,122,18,.08)}
.employer-combo-control input,.employer-combo-control select{width:100%;min-width:0;min-height:50px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:0!important}
.employer-combo-control select{border-left:1px solid #dfe8ef!important;font-weight:850;color:#0b3155;cursor:pointer}
.employer-combo-control.budget{grid-template-columns:44px minmax(0,1fr) 130px}
.combo-prefix{display:grid;place-items:center;border-right:1px solid #dfe8ef;color:#0b3155;font-size:20px;font-weight:900;background:#f4f9fc}
#employerRegistrationForm .employer-reg-stage[data-reg-stage="1"] .employer-stage-note{background:linear-gradient(135deg,#fff5eb,#fffaf5)}
#employerRegistrationForm .employer-reg-stage[data-reg-stage="2"] .employer-stage-note{background:linear-gradient(135deg,#eef8ff,#f6fbff)}
@media(max-width:640px){.employer-combo-control{grid-template-columns:minmax(0,1fr) 118px}.employer-combo-control.budget{grid-template-columns:40px minmax(0,1fr) 105px}.employer-field-hint{font-size:8.5px}}

/* =========================================================
   v5.31 — SMART EMPLOYER LOGIN + DAILY/REGULAR BRANCHING
   ========================================================= */
body.employer-gateway-active .portal-wrap{margin:18px auto 42px}
.employer-gateway-smart{grid-template-columns:minmax(0,.92fr) minmax(400px,.72fr);min-height:520px;max-width:1120px;margin:0 auto;border-radius:26px}
.employer-gateway-visual-smart{padding:28px 32px}
.employer-gateway-visual-smart:before{width:390px;height:390px;border-width:56px;right:-120px;top:-130px}
.employer-gateway-visual-smart:after{width:300px;height:300px;bottom:-140px}
.employer-welcome-copy-smart{padding:52px 0 28px;max-width:590px}
.employer-welcome-copy-smart h1{margin:10px 0 14px;font-size:43px;line-height:1.04;letter-spacing:-.045em}
.employer-welcome-copy-smart h1 em{font-style:normal;color:#62e1a8}
.employer-welcome-copy-smart p{max-width:540px;margin:0;color:#c6ddea;font-size:14px;line-height:1.65}
.employer-smart-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.employer-smart-points span{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);font-size:9px;font-weight:850;color:#d7eaf3}
.employer-smart-points svg{width:15px;height:15px;color:#58e0a5}
.employer-trust-note-smart{margin-top:24px;padding:12px 13px}
.employer-login-main-smart{padding:30px 34px}
.employer-login-card-smart{width:min(390px,100%)}
.employer-login-card-smart h2{font-size:33px;margin:7px 0 4px}
.employer-login-card-smart .employer-login-lead{margin-bottom:16px}
.employer-login-fields.compact{gap:10px}
.employer-login-fields.compact .field input{min-height:48px}
.employer-login-card-smart .employer-login-submit{min-height:50px;margin-top:12px}
.employer-new-smart{margin-top:18px;padding-top:16px;border-top:1px solid #e5edf3}
.employer-new-smart>div:first-child{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:9px}
.employer-new-smart>div:first-child small{font-size:8px;font-weight:900;letter-spacing:.14em;color:#ff7412}
.employer-new-smart>div:first-child b{font-size:11px;color:#0c416d}
.employer-register-paths{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.employer-register-paths button{display:grid;grid-template-columns:30px 1fr auto;grid-template-rows:auto auto;column-gap:8px;align-items:center;text-align:left;padding:11px;border:1px solid #d9e5ee;border-radius:14px;background:#fff;color:#0b3155;transition:.18s ease;cursor:pointer}
.employer-register-paths button:hover{transform:translateY(-2px);border-color:#9fcce8;box-shadow:0 9px 24px rgba(13,58,94,.09)}
.employer-register-paths button>span{grid-row:1/3;width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:#fff3e8;font-size:16px}
.employer-register-paths button:nth-child(2)>span{background:#eaf6ff}
.employer-register-paths button>b{font-size:10px}.employer-register-paths button>small{font-size:7.5px;color:#788ea0;line-height:1.3}.employer-register-paths button>i{grid-row:1/3;grid-column:3;font-style:normal;font-weight:900;color:#ff7412}
.employer-login-card-smart .employer-login-foot{margin-top:13px}
.employer-mode-pill{display:inline-flex;align-items:center;gap:6px;margin:0 0 18px;padding:7px 10px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.02em}
.employer-mode-pill.daily{background:rgba(255,126,25,.16);color:#ffd0aa;border:1px solid rgba(255,145,62,.22)}
.employer-mode-pill.regular{background:rgba(77,196,255,.14);color:#bce8ff;border:1px solid rgba(103,202,250,.18)}
.employer-mode-switch{display:grid;grid-template-columns:auto 1fr 1fr;gap:8px;align-items:center;margin:0 0 16px;padding:8px;border-radius:14px;background:#f3f7fa;border:1px solid #e1eaf1}
.employer-mode-switch>span{padding:0 7px;color:#74899b;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.employer-mode-switch button{min-height:40px;border:1px solid transparent;border-radius:11px;background:#fff;color:#416078;font-size:10px;font-weight:900;cursor:pointer}
.employer-mode-switch button.active{border-color:#ffc898;background:#fff5ea;color:#ad5208;box-shadow:0 6px 14px rgba(217,101,10,.08)}
.employer-mode-switch button.active:last-child{border-color:#acd9f2;background:#eef8ff;color:#11659b}
.employer-combo-control.daily-budget{grid-template-columns:auto minmax(0,1fr) auto}
.combo-static-unit{align-self:stretch;display:flex;align-items:center;padding:0 15px;border-left:1px solid #dbe6ee;background:#f5f8fb;color:#0b416d;font-size:11px;font-weight:900;border-radius:0 12px 12px 0}
.employer-stage-note.daily-note{background:linear-gradient(135deg,#fff7e9,#fffdf6);border-color:#ffe0a6}
.employer-stage-note.daily-note>span{font-size:18px;background:#ff8a15}
.employer-choice-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.employer-choice-cards label{position:relative;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;padding:12px;border:1px solid #dbe6ee;border-radius:15px;background:#fbfdff;cursor:pointer;transition:.18s ease}
.employer-choice-cards input{position:absolute;opacity:0;pointer-events:none}
.employer-choice-cards label>span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#edf5fa;color:#1776b5;font-weight:900}
.employer-choice-cards label>b{font-size:10px;color:#0b3155}.employer-choice-cards label>small{font-size:8px;color:#7c90a1}
.employer-choice-cards label:has(input:checked){border-color:#63c99d;background:#f0fbf6;box-shadow:0 0 0 2px rgba(17,171,105,.08)}
.employer-choice-cards label:has(input:checked)>span{background:#10a968;color:#fff}
.employer-design-upload{animation:employerStageIn .2s ease}
.employer-proof-upload.design-proof{min-height:148px;background:linear-gradient(135deg,#f1f8ff,#f8fcff);border-color:#9acbec}
.employer-proof-upload.design-proof .proof-icon{background:#167ecb}
.employer-proof-upload.design-proof em{max-width:100%;white-space:normal;line-height:1.35}

@media(max-width:930px){
 .employer-gateway-smart{grid-template-columns:1fr;max-width:760px;min-height:0}
 .employer-gateway-visual-smart{padding:22px 26px}
 .employer-welcome-copy-smart{padding:28px 0 18px}.employer-welcome-copy-smart h1{font-size:34px}
 .employer-trust-note-smart{display:none}.employer-login-main-smart{padding:24px}.employer-login-card-smart{width:min(520px,100%)}
}
@media(max-width:640px){
 .employer-gateway-visual-smart{padding:18px}.employer-welcome-copy-smart{padding:22px 0 12px}.employer-welcome-copy-smart h1{font-size:29px}.employer-smart-points{gap:6px}.employer-smart-points span{font-size:8px;padding:7px 8px}
 .employer-login-main-smart{padding:20px 16px}.employer-login-card-smart h2{font-size:28px}.employer-register-paths{grid-template-columns:1fr}.employer-new-smart>div:first-child{align-items:flex-start;flex-direction:column;gap:3px}
 .employer-mode-switch{grid-template-columns:1fr 1fr}.employer-mode-switch>span{grid-column:1/-1}.employer-choice-cards{grid-template-columns:1fr}
}

/* =========================================================
   v5.32 — APPROVED LIGHT EMPLOYER ONBOARDING THEME
   ========================================================= */
body.employer-gateway-active .portal-wrap:has(.employer-registration-approved){width:min(1460px,96%);margin:14px auto 40px}
.employer-registration-approved{grid-template-columns:350px minmax(0,1fr);gap:18px;max-width:1440px;align-items:stretch}
.employer-registration-story-approved{position:sticky;top:86px;min-height:790px;padding:30px 28px 22px;border:1px solid #dcebf4;border-radius:28px;color:#0b3155;background:linear-gradient(180deg,#eaf8ff 0%,#f2fbff 54%,#eef8fc 100%);box-shadow:0 20px 56px rgba(14,64,102,.10)}
.employer-registration-story-approved:before{content:"";position:absolute;inset:auto -120px -120px auto;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(46,169,224,.12),rgba(46,169,224,0) 68%)}
.employer-registration-story-approved:after{display:none}
.employer-registration-story-approved .employer-back-login{color:#55758e}
.employer-registration-story-approved .employer-reg-story-brand{margin:18px 0 28px;padding:0 0 18px;border-bottom:1px solid #d4e6f1}
.employer-registration-story-approved .employer-reg-story-brand img{width:205px;filter:none}
.employer-registration-story-approved .employer-reg-story-brand span{color:#2a78a9}
.employer-reg-story-copy{position:relative;z-index:2}
.employer-reg-story-copy h1{max-width:290px;margin:0;color:#0b3155!important;font-size:38px!important;line-height:1.04!important;letter-spacing:-.045em!important}
.employer-reg-story-copy i{display:block;width:46px;height:4px;margin:15px 0;border-radius:999px;background:#ff7311}
.employer-reg-story-copy p{max-width:280px;margin:0;color:#5e7b91!important;font-size:13px!important;line-height:1.55!important}
.employer-registration-story-approved .employer-reg-story-rail{margin-top:28px}
.employer-registration-story-approved .employer-reg-story-rail>div{opacity:.7;grid-template-columns:42px 1fr}
.employer-registration-story-approved .employer-reg-story-rail>div>b{background:#dfeef7;color:#0b3155}
.employer-registration-story-approved .employer-reg-story-rail>div.active>b{background:#ff7412;color:#fff;box-shadow:0 8px 18px rgba(255,116,18,.22)}
.employer-registration-story-approved .employer-reg-story-rail>div.done>b{background:#0aae6d;color:#fff}
.employer-registration-story-approved .employer-reg-story-rail strong{color:#0b3155;font-size:12px}
.employer-registration-story-approved .employer-reg-story-rail small{color:#66849a;font-size:9px}
.employer-registration-story-approved .employer-reg-story-rail>i{background:#cbdde8}
.employer-reg-worker-visual{position:relative;z-index:1;margin:24px -10px 0;min-height:205px;border-radius:22px;overflow:hidden;background:#d8edf7}
.employer-reg-worker-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(230,247,255,.02) 35%,rgba(235,249,255,.9) 100%)}
.employer-reg-worker-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.employer-reg-worker-visual span{position:absolute;z-index:2;right:14px;top:44px;max-width:118px;color:#0b3155;font-size:16px;font-weight:800;font-style:italic;line-height:1.35;transform:rotate(-2deg)}
.employer-registration-story-approved .employer-reg-assurance{position:absolute;z-index:4;left:28px;right:28px;bottom:20px;margin:0;padding:11px 13px;border:1px solid rgba(10,60,102,.08);background:rgba(8,49,85,.94);box-shadow:0 12px 26px rgba(8,49,85,.18)}
.employer-registration-story-approved .employer-reg-assurance>span{background:#0fbc82;color:#fff}
.employer-registration-story-approved .employer-reg-assurance b{color:#fff}
.employer-registration-story-approved .employer-reg-assurance small{color:#cde4f1}
.employer-registration-main-approved{min-width:0}
.employer-registration-main-approved .employer-reg-progress{margin-bottom:10px;border-radius:16px;box-shadow:0 8px 24px rgba(13,58,94,.05)}
.employer-registration-main-approved #employerRegistrationForm{padding:28px 30px 20px;border-radius:28px;box-shadow:0 20px 58px rgba(13,58,94,.09)}
.employer-registration-main-approved .employer-reg-stage h2{font-size:34px}
.employer-registration-main-approved .employer-reg-lead{font-size:13px;margin-bottom:12px}
.employer-step-tip{float:right;display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:start;width:290px;margin:-70px 0 16px 20px;padding:13px;border:1px solid #d8f1e6;border-radius:16px;background:linear-gradient(135deg,#eefbf5,#f7fffb);color:#0b3155}
.employer-step-tip>span{font-size:24px;line-height:1}.employer-step-tip p{margin:0}.employer-step-tip b{display:block;color:#0a7b52;font-size:11px}.employer-step-tip small{display:block;margin-top:3px;color:#668778;font-size:9px;line-height:1.45}
.employer-mode-switch.employer-mode-choice{clear:both;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0 18px;padding:0;border:0;background:transparent}
.employer-mode-switch.employer-mode-choice>span{grid-column:1/-1;padding:0;color:#0b3155;font-size:10px;font-weight:900;letter-spacing:0;text-transform:none}
.employer-mode-switch.employer-mode-choice button{position:relative;display:grid;grid-template-columns:46px 1fr 24px;gap:10px;align-items:center;min-height:78px;padding:12px 14px;text-align:left;border:1px solid #d4e5ef;border-radius:16px;background:#fff;color:#0b3155}
.employer-mode-switch.employer-mode-choice button>i{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#eef6fb;font-style:normal;font-size:24px}
.employer-mode-switch.employer-mode-choice button>span{padding:0}.employer-mode-switch.employer-mode-choice button b{display:block;font-size:13px}.employer-mode-switch.employer-mode-choice button small{display:block;margin-top:3px;color:#71889b;font-size:9px;line-height:1.35}
.employer-mode-switch.employer-mode-choice button>em{width:22px;height:22px;display:grid;place-items:center;border:1px solid #b9d1df;border-radius:50%;font-style:normal;font-size:11px;color:#fff}
.employer-mode-switch.employer-mode-choice button.active{border-color:#ff8b3e;background:linear-gradient(135deg,#fff7ef,#fff);box-shadow:0 8px 22px rgba(255,116,18,.10)}
.employer-mode-switch.employer-mode-choice button.active>i{background:#fff0e0}.employer-mode-switch.employer-mode-choice button.active>em{border-color:#ff7412;background:#ff7412}
.employer-mode-switch.employer-mode-choice button.active:last-child{border-color:#75bde9;background:linear-gradient(135deg,#f2faff,#fff)}
.employer-mode-switch.employer-mode-choice button.active:last-child>i{background:#e9f6ff}.employer-mode-switch.employer-mode-choice button.active:last-child>em{border-color:#1680c9;background:#1680c9}
.employer-step1-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 14px;clear:both}
.employer-smart-field{display:grid;grid-template-columns:46px minmax(0,1fr);gap:9px;align-items:start;min-width:0}
.employer-smart-icon{width:44px;height:44px;margin-top:25px;border-radius:12px;display:grid;place-items:center;background:#eaf4fb;color:#0b5f98}
.employer-smart-icon svg{width:20px;height:20px}.employer-smart-icon.smart-symbol{font-size:18px;font-weight:900}
.employer-smart-field .field{min-width:0}.employer-smart-field .field label{display:flex;align-items:center;gap:5px;color:#0b3155;font-size:10px;font-weight:900}
.employer-smart-field .field input,.employer-smart-field .field select{min-height:48px!important;border:1px solid #d2e1eb!important;border-radius:13px!important;background:#fff!important;color:#0d3458!important;box-shadow:none!important}
.employer-smart-field .field input:focus,.employer-smart-field .field select:focus{border-color:#62aee0!important;box-shadow:0 0 0 3px rgba(30,130,198,.08)!important}
.employer-smart-field .field input::placeholder{color:#8b9ca9}
.employer-mobile-control{display:grid;grid-template-columns:52px minmax(0,1fr);min-height:48px;border:1px solid #d2e1eb;border-radius:13px;overflow:hidden;background:#fff}
.employer-mobile-control>span{display:grid;place-items:center;border-right:1px solid #dbe6ed;color:#48677f;font-size:11px;font-weight:800;background:#f6fafc}
.employer-mobile-control input{border:0!important;border-radius:0!important;min-height:46px!important}
.employer-password-row{grid-column:1/-1}
.employer-password-row .field{max-width:none}
.employer-step1-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:18px}
.employer-next-hint{display:flex;align-items:center;gap:9px;min-height:48px;padding:10px 14px;border-radius:14px;background:#eef5ff;color:#18528a}
.employer-next-hint>span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#4b83ee;color:#fff;font-size:11px;font-weight:900}
.employer-next-hint p{margin:0;font-size:10px}.employer-save-continue{min-width:205px;min-height:50px;border-radius:14px;background:linear-gradient(90deg,#ff6e0b,#ff8d21);box-shadow:0 10px 22px rgba(255,116,18,.18)}
.employer-security-note{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;color:#73899c;font-size:8.5px}.employer-security-note svg{width:14px;color:#0bab68}
.employer-registration-main-approved .field-optional-badge{margin-left:auto;background:#e7f7f0;color:#078257}

@media(max-width:1160px){
 .employer-registration-approved{grid-template-columns:300px minmax(0,1fr)}
 .employer-reg-story-copy h1{font-size:32px!important}
 .employer-step-tip{width:250px}
}
@media(max-width:930px){
 .employer-registration-approved{grid-template-columns:1fr;gap:12px}
 .employer-registration-story-approved{position:relative;top:auto;min-height:0;padding:20px 22px}
 .employer-reg-story-copy{display:none}.employer-reg-worker-visual{display:none}
 .employer-registration-story-approved .employer-reg-story-brand{margin:8px 0 14px;padding-bottom:12px}
 .employer-registration-story-approved .employer-reg-story-rail{display:flex!important;gap:8px;margin-top:8px;overflow-x:auto}
 .employer-registration-story-approved .employer-reg-story-rail>div{min-width:max-content;grid-template-columns:32px auto;gap:8px;padding:6px 9px;border-radius:12px;background:#fff}
 .employer-registration-story-approved .employer-reg-story-rail>div>b{width:30px;height:30px;border-radius:9px}.employer-registration-story-approved .employer-reg-story-rail>i{display:none}
 .employer-registration-story-approved .employer-reg-assurance{display:none}
 .employer-step-tip{float:none;width:auto;margin:0 0 14px}
}
@media(max-width:700px){
 body.employer-gateway-active .portal-wrap:has(.employer-registration-approved){width:100%;margin:0}
 .employer-registration-main-approved{padding:10px}
 .employer-registration-main-approved #employerRegistrationForm{padding:20px 14px;border-radius:20px}
 .employer-registration-main-approved .employer-reg-stage h2{font-size:28px}
 .employer-mode-switch.employer-mode-choice,.employer-step1-grid{grid-template-columns:1fr}
 .employer-mode-switch.employer-mode-choice button{min-height:70px}
 .employer-smart-field{grid-template-columns:38px minmax(0,1fr)}.employer-smart-icon{width:36px;height:36px;margin-top:27px;border-radius:10px}.employer-smart-icon svg{width:17px}
 .employer-password-row{grid-column:auto}
 .employer-step1-footer{grid-template-columns:1fr}.employer-save-continue{width:100%;min-width:0}
 .employer-security-note{align-items:flex-start;text-align:center}
}

/* =========================================================
   v5.33 — COMPACT, HIGH-ENERGY EMPLOYER ONBOARDING
   ========================================================= */
body.employer-gateway-active .portal-wrap:has(.employer-registration-approved){width:min(1360px,95%);margin:8px auto 26px}
.employer-registration-approved{grid-template-columns:300px minmax(0,1fr);gap:12px;max-width:1340px;align-items:start}
.employer-registration-story-approved{position:sticky;top:78px;min-height:660px;padding:22px 20px 18px;overflow:hidden;border:1px solid rgba(95,211,193,.2);border-radius:24px;color:#fff;background:linear-gradient(155deg,#062f55 0%,#07546c 50%,#087761 100%);box-shadow:0 22px 55px rgba(5,46,79,.22)}
.employer-registration-story-approved:before{content:"";position:absolute;right:-130px;top:-110px;width:330px;height:330px;border:54px solid rgba(76,188,255,.09);border-radius:50%;background:transparent}
.employer-registration-story-approved:after{display:block;content:"";position:absolute;left:-100px;bottom:-115px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(44,229,166,.2),rgba(44,229,166,0) 70%)}
.employer-registration-story-approved .employer-back-login{color:#c7e4f2}
.employer-registration-story-approved .employer-reg-story-brand{margin:12px 0 18px;padding:0 0 14px;border-bottom:1px solid rgba(255,255,255,.14)}
.employer-registration-story-approved .employer-reg-story-brand img{width:185px;filter:none}
.employer-registration-story-approved .employer-reg-story-brand span{color:#73d7f4}
.employer-reg-story-copy h1{max-width:255px;color:#fff!important;font-size:31px!important;line-height:1.02!important;letter-spacing:-.045em!important}
.employer-reg-story-copy i{width:42px;height:4px;margin:12px 0;background:#ff7815}
.employer-reg-story-copy p{max-width:250px;color:#d2e7f2!important;font-size:11.5px!important;line-height:1.5!important}
.employer-reg-story-copy:after{content:"Daily work  •  Regular work  •  KYC verified";display:inline-flex;margin-top:13px;padding:7px 9px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:rgba(255,255,255,.07);color:#dff3fa;font-size:7.5px;font-weight:900;letter-spacing:.035em}
.employer-registration-story-approved .employer-reg-story-rail{margin-top:18px;display:grid;gap:6px}
.employer-registration-story-approved .employer-reg-story-rail>div{opacity:.72;grid-template-columns:34px 1fr;gap:9px;padding:7px 8px;border:1px solid transparent;border-radius:12px}
.employer-registration-story-approved .employer-reg-story-rail>div.active{opacity:1;border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.09);box-shadow:0 9px 22px rgba(0,0,0,.08)}
.employer-registration-story-approved .employer-reg-story-rail>div.done{opacity:1;background:rgba(15,177,111,.09)}
.employer-registration-story-approved .employer-reg-story-rail>div>b{width:32px;height:32px;border-radius:10px;background:rgba(255,255,255,.1);color:#fff}
.employer-registration-story-approved .employer-reg-story-rail>div.active>b{background:#ff7412;color:#fff}
.employer-registration-story-approved .employer-reg-story-rail>div.done>b{background:#12b878;color:#fff}
.employer-registration-story-approved .employer-reg-story-rail strong{color:#fff;font-size:10.5px}
.employer-registration-story-approved .employer-reg-story-rail small{color:#bdd9e8;font-size:8px}
.employer-registration-story-approved .employer-reg-story-rail>i{display:none}
.employer-reg-worker-visual{margin:14px 0 0;min-height:145px;border-radius:18px;box-shadow:0 14px 28px rgba(1,34,57,.2)}
.employer-reg-worker-visual:after{background:linear-gradient(90deg,rgba(4,43,72,.02) 28%,rgba(5,72,83,.88) 100%)}
.employer-reg-worker-visual span{right:12px;top:30px;max-width:110px;color:#fff;font-size:13px;text-shadow:0 2px 10px rgba(0,0,0,.28)}
.employer-registration-story-approved .employer-reg-assurance{position:relative;left:auto;right:auto;bottom:auto;margin:-28px 10px 0;padding:9px 10px;border-color:rgba(112,236,192,.24);background:rgba(5,42,67,.93);backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(0,0,0,.16)}
.employer-registration-story-approved .employer-reg-assurance>span{width:34px;height:34px}.employer-registration-story-approved .employer-reg-assurance b{font-size:9px}.employer-registration-story-approved .employer-reg-assurance small{font-size:7.5px}

.employer-registration-main-approved .employer-reg-progress{margin-bottom:7px;padding:7px 10px;border-radius:13px}.employer-registration-main-approved .employer-reg-progress b{width:26px;height:26px;border-radius:9px}.employer-registration-main-approved .employer-reg-progress span{font-size:9px}
.employer-registration-main-approved #employerRegistrationForm{padding:20px 22px 16px;border-radius:22px;box-shadow:0 16px 42px rgba(13,58,94,.08)}
.employer-registration-main-approved .employer-reg-stage h2{margin:4px 0 4px;font-size:29px;line-height:1.05}.employer-registration-main-approved .employer-reg-lead{font-size:11px;margin-bottom:8px;line-height:1.4}
.employer-step-tip{width:245px;margin:-57px 0 10px 16px;padding:9px 10px;border-radius:13px;grid-template-columns:28px 1fr}.employer-step-tip>span{font-size:19px}.employer-step-tip b{font-size:9.5px}.employer-step-tip small{font-size:7.8px}
.employer-mode-switch.employer-mode-choice{gap:9px;margin:11px 0 12px}.employer-mode-switch.employer-mode-choice button{grid-template-columns:38px 1fr 20px;gap:8px;min-height:61px;padding:9px 11px;border-radius:14px}.employer-mode-switch.employer-mode-choice button>i{width:36px;height:36px;border-radius:11px;font-size:20px}.employer-mode-switch.employer-mode-choice button b{font-size:11px}.employer-mode-switch.employer-mode-choice button small{font-size:8px}.employer-mode-switch.employer-mode-choice button>em{width:19px;height:19px}
.employer-step1-grid{gap:8px 11px}.employer-smart-field{grid-template-columns:38px minmax(0,1fr);gap:7px}.employer-smart-icon{width:36px;height:36px;margin-top:21px;border-radius:10px}.employer-smart-icon svg{width:16px;height:16px}.employer-smart-icon.smart-symbol{font-size:15px}.employer-smart-field .field label{font-size:9px}.employer-smart-field .field input,.employer-smart-field .field select{min-height:43px!important;border-radius:11px!important;font-size:12px}.employer-mobile-control{min-height:43px;border-radius:11px}.employer-mobile-control input{min-height:41px!important}.employer-field-hint{margin-top:4px;font-size:7.8px}.field-optional-badge{padding:2px 5px;font-size:6.8px}
.employer-step1-footer{gap:10px;margin-top:12px}.employer-next-hint{min-height:42px;padding:8px 11px;border-radius:12px}.employer-next-hint p{font-size:8.7px}.employer-save-continue{min-width:180px;min-height:44px;border-radius:12px}.employer-security-note{margin-top:8px;font-size:7.8px}

/* Keep steps 2 and 3 equally compact. */
.employer-registration-main-approved .employer-form-grid{gap:9px 11px}.employer-registration-main-approved .employer-form-grid .field input,.employer-registration-main-approved .employer-form-grid .field select{min-height:44px}.employer-registration-main-approved .employer-form-grid .field textarea{min-height:78px}.employer-registration-main-approved .employer-stage-note{margin-top:10px;padding:9px 11px}.employer-registration-main-approved .employer-stage-note>span{width:34px;height:34px}.employer-registration-main-approved .employer-reg-actions{margin-top:14px}.employer-registration-main-approved .employer-reg-actions .pbtn{min-width:165px;min-height:43px}.employer-registration-main-approved .employer-proof-grid{gap:10px}.employer-registration-main-approved .employer-proof-upload{min-height:145px;padding:16px;border-radius:17px}.employer-registration-main-approved .proof-icon{width:46px;height:46px;border-radius:14px;font-size:19px}.employer-registration-main-approved .employer-proof-upload strong{font-size:13px}.employer-registration-main-approved .employer-location-proof{gap:10px;margin-top:11px;padding:13px;border-radius:16px}.employer-registration-main-approved .employer-location-copy{grid-template-columns:40px 1fr;gap:9px}.employer-registration-main-approved .employer-location-copy>span{width:39px;height:39px;border-radius:12px}.employer-registration-main-approved .employer-location-copy h3{font-size:14px}.employer-registration-main-approved .employer-consent{margin-top:10px;padding:9px;font-size:8.8px}

@media(max-width:1160px){.employer-registration-approved{grid-template-columns:270px minmax(0,1fr)}.employer-reg-story-copy h1{font-size:28px!important}.employer-registration-story-approved{padding:20px 18px}.employer-step-tip{width:220px}}
@media(max-width:930px){.employer-registration-approved{grid-template-columns:1fr}.employer-registration-story-approved{position:relative;top:auto;min-height:0;padding:15px 17px;border-radius:18px}.employer-registration-story-approved .employer-reg-story-brand{margin:5px 0 9px;padding-bottom:8px}.employer-registration-story-approved .employer-reg-story-brand img{width:155px}.employer-registration-story-approved .employer-reg-story-rail{display:flex!important;margin-top:6px}.employer-registration-story-approved .employer-reg-story-rail>div{min-width:max-content;padding:5px 7px}.employer-reg-story-copy,.employer-reg-worker-visual,.employer-registration-story-approved .employer-reg-assurance{display:none}.employer-step-tip{float:none;width:auto;margin:0 0 9px}}
@media(max-width:700px){body.employer-gateway-active .portal-wrap:has(.employer-registration-approved){margin:0}.employer-registration-main-approved{padding:7px}.employer-registration-main-approved #employerRegistrationForm{padding:15px 12px;border-radius:17px}.employer-registration-main-approved .employer-reg-stage h2{font-size:24px}.employer-mode-switch.employer-mode-choice,.employer-step1-grid{grid-template-columns:1fr}.employer-smart-field{grid-template-columns:34px minmax(0,1fr)}.employer-smart-icon{width:32px;height:32px;margin-top:21px}.employer-password-row{grid-column:auto}.employer-step1-footer{grid-template-columns:1fr}.employer-save-continue{width:100%;min-width:0}.employer-registration-main-approved .employer-proof-grid,.employer-registration-main-approved .employer-location-proof{grid-template-columns:1fr}}

/* v5.34 — smart compact work/project/proof onboarding pages */
.employer-registration-main-approved .employer-reg-stage[data-reg-stage="2"],
.employer-registration-main-approved .employer-reg-stage[data-reg-stage="3"]{max-width:1180px;margin:0 auto}
.employer-registration-main-approved .employer-reg-stage[data-reg-stage="2"]>h2,
.employer-registration-main-approved .employer-reg-stage[data-reg-stage="3"]>h2{font-size:31px;line-height:1.02;letter-spacing:-.035em;margin:5px 0 4px}
.employer-registration-main-approved .employer-reg-stage[data-reg-stage="2"]>.employer-reg-lead,
.employer-registration-main-approved .employer-reg-stage[data-reg-stage="3"]>.employer-reg-lead{max-width:850px;font-size:10.5px;line-height:1.45;margin-bottom:12px}
.employer-step-dashboard{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid #dce8f0;border-radius:17px;margin:9px 0 11px;background:linear-gradient(110deg,#f7fbff 0%,#fff 70%);box-shadow:0 8px 24px rgba(15,58,88,.045)}
.employer-step-dashboard-daily{border-left:4px solid #ff7a17;background:linear-gradient(110deg,#fff8f1,#fff 58%,#f1fbf8)}
.employer-step-dashboard-regular{border-left:4px solid #0f78bd;background:linear-gradient(110deg,#f2f9ff,#fff 58%,#f1fbf8)}
.employer-step-summary{display:grid;gap:1px}.employer-step-summary>span{color:#ff7416;font-size:7px;font-weight:950;letter-spacing:.11em}.employer-step-dashboard-regular .employer-step-summary>span{color:#0f78bd}.employer-step-summary>b{color:#0b3559;font-size:14px}.employer-step-summary>small{color:#7d91a3;font-size:8px;font-weight:700}
.employer-mini-kpis{display:flex;gap:6px}.employer-mini-kpis span{min-width:62px;padding:7px 8px;border-radius:11px;background:#fff;border:1px solid #e3ecf2;text-align:center}.employer-mini-kpis b,.employer-mini-kpis small{display:block}.employer-mini-kpis b{color:#0b426b;font-size:12px}.employer-mini-kpis small{margin-top:1px;color:#899ba9;font-size:6.5px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
.employer-work-sections{display:grid;grid-template-columns:1fr 1fr;gap:9px}.employer-work-card{position:relative;padding:11px 12px 12px;border:1px solid #dce7ef;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(15,55,86,.045);overflow:hidden}.employer-work-card:after{content:"";position:absolute;right:-48px;top:-52px;width:128px;height:128px;border-radius:50%;background:rgba(21,117,183,.035);pointer-events:none}.employer-work-card.accent-orange{border-top:3px solid #ff7a17}.employer-work-card.accent-blue{border-top:3px solid #1680c5}.employer-work-card.accent-green{border-top:3px solid #16a46b}.employer-work-card.accent-teal{border-top:3px solid #0e9a91}.employer-work-card.accent-violet{border-top:3px solid #7958d8}.employer-work-card>header{display:flex;align-items:center;gap:8px;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #edf2f5}.employer-work-card>header>span{display:grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#edf6fc;color:#0e6fae;font-size:8px;font-weight:950}.employer-work-card.accent-orange>header>span{background:#fff1e6;color:#ed6910}.employer-work-card.accent-green>header>span{background:#eaf9f2;color:#098558}.employer-work-card.accent-teal>header>span{background:#e9f8f7;color:#07867f}.employer-work-card.accent-violet>header>span{background:#f1edff;color:#6d4cca}.employer-work-card>header b,.employer-work-card>header small{display:block}.employer-work-card>header b{color:#0b3559;font-size:11px}.employer-work-card>header small{color:#8296a6;font-size:7.3px;margin-top:1px}.employer-work-card .compact-grid{gap:7px 9px}.employer-work-card .field label{font-size:8px;margin-bottom:4px}.employer-work-card .field input,.employer-work-card .field select{min-height:39px;padding:8px 11px;font-size:11px;border-radius:11px}.employer-work-card .field textarea{min-height:58px;padding:9px 11px;font-size:10px;border-radius:11px}.employer-work-card .employer-friendly-field small,.employer-work-card .employer-field-hint{font-size:6.8px;margin-top:4px}.employer-work-card .employer-combo-control{min-height:39px;border-radius:11px}.employer-work-card .employer-combo-control input,.employer-work-card .employer-combo-control select{min-height:37px}.employer-location-card{grid-column:1/-1}.employer-location-card .employer-location-grid{grid-template-columns:1fr 1fr .72fr}.employer-location-card .employer-location-grid>.field.full{grid-column:1/-1}.employer-location-card .field textarea{min-height:52px}.employer-brief-card{grid-column:1/-1}.employer-brief-card>.field textarea{min-height:61px}.employer-fast-tip{display:flex;align-items:center;gap:7px;margin-top:7px;padding:7px 9px;border-radius:10px;background:#f2faf7}.employer-fast-tip>span{display:grid;place-items:center;width:23px;height:23px;border-radius:7px;background:#12aa70;color:#fff;font-size:10px;font-weight:950}.employer-fast-tip p{margin:0}.employer-fast-tip b,.employer-fast-tip small{display:block}.employer-fast-tip b{color:#0f654b;font-size:8.5px}.employer-fast-tip small{margin-top:1px;color:#6e8a80;font-size:6.8px}.employer-design-card{grid-column:1/-1}.employer-design-card .employer-choice-cards{grid-template-columns:1fr 1fr;gap:7px}.employer-design-card .employer-choice-cards label{min-height:70px;padding:9px;border-radius:12px}.employer-design-card .employer-choice-cards label>b{font-size:9px}.employer-design-card .employer-choice-cards label>small{font-size:7px}.employer-design-card .employer-proof-upload.design-proof{min-height:100px;padding:11px;display:grid;grid-template-columns:40px 1fr;grid-template-areas:"icon title" "icon sub" "icon file";column-gap:9px;align-items:center}.employer-design-card .design-proof .proof-icon{grid-area:icon;margin:0}.employer-design-card .design-proof strong{grid-area:title;text-align:left}.employer-design-card .design-proof small{grid-area:sub;text-align:left}.employer-design-card .design-proof em{grid-area:file;text-align:left}
.compact-actions{margin-top:10px!important;padding-top:9px;border-top:1px solid #edf2f5}.compact-actions .pbtn{min-height:39px!important;padding:8px 13px!important;font-size:9px!important}

/* Step 3 — compact trust proof */
.employer-registration-main-approved [data-reg-stage="3"] .employer-proof-grid{gap:8px;margin-top:9px}.employer-registration-main-approved [data-reg-stage="3"] .employer-proof-upload{min-height:112px;padding:11px 13px;border-radius:15px;background:linear-gradient(135deg,#f8fcff,#f4fbf8)}.employer-registration-main-approved [data-reg-stage="3"] .proof-icon{width:38px;height:38px;border-radius:11px;font-size:15px}.employer-registration-main-approved [data-reg-stage="3"] .employer-proof-upload strong{font-size:11px}.employer-registration-main-approved [data-reg-stage="3"] .employer-proof-upload small{font-size:7px}.employer-registration-main-approved [data-reg-stage="3"] .employer-proof-upload em{font-size:7px;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employer-registration-main-approved [data-reg-stage="3"] .employer-location-proof{padding:10px 11px;margin-top:8px;border-radius:14px;background:linear-gradient(110deg,#f5faff,#f4fbf8)}.employer-registration-main-approved [data-reg-stage="3"] .employer-location-copy{grid-template-columns:34px 1fr;gap:8px}.employer-registration-main-approved [data-reg-stage="3"] .employer-location-copy>span{width:34px;height:34px;border-radius:10px}.employer-registration-main-approved [data-reg-stage="3"] .employer-location-copy h3{font-size:12px;margin:1px 0}.employer-registration-main-approved [data-reg-stage="3"] .employer-location-copy p{font-size:7.5px}.employer-registration-main-approved [data-reg-stage="3"] .employer-location-actions{gap:6px}.employer-registration-main-approved [data-reg-stage="3"] .employer-location-actions .pbtn{min-height:37px;padding:7px 10px;font-size:8px}.employer-registration-main-approved [data-reg-stage="3"] .employer-manual-location{padding:9px;margin-top:7px;border-radius:11px}.employer-registration-main-approved [data-reg-stage="3"] .employer-manual-location textarea{min-height:52px}.employer-registration-main-approved [data-reg-stage="3"] .employer-map-preview iframe{height:145px}.employer-registration-main-approved [data-reg-stage="3"] .employer-consent{margin-top:8px;padding:7px 9px;border-radius:10px;font-size:7.5px}.employer-registration-main-approved [data-reg-stage="3"] .employer-reg-actions{margin-top:9px}

@media(max-width:1050px){.employer-work-sections{grid-template-columns:1fr}.employer-brief-card,.employer-design-card{grid-column:auto}}
@media(max-width:700px){.employer-step-dashboard{align-items:flex-start;flex-direction:column}.employer-mini-kpis{width:100%}.employer-mini-kpis span{flex:1;min-width:0}.employer-work-card{padding:10px}.employer-work-card .compact-grid,.employer-location-card .employer-location-grid{grid-template-columns:1fr}.employer-design-card .employer-choice-cards{grid-template-columns:1fr}.employer-registration-main-approved [data-reg-stage="3"] .employer-location-actions{display:grid;grid-template-columns:1fr}.employer-registration-main-approved [data-reg-stage="3"] .employer-location-actions .pbtn{width:100%}}

/* v5.36 — employer account creation feedback + optional video */
.employer-submit-status{min-height:0;margin:0 0 10px;border-radius:14px;font-weight:800;font-size:13px;line-height:1.35;transition:.2s ease}.employer-submit-status:empty{display:none}.employer-submit-status.working{display:block;padding:11px 14px;background:#eef6ff;border:1px solid #cfe4fb;color:#0b4f86}.employer-submit-status.success{display:block;padding:11px 14px;background:#ecfbf4;border:1px solid #bdebd3;color:#087443}.employer-submit-status.error{display:block;padding:11px 14px;background:#fff1f0;border:1px solid #ffd0cc;color:#a92c22}.video-proof strong{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.video-proof .field-optional-badge{font-size:9px;line-height:1;padding:5px 7px}
/* v5.37: physical work address belongs with proof & location, not work-details step */
.employer-registration-main-approved [data-reg-stage="3"] .employer-proof-address-card{margin:8px 0 10px;background:linear-gradient(135deg,#fbfffd,#f7fbff)}
.employer-registration-main-approved [data-reg-stage="3"] .employer-proof-address-card+ .employer-proof-grid{margin-top:0}

/* ======================================================================
   v5.40 — Employer Workspace Refresh
   Premium command-centre styling. Scoped to logged-in Employer workspace.
   ====================================================================== */
body.employer-active{
  --emp-navy:#082f53;--emp-navy-2:#0b4467;--emp-blue:#1787d1;--emp-sky:#eaf6ff;
  --emp-green:#10a971;--emp-mint:#eaf9f3;--emp-orange:#ff7b19;--emp-orange-soft:#fff2e7;
  --emp-violet:#6d5bd0;--emp-violet-soft:#f1efff;--emp-ink:#0b3155;--emp-muted:#72899c;
  --emp-border:#dce8f0;--emp-shadow:0 16px 42px rgba(8,47,83,.07);
  background:
    radial-gradient(circle at 80% 0%,rgba(49,173,237,.09),transparent 28%),
    radial-gradient(circle at 15% 75%,rgba(20,170,113,.07),transparent 22%),
    linear-gradient(180deg,#f5faff 0%,#edf5fb 100%);
}
body.employer-active .portal-wrap{width:min(1600px,97%);margin:0 auto 34px}
body.employer-active .employer-shell{grid-template-columns:288px minmax(0,1fr);gap:0;min-height:calc(100vh - 74px)}
body.employer-active .employer-shell .portal-main{padding:24px 28px 46px}

/* Sidebar */
body.employer-active .employer-side{
  position:sticky;top:74px;min-height:calc(100vh - 74px);padding:0 18px 22px;
  background:
    radial-gradient(circle at 105% 15%,rgba(70,205,255,.12),transparent 28%),
    radial-gradient(circle at 10% 88%,rgba(46,228,163,.12),transparent 30%),
    linear-gradient(180deg,#082f53 0%,#073956 54%,#064b4f 100%);
  border-right:1px solid rgba(255,255,255,.07);overflow:hidden;
}
body.employer-active .employer-side:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}
body.employer-active .employer-side:after{width:290px;height:290px;right:-120px;bottom:-110px;border:44px solid rgba(50,226,165,.055)}
body.employer-active .employer-side-brand{height:90px;margin:0 -18px;padding:12px 20px;background:rgba(3,34,61,.24);backdrop-filter:blur(6px)}
body.employer-active .employer-side-brand img{width:210px;filter:brightness(0) invert(1);opacity:.98}
body.employer-active .employer-side-identity{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:11px;align-items:center;padding:20px 6px 18px}
body.employer-active .employer-side-avatar{width:46px;height:46px;border-radius:15px;display:grid!important;place-items:center;background:linear-gradient(145deg,#ff7b19,#ffab55);color:#fff;font-size:14px!important;font-weight:950;box-shadow:0 8px 20px rgba(255,123,25,.25)}
body.employer-active .employer-side-identity>div{min-width:0}
body.employer-active .employer-side-identity>div small{color:#7fd4ff;font-size:8px;letter-spacing:.14em}
body.employer-active .employer-side-identity>div strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:17px;margin:4px 0 3px}
body.employer-active .employer-side-identity>div span{color:#b8cedc;font-size:9px}
body.employer-active .employer-side-identity>em{align-self:start;margin-top:2px;padding:5px 7px;border-radius:999px;background:rgba(31,211,141,.12);border:1px solid rgba(66,232,170,.22);color:#6de6b8;font-size:7px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
body.employer-active .employer-side .portal-nav{margin-top:14px;gap:8px}
body.employer-active .employer-side .portal-nav button{min-height:54px;border-radius:15px;padding:10px 12px;color:#c7dbe8;transition:.18s ease}
body.employer-active .employer-side .portal-nav button:hover{background:rgba(255,255,255,.075);transform:translateX(3px);color:#fff}
body.employer-active .employer-side .portal-nav button.active{background:linear-gradient(90deg,rgba(26,145,220,.34),rgba(18,100,153,.18));border-color:rgba(83,190,255,.75);box-shadow:inset 3px 0 #5bc6ff,0 8px 20px rgba(0,0,0,.10)}
body.employer-active .employer-side .nav-ico{border-radius:10px;background:rgba(255,255,255,.035)}
body.employer-active .employer-side .portal-nav button.active .nav-ico{background:rgba(99,203,255,.13)}
body.employer-active .employer-side-vision{padding:17px 16px;border-radius:20px;border-color:rgba(78,234,179,.24);background:linear-gradient(145deg,rgba(6,125,94,.55),rgba(255,255,255,.04));box-shadow:inset 0 1px rgba(255,255,255,.05)}
body.employer-active .employer-side-vision:before{content:"↗";float:right;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(65,229,169,.11);color:#64e7b7;font-size:16px}

/* Page hero / context */
body.employer-active .employer-page-hero{
  min-height:145px;grid-template-columns:62px minmax(0,1fr) minmax(250px,330px);gap:18px;
  margin-bottom:13px;padding:22px 25px;border-radius:25px;
  background:
    radial-gradient(circle at 73% 34%,rgba(77,202,255,.13),transparent 22%),
    linear-gradient(120deg,#092e51 0%,#0b4e70 58%,#0b6071 100%);
  box-shadow:0 18px 40px rgba(8,47,83,.14);border:1px solid rgba(255,255,255,.05)
}
body.employer-active .employer-page-hero.orange{background:radial-gradient(circle at 70% 30%,rgba(255,151,65,.14),transparent 22%),linear-gradient(120deg,#092e51,#6f431d 70%,#8c521c)}
body.employer-active .employer-page-hero.green{background:radial-gradient(circle at 70% 30%,rgba(83,229,174,.13),transparent 22%),linear-gradient(120deg,#092e51,#086456 70%,#0a7864)}
body.employer-active .employer-page-hero.violet{background:radial-gradient(circle at 70% 30%,rgba(189,177,255,.15),transparent 22%),linear-gradient(120deg,#092e51,#45427c 70%,#5b4f95)}
body.employer-active .employer-page-hero:after{right:18%;top:-122px;width:340px;height:340px;border-width:58px;opacity:.8}
body.employer-active .employer-page-icon{width:60px;height:60px;border-radius:19px;background:rgba(255,255,255,.10);box-shadow:inset 0 0 0 1px rgba(255,255,255,.07)}
body.employer-active .employer-page-hero h1{font-size:31px;margin:4px 0 5px}
body.employer-active .employer-page-hero p{font-size:11px;max-width:780px}
body.employer-active .employer-hero-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}
body.employer-active .employer-hero-meta b{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);color:#d8e8f2;font-size:7px;font-weight:850}
body.employer-active .employer-hero-meta b:first-child{color:#78e8ba}
body.employer-active .employer-hero-meta i{width:6px;height:6px;border-radius:50%;background:#35d69a;box-shadow:0 0 0 3px rgba(53,214,154,.12)}
body.employer-active .employer-page-hero aside{padding:15px 16px;border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.035));backdrop-filter:blur(5px)}
body.employer-active .employer-page-hero aside b{font-size:10px;line-height:1.5}

/* Type strip */
body.employer-active .employer-type-strip{display:flex;gap:8px;margin-bottom:13px}
body.employer-active .employer-type-strip>span{flex:0 1 auto;min-width:260px;padding:10px 13px;border-radius:13px;background:rgba(255,255,255,.82);box-shadow:0 8px 20px rgba(8,47,83,.035)}
body.employer-active .employer-type-strip small{font-size:7px}
body.employer-active .employer-type-strip b{font-size:10px}

/* KPI cards */
body.employer-active .employer-metrics{gap:10px;margin-bottom:13px}
body.employer-active .employer-metric{position:relative;overflow:hidden;min-height:102px;padding:14px;border:1px solid rgba(211,225,235,.92);border-radius:19px;background:linear-gradient(145deg,#fff,#f9fcff);box-shadow:0 10px 28px rgba(8,47,83,.045);transition:.18s ease}
body.employer-active .employer-metric:hover{transform:translateY(-2px);box-shadow:0 15px 32px rgba(8,47,83,.075)}
body.employer-active .employer-metric:after{content:"";position:absolute;right:-26px;top:-34px;width:84px;height:84px;border:18px solid rgba(23,135,209,.035);border-radius:50%}
body.employer-active .employer-metric.orange:after{border-color:rgba(255,123,25,.045)}
body.employer-active .employer-metric.green:after{border-color:rgba(16,169,113,.045)}
body.employer-active .employer-metric.violet:after{border-color:rgba(109,91,208,.045)}
body.employer-active .employer-metric>span{width:44px;height:44px;border-radius:14px}
body.employer-active .employer-metric small{font-size:7px}
body.employer-active .employer-metric strong{font-size:25px;margin:2px 0}
body.employer-active .employer-metric p{font-size:7.5px;line-height:1.4}
body.employer-active .employer-metric>i{position:absolute;left:0;bottom:0;width:100%;height:3px;background:linear-gradient(90deg,var(--emp-blue),transparent)}
body.employer-active .employer-metric.orange>i{background:linear-gradient(90deg,var(--emp-orange),transparent)}
body.employer-active .employer-metric.green>i{background:linear-gradient(90deg,var(--emp-green),transparent)}
body.employer-active .employer-metric.violet>i{background:linear-gradient(90deg,var(--emp-violet),transparent)}

/* Focus strip */
body.employer-active .employer-focus-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:13px}
body.employer-active .employer-focus-card{position:relative;overflow:hidden;display:grid;grid-template-columns:45px minmax(0,1fr) 28px;align-items:center;gap:11px;text-align:left;padding:13px 14px;border:1px solid #dce7ef;border-radius:17px;background:#fff;color:var(--emp-ink);box-shadow:0 8px 24px rgba(8,47,83,.04);transition:.18s ease}
body.employer-active .employer-focus-card:hover{transform:translateY(-2px);border-color:#bcd8e9;box-shadow:0 14px 30px rgba(8,47,83,.07)}
body.employer-active .employer-focus-card>span{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--emp-sky);color:var(--emp-blue)}
body.employer-active .employer-focus-card.orange>span{background:var(--emp-orange-soft);color:var(--emp-orange)}
body.employer-active .employer-focus-card.green>span{background:var(--emp-mint);color:var(--emp-green)}
body.employer-active .employer-focus-card svg{width:21px}
body.employer-active .employer-focus-card small{display:block;color:#7f94a6;font-size:7px;font-weight:950;letter-spacing:.1em}
body.employer-active .employer-focus-card h3{margin:3px 0;color:#0b3155;font-size:14px}
body.employer-active .employer-focus-card p{margin:0;color:#738a9c;font-size:8px}
body.employer-active .employer-focus-card b{display:block;margin-top:4px;color:#3a6888;font-size:8px}
body.employer-active .employer-focus-card>i{font-style:normal;color:#7aa0b9;font-size:20px}

/* Universal employer panels */
body.employer-active .employer-panel,body.employer-active .employer-command-card,body.employer-active .employer-trust-card{border-radius:21px;margin-bottom:13px;padding:18px;border-color:#dbe6ee;box-shadow:var(--emp-shadow)}
body.employer-active .employer-panel{background:rgba(255,255,255,.92);backdrop-filter:blur(3px)}
body.employer-active .employer-section-head{margin-bottom:14px}
body.employer-active .employer-section-head>div>span{font-size:7px;color:#2d7fb0;letter-spacing:.14em}
body.employer-active .employer-section-head h2{font-size:20px;letter-spacing:-.02em}
body.employer-active .employer-section-head>p{font-size:8px;max-width:420px;line-height:1.4}
body.employer-active .pbtn{border-radius:12px;min-height:40px}
body.employer-active .pbtn.primary{background:linear-gradient(135deg,#ff7915,#ff8e24);box-shadow:0 9px 20px rgba(255,121,21,.17)}

/* Dashboard */
body.employer-active .employer-dashboard-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.65fr);gap:13px}
body.employer-active .employer-command-card{background:linear-gradient(145deg,#fff,#f8fcff)}
body.employer-active .employer-action-grid{gap:9px}
body.employer-active .employer-action-grid button{min-height:77px;padding:12px;border-radius:15px;background:linear-gradient(145deg,#fff,#f7fbfe);transition:.18s ease}
body.employer-active .employer-action-grid button:hover{transform:translateY(-2px);border-color:#acd2e9;box-shadow:0 10px 22px rgba(8,47,83,.055)}
body.employer-active .employer-action-grid button>span{width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#eaf6ff,#dff1fd)}
body.employer-active .employer-action-grid b{font-size:10px}
body.employer-active .employer-action-grid small{font-size:7.5px}
body.employer-active .employer-trust-card{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 10%,rgba(72,218,171,.12),transparent 30%),linear-gradient(150deg,#082f53,#0a5363);box-shadow:0 18px 40px rgba(8,47,83,.15)}
body.employer-active .employer-trust-card:after{content:"";position:absolute;right:-80px;bottom:-100px;width:240px;height:240px;border:38px solid rgba(255,255,255,.035);border-radius:50%}
body.employer-active .employer-trust-card>*{position:relative;z-index:1}
body.employer-active .employer-trust-card h2{margin-bottom:5px}
body.employer-active .employer-trust-lead{margin:0 0 15px;color:#b8d2de;font-size:8px;line-height:1.45}
body.employer-active .employer-trust-steps{gap:8px;position:relative}
body.employer-active .employer-trust-steps:before{content:"";position:absolute;left:15px;top:25px;bottom:25px;width:1px;background:rgba(255,255,255,.10)}
body.employer-active .employer-trust-steps>div{position:relative;z-index:1}
body.employer-active .employer-trust-steps>div>b{width:31px;height:31px;border-radius:10px}
body.employer-active .employer-recent-panel{overflow:hidden}
body.employer-active .employer-demand-list{gap:7px}
body.employer-active .employer-demand-list article{position:relative;overflow:hidden;padding:11px 12px;border-radius:14px;background:linear-gradient(145deg,#fff,#f8fcff);transition:.18s ease}
body.employer-active .employer-demand-list article:hover{transform:translateX(2px);border-color:#c6dce9}
body.employer-active .employer-demand-list article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#ff7b19,#ffaf62)}
body.employer-active .employer-demand-orb{background:linear-gradient(145deg,#eaf6ff,#dff1fd)}

/* Employer profile */
body.employer-active .employer-profile-layout{grid-template-columns:320px minmax(0,1fr);gap:13px}
body.employer-active .employer-profile-summary{min-height:455px;padding:24px;border-radius:22px;background:radial-gradient(circle at 80% 15%,rgba(209,199,255,.15),transparent 28%),linear-gradient(155deg,#082f53,#4c4687);box-shadow:0 18px 42px rgba(43,48,96,.18)}
body.employer-active .employer-profile-topline{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
body.employer-active .employer-profile-score{padding:10px 11px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);text-align:right}
body.employer-active .employer-profile-score strong,body.employer-active .employer-profile-score small{display:block}
body.employer-active .employer-profile-score strong{color:#73e4ba;font-size:19px}
body.employer-active .employer-profile-score small{margin-top:2px;color:#c6d7e3;font-size:7px}
body.employer-active .employer-profile-meter{position:relative;z-index:1;height:5px;margin-top:17px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden}
body.employer-active .employer-profile-meter i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3edba4,#75edbf)}
body.employer-active .employer-profile-trust{position:relative;z-index:1;margin-top:18px;padding:12px;border-radius:14px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.07)}
body.employer-active .employer-profile-trust b,body.employer-active .employer-profile-trust small{display:block}
body.employer-active .employer-profile-trust b{display:flex;align-items:center;gap:6px;color:#77e9bd;font-size:8px}
body.employer-active .employer-profile-trust b svg{width:14px}
body.employer-active .employer-profile-trust small{margin-top:4px;color:#c0d4e0;font-size:7.5px}
body.employer-active .employer-profile-form{padding:21px}
body.employer-active .employer-form-grid{gap:11px}
body.employer-active .employer-form-grid .field label{color:#274f6c;font-size:8px;font-weight:900}
body.employer-active .employer-form-grid .field input,body.employer-active .employer-form-grid .field select,body.employer-active .employer-form-grid .field textarea{min-height:46px;border-radius:12px;border-color:#d8e5ed;background:#fbfdff;transition:.15s ease}
body.employer-active .employer-form-grid .field input:focus,body.employer-active .employer-form-grid .field select:focus,body.employer-active .employer-form-grid .field textarea:focus{border-color:#65b6e6;box-shadow:0 0 0 3px rgba(35,143,207,.08);background:#fff}
body.employer-active .employer-definition-note{border-radius:14px;background:linear-gradient(145deg,#f8fbfe,#f0f8fd)}

/* Site network */
body.employer-active .employer-site-grid{gap:12px}
body.employer-active .employer-site-card{position:relative;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(8,47,83,.055);transition:.18s ease}
body.employer-active .employer-site-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(8,47,83,.09);border-color:#bed8e8}
body.employer-active .employer-site-photo{height:170px;position:relative}
body.employer-active .employer-site-photo:after{content:"";position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(transparent,rgba(6,34,58,.35));pointer-events:none}
body.employer-active .employer-site-photo img{transition:.35s ease}
body.employer-active .employer-site-card:hover .employer-site-photo img{transform:scale(1.025)}
body.employer-active .employer-site-card-body{padding:16px}
body.employer-active .employer-site-card h3{font-size:18px}
body.employer-active .employer-site-card p{font-size:8px;line-height:1.45}
body.employer-active .employer-project-facts{gap:7px}
body.employer-active .employer-project-facts span{padding:9px;border:1px solid #e7eef3;background:linear-gradient(145deg,#fbfdff,#f3f8fb)}
body.employer-active .employer-site-proof-row span{padding:6px 8px;border-radius:9px}
body.employer-active .employer-site-proof-row span.ok{background:linear-gradient(145deg,#eaf9f3,#e2f6ee)}
body.employer-active .employer-add-site{position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#fbfdff)}
body.employer-active .employer-add-site:before{content:"";position:absolute;right:-60px;top:-70px;width:180px;height:180px;border:28px solid rgba(23,135,209,.035);border-radius:50%;pointer-events:none}
body.employer-active .employer-site-proof-mini>label{border-radius:13px;background:linear-gradient(145deg,#fbfdff,#f5fafd)}

/* Requirements */
body.employer-active .employer-requirement-layout{grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:13px;align-items:start}
body.employer-active .employer-requirement-layout>.employer-panel:first-child{min-height:430px}
body.employer-active .employer-requirement-form{position:sticky;top:92px;background:linear-gradient(145deg,#fff,#f9fcff)}
body.employer-active .employer-requirement-cards{gap:8px}
body.employer-active .employer-requirement-cards>article{position:relative;overflow:hidden;padding:14px;border-radius:15px;background:linear-gradient(145deg,#fff,#f8fcff);transition:.18s ease}
body.employer-active .employer-requirement-cards>article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#ff7b19,#ffb362)}
body.employer-active .employer-requirement-cards>article:hover{transform:translateX(2px);border-color:#c9dce8}
body.employer-active .employer-requirement-cards h3{font-size:16px}
body.employer-active .employer-requirement-cards p b{font-size:14px}
body.employer-active .employer-requirement-form .form-actions{margin-top:12px}
body.employer-active .employer-requirement-form .pbtn.primary{width:100%}

/* Assignments */
body.employer-active .employer-assignment-grid{gap:10px}
body.employer-active .employer-assignment-grid>article{position:relative;overflow:hidden;min-height:92px;padding:14px;border-radius:17px;background:linear-gradient(145deg,#fff,#f7fbfe);box-shadow:0 8px 22px rgba(8,47,83,.035);transition:.18s ease}
body.employer-active .employer-assignment-grid>article:hover{transform:translateY(-2px);border-color:#bcd9e9;box-shadow:0 13px 28px rgba(8,47,83,.07)}
body.employer-active .employer-assignment-photo{width:66px;height:66px;border-radius:18px;box-shadow:0 8px 18px rgba(8,47,83,.12)}
body.employer-active .employer-assignment-copy h3{font-size:16px}
body.employer-active .employer-assignment-copy p{font-size:8px}
body.employer-active .employer-assignment-copy small,body.employer-active .employer-assignment-copy b{font-size:7.5px}

/* Support */
body.employer-active .employer-support-layout{grid-template-columns:minmax(310px,.62fr) minmax(0,1fr);gap:13px}
body.employer-active .employer-support-intro{min-height:445px;padding:25px;border-radius:22px;background:radial-gradient(circle at 82% 18%,rgba(202,190,255,.16),transparent 28%),linear-gradient(150deg,#082f53,#4b4585);box-shadow:0 18px 42px rgba(49,45,104,.16)}
body.employer-active .employer-support-intro h2{font-size:25px}
body.employer-active .employer-support-intro p{font-size:10px;line-height:1.6}
body.employer-active .employer-support-topics{gap:7px}
body.employer-active .employer-support-topics span{padding:7px 9px;border:1px solid rgba(255,255,255,.08)}
body.employer-active .employer-support-layout>.employer-panel{padding:21px}
body.employer-active .employer-support-layout .field.full textarea{min-height:130px}

/* Empty and loading states */
body.employer-active .employer-empty{padding:36px 20px;border-radius:18px;background:radial-gradient(circle at 50% 0%,rgba(23,135,209,.05),transparent 32%),linear-gradient(145deg,#fbfdff,#f7fbfe)}
body.employer-active .employer-empty>span{box-shadow:0 8px 18px rgba(23,135,209,.08)}
body.employer-active .employer-loading{border-radius:16px;background:linear-gradient(145deg,#fbfdff,#f5fafd)}

/* Desktop compactness */
@media(min-width:1161px){
 body.employer-active .employer-page-hero+ .employer-type-strip{margin-top:-1px}
 body.employer-active .employer-panel .form-actions{margin-top:14px}
}

@media(max-width:1160px){
 body.employer-active .employer-shell{grid-template-columns:238px minmax(0,1fr)}
 body.employer-active .employer-profile-layout{grid-template-columns:265px minmax(0,1fr)}
 body.employer-active .employer-requirement-layout{grid-template-columns:1fr}
 body.employer-active .employer-requirement-form{position:static}
 body.employer-active .employer-dashboard-grid{grid-template-columns:1fr}
}
@media(max-width:930px){
 body.employer-active .employer-shell{grid-template-columns:1fr}
 body.employer-active .employer-side{position:static;min-height:auto;display:grid;grid-template-columns:auto minmax(0,1fr);padding:8px 13px}
 body.employer-active .employer-side-identity{display:none}
 body.employer-active .employer-side .portal-nav{display:flex;overflow-x:auto;grid-column:1/-1}
 body.employer-active .employer-shell .portal-main{padding:16px}
 body.employer-active .employer-profile-layout{grid-template-columns:1fr}
 body.employer-active .employer-profile-summary{min-height:0}
 body.employer-active .employer-site-grid,body.employer-active .employer-assignment-grid{grid-template-columns:1fr}
 body.employer-active .employer-focus-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
 body.employer-active .employer-shell .portal-main{padding:11px 10px 28px}
 body.employer-active .employer-page-hero{grid-template-columns:1fr;min-height:0;padding:17px;border-radius:19px}
 body.employer-active .employer-page-icon{display:none}
 body.employer-active .employer-page-hero h1{font-size:25px}
 body.employer-active .employer-page-hero aside{grid-column:1;padding:10px 11px}
 body.employer-active .employer-hero-meta{margin-top:10px}
 body.employer-active .employer-type-strip{display:grid;grid-template-columns:1fr 1fr;gap:7px}
 body.employer-active .employer-type-strip>span{min-width:0;display:block;padding:9px 10px}
 body.employer-active .employer-type-strip b{display:block;margin-top:3px;text-align:left;font-size:9px}
 body.employer-active .employer-metrics{grid-template-columns:1fr 1fr;gap:7px}
 body.employer-active .employer-metric{min-height:91px;grid-template-columns:38px 1fr;padding:10px}
 body.employer-active .employer-metric>span{width:37px;height:37px}
 body.employer-active .employer-metric strong{font-size:20px}
 body.employer-active .employer-focus-card{grid-template-columns:40px minmax(0,1fr) 20px;padding:11px}
 body.employer-active .employer-focus-card>span{width:39px;height:39px}
 body.employer-active .employer-panel,body.employer-active .employer-command-card,body.employer-active .employer-trust-card{padding:13px;border-radius:17px}
 body.employer-active .employer-action-grid{grid-template-columns:1fr}
 body.employer-active .employer-section-head{align-items:flex-start;flex-direction:column;gap:8px}
 body.employer-active .employer-profile-summary{padding:20px}
 body.employer-active .employer-site-photo{height:150px}
 body.employer-active .employer-support-layout{grid-template-columns:1fr}
 body.employer-active .employer-support-intro{min-height:0;padding:20px}
 body.employer-active .employer-assignment-grid>article{grid-template-columns:56px minmax(0,1fr)}
 body.employer-active .employer-assignment-grid>article>.badge{grid-column:2}
 body.employer-active .employer-assignment-photo{width:54px;height:54px}
}


/* v5.41 — Employer site network: sliding sidebar + Daily/Regular site builder */
body.employer-active .employer-side{height:calc(100vh - 74px);min-height:0;overflow:hidden}
body.employer-active .employer-nav-slider{position:relative;z-index:2;display:grid;grid-template-rows:24px minmax(0,1fr) 24px;gap:4px;min-height:190px;flex:1;margin:10px 0 12px}
body.employer-active .employer-nav-slider .portal-nav{margin:0!important;display:flex;flex-direction:column;gap:7px;min-height:0;overflow-y:auto;overflow-x:hidden;padding:2px 3px;scrollbar-width:thin;scrollbar-color:rgba(91,198,255,.46) transparent;scroll-behavior:smooth}
body.employer-active .employer-nav-slider .portal-nav::-webkit-scrollbar{width:5px}
body.employer-active .employer-nav-slider .portal-nav::-webkit-scrollbar-thumb{background:rgba(91,198,255,.46);border-radius:8px}
body.employer-active .employer-nav-scroll{border:0;border-radius:10px;background:rgba(255,255,255,.055);color:#8dc8eb;font-size:18px;line-height:1;cursor:pointer;opacity:.4;transition:.2s ease}
body.employer-active .employer-nav-slider.can-scroll-prev .employer-nav-prev,body.employer-active .employer-nav-slider.can-scroll-next .employer-nav-next{opacity:1;background:rgba(47,159,224,.14);color:#fff}
body.employer-active .employer-nav-scroll:disabled{opacity:.16;cursor:default}
body.employer-active .employer-side-vision{margin-top:0;flex:0 0 auto}

.employer-add-site-v541{padding:0!important;overflow:hidden;border:1px solid #d9e9f2;background:linear-gradient(180deg,#fbfdff,#f5fbff);box-shadow:0 18px 45px rgba(11,49,85,.08)}
.employer-site-builder-intro{display:grid;grid-template-columns:1fr auto;align-items:center;gap:22px;padding:22px 24px;background:linear-gradient(120deg,#0b3c67,#0c6271);color:#fff}
.employer-site-builder-intro.daily{background:linear-gradient(120deg,#0b3c67,#087b68)}
.employer-site-builder-intro.regular{background:linear-gradient(120deg,#0b3c67,#165f8e)}
.employer-site-builder-intro span{font-size:9px;font-weight:900;letter-spacing:.14em;color:#66e6b5}.employer-site-builder-intro h2{margin:5px 0 3px;font-size:26px;line-height:1.1}.employer-site-builder-intro p{margin:0;color:#c5dce9;font-size:11px}.employer-site-builder-intro .employer-mini-kpis{display:flex;gap:8px}.employer-site-builder-intro .employer-mini-kpis span{width:68px;min-height:55px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:14px;display:grid;place-items:center;padding:7px;color:#fff}.employer-site-builder-intro .employer-mini-kpis b{font-size:17px}.employer-site-builder-intro .employer-mini-kpis small{font-size:8px;color:#cce3ee;font-weight:800}
.employer-site-builder-sections{padding:18px 20px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.employer-site-builder-sections .employer-work-card{margin:0;min-width:0;padding:15px 16px;border-radius:18px;box-shadow:0 8px 24px rgba(15,65,99,.06);background:#fff}
.employer-site-builder-sections .employer-work-card>header{margin-bottom:12px}.employer-site-builder-sections .employer-form-grid{gap:11px 12px}.employer-site-builder-sections .field label{font-size:10px}.employer-site-builder-sections input,.employer-site-builder-sections select,.employer-site-builder-sections textarea{min-height:48px}.employer-site-builder-sections textarea{min-height:88px}
.employer-site-builder-sections .employer-brief-card,.employer-site-builder-sections .employer-site-location-builder,.employer-site-builder-sections .employer-site-proof-builder{grid-column:1/-1}
.employer-site-address-grid{display:grid;grid-template-columns:1fr 1fr .65fr;gap:12px}.employer-site-address{margin-top:10px}.employer-site-address textarea{min-height:70px!important}
.employer-site-proof-polished{display:grid;grid-template-columns:1fr 1fr;gap:12px}.employer-site-proof-polished>label{min-height:110px;border:1px dashed #a9cadf;border-radius:16px;background:linear-gradient(145deg,#f8fcff,#eef8fc);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:14px;text-align:center}.employer-site-proof-polished>label span{font-weight:900;color:#123e63}.employer-site-proof-polished>label span em{margin-left:5px;padding:3px 6px;border-radius:999px;background:#e8f8f1;color:#087a53;font-size:8px;font-style:normal;text-transform:uppercase}.employer-site-proof-polished>label input{min-height:0;margin-top:8px;max-width:100%;font-size:10px}.employer-site-proof-polished .employer-location-mini{grid-column:1/-1;border:1px solid #d8e8f1;border-radius:16px;background:#f8fcff;padding:13px}
.employer-site-builder-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:18px 20px 20px;padding:14px 16px;border-radius:17px;background:linear-gradient(90deg,#edf7ff,#f3fbf7);border:1px solid #d9e9f1}.employer-site-builder-actions div span,.employer-site-builder-actions div small{display:block}.employer-site-builder-actions div span{font-size:10px;font-weight:900;color:#0b4b78}.employer-site-builder-actions div small{margin-top:3px;font-size:9px;color:#728b9e}.employer-site-builder-actions .pbtn{min-width:200px}
.employer-site-card.daily-site-card{border-top:4px solid #11ae7c}.employer-site-card.regular-site-card{border-top:4px solid #268dcc}.employer-site-card .employer-project-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.employer-site-card .site-fact-date{display:flex}

@media(max-width:1100px){.employer-site-builder-sections{grid-template-columns:1fr}.employer-site-builder-sections .employer-work-card{grid-column:1}.employer-site-address-grid{grid-template-columns:1fr 1fr}.employer-site-address-grid>.field:last-child{grid-column:1/-1}.employer-site-card .employer-project-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:930px){body.employer-active .employer-side{height:auto;overflow:visible}.employer-nav-slider{grid-column:1/-1!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) 34px!important;grid-template-rows:1fr!important;align-items:center;gap:5px!important;min-height:0!important;margin:0!important}.employer-nav-slider .portal-nav{flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;padding:3px 0 6px!important}.employer-nav-scroll{height:38px;transform:none!important}.employer-nav-prev{order:0}.employer-nav-slider .portal-nav{order:1}.employer-nav-next{order:2}.employer-site-builder-intro{grid-template-columns:1fr;padding:18px}.employer-site-builder-intro .employer-mini-kpis{display:none}.employer-site-builder-sections{padding:14px}.employer-site-builder-actions{margin:14px;align-items:stretch;flex-direction:column}.employer-site-builder-actions .pbtn{width:100%}.employer-site-proof-polished{grid-template-columns:1fr}.employer-site-proof-polished .employer-location-mini{grid-column:1}.employer-site-address-grid{grid-template-columns:1fr}.employer-site-address-grid>.field:last-child{grid-column:1}}
@media(min-width:931px){body.employer-active .employer-nav-prev,body.employer-active .employer-nav-next{transform:rotate(90deg)}}

/* v5.42 — Employer identity vault + multi-trade workforce requirement */
body.employer-active .employer-side-avatar.has-photo{overflow:hidden;background:#fff;border:2px solid rgba(255,255,255,.2)}
body.employer-active .employer-side-avatar.has-photo img{width:100%;height:100%;object-fit:cover;display:block}
.employer-profile-v542{grid-template-columns:310px minmax(0,1fr);align-items:start}
.employer-profile-v542 .employer-profile-summary{position:sticky;top:92px}
.employer-profile-mark.has-photo{overflow:hidden;background:#fff}.employer-profile-mark.has-photo img{width:100%;height:100%;object-fit:cover;display:block}
.employer-id-doc-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:4px 0 13px}
.employer-id-doc{position:relative;min-width:0;min-height:128px;padding:12px;border:1px solid #dbe8f0;border-radius:16px;background:linear-gradient(155deg,#fbfdff,#f4f9fc);display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;gap:8px 9px;transition:.2s ease}
.employer-id-doc.ready{border-color:#bfe8d8;background:linear-gradient(155deg,#fbfffd,#f0faf6)}.employer-id-doc.busy{opacity:.72}.employer-id-doc.error{border-color:#f2bcbc}
.employer-id-doc-preview{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#e8f4fb;color:#0f78b6;overflow:hidden}.employer-id-doc-preview svg{width:20px}.employer-id-doc-preview img{width:100%;height:100%;object-fit:cover}
.employer-id-doc-copy{min-width:0}.employer-id-doc-copy span,.employer-id-doc-copy small,.employer-id-doc-copy b{display:block}.employer-id-doc-copy span{font-size:10px;font-weight:900;color:#0b3155}.employer-id-doc-copy small{margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:7.5px;color:#7890a3}.employer-id-doc-copy b{margin-top:4px;font-size:8px;color:#0b9165}
.employer-id-doc-actions{grid-column:1/-1;display:flex;gap:6px;align-items:center}.employer-id-doc-actions .pbtn{min-height:30px;padding:6px 9px;font-size:8px;cursor:pointer}.employer-id-doc-actions label{margin:0}.employer-id-doc-status{grid-column:1/-1;display:block;min-height:12px;color:#6d879a;font-size:7px;line-height:1.25}
.employer-ocr-note{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:10px;margin:0 0 18px;padding:11px 13px;border:1px solid #cfe8df;border-radius:14px;background:#f1fbf7;color:#0b3155}.employer-ocr-note>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#dcf6eb;color:#0b9b69}.employer-ocr-note svg{width:18px}.employer-ocr-note p{margin:0}.employer-ocr-note b,.employer-ocr-note small{display:block}.employer-ocr-note b{font-size:9px}.employer-ocr-note small{margin-top:3px;color:#628174;font-size:8px;line-height:1.4}
.employer-identity-form-head{margin-top:4px;padding-top:15px;border-top:1px solid #e5edf3}.employer-form-grid.identity-grid{gap:10px 12px}.employer-form-grid.identity-grid textarea{min-height:70px}.employer-profile-v542 .field input,.employer-profile-v542 .field select,.employer-profile-v542 .field textarea{min-height:46px}

.employer-requirement-v542{grid-template-columns:minmax(0,1fr) minmax(460px,.95fr);align-items:start}.employer-requirement-v542>.employer-panel:first-child{min-height:520px}
.employer-requirement-form.employer-requirement-builder{padding:16px}.employer-requirement-builder>.employer-section-head{margin-bottom:10px}
.employer-req-step{margin:0 0 10px;padding:12px;border:1px solid #dfeaf1;border-radius:16px;background:linear-gradient(155deg,#fff,#f8fbfd)}.employer-req-step>header{display:flex;gap:9px;align-items:center;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #e7eef3}.employer-req-step>header>b{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#e8f4fb;color:#0876b5;font-size:8px}.employer-req-step>header strong,.employer-req-step>header small{display:block}.employer-req-step>header strong{font-size:11px;color:#0b3155}.employer-req-step>header small{font-size:7.5px;color:#7c92a3}.employer-req-step .employer-form-grid{gap:9px 10px}.employer-req-step .field label{font-size:9px}.employer-req-step input,.employer-req-step select{min-height:44px}
.employer-trade-row{display:grid;grid-template-columns:minmax(0,1fr) 105px 34px;gap:8px;align-items:end;margin-bottom:8px}.employer-trade-row .field{margin:0}.employer-trade-row select,.employer-trade-row input{min-height:44px}.employer-trade-remove{height:44px;border:0;border-radius:11px;background:#fff0f0;color:#c94b4b;font-size:22px;cursor:pointer}.employer-add-trade{border:1px dashed #8fc3df;border-radius:11px;background:#f2f9fd;color:#0a6fa9;font-weight:850;font-size:9px;padding:9px 12px;cursor:pointer}.employer-trade-example{margin-top:7px;color:#738c9e;font-size:7.5px}
.employer-facility-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.employer-facility-options label{cursor:pointer}.employer-facility-options input{position:absolute;opacity:0;pointer-events:none}.employer-facility-options span{min-height:72px;padding:10px;border:1px solid #dce8ef;border-radius:13px;background:#fff;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center}.employer-facility-options svg{grid-row:1/3;width:22px;color:#178cc8}.employer-facility-options b{font-size:10px;color:#0b3155}.employer-facility-options small{font-size:7.5px;color:#7890a3}.employer-facility-options input:checked+span{border-color:#38b98c;background:#eefaf5;box-shadow:0 0 0 2px rgba(56,185,140,.08) inset}.employer-facility-options input:checked+span b{color:#087a56}
.employer-req-notes textarea{min-height:70px}.employer-requirement-cards.v542>article{border-left:4px solid #ff7a12;padding:14px}.employer-req-card-top{display:flex!important;justify-content:space-between!important}.employer-req-trades{display:flex!important;justify-content:flex-start!important;flex-wrap:wrap;gap:6px;margin:10px 0 8px}.employer-req-trades span{display:flex!important;gap:5px;align-items:center!important;padding:6px 8px;border-radius:999px;background:#edf7fd;color:#0c507c;font-size:8px}.employer-req-trades span b{font-weight:900}.employer-req-trades span em{font-style:normal;color:#ff7610;font-weight:900}.employer-req-facilities{display:flex!important;justify-content:flex-start!important;gap:5px!important;flex-wrap:wrap;margin-top:8px}.employer-req-facilities span{padding:4px 7px;border-radius:999px;background:#eefaf5;color:#07805a!important;font-size:7px!important;font-weight:850}

@media(max-width:1280px){.employer-id-doc-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.employer-requirement-v542{grid-template-columns:1fr}}
@media(max-width:1160px){.employer-profile-v542{grid-template-columns:260px minmax(0,1fr)}.employer-id-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employer-profile-v542 .employer-profile-summary{position:static}}
@media(max-width:930px){.employer-profile-v542{grid-template-columns:1fr}.employer-id-doc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employer-requirement-v542{grid-template-columns:1fr}}
@media(max-width:640px){.employer-id-doc-grid{grid-template-columns:1fr}.employer-trade-row{grid-template-columns:minmax(0,1fr) 86px 34px}.employer-facility-options{grid-template-columns:1fr}.employer-req-step{padding:10px}.employer-profile-v542 .employer-profile-summary{padding:17px}}

/* v5.43 — Employer agreement / work-status / payment workflow */
.employer-workflow-list{display:grid;gap:18px}
.employer-workflow-card{background:#fff;border:1px solid #dbe7f1;border-radius:24px;padding:20px;box-shadow:0 16px 38px rgba(11,49,85,.07)}
.workflow-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid #e7eef5}
.workflow-worker{display:flex;align-items:center;gap:14px;min-width:0}.workflow-avatar{width:58px;height:58px;border-radius:18px;overflow:hidden;background:#e9f4fb;display:grid;place-items:center;flex:0 0 auto}.workflow-avatar img{width:100%;height:100%;object-fit:cover}.workflow-worker small{display:block;font-size:11px;font-weight:900;letter-spacing:.12em;color:#5f7e98}.workflow-worker h3{margin:3px 0 3px;color:#0b3155;font-size:21px}.workflow-worker p{margin:0;color:#6e879d;font-size:13px;line-height:1.45}
.employer-workflow-card details{margin-top:12px}.employer-workflow-card summary{cursor:pointer;list-style:none;padding:12px 14px;border-radius:14px;background:#f2f8fc;color:#0b3155;font-weight:900}.employer-workflow-card summary::-webkit-details-marker{display:none}.employer-workflow-card form{padding-top:16px}.employer-workflow-card textarea{min-height:92px}
.workflow-warning{margin-top:14px;padding:12px 14px;border-radius:14px;background:#fff5e9;border:1px solid #ffd6aa;color:#9a4d00;font-weight:800;font-size:13px}
.work-photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0}.work-photo-upload{min-height:205px;border:2px dashed #b9d6e8;border-radius:20px;background:#f7fbfe;padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;cursor:pointer;overflow:hidden}.work-photo-upload input{display:none}.work-photo-upload>span{width:100%;height:120px;border-radius:14px;background:#e9f5fb;color:#0d6ea8;display:grid;place-items:center;overflow:hidden}.work-photo-upload>span svg{width:36px;height:36px}.work-photo-upload>span img{width:100%;height:100%;object-fit:cover}.work-photo-upload b{color:#0b3155}.work-photo-upload small{color:#71899d;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-photo-upload.ready{border-style:solid;border-color:#54c89a;background:#f3fcf8}
.payment-recorded-strip{margin:14px 0 4px;display:flex;align-items:center;gap:12px;padding:13px 15px;border-radius:16px;background:#effaf5;color:#087a55}.payment-recorded-strip>span{width:36px;height:36px;display:grid;place-items:center;background:#d9f5e8;border-radius:12px}.payment-recorded-strip svg{width:20px}.payment-recorded-strip b,.payment-recorded-strip small{display:block}.payment-recorded-strip small{margin-top:2px;color:#5f7e72}
.employer-id-doc.busy{outline:2px solid #7bc9ff;outline-offset:2px}.employer-id-doc.error{outline:2px solid #ffb0a6;outline-offset:2px}.employer-id-doc-status{min-height:18px;color:#55758d;line-height:1.35}.employer-id-doc.error .employer-id-doc-status{color:#b63d2d}
@media(max-width:760px){.workflow-card-head{flex-direction:column}.work-photo-pair{grid-template-columns:1fr}.employer-workflow-card{padding:15px;border-radius:18px}.workflow-worker h3{font-size:18px}}


/* v5.45 — Employer workflow quick navigation */
.employer-workflow-topbar{position:sticky;top:78px;z-index:32;margin:-4px 0 18px;padding:10px 12px;background:rgba(248,252,255,.94);border:1px solid #d8e6ef;border-radius:18px;box-shadow:0 10px 28px rgba(12,51,84,.08);backdrop-filter:blur(14px)}
.employer-workflow-topbar-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 5px 8px}
.employer-workflow-topbar-head span{font-size:9px;font-weight:950;letter-spacing:.15em;color:#0d6d9f}
.employer-workflow-topbar-head small{font-size:9px;color:#7891a4;font-weight:700}
.employer-workflow-quicknav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}
.employer-workflow-quicknav button{position:relative;min-width:0;border:1px solid #dce8f0;background:#fff;color:#123d60;border-radius:13px;padding:9px 10px;display:grid;grid-template-columns:24px 24px minmax(0,1fr) 10px;align-items:center;gap:7px;text-align:left;cursor:pointer;transition:.18s ease;box-shadow:0 3px 9px rgba(18,61,96,.035)}
.employer-workflow-quicknav button:hover{border-color:#8bc6e8;transform:translateY(-1px);box-shadow:0 7px 16px rgba(18,61,96,.08)}
.employer-workflow-quicknav button.active{border-color:#168ad0;background:linear-gradient(135deg,#0e4773,#0b6680);color:#fff;box-shadow:0 9px 20px rgba(10,91,133,.18)}
.employer-workflow-quicknav button em{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#edf6fc;color:#0d73aa;font-size:10px;font-style:normal;font-weight:950}
.employer-workflow-quicknav button.active em{background:#ff8a1b;color:#fff}
.employer-workflow-quicknav .flow-nav-icon{width:24px;height:24px;display:grid;place-items:center;color:#1884bc}
.employer-workflow-quicknav .flow-nav-icon svg{width:18px;height:18px}
.employer-workflow-quicknav button.active .flow-nav-icon{color:#5ce2b0}
.employer-workflow-quicknav button b{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:850}
.employer-workflow-quicknav button i{font-style:normal;font-size:17px;color:#9ab0c0;text-align:right}
.employer-workflow-quicknav button.active i{color:#bde7ef}
.employer-tab-content{min-width:0}
@media(max-width:1180px){.employer-workflow-quicknav{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:3px;scrollbar-width:thin}.employer-workflow-quicknav button{min-width:174px;scroll-snap-align:start}.employer-workflow-topbar-head small{display:none}}
@media(max-width:930px){.employer-workflow-topbar{top:0;margin:0 0 12px;border-radius:16px;padding:8px 9px}.employer-workflow-topbar-head{padding-bottom:6px}.employer-workflow-quicknav button{min-width:158px;padding:8px;grid-template-columns:22px 22px minmax(0,1fr) 8px}.employer-workflow-quicknav button em,.employer-workflow-quicknav .flow-nav-icon{width:22px;height:22px}.employer-workflow-quicknav button b{font-size:10px}}
@media(max-width:640px){.employer-workflow-topbar{margin:0 -1px 10px}.employer-workflow-topbar-head{display:none}.employer-workflow-quicknav{gap:6px}.employer-workflow-quicknav button{min-width:144px;border-radius:11px}.employer-workflow-quicknav button i{display:none}}


/* v5.46 — Employer workflow links in the actual top navigation */
body[data-portal="company"] .portal-top-inner{width:min(1660px,97%);gap:18px}
.employer-header-nav{display:flex;align-items:center;justify-content:center;gap:2px;min-width:0;flex:1;overflow-x:auto;scrollbar-width:none;white-space:nowrap;padding:0 6px}
.employer-header-nav::-webkit-scrollbar{display:none}
.employer-header-nav.hidden{display:none}
.employer-header-nav a{position:relative;display:inline-flex;align-items:center;min-height:40px;padding:9px 12px;border-radius:10px;color:#35546e;text-decoration:none;font-size:12px;font-weight:850;transition:.16s ease}
.employer-header-nav a:hover{background:#f1f7fb;color:#0b5f92}
.employer-header-nav a.active{background:#eaf6fd;color:#0b5f92}
.employer-header-nav a.active:after{content:"";position:absolute;left:12px;right:12px;bottom:3px;height:3px;border-radius:99px;background:#ff7a00}
body.employer-active .portal-top{box-shadow:0 5px 18px rgba(9,48,80,.05)}
body.employer-active .portal-top-actions{flex:0 0 auto}
@media(max-width:1180px){body[data-portal="company"] .portal-top-inner{width:96%;gap:10px}.employer-header-nav{justify-content:flex-start}.employer-header-nav a{padding:8px 10px;font-size:11px}.portal-top-actions .pbtn{padding:10px 12px}}
@media(max-width:760px){body[data-portal="company"] .portal-top-inner{width:94%;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;padding:7px 0}.employer-header-nav{grid-column:1/-1;grid-row:2;width:100%;justify-content:flex-start;padding:2px 0}.employer-header-nav a{min-height:36px;padding:7px 10px}.portal-top-actions{grid-column:2;grid-row:1}.portal-logo{grid-column:1;grid-row:1}.portal-logo img{width:165px}.portal-top-actions .home-label{display:none}}
@media(max-width:480px){.employer-header-nav a{font-size:10px;padding:7px 9px}.portal-top-actions .pbtn{min-height:38px;padding:8px 10px}}


/* ===== PayByDay v5.48 — Worker flow navigation + worker-friendly pages ===== */
body[data-portal="worker"] .portal-top-inner{gap:12px}
.worker-header-nav{display:flex;align-items:center;justify-content:center;gap:2px;min-width:0;flex:1;overflow-x:auto;scrollbar-width:none;white-space:nowrap;padding:0 6px}
.worker-header-nav::-webkit-scrollbar{display:none}.worker-header-nav.hidden{display:none}
.worker-header-nav a{position:relative;display:inline-flex;align-items:center;min-height:40px;padding:9px 12px;border-radius:10px;color:#35546e;text-decoration:none;font-size:12px;font-weight:850;transition:.16s ease}
.worker-header-nav a:hover{background:#f1f7fb;color:#0b5f92}.worker-header-nav a.active{background:#eaf6fd;color:#0b5f92}.worker-header-nav a.active:after{content:"";position:absolute;left:12px;right:12px;bottom:3px;height:3px;border-radius:99px;background:#ff7a00}
/* Left panel belongs to page scroll; no independent/sticky trap. */
.worker-side{position:relative!important;top:auto!important;min-height:100%!important;overflow:visible!important}
.worker-side .worker-mobile-nav-wrap{min-height:0}.worker-side .portal-nav{align-content:start}
.worker-friendly-banner{min-height:170px;margin-bottom:16px;border-radius:24px;padding:22px 24px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:center;overflow:hidden;position:relative;background:linear-gradient(115deg,#08375f,#0a6c79);color:#fff;box-shadow:0 18px 38px rgba(8,47,83,.14)}
.worker-friendly-banner:after{content:"";position:absolute;width:260px;height:260px;border:45px solid rgba(255,255,255,.055);border-radius:50%;right:-80px;top:-110px}.worker-friendly-banner>div,.worker-friendly-banner>img{position:relative;z-index:1}.worker-friendly-banner>div>span{font-size:9px;letter-spacing:.16em;font-weight:950;color:#64efb7}.worker-friendly-banner h2{font-size:28px;line-height:1.05;margin:6px 0}.worker-friendly-banner p{max-width:640px;margin:0 0 14px;color:#d2e7f2;font-size:12px;line-height:1.55}.worker-friendly-banner>img{width:100%;height:150px;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 28px rgba(0,0,0,.2)}
.worker-agreement-banner{background:linear-gradient(115deg,#0a3155,#4a477e)}.worker-start-banner{background:linear-gradient(115deg,#073c57,#087a67)}.worker-status-banner{background:linear-gradient(115deg,#0a3155,#125f80)}.worker-visual-icon{justify-self:end;width:110px;height:110px;border-radius:30px;background:rgba(255,255,255,.1);display:grid;place-items:center;color:#74e4b5}.worker-visual-icon svg{width:58px;height:58px}
.worker-job-grid,.worker-flow-card-grid,.worker-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.worker-job-card,.worker-flow-card,.worker-status-card{border:1px solid #dce7ef;border-radius:20px;padding:16px;background:linear-gradient(180deg,#fff,#f9fcff);box-shadow:0 9px 24px rgba(13,49,88,.05)}
.worker-job-card{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:12px;align-items:start}.worker-job-icon{width:48px;height:48px;border-radius:15px;background:#e9f8f1;color:#0aa467;display:grid;place-items:center}.worker-job-icon svg{width:24px}.worker-job-copy>span{font-size:8px;font-weight:950;letter-spacing:.12em;color:#ff7610}.worker-job-copy h4{font-size:17px;margin:3px 0;color:#0d3158}.worker-job-copy p{margin:0;color:#71879a;font-size:10px}.worker-job-meta,.worker-job-facilities{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.worker-job-meta b,.worker-job-facilities span{padding:5px 7px;border-radius:999px;background:#edf5fa;color:#49687f;font-size:8px}.worker-job-facilities span{background:#ecfaf4;color:#167650}
.worker-flow-card-top{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:10px;align-items:start}.worker-flow-card-top>span:first-child{width:44px;height:44px;border-radius:14px;background:#eaf4ff;color:#177bc9;display:grid;place-items:center}.worker-flow-card-top svg{width:22px;height:22px}.worker-flow-card-top small{font-size:8px;font-weight:900;color:#7190a8}.worker-flow-card-top h3{font-size:17px;margin:2px 0;color:#0d3158}.worker-flow-card-top p{font-size:10px;color:#768da0;margin:0}.worker-flow-card>.pbtn{width:100%;margin-top:14px}.worker-flow-note{margin-top:13px;border-radius:13px;padding:11px;background:#fff5ec;color:#9d5b24;font-size:10px}.worker-agreement-body{margin-top:14px;padding:13px;border-radius:15px;background:#f6f9fc;border:1px solid #e3eaf0}.worker-agreement-body>b{color:#0d3158}.worker-agreement-body p{margin:10px 0;font-size:10px;color:#617b8f;line-height:1.5}.worker-agreement-body p strong{display:block;color:#234a6c;margin-bottom:3px}.worker-agreement-body>div{display:flex;gap:8px;flex-wrap:wrap}.worker-agreement-body>div span{padding:6px 8px;border-radius:9px;background:#fff;font-size:9px;color:#4e6b82}
.worker-start-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:15px}.worker-start-checks span{padding:9px 7px;text-align:center;border-radius:11px;background:#eff4f8;color:#71879b;font-size:9px;font-weight:900}.worker-start-checks span.done{background:#e7f9f1;color:#087b4d}
.worker-proof-pair{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.worker-proof-pair>div{min-height:150px;border:1px dashed #cbd9e4;border-radius:16px;background:#f7fafc;display:grid;place-items:center;align-content:center;overflow:hidden;text-align:center;position:relative}.worker-proof-pair>div>span{color:#7191a9}.worker-proof-pair svg{width:30px;height:30px}.worker-proof-pair b,.worker-proof-pair small{display:block;margin-top:5px}.worker-proof-pair b{font-size:10px;color:#244965}.worker-proof-pair small{font-size:8px;color:#8095a7}.worker-proof-pair .has-photo{display:block}.worker-proof-pair .has-photo img{width:100%;height:120px;object-fit:cover}.worker-proof-pair .has-photo b,.worker-proof-pair .has-photo small{padding:0 8px}.worker-status-note{margin:10px 0 0;padding:10px;border-radius:12px;background:#f3f7fa;color:#5c7589;font-size:9px}
@media(max-width:1180px){body[data-portal="worker"] .portal-top-inner{width:96%;gap:8px}.worker-header-nav{justify-content:flex-start}.worker-header-nav a{padding:8px 10px;font-size:11px}.worker-friendly-banner{grid-template-columns:1fr 230px}}
@media(max-width:900px){body[data-portal="worker"] .portal-top-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;padding:7px 0}.worker-header-nav{grid-column:1/-1;grid-row:2;width:100%;justify-content:flex-start;padding:2px 0}.worker-header-nav a{min-height:36px;padding:7px 10px}.worker-shell .worker-side{position:relative!important;min-height:0!important;overflow:hidden!important}.worker-friendly-banner{grid-template-columns:1fr 200px}.worker-job-grid,.worker-flow-card-grid,.worker-status-grid{grid-template-columns:1fr}}
@media(max-width:620px){.worker-header-nav a{font-size:10px;padding:7px 9px}.worker-friendly-banner{grid-template-columns:1fr;padding:18px}.worker-friendly-banner>img,.worker-visual-icon{display:none}.worker-friendly-banner h2{font-size:23px}.worker-job-card{grid-template-columns:44px 1fr}.worker-job-card>.pbtn{grid-column:1/-1;width:100%}.worker-proof-pair{grid-template-columns:1fr 1fr}.worker-flow-card-top{grid-template-columns:40px 1fr}.worker-flow-card-top>.badge{grid-column:2;justify-self:start}.worker-start-checks{grid-template-columns:1fr 1fr 1fr}}

/* ===== PayByDay v5.49 Admin hierarchy ===== */
.admin-role-chip{display:inline-flex;width:max-content;margin-top:7px;padding:5px 9px;border-radius:999px;background:rgba(29,205,120,.14);border:1px solid rgba(29,205,120,.32);color:#9af1ca;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.admin-hierarchy-tree{margin-top:18px;border:1px solid #dbe7f0;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbfe);padding:22px;box-shadow:0 18px 44px rgba(7,52,93,.07)}
.admin-h-master{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:16px;align-items:center;padding:20px;border-radius:18px;background:linear-gradient(125deg,#082f55,#124f75 62%,#136b65);color:#fff;position:relative;overflow:hidden}
.admin-h-master:after{content:"";position:absolute;width:280px;height:280px;border:42px solid rgba(255,255,255,.05);border-radius:50%;right:-80px;top:-120px}
.admin-h-crown{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#ff8a19,#ffb357);font-size:25px;font-weight:950;box-shadow:0 12px 25px rgba(255,122,0,.2)}
.admin-h-master span{font-size:10px;font-weight:900;letter-spacing:.16em;color:#a7d5f4}.admin-h-master h2{margin:5px 0 3px;font-size:25px}.admin-h-master p{margin:0;color:#c5dbe9;font-size:12px}
.admin-h-role{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;background:#edf5fb;color:#174e76;white-space:nowrap}
.admin-h-role.master_admin{background:#fff0dd;color:#a94d00}.admin-h-role.super_admin{background:#e7f0ff;color:#1b55a4}.admin-h-role.admin{background:#e6f9f0;color:#087a50}.admin-h-role.support{background:#f1eaff;color:#6f42b8}
.admin-h-super-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.admin-h-super{border:1px solid #dbe7f0;border-radius:18px;background:#fff;padding:16px;position:relative}.admin-h-super.inactive,.admin-h-child.inactive{opacity:.58}.admin-h-super header{display:flex;align-items:center;gap:10px}.admin-h-person{display:flex;align-items:center;gap:11px;min-width:0;flex:1}.admin-h-person>div{min-width:0}.admin-h-person b{display:block;color:#0b3155;font-size:15px}.admin-h-person small{display:block;color:#6c879c;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.admin-h-avatar{width:42px;height:42px;border-radius:14px;background:#eef7ff;color:#0d6ea7;display:grid;place-items:center;font-weight:950;flex:0 0 auto}.admin-h-avatar.super{background:linear-gradient(145deg,#e5efff,#d9f1ff);color:#124c8d}.admin-h-line{height:17px;width:2px;background:#d8e7f2;margin:3px 0 0 20px}.admin-h-children{display:grid;gap:9px}.admin-h-child{display:grid;grid-template-columns:minmax(0,1.45fr) auto auto auto;gap:10px;align-items:center;border:1px solid #e4edf4;border-radius:14px;padding:11px;background:#fbfdff}.admin-h-meta{display:grid;gap:4px;justify-items:end}.admin-h-meta>span:not(.admin-h-role){font-size:9px;color:#718ba0;font-weight:800}.admin-h-perms{display:flex;flex-wrap:wrap;gap:4px;max-width:180px}.admin-h-perms i{font-style:normal;padding:4px 6px;border-radius:999px;background:#edf7f3;color:#147457;font-size:8px;font-weight:850}.admin-h-empty{padding:18px;border:1px dashed #cadbe7;border-radius:13px;color:#7690a4;text-align:center;font-size:12px}.admin-h-empty.wide{grid-column:1/-1}
.admin-governance-form{margin-top:20px;border:1px solid #dbe7f0;border-radius:22px;background:#fff;padding:22px;box-shadow:0 18px 44px rgba(7,52,93,.06)}.admin-governance-form.editor{border-color:#b9d8ee;background:linear-gradient(180deg,#fff,#f9fcff)}.admin-team-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-team-form-grid label{display:grid;gap:6px}.admin-team-form-grid label.full{grid-column:1/-1}.admin-team-form-grid label>span,.admin-permission-box>span{font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#486a83}.admin-team-form-grid input,.admin-team-form-grid select{width:100%;height:48px;border:1px solid #d7e4ee;border-radius:12px;padding:0 13px;background:#fbfdff;color:#113957;font:inherit;outline:none}.admin-team-form-grid input:focus,.admin-team-form-grid select:focus{border-color:#2a91de;box-shadow:0 0 0 3px rgba(42,145,222,.09)}
.admin-permission-box{margin-top:16px;padding:16px;border-radius:15px;background:#f6fafe;border:1px solid #e0ebf3}.admin-permission-box>p{margin:4px 0 12px;color:#7b92a4;font-size:11px}.admin-perm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.admin-perm-grid label{display:flex;align-items:center;gap:8px;border:1px solid #dce8f0;border-radius:11px;padding:9px 10px;background:#fff;cursor:pointer}.admin-perm-grid input{accent-color:#0a9b68}.admin-perm-grid span{font-size:11px;font-weight:800;color:#244c68}
.admin-audit-panel{border:1px solid #dce8f1;border-radius:21px;background:#fff;overflow:hidden;box-shadow:0 18px 44px rgba(7,52,93,.06)}.admin-audit-head{display:flex;justify-content:space-between;align-items:center;padding:17px 20px;background:#f7fbfe;border-bottom:1px solid #e4edf4}.admin-audit-head b{color:#103b5d}.admin-audit-head span{font-size:11px;color:#7b92a4}.admin-audit-list{display:grid}.admin-audit-list article{display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:12px;padding:15px 20px;border-bottom:1px solid #edf2f6;align-items:start}.admin-audit-list article:last-child{border-bottom:0}.admin-audit-dot{width:9px;height:9px;border-radius:50%;background:#13b981;margin-top:5px;box-shadow:0 0 0 4px #e5f8f1}.admin-audit-list b{font-size:12px;color:#0f3857}.admin-audit-list p{margin:3px 0;color:#66839a;font-size:10px}.admin-audit-list small{display:block;color:#8aa0b0;font-size:9px;line-height:1.5}.admin-audit-list time{white-space:nowrap;color:#718ba0;font-size:10px;font-weight:700}
@media(max-width:1200px){.admin-h-super-grid{grid-template-columns:1fr}.admin-h-child{grid-template-columns:minmax(0,1fr) auto}.admin-h-meta,.admin-h-perms{grid-column:auto}.admin-h-perms{grid-column:1/-1;max-width:none}.admin-perm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.admin-hierarchy-tree,.admin-governance-form{padding:14px;border-radius:16px}.admin-h-master{grid-template-columns:52px minmax(0,1fr);padding:15px}.admin-h-master>.admin-h-role{grid-column:1/-1;width:max-content}.admin-team-form-grid{grid-template-columns:1fr}.admin-team-form-grid label.full{grid-column:auto}.admin-perm-grid{grid-template-columns:1fr 1fr}.admin-audit-list article{grid-template-columns:12px minmax(0,1fr);padding:13px}.admin-audit-list time{grid-column:2}.admin-h-child{grid-template-columns:1fr}.admin-h-meta{justify-items:start}.admin-h-perms{grid-column:auto}}
.admin-active .admin-side .portal-nav{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#2b91e6 rgba(255,255,255,.05);padding-right:3px}.admin-active .admin-side .portal-nav::-webkit-scrollbar{width:5px}.admin-active .admin-side .portal-nav::-webkit-scrollbar-thumb{background:#2b91e6;border-radius:99px}.admin-active .admin-side .admin-fun-card{min-height:150px;margin-top:14px;flex:0 0 auto}

/* ===== PayByDay v5.51 Smart Admin Entry ===== */
body.admin-login-active{background:#eef5fa}
body.admin-login-active .portal-top{background:#fff;border-bottom:1px solid #e1ebf2}
body.admin-login-active .portal-top-inner{width:min(1480px,94%)}
body.admin-login-active .portal-wrap{width:min(1480px,94%);margin:22px auto 44px}
.admin-entry-shell{min-height:calc(100vh - 140px);display:grid;grid-template-columns:minmax(360px,.82fr) minmax(520px,1.18fr);overflow:hidden;border:1px solid #dce7ef;border-radius:30px;background:#fff;box-shadow:0 24px 60px rgba(9,43,76,.12)}
.admin-entry-story{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:34px 36px;color:#fff;background:linear-gradient(155deg,#082f55 0%,#0a4569 54%,#0a786b 100%)}
.admin-entry-story:before,.admin-entry-story:after{content:"";position:absolute;border:52px solid rgba(255,255,255,.05);border-radius:50%;pointer-events:none}.admin-entry-story:before{width:420px;height:420px;right:-245px;top:-165px}.admin-entry-story:after{width:330px;height:330px;left:-230px;bottom:-225px}
.admin-entry-brand,.admin-entry-copy,.admin-entry-chain,.admin-entry-trust{position:relative;z-index:1}
.admin-entry-brand{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.13)}.admin-entry-brand img{width:210px;max-height:70px;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}.admin-entry-brand span{font-size:10px;font-weight:900;letter-spacing:.18em;color:#70e6c2}
.admin-entry-copy{margin:auto 0;padding:34px 0}.admin-entry-kicker{display:block;font-size:10px;font-weight:900;letter-spacing:.17em;color:#ffae59}.admin-entry-copy h1{margin:10px 0 12px;font-size:43px;line-height:1.03;letter-spacing:-.04em}.admin-entry-copy h1 em{font-style:normal;color:#69e1bb}.admin-entry-copy p{max-width:480px;margin:0;color:#c5d9e7;font-size:14px;line-height:1.6}
.admin-entry-chain{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:9px;margin-top:5px}.admin-entry-chain>span{min-height:82px;padding:14px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.07);display:grid;align-content:center}.admin-entry-chain b{font-size:12px;letter-spacing:.06em}.admin-entry-chain small{margin-top:4px;color:#a8c9db;font-size:10px}.admin-entry-chain i{font-style:normal;color:#6de1bb;font-weight:900}
.admin-entry-trust{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;margin-top:18px;padding:13px 14px;border-radius:16px;background:rgba(3,27,48,.28)}.admin-entry-trust>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:rgba(105,225,187,.14);color:#70e6c2}.admin-entry-trust svg{width:22px}.admin-entry-trust b,.admin-entry-trust small{display:block}.admin-entry-trust b{font-size:11px}.admin-entry-trust small{margin-top:3px;color:#aac5d5;font-size:9px;line-height:1.4}
.admin-entry-main{display:grid;place-items:center;padding:32px;background:linear-gradient(145deg,#fbfdff,#f3f8fb)}.admin-entry-card{width:min(680px,100%);padding:28px;border:1px solid #dce6ee;border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(12,52,88,.09)}.admin-entry-card h2{margin:7px 0 4px;color:#0b3155;font-size:31px;letter-spacing:-.03em}.admin-entry-lead{margin:0 0 18px;color:#73879a;font-size:13px}
.admin-role-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.admin-role-choice{position:relative;min-width:0;display:grid;grid-template-columns:28px 38px 1fr 16px;gap:8px;align-items:center;padding:11px 10px;border:1px solid #dce6ee;border-radius:15px;background:#f9fbfd;color:#173d5f;text-align:left;cursor:pointer;transition:.2s ease}.admin-role-choice:hover{transform:translateY(-1px);border-color:#accde9;background:#fff}.admin-role-choice.active{border-color:#ff8a22;background:#fff9f4;box-shadow:0 7px 18px rgba(255,122,0,.11)}.admin-role-choice.super.active{border-color:#2c8bdb;background:#f3f9ff;box-shadow:0 7px 18px rgba(44,139,219,.11)}.admin-role-choice.admin.active{border-color:#15a876;background:#f2fbf7;box-shadow:0 7px 18px rgba(21,168,118,.11)}.admin-role-code{font-size:9px;font-weight:900;color:#8aa0b2}.admin-role-symbol{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#eef5fb;color:#0d5f9f;font-size:16px}.admin-role-choice.master .admin-role-symbol{background:#fff0e3;color:#e36f08}.admin-role-choice.super .admin-role-symbol{background:#eaf4ff;color:#1377d4}.admin-role-choice.admin .admin-role-symbol{background:#e9f8f2;color:#0a9462}.admin-role-choice b,.admin-role-choice small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-role-choice b{font-size:11px}.admin-role-choice small{margin-top:2px;color:#8093a3;font-size:8px}.admin-role-choice>i{font-style:normal;color:#aec0ce}.admin-role-choice.active>i{color:#ff7a00}.admin-role-choice.super.active>i{color:#1d7ed4}.admin-role-choice.admin.active>i{color:#0aa26a}
.admin-role-context{display:grid;gap:2px;margin:12px 0;padding:10px 12px;border-radius:12px;background:#f3f7fa}.admin-role-context b{color:#173e60;font-size:10px}.admin-role-context span{color:#788c9c;font-size:9px;line-height:1.4}.admin-login-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-login-fields .field{gap:5px}.admin-login-fields .field label{font-size:10px}.admin-input-wrap{display:grid;grid-template-columns:36px 1fr auto;align-items:center;overflow:hidden;border:1px solid #cedbe5;border-radius:12px;background:#fbfdff}.admin-input-wrap:focus-within{border-color:#5fa6e2;box-shadow:0 0 0 3px rgba(43,145,230,.09)}.admin-input-wrap>span{display:grid;place-items:center;color:#61829c;font-size:11px;font-weight:900}.admin-input-wrap input{min-width:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:11px 5px!important}.admin-pass-toggle{width:38px;height:38px;margin-right:3px;border:0;border-radius:9px;background:transparent;color:#66839a;cursor:pointer}.admin-entry-submit{width:100%;min-height:48px;margin-top:14px;border-radius:13px}.admin-entry-submit:disabled{opacity:.55;cursor:not-allowed}.admin-entry-foot{display:flex;justify-content:space-between;gap:12px;margin-top:11px;color:#899aaa;font-size:8px;font-weight:800}.admin-entry-foot span:first-child{display:flex;align-items:center;gap:5px}.admin-entry-foot svg{width:13px;color:#10a56d}
@media(max-width:1050px){.admin-entry-shell{grid-template-columns:330px minmax(0,1fr)}.admin-entry-story{padding:28px}.admin-entry-copy h1{font-size:37px}.admin-entry-chain{grid-template-columns:1fr}.admin-entry-chain i{display:none}.admin-entry-chain>span{min-height:56px}.admin-entry-main{padding:24px}.admin-role-picker{grid-template-columns:1fr}.admin-role-choice{grid-template-columns:28px 38px 1fr 16px}.admin-login-fields{grid-template-columns:1fr}}
@media(max-width:760px){body.admin-login-active .portal-wrap{width:100%;margin:0}.admin-entry-shell{grid-template-columns:1fr;border:0;border-radius:0;box-shadow:none}.admin-entry-story{min-height:250px;padding:22px;border-radius:0}.admin-entry-brand img{width:180px}.admin-entry-brand span{display:none}.admin-entry-copy{padding:24px 0 16px}.admin-entry-copy h1{font-size:32px}.admin-entry-copy p{font-size:12px}.admin-entry-chain{display:none}.admin-entry-trust{margin-top:0}.admin-entry-main{padding:18px 14px}.admin-entry-card{padding:20px 16px;border-radius:20px}.admin-entry-card h2{font-size:27px}.admin-entry-foot{flex-direction:column;gap:4px}}

/* ===== PayByDay v5.53 Admin Profile, Identity & Header Navigation ===== */
body.admin-active .portal-logo{display:block!important;flex:0 0 auto}
body.admin-active .portal-logo img{width:178px}
body.admin-active .portal-top-inner{width:min(1680px,97%);justify-content:flex-start;gap:14px;min-height:68px}
body.admin-active .portal-top-actions{flex:0 0 auto;margin-left:0}
.admin-header-nav{display:flex;align-items:center;gap:3px;overflow-x:auto;scrollbar-width:none;white-space:nowrap;min-width:0;flex:1;padding:3px 2px}
.admin-header-nav::-webkit-scrollbar{display:none}
.admin-header-nav button{position:relative;border:0;background:transparent;color:#42637c;font:800 11px/1.1 inherit;padding:10px 9px;border-radius:9px;cursor:pointer;white-space:nowrap;transition:.18s ease}
.admin-header-nav button:hover{background:#f1f7fb;color:#0b3155}
.admin-header-nav button.active{color:#0b3155;background:#f5f9fc}
.admin-header-nav button.active:after{content:"";position:absolute;left:9px;right:9px;bottom:3px;height:2px;border-radius:99px;background:#ff7a00}
.admin-side-identity{padding:0 7px 16px;margin-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:10px;align-items:center;color:#fff}
.admin-side-avatar{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#ff8a19,#ffad4d);font-size:18px;font-weight:950;color:#fff}.admin-side-avatar img{width:100%;height:100%;object-fit:cover}
.admin-side-identity>div{min-width:0}.admin-side-identity small,.admin-side-identity strong,.admin-side-identity span{display:block}.admin-side-identity small{font-size:9px;letter-spacing:.1em;color:#8ed8ff;font-weight:900}.admin-side-identity strong{font-size:17px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-side-identity span{font-size:10px;color:#a9c7dc;margin-top:2px}.admin-side-identity>em{font-style:normal;padding:5px 7px;border-radius:999px;background:rgba(16,188,126,.15);color:#6ce0b3;font-size:9px;font-weight:900}
.admin-profile-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;align-items:start}
.admin-profile-summary{position:sticky;top:84px;overflow:hidden;border-radius:24px;padding:24px;background:linear-gradient(155deg,#0b3155 0%,#153f6e 54%,#3d4c8d 100%);color:#fff;box-shadow:0 18px 45px rgba(7,52,93,.16)}
.admin-profile-summary:after{content:"";position:absolute;width:230px;height:230px;border:36px solid rgba(255,255,255,.05);border-radius:50%;right:-150px;bottom:-160px}
.admin-profile-photo{position:relative;z-index:1;width:112px;height:136px;border-radius:20px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,#ff9b34,#ff7a00);color:#fff;font-size:32px;font-weight:950;border:4px solid rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(4,35,67,.24)}.admin-profile-photo .photo-initials,.admin-id-photo .photo-initials{position:absolute;inset:0;display:grid;place-items:center;z-index:0}.admin-profile-photo img,.admin-id-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 28%;display:block;z-index:1}.admin-profile-summary>span{display:block;margin-top:17px;font-size:10px;letter-spacing:.12em;color:#9cccea;font-weight:900}.admin-profile-summary h2{margin:6px 0 3px;font-size:27px}.admin-profile-summary>b{display:inline-block;color:#ffbd77;font-size:12px}.admin-profile-summary>p{margin:8px 0 18px;color:#bfd3e2;font-size:11px}
.admin-profile-strength{position:relative;z-index:1;display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:center;padding:14px;border-radius:17px;background:rgba(255,255,255,.08)}.admin-profile-strength>div{--pct:0;width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#57e5bb calc(var(--pct)*1%),rgba(255,255,255,.12) 0);position:relative}.admin-profile-strength>div:after{content:"";position:absolute;inset:8px;border-radius:50%;background:#163e69}.admin-profile-strength strong,.admin-profile-strength small{position:relative;z-index:1;grid-column:1;grid-row:1;text-align:center}.admin-profile-strength strong{font-size:20px}.admin-profile-strength small{margin-top:31px;font-size:8px;color:#b9d5e7}.admin-profile-strength p{margin:0}.admin-profile-strength p b,.admin-profile-strength p span{display:block}.admin-profile-strength p b{font-size:10px}.admin-profile-strength p span{margin-top:3px;color:#abc8da;font-size:8px;line-height:1.45}.admin-profile-trust{position:relative;z-index:1;display:flex;align-items:center;gap:8px;margin-top:13px;color:#85e5c4;font-size:9px;font-weight:850}.admin-profile-trust svg{width:17px}
.admin-profile-main{display:grid;gap:16px}.admin-profile-card,.admin-id-section{border:1px solid #dce8f1;border-radius:22px;background:#fff;padding:20px;box-shadow:0 16px 40px rgba(7,52,93,.055)}
.admin-section-title,.admin-id-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.admin-section-title span,.admin-id-head span{display:block;font-size:9px;font-weight:900;letter-spacing:.13em;color:#1c78b7}.admin-section-title h2,.admin-id-head h2{margin:4px 0 0;color:#0b3155;font-size:22px}.admin-section-title>small,.admin-id-head p{color:#8297a8;font-size:9px}.admin-id-head p{margin:3px 0 0}
.admin-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-profile-grid label{display:grid;gap:5px}.admin-profile-grid label.full{grid-column:1/-1}.admin-profile-grid label>span{font-size:9px;font-weight:900;text-transform:uppercase;color:#4d6d85}.admin-profile-grid input,.admin-profile-grid select{width:100%;height:44px;border:1px solid #d7e4ee;border-radius:11px;padding:0 12px;background:#fbfdff;color:#123b5b;font:inherit;outline:none}.admin-profile-grid input:focus,.admin-profile-grid select:focus{border-color:#3a96da;box-shadow:0 0 0 3px rgba(58,150,218,.08)}
.admin-doc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admin-doc-tile{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:78px;padding:11px;border:1px solid #dfebf3;border-radius:15px;background:#fbfdff}.admin-doc-tile.ready{border-color:#c9eadc;background:#f7fcfa}.admin-doc-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#eaf5fd;color:#1379bd}.admin-doc-icon svg{width:22px}.admin-doc-copy{min-width:0}.admin-doc-copy b,.admin-doc-copy small{display:block}.admin-doc-copy b{font-size:11px;color:#123a5a}.admin-doc-copy small{margin-top:3px;color:#8198aa;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-doc-actions{display:flex;align-items:center;gap:5px}.admin-doc-actions a,.admin-doc-actions button,.admin-doc-upload{border:0;border-radius:8px;padding:7px 8px;background:#edf6fc;color:#126fa8;font-size:8px;font-weight:900;text-decoration:none;cursor:pointer}.admin-doc-actions button{background:#fff0f0;color:#a33}.admin-doc-upload{background:#e9f8f2;color:#087a50}.admin-doc-upload input{display:none}.admin-doc-upload.busy{opacity:.55;pointer-events:none}
.admin-cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.admin-cert-box{border:1px solid #e1ebf2;border-radius:16px;padding:13px;background:#fbfdff}.admin-cert-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.admin-cert-head span{font-size:8px;font-weight:900;letter-spacing:.12em;color:#1a7db9}.admin-cert-head h3{margin:3px 0 0;font-size:15px;color:#123a5a}.admin-cert-list{display:grid;gap:7px}.admin-cert-list>div:not(.admin-cert-empty){display:grid;grid-template-columns:28px minmax(0,1fr) auto 26px;align-items:center;gap:7px;padding:8px;border-radius:10px;background:#fff;border:1px solid #e7eef4}.admin-cert-list svg{width:17px;color:#2583bf}.admin-cert-list p{margin:0;min-width:0}.admin-cert-list b,.admin-cert-list small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-cert-list b{font-size:9px;color:#244a66}.admin-cert-list small{font-size:7px;color:#8ca0af}.admin-cert-list a{font-size:8px;color:#1674ad;text-decoration:none;font-weight:900}.admin-cert-list button{border:0;background:#fff0f0;color:#a33;border-radius:7px;height:26px;cursor:pointer}.admin-cert-empty{padding:13px;border:1px dashed #d7e4ed;border-radius:10px;text-align:center;color:#8ca0af;font-size:9px}
.admin-id-preview{width:min(700px,100%);border:1px solid #dce8f1;border-radius:20px;overflow:hidden;background:#f8fbfe;box-shadow:0 12px 28px rgba(7,52,93,.08)}.admin-id-top{height:74px;padding:13px 18px;background:#0b3155;border-bottom:5px solid #ff7a00;display:flex;align-items:center;justify-content:space-between;color:#bdeedc;font-size:10px;font-weight:900}.admin-id-top img{width:190px;max-height:52px;object-fit:contain;object-position:left center}.admin-id-main{display:grid;grid-template-columns:128px minmax(0,1fr) 95px;gap:18px;align-items:center;padding:18px}.admin-id-photo{position:relative;width:128px;height:154px;border-radius:16px;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,#ff9b34,#ff7a00);color:#fff;font-size:34px;font-weight:950;border:3px solid #fff;box-shadow:0 0 0 1px #d5e3ed,0 8px 18px rgba(8,52,91,.12)}.admin-id-copy small{display:block;color:#7690a4;font-size:8px;font-weight:900;letter-spacing:.08em}.admin-id-copy h3{margin:5px 0 2px;color:#0b3155;font-size:24px}.admin-id-copy>strong{color:#ff7a00;font-size:11px}.admin-id-copy p{margin:10px 0 0;color:#123a5a;font-size:10px;font-weight:800}.admin-id-copy p span{display:block;color:#8397a7;font-size:7px;text-transform:uppercase}.admin-id-qr{width:95px;height:95px;background:#fff}.admin-id-barcode{display:block;width:calc(100% - 36px);height:62px;margin:0 18px 16px}
@media(max-width:1280px){body.admin-active .portal-logo img{width:155px}.admin-header-nav button{padding:9px 7px;font-size:10px}.admin-profile-layout{grid-template-columns:260px minmax(0,1fr)}.admin-doc-grid{grid-template-columns:1fr}}
@media(max-width:1000px){body.admin-active .portal-top-inner{width:95%;display:grid;grid-template-columns:auto 1fr auto;gap:6px 10px;padding:6px 0}body.admin-active .portal-logo{grid-column:1;grid-row:1}.admin-header-nav{grid-column:1/-1;grid-row:2;width:100%}.portal-top-actions{grid-column:3;grid-row:1}.admin-profile-layout{grid-template-columns:1fr}.admin-profile-summary{position:relative;top:auto;display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px 16px}.admin-profile-photo{width:82px;height:98px;border-radius:16px;grid-row:1/4}.admin-profile-summary>span,.admin-profile-summary h2,.admin-profile-summary>b,.admin-profile-summary>p{grid-column:2;margin-top:0}.admin-profile-strength,.admin-profile-trust{grid-column:1/-1}}
@media(max-width:680px){body.admin-active .portal-logo img{width:145px}.admin-header-nav button{font-size:9px;padding:8px 7px}.admin-profile-card,.admin-id-section{padding:14px;border-radius:17px}.admin-profile-grid,.admin-cert-grid{grid-template-columns:1fr}.admin-profile-grid label.full{grid-column:auto}.admin-doc-grid{grid-template-columns:1fr}.admin-doc-tile{grid-template-columns:38px minmax(0,1fr)}.admin-doc-actions{grid-column:2;justify-content:flex-start}.admin-id-head{flex-direction:column}.admin-id-main{grid-template-columns:90px 1fr;gap:12px;padding:13px}.admin-id-photo{width:90px;height:112px;border-radius:13px}.admin-id-qr{display:none}.admin-id-copy h3{font-size:19px}}

/* ===== PayByDay v5.54 Admin Sidebar Compact Row Fix ===== */
body.admin-active .admin-side .portal-nav{
  align-content:start;
  grid-auto-rows:minmax(54px,auto);
}
body.admin-active .admin-side .portal-nav button{
  height:54px;
  min-height:54px;
  max-height:54px;
  align-self:start;
}
@media(max-width:1000px){
  body.admin-active .admin-side .portal-nav{
    align-content:center;
    grid-auto-rows:auto;
  }
  body.admin-active .admin-side .portal-nav button{
    height:44px;
    min-height:44px;
    max-height:44px;
  }
}

/* ===== PayByDay v5.55 Admin Profile Photo Frame Fix ===== */
.admin-profile-photo:has(img) .photo-initials,.admin-id-photo:has(img) .photo-initials{visibility:hidden}

/* ===== PayByDay v5.56 — Compact Worker Login + CTA hierarchy ===== */
body[data-portal="worker"] .portal-wrap{margin-top:12px;margin-bottom:24px}
.worker-login-experience.identity-gateway{
  grid-template-columns:minmax(540px,1.03fr) minmax(500px,.97fr);
  border-radius:24px;
}
.worker-identity-hero{min-height:590px}
.identity-hero-inner{padding:20px 28px 16px}
.identity-hero-brand{width:min(252px,56%);padding-bottom:13px}
.identity-hero-copy{padding-top:12px;max-width:430px}
.identity-hero-copy h2{margin:7px 0 8px;font-size:35px;line-height:.98}
.identity-hero-copy p{font-size:13px;line-height:1.42;max-width:400px}
.identity-eyebrow{font-size:10px}
.identity-journey-block{margin-top:11px;max-width:550px}
.identity-journey{margin-top:8px;gap:4px}
.journey-orb{width:40px;height:40px;margin-bottom:5px;box-shadow:0 0 0 4px rgba(255,255,255,.03)}
.journey-orb svg{width:18px;height:18px}
.identity-journey-item b{font-size:9px}.identity-journey-item small{font-size:7.5px;margin-top:2px}.journey-arrow{margin-top:10px;font-size:14px}
.founder-quote-card{grid-template-columns:48px 1fr 28px;margin-top:10px;padding:8px 10px;gap:9px}
.founder-quote-card img{width:48px;height:48px}.founder-quote-card blockquote{font-size:10px}.founder-quote-card>i{font-size:40px}
.identity-values{padding-top:9px;margin-top:auto}.identity-values span{font-size:7.5px}
.identity-login-card{min-height:590px;padding:26px 38px 22px}
.identity-login-card h1{font-size:32px;margin:6px 0}.identity-login-card .login-lead{margin-bottom:11px;font-size:12px}
.identity-login-fields{gap:9px}.identity-field{gap:4px}.identity-field label{font-size:10px}
.identity-input-shell input{min-height:46px;font-size:13px;border-radius:11px}.input-icon svg,.pin-toggle svg{width:18px;height:18px}
.forgot-pin{font-size:9px}
.identity-login-submit{
  min-height:47px;margin-top:10px;border-radius:11px;
  background:linear-gradient(90deg,#079a5c,#11b872);
  box-shadow:0 9px 20px rgba(8,158,94,.22);
  color:#fff;font-size:14px
}
.identity-login-submit:hover{background:linear-gradient(90deg,#078f55,#0eaa68);filter:none;transform:translateY(-1px)}
.identity-divider{margin:9px 0}
.create-identity-cta{
  min-height:49px;border:0;border-radius:11px;
  background:linear-gradient(90deg,#ff7210,#ff8a1f);
  color:#fff;box-shadow:0 9px 20px rgba(255,122,18,.20);
  padding:6px 14px
}
.create-identity-cta:hover{background:linear-gradient(90deg,#f66908,#ff8015);transform:translateY(-1px)}
.create-identity-cta small{color:rgba(255,255,255,.82)}
.identity-feature-grid{gap:7px;margin-top:8px}.identity-feature{min-height:58px;gap:3px}.identity-feature>span{width:23px;height:23px;font-size:16px}.identity-feature b{font-size:8.5px}
.identity-support-bar{margin-top:8px;padding:7px 10px}.support-icon{width:29px;height:29px}.identity-support-bar b{font-size:9.5px}.identity-support-bar small{font-size:7.5px}

@media(max-width:1180px){
  .worker-login-experience.identity-gateway{grid-template-columns:minmax(455px,1fr) minmax(440px,.95fr)}
  .worker-identity-hero,.identity-login-card{min-height:570px}
  .identity-hero-copy h2{font-size:32px}.identity-login-card{padding:24px 28px 20px}.identity-login-card h1{font-size:29px}
}
@media(max-width:930px){
  .worker-identity-hero{min-height:540px}.identity-login-card{min-height:0;padding:26px 30px 22px}
}
@media(max-width:650px){
  .worker-login-experience.identity-gateway{border-radius:18px}
  .identity-hero-inner{padding:16px 15px 14px}.identity-hero-copy h2{font-size:28px}.identity-hero-copy p{font-size:11.5px}
  .identity-login-card{padding:20px 16px 18px}.identity-login-card h1{font-size:26px}
  .identity-login-submit,.create-identity-cta{min-height:46px}
}

/* v5.60 — Agent Nexus administration */
.agent-admin-rules{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 22px}
.agent-admin-rules>div{position:relative;overflow:hidden;min-height:148px;padding:20px;border:1px solid #dce8f0;border-radius:20px;background:linear-gradient(145deg,#fff,#f7fbfd);box-shadow:0 10px 30px rgba(12,55,87,.06)}
.agent-admin-rules>div:after{content:"";position:absolute;width:86px;height:86px;border-radius:50%;right:-28px;top:-28px;background:rgba(9,168,118,.07)}
.agent-admin-rules span{display:block;margin-bottom:12px;color:#079068;font-size:27px;font-weight:950;letter-spacing:-.04em}
.agent-admin-rules b{display:block;color:#113c60;font-size:14px;line-height:1.25}
.agent-admin-rules small{display:block;margin-top:8px;color:#668096;font-size:10.5px;line-height:1.55}
.agent-admin-panel{margin-top:18px;padding:22px;border:1px solid #dce7ef;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(10,48,77,.055)}
.agent-admin-table-wrap{width:100%;overflow-x:auto;margin-top:15px;border:1px solid #e3ebf1;border-radius:16px}
.agent-admin-table{width:100%;min-width:900px;border-collapse:collapse;background:#fff}
.agent-admin-table th{padding:12px 14px;text-align:left;background:#f4f8fb;color:#6a8295;font-size:9px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;border-bottom:1px solid #e1eaf0}
.agent-admin-table td{padding:14px;border-bottom:1px solid #edf2f5;color:#274b67;font-size:11px;vertical-align:middle}
.agent-admin-table tbody tr:last-child td{border-bottom:0}
.agent-admin-table td>b{display:block;color:#153f61;font-size:12px}
.agent-admin-table td>small{display:block;margin-top:4px;color:#7e93a4;font-size:9px;line-height:1.35}
.agent-admin-person{display:flex;align-items:center;gap:10px;min-width:180px}
.agent-admin-person>span{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;flex:0 0 36px;background:linear-gradient(135deg,#e2f8ef,#e5f4fb);color:#087b60;font-size:11px;font-weight:950}
.agent-admin-person b,.agent-admin-person small{display:block}.agent-admin-person b{color:#153d60;font-size:12px}.agent-admin-person small{margin-top:3px;color:#8295a4;font-size:9px}
.agent-cost-input{width:150px;max-width:100%;height:38px;padding:0 10px;border:1px solid #cfdee8;border-radius:10px;background:#fff;color:#143e60;font:inherit;outline:none}
.agent-cost-input:focus{border-color:#0da57a;box-shadow:0 0 0 3px rgba(13,165,122,.09)}
.agent-commission{color:#087a5c!important}.agent-admin-actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
@media(max-width:1080px){.agent-admin-rules{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.agent-admin-rules{grid-template-columns:1fr}.agent-admin-panel{padding:16px;border-radius:18px}.agent-admin-rules>div{min-height:0}.agent-admin-table{min-width:780px}}
/* v5.68 Regular Work Employer -> Project Partner */
.partner-status-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.partner-status-strip>div{background:#fff;border:1px solid #dfe7ef;border-radius:16px;padding:18px;box-shadow:0 8px 22px rgba(13,49,86,.05)}.partner-status-strip small{display:block;font-size:11px;letter-spacing:.12em;color:#6b7d8e;font-weight:800}.partner-status-strip strong{display:block;margin-top:6px;color:#163653;font-size:17px}.partner-status-strip.pending>div:first-child{border-color:#f1c997;background:#fff9f1}.partner-status-strip.active>div:first-child{border-color:#a7dfc9;background:#f2fbf7}.partner-handover-list{display:grid;gap:12px}.partner-handover-card{display:grid;grid-template-columns:1fr auto;gap:10px 18px;align-items:start;padding:18px;border:1px solid #e0e8ef;border-radius:16px;background:#fbfdff}.partner-handover-card span{font-size:11px;letter-spacing:.1em;font-weight:900;color:#51708b}.partner-handover-card h3{margin:4px 0 3px;font-size:18px}.partner-handover-card p{margin:0;color:#66798a}.partner-handover-card>small{grid-column:1/-1;color:#6c7e8e}.partner-handover-form .employer-consent{margin:16px 0;display:flex;gap:10px;align-items:flex-start}.partner-handover-form .employer-consent input{margin-top:4px}.partner-admin-table-wrap{overflow:auto;border:1px solid #e1e8ef;border-radius:16px}.partner-admin-table{width:100%;min-width:880px;border-collapse:collapse;background:#fff}.partner-admin-table th,.partner-admin-table td{padding:14px;border-bottom:1px solid #edf1f5;text-align:left;vertical-align:top}.partner-admin-table th{font-size:11px;letter-spacing:.08em;color:#65798c;background:#f7fafc}.partner-admin-table td b,.partner-admin-table td small{display:block}.partner-admin-table td small{margin-top:4px;color:#748596}.partner-admin-table input{width:150px;max-width:100%;padding:10px;border:1px solid #d7e1ea;border-radius:10px}.partner-admin-actions{display:flex;gap:7px;flex-wrap:wrap}.partner-admin-panel{margin-top:18px}@media(max-width:700px){.partner-status-strip{grid-template-columns:1fr}.partner-handover-card{grid-template-columns:1fr}.partner-handover-card>.badge{justify-self:start}.partner-handover-card>small{grid-column:auto}}

/* v5.72 — Phase 1 Pre-Work Agreement */
.worker-prework-stack{display:grid;gap:16px}.prework-card{padding:20px}.prework-banner{min-height:184px}.agreement-acceptance-rail{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:8px;margin:16px 0}.agreement-acceptance-rail span{display:flex;align-items:center;gap:8px;color:#71879b;font-size:10px;font-weight:900;white-space:nowrap}.agreement-acceptance-rail span i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#edf3f8;color:#6c8498;font-style:normal}.agreement-acceptance-rail span.done{color:#087b4d}.agreement-acceptance-rail span.done i{background:#dcf8eb;color:#087b4d}.agreement-acceptance-rail em{height:2px;background:#dbe6ef;border-radius:2px}.prework-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:14px 0}.prework-summary-grid>div{padding:11px;border:1px solid #e1eaf1;border-radius:12px;background:#f9fcff;min-width:0}.prework-summary-grid span{display:block;color:#7b91a4;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.prework-summary-grid b{display:block;color:#11385c;font-size:11px;margin-top:4px;overflow-wrap:anywhere}.prework-terms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.prework-terms p{margin:0;padding:12px;border-radius:13px;background:#f6f9fc;border:1px solid #e2eaf0;color:#5e788e;font-size:10px;line-height:1.5}.prework-terms strong{display:block;color:#173f63;font-size:9px;margin-bottom:4px;text-transform:uppercase;letter-spacing:.06em}.worker-agreement-response{margin-top:14px;padding:14px;border-radius:15px;border:1px solid #dbe7ef;background:#fff}.worker-agreement-consent{display:flex;align-items:flex-start;gap:10px;color:#244a6b;font-size:11px;line-height:1.5}.worker-agreement-consent input{margin-top:3px}.worker-agreement-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.worker-change-box{margin-top:12px;padding:12px;border-radius:12px;background:#f7fafc;border:1px solid #dce7ef}.worker-change-box label{display:block;font-size:10px;font-weight:900;color:#214767;margin-bottom:6px}.worker-change-box textarea{width:100%;min-height:78px;border:1px solid #cfdae4;border-radius:11px;padding:10px;resize:vertical}.worker-change-box .pbtn{margin-top:8px}.worker-flow-note.warning{display:grid;gap:4px;background:#fff0ea;border:1px solid #ffd0bf;color:#9a4d2a}.worker-accepted-strip{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px 14px;border-radius:13px;background:#eafaf3;border:1px solid #c7efd9;color:#0a7049}.worker-accepted-strip>span{width:36px;height:36px;border-radius:11px;background:#d4f4e3;display:grid;place-items:center}.worker-accepted-strip svg{width:20px}.worker-accepted-strip div{display:grid;gap:2px}.worker-accepted-strip b{font-size:11px}.worker-accepted-strip small{font-size:9px;color:#4f826d}.prework-employer-card{overflow:hidden}.agreement-form-intro{display:grid;gap:3px;margin-bottom:14px;padding:13px 14px;border-radius:14px;background:linear-gradient(135deg,#0d355a,#154d74);color:#fff}.agreement-form-intro span{font-size:8px;letter-spacing:.12em;font-weight:950;color:#7bd7ff}.agreement-form-intro b{font-size:15px}.agreement-form-intro small{font-size:9px;color:#c8dceb}.agreement-form-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;margin-top:14px}.agreement-waiting,.agreement-change{font-weight:600}.agreement-waiting b,.agreement-change b{display:block;margin-bottom:3px}.worker-accepted-strip.employer{margin-top:12px}.prework-summary-grid.employer{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.prework-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prework-summary-grid.employer{grid-template-columns:repeat(2,minmax(0,1fr))}.prework-terms{grid-template-columns:1fr}.agreement-acceptance-rail{overflow-x:auto;padding-bottom:4px}.agreement-acceptance-rail span{min-width:max-content}}
@media(max-width:620px){.prework-card{padding:15px}.agreement-acceptance-rail{grid-template-columns:1fr;gap:6px}.agreement-acceptance-rail em{width:2px;height:15px;margin-left:13px}.agreement-acceptance-rail span{white-space:normal}.prework-summary-grid,.prework-summary-grid.employer{grid-template-columns:1fr 1fr}.worker-agreement-actions,.agreement-form-actions{display:grid;grid-template-columns:1fr}.worker-agreement-actions .pbtn,.agreement-form-actions .pbtn{width:100%}.prework-terms p{font-size:10px}}
@media(max-width:420px){.prework-summary-grid,.prework-summary-grid.employer{grid-template-columns:1fr}}
.prework-legal-note{margin-top:10px;padding:10px 12px;border-radius:11px;background:#f8fbfd;border:1px dashed #cddce8;color:#6c8295;font-size:9px;line-height:1.45}

/* PayByDay v5.73 · Phase 2 Work Execution */
.phase2-banner{position:relative;overflow:hidden}
.phase2-stack{grid-template-columns:1fr!important;gap:18px!important}
.phase2-worker-card,.phase2-employer-card{overflow:hidden}
.phase2-rail{display:flex;align-items:center;gap:8px;margin:18px 0;padding:12px 14px;border:1px solid #dfe8f0;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbfd)}
.phase2-rail span{display:flex;align-items:center;gap:7px;color:#7890a4;font-size:.74rem;font-weight:800;white-space:nowrap}
.phase2-rail span i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#edf3f8;color:#557187;font-style:normal;font-size:.67rem}
.phase2-rail span.done{color:#0b7b57}.phase2-rail span.done i{background:#daf5e9;color:#08724f}
.phase2-rail em{height:2px;flex:1;min-width:18px;background:#dce6ee;border-radius:999px}
.phase2-worker-grid,.phase2-employer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:14px 0}
.phase2-panel,.phase2-employer-panel{padding:16px;border:1px solid #dfe8f0;border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(17,55,88,.045)}
.phase2-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}
.phase2-panel-head span:first-child{display:block;color:#668196;font-size:.62rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.phase2-panel-head h4{margin:4px 0 0;color:#153d62;font-size:1rem}
.phase2-attendance-stats,.phase2-attendance-readout{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:10px 0 13px}
.phase2-attendance-stats div,.phase2-attendance-readout div{padding:10px;border-radius:13px;background:#f5f9fc;border:1px solid #e4edf4}
.phase2-attendance-stats small,.phase2-attendance-readout small{display:block;color:#7b8fa0;font-size:.62rem}.phase2-attendance-stats b,.phase2-attendance-readout b{display:block;margin-top:3px;color:#123d61;font-size:.88rem}
.phase2-live-attendance,.phase2-waiting-strip,.phase2-verified-strip{display:flex;align-items:center;gap:10px;padding:11px 12px;margin:10px 0;border-radius:14px}
.phase2-live-attendance{background:#eef8ff;border:1px solid #d5eafe}.phase2-waiting-strip{background:#fff8e9;border:1px solid #fae2ac}.phase2-verified-strip{background:#eefaf4;border:1px solid #caeddc}
.phase2-live-attendance b,.phase2-waiting-strip b,.phase2-verified-strip b{display:block;color:#143d60;font-size:.84rem}.phase2-live-attendance small,.phase2-waiting-strip small,.phase2-verified-strip small{display:block;margin-top:2px;color:#6c8294;font-size:.67rem}
.live-dot{width:9px;height:9px;border-radius:50%;background:#15a66c;box-shadow:0 0 0 5px rgba(21,166,108,.12);animation:pbdPulse 1.6s ease-in-out infinite}@keyframes pbdPulse{50%{box-shadow:0 0 0 9px rgba(21,166,108,0)}}
.phase2-progress-form{display:grid;gap:11px}.phase2-progress-fields{display:grid;gap:10px}.phase2-progress-fields label>span{display:block;margin-bottom:6px;color:#44657f;font-size:.72rem;font-weight:800}.phase2-progress-fields textarea{min-height:88px}
.progress-percent-input{display:grid;grid-template-columns:1fr 50px;gap:10px;align-items:center}.progress-percent-input input{width:100%;accent-color:#0f76bd}.progress-percent-input b{color:#0d4f80;text-align:right}
.phase2-photo-input input{width:100%;padding:9px;border:1px dashed #cbdbe8;border-radius:12px;background:#f8fbfd}.phase2-photo-input small{font-weight:600;color:#8b9aaa}
.phase2-employer-note{padding:9px 10px;border-radius:11px;background:#f6f9fb;color:#5f7486;font-size:.72rem}.phase2-employer-note b{color:#224b69}
.phase2-proof{margin-top:14px}
.phase2-progress-history{margin-top:16px;padding-top:14px;border-top:1px solid #e6eef4}.phase2-progress-history>h4{margin:0 0 10px;color:#123d61}
.phase2-progress-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #eef3f6}.phase2-progress-row:last-child{border-bottom:0}.phase2-progress-row p{margin:0;min-width:0}.phase2-progress-row p b{display:block;color:#1a4768;font-size:.78rem}.phase2-progress-row p small{display:block;margin-top:2px;color:#718597;font-size:.67rem;white-space:normal}
.phase2-progress-ring{--p:0;position:relative;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:conic-gradient(#1781c5 calc(var(--p)*1%),#e6eef4 0)}.phase2-progress-ring:before{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff}.phase2-progress-ring b{position:relative;z-index:1;color:#164c72;font-size:.62rem}
.phase2-employer-card>.phase2-employer-grid{align-items:start}.phase2-employer-panel{margin:0}.phase2-overall{margin-top:14px}
.phase2-mini-history{margin-top:14px;padding-top:12px;border-top:1px solid #e8eff4}.phase2-mini-history h5{margin:0 0 8px;color:#173f60}.phase2-mini-history>div{display:grid;grid-template-columns:85px 1fr auto;gap:9px;align-items:center;padding:7px 0;border-bottom:1px solid #f0f4f7}.phase2-mini-history time{color:#6d8294;font-size:.68rem}.phase2-mini-history span b{display:block;color:#204a69;font-size:.73rem}.phase2-mini-history span small{display:block;color:#8292a1;font-size:.63rem}
.phase2-employer-progress-list{display:grid;gap:10px}.phase2-employer-progress{display:grid;grid-template-columns:48px minmax(0,1fr) auto minmax(170px,.65fr);gap:10px;align-items:center;padding:11px;border:1px solid #e5edf3;border-radius:14px;background:#fbfdfe}.phase2-employer-progress-copy{min-width:0}.phase2-employer-progress-copy>span{display:block;color:#7890a1;font-size:.61rem;text-transform:uppercase;font-weight:800}.phase2-employer-progress-copy>b{display:block;margin-top:2px;color:#153f61;font-size:.78rem}.phase2-employer-progress-copy p{margin:4px 0 0;color:#5e7487;font-size:.7rem;line-height:1.4}.phase2-employer-progress-copy small{display:block;margin-top:4px;color:#a05a19;font-size:.64rem}
.phase2-progress-review{display:grid;gap:7px;min-width:0}.phase2-progress-review>input{width:100%;min-width:0;padding:8px 9px;border:1px solid #d8e4ec;border-radius:10px;font-size:.68rem}.phase2-progress-review>div{display:flex;gap:6px;flex-wrap:wrap}
.workflow-warning.compact{padding:10px 11px;margin:8px 0;font-size:.7rem}

@media(max-width:980px){
  .phase2-worker-grid,.phase2-employer-grid{grid-template-columns:1fr}
  .phase2-employer-progress{grid-template-columns:44px minmax(0,1fr) auto}.phase2-progress-review{grid-column:1/-1}
}
@media(max-width:680px){
  .phase2-rail{overflow-x:auto;justify-content:flex-start;padding:10px}.phase2-rail span{font-size:.63rem}.phase2-rail span i{width:21px;height:21px}.phase2-rail em{min-width:14px;flex:0 0 14px}
  .phase2-panel,.phase2-employer-panel{padding:13px;border-radius:15px}
  .phase2-attendance-stats,.phase2-attendance-readout{grid-template-columns:repeat(2,1fr)}
  .phase2-progress-row{grid-template-columns:42px minmax(0,1fr) auto}.phase2-progress-row>a{grid-column:2}.phase2-progress-row>.badge{grid-column:3;grid-row:1}
  .phase2-employer-progress{grid-template-columns:42px minmax(0,1fr)}.phase2-employer-progress>a{grid-column:2}.phase2-progress-review{grid-column:1/-1}
  .phase2-mini-history>div{grid-template-columns:72px 1fr}.phase2-mini-history .badge{grid-column:2}
}

/* ===== PayByDay v5.74 · Phase 3 Wage + Payment ===== */
.phase3-money{background:linear-gradient(135deg,#0b3156 0%,#0e426f 68%,#146b82 100%)}
.phase3-worker-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}
.phase3-worker-stats article{background:#fff;border:1px solid #dde8f0;border-radius:18px;padding:18px;box-shadow:0 10px 28px rgba(11,49,86,.06)}
.phase3-worker-stats small{display:block;color:#70869a;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.phase3-worker-stats strong{display:block;color:#0b3156;font-size:25px;margin:6px 0}.phase3-worker-stats span{color:#718396;font-size:12px}
.phase3-explain{display:flex;gap:14px;align-items:flex-start;margin:0 0 18px;background:#f7fbfe}.phase3-explain>span{width:42px;height:42px;border-radius:13px;background:#e8f5ee;color:#16865c;display:grid;place-items:center;flex:0 0 auto}.phase3-explain>span svg{width:22px;height:22px}.phase3-explain b{color:#0b3156}.phase3-explain p{margin:4px 0 0;color:#647d91;line-height:1.55}
.phase3-wage-list{display:grid;gap:12px}.phase3-wage-row{border:1px solid #dce7ef;border-radius:18px;padding:16px;background:#fff}.phase3-wage-row.is-disputed{border-color:#f5b9a7;background:#fff9f6}.phase3-wage-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:14px;align-items:center}.phase3-wage-main time{font-size:12px;font-weight:800;color:#70869a}.phase3-wage-main div b{display:block;color:#0b3156}.phase3-wage-main div small{display:block;color:#74889a;margin-top:3px}.phase3-wage-main>strong{font-size:20px;color:#0b3156}
.phase3-wage-breakdown{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:14px 0 10px}.phase3-wage-breakdown span{background:#f5f9fc;border-radius:10px;padding:9px 10px;color:#6b8092;font-size:11px}.phase3-wage-breakdown b{display:block;color:#163d60;font-size:13px;margin-top:3px}.phase3-calc-note{margin:8px 0 10px;color:#688096;font-size:12px;line-height:1.45}.phase3-dispute-form{margin-top:12px;padding:14px;background:#fff5ef;border-radius:14px;border:1px solid #f3cfbd}.phase3-dispute-form .form-actions{margin-top:10px}.phase3-dispute-note{display:grid;gap:4px;margin-top:10px;padding:12px 14px;border-radius:13px;background:#fff0e9;border:1px solid #f0cab9}.phase3-dispute-note b{color:#9a4e2d}.phase3-dispute-note span,.phase3-dispute-note small{color:#6f645f;font-size:12px}.phase3-dispute-note.employer{margin-top:12px}.phase3-dispute-note.employer form{margin-top:8px}
.phase3-payment-grid{align-items:start}.phase3-dispute-list{display:grid;gap:10px}.phase3-dispute-list>div{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid #e1e9ef;border-radius:13px}.phase3-dispute-list p{margin:0;display:grid;gap:3px}.phase3-dispute-list b{color:#0b3156}.phase3-dispute-list small{color:#718597}.phase3-dispute-list em{font-style:normal;color:#386b5d;font-size:12px}
.phase3-payment-card{overflow:visible}.phase3-employer-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin:16px 0}.phase3-employer-summary span{padding:11px 12px;border-radius:13px;background:#f4f8fb;border:1px solid #e0e9f0}.phase3-employer-summary small{display:block;color:#72869a;font-size:10px;font-weight:800;text-transform:uppercase}.phase3-employer-summary b{display:block;color:#0b3156;font-size:16px;margin-top:4px}.phase3-employer-ledger{margin-top:18px;border-top:1px solid #e3ebf1;padding-top:18px}.phase3-section-title span{font-size:11px;font-weight:900;letter-spacing:.08em;color:#f58220}.phase3-section-title h4{margin:3px 0 12px;color:#0b3156;font-size:19px}.phase3-employer-wages{display:grid;gap:12px}.phase3-employer-wage{padding:15px;border:1px solid #dde7ee;border-radius:17px;background:#fff}.phase3-employer-wage.is-disputed{border-color:#efbca9;background:#fffaf7}.phase3-employer-wage-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center}.phase3-employer-wage-head time{display:block;color:#778a9b;font-size:11px}.phase3-employer-wage-head b{display:block;color:#0b3156;margin-top:2px}.phase3-employer-wage-head small{display:block;color:#75889a;margin-top:3px;line-height:1.35}.phase3-employer-wage-head>strong{font-size:20px;color:#0b3156}.phase3-wage-breakdown.employer{margin:12px 0}.phase3-wage-approval-form{border-top:1px dashed #d9e4ec;padding-top:12px}.phase3-adjust-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.phase3-adjust-grid .field{margin:0}.phase3-note-field{grid-column:1/-1}.phase3-approved-strip{display:flex;gap:9px;align-items:center;padding:10px 12px;border-radius:12px;background:#eef8f2;color:#256c52}.phase3-approved-strip>span{width:30px;height:30px;display:grid;place-items:center;background:#dff1e7;border-radius:9px}.phase3-approved-strip svg{width:17px}.phase3-approved-strip small{margin-left:auto;color:#5b756a}.phase3-payment-init-form{padding:14px;background:#f6fafd;border:1px solid #dce8f0;border-radius:15px;margin:12px 0}.phase3-payment-records{display:grid;gap:9px;margin-top:12px}.phase3-payment-record{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:12px 13px;border:1px solid #e0e8ee;border-radius:13px;background:#fff}.phase3-payment-record b{display:block;color:#0b3156}.phase3-payment-record small{display:block;color:#75889a;margin-top:2px}.phase3-no-payable{padding:13px;border-radius:12px;background:#f3f7fa;color:#708497;margin-top:10px}
@media(max-width:980px){.phase3-employer-summary{grid-template-columns:repeat(3,1fr)}.phase3-adjust-grid{grid-template-columns:repeat(2,1fr)}.phase3-wage-breakdown{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.phase3-worker-stats{grid-template-columns:1fr}.phase3-wage-main{grid-template-columns:1fr auto}.phase3-wage-main time{grid-column:1/-1}.phase3-wage-main div{grid-column:1/2}.phase3-wage-main>strong{grid-column:2/3;grid-row:2}.phase3-wage-main>.badge{grid-column:1/-1;justify-self:start}.phase3-wage-breakdown{grid-template-columns:repeat(2,minmax(0,1fr))}.phase3-employer-summary{grid-template-columns:repeat(2,1fr)}.phase3-employer-wage-head{grid-template-columns:1fr auto}.phase3-employer-wage-head>div{grid-column:1/-1}.phase3-adjust-grid{grid-template-columns:1fr 1fr}.phase3-payment-record{grid-template-columns:1fr auto}.phase3-payment-record button,.phase3-payment-record>small:last-child{grid-column:1/-1}.phase3-explain{padding:14px}.phase3-approved-strip{align-items:flex-start;flex-wrap:wrap}.phase3-approved-strip small{width:100%;margin-left:39px}}
@media(max-width:430px){.phase3-wage-breakdown,.phase3-adjust-grid,.phase3-employer-summary{grid-template-columns:1fr}.phase3-payment-record{grid-template-columns:1fr}.phase3-payment-record .badge{justify-self:start}}


/* v5.76 Employer login interaction, validation and password-change experience */
.employer-login-animate .employer-gateway-visual{animation:pbdEmployerVisualIn .58s cubic-bezier(.2,.72,.24,1) both}
.employer-login-animate .employer-login-card{animation:pbdEmployerCardIn .52s .08s cubic-bezier(.2,.72,.24,1) both}
@keyframes pbdEmployerVisualIn{from{opacity:0;transform:translateX(-22px) scale(.992)}to{opacity:1;transform:none}}
@keyframes pbdEmployerCardIn{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
.employer-login-card.login-error{animation:pbdLoginShake .42s ease both}
@keyframes pbdLoginShake{0%,100%{transform:translateX(0)}18%{transform:translateX(-8px)}38%{transform:translateX(7px)}58%{transform:translateX(-5px)}78%{transform:translateX(3px)}}
.employer-login-card .field input[aria-invalid="true"]{border-color:#e33b3b!important;background:#fff7f7!important;box-shadow:0 0 0 3px rgba(227,59,59,.10)!important}
.employer-login-alert{animation:pbdAlertIn .25s ease both}
@keyframes pbdAlertIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.employer-login-utility{display:flex;justify-content:flex-end;margin:7px 1px 0}
.employer-login-utility button,.employer-password-back{border:0;background:transparent;color:#0b67a3;font:inherit;font-size:12px;font-weight:850;cursor:pointer;padding:5px 0}
.employer-login-utility button:hover,.employer-password-back:hover{text-decoration:underline;color:#07527f}
.employer-login-submit{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.employer-login-submit:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(255,122,18,.28)}
.employer-login-submit.is-loading{filter:saturate(.85);cursor:wait}
.employer-login-submit.is-loading:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.24),transparent);animation:pbdLoginSweep 1s linear infinite}
@keyframes pbdLoginSweep{to{transform:translateX(100%)}}
.employer-login-spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.48);border-top-color:#fff;border-radius:50%;animation:pbdLoginSpin .7s linear infinite;flex:0 0 auto}
@keyframes pbdLoginSpin{to{transform:rotate(360deg)}}
.employer-login-submit.is-success{background:linear-gradient(90deg,#079a68,#10b981);box-shadow:0 12px 26px rgba(10,166,112,.22)}
.employer-gateway.login-success{animation:pbdLoginSuccess .38s ease both}
@keyframes pbdLoginSuccess{0%{opacity:1;transform:scale(1)}70%{opacity:1;transform:scale(1.006)}100%{opacity:.22;transform:scale(.995)}}
.employer-password-back{display:inline-flex;align-items:center;margin:0 0 15px;color:#667f94}
.employer-password-change-card h2{margin-top:5px}
.employer-password-hint{margin:9px 2px 0;color:#71879a;font-size:11px;line-height:1.45}
.employer-password-change-card .employer-login-fields{gap:9px}
.employer-password-change-card .employer-login-submit{margin-top:13px}
@media (prefers-reduced-motion:reduce){.employer-login-animate .employer-gateway-visual,.employer-login-animate .employer-login-card,.employer-login-card.login-error,.employer-login-alert,.employer-login-submit.is-loading:after,.employer-login-spinner,.employer-gateway.login-success{animation:none!important}.employer-login-submit{transition:none!important}}

/* v5.78 · Worker opportunity actions */
.worker-job-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:12px;margin-top:2px;border-top:1px solid #e7eef4}
.work-card-action{min-height:42px;border-radius:11px;border:1px solid #d6e4ee;background:#fff;color:#15446b;display:flex;align-items:center;justify-content:center;gap:7px;padding:9px 11px;font-size:11px;font-weight:900;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}
.work-card-action:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(11,49,85,.08)}
.work-card-action svg{width:17px;height:17px;flex:0 0 17px}
.work-card-action.terms{background:#f4f9fd;border-color:#cfe0ec;color:#0b5f99}
.work-card-action.apply{background:linear-gradient(135deg,#ff7812,#ff8b28);border-color:#ff7812;color:#fff;box-shadow:0 8px 20px rgba(255,120,18,.22)}
.work-card-action.apply.is-applied,.work-card-action.apply:disabled{background:#e9f7f1;border-color:#c8eadb;color:#087c52;box-shadow:none;cursor:default}
.work-card-action.save{background:#fff;color:#4c667b}
.work-card-action.save.is-saved{background:#fff2f5;border-color:#f2c9d4;color:#bc355e}
.work-card-action.save.is-saved svg{fill:currentColor}
.worker-modal-open{overflow:hidden}
.worker-terms-modal{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:22px;background:rgba(4,28,49,.58);backdrop-filter:blur(8px);animation:workerTermsFade .18s ease both}
.worker-terms-dialog{width:min(720px,100%);max-height:min(88vh,820px);overflow:auto;background:#fff;border:1px solid #dbe8f0;border-radius:24px;box-shadow:0 28px 80px rgba(3,31,55,.28);padding:24px;animation:workerTermsRise .2s ease both}
.worker-terms-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid #e7eef4}
.worker-terms-head span{display:inline-flex;color:#ff7510;font-size:10px;font-weight:950;letter-spacing:.13em}
.worker-terms-head h3{margin:5px 0 4px;color:#0d3158;font-size:28px;letter-spacing:-.03em}
.worker-terms-head p{margin:0;color:#6e8496;font-size:12px}
.worker-terms-close{width:40px;height:40px;border:1px solid #d9e6ef;border-radius:12px;background:#f7fbfd;color:#0d3158;font-size:27px;line-height:1;cursor:pointer}
.worker-terms-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}
.worker-terms-grid>div{padding:13px 14px;border:1px solid #e0eaf1;border-radius:14px;background:#f9fcfe}
.worker-terms-grid small{display:block;color:#7890a3;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:850;margin-bottom:5px}
.worker-terms-grid b{display:block;color:#173f61;font-size:12px;line-height:1.4}
.worker-terms-note,.worker-terms-info{display:grid;grid-template-columns:34px 1fr;gap:11px;margin-top:14px;padding:14px;border-radius:15px}
.worker-terms-note{background:#f7fafc;border:1px solid #e0e9f0}.worker-terms-info{background:#eefaf5;border:1px solid #d3eee2}
.worker-terms-note>span,.worker-terms-info>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#fff;color:#0a77b5}.worker-terms-info>span{color:#079b67}
.worker-terms-note svg,.worker-terms-info svg{width:18px;height:18px}
.worker-terms-note b{font-size:12px;color:#173f61}.worker-terms-note p,.worker-terms-info p{margin:3px 0 0;color:#657f93;font-size:11px;line-height:1.55}
.worker-terms-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px;padding-top:17px;border-top:1px solid #e7eef4}
.worker-terms-actions .pbtn{min-width:130px}
@keyframes workerTermsFade{from{opacity:0}to{opacity:1}}@keyframes workerTermsRise{from{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:620px){.worker-job-actions{grid-template-columns:1fr 1fr}.work-card-action.save{grid-column:1/-1}.worker-terms-modal{padding:10px;align-items:end}.worker-terms-dialog{border-radius:22px 22px 10px 10px;padding:18px;max-height:92vh}.worker-terms-head h3{font-size:24px}.worker-terms-grid{grid-template-columns:1fr}.worker-terms-actions{display:grid;grid-template-columns:1fr 1fr}.worker-terms-actions .pbtn{min-width:0;width:100%}}

/* v5.79 · Work-card colour system, work-mode pulse label and trade-specific imagery */
.worker-job-card{position:relative;grid-template-columns:104px minmax(0,1fr);padding-top:52px;overflow:hidden}
.worker-job-image{width:104px;height:92px;border-radius:16px;overflow:hidden;background:#eaf5ef;border:1px solid #d8e7df;align-self:start}
.worker-job-image img{width:100%;height:100%;display:block;object-fit:cover}
.worker-job-mode-badge{position:absolute;top:15px;right:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:0 11px;border-radius:999px;font-size:10px;font-weight:950;letter-spacing:.08em;box-shadow:0 0 0 0 rgba(255,117,16,.30);animation:pbdWorkModePulse 1.65s ease-in-out infinite}
.worker-job-mode-badge.daily{background:#fff0e3;color:#e46200;border:1px solid #ffd2ae}
.worker-job-mode-badge.regular{background:#e8f5ff;color:#0875b8;border:1px solid #c7e5f9;box-shadow:0 0 0 0 rgba(8,117,184,.27)}
.worker-job-copy{min-width:0;padding-top:2px}.worker-job-copy h4{margin-top:0}
.work-card-action.terms{background:#087dcc;border-color:#087dcc;color:#fff;box-shadow:0 8px 20px rgba(8,125,204,.20)}
.work-card-action.apply{background:#08a467;border-color:#08a467;color:#fff;box-shadow:0 8px 20px rgba(8,164,103,.20)}
.work-card-action.apply.is-applied,.work-card-action.apply:disabled{background:#dff4e9;border-color:#b9e3cf;color:#08764c;box-shadow:none}
.work-card-action.save{background:#f57b1a;border-color:#f57b1a;color:#fff;box-shadow:0 8px 20px rgba(245,123,26,.18)}
.work-card-action.save.is-saved{background:#dd650c;border-color:#dd650c;color:#fff}.work-card-action.save.is-saved svg{fill:currentColor}
@keyframes pbdWorkModePulse{0%,100%{transform:scale(1);filter:brightness(1);box-shadow:0 0 0 0 rgba(24,117,170,.20)}50%{transform:scale(1.055);filter:brightness(1.035);box-shadow:0 0 0 7px rgba(24,117,170,0)}}
@media(max-width:620px){.worker-job-card{grid-template-columns:82px minmax(0,1fr);padding-top:49px}.worker-job-image{width:82px;height:76px}.worker-job-mode-badge{top:13px;right:14px;font-size:9px}.worker-job-actions{grid-template-columns:1fr}.work-card-action.save{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.worker-job-mode-badge{animation:none}}


/* v5.80 · Approved premium Daily vs Regular opportunity cards */
.worker-job-card{position:relative;display:grid;grid-template-columns:155px minmax(0,1fr);padding:12px;border-radius:24px;overflow:hidden;gap:16px;align-items:stretch;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.worker-job-card.daily{background:linear-gradient(135deg,#fffaf5 0%,#fff5e8 100%);border:1px solid #ffc88f;box-shadow:0 14px 34px rgba(226,112,18,.10)}
.worker-job-card.regular{background:linear-gradient(135deg,#f8fcff 0%,#edf8ff 100%);border:1px solid #a9d9f7;box-shadow:0 14px 34px rgba(8,117,184,.10)}
.worker-job-card:hover{transform:translateY(-2px)}.worker-job-card.daily:hover{box-shadow:0 20px 42px rgba(226,112,18,.15)}.worker-job-card.regular:hover{box-shadow:0 20px 42px rgba(8,117,184,.15)}
.worker-job-media{position:relative;min-height:230px;border-radius:18px;overflow:hidden;background:#e8f0f4}
.worker-job-media img{width:100%;height:100%;position:absolute;inset:0;display:block;object-fit:cover}
.worker-verified-employer{position:absolute;left:10px;top:10px;z-index:2;display:inline-flex;align-items:center;padding:7px 9px;border-radius:999px;background:#07885c;color:#fff;font-size:9px;font-weight:950;box-shadow:0 7px 18px rgba(3,75,50,.22)}
.worker-job-copy{position:relative;min-width:0;padding:50px 5px 4px 0}.worker-job-copy h4{font-size:22px;line-height:1.05;margin:0 0 5px;color:#0d3158;text-transform:capitalize}.worker-job-employer{font-size:11px!important;color:#607b91!important}.worker-job-location{font-size:10px!important;font-weight:800;color:#486b84!important;margin-top:6px!important}
.worker-job-mode-wrap{position:absolute;right:0;top:0;text-align:right}.worker-job-mode-wrap small{display:block;margin-top:5px;font-size:8px;font-weight:800}.worker-job-card.daily .worker-job-mode-wrap small{color:#b95208}.worker-job-card.regular .worker-job-mode-wrap small{color:#0b70af}
.worker-job-mode-badge{position:static;min-height:32px;padding:0 13px;font-size:10px}.worker-job-card.daily .worker-job-mode-badge{background:linear-gradient(135deg,#ff8b25,#ff6f00);color:#fff;border-color:#ff8b25}.worker-job-card.regular .worker-job-mode-badge{background:linear-gradient(135deg,#2497e7,#0878c4);color:#fff;border-color:#2497e7}
.worker-job-wage{display:inline-flex;align-items:baseline;gap:4px;margin-top:11px;padding:10px 13px;border-radius:11px;font-size:19px;font-weight:950}.worker-job-wage small{font-size:11px}.worker-job-card.daily .worker-job-wage{background:#fff0df;color:#c64e00}.worker-job-card.regular .worker-job-wage{background:#e1f1ff;color:#075a98}
.worker-project-chip{display:inline-flex;margin-left:7px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(128,160,181,.22);font-size:8px;font-weight:850;color:#567185;text-transform:capitalize}
.worker-job-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;padding:10px 0;border-top:1px solid rgba(80,111,133,.16);border-bottom:1px solid rgba(80,111,133,.16)}.worker-job-facts span{min-width:0}.worker-job-facts small{display:block;color:#7890a2;font-size:7px;text-transform:uppercase;letter-spacing:.06em;font-weight:850}.worker-job-facts b{display:block;margin-top:2px;color:#173e60;font-size:9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.worker-job-availability{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:11px}.worker-job-availability b{display:block;font-size:10px;color:#173e60}.worker-job-availability div small{display:block;margin-top:2px;font-size:8px;color:#6c8598}.worker-job-availability>strong{font-size:19px;line-height:.85}.worker-job-availability>strong small{display:inline-block;margin-left:3px;font-size:7px;line-height:1;color:#678196}.worker-job-card.daily .worker-job-availability>strong{color:#e4660b}.worker-job-card.regular .worker-job-availability>strong{color:#0877ba}
.worker-job-progress{height:7px;border-radius:999px;background:#dce8f0;overflow:hidden;margin-top:7px}.worker-job-progress i{display:block;width:var(--fill,0%);height:100%;border-radius:inherit}.worker-job-card.daily .worker-job-progress i{background:linear-gradient(90deg,#ff8d25,#ff6f00)}.worker-job-card.regular .worker-job-progress i{background:linear-gradient(90deg,#2497e7,#0781c8)}
.worker-job-facilities{margin-top:10px;margin-bottom:0}.worker-job-facilities span{padding:6px 8px;background:rgba(255,255,255,.72);border:1px solid rgba(100,145,172,.12);font-size:8px}.worker-job-card.daily .worker-job-facilities span{color:#8d541f}.worker-job-card.regular .worker-job-facilities span{color:#315f80}
.worker-job-actions{grid-column:1/-1;grid-template-columns:1fr 1.45fr .9fr;gap:9px;padding-top:12px;margin-top:0;border-top:1px solid rgba(80,111,133,.15)}.work-card-action{min-height:47px;border-radius:13px;font-size:11px}.work-card-action.apply{font-size:12px}
@media(max-width:1180px){.worker-job-card{grid-template-columns:125px minmax(0,1fr)}.worker-job-media{min-height:215px}.worker-job-mode-wrap small{display:none}.worker-job-facts{grid-template-columns:1fr 1fr}.worker-job-facts span:last-child{grid-column:1/-1}}
@media(max-width:620px){.worker-job-card{grid-template-columns:1fr;padding:10px}.worker-job-media{height:210px;min-height:210px}.worker-job-copy{padding:48px 4px 2px}.worker-job-copy h4{font-size:21px}.worker-job-mode-wrap{right:2px}.worker-job-mode-wrap small{display:block}.worker-job-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.worker-job-facts span:last-child{grid-column:auto}.worker-job-actions{grid-template-columns:1fr}.work-card-action.save{grid-column:auto}}

/* v5.81 · Compact premium opportunity cards */
.worker-job-card{grid-template-columns:126px minmax(0,1fr);gap:12px;padding:10px;border-radius:20px;min-height:0;align-items:stretch;isolation:isolate}
.worker-job-card::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;z-index:3}
.worker-job-card.daily::before{background:linear-gradient(90deg,#ff7b17,#ffb35f)}
.worker-job-card.regular::before{background:linear-gradient(90deg,#118bd2,#65c8ff)}
.worker-job-media{min-height:190px;border-radius:15px;box-shadow:0 10px 22px rgba(13,49,88,.10)}
.worker-job-media::after{content:"";position:absolute;inset:auto 0 0;height:36%;background:linear-gradient(180deg,transparent,rgba(5,32,55,.16));pointer-events:none}
.worker-verified-employer{left:8px;top:8px;padding:5px 7px;font-size:8px}
.worker-job-copy{padding:39px 2px 0 0}
.worker-job-copy h4{font-size:19px;margin:0 0 3px}
.worker-job-employer{font-size:10px!important}.worker-job-location{font-size:9px!important;margin-top:4px!important}
.worker-job-mode-wrap{right:2px;top:0}.worker-job-mode-badge{min-height:27px;padding:0 10px;font-size:8px}.worker-job-mode-wrap small{font-size:7px;margin-top:3px}
.worker-job-wage{margin-top:7px;padding:7px 10px;border-radius:10px;font-size:16px}.worker-job-wage small{font-size:9px}.worker-project-chip{margin-left:5px;padding:5px 7px;font-size:7px}
.worker-job-facts{gap:5px;margin-top:8px;padding:7px 0}.worker-job-facts small{font-size:6.5px}.worker-job-facts b{font-size:8px;margin-top:1px}
.worker-job-availability{margin-top:7px;align-items:center}.worker-job-availability b{font-size:9px}.worker-job-availability div small{font-size:7px}.worker-job-availability>strong{font-size:16px}
.worker-job-progress{height:5px;margin-top:5px}.worker-job-facilities{margin-top:7px}.worker-job-facilities span{padding:4px 6px;font-size:7px}
.worker-job-actions{gap:7px;padding-top:8px}.work-card-action{min-height:40px;border-radius:11px;font-size:10px;padding:7px 9px}.work-card-action.apply{font-size:11px}.work-card-action svg{width:15px;height:15px}
.worker-job-card.daily .worker-job-media{box-shadow:0 10px 25px rgba(229,102,10,.12)}.worker-job-card.regular .worker-job-media{box-shadow:0 10px 25px rgba(8,119,186,.12)}
@media(max-width:1180px){.worker-job-card{grid-template-columns:112px minmax(0,1fr)}.worker-job-media{min-height:178px}.worker-job-copy{padding-top:37px}.worker-job-mode-wrap small{display:none}}
@media(max-width:620px){.worker-job-card{grid-template-columns:104px minmax(0,1fr);padding:9px;gap:10px}.worker-job-media{height:150px;min-height:150px}.worker-job-copy{padding:34px 0 0}.worker-job-copy h4{font-size:17px}.worker-job-mode-wrap small{display:none}.worker-job-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.worker-job-actions{grid-template-columns:1fr 1.25fr}.work-card-action.save{grid-column:1/-1}.work-card-action{min-height:39px}}

/* v5.83 — worker application/work/wage history */
.worker-history-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px}
.worker-history-summary article{position:relative;overflow:hidden;border:1px solid #dce7f2;border-radius:20px;background:linear-gradient(145deg,#fff,#f8fbff);padding:16px 17px;box-shadow:0 10px 28px rgba(16,55,92,.06)}
.worker-history-summary article:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#1d88d6}
.worker-history-summary article:nth-child(2):before{background:#f3a21b}.worker-history-summary article:nth-child(3):before{background:#10aa6c}.worker-history-summary article:nth-child(4):before{background:#18a66d}.worker-history-summary article.history-money-summary:before{background:#ef7414}
.worker-history-summary small{display:block;color:#668099;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.worker-history-summary strong{display:block;color:#0c355d;font-size:27px;line-height:1.1;margin:7px 0 4px}.worker-history-summary span{color:#7890a7;font-size:12px}
.worker-history-control{padding:20px}.worker-history-filters{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 18px}.worker-history-filters button{border:1px solid #d8e6f2;background:#fff;color:#46647f;border-radius:999px;padding:9px 14px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:.18s ease}.worker-history-filters button:hover{border-color:#79b9e9;color:#0b6fb5}.worker-history-filters button.active{background:#0b6fb5;color:#fff;border-color:#0b6fb5;box-shadow:0 8px 20px rgba(11,111,181,.18)}
.worker-history-stack{display:grid;gap:14px}.worker-history-card{border:1px solid #dce7f2;border-radius:22px;background:#fff;padding:17px 18px;box-shadow:0 10px 30px rgba(17,55,91,.06);transition:.2s ease}.worker-history-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(17,55,91,.1)}
.worker-history-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.worker-history-code{display:block;color:#67839c;font-size:10px;font-weight:900;letter-spacing:.12em;margin-bottom:4px}.worker-history-card-head h3{margin:0;color:#0a3159;font-size:21px}.worker-history-card-head p{margin:4px 0 0;color:#698198;font-size:13px}.worker-history-mode{flex:none;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.worker-history-mode.daily{background:#fff0df;color:#ce5a00;border:1px solid #ffd0a4}.worker-history-mode.regular{background:#e8f4ff;color:#0d70b8;border:1px solid #b7dcfa}
.worker-history-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0}.worker-history-meta span{background:#f7fafc;border:1px solid #e5edf4;border-radius:13px;padding:9px 11px}.worker-history-meta small,.worker-history-money small{display:block;color:#7890a6;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.worker-history-meta b{display:block;margin-top:3px;color:#173f63;font-size:12px}
.worker-history-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.history-status{border-radius:14px;padding:10px 12px;border:1px solid #e1e9f0}.history-status small{display:block;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;opacity:.72}.history-status b{display:block;margin-top:3px;font-size:12px}.history-status.success{background:#e9f8f1;border-color:#bcebd4;color:#08734a}.history-status.waiting{background:#fff7e8;border-color:#f7dca6;color:#a76500}.history-status.danger{background:#fff0ef;border-color:#ffc8c3;color:#b83f32}.history-status.active{background:#eaf5ff;border-color:#bfdffc;color:#0b70b8}.history-status.muted{background:#f5f8fa;border-color:#e1e8ee;color:#63788b}
.worker-history-rail{display:flex;align-items:flex-start;margin:14px 0 12px;overflow:hidden}.worker-history-rail span{min-width:68px;text-align:center;color:#8598aa}.worker-history-rail span i{display:grid;place-items:center;margin:0 auto 5px;width:24px;height:24px;border-radius:50%;background:#edf2f6;color:#6f8598;font-style:normal;font-size:10px;font-weight:900;border:2px solid #dbe5ed}.worker-history-rail span small{font-size:9px;line-height:1.15;font-weight:800}.worker-history-rail span.done{color:#08734a}.worker-history-rail span.done i{background:#0aa86c;color:#fff;border-color:#0aa86c}.worker-history-rail em{height:2px;flex:1;min-width:18px;margin-top:11px;background:#e4ebf1}.worker-history-rail span.done+em{background:linear-gradient(90deg,#0aa86c,#cfeee1)}
.worker-history-money{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.worker-history-money span{border-radius:13px;background:#f7fafc;border:1px solid #e4edf4;padding:9px 11px}.worker-history-money b{display:block;margin-top:3px;color:#143f64;font-size:13px}.worker-history-money span.attention{background:#fff5e9;border-color:#ffd1a3}.worker-history-money span.attention b{color:#c55b09}.worker-history-note{margin:11px 0 0;padding:9px 11px;border-radius:12px;background:#f6f8fb;color:#60788e;font-size:12px}.worker-history-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.worker-history-actions:empty{display:none}
@media(max-width:1100px){.worker-history-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.worker-history-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.worker-history-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.worker-history-summary article.history-money-summary{grid-column:1/-1}.worker-history-card{padding:14px}.worker-history-card-head{gap:10px}.worker-history-card-head h3{font-size:18px}.worker-history-status-grid{grid-template-columns:1fr}.worker-history-meta{grid-template-columns:1fr 1fr}.worker-history-rail{padding-bottom:4px;overflow-x:auto}.worker-history-rail span{min-width:62px}.worker-history-rail em{min-width:12px}.worker-history-money{grid-template-columns:1fr 1fr}.worker-history-money span:last-child{grid-column:1/-1}.worker-history-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.worker-history-filters button{white-space:nowrap}}
@media(max-width:430px){.worker-history-summary{grid-template-columns:1fr 1fr;gap:8px}.worker-history-summary article{padding:13px}.worker-history-summary strong{font-size:22px}.worker-history-meta{grid-template-columns:1fr}.worker-history-card-head{display:grid}.worker-history-mode{justify-self:start}}

/* v5.84 Employer application review + priority selection */
body.employer-active .employer-application-pulse{border-color:#d7eaf5;background:linear-gradient(145deg,#fff,#f8fcff)}
body.employer-active .employer-application-pulse-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
body.employer-active .employer-application-pulse-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 11px;border:1px solid #e0eaf1;border-radius:14px;background:#fff}
body.employer-active .employer-application-pulse-list article>div{width:40px;height:40px;border-radius:12px;overflow:hidden;background:#eaf5ff}
body.employer-active .employer-application-pulse-list article>div img{width:100%;height:100%;object-fit:cover}
body.employer-active .employer-application-pulse-list article>span b,body.employer-active .employer-application-pulse-list article>span small{display:block}
body.employer-active .employer-application-pulse-list article>span b{font-size:10px;color:#0b3155}
body.employer-active .employer-application-pulse-list article>span small{margin-top:2px;font-size:7.5px;line-height:1.35;color:#7890a3}
body.employer-active .employer-application-pulse-list article>button{border:0;background:#eaf6ff;color:#0e71b5;border-radius:10px;padding:8px 10px;font-size:8px;font-weight:900;cursor:pointer}
body.employer-active .employer-request-worker-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px!important;margin-top:12px;padding-top:11px;border-top:1px solid #e4edf3}
body.employer-active .employer-request-worker-actions button{display:grid!important;grid-template-columns:30px 1fr;grid-template-rows:auto auto;gap:0 7px!important;align-items:center!important;justify-content:stretch!important;text-align:left;border:1px solid #d9e7ef;border-radius:12px;padding:8px 9px;background:#fff;cursor:pointer;transition:.18s ease;color:#0b3155}
body.employer-active .employer-request-worker-actions button:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(8,47,83,.07)}
body.employer-active .employer-request-worker-actions button>span{grid-row:1/3;width:29px;height:29px;border-radius:9px;display:grid!important;place-items:center!important}
body.employer-active .employer-request-worker-actions button svg{width:15px;height:15px}
body.employer-active .employer-request-worker-actions button b{font-size:9px;line-height:1.05}
body.employer-active .employer-request-worker-actions button small{display:block;margin:2px 0 0;font-size:6.7px;line-height:1.25;color:#8095a7}
body.employer-active .employer-request-worker-actions .review{border-color:#bedff3;background:#f6fbff}.employer-request-worker-actions .review>span{background:#e5f4fe;color:#0e7dc4}
body.employer-active .employer-request-worker-actions .select{border-color:#bce7d4;background:#f7fdf9}.employer-request-worker-actions .select>span{background:#e7f8f0;color:#099760}
body.employer-active .employer-request-worker-actions .save{border-color:#ffd7b7;background:#fffaf6}.employer-request-worker-actions .save>span{background:#fff0e4;color:#f17318}
.employer-modal-open{overflow:hidden}
.employer-app-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:24px;background:rgba(3,27,48,.62);backdrop-filter:blur(8px)}
.employer-app-dialog{width:min(980px,100%);max-height:90vh;overflow:auto;background:#f8fbfd;border:1px solid rgba(255,255,255,.75);border-radius:24px;box-shadow:0 28px 90px rgba(0,20,38,.35);padding:18px}
.employer-app-dialog-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:5px 4px 14px;border-bottom:1px solid #dde8ef}
.employer-app-dialog-head>div>span{color:#0d80c7;font-size:8px;font-weight:950;letter-spacing:.12em}
.employer-app-dialog-head h3{margin:5px 0 3px;color:#0b3155;font-size:25px;line-height:1.05}
.employer-app-dialog-head p{margin:0;color:#72899b;font-size:9px}
.employer-app-close{width:38px;height:38px;border:1px solid #d9e6ee;border-radius:12px;background:#fff;color:#0b3155;font-size:25px;line-height:1;cursor:pointer}
.employer-app-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:12px 3px}.employer-app-toolbar span{color:#153d5e;font-size:9px}.employer-app-toolbar span b{font-size:17px;color:#0b3155}.employer-app-toolbar small{color:#8195a5;font-size:8px}
.employer-applicant-list{display:grid;gap:9px}
.employer-applicant-card{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:11px;border:1px solid #dce9f0;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(9,48,81,.035)}
.employer-applicant-card.busy{border-color:#f5d6bd;background:#fffaf6}
.employer-applicant-photo{width:62px;height:62px;border-radius:14px;overflow:hidden;background:#eaf5fb}.employer-applicant-photo img{width:100%;height:100%;object-fit:cover}
.employer-applicant-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.employer-applicant-head>div>span{display:block;color:#7690a4;font-size:7px;font-weight:900;letter-spacing:.08em}.employer-applicant-head h4{margin:2px 0 0;color:#0b3155;font-size:15px}.employer-app-status{padding:4px 7px;border-radius:999px;background:#e9f7f0;color:#078257;font-size:6.7px;font-weight:900}.employer-app-status.warn{background:#fff0e4;color:#cb5e0c}
.employer-applicant-main>p{margin:5px 0 6px;color:#55738c;font-size:8px}.employer-applicant-facts{display:flex;flex-wrap:wrap;gap:5px}.employer-applicant-facts span{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border-radius:999px;background:#f0f6fa;color:#52728a;font-size:6.7px}.employer-applicant-facts svg{width:11px;height:11px}.employer-applicant-note{display:block;margin-top:7px;color:#6d8396;font-size:7px}.employer-applicant-conflict{margin-top:7px;padding:6px 8px;border-radius:9px;background:#fff0e4;color:#b95712;font-size:7px;font-weight:800}
.employer-applicant-side{display:grid;gap:7px;justify-items:end}.employer-rank-chip{padding:5px 7px;border-radius:999px;background:#eaf5ff;color:#0d71b2;font-size:7px;font-weight:900}.employer-save-app{display:inline-flex;align-items:center;gap:5px;border:1px solid #ffd4b0;border-radius:10px;background:#fff8f2;color:#e96d14;padding:7px 8px;cursor:pointer}.employer-save-app svg{width:14px}.employer-save-app b{font-size:7.5px}.employer-save-app.saved{background:#ff7a16;color:#fff;border-color:#ff7a16}
.employer-app-dialog-foot{display:flex;justify-content:flex-end;gap:8px;padding-top:14px}
.employer-selection-stack{display:grid;gap:12px;padding-top:12px}
.employer-choice-section{padding:14px;border:1px solid #dce8ef;border-radius:17px;background:#fff}.employer-choice-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.employer-choice-head span{color:#7b90a2;font-size:7px;font-weight:900;letter-spacing:.08em}.employer-choice-head h4{margin:3px 0;color:#0b3155;font-size:16px}.employer-choice-head p{margin:0;color:#71889b;font-size:8px}.employer-choice-ready{padding:6px 9px!important;border-radius:999px;background:#e9f8f0;color:#087e55!important}
.employer-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.employer-choice-grid label>span{display:block;margin-bottom:5px;color:#45657e;font-size:7px;font-weight:900}.employer-choice-grid select{width:100%;min-height:39px;border:1px solid #d4e3ec;border-radius:11px;background:#fbfdff;color:#0c3558;padding:0 9px;font-size:8px;font-weight:750}
.employer-choice-rule{display:grid;grid-template-columns:35px 1fr;gap:9px;align-items:center;margin-top:10px;padding:9px 10px;border-radius:12px;background:#f0f8fd;color:#476b85}.employer-choice-rule>span{width:34px;height:34px;border-radius:10px;background:#e2f2fc;color:#0a7fc7;display:grid;place-items:center}.employer-choice-rule svg{width:17px}.employer-choice-rule p{margin:0;font-size:7.5px;line-height:1.45}.employer-choice-rule p b{display:block;color:#0b3155;font-size:8px}.employer-choice-allbusy{margin-top:9px;padding:8px 10px;border:1px solid #ffd4b1;border-radius:11px;background:#fff7f0}.employer-choice-allbusy b,.employer-choice-allbusy span{display:block}.employer-choice-allbusy b{color:#b9550d;font-size:8px}.employer-choice-allbusy span{margin-top:2px;color:#8a735f;font-size:7px}.employer-choice-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:11px}.employer-choice-actions .pbtn{display:inline-flex;align-items:center;gap:6px}.employer-choice-actions svg{width:15px}
.admin-employer-choice{display:grid;grid-template-columns:34px 1fr;gap:8px;align-items:center;margin:8px 0;padding:8px;border-radius:11px;background:#f1f8fd}.admin-employer-choice>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#e3f2fc;color:#0d79bd}.admin-employer-choice svg{width:16px}.admin-employer-choice b,.admin-employer-choice small{display:block}.admin-employer-choice b{font-size:8px;color:#103b5c}.admin-employer-choice small{margin-top:2px;font-size:6.5px;line-height:1.3;color:#7890a2}
@media(max-width:760px){body.employer-active .employer-application-pulse-list{grid-template-columns:1fr}body.employer-active .employer-request-worker-actions{grid-template-columns:1fr}.employer-app-modal{padding:0;align-items:end}.employer-app-dialog{width:100%;max-height:94vh;border-radius:22px 22px 0 0;padding:14px}.employer-app-dialog-head h3{font-size:22px}.employer-applicant-card{grid-template-columns:52px 1fr}.employer-applicant-photo{width:50px;height:50px}.employer-applicant-side{grid-column:2;grid-template-columns:auto auto;justify-content:start}.employer-choice-grid{grid-template-columns:1fr}.employer-choice-head{display:grid}.employer-app-dialog-foot{display:grid;grid-template-columns:1fr 1fr}.employer-app-dialog-foot .pbtn{width:100%;min-width:0}.employer-choice-actions{display:grid;grid-template-columns:1fr}.employer-choice-actions .pbtn{width:100%;justify-content:center}}

/* PayByDay v5.85 — premium employer demand cards */
body.employer-active .employer-requirement-cards.v585{display:grid;gap:14px}
body.employer-active .employer-requirement-cards.v585>article{padding:0;border:1px solid #dbe7ef;border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 16px 38px rgba(8,47,83,.07);transform:none}
body.employer-active .employer-requirement-cards.v585>article:before{display:none}
body.employer-active .employer-requirement-cards.v585>article:hover{transform:translateY(-2px);border-color:#c7dbe8;box-shadow:0 20px 44px rgba(8,47,83,.10)}
.employer-demand-card{position:relative;display:grid!important;grid-template-columns:132px minmax(0,1fr) 174px;grid-template-areas:"media main stats" "actions actions actions" "next next next";column-gap:14px;align-items:stretch;padding:15px!important}
.employer-demand-card.daily{--d-accent:#ff7a12;--d-soft:#fff5ec;--d-line:#ffd0a8}.employer-demand-card.regular{--d-accent:#0f8ed6;--d-soft:#eef8ff;--d-line:#b9e2fb}
.employer-demand-card .employer-demand-accent{position:absolute;left:0;top:0;right:0;height:4px;background:linear-gradient(90deg,var(--d-accent),transparent 70%)}
.employer-demand-media{grid-area:media;position:relative;min-height:194px;border-radius:16px;overflow:hidden;background:#eef4f7}
.employer-demand-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.employer-demand-card:hover .employer-demand-media img{transform:scale(1.025)}
.employer-demand-media>span{position:absolute;left:8px;top:8px;display:flex!important;align-items:center!important;gap:5px;padding:5px 8px;border-radius:999px;background:rgba(4,139,91,.95);color:#fff;font-size:6.7px!important;font-weight:900!important;box-shadow:0 5px 16px rgba(0,0,0,.12);backdrop-filter:blur(5px)}
.employer-demand-media>span svg{width:11px;height:11px}
.employer-demand-main{grid-area:main;min-width:0;padding:1px 0}
.employer-demand-meta{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:6px;flex-wrap:wrap;margin-bottom:6px}
.employer-demand-meta .request-code{font-size:6.8px!important;font-weight:950!important;letter-spacing:.08em;color:#6d8598!important;margin-right:2px}
.employer-demand-meta .work-mode,.employer-demand-meta .urgent,.employer-demand-meta .status{display:inline-flex!important;align-items:center!important;width:auto!important;padding:5px 8px;border-radius:999px;font-size:6.8px!important;font-weight:950!important;text-transform:uppercase;letter-spacing:.02em}
.employer-demand-meta .work-mode.daily{color:#d45a00;background:#fff2e5;border:1px solid #ffc28f}.employer-demand-meta .work-mode.regular{color:#0874b7;background:#eaf7ff;border:1px solid #b8e1fb}
.employer-demand-meta .urgent{color:#fff;background:#dd3b37;border:1px solid #dd3b37}
.employer-demand-meta .posted{margin-left:auto;font-size:6.8px!important;color:#71899c!important;white-space:nowrap}
.employer-demand-meta .status{color:#087f55;background:#eafaf3;border:1px solid #bee9d5;text-transform:capitalize}
.employer-demand-main h3{margin:0 0 3px!important;font-size:18px!important;line-height:1.1;color:#092f55;font-weight:950;letter-spacing:-.02em}
.employer-demand-location{display:flex!important;align-items:center!important;gap:5px;margin:0 0 10px!important;font-size:8px!important;color:#5d7890!important}
.employer-demand-location svg{width:13px;height:13px;color:#1592d4}.employer-demand-location b{color:#3f6079}
.employer-demand-primary-facts{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:0!important;margin:0!important;border-top:1px solid #e7eef3;border-bottom:1px solid #e7eef3}
.employer-demand-primary-facts>span{display:grid!important;grid-template-columns:25px minmax(0,1fr);grid-template-rows:auto auto;column-gap:6px;padding:9px 7px!important;min-width:0;border-right:1px solid #e7eef3}
.employer-demand-primary-facts>span:last-child{border-right:0}.employer-demand-primary-facts i{grid-row:1/3;width:25px;height:25px;border-radius:8px;background:var(--d-soft);color:var(--d-accent);display:grid;place-items:center}
.employer-demand-primary-facts i svg{width:13px;height:13px}.employer-demand-primary-facts b{font-size:8px;color:#0d3559;white-space:normal;line-height:1.2}.employer-demand-primary-facts small{font-size:6px;color:#8296a6;margin:1px 0 0}
.employer-demand-secondary-facts{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px!important;margin-top:8px!important}
.employer-demand-secondary-facts>span{padding:7px 8px;border-radius:10px;background:#f7fafc;border:1px solid #edf2f5;min-width:0}.employer-demand-secondary-facts small{display:block;margin:0 0 2px!important;font-size:5.8px!important;color:#8399aa;text-transform:uppercase;letter-spacing:.04em}.employer-demand-secondary-facts b{display:block;font-size:7px;color:#173d5d;line-height:1.25;white-space:normal;text-transform:capitalize}
.employer-demand-note{margin-top:7px;padding:7px 8px;border-radius:10px;background:#f8fbfd;border-left:3px solid var(--d-accent)}.employer-demand-note small{margin:0!important;font-size:5.8px!important;color:#8095a7;text-transform:uppercase;font-weight:900}.employer-demand-note p{margin:2px 0 0!important;font-size:6.8px!important;line-height:1.35;color:#48647b!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.employer-demand-facilities{display:flex!important;justify-content:flex-start!important;gap:4px!important;flex-wrap:wrap;margin-top:7px}.employer-demand-facilities span{padding:4px 6px;border-radius:999px;background:#eef9f4;color:#0b8059!important;font-size:5.8px!important;font-weight:850!important}
.employer-demand-stats{grid-area:stats;display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:9px;border:1px solid #edf0f2;border-radius:16px;background:linear-gradient(145deg,#fffaf6,#fbfdff)}
.employer-demand-stats>div:not(.progress){position:relative;display:grid;grid-template-columns:25px 1fr;grid-template-rows:auto auto auto;gap:0 6px;align-items:center;padding:6px;border-radius:10px;background:rgba(255,255,255,.76);border:1px solid #edf2f5;min-width:0}
.employer-demand-stats>div:not(.progress)>span{grid-row:1/4;width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:#edf7ff;color:#0f84ca}.employer-demand-stats>div:nth-child(2)>span{background:#fff0e5;color:#ef741d}.employer-demand-stats>div:nth-child(3)>span,.employer-demand-stats>div:nth-child(4)>span{background:#eaf9f2;color:#0d9964}.employer-demand-stats>div.remaining>span{background:#fff4e9;color:#e8811c}
.employer-demand-stats svg{width:13px;height:13px}.employer-demand-stats small{font-size:5.8px;color:#7c91a2;margin:0!important}.employer-demand-stats b{font-size:13px;color:#0a3459;line-height:1}.employer-demand-stats em{font-size:5.6px;color:#0a9a64;font-style:normal;font-weight:850;white-space:nowrap}
.employer-demand-stats .progress{grid-column:1/-1;padding:7px 5px 2px}.employer-demand-stats .progress p{display:flex!important;justify-content:space-between!important;align-items:center!important;margin:0 0 5px!important;font-size:6px!important}.employer-demand-stats .progress p span{color:#71899c}.employer-demand-stats .progress p b{font-size:7px}.employer-demand-stats .progress>i{display:block;height:6px;border-radius:999px;background:#dfeaf1;overflow:hidden}.employer-demand-stats .progress>i>em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#08ae70,#51c695);transition:width .3s ease}.employer-demand-stats .progress>small{display:block;margin-top:4px!important;font-size:5.8px!important}
body.employer-active .employer-demand-card .employer-request-worker-actions{grid-area:actions;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;margin-top:12px;padding-top:11px;border-top:1px solid #e5edf2}
body.employer-active .employer-demand-card .employer-request-worker-actions button{position:relative;display:grid!important;grid-template-columns:32px 1fr 12px;grid-template-rows:auto auto;gap:0 7px!important;align-items:center!important;min-height:54px;padding:8px 10px;border-radius:13px;text-align:left}
body.employer-active .employer-demand-card .employer-request-worker-actions button>span{grid-row:1/3;width:31px;height:31px;border-radius:9px}.employer-demand-card .employer-request-worker-actions button>i{grid-column:3;grid-row:1/3;justify-self:end;font-style:normal;font-size:17px;font-weight:800}.employer-demand-card .employer-request-worker-actions button b{font-size:9px!important}.employer-demand-card .employer-request-worker-actions button small{font-size:6.5px!important;line-height:1.25}
.employer-demand-next{grid-area:next;display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:6px;margin-top:8px;padding:7px 9px;border-radius:10px;background:#f2f8fd}.employer-demand-next>span{font-size:11px}.employer-demand-next p{margin:0!important;font-size:6.8px!important;color:#5b758b!important}.employer-demand-next p b{color:#0b3155}
@media(max-width:1260px){.employer-demand-card{grid-template-columns:120px minmax(0,1fr);grid-template-areas:"media main" "stats stats" "actions actions" "next next"}.employer-demand-stats{margin-top:9px;grid-template-columns:repeat(5,minmax(0,1fr))}.employer-demand-stats .progress{grid-column:1/-1}.employer-demand-stats>div:not(.progress){grid-template-columns:23px 1fr}.employer-demand-stats>div:not(.progress)>span{width:23px;height:23px}}
@media(max-width:900px){.employer-demand-card{grid-template-columns:105px minmax(0,1fr);padding:12px!important}.employer-demand-media{min-height:170px}.employer-demand-primary-facts{grid-template-columns:1fr 1fr}.employer-demand-primary-facts>span:nth-child(2){border-right:0}.employer-demand-primary-facts>span:nth-child(-n+2){border-bottom:1px solid #e7eef3}.employer-demand-secondary-facts{grid-template-columns:1fr 1fr}.employer-demand-stats{grid-template-columns:1fr 1fr}.employer-demand-stats .progress{grid-column:1/-1}}
@media(max-width:760px){.employer-demand-card{grid-template-columns:1fr;grid-template-areas:"media" "main" "stats" "actions" "next";gap:10px}.employer-demand-media{height:180px;min-height:0}.employer-demand-main h3{font-size:20px!important}.employer-demand-meta .posted{margin-left:0}.employer-demand-primary-facts{grid-template-columns:1fr 1fr}.employer-demand-secondary-facts{grid-template-columns:1fr 1fr}.employer-demand-stats{margin-top:0}.employer-demand-card .employer-request-worker-actions{grid-template-columns:1fr!important}.employer-demand-next{align-items:flex-start!important}}
@media(max-width:430px){.employer-demand-primary-facts,.employer-demand-secondary-facts,.employer-demand-stats{grid-template-columns:1fr}.employer-demand-primary-facts>span{border-right:0!important;border-bottom:1px solid #e7eef3}.employer-demand-primary-facts>span:last-child{border-bottom:0}.employer-demand-stats .progress{grid-column:1}.employer-demand-meta{gap:4px}.employer-demand-meta .status{order:5}.employer-demand-main h3{font-size:18px!important}}
body.employer-active .employer-requirement-cards.v585 .employer-demand-main{display:block!important;align-items:initial!important;justify-content:initial!important}

/* PayByDay v5.86 — employer demand board exact wide-card restore */
body.employer-active .employer-requirement-v542{
  grid-template-columns:1fr!important;
  gap:16px!important;
}
body.employer-active .employer-requirement-v542>.employer-panel:first-child{
  min-height:0!important;
  width:100%;
}
body.employer-active .employer-demand-board-panel{
  padding:24px 26px 22px!important;
}
body.employer-active .employer-demand-board-head{
  align-items:flex-end!important;
  margin-bottom:18px!important;
}
body.employer-active .employer-demand-board-head>div>span{
  font-size:9px!important;
  letter-spacing:.16em!important;
}
body.employer-active .employer-demand-board-head h2{
  margin:5px 0 2px!important;
  font-size:30px!important;
  line-height:1!important;
}
body.employer-active .employer-demand-board-head small{
  display:block;
  color:#71879b;
  font-size:11px;
  font-weight:500;
  margin-top:6px;
}
body.employer-active .employer-demand-head-tools{
  display:flex;
  align-items:center;
  gap:14px;
}
body.employer-active .employer-demand-head-tools p{
  margin:0;
  color:#607b91;
  font-size:11px;
}
body.employer-active .employer-demand-head-tools span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 16px;
  border:1px solid #d6e3ec;
  border-radius:13px;
  background:#fff;
  color:#153c61;
  font-size:10px;
  font-weight:850;
  box-shadow:0 5px 16px rgba(11,49,85,.04);
}
body.employer-active .employer-requirement-cards.v585{
  gap:16px!important;
}
body.employer-active .employer-requirement-cards.v585>article.employer-demand-card{
  padding:20px!important;
  border-radius:22px!important;
  box-shadow:0 16px 42px rgba(12,49,82,.08)!important;
}
body.employer-active .employer-demand-card{
  grid-template-columns:250px minmax(0,1fr) 350px!important;
  grid-template-areas:"media main stats" "actions actions actions" "next next next"!important;
  column-gap:24px!important;
  row-gap:0!important;
}
body.employer-active .employer-demand-media{
  min-height:360px!important;
  height:100%!important;
  border-radius:18px!important;
}
body.employer-active .employer-demand-media>span{
  left:12px!important;
  top:12px!important;
  padding:7px 11px!important;
  font-size:9px!important;
}
body.employer-active .employer-demand-main{
  padding:6px 0 0!important;
}
body.employer-active .employer-demand-meta{
  gap:9px!important;
  margin-bottom:14px!important;
}
body.employer-active .employer-demand-meta .request-code{
  font-size:10px!important;
}
body.employer-active .employer-demand-meta .work-mode,
body.employer-active .employer-demand-meta .urgent,
body.employer-active .employer-demand-meta .status{
  padding:7px 11px!important;
  font-size:9px!important;
}
body.employer-active .employer-demand-meta .posted{
  font-size:9px!important;
}
body.employer-active .employer-demand-main h3{
  margin:0 0 8px!important;
  font-size:32px!important;
  line-height:1.02!important;
}
body.employer-active .employer-demand-location{
  margin:0 0 18px!important;
  font-size:13px!important;
}
body.employer-active .employer-demand-location svg{
  width:18px!important;
  height:18px!important;
}
body.employer-active .employer-demand-primary-facts>span{
  grid-template-columns:38px minmax(0,1fr)!important;
  column-gap:10px!important;
  padding:15px 12px!important;
}
body.employer-active .employer-demand-primary-facts i{
  width:38px!important;
  height:38px!important;
  border-radius:12px!important;
}
body.employer-active .employer-demand-primary-facts i svg{
  width:20px!important;
  height:20px!important;
}
body.employer-active .employer-demand-primary-facts b{
  font-size:12px!important;
}
body.employer-active .employer-demand-primary-facts small{
  font-size:8px!important;
}
body.employer-active .employer-demand-secondary-facts{
  gap:9px!important;
  margin-top:13px!important;
}
body.employer-active .employer-demand-secondary-facts>span{
  padding:11px 12px!important;
  border-radius:13px!important;
}
body.employer-active .employer-demand-secondary-facts small{
  font-size:7px!important;
}
body.employer-active .employer-demand-secondary-facts b{
  font-size:10px!important;
}
body.employer-active .employer-demand-note{
  margin-top:11px!important;
  padding:11px 12px!important;
  border-radius:12px!important;
}
body.employer-active .employer-demand-note small{
  font-size:7px!important;
}
body.employer-active .employer-demand-note p{
  font-size:9px!important;
}
body.employer-active .employer-demand-facilities{
  margin-top:10px!important;
  gap:6px!important;
}
body.employer-active .employer-demand-facilities span{
  padding:6px 9px!important;
  font-size:7px!important;
}
body.employer-active .employer-demand-stats{
  padding:15px!important;
  gap:10px!important;
  border-radius:18px!important;
}
body.employer-active .employer-demand-stats>div:not(.progress){
  grid-template-columns:42px 1fr!important;
  gap:0 10px!important;
  padding:11px!important;
  border-radius:13px!important;
}
body.employer-active .employer-demand-stats>div:not(.progress)>span{
  width:42px!important;
  height:42px!important;
  border-radius:12px!important;
}
body.employer-active .employer-demand-stats svg{
  width:22px!important;
  height:22px!important;
}
body.employer-active .employer-demand-stats small{
  font-size:8px!important;
}
body.employer-active .employer-demand-stats b{
  font-size:20px!important;
}
body.employer-active .employer-demand-stats em{
  font-size:7px!important;
}
body.employer-active .employer-demand-stats .progress{
  padding:12px 8px 4px!important;
}
body.employer-active .employer-demand-stats .progress p{
  margin-bottom:8px!important;
  font-size:9px!important;
}
body.employer-active .employer-demand-stats .progress p b{
  font-size:10px!important;
}
body.employer-active .employer-demand-stats .progress>i{
  height:9px!important;
}
body.employer-active .employer-demand-stats .progress>small{
  margin-top:6px!important;
  font-size:8px!important;
}
body.employer-active .employer-demand-card .employer-request-worker-actions{
  gap:12px!important;
  margin-top:18px!important;
  padding-top:16px!important;
}
body.employer-active .employer-demand-card .employer-request-worker-actions button{
  grid-template-columns:54px 1fr 18px!important;
  min-height:86px!important;
  padding:14px 18px!important;
  border-radius:17px!important;
}
body.employer-active .employer-demand-card .employer-request-worker-actions button>span{
  width:50px!important;
  height:50px!important;
  border-radius:14px!important;
}
body.employer-active .employer-demand-card .employer-request-worker-actions button>span svg{
  width:26px!important;
  height:26px!important;
}
body.employer-active .employer-demand-card .employer-request-worker-actions button b{
  font-size:15px!important;
}
body.employer-active .employer-demand-card .employer-request-worker-actions button small{
  margin-top:4px!important;
  font-size:10px!important;
}
body.employer-active .employer-demand-card .employer-request-worker-actions button>i{
  font-size:25px!important;
}
body.employer-active .employer-demand-next{
  margin-top:13px!important;
  padding:11px 14px!important;
  border-radius:13px!important;
}
body.employer-active .employer-demand-next p{
  font-size:10px!important;
}
body.employer-active .employer-requirement-builder{
  margin-top:0!important;
}
@media(max-width:1350px){
  body.employer-active .employer-demand-card{
    grid-template-columns:210px minmax(0,1fr) 300px!important;
    column-gap:18px!important;
  }
  body.employer-active .employer-demand-media{min-height:330px!important}
  body.employer-active .employer-demand-main h3{font-size:27px!important}
}
@media(max-width:1120px){
  body.employer-active .employer-demand-card{
    grid-template-columns:180px minmax(0,1fr)!important;
    grid-template-areas:"media main" "stats stats" "actions actions" "next next"!important;
  }
  body.employer-active .employer-demand-media{min-height:300px!important}
  body.employer-active .employer-demand-stats{margin-top:14px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}
  body.employer-active .employer-demand-stats .progress{grid-column:1/-1!important}
}
@media(max-width:760px){
  body.employer-active .employer-demand-board-panel{padding:14px!important}
  body.employer-active .employer-demand-board-head{align-items:flex-start!important}
  body.employer-active .employer-demand-head-tools{width:100%;justify-content:space-between}
  body.employer-active .employer-demand-board-head h2{font-size:25px!important}
  body.employer-active .employer-demand-card{
    grid-template-columns:1fr!important;
    grid-template-areas:"media" "main" "stats" "actions" "next"!important;
    padding:13px!important;
  }
  body.employer-active .employer-demand-media{height:230px!important;min-height:0!important}
  body.employer-active .employer-demand-main h3{font-size:24px!important}
  body.employer-active .employer-demand-stats{grid-template-columns:1fr 1fr!important}
  body.employer-active .employer-demand-card .employer-request-worker-actions{grid-template-columns:1fr!important}
}

/* PayByDay v5.87 — employer demand card proportion & layout correction
   Fixes the v5.86 desktop stretch so the implemented card matches the approved wide reference. */
@media(min-width:1121px){
  body.employer-active .employer-demand-board-panel{
    padding:20px 22px 20px!important;
  }
  body.employer-active .employer-demand-card{
    grid-template-columns:minmax(220px,23%) minmax(470px,1fr) minmax(300px,30%)!important;
    grid-template-areas:"media main stats" "actions actions actions" "next next next"!important;
    column-gap:20px!important;
    align-items:start!important;
  }
  body.employer-active .employer-requirement-cards.v585>article.employer-demand-card{
    padding:18px!important;
  }
  body.employer-active .employer-demand-media{
    height:350px!important;
    min-height:0!important;
    align-self:start!important;
    aspect-ratio:auto!important;
  }
  body.employer-active .employer-demand-main{
    min-height:350px!important;
    padding:3px 0 0!important;
  }
  body.employer-active .employer-demand-meta{
    margin-bottom:10px!important;
  }
  body.employer-active .employer-demand-main h3{
    font-size:28px!important;
    line-height:1.02!important;
    margin-bottom:7px!important;
  }
  body.employer-active .employer-demand-location{
    margin-bottom:13px!important;
    font-size:11px!important;
  }
  body.employer-active .employer-demand-location svg{
    width:16px!important;
    height:16px!important;
  }
  body.employer-active .employer-demand-primary-facts>span{
    grid-template-columns:34px minmax(0,1fr)!important;
    column-gap:8px!important;
    padding:12px 9px!important;
  }
  body.employer-active .employer-demand-primary-facts i{
    width:34px!important;
    height:34px!important;
    border-radius:11px!important;
  }
  body.employer-active .employer-demand-primary-facts i svg{
    width:18px!important;
    height:18px!important;
  }
  body.employer-active .employer-demand-primary-facts b{
    font-size:10px!important;
    line-height:1.15!important;
  }
  body.employer-active .employer-demand-primary-facts small{
    font-size:7px!important;
  }
  body.employer-active .employer-demand-secondary-facts{
    margin-top:10px!important;
    gap:7px!important;
  }
  body.employer-active .employer-demand-secondary-facts>span{
    padding:9px 10px!important;
    border-radius:11px!important;
  }
  body.employer-active .employer-demand-note{
    margin-top:8px!important;
    padding:9px 10px!important;
  }
  body.employer-active .employer-demand-facilities{
    margin-top:8px!important;
  }
  body.employer-active .employer-demand-stats{
    align-self:start!important;
    align-content:start!important;
    grid-template-columns:1fr 1fr!important;
    grid-auto-rows:minmax(76px,auto)!important;
    gap:8px!important;
    padding:12px!important;
    border-radius:18px!important;
    min-height:350px!important;
    max-height:350px!important;
  }
  body.employer-active .employer-demand-stats>div:not(.progress){
    grid-template-columns:38px 1fr!important;
    padding:9px!important;
    min-height:76px!important;
    border-radius:12px!important;
  }
  body.employer-active .employer-demand-stats>div:not(.progress)>span{
    width:38px!important;
    height:38px!important;
    border-radius:11px!important;
  }
  body.employer-active .employer-demand-stats svg{
    width:20px!important;
    height:20px!important;
  }
  body.employer-active .employer-demand-stats small{
    font-size:7.5px!important;
  }
  body.employer-active .employer-demand-stats b{
    font-size:18px!important;
  }
  body.employer-active .employer-demand-stats em{
    font-size:6.5px!important;
  }
  body.employer-active .employer-demand-stats .remaining{
    grid-column:1!important;
  }
  body.employer-active .employer-demand-stats .progress{
    grid-column:2!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    min-width:0!important;
    padding:10px!important;
    border:1px solid #edf2f5!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.76)!important;
  }
  body.employer-active .employer-demand-stats .progress p{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:6px!important;
    margin-bottom:8px!important;
    font-size:7.5px!important;
  }
  body.employer-active .employer-demand-stats .progress p b{
    font-size:8.5px!important;
  }
  body.employer-active .employer-demand-stats .progress>i{
    height:7px!important;
  }
  body.employer-active .employer-demand-stats .progress>small{
    font-size:7px!important;
  }
  body.employer-active .employer-demand-card .employer-request-worker-actions{
    margin-top:14px!important;
    padding-top:13px!important;
    gap:10px!important;
  }
  body.employer-active .employer-demand-card .employer-request-worker-actions button{
    min-height:72px!important;
    grid-template-columns:44px 1fr 15px!important;
    padding:11px 14px!important;
    border-radius:15px!important;
  }
  body.employer-active .employer-demand-card .employer-request-worker-actions button>span{
    width:42px!important;
    height:42px!important;
    border-radius:12px!important;
  }
  body.employer-active .employer-demand-card .employer-request-worker-actions button>span svg{
    width:22px!important;
    height:22px!important;
  }
  body.employer-active .employer-demand-card .employer-request-worker-actions button b{
    font-size:13px!important;
  }
  body.employer-active .employer-demand-card .employer-request-worker-actions button small{
    margin-top:2px!important;
    font-size:8.5px!important;
  }
  body.employer-active .employer-demand-card .employer-request-worker-actions button>i{
    font-size:21px!important;
  }
  body.employer-active .employer-demand-next{
    margin-top:10px!important;
    padding:9px 12px!important;
  }
  body.employer-active .employer-demand-next p{
    font-size:9px!important;
  }
}

@media(min-width:1121px) and (max-width:1320px){
  body.employer-active .employer-demand-card{
    grid-template-columns:210px minmax(420px,1fr) 280px!important;
    column-gap:16px!important;
  }
  body.employer-active .employer-demand-media,
  body.employer-active .employer-demand-main,
  body.employer-active .employer-demand-stats{
    height:330px!important;
    min-height:330px!important;
    max-height:330px!important;
  }
  body.employer-active .employer-demand-main h3{font-size:25px!important}
  body.employer-active .employer-demand-stats{grid-auto-rows:minmax(70px,auto)!important}
  body.employer-active .employer-demand-stats>div:not(.progress){min-height:70px!important}
}
