:root{--v2-bg:#071012;--v2-deep:#030708;--v2-panel:#0d1a1e;--v2-panel2:#12262b;--v2-line:rgba(214,232,235,.16);--v2-line2:rgba(255,255,255,.25);--v2-text:#f5f8f7;--v2-muted:#aebdc0;--v2-soft:#d8e3e3;--v2-orange:#ff6a00;--v2-amber:#ff9d36;--v2-steel:#74858b;--v2-shadow:0 24px 80px rgba(0,0,0,.42);--v2-radius:22px;--v2-header:78px;--v2-container:min(1180px,calc(100vw - 40px));--v2-head:"Barlow Condensed","Arial Narrow",sans-serif;--v2-body:"Manrope",system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body.nexo-v2{margin:0;background:radial-gradient(circle at 15% 0%,rgba(255,106,0,.14),transparent 24rem),radial-gradient(circle at 82% 18%,rgba(118,145,150,.2),transparent 28rem),var(--v2-bg);color:var(--v2-text);font-family:var(--v2-body);font-size:16px;line-height:1.65;overflow-x:hidden}body.v2-lock{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.v2-sr-only,.v2-skip{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.v2-skip:focus{width:auto;height:auto;clip:auto;padding:10px 14px;margin:12px;z-index:9999;background:#fff;color:#061012;border-radius:999px}.v2-container{width:var(--v2-container);margin-inline:auto}main [id]{scroll-margin-top:100px}.v2-header{position:fixed;inset:0 0 auto;z-index:50;min-height:var(--v2-header);background:linear-gradient(180deg,rgba(3,7,8,.84),rgba(3,7,8,.46));border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px);transition:background .22s ease,min-height .22s ease}.v2-header.is-scrolled{background:rgba(3,7,8,.94);min-height:68px}.v2-header__inner{width:min(1240px,calc(100vw - 36px));min-height:inherit;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.v2-logo{display:inline-flex;align-items:center;min-height:48px;flex:0 0 auto}.v2-logo__image{display:block;width:158px;max-width:42vw;height:auto;filter:drop-shadow(0 12px 26px rgba(0,0,0,.32))}.v2-logo--footer .v2-logo__image{width:176px;max-width:100%}.v2-footer .v2-logo{display:inline-flex}.v2-nav{display:flex;align-items:center;gap:clamp(14px,2vw,28px);font-size:.92rem;font-weight:700;color:rgba(245,248,247,.86)}.v2-nav a{position:relative;padding:12px 0}.v2-nav a:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:var(--v2-orange);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.v2-nav a:hover:after,.v2-nav a:focus-visible:after{transform:scaleX(1)}.v2-header__actions{display:flex;align-items:center;gap:12px}.v2-menu-button{width:48px;height:48px;border:1px solid var(--v2-line);border-radius:14px;background:rgba(255,255,255,.04);display:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#fff;cursor:pointer}.v2-menu-button span:not(.v2-sr-only){width:20px;height:2px;border-radius:99px;background:currentColor}.v2-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border-radius:12px;border:1px solid transparent;font-size:.92rem;font-weight:800;letter-spacing:-.01em;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;cursor:pointer}.v2-btn:hover{transform:translateY(-2px)}.v2-btn:focus-visible{outline:3px solid rgba(255,157,54,.45);outline-offset:3px}.v2-btn--primary{background:linear-gradient(135deg,var(--v2-orange),#ff8d25);color:#fff;box-shadow:0 16px 38px rgba(255,106,0,.28)}.v2-btn--outline,.v2-btn--ghost{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.035)}.v2-btn--ghost{color:var(--v2-soft);border-color:rgba(255,255,255,.18)}.v2-btn--lg{min-height:56px;padding-inline:25px;border-radius:15px;font-size:1rem}.v2-btn--sm{min-height:44px;padding-inline:18px}.v2-btn--submit{width:100%;min-height:58px;font-size:1rem}.v2-menu{position:fixed;inset:0;z-index:70;pointer-events:none}.v2-menu.is-open{pointer-events:auto}.v2-menu__backdrop{position:absolute;inset:0;background:rgba(0,0,0,0);transition:background .22s ease}.v2-menu.is-open .v2-menu__backdrop{background:rgba(0,0,0,.58)}.v2-menu__panel{position:absolute;top:0;left:0;width:min(390px,92vw);height:100%;overflow-y:auto;padding:28px 26px;background:linear-gradient(180deg,rgba(8,18,22,.98),rgba(7,16,18,.98));border-right:1px solid var(--v2-line);box-shadow:var(--v2-shadow);transform:translateX(-104%);transition:transform .26s ease}.v2-menu.is-open .v2-menu__panel{transform:translateX(0)}.v2-menu__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.v2-menu__close{width:44px;height:44px;border-radius:14px;border:1px solid var(--v2-line);background:rgba(255,255,255,.04);color:#fff;font-size:1.8rem;cursor:pointer}.v2-menu__eyebrow,.v2-kicker{margin:0 0 12px;color:var(--v2-orange);text-transform:uppercase;font-size:.78rem;letter-spacing:.13em;font-weight:900}.v2-menu__section{padding:22px 0;border-top:1px solid var(--v2-line);display:grid;gap:10px}.v2-menu__section a{display:grid;gap:2px;padding:14px 12px;border-radius:14px;color:#fff;border:1px solid transparent}.v2-menu__section a:hover{border-color:rgba(255,106,0,.36);background:rgba(255,106,0,.08)}.v2-menu__section small,.v2-menu__contact{color:var(--v2-muted)}.v2-menu__services a{color:var(--v2-soft);padding-block:10px}.v2-menu__contact{padding-top:22px;border-top:1px solid var(--v2-line);display:grid;gap:12px}.v2-menu__contact div{display:grid;gap:2px}.v2-menu__contact strong{color:#fff}.v2-hero{min-height:740px;padding-top:var(--v2-header);position:relative;display:grid;align-items:center;overflow:hidden}.v2-hero__image,.v2-sector-card__photo,.v2-project-card__image{background-size:cover;background-position:center}.v2-hero__image{position:absolute;inset:0;background-image:url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=2200&q=84");filter:saturate(.95) contrast(1.08);transform:scale(1.02)}.v2-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,7,8,.96) 0%,rgba(3,7,8,.76) 42%,rgba(3,7,8,.18) 100%),linear-gradient(180deg,rgba(3,7,8,.2),rgba(3,7,8,.9))}.v2-hero__content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,760px) minmax(280px,360px);gap:clamp(28px,5vw,72px);align-items:end;padding-block:80px 76px}.v2-hero h1,.v2-section h2,.v2-capacity h2,.v2-quote h2,.v2-talent h2{margin:0;font-family:var(--v2-head);font-weight:800;line-height:.94;letter-spacing:-.03em;text-wrap:balance}.v2-hero h1{font-size:clamp(2.8rem,6vw,5.8rem);max-width:760px}.v2-hero__lead{margin:24px 0 0;max-width:590px;color:var(--v2-soft);font-size:clamp(1rem,1.25vw,1.18rem)}.v2-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.v2-hero__card{align-self:end;padding:28px;border-radius:var(--v2-radius);border:1px solid var(--v2-line2);background:linear-gradient(180deg,rgba(11,22,26,.82),rgba(8,17,19,.72));backdrop-filter:blur(14px);box-shadow:var(--v2-shadow)}.v2-hero__card span{display:block;width:68px;height:4px;border-radius:99px;background:var(--v2-orange);margin-bottom:18px}.v2-hero__card p{margin:0 0 18px;color:var(--v2-soft)}.v2-hero__card strong{font-family:var(--v2-head);font-size:2rem;line-height:1;display:block}.v2-stats{position:relative;z-index:2;margin-top:-58px}.v2-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--v2-line2);background:rgba(10,22,25,.88);backdrop-filter:blur(18px);border-radius:var(--v2-radius);overflow:hidden;box-shadow:var(--v2-shadow)}.v2-stat{padding:26px 24px;display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center;border-right:1px solid var(--v2-line)}.v2-stat:last-child{border-right:0}.v2-stat__icon,.v2-card-icon{width:38px;height:38px;border:2px solid var(--v2-orange);border-radius:12px;display:inline-block;position:relative}.v2-stat__icon:after,.v2-card-icon:after{content:"";position:absolute;inset:9px;border:2px solid rgba(255,255,255,.76);border-left:0;border-top:0;transform:rotate(45deg)}.v2-stat strong{font-family:var(--v2-head);font-size:clamp(2rem,3vw,3.15rem);line-height:.9;letter-spacing:-.03em}.v2-stat span:last-child{grid-column:2;color:var(--v2-muted);font-size:.86rem;margin-top:2px}.v2-section{padding:clamp(72px,8vw,118px) 0;position:relative}.v2-section--dark{background:linear-gradient(180deg,rgba(3,7,8,.18),rgba(255,255,255,.035));border-block:1px solid rgba(255,255,255,.08)}.v2-split{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(30px,6vw,86px);align-items:start}.v2-section__intro h2,.v2-section__heading h2,.v2-capacity h2,.v2-quote h2,.v2-talent h2{font-size:clamp(2.15rem,3.7vw,3.9rem)}.v2-section__intro p:not(.v2-kicker),.v2-section__heading p:not(.v2-kicker),.v2-capacity p,.v2-quote p,.v2-talent p{color:var(--v2-muted);max-width:680px}.v2-section__heading{margin-bottom:34px}.v2-section__heading--row{display:flex;justify-content:space-between;align-items:end;gap:24px}.v2-process{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.v2-process article,.v2-service-card,.v2-project-card,.v2-cert-strip article,.v2-form,.v2-quote__aside,.v2-talent__box{background:linear-gradient(180deg,rgba(18,38,43,.78),rgba(9,20,23,.76));border:1px solid var(--v2-line);border-radius:var(--v2-radius);box-shadow:0 16px 42px rgba(0,0,0,.22)}.v2-process article{padding:24px;min-height:178px}.v2-process span{color:var(--v2-orange);font-family:var(--v2-head);font-size:2.1rem;font-weight:800}.v2-process strong{display:block;margin:10px 0 8px;font-size:1.05rem}.v2-process p{margin:0;color:var(--v2-muted);font-size:.92rem}.v2-sector-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.v2-sector-card{min-height:240px;border-radius:var(--v2-radius);overflow:hidden;border:1px solid var(--v2-line);background:var(--v2-panel);position:relative}.v2-sector-card__photo{position:absolute;inset:0;opacity:.72;transition:transform .42s ease,opacity .24s ease}.v2-sector-card:hover .v2-sector-card__photo{transform:scale(1.06);opacity:.9}.v2-sector-card__photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(3,7,8,.94) 78%)}.v2-sector-card__photo--1{background-image:url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=80")}.v2-sector-card__photo--2{background-image:url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=900&q=80")}.v2-sector-card__photo--3{background-image:url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=900&q=80")}.v2-sector-card__photo--4{background-image:url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?auto=format&fit=crop&w=900&q=80")}.v2-sector-card__photo--5{background-image:url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=900&q=80")}.v2-sector-card__body{position:absolute;inset:auto 18px 18px}.v2-sector-card h3{margin:12px 0 4px;font-family:var(--v2-head);font-size:1.7rem;line-height:1}.v2-sector-card p{margin:0;color:var(--v2-soft);font-size:.86rem}.v2-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.v2-service-card{padding:26px;min-height:286px;display:flex;flex-direction:column}.v2-service-card__icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;border:1px solid rgba(255,106,0,.4);background:rgba(255,106,0,.08);color:var(--v2-orange);font-family:var(--v2-head);font-size:1.9rem;font-weight:800}.v2-service-card h3{margin:22px 0 10px;font-family:var(--v2-head);font-size:2rem;line-height:.96}.v2-service-card p{color:var(--v2-muted);margin:0 0 18px;font-size:.93rem}.v2-service-card a{margin-top:auto;color:var(--v2-orange);font-weight:900}.v2-capacity{padding:clamp(70px,8vw,108px) 0;background:linear-gradient(90deg,rgba(3,7,8,.96),rgba(3,7,8,.78)),url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1900&q=76") center/cover fixed;border-block:1px solid rgba(255,255,255,.1)}.v2-capacity__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(30px,5vw,70px);align-items:center}.v2-capacity__items{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.v2-capacity__items article{padding:24px;border-radius:16px;background:rgba(255,255,255,.055);border:1px solid var(--v2-line)}.v2-capacity__items strong{display:block;font-family:var(--v2-head);font-size:2rem;line-height:1}.v2-capacity__items span{color:var(--v2-muted);font-size:.9rem}.v2-filter-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.v2-filter-pills span{padding:9px 13px;border:1px solid var(--v2-line);border-radius:999px;color:var(--v2-soft);font-size:.84rem}.v2-filter-pills span:first-child{background:var(--v2-orange);border-color:var(--v2-orange);color:#fff}.v2-project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.v2-project-card{overflow:hidden}.v2-project-card__image{height:210px;background-color:var(--v2-panel2)}.v2-project-card__image--1{background-image:url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1000&q=80")}.v2-project-card__image--2{background-image:url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1000&q=80")}.v2-project-card__image--3{background-image:url("https://images.unsplash.com/photo-1494522855154-9297ac14b55f?auto=format&fit=crop&w=1000&q=80")}.v2-project-card__image--4{background-image:url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1000&q=80")}.v2-project-card__image--5{background-image:url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?auto=format&fit=crop&w=1000&q=80")}.v2-project-card__image--6{background-image:url("https://images.unsplash.com/photo-1587293852726-70cdb56c2866?auto=format&fit=crop&w=1000&q=80")}.v2-project-card__content{padding:22px}.v2-project-card__tags{display:flex;gap:8px;margin-bottom:14px}.v2-project-card__tags span{background:rgba(255,106,0,.15);border:1px solid rgba(255,106,0,.28);border-radius:999px;padding:5px 10px;font-size:.76rem;font-weight:900}.v2-project-card h3{margin:0 0 8px;font-family:var(--v2-head);font-size:2rem;line-height:1}.v2-project-card p{margin:0 0 18px;color:var(--v2-muted);font-size:.92rem}.v2-project-card dl{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0}.v2-project-card dt{color:var(--v2-steel);font-size:.62rem;text-transform:uppercase;font-weight:900;letter-spacing:.08em}.v2-project-card dd{margin:0;font-size:.83rem;font-weight:800}.v2-cert-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.v2-cert-strip article{padding:24px;min-height:170px}.v2-cert-strip span{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;border:1px solid var(--v2-line2);color:var(--v2-orange);font-family:var(--v2-head);font-size:1.5rem;font-weight:800;margin-bottom:18px}.v2-cert-strip strong{display:block;font-family:var(--v2-head);font-size:1.7rem;line-height:1}.v2-cert-strip p{margin:8px 0 0;color:var(--v2-muted);font-size:.9rem}.v2-quote{padding:clamp(78px,8vw,118px) 0;background:radial-gradient(circle at 20% 0%,rgba(255,106,0,.14),transparent 30rem),linear-gradient(180deg,rgba(255,255,255,.035),rgba(3,7,8,.1))}.v2-quote__grid{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1fr);gap:18px;align-items:stretch}.v2-quote__aside{padding:clamp(26px,4vw,38px);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.v2-quote__aside:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(0deg,rgba(3,7,8,.2),transparent),url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=78") center/cover;opacity:.42}.v2-contact-list{position:relative;z-index:1;display:grid;gap:12px;margin-top:28px}.v2-contact-list div{padding:16px;border-radius:14px;border:1px solid var(--v2-line);background:rgba(255,255,255,.045);display:grid}.v2-contact-list span{color:var(--v2-muted);font-size:.92rem}.v2-form{padding:clamp(24px,4vw,38px)}.v2-form__heading h3{margin:0;font-family:var(--v2-head);font-size:clamp(2rem,3vw,3rem);line-height:1}.v2-form__heading p{margin:8px 0 24px;color:var(--v2-muted)}.v2-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.v2-form label{display:grid;gap:7px;font-size:.86rem;font-weight:800}.v2-form input,.v2-form select,.v2-form textarea{width:100%;color:#fff;min-height:48px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(3,7,8,.45);padding:12px 14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.v2-form textarea{resize:vertical;min-height:126px}.v2-form select{color-scheme:dark}.v2-form input::placeholder,.v2-form textarea::placeholder{color:#77898e}.v2-form input:focus,.v2-form select:focus,.v2-form textarea:focus{border-color:rgba(255,106,0,.72);box-shadow:0 0 0 4px rgba(255,106,0,.12);background:rgba(3,7,8,.62)}.v2-form__full{grid-column:1/-1}.v2-form__upload{min-height:92px;border:1px dashed rgba(255,255,255,.22);border-radius:14px;padding:16px;background:rgba(255,255,255,.035);cursor:pointer}.v2-form__upload input{position:absolute;inline-size:1px;block-size:1px;opacity:0;overflow:hidden}.v2-form__upload span{display:flex;align-items:center;justify-content:center;min-height:58px;border-radius:12px;background:rgba(255,255,255,.045);color:var(--v2-muted);font-weight:700;text-align:center}.v2-form__privacy{margin:18px 0;display:flex;align-items:flex-start;gap:10px;color:var(--v2-muted);font-weight:600}.v2-form__privacy input{width:22px;min-height:22px;margin-top:2px;accent-color:var(--v2-orange)}.v2-form__privacy a{color:var(--v2-orange);font-weight:900}.v2-form__secure{text-align:center;color:var(--v2-muted);font-size:.82rem;margin:12px 0 0}.v2-talent{padding:0 0 clamp(78px,8vw,118px)}.v2-talent__box{padding:clamp(26px,4vw,40px);display:flex;align-items:center;justify-content:space-between;gap:24px}.v2-talent__box p{margin-bottom:0}.v2-footer{border-top:1px solid var(--v2-line);background:var(--v2-deep);padding:48px 0 28px}.v2-footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:34px}.v2-footer h3{margin:0 0 12px;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase}.v2-footer p,.v2-footer a{color:var(--v2-muted);font-size:.92rem}.v2-footer a{display:block;margin:6px 0}.v2-logo--footer{margin-bottom:12px}.v2-footer__bottom{margin-top:34px;padding-top:20px;border-top:1px solid var(--v2-line);display:flex;justify-content:space-between;gap:16px;color:var(--v2-steel);font-size:.82rem}@media (max-width:1100px){.v2-nav{display:none}.v2-menu-button{display:inline-flex}.v2-hero__content{grid-template-columns:1fr}.v2-hero__card{max-width:420px}.v2-stats__grid{grid-template-columns:repeat(2,1fr)}.v2-stat:nth-child(2){border-right:0}.v2-stat:nth-child(-n+2){border-bottom:1px solid var(--v2-line)}.v2-sector-grid{grid-template-columns:repeat(3,1fr)}.v2-service-grid,.v2-project-grid,.v2-cert-strip{grid-template-columns:repeat(2,1fr)}.v2-quote__grid,.v2-capacity__grid,.v2-split{grid-template-columns:1fr}.v2-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){:root{--v2-container:min(100vw - 28px,520px);--v2-header:68px}body.nexo-v2{font-size:15.5px}.v2-header__inner{width:min(100vw - 24px,520px)}.v2-header .v2-btn--sm{display:none}.v2-logo__image{width:144px;max-width:52vw}.v2-logo--footer .v2-logo__image{width:164px}.v2-menu__top .v2-logo__image{width:156px}.v2-hero{min-height:690px}.v2-hero__overlay{background:linear-gradient(180deg,rgba(3,7,8,.62),rgba(3,7,8,.98)),linear-gradient(90deg,rgba(3,7,8,.86),rgba(3,7,8,.26))}.v2-hero__content{padding-block:58px 88px}.v2-hero h1{font-size:clamp(3.15rem,16vw,4.2rem)}.v2-hero__lead{font-size:1rem}.v2-hero__actions,.v2-talent__box,.v2-section__heading--row{align-items:stretch;flex-direction:column}.v2-btn{width:100%}.v2-stats{margin-top:-42px}.v2-stats__grid,.v2-process,.v2-sector-grid,.v2-service-grid,.v2-project-grid,.v2-cert-strip,.v2-capacity__items,.v2-form__grid,.v2-footer__grid{grid-template-columns:1fr}.v2-stat,.v2-stat:nth-child(2),.v2-stat:nth-child(-n+2){border-right:0;border-bottom:1px solid var(--v2-line)}.v2-stat:last-child{border-bottom:0}.v2-section{padding-block:66px}.v2-section__intro h2,.v2-section__heading h2,.v2-capacity h2,.v2-quote h2,.v2-talent h2{font-size:clamp(2.05rem,10vw,2.8rem)}.v2-sector-card{min-height:230px}.v2-service-card{min-height:auto}.v2-project-card dl{grid-template-columns:1fr}.v2-quote__aside:after{height:32%}.v2-footer__bottom{flex-direction:column}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms;animation-iteration-count:1;scroll-behavior:auto;transition-duration:.001ms}}


/* NEXOACERO unified internal pages, 2026-06-26 */
:root{
  --nexo-bg:var(--v2-bg);--nexo-bg-alt:var(--v2-deep);--nexo-surface:var(--v2-panel);--nexo-surface-hover:var(--v2-panel2);--nexo-border:var(--v2-line);--nexo-text:var(--v2-text);--nexo-text-muted:var(--v2-muted);--nexo-accent:var(--v2-orange);--nexo-accent-dark:#d95600;--nexo-steel:var(--v2-steel);
  --space-xs:.35rem;--space-sm:.65rem;--space-md:1rem;--space-lg:1.45rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4.5rem;
}
body.nexo-v2.nexo-page main#contenido{min-height:62vh}.nexo-container{width:var(--v2-container);margin-inline:auto}.nexo-page-header{position:relative;overflow:hidden;padding:calc(var(--v2-header) + 76px) 0 72px;background:linear-gradient(90deg,rgba(3,7,8,.96),rgba(3,7,8,.72)),url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1900&q=80") center/cover;border-bottom:1px solid var(--v2-line)}.nexo-page-header:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,var(--v2-orange),transparent)}.nexo-page-header__title{position:relative;z-index:1;max-width:900px;margin:0;font-family:var(--v2-head);font-size:clamp(2.5rem,5vw,5rem);line-height:.92;letter-spacing:-.035em;text-wrap:balance}.nexo-page-header__subtitle{position:relative;z-index:1;max-width:720px;margin:20px 0 0;color:var(--v2-soft);font-size:clamp(1rem,1.35vw,1.22rem)}.nexo-section{padding:clamp(64px,7vw,104px) 0}.nexo-section--alt{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(3,7,8,.1));border-block:1px solid var(--v2-line)}.nexo-section__title,.nexo-detail h2{margin:0 0 16px;font-family:var(--v2-head);font-size:clamp(2.05rem,3.2vw,3.6rem);line-height:.96;letter-spacing:-.025em}.nexo-section__subtitle{color:var(--v2-muted);max-width:680px;margin:0 auto}.nexo-grid{display:grid;gap:18px}.nexo-grid--2{grid-template-columns:repeat(2,1fr)}.nexo-grid--3{grid-template-columns:repeat(3,1fr)}.nexo-grid--4{grid-template-columns:repeat(4,1fr)}.nexo-card,.nexo-project-card,.nexo-job-card,.nexo-cert-card,.nexo-news-card,.nexo-detail,.nexo-stat-card,.nexo-machinery-category,.nexo-legal{background:linear-gradient(180deg,rgba(18,38,43,.78),rgba(9,20,23,.76));border:1px solid var(--v2-line);border-radius:var(--v2-radius);box-shadow:0 18px 48px rgba(0,0,0,.24)}.nexo-card,.nexo-job-card,.nexo-cert-card,.nexo-news-card,.nexo-detail,.nexo-machinery-category,.nexo-legal{padding:clamp(24px,3vw,36px)}.nexo-card{min-height:270px;display:flex;flex-direction:column}.nexo-card__icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;border:1px solid rgba(255,106,0,.4);background:rgba(255,106,0,.08);font-size:1.8rem}.nexo-card__title,.nexo-project-card__title,.nexo-job-card__title,.nexo-cert-card__title,.nexo-news-card__title,.nexo-machinery-category__title{margin:20px 0 10px;font-family:var(--v2-head);font-size:clamp(1.65rem,2.1vw,2.15rem);line-height:.98}.nexo-card__text,.nexo-project-card__desc,.nexo-news-card__excerpt,.nexo-detail p,.nexo-detail li,.nexo-legal p,.nexo-legal li{color:var(--v2-muted)}.nexo-card__link,.nexo-news-card a,.nexo-project-card__title a,.nexo-job-card__title a{color:var(--v2-orange);font-weight:900}.nexo-card__link{margin-top:auto}.nexo-btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border-radius:12px;border:1px solid transparent;font-size:.92rem;font-weight:800;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.nexo-btn:hover{transform:translateY(-2px)}.nexo-btn--primary{background:linear-gradient(135deg,var(--v2-orange),#ff8d25);color:#fff;box-shadow:0 16px 38px rgba(255,106,0,.28)}.nexo-btn--outline{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.035)}.nexo-btn--lg{min-height:56px;padding-inline:25px}.nexo-btn--sm{min-height:40px;padding-inline:16px}.nexo-filters{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:32px}.nexo-filter-btn,.nexo-tag{display:inline-flex;align-items:center;min-height:36px;padding:7px 13px;border:1px solid var(--v2-line);border-radius:999px;color:var(--v2-soft);font-size:.84rem;font-weight:800}.nexo-filter-btn--active,.nexo-filter-btn:hover{background:var(--v2-orange);border-color:var(--v2-orange);color:#fff}.nexo-tag{background:rgba(255,106,0,.14);border-color:rgba(255,106,0,.28)}.nexo-tag--steel{background:rgba(116,133,139,.16);border-color:rgba(116,133,139,.35)}.nexo-project-card{overflow:hidden}.nexo-project-card__img{height:210px;background-size:cover;background-position:center;background-image:linear-gradient(135deg,rgba(255,106,0,.25),rgba(18,38,43,.8)),url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=78")!important}.nexo-project-card__body{padding:24px}.nexo-project-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.nexo-project-card__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.nexo-project-card__stat{padding:12px;border-radius:12px;background:rgba(255,255,255,.045);border:1px solid var(--v2-line);font-size:.85rem;color:var(--v2-soft)}.nexo-stat-card{padding:24px;text-align:center}.nexo-stat-card__value{font-family:var(--v2-head);font-size:clamp(2.2rem,3vw,3.2rem);line-height:.9;color:#fff}.nexo-stat-card__label{margin-top:8px;color:var(--v2-muted);font-weight:800}.nexo-contact-grid{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1fr);gap:24px;align-items:start}.nexo-contact-info{display:grid;gap:12px}.nexo-contact-item{display:flex;gap:14px;padding:16px;border-radius:16px;border:1px solid var(--v2-line);background:rgba(255,255,255,.045)}.nexo-contact-item__icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,106,0,.1);border:1px solid rgba(255,106,0,.28)}.nexo-contact-item__label{color:var(--v2-muted);font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.nexo-contact-item__value,.nexo-contact-item__value a{color:#fff;font-weight:800}.nexo-map-embed{margin-top:20px;border-radius:var(--v2-radius);overflow:hidden;border:1px solid var(--v2-line);min-height:280px;background:var(--v2-panel)}.nexo-map-embed iframe{width:100%;height:320px;border:0;display:block;filter:saturate(.75) contrast(1.05)}.nexo-form{display:grid;gap:16px}.nexo-form__row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.nexo-form__group{display:grid;gap:7px}.nexo-form__label{font-size:.86rem;font-weight:900;color:#fff}.nexo-form input,.nexo-form select,.nexo-form textarea{width:100%;min-height:48px;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(3,7,8,.45);padding:12px 14px;outline:none}.nexo-form textarea{min-height:126px;resize:vertical}.nexo-form select{color-scheme:dark}.nexo-form input:focus,.nexo-form select:focus,.nexo-form textarea:focus{border-color:rgba(255,106,0,.72);box-shadow:0 0 0 4px rgba(255,106,0,.12)}.nexo-form__file-label{display:block;padding:16px;border:1px dashed rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.035);color:var(--v2-muted);text-align:center}.nexo-form__checkbox{display:flex;align-items:flex-start;gap:10px;color:var(--v2-muted)}.nexo-form__checkbox input{width:22px;min-height:22px;accent-color:var(--v2-orange)}.nexo-form__error{color:#ffb48a;font-size:.82rem}.nexo-alert{padding:16px 18px;border-radius:14px;border:1px solid var(--v2-line);background:rgba(255,255,255,.045);margin-bottom:18px}.nexo-alert--success{border-color:rgba(48,209,88,.35);background:rgba(48,209,88,.08);color:#d7ffe2}.nexo-breadcrumb{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px;color:var(--v2-muted);font-size:.9rem}.nexo-breadcrumb a{color:var(--v2-orange);font-weight:900}.nexo-breadcrumb__current{color:#fff}.nexo-job-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0;color:var(--v2-muted);font-size:.9rem}.nexo-job-card__salary{color:var(--v2-orange);font-weight:900;margin:14px 0}.nexo-cert-card__badge{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--v2-line2);color:var(--v2-orange);font-family:var(--v2-head);font-size:1.5rem;font-weight:800;margin-bottom:18px}.nexo-cert-card__issuer,.nexo-cert-card__dates,.nexo-news-card__date{color:var(--v2-muted);font-size:.9rem}.nexo-machinery-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:16px}.nexo-machinery-table th,.nexo-machinery-table td{padding:14px 16px;border-bottom:1px solid var(--v2-line);text-align:left}.nexo-machinery-table th{color:#fff;background:rgba(255,255,255,.055)}.nexo-machinery-table td{color:var(--v2-muted)}.nexo-legal{max-width:900px;margin-inline:auto}.nexo-legal h2,.nexo-legal h3{font-family:var(--v2-head);letter-spacing:-.02em}.nexo-detail ul,.nexo-legal ul{padding-left:1.2rem}.nexo-detail strong{color:#fff}.nexo-animate-in{animation:nexoFadeUp .45s ease both}@keyframes nexoFadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.nexo-grid--3,.nexo-grid--4{grid-template-columns:repeat(2,1fr)}.nexo-contact-grid{grid-template-columns:1fr}}
@media(max-width:720px){.nexo-page-header{padding:calc(var(--v2-header) + 54px) 0 52px}.nexo-grid--2,.nexo-grid--3,.nexo-grid--4,.nexo-form__row,.nexo-project-card__stats{grid-template-columns:1fr}.nexo-section{padding-block:58px}.nexo-card,.nexo-job-card,.nexo-cert-card,.nexo-news-card,.nexo-detail,.nexo-machinery-category,.nexo-legal{padding:22px}.nexo-machinery-table{display:block;overflow-x:auto}.nexo-btn{width:100%}.nexo-page-header__title{font-size:clamp(2.35rem,13vw,3.45rem)}}

/* NEXOACERO · floating WhatsApp contact */
.nexo-whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 85;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #063f20;
  background: linear-gradient(135deg, #2ce573, #13b951);
  box-shadow: 0 18px 46px rgba(0,0,0,.32), 0 12px 30px rgba(19,185,81,.24);
  font-size: .92rem;
  font-weight: 900;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease;
}

.nexo-whatsapp-float:hover,
.nexo-whatsapp-float:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(0,0,0,.36), 0 16px 36px rgba(19,185,81,.32);
}

