*{font-family:Poppins,sans-serif!important}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}h1,h2,h3{font-weight:700;letter-spacing:-.5px}.markdown-body-azkait{font-family:Poppins,sans-serif;font-weight:400;line-height:1.8}:root{--azul-fondo:#00122b;--naranja:#ef8100;--turquesa:#00e4ef;--gris-disabled:#1e293b}#root,body,html{background-color:#00122b;background-color:var(--azul-fondo);height:100%;margin:0;padding:0}.home-main{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.home-header{margin-bottom:60px;text-align:center}.home-header h1{color:#fff;font-size:3rem;margin:0}.text-turquesa{color:#00e4ef;color:var(--turquesa)}.subtitle{color:#94a3b8;font-size:1.2rem;margin-top:10px}.section-title{border-bottom:2px solid #00d1c1;color:#fff;font-size:1.1rem;margin-top:25px;padding-bottom:5px}.button-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;justify-content:center;max-width:1200px;width:100%}.btn-menu{border:none;border-radius:24px;cursor:pointer;font-size:22px;font-weight:700;height:180px;transition:all .3s ease;width:300px}.btn-naranja{background-color:#ef8100;background-color:var(--naranja);box-shadow:0 10px 25px #ef81004d;color:#fff}.btn-naranja:hover{box-shadow:0 15px 30px #ef810080;transform:translateY(-8px)}.btn-disabled{background-color:#1e293b;background-color:var(--gris-disabled);border:1px solid #334155;color:#64748b;cursor:not-allowed;opacity:.6}.form-container{background-color:#001c3d;border:1px solid #152084;border-radius:24px;box-shadow:0 20px 40px #0006;color:#fff;margin:40px auto;max-width:650px;padding:40px;width:100%}.subtitle-form{color:#94a3b8;font-size:.95rem;margin-bottom:30px;text-align:center}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.input-group input,.input-group select,.input-group textarea{background-color:#00122b!important;border:1px solid #152084;border-radius:10px;box-sizing:border-box;color:#fff!important;font-size:16px;outline:none;padding:12px 15px;transition:all .3s ease;width:100%}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:#00e4ef!important;border-color:var(--turquesa)!important;box-shadow:0 0 8px #00e4ef33}input:-webkit-autofill{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #00122b!important}.btn-submit{background-color:#ef8100;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:20px;padding:16px;transition:transform .2s,background .3s;width:100%}.btn-submit:hover{background-color:#ff9a33;transform:translateY(-2px)}.btn-back-inline{background:#0000;border:1px solid #00e4ef;border-radius:8px;color:#00e4ef;cursor:pointer;font-size:14px;margin-bottom:20px;padding:8px 16px;transition:all .2s}.btn-back-inline:hover{background:#00e4ef1a}@media (max-width:600px){.form-grid{grid-template-columns:1fr}}.radio-group label{align-items:center;color:#fff;cursor:pointer;display:flex;gap:8px}.upload-section-card{background-color:#001c3d;border:2px dashed #00e4ef;border-radius:15px;box-shadow:0 10px 20px #0000004d;margin-bottom:30px;padding:30px;text-align:center}.upload-title-visible{color:#fff!important;font-size:1.2rem;font-weight:700;margin-bottom:10px;margin-top:0}.upload-subtitle-visible{color:#a0aec0!important;font-size:.95rem;margin-bottom:25px}.file-drop-area-inside{align-items:center;background-color:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;display:flex;gap:15px;justify-content:center;min-height:60px;padding:20px;position:relative}.file-input-hidden{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.fake-btn-orange{background-color:#ef8100;border-radius:8px;color:#fff;font-size:.9rem;font-weight:700;padding:10px 20px;z-index:1}.file-msg-visible{color:#a0aec0;font-size:.9rem;z-index:1}.file-info-inline{align-items:center;display:flex;gap:15px;z-index:3}.file-name-white{color:#fff;font-size:1rem;font-weight:500}.btn-remove-x{align-items:center;background:#0000;border:1px solid #ffffff80;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;height:28px;justify-content:center;line-height:0;padding:0;transition:all .2s ease;width:28px}.btn-remove-x:hover{background-color:#ff4d4d33;border-color:#ff4d4d;color:#ff4d4d}.main-navbar{align-items:center;background-color:#00122b;background-color:var(--azul-fondo);box-shadow:0 2px 10px #0000004d;display:flex;height:90px;left:0;padding:0 50px;position:fixed;top:0;width:100%;z-index:1000}.brand-logo{height:45px;width:auto}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00122be6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.modal-card{animation:modalIn .3s ease-out;background:#001c3df2;border:1px solid #152084;border-radius:20px;box-shadow:0 15px 35px #0009;max-width:550px;overflow:hidden;position:relative;width:90%}.modal-content{color:#fff;padding:50px 40px;text-align:center}.modal-content h2{color:#fff;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:20px;margin-top:0}.modal-content p{color:#94a3b8;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.8;margin-bottom:40px}.modal-content strong{color:#00e4ef;color:var(--turquesa)}.modal-icon{display:block;font-size:60px;margin-bottom:25px}.modal-actions{display:flex;justify-content:center}.btn-next{background-color:#ef8100;background-color:var(--naranja);border:none;border-radius:50px;box-shadow:0 8px 20px #ef81004d;color:#fff;cursor:pointer;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:700;padding:15px 40px;transition:all .3s ease}.btn-next:hover{box-shadow:0 12px 25px #ef810080;transform:translateY(-4px)}.modal-close{background:none;border:none;color:#a0aec0;cursor:pointer;font-size:32px;position:absolute;right:20px;top:15px;transition:color .2s;z-index:3}.modal-close:hover{color:#00e4ef;color:var(--turquesa)}@keyframes modalIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.separator{border-bottom:1px solid #00e4ef33;line-height:.1em;margin:30px 0;text-align:center}.separator span{background:#001c3d;color:#94a3b8;font-size:.8rem;font-weight:700;padding:0 15px}.btn-pdf-discreto{align-items:center;background:#0000;border:1px solid #00e4ef;border:1px solid var(--turquesa);border-radius:6px;color:#00e4ef;color:var(--turquesa);cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:8px;padding:6px 16px;transition:all .3s}.btn-pdf-discreto:hover{background:#00e4ef1a}@media print{body{background:#fff!important;color:#0f172a!important;font-family:Inter,Segoe UI,Helvetica,Arial,sans-serif!important}.btn-back-inline,.btn-pdf-discreto,button,footer,nav{display:none!important}.form-container{background:#0000!important;border:none!important;box-shadow:none!important;margin:0!important;max-width:100%!important;padding:0!important;width:100%!important}.form-header h2{border-bottom:2px solid #ef8100!important;color:#0f172a!important;font-size:24pt!important;margin-bottom:15px!important;padding-bottom:10px!important}.text-turquesa{color:#00122b!important}.subtitle-form{color:#475569!important;font-size:11pt!important}.results-preview-container>div:first-of-type{background:#f8fafc!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:15px!important}.results-preview-container p{color:#475569!important}.results-preview-container h3{color:#ef8100!important;font-size:20pt!important}.markdown-body-azkait{background:#fff!important;border:1px solid #cbd5e1!important;border-radius:8px!important;box-shadow:none!important;color:#0f172a!important;padding:20px!important}.markdown-body-azkait h3{border-bottom:1px solid #e2e8f0!important;color:#0f172a!important}.markdown-body-azkait h4{color:#ef8100!important;font-size:10pt!important}.markdown-body-azkait li{color:#334155!important;font-size:10pt!important}.markdown-body-azkait strong{color:#0f172a!important}.markdown-body-azkait p{border-top:1px solid #e2e8f0!important;color:#64748b!important;font-size:8.5pt!important}}.dashboard-viewer{color:#1e293b;display:flex;flex-direction:column;font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.9rem;gap:16px;line-height:1.5;width:100%}.dash-page{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0f172a0a,0 1px 3px #0f172a0f;box-sizing:border-box;padding:22px 26px;width:100%}@media (max-width:768px){.dash-page{border-radius:6px;padding:16px 14px}}.dash-header-line{align-items:center;border-bottom:2px solid #001e36;display:flex;gap:10px;margin-bottom:12px;padding-bottom:9px}.dash-header-line:before{background:#001e36;border-radius:2px;content:"";display:block;height:22px;width:4px}.dash-header-line h3{color:#001e36;font-family:Inter,Segoe UI,sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:-.2px;margin:0}.dash-page-subtitle{color:#475569;font-size:.85rem;font-weight:500;margin:-6px 0 14px 14px}.salary-card-grid{grid-gap:0;background:#fff;border:1px solid #e2e8f0;border-left:5px solid #001e36;border-radius:6px;display:grid;gap:0;grid-template-columns:1.25fr 1fr;margin-bottom:16px;padding:16px 18px}@media (max-width:768px){.salary-card-grid{grid-template-columns:1fr;padding:14px}}.salary-left .label{color:#475569;font-size:.72rem;font-weight:600;letter-spacing:1.1px;margin:0 0 5px;text-transform:uppercase}.salary-left .value{color:#001e36;font-size:1.7rem;font-weight:800;letter-spacing:-.3px;line-height:1.05;margin:0}.salary-left .context{color:#334155;font-size:.82rem;font-weight:500;line-height:1.45;margin-top:6px}.salary-right{background:#f8fafc;border-left:2px solid #cbd5e1;border-radius:4px;padding:10px 14px}.salary-right .azkait-tag{background:#001e36;border-radius:4px;color:#fff;display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.7px;margin-bottom:6px;padding:3px 8px;text-transform:uppercase}.salary-right .reading{color:#334155;font-size:.85rem;font-weight:500;line-height:1.5;margin:0}.metrics-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,1fr);margin-bottom:16px}@media (max-width:768px){.metrics-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}.metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;border-top:3px solid #001e36;padding:10px 12px}.metric-card.accent-blue{border-top-color:#001e36}.metric-card.accent-orange{border-top-color:#475569}.metric-card.accent-green{border-top-color:#334155}.metric-card.accent-purple{border-top-color:#64748b}.metric-card .m-label{color:#64748b;font-size:.68rem;font-weight:600;letter-spacing:.5px;margin:0 0 5px;text-transform:uppercase}.metric-card .m-value{color:#001e36;font-size:1.1rem;font-weight:800;line-height:1.15;margin:0 0 3px}.metric-card .m-note{color:#475569;font-size:.78rem;line-height:1.35;margin:0}.two-col-block{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1.2fr 1fr;margin-bottom:16px}@media (max-width:768px){.two-col-block{grid-template-columns:1fr}}.col-locations{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:14px 16px}.col-decision h4,.col-locations h4{font-size:.88rem;font-weight:700;letter-spacing:-.1px;margin:0 0 10px}.col-locations h4{border-bottom:1px solid #e2e8f0;color:#001e36}.col-decision h4,.col-locations h4{font-size:.74rem;letter-spacing:.7px;padding-bottom:6px;text-transform:uppercase}.col-decision h4{border-bottom:1px solid #ffffff2e;color:#fff}.location-chips{display:flex;flex-direction:column;gap:8px}.location-chip{background:#f8fafc;border:none;border-left:1px solid #e2e8f0;border-radius:4px;padding:8px 12px}.location-chip .lc-name{color:#001e36;font-size:.88rem;font-weight:700;margin:0}.location-chip .lc-reason{color:#475569;font-size:.82rem;line-height:1.45;margin:2px 0 0}.col-decision{background:#001e36;border:1px solid #001526;border-radius:6px;color:#fff;padding:14px 16px}.col-decision .decision-body{color:#e2e8f0;font-size:.88rem;font-weight:500;line-height:1.6;margin:0}.coverage-grid{grid-gap:0;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;display:grid;gap:0;grid-template-columns:repeat(4,1fr);padding:10px 0 12px}@media (max-width:768px){.coverage-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.coverage-grid{grid-template-columns:repeat(2,1fr)}}.coverage-step{background:#fff;border-left:4px solid #001e36;padding:10px 16px 10px 14px}.coverage-step.s1{border-left-color:#001e36}.coverage-step.s2{border-left-color:#334155}.coverage-step.s3{border-left-color:#475569}.coverage-step.s4{border-left-color:#64748b}.coverage-step+.coverage-step{margin-left:0}.coverage-step .cs-number{color:#001e36;font-size:1.4rem;font-weight:800;line-height:1;margin:0 0 6px}.coverage-step .cs-title{color:#001e36;font-size:.92rem;font-weight:700;margin:0 0 4px}.coverage-step .cs-desc{color:#475569;font-size:.84rem;line-height:1.5;margin:0}.markets-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}@media (max-width:768px){.markets-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.markets-grid{grid-template-columns:repeat(2,1fr)}}.market-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:18px}.market-card h5{color:#001e36;font-size:1rem;font-weight:700;margin:0 0 8px}.market-card .priority-badge{border:1px solid #0000;border-radius:4px;display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.5px;margin-bottom:10px;padding:3px 10px;text-transform:uppercase}.priority-alta{background:#001e36;color:#fff}.priority-media{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.priority-baja{background:#fff;border-color:#e2e8f0;color:#475569}.market-card .reason{color:#334155;font-size:.88rem;line-height:1.55;margin:0}.skills-section-title{color:#64748b;font-size:.78rem;font-weight:700;letter-spacing:1px;margin:0 0 12px;padding:0 2px;text-transform:uppercase}.skills-3col{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-bottom:22px}@media (max-width:768px){.skills-3col{grid-template-columns:1fr}}.skill-col{background:#fff;border:1px solid #e2e8f0;border-radius:6px;border-top:3px solid #001e36;padding:16px 18px}.skill-col.essential{border-top-color:#001e36}.skill-col.desirable{border-top-color:#475569}.skill-col.differentiators{border-top-color:#64748b}.skill-col h5{font-size:.82rem;font-weight:700;letter-spacing:.4px;margin:0 0 10px;text-transform:uppercase}.skill-col.essential h5{color:#001e36}.skill-col.desirable h5{color:#334155}.skill-col.differentiators h5{color:#475569}.skill-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.skill-list li{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;color:#1e293b;font-size:.88rem;line-height:1.4;padding:6px 10px}.skill-list li:empty{display:none}.skills-empty-msg{color:#94a3b8;font-size:.85rem;font-style:italic}.availability-block{background:#fff;border:1px solid #cbd5e1;border-left:4px solid #001e36;border-radius:6px;color:#334155;font-size:.9rem;line-height:1.6;margin-top:4px;padding:14px 18px}.availability-block .avail-title{color:#001e36;font-size:.85rem;font-weight:800;letter-spacing:.6px;margin:0 0 8px;text-transform:uppercase}.availability-block .avail-text{color:#334155;font-size:.9rem;line-height:1.6;margin:0}.availability-block .avail-citations{color:#475569;font-size:.75rem;font-weight:600;margin:6px 0 0}.alt-markets-block{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:6px;margin-top:18px;padding:16px 20px}.alt-markets-block .alt-markets-title{border-bottom:1px solid #e2e8f0;color:#001e36;font-size:.85rem;font-weight:800;letter-spacing:.6px;margin:0 0 10px;padding-bottom:8px;text-transform:uppercase}.alt-markets-block .alt-markets-list{color:#334155;font-size:.88rem;line-height:1.7;margin:0;padding-left:18px}.alt-markets-block .alt-markets-list li{margin-bottom:4px}.risks-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}@media (max-width:768px){.risks-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.risks-grid{grid-template-columns:repeat(2,1fr)}}.risk-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;border-top:3px solid #b91c1c;padding:16px 18px}.risk-card h5{color:#001e36;font-size:.95rem;font-weight:700;margin:0 0 8px}.risk-card .r-impact{color:#334155;font-size:.88rem;line-height:1.55;margin:0 0 10px}.risk-card .mitigation{background:#f8fafc;border:none;border-left:1px solid #e2e8f0;border-radius:4px;color:#334155;font-size:.84rem;font-weight:500;line-height:1.5;margin:0;padding:8px 12px}.actions-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.actions-grid{grid-template-columns:1fr}}.action-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:12px;padding:16px 18px}.action-card .verb-badge{align-self:flex-start;background:#001e36;border-radius:4px;color:#fff;display:inline-block;flex:0 0 auto;font-size:.75rem;font-weight:700;letter-spacing:.4px;margin-bottom:0;padding:3px 10px;text-transform:uppercase}.action-card .a-desc{color:#334155;font-size:.9rem;line-height:1.55;margin:0}.plan-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:22px}@media (max-width:768px){.plan-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.plan-grid{grid-template-columns:repeat(2,1fr)}}.plan-step{background:#fff;border:1px solid #e2e8f0;border-radius:6px;border-top:4px solid #001e36;padding:18px 16px}.plan-step.ps1{border-top-color:#001e36}.plan-step.ps2{border-top-color:#334155}.plan-step.ps3{border-top-color:#475569}.plan-step.ps4{border-top-color:#64748b}.plan-step h5{color:#001e36;font-size:.82rem;font-weight:700;letter-spacing:.8px;margin:0 0 6px;text-transform:uppercase}.plan-step .ps-desc{color:#334155;font-size:.88rem;line-height:1.55;margin:0}.closing-block{background:#001e36;border:1px solid #001526;border-radius:6px;color:#fff;margin-bottom:24px;padding:20px 24px}.closing-block p{color:#e2e8f0;font-size:.92rem;font-weight:500;line-height:1.75;margin:0}.sources-list{display:flex;flex-direction:column;gap:10px}.source-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px 16px}.source-card .src-name{color:#001e36;font-size:.92rem;font-weight:700;margin:0 0 4px}.source-card .src-name a{color:#1e40af;text-decoration:none;word-break:break-all}.source-card .src-name a:hover{text-decoration:underline}.source-card .src-desc{color:#475569;font-size:.85rem;line-height:1.5;margin:0 0 4px}.source-card .src-date{color:#64748b;font-size:.78rem;margin:0}.placeholder-dash{color:#94a3b8;font-weight:500}.profile-snapshot{background:linear-gradient(135deg,#fff,#f0f7ff);border:1px solid #bfdbfe;border-left:6px solid #2563eb;border-radius:8px;box-shadow:0 1px 3px #2563eb14;margin-bottom:20px;padding:18px 22px}.profile-snapshot .snap-title{border-bottom:2px solid #bfdbfe;color:#1e3a8a;font-size:.78rem;font-weight:800;letter-spacing:1.5px;margin:0 0 14px;padding-bottom:10px;text-transform:uppercase}.profile-snapshot .snap-wide{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.profile-snapshot .snap-grid{grid-gap:10px 24px;display:grid;gap:10px 24px;grid-template-columns:1fr 1fr}@media (max-width:640px){.profile-snapshot .snap-grid{grid-template-columns:1fr}}.profile-snapshot .snap-row{display:contents}.profile-snapshot .snap-cell{min-width:0}.profile-snapshot .snap-kv{color:#0f172a;font-size:.95rem;line-height:1.45;margin:0}.profile-snapshot .snap-kv-wide{font-size:1rem}.profile-snapshot .snap-k{color:#1e40af;font-weight:700;letter-spacing:.2px;margin-right:8px}.profile-snapshot .snap-v{color:#0f172a;font-weight:700}.risk-card .r-desc{color:#334155;font-size:.86rem;line-height:1.55;margin:0 0 8px}.risk-card .r-response{background:#eff6ff;border:none;border-left:1px solid #bfdbfe;border-radius:4px;color:#1e3a8a;font-size:.84rem;font-weight:500;line-height:1.5;margin:8px 0 0;padding:7px 12px}.risk-card .citation{color:#64748b;font-size:.75rem;font-weight:600;margin:6px 0 0}.talent-pool-block{background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-top:24px;padding:18px 22px}.talent-pool-block .tpc-title{border-bottom:2px solid #001e36;color:#001e36;font-size:.85rem;font-weight:800;letter-spacing:.6px;margin:0 0 14px;padding-bottom:10px;text-transform:uppercase}.talent-pool-block .tpc-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}@media (max-width:768px){.talent-pool-block .tpc-grid{grid-template-columns:1fr}}.talent-pool-block .tpc-col h6{border-bottom:1px solid #e2e8f0;font-size:.78rem;font-weight:800;letter-spacing:.6px;margin:0 0 10px;padding-bottom:8px;text-transform:uppercase}.talent-pool-block .tpc-col.expand h6{border-bottom-color:#bbf7d0;color:#166534}.talent-pool-block .tpc-col.restrict h6{border-bottom-color:#fecaca;color:#991b1b}.talent-pool-block .tpc-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.talent-pool-block .tpc-list li{border:1px solid #e2e8f0;border-radius:4px;font-size:.86rem;line-height:1.45;padding:8px 12px}.talent-pool-block .tpc-col.expand .tpc-list li{background:#f0fdf4;border-color:#bbf7d0;color:#14532d}.talent-pool-block .tpc-col.restrict .tpc-list li{background:#fef2f2;border-color:#fecaca;color:#7f1d1d}
/*# sourceMappingURL=main.261cfe8a.css.map*/