/* =============================================================================
   STYLE.CSS — Estilos consolidados do Portal Vagas
   Inclui: Vendor (Toastify, Swiper), Base, Variáveis, Componentes, Layout
   ============================================================================= */

/* ─── 1. VENDOR: Toastify + Swiper + Reset ───────────────────────────────────── */
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-toast-width:320px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default, .Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus, .Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right, .Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left, .Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right, .Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right, .Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left, .Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right, .Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Work Sans;font-style:normal;font-weight:400;src:local("Work Sans Regular"),url("../fonts/WorkSans-Regular.woff") format("woff")}@font-face{font-family:Work Sans;font-style:normal;font-weight:100;src:local("Work Sans Thin"),url("../fonts/WorkSans-Thin.woff") format("woff")}@font-face{font-family:Work Sans;font-style:normal;font-weight:200;src:local("Work Sans ExtraLight"),url("../fonts/WorkSans-ExtraLight.woff") format("woff")}@font-face{font-family:Work Sans;font-style:normal;font-weight:300;src:local("Work Sans Light"),url("../fonts/WorkSans-Light.woff") format("woff")}@font-face{font-family:Work Sans;font-style:normal;font-weight:500;src:local("Work Sans Medium"),url("../fonts/WorkSans-Medium.woff") format("woff")}@font-face{font-family:Work Sans;font-style:normal;font-weight:600;src:local("Work Sans SemiBold"),url("../fonts/WorkSans-SemiBold.woff") format("woff")}@font-face{font-family:Work Sans;font-style:normal;font-weight:700;src:local("Work Sans Bold"),url("../fonts/WorkSans-Bold.woff") format("woff")}@font-face{font-family:Work Sans;font-style:normal;font-weight:800;src:local("Work Sans ExtraBold"),url("../fonts/WorkSans-ExtraBold.woff") format("woff")}@font-face{font-family:Merriweather;font-style:normal;font-weight:400;src:local("Merriweather Regular"),url("../fonts/Merriweather-Regular.woff") format("woff")}@font-face{font-family:Merriweather;font-style:italic;font-weight:400;src:local("Merriweather Italic"),url("../fonts/Merriweather-Italic.woff") format("woff")}@font-face{font-family:Merriweather;font-style:normal;font-weight:300;src:local("Merriweather Light"),url("../fonts/Merriweather-Light.woff") format("woff")}@font-face{font-family:Merriweather;font-style:italic;font-weight:300;src:local("Merriweather Light Italic"),url("../fonts/Merriweather-LightItalic.woff") format("woff")}@font-face{font-family:Merriweather;font-style:normal;font-weight:600;src:local("Merriweather Bold"),url("../fonts/Merriweather-Bold.woff") format("woff")}@font-face{font-family:Merriweather;font-style:italic;font-weight:600;src:local("Merriweather Bold Italic"),url("../fonts/Merriweather-BoldItalic.woff") format("woff")}@font-face{font-family:Merriweather;font-style:normal;font-weight:800;src:local("Merriweather Black"),url("../fonts/Merriweather-Black.woff") format("woff")}@font-face{font-family:Merriweather;font-style:italic;font-weight:800;src:local("Merriweather Black Italic"),url("../fonts/Merriweather-BlackItalic.woff") format("woff")}*{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body, html{margin:0}aside, footer, header, main{display:block}canvas{display:inline-block;vertical-align:baseline}[hidden]{height:0;display:none}a{background-color:transparent}a:active, a:hover{outline:0}strong{font-weight:700}h1{font-size:2em;margin:.67em 0}svg:not(:root){overflow:hidden}button, input, select{color:inherit;font:inherit;margin:0}button{overflow:visible}button, select{text-transform:none}button, html input[type=button], input[type=reset], input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled], html input[disabled]{cursor:default}img{border:0;padding:0}input{line-height:normal}input[type=checkbox], input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}:root{--font-family-1:Work Sans;--font-family-2:Merriweather;--elevation-1:0 0 0 1px rgba(0,0,0,.16);--elevation-2:0px 1px 2px rgba(0,0,0,.16);--elevation-3:0px 4px 8px rgba(0,0,0,.1);--elevation-4:0px 6px 12px rgba(94,76,123,.1);--elevation-5:0px 8px 16px rgba(0,0,0,.1);--elevation-6:0px 10px 24px rgba(0,0,0,.1)}:root .font-family-1{font-family:var(--font-family-1)}:root .font-family-2{font-family:var(--font-family-2)}:root .elevation-1{box-shadow:var(--elevation-1)}:root .elevation-2{box-shadow:var(--elevation-2)}:root .elevation-3{box-shadow:var(--elevation-3)}:root .elevation-4{box-shadow:var(--elevation-4)}:root .elevation-5{box-shadow:var(--elevation-5)}:root .elevation-6{box-shadow:var(--elevation-6)}:root{--color-brand-1:#ff7a00;--color-brand-2:#0074d9;--color-brand-3:#fea000;--color-hover-brand:#e66e00;--color-hover-light:#eeeef1;--color-link:#06c;--color-text-1:#0b1a30;--color-text-2:#475569;--color-text-3:#94a3b8;--color-text-inverse:#fff;--color-surface-1:#fff;--color-surface-2:#fafafa;--color-surface-3:#e8f4fd;--color-surface-4:#fdcbd5;--color-surface-5:#d8ecf8;--color-surface-6:#070f1e;--color-surface-7:#bfbfbf;--color-surface-8:#0074d9;--color-support-info:#06c;--color-support-success:#2e7b32;--color-support-warning:#e0b700;--color-support-error:#d32f2f;--color-gray-100:#f5f5f5;--color-gray-200:#eee;--color-gray-300:#e0e0e0;--color-gray-400:#bdbdbd;--color-gray-500:#9e9e9e;--color-gray-600:#757575;--color-gray-700:#616161;--color-gray-800:#424242;--color-gray-900:#212121}:root .color-brand-1{color:var(--color-brand-1)!important}:root .bg-brand-1{background-color:var(--color-brand-1)!important}:root .color-brand-2{color:var(--color-brand-2)!important}:root .bg-brand-2{background-color:var(--color-brand-2)!important}:root .color-brand-3{color:var(--color-brand-3)!important}:root .bg-brand-3{background-color:var(--color-brand-3)!important}:root .color-hover-brand{color:var(--color-hover-brand)!important}:root .bg-hover-brand{background-color:var(--color-hover-brand)!important}:root .color-hover-light{color:var(--color-hover-light)!important}:root .bg-hover-light{background-color:var(--color-hover-light)!important}:root .color-link{color:var(--color-link)!important}:root .bg-link{background-color:var(--color-link)!important}:root .color-text-1{color:var(--color-text-1)!important}:root .bg-text-1{background-color:var(--color-text-1)!important}:root .color-text-2{color:var(--color-text-2)!important}:root .bg-text-2{background-color:var(--color-text-2)!important}:root .color-text-3{color:var(--color-text-3)!important}:root .bg-text-3{background-color:var(--color-text-3)!important}:root .color-text-inverse{color:var(--color-text-inverse)!important}:root .bg-text-inverse{background-color:var(--color-text-inverse)!important}:root .color-surface-1{color:var(--color-surface-1)!important}:root .bg-surface-1{background-color:var(--color-surface-1)!important}:root .color-surface-2{color:var(--color-surface-2)!important}:root .bg-surface-2{background-color:var(--color-surface-2)!important}:root .color-surface-3{color:var(--color-surface-3)!important}:root .bg-surface-3{background-color:var(--color-surface-3)!important}:root .color-surface-4{color:var(--color-surface-4)!important}:root .bg-surface-4{background-color:var(--color-surface-4)!important}:root .color-surface-5{color:var(--color-surface-5)!important}:root .bg-surface-5{background-color:var(--color-surface-5)!important}:root .color-surface-6{color:var(--color-surface-6)!important}:root .bg-surface-6{background-color:var(--color-surface-6)!important}:root .color-surface-7{color:var(--color-surface-7)!important}:root .bg-surface-7{background-color:var(--color-surface-7)!important}:root .color-surface-8{color:var(--color-surface-8)!important}:root .bg-surface-8{background-color:var(--color-surface-8)!important}:root .color-support-info{color:var(--color-support-info)!important}:root .bg-support-info{background-color:var(--color-support-info)!important}:root .color-support-success{color:var(--color-support-success)!important}:root .bg-support-success{background-color:var(--color-support-success)!important}:root .color-support-warning{color:var(--color-support-warning)!important}:root .bg-support-warning{background-color:var(--color-support-warning)!important}:root .color-support-error{color:var(--color-support-error)!important}:root .bg-support-error{background-color:var(--color-support-error)!important}:root .color-gray-100{color:var(--color-gray-100)!important}:root .bg-gray-100{background-color:var(--color-gray-100)!important}:root .color-gray-200{color:var(--color-gray-200)!important}:root .bg-gray-200{background-color:var(--color-gray-200)!important}:root .color-gray-300{color:var(--color-gray-300)!important}:root .bg-gray-300{background-color:var(--color-gray-300)!important}:root .color-gray-400{color:var(--color-gray-400)!important}:root .bg-gray-400{background-color:var(--color-gray-400)!important}:root .color-gray-500{color:var(--color-gray-500)!important}:root .bg-gray-500{background-color:var(--color-gray-500)!important}:root .color-gray-600{color:var(--color-gray-600)!important}:root .bg-gray-600{background-color:var(--color-gray-600)!important}:root .color-gray-700{color:var(--color-gray-700)!important}:root .bg-gray-700{background-color:var(--color-gray-700)!important}:root .color-gray-800{color:var(--color-gray-800)!important}:root .bg-gray-800{background-color:var(--color-gray-800)!important}:root .color-gray-900{color:var(--color-gray-900)!important}:root .bg-gray-900{background-color:var(--color-gray-900)!important}body, html{color:var(--text-2);font-family:var(--font-family-1)}.container{max-width:1200px;display:block;margin:0 auto;width:100%;padding:0 16px}[data-hidden]{display:none}.padded{padding:16px}.spinner{position:relative;display:inline-flex;width:36px;padding:2px;height:36px;align-items:center;color:var(--color-brand-1)}.spinner:after{content:"";box-sizing:border-box;width:100%;height:100%;border-radius:50%;animation:spinner .6s linear infinite;border:4px solid;border-right:4px solid hsla(0,0%,100%,0)}@keyframes spinner{to{transform:rotate(1turn)}}:root{--h1-font-size:44px;--h2-font-size:32px;--h3-font-size:24px;--h4-font-size:18px;--h5-font-size:16px;--h6-font-size:14px}h1{color:var(--color-text-1);font-family:var(--font-family-1);font-style:normal;font-weight:400}h1{line-height:120%}.h1, h1{font-size:var(--h1-font-size)}@media screen and (max-width:1023px){.h1, h1{font-size:calc((var(--h1-font-size)/ 1.8) + 1.5vw)}}.h3{font-size:var(--h3-font-size)}@media screen and (max-width:1023px){.h3{font-size:calc((var(--h3-font-size)/ 1.8) + 1.5vw)}}p{color:var(--color-text-2);font-family:var(--font-family-1);font-style:normal;font-weight:400;font-size:16px;line-height:150%}a{cursor:pointer;color:var(--color-link);text-decoration:underline;font-weight:600;font-size:16px;line-height:32px}@media print{a:not([href^="#"]):not([href^=javascript]):after{content:" (" attr(href) ") "}}label{font-weight:600;font-size:14px;line-height:16px;color:var(--color-text-1)}.button, [type=button], [type=reset], [type=submit], button{border:none;min-height:48px;position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0 32px;border-radius:44px;background:0 0;transition:.2s;font-weight:600;width:auto;white-space:nowrap;border:1px solid var(--color-text-3);color:var(--color-text-3)}.button:active, [type=button]:active, [type=reset]:active, [type=submit]:active, button:active{transform:translateY(2px)}.button:active, .button:hover, [type=button]:active, [type=button]:hover, [type=reset]:active, [type=reset]:hover, [type=submit]:active, [type=submit]:hover, button:active, button:hover{transition:.2s;filter:contrast(.8)}.button input[type=file], [type=button] input[type=file], [type=reset] input[type=file], [type=submit] input[type=file], button input[type=file]{position:absolute;top:0;bottom:0;left:0;right:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:auto;overflow:hidden;opacity:0;cursor:pointer;max-width:100%}.button>span, [type=button]>span, [type=reset]>span, [type=submit]>span, button>span{display:flex;align-items:center}.button>span:not(:last-child), [type=button]>span:not(:last-child), [type=reset]>span:not(:last-child), [type=submit]>span:not(:last-child), button>span:not(:last-child){margin-right:8px}[class*=button-circle]{min-height:unset;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:100%}.button-primary{color:#fff;border-color:var(--color-brand-1);background-color:var(--color-brand-1)}.button-secondary{color:var(--color-brand-1);border-color:var(--color-brand-1)}.button-seamless{border:none;background:0 0;color:var(--color-brand-1)}.button-white{color:#fff;border-color:#fff;background-color:transparent}[class*=button].button-disabled, [class*=button][disabled], button[disabled]{opacity:.4;cursor:default;color:var(--color-gray-600);border:1px solid var(--color-gray-600);background-color:var(--color-gray-300)}[class*=button].button-disabled:active, [class*=button][disabled]:active, button[disabled]:active{transition:none}.button-small{height:40px;min-height:unset}:root{--form-input-height:48px}fieldset{padding:16px;margin-bottom:24px;border:1px solid var(--color-gray-300);border-radius:4px}.field{width:100%;display:block;position:relative;box-sizing:border-box;margin-bottom:24px}.field label{z-index:1;position:absolute;top:-9px;left:12px;padding:0 6px;background-color:#fff;font-family:Work Sans;font-style:normal;font-weight:400;font-size:14px;line-height:16px}.field input+label, .field select+label{position:static;padding:4px 16px 0;background:unset;display:block}.field:focus-within label:first-child{color:var(--color-brand-1)}.field.switch{display:flex;flex-wrap:wrap;align-items:center}.field.switch label{cursor:pointer;position:static;align-items:center;display:inline-flex}.field.switch:focus-within label:first-child{color:var(--color-text-1)}input, input[type=search], select{width:100%;height:var(--form-input-height);outline:0;border:1px solid #a99ac1;border-radius:8px;padding:0 16px;box-sizing:border-box;background:#fff;font-family:Work Sans;font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:var(--color-text-1)}input:hover:not(:focus), input[type=search]:hover:not(:focus), select:hover:not(:focus){border-color:var(--color-brand-1)}input:focus, input[type=search]:focus, select:focus{border:none;outline:solid 2px var(--color-brand-1)}input[type=color]{background-color:transparent;padding:8px}input[type=checkbox], input[type=radio]{margin:0 8px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:inline-block;width:24px;height:24px;outline:0;transition:.18s;border-radius:4px;border:2px solid var(--color-text-1)}input[type=checkbox]:before, input[type=radio]:before{top:0;left:0;content:"";opacity:0;visibility:hidden;position:absolute;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;transition:.18s;background-color:var(--color-brand-1);height:100%;width:100%}input[type=checkbox]:after, input[type=radio]:after{content:"";display:inline-block;transform:rotate(45deg);height:12px;width:5px;border-bottom:3px solid #fff;border-right:3px solid #fff;position:absolute;left:6px;top:1px}input[type=checkbox]:checked, input[type=radio]:checked{border-color:var(--color-brand-1)}input[type=checkbox]:checked:before, input[type=radio]:checked:before{opacity:1;visibility:visible}input[type=radio]{border-radius:100%}input[type=radio]:before{content:"";width:14px;height:14px;top:3px;left:3px;border-radius:100%}input[type=radio]:after{display:none}.required:after, [required]:after{content:"*";margin-left:8px;color:var(--color-brand-1)}[disabled]{opacity:.4;cursor:default;pointer-events:none}ul{padding-left:0;margin-top:0;font-size:1em}ul ul{font-size:.9em;list-style:none;margin:16px 0 16px 32px}li{margin-bottom:24px;color:var(--color-text-2)}:root{--toastify-toast-width:500px}.Toastify{--color-text-3:#fff}.Toastify__toast-container{top:80px}.Toastify__toast{font-size:18px;font-weight:500;padding-left:33px;border-radius:33px}.Toastify__toast-body a{color:inherit;text-decoration:none;line-height:24px}.Toastify__toast-icon{margin-right:16px}.Toastify__toast--default{--color-text-3:var(--toastify-text-color-light)}.Toastify__toast--warning{--color-text-3:#444;--toastify-text-color-warning:#444}.Toastify__close-button{border:none}@media screen and (min-width:480px){.Toastify__toast--force-bottom-right{position:fixed;bottom:0}}@media screen and (max-width:480px){.Toastify__toast{border-radius:0}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide, .swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight, .swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}

/* ─── 2. ESTILOS DE COMPONENTES (extraídos do HTML) ─────────────────────────── */

.css-1quixh2{
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      height: 72px;
      z-index: 10000;
      border-bottom: 1px solid transparent;
    }

    .css-1quixh2 .container{
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
    }

    .css-1quixh2 .container>div{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

    .css-1quixh2 .page-header__right{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    @media screen and (max-width: 425px){
      .css-1quixh2 .page-header__right>a{
        display: none;
      }
    }

    

    
.css-x6203d{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      margin: 0 auto;
      padding: 16px 0;
      position: relative;
      z-index: 1;
      max-width: 1200px;
    }

    @media (max-width: 768px){
      .css-x6203d{
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100% !important;
      }
    }
.css-14u9fsp{
      font-size: 10px;
      color: #999;
      text-transform: uppercase;
      margin-bottom: 4px;
      font-family: sans-serif;
    }
.css-8pfgt0{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      background-image: url(data:image/webp;base64,UklGRmwAAABXRUJQVlA4WAoAAAAQAAAABAAABAAAQUxQSBYAAAABDzAhERFCadtIbAwea/+oRfQ/GvwBVlA4IDAAAACQAQCdASoFAAUAAgA0JaQAApplHeAA/tPpPS2F/PjfDX7Mr9vZ2Xy98v/pAAAAAAA=);
      min-height: 250px;
    }

    @media (max-width: 1023px){
      .css-8pfgt0{
        min-height: 90px;
      }
    }

    @media (max-width: 767px){
      .css-8pfgt0{
        min-height: 50px;
      }
    }
.css-hbyt4l{
      margin-bottom: 90px;
    }

    @media screen and (max-width: 760px){
      .css-hbyt4l.container{
        padding: 0;
      }
    }

    .css-hbyt4l .timeline-aside-ad{
      position: -webkit-sticky;
      position: -webkit-sticky;
      position: sticky;
      z-index: 1;
    }

    .css-hbyt4l>header{
      top: 72px;
      left: 0;
      background-color: #ffffff;
      z-index: 2;
    }

    @supports (position: sticky){
      .css-hbyt4l>header {
        position: -webkit-sticky;
        position: sticky;
      }
    }

    @media screen and (max-width: 760px){
      .css-hbyt4l>header{
        margin: 0 auto;
        max-width: 760px;
        position: initial;
      }

      
    }

    .css-hbyt4l>header button{
      -webkit-transition: 200ms;
      transition: 200ms;
    }

    

    .css-hbyt4l .timeline-content{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 56px;
    }

    .css-hbyt4l .timeline-content .main{
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 auto;
      padding: 0 16px;
      max-width: 600px;
    }

    .css-hbyt4l .timeline-content aside{
      width: 300px;
    }

    

    .css-hbyt4l .timeline-content .update-sensor{
      text-align: center;
      padding-top: 56px;
    }

    @media screen and (max-width: 1230px){
      .css-hbyt4l .timeline-content{
        display: block;
      }

      .css-hbyt4l .timeline-content .main{
        padding: 0;
      }

      .css-hbyt4l .timeline-content aside{
        max-width: 760px;
        width: 100%;
        display: block;
        margin: 0 auto;
      }

      
    }

    @media screen and (max-width: 768px){
      .css-hbyt4l .timeline-content .main{
        display: initial;
      }
    }

    

    .css-hbyt4l .mobile-only{
      display: none;
    }

    @media screen and (max-width: 768px){
      .css-hbyt4l .mobile-only{
        display: initial;
      }
    }
.css-1xgwykh{
      width: 100%;
      height: auto;
      padding: 8px;
    }

    .css-1xgwykh .search__filters{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: auto;
    }

    .css-1xgwykh .search__main{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: auto;
    }

    @media screen and (max-width: 760px){
      .css-1xgwykh .search__main{
        overflow: scroll;
        overflow-y: hidden;
      }
    }

    .css-1xgwykh #main-search-form{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 20px;
    }

    .css-1xgwykh .search{
      width: 100%;
    }

    .css-1xgwykh .search__main{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
    }

    .css-1xgwykh .search__main .type-select{
      width: 156px;
    }

    .css-1xgwykh .search__main .type-select select{
      outline: none;
      border: 1px solid #a99ac1;
      background-color: var(--color-surface-5);
      color: var(--color-text-2);
      border-radius: 24px;
    }

    @media screen and (min-width: 600px){
      .css-1xgwykh .search__main .type-select select{
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
      }
    }

    .css-1xgwykh .search__main .search__bar{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 2px 0;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
    }

    .css-1xgwykh .search__main .input-query{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-right: 8px;
    }

    .css-1xgwykh .search__main .input-query fieldset{
      padding: 0;
      margin: 0;
      min-height: unset;
      border: none;
    }

    .css-1xgwykh .search__main .input-query .field{
      width: 100%;
      position: relative;
    }

    .css-1xgwykh .search__main .input-query .field input{
      border-radius: 24px;
    }

    @media screen and (min-width: 600px){
      .css-1xgwykh .search__main .input-query .field input{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
      }
    }

    .css-1xgwykh .search__main .input-query button{
      width: 48px;
      height: 48px;
      min-width: 48px;
      min-height: 48px;
      margin: 0;
      margin-left: 8px;
    }

    @media screen and (max-width: 600px){
      .css-1xgwykh .search__main{
        display: block;
      }

      .css-1xgwykh .search__main .field{
        max-width: unset !important;
      }

      .css-1xgwykh .search__main .field:not(:first-of-type){
        margin-left: 0px;
      }
    }

    
.css-1h8rnsv{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      overflow: visible;
    }

    .css-1h8rnsv>div{
      z-index: 10;
    }

    .css-1h8rnsv>div:not(:last-of-type){
      margin-right: 8px;
    }

    @media screen and (max-width: 1024px){
      .css-1h8rnsv{
        padding: 8px 0;
      }
    }

    @media screen and (max-width: 600px){
      .css-1h8rnsv{
        overflow: auto;
      }
    }
.css-90vzy8{
      position: relative;
    }

    .css-90vzy8>button{
      height: 32px;
      padding: 0 16px;
      min-height: unset;
      font-size: 12px;
      line-height: 100%;
      font-weight: 500;
      color: var(--color-text-1);
      border-color: var(--color-text-3);
    }

    .css-90vzy8>button svg{
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-left: 6px;
      font-size: 16px;
      -webkit-transition: 200ms;
      transition: 200ms;
    }

    .css-90vzy8>button:hover{
      border-color: var(--color-brand-1);
    }

    .css-90vzy8>button:hover svg{
      fill: var(--color-brand-1);
    }

    .css-90vzy8 .card-dropdown{
      visibility: hidden;
      opacity: 0;
      border: solid 1px var(--color-surface-5);
      width: 100vw;
      max-width: 486px;
      position: absolute;
      border-radius: 8px;
      top: 20px;
      -webkit-transition: 200ms;
      transition: 200ms;
      background-color: #fff;
    }

    .css-90vzy8 .card-dropdown__mobile-header{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      height: 60px;
      padding: 0 16px;
      border: solid 1px var(--color-surface-5);
      display: none;
    }

    .css-90vzy8 .card-dropdown__mobile-header p{
      margin: 0;
      font-size: 16px;
      font-weight: 600;
    }

    .css-90vzy8 .card-dropdown__mobile-header .close-btn{
      background-color: var(--color-surface-5);
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      border-radius: 100%;
    }

    @media screen and (max-width: 600px){
      .css-90vzy8 .card-dropdown__mobile-header{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
      }
    }

    @media screen and (max-width: 600px){
      .css-90vzy8 .card-dropdown{
        position: fixed;
        bottom: -100px;
        left: 0;
        right: unset !important;
        width: 100%;
        top: unset;
        height: 75vh;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }
    }

    .css-90vzy8[data-show-dropdown=true]{
      z-index: 20;
    }

    .css-90vzy8[data-show-dropdown=true] .card-dropdown{
      top: 42px;
      visibility: visible;
      opacity: 1;
    }

    @media screen and (max-width: 600px){
      .css-90vzy8[data-show-dropdown=true]{
        z-index: 1000;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        top: unset;
        height: 75vh;
      }

      

      .css-90vzy8[data-show-dropdown=true]>button{
        display: none;
      }

      .css-90vzy8[data-show-dropdown=true] .card-dropdown{
        top: unset;
        bottom: 0;
        width: 100%;
        max-width: unset;
        transition-delay: 100ms;
      }
    }

    .css-90vzy8[data-show-dropdown=true]>button{
      border-color: var(--color-brand-1);
    }

    .css-90vzy8[data-show-dropdown=true]>button svg{
      fill: var(--color-brand-1);
      -webkit-transform: rotate(-270deg);
      -moz-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
      transform: rotate(-270deg);
    }

    .css-90vzy8[data-active=true]>button{
      background-color: var(--color-surface-5);
    }
.css-162rdia{
      height: calc(100% - 60px);
    }

    

    .css-162rdia .content-wrapper{
      height: 100%;
    }

    .css-162rdia .content-wrapper__inner-filter{
      padding: 16px 24px;
    }

    .css-162rdia .content-wrapper__list{
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 16px;
      padding-top: 0;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-height: 232px;
      overflow: auto;
      border: 0;
      margin: 0;
      border-bottom: solid 1px var(--color-surface-5);
    }

    .css-162rdia .content-wrapper__list>div{
      margin: 0;
      width: auto;
      margin: 4px;
      cursor: pointer;
    }

    .css-162rdia .content-wrapper__list>div label input[type=checkbox]{
      display: none;
    }

    .css-162rdia .content-wrapper__list>div label input[type=checkbox]+span{
      padding: 6px 12px;
      border-radius: 25px;
      border: solid 1px var(--color-text-1);
    }

    .css-162rdia .content-wrapper__list>div label input[type=checkbox]:checked+span{
      color: #fff;
      border-color: var(--color-brand-1);
      background-color: var(--color-brand-1);
    }

    

    

    .css-162rdia .content-wrapper__list [data-hidden=true]{
      display: none;
    }

    .css-162rdia .content-wrapper footer{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 16px 24px;
    }

    .css-162rdia .content-wrapper footer>button{
      height: 48px;
    }

    @media screen and (max-width: 600px){
      .css-162rdia .content-wrapper{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
      }

      .css-162rdia .content-wrapper .content-wrapper__list{
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        max-height: unset;
      }

      .css-162rdia .content-wrapper .content-wrapper__list>div:not([data-hidden=true]){
        display: inline-block;
      }
    }
.css-1htf1s6{
      height: calc(100% - 60px);
    }

    

    .css-1htf1s6 .content-wrapper{
      height: 100%;
    }

    .css-1htf1s6 .content-wrapper__inner-filter{
      padding: 16px 24px;
    }

    .css-1htf1s6 .content-wrapper__list{
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 16px;
      padding-top: 0;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-height: 232px;
      overflow: auto;
      border: 0;
      margin: 0;
      border-bottom: solid 1px var(--color-surface-5);
    }

    .css-1htf1s6 .content-wrapper__list>div{
      margin: 0;
      width: auto;
      margin: 4px;
      cursor: pointer;
    }

    .css-1htf1s6 .content-wrapper__list>div label input[type=checkbox]{
      display: none;
    }

    .css-1htf1s6 .content-wrapper__list>div label input[type=checkbox]+span{
      padding: 6px 12px;
      border-radius: 25px;
      border: solid 1px var(--color-text-1);
    }

    .css-1htf1s6 .content-wrapper__list>div label input[type=checkbox]:checked+span{
      color: #fff;
      border-color: var(--color-brand-1);
      background-color: var(--color-brand-1);
    }

    

    

    .css-1htf1s6 .content-wrapper__list [data-hidden=true]{
      display: none;
    }

    .css-1htf1s6 .content-wrapper footer{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 16px 24px;
    }

    .css-1htf1s6 .content-wrapper footer>button{
      height: 48px;
    }

    @media screen and (max-width: 600px){
      .css-1htf1s6 .content-wrapper{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
      }

      .css-1htf1s6 .content-wrapper .content-wrapper__list{
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        max-height: unset;
      }

      .css-1htf1s6 .content-wrapper .content-wrapper__list>div:not([data-hidden=true]){
        display: inline-block;
      }
    }
.css-1gj5uvz{
      height: calc(100% - 140px);
    }

    .css-1gj5uvz .content-wrapper{
      height: 100%;
    }

    .css-1gj5uvz .content-wrapper__options{
      height: 100%;
      padding: 24px;
      border-bottom: solid 1px var(--color-surface-5);
    }

    .css-1gj5uvz .content-wrapper__options .field:last-child{
      margin: 0;
    }

    .css-1gj5uvz .content-wrapper footer{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      padding: 16px 24px;
    }

    .css-1gj5uvz .content-wrapper footer>button{
      height: 48px;
    }
.css-7p7ew4{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
      margin: 16px auto;
      position: relative;
      box-sizing: border-box;
      z-index: 1;
    }
.css-14u9fsp{
      font-size: 10px;
      color: #999;
      text-transform: uppercase;
      margin-bottom: 4px;
      font-family: sans-serif;
    }
.css-b0u8we{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      background-image: url(data:image/webp;base64,UklGRmwAAABXRUJQVlA4WAoAAAAQAAAABAAABAAAQUxQSBYAAAABDzAhERFCadtIbAwea/+oRfQ/GvwBVlA4IDAAAACQAQCdASoFAAUAAgA0JaQAApplHeAA/tPpPS2F/PjfDX7Mr9vZ2Xy98v/pAAAAAAA=);
      min-height: 250px;
    }


    

    

    
.css-8b78xv{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      background-image: url(data:image/webp;base64,UklGRmwAAABXRUJQVlA4WAoAAAAQAAAABAAABAAAQUxQSBYAAAABDzAhERFCadtIbAwea/+oRfQ/GvwBVlA4IDAAAACQAQCdASoFAAUAAgA0JaQAApplHeAA/tPpPS2F/PjfDX7Mr9vZ2Xy98v/pAAAAAAA=);
      min-height: 600px;
    }
.css-147r119{
      background-color: #070f1e;
      color: #94a3b8;
    }
    .css-147r119 p {
      color: #f1f5f9 !important;
    }
    .css-147r119 a {
      color: #94a3b8 !important;
      text-decoration: none !important;
      font-weight: 500 !important;
    }
    .css-147r119 a:hover {
      color: var(--color-brand-1) !important;
    }

    .css-147r119>div.footer-content{
      display: grid;
      grid-gap: 16px;
      padding: 64px 16px;
      grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
    }

    .css-147r119>div.footer-content ul{
      margin: 0;
    }

    .css-147r119>div.footer-content ul li:last-child{
      margin-bottom: 0;
    }

    @media screen and (max-width: 1024px){
      .css-147r119>div.footer-content{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 32px 16px;
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around;
      }

      .css-147r119>div.footer-content>div{
        width: calc(40% - 8px);
      }

      

      

      .css-147r119>div.footer-content>div{
        margin-bottom: 40px;
      }
    }

    @media screen and (max-width: 600px){
      .css-147r119>div.footer-content{
        display: block;
      }

      .css-147r119>div.footer-content>div{
        width: 100%;
      }

      .css-147r119>div.footer-content>div:last-child{
        margin-bottom: unset;
      }
    }

    .css-147r119>.copyright{
      padding: 16px;
      text-align: center;
      background-color: var(--color-text-1);
    }

    .css-147r119>.copyright p{
      margin: 0;
      color: #ffffff;
    }

    

    

    

    
.css-5qytcr{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

    .css-5qytcr a button{
      width: 44px;
      height: 44px;
      background-color: var(--color-surface-5);
      border-color: var(--color-surface-5);
    }

    .css-5qytcr a button svg{
      min-width: 26px;
      min-height: 26px;
      fill: var(--color-text-1);
    }

    .css-5qytcr a:not(:last-of-type){
      margin-right: 8px;
    }
.css-6adpky p{
      margin-top: 0;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: var(--color-text-1);
    }

    .css-6adpky ul{
      list-style: none;
    }

    .css-6adpky ul li a{
      color: var(--color-text-2);
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      -webkit-text-decoration: none;
      text-decoration: none;
      margin-bottom: 16px;
    }
.css-1vlqez8{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .css-1vlqez8 p{
      margin-top: 0;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      color: var(--color-text-1);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .css-1vlqez8 p svg{
      margin-right: 8px;
    }

    .css-1vlqez8 .field{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

    .css-1vlqez8 .field input{
      width: 100%;
      margin-right: 8px;
    }

    .css-1vlqez8 .field [type=submit]{
      margin: 0;
      width: auto;
      padding: 0 24px;
    }

    .css-1vlqez8 .field label{
      background-color: #F5F5F5;
    }

    @media screen and (max-width: 1024px){
      .css-1vlqez8.break-on-1024 .field{
        display: block;
      }

      .css-1vlqez8.break-on-1024 .field input{
        margin-bottom: 16px;
      }

      .css-1vlqez8.break-on-1024 .field [type=submit]{
        width: 100%;
      }
    }

    .css-1vlqez8 .desktop{
      display: none;
    }

    .css-1vlqez8 .mobile{
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }

/* ─── 3. CORREÇÕES DE LAYOUT (hero, cards, tags, header) ────────────────────── */
/* =============================================================================
   LAYOUT FIXES — Restores CSS from the original Next.js build chunks
   Reconstructed by comparing the original Portal Vagas Home HTML with the captured page.
   ============================================================================= */

/* ─── BODY ────────────────────────────────────────────────────────────────── */
body{
  padding: 0 !important;  /* captured page had incorrect padding-bottom:120px */
  overflow: initial;
}

/* ─── HEADER: Auth button wrapper ─────────────────────────────────────────── */
/*
 * css-1h7arka wraps [Cadastrar / Entrar] buttons.
 * .desktop/.mobile inside it control responsive visibility.
 * The css-1vlqez8 emotion style globally sets .desktop{display:none} which
 * bleeds into the header — we override with higher specificity here.
 */
.css-1h7arka{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-1h7arka .desktop{
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.css-1h7arka .mobile{
  display: none !important;
}

@media screen and (max-width: 425px){
  .css-1h7arka .desktop{ display: none !important; }
  .css-1h7arka .mobile{ display: -webkit-box !important; display: flex !important; }
}

/* ─── HERO BANNER: css-174ergd ────────────────────────────────────────────── */
/*
 * Full-width hero section with purple gradient background and particles.
 * The original canvas is height=560 on desktop.
 * The container inside uses flex-row: .featured (left) + .illustration (right)
 */
.css-174ergd{
  width: 100%;
  position: relative;
  background-color: var(--color-surface-8);     /* #0074d9 */
  background-image: linear-gradient(135deg, var(--color-surface-8) 0%, #0b1a30 60%, #070f1e 100%);
  overflow: hidden;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* css-i28c77: the tsparticles canvas absolute container */
.css-i28c77{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* The container flex row inside the hero */
.css-174ergd > .container{
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 48px;
}

/*
 * .featured = LEFT side of hero = COLUMN flex (discourse on top, actions below)
 * Note: In the original, .featured is a flex COLUMN, not row.
 * .discourse (h1+p) sits above .actions (buttons) in a column.
 */
.featured{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 520px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.discourse h1{
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px;
}

@media screen and (max-width: 1023px){
  .discourse h1{
    font-size: calc(44px / 1.8 + 1.5vw);
  }
}

.discourse p{
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 32px;
}

.actions{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .illustration = RIGHT side of hero = rocket image */
.illustration{
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 32px;
}

.illustration img{
  height: 400px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* Responsive: hide illustration on smaller screens */
@media screen and (max-width: 900px){
  .illustration{
    display: none;
  }
  .featured{
    max-width: 100%;
  }
}

@media screen and (max-width: 768px){
  .css-174ergd{
    min-height: 260px;
  }
  .discourse h1{
    font-size: 28px;
  }
}

/* ─── JOB CARD: css-1isonyb ──────────────────────────────────────────────── */
/*
 * Portal Vagas Home uses a border-bottom separator between cards (not full card border).
 * The card has no background-color: it inherits white from the page.
 */
.job-content-box.css-1isonyb{
  background-color: #ffffff;
  border-bottom: 1px solid var(--color-surface-5);
  cursor: pointer;
  transition: background-color 0.15s;
}

.job-content-box.css-1isonyb:hover{
  background-color: var(--color-hover-light);
}

/* Remove default padding from the inner wrappers */
.content-box__inner, .box-content{
  padding: 0;
}

/* ─── JOB CARD BODY: css-e36j8y ──────────────────────────────────────────── */
/*
 * The actual content area inside the card: avatar + info + tags
 */
.css-e36j8y{
  padding: 12px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

/* card-header: avatar + title/company/meta row */
.card-header{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

/* Company logo avatar */
.card-header__external-job-avatar{
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-surface-5);
  background-color: var(--color-gray-100);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-header__external-job-avatar img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Title + Company + Meta column */
.card-header__info{
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

/* Job title link */
.card-header__info .job-title{
  display: block;
  font-family: var(--font-family-1);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  color: var(--color-text-1);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-header__info .job-title:hover{
  color: var(--color-brand-1);
  text-decoration: underline;
}

/* Company name link */
.card-header__info .company{
  font-family: var(--font-family-1);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-2);
  text-decoration: none;
  line-height: 1.4;
}

.card-header__info .company:hover{
  color: var(--color-brand-1);
  text-decoration: underline;
}

/* Meta: "3 horas atrás • Via Quickin" */
.info-meta{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.info-meta p{
  margin: 0;
  font-size: 12px;
  color: var(--color-text-3);
  line-height: 1.2;
}

/* ─── TAG LIST: css-1o4ltq8, css-lq967y ──────────────────────────────────── */
.tag-list{
  margin-top: 2px;
}

/* Tag row wrapper */
.css-1o4ltq8{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

/* Individual tag pill */
.css-lq967y{
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--font-family-1);
  font-size: 11px;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 20px;
  border: 1px solid var(--color-surface-5);
  color: var(--color-text-1);
  text-decoration: none;
  white-space: nowrap;
  line-height: 20px;
  -webkit-transition: border-color 0.15s, background-color 0.15s;
  transition: border-color 0.15s, background-color 0.15s;
  cursor: pointer;
}

.css-lq967y:hover{
  border-color: var(--color-brand-1);
  background-color: var(--color-surface-3);
  text-decoration: none;
}

/* ─── AD WRAPPERS ─────────────────────────────────────────────────────────── */
.css-mla7zh{
  width: 100%;
}

.css-pbd9i2{
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.css-f736af{
  width: 100%;
}

/* ─── FOOTER: css-6adpky link hover (not in emotion style) ───────────────── */
.css-6adpky ul li a:hover{
  color: var(--color-brand-1);
}

/* =============================================================================
   4. JOB DETAILS PAGE STYLES
   ============================================================================= */

/* ─── JOB DETAILS LAYOUT ─── */
.job-details-layout {
  width: 100%;
  display: grid;
  grid-gap: 64px;
  grid-template-columns: auto 360px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.job-details-layout .job-description__content > header {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}

.job-details-layout .job-description__content > header button,
.job-details-layout .job-description__content > header p {
  margin: 0 !important;
}

.job-details-layout .job-description__content .job-title {
  margin: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 8px;
  max-width: 90%;
  color: var(--color-text-1);
}

.job-details-layout .job-description__content .job-info-box .job-company-name {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: var(--color-text-2);
  padding-bottom: 20px;
}

.job-details-layout .job-description__content .job-info-box {
  margin-bottom: 32px;
}

.job-details-layout .job-description__content .job-info-box .button-circle {
  margin-bottom: 10px;
}

.job-details-layout .job-description__content .job-info-box .job-share {
  padding: 0px 0 5px 2px;
  display: flex;
  gap: 16px;
}

.job-details-layout .job-description__content .job-info-box .job-share a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.job-details-layout .job-description__content .job-info-box h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.job-details-layout .job-description__content .sub-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: var(--color-text-1);
}

.job-details-layout .job-description__content .sub-heading svg {
  margin-right: 8px;
}

.job-details-layout .job-description__content div > p:not(.title) {
  margin: 0;
  margin-bottom: 16px;
}

.job-details-layout .job-description__content .more-info:not(:last-child) {
  margin-bottom: 32px;
}

.job-details-layout .job-description__content .more-info .text-large {
  margin-bottom: 8px;
  color: var(--color-text-1);
}

.job-details-layout .job-description__content .job-information {
  margin-bottom: 40px;
}

.job-details-layout .job-description__content .job-information p img,
.job-details-layout .job-description__content .job-information img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

/* Alinhamento e exibição de emojis inline do Slack/Gupy */
.job-details-layout .job-description__content .job-information p img[src*="emoji"],
.job-details-layout .job-description__content .job-information p img[src*="slack-edge"],
.job-details-layout .job-description__content .job-information img[src*="emoji"],
.job-details-layout .job-description__content .job-information img[src*="slack-edge"] {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 4px !important;
}

.job-details-layout .job-description__aside {
  padding: 24px 0;
}

.job-details-layout .job-description__aside > button,
.job-details-layout .job-description__aside > a {
  display: block;
  width: 100%;
  max-width: unset;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .job-details-layout {
    display: block;
    margin: 0 auto;
    max-width: 760px;
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 768px) {
  .job-details-layout .job-description__content .job-title {
    font-size: 28px;
  }
  .job-details-layout .job-description__content .job-info-box .job-company-name {
    font-size: 16px;
  }
}

/* ─── INFO TILES (ALERTS) ─── */
.info-tile {
  border-radius: 16px;
  margin-bottom: 16px;
}

.info-tile .tile-content {
  padding: 24px;
  color: var(--color-text-1);
  display: flex;
  align-items: center;
}

.info-tile .tile-content .icon {
  font-size: 32px;
  display: flex;
  align-items: center;
  margin-right: 16px;
}

.info-tile .tile-content .info {
  width: 100%;
}

.info-tile .tile-content .info > p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
}

.info-tile .tile-content .info > p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .info-tile .tile-content .icon {
    display: none;
  }
}

.info-tile.success {
  background-color: rgba(46, 123, 50, .15);
}

.info-tile.info {
  background-color: rgba(253, 203, 213, .3);
}

.info-tile.warning {
  background-color: rgba(224, 183, 0, .15);
}

.info-tile.danger {
  background-color: rgba(211, 47, 47, .15);
}

.info-tile.info-purple {
  background-color: var(--color-brand-2); /* purple background */
}

.info-tile.info-purple p,
.info-tile.info-purple a,
.info-tile.info-purple svg {
  color: #fff;
}

.info-tile.light-purple {
  background-color: var(--color-surface-5);
}

.info-tile.hover-light {
  background-color: var(--color-hover-light);
}

.info-tile.blue {
  background-color: var(--color-surface-6);
}

.info-tile.blue .tile-content,
.info-tile.blue p {
  color: #fff;
}

/* ─── SIDEBAR CARD / BOX ─── */
.sidebar-box {
  margin: 8px 0 24px;
}

.sidebar-box .content-box__inner {
  overflow: hidden;
  display: flex;
  height: 100%;
  min-height: 60px;
  border-radius: 16px;
  flex-direction: column;
  border: 1px solid var(--color-surface-5);
  background-color: #fff;
}

.sidebar-box .content-box__inner header {
  display: flex;
  padding: 8px 16px;
  min-height: 64px;
  position: relative;
  align-items: center;
  border-bottom: solid 1px var(--color-surface-5);
}

.sidebar-box .content-box__inner header p,
.sidebar-box .content-box__inner header h1,
.sidebar-box .content-box__inner header h2,
.sidebar-box .content-box__inner header h3,
.sidebar-box .content-box__inner header h4 {
  margin: 0;
  font-weight: 600;
  color: var(--color-text-1);
}

.sidebar-box .content-box__inner header.no-border {
  border-bottom: none;
}

.sidebar-box .content-box__inner .box-content {
  flex: 1;
  padding: 16px;
}

/* Company avatar container inside header */
.company-avatar-header {
  position: relative;
  height: 96px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  border-bottom: solid 1px var(--color-surface-5);
}

.company-avatar-header img {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  border: solid 4px #ffffff;
  background-color: #ffffff;
  object-fit: contain;
  box-shadow: var(--elevation-2);
}

/* Company details */
.company-box p.h1,
.company-box p.h2 {
  margin: 0;
  font-weight: 600;
  margin-bottom: 8px;
}

.company-box p.h2 {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--color-text-1);
}

.company-box a {
  text-decoration: none;
}

.company-box .company-description .collapsible-text {
  color: var(--color-text-2);
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 24px;
}

.company-box .company-description .collapsible-text.collapsed {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}

.company-box .company-description .collapsible-text.collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.learn-more-section p.subheading {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-text-1);
}

.social-links a {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  text-decoration: none;
  color: var(--color-text-2);
  text-transform: capitalize;
}

.social-links a svg {
  min-width: 20px;
  min-height: 20px;
  margin-right: 8px;
}

.social-links a:last-of-type {
  margin-bottom: 0;
}

/* Brand icon colors */
.brand-icons .brand-linkedin { color: #006db3; fill: #006db3; }
.brand-icons .brand-glassdoor { color: #00a964; fill: #00a964; }
.brand-icons .brand-instagram { color: #fb3958; fill: #fb3958; }
.brand-icons .brand-youtube { color: #ff3333; fill: #ff3333; }
.brand-icons .brand-twitter { color: #00a9f1; fill: #00a9f1; }
.brand-icons .brand-facebook { color: #365397; fill: #365397; }

/* Job content box clickability and hover effects */
.job-content-box[data-job-link] {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.job-content-box[data-job-link]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: var(--color-surface-2, #fafafa);
}

/* ==========================================================================
   Controle de Exibição de Publicidade (Google AdSense)
   ========================================================================== */

/* Esconder por padrão slots do AdSense marcados como não preenchidos */
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

/* Ocultar wrappers de publicidade caso não possuam anúncio ativamente preenchido (filled) */
.css-x6203d:not(:has(ins.adsbygoogle[data-ad-status="filled"])),
.css-7p7ew4:not(:has(ins.adsbygoogle[data-ad-status="filled"])),
.css-1ne08g2:not(:has(ins.adsbygoogle[data-ad-status="filled"])) {
  display: none !important;
}

/* Remove placeholders cinza de anúncio e colapsa a altura por padrão quando não preenchidos */
.css-x6203d:not(:has(ins.adsbygoogle[data-ad-status="filled"])) .css-8pfgt0,
.css-x6203d:not(:has(ins.adsbygoogle[data-ad-status="filled"])) .css-clp6jx,
.css-7p7ew4:not(:has(ins.adsbygoogle[data-ad-status="filled"])) .css-b0u8we,
.css-7p7ew4:not(:has(ins.adsbygoogle[data-ad-status="filled"])) .css-8b78xv,
.css-1ne08g2:not(:has(ins.adsbygoogle[data-ad-status="filled"])) .css-clp6jx {
  background-image: none !important;
  min-height: 0 !important;
  height: 0 !important;
}

/* Remover borda padrão de iframes de anúncio do AdSense */
ins.adsbygoogle iframe {
  border: 0 !important;
  outline: none !important;
}