.nexo-whatsapp-float:focus-visible {
  outline: 3px solid rgba(255,255,255,.62);
  outline-offset: 4px;
}

.nexo-whatsapp-float__icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #13b951;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(6,63,32,.12);
}

.nexo-whatsapp-float__icon::before {
  content: "☎";
  display: block;
  font-size: 17px;
  line-height: 1;
  transform: rotate(-18deg);
}

.nexo-whatsapp-float__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}

body.nexo-candidate-dashboard-page .nexo-whatsapp-float {
  display: none;
}

@media(max-width:720px){
  .v2-hero__card {
    padding-right: 86px;
  }

  .nexo-whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-height: 58px;
  }

  body.nexo-talent-auth-page .nexo-whatsapp-float {
    top: 10px;
    right: 76px;
    bottom: auto;
    width: 48px;
    height: 48px;
    min-height: 48px;
  }

  body.nexo-talent-auth-page .nexo-whatsapp-float__icon {
    width: 26px;
    height: 26px;
  }
}

/* NEXOACERO · talento y apoyo humanitario */
.v2-btn--solidarity{background:linear-gradient(135deg,#ffd166,#ff7a00);color:#101010;box-shadow:0 16px 38px rgba(255,122,0,.25);border-color:rgba(255,209,102,.42)}
.v2-btn--solidarity:hover{box-shadow:0 20px 46px rgba(255,122,0,.34)}
.v2-relief{position:relative;z-index:3;margin-top:22px;padding:0 0 22px}.v2-relief__box{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px 24px;border:1px solid rgba(255,209,102,.34);border-radius:var(--v2-radius);background:linear-gradient(135deg,rgba(255,209,102,.13),rgba(255,106,0,.08)),rgba(10,22,25,.9);box-shadow:0 18px 48px rgba(0,0,0,.24)}.v2-relief h2{margin:0;font-family:var(--v2-head);font-size:clamp(1.7rem,2.6vw,2.7rem);line-height:1;letter-spacing:-.02em}.v2-relief p:not(.v2-kicker){margin:8px 0 0;color:var(--v2-soft);max-width:680px}.nexo-jobs-eyebrow{margin:0 0 14px;color:var(--v2-orange);text-transform:uppercase;font-size:.78rem;letter-spacing:.13em;font-weight:900}.nexo-jobs-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.nexo-jobs-intro__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.nexo-jobs-intro__grid article,.nexo-jobs-note,.nexo-job-facts div{background:linear-gradient(180deg,rgba(18,38,43,.78),rgba(9,20,23,.76));border:1px solid var(--v2-line);border-radius:var(--v2-radius);box-shadow:0 18px 48px rgba(0,0,0,.2)}.nexo-jobs-intro__grid article{padding:26px}.nexo-jobs-intro__grid span{color:var(--v2-orange);font-family:var(--v2-head);font-size:2.2rem;font-weight:800}.nexo-jobs-intro__grid h2{margin:10px 0 8px;font-family:var(--v2-head);font-size:2rem;line-height:1}.nexo-jobs-intro__grid p{margin:0;color:var(--v2-muted)}.nexo-jobs-note{margin-top:16px;padding:18px 20px;color:var(--v2-soft)}.nexo-jobs-note a{color:var(--v2-orange);font-weight:900}.nexo-section-headline{max-width:780px;margin:0 auto 28px;text-align:center}.nexo-section-headline h2{margin:0;font-family:var(--v2-head);font-size:clamp(2.1rem,3.5vw,3.6rem);line-height:.98;letter-spacing:-.025em}.nexo-section-headline p:not(.nexo-jobs-eyebrow){color:var(--v2-muted)}.nexo-job-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.nexo-job-card__topline span{display:inline-flex;align-items:center;min-height:30px;padding:5px 11px;border-radius:999px;background:rgba(255,106,0,.14);border:1px solid rgba(255,106,0,.28);font-size:.76rem;font-weight:900;color:#fff}.nexo-job-card__topline small{color:var(--v2-muted);font-weight:800}.nexo-job-card__shift{margin:0 0 18px;color:var(--v2-muted);font-size:.92rem}.nexo-jobs-empty{grid-column:1/-1;text-align:center;padding:var(--space-2xl);color:var(--v2-muted)}.nexo-jobs-empty a{color:var(--v2-orange);font-weight:900}.nexo-job-detail-summary{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.nexo-job-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0 30px}.nexo-job-facts div{padding:16px;display:grid;gap:4px}.nexo-job-facts strong{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--v2-steel)}.nexo-job-facts span{color:#fff;font-weight:800}.nexo-jobs-note--detail{margin:28px 0 0}.nexo-form__secure{margin:10px 0 0;color:var(--v2-muted);font-size:.82rem;text-align:center}
@media(max-width:1100px){.v2-header__actions .v2-btn--solidarity.v2-btn--sm{display:none}.nexo-jobs-intro__grid{grid-template-columns:1fr}.v2-relief__box{align-items:stretch;flex-direction:column}}
@media(max-width:720px){.nexo-jobs-hero__actions{flex-direction:column}.nexo-job-facts{grid-template-columns:1fr}.nexo-job-card__topline{align-items:flex-start;flex-direction:column}.v2-relief{margin-top:14px}.v2-relief__box{padding:20px}.v2-relief .v2-btn{width:100%}}

/* NEXOACERO · responsive polish and talent portal */
.v2-btn,
.nexo-btn,
.talent-submit,
.talent-secondary-link,
.talent-panel-btn {
  max-width: 100%;
  min-width: 0;
  text-align: center;
  line-height: 1.18;
  white-space: normal;
}

.v2-header__actions {
  min-width: 0;
}

.v2-header .v2-btn--sm {
  padding: 8px 15px;
}

.v2-menu__contact .v2-btn {
  width: 100%;
}

.v2-footer .v2-footer__legal {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.v2-footer .v2-footer__legal a {
  display: inline !important;
  margin: 0 !important;
}

.nexo-card,
.nexo-project-card,
.nexo-job-card,
.nexo-cert-card,
.nexo-news-card,
.nexo-detail,
.nexo-contact-item,
.nexo-project-card__stat,
.v2-service-card,
.v2-project-card,
.v2-stat,
.v2-form,
.v2-quote__aside {
  min-width: 0;
  overflow-wrap: anywhere;
}

.nexo-job-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nexo-job-card__header {
  display: grid;
  gap: 8px;
}

.nexo-job-card .nexo-btn {
  align-self: flex-start;
  margin-top: auto;
}

.nexo-job-card__meta-item {
  display: inline-flex;
  gap: 4px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.nexo-job-card__meta-item strong {
  color: var(--v2-soft);
}

.nexo-job-card__meta-item strong::after {
  content: ":";
}

.nexo-form__file-label input,
.v2-form__upload input {
  max-width: 100%;
}

.talent-auth {
  position: relative;
  overflow: hidden;
  padding: calc(var(--v2-header) + clamp(34px, 5vw, 72px)) 0 clamp(54px, 6vw, 88px);
  background:
    linear-gradient(115deg, rgba(255,106,0,.13), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(157,182,191,.18), transparent 30%),
    linear-gradient(180deg, #041010 0%, var(--v2-bg) 48%, #091416 100%);
}

.talent-auth::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.talent-auth__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, .82fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
}

.talent-auth__copy {
  position: relative;
  min-width: 0;
}

.talent-auth__copy::after {
  content: "CANDIDATE OPS";
  position: absolute;
  right: 0;
  top: -40px;
  z-index: -1;
  color: rgba(255,255,255,.055);
  font-family: var(--v2-head);
  font-size: clamp(52px, 9vw, 112px);
  font-weight: 800;
  line-height: 1;
}

.talent-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--v2-steel);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.talent-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  background: var(--v2-orange);
  box-shadow: 18px 0 0 rgba(255,106,0,.35);
}

.talent-auth h1,
.talent-panel h1,
.talent-profile-card h1 {
  margin: 0;
  max-width: 760px;
  font-family: var(--v2-head);
  font-size: clamp(2.7rem, 5.4vw, 5.1rem);
  line-height: .92;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.talent-lead,
.talent-panel-hero__main p,
.talent-profile-card p {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--v2-soft);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

.talent-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  max-width: 640px;
  margin-top: 28px;
  padding: 16px 18px;
  color: #f6f7f2;
  background: rgba(255,106,0,.11);
  border: 1px solid rgba(255,155,61,.34);
  border-radius: 10px;
}

.talent-notice span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,106,0,.18);
  color: var(--v2-amber);
  font-weight: 900;
}

.talent-notice p {
  margin: 0;
}

.talent-notice strong {
  color: var(--v2-amber);
}

.talent-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: var(--v2-line);
}

