


:root{
    --nexus-primary:#5b00d9;--nexus-primary-2:#7b24ff;--nexus-primary-3:#9b63ff;
    --nexus-deep:#0a0518;--nexus-deep-2:#110827;--nexus-panel:#17102f;--nexus-panel-2:#1f1640;
    --nexus-violet-soft:#eee7ff;--nexus-lavender:#d7c4ff;--nexus-orange:#ffad66;
    --nexus-white:#fff;--nexus-bg:#f7f5fb;--nexus-text:#171126;--nexus-muted:#716a80;--nexus-border:#e3dfea;
    --nexus-success:#10b981;--nexus-danger:#ef4444;--nexus-warning:#f59e0b;--nexus-info:#38bdf8;
    --nexus-radius:20px;--nexus-shadow:0 22px 60px rgba(40,20,80,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;font-family:'Poppins',ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;line-height:1.55;color:var(--nexus-text);background:var(--nexus-bg);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}:focus-visible{outline:3px solid #9f72ff;outline-offset:3px}
input:not([type=checkbox]):not([type=radio]):not([type=file]),select,textarea{width:100%;min-height:48px;border:1px solid var(--nexus-border);border-radius:12px;background:#fff;color:var(--nexus-text);padding:.74rem .9rem;outline:none}textarea{min-height:120px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--nexus-primary-2);box-shadow:0 0 0 4px rgba(91,0,217,.10)}label>span:first-child{display:block;margin-bottom:.42rem;font-size:.82rem;font-weight:750}.uppercase{text-transform:uppercase}

/* Shared */
.nexus-container{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.hope-logo{object-fit:cover}.hope-logo--header{width:48px;height:48px;border-radius:14px}.hope-logo--auth{width:64px;height:64px;border-radius:18px}.nexus-brand{display:inline-flex;align-items:center;gap:.75rem}.nexus-brand-mark{width:46px;height:46px;border-radius:13px;box-shadow:0 8px 26px rgba(91,0,217,.22)}.nexus-brand span{display:grid;line-height:1.08}.nexus-brand strong{font-size:1.02rem;letter-spacing:.15em}.nexus-brand small{margin-top:.24rem;font-size:.67rem;color:#7e758d;letter-spacing:.02em}.nexus-brand--light,.nexus-brand--light small,.nexus-brand--footer,.nexus-brand--footer small{color:#fff}.nexus-kicker,.hope-eyebrow{display:inline-block;color:var(--nexus-primary-2);font-size:.72rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.nexus-kicker--light{color:#c9a9ff}.hope-btn{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:.48rem;border:1px solid transparent;border-radius:12px;padding:.72rem 1.08rem;font-weight:750;transition:.2s ease}.hope-btn:hover{transform:translateY(-1px)}.hope-btn--primary{background:linear-gradient(135deg,var(--nexus-primary-2),var(--nexus-primary));color:#fff;box-shadow:0 12px 30px rgba(91,0,217,.25)}.hope-btn--primary:hover{box-shadow:0 16px 38px rgba(91,0,217,.33)}.hope-btn--secondary{background:#fff;border-color:var(--nexus-border);color:var(--nexus-text)}.hope-btn--ghost{background:transparent;border-color:rgba(139,92,246,.42);color:inherit}.hope-btn--light{background:#fff;color:#321168;box-shadow:0 12px 32px rgba(0,0,0,.15)}.hope-btn--danger{background:#dc2626;color:#fff}.hope-btn--whatsapp{background:#18b978;color:#fff}.hope-card{border:1px solid var(--nexus-border);border-radius:var(--nexus-radius);background:#fff;padding:1.25rem;box-shadow:var(--nexus-shadow)}.hope-badge{display:inline-flex;border-radius:999px;background:var(--nexus-violet-soft);padding:.3rem .65rem;color:var(--nexus-primary);font-size:.75rem;font-weight:800}.hope-alert{border:1px solid rgba(123,36,255,.25);border-left:4px solid var(--nexus-primary-2);border-radius:14px;background:#f3efff;padding:.85rem 1rem;color:#321168}.hope-alert--danger{border-left-color:var(--nexus-danger);background:#fff1f2;color:#991b1b}.hope-page-title{margin:0;font-size:clamp(1.9rem,4vw,3rem);font-weight:900;letter-spacing:-.04em}.nexus-back-link{display:inline-block;margin-bottom:.65rem;color:var(--nexus-primary-2);font-size:.88rem;font-weight:750}.nexus-pagination{margin-top:1.3rem}.nexus-field-error{display:block;margin-top:.35rem;color:#dc2626;font-size:.78rem}.nexus-form-errors{border:1px solid #fecaca;border-radius:14px;background:#fff1f2;padding:1rem;color:#991b1b}.nexus-form-errors ul{margin:.5rem 0 0 1.2rem}.nexus-prose{white-space:pre-line;color:inherit;line-height:1.75}.nexus-field small{font-weight:500;color:#8a8395}

/* Public header/footer */
.nexus-public-body{background:#faf9fd}.nexus-public-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(30,12,62,.08);background:rgba(255,255,255,.92);backdrop-filter:blur(18px)}.nexus-public-nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.nexus-public-links{display:flex;align-items:center;gap:.25rem}.nexus-nav-link,.nexus-staff-link{display:inline-flex;align-items:center;min-height:42px;border-radius:10px;padding:.55rem .8rem;font-size:.9rem;font-weight:700;color:#544b61}.nexus-nav-link:hover,.nexus-nav-link.is-active{background:#f0eaff;color:var(--nexus-primary)}.nexus-staff-link{margin-left:.25rem;border:1px solid #ded4f2;color:var(--nexus-primary)}.nexus-footer{background:#0b0619;color:#c8bfd9;padding:3rem 0}.nexus-footer-grid{display:flex;align-items:center;justify-content:space-between;gap:2rem}.nexus-footer-links{display:flex;gap:1.2rem;font-size:.85rem}.nexus-footer-links a:hover{color:#fff}

/* Public home */
.nexus-home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 26%,rgba(133,61,255,.55),transparent 24rem),radial-gradient(circle at 20% 85%,rgba(255,151,92,.18),transparent 25rem),linear-gradient(135deg,#090319 0%,#160632 52%,#25045d 100%);color:#fff}.nexus-home-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to right,transparent 5%,#000 65%,transparent)}.nexus-home-hero-grid{position:relative;z-index:1;min-height:640px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;padding:4.5rem 0}.nexus-home-copy h1{max-width:690px;margin:.8rem 0 1rem;font-size:clamp(2.8rem,5.3vw,5.2rem);line-height:.96;letter-spacing:-.055em;font-weight:900}.nexus-home-copy h1 em{font-style:normal;color:#c99fff}.nexus-home-copy>p{max-width:630px;color:#d8cde8;font-size:1.08rem}.nexus-hero-search{max-width:690px;margin-top:1.8rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.09);padding:.55rem;backdrop-filter:blur(14px)}.nexus-hero-search>span{padding-left:.5rem;color:#c7a6ff;font-size:1.35rem}.nexus-hero-search input{border:0!important;box-shadow:none!important;background:transparent!important;color:#fff!important}.nexus-hero-search input::placeholder{color:#bfb2d2}.nexus-hero-search button{height:44px;border:0;border-radius:11px;background:#fff;color:#351368;padding:0 1.1rem;font-weight:800}.nexus-hero-actions{display:flex;align-items:center;gap:1.1rem;margin-top:1.2rem}.nexus-text-link{color:#d7c8e9;font-weight:700}.nexus-open-count{margin-top:1.6rem!important;color:#c9badb!important;font-size:.86rem!important}.nexus-open-count strong{color:#fff}.nexus-home-visual{position:relative;min-height:500px;display:grid;place-items:center}.nexus-home-mascot{position:relative;z-index:3;width:min(390px,90%);border-radius:34px;filter:drop-shadow(0 30px 45px rgba(0,0,0,.36))}.nexus-mascot-glow{position:absolute;width:360px;height:360px;border-radius:50%;background:#7d2cff;filter:blur(70px);opacity:.38}.nexus-orbit{position:absolute;border:1px solid rgba(188,151,255,.23);border-radius:50%}.nexus-orbit--one{width:460px;height:460px}.nexus-orbit--two{width:560px;height:560px}.nexus-floating-card{position:absolute;z-index:5;display:flex;align-items:center;gap:.75rem;border:1px solid rgba(255,255,255,.16);border-radius:15px;background:rgba(17,5,44,.76);padding:.8rem 1rem;box-shadow:0 15px 38px rgba(0,0,0,.25);backdrop-filter:blur(12px)}.nexus-floating-card>span{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:#7430ee;color:#fff}.nexus-floating-card strong,.nexus-floating-card small{display:block}.nexus-floating-card strong{font-size:.82rem}.nexus-floating-card small{margin-top:.1rem;color:#bdaed0;font-size:.68rem}.nexus-floating-card--top{top:11%;right:-2%}.nexus-floating-card--bottom{bottom:10%;left:-2%}.nexus-home-section,.nexus-jobs-section,.nexus-job-detail-section{padding:5rem 0}.nexus-section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.nexus-section-heading h2{margin:.35rem 0 .3rem;font-size:clamp(2rem,4vw,3rem);line-height:1.05;letter-spacing:-.04em}.nexus-section-heading p{margin:0;color:var(--nexus-muted)}.nexus-section-heading>a{color:var(--nexus-primary);font-weight:800}.nexus-section-heading--center{justify-content:center;text-align:center}.nexus-public-job-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.nexus-public-job-grid--list{grid-template-columns:repeat(2,1fr)}.nexus-public-job-card{display:flex;min-height:310px;flex-direction:column;gap:1rem;border:1px solid #e8e3ee;border-radius:20px;background:#fff;padding:1.25rem;box-shadow:0 16px 40px rgba(43,28,65,.06);transition:.2s}.nexus-public-job-card:hover{transform:translateY(-4px);border-color:#d2c1f5;box-shadow:0 22px 48px rgba(70,35,118,.12)}.nexus-job-card-top{display:flex;align-items:center;justify-content:space-between}.nexus-job-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:linear-gradient(135deg,#f0e9ff,#e2d4ff);color:var(--nexus-primary);font-size:1.2rem}.nexus-job-date{color:#958d9f;font-size:.72rem}.nexus-job-area{color:var(--nexus-primary-2);font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.nexus-public-job-card h2,.nexus-public-job-card h3{margin:.35rem 0 .45rem;font-size:1.3rem;line-height:1.15}.nexus-public-job-card p{margin:0;color:#746d80;font-size:.88rem}.nexus-job-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto}.nexus-job-meta span{border-radius:999px;background:#f7f4fb;padding:.32rem .6rem;color:#62596f;font-size:.72rem;font-weight:650}.nexus-job-salary{font-weight:850;color:#28133e}.nexus-job-link{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eee9f2;padding-top:.85rem;color:var(--nexus-primary);font-weight:800}.nexus-job-link span{font-size:1.15rem}.nexus-empty-public{grid-column:1/-1;border:1px dashed #d9cce9;border-radius:20px;padding:3rem;text-align:center;color:#756b82}.nexus-empty-public>span{font-size:2rem;color:var(--nexus-primary-2)}.nexus-empty-public h3{margin:.5rem 0}.nexus-how-section{background:#f1ecf9;padding:5rem 0}.nexus-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.nexus-how-card{border:1px solid #e0d7ed;border-radius:20px;background:#fff;padding:1.5rem}.nexus-how-card>span{display:grid;width:45px;height:45px;place-items:center;border-radius:12px;background:var(--nexus-primary);color:#fff;font-weight:900}.nexus-how-card h3{margin:1.2rem 0 .5rem;font-size:1.15rem}.nexus-how-card p{margin:0;color:var(--nexus-muted)}.nexus-home-cta{background:linear-gradient(120deg,#4f00be,#741dff);color:#fff;padding:3.5rem 0}.nexus-home-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.nexus-home-cta h2{margin:.35rem 0;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em}.nexus-home-cta p{margin:0;color:#dfd0f8}.nexus-jobs-hero,.nexus-job-detail-hero{background:radial-gradient(circle at 80% 20%,rgba(139,70,255,.35),transparent 24rem),linear-gradient(135deg,#0d0520,#2a075c);color:#fff;padding:4.2rem 0}.nexus-jobs-hero h1{max-width:800px;margin:.5rem 0;font-size:clamp(2.5rem,5vw,4.4rem);letter-spacing:-.05em;line-height:1}.nexus-jobs-hero p{max-width:650px;margin:.8rem 0 0;color:#d4c6e7}.nexus-job-filters,.nexus-admin-filters{display:grid;grid-template-columns:2fr repeat(4,1fr) auto;gap:.7rem;align-items:end;border:1px solid var(--nexus-border);border-radius:18px;background:#fff;padding:1rem;box-shadow:var(--nexus-shadow)}.nexus-job-filters label,.nexus-admin-filters label{font-size:.78rem;font-weight:700}.nexus-search-wide{position:relative}.nexus-search-wide>span:first-child{position:absolute;left:.8rem;bottom:14px;margin:0;color:#8f849e;font-size:1.1rem}.nexus-search-wide input{padding-left:2.2rem!important}.nexus-job-results-head{display:flex;justify-content:space-between;margin:1.5rem 0;color:#756c80}.nexus-job-results-head a{color:var(--nexus-primary);font-weight:750}.nexus-job-detail-hero{padding:3.5rem 0}.nexus-job-detail-title{display:flex;align-items:end;justify-content:space-between;gap:2rem}.nexus-job-detail-title h1{max-width:850px;margin:.45rem 0 .8rem;font-size:clamp(2.4rem,5vw,4.1rem);letter-spacing:-.05em;line-height:1}.nexus-job-detail-meta{display:flex;flex-wrap:wrap;gap:.6rem}.nexus-job-detail-meta span{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.07);padding:.35rem .7rem;color:#e0d3ef;font-size:.78rem}.nexus-job-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,430px);gap:2.5rem;align-items:start}.nexus-job-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.nexus-job-facts>div{border:1px solid #e5dff0;border-radius:16px;background:#fff;padding:1rem}.nexus-job-facts small,.nexus-data-grid small{display:block;color:#8a8197;font-size:.72rem}.nexus-job-facts strong,.nexus-data-grid strong{display:block;margin-top:.25rem}.nexus-job-copy-section{padding:2rem 0;border-bottom:1px solid #e8e2ef}.nexus-job-copy-section h2{margin:0 0 .8rem;font-size:1.45rem}.nexus-job-copy-section p{white-space:pre-line;margin:0;color:#635a70;line-height:1.8}.nexus-application-card{position:sticky;top:100px;border:1px solid #dfd3ef;border-radius:22px;background:#fff;padding:1.35rem;box-shadow:0 25px 65px rgba(58,31,94,.13)}.nexus-application-head h2{margin:.35rem 0 .25rem;font-size:1.6rem}.nexus-application-head p{margin:0;color:#756c80;font-size:.88rem}.nexus-application-form{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;margin-top:1.2rem}.nexus-field--full{grid-column:1/-1}.nexus-application-form textarea{min-height:92px}.nexus-upload{grid-column:1/-1;display:flex;align-items:center;gap:.8rem;border:1px dashed #bca6df;border-radius:14px;background:#faf7ff;padding:1rem;cursor:pointer}.nexus-upload:hover{border-color:var(--nexus-primary-2)}.nexus-upload input{position:absolute;width:1px;height:1px;opacity:0}.nexus-upload-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:11px;background:#e9ddff;color:var(--nexus-primary);font-size:1.3rem}.nexus-upload strong,.nexus-upload small{display:block}.nexus-upload small{color:#877d94;font-size:.73rem}.nexus-consent{display:flex;align-items:flex-start;gap:.6rem;color:#746a80;font-size:.77rem}.nexus-consent input{margin-top:.22rem}.nexus-consent a{color:var(--nexus-primary);text-decoration:underline}.nexus-security-note{margin:1rem 0 0;color:#8a8096;font-size:.72rem}.nexus-success-panel{text-align:center;padding:1.4rem .4rem}.nexus-success-panel>span{display:grid;width:64px;height:64px;margin:auto;place-items:center;border-radius:50%;background:#d8fae9;color:#07955e;font-size:1.7rem}.nexus-success-panel h2{margin:1rem 0 .5rem}.nexus-success-panel p{color:#6e6678}.nexus-success-panel small{display:block;margin:.8rem 0 1.2rem;color:#877e91}

/* Auth */
.nexus-auth-body{background:#0e0620}.nexus-auth{min-height:100dvh;display:grid;grid-template-columns:minmax(360px,.85fr) 1.15fr}.nexus-auth-brand{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 70% 25%,rgba(135,57,255,.55),transparent 22rem),linear-gradient(145deg,#0b0319,#260553);color:#fff;padding:3.2rem}.nexus-auth-brand:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:30px 30px}.nexus-auth-brand>*{position:relative;z-index:2}.nexus-auth-copy{margin:auto 0;max-width:560px}.nexus-auth-copy h2{margin:.7rem 0 1rem;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.98;letter-spacing:-.055em}.nexus-auth-copy p{max-width:470px;color:#cfc0df}.nexus-auth-mascot{position:absolute;z-index:1!important;right:-12%;bottom:-9%;width:340px;border-radius:40px;opacity:.78;filter:drop-shadow(0 20px 30px rgba(0,0,0,.4))}.nexus-auth-panel{display:grid;place-items:center;background:#f7f5fb;padding:2rem}.nexus-auth-content{width:min(100%,470px)}.nexus-login-card{border:1px solid #e5dfec;border-radius:24px;background:#fff;padding:2rem;box-shadow:0 30px 80px rgba(43,25,71,.12)}.nexus-login-card h1{margin:.45rem 0 .3rem;font-size:2rem;letter-spacing:-.04em}.nexus-login-subtitle{margin:0 0 1.5rem;color:#766d81}.nexus-form-stack{display:grid;gap:1rem}.nexus-login-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.8rem}.nexus-login-row>a,.nexus-login-help a{color:var(--nexus-primary);font-weight:750}.nexus-check{display:flex;align-items:center;gap:.55rem}.nexus-check>span{margin:0!important}.nexus-login-help{margin:1.3rem 0 0;text-align:center;color:#82798d;font-size:.78rem}

/* Admin shell */
.nexus-admin-body{background:#0b0619;color:#f8f5ff}.nexus-admin{min-height:100dvh;display:grid;grid-template-columns:220px minmax(0,1fr)}.nexus-sidebar{position:sticky;top:0;height:100dvh;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#100526,#0a0618);padding:1rem .8rem;overflow:auto}.nexus-sidebar-brand{display:flex;align-items:center;justify-content:space-between;padding:.2rem .35rem}.nexus-sidebar-brand .nexus-brand small{color:#9d8eaf}.nexus-sidebar-nav{display:grid;gap:.22rem;margin-top:1.4rem}.nexus-sidebar-link{display:flex;min-height:43px;align-items:center;gap:.72rem;border-radius:11px;padding:.55rem .65rem;color:#c8bcd9;font-size:.82rem;font-weight:650}.nexus-sidebar-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.nexus-sidebar-link:hover{background:rgba(126,50,255,.12);color:#fff}.nexus-sidebar-link[aria-current=page]{background:linear-gradient(135deg,#6e1bea,#5010c3);color:#fff;box-shadow:0 8px 22px rgba(91,0,217,.22)}.nexus-sidebar-link b{margin-left:auto;display:grid;min-width:20px;height:20px;place-items:center;border-radius:999px;background:#8f43ff;color:#fff;font-size:.65rem}.nexus-sidebar-bottom{display:grid;gap:.25rem;margin-top:auto;padding-top:1rem}.nexus-bell{width:18px;text-align:center}.nexus-user-card{display:flex;align-items:center;gap:.65rem;margin-top:.7rem;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.035);padding:.7rem}.nexus-user-card strong,.nexus-user-card small{display:block}.nexus-user-card strong{max-width:115px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.nexus-user-card small{color:#9d90ad;font-size:.66rem}.nexus-avatar{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:11px;background:#f0e8ff;color:#5e1ac7;font-weight:900}.nexus-avatar--violet{background:linear-gradient(135deg,#8034ff,#5911cb);color:#fff}.nexus-avatar--large{width:50px;height:50px;border-radius:15px}.nexus-logout{width:100%;border:0;background:transparent;padding:.55rem;color:#968aa7;font-size:.75rem;text-align:left}.nexus-logout:hover{color:#fff}.nexus-admin-content{min-width:0;background:radial-gradient(circle at 85% 3%,rgba(96,25,219,.20),transparent 25rem),#0d071d}.nexus-topbar{position:sticky;top:0;z-index:30;display:flex;min-height:72px;align-items:center;justify-content:center;gap:1rem;border-bottom:1px solid rgba(255,255,255,.065);background:rgba(13,7,29,.88);padding:.75rem 1.5rem;backdrop-filter:blur(16px)}.nexus-global-search{width:min(520px,60%);display:flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.10);border-radius:12px;background:rgba(255,255,255,.045);padding:0 .8rem}.nexus-global-search input{border:0!important;background:transparent!important;color:#eee7f7!important;box-shadow:none!important;font-size:.8rem}.nexus-global-search input::placeholder{color:#81748f}.nexus-top-actions{position:absolute;right:1.5rem;display:flex;gap:.5rem}.nexus-icon-button{position:relative;display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.04);color:#fff;font-size:1.15rem}.nexus-icon-button:hover{background:rgba(123,36,255,.18)}.nexus-icon-button i{position:absolute;top:-4px;right:-4px;display:grid;min-width:17px;height:17px;place-items:center;border-radius:999px;background:#8c35ff;color:#fff;font-size:.58rem;font-style:normal}.nexus-main{width:min(1420px,calc(100% - 2rem));margin-inline:auto;padding:1.25rem 0 3rem}.nexus-mobile-header{display:none}.nexus-sidebar-close{border:0;background:transparent;color:#fff;font-size:1.5rem}

/* Admin shared panels */
.nexus-admin .hope-card,.nexus-panel{border:1px solid rgba(255,255,255,.085);border-radius:17px;background:linear-gradient(145deg,rgba(28,17,59,.95),rgba(20,13,43,.96));color:#f7f2ff;padding:1rem;box-shadow:0 18px 45px rgba(0,0,0,.12)}.nexus-admin input:not([type=checkbox]):not([type=radio]):not([type=file]),.nexus-admin select,.nexus-admin textarea{border-color:rgba(255,255,255,.11);background:#120b29;color:#f8f5ff}.nexus-admin select option{background:#160e31}.nexus-admin input::placeholder,.nexus-admin textarea::placeholder{color:#796d8a}.nexus-admin label{color:#d9cee6}.nexus-admin .hope-btn--secondary{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:#fff}.nexus-admin .hope-alert{border-color:rgba(143,76,255,.35);background:#211044;color:#e6d7ff}.nexus-page-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin:.6rem 0 1.2rem}.nexus-page-head h1{margin:.25rem 0 .2rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1;letter-spacing:-.045em}.nexus-page-head p{margin:0;color:#978aa7}.nexus-head-actions{display:flex;flex-wrap:wrap;gap:.6rem}.nexus-panel+.nexus-panel{margin-top:1rem}.nexus-panel-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.nexus-panel-head h2{margin:.2rem 0 0;font-size:1.03rem}.nexus-panel-head a{color:#b68cff;font-size:.75rem;font-weight:750}.nexus-panel-empty{padding:2rem 1rem;text-align:center;color:#887b99}.nexus-panel-empty a{color:#b68cff}.nexus-admin-filters{border:0;background:transparent;box-shadow:none;padding:0;grid-template-columns:2fr 1fr 1fr auto}.nexus-admin-filters--applications{grid-template-columns:1.6fr 1.2fr 1fr 1fr auto}.nexus-admin-filters--candidates{grid-template-columns:2fr 1fr .6fr 1fr auto}.nexus-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#2a1d44;padding:.27rem .58rem;color:#c7b9d8;font-size:.65rem;font-weight:800;white-space:nowrap}.nexus-status--published,.nexus-status--hired,.nexus-status--approved{background:rgba(16,185,129,.14);color:#6ee7b7}.nexus-status--submitted{background:rgba(123,36,255,.16);color:#c4a2ff}.nexus-status--under_review,.nexus-status--shortlisted{background:rgba(56,189,248,.13);color:#7dd3fc}.nexus-status--interview{background:rgba(245,158,11,.13);color:#fbbf24}.nexus-status--rejected,.nexus-status--closed{background:rgba(239,68,68,.12);color:#fca5a5}.nexus-status--withdrawn,.nexus-status--suspended,.nexus-status--draft{background:rgba(148,163,184,.12);color:#cbd5e1}.nexus-status--large{padding:.45rem .8rem;font-size:.75rem}.nexus-small-button{display:inline-flex;align-items:center;min-height:34px;border:1px solid rgba(255,255,255,.12);border-radius:9px;padding:.35rem .6rem;color:#c8bcd8;font-size:.7rem;font-weight:700}.nexus-small-button--primary{border-color:#7133d8;background:#5d1ac7;color:#fff}.nexus-inline-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.45rem;color:#8f829f;font-size:.68rem}

/* Dashboard */
.nexus-dashboard-hero{position:relative;overflow:hidden;min-height:255px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;border:1px solid rgba(149,83,255,.22);border-radius:20px;background:radial-gradient(circle at 76% 28%,rgba(157,83,255,.38),transparent 19rem),linear-gradient(120deg,#25104f,#160a33 62%,#391265);padding:1.7rem 2rem}.nexus-dashboard-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:25px 25px}.nexus-dashboard-hero-copy,.nexus-dashboard-hero-visual{position:relative;z-index:2}.nexus-dashboard-hero h1{max-width:700px;margin:.4rem 0 .6rem;font-size:clamp(2rem,4vw,3.5rem);line-height:.98;letter-spacing:-.05em}.nexus-dashboard-hero p{margin:0;color:#b8a9c9}.nexus-hero-admin-actions{display:flex;gap:.65rem;margin-top:1.2rem}.nexus-dashboard-hero-visual{align-self:stretch}.nexus-dashboard-hero-visual>img{position:absolute;right:17%;bottom:-40px;width:220px;border-radius:28px;filter:drop-shadow(0 22px 30px rgba(0,0,0,.35))}.nexus-conversion-card{position:absolute;right:0;top:25%;width:155px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(34,14,65,.74);padding:.85rem;backdrop-filter:blur(10px)}.nexus-conversion-card small,.nexus-conversion-card span{display:block;color:#b9aacb;font-size:.65rem}.nexus-conversion-card strong{display:block;margin:.25rem 0;font-size:1.75rem}.nexus-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:.85rem}.nexus-metric-card{display:flex;align-items:center;gap:.8rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:linear-gradient(145deg,#1c123c,#15102d);padding:1rem}.nexus-metric-card>span{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(151,87,255,.35);border-radius:13px;background:rgba(106,40,222,.12);color:#b58cff;font-size:1.1rem}.nexus-metric-card small,.nexus-metric-card strong{display:block}.nexus-metric-card small{color:#9d8eae;font-size:.68rem}.nexus-metric-card strong{font-size:1.55rem}.nexus-dashboard-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:.85rem;margin-top:.85rem}.nexus-panel--wide{min-width:0}.nexus-list-stack,.nexus-application-list{display:grid}.nexus-candidate-row{display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,255,255,.065);padding:.75rem .2rem;color:#f4eefb}.nexus-candidate-row:last-child{border-bottom:0}.nexus-candidate-row:hover{background:rgba(255,255,255,.025)}.nexus-row-main{min-width:0;flex:1}.nexus-row-main strong,.nexus-row-main small{display:block}.nexus-row-main strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.nexus-row-main small{margin-top:.15rem;color:#887b99;font-size:.66rem}.nexus-row-arrow{color:#8a68bd}.nexus-pipeline{display:grid;gap:.85rem}.nexus-pipeline>div{display:grid;grid-template-columns:1fr auto;gap:.3rem}.nexus-pipeline span{color:#b5a7c5;font-size:.72rem}.nexus-pipeline strong{font-size:.72rem}.nexus-pipeline i{grid-column:1/-1;height:5px;overflow:hidden;border-radius:999px;background:#2a2040}.nexus-pipeline i:before{content:"";display:block;width:var(--w);height:100%;border-radius:inherit;background:linear-gradient(90deg,#6c21e8,#a359ff)}.nexus-vacancy-table>a{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:.9rem;border-bottom:1px solid rgba(255,255,255,.06);padding:.75rem .2rem}.nexus-vacancy-table>a:last-child{border-bottom:0}.nexus-vacancy-table strong,.nexus-vacancy-table small{display:block}.nexus-vacancy-table strong{font-size:.8rem}.nexus-vacancy-table small{color:#82758f;font-size:.64rem}.nexus-vacancy-table b{color:#a99ab8;font-size:.68rem}.nexus-activity-list{display:grid}.nexus-activity-list form+form{border-top:1px solid rgba(255,255,255,.06)}.nexus-activity-list button{width:100%;display:flex;gap:.65rem;border:0;background:transparent;padding:.7rem 0;color:#fff;text-align:left}.nexus-activity-list button>span{display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;border-radius:10px;background:#6520d2}.nexus-activity-list strong,.nexus-activity-list small,.nexus-activity-list em{display:block}.nexus-activity-list strong{font-size:.73rem}.nexus-activity-list small{margin-top:.12rem;color:#9588a3;font-size:.62rem}.nexus-activity-list em{margin-top:.22rem;color:#695e75;font-size:.58rem;font-style:normal}

/* Vacancy admin */
.nexus-vacancy-admin-list{display:grid}.nexus-vacancy-admin-list article{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.065);padding:.85rem .15rem}.nexus-vacancy-admin-list article:last-child{border-bottom:0}.nexus-vacancy-admin-main{display:flex;align-items:center;gap:.8rem;min-width:0}.nexus-vacancy-admin-main strong,.nexus-vacancy-admin-main small{display:block}.nexus-vacancy-admin-main strong{font-size:.86rem}.nexus-vacancy-admin-main small{margin-top:.14rem;color:#9284a2;font-size:.67rem}.nexus-vacancy-actions{display:flex;gap:.45rem}.nexus-form-layout{display:grid;gap:.85rem}.nexus-form-section{padding:1.2rem}.nexus-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.nexus-form-grid--3{grid-template-columns:repeat(3,1fr)}.nexus-check-card{display:flex!important;align-items:center;gap:.65rem;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#120b29;padding:.7rem}.nexus-check-card>span{margin:0!important}.nexus-check-card strong,.nexus-check-card small{display:block}.nexus-check-card small{color:#887b98;font-size:.65rem}.nexus-form-actions{display:flex;justify-content:flex-end;gap:.7rem}

/* Applications / Candidates */
.nexus-application-row{display:grid;grid-template-columns:auto minmax(160px,1.2fr) minmax(150px,1fr) auto auto auto;align-items:center;gap:.8rem;border-bottom:1px solid rgba(255,255,255,.065);padding:.8rem .15rem}.nexus-application-row:last-child{border-bottom:0}.nexus-application-row:hover{background:rgba(255,255,255,.025)}.nexus-application-vacancy small,.nexus-application-vacancy strong{display:block}.nexus-application-vacancy small{color:#746a82;font-size:.58rem;text-transform:uppercase}.nexus-application-vacancy strong{font-size:.72rem}.nexus-application-row time{color:#776b85;font-size:.62rem}.nexus-candidate-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:.85rem}.nexus-detail-column,.nexus-detail-side{display:grid;align-content:start;gap:.85rem}.nexus-sticky-panel{position:sticky;top:90px}.nexus-data-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.nexus-data-grid>div{border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.025);padding:.75rem}.nexus-data-grid small{color:#887a99}.nexus-data-grid strong{font-size:.78rem}.nexus-file-card{display:flex;align-items:center;gap:.7rem;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.03);padding:.75rem}.nexus-file-card>span{display:grid;width:40px;height:40px;place-items:center;border-radius:10px;background:#6820db;color:#fff;font-size:.68rem;font-weight:900}.nexus-file-card>div{min-width:0;flex:1}.nexus-file-card strong,.nexus-file-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nexus-file-card strong{font-size:.72rem}.nexus-file-card small{margin-top:.12rem;color:#81748f;font-size:.6rem}.nexus-file-card>b{color:#b78dff}.nexus-timeline{display:grid}.nexus-timeline>div{position:relative;display:flex;gap:.7rem;padding:0 0 1rem}.nexus-timeline>div:not(:last-child):before{content:"";position:absolute;left:5px;top:11px;bottom:0;width:1px;background:#3b285b}.nexus-timeline i{position:relative;z-index:1;width:11px;height:11px;flex:0 0 auto;margin-top:4px;border:2px solid #a672ff;border-radius:50%;background:#1a1035}.nexus-timeline strong,.nexus-timeline small{display:block}.nexus-timeline strong{font-size:.72rem}.nexus-timeline small{margin-top:.12rem;color:#81758e;font-size:.61rem}.nexus-timeline p{margin:.25rem 0 0;color:#a496b4;font-size:.65rem}.nexus-candidate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.nexus-candidate-card{display:flex;min-height:205px;flex-direction:column;border:1px solid rgba(255,255,255,.075);border-radius:15px;background:rgba(255,255,255,.025);padding:1rem;transition:.2s}.nexus-candidate-card:hover{transform:translateY(-2px);border-color:rgba(154,102,255,.38);background:rgba(93,31,197,.08)}.nexus-candidate-card-head{display:flex;align-items:center;justify-content:space-between}.nexus-candidate-card h3{margin:.8rem 0 .18rem;font-size:.92rem}.nexus-candidate-card>p{margin:0;color:#887c95;font-size:.68rem}.nexus-candidate-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.nexus-candidate-tags span{border-radius:999px;background:#28194a;padding:.25rem .5rem;color:#c0acd8;font-size:.58rem}.nexus-candidate-card>small{margin-top:.7rem;color:#978aa5;font-size:.65rem}.nexus-candidate-card>time{margin-top:auto;padding-top:.7rem;color:#665b72;font-size:.58rem}

/* Reports */
.nexus-report-bars{display:grid;gap:.75rem}.nexus-report-bars>div{display:grid;grid-template-columns:110px 1fr 30px;align-items:center;gap:.6rem}.nexus-report-bars span{color:#ab9db9;font-size:.68rem}.nexus-report-bars i{height:7px;overflow:hidden;border-radius:999px;background:#2a2040}.nexus-report-bars b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5d18d4,#a759ff)}.nexus-report-bars strong{font-size:.7rem}.nexus-ranked-list{display:grid}.nexus-ranked-list a{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:.6rem;border-bottom:1px solid rgba(255,255,255,.06);padding:.65rem 0}.nexus-ranked-list a:last-child{border-bottom:0}.nexus-ranked-list>a>span{display:grid;width:25px;height:25px;place-items:center;border-radius:8px;background:#281747;color:#b993ff;font-size:.62rem;font-weight:900}.nexus-ranked-list strong,.nexus-ranked-list small{display:block}.nexus-ranked-list strong{font-size:.72rem}.nexus-ranked-list small{color:#776b85;font-size:.6rem}.nexus-ranked-list b{color:#c1acd7;font-size:.72rem}

/* Legacy administrative pages still used (users/audit/account/notifications) */
.nexus-admin .hope-page-title,.nexus-admin h1{color:#fff}.nexus-admin .text-slate-600,.nexus-admin .text-slate-500,.nexus-admin .text-slate-400{color:#8f829e!important}.nexus-admin .bg-white{background:#17102f!important}.nexus-admin .border{border-color:rgba(255,255,255,.08)!important}.nexus-admin span.rounded-full{background:#29194b!important;color:#c5a9ef!important}.nexus-admin .bg-red-50{background:rgba(239,68,68,.10)!important}.nexus-admin .text-red-800,.nexus-admin .text-red-700{color:#fca5a5!important}.nexus-admin .bg-amber-50{background:rgba(245,158,11,.08)!important}.nexus-admin .text-amber-900{color:#fcd34d!important}.nexus-admin .shadow-sm{box-shadow:none!important}

@media(max-width:1100px){.nexus-public-job-grid{grid-template-columns:repeat(2,1fr)}.nexus-job-filters{grid-template-columns:2fr 1fr 1fr}.nexus-job-filters button{align-self:end}.nexus-dashboard-hero{grid-template-columns:1fr .6fr}.nexus-metric-grid{grid-template-columns:repeat(2,1fr)}.nexus-candidate-grid{grid-template-columns:repeat(2,1fr)}.nexus-form-grid--3{grid-template-columns:repeat(2,1fr)}.nexus-admin-filters,.nexus-admin-filters--applications,.nexus-admin-filters--candidates{grid-template-columns:repeat(2,1fr)}.nexus-search-wide{grid-column:1/-1}.nexus-application-row{grid-template-columns:auto 1fr auto auto}.nexus-application-vacancy{grid-column:2}.nexus-application-row time{display:none}}
@media(max-width:900px){.nexus-home-hero-grid{grid-template-columns:1fr;min-height:auto;padding:4rem 0}.nexus-home-visual{min-height:430px}.nexus-job-detail-grid{grid-template-columns:1fr}.nexus-application-card{position:static}.nexus-admin{display:block}.nexus-sidebar{position:fixed;z-index:70;left:0;top:0;width:240px;transform:translateX(-105%);transition:.2s}.nexus-sidebar[data-open=true]{transform:translateX(0);box-shadow:20px 0 60px rgba(0,0,0,.45)}.nexus-mobile-header{display:flex;min-height:68px;align-items:center;justify-content:space-between;background:#0d061e;padding:.6rem 1rem}.nexus-topbar{top:68px}.nexus-dashboard-grid{grid-template-columns:1fr}.nexus-candidate-detail-grid{grid-template-columns:1fr}.nexus-sticky-panel{position:static}.nexus-auth{grid-template-columns:1fr}.nexus-auth-brand{display:none}}
@media(max-width:700px){.nexus-container{width:min(100% - 1.2rem,1180px)}.nexus-brand small{display:none}.nexus-public-nav{min-height:66px}.nexus-nav-link{display:none}.nexus-home-copy h1{font-size:2.65rem}.nexus-hero-search{grid-template-columns:auto 1fr}.nexus-hero-search button{grid-column:1/-1}.nexus-home-visual{min-height:350px}.nexus-home-mascot{width:270px}.nexus-orbit--one{width:320px;height:320px}.nexus-orbit--two{display:none}.nexus-floating-card{display:none}.nexus-public-job-grid,.nexus-public-job-grid--list,.nexus-how-grid{grid-template-columns:1fr}.nexus-section-heading,.nexus-home-cta-inner,.nexus-job-detail-title,.nexus-footer-grid,.nexus-page-head{align-items:flex-start;flex-direction:column}.nexus-job-filters{grid-template-columns:1fr}.nexus-job-facts{grid-template-columns:1fr}.nexus-application-form{grid-template-columns:1fr}.nexus-field--full{grid-column:auto}.nexus-application-card{padding:1rem}.nexus-topbar{justify-content:flex-start;padding:.6rem 1rem}.nexus-global-search{width:calc(100% - 90px)}.nexus-top-actions{right:.7rem}.nexus-main{width:calc(100% - 1rem);padding-top:.8rem}.nexus-dashboard-hero{grid-template-columns:1fr;padding:1.2rem;min-height:auto}.nexus-dashboard-hero-visual{display:none}.nexus-dashboard-hero h1{font-size:2.1rem}.nexus-hero-admin-actions{flex-direction:column}.nexus-metric-grid{grid-template-columns:1fr 1fr}.nexus-form-grid,.nexus-form-grid--3{grid-template-columns:1fr}.nexus-vacancy-admin-list article{align-items:flex-start;flex-direction:column}.nexus-vacancy-actions{width:100%}.nexus-vacancy-actions a{flex:1;justify-content:center}.nexus-admin-filters,.nexus-admin-filters--applications,.nexus-admin-filters--candidates{grid-template-columns:1fr}.nexus-search-wide{grid-column:auto}.nexus-application-row{grid-template-columns:auto 1fr auto}.nexus-application-vacancy{grid-column:2}.nexus-application-row .nexus-status{grid-column:2}.nexus-row-arrow{grid-row:1/3;grid-column:3}.nexus-candidate-grid{grid-template-columns:1fr}.nexus-data-grid{grid-template-columns:1fr 1fr}.nexus-vacancy-table>a{grid-template-columns:1fr auto}.nexus-vacancy-table b{display:none}.nexus-report-bars>div{grid-template-columns:90px 1fr 25px}.nexus-footer{padding:2rem 0}}
@media(max-width:420px){.nexus-metric-grid{grid-template-columns:1fr}.nexus-data-grid{grid-template-columns:1fr}.nexus-login-card{padding:1.2rem}.nexus-auth-panel{padding:1rem}.nexus-home-hero-grid{padding-top:3rem}.nexus-home-copy h1{font-size:2.35rem}}

/* Nexus finishing touches */
.nexus-empty-state{display:grid;place-items:center;min-height:260px;text-align:center}.nexus-empty-state h2{margin:.8rem 0 .25rem}.nexus-empty-state p,.nexus-empty-state>div:not(.nexus-empty-icon){max-width:620px;color:#8f829e}.nexus-empty-state .hope-btn{margin-top:1rem}.nexus-empty-icon{display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(164,112,255,.24);border-radius:18px;background:linear-gradient(145deg,#2d1858,#5b16c8);color:#fff;font-size:1.35rem;box-shadow:0 14px 32px rgba(91,0,217,.25)}
.nexus-live-toast{position:fixed;z-index:120;right:24px;bottom:24px;width:min(390px,calc(100vw - 32px));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;border:1px solid rgba(176,128,255,.36);border-radius:17px;background:rgba(27,13,56,.97);padding:.9rem 1rem;color:#fff;box-shadow:0 24px 70px rgba(0,0,0,.42);backdrop-filter:blur(18px);animation:nexus-toast-in .24s ease}.nexus-live-toast[hidden]{display:none}.nexus-live-toast>span{display:grid;width:39px;height:39px;place-items:center;border-radius:11px;background:linear-gradient(135deg,#7b24ff,#5b00d9);color:#fff}.nexus-live-toast strong,.nexus-live-toast small{display:block}.nexus-live-toast strong{font-size:.8rem}.nexus-live-toast small{margin-top:.12rem;color:#b7a9c8;font-size:.67rem;line-height:1.4}.nexus-live-toast button{border:0;background:transparent;color:#aa9bbd;font-size:1.1rem}.nexus-live-toast button:hover{color:#fff}@keyframes nexus-toast-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:700px){.nexus-live-toast{right:16px;bottom:16px}}
.nexus-report-filters{grid-template-columns:repeat(2,minmax(150px,220px)) auto auto;justify-content:start}.nexus-report-period{margin:.8rem 0 0;color:#8f829e;font-size:.7rem}.nexus-report-period strong{color:#c9b6df}@media(max-width:700px){.nexus-report-filters{grid-template-columns:1fr}}
/* Small utility fallbacks used by the new Nexus templates (keeps the skin independent from a rebuild). */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.opacity-60{opacity:.6}.uppercase{text-transform:uppercase}

/* ========================================================================== */
/* NEXUS UPGRADE 3 — Visual premium / neon violet                                  */
/* ========================================================================== */
:root{
    --n3-bg:#080313;
    --n3-bg-2:#0d061c;
    --n3-panel:#120a27;
    --n3-panel-2:#191033;
    --n3-panel-3:#211146;
    --n3-purple:#741cff;
    --n3-purple-2:#962fff;
    --n3-purple-3:#b46cff;
    --n3-line:rgba(182,113,255,.19);
    --n3-line-soft:rgba(255,255,255,.07);
    --n3-text:#f8f4ff;
    --n3-muted:#9f91b0;
    --n3-success:#35d487;
    --n3-warn:#ffb64c;
    --n3-danger:#ff647b;
    --n3-blue:#6ca6ff;
    --n3-shadow:0 20px 60px rgba(0,0,0,.30);
    --n3-glow:0 0 0 1px rgba(142,55,255,.3),0 18px 55px rgba(93,19,201,.22);
}

/* Global refinement */
.nexus-v3,.nexus-public-body,.nexus-auth-body{font-family:'Poppins',ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif}
.nexus-v3 .nexus-kicker,.nexus-admin .nexus-kicker{color:#ac7cff;letter-spacing:.12em}
.nexus-v3 .hope-btn,.nexus-public-body .hope-btn,.nexus-auth-body .hope-btn{border-radius:11px;font-weight:760;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
.nexus-v3 .hope-btn--primary,.nexus-public-body .hope-btn--primary{background:linear-gradient(135deg,#7b22ff 0%,#9a33ff 54%,#6a16e8 100%);box-shadow:0 12px 35px rgba(111,27,236,.34)}
.nexus-v3 .hope-btn--primary:hover,.nexus-public-body .hope-btn--primary:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(111,27,236,.46)}
.nexus-v3 .hope-btn--ghost{border-color:rgba(173,112,255,.42);background:rgba(132,53,255,.06);color:#f0e7ff}
.nexus-v3 .hope-btn--ghost:hover{background:rgba(132,53,255,.14);border-color:rgba(190,139,255,.65)}

/* Branding */
.nexus-v3 .nexus-brand--wordmark{gap:.7rem}
.nexus-v3 .nexus-brand--wordmark .nexus-brand-mark{width:42px;height:42px;border-radius:11px;box-shadow:0 0 28px rgba(128,40,255,.30)}
.nexus-v3 .nexus-brand--wordmark strong{font-size:1.48rem;letter-spacing:-.035em;text-transform:none;color:#fff}
.nexus-v3 .nexus-brand--wordmark small{margin-top:.06rem;color:#8f7fa1;font-size:.64rem;letter-spacing:.08em;text-transform:uppercase}

/* App shell */
.nexus-v3.nexus-admin-body{background:#080313;color:var(--n3-text)}
.nexus-v3 .nexus-admin{grid-template-columns:238px minmax(0,1fr);background:var(--n3-bg)}
.nexus-v3 .nexus-sidebar{padding:1.05rem .85rem 1rem;border-right:1px solid rgba(164,90,255,.14);background:
    radial-gradient(circle at 5% 7%,rgba(126,34,255,.25),transparent 18rem),
    linear-gradient(180deg,#100526 0%,#090417 52%,#080313 100%)}
.nexus-v3 .nexus-sidebar:after{content:"";position:absolute;left:-65px;bottom:-55px;width:235px;height:235px;opacity:.13;background:linear-gradient(45deg,transparent 42%,#8d36ff 43% 57%,transparent 58%),linear-gradient(-45deg,transparent 42%,#8d36ff 43% 57%,transparent 58%);transform:rotate(22deg);pointer-events:none}
.nexus-v3 .nexus-sidebar-brand{padding:.3rem .4rem .8rem}
.nexus-v3 .nexus-sidebar-nav{gap:.38rem;margin-top:1.1rem}
.nexus-v3 .nexus-sidebar-link{min-height:49px;gap:.8rem;border:1px solid transparent;border-radius:11px;padding:.68rem .78rem;color:#cabfe0;font-size:.82rem;font-weight:650;transition:.18s ease}
.nexus-v3 .nexus-sidebar-link svg{width:19px;height:19px;stroke-width:1.7}
.nexus-v3 .nexus-sidebar-link:hover{border-color:rgba(145,67,255,.18);background:rgba(127,41,255,.08);color:#fff}
.nexus-v3 .nexus-sidebar-link[aria-current=page]{border-color:#7e27ff;background:linear-gradient(100deg,rgba(121,31,245,.94),rgba(83,15,190,.90));box-shadow:0 10px 30px rgba(79,15,178,.36),inset 0 1px 0 rgba(255,255,255,.13)}
.nexus-v3 .nexus-sidebar-link b{min-width:21px;height:21px;background:#8e2cff;box-shadow:0 0 18px rgba(143,43,255,.55)}
.nexus-v3 .nexus-sidebar-bottom{position:relative;z-index:1}
.nexus-v3 .nexus-user-card{border-color:rgba(165,96,255,.15);background:linear-gradient(145deg,rgba(44,22,78,.82),rgba(20,11,39,.82));box-shadow:0 12px 32px rgba(0,0,0,.16)}
.nexus-v3 .nexus-avatar{border:1px solid rgba(180,111,255,.26);background:linear-gradient(135deg,#8f3cff,#6320d6);color:#fff;box-shadow:0 8px 22px rgba(99,32,214,.25)}
.nexus-v3 .nexus-logout{border-radius:9px;color:#81748f}.nexus-v3 .nexus-logout:hover{background:rgba(255,255,255,.035);color:#fff}

.nexus-v3 .nexus-admin-content{background:
    radial-gradient(circle at 72% 0%,rgba(100,22,219,.16),transparent 29rem),
    radial-gradient(circle at 96% 34%,rgba(90,24,177,.09),transparent 26rem),
    linear-gradient(180deg,#0b0518,#090414 100%)}
.nexus-v3 .nexus-topbar{min-height:82px;justify-content:space-between;border-bottom:1px solid rgba(164,91,255,.10);background:rgba(9,4,20,.86);padding:.85rem 1.6rem;backdrop-filter:blur(22px)}
.nexus-v3 .nexus-topbar-heading{min-width:240px;display:grid;gap:.08rem}
.nexus-v3 .nexus-topbar-heading strong{font-size:1.16rem;letter-spacing:-.025em;color:#fff}
.nexus-v3 .nexus-topbar-heading small{color:#887a97;font-size:.68rem}
.nexus-v3 .nexus-global-search{width:min(465px,42vw);margin-left:auto;border-color:rgba(178,111,255,.16);background:linear-gradient(145deg,rgba(28,15,52,.88),rgba(18,10,36,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.03);padding:.05rem .45rem .05rem .85rem}
.nexus-v3 .nexus-global-search>span{color:#a67aff;font-size:1.1rem}
.nexus-v3 .nexus-global-search input{min-height:43px!important;font-size:.76rem!important}
.nexus-v3 .nexus-global-search kbd{border:1px solid rgba(255,255,255,.10);border-radius:7px;background:rgba(255,255,255,.04);padding:.2rem .42rem;color:#766987;font-size:.58rem;font-family:inherit;white-space:nowrap}
.nexus-v3 .nexus-top-actions{position:static;display:flex;align-items:center;gap:.55rem;margin-left:1rem}
.nexus-v3 .nexus-icon-button{width:40px;height:40px;border-color:rgba(178,111,255,.20);background:rgba(117,34,255,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.nexus-v3 .nexus-icon-button:hover{border-color:rgba(181,119,255,.45);background:rgba(126,45,255,.13);box-shadow:0 0 22px rgba(121,32,255,.16)}
.nexus-v3 .nexus-top-user{display:flex;align-items:center;gap:.6rem;margin-left:.2rem;border-left:1px solid rgba(255,255,255,.07);padding-left:.8rem}
.nexus-v3 .nexus-top-user>span{display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(190,130,255,.25);border-radius:50%;background:linear-gradient(135deg,#8f3dff,#5b17c8);color:#fff;font-size:.75rem;font-weight:850}
.nexus-v3 .nexus-top-user strong,.nexus-v3 .nexus-top-user small{display:block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nexus-v3 .nexus-top-user strong{color:#f8f3ff;font-size:.7rem}.nexus-v3 .nexus-top-user small{margin-top:.08rem;color:#877b94;font-size:.58rem}
.nexus-v3 .nexus-main{width:min(1440px,calc(100% - 2.2rem));padding:1rem 0 3.4rem}

/* Shared admin panels/forms */
.nexus-v3 .nexus-panel,.nexus-v3 .hope-card{border-color:rgba(172,104,255,.15);border-radius:14px;background:linear-gradient(145deg,rgba(22,13,45,.96),rgba(15,9,32,.96));box-shadow:0 16px 45px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.025)}
.nexus-v3 .nexus-page-head{margin:.45rem 0 1.15rem}
.nexus-v3 .nexus-page-head h1{font-size:clamp(1.85rem,3.2vw,2.8rem);letter-spacing:-.045em}
.nexus-v3 .nexus-page-head p{color:#90839e}
.nexus-v3 .nexus-admin-filters{gap:.65rem;border:1px solid rgba(172,104,255,.10);border-radius:12px!important;background:rgba(18,10,36,.50)!important;padding:.75rem!important}
.nexus-v3 .nexus-admin-filters label{font-size:.72rem}
.nexus-v3 .nexus-admin-filters input,.nexus-v3 .nexus-admin-filters select{min-height:43px;border-radius:10px;background:#0e081f!important}
.nexus-v3 .nexus-vacancy-admin-list article{border-color:rgba(255,255,255,.055);transition:.16s ease}.nexus-v3 .nexus-vacancy-admin-list article:hover{border-color:rgba(156,85,255,.20);background:rgba(119,36,255,.035)}
.nexus-v3 .nexus-candidate-card{border-color:rgba(171,102,255,.13);background:linear-gradient(145deg,#150c2e,#100920);box-shadow:0 15px 35px rgba(0,0,0,.16);transition:.18s ease}.nexus-v3 .nexus-candidate-card:hover{transform:translateY(-3px);border-color:rgba(171,102,255,.38);box-shadow:0 20px 45px rgba(40,5,89,.28)}
.nexus-v3 .nexus-candidate-card h3{color:#fff}.nexus-v3 .nexus-candidate-tags span{border-color:rgba(166,93,255,.18);background:rgba(115,38,230,.09);color:#bfa0ea}
.nexus-v3 .nexus-form-section{border-color:rgba(170,103,255,.13);background:linear-gradient(145deg,#150d2c,#100920)}
.nexus-v3 .nexus-sticky-panel{border-color:rgba(166,93,255,.16);background:linear-gradient(145deg,#160d31,#0f081f)}
.nexus-v3 .nexus-file-card{border-color:rgba(171,102,255,.17);background:rgba(119,36,255,.055)}
.nexus-v3 .nexus-timeline:before{background:rgba(146,76,255,.24)}
.nexus-v3 .nexus-timeline>div:before{background:#8b32ff;box-shadow:0 0 0 4px rgba(139,50,255,.13),0 0 18px rgba(139,50,255,.42)}

/* Dashboard Hero */
.nexus-v3-hero{position:relative;min-height:205px;display:grid;grid-template-columns:minmax(0,1fr) 330px;overflow:hidden;border:1px solid rgba(147,70,255,.25);border-radius:14px;background:
    radial-gradient(circle at 82% 44%,rgba(144,49,255,.34),transparent 17rem),
    linear-gradient(105deg,#1e0c43 0%,#130827 53%,#2b0c58 100%);box-shadow:0 18px 52px rgba(20,0,48,.32),inset 0 1px 0 rgba(255,255,255,.045)}
.nexus-v3-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(160,96,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(160,96,255,.04) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(90deg,transparent 5%,#000 45%,#000 100%);pointer-events:none}
.nexus-v3-hero-copy{position:relative;z-index:2;padding:1.55rem 1.75rem}
.nexus-v3-hero-title{display:flex;align-items:flex-start;gap:.9rem}
.nexus-v3-hero-icon{display:grid;width:54px;height:54px;flex:0 0 auto;place-items:center;border:1px solid rgba(192,135,255,.24);border-radius:50%;background:linear-gradient(135deg,#8128ee,#5310b7);box-shadow:0 10px 30px rgba(93,16,204,.36);font-size:1.35rem}
.nexus-v3-hero-title h1{margin:.08rem 0 .3rem;font-size:1.42rem;letter-spacing:-.03em}.nexus-v3-hero-title p{max-width:650px;margin:0;color:#b3a4c5;font-size:.78rem;line-height:1.5}
.nexus-v3-flow{display:flex;align-items:center;gap:.5rem;margin-top:1.65rem}.nexus-v3-flow>div{min-width:0;display:flex;align-items:center;gap:.52rem}.nexus-v3-flow>div>b{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid rgba(174,101,255,.28);border-radius:50%;background:#26114f;color:#bd8cff;font-size:.65rem}.nexus-v3-flow span,.nexus-v3-flow strong,.nexus-v3-flow small{display:block}.nexus-v3-flow strong{color:#f6f0ff;font-size:.65rem}.nexus-v3-flow small{max-width:130px;margin-top:.08rem;color:#8d7e9e;font-size:.54rem;line-height:1.35}.nexus-v3-flow>i{color:#715d82;font-size:.65rem;font-style:normal}
.nexus-v3-hero-mascot{position:relative;z-index:2;overflow:hidden}.nexus-v3-hero-mascot>span{position:absolute;right:6%;top:20%;width:230px;height:230px;border-radius:50%;background:#8b30ff;filter:blur(65px);opacity:.35}.nexus-v3-hero-mascot img{position:absolute;z-index:2;right:8px;bottom:-238px;width:330px;max-width:none;filter:drop-shadow(0 20px 30px rgba(0,0,0,.32))}

/* Dashboard metrics */
.nexus-v3-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.72rem;margin-top:.72rem}
.nexus-v3-metric-card{display:flex;align-items:center;gap:.75rem;min-height:91px;border:1px solid rgba(160,91,255,.16);border-radius:13px;background:linear-gradient(145deg,#17102e,#10091f);padding:.85rem 1rem;box-shadow:0 12px 30px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.025)}
.nexus-v3-metric-card>span{display:grid;width:45px;height:45px;flex:0 0 auto;place-items:center;border:1px solid rgba(180,111,255,.32);border-radius:50%;background:linear-gradient(145deg,rgba(123,34,255,.36),rgba(91,18,188,.22));color:#cfadff;font-size:1.1rem;box-shadow:inset 0 0 18px rgba(130,52,255,.12)}
.nexus-v3-metric-card small,.nexus-v3-metric-card strong,.nexus-v3-metric-card em{display:block}.nexus-v3-metric-card small{color:#b7abc5;font-size:.66rem}.nexus-v3-metric-card strong{margin:.03rem 0;font-size:1.5rem;line-height:1;color:#fff}.nexus-v3-metric-card em{margin-top:.18rem;color:#6e637a;font-size:.55rem;font-style:normal}

/* Dashboard grid */
.nexus-v3-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:.72rem;margin-top:.72rem}.nexus-v3-dashboard-main{min-width:0;display:grid;grid-template-columns:.95fr 1.05fr;gap:.72rem;align-content:start}.nexus-v3-card{min-width:0;border:1px solid rgba(161,92,255,.16);border-radius:13px;background:linear-gradient(145deg,#140c2b,#0f091e);box-shadow:0 14px 38px rgba(0,0,0,.17),inset 0 1px 0 rgba(255,255,255,.025)}
.nexus-v3-card>header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-bottom:1px solid rgba(255,255,255,.055);padding:.85rem 1rem}.nexus-v3-card>header span{display:block;color:#775e91;font-size:.54rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.nexus-v3-card>header h2{margin:.05rem 0 0;color:#fff;font-size:.82rem;letter-spacing:-.015em}.nexus-v3-card>header a{color:#ae79ff;font-size:.62rem;font-weight:750}.nexus-v3-card>header b{color:#c89cff;font-size:1.1rem}
.nexus-v3-card--vacancies,.nexus-v3-card--applications{grid-column:auto}
.nexus-v3-table{padding:.15rem .7rem .55rem}.nexus-v3-table-head,.nexus-v3-table-row{display:grid;align-items:center;gap:.5rem}.nexus-v3-table-head{min-height:30px;border-bottom:1px solid rgba(255,255,255,.045);color:#746781;font-size:.52rem}.nexus-v3-table-row{min-height:52px;border-bottom:1px solid rgba(255,255,255,.04);color:#a99db5;font-size:.58rem;transition:.15s ease}.nexus-v3-table-row:last-child{border-bottom:0}.nexus-v3-table-row:hover{background:rgba(126,45,255,.045)}
.nexus-v3-table--vacancies .nexus-v3-table-head,.nexus-v3-table--vacancies .nexus-v3-table-row{grid-template-columns:1.55fr .9fr .55fr .62fr .78fr}
.nexus-v3-table--applications .nexus-v3-table-head,.nexus-v3-table--applications .nexus-v3-table-row{grid-template-columns:1.15fr 1.25fr .85fr .7fr .75fr}
.nexus-v3-vacancy-name{position:relative;display:grid;grid-template-columns:12px 1fr;align-items:center}.nexus-v3-vacancy-name i{grid-row:1/3;width:6px;height:6px;border-radius:50%;background:#8c34ff;box-shadow:0 0 12px rgba(140,52,255,.8)}.nexus-v3-vacancy-name b{color:#f4effa;font-size:.61rem;font-weight:720}.nexus-v3-vacancy-name small{color:#6f637b;font-size:.49rem}.nexus-v3-link-button{justify-self:end;border:1px solid rgba(161,90,255,.38);border-radius:7px;padding:.3rem .44rem;color:#c398ff!important;font-size:.49rem!important;white-space:nowrap}.nexus-v3-person{display:flex;align-items:center;gap:.4rem}.nexus-v3-person i{display:grid;width:24px;height:24px;flex:0 0 auto;place-items:center;border-radius:50%;background:linear-gradient(135deg,#9a47ff,#6420d0);color:#fff;font-size:.48rem;font-style:normal;font-weight:800}.nexus-v3-person b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#efe8f7;font-size:.57rem}
.nexus-v3-table-row .nexus-status{justify-self:start;padding:.2rem .38rem;font-size:.48rem}

/* Right rail */
.nexus-v3-dashboard-side{display:grid;gap:.72rem;align-content:start}.nexus-v3-new-candidate{border:1px solid #9b42ff;border-radius:13px;background:radial-gradient(circle at 92% 0%,rgba(146,57,255,.23),transparent 10rem),linear-gradient(145deg,#1d0d3d,#120925);padding:.95rem;box-shadow:0 0 0 1px rgba(168,87,255,.10),0 0 27px rgba(127,35,255,.20),inset 0 1px 0 rgba(255,255,255,.05)}
.nexus-v3-card-head{display:flex;align-items:center;justify-content:space-between}.nexus-v3-card-head h2{margin:0;font-size:.78rem}.nexus-v3-card-head span{color:#9b74c2;font-size:.52rem}.nexus-v3-new-person{display:flex;gap:.7rem;margin:1rem 0}.nexus-v3-new-person>i{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border-radius:50%;background:linear-gradient(135deg,#a95fff,#7126e4);color:#fff;font-size:.75rem;font-style:normal;font-weight:800;box-shadow:0 8px 25px rgba(119,38,234,.28)}.nexus-v3-new-person strong,.nexus-v3-new-person small,.nexus-v3-new-person em{display:block}.nexus-v3-new-person strong{font-size:.72rem}.nexus-v3-new-person small{margin-top:.1rem;color:#9a8aaa;font-size:.58rem}.nexus-v3-new-person em{margin-top:.28rem;color:#766787;font-size:.52rem;font-style:normal}.nexus-v3-outline-button{display:flex;min-height:37px;align-items:center;justify-content:center;border:1px solid rgba(170,103,255,.45);border-radius:8px;background:rgba(123,36,255,.07);color:#f1e8ff;font-size:.62rem;font-weight:750}.nexus-v3-outline-button:hover{background:rgba(123,36,255,.15)}
.nexus-v3-portal-card{overflow:hidden;border:1px solid rgba(165,94,255,.17);border-radius:13px;background:linear-gradient(145deg,#160d30,#0e081d);padding:.95rem;box-shadow:0 14px 38px rgba(0,0,0,.16)}.nexus-v3-portal-card>div:first-child>span{color:#9d68e5;font-size:.54rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.nexus-v3-portal-card h2{margin:.2rem 0 .25rem;font-size:.84rem;line-height:1.25}.nexus-v3-portal-card p{margin:0;color:#85788f;font-size:.58rem;line-height:1.45}.nexus-v3-portal-preview{position:relative;height:142px;display:flex;overflow:hidden;margin:.85rem 0;border:1px solid rgba(166,99,255,.15);border-radius:10px;background:radial-gradient(circle at 85% 28%,rgba(151,56,255,.40),transparent 8rem),linear-gradient(110deg,#1a0a39,#2b0a5c)}.nexus-v3-portal-preview>div{position:relative;z-index:2;padding:1rem .8rem}.nexus-v3-portal-preview strong,.nexus-v3-portal-preview small{display:block}.nexus-v3-portal-preview strong{font-size:.66rem;line-height:1.15}.nexus-v3-portal-preview small{margin-top:.3rem;color:#9f8daf;font-size:.48rem}.nexus-v3-portal-preview img{position:absolute;right:-18px;bottom:-91px;width:185px;max-width:none;filter:drop-shadow(0 12px 20px rgba(0,0,0,.24))}.nexus-v3-portal-card>.hope-btn{width:100%;min-height:40px;margin-top:.45rem;font-size:.62rem}
.nexus-v3-pipeline-card .nexus-pipeline{padding:.8rem 1rem 1rem}.nexus-v3-pipeline-card .nexus-pipeline>div{gap:.24rem}.nexus-v3-pipeline-card .nexus-pipeline span,.nexus-v3-pipeline-card .nexus-pipeline strong{font-size:.57rem}.nexus-v3-pipeline-card .nexus-pipeline i{height:4px}

/* Bottom process strip */
.nexus-v3-process-strip{grid-column:1/-1;display:flex;align-items:center;gap:.65rem;min-height:78px;border:1px solid rgba(160,91,255,.17);border-radius:13px;background:linear-gradient(100deg,#181033,#100920);padding:.75rem .9rem}.nexus-v3-process-brand{display:flex!important;align-items:center!important;gap:.55rem!important;min-width:195px;padding-right:.85rem;border-right:1px solid rgba(255,255,255,.06)}.nexus-v3-process-brand>span{display:grid;width:38px;height:38px;place-items:center;border-radius:9px;background:linear-gradient(135deg,#8931f4,#5712bd);font-size:1rem}.nexus-v3-process-strip>div{display:flex;min-width:0;align-items:center;gap:.45rem}.nexus-v3-process-strip>div>b{display:grid;width:29px;height:29px;flex:0 0 auto;place-items:center;border-radius:50%;background:rgba(123,36,255,.14);color:#b47fff;font-size:.67rem}.nexus-v3-process-strip span,.nexus-v3-process-strip strong,.nexus-v3-process-strip small{display:block}.nexus-v3-process-strip strong{font-size:.57rem;color:#ded2ea}.nexus-v3-process-strip small{margin-top:.05rem;color:#71657f;font-size:.46rem;line-height:1.3}.nexus-v3-process-strip>i{color:#5d5169;font-size:.55rem;font-style:normal}

/* Public portal v3 */
.nexus-public-body{background:#f9f7fd;color:#191125}.nexus-public-header{border-bottom:1px solid rgba(84,26,164,.08);background:rgba(255,255,255,.88);box-shadow:0 8px 30px rgba(44,18,78,.04)}
.nexus-public-nav{min-height:78px}.nexus-public-header .nexus-brand strong{font-size:1.25rem;letter-spacing:-.03em;color:#241234}.nexus-public-header .nexus-brand small{color:#8b789b}.nexus-public-header .nexus-brand-mark{width:44px;height:44px;border-radius:11px;box-shadow:0 9px 26px rgba(100,28,203,.18)}
.nexus-nav-link,.nexus-staff-link{border-radius:999px;padding:.55rem .9rem}.nexus-nav-link:hover,.nexus-nav-link.is-active{background:#f0e7ff;color:#681bd1}.nexus-staff-link{border-color:#dbc7f7;background:#fbf8ff;color:#6e1bd3}
.nexus-home-hero{background:
    radial-gradient(circle at 80% 38%,rgba(139,43,255,.54),transparent 23rem),
    radial-gradient(circle at 95% 8%,rgba(240,159,255,.16),transparent 14rem),
    linear-gradient(130deg,#090316 0%,#13052b 48%,#2a0860 100%)}
.nexus-home-hero:before{content:"";position:absolute;left:-8%;bottom:-26%;width:420px;height:420px;border:90px solid rgba(112,28,238,.10);transform:rotate(42deg)}
.nexus-home-hero-grid{min-height:650px;grid-template-columns:1.06fr .94fr;padding:4.25rem 0}
.nexus-home-copy h1{font-size:clamp(3rem,5.4vw,5.25rem);line-height:.94}.nexus-home-copy h1 em{background:linear-gradient(90deg,#c89fff,#a85dff);-webkit-background-clip:text;background-clip:text;color:transparent}.nexus-home-copy>p{max-width:610px;color:#c7b8d7}.nexus-hero-search{border-color:rgba(192,139,255,.22);background:rgba(21,7,47,.54);box-shadow:0 18px 55px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.05)}.nexus-hero-search button{background:linear-gradient(135deg,#fff,#eee3ff);color:#4b118e}.nexus-home-visual{min-height:520px}.nexus-home-mascot{width:min(500px,100%);border-radius:0;filter:drop-shadow(0 35px 45px rgba(0,0,0,.30))}.nexus-mascot-glow{width:430px;height:430px;background:#8b31ff;filter:blur(95px);opacity:.34}.nexus-orbit--one{width:500px;height:500px}.nexus-orbit--two{width:610px;height:610px}.nexus-floating-card{border-color:rgba(204,161,255,.20);background:rgba(17,6,37,.76);box-shadow:0 18px 46px rgba(0,0,0,.28)}
.nexus-public-job-card{border-color:#e6dbf1;border-radius:18px;box-shadow:0 18px 45px rgba(60,30,100,.07)}.nexus-public-job-card:hover{border-color:#cdb4ee;box-shadow:0 25px 55px rgba(72,35,126,.13)}.nexus-job-icon{border:1px solid #dbc5fa;background:linear-gradient(135deg,#f3eaff,#e4d2ff);box-shadow:0 8px 24px rgba(97,28,202,.10)}
.nexus-how-section{background:linear-gradient(180deg,#f7f3fd,#fff)}.nexus-how-card{border-color:#e8ddf1;box-shadow:0 16px 38px rgba(58,26,93,.055)}
.nexus-home-cta{background:linear-gradient(105deg,#100521,#23074a 58%,#5310a7)}
.nexus-footer{background:#080313}

/* Auth v3 */
.nexus-auth-brand{background:radial-gradient(circle at 80% 75%,rgba(131,42,255,.28),transparent 22rem),linear-gradient(145deg,#0a0317,#1b0739 65%,#2b075b)}
.nexus-auth-brand:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(163,96,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(163,96,255,.03) 1px,transparent 1px);background-size:26px 26px;mask-image:linear-gradient(to bottom,transparent,#000 35%,transparent)}
.nexus-auth-copy,.nexus-auth-brand>a,.nexus-auth-mascot{position:relative;z-index:2}.nexus-auth-mascot{width:min(440px,65%);border-radius:0;filter:drop-shadow(0 28px 42px rgba(0,0,0,.32))}.nexus-auth-panel{background:#faf8fd}.nexus-login-card{border:1px solid #e5daf0;border-radius:20px;box-shadow:0 24px 70px rgba(49,20,82,.10)}

/* Responsive v3 */
@media(max-width:1280px){
    .nexus-v3 .nexus-admin{grid-template-columns:215px minmax(0,1fr)}
    .nexus-v3 .nexus-topbar-heading{min-width:190px}.nexus-v3 .nexus-top-user div{display:none}.nexus-v3-dashboard-grid{grid-template-columns:minmax(0,1fr) 270px}
    .nexus-v3-flow small{display:none}.nexus-v3-process-strip small{display:none}.nexus-v3-process-brand{min-width:165px}
}
@media(max-width:1080px){
    .nexus-v3 .nexus-topbar-heading small{display:none}.nexus-v3 .nexus-global-search{width:min(410px,40vw)}
    .nexus-v3-hero{grid-template-columns:1fr 250px}.nexus-v3-hero-mascot img{right:-10px;width:280px;bottom:-205px}
    .nexus-v3-dashboard-grid{grid-template-columns:1fr}.nexus-v3-dashboard-side{grid-template-columns:repeat(3,1fr)}.nexus-v3-pipeline-card{grid-column:auto}.nexus-v3-portal-card{min-height:100%}
    .nexus-v3-process-strip{overflow:auto}.nexus-v3-process-strip>div{min-width:150px}
}
@media(max-width:900px){
    .nexus-v3 .nexus-admin{display:block}.nexus-v3 .nexus-topbar{top:68px}.nexus-v3 .nexus-topbar-heading{display:none}.nexus-v3 .nexus-global-search{width:calc(100% - 145px);margin-left:0}.nexus-v3 .nexus-top-actions{margin-left:auto}.nexus-v3 .nexus-top-user{display:none}
    .nexus-v3-metrics{grid-template-columns:repeat(2,1fr)}.nexus-v3-dashboard-main{grid-template-columns:1fr}.nexus-v3-dashboard-side{grid-template-columns:1fr 1fr}.nexus-v3-pipeline-card{grid-column:1/-1}
    .nexus-v3-card--vacancies,.nexus-v3-card--applications{grid-column:1}.nexus-v3-process-strip{grid-column:1}
}
@media(max-width:700px){
    .nexus-v3 .nexus-main{width:calc(100% - 1rem)}
    .nexus-v3 .nexus-global-search kbd{display:none}.nexus-v3 .nexus-global-search{width:calc(100% - 100px)}
    .nexus-v3-hero{grid-template-columns:1fr;min-height:auto}.nexus-v3-hero-copy{padding:1.2rem}.nexus-v3-hero-mascot{display:none}.nexus-v3-flow{display:grid;grid-template-columns:1fr 1fr}.nexus-v3-flow>i{display:none}.nexus-v3-flow>div{align-items:flex-start}.nexus-v3-flow small{display:block}
    .nexus-v3-metrics{grid-template-columns:1fr 1fr}.nexus-v3-metric-card{min-height:80px;padding:.7rem}.nexus-v3-metric-card>span{width:38px;height:38px}.nexus-v3-metric-card strong{font-size:1.25rem}
    .nexus-v3-dashboard-side{grid-template-columns:1fr}.nexus-v3-pipeline-card{grid-column:auto}.nexus-v3-table-head{display:none}.nexus-v3-table--vacancies .nexus-v3-table-row,.nexus-v3-table--applications .nexus-v3-table-row{grid-template-columns:1fr auto;gap:.35rem;padding:.55rem 0}.nexus-v3-table--vacancies .nexus-v3-table-row>span:nth-child(2),.nexus-v3-table--vacancies .nexus-v3-table-row>span:nth-child(3),.nexus-v3-table--applications .nexus-v3-table-row>span:nth-child(2),.nexus-v3-table--applications .nexus-v3-table-row>span:nth-child(3),.nexus-v3-table--applications .nexus-v3-table-row>span:nth-child(4){display:none}.nexus-v3-link-button{display:none}.nexus-v3-table-row .nexus-status{justify-self:end}
    .nexus-v3-process-strip{display:grid;grid-template-columns:1fr 1fr}.nexus-v3-process-brand{grid-column:1/-1;border-right:0;border-bottom:1px solid rgba(255,255,255,.06);padding:0 0 .7rem}.nexus-v3-process-strip>i{display:none}.nexus-v3-process-strip>div{min-width:0}
    .nexus-home-hero-grid{padding:3.3rem 0}.nexus-home-mascot{width:340px}.nexus-home-visual{min-height:390px}.nexus-mascot-glow{width:320px;height:320px}.nexus-public-nav{min-height:68px}
}
@media(max-width:430px){
    .nexus-v3-metrics{grid-template-columns:1fr}.nexus-v3-flow{grid-template-columns:1fr}.nexus-v3-process-strip{grid-template-columns:1fr}.nexus-v3-process-brand{grid-column:1}.nexus-v3-new-candidate,.nexus-v3-portal-card{padding:.8rem}
}

/* =========================================================
   NEXUS UPGRADE 3 — COMPLETE VISUAL SYSTEM (v4)
   Visual-only layer. No business logic changes.
   ========================================================= */
:root{
  --n4-bg:#080313;--n4-bg-2:#0d061d;--n4-panel:#120925;--n4-panel-2:#180d31;
  --n4-panel-3:#211044;--n4-border:rgba(164,93,255,.19);--n4-border-strong:rgba(180,113,255,.38);
  --n4-purple:#7717ee;--n4-purple-2:#932fff;--n4-purple-3:#b269ff;--n4-lilac:#d7b7ff;
  --n4-white:#fff;--n4-text:#f7f1ff;--n4-muted:#9485a6;--n4-muted-2:#6d607e;
  --n4-green:#2bd98a;--n4-red:#ff5d78;--n4-amber:#ffb455;--n4-blue:#5ba4ff;
  --n4-radius:16px;--n4-shadow:0 20px 55px rgba(0,0,0,.28);
}

/* ADMIN SHELL */
body.nexus-v4{background:var(--n4-bg);color:var(--n4-text);min-height:100vh}
.nexus-v4 input:not([type=checkbox]):not([type=radio]):not([type=file]),.nexus-v4 select,.nexus-v4 textarea{border:1px solid var(--n4-border);background:#0e071e;color:#eee6f7;border-radius:11px;box-shadow:none}
.nexus-v4 input::placeholder,.nexus-v4 textarea::placeholder{color:#665b73}.nexus-v4 input:focus,.nexus-v4 select:focus,.nexus-v4 textarea:focus{border-color:#8e35f7;box-shadow:0 0 0 3px rgba(132,44,246,.12)}
.nexus-v4 select option{background:#100820;color:#fff}.nexus-v4 a{color:inherit}
.n4-shell{display:grid;grid-template-columns:242px minmax(0,1fr);min-height:100vh;background:radial-gradient(circle at 80% 0,rgba(94,19,184,.12),transparent 35rem),var(--n4-bg)}
.n4-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;border-right:1px solid var(--n4-border);background:linear-gradient(180deg,#120525 0%,#0b0417 56%,#0a0315 100%);padding:22px 14px 14px;overflow-y:auto;z-index:35}
.n4-sidebar:before{content:"";position:absolute;inset:0 0 auto;height:180px;background:radial-gradient(circle at 20% 0,rgba(125,35,255,.27),transparent 70%);pointer-events:none}
.n4-sidebar-brand{position:relative;z-index:1;padding:0 7px 22px}.n4-brand{display:flex;align-items:center;gap:11px}.n4-brand-symbol{width:45px;height:45px!important;border-radius:12px;object-fit:cover;box-shadow:0 10px 28px rgba(113,22,237,.28)}.n4-brand span{display:grid;line-height:1.05}.n4-brand strong{font-size:1.2rem;letter-spacing:-.03em}.n4-brand small{margin-top:4px;color:#806e94;font-size:.64rem;letter-spacing:.07em;text-transform:uppercase}
.n4-sidebar-label{padding:0 12px 7px;color:#5f4d70;font-size:.57rem;font-weight:850;letter-spacing:.16em}.n4-nav{display:grid;gap:3px}.n4-nav-link{position:relative;display:flex;min-height:47px;align-items:center;gap:12px;border:1px solid transparent;border-radius:11px;padding:0 12px;color:#b9acc8;font-size:.78rem;font-weight:680;transition:.18s}.n4-nav-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.n4-nav-link:hover{background:rgba(124,35,236,.09);color:#fff}.n4-nav-link[aria-current=page]{border-color:rgba(158,80,255,.38);background:linear-gradient(90deg,rgba(112,25,225,.42),rgba(93,20,190,.18));color:#fff;box-shadow:inset 3px 0 #8d2cff,0 10px 25px rgba(49,10,95,.18)}.n4-nav-link[aria-current=page] svg{color:#be8bff}.n4-nav-link b{margin-left:auto;display:grid;min-width:20px;height:20px;place-items:center;border-radius:999px;background:#7a1bef;color:#fff;font-size:.58rem}.n4-bell{width:18px;text-align:center;color:#a768f0}
.n4-sidebar-bottom{margin-top:auto;display:grid;gap:3px;padding-top:18px;border-top:1px solid rgba(255,255,255,.055)}.n4-user-card{display:flex;align-items:center;gap:9px;margin:12px 2px 6px;padding:10px;border:1px solid rgba(159,85,255,.13);border-radius:12px;background:rgba(255,255,255,.025)}.n4-user-card>div:last-child{display:grid;min-width:0}.n4-user-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem}.n4-user-card small{color:#756783;font-size:.58rem}.n4-avatar{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:1px solid #8d42ea;border-radius:10px;background:linear-gradient(135deg,#8124f1,#491091);font-weight:800;font-size:.7rem}.n4-logout{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:transparent;color:#766a81;padding:.65rem;font-size:.65rem;font-weight:700}.n4-logout:hover{color:#fff;border-color:rgba(255,255,255,.15)}
.n4-content{min-width:0}.n4-topbar{position:sticky;top:0;z-index:24;min-height:76px;display:flex;align-items:center;gap:18px;border-bottom:1px solid rgba(160,92,255,.11);background:rgba(8,3,19,.88);backdrop-filter:blur(18px);padding:0 28px}.n4-topbar-copy{display:grid;min-width:230px}.n4-topbar-copy strong{font-size:1rem;letter-spacing:-.02em}.n4-topbar-copy small{color:#73667f;font-size:.61rem}.n4-search{width:min(470px,42vw);margin-left:auto;display:flex;align-items:center;gap:8px;border:1px solid var(--n4-border);border-radius:12px;background:#100820;padding:0 12px}.n4-search span{color:#8969a6}.n4-search input{min-height:42px!important;border:0!important;background:transparent!important;box-shadow:none!important;padding-left:0!important}.n4-top-actions{display:flex;align-items:center;gap:8px}.n4-icon-btn{position:relative;display:grid;width:39px;height:39px;place-items:center;border:1px solid var(--n4-border);border-radius:11px;background:#110820;color:#c4aadf;font-size:1.05rem}.n4-icon-btn:hover{border-color:var(--n4-border-strong);background:#1a0b34;color:#fff}.n4-icon-btn i{position:absolute;right:-4px;top:-5px;display:grid;min-width:17px;height:17px;place-items:center;border:2px solid #080313;border-radius:999px;background:#7f1ff1;color:#fff;font-size:.48rem;font-style:normal}.n4-top-user{display:flex;align-items:center;gap:8px;margin-left:4px}.n4-top-user>span{display:grid;width:37px;height:37px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#7e1fe9,#431087);font-weight:800;font-size:.7rem}.n4-top-user>div{display:grid}.n4-top-user strong{font-size:.69rem}.n4-top-user small{color:#73667f;font-size:.56rem}.n4-main{width:min(1380px,calc(100% - 44px));margin:0 auto;padding:24px 0 55px}
.nexus-v4 .nexus-mobile-header{display:none}

/* TYPOGRAPHY / BUTTONS */
.n4-eyebrow{display:inline-block;color:#b97aff;font-size:.58rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.n4-eyebrow--dark{color:#7220db}.n4-btn{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:10px;padding:.68rem 1rem;font-size:.72rem;font-weight:800;transition:.18s}.n4-btn:hover{transform:translateY(-1px)}.n4-btn--primary{border-color:#8e38fa;background:linear-gradient(135deg,#8b2df2,#6312c9);color:#fff;box-shadow:0 10px 27px rgba(99,18,201,.24)}.n4-btn--light{background:#fff;color:#391067}.n4-btn--outline{border-color:rgba(164,94,255,.34);background:rgba(126,37,232,.06);color:#cfb4eb}.n4-btn--outline:hover{background:rgba(129,42,238,.13);color:#fff}.n4-btn--whatsapp{background:#19af70;color:#fff}.n4-btn--danger{background:#a6213c;color:#fff}.n4-text-link{color:#c4add9;font-size:.72rem;font-weight:750}

/* PAGE HEAD / COMMON CARDS */
.n4-page-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:4px 0 20px}.n4-page-head h1{margin:4px 0 5px;color:#fff;font-size:clamp(1.85rem,3.5vw,2.75rem);line-height:1;letter-spacing:-.045em}.n4-page-head p{margin:0;color:#83758f;font-size:.76rem}.n4-back{display:inline-block;margin-bottom:8px;color:#9a57ed;font-size:.68rem;font-weight:750}.n4-count-pill{display:inline-flex;align-items:center;border:1px solid var(--n4-border);border-radius:999px;background:#110821;color:#a798b4;padding:.5rem .75rem;font-size:.64rem;font-weight:750}
.n4-card{border:1px solid var(--n4-border);border-radius:var(--n4-radius);background:linear-gradient(180deg,#130a28,#0f081e);box-shadow:var(--n4-shadow);overflow:hidden}.n4-card>header,.n4-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px 13px;border-bottom:1px solid rgba(165,94,255,.09)}.n4-card>header>div,.n4-card-head>div{display:grid}.n4-card>header span,.n4-card-head span{color:#79569d;font-size:.53rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.n4-card>header h2,.n4-card-head h2{margin:2px 0 0;color:#f7efff;font-size:.92rem;letter-spacing:-.02em}.n4-card>header>a{color:#a55aef;font-size:.62rem;font-weight:750}.n4-page-card{margin-top:18px}.n4-empty-row{padding:22px;color:#73687d;font-size:.72rem}.n4-empty-row a{color:#a962f2}.n4-empty{grid-column:1/-1;min-height:220px;display:grid;place-items:center;align-content:center;text-align:center;color:#7a6f85}.n4-empty>span{display:grid;width:50px;height:50px;place-items:center;border-radius:15px;background:#efe6ff;color:#761ddb;font-size:1.3rem}.n4-empty h3{margin:12px 0 4px;color:#2b183c}.n4-empty p{margin:0}
.nexus-v4 .hope-alert{border:1px solid rgba(151,77,255,.25);background:#170b30;color:#d5bee9}.nexus-v4 .hope-alert--danger{border-color:rgba(255,93,120,.35);background:#2b0d19;color:#ffc1cb}

/* FILTERS / FORMS */
.n4-filter-card{border:1px solid var(--n4-border);border-radius:14px;background:#0f071e;padding:12px;box-shadow:0 14px 36px rgba(0,0,0,.15)}.n4-filters{display:grid;grid-template-columns:minmax(280px,2fr) 1fr 1fr auto;gap:9px;align-items:end}.n4-filters--candidates{grid-template-columns:minmax(300px,2fr) .8fr .45fr 1fr 1fr auto}.n4-filters--applications{grid-template-columns:minmax(240px,1.6fr) 1.2fr 1fr .8fr auto}.n4-filters--period{grid-template-columns:180px 180px auto auto;justify-content:start}.n4-filters label{margin:0}.n4-filters label>small{display:block;margin:0 0 5px 2px;color:#746680;font-size:.56rem;font-weight:750}.n4-filters input,.n4-filters select{min-height:41px!important;font-size:.68rem}.n4-search-field{display:flex!important;align-items:center!important;gap:8px!important;border:1px solid var(--n4-border);border-radius:10px;background:#0e071d;padding:0 10px}.n4-search-field>span{margin:0!important;color:#8c6aa7!important;font-size:1rem!important}.n4-search-field input{border:0!important;background:transparent!important;box-shadow:none!important;padding-left:0!important}.n4-form-layout{display:grid;gap:18px}.n4-form-card{padding-bottom:18px}.n4-form-card>.n4-card-head,.n4-form-card>header{margin-bottom:0}.n4-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:17px 18px}.n4-form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.n4-form-grid label>span,.n4-form-grid label>small,.n4-form-stack label>small{display:block;margin:0 0 5px;color:#9a8ba8;font-size:.62rem;font-weight:750}.n4-form-grid input,.n4-form-grid select,.n4-form-grid textarea,.n4-form-stack input,.n4-form-stack select,.n4-form-stack textarea{font-size:.72rem}.n4-form-grid textarea{min-height:126px}.n4-full{grid-column:1/-1}.n4-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:0 18px}.n4-check-card{display:flex;align-items:center;gap:10px;border:1px solid var(--n4-border);border-radius:11px;background:#0e071d;padding:10px 12px}.n4-check-card input{accent-color:#8124eb}.n4-check-card>span{display:grid}.n4-check-card strong{font-size:.68rem}.n4-check-card small{color:#73667f;font-size:.55rem}.n4-form-stack{display:grid;gap:12px;padding:0}.n4-inline-form{display:flex;gap:8px;align-items:center}.n4-inline-form select{width:auto;min-width:155px}.nexus-v4 .nexus-form-errors{margin:16px 18px;border-color:rgba(255,93,120,.35);background:#2a0c19;color:#ffc3ce}

/* DASHBOARD */
.n4-dashboard-hero{position:relative;min-height:285px;display:grid;grid-template-columns:minmax(0,1fr) 360px;overflow:hidden;border:1px solid rgba(167,95,255,.25);border-radius:18px;background:radial-gradient(circle at 80% 45%,rgba(130,31,244,.35),transparent 18rem),linear-gradient(112deg,#16092e,#130725 55%,#2c0b59);box-shadow:0 24px 70px rgba(0,0,0,.25)}.n4-dashboard-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(187,128,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(187,128,255,.035) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(90deg,transparent 20%,#000 80%)}.n4-dashboard-hero-copy{position:relative;z-index:2;padding:31px 34px}.n4-dashboard-hero h1{max-width:720px;margin:6px 0 7px;font-size:clamp(1.8rem,3.3vw,3.15rem);line-height:1.02;letter-spacing:-.045em}.n4-dashboard-hero p{max-width:620px;margin:0;color:#b5a6c4;font-size:.77rem}.n4-dashboard-actions{display:flex;gap:8px;margin-top:18px}.n4-process-mini{display:flex;align-items:center;gap:8px;margin-top:25px}.n4-process-mini>div{display:flex;align-items:center;gap:7px}.n4-process-mini b{display:grid;width:27px;height:27px;place-items:center;border:1px solid rgba(186,119,255,.27);border-radius:50%;background:rgba(128,32,236,.14);color:#b875ff;font-size:.58rem}.n4-process-mini span{display:grid}.n4-process-mini strong{font-size:.58rem}.n4-process-mini small{color:#776988;font-size:.48rem}.n4-process-mini i{color:#604e70;font-size:.6rem;font-style:normal}.n4-dashboard-mascot{position:relative;z-index:2}.n4-dashboard-mascot img{position:absolute;right:15px;bottom:-165px;width:390px;max-width:none;filter:drop-shadow(0 30px 44px rgba(0,0,0,.35))}.n4-dashboard-glow{position:absolute;right:25px;top:30px;width:290px;height:290px;border-radius:50%;background:#8a2cff;filter:blur(75px);opacity:.3}
.n4-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0}.n4-metrics article{min-height:92px;display:flex;align-items:center;gap:12px;border:1px solid var(--n4-border);border-radius:14px;background:linear-gradient(145deg,#140a2a,#0e071d);padding:14px 16px}.n4-metrics article>span{display:grid;width:45px;height:45px;flex:0 0 auto;place-items:center;border:1px solid rgba(172,98,255,.32);border-radius:50%;background:linear-gradient(135deg,#5613ad,#7d24ed);color:#fff;font-size:1rem}.n4-metrics article>div{display:grid}.n4-metrics small{color:#a99ab7;font-size:.59rem}.n4-metrics strong{font-size:1.55rem;line-height:1.05}.n4-metrics em{margin-top:4px;color:#4ecb8d;font-size:.48rem;font-style:normal}.n4-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 300px;gap:10px}.n4-card--wide{min-height:335px}.n4-dashboard-side{display:grid;align-content:start;gap:10px}.n4-new-candidate{border:1px solid rgba(179,87,255,.7);border-radius:15px;background:linear-gradient(150deg,#2a0c52,#150929);box-shadow:0 0 0 1px rgba(184,85,255,.13),0 0 35px rgba(134,39,231,.17);padding:14px}.n4-new-candidate header{display:flex;align-items:start;justify-content:space-between}.n4-new-candidate header>div{display:flex;align-items:center;gap:7px}.n4-new-candidate header span{color:#a847ff}.n4-new-candidate h3{margin:0;font-size:.77rem}.n4-new-candidate header small{color:#8f7da1;font-size:.5rem}.n4-new-person{display:flex;align-items:center;gap:10px;margin:15px 0}.n4-new-person>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#b566ff,#7320db);font-size:.75rem;font-weight:850}.n4-new-person>div{display:grid}.n4-new-person strong{font-size:.72rem}.n4-new-person small{color:#b6a4c4;font-size:.56rem}.n4-new-person em{margin-top:3px;color:#766783;font-size:.5rem;font-style:normal}.n4-new-candidate>a{display:flex;min-height:35px;align-items:center;justify-content:center;border:1px solid rgba(184,100,255,.35);border-radius:9px;background:rgba(125,33,230,.12);font-size:.58rem;font-weight:750}.n4-portal-preview{position:relative;min-height:190px;overflow:hidden;border:1px solid var(--n4-border);border-radius:15px;background:radial-gradient(circle at 85% 50%,rgba(135,36,244,.35),transparent 10rem),linear-gradient(145deg,#160a2c,#0f071f);padding:17px}.n4-portal-preview>div{position:relative;z-index:2;max-width:165px}.n4-portal-preview span{color:#8155a5;font-size:.52rem;font-weight:800;letter-spacing:.12em}.n4-portal-preview h3{margin:4px 0;font-size:.82rem}.n4-portal-preview p{margin:0;color:#786a84;font-size:.55rem}.n4-portal-preview a{display:inline-block;margin-top:13px;color:#b35eff;font-size:.57rem;font-weight:750}.n4-portal-preview img{position:absolute;right:-48px;bottom:-80px;width:210px;filter:drop-shadow(0 16px 24px rgba(0,0,0,.28))}
.n4-table{padding:5px 18px 13px}.n4-table-head,.n4-table-row{display:grid;gap:10px;align-items:center}.n4-table-head{min-height:35px;border-bottom:1px solid rgba(255,255,255,.045);color:#6f627b;font-size:.48rem;text-transform:uppercase;letter-spacing:.08em}.n4-table-row{min-height:49px;border-bottom:1px solid rgba(255,255,255,.035);color:#9f91ad;font-size:.56rem}.n4-table-row:hover{color:#fff;background:rgba(126,35,235,.035)}.n4-table-vac{grid-template-columns:minmax(180px,1.5fr) 1fr .7fr .7fr .45fr}.n4-table-app{grid-template-columns:minmax(150px,1.25fr) 1fr .75fr .7fr}.n4-table-row>span:first-child{display:flex;align-items:center;gap:7px;min-width:0}.n4-table-row b{color:#d8cde2;font-size:.59rem}.n4-table-row small{color:#62556e;font-size:.48rem}.n4-dot{width:6px;height:6px;border-radius:50%;background:#9437ff}.n4-mini-avatar{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border-radius:50%;background:#7c24e7;color:#fff;font-size:.48rem;font-style:normal}.n4-pipeline{display:grid;gap:9px;padding:14px 17px 18px}.n4-pipeline>div,.n4-report-bars>div{display:grid;grid-template-columns:90px 1fr 28px;gap:8px;align-items:center}.n4-pipeline span,.n4-report-bars span{color:#8d7c9b;font-size:.53rem}.n4-pipeline i,.n4-report-bars i{height:5px;overflow:hidden;border-radius:999px;background:#251637}.n4-pipeline b,.n4-report-bars b{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#6819cc,#a742ff)}.n4-pipeline strong,.n4-report-bars strong{text-align:right;color:#cbbdd7;font-size:.55rem}

/* VACANCIES / CANDIDATES / APPLICATIONS */
.n4-vacancy-list{display:grid}.n4-vacancy-list article{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;border-bottom:1px solid rgba(255,255,255,.045);padding:14px 18px}.n4-vacancy-list article:last-child{border-bottom:0}.n4-vacancy-icon{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(159,83,255,.28);border-radius:11px;background:#1b0d35;color:#a64dff}.n4-vacancy-copy h3{margin:0 0 2px;font-size:.76rem}.n4-vacancy-copy p{margin:0;color:#796d84;font-size:.56rem}.n4-vacancy-copy>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.n4-vacancy-copy>div>span:not(.nexus-status){color:#6a5d76;font-size:.5rem}.n4-vacancy-actions{display:flex;gap:6px}.n4-vacancy-actions a{display:inline-flex;min-height:33px;align-items:center;border:1px solid var(--n4-border);border-radius:8px;padding:0 9px;color:#9d8daa;font-size:.53rem;font-weight:700}.n4-vacancy-actions a.is-primary{border-color:#7b29dc;background:#5b15b3;color:#fff}
.n4-candidate-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}.n4-candidate-card{min-height:230px;display:flex;flex-direction:column;border:1px solid var(--n4-border);border-radius:15px;background:linear-gradient(160deg,#140a29,#0d071b);padding:15px;box-shadow:0 16px 42px rgba(0,0,0,.18);transition:.18s}.n4-candidate-card:hover{transform:translateY(-3px);border-color:var(--n4-border-strong);box-shadow:0 20px 48px rgba(0,0,0,.25)}.n4-candidate-card header{display:flex;align-items:center;justify-content:space-between}.n4-candidate-card header>span{color:#7c6a8c}.n4-candidate-avatar{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(183,111,255,.37);border-radius:14px;background:linear-gradient(135deg,#8a2ff3,#4b1098);color:#fff;font-size:.72rem;font-weight:850}.n4-candidate-avatar--small{width:34px;height:34px;border-radius:10px;font-size:.58rem}.n4-candidate-card h3{margin:12px 0 2px;font-size:.82rem}.n4-candidate-card>p{margin:0;color:#796c84;font-size:.56rem}.n4-candidate-tags{display:flex;flex-wrap:wrap;gap:5px;margin:10px 0}.n4-candidate-tags span{border:1px solid rgba(155,81,244,.18);border-radius:999px;background:#180c30;color:#9c86ae;padding:4px 7px;font-size:.49rem}.n4-candidate-card>small{color:#84768f;font-size:.56rem;line-height:1.5}.n4-candidate-card>time{margin-top:auto;padding-top:12px;color:#5f536a;font-size:.49rem}.n4-app-list{display:grid}.n4-app-list>a{display:grid;grid-template-columns:36px minmax(155px,1.25fr) minmax(160px,1fr) .7fr 95px 20px;gap:10px;align-items:center;min-height:58px;border-bottom:1px solid rgba(255,255,255,.04);padding:8px 18px}.n4-app-list>a:hover{background:rgba(132,43,238,.035)}.n4-app-person,.n4-app-vacancy{display:grid}.n4-app-person strong,.n4-app-vacancy strong{color:#d8cde2;font-size:.61rem}.n4-app-person small,.n4-app-vacancy small{color:#74677f;font-size:.49rem}.n4-app-list time{color:#6d6078;font-size:.5rem}.n4-app-list>a>b{color:#6e5f7b;font-size:.7rem}

/* PROFILE / DETAILS */
.n4-profile-hero{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:17px;align-items:center;margin-bottom:12px;border:1px solid var(--n4-border);border-radius:17px;background:radial-gradient(circle at 90% 30%,rgba(120,29,231,.22),transparent 16rem),linear-gradient(145deg,#160a2d,#10081f);padding:19px 21px}.n4-profile-avatar{display:grid;width:70px;height:70px;place-items:center;border:1px solid rgba(188,119,255,.46);border-radius:18px;background:linear-gradient(135deg,#9234ff,#4f119e);font-size:1.15rem;font-weight:900;box-shadow:0 13px 30px rgba(83,16,161,.22)}.n4-profile-copy>a{display:inline-block;margin-bottom:4px;color:#8b54c5;font-size:.55rem}.n4-profile-copy>span{display:block;color:#8258a5;font-size:.52rem;font-weight:850;letter-spacing:.13em}.n4-profile-copy h1{margin:2px 0;font-size:1.55rem;letter-spacing:-.035em}.n4-profile-copy p{margin:0;color:#80728b;font-size:.61rem}.n4-profile-actions{display:flex;align-items:center;gap:7px}.n4-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:10px}.n4-detail-main,.n4-detail-side{display:grid;align-content:start;gap:10px}.n4-data-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:16px 18px}.n4-data-grid>div{min-height:70px;border:1px solid rgba(156,85,240,.1);border-radius:10px;background:#0d071a;padding:10px}.n4-data-grid small{display:block;color:#74667f;font-size:.5rem}.n4-data-grid strong{display:block;margin-top:5px;color:#d7ccdf;font-size:.65rem}.n4-prose{margin:0;padding:17px 18px;color:#a899b5;font-size:.66rem;line-height:1.75;white-space:pre-line}.n4-list{display:grid}.n4-list>a{display:flex;min-height:55px;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.04);padding:9px 18px}.n4-list>a:last-child{border-bottom:0}.n4-list>a>div:not(.n4-mini-avatar){display:grid;min-width:0}.n4-list strong{color:#d4c8dd;font-size:.61rem}.n4-list small{color:#706278;font-size:.5rem}.n4-list time{margin-left:auto;color:#74667e;font-size:.5rem}.n4-list>a>.nexus-status{margin-left:auto}.n4-list>a>b{color:#665870}.n4-file{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;margin:14px;border:1px solid rgba(159,84,246,.17);border-radius:11px;background:#0d071b;padding:11px}.n4-file>span{display:grid;width:40px;height:40px;place-items:center;border-radius:9px;background:#261044;color:#b169ff;font-size:.58rem;font-weight:850}.n4-file>div{display:grid;min-width:0}.n4-file strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#d7ccdf;font-size:.59rem}.n4-file small{color:#6e6078;font-size:.49rem}.n4-file>b{color:#9d57e8;font-size:.57rem}.n4-timeline{display:grid;gap:0;padding:14px 18px}.n4-timeline>div{position:relative;display:grid;grid-template-columns:13px 1fr;gap:8px;padding:0 0 14px}.n4-timeline>div:not(:last-child):before{content:"";position:absolute;left:5px;top:11px;bottom:-1px;width:1px;background:#39224e}.n4-timeline i{position:relative;z-index:1;width:11px;height:11px;border:2px solid #6f23cb;border-radius:50%;background:#100720}.n4-timeline span{display:grid}.n4-timeline strong{font-size:.58rem}.n4-timeline small{color:#6f617a;font-size:.48rem}.n4-timeline p{margin:4px 0 0;color:#8c7d98;font-size:.54rem}.n4-sticky{position:sticky;top:92px}

/* REPORTS / NOTIFICATIONS / AUDIT */
.n4-period{margin:10px 2px 0;color:#786b83;font-size:.6rem}.n4-report-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.n4-report-wide{grid-column:1/-1}.n4-report-bars{display:grid;gap:11px;padding:16px 18px}.n4-report-bars>div{grid-template-columns:105px 1fr 35px}.n4-ranked{display:grid;padding:8px 18px 15px}.n4-ranked a{display:grid;grid-template-columns:28px minmax(0,1fr) 35px;gap:9px;align-items:center;min-height:45px;border-bottom:1px solid rgba(255,255,255,.04)}.n4-ranked a>span{display:grid;width:23px;height:23px;place-items:center;border-radius:7px;background:#20103b;color:#a75df2;font-size:.5rem}.n4-ranked a>div{display:grid}.n4-ranked strong{font-size:.57rem}.n4-ranked small{color:#6c5f75;font-size:.48rem}.n4-ranked a>b{text-align:right;color:#b584e4;font-size:.62rem}.n4-audit-list{display:grid}.n4-audit-list article{display:flex;align-items:center;gap:10px;min-height:55px;border-bottom:1px solid rgba(255,255,255,.04);padding:9px 18px}.n4-audit-list article>span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:#1b0d34;color:#a04af1}.n4-audit-list article>div{display:grid}.n4-audit-list strong{font-size:.6rem}.n4-audit-list small{color:#706279;font-size:.49rem}.n4-notification-list{display:grid}.n4-notification-list form{border-bottom:1px solid rgba(255,255,255,.04)}.n4-notification-list button{width:100%;display:grid;grid-template-columns:37px minmax(0,1fr) 20px;gap:10px;align-items:center;border:0;background:transparent;color:#fff;text-align:left;padding:11px 18px}.n4-notification-list button:hover{background:rgba(132,42,235,.04)}.n4-notification-list button>span{display:grid;width:35px;height:35px;place-items:center;border-radius:10px;background:#251044;color:#a954ff}.n4-notification-list button>div{display:grid}.n4-notification-list strong{font-size:.62rem}.n4-notification-list small{color:#8a7b96;font-size:.53rem}.n4-notification-list em{color:#5e5169;font-size:.46rem;font-style:normal}.n4-notification-list b{color:#67586f}.n4-notification-list .is-read{opacity:.5}.n4-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}

/* STATUS COLORS */
.nexus-v4 .nexus-status{display:inline-flex;min-height:23px;align-items:center;justify-content:center;border:1px solid rgba(150,80,235,.18);border-radius:999px;background:#20103b;color:#ba8fe3;padding:0 8px;font-size:.46rem;font-weight:800;white-space:nowrap}.nexus-v4 .nexus-status--published,.nexus-v4 .nexus-status--approved,.nexus-v4 .nexus-status--hired{border-color:rgba(43,217,138,.19);background:rgba(20,116,75,.22);color:#62dfa6}.nexus-v4 .nexus-status--submitted{background:rgba(113,33,215,.2);color:#b37cff}.nexus-v4 .nexus-status--under_review{background:rgba(63,89,190,.2);color:#86a0ff}.nexus-v4 .nexus-status--interview,.nexus-v4 .nexus-status--shortlisted{background:rgba(178,105,18,.19);color:#ffc36f}.nexus-v4 .nexus-status--rejected,.nexus-v4 .nexus-status--closed,.nexus-v4 .nexus-status--withdrawn{background:rgba(144,39,59,.18);color:#ff879b}.nexus-v4 .nexus-status--large{min-height:30px;padding:0 11px;font-size:.54rem}

/* PUBLIC v4 */
body.nexus-public-v4{background:#fbfaff;color:#23162e}.n4-public-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(106,38,191,.11);background:rgba(255,255,255,.94);backdrop-filter:blur(18px)}.n4-public-nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.n4-public-brand{display:flex;align-items:center;gap:10px}.n4-public-symbol{width:45px;height:45px!important;border-radius:12px;object-fit:cover;box-shadow:0 10px 26px rgba(104,27,201,.18)}.n4-public-brand span{display:grid;line-height:1.05}.n4-public-brand strong{font-size:1.13rem;letter-spacing:-.03em}.n4-public-brand small{margin-top:4px;color:#8c7c99;font-size:.58rem}.n4-public-brand--light strong{color:#fff}.n4-public-brand--light small{color:#9c8baa}.n4-public-links{display:flex;align-items:center;gap:6px}.n4-public-links>a{display:inline-flex;min-height:39px;align-items:center;border-radius:9px;padding:0 10px;color:#5d5168;font-size:.7rem;font-weight:750}.n4-public-links>a:hover,.n4-public-links>a.is-active{background:#f1e8ff;color:#6d16d4}.n4-public-links .n4-public-login{margin-left:4px;border:1px solid #dac8f1;color:#6518c4}.n4-home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 76% 42%,rgba(132,33,242,.49),transparent 26rem),radial-gradient(circle at 18% 90%,rgba(255,153,86,.12),transparent 22rem),linear-gradient(128deg,#080316,#120527 50%,#2b075c);color:#fff}.n4-home-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(196,139,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(196,139,255,.035) 1px,transparent 1px);background-size:37px 37px;mask-image:linear-gradient(90deg,transparent,#000 60%,transparent)}.n4-home-grid{position:relative;z-index:1;min-height:665px;display:grid;grid-template-columns:1.07fr .93fr;align-items:center;gap:35px;padding:50px 0}.n4-home-copy h1{max-width:720px;margin:7px 0 13px;font-size:clamp(3rem,5.2vw,5.25rem);line-height:.94;letter-spacing:-.06em;font-weight:900}.n4-home-copy h1 em{font-style:normal;background:linear-gradient(90deg,#d3adff,#a75cff);-webkit-background-clip:text;background-clip:text;color:transparent}.n4-home-copy>p{max-width:610px;margin:0;color:#c8bad5;font-size:1rem}.n4-home-search{max-width:680px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:24px;border:1px solid rgba(192,132,255,.24);border-radius:14px;background:rgba(23,8,48,.65);padding:6px 7px;box-shadow:0 18px 45px rgba(0,0,0,.2)}.n4-home-search>span{padding-left:9px;color:#b77cff}.n4-home-search input{min-height:43px!important;border:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important}.n4-home-search input::placeholder{color:#9d8dab}.n4-home-search button{height:42px;border:0;border-radius:9px;background:#fff;color:#471084;padding:0 16px;font-size:.68rem;font-weight:800}.n4-home-actions{display:flex;align-items:center;gap:13px;margin-top:13px}.n4-live-count{display:flex;align-items:center;gap:7px;margin-top:17px;color:#907fa0;font-size:.61rem}.n4-live-count i{width:7px;height:7px;border-radius:50%;background:#39da91;box-shadow:0 0 10px #39da91}.n4-live-count strong{color:#fff}.n4-home-visual{position:relative;min-height:540px;display:grid;place-items:center}.n4-home-mascot{position:relative;z-index:3;width:min(520px,100%);filter:drop-shadow(0 36px 48px rgba(0,0,0,.32))}.n4-home-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:#8c2cff;filter:blur(100px);opacity:.33}.n4-ring{position:absolute;border:1px solid rgba(190,129,255,.18);border-radius:50%}.n4-ring--1{width:500px;height:500px}.n4-ring--2{width:610px;height:610px}.n4-float{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;border:1px solid rgba(197,138,255,.22);border-radius:13px;background:rgba(16,5,35,.78);padding:9px 11px;box-shadow:0 18px 42px rgba(0,0,0,.25);backdrop-filter:blur(12px)}.n4-float>span{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#7721e2}.n4-float div{display:grid}.n4-float strong{font-size:.66rem}.n4-float small{color:#9887a6;font-size:.51rem}.n4-float--top{top:17%;right:-2%}.n4-float--bottom{bottom:13%;left:-2%}.n4-public-section{padding:68px 0}.n4-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.n4-section-head h2{margin:5px 0 4px;font-size:clamp(2rem,4vw,3rem);line-height:1;letter-spacing:-.045em}.n4-section-head p{margin:0;color:#7b6e86}.n4-section-head>a{color:#6a16cd;font-size:.75rem;font-weight:800}.n4-section-head--center{justify-content:center;text-align:center}.n4-job-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.n4-job-grid--list{grid-template-columns:repeat(2,minmax(0,1fr))}.n4-job-card{display:flex;min-height:295px;flex-direction:column;border:1px solid #e7ddef;border-radius:18px;background:#fff;padding:18px;box-shadow:0 17px 45px rgba(54,25,84,.06);transition:.2s}.n4-job-card:hover{transform:translateY(-4px);border-color:#d0b5ed;box-shadow:0 22px 54px rgba(71,31,115,.12)}.n4-job-card header{display:flex;align-items:center;justify-content:space-between}.n4-job-symbol{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:linear-gradient(135deg,#f2e9ff,#e1ceff);color:#6f18d4}.n4-job-card header small{color:#a091ab;font-size:.6rem}.n4-job-area{margin-top:17px;color:#7220d8;font-size:.58rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.n4-job-card h3{margin:5px 0 7px;font-size:1.15rem;line-height:1.15;letter-spacing:-.025em}.n4-job-card p{margin:0;color:#7b6f84;font-size:.7rem;line-height:1.55}.n4-job-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.n4-job-tags span{border-radius:999px;background:#f4f0f8;color:#74657f;padding:5px 8px;font-size:.55rem}.n4-job-card>a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;border-top:1px solid #eee8f2;color:#5f15bc;font-size:.68rem;font-weight:800}.n4-how{padding:70px 0;background:linear-gradient(180deg,#f6f1fc,#fff)}.n4-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.n4-how-grid article{display:flex;gap:14px;border:1px solid #eadff2;border-radius:17px;background:#fff;padding:20px;box-shadow:0 15px 37px rgba(57,24,91,.045)}.n4-how-grid article>span{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border-radius:13px;background:#f0e5ff;color:#711bd1;font-weight:900}.n4-how-grid h3{margin:2px 0 5px}.n4-how-grid p{margin:0;color:#807389;font-size:.69rem;line-height:1.55}.n4-public-cta{padding:55px 0;background:radial-gradient(circle at 80% 40%,rgba(136,41,247,.35),transparent 20rem),linear-gradient(110deg,#0b0319,#210744 65%,#4b0f94);color:#fff}.n4-public-cta>.nexus-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.n4-public-cta h2{margin:5px 0;font-size:2.1rem;letter-spacing:-.04em}.n4-public-cta p{margin:0;color:#b9a9c7}.n4-footer{padding:33px 0;background:#080313;color:#b4a5c2}.n4-footer-grid{display:flex;align-items:center;justify-content:space-between;gap:20px}.n4-footer-grid>div:last-child{display:flex;gap:18px}.n4-footer a{color:#877894;font-size:.62rem}

/* PUBLIC JOB SEARCH / DETAIL */
.n4-jobs-hero{padding:65px 0 34px;background:radial-gradient(circle at 90% 25%,rgba(133,35,240,.35),transparent 21rem),linear-gradient(120deg,#090317,#190637 65%,#300a61);color:#fff}.n4-jobs-hero h1{max-width:760px;margin:5px 0 8px;font-size:clamp(2.5rem,4.5vw,4.1rem);line-height:.98;letter-spacing:-.055em}.n4-jobs-hero>div>p{margin:0;color:#c4b5d1}.n4-public-filter{display:grid;grid-template-columns:minmax(250px,1.8fr) .8fr .45fr 1fr auto;gap:8px;align-items:end;margin-top:22px;border:1px solid rgba(198,142,255,.18);border-radius:14px;background:rgba(14,4,31,.55);padding:10px}.n4-public-filter label>small{display:block;margin:0 0 5px;color:#a99ab6;font-size:.55rem}.n4-public-filter input,.n4-public-filter select{min-height:40px!important;border-color:rgba(177,111,240,.2)!important;background:rgba(10,3,24,.65)!important;color:#fff!important;font-size:.66rem}.n4-public-filter select option{background:#130726}.n4-public-filter .n4-search-field{border-color:rgba(177,111,240,.2);background:rgba(10,3,24,.65)}.n4-job-detail-section{padding:44px 0 72px}.n4-job-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:18px;align-items:start}.n4-job-content{display:grid;gap:12px}.n4-job-detail-top{border:1px solid #e6d9ef;border-radius:18px;background:#fff;padding:25px;box-shadow:0 20px 55px rgba(53,25,81,.06)}.n4-job-title-block h1{margin:7px 0 7px;font-size:clamp(2.1rem,4vw,3.6rem);line-height:1;letter-spacing:-.05em}.n4-job-title-block>p{margin:0;color:#76687f}.n4-job-detail-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.n4-job-detail-meta>div{border:1px solid #eee7f3;border-radius:11px;background:#faf8fc;padding:11px}.n4-job-detail-meta small{display:block;color:#9b8da5;font-size:.55rem}.n4-job-detail-meta strong{display:block;margin-top:4px;font-size:.69rem}.n4-job-copy-section{border:1px solid #e8dff0;border-radius:17px;background:#fff;padding:23px;box-shadow:0 16px 40px rgba(53,25,81,.045)}.n4-job-copy-section h2{margin:0 0 8px;font-size:1.1rem}.n4-job-copy-section p{margin:0;color:#75697e;line-height:1.75;white-space:pre-line}.n4-application-card{position:sticky;top:94px;border:1px solid #d9c7ea;border-radius:18px;background:#fff;padding:22px;box-shadow:0 25px 60px rgba(58,25,92,.12)}.n4-application-head h2{margin:5px 0 4px;font-size:1.35rem}.n4-application-head p{margin:0 0 16px;color:#7b6d85;font-size:.69rem}.n4-application-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.n4-application-form label>span{display:block;margin:0 0 5px;color:#5e5168;font-size:.59rem;font-weight:750}.n4-application-form input,.n4-application-form select,.n4-application-form textarea{font-size:.68rem}.n4-upload{position:relative;display:flex;align-items:center;gap:10px;border:1.5px dashed #d4b9ee;border-radius:12px;background:#faf5ff;padding:13px}.n4-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.n4-upload>.nexus-upload-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#eee0ff;color:#721cd0}.n4-upload span:not(.nexus-upload-icon){display:grid}.n4-upload strong{font-size:.65rem}.n4-upload small{color:#93859d;font-size:.54rem}.n4-consent{display:flex;align-items:flex-start;gap:8px;color:#786c80;font-size:.56rem}.n4-consent input{margin-top:3px;accent-color:#711ad4}.n4-consent a{color:#6518c3;text-decoration:underline}.n4-security-note{margin:13px 0 0;color:#94859d;font-size:.53rem;line-height:1.45}.n4-success-panel{text-align:center;padding:20px}.n4-success-panel>span{display:grid;width:54px;height:54px;margin:0 auto;place-items:center;border-radius:50%;background:#e9fbf3;color:#0c9b60;font-size:1.4rem}.n4-success-panel h2{margin:12px 0 4px}.n4-success-panel p{color:#73657b}.n4-success-panel small{display:block;margin-bottom:15px;color:#9a8aa4}

/* AUTH */
.n4-auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#faf8fd}.n4-auth-brand{position:relative;overflow:hidden;display:flex;flex-direction:column;background:radial-gradient(circle at 75% 70%,rgba(135,38,247,.32),transparent 24rem),linear-gradient(145deg,#080316,#170630 65%,#2b0757);padding:42px 52px;color:#fff}.n4-auth-brand:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(183,111,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(183,111,255,.035) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,transparent,#000 40%,transparent)}.n4-auth-copy{position:relative;z-index:2;margin-top:13vh;max-width:580px}.n4-auth-copy>span{color:#b46cff;font-size:.62rem;font-weight:850;letter-spacing:.16em}.n4-auth-copy h2{margin:7px 0 10px;font-size:clamp(2.5rem,4.5vw,4.6rem);line-height:.94;letter-spacing:-.055em}.n4-auth-copy h2 em{font-style:normal;color:#be87ff}.n4-auth-copy p{max-width:520px;margin:0;color:#b5a6c1}.n4-auth-brand>.n4-public-brand{position:relative;z-index:2}.n4-auth-mascot{position:absolute;right:-40px;bottom:-205px;z-index:2;width:min(570px,68%);filter:drop-shadow(0 35px 48px rgba(0,0,0,.32))}.n4-auth-panel{display:grid;place-items:center;padding:35px}.n4-auth-content{width:min(500px,100%)}.nexus-auth-v4 .nexus-login-card{border:1px solid #e4d8ed;border-radius:19px;background:#fff;box-shadow:0 24px 70px rgba(52,23,82,.1);padding:28px}.nexus-auth-v4 .nexus-auth-heading h1{font-size:1.75rem;letter-spacing:-.04em}.nexus-auth-v4 .nexus-auth-heading p{color:#7f7288}

/* PAGINATION */
.nexus-v4 .nexus-pagination nav,.nexus-public-v4 .nexus-pagination nav{color:inherit}.nexus-v4 .nexus-pagination a,.nexus-v4 .nexus-pagination span{border-color:var(--n4-border)!important;background:#100820!important;color:#9d8baa!important}.nexus-public-v4 .nexus-pagination a,.nexus-public-v4 .nexus-pagination span{border-color:#e5d9ed!important;background:#fff!important;color:#6d5d77!important}

/* RESPONSIVE */
@media(max-width:1250px){.n4-shell{grid-template-columns:215px minmax(0,1fr)}.n4-dashboard-grid{grid-template-columns:1fr 1fr 270px}.n4-candidate-grid{grid-template-columns:repeat(3,1fr)}.n4-filters--candidates{grid-template-columns:minmax(250px,1.7fr) .8fr .45fr 1fr auto}.n4-filters--candidates label:nth-child(5){display:none}}
@media(max-width:1050px){.n4-dashboard-hero{grid-template-columns:1fr 270px}.n4-dashboard-mascot img{width:320px;bottom:-140px}.n4-dashboard-grid{grid-template-columns:1fr}.n4-dashboard-side{grid-template-columns:1fr 1fr}.n4-table-vac{grid-template-columns:1.4fr .8fr .6fr .7fr}.n4-table-vac>*:last-child{display:none}.n4-candidate-grid{grid-template-columns:repeat(2,1fr)}.n4-detail-grid{grid-template-columns:1fr 300px}.n4-filters{grid-template-columns:minmax(220px,1.5fr) 1fr auto}.n4-filters label:nth-last-of-type(1){display:none}.n4-public-filter{grid-template-columns:1.7fr .8fr .45fr auto}.n4-public-filter label:nth-child(4){display:none}}
@media(max-width:900px){.n4-shell{display:block}.nexus-v4 .nexus-mobile-header{position:sticky;top:0;z-index:60;display:flex;min-height:66px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--n4-border);background:#0b0417;padding:8px 14px}.n4-sidebar{position:fixed;left:0;top:0;width:245px;transform:translateX(-104%);transition:.2s}.n4-sidebar[data-open=true]{transform:translateX(0)}.n4-topbar{top:66px}.n4-topbar-copy{display:none}.n4-search{width:min(500px,calc(100% - 110px));margin-left:0}.n4-top-user{display:none}.n4-main{width:calc(100% - 24px)}.n4-dashboard-grid{grid-template-columns:1fr}.n4-dashboard-side{grid-template-columns:1fr 1fr}.n4-profile-hero{grid-template-columns:60px 1fr}.n4-profile-avatar{width:58px;height:58px}.n4-profile-actions{grid-column:1/-1}.n4-detail-grid{grid-template-columns:1fr}.n4-sticky{position:static}.n4-app-list>a{grid-template-columns:36px 1fr .7fr 20px}.n4-app-vacancy,.n4-app-list time{display:none}.n4-settings-grid{grid-template-columns:1fr}.n4-job-grid{grid-template-columns:repeat(2,1fr)}.n4-job-detail-grid{grid-template-columns:1fr}.n4-application-card{position:static}.n4-home-grid{grid-template-columns:1fr}.n4-home-copy{text-align:center}.n4-home-copy>p,.n4-home-search{margin-left:auto;margin-right:auto}.n4-home-actions{justify-content:center}.n4-live-count{justify-content:center}.n4-home-visual{min-height:480px}.n4-float--top{right:5%}.n4-float--bottom{left:5%}.n4-auth-shell{grid-template-columns:1fr}.n4-auth-brand{min-height:360px;padding:30px}.n4-auth-copy{margin-top:50px}.n4-auth-copy h2{font-size:2.6rem}.n4-auth-mascot{width:300px;right:0;bottom:-160px}.n4-auth-panel{padding:30px 18px}}
@media(max-width:700px){.n4-topbar{padding:0 12px}.n4-search{width:calc(100% - 92px)}.n4-main{width:calc(100% - 18px);padding-top:14px}.n4-dashboard-hero{grid-template-columns:1fr;min-height:auto}.n4-dashboard-hero-copy{padding:24px 20px}.n4-dashboard-mascot{display:none}.n4-process-mini{display:grid;grid-template-columns:1fr 1fr}.n4-process-mini>i{display:none}.n4-metrics{grid-template-columns:1fr 1fr}.n4-dashboard-side{grid-template-columns:1fr}.n4-table-head{display:none}.n4-table-vac,.n4-table-app{grid-template-columns:1fr auto}.n4-table-row>*:not(:first-child):not(.nexus-status){display:none}.n4-table-row .nexus-status{justify-self:end}.n4-filters,.n4-filters--candidates,.n4-filters--applications,.n4-filters--period{grid-template-columns:1fr 1fr}.n4-search-field{grid-column:1/-1}.n4-filters .n4-btn{width:100%}.n4-candidate-grid{grid-template-columns:1fr}.n4-page-head{align-items:start;flex-direction:column}.n4-vacancy-list article{grid-template-columns:40px 1fr}.n4-vacancy-actions{grid-column:1/-1;justify-content:flex-end}.n4-data-grid{grid-template-columns:1fr 1fr}.n4-app-list>a{grid-template-columns:36px 1fr auto}.n4-app-list>a>.nexus-status{display:none}.n4-report-grid{grid-template-columns:1fr}.n4-report-wide{grid-column:1}.n4-form-grid,.n4-form-grid--3{grid-template-columns:1fr}.n4-full{grid-column:1}.n4-job-grid,.n4-job-grid--list,.n4-how-grid{grid-template-columns:1fr}.n4-home-hero{min-height:auto}.n4-home-grid{padding:45px 0}.n4-home-copy h1{font-size:3.25rem}.n4-home-visual{min-height:390px}.n4-home-mascot{width:370px}.n4-ring--1{width:360px;height:360px}.n4-ring--2{width:430px;height:430px}.n4-float{padding:7px 9px}.n4-section-head{align-items:start;flex-direction:column}.n4-public-filter{grid-template-columns:1fr 1fr}.n4-public-filter .n4-search-field{grid-column:1/-1}.n4-job-detail-meta{grid-template-columns:1fr 1fr}.n4-application-form{grid-template-columns:1fr}.n4-public-links>a:not(.n4-public-login){display:none}.n4-footer-grid{align-items:flex-start;flex-direction:column}.n4-public-cta>.nexus-container{align-items:flex-start;flex-direction:column}}
@media(max-width:440px){.n4-metrics{grid-template-columns:1fr}.n4-process-mini{grid-template-columns:1fr}.n4-filters,.n4-filters--candidates,.n4-filters--applications,.n4-filters--period{grid-template-columns:1fr}.n4-search-field{grid-column:1}.n4-data-grid{grid-template-columns:1fr}.n4-profile-hero{grid-template-columns:1fr;text-align:center}.n4-profile-avatar{margin:auto}.n4-profile-actions{justify-content:center}.n4-home-copy h1{font-size:2.7rem}.n4-home-search{grid-template-columns:auto 1fr}.n4-home-search button{grid-column:1/-1;width:100%}.n4-home-actions{align-items:stretch;flex-direction:column}.n4-home-visual{min-height:330px}.n4-home-mascot{width:310px}.n4-float--top{top:5%;right:0}.n4-float--bottom{bottom:3%;left:0}.n4-public-filter{grid-template-columns:1fr}.n4-public-filter .n4-search-field{grid-column:1}.n4-job-detail-meta{grid-template-columns:1fr}.n4-auth-brand{min-height:310px}.n4-auth-copy h2{font-size:2.15rem}.n4-auth-mascot{width:230px;bottom:-130px}}

/* Premium public home — isolated from internal and vacancy screens. */
.nexus-home-premium{--nx-purple:#9144f7;--nx-bright:#b073ff;overflow:hidden;background:#09070d;color:#f8f5ff}.nx-home-hero{position:relative;isolation:isolate;min-height:760px;overflow:hidden;background:radial-gradient(circle at 74% 42%,rgba(124,43,244,.22),transparent 28rem),radial-gradient(circle at 7% 18%,rgba(102,45,196,.12),transparent 24rem),linear-gradient(125deg,#07060b,#0a0712 53%,#10081d)}.nx-home-hero:before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent 82%)}.nx-home-orb{position:absolute;z-index:-1;border:1px solid rgba(171,101,255,.12);border-radius:50%}.nx-home-orb--one{right:-140px;top:50px;width:420px;height:420px}.nx-home-orb--two{right:9%;bottom:-300px;width:720px;height:720px}.nx-home-hero-grid{position:relative;display:grid;min-height:710px;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);align-items:center;gap:48px;padding:74px 0 62px}.nx-home-copy{position:relative;z-index:3}.nx-home-badge{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(175,111,255,.22);border-radius:999px;background:rgba(130,52,234,.08);padding:8px 13px;color:#c7a6ef;font-size:.68rem;font-weight:700}.nx-home-badge i,.nx-home-live i{width:6px;height:6px;border-radius:50%;background:#9e59ff;box-shadow:0 0 13px #9e59ff}.nx-home-copy h1{max-width:750px;margin:22px 0 20px;font-size:clamp(3.6rem,5.7vw,6.15rem);font-weight:800;line-height:.91;letter-spacing:-.064em}.nx-home-copy h1 em{font-style:normal;background:linear-gradient(102deg,#eee3ff 8%,#b77dff 52%,#893cff);-webkit-background-clip:text;background-clip:text;color:transparent}.nx-home-copy>p{max-width:640px;margin:0;color:#a99fb4;font-size:1.08rem;line-height:1.75}
.nx-home-search{display:grid;max-width:720px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:11px;margin-top:30px;border:1px solid rgba(184,128,255,.24);border-radius:16px;background:rgba(19,14,28,.84);padding:7px 8px 7px 17px;box-shadow:0 25px 70px rgba(0,0,0,.28);backdrop-filter:blur(16px)}.nx-home-search svg{width:21px;fill:none;stroke:#9e6adc;stroke-width:1.8}.nx-home-search input{min-height:50px!important;border:0!important;background:transparent!important;color:#fff!important;padding-inline:4px!important;box-shadow:none!important}.nx-home-search input::placeholder{color:#756e7f}.nx-home-search button{min-height:48px;border:0;border-radius:11px;background:linear-gradient(135deg,#9d57ff,#7625ea);padding:0 19px;color:#fff;font-size:.72rem;font-weight:800;box-shadow:0 11px 28px rgba(123,37,234,.28);transition:.2s}.nx-home-search button:hover{transform:translateY(-1px);box-shadow:0 15px 35px rgba(123,37,234,.4)}.nx-home-search button span{margin-left:7px}.nx-home-actions{display:flex;align-items:center;gap:20px;margin-top:18px}.nx-home-primary-cta,.nx-home-final-button{display:inline-flex;min-height:49px;align-items:center;justify-content:center;gap:10px;border-radius:11px;background:#f8f5ff;padding:0 19px;color:#24123c;font-size:.72rem;font-weight:850;box-shadow:0 13px 35px rgba(0,0,0,.2);transition:.2s}.nx-home-primary-cta:hover,.nx-home-final-button:hover{transform:translateY(-2px)}.nx-home-primary-cta span,.nx-home-final-button span{color:#7926e9}.nx-home-secondary-cta{display:inline-flex;align-items:center;gap:9px;color:#c1b7cb;font-size:.72rem;font-weight:750}.nx-home-play{display:grid;width:29px;height:29px;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:50%;color:#a866fb}.nx-home-proof{display:flex;align-items:center;gap:11px;margin-top:27px;color:#8d8498}.nx-home-proof-avatars{display:flex}.nx-home-proof-avatars span{display:grid;width:30px;height:30px;margin-left:-7px;place-items:center;border:2px solid #0b0811;border-radius:50%;background:linear-gradient(145deg,#312440,#6d28bc);color:#fff;font-size:.58rem;font-weight:850}.nx-home-proof-avatars span:first-child{margin-left:0}.nx-home-proof>div:nth-child(2){display:grid}.nx-home-proof>div:nth-child(2) strong{color:#d9d1e1;font-size:.65rem}.nx-home-proof>div:nth-child(2) span{font-size:.56rem}.nx-home-live{display:flex;align-items:center;gap:6px;margin-left:10px;border-left:1px solid rgba(255,255,255,.12);padding-left:19px;font-size:.58rem}.nx-home-live i{background:#4de2a1;box-shadow:0 0 12px #4de2a1}.nx-home-live strong{color:#fff}
.nx-home-showcase{position:relative;min-height:585px;display:grid;place-items:center}.nx-home-showcase-glow{position:absolute;width:450px;height:450px;border-radius:50%;background:radial-gradient(circle,rgba(140,56,255,.35),rgba(85,25,176,.09) 45%,transparent 70%);filter:blur(18px)}.nx-home-showcase-ring{position:absolute;width:510px;height:510px;border:1px solid rgba(173,105,255,.18);border-radius:50%;box-shadow:0 0 80px rgba(123,40,234,.08),inset 0 0 80px rgba(123,40,234,.04)}.nx-home-showcase-ring:before,.nx-home-showcase-ring:after{content:"";position:absolute;border-radius:50%;background:#a45cff;box-shadow:0 0 16px #9b50f8}.nx-home-showcase-ring:before{width:7px;height:7px;left:28px;top:105px}.nx-home-showcase-ring:after{width:5px;height:5px;right:35px;bottom:92px}.nx-home-mascot{position:relative;z-index:2;width:min(590px,110%);height:auto;object-fit:contain;filter:drop-shadow(0 42px 45px rgba(0,0,0,.45))}.nx-home-brand-seal{position:absolute;top:5%;right:1%;z-index:3;display:grid;text-align:right}.nx-home-brand-seal span{font-size:.82rem;font-weight:900;letter-spacing:.28em}.nx-home-brand-seal small{margin-top:5px;color:#786b85;font-size:.5rem}.nx-home-float{position:absolute;z-index:4;display:flex;align-items:center;gap:11px;border:1px solid rgba(178,111,255,.22);border-radius:14px;background:rgba(14,10,21,.83);padding:11px 13px;box-shadow:0 21px 50px rgba(0,0,0,.35);backdrop-filter:blur(18px)}.nx-home-float--top{top:20%;left:-5%}.nx-home-float--bottom{right:-2%;bottom:14%}.nx-home-float>span{display:grid;place-items:center}.nx-home-float-icon{width:35px;height:35px;border-radius:10px;background:linear-gradient(145deg,#8d3bf2,#5c18bb)}.nx-home-float-check{width:31px;height:31px;border-radius:50%;background:rgba(55,214,151,.12);color:#45d99c}.nx-home-float div{display:grid}.nx-home-float small{color:#786d83;font-size:.5rem}.nx-home-float strong{margin-top:2px;color:#eee8f4;font-size:.63rem}.nx-home-float>i{width:6px;height:6px;margin-left:8px;border-radius:50%;background:#4ce0a1;box-shadow:0 0 10px #4ce0a1}.nx-home-hero-foot{position:absolute;inset:auto 0 0;z-index:5;border-top:1px solid rgba(255,255,255,.055);background:rgba(7,5,11,.62);backdrop-filter:blur(8px)}.nx-home-hero-foot>div{min-height:50px;display:flex;align-items:center;justify-content:center;gap:28px;color:#615969;font-size:.52rem;font-weight:750;letter-spacing:.16em}.nx-home-hero-foot i{width:3px;height:3px;border-radius:50%;background:#7d3acb}
.nx-home-jobs{position:relative;padding:108px 0 116px;background:linear-gradient(180deg,#0a080e,#0d0a12)}.nx-home-jobs:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 90%,rgba(120,45,219,.08),transparent 27rem);pointer-events:none}.nx-home-section-head{position:relative;display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:42px}.nx-home-kicker{color:#a15df6;font-size:.6rem;font-weight:850;letter-spacing:.2em}.nx-home-section-head h2,.nx-home-process-copy h2,.nx-home-final-inner h2{margin:10px 0 11px;font-size:clamp(2.35rem,4.2vw,4.1rem);line-height:1;letter-spacing:-.052em}.nx-home-section-head p,.nx-home-process-copy>p,.nx-home-final-inner p{max-width:630px;margin:0;color:#89818f;line-height:1.65}.nx-home-section-head>a{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;border-bottom:1px solid rgba(166,92,255,.35);padding-bottom:7px;color:#c79df8;font-size:.68rem;font-weight:800}.nx-home-job-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.nx-home-job-card{position:relative;display:flex;min-height:342px;overflow:hidden;flex-direction:column;border:1px solid rgba(177,125,238,.13);border-radius:18px;background:linear-gradient(145deg,rgba(22,18,28,.96),rgba(15,12,20,.96));padding:22px;box-shadow:0 24px 60px rgba(0,0,0,.13);transition:.25s}.nx-home-job-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(135,52,243,.1),transparent 13rem);opacity:0;transition:.25s}.nx-home-job-card:hover{transform:translateY(-5px);border-color:rgba(169,96,255,.37);box-shadow:0 28px 70px rgba(0,0,0,.27)}.nx-home-job-card:hover:before{opacity:1}.nx-home-job-card>*{position:relative}.nx-home-job-card header{display:flex;align-items:center;justify-content:space-between}.nx-home-job-card header small{color:#655d6b;font-size:.56rem}.nx-home-job-icon{display:grid;width:43px;height:43px;place-items:center;border:1px solid rgba(181,112,255,.16);border-radius:12px;background:rgba(122,47,218,.1);color:#a65cff}.nx-home-job-area{margin-top:24px;color:#9953e9;font-size:.57rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.nx-home-job-card h3{margin:8px 0 10px;color:#f0ebf4;font-size:1.3rem;line-height:1.16}.nx-home-job-card p{display:-webkit-box;overflow:hidden;margin:0;color:#817987;font-size:.7rem;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:3}.nx-home-job-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.nx-home-job-tags span{border:1px solid rgba(255,255,255,.055);border-radius:999px;background:rgba(255,255,255,.025);padding:6px 9px;color:#817887;font-size:.55rem}.nx-home-job-card>a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;border-top:1px solid rgba(255,255,255,.065);padding-top:17px;color:#b984f7;font-size:.67rem;font-weight:800}.nx-home-job-card>a b{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:rgba(140,63,238,.1);transition:.2s}.nx-home-job-card:hover>a b{background:#8433e9;color:#fff}.nx-home-empty{grid-column:1/-1;border:1px solid rgba(177,125,238,.13);border-radius:18px;background:#111019;padding:60px 25px;text-align:center}.nx-home-empty>span{display:grid;width:50px;height:50px;margin:auto;place-items:center;border-radius:14px;background:rgba(133,53,239,.12);color:#a55cf5}.nx-home-empty h3{margin:15px 0 5px}.nx-home-empty p{margin:0;color:#817987}
.nx-home-process{position:relative;padding:115px 0;background:radial-gradient(circle at 75% 50%,rgba(126,42,232,.1),transparent 28rem),#09070d}.nx-home-process:before,.nx-home-process:after{content:"";position:absolute;left:6%;right:6%;height:1px;background:linear-gradient(90deg,transparent,rgba(177,111,255,.18),transparent)}.nx-home-process:before{top:0}.nx-home-process:after{bottom:0}.nx-home-process-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px}.nx-home-process-copy h2{max-width:520px}.nx-home-process-copy>p{max-width:500px}.nx-home-process-copy .nx-home-primary-cta{margin-top:26px}.nx-home-steps article{display:grid;grid-template-columns:53px 1fr auto;align-items:center;gap:21px;border-bottom:1px solid rgba(255,255,255,.075);padding:27px 3px}.nx-home-steps article:first-child{border-top:1px solid rgba(255,255,255,.075)}.nx-home-steps article>span{display:grid;width:48px;height:48px;place-items:center;border:1px solid rgba(168,95,255,.23);border-radius:14px;background:rgba(127,46,229,.08);color:#a55ff2;font-size:.63rem;font-weight:850}.nx-home-steps h3{margin:0 0 5px;font-size:1.06rem}.nx-home-steps p{margin:0;color:#7d7484;font-size:.68rem;line-height:1.6}.nx-home-steps article>i{color:#613991;font-style:normal}.nx-home-final-cta{position:relative;overflow:hidden;padding:104px 0;background:linear-gradient(125deg,#120a1d,#210c3c 56%,#36106a)}.nx-home-final-cta:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:45px 45px}.nx-home-final-glow{position:absolute;right:5%;top:50%;width:360px;height:360px;transform:translateY(-50%);border-radius:50%;background:#963dff;filter:blur(120px);opacity:.28}.nx-home-final-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:60px}.nx-home-final-inner h2{max-width:760px}.nx-home-final-inner p{color:#aa9bb9}.nx-home-final-button{min-height:55px;flex:0 0 auto;padding:0 24px}
@media(max-width:1050px){.nx-home-hero-grid{grid-template-columns:1fr .8fr;gap:15px}.nx-home-copy h1{font-size:4.4rem}.nx-home-showcase{min-height:520px}.nx-home-showcase-ring{width:430px;height:430px}.nx-home-mascot{width:480px}.nx-home-job-grid{grid-template-columns:repeat(2,1fr)}.nx-home-process-grid{gap:50px}}
@media(max-width:860px){.nx-home-hero{min-height:auto}.nx-home-hero-grid{grid-template-columns:1fr;padding:72px 0 90px}.nx-home-copy{text-align:center}.nx-home-copy h1,.nx-home-copy>p,.nx-home-search{margin-left:auto;margin-right:auto}.nx-home-actions,.nx-home-proof{justify-content:center}.nx-home-showcase{min-height:510px}.nx-home-mascot{width:520px}.nx-home-float--top{left:6%}.nx-home-float--bottom{right:6%}.nx-home-brand-seal{right:8%}.nx-home-section-head{align-items:flex-start;flex-direction:column}.nx-home-process-grid{grid-template-columns:1fr;gap:55px}.nx-home-process-copy{text-align:center}.nx-home-process-copy h2,.nx-home-process-copy>p{margin-left:auto;margin-right:auto}.nx-home-final-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:650px){.nx-home-hero-grid{padding-top:54px}.nx-home-copy h1{font-size:clamp(3.1rem,14vw,4.4rem)}.nx-home-copy>p{font-size:.92rem}.nx-home-search{grid-template-columns:21px 1fr;padding:8px 12px}.nx-home-search button{grid-column:1/-1;width:100%}.nx-home-actions{align-items:stretch;flex-direction:column}.nx-home-secondary-cta{justify-content:center}.nx-home-proof{flex-wrap:wrap}.nx-home-live{width:100%;justify-content:center;margin-left:0;border-left:0;padding-left:0}.nx-home-showcase{min-height:420px}.nx-home-showcase-ring{width:350px;height:350px}.nx-home-mascot{width:420px}.nx-home-brand-seal{display:none}.nx-home-float--top{left:0;top:13%}.nx-home-float--bottom{right:0;bottom:7%}.nx-home-float{padding:9px}.nx-home-hero-foot>div{gap:10px;font-size:.42rem;letter-spacing:.08em}.nx-home-jobs,.nx-home-process{padding:78px 0}.nx-home-section-head h2,.nx-home-process-copy h2,.nx-home-final-inner h2{font-size:2.55rem}.nx-home-job-grid{grid-template-columns:1fr}.nx-home-process-copy{text-align:left}.nx-home-process-copy h2,.nx-home-process-copy>p{margin-left:0}.nx-home-steps article{grid-template-columns:48px 1fr;gap:14px}.nx-home-steps article>i{display:none}.nx-home-final-cta{padding:75px 0}.nx-home-final-button{width:100%}}
@media(max-width:410px){.nx-home-badge{font-size:.58rem}.nx-home-copy h1{font-size:2.85rem}.nx-home-showcase{min-height:350px}.nx-home-showcase-ring{width:290px;height:290px}.nx-home-mascot{width:340px}.nx-home-float small{display:none}.nx-home-float strong{font-size:.57rem}.nx-home-float-icon{width:30px;height:30px}.nx-home-hero-foot span:nth-of-type(2),.nx-home-hero-foot i:nth-of-type(2){display:none}}

/* Premium typography and motion refinements */
body:has(.nexus-home-premium) .n4-public-nav{min-height:82px}
body:has(.nexus-home-premium) .n4-public-symbol{width:48px;height:48px!important;border-radius:13px;box-shadow:0 10px 30px rgba(104,27,201,.24)}
body:has(.nexus-home-premium) .n4-public-brand{gap:12px}
body:has(.nexus-home-premium) .n4-public-brand strong{font-size:1.2rem;font-weight:850}
body:has(.nexus-home-premium) .n4-public-brand small{font-size:.68rem;line-height:1.35}
body:has(.nexus-home-premium) .n4-public-links{gap:10px}
body:has(.nexus-home-premium) .n4-public-links>a{min-height:44px;padding:0 14px;font-size:.84rem;font-weight:750}
body:has(.nexus-home-premium) .n4-public-links .n4-public-login{padding-inline:17px;border-color:#d7c0f3;background:linear-gradient(180deg,#fff,#fbf8ff);box-shadow:0 7px 22px rgba(91,0,217,.07)}
.nexus-home-premium{font-size:16px}.nx-home-copy h1{overflow:visible;padding:.04em 0 .1em;line-height:.98}.nx-home-copy h1 em{padding-bottom:.06em}.nx-home-copy>p{font-size:1.12rem;line-height:1.72}.nx-home-search input{font-size:.94rem}.nx-home-search button,.nx-home-primary-cta,.nx-home-final-button{font-size:.82rem}.nx-home-secondary-cta{font-size:.82rem}.nx-home-proof>div:nth-child(2) strong{font-size:.74rem}.nx-home-proof>div:nth-child(2) span,.nx-home-live{font-size:.65rem}.nx-home-section-head p,.nx-home-process-copy>p,.nx-home-final-inner p{font-size:1rem}.nx-home-section-head>a{font-size:.8rem}.nx-home-job-card h3{font-size:1.38rem}.nx-home-job-card p{font-size:.82rem}.nx-home-job-tags span{font-size:.65rem}.nx-home-job-card>a{font-size:.78rem}.nx-home-steps h3{font-size:1.18rem}.nx-home-steps p{font-size:.8rem}.nx-home-float small{font-size:.58rem}.nx-home-float strong{font-size:.72rem}
.nexus-home-premium{scroll-behavior:smooth;overscroll-behavior-y:none}.nexus-home-premium #como-funciona{scroll-margin-top:96px}
.nx-home-copy>*{animation:nx-reveal .75s cubic-bezier(.2,.7,.2,1) both}.nx-home-copy>:nth-child(2){animation-delay:.08s}.nx-home-copy>:nth-child(3){animation-delay:.16s}.nx-home-copy>:nth-child(4){animation-delay:.24s}.nx-home-copy>:nth-child(5){animation-delay:.32s}.nx-home-copy>:nth-child(6){animation-delay:.4s}.nx-home-showcase{animation:nx-showcase-in 1s .14s cubic-bezier(.2,.75,.2,1) both}.nx-home-mascot{transform-origin:50% 80%;animation:nx-mascot-float 5.5s 1.1s ease-in-out infinite}.nx-home-showcase-glow{animation:nx-glow-pulse 4.8s ease-in-out infinite}.nx-home-showcase-ring{animation:nx-ring-breathe 7s ease-in-out infinite}.nx-home-float--top{animation:nx-card-float 4.2s .6s ease-in-out infinite}.nx-home-float--bottom{animation:nx-card-float 4.8s 1.2s ease-in-out infinite reverse}.nx-home-badge i,.nx-home-live i,.nx-home-float>i{animation:nx-status-pulse 2.2s ease-out infinite}.nx-home-job-card{animation:nx-card-reveal .65s ease both;animation-timeline:view();animation-range:entry 5% cover 28%}.nx-home-steps article{transition:border-color .25s ease,transform .25s ease,background .25s ease}.nx-home-steps article:hover{transform:translateX(7px);border-color:rgba(176,108,255,.24);background:linear-gradient(90deg,rgba(132,50,238,.055),transparent)}.nx-home-steps article>span{transition:transform .25s ease,box-shadow .25s ease}.nx-home-steps article:hover>span{transform:rotate(-4deg) scale(1.05);box-shadow:0 0 25px rgba(144,63,247,.16)}.nx-home-primary-cta,.nx-home-final-button,.nx-home-search button{position:relative;overflow:hidden}.nx-home-primary-cta:after,.nx-home-final-button:after,.nx-home-search button:after{content:"";position:absolute;top:-60%;bottom:-60%;left:-45%;width:30%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.52),transparent);transition:left .65s ease}.nx-home-primary-cta:hover:after,.nx-home-final-button:hover:after,.nx-home-search button:hover:after{left:120%}.nx-home-job-card:hover .nx-home-job-icon{animation:nx-icon-pop .45s ease}.nx-home-job-card:hover h3{color:#fff}.nx-home-orb--one{animation:nx-orbit 18s linear infinite}.nx-home-orb--two{animation:nx-orbit 24s linear infinite reverse}
@keyframes nx-reveal{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
@keyframes nx-showcase-in{from{opacity:0;transform:translateX(42px) scale(.96)}to{opacity:1;transform:none}}
@keyframes nx-mascot-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(.35deg)}}
@keyframes nx-glow-pulse{0%,100%{opacity:.72;transform:scale(.96)}50%{opacity:1;transform:scale(1.08)}}
@keyframes nx-ring-breathe{0%,100%{opacity:.65;transform:scale(.98)}50%{opacity:1;transform:scale(1.025)}}
@keyframes nx-card-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes nx-status-pulse{0%{box-shadow:0 0 0 0 rgba(158,89,255,.5)}70%,100%{box-shadow:0 0 0 8px rgba(158,89,255,0)}}
@keyframes nx-card-reveal{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
@keyframes nx-icon-pop{50%{transform:rotate(8deg) scale(1.12)}}
@keyframes nx-orbit{to{transform:rotate(360deg)}}
@media(max-width:650px){body:has(.nexus-home-premium) .n4-public-nav{min-height:74px}body:has(.nexus-home-premium) .n4-public-symbol{width:43px;height:43px!important}body:has(.nexus-home-premium) .n4-public-brand strong{font-size:1.08rem}body:has(.nexus-home-premium) .n4-public-brand small{font-size:.58rem}body:has(.nexus-home-premium) .n4-public-links>a{font-size:.78rem}.nx-home-copy h1{line-height:1.01;padding-bottom:.12em}.nx-home-copy>p{font-size:1rem;line-height:1.7}.nx-home-section-head p,.nx-home-process-copy>p,.nx-home-final-inner p{font-size:.92rem}.nx-home-job-card p{font-size:.84rem}.nx-home-steps p{font-size:.82rem}}
@media(prefers-reduced-motion:reduce){.nexus-home-premium *,.nexus-home-premium *:before,.nexus-home-premium *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Transparent hero navigation and unobstructed mascot composition */
body:has(.nexus-home-premium) .n4-public-header{position:fixed;inset:0 0 auto;z-index:80;border-bottom-color:transparent;background:linear-gradient(180deg,rgba(6,4,11,.52),transparent);box-shadow:none;backdrop-filter:none;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease,backdrop-filter .35s ease}
body:has(.nexus-home-premium) .n4-public-header.is-scrolled{border-bottom-color:rgba(181,115,255,.16);background:rgba(10,7,16,.72);box-shadow:0 14px 40px rgba(0,0,0,.22),inset 0 -1px 0 rgba(255,255,255,.025);backdrop-filter:blur(20px) saturate(145%)}
body:has(.nexus-home-premium) .n4-public-brand strong{color:#fff}
body:has(.nexus-home-premium) .n4-public-brand small{color:#9e91aa}
body:has(.nexus-home-premium) .n4-public-links>a{color:#c8bdcf;text-shadow:0 1px 14px rgba(0,0,0,.28)}
body:has(.nexus-home-premium) .n4-public-links>a:hover{background:rgba(149,71,245,.13);color:#fff}
body:has(.nexus-home-premium) .n4-public-links .n4-public-login{border-color:rgba(190,135,255,.32);background:rgba(139,61,239,.09);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
body:has(.nexus-home-premium) .n4-public-header.is-scrolled .n4-public-links .n4-public-login{background:rgba(143,65,241,.16);box-shadow:0 8px 25px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.05)}
.nx-home-float--top{top:9%;right:-7%;left:auto}.nx-home-float--bottom{right:auto;bottom:8%;left:-8%}
@media(max-width:1050px){.nx-home-float--top{right:-2%}.nx-home-float--bottom{left:-2%}}
@media(max-width:860px){.nx-home-float--top{top:10%;right:2%;left:auto}.nx-home-float--bottom{right:auto;bottom:5%;left:2%}}
@media(max-width:650px){body:has(.nexus-home-premium) .n4-public-header{background:linear-gradient(180deg,rgba(6,4,11,.72),transparent)}.nx-home-float--top{top:6%;right:0}.nx-home-float--bottom{bottom:2%;left:0}}

/* Dashboard based on the approved Nexus visual reference */
.nexus-v4:has(.nexus-dashboard-reference){--nxp-border:rgba(151,78,255,.27);--nxp-panel:linear-gradient(145deg,rgba(31,15,64,.95),rgba(18,9,39,.96));background:radial-gradient(circle at 80% 5%,rgba(99,23,204,.16),transparent 30rem),#080315}
.nexus-v4:has(.nexus-dashboard-reference) .n4-shell{grid-template-columns:250px minmax(0,1fr)}
.nexus-v4:has(.nexus-dashboard-reference) .n4-sidebar{border-color:rgba(148,75,245,.25);background:radial-gradient(circle at 0 0,rgba(104,26,226,.36),transparent 20rem),linear-gradient(180deg,#13052d,#090319);padding:28px 17px 18px}
.nexus-v4:has(.nexus-dashboard-reference) .n4-sidebar-brand{padding:0 10px 30px}.nexus-v4:has(.nexus-dashboard-reference) .n4-brand-symbol{width:58px;height:58px!important;border-radius:16px}.nexus-v4:has(.nexus-dashboard-reference) .n4-brand strong{font-size:1.35rem}.nexus-v4:has(.nexus-dashboard-reference) .n4-nav{gap:7px}.nexus-v4:has(.nexus-dashboard-reference) .n4-nav-link{min-height:52px;border-radius:13px;padding-inline:15px;font-size:.86rem}.nexus-v4:has(.nexus-dashboard-reference) .n4-nav-link[aria-current=page]{background:linear-gradient(100deg,#7425e8,#5715bf);box-shadow:0 12px 30px rgba(74,13,160,.3),inset 0 1px 0 rgba(255,255,255,.1)}
.nexus-v4:has(.nexus-dashboard-reference) .n4-topbar{min-height:88px;border:0;background:rgba(8,3,21,.9);padding:0 31px}.nexus-v4:has(.nexus-dashboard-reference) .n4-topbar-copy{min-width:300px}.nexus-v4:has(.nexus-dashboard-reference) .n4-topbar-copy strong{font-size:1.32rem}.nexus-v4:has(.nexus-dashboard-reference) .n4-topbar-copy small{font-size:.76rem}.nexus-v4:has(.nexus-dashboard-reference) .n4-search{width:min(470px,38vw);border-color:rgba(161,91,255,.27);background:linear-gradient(100deg,rgba(25,12,50,.95),rgba(53,25,66,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.nexus-v4:has(.nexus-dashboard-reference) .n4-main{width:min(1500px,calc(100% - 38px));padding-top:6px}
.nexus-dashboard-reference{display:grid;gap:14px}.nxp-hero{position:relative;min-height:320px;overflow:hidden;border:1px solid #6d21d1;border-radius:22px;background:radial-gradient(circle at 80% 45%,rgba(132,48,234,.38),transparent 24rem),linear-gradient(115deg,#250955,#18073c 52%,#421067);box-shadow:0 22px 65px rgba(0,0,0,.27)}.nxp-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(201,148,255,.14) 1px,transparent 1px);background-size:7px 7px;mask-image:linear-gradient(90deg,transparent 15%,#000 70%,transparent)}.nxp-hero-copy{position:relative;z-index:4;width:58%;padding:47px 50px}.nxp-hero-copy>span{color:#b880fb;font-size:.62rem;font-weight:850;letter-spacing:.15em}.nxp-hero h1{margin:9px 0 14px;font-size:clamp(2.2rem,3.6vw,3.75rem);line-height:.98;letter-spacing:-.052em}.nxp-hero h1 em{font-style:normal;background:linear-gradient(90deg,#fff,#e2b7ff 48%,#b968ff);-webkit-background-clip:text;background-clip:text;color:transparent}.nxp-hero-copy>p{max-width:510px;margin:0;color:#c0add1;font-size:1rem;line-height:1.55}.nxp-hero-copy>div{display:flex;gap:12px;margin-top:22px}.nxp-button{display:inline-flex;min-height:47px;align-items:center;gap:9px;border:1px solid #9240f4;border-radius:12px;background:rgba(16,5,39,.36);padding:0 19px;color:#fff;font-size:.78rem}.nxp-button--light{border-color:#fff;background:#fff;color:#371065;box-shadow:0 12px 28px rgba(0,0,0,.2)}
.nxp-hero-chart{position:absolute;inset:0 0 0 37%;opacity:.9}.nxp-hero-chart svg{position:absolute;inset:auto 0 0;width:100%;height:76%;overflow:visible}.nxp-hero-chart path{fill:none;stroke:url(#nxpLine);stroke-width:3;filter:drop-shadow(0 0 7px #a22fff)}.nxp-hero-chart i{position:absolute;inset:0;border-left:1px solid rgba(255,255,255,.035);transform:skewX(-8deg)}.nxp-hero-mascot{position:absolute;z-index:3;inset:0 17% 0 auto;width:350px}.nxp-hero-mascot img{position:absolute;width:440px;max-width:none;left:-50px;bottom:-205px;filter:drop-shadow(0 25px 40px rgba(0,0,0,.32))}.nxp-hiring-card{position:absolute;right:3%;top:50%;z-index:5;width:210px;display:flex;gap:12px;align-items:flex-start;border:1px solid rgba(215,153,255,.6);border-radius:18px;background:linear-gradient(135deg,rgba(85,27,143,.88),rgba(92,46,88,.88));padding:20px;box-shadow:0 20px 45px rgba(0,0,0,.25);backdrop-filter:blur(12px)}.nxp-hiring-card>span{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:linear-gradient(135deg,#a845ff,#6821d5)}.nxp-hiring-card>div{display:grid}.nxp-hiring-card small{font-size:.75rem}.nxp-hiring-card strong{margin:5px 0;font-size:2rem;line-height:1}.nxp-hiring-card em{color:#c9b4d5;font-size:.6rem;font-style:normal}
.nxp-filterbar{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr auto;gap:13px;align-items:end;border:1px solid #7524db;border-radius:16px;background:linear-gradient(100deg,#170835,#1c0b3a);padding:12px 14px;box-shadow:0 14px 35px rgba(0,0,0,.16)}.nxp-filterbar label{position:relative;display:grid;grid-template-columns:20px 1fr;align-items:center;border:1px solid rgba(158,89,242,.28);border-radius:11px;background:rgba(255,255,255,.035);padding:0 12px}.nxp-filterbar label>small{position:absolute;bottom:calc(100% + 7px);left:0;color:#e6d9ee;font-size:.63rem}.nxp-filterbar label>span{color:#a578cc}.nxp-filterbar input,.nxp-filterbar select{min-height:42px!important;border:0!important;background:transparent!important;color:#bbaac8!important;padding-left:4px!important;box-shadow:none!important;font-size:.7rem}.nxp-filterbar select option{background:#190a35}.nxp-filterbar button{min-height:42px;border:0;border-radius:10px;background:#fff;padding:0 18px;color:#38106a;font-size:.68rem;font-weight:850}
.nxp-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.nxp-metrics article{display:flex;min-height:100px;align-items:center;gap:15px;border:1px solid var(--nxp-border);border-radius:15px;background:var(--nxp-panel);padding:15px 18px;box-shadow:0 16px 40px rgba(0,0,0,.13)}.nxp-metrics article>span{display:grid;width:50px;height:50px;place-items:center;border:1px solid #9a4af1;border-radius:50%;background:radial-gradient(circle,#7224d4,#29104d);color:#fff;font-size:1.1rem;box-shadow:0 0 22px rgba(142,48,246,.17)}.nxp-metrics article>div{display:grid}.nxp-metrics small{color:#c0afcc;font-size:.7rem}.nxp-metrics strong{font-size:1.65rem;line-height:1.1}.nxp-metrics em{margin-top:4px;color:#6edd9f;font-size:.57rem;font-style:normal}
.nxp-board{display:grid;grid-template-columns:1.3fr .95fr 1.05fr 1.25fr;gap:13px;align-items:stretch}.nxp-panel{min-height:310px;overflow:hidden;border:1px solid var(--nxp-border);border-radius:16px;background:var(--nxp-panel);box-shadow:0 18px 45px rgba(0,0,0,.15)}.nxp-panel>header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid rgba(255,255,255,.055)}.nxp-panel h2{margin:0;font-size:.88rem}.nxp-panel header>a{color:#bc7cff;font-size:.59rem}.nxp-vacancies article{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:11px;margin:12px;border:1px solid rgba(162,86,255,.15);border-radius:11px;background:rgba(255,255,255,.02);padding:11px}.nxp-row-icon{display:grid;width:38px;height:38px;place-items:center;border:1px solid #7e2dda;border-radius:10px;background:#24104a;color:#bd7bff}.nxp-vacancies article>div{display:grid;min-width:0}.nxp-vacancies strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.69rem}.nxp-vacancies p{display:flex;gap:5px;align-items:center;margin:4px 0}.nxp-vacancies p b{border-radius:999px;background:#2b1054;padding:3px 6px;color:#bc83f3;font-size:.48rem;font-weight:600}.nxp-vacancies p small,.nxp-vacancies em{color:#75687f;font-size:.48rem;font-style:normal}.nxp-vacancies article>a{border-radius:7px;background:#7020df;padding:7px 9px;font-size:.51rem;font-weight:750}.nxp-people>div>a,.nxp-activity>div>a{display:flex;gap:10px;align-items:center;padding:13px 16px;border-bottom:1px solid rgba(255,255,255,.045)}.nxp-people>div>a>span{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border:1px solid #8b3ee5;border-radius:50%;background:linear-gradient(135deg,#7c29e6,#391172);font-size:.62rem;font-weight:850}.nxp-people>div>a>div,.nxp-activity>div>a>div{display:grid}.nxp-people strong,.nxp-activity strong{font-size:.64rem}.nxp-people small{color:#a391b0;font-size:.52rem}.nxp-people em,.nxp-activity small{color:#665971;font-size:.48rem;font-style:normal}.nxp-pipeline{display:grid;gap:18px;padding:20px 17px}.nxp-pipeline>div{display:grid;gap:7px}.nxp-pipeline span{display:flex;justify-content:space-between}.nxp-pipeline strong,.nxp-pipeline b{font-size:.62rem}.nxp-pipeline b{color:#c49be9}.nxp-pipeline i{height:7px;overflow:hidden;border-radius:99px;background:#26113e}.nxp-pipeline i em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#701fe1,#ae4cff);box-shadow:0 0 12px #7f22eb}.nxp-activity{grid-row:span 1}.nxp-activity>div>a{align-items:flex-start;padding-block:16px}.nxp-activity>div>a>span{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:50%;background:linear-gradient(135deg,#9d3cff,#5b15ca)}.nxp-activity p{margin:3px 0;color:#ad9bb9;font-size:.55rem;line-height:1.45}.nxp-empty{padding:25px;color:#776982;font-size:.66rem}
@media(max-width:1300px){.nxp-hero-copy{width:62%;padding-left:38px}.nxp-hero-mascot{right:14%}.nxp-hiring-card{right:2%;width:185px}.nxp-board{grid-template-columns:1.2fr 1fr 1fr}.nxp-activity{grid-column:1/-1}.nxp-activity>div{display:grid;grid-template-columns:repeat(3,1fr)}}
@media(max-width:1050px){.nexus-v4:has(.nexus-dashboard-reference) .n4-shell{grid-template-columns:215px minmax(0,1fr)}.nxp-hero-mascot{right:2%}.nxp-hiring-card{display:none}.nxp-filterbar{grid-template-columns:1.6fr 1fr 1fr auto}.nxp-filterbar label:nth-of-type(4){display:none}.nxp-metrics{grid-template-columns:repeat(2,1fr)}.nxp-board{grid-template-columns:1fr 1fr}.nxp-activity{grid-column:1/-1}}
@media(max-width:900px){.nexus-v4:has(.nexus-dashboard-reference) .n4-shell{display:block}.nxp-hero-copy{width:70%}.nxp-hero-mascot{right:-4%}.nxp-filterbar{grid-template-columns:1fr 1fr}.nxp-filter-search{grid-column:1/-1}.nxp-board{grid-template-columns:1fr 1fr}.nxp-activity>div{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.nxp-hero{min-height:430px}.nxp-hero-copy{width:100%;padding:30px 22px}.nxp-hero h1{font-size:2.55rem}.nxp-hero-copy>p{font-size:.88rem}.nxp-hero-mascot{display:block;right:50%;bottom:-160px;width:260px;transform:translateX(50%);opacity:.65}.nxp-hero-mascot img{width:310px;left:-20px;bottom:-140px}.nxp-filterbar{grid-template-columns:1fr;padding-top:22px}.nxp-filterbar label,.nxp-filterbar button{grid-column:1}.nxp-filterbar label:nth-of-type(3),.nxp-filterbar label:nth-of-type(4){display:none}.nxp-metrics,.nxp-board{grid-template-columns:1fr}.nxp-activity{grid-column:1}.nxp-activity>div{grid-template-columns:1fr}.nxp-hero-copy>div{flex-direction:column;align-items:stretch}.nxp-button{justify-content:center}}

/* Dashboard typography system — readable, balanced and consistent */
.nexus-v4:has(.nexus-dashboard-reference),.nexus-v4:has(.nexus-dashboard-reference) button,.nexus-v4:has(.nexus-dashboard-reference) input,.nexus-v4:has(.nexus-dashboard-reference) select{font-family:'Poppins','Segoe UI',Arial,sans-serif}
.nexus-v4:has(.nexus-dashboard-reference){font-size:16px;font-weight:400;letter-spacing:0}
.nexus-v4:has(.nexus-dashboard-reference) strong,.nexus-v4:has(.nexus-dashboard-reference) b,.nexus-v4:has(.nexus-dashboard-reference) h1,.nexus-v4:has(.nexus-dashboard-reference) h2,.nexus-v4:has(.nexus-dashboard-reference) h3{font-weight:600}
.nexus-v4:has(.nexus-dashboard-reference) .n4-brand strong{font-size:1.32rem;font-weight:600;letter-spacing:-.02em}.nexus-v4:has(.nexus-dashboard-reference) .n4-brand small{font-size:.68rem;font-weight:500;letter-spacing:.08em}.nexus-v4:has(.nexus-dashboard-reference) .n4-sidebar-label{font-size:.64rem;font-weight:600;letter-spacing:.13em}.nexus-v4:has(.nexus-dashboard-reference) .n4-nav-link{font-size:.91rem;font-weight:500;letter-spacing:0}.nexus-v4:has(.nexus-dashboard-reference) .n4-user-card strong{font-size:.78rem;font-weight:600}.nexus-v4:has(.nexus-dashboard-reference) .n4-user-card small{font-size:.66rem}.nexus-v4:has(.nexus-dashboard-reference) .n4-logout{font-size:.74rem;font-weight:500}
.nexus-v4:has(.nexus-dashboard-reference) .n4-topbar-copy strong{font-size:1.35rem;font-weight:600;letter-spacing:-.025em}.nexus-v4:has(.nexus-dashboard-reference) .n4-topbar-copy small{margin-top:3px;font-size:.77rem;line-height:1.4}.nexus-v4:has(.nexus-dashboard-reference) .n4-search input{font-size:.83rem}.nexus-v4:has(.nexus-dashboard-reference) .n4-top-user strong{font-size:.76rem;font-weight:600}.nexus-v4:has(.nexus-dashboard-reference) .n4-top-user small{font-size:.65rem}
.nxp-hero-copy>span{font-size:.68rem;font-weight:600;letter-spacing:.13em}.nxp-hero h1{font-weight:500;line-height:1.04;letter-spacing:-.045em}.nxp-hero-copy>p{font-size:1.02rem;line-height:1.6}.nxp-button{font-size:.82rem;font-weight:500}.nxp-button b{font-weight:500}.nxp-hiring-card small{font-size:.78rem}.nxp-hiring-card strong{font-size:2.1rem;font-weight:500}.nxp-hiring-card em{font-size:.66rem}
.nxp-filterbar label>small{font-size:.7rem;font-weight:500}.nxp-filterbar input,.nxp-filterbar select{font-size:.78rem}.nxp-filterbar button{font-size:.76rem;font-weight:600}.nxp-metrics small{font-size:.76rem}.nxp-metrics strong{font-size:1.72rem;font-weight:500}.nxp-metrics em{font-size:.64rem;font-weight:500}
.nxp-panel h2{font-size:1rem;font-weight:600;letter-spacing:-.015em}.nxp-panel header>a{font-size:.68rem;font-weight:500}.nxp-vacancies strong{font-size:.77rem;font-weight:600}.nxp-vacancies p b{font-size:.56rem;font-weight:500}.nxp-vacancies p small,.nxp-vacancies em{font-size:.56rem}.nxp-vacancies article>a{font-size:.59rem;font-weight:600}.nxp-people strong,.nxp-activity strong{font-size:.74rem;font-weight:600}.nxp-people small{font-size:.62rem}.nxp-people em,.nxp-activity small{font-size:.57rem}.nxp-pipeline strong,.nxp-pipeline b{font-size:.71rem;font-weight:500}.nxp-activity p{font-size:.64rem;line-height:1.5}.nxp-empty{font-size:.74rem}
@media(max-width:700px){.nexus-v4:has(.nexus-dashboard-reference){font-size:15px}.nxp-hero h1{font-size:2.45rem;line-height:1.06}.nxp-hero-copy>p{font-size:.95rem}.nexus-v4:has(.nexus-dashboard-reference) .n4-nav-link{font-size:.88rem}}

/* Keep filter labels and controls fully contained inside their cards */
.nxp-filterbar{align-items:stretch;padding:11px 14px}
.nxp-filterbar label{min-height:62px;grid-template-columns:20px minmax(0,1fr);grid-template-rows:auto 1fr;align-content:center;padding:8px 12px 6px}
.nxp-filterbar label>small{position:static;grid-column:1/-1;grid-row:1;margin:0 0 2px;color:#a996b8;font-size:.65rem;line-height:1.25}
.nxp-filterbar label>span{grid-column:1;grid-row:2}
.nxp-filterbar input,.nxp-filterbar select{grid-column:2;grid-row:2;min-height:32px!important;padding-block:0!important}
.nxp-filterbar button{align-self:center;min-height:48px}
@media(max-width:700px){.nxp-filterbar{padding-top:12px}.nxp-filterbar label{min-height:62px}}

/* Nexus premium scrollbars */
.nexus-v4,.nexus-v4 *{scrollbar-width:thin;scrollbar-color:#7430c7 #0b0418}
.nexus-v4::-webkit-scrollbar,.nexus-v4 *::-webkit-scrollbar{width:10px;height:10px}
.nexus-v4::-webkit-scrollbar-track,.nexus-v4 *::-webkit-scrollbar-track{background:#0b0418;border-left:1px solid rgba(157,86,244,.08)}
.nexus-v4::-webkit-scrollbar-thumb,.nexus-v4 *::-webkit-scrollbar-thumb{min-height:46px;border:2px solid #0b0418;border-radius:999px;background:linear-gradient(180deg,#9147ed,#5b1aa4);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 0 12px rgba(139,55,236,.2)}
.nexus-v4::-webkit-scrollbar-thumb:hover,.nexus-v4 *::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#aa66ff,#7626d4);box-shadow:0 0 16px rgba(162,78,255,.42)}
.nexus-v4::-webkit-scrollbar-corner,.nexus-v4 *::-webkit-scrollbar-corner{background:#0b0418}
.nexus-v4 .n4-sidebar{scrollbar-color:#6f29bd transparent}
.nexus-v4 .n4-sidebar::-webkit-scrollbar{width:7px}
.nexus-v4 .n4-sidebar::-webkit-scrollbar-track{border:0;background:transparent}
.nexus-v4 .n4-sidebar::-webkit-scrollbar-thumb{border:2px solid transparent;background:linear-gradient(180deg,#8d3ce6,#50118d);background-clip:padding-box}

/* Dashboard hero mascot breakout and primary CTA */
.nexus-dashboard-reference .nxp-hero{overflow:visible;margin-bottom:58px}
.nexus-dashboard-reference .nxp-hero:after{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(183,104,255,.08);pointer-events:none}
.nexus-dashboard-reference .nxp-hero-mascot{right:16%;width:390px;z-index:6;pointer-events:none}
.nexus-dashboard-reference .nxp-hero-mascot img{left:-70px;bottom:-270px;width:535px;filter:drop-shadow(0 34px 45px rgba(0,0,0,.42))}
.nexus-dashboard-reference .nxp-button--light{border-color:#a65aff;background:linear-gradient(135deg,#8f37f1,#6419c8);color:#fff;box-shadow:0 12px 30px rgba(107,28,207,.35),inset 0 1px 0 rgba(255,255,255,.16)}
.nexus-dashboard-reference .nxp-button--light:hover{transform:translateY(-2px);background:linear-gradient(135deg,#a24cff,#7423dc);box-shadow:0 16px 36px rgba(119,35,225,.42)}
.nexus-dashboard-reference .nxp-filterbar{position:relative;z-index:7}
@media(max-width:1300px){.nexus-dashboard-reference .nxp-hero-mascot{right:12%}.nexus-dashboard-reference .nxp-hero-mascot img{width:500px;bottom:-250px}}
@media(max-width:1050px){.nexus-dashboard-reference .nxp-hero-mascot{right:1%}.nexus-dashboard-reference .nxp-hero-mascot img{width:450px;bottom:-225px}.nexus-dashboard-reference .nxp-hero{margin-bottom:42px}}
@media(max-width:700px){.nexus-dashboard-reference .nxp-hero{overflow:hidden;margin-bottom:0}.nexus-dashboard-reference .nxp-hero-mascot{right:50%;width:260px}.nexus-dashboard-reference .nxp-hero-mascot img{left:-20px;bottom:-140px;width:310px}}

/* Mascot feet aligned to the hero's lower edge */
.nexus-dashboard-reference .nxp-hero{overflow:hidden;margin-bottom:0}
.nexus-dashboard-reference .nxp-hero-mascot{right:15%;width:390px}
.nexus-dashboard-reference .nxp-hero-mascot img{left:-25px;bottom:0;width:440px}
@media(max-width:1300px){.nexus-dashboard-reference .nxp-hero-mascot{right:11%}.nexus-dashboard-reference .nxp-hero-mascot img{bottom:0;width:420px}}
@media(max-width:1050px){.nexus-dashboard-reference .nxp-hero-mascot{right:1%}.nexus-dashboard-reference .nxp-hero-mascot img{bottom:0;width:390px}}
@media(max-width:700px){.nexus-dashboard-reference .nxp-hero-mascot{right:50%;width:260px}.nexus-dashboard-reference .nxp-hero-mascot img{left:-20px;bottom:-2px;width:310px}}

/* Vacancy create/edit typography — same premium reading standard as dashboard */
.nexus-v4:has(.nexus-vacancy-form-page),.nexus-v4:has(.nexus-vacancy-form-page) button,.nexus-v4:has(.nexus-vacancy-form-page) input,.nexus-v4:has(.nexus-vacancy-form-page) select,.nexus-v4:has(.nexus-vacancy-form-page) textarea{font-family:'Poppins','Segoe UI',Arial,sans-serif}
.nexus-vacancy-form-page{font-size:16px;font-weight:400}.nexus-vacancy-form-page strong,.nexus-vacancy-form-page b,.nexus-vacancy-form-page h1,.nexus-vacancy-form-page h2{font-weight:600}
.nexus-vacancy-form-page .n4-page-head{margin-bottom:24px}.nexus-vacancy-form-page .n4-page-head h1{margin:7px 0 6px;font-size:2rem;line-height:1.12;letter-spacing:-.035em}.nexus-vacancy-form-page .n4-page-head p{font-size:.91rem;line-height:1.55}.nexus-vacancy-form-page .n4-back{font-size:.79rem;font-weight:500}
.nexus-vacancy-form-page .n4-card-head{min-height:76px;padding:18px 22px}.nexus-vacancy-form-page .n4-card-head .n4-eyebrow{font-size:.67rem;font-weight:600;letter-spacing:.13em}.nexus-vacancy-form-page .n4-card-head h2{margin-top:4px;font-size:1.16rem;letter-spacing:-.015em}
.nexus-vacancy-form-page .n4-form-grid{gap:19px;padding:22px}.nexus-vacancy-form-page .n4-form-grid label>span{margin-bottom:7px;color:#b9a8c6;font-size:.78rem;font-weight:500;line-height:1.35}.nexus-vacancy-form-page .n4-form-grid input,.nexus-vacancy-form-page .n4-form-grid select,.nexus-vacancy-form-page .n4-form-grid textarea{font-size:.87rem;font-weight:400;line-height:1.5}.nexus-vacancy-form-page .n4-form-grid input,.nexus-vacancy-form-page .n4-form-grid select{min-height:50px}.nexus-vacancy-form-page .n4-form-grid textarea{min-height:140px;padding:14px}.nexus-vacancy-form-page .n4-form-grid input::placeholder,.nexus-vacancy-form-page .n4-form-grid textarea::placeholder{color:#71647d;font-size:.84rem}
.nexus-vacancy-form-page .n4-check-card{min-height:69px;padding:12px 15px}.nexus-vacancy-form-page .n4-check-card strong{font-size:.79rem}.nexus-vacancy-form-page .n4-check-card small{margin-top:3px;color:#84758f;font-size:.69rem}.nexus-vacancy-form-page .n4-form-actions{gap:11px;padding:4px 0}.nexus-vacancy-form-page .n4-btn{min-height:46px;padding-inline:18px;font-size:.78rem;font-weight:600}.nexus-vacancy-form-page .nexus-form-errors{font-size:.83rem;line-height:1.55}
@media(max-width:700px){.nexus-vacancy-form-page{font-size:15px}.nexus-vacancy-form-page .n4-page-head h1{font-size:1.75rem}.nexus-vacancy-form-page .n4-form-grid{gap:16px;padding:17px}.nexus-vacancy-form-page .n4-form-grid label>span{font-size:.8rem}.nexus-vacancy-form-page .n4-form-grid input,.nexus-vacancy-form-page .n4-form-grid select,.nexus-vacancy-form-page .n4-form-grid textarea{font-size:.9rem}}

/* Global Nexus readability floor: no supporting text below 13px */
:root{--nexus-font-min:.8125rem}
body:is(.nexus-v4,.nexus-public-v4,.nexus-auth-v4) :where(small,label>span,label>small,input,select,textarea,button,.n4-nav-link,.n4-sidebar-label,.n4-eyebrow,.nx-home-kicker,.nexus-status,.hope-badge,.n4-back,.n4-field-help){font-size:max(var(--nexus-font-min),1em)!important;line-height:1.45}
body:is(.nexus-v4,.nexus-public-v4,.nexus-auth-v4) :where(p,li,td,th){font-size:max(var(--nexus-font-min),1em)}
body.nexus-v4 :where(.n4-card>header>a,.n4-card-head>a,.nxp-panel header>a,.nxp-vacancies p b,.nxp-vacancies em,.nxp-people em,.nxp-activity small,.nxp-activity p,.nxp-pipeline strong,.nxp-pipeline b,.n4-user-card small,.n4-top-user small){font-size:var(--nexus-font-min)!important;line-height:1.45}
body.nexus-public-v4 :where(.nx-home-job-area,.nx-home-job-tags span,.nx-home-job-card>a,.nx-home-live,.nx-home-proof span,.nx-home-float small,.n4-footer a){font-size:var(--nexus-font-min)!important;line-height:1.45}
@media(max-width:700px){:root{--nexus-font-min:.8rem}}

/* Demo candidate portraits */
.nexus-candidate-photo{display:block;object-fit:cover;object-position:center 28%;padding:0!important;color:transparent!important}
.n4-candidate-avatar.nexus-candidate-photo{border-color:rgba(181,104,255,.5);background:#1a0a31;box-shadow:0 8px 22px rgba(0,0,0,.22)}
.n4-profile-avatar.nexus-candidate-photo{border:2px solid rgba(186,111,255,.55);background:#17092d;box-shadow:0 15px 38px rgba(0,0,0,.3),0 0 28px rgba(137,52,235,.15)}

/* Public vacancy artwork */
.nexus-vacancy-cover{position:relative;overflow:hidden;margin:0;border:1px solid rgba(171,83,255,.3);border-radius:18px;background:#16072c;box-shadow:0 18px 45px rgba(22,4,48,.22)}
.nexus-vacancy-cover:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 32px rgba(151,51,255,.12)}
.nexus-vacancy-cover img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 43%;transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .55s ease}
.nx-home-job-card>.nexus-vacancy-cover,.n4-job-card>.nexus-vacancy-cover{margin:-1px -1px 20px;aspect-ratio:16/9;border-radius:17px 17px 12px 12px}
.nx-home-job-card:hover>.nexus-vacancy-cover img,.n4-job-card:hover>.nexus-vacancy-cover img{transform:scale(1.035);filter:saturate(1.08) brightness(1.04)}
.nexus-vacancy-cover--detail{margin:0 0 28px;aspect-ratio:1/1;border-radius:22px}
.nexus-vacancy-cover--detail img{object-fit:contain;object-position:center}
@media(max-width:700px){.nx-home-job-card>.nexus-vacancy-cover,.n4-job-card>.nexus-vacancy-cover{aspect-ratio:4/3}.nexus-vacancy-cover--detail{margin-bottom:22px;border-radius:16px}}

/* Dashboard vacancy covers and candidate portraits */
.nxp-vacancies article:has(.nxp-vacancy-thumb){position:relative;display:grid;grid-template-columns:94px minmax(0,1fr);min-height:132px;gap:14px;align-items:stretch;padding:10px;border-color:rgba(173,86,255,.28);background:linear-gradient(135deg,rgba(49,19,87,.84),rgba(25,10,48,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 14px 30px rgba(0,0,0,.14);transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}
.nxp-vacancies article:has(.nxp-vacancy-thumb):hover{transform:translateY(-2px);border-color:rgba(192,108,255,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 18px 34px rgba(0,0,0,.22),0 0 24px rgba(124,36,221,.1)}
.nxp-vacancy-thumb{grid-row:1;width:94px;height:112px;border-radius:10px;border-color:rgba(199,128,255,.35);box-shadow:0 10px 25px rgba(0,0,0,.34)}
.nxp-vacancy-thumb:after{box-shadow:inset 0 0 18px rgba(154,61,255,.14)}
.nxp-vacancy-thumb img{object-fit:cover;object-position:center 43%;transform:none!important}
.nxp-vacancies article:has(.nxp-vacancy-thumb)>.nxp-row-icon{display:none}
.nxp-vacancies article:has(.nxp-vacancy-thumb)>div:not(.nxp-vacancy-thumb){display:flex;min-width:0;flex-direction:column;padding:4px 2px 34px 0}
.nxp-vacancies article:has(.nxp-vacancy-thumb) strong{display:block;padding-right:4px;overflow:visible;white-space:normal;color:#fff;font-size:.86rem;line-height:1.3;letter-spacing:-.015em}
.nxp-vacancies article:has(.nxp-vacancy-thumb) p{display:flex;flex-wrap:wrap;gap:6px;margin:9px 0 7px}
.nxp-vacancies article:has(.nxp-vacancy-thumb) p b{padding:4px 8px;border:1px solid rgba(169,81,255,.14);background:rgba(111,28,198,.24);color:#d29bff}
.nxp-vacancies article:has(.nxp-vacancy-thumb) p small{display:block;width:100%;margin-top:1px;color:#9584a5;white-space:nowrap}
.nxp-vacancies article:has(.nxp-vacancy-thumb) em{color:#927fa2}
.nxp-vacancies article:has(.nxp-vacancy-thumb)>a{position:absolute;right:12px;bottom:11px;min-width:76px;padding:7px 10px;border:1px solid rgba(198,126,255,.26);background:linear-gradient(135deg,#8c2cf1,#6819cf);text-align:center;box-shadow:0 7px 18px rgba(99,21,188,.25);transition:transform .2s ease,box-shadow .2s ease}
.nxp-vacancies article:has(.nxp-vacancy-thumb)>a:hover{transform:translateY(-1px);box-shadow:0 10px 23px rgba(112,27,205,.38)}
.nxp-candidate-photo{display:block;width:42px!important;height:42px!important;flex:0 0 42px;border:2px solid rgba(188,112,255,.62)!important;border-radius:50%;object-fit:cover;object-position:center 25%;background:#251045;box-shadow:0 7px 18px rgba(0,0,0,.28),0 0 16px rgba(139,50,235,.16)}
.nxp-people>div>a{transition:background .2s ease,transform .2s ease}
.nxp-people>div>a:hover{transform:translateX(2px);background:rgba(145,61,244,.08)}
@media(max-width:1180px){.nxp-vacancies article:has(.nxp-vacancy-thumb){grid-template-columns:82px minmax(0,1fr)}.nxp-vacancy-thumb{width:82px;height:104px}.nxp-vacancies article:has(.nxp-vacancy-thumb)>a{min-width:70px}}

/* Premium dashboard filters and metric cards */
.nxp-filterbar{gap:12px;border-color:rgba(164,72,255,.5);background:linear-gradient(120deg,rgba(33,11,69,.96),rgba(17,7,37,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 18px 40px rgba(0,0,0,.2)}
.nxp-filterbar label{border-color:rgba(169,101,234,.24);background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.nxp-filterbar label:focus-within{border-color:rgba(187,101,255,.72);background:rgba(112,35,190,.1);box-shadow:0 0 0 3px rgba(139,55,230,.1),inset 0 1px 0 rgba(255,255,255,.04)}
.nxp-filterbar label>small{color:#c2b1cf;font-weight:600}.nxp-filterbar label>span{color:#bb78f6;font-size:1rem;filter:drop-shadow(0 0 7px rgba(169,70,255,.5))}.nxp-filterbar input,.nxp-filterbar select{color:#e4d9eb!important}.nxp-filterbar input::placeholder{color:#806f8c!important}
.nxp-filterbar button{border:1px solid rgba(202,145,255,.42);background:linear-gradient(135deg,#922ff1,#6d1bd4);color:#fff;box-shadow:0 10px 24px rgba(105,24,195,.28),inset 0 1px 0 rgba(255,255,255,.16);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.nxp-filterbar button:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 14px 30px rgba(112,28,208,.4)}
.nxp-metrics{gap:14px}.nxp-metrics article{position:relative;min-height:112px;overflow:hidden;gap:16px;border-color:rgba(160,78,247,.3);border-radius:17px;background:radial-gradient(circle at 8% 0,rgba(139,45,238,.15),transparent 48%),linear-gradient(145deg,rgba(34,15,68,.97),rgba(19,8,40,.98));padding:18px 19px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 16px 36px rgba(0,0,0,.16);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.nxp-metrics article:after{content:"";position:absolute;right:-24px;bottom:-30px;width:90px;height:90px;border:1px solid rgba(151,69,239,.1);border-radius:50%;box-shadow:0 0 38px rgba(130,38,224,.08)}
.nxp-metrics article:hover{transform:translateY(-3px);border-color:rgba(185,98,255,.52);box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 21px 42px rgba(0,0,0,.22),0 0 25px rgba(123,35,218,.08)}
.nxp-metrics article>.nxp-metric-icon{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;border:1px solid rgba(193,106,255,.65);border-radius:16px;background:linear-gradient(145deg,rgba(137,43,235,.72),rgba(52,15,102,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 10px 25px rgba(93,20,179,.3),0 0 22px rgba(147,48,240,.14)}
.nxp-metric-icon svg{width:25px;height:25px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(255,255,255,.22))}
.nxp-metrics article>div{position:relative;z-index:1;gap:1px}.nxp-metrics small{color:#cbbdd5;font-weight:500}.nxp-metrics strong{margin-top:2px;color:#fff;font-size:1.9rem;font-weight:600;letter-spacing:-.045em}.nxp-metrics em{display:flex;align-items:center;gap:5px;color:#54e6a0}.nxp-metrics em:before{content:"";width:5px;height:5px;border-radius:50%;background:#42e99b;box-shadow:0 0 8px #42e99b}
@media(max-width:700px){.nxp-metrics article{min-height:100px}.nxp-filterbar button{min-height:50px}}

.nxp-hiring-card>.nxp-hiring-icon{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border:1px solid rgba(223,177,255,.42);border-radius:14px;background:linear-gradient(145deg,#9d3cff,#6518d0);box-shadow:inset 0 1px 0 rgba(255,255,255,.17),0 10px 24px rgba(91,20,174,.3)}
.nxp-hiring-icon svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(255,255,255,.2))}

/* Premium candidate profile */
.nexus-candidate-profile-page{display:grid;gap:16px;font-family:'Poppins','Segoe UI',Arial,sans-serif}
.nexus-candidate-profile-page .n4-profile-hero{position:relative;grid-template-columns:108px minmax(0,1fr) auto;min-height:172px;overflow:hidden;gap:24px;margin:0;border-color:rgba(166,77,253,.38);border-radius:22px;background:radial-gradient(circle at 10% 20%,rgba(142,45,235,.23),transparent 18rem),radial-gradient(circle at 90% 0,rgba(94,27,196,.22),transparent 22rem),linear-gradient(135deg,#1b0a39,#10071f);padding:26px 28px;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 22px 48px rgba(0,0,0,.2)}
.nexus-candidate-profile-page .n4-profile-hero:after{content:"";position:absolute;right:-65px;top:-90px;width:260px;height:260px;border:1px solid rgba(174,94,255,.12);border-radius:50%;box-shadow:0 0 70px rgba(121,34,223,.08);pointer-events:none}
.nexus-candidate-profile-page .n4-profile-avatar{width:104px;height:104px;border:3px solid rgba(195,119,255,.6);border-radius:24px;object-fit:cover;object-position:center 24%;box-shadow:0 18px 38px rgba(0,0,0,.34),0 0 30px rgba(140,43,232,.18)}
.nexus-candidate-profile-page .n4-profile-copy{position:relative;z-index:1}.nexus-candidate-profile-page .n4-profile-copy>a{margin-bottom:8px;color:#ba77f7;font-size:.78rem;font-weight:500}.nexus-candidate-profile-page .n4-profile-copy>span{color:#a964eb;font-size:.72rem;font-weight:600;letter-spacing:.14em}.nexus-candidate-profile-page .n4-profile-copy h1{margin:4px 0 5px;font-size:2rem;font-weight:600;line-height:1.15;letter-spacing:-.04em}.nexus-candidate-profile-page .n4-profile-copy p{color:#a997b5;font-size:.9rem;line-height:1.55}
.nexus-candidate-profile-page .n4-profile-actions{position:relative;z-index:1}.nexus-candidate-profile-page .n4-btn{min-height:48px;border-radius:12px;padding-inline:18px;font-size:.8rem;font-weight:600}.nexus-candidate-profile-page .n4-btn--whatsapp{border:1px solid rgba(97,255,175,.34);background:linear-gradient(135deg,#16bf6c,#079b57);box-shadow:0 12px 27px rgba(4,153,82,.2),inset 0 1px 0 rgba(255,255,255,.16)}.nexus-candidate-profile-page .n4-btn--whatsapp:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(4,168,88,.3)}
.nexus-candidate-profile-page .n4-detail-grid{grid-template-columns:minmax(0,1fr) 350px;gap:16px}.nexus-candidate-profile-page .n4-detail-main,.nexus-candidate-profile-page .n4-detail-side{gap:16px}.nexus-candidate-profile-page .n4-card{border-color:rgba(154,79,235,.25);border-radius:18px;background:linear-gradient(145deg,rgba(25,12,51,.98),rgba(14,7,29,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 16px 36px rgba(0,0,0,.14)}
.nexus-candidate-profile-page .n4-card>header{min-height:72px;padding:17px 20px;border-bottom-color:rgba(171,91,255,.12)}.nexus-candidate-profile-page .n4-card>header span{color:#a65ce8;font-size:.69rem;font-weight:600;letter-spacing:.14em}.nexus-candidate-profile-page .n4-card>header h2{margin-top:4px;font-size:1.05rem;font-weight:600}
.nexus-candidate-profile-page .n4-data-grid{gap:11px;padding:18px 20px 20px}.nexus-candidate-profile-page .n4-data-grid>div{position:relative;min-height:94px;overflow:hidden;border-color:rgba(169,91,248,.19);border-radius:14px;background:linear-gradient(145deg,rgba(42,19,78,.62),rgba(15,7,31,.78));padding:17px 15px 13px 54px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.nexus-candidate-profile-page .n4-data-grid>div:hover{transform:translateY(-2px);border-color:rgba(188,103,255,.4);background:linear-gradient(145deg,rgba(53,22,96,.7),rgba(18,8,36,.86))}
.nexus-candidate-profile-page .n4-data-grid>div:before{position:absolute;left:14px;top:16px;display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(191,106,255,.43);border-radius:9px;background:linear-gradient(145deg,#7122c9,#351060);color:#fff;font-size:.86rem;box-shadow:0 7px 17px rgba(83,19,156,.23)}.nexus-candidate-profile-page .n4-data-grid>div:nth-child(1):before{content:'☎'}.nexus-candidate-profile-page .n4-data-grid>div:nth-child(2):before{content:'◷'}.nexus-candidate-profile-page .n4-data-grid>div:nth-child(3):before{content:'◇'}.nexus-candidate-profile-page .n4-data-grid>div:nth-child(4):before{content:'✓'}.nexus-candidate-profile-page .n4-data-grid>div:nth-child(5):before{content:'+'}.nexus-candidate-profile-page .n4-data-grid>div:nth-child(6):before{content:'↗'}
.nexus-candidate-profile-page .n4-data-grid small{color:#a793b3;font-size:.78rem;font-weight:500}.nexus-candidate-profile-page .n4-data-grid strong{margin-top:8px;color:#f3eaf9;font-size:.84rem;font-weight:600;line-height:1.4}.nexus-candidate-profile-page .n4-prose{padding:21px;color:#c4b2cf;font-size:.92rem;line-height:1.8}.nexus-candidate-profile-page .n4-empty-row{color:#8e7d99;font-size:.8rem;line-height:1.6}
@media(max-width:1000px){.nexus-candidate-profile-page .n4-profile-hero{grid-template-columns:88px minmax(0,1fr)}.nexus-candidate-profile-page .n4-profile-avatar{width:84px;height:84px}.nexus-candidate-profile-page .n4-profile-actions{grid-column:1/-1}.nexus-candidate-profile-page .n4-detail-grid{grid-template-columns:1fr}}
@media(max-width:600px){.nexus-candidate-profile-page .n4-profile-hero{grid-template-columns:1fr;text-align:center;padding:23px 18px}.nexus-candidate-profile-page .n4-profile-avatar{margin:auto}.nexus-candidate-profile-page .n4-profile-actions{justify-content:center;flex-wrap:wrap}.nexus-candidate-profile-page .n4-data-grid{grid-template-columns:1fr;padding:14px}.nexus-candidate-profile-page .n4-profile-copy h1{font-size:1.65rem}.nexus-candidate-profile-page .n4-profile-copy p{font-size:.82rem}}

/* Premium topbar actions */
.n4-top-actions{gap:10px}.n4-icon-btn{width:44px;height:44px;border-color:rgba(164,87,238,.3);border-radius:13px;background:linear-gradient(145deg,rgba(35,16,65,.96),rgba(16,7,32,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 9px 20px rgba(0,0,0,.16);transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.n4-icon-btn svg{width:21px;height:21px;fill:none;stroke:#e8d7f5;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.n4-icon-btn:hover{transform:translateY(-2px);border-color:rgba(192,105,255,.6);background:linear-gradient(145deg,rgba(67,25,119,.96),rgba(27,9,52,.98));box-shadow:0 12px 25px rgba(72,15,138,.24),0 0 18px rgba(148,49,237,.1)}
.n4-icon-btn--create{border-color:rgba(170,83,248,.4);background:linear-gradient(145deg,#5f18bb,#35106c)}.n4-icon-btn--create svg{stroke:#fff;stroke-width:2}.n4-icon-btn--notifications{position:relative}.n4-icon-btn--notifications svg{stroke:#d9c4e9}.n4-icon-btn--notifications:hover svg{stroke:#fff}.n4-icon-btn--notifications i{right:-5px;top:-6px;min-width:19px;height:19px;border:2px solid #090319;background:linear-gradient(135deg,#a53cff,#6e19dc);font-size:.58rem;font-weight:700;box-shadow:0 5px 12px rgba(112,27,208,.4)}
.n4-top-user{min-height:48px;gap:10px;margin-left:2px;border:1px solid transparent;border-radius:14px;padding:4px 9px 4px 5px;transition:border-color .2s ease,background .2s ease}.n4-top-user:hover{border-color:rgba(162,83,240,.22);background:rgba(114,37,194,.08)}.n4-top-user>span{width:40px;height:40px;border:1px solid rgba(192,112,255,.4);background:linear-gradient(145deg,#8628ea,#4b119d);box-shadow:0 8px 18px rgba(84,17,164,.25)}.n4-top-user strong{color:#f4ebfa;font-weight:600}.n4-top-user small{color:#8f7d9c}
.n4-top-logout-form{display:flex;margin:0}.n4-top-logout{display:flex;min-height:44px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(192,91,124,.24);border-radius:12px;background:rgba(91,25,50,.09);padding:0 12px;color:#cdbdcc;font-family:'Poppins','Segoe UI',Arial,sans-serif;font-size:.74rem;font-weight:500;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.n4-top-logout svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.n4-top-logout:hover{transform:translateY(-2px);border-color:rgba(255,104,145,.42);background:rgba(140,34,68,.16);color:#ffd4df}
@media(max-width:1180px){.n4-top-logout span{display:none}.n4-top-logout{width:44px;padding:0}}

/* One consistent sidebar across every internal Nexus page */
.nexus-v4 .n4-shell{grid-template-columns:250px minmax(0,1fr)}
.nexus-v4 .n4-sidebar{border-color:rgba(148,75,245,.25);background:radial-gradient(circle at 0 0,rgba(104,26,226,.36),transparent 20rem),linear-gradient(180deg,#13052d,#090319);padding:28px 17px 18px}
.nexus-v4 .n4-sidebar-brand{padding:0 10px 30px}.nexus-v4 .n4-brand-symbol{width:58px;height:58px!important;border-radius:16px;box-shadow:0 13px 28px rgba(82,13,183,.28)}.nexus-v4 .n4-brand strong{font-size:1.32rem;font-weight:600;letter-spacing:-.02em}.nexus-v4 .n4-brand small{font-size:.68rem;font-weight:500;letter-spacing:.08em}
.nexus-v4 .n4-nav{gap:7px}.nexus-v4 .n4-sidebar-label{font-size:.64rem;font-weight:600;letter-spacing:.13em}.nexus-v4 .n4-nav-link{min-height:52px;border:1px solid transparent;border-radius:13px;padding-inline:15px;font-size:.91rem;font-weight:500;letter-spacing:0;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.nexus-v4 .n4-nav-link:hover{transform:translateX(2px);border-color:rgba(164,77,246,.16);background:rgba(113,31,205,.12)}.nexus-v4 .n4-nav-link[aria-current=page]{border-color:rgba(190,108,255,.42);background:linear-gradient(100deg,#7425e8,#5715bf);box-shadow:0 12px 30px rgba(74,13,160,.3),inset 0 1px 0 rgba(255,255,255,.1);color:#fff}.nexus-v4 .n4-nav-link[aria-current=page] svg{color:#d9b7ff}
.nexus-v4 .n4-sidebar-section{border-color:rgba(157,83,240,.12)}
@media(max-width:1050px) and (min-width:901px){.nexus-v4 .n4-shell{grid-template-columns:215px minmax(0,1fr)}.nexus-v4 .n4-sidebar{padding-inline:13px}.nexus-v4 .n4-nav-link{padding-inline:12px;font-size:.86rem}}
@media(max-width:900px){.nexus-v4 .n4-shell{display:block}.nexus-v4 .n4-sidebar{width:250px}}

/* Unified premium language for every page linked from the sidebar */
.nexus-v4 .n4-topbar{min-height:88px;border-bottom:1px solid rgba(155,74,240,.12);background:rgba(8,3,21,.9);padding:0 31px;box-shadow:0 12px 32px rgba(0,0,0,.08)}.nexus-v4 .n4-topbar-copy{min-width:280px}.nexus-v4 .n4-topbar-copy strong{font-size:1.32rem;font-weight:600;letter-spacing:-.025em}.nexus-v4 .n4-topbar-copy small{margin-top:3px;color:#8c7b99;font-size:.78rem;line-height:1.4}.nexus-v4 .n4-search{width:min(470px,38vw);border-color:rgba(161,91,255,.27);background:linear-gradient(100deg,rgba(25,12,50,.95),rgba(53,25,66,.9));box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.nexus-v4 .n4-search input{font-size:.83rem}.nexus-v4 .n4-main{width:min(1500px,calc(100% - 38px));padding:25px 0 60px}
.nexus-v4 .n4-page-head{min-height:100px;align-items:center;margin:0 0 18px;border:1px solid rgba(158,76,241,.2);border-radius:18px;background:radial-gradient(circle at 90% 0,rgba(116,32,211,.16),transparent 20rem),linear-gradient(135deg,rgba(28,12,57,.86),rgba(13,6,28,.88));padding:20px 22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 16px 34px rgba(0,0,0,.1)}.nexus-v4 .n4-page-head .n4-eyebrow{color:#ac65ed;font-size:.7rem;font-weight:600;letter-spacing:.14em}.nexus-v4 .n4-page-head h1{margin:4px 0 3px;font-size:2rem;font-weight:600;line-height:1.12;letter-spacing:-.04em}.nexus-v4 .n4-page-head p{margin:0;color:#9f8eab;font-size:.88rem;line-height:1.6}.nexus-v4 .n4-count-pill{border:1px solid rgba(185,101,255,.35);border-radius:999px;background:rgba(113,32,198,.16);padding:9px 14px;color:#d8b3fa;font-size:.78rem;font-weight:600}
.nexus-v4 .n4-btn{min-height:46px;border-radius:11px;padding-inline:17px;font-family:'Poppins','Segoe UI',Arial,sans-serif;font-size:.78rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.nexus-v4 .n4-btn:hover{transform:translateY(-2px)}.nexus-v4 .n4-btn--primary{border:1px solid rgba(203,139,255,.35);background:linear-gradient(135deg,#922ff1,#6818cf);box-shadow:0 10px 24px rgba(96,21,185,.25),inset 0 1px 0 rgba(255,255,255,.15)}.nexus-v4 .n4-btn--primary:hover{filter:brightness(1.08);box-shadow:0 14px 29px rgba(107,26,201,.36)}.nexus-v4 .n4-btn--outline{border-color:rgba(173,91,249,.35);background:rgba(91,27,157,.08)}
.nexus-v4 .n4-filter-card{border-color:rgba(164,72,255,.36);border-radius:17px;background:linear-gradient(120deg,rgba(31,12,63,.96),rgba(15,7,32,.98));padding:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 16px 36px rgba(0,0,0,.15)}.nexus-v4 .n4-filters{gap:12px}.nexus-v4 .n4-filters label>small{margin-bottom:7px;color:#ad9aba;font-size:.76rem;font-weight:500}.nexus-v4 .n4-filters input,.nexus-v4 .n4-filters select{min-height:47px!important;border-color:rgba(159,88,232,.25);border-radius:11px;background:rgba(12,6,26,.72);color:#e4d9ea;font-size:.8rem;transition:border-color .2s ease,box-shadow .2s ease}.nexus-v4 .n4-filters input:focus,.nexus-v4 .n4-filters select:focus{border-color:rgba(185,98,255,.65);box-shadow:0 0 0 3px rgba(139,50,230,.1)}.nexus-v4 .n4-search-field{min-height:47px;border-color:rgba(159,88,232,.25);border-radius:11px;background:rgba(12,6,26,.72)}.nexus-v4 .n4-search-field:focus-within{border-color:rgba(185,98,255,.65);box-shadow:0 0 0 3px rgba(139,50,230,.1)}
.nexus-v4 .n4-card{border-color:rgba(156,78,238,.24);border-radius:18px;background:linear-gradient(145deg,rgba(25,12,51,.98),rgba(13,6,28,.99));box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 18px 40px rgba(0,0,0,.14)}.nexus-v4 .n4-page-card{margin-top:18px}.nexus-v4 .n4-card>header,.nexus-v4 .n4-card-head{min-height:72px;padding:17px 20px;border-bottom-color:rgba(169,87,250,.11)}.nexus-v4 .n4-card>header span,.nexus-v4 .n4-card-head span{color:#a55ee7;font-size:.69rem;font-weight:600;letter-spacing:.14em}.nexus-v4 .n4-card>header h2,.nexus-v4 .n4-card-head h2{margin-top:4px;font-size:1.04rem;font-weight:600}.nexus-v4 .n4-empty-row{padding:25px;color:#8e7d99;font-size:.8rem;line-height:1.6}
.nexus-v4 .n4-vacancy-list article{min-height:96px;gap:14px;border-bottom-color:rgba(255,255,255,.045);padding:14px 20px;transition:background .2s ease}.nexus-v4 .n4-vacancy-list article:hover{background:rgba(118,35,204,.07)}.nexus-v4 .n4-vacancy-icon{width:48px;height:48px;border:1px solid rgba(187,99,255,.45);border-radius:14px;background:linear-gradient(145deg,#7624d5,#351064);box-shadow:0 9px 22px rgba(80,16,151,.24)}.nexus-v4 .n4-vacancy-copy h3{font-size:.91rem;font-weight:600}.nexus-v4 .n4-vacancy-copy>p{margin-top:4px;color:#9b8aa7;font-size:.77rem}.nexus-v4 .n4-vacancy-copy>div{margin-top:8px}.nexus-v4 .n4-vacancy-copy>div>span{font-size:.73rem}.nexus-v4 .n4-vacancy-actions a{min-height:37px;display:inline-flex;align-items:center;border:1px solid rgba(167,88,244,.28);border-radius:9px;padding:0 12px;font-size:.75rem}.nexus-v4 .n4-vacancy-actions .is-primary{background:linear-gradient(135deg,#8428df,#5d16bc);box-shadow:0 8px 18px rgba(85,17,164,.2)}
.nexus-v4 .n4-candidate-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.nexus-v4 .n4-candidate-card{min-height:270px;border-color:rgba(158,78,239,.24);border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(126,37,218,.14),transparent 12rem),linear-gradient(150deg,#190c33,#0e071d);padding:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 17px 38px rgba(0,0,0,.16)}.nexus-v4 .n4-candidate-card:hover{transform:translateY(-4px);border-color:rgba(185,94,255,.5);box-shadow:0 22px 46px rgba(0,0,0,.23),0 0 25px rgba(130,36,225,.08)}.nexus-v4 .n4-candidate-card .n4-candidate-avatar{width:56px;height:56px;border:2px solid rgba(188,105,255,.5);border-radius:16px;box-shadow:0 10px 24px rgba(0,0,0,.22)}.nexus-v4 .n4-candidate-card h3{margin:16px 0 4px;font-size:1rem;font-weight:600}.nexus-v4 .n4-candidate-card>p{color:#9a89a5;font-size:.78rem}.nexus-v4 .n4-candidate-tags{gap:7px;margin:13px 0}.nexus-v4 .n4-candidate-tags span{border-color:rgba(174,91,251,.22);background:rgba(89,25,158,.17);padding:5px 8px;color:#c49be6;font-size:.7rem}.nexus-v4 .n4-candidate-card>small{color:#a797b2;font-size:.76rem;line-height:1.65}.nexus-v4 .n4-candidate-card>time{color:#796987;font-size:.7rem}
.nexus-v4 .n4-app-list>a,.nexus-v4 .n4-list>a{min-height:68px;border-bottom-color:rgba(255,255,255,.045);padding:11px 20px;transition:background .2s ease}.nexus-v4 .n4-app-list>a:hover,.nexus-v4 .n4-list>a:hover{background:rgba(117,34,204,.07)}.nexus-v4 .n4-app-person strong,.nexus-v4 .n4-app-vacancy strong,.nexus-v4 .n4-list strong{color:#eee5f4;font-size:.8rem;font-weight:600}.nexus-v4 .n4-app-person small,.nexus-v4 .n4-app-vacancy small,.nexus-v4 .n4-list small,.nexus-v4 .n4-list time{color:#90809c;font-size:.72rem}.nexus-v4 .nexus-status{border:1px solid rgba(173,92,248,.18);font-size:.7rem}
.nexus-v4 .n4-metrics{gap:14px;margin:16px 0}.nexus-v4 .n4-metrics article{min-height:112px;border-color:rgba(160,78,247,.3);border-radius:17px;background:radial-gradient(circle at 8% 0,rgba(139,45,238,.14),transparent 48%),linear-gradient(145deg,#211044,#120828);padding:18px}.nexus-v4 .n4-metrics article>span{width:54px;height:54px;border-radius:16px}.nexus-v4 .n4-metrics small{color:#c1b1cd;font-size:.76rem}.nexus-v4 .n4-metrics strong{font-size:1.85rem;font-weight:600}.nexus-v4 .n4-metrics em{color:#55e5a0;font-size:.68rem}.nexus-v4 .n4-report-grid{gap:14px}.nexus-v4 .n4-report-bars{gap:16px;padding:21px}.nexus-v4 .n4-report-bars span,.nexus-v4 .n4-report-bars strong{font-size:.76rem}.nexus-v4 .n4-report-bars i{height:8px;border-radius:99px;background:#28113f}.nexus-v4 .n4-report-bars i b{border-radius:inherit;background:linear-gradient(90deg,#7b24df,#bc57ff);box-shadow:0 0 14px rgba(160,60,244,.35)}.nexus-v4 .n4-ranked{padding:10px 20px 18px}.nexus-v4 .n4-ranked a{min-height:58px}.nexus-v4 .n4-ranked strong{font-size:.78rem}.nexus-v4 .n4-ranked small{font-size:.7rem}
.nexus-v4 .n4-notification-list button{min-height:72px;padding:13px 20px}.nexus-v4 .n4-notification-list button>span{width:42px;height:42px;border:1px solid rgba(184,99,255,.28);border-radius:12px;background:linear-gradient(145deg,#6820bd,#32105d)}.nexus-v4 .n4-notification-list strong{font-size:.8rem}.nexus-v4 .n4-notification-list small{font-size:.73rem}.nexus-v4 .n4-notification-list em{color:#786886;font-size:.68rem}.nexus-v4 .n4-audit-list article{min-height:68px;padding:12px 20px}.nexus-v4 .n4-audit-list article>span{width:42px;height:42px;border:1px solid rgba(179,91,255,.28);border-radius:12px;background:linear-gradient(145deg,#6820bd,#32105d)}.nexus-v4 .n4-audit-list strong{font-size:.8rem}.nexus-v4 .n4-audit-list small{font-size:.7rem}
.nexus-v4 .n4-settings-grid{gap:16px}.nexus-v4 .n4-form-grid{gap:17px;padding:21px}.nexus-v4 .n4-form-grid label>span,.nexus-v4 .n4-form-grid label>small{margin-bottom:7px;color:#b2a0bf;font-size:.76rem;font-weight:500}.nexus-v4 .n4-form-grid input,.nexus-v4 .n4-form-grid select,.nexus-v4 .n4-form-grid textarea{min-height:49px;border-color:rgba(159,84,239,.25);border-radius:11px;background:#0d061b;color:#ece3f2;font-size:.82rem}.nexus-v4 .n4-form-actions{padding-top:3px}
@media(max-width:1200px){.nexus-v4 .n4-candidate-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.nexus-v4 .n4-topbar{padding-inline:16px}.nexus-v4 .n4-main{width:calc(100% - 24px)}.nexus-v4 .n4-candidate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.nexus-v4 .n4-page-head{align-items:flex-start;min-height:auto;padding:18px}.nexus-v4 .n4-page-head h1{font-size:1.7rem}.nexus-v4 .n4-page-head p{font-size:.82rem}.nexus-v4 .n4-candidate-grid{grid-template-columns:1fr}.nexus-v4 .n4-card>header,.nexus-v4 .n4-card-head{padding-inline:16px}}

/* Vacancy artwork inside the internal vacancy list */
.n4-vacancy-media{display:grid;width:82px;height:82px;flex:0 0 82px;place-items:center}.n4-vacancy-cover{grid-area:1/1;width:82px;height:82px;border-radius:14px;border-color:rgba(190,105,255,.42);box-shadow:0 11px 25px rgba(0,0,0,.3)}.n4-vacancy-cover img{object-fit:cover;object-position:center 42%}.n4-vacancy-media>.n4-vacancy-icon{grid-area:1/1}.n4-vacancy-media:has(.n4-vacancy-cover)>.n4-vacancy-icon{display:none}.n4-vacancy-list article:has(.n4-vacancy-cover){grid-template-columns:82px minmax(0,1fr) auto;min-height:112px}.n4-vacancy-list article:has(.n4-vacancy-cover):hover .n4-vacancy-cover img{transform:scale(1.045);filter:saturate(1.08) brightness(1.04)}
@media(max-width:700px){.n4-vacancy-media,.n4-vacancy-cover{width:68px;height:68px}.n4-vacancy-list article:has(.n4-vacancy-cover){grid-template-columns:68px minmax(0,1fr)}.n4-vacancy-list article:has(.n4-vacancy-cover) .n4-vacancy-actions{grid-column:1/-1}}

/* Public home: reliable native scrolling and the same premium card language */
html{overflow-x:hidden;overflow-y:auto!important;height:auto!important}.nexus-public-v4{overflow-x:hidden!important;overflow-y:auto!important;height:auto!important;min-height:100%;background:#09070d;font-family:'Poppins','Segoe UI',Arial,sans-serif}.nexus-public-v4 main{display:block;overflow:visible!important;height:auto!important;min-height:0}.nexus-home-premium{overflow-x:clip!important;overflow-y:visible!important;height:auto!important;min-height:0;overscroll-behavior-y:auto;scroll-behavior:auto}.nexus-home-premium>*{max-width:100%}
body.nexus-public-v4{scrollbar-width:thin;scrollbar-color:#7930ca #0a0612}body.nexus-public-v4::-webkit-scrollbar{width:10px}body.nexus-public-v4::-webkit-scrollbar-track{background:#0a0612}body.nexus-public-v4::-webkit-scrollbar-thumb{min-height:48px;border:2px solid #0a0612;border-radius:999px;background:linear-gradient(180deg,#984cf0,#5b1aa4);box-shadow:0 0 14px rgba(147,61,238,.25)}body.nexus-public-v4::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ac6aff,#7627d3)}
.nexus-home-premium .nx-home-hero{min-height:min(830px,calc(100vh + 40px))}.nexus-home-premium .nx-home-copy h1{font-family:'Poppins','Segoe UI',Arial,sans-serif;font-weight:700;line-height:1.02;letter-spacing:-.052em}.nexus-home-premium .nx-home-copy>p{color:#b4a8be;font-size:1.03rem;line-height:1.75}.nexus-home-premium .nx-home-badge,.nexus-home-premium .nx-home-kicker{font-weight:600}.nexus-home-premium .nx-home-search{border-color:rgba(172,85,251,.34);border-radius:17px;background:linear-gradient(120deg,rgba(31,15,55,.92),rgba(14,10,22,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 20px 45px rgba(0,0,0,.26)}
.nexus-home-premium .nx-home-jobs{padding-block:92px;background:radial-gradient(circle at 8% 80%,rgba(116,34,211,.11),transparent 27rem),#09070d}.nexus-home-premium .nx-home-section-head{margin-bottom:34px}.nexus-home-premium .nx-home-section-head h2,.nexus-home-premium .nx-home-process-copy h2,.nexus-home-premium .nx-home-final-inner h2{font-family:'Poppins','Segoe UI',Arial,sans-serif;font-weight:600;line-height:1.06;letter-spacing:-.045em}.nexus-home-premium .nx-home-section-head p,.nexus-home-premium .nx-home-process-copy>p,.nexus-home-premium .nx-home-final-inner p{color:#9d91a7;font-size:.94rem;line-height:1.75}
.nexus-home-premium .nx-home-job-grid{gap:18px}.nexus-home-premium .nx-home-job-card{min-height:410px;border-color:rgba(161,78,242,.27);border-radius:19px;background:radial-gradient(circle at 0 0,rgba(136,43,233,.13),transparent 15rem),linear-gradient(145deg,rgba(31,15,59,.98),rgba(14,8,27,.99));padding:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 19px 42px rgba(0,0,0,.18)}.nexus-home-premium .nx-home-job-card:hover{border-color:rgba(188,98,255,.54);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 25px 52px rgba(0,0,0,.27),0 0 28px rgba(126,36,222,.09)}.nexus-home-premium .nx-home-job-card>.nexus-vacancy-cover{margin:-1px -1px 18px;border-radius:15px 15px 11px 11px}.nexus-home-premium .nx-home-job-area{margin-top:18px;color:#b36ef2;font-size:.7rem;font-weight:600}.nexus-home-premium .nx-home-job-card h3{font-size:1.24rem;font-weight:600;letter-spacing:-.025em}.nexus-home-premium .nx-home-job-card p{color:#a092aa;font-size:.82rem;line-height:1.7}.nexus-home-premium .nx-home-job-tags span{border-color:rgba(175,91,250,.16);background:rgba(102,30,177,.12);color:#bca8c9}.nexus-home-premium .nx-home-job-card>a{color:#c18df5;font-weight:600}
.nexus-home-premium .nx-home-process{padding-block:95px}.nexus-home-premium .nx-home-steps{display:grid;gap:13px}.nexus-home-premium .nx-home-steps article,.nexus-home-premium .nx-home-steps article:first-child{min-height:105px;border:1px solid rgba(158,77,238,.22);border-radius:17px;background:linear-gradient(145deg,rgba(28,14,52,.9),rgba(15,8,28,.92));padding:19px 20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 14px 32px rgba(0,0,0,.11)}.nexus-home-premium .nx-home-steps article:hover{transform:translateY(-3px);border-color:rgba(184,96,255,.48);background:linear-gradient(145deg,rgba(42,18,77,.94),rgba(18,8,34,.96))}.nexus-home-premium .nx-home-steps article>span{width:52px;height:52px;border-color:rgba(187,102,255,.46);background:linear-gradient(145deg,#7624d5,#351064);color:#fff;box-shadow:0 9px 22px rgba(79,16,150,.22)}.nexus-home-premium .nx-home-steps h3{font-size:1.02rem;font-weight:600}.nexus-home-premium .nx-home-steps p{color:#978b9f;font-size:.8rem;line-height:1.65}
@supports not (overflow:clip){.nexus-home-premium{overflow-x:hidden!important}}
@media(max-width:860px){.nexus-home-premium .nx-home-hero{min-height:auto}.nexus-home-premium .nx-home-job-card{min-height:390px}}
@media(max-width:650px){.nexus-home-premium .nx-home-copy h1{line-height:1.06}.nexus-home-premium .nx-home-jobs,.nexus-home-premium .nx-home-process{padding-block:72px}.nexus-home-premium .nx-home-job-card{min-height:auto}.nexus-home-premium .nx-home-steps article{grid-template-columns:52px 1fr;padding:16px}}

/* Refined public hero: animated depth, lighter controls and unclipped headline */
html:has(.nexus-home-premium){scroll-behavior:smooth;scroll-padding-top:88px}.nexus-home-premium{scroll-behavior:smooth}
.nexus-home-premium .nx-home-hero:after{content:"";position:absolute;inset:-18%;z-index:-1;pointer-events:none;background:radial-gradient(circle at 18% 28%,rgba(124,52,226,.17),transparent 22%),radial-gradient(circle at 77% 36%,rgba(161,63,255,.16),transparent 24%),radial-gradient(circle at 58% 90%,rgba(83,34,167,.13),transparent 26%);filter:blur(8px);animation:nx-hero-ambient 15s ease-in-out infinite alternate;will-change:transform,opacity}
.nexus-home-premium .nx-home-hero:before{animation:nx-grid-drift 22s linear infinite;will-change:background-position}
.nexus-home-premium .nx-home-orb{animation-duration:28s;opacity:.8}.nexus-home-premium .nx-home-orb--two{animation-duration:36s}
.nexus-home-premium .nx-home-hero-grid{padding-top:88px}
.nexus-home-premium .nx-home-copy h1{max-width:760px;overflow:visible;margin:0 0 20px;padding:.08em .02em .16em;font-size:clamp(3.35rem,5.15vw,5.65rem);font-weight:600;line-height:.93;letter-spacing:-.055em;text-wrap:balance}.nexus-home-premium .nx-home-copy h1 em{display:inline;overflow:visible;padding:0 .02em .1em;line-height:1;background:linear-gradient(102deg,#eee3ff 8%,#b77dff 52%,#893cff);-webkit-box-decoration-break:clone;box-decoration-break:clone;-webkit-background-clip:text;background-clip:text;color:transparent}
.nexus-home-premium .nx-home-search button,.nexus-home-premium .nx-home-primary-cta,.nexus-home-premium .nx-home-secondary-cta,.nexus-home-premium .nx-home-final-button{font-family:'Poppins','Segoe UI',Arial,sans-serif;font-weight:500;letter-spacing:-.01em}.nexus-home-premium .nx-home-search button{font-size:.8rem}.nexus-home-premium .nx-home-primary-cta,.nexus-home-premium .nx-home-final-button{font-size:.82rem}.nexus-home-premium .nx-home-secondary-cta{font-size:.8rem}.nexus-home-premium .nx-home-search input{font-weight:400}
@keyframes nx-hero-ambient{0%{opacity:.72;transform:translate3d(-2%,-1%,0) scale(.98) rotate(-2deg)}50%{opacity:1;transform:translate3d(2%,1.5%,0) scale(1.04) rotate(1deg)}100%{opacity:.82;transform:translate3d(-1%,3%,0) scale(1.01) rotate(2deg)}}
@keyframes nx-grid-drift{to{background-position:108px 54px}}
@media(max-width:860px){.nexus-home-premium .nx-home-copy h1{max-width:720px;margin-inline:auto;font-size:clamp(3.15rem,10vw,4.8rem);line-height:.95}.nexus-home-premium .nx-home-hero-grid{padding-top:78px}}
@media(max-width:650px){.nexus-home-premium .nx-home-copy h1{font-size:clamp(2.75rem,13vw,4rem);line-height:.96;padding-bottom:.18em}.nexus-home-premium .nx-home-hero-grid{padding-top:64px}}
@media(prefers-reduced-motion:reduce){html:has(.nexus-home-premium){scroll-behavior:auto}.nexus-home-premium .nx-home-hero:after,.nexus-home-premium .nx-home-hero:before{animation:none!important}}

/* Stronger, cleaner hero headline */
.nexus-home-premium .nx-home-copy h1{max-width:780px;font-family:'Poppins','Segoe UI',Arial,sans-serif;font-size:clamp(3.45rem,5.25vw,5.8rem);font-weight:700;line-height:.94;letter-spacing:-.058em}.nexus-home-premium .nx-home-copy h1 em{font-weight:700}
@media(max-width:860px){.nexus-home-premium .nx-home-copy h1{font-size:clamp(3.15rem,10vw,4.9rem);line-height:.96}}
@media(max-width:650px){.nexus-home-premium .nx-home-copy h1{font-size:clamp(2.75rem,13vw,4rem);line-height:.98;letter-spacing:-.05em}}

/* Hero composition based on the approved orbital reference */
body:has(.nexus-home-premium) .n4-public-header{background:linear-gradient(180deg,rgba(5,3,13,.7),rgba(5,3,13,.12) 72%,transparent)}
.nexus-home-premium .nx-home-hero{min-height:900px;background-image:linear-gradient(90deg,rgba(5,3,13,.88) 0%,rgba(5,3,13,.58) 37%,rgba(5,3,13,.06) 67%),url('../images/nexus/hero-premium-bg.png');background-position:center;background-size:cover;background-repeat:no-repeat}
.nexus-home-premium .nx-home-hero:before{inset:-2%;background-image:url('../images/nexus/hero-premium-bg.png');background-position:center;background-size:cover;mask-image:none;opacity:.22;animation:nx-hero-bg-breathe 15s ease-in-out infinite alternate;will-change:transform,opacity}
.nexus-home-premium .nx-home-hero:after{background:radial-gradient(circle at 67% 45%,rgba(145,44,244,.13),transparent 30%);filter:none;animation:nx-hero-light 7s ease-in-out infinite alternate}
.nexus-home-premium .nx-home-orb{display:none}.nexus-home-premium .nx-home-hero-grid{display:block;min-height:850px;padding:142px 0 112px}.nexus-home-premium .nx-home-copy{width:min(760px,55%);padding-left:36px}.nexus-home-premium .nx-home-copy:before{content:"";position:absolute;left:0;top:18px;width:2px;height:194px;background:linear-gradient(180deg,#ab5aff,rgba(137,49,232,.18));box-shadow:0 0 12px rgba(164,75,255,.42)}.nexus-home-premium .nx-home-copy:after{content:"";position:absolute;left:-5px;top:9px;width:11px;height:11px;border-radius:50%;background:#b064ff;box-shadow:0 0 14px #a247f7}
.nexus-home-premium .nx-home-copy h1{max-width:750px;margin:0 0 29px;padding:0 0 .08em;font-size:clamp(3.55rem,4.65vw,5.15rem);font-weight:700;line-height:.98;letter-spacing:-.05em;text-wrap:initial}.nexus-home-premium .nx-home-copy h1 em{font-weight:700;white-space:nowrap;background:linear-gradient(95deg,#e8d9ff 0%,#b671ff 48%,#8426ed 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.nexus-home-premium .nx-home-copy>p{max-width:680px;color:#c0b5c9;font-size:1.05rem;line-height:1.7}
.nexus-home-premium .nx-home-search{max-width:760px;min-height:74px;margin-top:38px;border-color:rgba(174,91,255,.46);border-radius:17px;background:rgba(13,8,25,.72);padding:8px 10px 8px 22px;box-shadow:0 0 0 1px rgba(134,50,230,.08),0 19px 45px rgba(0,0,0,.3),0 0 25px rgba(127,40,225,.1)}.nexus-home-premium .nx-home-search input{font-size:.93rem}.nexus-home-premium .nx-home-search button{min-height:56px;border-radius:12px;padding-inline:26px;background:linear-gradient(135deg,#a75bff,#7420e2);font-weight:600;box-shadow:0 10px 27px rgba(119,31,219,.32)}
.nexus-home-premium .nx-home-actions--reference{display:grid;grid-template-columns:auto auto auto;gap:0;align-items:center;margin-top:29px}.nexus-home-premium .nx-home-actions--reference>.nx-home-primary-cta{min-height:58px;border:1px solid rgba(188,114,255,.58);border-radius:12px;background:rgba(11,7,20,.7);padding-inline:27px;color:#fff;font-weight:600;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.nexus-home-premium .nx-home-feature{display:flex;min-height:58px;align-items:center;gap:13px;margin-left:20px;border-left:1px solid rgba(187,115,255,.22);padding-left:20px}.nexus-home-premium .nx-home-feature>span{display:grid;width:48px;height:48px;flex:0 0 48px;place-items:center;border:1px solid rgba(179,101,255,.25);border-radius:50%;background:linear-gradient(145deg,rgba(98,34,170,.55),rgba(31,14,57,.85));color:#c087fb;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.nexus-home-premium .nx-home-feature strong{color:#ede6f2;font-size:.75rem;font-weight:500;line-height:1.45}.nexus-home-premium .nx-home-hero-foot{background:linear-gradient(180deg,transparent,rgba(7,4,15,.58));backdrop-filter:none}.nexus-home-premium .nx-home-hero-foot>div{min-height:72px;color:#c2afcf;font-size:.68rem;font-weight:500;letter-spacing:.42em;text-transform:none}
@keyframes nx-hero-bg-breathe{from{opacity:.16;transform:scale(1.01) translate3d(-.4%,0,0)}to{opacity:.28;transform:scale(1.045) translate3d(.6%,-.5%,0)}}
@keyframes nx-hero-light{from{opacity:.48;transform:scale(.96)}to{opacity:1;transform:scale(1.05)}}
@media(max-width:1100px){.nexus-home-premium .nx-home-copy{width:65%}.nexus-home-premium .nx-home-copy h1 em{white-space:normal}.nexus-home-premium .nx-home-actions--reference{grid-template-columns:auto 1fr}.nexus-home-premium .nx-home-feature:last-child{display:none}}
@media(max-width:860px){.nexus-home-premium .nx-home-hero{min-height:auto;background-position:60% center}.nexus-home-premium .nx-home-hero-grid{min-height:800px;padding:128px 0 105px}.nexus-home-premium .nx-home-copy{width:min(680px,88%);padding-left:24px;text-align:left}.nexus-home-premium .nx-home-copy h1{margin-inline:0;font-size:clamp(3rem,9vw,4.5rem)}.nexus-home-premium .nx-home-copy:before{height:170px}.nexus-home-premium .nx-home-search{margin-inline:0}}
@media(max-width:650px){.nexus-home-premium .nx-home-hero{background-position:56% center}.nexus-home-premium .nx-home-hero-grid{min-height:760px;padding:105px 0 90px}.nexus-home-premium .nx-home-copy{width:100%;padding-left:18px}.nexus-home-premium .nx-home-copy h1{font-size:clamp(2.55rem,12vw,3.7rem);line-height:1.02}.nexus-home-premium .nx-home-copy>p br{display:none}.nexus-home-premium .nx-home-search{min-height:auto;padding:9px 12px}.nexus-home-premium .nx-home-actions--reference{grid-template-columns:1fr}.nexus-home-premium .nx-home-actions--reference>.nx-home-primary-cta{width:100%}.nexus-home-premium .nx-home-feature{display:none}.nexus-home-premium .nx-home-hero-foot>div{font-size:.58rem;letter-spacing:.25em}}
@media(prefers-reduced-motion:reduce){.nexus-home-premium .nx-home-hero:before,.nexus-home-premium .nx-home-hero:after{animation:none!important}}

/* Mascot restored over the orbital background */
.nexus-home-premium .nx-home-showcase--reference{position:absolute;right:5.5%;bottom:58px;z-index:3;width:min(560px,38vw);min-height:650px;display:grid;place-items:end center;pointer-events:none;transform:translate3d(var(--nx-pointer-x,0),calc(var(--nx-pointer-y,0) + var(--nx-scroll-shift,0px)),0);transition:transform .28s ease-out}.nexus-home-premium .nx-home-showcase--reference .nx-home-showcase-glow{position:absolute;left:50%;bottom:13%;width:400px;height:400px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(152,65,255,.29),rgba(99,28,190,.08) 48%,transparent 70%);filter:blur(24px);animation:nx-mascot-aura 5s ease-in-out infinite}.nexus-home-premium .nx-home-showcase--reference .nx-home-mascot{position:relative;z-index:2;width:min(540px,100%);max-height:690px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 35px 42px rgba(0,0,0,.48));animation:nx-mascot-orbital-float 5.8s ease-in-out infinite}
.nexus-home-premium .nx-home-hero{--nx-pointer-x:0px;--nx-pointer-y:0px;--nx-scroll-shift:0px}.nexus-home-premium .nx-home-hero:before{transform-origin:center;translate:var(--nx-bg-x,0px) var(--nx-bg-y,0px)}
@keyframes nx-mascot-orbital-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-13px) rotate(.45deg)}}@keyframes nx-mascot-aura{0%,100%{opacity:.7;transform:translateX(-50%) scale(.94)}50%{opacity:1;transform:translateX(-50%) scale(1.08)}}
@media(max-width:1200px){.nexus-home-premium .nx-home-showcase--reference{right:1%;width:40vw;opacity:.94}.nexus-home-premium .nx-home-copy{width:62%}}
@media(max-width:860px){.nexus-home-premium .nx-home-showcase--reference{right:-7%;bottom:48px;width:48vw;min-height:510px;opacity:.58}.nexus-home-premium .nx-home-copy{position:relative;z-index:5;width:82%}}
@media(max-width:650px){.nexus-home-premium .nx-home-showcase--reference{right:-21%;bottom:45px;width:74vw;min-height:430px;opacity:.3}.nexus-home-premium .nx-home-copy{width:100%}}
@media(prefers-reduced-motion:reduce){.nexus-home-premium .nx-home-showcase--reference,.nexus-home-premium .nx-home-showcase--reference .nx-home-mascot,.nexus-home-premium .nx-home-showcase--reference .nx-home-showcase-glow{animation:none!important;transform:none!important;transition:none!important}}

/* Mascot scale and placement matched to the approved reference */
.nexus-home-premium .nx-home-showcase--reference{right:7%;bottom:2px;width:690px;min-height:690px;place-items:end center}.nexus-home-premium .nx-home-showcase--reference .nx-home-mascot{width:690px;max-width:none;max-height:none}.nexus-home-premium .nx-home-showcase--reference .nx-home-showcase-glow{bottom:20%;width:500px;height:500px}
@media(max-width:1350px){.nexus-home-premium .nx-home-showcase--reference{right:2%;width:620px;min-height:620px}.nexus-home-premium .nx-home-showcase--reference .nx-home-mascot{width:620px}}
@media(max-width:1100px){.nexus-home-premium .nx-home-showcase--reference{right:-4%;width:550px;min-height:550px}.nexus-home-premium .nx-home-showcase--reference .nx-home-mascot{width:550px}}
@media(max-width:860px){.nexus-home-premium .nx-home-showcase--reference{right:-9%;bottom:2px;width:490px;min-height:490px}.nexus-home-premium .nx-home-showcase--reference .nx-home-mascot{width:490px}}
@media(max-width:650px){.nexus-home-premium .nx-home-showcase--reference{right:-24%;width:420px;min-height:420px}.nexus-home-premium .nx-home-showcase--reference .nx-home-mascot{width:420px}}

/* Anchor mascot to the viewport-facing top of the hero, as in the reference */
.nexus-home-premium .nx-home-showcase--reference{top:58px;right:7%;bottom:auto;min-height:690px;place-items:start center}.nexus-home-premium .nx-home-showcase--reference .nx-home-showcase-glow{top:16%;bottom:auto}
@media(max-width:1350px){.nexus-home-premium .nx-home-showcase--reference{top:78px;right:2%}}
@media(max-width:1100px){.nexus-home-premium .nx-home-showcase--reference{top:115px;right:-4%}}
@media(max-width:860px){.nexus-home-premium .nx-home-showcase--reference{top:210px;right:-9%}}
@media(max-width:650px){.nexus-home-premium .nx-home-showcase--reference{top:300px;right:-24%}}

/* Keep the mascot clear of the headline */
.nexus-home-premium .nx-home-showcase--reference{right:-1%}
@media(max-width:1350px){.nexus-home-premium .nx-home-showcase--reference{right:-6%}}
@media(max-width:1100px){.nexus-home-premium .nx-home-showcase--reference{right:-12%}}
@media(max-width:860px){.nexus-home-premium .nx-home-showcase--reference{right:-18%}}
@media(max-width:650px){.nexus-home-premium .nx-home-showcase--reference{right:-29%}}

.nexus-home-premium .nx-home-showcase--reference{right:-5%}
@media(max-width:1350px){.nexus-home-premium .nx-home-showcase--reference{right:-10%}}
@media(max-width:1100px){.nexus-home-premium .nx-home-showcase--reference{right:-16%}}
@media(max-width:860px){.nexus-home-premium .nx-home-showcase--reference{right:-22%}}
@media(max-width:650px){.nexus-home-premium .nx-home-showcase--reference{right:-33%}}

/* Keep mascot below the public navigation */
.nexus-home-premium .nx-home-showcase--reference{top:106px}
@media(max-width:1350px){.nexus-home-premium .nx-home-showcase--reference{top:112px}}
@media(max-width:1100px){.nexus-home-premium .nx-home-showcase--reference{top:128px}}
@media(max-width:860px){.nexus-home-premium .nx-home-showcase--reference{top:220px}}
@media(max-width:650px){.nexus-home-premium .nx-home-showcase--reference{top:310px}}

/* Mascot above the transparent navigation, without blocking menu clicks */
.nexus-home-premium .nx-home-showcase--reference{top:58px;z-index:90;pointer-events:none}
@media(max-width:1350px){.nexus-home-premium .nx-home-showcase--reference{top:78px}}
@media(max-width:1100px){.nexus-home-premium .nx-home-showcase--reference{top:115px}}
@media(max-width:860px){.nexus-home-premium .nx-home-showcase--reference{top:210px}}
@media(max-width:650px){.nexus-home-premium .nx-home-showcase--reference{top:300px}}

/* Borderless public navigation */
body:has(.nexus-home-premium) .n4-public-header,body:has(.nexus-home-premium) .n4-public-header.is-scrolled{border:0;border-bottom:0}
