:root{--c-negro: #1F1C1B;--c-blanco: #ffffff;--c-off-white: #F7F6F0;--c-gris-600: #585858;--c-gris-400: #A0A0A0;--step-5: clamp(2rem, 1.648rem + 1.5vw, 3rem);--step-6: clamp(2.25rem, 1.634rem + 2.63vw, 4rem);--step-4: clamp(1.5rem, 1.324rem + .75vw, 2rem);--step-3: clamp(1.25rem, 1.162rem + .38vw, 1.5rem);--step-1: clamp(1rem, .912rem + .38vw, 1.25rem)}@media(max-height:750px)and (min-width:768px){:root{--step-5: clamp(1.625rem, 1.2rem + 1.2vw, 2.25rem);--step-6: clamp(1.875rem, 1.3rem + 1.8vw, 3rem);--step-4: clamp(1.25rem, 1.1rem + .55vw, 1.625rem);--step-3: clamp(1.125rem, 1rem + .35vw, 1.375rem)}}#human-resources{--hr-accent: #2563EB;--hr-accent-light: #EFF4FF;--hr-negro: #1F1C1B;--hr-off-white: #F7F6F0;--hr-gris-600: #585858;--hr-gris-400: #A0A0A0;--hr-gris-200: #E3E3E3;--hr-gris-100: #F6F6F6;background:var(--hr-off-white)}#human-resources section{padding:100px 24px;max-width:1200px;margin:0 auto}#human-resources h2{font-size:var(--step-5);font-weight:400;color:var(--c-negro);letter-spacing:-.03em;line-height:110%;margin:0 0 24px}#human-resources .hr-section>h2{max-width:900px;margin-left:auto;margin-right:auto;text-wrap:balance}#human-resources .hr-section--reports>h2{max-width:none;margin-left:0;margin-right:0}#human-resources p{color:var(--c-gris-600);line-height:170%;margin:0}.hr-hero{position:relative;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:140px 24px 80px!important;max-width:none!important;overflow:hidden;background:var(--hr-negro)}.hr-hero__content{max-width:800px;position:relative;z-index:2;margin-top:-100px;transition:transform .3s ease-out,filter .3s ease-out,opacity .3s ease-out}#hr-hero-iso{filter:blur(12px);opacity:0;transition:filter 1.2s cubic-bezier(.22,1,.36,1),opacity .8s ease}#hr-hero-iso.hero-iso--revealed{filter:blur(0px);opacity:1}.hr-hero__eyebrow{display:block;font-family:Geist Mono,monospace;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.96px;line-height:1.1;color:#ffffffb3;margin-bottom:24px;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s cubic-bezier(.22,1,.36,1)}.hr-hero__eyebrow.hr-title--revealed{opacity:1;transform:translateY(0)}.hr-hero h1{font-size:var(--step-6);font-weight:400;color:#fff;letter-spacing:-.03em;line-height:110%;margin:0 0 24px;transform:scale(1.2);opacity:0;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .5s ease}.hr-hero h1.hr-title--revealed{transform:scale(1);opacity:1}#human-resources .hr-hero__desc{font-size:1.15rem;line-height:170%;color:#fff;max-width:600px;margin:0 auto;text-align:center;transform:translateY(16px);opacity:0;transition:transform .7s cubic-bezier(.22,1,.36,1) .15s,opacity .5s ease .15s}#human-resources .hr-hero__desc.hr-title--revealed{transform:translateY(0);opacity:1}.hr-hero__scroll-hint{margin-top:40px;opacity:0;transform:translateY(10px);transition:opacity .6s ease .4s,transform .6s cubic-bezier(.22,1,.36,1) .4s}.hr-hero__scroll-hint.hr-title--revealed{opacity:1;transform:translateY(0)}.scroll-mouse{width:24px;height:38px;border:2px solid #fff;border-radius:12px;position:relative;margin:0 auto}.scroll-mouse__wheel{width:4px;height:8px;background:#fff;border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scrollWheel 1.8s ease-in-out infinite}@keyframes scrollWheel{0%{opacity:1;transform:translate(-50%) translateY(0)}50%{opacity:.3;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.hr-section{text-align:center}.hr-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:Geist Mono,monospace;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.96px;color:var(--hr-gris-400);margin-bottom:16px}.hr-eyebrow svg{width:10px;height:12px;flex-shrink:0}.hr-section__desc{max-width:640px;margin:0 auto 48px!important;text-align:center}.hr-lifecycle__track{--lc-progress: 0%;position:relative;display:flex;width:100%;max-width:960px;margin:48px auto 0}.hr-lifecycle__line{position:absolute;top:27px;left:10%;right:10%;height:1px;background-image:linear-gradient(to right,rgba(31,28,27,.28) 0 50%,transparent 50%);background-size:10px 1px;background-repeat:repeat-x;z-index:0}.hr-lifecycle__line-fill{position:absolute;top:0;left:0;width:var(--lc-progress);height:100%;background-image:linear-gradient(to right,var(--c-negro) 0 50%,transparent 50%);background-size:10px 1px;background-repeat:repeat-x;animation:hr-lc-march-x .5s linear infinite;transition:width .2s linear}@keyframes hr-lc-march-x{to{background-position:10px 0}}@keyframes hr-lc-march-y{to{background-position:0 10px}}@media(prefers-reduced-motion:reduce){.hr-lifecycle__line-fill{animation:none}}.hr-lifecycle__node{flex:1;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.hr-lifecycle__dot{width:56px;height:56px;border-radius:50%;border:2px solid rgba(31,28,27,.2);background:var(--hr-off-white);color:var(--hr-gris-400);display:flex;align-items:center;justify-content:center;font-size:24px;transition:background-color .4s ease,border-color .4s ease,color .4s ease,transform .4s cubic-bezier(.34,1.56,.64,1)}.hr-lifecycle__node.is-active .hr-lifecycle__dot{background:var(--c-negro);border-color:var(--c-negro);color:#fff}.hr-lifecycle__label{font-family:Geist,sans-serif;font-size:14px;font-weight:500;line-height:1.25;color:var(--hr-gris-400);transition:color .4s ease}.hr-lifecycle__node.is-active .hr-lifecycle__label{color:var(--c-negro)}@media(max-width:640px){.hr-lifecycle__track{flex-direction:column;align-items:center;max-width:none;gap:28px}.hr-lifecycle__line{inset:28px auto 28px 50%;height:auto;width:1px;transform:translate(-.5px);background-image:linear-gradient(to bottom,rgba(31,28,27,.28) 0 50%,transparent 50%);background-size:1px 10px;background-repeat:repeat-y}.hr-lifecycle__line-fill{top:0;left:0;width:100%;height:var(--lc-progress);background-image:linear-gradient(to bottom,var(--c-negro) 0 50%,transparent 50%);background-size:1px 10px;background-repeat:repeat-y;animation:hr-lc-march-y .5s linear infinite;transition:height .2s linear}.hr-lifecycle__node{flex-direction:column;align-items:center;gap:10px;text-align:center;position:relative}.hr-lifecycle__node .hr-lifecycle__label{position:absolute;top:50%;transform:translateY(-50%);white-space:normal;font-size:15px;width:calc(50vw - 58px);line-height:1.3}.hr-lifecycle__node:nth-child(2n) .hr-lifecycle__label{right:calc(100% + 20px);left:auto;text-align:right}.hr-lifecycle__node:nth-child(odd) .hr-lifecycle__label{left:calc(100% + 20px);right:auto;text-align:left}}.hr-section--ai-prompt{text-align:left}#human-resources .hr-section--ai-prompt{padding-top:170px}.hr-section--ai-prompt .hr-section__desc{text-align:left;margin:0!important;max-width:none}.hr-section--ai-prompt h2{text-align:left;margin:0 0 24px;max-width:none}.hr-section--ai-prompt .hr-eyebrow,.hr-section--reports .hr-eyebrow{justify-content:flex-start}.hr-section--reports h2{text-align:left;margin:0 0 24px;max-width:none}.hr-section--reports .hr-section__desc{text-align:left;max-width:none}.ai-prompt-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:center;text-align:left}.ai-prompt-grid__text{display:flex;flex-direction:column}@media(max-width:640px){.ai-prompt-grid{grid-template-columns:1fr;gap:32px}}.sai-greeting{text-align:center;margin-bottom:32px}.sai-greeting__line{font-family:Geist,sans-serif;font-size:clamp(1.1rem,.9rem + 1vw,1.5rem);font-weight:400;color:var(--c-negro);letter-spacing:-.02em;line-height:1.2}.sk-dots{display:flex;gap:6px}.sk-dots i{width:10px;height:10px;border-radius:50%;display:block}.sk-dots i:nth-child(1){background:#ff5f57}.sk-dots i:nth-child(2){background:#febc2e}.sk-dots i:nth-child(3){background:#28c840}.sk-filename{font-family:Geist Mono,monospace;font-size:11px;color:#1f1c1b59;letter-spacing:.02em}.ask-window{width:100%;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000000a,0 12px 32px #1f1c1b0f;background:#fff}.ask-window__bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid rgba(31,28,27,.07)}.ask-window__bar .sk-filename{color:#1f1c1b59}.ask-window__body{padding:36px 48px;display:flex;flex-direction:column;align-items:center}.ask-window .ask-field__inner{background:#f7f6f0}.ask-window .ask-field__bar{border-color:#1f1c1b14;background:#f7f6f0}.ask-window .ask-field.settled .ask-field__bar{border-color:#1f1c1b14!important}.ask-window .ask-field__text{color:var(--c-negro)}.ask-window .ask-field__cursor{background:var(--c-negro)}.ask-window .ask-suggestions__item{border-bottom-color:#1f1c1b14}.ask-window .ask-suggestions__icon{color:#1f1c1b4d}.ask-window .ask-suggestions__text{color:#1f1c1b80}@property --ask-rotation{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.ask-field{display:flex;flex-direction:column;align-items:center;width:100%;position:relative}.ask-field__bar{--border-size: 2px;--gradient: conic-gradient( from var(--ask-rotation) at 50% 50%, oklch(.63 .2 251) 27%, oklch(.67 .21 26) 33%, oklch(.9 .19 94) 41%, oklch(.79 .25 150) 49%, oklch(.63 .2 251) 65%, oklch(.72 .21 151) 93%, oklch(.63 .2 251) );position:relative;width:52px;border-radius:100px;border:2px solid rgba(31,28,27,.08);background:none;padding:0;z-index:1;opacity:0;transform:translateY(60px) scale(.8);filter:blur(8px);will-change:opacity,transform,filter,width;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),filter .5s cubic-bezier(.16,1,.3,1);animation:ask-rotate 1.2s linear infinite}.ask-field__bar:after{content:"";position:absolute;width:100%;height:100%;top:50%;left:50%;translate:-50% -50%;background:var(--gradient);z-index:-1;filter:blur(18px);opacity:0;border-radius:inherit;animation:ask-rotate 1.2s linear infinite;transition:opacity .4s ease;pointer-events:none}.ask-field.visible .ask-field__bar:after{opacity:.3}.ask-field.visible .ask-field__bar{opacity:1;transform:translateY(0) scale(1);filter:blur(0px)}.ask-field.expanded .ask-field__bar{width:100%;max-width:640px;border-color:transparent;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),filter .5s cubic-bezier(.16,1,.3,1),width .8s cubic-bezier(.34,1.4,.64,1),border-color .3s ease}.ask-field__inner{display:flex;align-items:center;gap:0;padding:14px;justify-content:center;background:var(--c-blanco);border-radius:inherit;position:relative;z-index:2;font-family:Geist,sans-serif;font-size:15px;letter-spacing:-.3px;white-space:nowrap}.ask-field.expanded .ask-field__inner{gap:12px;padding:14px 26px;transition:gap .7s cubic-bezier(.16,1,.3,1),padding .7s cubic-bezier(.16,1,.3,1)}.ask-field__border{position:absolute;inset:calc(var(--border-size) * -1);border-radius:inherit;overflow:hidden;opacity:0;transition:opacity .4s ease;pointer-events:none}.ask-field.visible .ask-field__border{opacity:1}.ask-field.settled .ask-field__bar{border-color:#1f1c1b14;animation-play-state:paused;transition:border-color .8s ease}.ask-field.settled .ask-field__bar:after{opacity:0!important;animation-play-state:paused;transition:opacity .8s ease}.ask-field.settled .ask-field__border{opacity:0!important;animation-play-state:paused;transition:opacity .8s ease}.ask-field.settled .ask-field__border:after{animation-play-state:paused}.ask-field__border:after{content:"";position:absolute;width:100%;height:100%;top:50%;left:50%;translate:-50% -50%;background:var(--gradient);z-index:-1;filter:blur(4px);animation:ask-rotate 1.2s linear infinite}@keyframes ask-rotate{to{--ask-rotation: 360deg}}.ask-field__icon{display:flex;align-items:center;justify-content:center;font-size:18px;color:#4285f4;flex-shrink:0;opacity:0;transition:opacity .5s ease .3s}.ask-field.visible .ask-field__icon{opacity:.8}.ask-field__text{color:var(--c-negro);opacity:0;max-width:0;overflow:hidden;transition:opacity .7s ease,max-width .9s cubic-bezier(.16,1,.3,1);white-space:nowrap}.ask-field.expanded .ask-field__text{opacity:.4;max-width:500px}.ask-field__cursor{width:1.5px;height:18px;background:var(--c-negro);border-radius:1px;opacity:0;flex-shrink:0}.ask-field.expanded .ask-field__cursor{animation:ask-blink 1.1s ease-in-out infinite;animation-delay:.4s}@keyframes ask-blink{0%,to{opacity:0}50%{opacity:.7}}.ask-suggestions{display:flex;flex-direction:column;gap:0;margin-top:24px;width:100%;max-width:640px;padding:0 4px;text-align:left}.ask-suggestions__item{display:flex;align-items:center;gap:12px;padding:14px 4px;border-bottom:1px solid rgba(31,28,27,.08);opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease;cursor:default}.ask-suggestions__item:last-child{border-bottom:none}.ask-field.suggestions .ask-suggestions__item{opacity:1;transform:translateY(0)}.ask-field.suggestions .ask-suggestions__item:nth-child(1){transition-delay:0s}.ask-field.suggestions .ask-suggestions__item:nth-child(2){transition-delay:.12s}.ask-field.suggestions .ask-suggestions__item:nth-child(3){transition-delay:.24s}.ask-suggestions__icon{flex-shrink:0;width:18px;height:18px;color:#1f1c1b4d}.ask-suggestions__text{font-family:Geist,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.2px;color:#1f1c1b80;line-height:1.3}@media(max-width:640px){.sai-greeting__line{font-size:1rem}.ask-window__body{padding:32px 24px 40px}}.ops-kanban__tl{width:10px;height:10px;border-radius:50%}.ops-kanban__tl--red{background:#ff605c}.ops-kanban__tl--yellow{background:#ffbd44}.ops-kanban__tl--green{background:#00ca4e}.ops-kanban__col{padding:0 10px;min-width:0;display:flex;flex-direction:column}.ops-kanban__col-head{display:flex;align-items:center;gap:6px;padding:4px 4px 10px;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:10px}.ops-kanban__col-title{font-size:12px;font-weight:600;color:var(--c-negro)}.ops-kanban__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ops-kanban__col-count{font-size:10px;background:#0000000d;color:var(--hr-gris-400);padding:1px 7px;border-radius:8px;margin-left:auto}.ops-kanban__cards{display:flex;flex-direction:column;gap:8px}.ops-kanban__card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translateY(24px);transition:box-shadow .15s ease}.ops-kanban__card:hover{box-shadow:0 2px 8px #0000000f}.ops-kanban__card-header{display:flex;align-items:center;gap:6px}.ops-kanban__card-priority{width:8px;height:8px;border-radius:50%}.ops-kanban__card-priority--high{background:#d92d20}.ops-kanban__card-priority--medium{background:#fdbf00}.ops-kanban__card-priority--low{background:var(--hr-gris-400)}.ops-kanban__card-id{font-size:10px;font-weight:600;color:var(--hr-gris-400)}.ops-kanban__card-title{font-size:13px;font-weight:500;color:var(--c-negro);line-height:1.35;text-align:left}.ops-kanban__card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.ops-kanban__card-assignee{display:flex;align-items:center;gap:6px}.ops-kanban__card-photo-fallback{width:22px;height:22px;border-radius:50%;align-items:center;justify-content:center;font-size:9px;font-weight:600;color:#fff}.ops-kanban__card-name{font-size:11px;color:var(--hr-gris-400)}.ops-kanban__card-due{font-size:11px;color:var(--hr-gris-400);display:flex;align-items:center;gap:3px}.ops-kanban__card-due--overdue{color:#d92d20;font-weight:600}.ops-kanban__card-due--done{color:#02a270}.ops-kanban__card-progress{height:3px;background:#0000000a;border-radius:2px;overflow:hidden}.ops-kanban__card-progress-bar{height:100%;border-radius:2px;background:var(--hr-accent);transition:width .6s cubic-bezier(.22,1,.36,1)}.ops-kanban__card-progress-bar--done{background:#02a270}.ops-kanban__card--done{opacity:.65}.ops-kanban__card--done .ops-kanban__card-title{text-decoration:line-through;text-decoration-color:#0003}.ops-kanban__card-tags{display:flex;flex-wrap:wrap;gap:4px}.ops-kanban__card-label{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:500;white-space:nowrap}.ops-kanban__card-tasks{font-size:11px;color:var(--hr-gris-400);display:flex;align-items:center;gap:4px}.ops-kanban__card-tasks i{font-size:13px;color:var(--hr-gris-200)}.hr-academy-dash{display:grid;grid-template-columns:1fr;gap:16px;text-align:left}.hr-academy-dash .rpt-kpis{grid-column:1 / -1}.hr-academy-dash .rpt-card{overflow:visible}.hr-kpi--grad .rpt-kpi__value{background:var(--kpi-grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hr-programs__list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 32px}.hr-prog-row{display:flex;align-items:flex-start;gap:12px}.hr-prog-row__accent{display:none}.hr-prog-row__header{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.hr-prog-row__info{flex:1;min-width:0}.hr-prog-row__title{font-size:13px;font-weight:600;color:var(--hr-negro);margin:0;line-height:1.3;display:flex;align-items:center;gap:6px}.hr-prog-row__title i{font-size:14px;color:var(--hr-gris-400)}.hr-prog-row__meta{font-family:Geist Mono,monospace;font-size:11px;color:var(--hr-gris-400);margin:4px 0 0}.hr-prog-row__bar{height:8px;border-radius:4px;background:var(--hr-gris-200);overflow:hidden;margin-top:10px}.hr-prog-row__fill{height:100%;border-radius:4px;background:var(--hr-accent)}.hr-prog-row__pct{flex-shrink:0;font-family:Geist Mono,monospace;font-size:12px;font-weight:600;color:var(--hr-gris-400)}.hr-prog-row--link{text-decoration:none;cursor:default;pointer-events:none;align-items:center;border:1px dashed var(--hr-gris-200);border-radius:10px;padding:14px}.hr-prog-row--link .hr-prog-row__title{color:var(--hr-gris-400);font-weight:500}.hr-prog-row--link .hr-prog-row__meta{margin-top:2px}.hr-programs__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.rpt-card.hr-catalog{flex-direction:row;padding:0;overflow:visible}.hr-catalog__sidebar{width:200px;flex-shrink:0;padding:20px 0;border-right:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column}.hr-catalog__sidebar-title{font-family:Geist Mono,monospace;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--hr-gris-400);padding:0 20px;margin-bottom:12px}.hr-catalog__nav-item{display:flex;align-items:center;gap:10px;padding:9px 20px;font-size:13px;color:var(--hr-gris-600);text-decoration:none;pointer-events:none}.hr-catalog__nav-item i{font-size:16px;color:var(--hr-gris-400)}.hr-catalog__nav-item--active{color:var(--hr-negro);font-weight:600;background:var(--hr-gris-100)}.hr-catalog__nav-item--active i{color:var(--hr-accent)}.hr-catalog__main{flex:1;padding:20px 24px;min-width:0;display:flex;flex-direction:column}.hr-catalog__main .hr-programs__grid{grid-template-columns:repeat(2,1fr);flex:1;align-content:start}.hr-prog-card{border-radius:10px;overflow:hidden;border:1px solid var(--hr-gris-200);background:var(--c-blanco)}.hr-prog-card__cover{position:relative;height:104px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hr-prog-card__cover:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.2),transparent 60%)}.hr-prog-card__cover i{position:relative;z-index:1;font-size:38px;color:#ffffffeb}.hr-prog-card__cover--blue{background:linear-gradient(135deg,#2563eb,#1e3a8a)}.hr-prog-card__cover--red{background:linear-gradient(135deg,#d92d20,#991b1b)}.hr-prog-card__cover--green{background:linear-gradient(135deg,#02a270,#065f46)}.hr-prog-card__cover--teal{background:linear-gradient(135deg,#0ea5e9,#0369a1)}.hr-prog-card__cover--violet{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.hr-prog-card__cover--amber{background:linear-gradient(135deg,#f59e0b,#b45309)}.hr-prog-card__cover--pink{background:linear-gradient(135deg,#f32a73,#be185d)}.hr-prog-card__cover--plain{background:var(--hr-gris-100);border-bottom:1px solid var(--hr-gris-200)}.hr-prog-card__cover--plain i{color:var(--hr-gris-400)}.hr-prog-card__cover--plain:after{display:none}.hr-prog-card__badge{position:absolute;top:10px;right:10px;z-index:2;font-family:Geist Mono,monospace;font-size:10px;font-weight:600;padding:3px 9px;border-radius:999px;color:#fff}.hr-prog-card__badge--pub{background:#02a270}.hr-prog-card__badge--draft{background:#d97706}.hr-prog-card__body{padding:14px 14px 16px}.hr-prog-card__title{font-size:14px;font-weight:600;color:var(--hr-negro);margin:0 0 6px;line-height:1.3}.hr-prog-card__desc{font-size:12px;color:var(--hr-gris-600);line-height:1.5;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hr-prog-card__meta{display:flex;align-items:center;gap:14px;font-family:Geist Mono,monospace;font-size:11px;color:var(--hr-gris-400)}.hr-prog-card__meta span{display:inline-flex;align-items:center;gap:5px}.hr-prog-card__meta i{font-size:13px}.hr-prog-card--flat .hr-prog-card__body{padding:16px}.hr-prog-card__inline-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--hr-gris-100);border:1px solid var(--hr-gris-200);margin-bottom:10px}.hr-prog-card__inline-icon i{font-size:16px;color:var(--hr-gris-600)}.hr-eval-dash{position:relative;max-width:680px;margin:0 auto;padding-top:40px}.hr-paper{position:absolute;inset:0 -32px;background:#fdfcf8;border-radius:0 24px 0 0;overflow:hidden;box-shadow:0 1px 2px #00000014,0 4px 16px #0000000d,0 16px 48px #0000000a,inset 0 0 60px #00000003;transform:rotate(-.4deg)}.hr-paper:before{content:"";position:absolute;top:0;left:52px;width:1.5px;height:100%;background:#d23c3c38;z-index:1}.hr-paper:after{content:"";position:absolute;top:0;left:0;width:24px;height:100%;background:linear-gradient(90deg,rgba(0,0,0,.04) 0%,transparent 100%);border-radius:2px 0 0 2px}.hr-paper__pattern{height:100%;border-radius:inherit;background-image:repeating-linear-gradient(#0000 0px 27px,#508cb417 27px 28px);background-position:0 14px}.hr-paper__pattern:before{content:"";position:absolute;top:28px;left:10px;width:12px;height:12px;border-radius:50%;background:var(--hr-off-white);box-shadow:inset 0 1px 3px #00000026,0 56px 0 var(--hr-off-white),0 56px 3px #00000014,0 112px 0 var(--hr-off-white),0 112px 3px #00000014,0 168px 0 var(--hr-off-white),0 168px 3px #00000014,0 224px 0 var(--hr-off-white),0 224px 3px #00000014,0 280px 0 var(--hr-off-white),0 280px 3px #00000014,0 336px 0 var(--hr-off-white),0 336px 3px #00000014,0 392px 0 var(--hr-off-white),0 392px 3px #00000014,0 448px 0 var(--hr-off-white),0 448px 3px #00000014}.hr-quiz__layer{position:relative;z-index:1;display:flex;flex-direction:column;gap:28px;text-align:left;padding:40px 28px 48px 80px}.hr-quiz__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.hr-quiz__title{font-size:14px;font-weight:600;color:var(--hr-negro)}.hr-quiz__counter{font-family:Geist Mono,monospace;font-size:11px;color:var(--hr-gris-400)}.hr-quiz__progress{margin:0}.hr-quiz__progress-steps{display:flex;gap:4px;margin-bottom:10px}.hr-quiz__step{flex:1;height:4px;border-radius:2px;background:var(--hr-gris-200)}.hr-quiz__step--done{background:var(--hr-accent)}.hr-quiz__step--active{background:linear-gradient(90deg,var(--hr-accent),var(--hr-accent-light))}.hr-quiz__progress-meta{display:flex;justify-content:space-between;font-family:Geist Mono,monospace;font-size:11px;color:var(--hr-gris-400)}.hr-quiz__question{font-size:17px;font-weight:500;color:var(--hr-negro);line-height:1.5}.hr-quiz__options{display:flex;flex-direction:column;gap:24px}.hr-quiz__option{display:flex;align-items:center;gap:14px;border-radius:14px;border:none;background:transparent;pointer-events:none;padding:0}.hr-quiz__option--selected{border-color:var(--hr-accent);background:var(--hr-accent-light)}.hr-quiz__option-letter{width:30px;height:30px;border-radius:8px;background:var(--hr-gris-100);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:var(--hr-gris-600);flex-shrink:0}.hr-quiz__option--selected .hr-quiz__option-letter{background:var(--hr-accent);color:#fff}.hr-quiz__option-text{font-size:14px;color:var(--hr-negro);line-height:1.4}.hr-cert-wrapper{position:relative;height:250vh;width:100vw;margin-left:calc(-50vw + 50%);background:#0a0a0f}.hr-cert-stage{position:sticky;top:0;left:0;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--hr-off-white);z-index:5}.hr-cert-stars{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden;height:300%}.hr-cert-star{position:absolute;background:#fff;border-radius:50%;opacity:0;will-change:transform,opacity;animation:hr-twinkle var(--dur, 3s) infinite ease-in-out;animation-play-state:paused}@keyframes hr-twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.hr-planet{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0}.hr-planet__horizon{position:absolute;width:160%;height:70%;border-radius:100%;background:#7c3aed;filter:blur(30px);left:50%;bottom:-35%;margin-left:-80%}.hr-planet__horizon:before{content:"";position:absolute;width:81.25%;height:70%;border-radius:100%;background:#a78bfa;filter:blur(30px);opacity:.6;margin-left:9.375%}.hr-planet__horizon:after{content:"";position:absolute;width:32%;height:20%;border-radius:650px/350px;background:#c4b5fd;filter:blur(30px);opacity:.5;margin-left:34%}.hr-planet__glow{position:absolute;width:100%;height:100%;border-radius:100%;background:#4c1d95;filter:blur(200px);opacity:.7;top:-10%}.hr-planet__earth{position:absolute;width:200%;height:100%;background:#0a0a0f;border-radius:100%;left:50%;bottom:-65%;margin-left:-100%;box-shadow:inset 0 0 62px 20px #7c3aedd9;z-index:2;opacity:0}.hr-gamif__section--recon{position:relative;overflow:hidden}.hr-gamif__section--recon>*:not(.hr-ribbon-canvas){position:relative;z-index:1}.hr-ribbon-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:0;will-change:opacity}.hr-gravity-title{position:absolute;z-index:1;left:0;right:0;bottom:calc(23% + 32px);font-size:var(--step-5);font-weight:400;color:#fff!important;letter-spacing:-.03em;line-height:110%;text-align:center;margin:0;padding:0 24px;opacity:0;will-change:opacity,transform;transform-style:preserve-3d;perspective:800px}.hr-coin-wrap{position:absolute;z-index:1;left:50%;bottom:calc(23% + 280px);transform:translate(-50%);opacity:0;will-change:opacity,transform}.hr-coin{--sz: 90px;--thicc: 6px;height:var(--sz);width:var(--sz);transform-style:preserve-3d;transform-origin:50%;position:relative}.hr-coin:before,.hr-coin:after{content:"";display:grid;place-items:center;position:absolute;height:100%;width:100%;border-radius:50%;background:transparent;border:2px solid rgba(255,255,255,.7);font-size:42px;font-family:Geist,sans-serif;font-weight:700;color:#ffffffd9;text-shadow:none;box-shadow:inset 0 0 0 4px #ffffff1a}.hr-coin:before{transform:translateZ(calc(var(--thicc) / 2));content:"$"}.hr-coin:after{transform:translateZ(calc(var(--thicc) / -2)) rotateY(180deg)}.hr-coin__edge{transform:translate(calc(var(--sz) / 2 - var(--thicc) / 2));transform-style:preserve-3d}.hr-coin__seg{height:var(--sz);width:var(--thicc);position:absolute;transform-style:preserve-3d}.hr-coin__seg:before,.hr-coin__seg:after{content:"";display:block;height:calc(var(--sz) / 10);width:var(--thicc);position:absolute;transform:rotateX(84.375deg)}.hr-coin__seg:before{transform-origin:top center;background:repeating-linear-gradient(#fff6 0 25%,#fff3 25% 50%)}.hr-coin__seg:after{bottom:0;transform-origin:center bottom;background:repeating-linear-gradient(#fff3 0 25%,#fff6 25% 50%)}.hr-coin__seg:nth-child(1){transform:rotateY(90deg) rotateX(11.25deg)}.hr-coin__seg:nth-child(2){transform:rotateY(90deg) rotateX(22.5deg)}.hr-coin__seg:nth-child(3){transform:rotateY(90deg) rotateX(33.75deg)}.hr-coin__seg:nth-child(4){transform:rotateY(90deg) rotateX(45deg)}.hr-coin__seg:nth-child(5){transform:rotateY(90deg) rotateX(56.25deg)}.hr-coin__seg:nth-child(6){transform:rotateY(90deg) rotateX(67.5deg)}.hr-coin__seg:nth-child(7){transform:rotateY(90deg) rotateX(78.75deg)}.hr-coin__seg:nth-child(8){transform:rotateY(90deg) rotateX(90deg)}.hr-coin__seg:nth-child(9){transform:rotateY(90deg) rotateX(101.25deg)}.hr-coin__seg:nth-child(10){transform:rotateY(90deg) rotateX(112.5deg)}.hr-coin__seg:nth-child(11){transform:rotateY(90deg) rotateX(123.75deg)}.hr-coin__seg:nth-child(12){transform:rotateY(90deg) rotateX(135deg)}.hr-coin__seg:nth-child(13){transform:rotateY(90deg) rotateX(146.25deg)}.hr-coin__seg:nth-child(14){transform:rotateY(90deg) rotateX(157.5deg)}.hr-coin__seg:nth-child(15){transform:rotateY(90deg) rotateX(168.75deg)}.hr-coin__seg:nth-child(16){transform:rotateY(90deg) rotateX(180deg)}.hr-gravity-subtitle{position:absolute;z-index:3;left:0;right:0;bottom:calc(23% + 16px);font-family:Geist Mono,monospace;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:2px;text-align:center}.hr-gravity-subtitle span{color:#fff9;opacity:0;transform:translateY(16px);display:inline-block;will-change:opacity,transform;margin:0 2px}.hr-gravity-dot{margin:0 6px}.hr-fireworks-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none;mix-blend-mode:lighten}.hr-gamif{background:#0a0a0f;width:100vw;margin-left:calc(-50vw + 50%);margin-top:-50px;padding-top:48px;overflow:visible}.hr-gamif__section{max-width:1200px;margin:0 auto;padding:120px 24px;text-align:center}.hr-gamif__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:Geist Mono,monospace;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.96px;color:#fff6;margin-bottom:16px}.hr-gamif__eyebrow svg{width:10px;height:12px;flex-shrink:0}.hr-gamif__title,#human-resources .hr-gamif__title{font-size:var(--step-5);font-weight:400;color:#fff;letter-spacing:-.03em;line-height:110%;margin:0 auto 16px;max-width:800px;text-wrap:balance}.hr-gamif__desc,#human-resources .hr-gamif__desc{max-width:640px;margin:0 auto 48px;color:#ffffff80;line-height:170%;text-align:center}.hr-gamif__badges-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.hr-gamif__badge-card{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:24px 12px 20px;background:#ffffff08;text-align:center;transition:background .2s}.hr-gamif__badge-card:hover{background:#ffffff0f}.hr-gamif__badge-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.hr-gamif__badge-name{font-size:13px;font-weight:500;color:#ffffffd9;margin-bottom:6px}.hr-gamif__badge-coins{font-family:Geist Mono,monospace;font-size:11px;color:#a78bfa}.hr-giftcard-wrap{position:relative;width:480px;height:560px;margin:40px auto 0;z-index:2}.hr-giftcard-sleeve{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:500px;aspect-ratio:1.586 / 1;background:linear-gradient(145deg,#2e1065,#1e1b4b);border-radius:14px;z-index:2;box-shadow:0 8px 40px #00000080;border:2px dashed rgba(139,92,246,.3);outline:1px solid rgba(139,92,246,.08);outline-offset:-6px}.hr-giftcard-sleeve__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;height:100%}.hr-giftcard-sleeve__brand{font-family:Geist,sans-serif;font-size:22px;font-weight:700;letter-spacing:.12em;color:#ffffff80}.hr-giftcard-sleeve__label{font-family:Geist Mono,monospace;font-size:9px;font-weight:500;letter-spacing:.2em;color:#a78bfa59}.hr-giftcard{position:absolute;bottom:280px;left:50%;transform:translate(-50%);width:460px;z-index:1;will-change:transform}.hr-giftcard__face{position:relative;width:100%;aspect-ratio:1.75 / 1;padding:14px 28px 20px;background:linear-gradient(160deg,#8b5cf6,#7c3aed 30%,#5b21b6 70%,#4c1d95);border-radius:14px;overflow:hidden;box-shadow:0 12px 48px #7c3aed4d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.hr-giftcard__ribbon{position:absolute;top:-4px;right:-4px;width:100px;height:100px;overflow:hidden}.hr-giftcard__ribbon-label{position:relative;display:block;left:2px;top:24px;width:140px;padding:5px 0;font-family:Geist,sans-serif;font-size:9px;font-weight:700;letter-spacing:.14em;text-align:center;color:#4c1d95;background:#fbbf24;box-shadow:0 2px 8px #00000040;transform:rotate(45deg);transform-origin:center center}.hr-giftcard__header{display:flex;flex-direction:column;align-items:center;gap:3px}.hr-giftcard__header-brand{font-family:Geist,sans-serif;font-size:18px;font-weight:700;letter-spacing:.08em;color:#fff}.hr-giftcard__header-text{font-family:Geist Mono,monospace;font-size:9px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#fff6}.hr-giftcard__body{display:flex;align-items:baseline;justify-content:center;gap:12px}.hr-giftcard__qr{flex-shrink:0;padding:7px;background:#fff;border-radius:8px;line-height:0}.hr-giftcard__qr svg{display:block}.hr-giftcard__points{display:flex;flex-direction:column;align-items:center}.hr-giftcard__points-value{font-family:Geist Mono,monospace;font-size:44px;font-weight:700;color:#fbbf24;letter-spacing:-.03em;line-height:1}.hr-giftcard__points-label{font-family:Geist,sans-serif;font-size:13px;font-weight:600;color:#ffffff59;margin-top:4px;text-transform:uppercase;letter-spacing:.18em}p.hr-giftcard__desc{font-family:Geist,sans-serif;font-size:10px;color:#fff!important;line-height:1.5;margin:0;max-width:320px;text-align:center;align-self:center}.hr-giftcard__holder{font-family:Geist,sans-serif;font-size:11px;color:#ffffff73;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.hr-giftcard__holder-name{font-family:Geist,sans-serif;font-size:13px;font-weight:600;color:#4c1d95;background:#fff;padding:3px 12px;border-radius:4px}.hr-vac-window{position:relative;background:#fff;border:1px solid rgba(0,0,0,.08);border-bottom:none;border-radius:16px 16px 0 0;box-shadow:0 -4px 32px #1f1c1b0f;clip-path:inset(-40px -40px 0 -40px)}.hr-vac-window__bar{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid rgba(31,28,27,.07)}.hr-vac-window__body{padding:0}.hr-vac-window .rpt-dash-fade{height:250px}.hr-assets__kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.hr-assets__kpi{text-align:center;padding:12px 8px;background:var(--hr-gris-50);border-radius:10px}.hr-assets__kpi-label{font-size:10px;font-family:Geist Mono,monospace;color:var(--hr-gris-400);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.hr-assets__kpi-value{font-size:24px;font-weight:600;color:var(--c-negro);letter-spacing:-.03em}.hr-assets-cards,.hr-vac-cards{display:none}.hr-vac-card__badge--assigned{background:#2563eb14;color:#2563eb}.hr-vac-card__badge--assigned span{background:#2563eb}.hr-vac-card{padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.05);text-align:left}.hr-vac-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.hr-vac-card__title{font-weight:500;font-size:14px;color:var(--c-negro);line-height:1.3}.hr-vac-card__code{display:block;font-size:11px;color:var(--hr-gris-400);font-family:Geist Mono,monospace}.hr-vac-card__badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;padding:2px 9px;border-radius:100px;font-weight:500;white-space:nowrap;flex-shrink:0}.hr-vac-card__badge span{width:6px;height:6px;border-radius:50%}.hr-vac-card__badge--open{background:#02a27014;color:#02a270}.hr-vac-card__badge--open span{background:#02a270}.hr-vac-card__badge--draft{background:#fdbf001a;color:#d97706}.hr-vac-card__badge--draft span{background:#fdbf00}.hr-vac-card__meta{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:12px;color:var(--hr-gris-400)}@property --hr-reto-rot{syntax: "<angle>"; inherits: true; initial-value: 0deg;}.hr-retos{--p: 0;position:relative;max-width:440px;margin:88px auto 0;perspective:1300px;perspective-origin:50% 40%}.hr-reto-stack{position:absolute;left:50%;top:0;width:100%;height:100%;border-radius:22px;background:#17152e;border:1px solid rgba(255,255,255,.14);box-shadow:0 -8px 30px -12px #7c3aed59}.hr-reto-stack--1{z-index:1;--pp: clamp(0, calc((var(--p) - .16) / .84), 1);transform:translate(-50%,calc(34px * (1 - var(--pp)) - 30px * var(--pp))) translateZ(calc(-85px * var(--pp))) rotateX(calc((1 - var(--pp)) * 42deg));opacity:calc(.3 + .6 * var(--pp))}.hr-reto-stack--2{z-index:0;--pp: clamp(0, calc((var(--p) - .34) / .66), 1);transform:translate(-50%,calc(34px * (1 - var(--pp)) - 58px * var(--pp))) translateZ(calc(-190px * var(--pp))) rotateX(calc((1 - var(--pp)) * 42deg));opacity:calc(.16 + .44 * var(--pp))}.hr-reto-card{position:relative;z-index:2;border-radius:24px;transform:translateY(calc(34px * (1 - var(--p)))) rotateX(calc((1 - var(--p)) * 42deg));animation:hr-reto-spin 6s linear infinite}.hr-reto-card__glow{position:absolute;inset:-6px;border-radius:30px;z-index:0;background:conic-gradient(from var(--hr-reto-rot),#2563EB,#7C3AED,#DB2777,#7C3AED,#2563EB);filter:blur(22px);opacity:.55}.hr-reto-card__face{position:relative;z-index:1;border-radius:24px;background:#111024;aspect-ratio:1.586 / 1;padding:24px 28px;display:flex;flex-direction:column;text-align:left;overflow:hidden}.hr-reto-card__face:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1.5px;background:conic-gradient(from var(--hr-reto-rot),#2563EB,#7C3AED,#DB2777,#7C3AED,#2563EB);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hr-reto-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.hr-reto-card__tag{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#fff}.hr-reto-card__pulse{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55e99;animation:hr-reto-pulse 2s ease-out infinite}.hr-reto-card__prize{display:inline-flex;align-items:center;gap:5px;font-family:Geist Mono,monospace;font-weight:600;font-size:14px;color:#ffd37a}.hr-reto-card__prize i{color:#ffc23d;font-size:16px}.hr-reto-card__title{font-size:20px;font-weight:600;color:#fff;margin:0 0 8px;letter-spacing:-.02em}#human-resources .hr-reto-card__desc{font-size:14px;line-height:1.5;color:#fff9;margin:0 0 30px}.hr-reto-card__meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-bottom:24px}.hr-reto-card__meta span{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#ffffff80}.hr-reto-card__meta i{font-size:14px}.hr-reto-card__btn{align-self:center;margin-top:auto;border:none;cursor:pointer;font-family:Geist,sans-serif;font-weight:600;font-size:13px;color:#fff;padding:9px 22px;border-radius:100px;background:linear-gradient(90deg,#2563eb,#7c3aed);box-shadow:0 6px 18px #7c3aed66;transition:transform .2s ease,box-shadow .2s ease}.hr-reto-card__btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #7c3aed99}@keyframes hr-reto-spin{to{--hr-reto-rot: 360deg}}@keyframes hr-reto-pulse{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}@media(prefers-reduced-motion:reduce){.hr-reto-card,.hr-reto-card__pulse{animation:none}}@media(max-width:480px){.hr-reto-card__face{aspect-ratio:auto;padding:22px 20px 20px}.hr-reto-card__title{font-size:18px}}.hr-gamif__section--store{padding:80px 24px 0;position:relative}.hr-gamif__section--store:after{content:"";position:absolute;bottom:0;left:-50vw;right:-50vw;height:230px;background:#f7f6f0;z-index:0}.hr-gamif__section--store .hr-gamif__title{margin-bottom:8px}.hr-gamif__section--store .hr-gamif__desc{margin-bottom:16px}#human-resources .suite-cta{padding-top:60px}.hr-store__window{max-width:920px;margin:0 auto;position:relative;z-index:1;border-radius:14px;border:1px solid rgba(255,255,255,.08);box-shadow:0 1px 2px #0000000f,0 20px 48px #0000001f;overflow:hidden;background:#fff}.hr-store__bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid rgba(31,28,27,.07)}.hr-store__body{padding:24px;background:#f7f6f0}.hr-store__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hr-store__card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;text-align:left;transition:box-shadow .2s,transform .2s}.hr-store__card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.hr-store__card-img{height:90px;display:flex;align-items:center;justify-content:center}.hr-store__card-info{padding:14px 16px 0}.hr-store__card-name{font-size:14px;font-weight:600;color:#1f1c1b;margin-bottom:4px}.hr-store__card-cost{font-family:Geist Mono,monospace;font-size:12px;color:#7c3aed;font-weight:500;display:flex;align-items:center;gap:2px}.hr-store__card-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-top:12px;border-top:1px solid rgba(0,0,0,.05)}.hr-store__card-stock{font-size:11px;color:#999}.hr-store__card-btn{font-family:Geist,sans-serif;font-size:11px;font-weight:600;color:#7c3aed;background:#7c3aed14;padding:4px 12px;border-radius:100px;letter-spacing:.02em}.hr-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.hr-channels__card{border:1px solid var(--hr-gris-200);border-radius:10px;padding:20px;text-align:center;background:var(--c-blanco)}.hr-channels__icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.hr-channels__title{font-weight:500;font-size:14px;color:var(--c-negro);margin-bottom:4px}.hr-channels__desc{font-size:12px;color:var(--hr-gris-400);line-height:1.5}.hr-recruit{position:relative;border-radius:16px 16px 0 0;border:1px solid rgba(0,0,0,.08);border-bottom:none;background:var(--c-blanco);box-shadow:0 -4px 32px #1f1c1b0f;clip-path:inset(-40px -40px 0 -40px)}.hr-recruit .rpt-dash-fade{height:250px}.hr-recruit__bar{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid rgba(31,28,27,.07)}.hr-recruit__board{display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:20px 16px}.hr-candidate-source{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;font-size:12px}.hr-candidate-source--linkedin{background:#eff4ff;color:#0a66c2}.hr-candidate-source--portal{background:#f3e8ff;color:#7c3aed}.hr-candidate-source--referral{background:#ecfdf5;color:#02a270}.hr-candidate-source--headhunt{background:#fef3cd;color:#b54708}.hr-candidate-score{font-size:12px;font-weight:600;color:var(--hr-gris-400);display:flex;align-items:center;gap:2px}.hr-candidate-score i{color:#fdbf00;font-size:13px}.hr-candidate-score--high{color:var(--hr-accent)}.hr-recognition{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:start}.hr-recognition__feed{border-radius:12px;overflow:hidden;background:var(--hr-negro)}.hr-recognition__feed-bar{display:flex;align-items:center;gap:8px;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.06)}.hr-recognition__feed-bar .sk-filename{color:#ffffff80}.hr-recognition__feed-body{padding:16px;display:flex;flex-direction:column;gap:16px;max-height:520px;overflow:hidden;position:relative}.hr-recognition__feed-body:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent,var(--hr-negro));pointer-events:none}.hr-recognition__post{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:16px}.hr-recognition__post-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.hr-recognition__post-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}.hr-recognition__post-info{display:flex;flex-direction:column;gap:2px}.hr-recognition__post-action{font-size:13px;color:#ffffffb3;line-height:1.3}.hr-recognition__post-action strong{color:#fff;font-weight:600}.hr-recognition__post-time{font-size:11px;color:#ffffff4d}.hr-recognition__post-badge{display:flex;align-items:center;gap:10px;margin-bottom:10px}.hr-recognition__badge-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.hr-recognition__badge-name{font-size:14px;font-weight:600;color:#fff}.hr-recognition__badge-points{font-family:Geist Mono,monospace;font-size:12px;font-weight:600;color:var(--hr-accent);margin-left:auto}.hr-recognition__post-message{font-size:13px;color:#fff9;line-height:1.5;font-style:italic;margin-bottom:12px;padding-left:12px;border-left:2px solid rgba(255,255,255,.1)}.hr-recognition__post-reactions{display:flex;gap:8px}.hr-recognition__reaction{font-size:12px;color:#ffffff80;background:#ffffff0f;padding:4px 10px;border-radius:20px}.hr-recognition__store{border-radius:12px;overflow:hidden}.hr-recognition__store-body{padding:12px;display:flex;flex-direction:column;gap:8px}.hr-reward{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:10px;border:1px solid var(--hr-gris-200);background:var(--c-blanco);transition:border-color .2s,box-shadow .2s}.hr-reward:hover{border-color:var(--hr-accent);box-shadow:0 4px 12px #2563eb14}.hr-reward__icon{font-size:24px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--hr-gris-100);border-radius:10px;flex-shrink:0}.hr-reward__info{flex:1}.hr-reward__name{font-size:14px;font-weight:600;color:var(--hr-negro);margin-bottom:2px}.hr-reward__price{font-family:Geist Mono,monospace;font-size:12px;font-weight:600;color:var(--hr-accent)}.rpt-dash-wrap{position:relative;margin-top:64px;max-height:820px;overflow:hidden}.rpt-dash-fade{position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,#f7f6f000,#f7f6f0);pointer-events:none;z-index:2}.rpt-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.rpt-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;grid-column:1 / -1}.rpt-kpi{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 1px 2px #0000000a,0 12px 32px #1f1c1b0f;padding:20px;text-align:left}.rpt-kpi__value{font-family:Geist Mono,monospace;font-size:28px;font-weight:700;color:#1f1c1b;letter-spacing:-.02em;line-height:1.1}.rpt-kpi__label{font-size:11px;color:#9b958a;margin-top:6px;text-transform:uppercase;letter-spacing:.06em;font-family:Geist Mono,monospace}.rpt-kpi__delta{font-family:Geist Mono,monospace;font-size:11px;font-weight:600;margin-top:6px}.rpt-kpi__delta--up{color:#02a270}.rpt-kpi__delta--down{color:#f32a73}.rpt-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 1px 2px #0000000a,0 12px 32px #1f1c1b0f;padding:20px 24px;display:flex;flex-direction:column;overflow:hidden}.rpt-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.rpt-card__title{font-size:13px;font-weight:600;color:#1f1c1b;letter-spacing:-.01em}.rpt-card__badge{font-family:Geist Mono,monospace;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:100px;background:#02a2701a;color:#02a270}.rpt-chart-svg{width:100%;height:auto;overflow:visible;display:block;margin-top:-8px}.rpt-chart-line{fill:none;stroke:#2563eb;stroke-width:2.5;stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset 2s cubic-bezier(.4,0,.2,1)}.rpt-chart-prev{fill:none;stroke:#1f1c1b;stroke-width:1.5;opacity:0;transition:opacity 1s ease .6s}.rpt-chart-area-fill-prev{opacity:0;transition:opacity 1.2s ease 1s}.rpt-grid.rpt--revealed .rpt-chart-area-fill-prev{opacity:1}.rpt-chart-area-fill{opacity:0;transition:opacity 1.2s ease .8s}.rpt-grid.rpt--revealed .rpt-chart-line{stroke-dashoffset:0}.rpt-grid.rpt--revealed .rpt-chart-prev,.rpt-grid.rpt--revealed .rpt-chart-area-fill{opacity:1}.rpt-chart-grid line{stroke:#0000000a;stroke-width:1}.rpt-chart-label{font-family:Geist Mono,monospace;font-size:9px;fill:#9b958a}.rpt-chart-legend{display:flex;align-items:center;gap:16px;margin-top:12px}.rpt-chart-legend-item{display:flex;align-items:center;gap:6px;font-size:11px;color:#9b958a}.rpt-chart-legend-line{width:16px;height:2px;border-radius:1px;display:inline-block}.rpt-donut-wrap{display:flex;flex-direction:column;align-items:center;gap:16px;flex:1;justify-content:space-between}.rpt-donut-svg{width:235px;height:235px;flex-shrink:0}.rpt-donut-ring{fill:none;stroke-width:32;stroke-linecap:butt;stroke-dasharray:0 502;transition:stroke-dasharray 1.4s cubic-bezier(.4,0,.2,1)}.rpt-donut-bg{fill:none;stroke:#0000000a;stroke-width:32}.rpt-donut-center{font-family:Geist Mono,monospace;font-size:16px;font-weight:700;fill:#1f1c1b;text-anchor:middle;dominant-baseline:central}.rpt-donut-legend{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px;align-self:flex-start;width:100%}.rpt-donut-legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b6560;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rpt-donut-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.rpt-leaders{display:flex;flex-direction:column;gap:12px}.rpt-leader-row{display:grid;grid-template-columns:24px 28px 130px 1fr 56px;align-items:center;gap:10px}.rpt-leader-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.rpt-leader-rank{font-family:Geist Mono,monospace;font-size:12px;font-weight:600;color:#9b958a}.rpt-leader-name{font-size:13px;color:#1f1c1b;font-weight:500}.rpt-leader-bar-wrap{height:8px;background:#0000000a;border-radius:4px;overflow:hidden}.rpt-leader-bar{height:100%;border-radius:4px;width:0%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.rpt-leader-val{font-family:Geist Mono,monospace;font-size:12px;font-weight:600;color:#1f1c1b;text-align:right}.rpt-card--placeholder{border:2px dashed rgba(0,0,0,.12);background:transparent;box-shadow:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.rpt-card--placeholder:hover{border-color:#0000003d;background:#00000005}.rpt-card--placeholder i{font-size:28px;color:#9b958a}.rpt-card--placeholder__text{font-family:Geist Mono,monospace;font-size:12px;font-weight:500;color:#9b958a;text-transform:uppercase;letter-spacing:.06em}@media(max-width:1024px){.rpt-kpis{grid-template-columns:repeat(2,1fr)}.hr-programs__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.hr-hero{padding:100px 20px 60px!important;min-height:100vh;min-height:100svh}.hr-hero h1{font-size:var(--step-5)}.hr-hero__content{margin-top:-40px}#hr-hero-iso.hero-iso--revealed{opacity:.6}.ai-prompt-grid{grid-template-columns:1fr;gap:32px}.hr-programs__grid{grid-template-columns:repeat(2,1fr)}.hr-catalog__sidebar{display:none}.hr-catalog__main .hr-programs__grid{grid-template-columns:repeat(2,1fr)}.hr-quiz__body{padding:20px 16px 16px}.hr-quiz__question{font-size:15px}.hr-recruit__board{grid-template-columns:repeat(2,1fr);gap:12px}.hr-gamif__badges-grid{grid-template-columns:repeat(3,1fr)}.hr-store__grid{grid-template-columns:repeat(2,1fr)}.ops-kanban__col{padding:0 4px}.ops-kanban__card{padding:10px;gap:6px;border-radius:8px}.ops-kanban__card-title{font-size:11px;line-height:1.3}.ops-kanban__card-header{gap:4px}.ops-kanban__card-id{font-size:9px}.ops-kanban__card-footer{display:none}.ops-kanban__col-count{font-size:9px;padding:1px 5px}.ops-kanban__col-title{font-size:10px}.ops-kanban__col-head{padding:2px 2px 8px}.ops-kanban__tl{width:9px;height:9px}.rpt-grid{grid-template-columns:1fr}.rpt-kpis{grid-template-columns:1fr 1fr;grid-column:auto}.rpt-kpi__value{font-size:22px}.rpt-dash-wrap{max-height:1200px}.rpt-leader-row{grid-template-columns:20px 24px 1fr auto 48px;gap:6px}.rpt-donut-wrap{flex-direction:column;align-items:center}.rpt-card--placeholder{display:none}.hr-vac-window__body{overflow-x:auto;-webkit-overflow-scrolling:touch}.hr-vac-window__body table,.hr-applications table{min-width:600px}.hr-applications .rpt-card>div:last-child{overflow-x:auto;-webkit-overflow-scrolling:touch}.hr-assets [style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important}.hr-assets table{min-width:560px}.hr-assets .rpt-card>div:last-child{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:480px){#human-resources section{padding:60px 16px}.hr-programs__grid,.hr-catalog__main .hr-programs__grid,.hr-programs__list{grid-template-columns:1fr}.hr-prog-row{gap:12px;padding:12px}.hr-prog-row__pct{font-size:12px}.rpt-kpis{grid-template-columns:repeat(2,1fr)}.hr-recruit__board{grid-template-columns:1fr}.hr-channels{grid-template-columns:1fr;gap:10px}.hr-channels__card{display:flex;align-items:center;gap:14px;text-align:left;padding:14px 16px}.hr-channels__icon{margin:0;flex-shrink:0;width:40px;height:40px}.hr-gravity-title{font-size:var(--step-4)}.hr-gravity-subtitle{font-size:11px;letter-spacing:1.5px}.rpt-kpis{grid-template-columns:1fr}.hr-gamif__badges-grid{grid-template-columns:repeat(2,1fr)}.hr-store__grid{grid-template-columns:1fr}.hr-gamif__section{padding:60px 16px}.hr-paper:before{left:28px}.hr-paper__pattern:before{display:none}.hr-paper{inset:0 -16px}.hr-quiz__layer{padding:28px 20px 40px 44px;gap:20px}.hr-quiz__question{font-size:14px}.hr-quiz__title{font-size:13px}.hr-quiz__options{gap:16px}.hr-quiz__option-letter{width:26px;height:26px;font-size:11px}.hr-quiz__option-text{font-size:13px}.hr-vac-window__body table{display:none}.hr-vac-cards{display:block}.hr-vac-window{margin-left:-8px;margin-right:-8px}.hr-assets table{display:none}.hr-assets-cards{display:block}.hr-assets__kpis{grid-template-columns:repeat(2,1fr)}.hr-assets__kpi-value{font-size:20px}.hr-assets .rpt-dash-fade{height:120px}.hr-cert-wrapper{height:140vh}.hr-giftcard-wrap{width:280px;height:340px;margin-top:24px}.hr-giftcard-sleeve{width:300px}.hr-giftcard-sleeve__brand{font-size:16px}.hr-giftcard-sleeve__label{font-size:7px}.hr-giftcard{width:270px;bottom:160px}.hr-giftcard__face{padding:10px 16px 14px;gap:6px}.hr-giftcard__points-value{font-size:30px}.hr-giftcard__points-label{font-size:10px}.hr-giftcard__header-brand{font-size:14px}.hr-giftcard__header-text{font-size:7px}.hr-giftcard__ribbon{width:76px;height:76px}.hr-giftcard__ribbon-label{font-size:7px;width:108px;top:18px}.hr-giftcard__holder{font-size:9px;gap:5px}.hr-giftcard__holder-name{font-size:10px;padding:2px 8px}}