.talent-process article {
  min-height: 108px;
  padding: 18px;
  background: rgba(11,31,35,.82);
}

.talent-process strong {
  display: block;
  color: var(--v2-amber);
  font-family: var(--v2-head);
  font-size: 1.7rem;
  line-height: 1;
}

.talent-process span {
  display: block;
  margin-top: 8px;
  color: var(--v2-muted);
  font-size: .9rem;
  line-height: 1.4;
}

.talent-auth-card,
.talent-panel-block,
.talent-candidate-card,
.talent-panel-hero {
  border: 1px solid rgba(211,232,236,.22);
  background:
    linear-gradient(150deg, rgba(255,255,255,.08), transparent 36%),
    linear-gradient(180deg, rgba(20,47,54,.96), rgba(8,22,25,.98));
  box-shadow: 0 30px 80px rgba(0,0,0,.38);
}

.talent-auth-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.talent-auth-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--v2-orange), var(--v2-steel));
}

.talent-auth-card__system,
.talent-auth-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 28px;
  color: #8fa4a8;
  background: rgba(4,14,15,.38);
  border-bottom: 1px solid var(--v2-line);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.talent-auth-card__system span:last-child {
  color: var(--v2-amber);
}

.talent-auth-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 28px 18px;
}

.talent-auth-card__head h2,
.talent-panel-block h2,
.talent-candidate-card h2 {
  margin: 0;
  font-family: var(--v2-head);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: .98;
}

