@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,Arial,sans-serif;color:#17362e;background:#f5f7f3;font-synthesis:none;--green-950: #03382d;--green-900: #054233;--green-800: #0a5846;--green-700: #16705a;--green-100: #e8f0e8;--lime: #a4ca47;--orange: #f46916;--orange-dark: #d9550d;--yellow: #febd39;--surface: #ffffff;--background: #f5f7f3;--border: #e2e9e2;--text: #17362e;--muted: #667a72;--shadow-small: 0 2px 8px rgba(5, 66, 51, .05);--shadow-medium: 0 16px 45px rgba(5, 66, 51, .09);--shadow-large: 0 28px 80px rgba(5, 66, 51, .14)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--background)}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(164,202,71,.5);outline-offset:2px}h1,h2,p{margin-top:0}h1,h2{font-family:Manrope,Arial,sans-serif;color:var(--green-950)}.icon{display:block;flex:0 0 auto}.splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--green-900);background:radial-gradient(circle at center,rgba(164,202,71,.1),transparent 45%),var(--background)}.splash p{margin:0;font-size:14px;font-weight:700}.splash-logo{width:160px;height:88px}.splash-logo .brand-mark{width:100%;height:100%}.spinner{width:24px;height:24px;display:inline-block;border:2px solid #dce7db;border-top-color:var(--orange);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand{display:flex;align-items:center;gap:17px;min-width:0}.brand-mark{width:145px;height:78px;display:block;flex:0 0 145px;background:url(/brand/logo.png) left center / contain no-repeat;font-size:0;color:transparent}.brand-divider{width:1px;height:31px;flex:0 0 1px;background:#ffffff42}.brand-product{display:grid;color:#fff;font-family:Manrope,sans-serif;font-size:12px;font-weight:500;line-height:1.05;text-transform:uppercase;letter-spacing:.08em}.brand-product strong{font-size:19px;font-weight:800;letter-spacing:0}.entry{min-height:100vh;display:grid;grid-template-columns:minmax(420px,45%) 1fr;background:#f8faf7}.entry-rail{position:relative;isolation:isolate;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:48px clamp(42px,6vw,96px);color:#fff;background:linear-gradient(145deg,var(--green-950),var(--green-900) 58%,#0a5141)}.entry-rail:before{content:"";position:absolute;z-index:-1;left:-9%;right:-9%;bottom:-3%;height:48%;background:url(/brand/ilustracao.png) center bottom / contain no-repeat;filter:brightness(0) invert(1);opacity:.095}.entry-rail:after{content:"";position:absolute;z-index:-2;top:-180px;right:-180px;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.rail-copy{position:relative;z-index:1;max-width:540px;margin:auto 0;padding:80px 0}.eyebrow{display:block;color:var(--orange);font-size:11px;font-weight:800;line-height:1.4;letter-spacing:.16em}.eyebrow-light{color:var(--yellow)}.rail-copy h1{max-width:520px;margin:18px 0 22px;color:#fff;font-size:clamp(42px,4.5vw,68px);line-height:1.06;letter-spacing:-.055em}.rail-copy h1 span{color:var(--lime)}.rail-copy p{max-width:470px;margin:0;color:#d4e4dd;font-size:18px;line-height:1.7}.rail-trust{position:relative;z-index:1;display:flex;align-items:center;gap:11px;color:#c8dbd3}.rail-trust-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:#ffffff12}.rail-trust>div{display:grid;gap:2px}.rail-trust strong{color:#fff;font-size:13px}.rail-trust span:last-child{font-size:12px}.entry-main{min-width:0;display:grid;place-items:center;padding:48px clamp(24px,6vw,96px)}.entry-content{width:min(100%,490px)}.entry-card{padding:42px;border:1px solid rgba(5,66,51,.08);border-radius:24px;background:#fffffff7;box-shadow:var(--shadow-medium)}.entry-card-heading{display:flex;align-items:center;gap:16px}.entry-card-heading h2{margin:5px 0 0;font-size:30px;letter-spacing:-.035em}.section-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 46px;border-radius:14px;color:var(--green-900);background:#edf4e9}.section-icon-orange{color:var(--orange);background:#fff1e8}.intro{margin:19px 0 28px;color:var(--muted);line-height:1.6}.switcher{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:27px;padding:5px;border:1px solid var(--border);border-radius:12px;background:#f2f5f0}.switcher button{min-height:43px;display:flex;align-items:center;justify-content:center;gap:7px;padding:10px;border:0;border-radius:8px;color:#708078;background:transparent;font-size:14px;font-weight:700;transition:color .2s,background .2s,box-shadow .2s}.switcher button.selected{color:var(--green-900);background:#fff;box-shadow:var(--shadow-small)}.login-form,.field{display:grid}.login-form{gap:19px}.field{gap:8px;min-width:0}label{color:#29483f;font-size:13px;font-weight:700}input,select{width:100%;height:50px;border:1px solid #d6e0d7;border-radius:11px;outline:0;color:var(--text);background:#fff;transition:border-color .2s,box-shadow .2s,background .2s}input{padding:0 15px}select{padding:0 36px 0 13px}input::placeholder{color:#98a79f}input:hover,select:hover{border-color:#b9c9bc}input:focus,select:focus{border-color:var(--lime);box-shadow:0 0 0 4px #a4ca4729}.input-shell{position:relative}.input-shell>.icon{position:absolute;z-index:1;top:50%;left:15px;color:#809189;pointer-events:none;transform:translateY(-50%)}.input-shell input{padding-left:46px}.password-shell input{padding-right:48px}.password-toggle{position:absolute;top:50%;right:9px;width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;color:#778a80;background:transparent;transform:translateY(-50%)}.password-toggle:hover{color:var(--green-900);background:#edf3e9}.field-help{color:#83928a;font-size:11px}.login-help{margin-top:-11px;padding-left:2px;color:#73867c;font-size:12px;line-height:1.5}.primary{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 21px;border:1px solid var(--orange);border-radius:11px;color:#fff;background:var(--orange);font-weight:800;white-space:nowrap;box-shadow:0 8px 18px #f469162e;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s}.primary:hover:not(:disabled){border-color:var(--orange-dark);background:var(--orange-dark);box-shadow:0 10px 24px #f4691640;transform:translateY(-1px)}.primary:active:not(:disabled){transform:translateY(0)}.primary:disabled{opacity:.58;cursor:wait;box-shadow:none}.full{width:100%}.login-submit{margin-top:3px}.login-submit span,.login-submit .icon{margin-left:auto}.entry-help{max-width:390px;margin:20px auto 0;color:#7b8c83;font-size:12px;line-height:1.55;text-align:center}.feedback{margin:0 0 18px;padding:13px 15px;border:1px solid;border-radius:11px;font-size:14px;line-height:1.5}.login-form .feedback{margin:0}.error{color:#9d391f;border-color:#ffd4c6;background:#fff1ec}.notice{color:#286344;border-color:#cce7d5;background:#edf8f0}.workspace{min-height:100vh;background:var(--background)}.topbar{position:sticky;z-index:20;top:0;height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1240px)/2));border-bottom:1px solid var(--border);background:#fffffff0;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.topbar .brand-mark{width:112px;height:57px;flex-basis:112px}.topbar .brand-divider{height:26px;background:#dfe6df}.topbar .brand-product{color:var(--green-900)}.top-actions,.user-summary{display:flex;align-items:center}.top-actions{gap:22px}.user-summary{gap:11px}.user-summary>div{display:grid;gap:1px}.user-summary strong{color:#23443a;font-size:14px;font-weight:700}.user-summary small{color:#809087;font-size:11px}.user-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#fff;background:var(--green-900);font-weight:800}.logout-button{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid #e1e7e1;border-radius:9px;color:#52665e;background:#fff;font-size:13px;font-weight:700}.logout-button:hover{color:var(--orange);border-color:#f8c7aa;background:#fff8f4}.content{width:100%;max-width:1288px;margin:0 auto;padding:36px 24px 80px}.welcome-panel{position:relative;isolation:isolate;min-height:228px;display:flex;align-items:center;overflow:hidden;margin-bottom:22px;padding:38px 42px;border-radius:22px;color:#fff;background:linear-gradient(115deg,var(--green-950),var(--green-900));box-shadow:0 15px 38px #05423321}.welcome-copy{position:relative;z-index:2;max-width:630px}.welcome-panel h1{margin:11px 0 7px;color:#fff;font-size:clamp(31px,4vw,45px);letter-spacing:-.045em}.welcome-panel p{margin:0;color:#d3e4dd;font-size:16px}.welcome-art{position:absolute;z-index:1;top:-10%;right:-2%;width:47%;height:125%;background:url(/brand/ilustracao.png) center / contain no-repeat;filter:brightness(0) invert(1);opacity:.13}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.stat-card{min-width:0;display:flex;align-items:center;gap:14px;padding:18px 20px;border:1px solid var(--border);border-radius:15px;background:#fff;box-shadow:var(--shadow-small);transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:0 12px 26px #05423314;transform:translateY(-2px)}.stat-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:12px}.stat-card>div{min-width:0;display:grid;gap:2px}.stat-card strong{color:var(--green-950);font-family:Manrope,sans-serif;font-size:24px;line-height:1}.stat-card span:last-child{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.stat-all .stat-icon{color:var(--green-900);background:#eaf2e8}.stat-pending .stat-icon{color:#8a650d;background:#fff4d4}.stat-approved .stat-icon{color:#277548;background:#e5f5e9}.stat-declined .stat-icon{color:#a14832;background:#fff0eb}.panel{border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:var(--shadow-small)}.form-panel{margin-bottom:22px;padding:27px 28px 29px}.list-panel{padding:27px 28px 16px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.panel-title{min-width:0;display:flex;align-items:center;gap:14px}.panel-title h2{margin:3px 0;font-size:21px;letter-spacing:-.025em}.panel-title p{margin:0;color:var(--muted);font-size:13px}.candidate-form{display:grid;grid-template-columns:1.35fr .9fr 1.15fr auto;align-items:end;gap:14px;margin-top:25px;padding-top:24px;border-top:1px solid #edf0ec}.register-button{min-width:142px}.count{padding:7px 12px;border-radius:20px;color:var(--green-800);background:#edf3e9;font-size:12px;font-weight:700;white-space:nowrap}.application-list{margin-top:22px}.application{display:grid;grid-template-columns:48px minmax(190px,1fr) auto 168px;align-items:center;gap:16px;padding:17px 0;border-top:1px solid #edf0ec}.avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:var(--green-900);background:linear-gradient(145deg,#eaf3e5,#dcebd7);font-family:Manrope,sans-serif;font-weight:800}.application-body{min-width:0;display:grid;gap:3px}.application-body strong{overflow:hidden;color:#1f4036;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.vacancy-line{display:flex;align-items:center;gap:5px;overflow:hidden;color:#61756d;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.application-meta{color:#91a098;font-size:11px}.badge{display:inline-flex;align-items:center;justify-self:end;gap:7px;padding:7px 11px;border-radius:20px;font-size:12px;font-weight:800;white-space:nowrap}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.badge.em_analise{color:#806011;background:#fff2cd}.badge.aprovado{color:#226b40;background:#e3f3e8}.badge.nao_aprovado{color:#9a422c;background:#feede8}.status-control{display:grid;gap:5px;margin:0;color:#71837b;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.status-control select{height:38px;font-size:12px;font-weight:600;text-transform:none;letter-spacing:0}.status-control select:disabled{opacity:.6;cursor:wait}.empty-state{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;color:var(--muted);text-align:center}.empty-state strong{margin-top:14px;color:#315047;font-size:15px}.empty-state p{max-width:420px;margin:6px 0 0;font-size:13px;line-height:1.55}.empty-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;color:var(--green-800);background:#edf3e9}@media(max-width:1040px){.entry{grid-template-columns:40% 1fr}.entry-rail{padding:36px}.rail-copy h1{font-size:45px}.candidate-form{grid-template-columns:1fr 1fr}.candidate-form .field:nth-child(3){grid-column:1 / 2}.register-button{grid-column:2}.application{grid-template-columns:48px minmax(150px,1fr) auto 155px}}@media(max-width:760px){.entry{display:block}.entry-rail{min-height:245px;padding:24px}.entry-rail:before{left:auto;right:-15%;bottom:-25%;width:70%;height:100%}.entry-rail:after{display:none}.rail-copy{margin:25px 0 0;padding:0 0 42px}.rail-copy h1{max-width:390px;margin:8px 0 0;font-size:29px}.rail-copy p,.rail-trust{display:none}.entry-main{display:block;padding:26px 18px 50px}.entry-content{margin:auto}.entry-card{padding:27px 22px;border-radius:18px}.entry-card-heading h2{font-size:26px}.brand-mark{width:112px;height:62px;flex-basis:112px}.brand-divider{height:25px}.brand-product{font-size:10px}.brand-product strong{font-size:16px}.topbar{height:70px;padding:0 17px}.topbar .brand-product,.topbar .brand-divider{display:none}.topbar .brand-mark{width:91px;height:52px;flex-basis:91px}.user-summary>div{display:none}.logout-button span{display:none}.logout-button{padding:9px}.content{padding:20px 16px 55px}.welcome-panel{min-height:192px;padding:27px 24px;border-radius:18px}.welcome-panel h1{font-size:31px}.welcome-panel p{max-width:80%;font-size:14px;line-height:1.5}.welcome-art{right:-24%;width:75%;opacity:.1}.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:15px}.stat-icon{width:38px;height:38px;flex-basis:38px}.stat-card strong{font-size:21px}.form-panel,.list-panel{padding:21px 18px}.panel-title,.panel-heading.list-heading{align-items:flex-start}.panel-title p{line-height:1.45}.candidate-form{grid-template-columns:1fr}.candidate-form .field:nth-child(3),.register-button{grid-column:auto}.application{grid-template-columns:46px minmax(0,1fr);gap:10px 12px;padding:18px 0}.avatar{width:46px;height:46px}.badge{grid-column:2;justify-self:start}.status-control{grid-column:2;width:100%}.status-control select{height:43px}}@media(max-width:390px){.section-icon{width:42px;height:42px;flex-basis:42px}.entry-card-heading h2{font-size:23px}.stats-grid{grid-template-columns:1fr}.count{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.entry-rail>.brand .brand-mark{filter:brightness(0) invert(1);opacity:.96}.candidate-workspace .content{max-width:980px}.candidate-workspace .welcome-panel{min-height:200px;margin-bottom:22px}.candidate-list-panel{padding:30px}.candidate-application-list{display:grid;gap:16px;margin-top:25px}.candidate-application-card{position:relative;overflow:hidden;padding:24px;border:1px solid var(--border);border-radius:17px;background:#fff;box-shadow:0 10px 28px #0542330f}.candidate-application-card:before{content:"";position:absolute;top:0;bottom:0;left:0;width:4px}.candidate-application-card.em_analise:before{background:var(--yellow)}.candidate-application-card.aprovado:before{background:var(--lime)}.candidate-application-card.nao_aprovado:before{background:#e9886f}.candidate-card-top{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px}.candidate-vacancy-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:var(--green-900);background:#eaf3e8}.candidate-vacancy-copy{min-width:0}.candidate-vacancy-copy>span{display:block;margin-bottom:3px;color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.13em}.candidate-vacancy-copy h3{overflow:hidden;margin:0;color:var(--green-950);font-family:Manrope,sans-serif;font-size:20px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.candidate-card-date{display:flex;align-items:center;gap:7px;margin:17px 0;padding-bottom:17px;border-bottom:1px solid #edf0ec;color:#74877e;font-size:12px}.candidate-status-message{display:flex;align-items:flex-start;gap:13px;padding:17px;border:1px solid;border-radius:14px}.candidate-status-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:12px}.candidate-status-message>div{min-width:0}.candidate-status-message strong{display:block;margin-bottom:4px;font-family:Manrope,sans-serif;font-size:15px}.candidate-status-message p{margin:0;font-size:13px;line-height:1.55}.candidate-status-message.em_analise{color:#74570e;border-color:#f2dc9f;background:#fff9e9}.candidate-status-message.em_analise .candidate-status-icon{background:#fff0c5}.candidate-status-message.aprovado{color:#246640;border-color:#c9e7d3;background:#edf8f0}.candidate-status-message.aprovado .candidate-status-icon{background:#d9f0e0}.candidate-status-message.nao_aprovado{color:#8d4331;border-color:#f1d1c8;background:#fff2ee}.candidate-status-message.nao_aprovado .candidate-status-icon{background:#fbe1da}@media(max-width:760px){.entry-rail{min-height:320px;justify-content:flex-start;padding:22px 24px 55px}.entry-rail .rail-copy{margin:38px 0 0;padding:0}.entry-rail .rail-copy h1{max-width:350px;margin-top:9px;font-size:34px;line-height:1.08}.entry-main{position:relative;z-index:2;display:block;margin-top:-34px;padding:0 18px 50px}.candidate-workspace .content{padding-top:18px}.candidate-workspace .welcome-panel{min-height:168px;margin-bottom:16px;padding:25px 23px}.candidate-workspace .welcome-panel h1{margin-top:8px;font-size:29px}.candidate-workspace .welcome-panel p{max-width:92%;font-size:13px}.candidate-list-panel{padding:22px 18px}.candidate-list-panel .list-heading{align-items:flex-start}.candidate-list-panel .count{display:none}.candidate-application-list{gap:14px;margin-top:21px}.candidate-application-card{padding:19px;border-radius:16px}.candidate-card-top{grid-template-columns:44px minmax(0,1fr);gap:11px}.candidate-vacancy-icon{width:44px;height:44px}.candidate-vacancy-copy h3{font-size:18px}.candidate-card-top .badge{grid-column:2;justify-self:start;margin-top:2px}.candidate-card-date{margin:15px 0;padding-bottom:15px}.candidate-status-message{gap:11px;padding:15px}.candidate-status-icon{width:39px;height:39px;flex-basis:39px}.candidate-status-message strong{font-size:14px}.candidate-status-message p{font-size:12px}}
