@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary-dark-blue: #16549d;--primary-blue: #2b74c0;--primary-yellow: #fcc21f;--text-dark: #11253f;--text-gray: #5d6b7e;--text-soft: #7c8899;--bg-canvas: #f4f7fb;--bg-page-light: #fbfdff;--bg-section-soft: #eef3f9;--bg-light: #eef4fb;--bg-white: #ffffff;--bg-highlight: #fff7dc;--bg-selection: rgba(17, 37, 63, .1);--bg-page-gradient: linear-gradient(180deg, #ffffff 0%, #fdfeff 24%, var(--bg-page-light) 58%, #f9fcff 100%);--primary-blue-04: rgba(22, 84, 157, .04);--primary-blue-06: rgba(22, 84, 157, .06);--primary-dark-blue-12: rgba(22, 84, 157, .12);--primary-dark-blue-18: rgba(22, 84, 157, .18);--primary-dark-blue-38: rgba(22, 84, 157, .38);--primary-yellow-14: rgba(252, 194, 31, .14);--primary-yellow-24: rgba(252, 194, 31, .24);--border-subtle: rgba(22, 84, 157, .14);--white-20: rgba(255, 255, 255, .2);--white-35: rgba(255, 255, 255, .35);--font-sans: "Plus Jakarta Sans", sans-serif;--font-display: "Plus Jakarta Sans", sans-serif;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 30px;--shadow-soft: 0 8px 20px rgba(17, 37, 63, .045);--shadow-medium: 0 12px 28px rgba(17, 37, 63, .065);--transition-fast: .2s ease;--transition-normal: .28s ease;--transition-smooth: .35s cubic-bezier(.4,0,.2,1)}body{font-family:var(--font-sans);color:var(--text-dark);background-color:var(--bg-page-light);background-image:var(--bg-page-gradient);background-attachment:fixed}.text-primary{color:var(--primary-blue)}.text-dark-blue{color:var(--primary-dark-blue)}.text-accent{color:var(--primary-yellow)}.bg-primary{background-color:var(--primary-blue)}.bg-dark-blue{background-color:var(--primary-dark-blue)}.bg-accent{background-color:var(--primary-yellow)}.rounded-lg{border-radius:var(--radius-lg)}.transition-smooth{transition:var(--transition-smooth)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:15px;font-variant-ligatures:none;font-feature-settings:"liga" 0,"clig" 0,"calt" 0}body{margin:0;padding:0;font-family:var(--font-sans);color:var(--text-dark);background-color:var(--bg-canvas);font-size:1rem;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant-ligatures:none;font-feature-settings:"liga" 0,"clig" 0,"calt" 0}::-moz-selection{background:var(--bg-selection);color:var(--text-dark)}::selection{background:var(--bg-selection);color:var(--text-dark)}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-display);font-weight:700;letter-spacing:-.02em;color:var(--text-dark);font-variant-ligatures:none;font-feature-settings:"liga" 0,"clig" 0,"calt" 0}p{margin:0;line-height:1.7}a{text-decoration:none;color:inherit;transition:color var(--transition-fast),opacity var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);font-variant-ligatures:none;font-feature-settings:"liga" 0,"clig" 0,"calt" 0}a:hover{text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit;font-variant-ligatures:none;font-feature-settings:"liga" 0,"clig" 0,"calt" 0}input,select,textarea{font:inherit;font-variant-ligatures:none;font-feature-settings:"liga" 0,"clig" 0,"calt" 0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--primary-yellow-24);outline-offset:2px}img{max-width:100%;display:block}.header-border{border-bottom:1px solid var(--primary-dark-blue-12)}.nav-link{position:relative;display:inline-flex;align-items:center;min-height:42px;color:var(--text-gray);font-size:.92rem;font-weight:600;letter-spacing:-.01em;transition:color .25s ease}.nav-link:hover{color:var(--primary-blue)}.nav-link.active{color:var(--primary-dark-blue);font-weight:700}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;border-radius:999px;background:var(--primary-yellow);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link.active:after{width:100%;background:var(--primary-yellow)}.main-header{width:100%;position:sticky;top:0;z-index:100;background:var(--bg-white);transition:transform .24s cubic-bezier(.22,1,.36,1);will-change:transform}.main-header:before{content:"";position:absolute;top:calc(-1*env(safe-area-inset-top,0px));left:0;right:0;height:env(safe-area-inset-top,0px);background:var(--bg-white);pointer-events:none}.main-header.scrolled{background:var(--bg-white);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;border-bottom:none}.main-header.header-hidden{transition-duration:.18s;transform:translateY(calc(-100% - 1px))}.main-header.header-revealing{transition-duration:.34s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.header-container{width:100%;margin:0 auto;padding:0 32px;min-height:76px;display:flex;align-items:center;gap:1.5rem;border-bottom:1px solid var(--border-subtle)}@supports (padding-top: env(safe-area-inset-top)){.header-container{padding-top:env(safe-area-inset-top);min-height:calc(76px + env(safe-area-inset-top))}}.header-brand{display:inline-flex;align-items:center;flex-shrink:0}.logo-img{height:38px;width:auto;object-fit:contain}.desktop-nav{display:flex;gap:1.75rem;align-items:center;flex:1;justify-content:center}.desktop-actions{display:flex;align-items:center;gap:1rem}.btn-primary{min-height:46px;padding:0 1.25rem;border-radius:14px;background-color:var(--primary-dark-blue);color:var(--bg-white);font-size:.92rem;font-weight:700;letter-spacing:-.01em;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #16549d1f;transition:background-color .25s ease,transform .2s ease,box-shadow .2s ease}.btn-primary:hover{background-color:var(--primary-blue);transform:translateY(-1px);box-shadow:0 10px 20px #16549d24}.language-btn{height:46px;padding:0 .95rem;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:var(--bg-white);color:var(--primary-dark-blue);border:1px solid var(--border-subtle);font-size:.88rem;font-weight:700;box-shadow:var(--shadow-soft)}.language-btn:hover{background-color:var(--bg-white);border-color:var(--border-subtle)}.icon-envelope{width:18px;height:18px;color:currentColor}.lang-arrow{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;transform-origin:50% 50%;transition:transform .3s ease}.lang-arrow svg{display:block;width:100%;height:100%}.lang-wrapper,.profile-wrapper{position:relative;display:inline-flex;align-items:center}.lang-dropdown,.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:var(--bg-white);border:1px solid var(--border-subtle);border-radius:16px;box-shadow:var(--shadow-medium);padding:.45rem;z-index:220;animation:dropdownFade .2s ease}.lang-dropdown{min-width:120px}.profile-dropdown{min-width:170px}.lang-dropdown.hidden,.profile-dropdown.hidden{display:none}.lang-option,.dropdown-link{display:block;width:100%;padding:.72rem .85rem;border-radius:12px;font-size:.9rem;font-weight:600;color:var(--primary-dark-blue);text-align:left}.dropdown-link:hover{background-color:var(--bg-light)}.lang-option:hover{background-color:var(--bg-light);color:var(--primary-dark-blue)}.lang-option.active,.lang-option.active:hover{background-color:var(--primary-dark-blue);color:var(--bg-white)}.profile-circle{width:44px;height:44px;background:var(--primary-dark-blue);color:var(--bg-white);border-radius:50%;border:2px solid var(--primary-dark-blue);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.92rem;box-shadow:0 6px 14px #16549d1f;transition:transform .25s ease,background-color .25s ease}.profile-circle:hover{background:var(--primary-blue);border-color:var(--primary-blue);transform:translateY(-1px)}.profile-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.mobile-profile{width:50px;height:50px}.burger-btn{display:none;width:46px;height:46px;margin-left:auto;border-radius:14px;padding:0;background:var(--bg-section-soft);border:none;color:var(--primary-dark-blue);box-shadow:none}.burger-icon{width:22px;height:22px;display:block}.drawer-panel{position:fixed;top:0;right:0;width:min(420px,100%);height:100vh;background:var(--bg-white);box-shadow:-12px 0 28px #11253f1a;transform:translate(100%);transition:transform .35s ease;z-index:200;display:flex;flex-direction:column;padding:1.25rem;gap:1.5rem}.drawer-panel.open{transform:translate(0)}#drawerOverlay{position:fixed;inset:0;background:#11253f6b;z-index:150;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.drawer-header .lang-wrapper{flex:1;min-width:0}.drawer-header .language-btn{min-width:86px;justify-content:space-between;background:var(--bg-section-soft);border:none;box-shadow:none}.drawer-header .lang-dropdown{left:0;right:auto;min-width:92px}.drawer-close{width:46px;height:46px;border-radius:14px;padding:0;background:var(--bg-section-soft);color:var(--primary-dark-blue);border:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;flex-shrink:0}.drawer-close-icon{width:18px;height:18px;display:block}.drawer-close:hover{background:var(--bg-light)}.drawer-nav{display:flex;flex-direction:column;gap:.55rem;margin-bottom:auto}.drawer-link{display:flex;align-items:center;min-height:50px;padding:0 1rem;border-radius:16px;color:var(--text-gray);font-size:1rem;font-weight:700;background:transparent;border:none}.drawer-link:hover{color:var(--primary-dark-blue);background:var(--bg-light)}.drawer-link.active{color:var(--bg-white);background:var(--primary-dark-blue)}.drawer-footer{display:flex;align-items:center;gap:.85rem;width:100%;padding-top:1rem;border-top:1px solid var(--border-subtle)}.drawer-login{flex:1;min-height:48px}@media(max-width:1200px){.header-container{padding:0 18px}.desktop-nav,.desktop-actions{display:none}.burger-btn{display:inline-flex;align-items:center;justify-content:center}}@media(max-width:720px){.header-container{padding:0 12px;min-height:70px}.logo-img{height:30px}.drawer-panel{padding:1rem}}.hero-section{background:transparent}.hero-container{max-width:1160px;margin:0 auto;padding:5.75rem 1rem 4.5rem;text-align:center}.hero-title{max-width:860px;margin:0 auto 1rem;font-size:2.7rem;font-weight:800;letter-spacing:-.04em;line-height:1.08;color:var(--primary-dark-blue)}.hero-title-accent{color:var(--primary-blue);font-weight:800;box-shadow:inset 0 -.38em 0 var(--primary-yellow-14)}.hero-subtitle{font-size:1rem;color:var(--text-gray);max-width:760px;margin:0 auto 2.15rem;line-height:1.8}.hero-search-container{max-width:58rem;margin:0 auto;display:flex;align-items:center;background:var(--bg-white);border-radius:20px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-medium);overflow:hidden}.hero-search-input{flex:1;min-height:58px;padding:0 1.15rem;font-size:.98rem;color:var(--text-dark);border:none;outline:none;background:var(--bg-white)}.hero-search-input::placeholder{color:#9ca3af}.hero-search-btn{min-height:58px;padding:0 1.55rem;background-color:var(--primary-dark-blue);color:#fff;font-weight:700;font-size:.95rem;border:none;cursor:pointer;transition:background-color .25s ease,transform .25s ease}.hero-search-btn:hover{background-color:var(--primary-blue);transform:translateY(-1px)}.hero-suggestions-line{margin-top:1rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.45rem;font-size:.84rem;color:var(--text-gray)}.hero-suggest-label{font-weight:500}.suggestion-tag{color:var(--primary-dark-blue);font-size:.8rem;font-weight:700;border:none;background:transparent;cursor:pointer;padding:0;transition:transform .25s ease,color .25s ease}.suggestion-tag:hover{transform:translateY(-1px);color:var(--primary-blue)}.suggest-comma{margin-left:-2px;margin-right:2px;color:#999}@media(max-width:1024px){.hero-title{font-size:2.35rem}.hero-search-input{font-size:.95rem}.hero-search-btn{font-size:.92rem}}@media(max-width:720px){.hero-container{padding:4.2rem 0 3.25rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.92rem}.hero-search-container{flex-direction:column;border-radius:18px}.hero-search-input{width:100%;min-height:54px;padding:0 1rem;font-size:.92rem}.hero-search-btn{width:100%;min-height:52px;font-size:.92rem}.hero-suggestions-line{font-size:.78rem}.suggestion-tag{font-size:.76rem}}.featured-section{margin-top:3rem;background-color:#f8fbff;padding:5rem 3.5%;border-radius:28px;border:none}.featured-header-centered{text-align:center;margin-bottom:3.25rem}.featured-title{font-size:2rem;font-weight:800;color:var(--primary-dark-blue);margin-bottom:.8rem}.featured-subtitle{font-size:.98rem;color:var(--text-gray);max-width:640px;margin:0 auto;line-height:1.8}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.job-card{background:var(--bg-white);border:1px solid var(--border-subtle);border-radius:22px;padding:1.4rem;box-shadow:var(--shadow-soft);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.job-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.job-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;margin-bottom:.8rem}.job-title{font-size:1.02rem;font-weight:700;color:var(--primary-dark-blue);line-height:1.35;flex:1 1 auto;min-width:0}.job-type-badge{background-color:var(--primary-yellow-14);border:1px solid var(--primary-yellow-24);color:var(--primary-dark-blue);font-size:.72rem;font-weight:700;padding:.35rem .7rem;border-radius:20px;white-space:nowrap}.job-company{font-weight:700;margin-bottom:.4rem;color:var(--text-dark)}.job-location{font-size:.86rem;color:var(--text-gray);margin-bottom:.95rem}.job-card-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.job-card-meta-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 .7rem;border-radius:999px;background:var(--bg-light);border:1px solid var(--border-subtle);font-size:.72rem;font-weight:700;color:var(--primary-dark-blue)}.job-card-description{margin:0 0 1rem;font-size:.87rem;line-height:1.75;color:var(--text-gray)}.job-card-bottom{margin-top:auto}.job-details-btn{display:block;width:100%;text-align:center;padding:.8rem 1rem;border-radius:.9rem;font-size:.9rem;font-weight:700;text-decoration:none;background-color:var(--bg-light);border:1px solid var(--border-subtle);color:var(--primary-dark-blue);transition:background-color .25s ease,color .25s ease,transform .2s ease}.job-details-btn:hover{background-color:var(--primary-dark-blue);border-color:var(--primary-dark-blue);color:#fff;transform:translateY(-1px)}.featured-more-wrapper{text-align:center;margin-top:3.5rem}.featured-empty-state{grid-column:1 / -1;padding:2rem;border-radius:24px;border:1px dashed var(--border-subtle);background:var(--bg-white);text-align:center}.featured-empty-state h3{font-size:1.35rem;color:var(--primary-dark-blue)}.featured-empty-state p{max-width:620px;margin:.75rem auto 0;font-size:.92rem;line-height:1.8;color:var(--text-gray)}.featured-more-btn{display:inline-block;background:var(--primary-dark-blue);color:var(--bg-white);padding:14px 32px;border-radius:var(--radius-md);font-size:.92rem;font-weight:700;text-decoration:none;transition:var(--transition-normal);box-shadow:0 14px 28px #16549d2e}.featured-more-btn:hover{background:var(--primary-blue);transform:translateY(-1px)}@media(max-width:1024px){.featured-grid{grid-template-columns:repeat(2,1fr)}.featured-title{font-size:1.8rem}}@media(max-width:720px){.featured-section{padding:3.5rem 1.1rem;border-radius:24px}.featured-grid{grid-template-columns:1fr;gap:1.5rem}.featured-title{font-size:1.6rem}.featured-subtitle{font-size:.9rem}.job-title{font-size:.97rem}.job-details-btn{padding:.7rem .9rem}.featured-more-btn{padding:.7rem 3rem}}.employer-marketing-page{padding:3rem 0 4rem}.employer-marketing-hero,.employer-marketing-preview,.employer-marketing-section,.employer-marketing-cta{border:none;border-radius:28px;box-shadow:none}.employer-marketing-hero{padding:3rem;background:var(--bg-white)}.employer-marketing-preview{margin-top:1.5rem;padding:2rem;background:var(--bg-section-soft)}.employer-marketing-eyebrow{margin:0 0 .8rem;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-blue)}.employer-marketing-title{max-width:780px;font-size:2.65rem;line-height:1.05;color:var(--primary-dark-blue)}.employer-marketing-subtitle{max-width:760px;margin:1rem 0 0;font-size:1rem;line-height:1.8;color:var(--text-gray)}.employer-marketing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:1.5rem}.employer-marketing-secondary-btn{min-height:46px;padding:0 1.25rem;border-radius:14px;border:1px solid var(--border-subtle);background:var(--bg-white);color:var(--primary-dark-blue);font-size:.92rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.employer-marketing-secondary-btn:hover{background:var(--bg-light);transform:translateY(-1px)}.employer-marketing-section{margin-top:1.5rem;padding:2rem}.employer-marketing-section-plain{background:var(--bg-white)}.employer-marketing-section-soft{background:var(--bg-section-soft)}.employer-marketing-local{margin-top:48px;margin-bottom:48px;padding:18px 0 72px;background:transparent!important;border-radius:0;box-shadow:none;display:flow-root}.employer-marketing-preview-shell{margin-top:1.35rem;padding:1.35rem;border-radius:24px;background:var(--bg-white);border:1px solid var(--border-subtle)}.employer-marketing-preview-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.employer-marketing-preview-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--primary-yellow-14);color:var(--primary-dark-blue);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.employer-marketing-preview-company{font-size:.96rem;font-weight:800;color:var(--primary-dark-blue)}.employer-marketing-preview-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.employer-marketing-preview-metric{padding:1rem;border-radius:18px;background:var(--bg-white);border:1px solid var(--border-subtle)}.employer-marketing-preview-metric strong{display:block;font-size:1.55rem;line-height:1;color:var(--primary-dark-blue)}.employer-marketing-preview-metric span{display:block;margin-top:.45rem;font-size:.82rem;color:var(--text-gray)}.employer-marketing-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:1rem}.employer-marketing-preview-panel,.employer-marketing-preview-pipeline{padding:1.15rem;border-radius:22px;background:var(--bg-white);border:1px solid var(--border-subtle)}.employer-marketing-preview-panel h3,.employer-marketing-preview-pipeline h3{font-size:1rem;color:var(--primary-dark-blue)}.employer-marketing-preview-list{display:flex;flex-direction:column;gap:.8rem;margin-top:.95rem}.employer-marketing-preview-item,.employer-marketing-preview-candidate{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:18px;background:var(--bg-light);border:1px solid var(--border-subtle)}.employer-marketing-preview-item strong,.employer-marketing-preview-candidate-copy strong{display:block;font-size:.93rem;color:var(--primary-dark-blue)}.employer-marketing-preview-item span,.employer-marketing-preview-candidate-copy span{display:block;margin-top:.3rem;font-size:.82rem;color:var(--text-gray)}.employer-marketing-preview-score{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--primary-dark-blue);color:var(--bg-white);font-size:.75rem;font-weight:800;white-space:nowrap}.employer-marketing-preview-pipeline{margin-top:1rem}.employer-marketing-preview-pipeline-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:.95rem}.employer-marketing-preview-stage{padding:1rem;border-radius:18px;background:var(--bg-light);border:1px solid var(--border-subtle);text-align:center}.employer-marketing-preview-stage strong{display:block;font-size:1.2rem;line-height:1;color:var(--primary-dark-blue)}.employer-marketing-preview-stage span{display:block;margin-top:.45rem;font-size:.82rem;color:var(--text-gray)}.employer-marketing-section-head{margin-bottom:1.25rem}.employer-marketing-section-head h2{font-size:1.9rem;color:var(--primary-dark-blue)}.employer-marketing-section-head p{max-width:760px;margin-top:.75rem;font-size:.94rem;line-height:1.8;color:var(--text-gray)}.employer-marketing-grid,.employer-marketing-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.employer-marketing-grid-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.employer-marketing-card,.employer-marketing-step{padding:1.3rem;border-radius:22px;background:var(--bg-white);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft);transition:transform .28s ease,box-shadow .28s ease}.employer-marketing-section-plain .employer-marketing-card,.employer-marketing-section-plain .employer-marketing-step{background:var(--bg-light)}.employer-marketing-section-plain .employer-marketing-step,.employer-marketing-section-soft .employer-marketing-card,.employer-marketing-section-soft .employer-marketing-step{background:var(--bg-white)}.employer-marketing-card:hover,.employer-marketing-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.employer-marketing-local .employer-marketing-section-head{margin-bottom:1.5rem}.employer-marketing-local .employer-marketing-section-head h2,.employer-marketing-local .employer-marketing-section-head p{max-width:760px}.employer-marketing-local-card{position:relative;padding:1.55rem 1.35rem;border-radius:24px;background:linear-gradient(180deg,#1c5ca8 0%,var(--primary-dark-blue) 100%);border:none;color:var(--bg-white);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease;box-shadow:0 12px 28px #11253f14}.employer-marketing-local-card:before{content:"";position:absolute;inset:auto -24px -34px auto;width:120px;height:120px;border-radius:999px;background:#ffffff14}.employer-marketing-local-card:after{content:"";display:block;width:46px;height:4px;margin-top:1.1rem;border-radius:999px;background:var(--primary-yellow)}.employer-marketing-local-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px #11253f1c}.employer-marketing-local-card h3,.employer-marketing-local-card p{position:relative;z-index:1}.employer-marketing-local-card h3{font-size:1.08rem;color:var(--bg-white)}.employer-marketing-local-card p{margin-top:.8rem;font-size:.9rem;line-height:1.8;color:#ffffffd1}.employer-marketing-card h3,.employer-marketing-step h3{font-size:1.08rem;color:var(--primary-dark-blue)}.employer-marketing-card p,.employer-marketing-step p{margin-top:.75rem;font-size:.9rem;line-height:1.8;color:var(--text-gray)}.employer-marketing-step-number{display:inline-flex;align-items:center;justify-content:center;min-height:auto;padding:0;margin-bottom:.75rem;color:var(--primary-dark-blue);font-size:.86rem;font-weight:800;letter-spacing:.08em}.employer-marketing-step-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:1rem;border-radius:18px;background:var(--primary-yellow-14)}.employer-marketing-step-icon img{width:28px;height:28px;object-fit:contain;object-position:center}.employer-marketing-benefits{margin-top:0;background:linear-gradient(180deg,var(--bg-white) 0%,#f7fbff 100%)}.employer-marketing-benefits-shell{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:1.5rem;align-items:start}.employer-marketing-benefits-copy{padding-top:.35rem}.employer-marketing-benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.employer-marketing-benefit-card{position:relative;padding:1.4rem 1.3rem 1.25rem;border-radius:22px;background:var(--bg-white);border:1px solid rgba(22,84,157,.1);box-shadow:var(--shadow-soft);transition:transform .28s ease,box-shadow .28s ease}.employer-marketing-benefit-card:before{content:"";display:block;width:42px;height:4px;margin-bottom:1rem;border-radius:999px;background:var(--primary-yellow)}.employer-marketing-benefit-card:nth-child(2n){transform:translateY(24px)}.employer-marketing-benefit-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.employer-marketing-benefit-card h3{font-size:1.08rem;color:var(--primary-dark-blue)}.employer-marketing-benefit-card p{margin-top:.75rem;font-size:.9rem;line-height:1.8;color:var(--text-gray)}.employer-marketing-cta{margin-top:1.5rem;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.employer-marketing-cta-highlight{background:var(--bg-highlight);position:relative;overflow:hidden}.employer-marketing-cta-highlight:after{content:"";position:absolute;right:-44px;bottom:-56px;width:176px;height:176px;border-radius:999px;background:var(--primary-yellow-14);pointer-events:none}.employer-marketing-cta-highlight>*{position:relative;z-index:1}.employer-marketing-cta h2{font-size:1.8rem;color:var(--primary-dark-blue)}.employer-marketing-cta p{margin-top:.8rem;max-width:760px;font-size:.94rem;line-height:1.8;color:var(--text-gray)}.employer-marketing-cta-highlight h2{color:var(--primary-dark-blue);display:inline;box-shadow:inset 0 -.22em #fcc21f3d}.employer-marketing-cta-highlight p{color:var(--text-gray)}.employer-marketing-cta-highlight .btn-primary{background:var(--primary-dark-blue);color:var(--bg-white);border:none;box-shadow:0 10px 22px #11253f24}.employer-marketing-cta-highlight .btn-primary:hover{background:var(--primary-blue);color:var(--bg-white);box-shadow:0 12px 24px #11253f2e}.employer-marketing-faq-last{padding-top:72px}.employer-marketing-faq-last .faq-item-minimal.active .faq-answer-minimal{padding:0 0 54px}@media(max-width:1024px){.employer-marketing-title{font-size:2.25rem}.employer-marketing-preview-metrics,.employer-marketing-preview-grid,.employer-marketing-preview-pipeline-grid,.employer-marketing-grid,.employer-marketing-process,.employer-marketing-grid-wide,.employer-marketing-benefits-shell,.employer-marketing-benefits-grid{grid-template-columns:1fr}.employer-marketing-benefit-card:nth-child(2n){transform:none}.employer-marketing-cta{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.employer-marketing-page{padding:2rem 0 3rem}.employer-marketing-hero,.employer-marketing-preview,.employer-marketing-section,.employer-marketing-cta{padding:1.35rem;border-radius:24px}.employer-marketing-title{font-size:1.9rem}.employer-marketing-subtitle,.employer-marketing-section-head p,.employer-marketing-card p,.employer-marketing-local-card p,.employer-marketing-step p,.employer-marketing-cta p{font-size:.9rem}.employer-marketing-preview-top,.employer-marketing-preview-item,.employer-marketing-preview-candidate{flex-direction:column;align-items:flex-start}}.logo-img{transition:all .3s ease}.shrink-logo{height:1.9rem!important}.shrink-header{padding-top:0!important}.fade-clamp-1,.fade-clamp-2,.fade-clamp-3,.fade-clamp-4,.ellipsis-clamp-1,.ellipsis-clamp-2,.ellipsis-clamp-3,.ellipsis-clamp-4{position:relative;max-inline-size:100%;min-width:0;overflow:hidden}.fade-clamp-1,.ellipsis-clamp-1{display:block;white-space:nowrap;text-overflow:ellipsis}.fade-clamp-2,.fade-clamp-3,.fade-clamp-4,.ellipsis-clamp-2,.ellipsis-clamp-3,.ellipsis-clamp-4{display:-webkit-box;-webkit-box-orient:vertical;overflow-wrap:anywhere;text-overflow:ellipsis}.fade-clamp-2,.ellipsis-clamp-2{-webkit-line-clamp:2;line-clamp:2}.fade-clamp-3,.ellipsis-clamp-3{-webkit-line-clamp:3;line-clamp:3}.fade-clamp-4,.ellipsis-clamp-4{-webkit-line-clamp:4;line-clamp:4}.match-summary{margin-top:16px;padding:18px;border:1px solid var(--border-subtle);border-radius:22px;background:var(--bg-white);box-shadow:var(--shadow-soft)}.match-summary-head{display:flex;align-items:center;gap:14px}.match-score-badge{min-width:72px;min-height:72px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:var(--primary-dark-blue);background:var(--primary-yellow-14);border:1px solid var(--primary-yellow-24)}.match-score-badge.score-excellent,.match-score-badge.score-strong{background:#eef8f4;color:#176b34}.match-score-badge.score-moderate{background:#fff3eb;color:#9a4200}.match-score-badge.score-low{background:#f8f1f1;color:#b42318}.match-summary-title{margin:0;font-size:17px;line-height:1.2;color:var(--primary-dark-blue)}.match-summary-subtitle{margin:6px 0 0;font-size:12px;line-height:1.7;color:var(--text-gray)}.match-breakdown{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.match-breakdown-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:10px 12px;border-radius:14px;background:var(--bg-light);border:1px solid var(--border-subtle);font-size:12px;color:var(--text-gray)}.match-breakdown-item strong{color:var(--primary-dark-blue);font-size:12px}.match-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.match-tag{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--bg-light);border:1px solid var(--border-subtle);font-size:11px;font-weight:700;color:var(--primary-dark-blue)}.match-tag-label{display:block;margin-top:12px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text-gray)}@media(max-width:720px){.match-breakdown{grid-template-columns:1fr}}.hidden{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-wrapper{width:100%;min-height:100vh;background:var(--bg-light);display:flex;align-items:center;justify-content:center;font-family:var(--font-sans)}.auth-container{width:100%;min-height:100vh;display:flex}.auth-left{position:relative;flex:1;background:var(--primary-dark-blue);padding:4rem;display:flex;flex-direction:column;justify-content:space-between;color:#fff;text-align:center;overflow:hidden}.auth-left:before{content:"";position:absolute;inset:0;background:url(/images/auth-bgg.jpg) center bottom / cover no-repeat;opacity:.08;z-index:0}.auth-left>*{position:relative;z-index:1}.auth-left-top{display:flex;width:100%;justify-content:space-between;align-items:flex-start;gap:1.2rem;flex-wrap:nowrap}.auth-logo{height:61px;padding:0;border-radius:0;background:transparent;box-shadow:none;object-fit:contain;flex-shrink:0}.auth-home-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:4px;padding:.5rem 1.4rem;background:#ffffff26;border-radius:30px;font-size:.85rem;color:#fff;text-decoration:none;transition:all .25s ease;will-change:transform;flex-shrink:0}.auth-home-btn:hover{background:#ffffff4d;transform:translate(-3px)}.auth-home-btn svg{width:14px;height:14px}.auth-slide-wrapper{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-slide{display:none;animation:fadeSlide .6s ease}.auth-slide.active-slide{display:block}.auth-slide h2{margin-top:50%;font-family:var(--font-display);font-size:2.3rem;font-weight:800;color:var(--bg-light);letter-spacing:-.035em;line-height:1.08;text-wrap:balance}.auth-slide p{max-width:420px;color:#ffffffbf;margin:.6rem auto 0;line-height:1.6;font-size:.95rem}.auth-dots{display:flex;justify-content:center;gap:10px;padding-bottom:.5rem}.dot{display:inline-flex;align-items:center;justify-content:center;width:20px;height:6px;padding:0;border:none;border-radius:20px;background:#ffffff4d;transition:all .3s ease;cursor:pointer}.dot:hover{background:#fff9}.active-dot{width:40px;background:#fff}.dot:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff47}.auth-right{flex:1;padding:4rem;background:var(--bg-light);display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.auth-panel{width:min(100%,560px);margin:0 auto}.auth-panel>*{width:100%}.auth-right-top{width:100%;margin-bottom:2rem}.auth-right-title{font-family:var(--font-display);font-size:1.68rem;font-weight:800;color:var(--primary-dark-blue);margin-bottom:.45rem;letter-spacing:-.025em;line-height:1.14;text-wrap:balance}.auth-right-subtitle{font-size:.95rem;color:var(--text-gray);line-height:1.55}.auth-tabs{position:relative;display:flex;width:100%;margin-bottom:2rem;border-bottom:1px solid var(--primary-dark-blue-12);-webkit-user-select:none;user-select:none}.auth-tab{flex:1;padding:1rem;text-align:center;font-weight:600;cursor:pointer;color:var(--text-gray);transition:color .25s ease}.auth-tab:hover{color:var(--primary-dark-blue)}.auth-tab.active{color:var(--primary-blue)}.auth-tabs:after{content:"";position:absolute;bottom:0;left:0;width:50%;height:3px;background:var(--primary-blue);transition:transform .4s ease}.auth-tabs.register-active:after{transform:translate(100%)}#loginForm,#registerForm{width:100%}.auth-form{width:100%;display:flex;flex-direction:column;gap:1.2rem}.auth-field{width:100%;min-width:0;display:flex;flex-direction:column}.auth-field>.auth-input,.auth-field>.password-wrapper,.auth-field>.auth-dropdown-wrapper{width:100%}.auth-input{padding:.95rem 1rem;border-radius:12px;border:1px solid var(--primary-dark-blue-12);background:#fff;transition:all .25s ease;font-size:.95rem;color:var(--primary-dark-blue)}.auth-input::placeholder{color:#6b7280e6}.auth-input:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px var(--primary-dark-blue-12);outline:none}.auth-input:disabled{opacity:.65;cursor:not-allowed;background:#ffffffb3}.auth-row{display:flex;gap:1rem;width:100%;align-items:flex-start}.auth-row .auth-input{flex:1;min-width:0}.auth-row>.auth-field{flex:1}.auth-field-gender{flex:0 0 140px!important}.auth-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#9ca3af;line-height:1.45}.auth-checkbox input{width:18px;height:18px;appearance:none;-webkit-appearance:none;display:grid;place-items:center;margin:0;border:1.5px solid #9CA3AF;border-radius:5px;background:var(--bg-white);flex-shrink:0;cursor:pointer}.auth-checkbox input:before{content:"";width:9px;height:9px;border-radius:2px;background:var(--primary-dark-blue);transform:scale(0);transition:transform .18s ease}.auth-checkbox input:checked{border-color:var(--primary-dark-blue)}.auth-checkbox input:checked:before{transform:scale(1)}.auth-checkbox input:focus-visible{outline:none;box-shadow:0 0 0 3px var(--primary-dark-blue-12)}.auth-options{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.auth-link-small{font-size:.85rem;color:var(--text-gray);text-decoration:none;transition:color .25s ease;white-space:nowrap}.auth-link-small:hover{color:var(--primary-blue)}.auth-link-inline{color:var(--primary-blue);font-weight:600;font-size:.8rem;text-decoration:none}.auth-link-inline:hover{text-decoration:underline}.auth-bottom-link{margin-top:1.5rem;width:100%;display:flex;justify-content:center}.auth-helper-text{font-size:.7rem;color:var(--text-gray);margin-top:-.5rem;margin-left:.5rem;margin-bottom:1rem;line-height:1.4}.auth-form-note{margin:-.2rem 0 0;font-size:.78rem;line-height:1.6;color:var(--text-gray)}.auth-code-tools{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin-top:1rem}.auth-resend-status{margin:0;text-align:center}.auth-inline-form{display:inline-flex;justify-content:center}.auth-link-button{padding:0;border:none;background:transparent;color:var(--primary-blue);font-size:.84rem;font-weight:700;cursor:pointer;transition:color .2s ease}.auth-link-button:hover{color:var(--primary-dark-blue)}.auth-link-button:disabled{color:var(--text-gray);cursor:not-allowed}.auth-field-status{margin:.22rem 0 0;padding-left:.45rem;font-size:.74rem;line-height:1.4}.auth-field-status-neutral{color:var(--text-gray)}.auth-field-status-success{color:#176b34}.auth-field-status-error{color:#b42318}.auth-button{background:var(--primary-blue);color:#fff;padding:1rem;margin-top:8px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .25s ease;border:none;font-size:.95rem;will-change:transform}.auth-button:hover{background:var(--primary-dark-blue);transform:translateY(-2px)}.auth-button:active{transform:scale(.97)}.auth-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.password-wrapper{position:relative;width:100%}.password-wrapper input{width:100%;box-sizing:border-box;padding-right:48px}.password-toggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.password-toggle img{width:18px;height:18px;opacity:.6;transition:.2s ease;filter:brightness(10%) contrast(15%)}.password-toggle:hover img{opacity:1;filter:brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(1300%) hue-rotate(200deg) brightness(50%) contrast(95%)}.input-error{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc262626}.field-error-message{font-size:.8rem;color:#dc2626;margin-top:-.5rem;margin-bottom:.5rem;animation:fadeError .2s ease;line-height:1.35}.auth-field-feedback{display:none;margin:.38rem 0 0;padding-left:.45rem;font-size:.76rem;line-height:1.45;color:var(--text-gray)}.auth-field-feedback:not(:empty),.auth-field-feedback-error,.auth-field-status-success,.auth-field-status-error,.auth-field-status-neutral:not(:empty){display:block}.auth-field-feedback-error{color:#dc2626}@keyframes fadeError{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.auth-dropdown-wrapper{position:relative;min-width:0}.auth-dropdown-wrapper.anrede{width:140px;flex:0 0 140px}.auth-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;gap:.5rem}.auth-dropdown-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.auth-dropdown-arrow{flex:0 0 18px;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.auth-dropdown{position:absolute;top:calc(100% + 6px);left:0;width:100%;background:#fff;border:1px solid var(--primary-dark-blue-12);border-radius:12px;box-shadow:0 12px 28px #00000014;overflow:hidden;z-index:50}.auth-dropdown-option{width:100%;padding:.85rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-dropdown-option:hover{background:var(--primary-dark-blue-12)}.auth-dropdown-option:active{background-color:var(--primary-dark-blue-18)}.auth-dropdown-trigger.input-error{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc262626}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.auth-row .auth-dropdown-wrapper{min-width:0}.auth-row .auth-dropdown-wrapper.anrede{margin-right:0}.auth-toast{position:fixed;top:30px;right:30px;min-width:280px;max-width:360px;padding:1rem 1.2rem;border-radius:12px;font-size:.9rem;font-weight:500;z-index:9999;box-shadow:0 15px 35px #0000001f;opacity:0;transform:translate(40px);transition:all .3s ease}.auth-toast.toast-visible{opacity:1;transform:translate(0)}.toast-error{background:#c30;color:#fff}.toast-success{background:#dcfce7;color:#166534}@keyframes fadeSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.auth-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box;font-family:var(--font-sans)}.auth-modal-overlay{position:absolute;inset:0;background:#0d0d0d8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-modal-content{position:relative;background:var(--bg-light);width:45%;max-width:900px;border-radius:18px;padding:48px;z-index:10;animation:fadeInScale .25s ease;box-shadow:0 18px 42px #0000001a}#authModal .auth-account-modal{width:min(100%,620px);max-width:620px;padding:2.15rem 2rem 2rem;border-radius:24px;background:var(--bg-white);border:1px solid var(--primary-dark-blue-12);box-shadow:0 20px 48px #11253f1c}.auth-modal-close{position:absolute;top:10px;right:20px;font-size:40px;background:none;border:none;cursor:pointer;color:var(--primary-dark-blue);transition:.2s;line-height:1}#authModal .auth-modal-close{top:18px;right:18px;width:42px;height:42px;padding:0;border-radius:999px;background:var(--primary-dark-blue-12);display:inline-flex;align-items:center;justify-content:center}#authModal .auth-modal-close-icon{width:18px;height:18px;display:block;flex-shrink:0}.auth-modal-close:hover{color:var(--primary-dark-blue)}#authModal .auth-modal-close:hover{background:var(--primary-dark-blue);color:var(--bg-white)}#authModal .auth-account-modal-header{max-width:460px;margin:0 auto 1.9rem;padding-top:1.9rem;text-align:center}.auth-modal-title{text-align:center;font-size:1.6rem;font-weight:700;color:var(--primary-dark-blue);margin-bottom:.4rem;margin-top:1.6rem;line-height:1.2}#authModal .auth-modal-title{margin:0 0 .55rem;padding:0;font-size:1.72rem;font-weight:800}.auth-modal-subtitle{text-align:center;font-size:.95rem;color:var(--text-gray);margin-bottom:2.5rem;line-height:1.55}#authModal .auth-modal-subtitle{margin:0;font-size:.96rem;line-height:1.65}.auth-select-buttons{display:flex;flex-direction:column;gap:22px}#authModal .auth-select-buttons{gap:1rem}.auth-select-card{border:1px solid var(--primary-dark-blue-12);border-radius:16px;padding:26px;text-decoration:none;background:#fff;transition:all .25s ease;display:flex;flex-direction:column;gap:6px}#authModal .auth-select-card{padding:1.2rem 1.25rem;background:var(--bg-light);gap:0}#authModal .auth-select-card-copy{display:flex;flex-direction:column;gap:.35rem}#authModal .auth-select-card-title{margin:0}#authModal .auth-select-card-text{margin:0;opacity:1}#authModal .auth-select-card:hover{border-color:var(--primary-dark-blue);background:var(--primary-dark-blue);transform:translateY(-3px)}#authModal .auth-select-card:hover .auth-select-card-title,#authModal .auth-select-card:hover .auth-select-card-text{color:var(--bg-white)}.auth-select-card h3{font-size:1.1rem;font-weight:600;color:var(--primary-dark-blue);line-height:1.2}.auth-select-card p{font-size:.9rem;color:var(--text-gray);line-height:1.55}.auth-select-card:hover{border-color:var(--primary-dark-blue);background:var(--primary-dark-blue);transform:translateY(-3px)}.auth-select-card:hover h3,.auth-select-card:hover p{color:#fff}.auth-mobile-top{display:none;width:min(100%,560px);margin:0 auto 2.5rem}@media(max-width:1200px){.auth-dropdown-wrapper{position:relative;width:100%}.auth-left{display:none}.auth-right{width:100%;padding:2rem}.auth-panel,.auth-mobile-top{width:min(100%,600px)}.auth-row{flex-direction:column}.auth-field-gender{flex:1 1 auto!important}.auth-modal-content{width:95%;padding:32px}#authModal .auth-account-modal{width:min(100%,560px);padding:1.95rem 1.4rem 1.4rem}#authModal .auth-account-modal-header{margin-bottom:1.5rem;padding-top:1.55rem}.auth-modal-title{font-size:1.28rem}#authModal .auth-modal-title{font-size:1.4rem}.auth-modal-subtitle{font-size:.76rem}#authModal .auth-modal-subtitle,.auth-select-card h3{font-size:.88rem}#authModal .auth-select-card{padding:1rem 1.05rem}.auth-select-card p{font-size:.72rem}#authModal .auth-select-card-title{font-size:.98rem}#authModal .auth-select-card-text{font-size:.84rem}.auth-mobile-top{display:block}.mobile-home-btn{background:var(--primary-dark-blue-12);color:var(--primary-dark-blue);font-size:.8rem}.mobile-home-btn:hover{background:var(--primary-blue);color:#fff;transform:none}.auth-dropdown-wrapper.anrede{width:100%;max-width:45vw;flex:0 0 auto}.auth-dropdown-wrapper.anrede .auth-dropdown{width:100%}}@media(max-width:520px){.auth-right{padding:1.4rem}.auth-panel,.auth-mobile-top{width:100%}.auth-right-title{font-size:1.4rem}.auth-right-subtitle{font-size:.9rem}.auth-tabs{margin-bottom:1.4rem}.auth-tab{padding:.85rem;font-size:.95rem}.auth-toast{top:18px;right:18px;left:18px;min-width:0;max-width:none}}@media(prefers-reduced-motion:reduce){.auth-home-btn,.auth-button,.auth-select-card,.dot,.auth-dropdown-arrow,.auth-toast{transition:none!important}.auth-slide,.auth-dropdown,.auth-modal-content{animation:none!important}}.main-footer{margin-top:72px;padding:56px 0 28px;background:#f3f7fc;border-top:1px solid var(--border-subtle);color:var(--text-dark)}.footer-wrapper{width:min(1240px,calc(100% - 48px));margin:0 auto}.footer-top{display:grid;grid-template-columns:minmax(0,1.3fr) repeat(3,minmax(0,1fr));gap:2.5rem;padding-bottom:2.5rem}.footer-brand-col{min-width:0}.footer-brand{display:inline-flex;align-items:center}.footer-logo{height:40px;width:auto}.footer-brand-text{margin-top:1rem;max-width:420px;font-size:.95rem;line-height:1.8;color:var(--text-gray)}.footer-col h4{margin-bottom:1rem;font-size:.98rem;font-weight:800;color:var(--primary-dark-blue)}.footer-col a{display:block;margin-bottom:.8rem;font-size:.92rem;color:var(--text-gray)}.footer-col a:hover{color:var(--primary-dark-blue)}.footer-top>.footer-col:first-of-type{padding-right:20px}.footer-socials{margin-top:1.2rem}.footer-social-label{display:block;margin-bottom:.7rem;font-size:.82rem;font-weight:700;color:var(--text-gray)}.footer-social-links{display:flex;align-items:center;gap:.6rem}.footer-social-links a.footer-social-link{position:relative;width:38px;height:38px;margin-bottom:0;padding:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-white);border:1px solid var(--border-subtle);color:var(--primary-dark-blue);box-shadow:var(--shadow-soft);line-height:0;flex-shrink:0;overflow:hidden}.footer-social-icon{position:absolute;top:50%;left:50%;width:18px;height:18px;display:block;object-fit:contain;object-position:center;margin:0;transform:translate(-50%,-50%)}.footer-social-icon-instagram{width:19.47px;height:19.47px}.footer-social-icon-twitter{width:18px;height:18px}.footer-social-icon-facebook{width:21.78px;height:21.78px}.footer-social-link:hover{background:var(--bg-light);transform:translateY(-1px)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle);font-size:.88rem;color:var(--text-gray)}.footer-language-wrapper{position:relative;display:inline-flex;align-items:center}.footer-language-clean{min-height:38px;padding:0 .84rem;border-radius:12px;border:1px solid var(--border-subtle);background:var(--bg-white);color:var(--primary-dark-blue);font-size:.81rem;font-weight:700;display:inline-flex;align-items:center;gap:.38rem;box-shadow:var(--shadow-soft)}.footer-language-clean .lang-arrow{width:15px;height:15px;transform:rotate(180deg)}.footer-lang-dropdown{position:absolute;right:0;bottom:calc(100% + 10px);min-width:114px;padding:.42rem;border-radius:14px;border:1px solid var(--border-subtle);background:var(--bg-white);box-shadow:var(--shadow-medium)}.footer-lang-dropdown.hidden{display:none}.footer-lang-option{display:block;padding:.57rem .76rem;border-radius:10px;font-size:.84rem;font-weight:700;color:var(--primary-dark-blue)}.footer-lang-option:hover{background:var(--bg-light)}.footer-lang-option.active{background:var(--primary-dark-blue);color:var(--bg-white)}@media(max-width:992px){.footer-wrapper{width:min(1240px,calc(100% - 36px))}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;justify-items:center;text-align:center}.footer-brand-col,.footer-col{display:flex;flex-direction:column;align-items:center}.footer-brand{justify-content:center}.footer-brand-text{margin-left:auto;margin-right:auto}.footer-top>.footer-col:first-of-type{padding-right:0}.footer-socials{width:100%;margin-top:1.9rem;display:flex;flex-direction:column;align-items:center}.footer-social-label{width:100%;text-align:center}.footer-social-links{width:100%;justify-content:center}}@media(max-width:720px){.main-footer{margin-top:56px;padding-top:44px}.footer-wrapper{width:min(1240px,calc(100% - 24px))}.footer-top{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-brand-col,.footer-col{display:flex;flex-direction:column;align-items:center}.footer-brand{justify-content:center}.footer-brand-text{margin-left:auto;margin-right:auto}.footer-col a{width:fit-content;margin-left:auto;margin-right:auto}.footer-col .footer-social-links a.footer-social-link{width:38px;height:38px;margin-left:0;margin-right:0}.footer-socials{display:flex;flex-direction:column;align-items:center;margin-top:1.2rem}.footer-social-links{justify-content:center}.footer-bottom{flex-direction:column;align-items:center;justify-content:center;gap:.7rem}.footer-copyright{flex:none;min-width:auto;text-align:center;font-size:.79rem;line-height:1.45;padding-top:0}.footer-language-wrapper{flex-shrink:0}.footer-language-clean{min-height:32px;padding:0 .72rem;border-radius:10px;font-size:.69rem;gap:.32rem}.footer-language-clean .lang-arrow{width:12px;height:12px}.footer-lang-dropdown{min-width:96px;padding:.36rem;border-radius:11px;left:50%;right:auto;transform:translate(-50%)}.footer-lang-option{padding:.45rem .62rem;border-radius:9px;font-size:.7rem}}.how-section{padding:90px 20px;background:#f8fbff;border-radius:28px;border:none}.how-container{max-width:1200px;margin:0 auto}.how-header{text-align:center;margin-bottom:60px}.how-title{font-size:32px;font-weight:800;color:var(--primary-dark-blue);margin-bottom:14px}.how-subtitle{font-size:15px;color:var(--text-gray);max-width:660px;margin:0 auto;line-height:1.8}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.how-step{background:var(--bg-white);padding:42px 30px;border-radius:var(--radius-lg);text-align:center;position:relative;transition:var(--transition-smooth);box-shadow:var(--shadow-soft);border:1px solid var(--border-subtle)}.how-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.how-icon{width:auto;height:auto;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;transition:var(--transition-normal);background:transparent}.how-icon img{width:54px;height:54px;display:block;object-fit:contain;object-position:center}.how-step:hover .how-icon{transform:scale(1.06);background:transparent}.how-number{display:block;color:var(--primary-yellow);font-size:14px;font-weight:800;letter-spacing:.1em;margin-bottom:14px}.how-step h3{font-size:18px;font-weight:700;margin-bottom:14px;color:var(--primary-dark-blue)}.how-step p{font-size:13px;color:var(--text-gray);line-height:1.8}.how-cta{text-align:center;margin-top:50px}.how-button{display:inline-block;background:var(--primary-dark-blue);color:#fff;padding:14px 30px;border-radius:var(--radius-md);font-size:.92rem;font-weight:700;text-decoration:none;transition:var(--transition-normal);box-shadow:0 14px 28px #16549d2e}.how-button:hover{background:var(--primary-blue);transform:translateY(-1px)}@media(max-width:1024px){.how-section{padding:72px 20px;border-radius:24px}.how-steps{grid-template-columns:1fr;gap:25px}.how-title{font-size:26px}.how-step{padding:36px 24px}}@media(max-width:720px){.how-section{padding:60px 16px;border-radius:24px}.how-steps{grid-template-columns:1fr;gap:25px}.how-title{font-size:24px}.how-step{padding:32px 22px}}.faq-section-minimal{padding:80px 20px 50px}.faq-container{max-width:70%;margin:0 auto}.faq-header{text-align:center;margin-bottom:70px}.faq-title-main{font-size:38px;font-weight:700;color:var(--primary-dark-blue);margin-bottom:14px;letter-spacing:-.5px}.faq-subtitle{font-size:16px;color:var(--text-gray);max-width:620px;margin:0 auto;line-height:1.7}.faq-list-minimal{border-top:1px solid var(--primary-dark-blue-12)}.faq-item-minimal{border-bottom:1px solid var(--primary-dark-blue-12);transition:var(--transition-smooth)}.faq-question-minimal{width:100%;background:none;border:none;padding:28px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:15px;font-weight:600;color:var(--text-dark);font-family:var(--font-sans);transition:var(--transition-fast)}.faq-question-minimal:hover{color:var(--primary-blue)}.faq-chevron{width:22px;height:22px;color:var(--text-gray);transition:var(--transition-normal);margin-right:18px;flex-shrink:0}.faq-item-minimal.active .faq-chevron{transform:rotate(180deg);color:var(--primary-blue)}.faq-text{flex:1;text-align:left;color:var(--text-gray)}.faq-item-minimal.active .faq-question-minimal,.faq-item-minimal.active .faq-text{color:var(--primary-blue)}.faq-answer-minimal{max-height:0;overflow:hidden;font-size:14px;color:var(--text-gray);line-height:1.8;padding:0;transition:max-height var(--transition-smooth),padding var(--transition-smooth)}.faq-item-minimal.active .faq-answer-minimal{padding:0 0 34px}.faq-answer-minimal a{color:var(--primary-blue);font-weight:600;text-decoration:none;transition:var(--transition-fast)}.faq-answer-minimal a:hover{color:var(--primary-dark-blue);text-decoration:underline}@media(max-width:1024px){.faq-section-minimal{padding:80px 20px 20px}.faq-container{max-width:80%;margin:0 auto}.faq-title-main{font-size:28px}.faq-question-minimal{font-size:14px;padding:22px 0}.faq-answer-minimal{font-size:12px}}@media(max-width:720px){.faq-section-minimal{padding:80px 20px 20px}.faq-container{max-width:90%;margin:0 auto}.faq-title-main{font-size:28px}.faq-question-minimal{font-size:14px;padding:25px 0}.faq-answer-minimal{font-size:12px}}.legal-container{display:flex;justify-content:center;padding:80px 20px}.legal-card{max-width:800px;background:#fff;padding:50px;border-radius:16px;box-shadow:0 18px 42px #11253f0d;border:1px solid var(--border-subtle)}.legal-eyebrow{margin:0 0 12px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-blue)}.legal-title{font-size:32px;font-weight:700;margin-bottom:10px;color:var(--primary-dark-blue)}.legal-subtitle{color:var(--text-gray);margin-bottom:40px;line-height:1.8}.legal-notice{margin-bottom:28px;padding:16px 18px;border-radius:16px;background:var(--bg-section-soft);border:1px solid var(--border-subtle);color:var(--text-gray);font-size:.92rem;line-height:1.75}.legal-section{margin-bottom:35px}.legal-section h3{font-size:18px;font-weight:600;margin-bottom:10px;color:var(--primary-dark-blue)}.legal-section p{margin:0;color:var(--text-gray);line-height:1.8}.legal-section p+p{margin-top:12px}.legal-list{margin:14px 0 0;padding-left:20px;display:grid;gap:10px}.legal-list li{color:var(--text-gray);line-height:1.8}.legal-highlight{font-weight:600;color:#1e3a8a}.contact-card{max-width:1120px;width:100%;border-radius:28px;padding:32px}.contact-page .legal-container{padding:28px 20px 88px}.contact-hero{padding:72px 0 0;text-align:center}.contact-eyebrow{margin:0 0 12px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-blue)}.contact-hero-title{max-width:860px;margin:0 auto;font-size:2.7rem;line-height:1.05;color:var(--primary-dark-blue)}.contact-title-accent{color:var(--primary-blue);font-weight:800;box-shadow:inset 0 -.34em 0 var(--primary-yellow-14)}.contact-hero-subtitle{max-width:780px;margin:16px auto 0;font-size:1rem;line-height:1.8;color:var(--text-gray)}.contact-hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px}.contact-badge{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;background:var(--bg-white);border:1px solid var(--border-subtle);color:var(--primary-dark-blue);font-size:.84rem;font-weight:700}.contact-layout{display:flex;flex-direction:column;gap:24px;align-items:start}.contact-copy{width:100%;padding:0}.contact-copy-panel{padding:24px;border-radius:26px;background:var(--bg-section-soft);border:1px solid var(--border-subtle)}.contact-panel-title{margin:0;font-size:1.45rem;color:var(--primary-dark-blue)}.contact-panel-subtitle{margin:12px 0 0;font-size:.94rem;line-height:1.8;color:var(--text-gray)}.contact-info-grid{display:grid;gap:16px;margin-top:28px}.contact-info-card{margin-bottom:0;padding:20px 22px;border-radius:22px;background:var(--bg-white);border:1px solid var(--border-subtle)}.contact-info-card-highlight{background:var(--bg-highlight)}.contact-form-shell{width:100%;padding:24px;border-radius:26px;background:var(--bg-white);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft)}.contact-form-head h2{margin:0;font-size:1.5rem;color:var(--primary-dark-blue)}.contact-form-head p{margin:10px 0 0;font-size:.94rem;line-height:1.75;color:var(--text-gray)}.contact-alert{margin-top:18px;padding:14px 16px;border-radius:16px;font-size:.92rem;line-height:1.6}.contact-alert-success{background:#edf8f1;border:1px solid rgba(38,130,85,.18);color:#1f6f4e}.contact-alert-error{background:#fff3eb;border:1px solid rgba(217,107,31,.18);color:#9a4200}.contact-form{margin-top:20px}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-form-grid-nested{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-field{display:flex;flex-direction:column;gap:8px}.contact-field-span-2{grid-column:1 / -1}.contact-field label{font-size:.86rem;font-weight:700;color:var(--primary-dark-blue)}.contact-role-dropdown{z-index:20}.contact-role-dropdown .comp-profile-dropdown-trigger{min-height:50px;border-color:var(--primary-dark-blue-12);border-radius:16px;box-shadow:none}.contact-role-dropdown .comp-profile-dropdown-trigger:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #16549d14}.contact-role-dropdown .comp-profile-dropdown{border-color:var(--border-subtle);border-radius:16px;box-shadow:var(--shadow-medium)}.contact-role-dropdown .comp-profile-dropdown-option:hover{background:var(--bg-light)}.contact-field input,.contact-field textarea{width:100%;border:1px solid var(--primary-dark-blue-12);border-radius:16px;background:var(--bg-white);color:var(--text-dark);font:inherit;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.contact-field input{min-height:50px;padding:0 16px}.contact-field textarea{padding:14px 16px;resize:vertical;min-height:168px}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #16549d14}.contact-role-group{display:none}.contact-role-group.is-active{display:block}.contact-error{font-size:.82rem;color:#b45309}.contact-auth-note{padding:14px 16px;border-radius:16px;background:var(--bg-section-soft);border:1px solid var(--border-subtle);font-size:.9rem;line-height:1.7;color:var(--text-gray)}.contact-submit{margin-top:18px;min-width:220px}@media(max-width:960px){.contact-form-grid-nested,.contact-form-grid{grid-template-columns:1fr}}@media(max-width:720px){.legal-container{padding:56px 16px}.legal-card{padding:26px 22px;border-radius:22px}.legal-title{font-size:2rem;line-height:1.1}.legal-subtitle{margin-bottom:28px;font-size:.94rem}.contact-hero{padding:56px 0 0}.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:.92rem}.contact-card{padding:20px;border-radius:22px}.contact-form-shell{padding:18px;border-radius:22px}.contact-form-grid{grid-template-columns:1fr}.contact-page .legal-container{padding:22px 0 72px}}.page-error .main-footer{margin-top:0}.error-hero{padding:72px 0 96px}.error-hero-card{padding:32px;border-radius:30px;background:#ffffffb8;border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft)}.error-hero-grid{display:grid;grid-template-columns:minmax(250px,340px) minmax(0,1fr);gap:28px;align-items:stretch}.error-code-panel{display:flex;flex-direction:column;justify-content:center;min-height:100%;padding:28px;border-radius:26px;background:var(--bg-section-soft);border:1px solid var(--border-subtle)}.error-eyebrow{margin:0 0 12px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-blue)}.error-code{font-size:clamp(4.6rem,9vw,7rem);line-height:.88;font-weight:800;color:var(--primary-dark-blue)}.error-code-note{margin:16px 0 0;color:var(--text-gray);line-height:1.7}.error-copy{display:flex;flex-direction:column;justify-content:center;padding:8px 4px 8px 0}.error-kicker{margin:0 0 10px;font-size:.9rem;font-weight:700;color:var(--primary-blue)}.error-title{max-width:760px;margin:0;font-size:clamp(2rem,4.8vw,3.45rem);line-height:1.03;color:var(--primary-dark-blue)}.error-subtitle{max-width:760px;margin:18px 0 0;color:var(--text-gray);font-size:1rem;line-height:1.85}.error-hint{margin:14px 0 0;color:var(--text-dark);font-size:.97rem;font-weight:600;line-height:1.75}.error-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.error-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:999px;background:var(--bg-white);border:1px solid var(--border-subtle);color:var(--primary-dark-blue);font-size:.84rem;font-weight:700}.error-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.error-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;text-decoration:none;transition:var(--transition-normal);font-size:.94rem;font-weight:700}.error-button-primary{background:var(--primary-dark-blue);color:#fff}.error-button-primary:hover{background:var(--primary-blue)}.error-button-secondary{background:var(--bg-white);border:1px solid var(--border-subtle);color:var(--primary-dark-blue)}.error-button-secondary:hover{background:var(--bg-section-soft)}@media(max-width:940px){.error-hero{padding:56px 0 84px}.error-hero-card{padding:22px}.error-hero-grid{grid-template-columns:1fr}.error-copy{padding:0}}@media(max-width:720px){.error-code-panel{padding:24px}.error-actions{flex-direction:column}.error-button{width:100%}}.coming-banner{background:var(--primary-dark-blue);color:#fff;overflow:hidden;border-radius:28px;margin-top:3rem;border:none}.coming-container{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}.coming-text{margin-left:2.5rem;margin-top:1.75rem}.coming-title{font-size:36px;font-weight:800;margin-bottom:16px;letter-spacing:-.04em;color:var(--bg-white)}.coming-subtitle{font-size:15px;line-height:1.8;color:var(--bg-light);margin-bottom:32px}.coming-buttons{display:flex;gap:16px;margin-bottom:2rem}.store-badge{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:var(--radius-md);font-weight:700;font-size:13px;border:none;background:var(--white-35);color:var(--bg-white);transition:var(--transition-normal)}.store-badge.disabled{opacity:1;cursor:not-allowed}.store-badge:hover{background:#ffffff47;color:var(--bg-white)}.coming-visual{display:flex;justify-content:center}.coming-visual img{max-width:100%;width:80%;display:block;border-radius:20px}@media(max-width:1024px){.coming-banner{padding-top:70px;padding-left:10%;padding-right:10%;border-radius:20px}.coming-container{flex-direction:column;align-items:center;text-align:center;gap:50px}.coming-text{margin-top:1rem;margin-left:0}.coming-buttons{justify-content:center;flex-wrap:wrap;margin-bottom:0rem}.coming-visual{width:100%;display:flex;justify-content:center}.coming-visual img{max-width:40%;width:100%}.coming-title{font-size:30px}.coming-subtitle{font-size:15px}}@media(max-width:720px){.coming-banner{padding-top:70px;padding-left:10%;padding-right:10%;border-radius:22px}.coming-container{flex-direction:column;align-items:center;text-align:center;gap:50px}.coming-text{margin-top:0rem}.coming-buttons{justify-content:center;flex-wrap:wrap}.coming-visual{width:100%;display:flex;justify-content:center}.coming-visual img{max-width:55%}.coming-title{font-size:24px}.coming-subtitle{font-size:14px}}.coming-badge{display:inline-block;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:8px 24px;border-radius:50px;color:var(--bg-white);background:var(--white-35);margin-bottom:18px;transition:var(--transition-normal)}.coming-badge:hover{background:var(--white-20)}.profile-section{width:100%;background:transparent;padding:3rem 0 3.5rem;box-sizing:border-box}.profile-container{width:100%;margin:0 auto;box-sizing:border-box}.profile-layout{width:100%;display:grid;grid-template-columns:360px minmax(0,1fr);gap:24px;align-items:start}.profile-layout-single{grid-template-columns:minmax(0,1fr)}.profile-left-column{min-width:0;display:flex;flex-direction:column;gap:24px}.profile-sidebar,.profile-content,.profile-languages-column{min-width:0;overflow:visible}.profile-content-full{width:100%}.profile-card,.profile-experience-card{background:var(--bg-white);border:1px solid var(--border-subtle);border-radius:28px;box-shadow:var(--shadow-soft);overflow:visible}.profile-card{padding:28px 24px}.profile-experience-card{display:flex;flex-direction:column}.profile-btn{width:100%;min-height:42px;padding:0 16px;border-radius:14px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;border:none;cursor:pointer;transition:background-color .25s ease,transform .25s ease,opacity .25s ease;box-sizing:border-box}.profile-btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.profile-btn-primary{background:var(--primary-dark-blue);color:var(--bg-white)}.profile-btn-primary:hover:not(:disabled){background:var(--primary-blue);transform:translateY(-1px)}.profile-btn-secondary{background:var(--primary-dark-blue-12);color:var(--primary-dark-blue)}.profile-btn-secondary:hover:not(:disabled){background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-btn-small{min-height:36px;padding:0 10px;border-radius:10px;font-size:12px}.profile-name{margin:20px 0 10px;font-size:26px;line-height:1.15;font-weight:700;color:var(--primary-dark-blue)}.profile-info-value{font-size:14px;font-weight:600;color:var(--primary-dark-blue);word-break:break-word}.profile-bottom{margin-top:26px;width:100%}.profile-actions-row{width:100%;display:flex;justify-content:flex-start}.profile-actions-inner{width:100%;max-width:260px;display:flex;flex-direction:column}.profile-actions-inner>.profile-btn+.profile-btn{margin-top:14px}.profile-edit-btn,.profile-cancel-btn{width:100%;max-width:none}.profile-experience-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px 18px;border-bottom:1px solid var(--border-subtle)}.profile-experience-title{margin:0;font-size:18px;font-weight:700;color:var(--primary-dark-blue)}.profile-experience-add-btn{width:38px;height:38px;min-width:38px;border-radius:12px;background:var(--bg-light);color:var(--primary-dark-blue);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .25s ease,transform .25s ease}.profile-experience-add-btn:hover{background:var(--primary-dark-blue-18);transform:translateY(-1px)}.auth-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.auth-modal.hidden{display:none}.auth-modal-overlay{position:absolute;inset:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-modal-content{position:relative;z-index:2;width:50%;max-width:none;background:var(--bg-white);border:1px solid var(--border-subtle);border-radius:24px;box-shadow:0 24px 80px #11253f24;padding:28px 24px 24px;box-sizing:border-box}.auth-modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:none;border-radius:50%;background:var(--primary-dark-blue-12);color:var(--primary-dark-blue);font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.auth-modal-title{margin:0 56px 10px 0;padding-top:14px;font-size:24px;line-height:1.2;font-weight:700;color:var(--primary-dark-blue)}.auth-modal-subtitle{margin:0;font-size:15px;line-height:1.7;color:var(--text-gray)}.auth-confirm-modal-content{width:50%;max-width:none}.auth-confirm-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.auth-confirm-modal-btn{width:100%;min-height:44px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.jobseeker-toast{position:fixed;top:20px;right:20px;padding:14px 18px;border-radius:12px;color:var(--bg-white);font-weight:600;z-index:10000;opacity:0;transform:translateY(-10px);transition:.3s;box-shadow:0 12px 24px #00000029}.jobseeker-toast.show{opacity:1;transform:translateY(0)}.jobseeker-toast.success{background:#22c55e}.jobseeker-toast.error{background:#ef4444}.profile-cancel-btn.hidden,.profile-inline-edit-form.hidden,.profile-info-view.hidden,.profile-languages-view.hidden,.profile-languages-edit.hidden,.profile-experience-form-wrap.hidden,.hidden{display:none!important}@media(max-width:1024px){.profile-layout{grid-template-columns:320px minmax(0,1fr)}.profile-upload-area{width:136px;height:136px}.auth-modal-content,.auth-confirm-modal-content{width:70%}}@media(max-width:720px){.profile-container{padding:0 1.5rem}.profile-layout{grid-template-columns:1fr}.profile-left-column{gap:20px}.profile-card{padding:22px 18px}.profile-name{font-size:24px}.profile-experience-header{padding:18px 18px 16px}.profile-actions-row{justify-content:stretch}.profile-actions-inner{max-width:100%}.auth-modal-content,.auth-confirm-modal-content{width:90%;padding:24px 18px 18px;border-radius:20px}.auth-modal-title{font-size:20px;padding-top:14px;margin-right:48px}.auth-confirm-modal-actions{grid-template-columns:1fr}}.profile-desktop-only{display:block}.profile-mobile-only{display:none}@media(max-width:720px){.profile-desktop-only{display:none!important}.profile-mobile-only{display:block!important;margin-top:20px}}.profile-avatar-block{display:flex;flex-direction:column;align-items:flex-start}.profile-upload-area{position:relative;width:148px;height:148px;border-radius:50%;overflow:hidden;cursor:pointer;background:var(--bg-light);display:flex;align-items:center;justify-content:center;box-shadow:0 16px 30px #16549d1f}.profile-upload-preview-wrapper{position:relative;width:100%;height:100%}.profile-upload-preview-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.profile-upload-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--bg-white);background:var(--primary-dark-blue);border:4px solid var(--primary-yellow-14)}.profile-upload-initials-text{font-size:30px;font-weight:700;line-height:1}.profile-upload-overlay{position:absolute;inset:0;background:#0000008a;color:var(--bg-white);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .22s ease;pointer-events:none}.profile-upload-overlay-icon{display:none;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:var(--primary-dark-blue);color:var(--bg-white);font-size:24px;font-weight:700;line-height:1;transform:scale(.88);opacity:0;transition:transform .22s ease,opacity .22s ease}.profile-upload-area:hover .profile-upload-overlay{opacity:1}.profile-upload-area:hover .profile-upload-overlay-icon{transform:scale(1);opacity:1}.profile-upload-area.is-empty .profile-upload-overlay-icon-add,.profile-upload-area.has-image .profile-upload-overlay-icon-edit{display:inline-flex}.profile-image-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.profile-image-actions.single{grid-template-columns:1fr}.profile-name{margin:20px 0 10px;font-size:26px;line-height:1.15;font-weight:700;color:var(--primary-dark-blue);display:block;min-width:0}.profile-badge-row{margin:0 0 18px}.profile-status-badge{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700}.profile-status-badge-open{background:#eef8f4;color:#176b34}.profile-status-badge-closed{background:#f8f1f1;color:#b42318}.profile-status-badge-dot{width:8px;height:8px;border-radius:50%;background:currentColor;flex-shrink:0}.profile-info-list{display:flex;flex-direction:column;gap:0;margin-bottom:22px;border-top:1px solid var(--border-subtle)}.profile-info-item{display:flex;flex-direction:column;gap:4px;padding:14px 0;border-bottom:1px solid var(--border-subtle)}.profile-info-label{font-size:13px;font-weight:600;color:var(--text-gray)}.profile-info-value{display:block;min-width:0;font-size:14px;font-weight:600;color:var(--primary-dark-blue);word-break:break-word}.profile-info-muted{font-size:13px;font-style:italic;font-weight:500;color:var(--text-gray)}.profile-inline-edit-form{display:flex;flex-direction:column;gap:14px;margin-top:8px}.profile-inline-edit-grid{display:flex;flex-direction:column;gap:12px}.profile-inline-edit-row-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.profile-inline-edit-license-row{display:grid;grid-template-columns:1fr;gap:12px}.profile-inline-readonly{background:var(--bg-light);color:var(--text-gray);cursor:not-allowed;opacity:.92}@media(max-width:1024px){.profile-upload-area{width:136px;height:136px}}@media(max-width:720px){.profile-name{font-size:23px}.profile-inline-edit-row-2,.profile-inline-edit-license-row{grid-template-columns:1fr}}.profile-languages-outer-card{border-radius:28px;overflow:visible}.profile-languages-inner{padding:24px;background:var(--bg-white);border-radius:0 0 28px 28px}.profile-languages-list{display:flex;flex-direction:column;gap:10px}.profile-language-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:var(--bg-white);border:1px solid var(--primary-dark-blue-12);border-radius:16px}.profile-language-item-main{min-width:0;display:flex;flex-direction:column;gap:4px}.profile-language-name{font-size:15px;font-weight:700;color:var(--primary-dark-blue);line-height:1.2;word-break:break-word}.profile-language-level{font-size:13px;font-weight:500;color:var(--text-gray);line-height:1.4}.profile-languages-empty{display:block;padding:8px 0 2px;font-size:13px;font-style:italic;color:var(--text-gray)}.profile-language-edit-list,.profile-language-pending-list{display:flex;flex-direction:column;gap:12px}.profile-language-pending-list{margin-top:14px;margin-bottom:14px}.profile-language-edit-row,.profile-language-pending-item{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:14px;padding:14px 16px;border-radius:16px}.profile-language-edit-row{border:1px solid var(--primary-dark-blue-12);background:var(--bg-light)}.profile-language-pending-item{border:1px solid #f9e1c0;background:#fcf3ea}.profile-language-edit-row.is-marked-delete{opacity:.55;background:#fff4f4;border-color:#b4231838}.profile-language-edit-main,.profile-language-pending-main{min-width:0;display:flex;flex-direction:column;gap:4px}.profile-language-edit-title{font-size:15px;font-weight:700;color:var(--primary-dark-blue);word-break:break-word}.profile-language-edit-subtitle{font-size:13px;color:var(--text-gray)}.profile-language-add-wrap{display:flex;flex-direction:column;gap:14px;margin-top:0}.profile-language-add-row{display:grid;grid-template-columns:1fr;gap:12px;align-items:start}.profile-language-add-icon-btn{width:100%;min-width:100%;min-height:44px;padding:0;border:none;border-radius:12px;background:var(--primary-dark-blue);color:var(--bg-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,transform .25s ease}.profile-language-add-icon-btn:hover{background:var(--primary-blue);transform:translateY(-1px)}.profile-language-add-icon-btn svg{width:20px;height:20px}.profile-language-edit-actions{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0}.profile-language-save-row{margin-top:20px}.profile-language-action-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.profile-language-action-icon svg{display:block;width:18px;height:18px}.profile-language-delete-icon-btn,.profile-language-delete-icon-btn-pending{width:30px;height:30px;min-width:30px;padding:0;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,transform .25s ease;line-height:1}.profile-language-delete-icon-btn{background:var(--primary-dark-blue-12);color:var(--primary-dark-blue)}.profile-language-delete-icon-btn:hover{background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-language-delete-icon-btn-pending{background:#f9e1c0;color:#ca7600}.profile-language-delete-icon-btn-pending:hover{background:#f6d4a8;transform:translateY(-1px)}@media(max-width:720px){.profile-experience-header{padding:18px 18px 16px}.profile-language-item{flex-direction:column;align-items:flex-start}.profile-language-add-row{grid-template-columns:1fr}.profile-language-edit-row,.profile-language-pending-item{grid-template-columns:1fr 44px;align-items:center}}.profile-experience-outer-card{border-radius:28px;overflow:visible}.profile-experiences-inner{padding:24px;background:var(--bg-white);border-radius:0 0 28px 28px}.profile-experience-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px 18px;border-bottom:1px solid var(--primary-dark-blue-12)}.profile-experience-title{margin:0;font-size:20px;font-weight:700;color:var(--primary-dark-blue)}.profile-experience-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.profile-experience-add-btn{width:38px;height:38px;min-width:38px;border-radius:12px;background:var(--primary-dark-blue-12);color:var(--primary-dark-blue);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .25s ease,transform .25s ease,opacity .25s ease;border:none;cursor:pointer}.profile-experience-add-btn:hover:not(:disabled){background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-experience-add-btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.profile-experience-view.hidden,.profile-experience-edit.hidden,.profile-experience-header-btn.hidden{display:none!important}.profile-experience-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 32px}.profile-experience-empty-title{margin:0 0 10px;font-size:24px;font-weight:700;color:var(--primary-dark-blue)}.profile-experience-empty-text{margin:0;max-width:420px;font-size:15px;line-height:1.7;color:var(--text-gray)}.profile-experience-list{display:flex;flex-direction:column;gap:12px}.profile-experience-item{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;padding:14px 16px;border:1px solid var(--border-subtle);border-radius:16px;background:var(--bg-white)}.profile-experience-item-title{font-size:15px;font-weight:700;color:var(--primary-dark-blue);line-height:1.25;word-break:break-word;margin:0}.profile-experience-item-employer{font-size:13px;color:var(--text-gray);line-height:1.35;word-break:break-word;margin-top:-2px}.profile-experience-item-date{font-size:13px;font-weight:600;color:var(--primary-dark-blue);opacity:.85;margin-top:2px}.profile-experience-item-description{font-size:13px;color:var(--text-gray);line-height:1.65;white-space:pre-line;word-break:break-word;margin-top:2px}.profile-experience-edit-list{display:flex;flex-direction:column;gap:12px}.profile-experience-edit-row,.profile-experience-pending-item{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:14px;padding:14px 16px;border-radius:16px}.profile-experience-edit-row{border:1px solid var(--border-subtle);background:var(--bg-light)}.profile-experience-edit-row.is-marked-delete{opacity:.55;background:#fff4f4;border-color:#b4231838}.profile-experience-pending-item{border:1px solid #f9e1c0;background:#fcf3ea}.profile-experience-edit-main,.profile-experience-pending-main{min-width:0;display:flex;flex-direction:column;gap:3px}.profile-experience-edit-title{font-size:15px;font-weight:700;color:var(--primary-dark-blue);line-height:1.25;word-break:break-word;margin:0}.profile-experience-edit-subtitle{font-size:13px;color:var(--text-gray);line-height:1.4;word-break:break-word;margin:0}.profile-experience-edit-subtitle-employer{margin-top:-1px}.profile-experience-edit-subtitle-date{margin-top:2px;color:var(--primary-dark-blue);opacity:.85;font-weight:600}.profile-experience-edit-description{font-size:13px;color:var(--text-gray);line-height:1.6;white-space:pre-line;word-break:break-word;margin-top:2px}.profile-experience-edit-actions{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0}.profile-experience-action-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.profile-experience-action-icon svg{width:18px;height:18px;display:block}.profile-experience-delete-icon-btn,.profile-experience-delete-icon-btn-pending{width:30px;height:30px;min-width:30px;padding:0;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,transform .25s ease;line-height:1}.profile-experience-delete-icon-btn{background:var(--primary-dark-blue-12);color:var(--primary-dark-blue)}.profile-experience-delete-icon-btn:hover{background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-experience-delete-icon-btn-pending{background:#f9e1c0;color:#ca7600}.profile-experience-delete-icon-btn-pending:hover{background:#f6d4a8;transform:translateY(-1px)}.profile-experience-pending-list{display:flex;flex-direction:column;gap:12px;margin-top:14px;margin-bottom:14px}.profile-experience-add-wrap{display:flex;flex-direction:column;gap:14px;margin-top:0}.profile-experience-form-grid{display:flex;flex-direction:column;gap:12px}.profile-experience-row-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.profile-experience-textarea{min-height:110px;resize:vertical;padding-top:14px;padding-bottom:14px}.profile-experience-date-error{margin-top:6px;margin-left:4px;color:#dc2626;font-size:12px;font-style:italic;line-height:1.35}@media(max-width:720px){.profile-experiences-inner{padding:18px}.profile-experience-header{padding:18px 18px 16px}.profile-experience-empty{min-height:320px;padding:24px 18px}.profile-experience-edit-row,.profile-experience-pending-item{grid-template-columns:1fr 44px;align-items:center}.profile-experience-row-2{grid-template-columns:1fr}}.profile-education-outer-card{margin-top:24px;border-radius:28px;overflow:visible}.profile-educations-inner{padding:24px;background:var(--bg-white);border-radius:0 0 28px 28px}.profile-education-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px 18px;border-bottom:1px solid var(--primary-dark-blue-12)}.profile-education-title{margin:0;font-size:20px;font-weight:700;color:var(--primary-dark-blue)}.profile-education-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.profile-education-add-btn{width:38px;height:38px;min-width:38px;border-radius:12px;background:var(--primary-dark-blue-12);color:var(--primary-dark-blue);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .25s ease,transform .25s ease,opacity .25s ease;border:none;cursor:pointer}.profile-education-add-btn:hover:not(:disabled){background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-education-add-btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.profile-education-view.hidden,.profile-education-edit.hidden,.profile-education-header-btn.hidden{display:none!important}.profile-education-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 32px}.profile-education-empty-title{margin:0 0 10px;font-size:24px;font-weight:700;color:var(--primary-dark-blue)}.profile-education-empty-text{margin:0;max-width:420px;font-size:15px;line-height:1.7;color:var(--text-gray)}.profile-education-list{display:flex;flex-direction:column;gap:12px}.profile-education-item{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;padding:14px 16px;border:1px solid var(--border-subtle);border-radius:16px;background:var(--bg-white)}.profile-education-item-title-row,.profile-education-edit-title-row{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;min-width:0}.profile-education-item-title{display:inline;font-size:15px;font-weight:700;color:var(--primary-dark-blue);line-height:1.25;word-break:break-word;margin:0;flex:1 1 180px;min-width:0}.profile-education-item-degree-inline{font-size:13px;font-weight:400;font-style:italic;color:var(--primary-dark-blue);line-height:1.25;word-break:break-word}.profile-education-item-institution{font-size:13px;color:var(--text-gray);line-height:1.35;word-break:break-word;margin-top:-2px}.profile-education-item-date{font-size:13px;font-weight:600;color:var(--primary-dark-blue);opacity:.85;margin-top:2px}.profile-education-edit-list{display:flex;flex-direction:column;gap:12px}.profile-education-edit-row,.profile-education-pending-item{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:14px;padding:14px 16px;border-radius:16px}.profile-education-edit-row{border:1px solid var(--border-subtle);background:var(--bg-light)}.profile-education-edit-row.is-marked-delete{opacity:.55;background:#fff4f4;border-color:#b4231838}.profile-education-pending-item{border:1px solid #f9e1c0;background:#fcf3ea}.profile-education-edit-main,.profile-education-pending-main{min-width:0;display:flex;flex-direction:column;gap:3px}.profile-education-edit-title{display:inline;font-size:15px;font-weight:700;color:var(--primary-dark-blue);line-height:1.25;word-break:break-word;margin:0;flex:1 1 180px;min-width:0}.profile-education-edit-degree-inline{font-size:13px;font-weight:400;font-style:italic;color:var(--primary-dark-blue);line-height:1.25;word-break:break-word}.profile-education-edit-subtitle{font-size:13px;color:var(--text-gray);line-height:1.4;word-break:break-word;margin:0}.profile-education-edit-subtitle-institution{margin-top:-1px}.profile-education-edit-subtitle-date{margin-top:2px;color:var(--primary-dark-blue);opacity:.85;font-weight:600}.profile-education-edit-actions{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0}.profile-education-action-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.profile-education-action-icon svg{width:18px;height:18px;display:block}.profile-education-delete-icon-btn,.profile-education-delete-icon-btn-pending{width:30px;height:30px;min-width:30px;padding:0;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,transform .25s ease;line-height:1}.profile-education-delete-icon-btn{background:var(--primary-dark-blue-12);color:var(--primary-dark-blue)}.profile-education-delete-icon-btn:hover{background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-education-delete-icon-btn-pending{background:#f9e1c0;color:#ca7600}.profile-education-delete-icon-btn-pending:hover{background:#f6d4a8;transform:translateY(-1px)}.profile-education-pending-list{display:flex;flex-direction:column;gap:12px;margin-top:14px;margin-bottom:14px}.profile-education-add-wrap{display:flex;flex-direction:column;gap:14px;margin-top:0}.profile-education-form-grid{display:flex;flex-direction:column;gap:12px}.profile-education-row-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.profile-education-date-error{margin-top:6px;margin-left:4px;color:#dc2626;font-size:12px;font-style:italic;line-height:1.35}@media(max-width:720px){.profile-education-outer-card{margin-top:20px}.profile-educations-inner{padding:18px}.profile-education-header{padding:18px 18px 16px}.profile-education-empty{min-height:320px;padding:24px 18px}.profile-education-edit-row,.profile-education-pending-item{grid-template-columns:1fr 44px;align-items:center}.profile-education-row-2{grid-template-columns:1fr}}.comp-profile-form{width:100%;display:flex;flex-direction:column;gap:1rem}.comp-profile-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}.comp-profile-license-row{align-items:start}.comp-profile-input,.comp-profile-dropdown-trigger{width:100%;min-height:52px;padding:.95rem 1rem;border:1px solid var(--primary-dark-blue-12);border-radius:14px;background:#fff;color:var(--primary-dark-blue);font-family:var(--font-sans);font-size:.96rem;font-weight:400;line-height:1.4;box-sizing:border-box;transition:border-color .22s ease,box-shadow .22s ease,background-color .22s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.comp-profile-input::placeholder{color:#6b7280f2;font-family:var(--font-sans);font-size:.96rem;font-weight:400}.comp-profile-input:focus,.comp-profile-dropdown-trigger:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px var(--primary-dark-blue-12)}.comp-profile-input:disabled{opacity:1;cursor:not-allowed;background:#f3f4f6;color:#4b5563;border-color:#e5e7eb}.comp-profile-input:disabled::placeholder{color:#6b7280}.comp-profile-input[type=date]{font-family:var(--font-sans);font-size:.96rem;font-weight:400;color:var(--primary-dark-blue)}.comp-profile-input[type=date]::-webkit-date-and-time-value{text-align:left}.comp-profile-input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.85;filter:brightness(0) saturate(100%) invert(14%) sepia(54%) saturate(1458%) hue-rotate(183deg) brightness(94%) contrast(99%)}.comp-profile-input:disabled::-webkit-calendar-picker-indicator{opacity:.6;cursor:not-allowed}.comp-profile-dropdown-wrapper{position:relative;width:100%;min-width:0;z-index:1}.comp-profile-dropdown-wrapper.is-open{z-index:999}.comp-profile-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;text-align:left}.comp-profile-dropdown-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;color:var(--primary-dark-blue);font-family:var(--font-sans);font-size:.96rem;font-weight:400;line-height:1.4}.comp-profile-dropdown-arrow{flex:0 0 18px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:var(--primary-dark-blue);opacity:.78}.comp-profile-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:100%;max-height:260px;overflow-y:auto;background:#fff;border:1px solid var(--primary-dark-blue-12);border-radius:14px;box-shadow:0 18px 42px #013a631f;z-index:1000;padding:.35rem 0;box-sizing:border-box}.comp-profile-dropdown.hidden{display:none!important}.comp-profile-dropdown-option{width:100%;border:none;background:transparent;text-align:left;cursor:pointer;padding:.9rem 1rem;color:var(--primary-dark-blue);font-family:var(--font-sans);font-size:.96rem;font-weight:400;line-height:1.4;transition:background-color .18s ease,color .18s ease;box-sizing:border-box}.comp-profile-dropdown-option:hover{background:var(--primary-dark-blue-12)}.comp-profile-dropdown-option:active{background:var(--primary-dark-blue-18)}.comp-profile-field-error{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261f!important}.comp-profile-field-error-text{margin-top:6px;margin-left:4px;color:#dc2626;font-size:12px;font-style:italic;line-height:1.35}.comp-profile-error-box{border:1px solid rgba(220,38,38,.16);background:#dc26260d;color:#b91c1c;border-radius:14px;padding:.9rem 1rem;font-family:var(--font-sans);font-size:.9rem;font-weight:400;line-height:1.5}.comp-profile-error-box div+div{margin-top:.35rem}@media(max-width:720px){.comp-profile-row-2{grid-template-columns:1fr;gap:.9rem}.comp-profile-input,.comp-profile-dropdown-trigger{min-height:50px;font-size:.95rem}.comp-profile-dropdown-label,.comp-profile-dropdown-option{font-size:.95rem}}.profile-skills-outer-card{margin-top:24px;border-radius:28px;overflow:visible}.profile-skills-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px 18px;border-bottom:1px solid var(--primary-dark-blue-12)}.profile-skills-title{margin:0;font-size:20px;font-weight:700;color:var(--primary-dark-blue)}.profile-skills-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.profile-skills-header-btn{width:38px;height:38px;min-width:38px;border-radius:12px;background:var(--primary-dark-blue-12);color:var(--primary-dark-blue);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .25s ease,transform .25s ease,opacity .25s ease;border:none;cursor:pointer}.profile-skills-header-btn:hover:not(:disabled){background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-skills-header-btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.profile-skills-inner{padding:24px;background:var(--bg-white);border-radius:0 0 28px 28px}.profile-skills-view.hidden,.profile-skills-edit.hidden,.profile-skills-header-btn.hidden{display:none!important}.profile-skills-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 32px}.profile-skills-empty-title{margin:0 0 10px;font-size:24px;font-weight:700;color:var(--primary-dark-blue)}.profile-skills-empty-text{margin:0;max-width:420px;font-size:15px;line-height:1.7;color:var(--text-gray)}.profile-skills-list,.profile-skill-edit-list,.profile-skill-pending-list{display:flex;flex-wrap:wrap;gap:10px}.profile-skill-chip,.profile-skill-edit-chip,.profile-skill-pending-chip{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;background:var(--bg-white);border:1px solid var(--primary-dark-blue-12);border-radius:999px}.profile-skill-edit-chip{background:var(--bg-light)}.profile-skill-edit-chip.is-marked-delete{opacity:.55;background:#fff4f4;border-color:#b4231838}.profile-skill-pending-chip{border-color:#f9e1c0;background:#fcf3ea}.profile-skill-chip-text{font-size:14px;font-weight:600;color:var(--primary-dark-blue);line-height:1.2;word-break:break-word}.profile-skill-chip-action{width:24px;height:24px;min-width:24px;padding:0;border:none;border-radius:999px;background:var(--primary-dark-blue-12);color:var(--primary-dark-blue);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,transform .25s ease;line-height:1}.profile-skill-chip-action:hover{background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-skill-add-wrap{display:flex;flex-direction:column;gap:12px;margin-top:14px}.profile-skill-autocomplete-wrap{position:relative}.profile-skill-input-with-button{padding-right:56px}.profile-skill-input-plus-btn{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:36px;height:36px;min-width:36px;padding:0;border:none;border-radius:10px;background:var(--primary-dark-blue);color:var(--bg-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,transform .25s ease}.profile-skill-input-plus-btn:hover{background:var(--primary-blue)}.profile-skill-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:1200;max-height:260px;overflow-y:auto;background:#fff;border:1px solid var(--primary-dark-blue-12);border-radius:14px;box-shadow:0 18px 42px #013a631f;padding:.35rem 0;box-sizing:border-box}.profile-skill-suggestions.hidden{display:none!important}.profile-skill-suggestion-item{width:100%;border:none;background:transparent;text-align:left;cursor:pointer;padding:.9rem 1rem;color:var(--primary-dark-blue);font-family:var(--font-sans);font-size:.96rem;font-weight:400;line-height:1.4;transition:background-color .18s ease,color .18s ease;box-sizing:border-box}.profile-skill-suggestion-item:hover,.profile-skill-suggestion-item.is-active{background:var(--primary-dark-blue-12)}.profile-skill-action-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.profile-skill-action-icon svg{display:block;width:16px;height:16px}@media(max-width:720px){.profile-skills-outer-card{margin-top:20px}.profile-skills-inner{padding:18px}.profile-skills-header{padding:18px 18px 16px}.profile-skills-empty-state{min-height:320px;padding:24px 18px}}.profile-documents-outer-card{margin-top:24px;border-radius:28px;overflow:visible}.profile-documents-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px 18px;border-bottom:1px solid var(--primary-dark-blue-12)}.profile-documents-title{margin:0;font-size:20px;font-weight:700;color:var(--primary-dark-blue)}.profile-documents-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.profile-documents-header-btn{width:38px;height:38px;min-width:38px;border-radius:12px;background:var(--primary-dark-blue-12);color:var(--primary-dark-blue);display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .25s ease,transform .25s ease,opacity .25s ease}.profile-documents-header-btn:hover:not(:disabled){background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-documents-header-btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important}.profile-documents-inner{padding:24px;background:var(--bg-white);border-radius:0 0 28px 28px}.profile-documents-view.hidden,.profile-documents-edit.hidden,.profile-documents-header-btn.hidden{display:none!important}.profile-documents-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 32px}.profile-documents-empty-title{margin:0 0 10px;font-size:24px;font-weight:700;color:var(--primary-dark-blue)}.profile-documents-empty-text{margin:0;max-width:420px;font-size:15px;line-height:1.7;color:var(--text-gray)}.profile-documents-list,.profile-document-edit-list{display:flex;flex-direction:column;gap:12px}.profile-document-item,.profile-document-edit-row{border:1px solid var(--border-subtle);border-radius:16px;padding:14px 16px;background:var(--bg-white)}.profile-document-edit-row{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:14px;background:var(--bg-light)}.profile-document-edit-row.is-marked-delete{opacity:.55;background:#fff4f4;border-color:#b4231838}.profile-document-item-main,.profile-document-edit-main{min-width:0;display:flex;flex-direction:column;gap:4px}.profile-document-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.profile-document-item-title,.profile-document-edit-title{font-size:15px;font-weight:700;color:var(--primary-dark-blue);word-break:break-word;min-width:0}.profile-document-item-meta-line,.profile-document-edit-meta-line{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:13px;color:var(--text-gray);line-height:1.4;word-break:break-word}.profile-document-type{font-size:13px;color:var(--text-gray);line-height:1.4}.profile-document-file-name{font-size:13px;font-style:italic;color:var(--text-gray);line-height:1.4;word-break:break-word}.profile-document-item-visibility,.profile-document-edit-visibility{font-size:13px;color:var(--text-gray);line-height:1.4;word-break:break-word}.profile-document-download-btn{width:32px;height:32px;min-width:32px;border-radius:10px;background:var(--primary-dark-blue-12);color:var(--primary-dark-blue);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .25s ease,transform .25s ease}.profile-document-download-btn:hover{background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-document-edit-actions{display:flex;align-items:center;justify-content:center;width:44px;height:44px}.profile-document-delete-icon-btn{width:30px;height:30px;min-width:30px;padding:0;border:none;border-radius:8px;background:var(--primary-dark-blue-12);color:var(--primary-dark-blue);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,transform .25s ease}.profile-document-delete-icon-btn:hover{background:var(--primary-dark-blue-18);transform:translateY(-1px)}.profile-document-action-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.profile-document-action-icon svg{width:18px;height:18px;display:block}.profile-document-add-wrap{display:flex;flex-direction:column;gap:12px;margin-top:14px}@media(max-width:720px){.profile-documents-outer-card{margin-top:20px}.profile-documents-inner{padding:18px}.profile-documents-header{padding:18px 18px 16px}.profile-documents-empty-state{min-height:320px;padding:24px 18px}.profile-document-edit-row{grid-template-columns:1fr 44px}}.employer-hero-card{padding:28px 24px;margin-bottom:24px;background:#eef3f999;border:1px solid var(--border-subtle);border-radius:24px;box-shadow:0 16px 28px #11253f0d}.employer-hero-kicker,.employer-eyebrow{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-blue)}.employer-hero-title{margin:0;font-size:28px;line-height:1.05;color:var(--primary-dark-blue)}.employer-hero-subtitle{margin:12px 0 0;max-width:760px;font-size:14px;line-height:1.7;color:var(--text-gray)}.employer-hero-workspace{background:#eef3f999;border-color:#16549d1f}.employer-hero-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:22px;align-items:flex-start}.employer-hero-main{min-width:0}.employer-company-head-hero{margin-top:22px}.employer-meta-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--bg-white);border:1px solid var(--border-subtle);font-size:12px;font-weight:700;color:var(--primary-dark-blue)}.employer-hero-side{display:grid;gap:14px}.employer-hero-note{padding:18px;border-radius:22px;background:#eef3f999;border:1px solid var(--border-subtle)}.employer-hero-note-kicker{margin:0;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-gray)}.employer-hero-note-title{margin:8px 0 0;font-size:20px;line-height:1.15;color:var(--primary-dark-blue)}.employer-hero-note-text{margin:10px 0 0;font-size:13px;line-height:1.75;color:var(--text-gray)}.employer-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.employer-hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.employer-hero-metric{padding:16px 14px;border-radius:18px;background:#eef3f999;border:1px solid var(--border-subtle);text-align:left}.employer-hero-metric span{display:block;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-gray)}.employer-hero-metric strong{display:block;margin-top:8px;font-size:26px;line-height:1;color:var(--primary-dark-blue)}.employer-sidebar-card,.employer-sidebar-summary,.employer-section-card{margin-bottom:24px}.employer-company-head{display:flex;align-items:center;gap:16px}.employer-page-stack{display:grid;gap:24px}.employer-page-stack>.employer-workspace-grid,.employer-page-stack .employer-section-card{margin-bottom:0}.employer-company-avatar{width:72px;height:72px;border-radius:20px;background:var(--primary-dark-blue);border:2px solid var(--primary-yellow-24);color:var(--bg-white);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;flex-shrink:0}.employer-company-head-copy{min-width:0}.employer-company-title{margin:0;font-size:22px;line-height:1.15;color:var(--primary-dark-blue)}.employer-company-subtitle{margin:8px 0 0;font-size:14px;color:var(--text-gray)}.employer-status-list{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 8px}.employer-sidebar-info{margin-bottom:20px}.employer-link{text-decoration:none}.employer-link:hover{color:var(--primary-blue)}.employer-mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:10px}.employer-mini-stat{min-width:0;padding:14px;border:1px solid var(--border-subtle);border-radius:16px;background:#eef3f999}.employer-mini-stat span{display:block;font-size:12px;line-height:1.5;color:var(--text-gray)}.employer-mini-stat strong{display:block;margin-top:6px;font-size:22px;line-height:1;color:var(--primary-dark-blue)}.employer-progress-block{margin-top:18px}.employer-progress-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;line-height:1.6;color:var(--text-gray)}.employer-progress-value{font-size:12px;font-weight:700;line-height:1;color:var(--primary-dark-blue)}.employer-progress-bar{width:100%;height:18px;border-radius:999px;background:#16549d1a;overflow:hidden;margin-top:10px}.employer-progress-bar span{display:flex;align-items:center;justify-content:flex-end;height:100%;background:var(--primary-dark-blue);border-radius:999px}.employer-sidebar-nav{display:flex;flex-direction:column;gap:8px;margin-top:18px}.employer-sidebar-link{display:flex;align-items:center;min-height:42px;padding:0 14px;border-radius:12px;text-decoration:none;color:var(--primary-dark-blue);background:var(--bg-light);font-size:14px;font-weight:600}.employer-sidebar-link:hover,.employer-sidebar-link.active{background:var(--primary-dark-blue-12)}.employer-workspace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.employer-workspace-grid-profile .employer-section-card{background:var(--bg-white)}.employer-alert{padding:16px 18px;border-radius:18px;border:1px solid var(--border-subtle);font-size:14px;line-height:1.7}.employer-flash-stack{display:grid;gap:12px}.employer-alert p{margin:0}.employer-alert p+p{margin-top:6px}.employer-alert-structured strong{display:block;margin:0 0 4px;font-size:14px;line-height:1.5;color:var(--primary-dark-blue)}.employer-alert-neutral{background:var(--bg-light);color:var(--primary-dark-blue)}.employer-alert-success{background:#eef8f4;border-color:#176b342e;color:#176b34}.employer-alert-error{background:#fff3eb;border-color:#d96b1f38;color:#9a4200}.employer-section-card{padding:28px 24px;border:1px solid var(--border-subtle);border-radius:24px;background:#eef3f999;box-shadow:0 14px 30px #11253f0a}.employer-section-card-soft{background:#eef3f999}.employer-section-head{margin-bottom:18px}.employer-section-head-inline{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.employer-section-title{margin:0;font-size:22px;line-height:1.2;color:var(--primary-dark-blue)}.employer-section-text{margin:10px 0 0;font-size:14px;line-height:1.75;color:var(--text-gray)}.employer-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.employer-side-stack{display:grid;gap:16px}.employer-pipeline-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.employer-pipeline-grid-dashboard{margin-bottom:16px}.employer-pipeline-stage{padding:16px 14px;border-radius:18px;background:#eef3f999;border:1px solid var(--border-subtle);text-align:center}.employer-pipeline-stage strong{display:block;font-size:1.35rem;line-height:1;color:var(--primary-dark-blue)}.employer-pipeline-stage span{display:block;margin-top:8px;font-size:.82rem;line-height:1.55;color:var(--text-gray)}.employer-panel{min-width:0;padding:18px;border:1px solid var(--border-subtle);border-radius:20px;background:#eef3f999}.employer-panel-kicker{margin:0;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-gray)}.employer-panel-title{margin:10px 0 0;font-size:24px;line-height:1.1;color:var(--primary-dark-blue)}.employer-panel-text{margin:10px 0 0;font-size:14px;line-height:1.7;color:var(--text-gray)}.employer-list{display:flex;flex-direction:column;gap:14px}.employer-item-card{border:1px solid var(--border-subtle);border-radius:20px;padding:18px;background:#eef3f999;box-shadow:0 10px 20px #11253f0a;transition:transform var(--transition-normal),box-shadow var(--transition-normal),border-color var(--transition-normal)}.employer-item-card:hover{transform:translateY(-2px);border-color:var(--primary-dark-blue-18);box-shadow:0 18px 30px #11253f0f}.employer-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.employer-item-copy{min-width:0;flex:1 1 auto}.employer-item-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px}.employer-item-title{margin:0;font-size:19px;line-height:1.2;color:var(--primary-dark-blue)}.employer-status-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;background:var(--bg-light);color:var(--primary-dark-blue)}.employer-status-chip.status-published,.employer-status-chip.status-hired{background:#eef8f4;color:#176b34}.employer-status-chip.status-draft,.employer-status-chip.status-reviewing,.employer-status-chip.status-shortlisted{background:#eef4fb;color:#0d6aa8}.employer-status-chip.status-paused,.employer-status-chip.status-interview{background:#fff3eb;color:#9a4200}.employer-status-chip.status-closed,.employer-status-chip.status-rejected{background:#f8f1f1;color:#b42318}.employer-item-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.employer-item-meta span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--bg-light);font-size:12px;font-weight:600;color:var(--text-gray)}.employer-item-description{margin:14px 0 0;font-size:14px;line-height:1.8;color:var(--text-gray)}.employer-item-actions,.employer-inline-actions,.employer-form-actions,.employer-inline-form{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}.employer-item-actions form,.employer-inline-form{margin:0}.employer-btn-danger{background:#f8f1f1;color:#b42318}.employer-btn-danger:hover{background:#f2dfdf}.employer-empty-state{padding:28px 20px;border:1px dashed var(--primary-dark-blue-12);border-radius:20px;text-align:center;background:var(--bg-light)}.employer-empty-state h3{margin:0;font-size:22px;color:var(--primary-dark-blue)}.employer-empty-state p{margin:12px auto 0;max-width:540px;font-size:14px;line-height:1.8;color:var(--text-gray)}.employer-empty-state-actions{display:flex;justify-content:center;margin-top:18px}.employer-filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.employer-filter-link{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:var(--bg-light);color:var(--primary-dark-blue);text-decoration:none;font-size:13px;font-weight:600}.employer-filter-link.active,.employer-filter-link:hover{background:var(--primary-dark-blue-12)}.employer-form{display:flex;flex-direction:column;gap:20px}.employer-form-shell{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr);gap:18px}.employer-form-shell-main{min-width:0}.employer-form-shell-side{display:grid;gap:16px;align-content:start}.employer-form-sidebar-card{padding:18px;border-radius:20px;background:#eef3f999;border:1px solid var(--border-subtle)}.employer-form-sidebar-card-highlight{background:#fcc21f24;border-color:#fcc21f47}.employer-form-sidebar-text{margin:0;font-size:14px;line-height:1.75;color:var(--primary-dark-blue)}.employer-sidebar-guidance{display:grid;gap:14px}.employer-sidebar-guidance-item{display:grid;gap:6px}.employer-sidebar-guidance-item strong{color:var(--primary-dark-blue);font-size:14px}.employer-sidebar-guidance-item span{color:var(--text-gray);font-size:13px;line-height:1.7}.employer-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.employer-field{min-width:0;display:flex;flex-direction:column;gap:8px}.employer-field-full{grid-column:1 / -1}.employer-label{font-size:13px;font-weight:600;color:var(--text-gray)}.employer-input,.employer-textarea{width:100%;border:1px solid var(--primary-dark-blue-12);border-radius:14px;background:var(--bg-white);color:var(--primary-dark-blue);font:inherit;box-sizing:border-box;transition:border-color .22s ease,box-shadow .22s ease,background-color .22s ease}.employer-input{min-height:48px;padding:0 14px}.employer-textarea{min-height:160px;padding:14px;resize:vertical}.employer-input:focus,.employer-textarea:focus{outline:none;border-color:#0d6aa870;box-shadow:0 0 0 4px #0d6aa81f}.employer-input[readonly]{background:var(--bg-light);color:var(--text-gray)}.employer-form-help{margin:0;font-size:13px;line-height:1.7;color:var(--text-gray)}.employer-inline-select{min-width:220px}.employer-preview-title{margin:0;font-size:18px;line-height:1.2;color:var(--primary-dark-blue)}.employer-preview-text{margin:10px 0 0;font-size:14px;line-height:1.8;color:var(--text-gray)}.employer-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.employer-public-preview-card{padding:24px 22px}.employer-public-preview-card .employer-section-head{margin-bottom:14px}.employer-public-preview-card .employer-section-title{font-size:20px}.employer-public-preview-card .employer-section-text{font-size:13px;line-height:1.7}.employer-public-preview-card .employer-meta-grid{gap:12px;margin-top:0}.employer-meta-grid-tight{margin-top:0}.employer-meta-item{min-width:0;padding:16px;border:1px solid var(--primary-dark-blue-12);border-radius:18px;background:#eef3f999}.employer-public-preview-card .employer-meta-item{padding:14px;border-radius:16px}.employer-meta-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-gray)}.employer-public-preview-card .employer-meta-label{font-size:11px}.employer-meta-value{display:block;margin-top:8px;font-size:15px;line-height:1.6;color:var(--primary-dark-blue);word-break:break-word}.employer-public-preview-card .employer-meta-value{margin-top:6px;font-size:14px;line-height:1.55}.employer-callout{padding:18px;border-radius:20px;border:1px solid var(--primary-dark-blue-12);background:#eef3f999}.employer-callout-inline{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.employer-callout-title{margin:0;font-size:18px;line-height:1.2;color:var(--primary-dark-blue)}.employer-callout-text{margin:10px 0 0;font-size:14px;line-height:1.8;color:var(--text-gray)}.employer-callout-value{flex:0 0 auto;font-size:32px;line-height:1;color:var(--primary-dark-blue)}.employer-workspace-grid-profile{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)}.employer-application-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,300px);gap:18px;align-items:flex-start}.employer-application-main{min-width:0}.employer-application-side{display:grid;align-content:start}.employer-application-side-card{padding:16px;border-radius:18px;background:#eef3f999;border:1px solid var(--border-subtle)}.employer-application-form{margin-top:10px;flex-direction:column;align-items:stretch}.employer-application-form .employer-inline-select,.employer-application-form .profile-btn{width:100%}.employer-preferences-form{display:grid;gap:14px}.employer-preference-item{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:18px;background:#eef3f999;border:1px solid var(--border-subtle);cursor:pointer}.employer-preference-item input[type=checkbox]{appearance:none;width:18px;height:18px;margin-top:2px;flex:0 0 auto;border-radius:6px;border:1.5px solid var(--text-soft);background:var(--bg-white);position:relative;transition:var(--transition-fast)}.employer-preference-item input[type=checkbox]:checked{background:var(--primary-dark-blue);border-color:var(--primary-dark-blue)}.employer-preference-item input[type=checkbox]:checked:after{content:"";position:absolute;inset:4px;border-radius:3px;background:var(--bg-white)}.employer-preference-item span{display:grid;gap:4px}.employer-preference-item strong{color:var(--primary-dark-blue);font-size:.95rem}.employer-preference-item small{color:var(--text-gray);font-size:.84rem;line-height:1.65}.employer-focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.employer-focus-card{display:grid;gap:10px;padding:20px;border-radius:22px;background:#eef3f999;box-shadow:0 10px 22px #11253f0a}.employer-focus-card-blue,.employer-focus-card-yellow{background:#eef3f999}.employer-profile-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.employer-profile-overview-item{position:relative;display:grid;align-content:start;gap:12px;min-height:198px;padding:24px 24px 22px;background:#eef3f999;border:1px solid var(--border-subtle);border-radius:24px}.employer-profile-overview-kicker{display:block;margin-top:2px;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--text-gray)}.employer-profile-overview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.employer-profile-overview-title{margin:0;max-width:220px;font-size:20px;line-height:1.18;color:var(--primary-dark-blue)}.employer-profile-overview-value{flex:0 0 auto;font-size:28px;line-height:1;color:var(--primary-dark-blue)}.employer-profile-overview-text{margin:0;max-width:320px;font-size:14px;line-height:1.75;color:var(--text-gray)}.employer-profile-overview-meta{display:grid;gap:6px;margin-top:auto;padding-top:14px;border-top:1px solid rgba(22,84,157,.08)}.employer-profile-overview-label{display:block;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-soft)}.employer-profile-overview-meta strong{font-size:14px;line-height:1.55;color:var(--primary-dark-blue);word-break:break-word}.employer-focus-kicker,.employer-spotlight-kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--primary-blue)}.employer-focus-title{margin:0;font-size:20px;line-height:1.2;color:var(--primary-dark-blue)}.employer-focus-text,.employer-spotlight-text{margin:0;font-size:14px;line-height:1.75;color:var(--text-gray)}.employer-focus-note{display:inline-flex;align-items:center;max-width:100%;min-height:38px;padding:8px 12px;border-radius:14px;background:#ffffffe0;border:1px solid var(--border-subtle);font-size:12px;font-weight:700;line-height:1.55;color:var(--primary-dark-blue)}.employer-story-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.employer-story-metrics-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.employer-story-metric{min-width:0;padding:16px;border-radius:18px;border:1px solid var(--border-subtle);background:#eef3f999}.employer-story-metric span{display:block;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-gray)}.employer-story-metric strong{display:block;margin-top:8px;font-size:24px;line-height:1;color:var(--primary-dark-blue)}.employer-bar-chart{display:grid;gap:14px}.employer-bar-row{display:grid;gap:8px}.employer-bar-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.employer-bar-label{font-size:13px;font-weight:700;color:var(--primary-dark-blue)}.employer-bar-value{font-size:13px;font-weight:700;color:var(--text-gray)}.employer-bar-track{width:100%;height:10px;border-radius:999px;background:#11253f14;overflow:hidden}.employer-bar-fill{display:block;height:100%;border-radius:999px;background:var(--primary-blue)}.employer-bar-fill-yellow{background:var(--primary-yellow)}.employer-bar-fill-muted{background:#11253f47}.employer-bar-note{margin:0;font-size:12px;line-height:1.65;color:var(--text-gray)}.employer-spotlight-card{margin-top:18px;padding:18px;border-radius:20px;background:#eef3f999;border:1px solid var(--border-subtle)}.employer-spotlight-title{margin:8px 0 0;font-size:20px;line-height:1.2;color:var(--primary-dark-blue)}.employer-top-list{display:grid;gap:12px}.employer-top-list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px;border-radius:18px;border:1px solid var(--border-subtle);background:#eef3f999}.employer-top-list-item strong{flex:0 0 auto;font-size:22px;line-height:1;color:var(--primary-dark-blue)}.employer-top-list-title{margin:0;font-size:16px;line-height:1.25;color:var(--primary-dark-blue)}.employer-top-list-text{margin:8px 0 0;font-size:13px;line-height:1.7;color:var(--text-gray)}.employer-checklist{display:grid;gap:10px;margin-top:18px}.employer-checklist-item{display:flex;align-items:center;gap:12px;min-height:44px;padding:0 14px;border-radius:16px;background:#eef3f999;border:1px solid var(--border-subtle);font-size:14px;color:var(--text-gray)}.employer-checklist-item>span:last-child{line-height:1.45}.employer-checklist-item.is-done{color:var(--primary-dark-blue)}.employer-checklist-mark{position:relative;width:19px;height:19px;border-radius:6px;border:1.5px solid var(--text-soft);background:var(--bg-white);flex:0 0 auto}.employer-checklist-item.is-done .employer-checklist-mark{background:var(--primary-dark-blue);border-color:var(--primary-dark-blue)}.employer-checklist-item.is-done .employer-checklist-mark:after{content:"";position:absolute;left:50%;top:50%;width:7px;height:4px;border-left:2px solid var(--bg-white);border-bottom:2px solid var(--bg-white);transform:translate(-50%,-58%) rotate(-45deg)}.employer-progress-block-tight{margin-top:0}@media(max-width:1200px){.employer-hero-layout{grid-template-columns:1fr}.employer-hero-actions{justify-content:flex-start}.employer-hero-metrics,.employer-focus-grid,.employer-profile-overview,.employer-story-metrics,.employer-workspace-grid,.employer-pipeline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employer-profile-overview-item:nth-child(3){grid-column:1 / -1}.employer-form-shell,.employer-workspace-grid-profile,.employer-application-card,.employer-public-preview-card .employer-meta-grid{grid-template-columns:1fr}}@media(max-width:720px){.employer-hero-card,.employer-section-card{padding:22px 18px}.employer-hero-title{font-size:25px}.employer-profile-overview{grid-template-columns:1fr}.employer-profile-overview-item:nth-child(3){grid-column:auto}.employer-section-head-inline,.employer-callout-inline{flex-direction:column;align-items:flex-start}.employer-company-avatar{width:62px;height:62px;border-radius:18px;font-size:20px}.employer-company-title{font-size:22px}.employer-hero-metrics,.employer-focus-grid,.employer-story-metrics,.employer-workspace-grid,.employer-pipeline-grid,.employer-grid-two,.employer-form-grid,.employer-meta-grid,.employer-mini-stats{grid-template-columns:1fr}.employer-application-form{gap:10px}.employer-field-full{grid-column:auto}.employer-progress-top,.employer-callout-inline,.employer-top-list-item,.employer-bar-head{flex-direction:column;align-items:flex-start}}.jobseeker-portal{padding:2.75rem 0 3.5rem}.jobseeker-portal-header{margin-bottom:24px}.jobseeker-portal-kicker{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-blue)}.jobseeker-portal-title{margin:0;font-size:31px;line-height:1.05;color:var(--primary-dark-blue)}.jobseeker-portal-subtitle{margin:12px 0 0;max-width:760px;font-size:14px;line-height:1.75;color:var(--text-gray)}.jobseeker-portal-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.jobseeker-portal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}.jobseeker-stat-card,.jobseeker-section-card{padding:22px 20px;border:1px solid var(--border-subtle);border-radius:24px;background:var(--bg-white);box-shadow:var(--shadow-soft)}.jobseeker-stat-label{display:block;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-gray)}.jobseeker-stat-value{display:block;margin-top:10px;font-size:28px;line-height:1;color:var(--primary-dark-blue)}.jobseeker-stat-note{display:block;margin-top:10px;font-size:13px;line-height:1.6;color:var(--text-gray)}.jobseeker-sections{display:flex;flex-direction:column;gap:20px}.jobseeker-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.jobseeker-section-title{margin:0;font-size:22px;line-height:1.2;color:var(--primary-dark-blue)}.jobseeker-section-text{margin:8px 0 0;font-size:13px;line-height:1.75;color:var(--text-gray)}.jobseeker-list{display:flex;flex-direction:column;gap:14px}.jobseeker-item-card{padding:18px;border:1px solid var(--border-subtle);border-radius:20px;background:var(--bg-light)}.jobseeker-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.jobseeker-item-copy{min-width:0}.jobseeker-item-title{margin:0;font-size:18px;line-height:1.2;color:var(--primary-dark-blue)}.jobseeker-item-company{margin:8px 0 0;font-size:14px;font-weight:700;color:var(--text-dark)}.jobseeker-item-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.jobseeker-item-meta span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--bg-white);font-size:11px;font-weight:700;color:var(--primary-dark-blue);border:1px solid var(--border-subtle)}.jobseeker-item-description{margin:14px 0 0;font-size:13px;line-height:1.85;color:var(--text-gray)}.jobseeker-empty-state{padding:28px 20px;border:1px dashed var(--border-subtle);border-radius:20px;text-align:center;background:var(--bg-light)}.jobseeker-empty-state h3{margin:0;font-size:20px;color:var(--primary-dark-blue)}.jobseeker-empty-state p{margin:12px auto 0;max-width:540px;font-size:13px;line-height:1.8;color:var(--text-gray)}.jobseeker-inline-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.jobseeker-alert{margin-bottom:24px;padding:16px 18px;border-radius:18px;border:1px solid var(--border-subtle);font-size:14px;line-height:1.7}.jobseeker-alert p{margin:0}.jobseeker-alert-success{background:#eef8f4;border-color:#176b342e;color:#176b34}.jobseeker-alert-error{background:#fff3eb;border-color:#d96b1f38;color:#9a4200}.jobseeker-preferences-form{display:grid;gap:14px}.jobseeker-preference-item{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:18px;background:var(--bg-light);border:1px solid var(--border-subtle);cursor:pointer}.jobseeker-preference-item input[type=checkbox]{appearance:none;width:18px;height:18px;margin-top:2px;flex:0 0 auto;border-radius:6px;border:1.5px solid var(--text-soft);background:var(--bg-white);position:relative;transition:var(--transition-fast)}.jobseeker-preference-item input[type=checkbox]:checked{background:var(--primary-dark-blue);border-color:var(--primary-dark-blue)}.jobseeker-preference-item input[type=checkbox]:checked:after{content:"";position:absolute;inset:4px;border-radius:3px;background:var(--bg-white)}.jobseeker-preference-item span{display:grid;gap:4px}.jobseeker-preference-item strong{color:var(--primary-dark-blue);font-size:.95rem}.jobseeker-preference-item small{color:var(--text-gray);font-size:.84rem;line-height:1.65}@media(max-width:1200px){.jobseeker-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.jobseeker-portal{padding:2rem 0 3rem}.jobseeker-portal-title{font-size:26px}.jobseeker-portal-grid{grid-template-columns:1fr}.jobseeker-section-head,.jobseeker-item-top{flex-direction:column}}.jobs-page{padding:2.75rem 0 4rem}.jobs-page-inner{max-width:1080px;margin:0 auto}.jobs-page-header{margin-bottom:24px}.jobs-page-kicker{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-blue)}.jobs-page-title{margin:0;font-size:31px;line-height:1.05;color:var(--primary-dark-blue)}.jobs-page-title-accent{color:var(--primary-blue);font-style:italic;font-weight:800;box-shadow:inset 0 -.38em 0 var(--primary-yellow-14)}.jobs-page-subtitle{margin:12px 0 0;max-width:760px;font-size:14px;line-height:1.75;color:var(--text-gray)}.jobs-filter-card{margin-bottom:24px;padding:20px;border:1px solid var(--border-subtle);border-radius:24px;background:var(--bg-white);box-shadow:var(--shadow-soft)}.jobs-filter-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.jobs-filter-top-no-reset{margin-bottom:38px}.jobs-filter-copy{min-width:0}.jobs-filter-title{margin:0;font-size:18px;line-height:1.2;color:var(--primary-dark-blue)}.jobs-filter-reset{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:14px;background:var(--bg-light);color:var(--primary-dark-blue);font-family:var(--font-sans);font-size:13.5px;font-weight:700;letter-spacing:0;line-height:1;font-variant-ligatures:none;font-feature-settings:"liga" 0,"calt" 0;white-space:nowrap;transition:background-color .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease}.jobs-filter-reset:hover{background:var(--primary-dark-blue);color:var(--bg-white);transform:translateY(-1px);box-shadow:var(--shadow-soft)}.jobs-filter-reset-mobile{display:none}.jobs-filter-form{display:flex;flex-direction:column;gap:12px}.jobs-filter-primary-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:end}.jobs-filter-field-search{grid-column:span 2}.jobs-filter-primary-actions{display:none}.jobs-filter-actions-responsive{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,7fr);align-items:stretch;gap:10px}.jobs-filter-more-btn{height:48px;width:100%;min-width:0;min-height:48px;padding:0 16px;font-family:var(--font-sans);font-variant-ligatures:none;font-feature-settings:"liga" 0,"calt" 0}.jobs-filter-more-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.jobs-filter-more-icon svg{width:18px;height:18px;display:block}.jobs-filter-more-text{display:inline}.jobs-filter-advanced{display:none}.jobs-filter-advanced.is-open{display:block}.jobs-filter-advanced-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.jobs-filter-field{min-width:0}.jobs-filter-label{display:block;margin-bottom:8px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--primary-dark-blue)}.jobs-filter-input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--border-subtle);border-radius:14px;background:var(--bg-white);color:var(--primary-dark-blue);font:inherit;box-sizing:border-box}.jobs-filter-dropdown{z-index:20}.jobs-filter-trigger{min-height:48px;padding:0 14px;border-color:var(--border-subtle);border-radius:14px;box-shadow:none}.jobs-filter-trigger:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px var(--primary-dark-blue-12)}.jobs-filter-dropdown .comp-profile-dropdown{border-color:var(--border-subtle);border-radius:14px;box-shadow:var(--shadow-medium)}.jobs-filter-dropdown .comp-profile-dropdown-option:hover{background:var(--bg-light)}.jobs-filter-check{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 14px;border:1px solid var(--border-subtle);border-radius:14px;background:var(--bg-white);color:var(--primary-dark-blue);font-size:13px;font-weight:700;cursor:pointer}.jobs-filter-check input{width:18px;height:18px;appearance:none;-webkit-appearance:none;display:grid;place-items:center;margin:0;border:1.5px solid #9CA3AF;border-radius:5px;background:var(--bg-white);flex-shrink:0}.jobs-filter-check input:before{content:"";width:9px;height:9px;border-radius:2px;background:var(--primary-dark-blue);transform:scale(0);transition:transform .18s ease}.jobs-filter-check input:checked{border-color:var(--primary-dark-blue)}.jobs-filter-check input:checked:before{transform:scale(1)}.jobs-filter-check input:focus-visible{outline:none;box-shadow:0 0 0 3px var(--primary-dark-blue-12)}.jobs-filter-actions{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,7fr);align-items:stretch;gap:10px;padding-top:4px}.jobs-filter-submit{height:48px;min-height:48px;width:100%;min-width:0}.jobs-results-bar{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:20px}.jobs-results-copy{display:flex;flex-direction:column;gap:4px}.jobs-results-count{margin:0;font-size:13px;font-weight:700;color:var(--text-gray)}.jobs-results-page-summary{margin:0;font-size:12px;color:var(--text-light)}.jobs-active-filters{display:flex;flex-wrap:wrap;gap:8px;width:100%}.jobs-discovery-note{width:100%;padding:14px 16px;border-radius:18px;background:var(--bg-section-soft);border:1px solid var(--border-subtle)}.jobs-discovery-note strong{display:block;margin:0;font-size:13px;font-weight:800;color:var(--primary-dark-blue)}.jobs-discovery-note p{margin:6px 0 0;font-size:13px;line-height:1.7;color:var(--text-gray)}.jobs-results-actions{display:flex;flex-wrap:wrap;gap:10px}.jobs-inline-form{margin:0;display:inline-flex}.jobs-result-action-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:14px;background:var(--primary-dark-blue);border:1px solid var(--primary-dark-blue);color:var(--bg-white);font-size:13px;font-weight:700;transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}.jobs-result-action-btn:hover{background:var(--primary-blue);border-color:var(--primary-blue);transform:translateY(-1px)}.jobs-result-action-btn-secondary{background:var(--bg-white);border-color:var(--border-subtle);color:var(--primary-dark-blue)}.jobs-result-action-btn-secondary:hover{background:var(--bg-light);border-color:var(--primary-blue);color:var(--primary-dark-blue)}.jobs-active-filter{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:var(--bg-light);color:var(--primary-dark-blue);font-size:11px;font-weight:600;border:1px solid var(--border-subtle);font-family:var(--font-sans);font-variant-ligatures:none;font-feature-settings:"liga" 0,"calt" 0}.jobs-active-filter strong{margin-right:4px;font-weight:800}.jobs-alert{margin-bottom:20px;padding:16px 18px;border-radius:18px;border:1px solid var(--primary-dark-blue-12);font-size:14px;line-height:1.7}.jobs-alert p{margin:0}.jobs-alert p+p{margin-top:6px}.jobs-alert-success{background:#eef8f4;border-color:#176b342e;color:#176b34}.jobs-alert-error{background:#fff3eb;border-color:#d96b1f38;color:#9a4200}.jobs-list{display:flex;flex-direction:column;gap:16px}.jobs-card{padding:22px 20px;border:1px solid var(--border-subtle);border-radius:24px;background:var(--bg-white);box-shadow:var(--shadow-soft)}.jobs-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.jobs-card-statuses{display:flex;align-items:flex-end;flex-direction:column;gap:8px;flex-shrink:0}.jobs-card-copy{min-width:0}.jobs-card-title{margin:0;font-size:20px;line-height:1.2;color:var(--primary-dark-blue)}.jobs-card-company{margin:8px 0 0;font-size:14px;font-weight:700;color:var(--text-dark)}.jobs-card-chip,.jobs-card-meta span,.jobs-card-state{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:var(--bg-light);border:1px solid var(--border-subtle);font-size:11px;font-weight:700;color:var(--primary-dark-blue);font-family:var(--font-sans);font-variant-ligatures:none;font-feature-settings:"liga" 0,"calt" 0}.jobs-card-chip-score{background:var(--primary-dark-blue);border-color:var(--primary-dark-blue);color:var(--bg-white)}.jobs-card-chip-match-reason{background:var(--bg-section-soft)}.jobs-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.jobs-card-language-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:12px}.jobs-card-language-label{font-size:12px;font-weight:700;color:var(--text-gray)}.jobs-card-description{margin:14px 0 0;font-size:13px;line-height:1.85;color:var(--text-gray)}.jobs-card-match-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.jobs-card-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.jobs-card-action-group{display:flex;align-items:center;gap:10px}.jobs-card-save-form{margin:0}.jobs-card-save-button{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--border-subtle);border-radius:14px;background:var(--bg-white);color:var(--primary-dark-blue);transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease}.jobs-card-save-button:hover{background:var(--bg-light);border-color:var(--primary-blue);transform:translateY(-1px)}.jobs-card-save-button.is-active{background:var(--primary-dark-blue);border-color:var(--primary-dark-blue);color:var(--bg-white)}.jobs-card-save-icon{width:19px;height:19px}.jobs-card-save-button.is-active .jobs-card-save-icon{fill:currentColor}.jobs-empty-state{padding:36px 24px;border:1px dashed var(--border-subtle);border-radius:24px;text-align:center;background:var(--bg-light)}.jobs-empty-state h2{margin:0;font-size:22px;color:var(--primary-dark-blue)}.jobs-empty-state p{margin:12px auto 0;max-width:560px;font-size:14px;line-height:1.8;color:var(--text-gray)}.jobs-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:22px;padding-top:4px;flex-wrap:wrap}.jobs-pagination-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.jobs-pagination-link,.jobs-pagination-jump{display:inline-flex;align-items:center;justify-content:center;min-height:42px;min-width:42px;padding:0 14px;border:1px solid var(--border-subtle);border-radius:14px;background:var(--bg-white);color:var(--primary-dark-blue);font-size:13px;font-weight:700;transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.jobs-pagination-link:hover,.jobs-pagination-jump:hover{background:var(--bg-light);border-color:var(--primary-blue);transform:translateY(-1px)}.jobs-pagination-link.is-current{background:var(--primary-dark-blue);border-color:var(--primary-dark-blue);color:var(--bg-white)}.jobs-pagination-link.is-disabled{opacity:.45;pointer-events:none}.jobs-pagination-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:18px;color:var(--text-light);font-size:15px;font-weight:700}.jobs-pagination-jump{background:var(--bg-light)}@media(max-width:1080px){.jobs-filter-primary-row{grid-template-columns:repeat(2,minmax(0,1fr))}.jobs-filter-field-search{grid-column:span 1}.jobs-filter-advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.jobs-filter-actions-responsive{grid-template-columns:minmax(0,3fr) minmax(0,7fr)}}@media(max-width:720px){.jobs-page{padding:2rem 0 3rem}.jobs-page-inner{padding:0 1.5rem}.jobs-page-title{font-size:26px}.jobs-filter-top{flex-direction:column}.jobs-filter-primary-row,.jobs-filter-advanced-grid{grid-template-columns:1fr}.jobs-filter-field-search{grid-column:span 1}.jobs-filter-actions,.jobs-filter-actions-responsive{grid-template-columns:minmax(0,3fr) minmax(0,7fr)}.jobs-filter-reset-mobile{grid-column:1 / -1}.jobs-filter-trigger{min-height:50px}.jobs-filter-reset-desktop{display:none}.jobs-filter-reset-mobile{display:inline-flex}.jobs-pagination{align-items:stretch}.jobs-pagination-main,.jobs-pagination-jump{width:100%}.jobs-card{padding:18px}.jobs-card-top{flex-direction:column}.jobs-card-statuses{align-items:flex-start}.jobs-card-actions{justify-content:flex-start}}.admin-shell{min-height:100vh;padding:3rem 0;background:#f5f8fb}.admin-card{max-width:1120px;margin:0 auto;padding:28px 24px;border:1px solid var(--primary-dark-blue-12);border-radius:28px;background:var(--bg-white);box-shadow:0 20px 50px #013a6312}.admin-auth-card{max-width:460px}.admin-title{margin:0;font-size:32px;line-height:1.1;color:var(--primary-dark-blue)}.admin-eyebrow{margin:0 0 10px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-blue)}.admin-subtitle{margin:12px 0 0;font-size:15px;line-height:1.75;color:var(--text-gray)}.admin-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 22px 24px;border-radius:24px;background:var(--bg-light);border:1px solid var(--primary-dark-blue-12)}.admin-hero-copy{flex:1 1 auto;min-width:0}.admin-hero-side{display:grid;justify-items:end;gap:14px}.admin-hero-pills{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.admin-hero-pill{min-width:144px;padding:12px 14px;border-radius:18px;background:var(--bg-white);border:1px solid var(--primary-dark-blue-12)}.admin-hero-pill span{display:block;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-gray)}.admin-hero-pill strong{display:block;margin-top:8px;font-size:1.3rem;color:var(--primary-dark-blue)}.admin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}.admin-stat{padding:18px;border-radius:20px;border:1px solid var(--primary-dark-blue-12);background:var(--bg-light)}.admin-stat span{display:block;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-gray)}.admin-stat strong{display:block;margin-top:10px;font-size:28px;color:var(--primary-dark-blue)}.admin-form{display:flex;flex-direction:column;gap:16px;margin-top:24px}.admin-form label{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:var(--text-gray)}.admin-form input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--primary-dark-blue-12);border-radius:14px;background:var(--bg-white);color:var(--primary-dark-blue);font:inherit;box-sizing:border-box}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-field{display:flex;flex-direction:column;gap:8px}.admin-field-full{grid-column:1 / -1}.admin-campaign-form{margin-top:20px;display:grid;gap:18px}.admin-campaign-form label{font-size:13px;font-weight:700;color:var(--text-gray)}.admin-campaign-form input,.admin-campaign-form select,.admin-campaign-form textarea{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--primary-dark-blue-12);border-radius:14px;background:var(--bg-white);color:var(--primary-dark-blue);font:inherit;box-sizing:border-box}.admin-campaign-form textarea{min-height:160px;padding:14px;resize:vertical}.admin-note{margin-top:24px;font-size:14px;line-height:1.8;color:var(--text-gray)}.admin-section{margin-top:32px;padding-top:28px;border-top:1px solid var(--primary-dark-blue-12)}.admin-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-section-title{margin:0;font-size:24px;color:var(--primary-dark-blue)}.admin-section-subtitle{margin:10px 0 0;font-size:14px;line-height:1.8;color:var(--text-gray)}.admin-message-list{display:flex;flex-direction:column;gap:14px;margin-top:20px}.admin-verification-list{display:grid;gap:16px;margin-top:20px}.admin-verification-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;padding:20px;border-radius:24px;border:1px solid var(--primary-dark-blue-12);background:var(--bg-light)}.admin-verification-main{min-width:0}.admin-verification-copy{margin:12px 0 0;font-size:.92rem;line-height:1.75;color:var(--text-gray)}.admin-verification-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.admin-verification-meta div{min-width:0;padding:14px;border-radius:18px;border:1px solid var(--primary-dark-blue-12);background:#ffffffb8}.admin-verification-meta span{display:block;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-gray)}.admin-verification-meta strong{display:block;margin-top:8px;font-size:.92rem;line-height:1.6;color:var(--primary-dark-blue);word-break:break-word}.admin-verification-tools{margin-top:16px}.admin-verification-tools-label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-gray)}.admin-verification-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.admin-verification-links a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--primary-dark-blue-12);background:#ffffffb8;color:var(--primary-dark-blue);font-size:.86rem;font-weight:700;text-decoration:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.admin-verification-links a:hover{background:var(--bg-white);border-color:#16549d3d}.admin-verification-actions{display:grid;gap:14px}.admin-verification-form{display:grid;gap:10px;padding:16px;border-radius:20px;border:1px solid var(--primary-dark-blue-12);background:#ffffffb8}.admin-verification-form textarea{width:100%;min-height:92px;padding:12px 14px;resize:vertical;border:1px solid var(--primary-dark-blue-12);border-radius:14px;background:var(--bg-white);color:var(--primary-dark-blue);font:inherit;box-sizing:border-box}.admin-review-history{margin-top:24px}.admin-review-history-title{margin:0;font-size:1rem;color:var(--primary-dark-blue)}.admin-review-history-list{display:grid;gap:12px;margin-top:14px}.admin-review-history-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border-radius:20px;border:1px solid var(--primary-dark-blue-12);background:#ffffff9e}.admin-review-history-row strong{display:block;color:var(--primary-dark-blue)}.admin-review-history-row p{margin:8px 0 0;font-size:.86rem;line-height:1.7;color:var(--text-gray)}.admin-review-history-side{display:grid;justify-items:end;gap:8px}.admin-review-history-side small{color:var(--text-gray);font-size:.8rem}.admin-message-row{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:center;padding:18px 20px;border-radius:22px;border:1px solid var(--primary-dark-blue-12);background:var(--bg-light);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.admin-message-row:hover{border-color:var(--primary-dark-blue-18);transform:translateY(-1px);box-shadow:var(--shadow-soft)}.admin-message-topline{display:flex;align-items:center;gap:10px}.admin-message-topline strong{font-size:1rem;color:var(--primary-dark-blue)}.admin-message-main p{margin:10px 0 0;font-size:.92rem;line-height:1.7;color:var(--text-gray)}.admin-message-badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:999px;background:var(--primary-yellow-14);color:var(--primary-dark-blue);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.admin-message-side{display:flex;flex-direction:column;gap:6px;text-align:right;font-size:.82rem;color:var(--text-gray)}.admin-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px}.admin-pagination-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:14px;background:var(--bg-light);border:1px solid var(--primary-dark-blue-12);color:var(--primary-dark-blue);font-size:.9rem;font-weight:700}.admin-pagination-link.is-disabled{opacity:.45}.admin-pagination-current{font-size:.88rem;color:var(--text-gray)}.admin-empty-state{margin-top:20px;padding:24px;border-radius:22px;background:var(--bg-light);border:1px dashed var(--primary-dark-blue-18);color:var(--text-gray);line-height:1.8}.admin-detail-card{max-width:1120px}.admin-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.admin-back-link{display:inline-flex;margin-bottom:12px;font-size:.9rem;font-weight:700;color:var(--primary-blue)}.admin-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:24px}.admin-detail-panel,.admin-message-body-card,.admin-message-meta-card{border:1px solid var(--primary-dark-blue-12);border-radius:22px;background:var(--bg-light)}.admin-detail-panel{padding:18px}.admin-detail-label{display:block;font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-gray)}.admin-detail-panel strong{display:block;margin-top:12px;font-size:1rem;color:var(--primary-dark-blue)}.admin-detail-panel p{margin:8px 0 0;font-size:.88rem;line-height:1.7;color:var(--text-gray)}.admin-message-body-card{margin-top:20px;padding:22px}.admin-message-body-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-message-body-head h2{margin:0;font-size:1.25rem;color:var(--primary-dark-blue)}.admin-message-body{margin-top:18px;font-size:.96rem;line-height:1.85;color:var(--text-dark)}.admin-message-meta-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px;padding:22px}.admin-message-meta-card p{margin:10px 0 0;font-size:.86rem;line-height:1.8;color:var(--text-gray);word-break:break-word}.admin-alert{margin-top:18px;padding:14px 16px;border-radius:16px;background:#fff3eb;border:1px solid rgba(217,107,31,.22);color:#9a4200;font-size:14px}.admin-alert-success{background:#eef8f4;border-color:#176b342e;color:#176b34}.admin-alert-error{background:#fff3eb;border-color:#d96b1f38;color:#9a4200}.admin-campaign-list{margin-top:18px}.admin-campaign-row{cursor:default}@media(max-width:960px){.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-hero,.admin-hero-side{grid-template-columns:1fr}.admin-hero{flex-direction:column}.admin-hero-side{width:100%;justify-items:start}.admin-hero-pills{justify-content:flex-start}.admin-form-grid,.admin-message-row,.admin-verification-card,.admin-detail-grid,.admin-message-meta-card,.admin-verification-meta{grid-template-columns:1fr}.admin-message-side{text-align:left}.admin-review-history-row{flex-direction:column;align-items:flex-start}.admin-review-history-side{justify-items:start}}@media(max-width:720px){.admin-shell{padding:2rem 0}.admin-grid{grid-template-columns:1fr}.admin-title{font-size:28px}.admin-detail-head,.admin-message-body-head,.admin-pagination{flex-direction:column;align-items:flex-start}}.landing-container{width:min(1360px,calc(100% - 48px));margin:0 auto;padding-left:0;padding-right:0}body.page-landing{background-image:var(--bg-page-gradient)}body.page-landing .main-header,body.page-landing .main-header.scrolled{background:#fff}body.page-landing .featured-section,body.page-landing .how-section,body.page-landing .employer-marketing-hero,body.page-landing .employer-marketing-section,body.page-landing .employer-marketing-cta,body.page-landing .employer-marketing-stat{background:var(--bg-section-soft)}@media(max-width:1200px){.landing-container{width:min(1360px,calc(100% - 36px))}}@media(max-width:720px){.landing-container{width:min(1360px,calc(100% - 24px))}}