.talent-auth-card__head p {
  margin: 8px 0 0;
  color: var(--v2-muted);
  line-height: 1.45;
}

.talent-brand-mark,
.talent-panel__brand span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #071012;
  background: var(--v2-text);
  border-radius: 8px;
  font-family: var(--v2-head);
  font-weight: 900;
}

.talent-brand-mark {
  width: 48px;
  height: 48px;
  font-size: 24px;
}

.talent-alert {
  margin: 0 28px 16px;
  padding: 13px 15px;
  border-radius: 10px;
  border: 1px solid var(--v2-line);
  background: rgba(255,255,255,.045);
  color: var(--v2-soft);
}

.talent-alert p {
  margin: 0;
}

.talent-alert p + p {
  margin-top: 6px;
}

.talent-alert--error {
  border-color: rgba(255,117,94,.42);
  background: rgba(255,117,94,.1);
  color: #ffd6cf;
}

.talent-alert--success {
  border-color: rgba(100,214,167,.36);
  background: rgba(100,214,167,.1);
  color: #d8f6e9;
}

.talent-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 28px 18px;
}

.talent-auth-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--v2-line);
  border-radius: 8px;
  color: var(--v2-muted);
  font-weight: 900;
}

.talent-auth-tabs a.is-active {
  color: #071012;
  background: var(--v2-text);
  border-color: var(--v2-text);
}

.talent-form {
  display: grid;
  gap: 16px;
  padding: 0 28px 28px;
}

.talent-form label {
  display: grid;
  gap: 8px;
  color: #e7f0ef;
  font-size: 13px;
  font-weight: 900;
}

.talent-form input,
.talent-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  color: var(--v2-text);
  background: rgba(5,16,18,.7);
  border: 1px solid rgba(205,230,235,.24);
  border-radius: 8px;
  outline: none;
}

.talent-form input:focus,
.talent-form select:focus {
  border-color: var(--v2-amber);
  box-shadow: 0 0 0 4px rgba(255,106,0,.14);
  background: rgba(5,16,18,.92);
}

.talent-form select option {
  color: #071012;
  background: #f5f8f7;
}

.talent-area-picker {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 8px;
}

.talent-area-picker legend {
  padding: 0;
  color: #e7f0ef;
  font-size: 13px;
  font-weight: 900;
}

.talent-area-picker__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.talent-form .talent-area-option {
  position: relative;
  display: block;
  min-width: 0;
  gap: 0;
  cursor: pointer;
}

.talent-area-option input {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1px;
  min-height: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.talent-area-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 10px;
  overflow: hidden;
  border: 1px solid rgba(205,230,235,.2);
  border-radius: 8px;
  color: var(--v2-soft);
  background: rgba(5,16,18,.68);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.talent-area-option:hover span {
  border-color: rgba(255,157,54,.42);
  color: #fff;
  background: rgba(255,106,0,.09);
}

.talent-area-option input:focus-visible + span {
  outline: 3px solid rgba(255,157,54,.42);
  outline-offset: 2px;
}

.talent-area-option input:checked + span {
  color: #071012;
  border-color: var(--v2-amber);
  background: linear-gradient(135deg, #fff4e3, #ffb15a);
  box-shadow: 0 12px 28px rgba(255,106,0,.18);
}

.talent-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.talent-helper-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #8fa4a8;
  font-size: 13px;
}

.talent-check {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px !important;
}

.talent-check input {
  width: 16px;
  min-height: 16px;
  accent-color: var(--v2-orange);
}

.talent-helper-row a {
  color: var(--v2-amber);
  font-weight: 800;
}

.talent-submit,
.talent-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 900;
}

.talent-submit {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--v2-orange), #ff7d18);
  box-shadow: 0 18px 36px rgba(255,106,0,.22);
  cursor: pointer;
}

.talent-secondary-link {
  border: 1px solid rgba(211,232,236,.3);
  color: var(--v2-text);
}

.talent-auth-card__foot {
  flex-wrap: wrap;
  border-top: 1px solid var(--v2-line);
  border-bottom: 0;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.talent-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d8f6e9;
  font-weight: 800;
}

.talent-status-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #64d6a7;
  box-shadow: 0 0 0 5px rgba(100,214,167,.12);
}

.talent-panel {
  padding: calc(var(--v2-header) + clamp(26px, 4vw, 48px)) 0 clamp(48px, 6vw, 78px);
  background:
    linear-gradient(125deg, rgba(255,106,0,.1), transparent 26%),
    linear-gradient(180deg, #041010, var(--v2-bg));
}

.talent-panel--compact {
  min-height: 72vh;
  display: grid;
  align-items: center;
}

.talent-panel__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.talent-panel__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.talent-panel__brand span {
  width: 42px;
  height: 42px;
}

.talent-panel__actions,
.talent-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.talent-panel-btn {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(211,232,236,.3);
  color: var(--v2-text);
  font-weight: 900;
}

.talent-panel-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--v2-line);
}

.talent-panel-hero__main,
.talent-candidate-card {
  padding: clamp(24px, 4vw, 42px);
  box-shadow: none;
}

.talent-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.talent-metric-grid article {
  min-height: 94px;
  padding: 16px;
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  background: rgba(4,14,15,.42);
}

.talent-metric-grid strong {
  display: block;
  color: var(--v2-text);
  font-size: 1.75rem;
  line-height: 1;
}

.talent-metric-grid span,
.talent-status-list,
.talent-steps,
.talent-panel-job,
.talent-panel-block p {
  color: var(--v2-muted);
}

.talent-status-list,
.talent-steps {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.talent-status-list li,
.talent-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
}

.talent-status-list li {
  padding: 13px;
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  background: rgba(4,14,15,.36);
}

.talent-dot {
  width: 11px;
  height: 11px;
  margin-top: 7px;
  border-radius: 50%;
  background: #66d4a7;
  box-shadow: 0 0 0 6px rgba(102,212,167,.11);
}

.talent-dot--wait {
  background: var(--v2-amber);
  box-shadow: 0 0 0 6px rgba(255,155,61,.12);
}

.talent-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 18px;
  margin-top: 18px;
}

.talent-panel-block {
  border-radius: 14px;
  padding: 22px;
}

.talent-steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,155,61,.42);
  border-radius: 8px;
  color: var(--v2-amber);
  font-weight: 900;
}

.talent-panel-jobs {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.talent-panel-job {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  background: rgba(4,14,15,.36);
}

.talent-panel-job strong {
  flex: 1 1 100%;
  color: var(--v2-text);
  font-size: 1.05rem;
}

.talent-panel-job span {
  padding: 5px 8px;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  font-size: .82rem;
}

.talent-profile-card {
  max-width: 820px;
  margin-inline: auto;
  padding: clamp(26px, 4vw, 42px);
}

.talent-profile-actions {
  margin-top: 26px;
}

@media (max-width: 1100px) {
  .talent-auth__grid,
  .talent-panel-hero,
  .talent-panel-grid {
    grid-template-columns: 1fr;
  }

  .talent-auth-card {
    order: -1;
  }

  .talent-process,
  .talent-metric-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .v2-btn,
  .nexo-btn,
  .talent-submit,
  .talent-secondary-link,
  .talent-panel-btn {
    width: 100%;
  }

  .talent-auth,
  .talent-panel {
    padding-top: calc(var(--v2-header) + 22px);
  }

  .talent-auth__copy::after {
    display: none;
  }

  .talent-auth-card__head,
  .talent-auth-card__system,
  .talent-auth-card__foot,
  .talent-auth-tabs,
  .talent-form {
    padding-left: 18px;
    padding-right: 18px;
  }

  .talent-auth-card__head,
  .talent-panel__topbar,
  .talent-helper-row {
    align-items: stretch;
    flex-direction: column;
  }

  .talent-field-row {
    grid-template-columns: 1fr;
  }

  .talent-auth h1,
  .talent-panel h1,
  .talent-profile-card h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .talent-notice {
    grid-template-columns: 1fr;
  }

  .talent-panel__actions,
  .talent-profile-actions {
    width: 100%;
  }

  .nexo-job-card .nexo-btn {
    align-self: stretch;
  }
}

/* NEXOACERO · regional flags and assessment simulator */
.nexo-flag {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 30px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(0,0,0,.28);
  background: #fff;
}

.nexo-flag--ve {
  background: linear-gradient(to bottom, #f5d13d 0 33.33%, #143f8f 33.33% 66.66%, #c92835 66.66% 100%);
}

.nexo-flag--co {
  background: linear-gradient(to bottom, #f5d13d 0 50%, #183e8c 50% 75%, #c92835 75% 100%);
}

.nexo-flag--pa {
  background:
    linear-gradient(90deg, #fff 0 50%, #d01f32 50% 100%) 0 0 / 100% 50% no-repeat,
    linear-gradient(90deg, #1453a4 0 50%, #fff 50% 100%) 0 100% / 100% 50% no-repeat;
}

.nexo-flag--do {
  background:
    linear-gradient(90deg, transparent 0 42%, #fff 42% 58%, transparent 58% 100%),
    linear-gradient(0deg, transparent 0 38%, #fff 38% 62%, transparent 62% 100%),
    conic-gradient(from 90deg, #002d62 0 25%, #c60c30 0 50%, #002d62 0 75%, #c60c30 0 100%);
}

.nexo-flag--mx {
  background: linear-gradient(90deg, #0a7a3f 0 33.33%, #fff 33.33% 66.66%, #c92835 66.66% 100%);
}

.nexo-flag--mx::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b77b2c;
  transform: translate(-50%, -50%);
}

.v2-region {
  padding: clamp(36px, 5vw, 64px) 0 10px;
  position: relative;
  z-index: 2;
}

.v2-region__panel {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius);
  background:
    linear-gradient(135deg, rgba(255,106,0,.12), transparent 42%),
    linear-gradient(180deg, rgba(18,38,43,.86), rgba(9,20,23,.78));
  box-shadow: 0 18px 48px rgba(0,0,0,.24);
}

.v2-region__copy h2 {
  margin: 0;
  font-family: var(--v2-head);
  font-size: clamp(2.05rem, 3.3vw, 3.65rem);
  line-height: .94;
  letter-spacing: 0;
}

.v2-region__copy p:not(.v2-kicker) {
  margin: 16px 0 0;
  color: var(--v2-muted);
  max-width: 620px;
}

.v2-region__flags {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.v2-region-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: rgba(255,255,255,.045);
}

.v2-region-card--active {
  border-color: rgba(255,106,0,.45);
  background: rgba(255,106,0,.1);
}

.v2-region-card strong,
.v2-region-card small {
  display: block;
}

.v2-region-card strong {
  margin-top: 12px;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
}

.v2-region-card small {
  margin-top: 4px;
  color: var(--v2-muted);
  font-size: .76rem;
  line-height: 1.35;
}

.v2-region-mini {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px !important;
  padding: 14px !important;
  border: 1px solid var(--v2-line);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}

.v2-region-mini .nexo-flag {
  width: 32px;
  height: 21px;
  border-radius: 5px;
}

.v2-region-mini strong {
  flex: 1 1 100%;
  color: #fff;
  font-size: .84rem;
}

.nexo-country-card__flag {
  display: flex;
  margin-bottom: 18px;
}

.nexo-country-card__flag .nexo-flag {
  width: 64px;
  height: 42px;
  border-radius: 10px;
}

.talent-panel--ops {
  background:
    linear-gradient(120deg, rgba(255,106,0,.12), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(216,227,227,.12), transparent 30%),
    linear-gradient(180deg, #041010, var(--v2-bg));
}

.talent-panel-block,
.talent-simulator,
.talent-competency-board {
  scroll-margin-top: calc(var(--v2-header) + 18px);
}

.talent-panel-hero--assessment {
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr);
}

.talent-panel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.035);
  cursor: pointer;
}

.talent-process-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.talent-process-rail article {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: rgba(4,14,15,.45);
}

.talent-process-rail span {
  color: var(--v2-amber);
  font-family: var(--v2-head);
  font-size: 1.55rem;
  font-weight: 900;
}

.talent-process-rail strong,
.talent-process-rail small {
  display: block;
}

.talent-process-rail strong {
  color: #fff;
  line-height: 1.15;
}

.talent-process-rail small {
  margin-top: 4px;
  color: var(--v2-muted);
  font-size: .78rem;
}

.talent-process-rail i {
  display: block;
  height: 6px;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.talent-process-rail i::before {
  content: "";
  display: block;
  width: var(--talent-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--v2-orange), var(--v2-amber));
}

.talent-candidate-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.talent-candidate-card__head h2,
.talent-candidate-card__head p {
  margin: 0;
}

.talent-candidate-card__head p {
  color: var(--v2-muted);
  overflow-wrap: anywhere;
}

.talent-avatar {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 14px;
  color: #071012;
  background: linear-gradient(135deg, #fff, #d8e3e3);
  font-family: var(--v2-head);
  font-size: 1.8rem;
  font-weight: 900;
}

.talent-mini-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.talent-mini-flags .nexo-flag {
  width: 36px;
  height: 24px;
  border-radius: 6px;
}

.talent-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 18px;
  margin-top: 18px;
  align-items: start;
}

.talent-block-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.talent-block-head h2 {
  margin: 0;
}

.talent-block-head .talent-kicker {
  margin-bottom: 10px;
}

.talent-assessment-list {
  display: grid;
  gap: 12px;
}

.talent-competency-board {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(255,155,61,.25);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,106,0,.11), transparent 44%),
    rgba(4,14,15,.42);
}

.talent-competency-board__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.talent-competency-board h3 {
  margin: 0;
  color: #fff;
  font-family: var(--v2-head);
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  line-height: .95;
}

.talent-competency-board__head span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(255,155,61,.35);
  border-radius: 999px;
  color: var(--v2-amber);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.talent-competency-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.talent-competency {
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--v2-line);
  border-radius: 11px;
  background: rgba(255,255,255,.035);
}

.talent-competency div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.talent-competency strong {
  color: #fff;
  line-height: 1.15;
}

.talent-competency span {
  color: var(--v2-amber);
  font-size: .78rem;
  font-weight: 900;
  white-space: nowrap;
}

.talent-competency i {
  display: block;
  height: 7px;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.talent-competency i::before {
  content: "";
  display: block;
  width: var(--talent-score);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #66d4a7, var(--v2-amber));
}

.talent-competency p {
  margin: 0 !important;
  color: var(--v2-muted) !important;
  font-size: .86rem;
  line-height: 1.45;
}

.talent-assessment-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: rgba(4,14,15,.38);
}

.talent-assessment-card__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.talent-assessment-card__top span,
.talent-assessment-card__top small {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 900;
}

.talent-assessment-card__top span {
  color: #071012;
  background: var(--v2-text);
}

.talent-assessment-card__top small {
  color: var(--v2-amber);
  border: 1px solid rgba(255,155,61,.32);
}

.talent-assessment-card h3 {
  margin: 0;
  font-family: var(--v2-head);
  font-size: clamp(1.75rem, 2.3vw, 2.35rem);
  line-height: .95;
}

.talent-assessment-card p {
  margin: 10px 0 14px;
}

.talent-assessment-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 14px;
}

.talent-assessment-card dl div {
  padding: 10px;
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  background: rgba(255,255,255,.035);
}

.talent-assessment-card dt {
  color: var(--v2-steel);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.talent-assessment-card dd {
  margin: 2px 0 0;
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
}

.talent-progressbar,
.talent-score-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}

.talent-progressbar span,
.talent-score-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--v2-orange), var(--v2-amber));
  transition: width .22s ease;
}

.talent-score-meter span {
  width: 0;
}

.talent-score {
  min-width: 92px;
  padding: 10px 12px;
  border: 1px solid rgba(255,155,61,.28);
  border-radius: 12px;
  background: rgba(255,106,0,.08);
  text-align: center;
}

.talent-score strong,
.talent-score span {
  display: block;
}

.talent-score strong {
  color: #fff;
  font-family: var(--v2-head);
  font-size: 2rem;
  line-height: .9;
}

.talent-score span {
  color: var(--v2-muted);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.talent-sim-result {
  margin: 14px 0 18px !important;
  color: var(--v2-soft) !important;
}

.talent-question-stack {
  display: grid;
  gap: 12px;
}

.talent-question {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--v2-line);
  border-radius: 12px;
  background: rgba(4,14,15,.36);
}

.talent-question > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 34px;
  border-radius: 9px;
  color: var(--v2-amber);
  border: 1px solid rgba(255,155,61,.35);
  font-family: var(--v2-head);
  font-size: 1.3rem;
  font-weight: 900;
}

.talent-question h3 {
  margin: 12px 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}

.talent-question__options {
  display: grid;
  gap: 8px;
}

.talent-sim-option {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  color: var(--v2-soft);
  background: rgba(255,255,255,.035);
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.talent-sim-option:hover,
.talent-sim-option:focus-visible {
  border-color: rgba(255,155,61,.5);
  outline: none;
}

.talent-sim-option.is-selected {
  color: #071012;
  border-color: var(--v2-amber);
  background: linear-gradient(135deg, #fff, #ffd8a6);
}

@media (max-width: 1100px) {
  .v2-region__panel,
  .talent-panel-hero--assessment,
  .talent-dashboard {
    grid-template-columns: 1fr;
  }

  .v2-region__flags,
  .talent-process-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .v2-region {
    padding-top: 28px;
  }

  .v2-region__panel {
    padding: 20px;
  }

  .v2-region__flags,
  .talent-process-rail,
  .talent-assessment-card dl,
  .talent-competency-list {
    grid-template-columns: 1fr;
  }

  .v2-region-card {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    align-items: center;
  }

  .v2-region-card strong {
    margin-top: 0;
  }

  .v2-region-card small {
    grid-column: 2;
  }

  .talent-candidate-card__head,
  .talent-block-head,
  .talent-assessment-card__top {
    align-items: stretch;
    flex-direction: column;
  }

  .talent-score {
    text-align: left;
  }

  .talent-competency-board__head,
  .talent-competency div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .talent-question {
    padding: 14px;
  }
}

/* NEXOACERO · panel de aplicación restore */
.nexo-application-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid rgba(255,155,61,.32);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,106,0,.12), transparent 48%),
    rgba(8,18,22,.82);
  overflow-wrap: normal;
}

.nexo-application-entry > div:first-child {
  flex: 1 1 280px;
  min-width: 0;
}

.nexo-application-entry--detail {
  margin-top: 18px;
}

.nexo-application-entry span {
  display: block;
  margin-bottom: 4px;
  color: var(--v2-orange);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nexo-application-entry strong {
  display: block;
  color: #fff;
  line-height: 1.3;
  overflow-wrap: normal;
  word-break: normal;
}

.nexo-application-entry__actions,
.talent-exam-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nexo-application-entry__actions {
  justify-content: flex-end;
  flex: 1 1 260px;
  min-width: 0;
}

.nexo-application-entry--detail > div:first-child,
.nexo-application-entry--detail .nexo-application-entry__actions {
  flex-basis: 100%;
}

.nexo-application-entry--detail .nexo-application-entry__actions {
  justify-content: flex-start;
}

.talent-exam-quicklinks {
  margin-top: 24px;
}

.talent-exam-quicklinks .talent-submit,
.talent-exam-quicklinks .talent-secondary-link {
  min-height: 46px;
}

.talent-panel-btn--primary {
  color: #071012;
  border-color: var(--v2-amber);
  background: linear-gradient(135deg, #fff, #ffd8a6);
}

#examenes {
  scroll-margin-top: calc(var(--v2-header) + 18px);
}

@media (max-width: 720px) {
  .nexo-application-entry,
  .nexo-application-entry__actions,
  .talent-exam-quicklinks {
    align-items: stretch;
    flex-direction: column;
  }

  .nexo-application-entry__actions {
    width: 100%;
  }
}

/* NEXOACERO · candidate employee dashboard */
body.nexo-v2.nexo-candidate-dashboard-page {
  background: #eef2f5;
  color: #14212b;
}

body.nexo-candidate-dashboard-page .v2-header,
body.nexo-candidate-dashboard-page .v2-footer {
  display: none;
}

body.nexo-candidate-dashboard-page main#contenido {
  min-height: 100vh;
}

.candidate-shell {
  --candidate-blue: #102b43;
  --candidate-blue-deep: #071724;
  --candidate-orange: #f27605;
  --candidate-orange-soft: #ff9f3d;
  --candidate-ink: #14212b;
  --candidate-muted: #667282;
  --candidate-line: #dbe2ea;
  --candidate-soft: #f4f6f8;
  --candidate-green: #24a363;
  --candidate-radius: 8px;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  background: #eef2f5;
  color: var(--candidate-ink);
  font-family: var(--v2-body);
}

.candidate-sidebar {
  position: sticky;
  top: 0;
  min-width: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #edf5fb;
  background:
    linear-gradient(180deg, rgba(7,23,36,.96), rgba(8,28,43,.95)),
    url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=860&q=76") center bottom / cover;
  box-shadow: 18px 0 40px rgba(14,35,52,.16);
}

.candidate-sidebar::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(7,23,36,.26) 20%, rgba(7,23,36,.92));
  pointer-events: none;
}

.candidate-brand,
.candidate-nav,
.candidate-support {
  position: relative;
  z-index: 1;
}

.candidate-brand {
  display: flex;
  align-items: center;
  min-height: 102px;
  padding: 26px 22px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.candidate-brand__logo {
  display: block;
  width: 216px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.24));
}

.candidate-nav {
  display: grid;
  gap: 6px;
  padding: 18px 8px;
}

.candidate-nav a,
.candidate-nav__trigger {
  position: relative;
  min-width: 0;
  min-height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--candidate-radius);
  color: rgba(237,245,251,.86);
  background: transparent;
  font-size: .96rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.candidate-nav a.is-active,
.candidate-nav a:hover,
.candidate-nav a:focus-visible,
.candidate-nav__trigger.is-active,
.candidate-nav__trigger:hover,
.candidate-nav__trigger:focus-visible {
  color: #fff;
  background: rgba(255,255,255,.06);
  outline: none;
}

.candidate-nav a.is-active::before,
.candidate-nav__trigger.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 26px;
  border-radius: 0 99px 99px 0;
  background: var(--candidate-orange);
}

.candidate-nav__icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-radius: 6px;
  opacity: .9;
}

.candidate-nav__icon::before,
.candidate-nav__icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.candidate-nav__icon--home {
  border-radius: 4px;
  transform: rotate(45deg) scale(.82);
}

.candidate-nav__icon--profile {
  border-radius: 50%;
}

.candidate-nav__icon--profile::after {
  left: 2px;
  right: 2px;
  bottom: -8px;
  height: 8px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  background: transparent;
}

.candidate-nav__icon--jobs::before,
.candidate-nav__icon--calendar::before,
.candidate-doc-icon::before {
  left: 4px;
  right: 4px;
  top: 5px;
  height: 2px;
}

.candidate-nav__icon--apps::before,
.candidate-nav__icon--docs::before {
  left: 5px;
  right: 5px;
  top: 6px;
  height: 2px;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.candidate-nav__icon--mail {
  border-radius: 4px;
}

.candidate-nav__icon--mail::before {
  left: 3px;
  top: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-top: 0;
  background: transparent;
  transform: rotate(45deg);
}

.candidate-nav__icon--settings {
  border-radius: 50%;
}

.candidate-nav__icon--settings::before {
  inset: 5px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.candidate-nav__icon--eval {
  border-radius: 5px;
}

.candidate-nav__icon--eval::before {
  left: 4px;
  right: 4px;
  top: 5px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 2px;
  background: transparent;
}

.candidate-nav__icon--eval::after {
  left: 7px;
  right: 7px;
  bottom: 4px;
  height: 2px;
  border-radius: 99px;
}

.candidate-nav__badge {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--candidate-orange);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.candidate-sidebar__media {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 120px;
}

.candidate-support {
  margin: auto 18px 14px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--candidate-radius);
  background: rgba(28,63,91,.82);
  box-shadow: 0 18px 38px rgba(0,0,0,.24);
}

.candidate-support strong,
.candidate-support span {
  display: block;
}

.candidate-support strong {
  font-size: .95rem;
}

.candidate-support span {
  margin-top: 4px;
  color: rgba(237,245,251,.72);
  font-size: .82rem;
}

.candidate-support a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 14px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 6px;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
}

.candidate-workspace {
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(238,242,245,.98) 104px),
    #eef2f5;
}

.candidate-topbar {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 460px) auto;
  align-items: center;
  gap: 22px;
  padding: 12px 28px;
  border-bottom: 1px solid var(--candidate-line);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
}

.candidate-welcome {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.candidate-welcome > div {
  min-width: 0;
}

.candidate-icon-button,
.candidate-bell {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  color: var(--candidate-blue);
  background: transparent;
  cursor: pointer;
}

.candidate-icon-button span {
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.candidate-icon-button {
  gap: 4px;
}

.candidate-welcome h1 {
  margin: 0;
  color: #202833;
  font-family: var(--v2-body);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  overflow-wrap: anywhere;
}

.candidate-welcome p {
  margin: 3px 0 0;
  color: var(--candidate-muted);
  font-size: .88rem;
}

.candidate-search {
  min-width: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid #cfd8e2;
  border-radius: var(--candidate-radius);
  background: #fff;
  box-shadow: 0 8px 20px rgba(16,43,67,.04);
}

.candidate-search span {
  width: 17px;
  height: 17px;
  border: 2px solid #334963;
  border-radius: 50%;
}

.candidate-search span::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  margin: 11px 0 0 12px;
  border-radius: 99px;
  background: #334963;
  transform: rotate(45deg);
}

.candidate-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: none;
  color: var(--candidate-ink);
  background: transparent;
  font-size: .9rem;
}

.candidate-search input::placeholder {
  color: #8a96a5;
}

.candidate-account {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: var(--candidate-ink);
  font-size: .9rem;
}

.candidate-bell {
  position: relative;
}

.candidate-bell span {
  width: 18px;
  height: 19px;
  border: 2px solid currentColor;
  border-radius: 10px 10px 8px 8px;
}

.candidate-bell strong {
  position: absolute;
  right: 1px;
  top: 0;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--candidate-orange);
  color: #fff;
  font-size: .68rem;
  line-height: 1;
}

.candidate-account__avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #173b60, var(--candidate-orange));
  font-size: .95rem;
  font-weight: 900;
}

.candidate-flash {
  margin: 18px 28px 0;
  padding: 12px 16px;
  border: 1px solid rgba(36,163,99,.24);
  border-radius: var(--candidate-radius);
  color: #17623f;
  background: #e9f8f0;
  font-weight: 800;
}

.candidate-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, .58fr);
  gap: 18px;
  padding: 24px 28px 28px;
}

.candidate-main,
.candidate-aside {
  min-width: 0;
  display: grid;
  gap: 18px;
  align-content: start;
}

.candidate-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--candidate-line);
  border-radius: var(--candidate-radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(16,43,67,.08);
}

.candidate-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.candidate-card h2,
.candidate-opportunity h2 {
  margin: 0;
  color: #1f2d3d;
  font-family: var(--v2-body);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.candidate-card__head a,
.candidate-card__footer-link,
.candidate-secondary-action {
  color: #1d4b77;
  font-size: .82rem;
  font-weight: 900;
}

.candidate-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 10px 20px 0;
}

.candidate-stepper::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  top: 31px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--candidate-orange) 0 var(--candidate-progress), #e6ebf0 var(--candidate-progress) 100%);
}

.candidate-stepper--registered {
  --candidate-progress: 0%;
}

.candidate-stepper--applied {
  --candidate-progress: 50%;
}

.candidate-stepper--interview {
  --candidate-progress: 75%;
}

.candidate-stepper--hired {
  --candidate-progress: 100%;
}

.candidate-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.candidate-step__node {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #e6ebf0;
  border-radius: 50%;
  background: #f1f4f7;
  color: #6c7a89;
  box-shadow: 0 10px 20px rgba(16,43,67,.08);
}

.candidate-step--complete .candidate-step__node,
.candidate-step--current .candidate-step__node {
  border-color: var(--candidate-orange);
  color: #fff;
  background: linear-gradient(135deg, var(--candidate-orange), var(--candidate-orange-soft));
}

.candidate-step--complete .candidate-step__node::before {
  content: "";
  width: 16px;
  height: 9px;
  border: 3px solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}

.candidate-step--current .candidate-step__node::before {
  content: "";
  width: 18px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.candidate-step--current .candidate-step__node::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.candidate-step strong {
  color: #243246;
  font-size: .78rem;
  line-height: 1.18;
}

.candidate-step small {
  color: var(--candidate-muted);
  font-size: .7rem;
  font-weight: 800;
}

.candidate-note {
  margin: 24px 0 0;
  padding: 13px 18px;
  border-radius: var(--candidate-radius);
  color: #4a5969;
  background: #f2f5f8;
  font-size: .86rem;
}

.candidate-job-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.candidate-job-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--candidate-line);
  border-radius: var(--candidate-radius);
  background: #fff;
}

.candidate-job-card__media {
  position: relative;
  min-height: 134px;
  background:
    linear-gradient(135deg, rgba(242,118,5,.9), rgba(23,59,96,.9)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.2) 0 2px, transparent 2px 13px);
}

.candidate-job-card__media::before,
.candidate-job-card__media::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255,255,255,.88);
  border-radius: 8px;
}

.candidate-job-card__media::before {
  inset: 36px 28px;
  transform: rotate(-12deg);
}

.candidate-job-card__media::after {
  left: 34px;
  top: 46px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.candidate-job-card__body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 13px;
}

.candidate-job-card h3 {
  margin: 0;
  color: #203149;
  font-size: .96rem;
  font-weight: 900;
  line-height: 1.22;
}

.candidate-job-card strong {
  color: #1f2d3d;
  font-size: .76rem;
  line-height: 1.28;
}

.candidate-job-card span {
  color: #5f6f82;
  font-size: .72rem;
  font-weight: 700;
}

.candidate-job-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-top: 4px;
  padding: 0 12px;
  border: 1px solid #8aa4bf;
  border-radius: 5px;
  color: #1f4f7c;
  font-size: .72rem;
  font-weight: 900;
}

.candidate-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--candidate-line);
  border-radius: var(--candidate-radius);
}

.candidate-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: #263548;
  font-size: .84rem;
}

.candidate-table th,
.candidate-table td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--candidate-line);
  text-align: left;
  vertical-align: middle;
}

.candidate-table th {
  color: #4d5c6d;
  background: #f5f7f9;
  font-size: .74rem;
  font-weight: 900;
}

.candidate-table tr:last-child td {
  border-bottom: 0;
}

.candidate-company-mark {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 7px;
  vertical-align: middle;
  border-left: 5px solid var(--candidate-orange);
  border-right: 5px solid #d7dde4;
  transform: skewY(-18deg);
}

.candidate-company {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.candidate-status,
.candidate-doc-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
}

.candidate-status--review {
  color: #2761a0;
  background: #e7f0fb;
}

.candidate-status--scheduled,
.candidate-status--valid,
.candidate-doc-status--valid {
  color: #21834f;
  background: #e8f7ee;
}

.candidate-status--pending,
.candidate-doc-status--pending {
  color: #cc6b00;
  background: #fff1df;
}

.candidate-doc-status--uploaded {
  color: #2f67b2;
  background: #e8f1ff;
}

.candidate-row-action {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 5px;
  color: #44556a;
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.candidate-card__footer-link {
  display: block;
  margin-top: 12px;
  text-align: center;
  text-decoration: underline;
}

body.candidate-eval-lock {
  overflow: hidden;
}

.candidate-evaluation-station {
  position: fixed;
  inset: 0;
  z-index: 120;
  min-width: 0;
  display: grid;
  padding: clamp(12px, 2vw, 24px);
  background: linear-gradient(135deg, #111317, #1a2026 58%, #111820);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.candidate-evaluation-station.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.candidate-evaluation-station__shell {
  min-width: 0;
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 10px;
}

.candidate-evaluation-station__header {
  min-width: 0;
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.candidate-evaluation-station__header p {
  margin: 0 0 2px;
  color: var(--candidate-orange-soft);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.candidate-evaluation-station__header h2 {
  margin: 0;
  color: #fff;
  font-family: var(--v2-head);
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  line-height: 1;
  letter-spacing: 0;
}

.candidate-evaluation-station__close {
  min-height: 40px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.08);
  padding: 0 16px;
  font-size: .82rem;
  font-weight: 900;
  cursor: pointer;
}

.candidate-evaluations__status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid #cbd6e1;
  border-radius: 999px;
  color: #526275;
  background: #f6f8fa;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
}

.candidate-evaluations__status::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: #8a96a5;
}

.candidate-evaluations__status[data-state="on"] {
  border-color: rgba(36,163,99,.24);
  color: #17623f;
  background: #e9f8f0;
}

.candidate-evaluations__status[data-state="on"]::before {
  background: var(--candidate-green);
  box-shadow: 0 0 0 4px rgba(36,163,99,.13);
}

.candidate-evaluations__status[data-state="loading"] {
  color: #b85d00;
  background: #fff1df;
  border-color: rgba(242,118,5,.24);
}

.candidate-evaluations__status[data-state="error"] {
  color: #a33a2b;
  background: #fff0ed;
  border-color: rgba(163,58,43,.22);
}

.candidate-pc {
  display: grid;
  justify-items: center;
  padding: 18px;
}

.candidate-pc--fullscreen {
  min-height: 0;
  height: 100%;
  padding: 0;
}

.candidate-pc__monitor {
  position: relative;
  width: min(100%, 820px);
  padding: 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  color: #dce8ef;
  background: #101820;
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}

.candidate-pc--fullscreen .candidate-pc__monitor {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  box-sizing: border-box;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 8px;
}

.candidate-pc--fullscreen .candidate-pc__topbar,
.candidate-pc--fullscreen .candidate-pc__toolbar,
.candidate-pc--fullscreen .candidate-pc__screen,
.candidate-pc--fullscreen .candidate-pc__taskbar {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.candidate-pc__camera {
  display: none;
}

.candidate-pc__topbar,
.candidate-pc__toolbar,
.candidate-pc__taskbar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.candidate-pc__topbar {
  min-height: 34px;
  padding: 0 4px;
}

.candidate-pc__topbar strong {
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
}

.candidate-pc__topbar > span:not(.candidate-pc__traffic) {
  min-width: 0;
  margin-left: auto;
  overflow: hidden;
  color: #91a6b7;
  font-size: .72rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.candidate-pc__traffic {
  display: none;
}

.candidate-pc__traffic span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5f56;
}

.candidate-pc__traffic span:nth-child(2) {
  background: #ffbd2e;
}

.candidate-pc__traffic span:nth-child(3) {
  background: #27c93f;
}

.candidate-pc__toolbar {
  min-height: 44px;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: #19242d;
}

.candidate-pc__toolbar input {
  width: 100%;
  min-width: 0;
  height: 32px;
  border: 1px solid #d3dde6;
  border-radius: 6px;
  color: #152232;
  background: #fff;
  padding: 0 12px;
  font-size: .82rem;
  outline: none;
}

.candidate-pc__toolbar input:focus {
  border-color: rgba(242,118,5,.65);
  box-shadow: 0 0 0 3px rgba(242,118,5,.18);
}

.candidate-pc__toolbar button,
.candidate-pc__taskbar button {
  min-height: 32px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #1d4b77;
  padding: 0 13px;
  font-size: .78rem;
  font-weight: 900;
  cursor: pointer;
}

.candidate-pc__toolbar button {
  background: var(--candidate-orange);
}

.candidate-pc__screen {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 7px;
  background: #f7f9fb;
  outline: none;
}

.candidate-pc--fullscreen .candidate-pc__screen {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  align-self: stretch;
}

.candidate-pc__screen:focus-visible {
  box-shadow: 0 0 0 3px rgba(242,118,5,.36);
}

.candidate-pc__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  background: #fff;
  cursor: crosshair;
}

.candidate-pc__screen img[hidden] {
  display: none;
}

.candidate-pc__placeholder[hidden],
.candidate-pc__loader[hidden] {
  display: none;
}

.candidate-pc__placeholder,
.candidate-pc__loader {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 24px;
  text-align: center;
}

.candidate-pc__placeholder strong,
.candidate-pc__loader strong {
  color: #fff;
  font-size: 1rem;
}

.candidate-pc__placeholder span {
  max-width: 320px;
  color: #afbfcb;
  font-size: .84rem;
}

.candidate-pc__desktop-icon {
  position: relative;
  width: 58px;
  height: 48px;
  border: 3px solid #d7e5ec;
  border-radius: 8px;
}

.candidate-pc__desktop-icon::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -12px;
  height: 10px;
  border-radius: 0 0 4px 4px;
  background: #d7e5ec;
}

.candidate-pc__desktop-icon::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 8px;
  width: 14px;
  height: 24px;
  border-radius: 3px;
  background: var(--candidate-orange);
  transform: skewX(18deg);
}

.candidate-pc__loader {
  pointer-events: none;
  opacity: 0;
  background: rgba(6,13,22,.68);
  transition: opacity .16s ease;
}

.candidate-pc__loader.is-visible {
  opacity: 1;
}

.candidate-pc__loader span {
  width: 34px;
  height: 34px;
  border: 4px solid rgba(255,255,255,.18);
  border-top-color: var(--candidate-orange);
  border-radius: 50%;
  animation: candidatePcSpin .85s linear infinite;
}

.candidate-pc__taskbar {
  min-height: 40px;
  justify-content: flex-end;
  padding: 0 2px;
}

.candidate-pc__taskbar button {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.candidate-pc__taskbar button:first-child {
  background: linear-gradient(135deg, var(--candidate-orange), #ff8b1a);
  border-color: transparent;
}

.candidate-pc__taskbar button:disabled {
  cursor: not-allowed;
  opacity: .46;
}

.candidate-pc__stand {
  width: 90px;
  height: 32px;
  background: linear-gradient(180deg, #182838, #9aa8b1);
  clip-path: polygon(28% 0, 72% 0, 100% 100%, 0 100%);
}

.candidate-pc__base {
  width: 230px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d8e0e5, #8797a2);
  box-shadow: 0 14px 24px rgba(16,43,67,.14);
}

.candidate-pc--fullscreen + .candidate-pc__stand,
.candidate-pc--fullscreen + .candidate-pc__stand + .candidate-pc__base {
  display: none;
}

@keyframes candidatePcSpin {
  to {
    transform: rotate(360deg);
  }
}

.candidate-empty {
  min-width: 0;
  padding: 22px;
  border: 1px dashed #c8d3df;
  border-radius: var(--candidate-radius);
  color: #526275;
  background: #f7f9fb;
}

.candidate-empty--compact {
  padding: 18px;
}

.candidate-empty h3 {
  margin: 0 0 6px;
  color: #203149;
  font-size: .98rem;
  line-height: 1.25;
}

.candidate-empty p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.5;
}

.candidate-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 14px;
  border-radius: 6px;
  color: #fff;
  background: #173b60;
  font-size: .82rem;
  font-weight: 900;
}

.candidate-opportunity {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  border-radius: var(--candidate-radius);
  color: #fff;
  background: linear-gradient(135deg, #123454, #0c2a45);
  box-shadow: 0 16px 34px rgba(16,43,67,.16);
}

.candidate-opportunity__icon {
  position: relative;
  width: 46px;
  height: 40px;
  border: 3px solid var(--candidate-orange);
  border-radius: 8px;
}

.candidate-opportunity__icon::before {
  content: "";
  position: absolute;
  left: 12px;
  top: -12px;
  width: 18px;
  height: 12px;
  border: 3px solid var(--candidate-orange);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.candidate-opportunity h2 {
  color: #fff;
  font-size: 1.18rem;
}

.candidate-opportunity p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
}

.candidate-opportunity a,
.candidate-primary-action,
.candidate-profile__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(135deg, var(--candidate-orange), #ff8b1a);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(242,118,5,.2);
}

.candidate-profile__content {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.candidate-photo {
  position: relative;
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: linear-gradient(135deg, #173b60, #f27605);
  box-shadow: inset 0 0 0 4px #fff, 0 12px 28px rgba(16,43,67,.16);
}

.candidate-photo__initial {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.candidate-profile__data {
  min-width: 0;
}

.candidate-profile__data h3 {
  margin: 0;
  color: #1f2d3d;
  font-size: 1.42rem;
  line-height: 1.15;
}

.candidate-profile__data strong {
  display: block;
  margin: 2px 0 9px;
  color: var(--candidate-orange);
  font-size: 1rem;
}

.candidate-profile__data p {
  margin: 5px 0;
  color: #5e6c7d;
  font-size: .84rem;
  overflow-wrap: anywhere;
}

.candidate-profile__data span {
  color: var(--candidate-green);
  font-weight: 900;
}

.candidate-ring {
  position: relative;
  --candidate-ring-value: 25%;
  grid-column: 2;
  justify-self: end;
  margin-top: 8px;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: conic-gradient(var(--candidate-orange) 0 var(--candidate-ring-value), #edf1f4 var(--candidate-ring-value) 100%);
}

.candidate-ring--25 {
  --candidate-ring-value: 25%;
}

.candidate-ring--50 {
  --candidate-ring-value: 50%;
}

.candidate-ring--75 {
  --candidate-ring-value: 75%;
}

.candidate-ring--100 {
  --candidate-ring-value: 100%;
}

.candidate-ring::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: inherit;
  background: #fff;
}

.candidate-ring strong,
.candidate-ring span {
  position: relative;
  z-index: 1;
}

.candidate-ring strong {
  color: #1f2d3d;
  font-size: 1.3rem;
  line-height: 1;
}

.candidate-ring span {
  position: absolute;
  right: 0;
  bottom: calc(100% + 5px);
  width: max-content;
  color: #4d5c6d;
  font-size: .7rem;
  font-weight: 900;
}

.candidate-profile__button {
  width: fit-content;
  margin-top: 14px;
  margin-left: auto;
  background: linear-gradient(135deg, #173b60, #0d2a47);
  box-shadow: 0 12px 24px rgba(16,43,67,.16);
}

.candidate-interview__content {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}

.candidate-datebox {
  display: grid;
  place-items: center;
  min-height: 98px;
  border-radius: var(--candidate-radius);
  background: #f1f4f7;
}

.candidate-datebox span,
.candidate-datebox small {
  color: #596879;
  font-size: .74rem;
  font-weight: 900;
}

.candidate-datebox strong {
  color: #172231;
  font-size: 2.05rem;
  line-height: .9;
}

.candidate-interview__details h3 {
  margin: 0 0 7px;
  color: #1f2d3d;
  font-size: .98rem;
}

.candidate-interview__details p {
  margin: 4px 0;
  color: #4f5f70;
  font-size: .82rem;
  font-weight: 700;
}

.candidate-primary-action,
.candidate-secondary-action {
  width: 100%;
}

.candidate-secondary-action {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.candidate-doc-list,
.candidate-notification-list {
  display: grid;
  gap: 4px;
}

.candidate-doc-list article {
  min-width: 0;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--candidate-line);
}

.candidate-doc-list article:last-child {
  border-bottom: 0;
}

.candidate-doc-icon {
  position: relative;
  width: 17px;
  height: 21px;
  border: 2px solid #5d6a78;
  border-radius: 3px;
}

.candidate-doc-icon::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #5d6a78;
  border-bottom: 2px solid #5d6a78;
  background: #fff;
}

.candidate-doc-list strong {
  color: #263548;
  font-size: .82rem;
}

.candidate-doc-list small {
  color: #7a8796;
  font-size: .72rem;
  font-weight: 900;
}

.candidate-doc-status {
  padding: 2px 7px;
  font-size: .68rem;
}

.candidate-notification {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--candidate-line);
}

.candidate-notification:last-child {
  border-bottom: 0;
}

.candidate-notification > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2c7be5;
}

.candidate-notification--success > span {
  background: var(--candidate-green);
}

.candidate-notification--warning > span {
  background: var(--candidate-orange);
}

.candidate-notification strong {
  min-width: 0;
  color: #354559;
  font-size: .82rem;
  font-weight: 800;
}

.candidate-notification small {
  color: #7a8796;
  font-size: .75rem;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 1360px) {
  .candidate-shell {
    grid-template-columns: 248px minmax(0, 1fr);
  }

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

  .candidate-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .candidate-shell {
    grid-template-columns: 1fr;
  }

  .candidate-sidebar {
    position: relative;
    height: auto;
    min-height: auto;
  }

  .candidate-brand {
    min-height: 84px;
  }

  .candidate-nav {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    padding: 0 14px 16px;
  }

  .candidate-nav a,
  .candidate-nav__trigger {
    min-height: 42px;
    padding: 0 14px;
  }

  .candidate-sidebar__media,
  .candidate-support {
    display: none;
  }

  .candidate-topbar {
    grid-template-columns: 1fr;
  }

  .candidate-account {
    justify-content: flex-start;
  }

  .candidate-job-grid,
  .candidate-aside {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .candidate-topbar,
  .candidate-layout {
    padding-left: 14px;
    padding-right: 14px;
  }

  .candidate-topbar {
    gap: 14px;
  }

  .candidate-brand {
    padding: 20px 16px;
  }

  .candidate-brand__logo {
    width: 188px;
  }

  .candidate-welcome h1 {
    white-space: normal;
  }

  .candidate-card {
    padding: 15px;
  }

  .candidate-evaluation-station {
    padding: 10px;
  }

  .candidate-evaluation-station__header {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .candidate-evaluation-station__header h2 {
    font-size: 1.45rem;
  }

  .candidate-evaluation-station__close,
  .candidate-evaluations__status {
    width: 100%;
    justify-content: center;
  }

  .candidate-pc__monitor {
    min-width: 0;
    padding: 9px;
    border-radius: 14px;
  }

  .candidate-pc__topbar {
    min-height: 34px;
    padding-inline: 6px;
  }

  .candidate-pc__topbar strong {
    font-size: .76rem;
  }

  .candidate-pc__toolbar,
  .candidate-pc__taskbar {
    width: 100%;
    min-width: 0;
  }

  .candidate-pc__toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .candidate-pc__taskbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .candidate-pc__toolbar button,
  .candidate-pc__taskbar button {
    min-width: 0;
    padding-inline: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .candidate-pc__screen {
    min-height: 0;
  }

  .candidate-pc__stand {
    height: 24px;
  }

  .candidate-pc__base {
    width: 170px;
  }

  .candidate-card__head,
  .candidate-welcome,
  .candidate-account {
    align-items: flex-start;
  }

  .candidate-card__head,
  .candidate-welcome {
    flex-direction: column;
  }

  .candidate-opportunity {
    grid-template-columns: 1fr;
  }

  .candidate-stepper {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
  }

  .candidate-stepper::before {
    display: none;
  }

  .candidate-step {
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 2px;
    justify-items: start;
    text-align: left;
  }

  .candidate-step__node {
    grid-row: 1 / 3;
  }

  .candidate-step small {
    grid-column: 2;
  }

  .candidate-job-card,
  .candidate-profile__content,
  .candidate-interview__content,
  .candidate-doc-list article,
  .candidate-notification {
    grid-template-columns: 1fr;
  }

  .candidate-job-card__media {
    min-height: 170px;
  }

  .candidate-table-wrap {
    overflow: visible;
    border: 0;
  }

  .candidate-table {
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
    font-size: .84rem;
  }

  .candidate-table thead {
    display: none;
  }

  .candidate-table,
  .candidate-table tbody,
  .candidate-table tr,
  .candidate-table td {
    display: block;
    width: 100%;
  }

  .candidate-table tr {
    padding: 12px;
    border: 1px solid var(--candidate-line);
    border-radius: var(--candidate-radius);
    background: #fff;
  }

  .candidate-table td {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #edf1f5;
  }

  .candidate-table td:last-child {
    border-bottom: 0;
  }

  .candidate-table td::before {
    content: attr(data-label);
    color: #6b7788;
    font-size: .72rem;
    font-weight: 900;
  }

  .candidate-table td[data-label="Acciones"] {
    display: none;
  }

  .candidate-profile__button,
  .candidate-opportunity a {
    width: 100%;
    margin-left: 0;
  }

  .candidate-ring {
    margin-top: 22px;
  }

  .candidate-doc-status,
  .candidate-notification small {
    justify-self: start;
  }
}

.candidate-evaluation-station {
  padding: 0;
  background: #05070a;
}

.candidate-evaluation-station__shell,
.candidate-pc--fullscreen,
.candidate-pc--fullscreen .candidate-pc__monitor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.candidate-pc--fullscreen {
  display: block;
  padding: 0;
}

.candidate-pc--fullscreen .candidate-pc__monitor {
  display: block;
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #05070a;
  box-shadow: none;
}

.candidate-pc--fullscreen .candidate-pc__toolbar {
  position: absolute;
  z-index: 7;
  top: 8px;
  left: 8px;
  right: clamp(470px, 40vw, 560px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 40px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(13,19,25,.88);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}

.candidate-pc--fullscreen .candidate-pc__toolbar input {
  height: 30px;
  border-radius: 6px;
  font-size: .84rem;
}

.candidate-pc--fullscreen .candidate-pc__toolbar button,
.candidate-pc--fullscreen .candidate-pc__taskbar button,
.candidate-pc--fullscreen .candidate-evaluation-station__close {
  min-height: 32px;
  border-radius: 6px;
  padding-inline: 12px;
  font-size: .78rem;
}

.candidate-pc--fullscreen .candidate-pc__screen {
  position: absolute;
  inset: 56px 0 0;
  height: auto;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.candidate-pc--fullscreen .candidate-pc__screen img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.candidate-pc--fullscreen .candidate-pc__taskbar {
  position: absolute;
  z-index: 8;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  min-height: 42px;
  padding: 0;
  gap: 7px;
}

.candidate-pc--fullscreen .candidate-evaluations__status {
  min-height: 32px;
  border-color: rgba(255,255,255,.18);
  background: rgba(246,248,250,.94);
}

.candidate-pc--fullscreen .candidate-evaluation-station__close {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.1);
}

.candidate-evaluation-station.is-running [data-eval-start] {
  display: none;
}

.candidate-pc--fullscreen .candidate-pc__placeholder,
.candidate-pc--fullscreen .candidate-pc__loader {
  background: #05070a;
}

.candidate-evaluation-gate {
  position: absolute;
  z-index: 9;
  left: 12px;
  bottom: 12px;
  display: grid;
  gap: 3px;
  width: min(360px, calc(100vw - 24px));
  min-height: 68px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-left: 4px solid #d7a72f;
  border-radius: 8px;
  background: rgba(15,20,24,.92);
  color: #f6f8f7;
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}

.candidate-evaluation-gate[hidden] {
  display: none;
}

.candidate-evaluation-gate span {
  color: #d7a72f;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.candidate-evaluation-gate strong {
  font-size: .98rem;
  line-height: 1.1;
}

.candidate-evaluation-gate small {
  color: rgba(246,248,247,.78);
  font-size: .78rem;
  line-height: 1.35;
}

.candidate-evaluation-station.is-whatsapp-verified .candidate-evaluation-gate {
  cursor: pointer;
  border-left-color: #1fa971;
}

.candidate-evaluation-station.is-whatsapp-verified .candidate-evaluation-gate span {
  color: #62d69f;
}

.candidate-mini-evaluation {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  display: block;
  width: min(540px, calc(100vw - 32px));
  max-height: calc(100vh - 112px);
  overflow: auto;
  border: 1px solid rgba(15,26,28,.16);
  border-radius: 8px;
  background: #f8faf7;
  color: #101819;
  box-shadow: 0 28px 80px rgba(0,0,0,.38);
  transform: translate(-50%, -48%) scale(.98);
  opacity: 0;
  pointer-events: none;
  transition: transform .18s ease, opacity .18s ease;
}

.candidate-mini-evaluation[hidden] {
  display: none;
}

.candidate-mini-evaluation.is-visible {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.candidate-mini-evaluation__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 10px 12px 10px 18px;
  border-bottom: 1px solid #dde5df;
  background: #edf4ef;
}

.candidate-mini-evaluation__head span {
  color: #2e6e52;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.candidate-mini-evaluation__head button,
.candidate-mini-evaluation__body > button {
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
}

.candidate-mini-evaluation__head button {
  padding-inline: 12px;
  background: #dce6df;
  color: #172420;
}

.candidate-mini-evaluation__body {
  display: grid;
  gap: 10px;
  padding: 14px 18px 16px;
}

.candidate-mini-evaluation__body h2 {
  margin: 0;
  color: #101819;
  font-size: clamp(1.24rem, 2.6vw, 1.68rem);
  line-height: 1.02;
}

.candidate-mini-evaluation__body p,
.candidate-mini-evaluation__done span {
  margin: 0;
  color: #52615c;
  line-height: 1.45;
}

.candidate-mini-evaluation fieldset,
.candidate-mini-evaluation__text {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #dfe7e1;
  border-radius: 8px;
  background: #fff;
}

.candidate-mini-evaluation legend,
.candidate-mini-evaluation__text span {
  color: #1b292a;
  font-size: .9rem;
  font-weight: 900;
}

.candidate-mini-evaluation label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #263534;
  font-size: .88rem;
}

.candidate-mini-evaluation input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: #1f8f67;
}

.candidate-mini-evaluation label.candidate-mini-evaluation__text {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.candidate-mini-evaluation__text textarea {
  width: 100%;
  min-height: 58px;
  resize: vertical;
  border: 1px solid #d1ddd6;
  border-radius: 7px;
  padding: 10px 11px;
  color: #10201e;
  font: inherit;
}

.candidate-mini-evaluation__text textarea:focus {
  outline: 2px solid rgba(31,143,103,.25);
  border-color: #1f8f67;
}

.candidate-mini-evaluation__body > button {
  justify-self: start;
  padding-inline: 18px;
  background: #173d35;
  color: #fff;
}

.candidate-mini-evaluation__done {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.candidate-mini-evaluation__done[hidden] {
  display: none;
}

.candidate-mini-evaluation__done strong {
  color: #173d35;
  font-size: 1.22rem;
}

@media (max-width: 760px) {
  .candidate-pc--fullscreen .candidate-pc__toolbar {
    top: 8px;
    left: 8px;
    right: 8px;
  }

  .candidate-pc--fullscreen .candidate-pc__screen {
    inset: 56px 0 92px;
  }

  .candidate-pc--fullscreen .candidate-pc__taskbar {
    top: auto;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 7px;
  }

  .candidate-pc--fullscreen .candidate-evaluations__status {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }

  .candidate-pc--fullscreen .candidate-pc__taskbar button,
  .candidate-pc--fullscreen .candidate-evaluation-station__close {
    min-width: 0;
    padding-inline: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .candidate-evaluation-gate {
    right: 8px;
    bottom: 104px;
    left: 8px;
    width: auto;
  }

  .candidate-mini-evaluation {
    top: 52%;
    width: calc(100vw - 18px);
    max-height: calc(100vh - 128px);
  }

  .candidate-mini-evaluation__body {
    padding: 14px;
  }
}
