/* 0.3.5 – ZONS full-screen app: remove theme chrome and preserve full Gotland hero */
html,body{margin:0;padding:0}
body.wf-zons-page{background:#f4f7fb!important;overflow-x:hidden}


/* 0.3.7 – ZONS must start at the viewport top; remove theme/page-title shell outside the app. */
body:has(.wf-app){padding-top:0!important;margin-top:0!important;}
body:has(.wf-app) #page,
body:has(.wf-app) #main-container,
body:has(.wf-app) #main,
body:has(.wf-app) .site,
body:has(.wf-app) .site-container{margin-top:0!important;padding-top:0!important;}
body:has(.wf-app) .ct-page-title,
body:has(.wf-app) .ct-page-title *,
body:has(.wf-app) [class*="page-title"],
body:has(.wf-app) [class*="entry-title"],
body:has(.wf-app) .entry-header,
body:has(.wf-app) article > header,
body:has(.wf-app) main > header,
body:has(.wf-app) main > .page-header{display:none!important;min-height:0!important;height:0!important;margin:0!important;padding:0!important;}
body:has(.wf-app) .site-main,
body:has(.wf-app) main,
body:has(.wf-app) article,
body:has(.wf-app) .entry-content{margin-top:0!important;padding-top:0!important;}
body:has(.wf-app) .entry-content > *:has(.wf-app){margin-top:0!important;padding-top:0!important;}
.wf-app{margin-top:0!important;}
.wf-header{position:sticky;top:0;z-index:1000;}
body.admin-bar .wf-header{top:0!important;}
@media(max-width:782px){body.admin-bar .wf-header{top:0!important;}}

/* Remove theme chrome/title around the shortcode page. */
body.wf-zons-page .ct-header,
body.wf-zons-page .site-header,
body.wf-zons-page .ct-page-title,
body.wf-zons-page .ct-page-title-container,
body.wf-zons-page .ct-page-title-content,
body.wf-zons-page .entry-header,
body.wf-zons-page .page-header,
body.wf-zons-page .page-title,
body.wf-zons-page .hero-section,
body.wf-zons-page .breadcrumbs,
body.wf-zons-page .ct-breadcrumbs,
body.wf-zons-page .ct-breadcrumbs-container{display:none!important}

/* Some builders add their body classes too late; :has() makes the ZONS app authoritative. */
body:has(.wf-app) .ct-header,
body:has(.wf-app) .site-header,
body:has(.wf-app) .ct-page-title,
body:has(.wf-app) .ct-page-title-container,
body:has(.wf-app) .ct-page-title-content,
body:has(.wf-app) .entry-header,
body:has(.wf-app) .page-header,
body:has(.wf-app) .page-title,
body:has(.wf-app) .hero-section,
body:has(.wf-app) .breadcrumbs,
body:has(.wf-app) .ct-breadcrumbs,
body:has(.wf-app) .ct-breadcrumbs-container{display:none!important}
/* ZONS owns the page: hide any remaining theme header/page-title chrome outside the app. */
body:has(.wf-app) header:not(.wf-header),
body:has(.wf-app) #header,
body:has(.wf-app) #page > header,
body:has(.wf-app) .site-branding,
body:has(.wf-app) .site-title,
body:has(.wf-app) h1.entry-title,
body:has(.wf-app) .entry-title{display:none!important}
body:has(.wf-app) main > h1,
body:has(.wf-app) main > h2:first-child,
body:has(.wf-app) main > .page-header{display:none!important}

/* Blocksy's content container must not constrain ZONS. */
body.wf-zons-page .site-main,
body.wf-zons-page .content-area,
body.wf-zons-page .site-content,
body.wf-zons-page .ct-container,
body.wf-zons-page .entry-content,
body:has(.wf-app) .site-main,
body:has(.wf-app) .content-area,
body:has(.wf-app) .site-content,
body:has(.wf-app) .ct-container,
body:has(.wf-app) .entry-content{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}

/* If Gutenberg/Blocksy wraps the shortcode, make that wrapper full viewport too. */
body.wf-zons-page .entry-content > *:has(.wf-app){
  width:100vw!important;max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  padding-left:0!important;padding-right:0!important;
}

/* Hide an editor/page heading placed immediately before the ZONS app. */
body.wf-zons-page .entry-content > h1,
body.wf-zons-page .entry-content > h2:first-child,
body.wf-zons-page .entry-content > .wp-block-heading:first-child{display:none!important}

.wf-app{width:100vw!important;max-width:none!important;min-height:100vh;margin:0!important;overflow-x:hidden}
.wf-hero{background-image:linear-gradient(90deg,rgba(242,249,255,.78) 0%,rgba(235,246,255,.34) 42%,rgba(235,246,255,.05) 76%),var(--wf-hero-image);background-size:100% 100%;background-position:center center}
.wf-hero--stockholm .wf-hero,.wf-hero--malmo .wf-hero,.wf-hero--skane .wf-hero,.wf-hero--dalarna .wf-hero,.wf-hero--uppsala .wf-hero,.wf-hero--orebro .wf-hero,.wf-hero--halland .wf-hero,.wf-hero--varmland .wf-hero,.wf-hero--kalmar .wf-hero,.wf-hero--kronoberg .wf-hero,.wf-hero--blekinge .wf-hero,.wf-hero--norrbotten .wf-hero,.wf-hero--vasterbotten .wf-hero{background-image:linear-gradient(90deg,rgba(242,249,255,.98) 0%,rgba(235,246,255,.75) 42%,rgba(235,246,255,.12) 76%),url('../images/hero-region.svg');background-size:100% 100%;background-position:center}

@media(min-width:1500px){.wf-job-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1100px){.wf-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.wf-detail-secondary-actions{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.wf-save-detail,.wf-applied-detail{border:1px solid var(--wf-line);background:#fff;color:#40506a;border-radius:9px;padding:10px 13px;font-size:12px;font-weight:750;cursor:pointer}.wf-applied-detail.is-applied{background:#edf8f3;border-color:#bfe7d3;color:#197a50}.wf-applied-detail:hover{background:#f5f7fa}.wf-applied-toggle:disabled,.wf-applied-detail:disabled{opacity:.6;cursor:wait}
@media(max-width:800px){
  body.wf-zons-page .entry-content > *:has(.wf-app){margin-left:-0px!important;margin-right:0!important;width:100%!important}
  .wf-app{width:100%!important}
}

/* Workfindr Core – frontend UX */
:root{
 --wf-bg:#f4f7fb;--wf-card:#fff;--wf-text:#14203a;--wf-muted:#68738a;
 --wf-line:#e5eaf2;--wf-blue:#2f61f5;--wf-blue2:#eef2ff;
 --wf-green:#dff6e8;--wf-green-text:#167247;--wf-yellow:#fff0d0;
 --wf-yellow-text:#725b27;
}
.wf-app{background:var(--wf-bg);color:var(--wf-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
.wf-app *{box-sizing:border-box}.wf-app a{text-decoration:none}
body.admin-bar .wf-header{top:32px}
.wf-header{height:76px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 4%;width:100%;border-bottom:1px solid var(--wf-line);gap:24px}
.wf-brand{display:flex;align-items:center;gap:16px;min-width:280px}.wf-logo{font-size:31px;font-weight:850;letter-spacing:-1.7px;color:#111b34}.wf-dot{color:var(--wf-blue)}
.wf-tagline{font-size:12px;color:var(--wf-muted)}.wf-nav{display:flex;gap:28px;align-items:center}.wf-nav a{font-size:14px;color:#25304a;font-weight:650}.wf-nav a.active{color:#101b35}
.wf-account{display:flex;gap:10px;align-items:center}.wf-saved-top{background:#fff;border:1px solid var(--wf-line);border-radius:22px;padding:10px 15px;font-weight:650;color:#26324a;cursor:pointer}.wf-avatar{border:0;width:34px;height:34px;border-radius:50%;background:#17213a;color:#fff;cursor:pointer}
.wf-hero{min-height:430px;padding:52px 4% 78px;display:flex;justify-content:space-between;align-items:center;background-color:#eaf5ff;position:relative;overflow:hidden;background-repeat:no-repeat}
.wf-hero:after{content:"";position:absolute;right:-5%;bottom:-80px;width:52%;height:250px;border-radius:50%;background:rgba(255,255,255,.32)}
.wf-hero-copy{position:relative;z-index:2}.wf-hero h1{font-size:38px;letter-spacing:-1.2px;margin:0 0 6px}.wf-hero p{font-size:17px;margin:0 0 15px}.wf-hero ul{list-style:none;margin:0;padding:0;display:grid;gap:8px;font-size:13px;color:#4e5c73}.wf-hero li:before{content:"✓";display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#18b36a;color:#fff;font-weight:800;margin-right:9px}
.wf-hero-note{position:relative;z-index:2;text-align:right;margin-right:7%;font-size:22px;font-style:italic;color:#1d2944}.wf-hero-note span{display:block;background:#27344d;color:#fff;padding:9px 14px;border-radius:10px;text-align:left;font-style:normal;font-size:13px;margin-top:18px}.wf-hero-note small{display:block;font-weight:400;margin-top:2px;color:#e9eef7}
.wf-searchbox{background:#fff;margin:-1px 4% 26px;padding:14px;border:1px solid var(--wf-line);border-radius:17px;box-shadow:0 10px 30px rgba(27,47,80,.08);position:relative;z-index:5}.wf-search-row{display:grid;grid-template-columns:1.6fr .8fr;gap:10px}.wf-search-field,.wf-location-field{display:flex;align-items:center;border:1px solid var(--wf-line);border-radius:10px;padding:0 13px;gap:9px;color:#667085}.wf-search-field input,.wf-location-field select{border:0;outline:0;width:100%;padding:13px 0;background:transparent;font-size:14px;color:#26324a}.wf-search-btn{border:0;border-radius:10px;background:var(--wf-blue);color:#fff;font-weight:750;font-size:14px;cursor:pointer}.wf-filter-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.wf-chip,.wf-select{border:1px solid var(--wf-line);background:#f8f9fc;color:#3d4960;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:650;cursor:pointer}.wf-chip.active{background:#e5ebff;color:#3156df;border-color:#dbe3ff}.wf-select{min-width:130px}
.wf-main{padding:0 4% 50px}.wf-results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.wf-results-head h2{font-size:21px;margin:0}.wf-sort{border:1px solid var(--wf-line);border-radius:9px;padding:9px;background:#fff;color:#526078}.wf-view{border:0;background:#eef1f7;padding:9px 11px;color:#59657a}.wf-view.active{background:#dfe6ff;color:#3156df}.wf-content-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}.wf-job-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.wf-job-card{background:#fff;border:1px solid var(--wf-line);border-radius:18px;padding:15px;box-shadow:0 5px 18px rgba(27,47,80,.045);display:flex;flex-direction:column;min-height:365px;transition:.18s}.wf-job-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(27,47,80,.11)}.wf-card-top{display:flex;align-items:center;gap:9px;margin-bottom:12px}.wf-company-logo{width:60px;height:60px;border-radius:13px;background:#f0f2f6;display:grid;place-items:center;font-weight:850;color:#59667c;overflow:hidden;flex:0 0 60px}.wf-company-logo img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;padding:3px;box-sizing:border-box}.wf-new{background:#dff8e9;color:#1b8152;border-radius:9px;padding:5px 8px;font-size:10px;font-weight:750}.wf-card-top time{margin-left:auto;font-size:10px;color:#8a93a4}.wf-job-card h3{font-size:18px;line-height:1.22;margin:0 0 4px}.wf-company{font-size:14px;color:#46536a}.wf-location{font-size:13px;color:#5e6a7d;margin:10px 0}.wf-badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:11px}.wf-badges span{background:var(--wf-yellow);color:var(--wf-yellow-text);border-radius:8px;padding:6px 8px;font-size:11px;font-weight:800}.wf-badges span.green{background:var(--wf-green);color:var(--wf-green-text)}.wf-meta{display:grid;gap:7px;font-size:12px;color:#566278}.wf-excerpt{font-size:12px;line-height:1.5;color:#758095;margin:11px 0}.wf-match{display:flex;align-items:center;gap:7px;margin-top:auto;font-size:12px}.wf-match-dot{width:13px;height:13px;border-radius:50%;background:#20b975;box-shadow:0 0 0 3px #e0f8ec}.wf-match-bar{height:6px;background:#edf0f4;border-radius:9px;flex:1;overflow:hidden}.wf-match-bar i{display:block;height:100%;background:#7ad7a8;border-radius:9px}.wf-card-actions{display:flex;gap:8px;margin-top:11px}.wf-read{display:flex;justify-content:center;align-items:center;flex:1;background:var(--wf-blue);color:#fff!important;border-radius:9px;padding:10px;font-size:13px;font-weight:800}.wf-applied-toggle{border:1px solid #d7dfea;background:#fff;color:#526079;border-radius:9px;padding:10px 11px;font-size:12px;font-weight:750;cursor:pointer;white-space:nowrap}.wf-applied-toggle:hover,.wf-applied-toggle.is-applied{background:#edf8f3;border-color:#bfe7d3;color:#197a50}.wf-applied-filter{margin-left:auto;border:1px solid var(--wf-line);background:#fff;color:#40506a;border-radius:10px;padding:9px 13px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.wf-applied-filter:hover,.wf-applied-filter.active{background:#e9f7f0;border-color:#bfe7d3;color:#197a50}.wf-save{width:38px;border:1px solid var(--wf-line);background:#fff;border-radius:9px;font-size:20px;color:#68758b;cursor:pointer}.wf-save.saved{color:#3156df;background:#eef2ff}
.wf-sidebar{display:none!important}.wf-side-card{background:#fff;border:1px solid var(--wf-line);border-radius:16px;padding:15px}.wf-side-card h3{margin:0 0 10px;font-size:14px}.wf-side-title{display:flex;justify-content:space-between}.wf-side-title a{font-size:11px;color:#3156df}.wf-profile-lines{display:grid;gap:10px}.wf-profile-lines p{display:flex;gap:9px;margin:0;font-size:13px;color:#59657a}.wf-profile-lines span{display:grid;gap:2px}.wf-profile-lines strong{color:#17233d}.wf-match-card{background:#edf3ff}.wf-match-card p,.wf-alert-card p{font-size:11px;line-height:1.45;color:#55627a}.wf-match-card ul{padding:0;list-style:none;display:grid;gap:7px;font-size:11px}.wf-match-card li:before{content:"✓";color:#16a66a;font-weight:800;margin-right:7px}.wf-side-btn,.wf-outline-btn{width:100%;border:0;background:var(--wf-blue);color:#fff;border-radius:9px;padding:10px;font-weight:800;font-size:12px;cursor:pointer}.wf-alert-card{background:#eafaf1}.wf-outline-btn{background:#fff;color:#16805a;border:1px solid #34b57e}.wf-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.wf-stats div{padding:8px 2px;text-align:center;border:1px solid var(--wf-line);border-radius:9px}.wf-stats strong{display:block;font-size:18px}.wf-stats small{font-size:9px;color:#768196}.wf-popular{list-style:none;padding:0;margin:0;display:grid;gap:10px}.wf-popular li{font-size:11px;color:#566278}.wf-popular b{float:right}.wf-more{display:block;margin-top:12px;font-size:11px;color:#3156df}.wf-load-more{display:block;margin:22px auto 0;border:1px solid #cad5ff;background:#eaf0ff;color:#243eae;border-radius:20px;padding:10px 25px;font-weight:700;cursor:pointer}
.wf-info-section{margin:0;padding:55px 7%;background:#fff;border-top:1px solid var(--wf-line)}.wf-info-section h2{margin:0 0 8px}.wf-info-section p{color:#657188;max-width:750px;line-height:1.6}.wf-how{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;background:#f8faff}.wf-how span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#e4ebff;color:#3156df;font-weight:800}.wf-how h3{margin:12px 0 5px}.wf-footer{display:flex;justify-content:space-between;gap:30px;align-items:center;background:#fff;border-top:1px solid var(--wf-line);padding:25px 4%;color:#66728a}.wf-footer strong{font-size:25px;color:#16213b}.wf-footer small{font-size:10px}.wf-footer nav{display:flex;gap:18px}.wf-footer a{font-size:11px;color:#59667d}
@media(max-width:1100px){.wf-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wf-content-grid{grid-template-columns:1fr}.wf-nav{gap:15px}.wf-tagline{display:none}}
.wf-detail-secondary-actions{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.wf-save-detail,.wf-applied-detail{border:1px solid var(--wf-line);background:#fff;color:#40506a;border-radius:9px;padding:10px 13px;font-size:12px;font-weight:750;cursor:pointer}.wf-applied-detail.is-applied{background:#edf8f3;border-color:#bfe7d3;color:#197a50}.wf-applied-detail:hover{background:#f5f7fa}.wf-applied-toggle:disabled,.wf-applied-detail:disabled{opacity:.6;cursor:wait}
@media(max-width:800px){body.admin-bar .wf-header{top:46px}.wf-header{padding:0 18px}.wf-nav{display:none}.wf-brand{min-width:auto}.wf-hero{padding:28px 20px}.wf-hero-note{display:none}.wf-searchbox{margin:0 12px 20px}.wf-search-row{grid-template-columns:1fr}.wf-main{padding:0 12px 40px}.wf-content-grid{grid-template-columns:1fr}.wf-sidebar{order:2}.wf-job-grid{grid-template-columns:1fr}.wf-results-head{align-items:flex-start}.wf-how{grid-template-columns:1fr}.wf-footer{flex-direction:column;align-items:flex-start}}

/* 0.2.0 – ZONS job detail view */
.wf-detail-wrap{max-width:1180px;margin:0 auto;padding:28px 3% 60px;background:var(--wf-bg)}
.wf-back{display:inline-block;margin:0 0 16px;color:#3156df;font-size:13px;font-weight:800;text-decoration:none}
.wf-detail{background:#fff;border:1px solid var(--wf-line);border-radius:22px;padding:28px;box-shadow:0 12px 35px rgba(27,47,80,.07)}
.wf-detail-head{display:flex;justify-content:space-between;gap:25px;align-items:flex-start}
.wf-detail-company{font-weight:800;margin-bottom:7px}
.wf-detail h1{font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:-1px;margin:0 0 7px;color:var(--wf-text)}
.wf-detail-category{font-size:13px;color:var(--wf-muted)}
.wf-detail-match{min-width:95px;height:95px;border-radius:50%;background:#e3f8ed;display:grid;place-items:center;align-content:center;color:#168052;border:8px solid #f2fbf6}
.wf-detail-match strong{font-size:23px;line-height:1}.wf-detail-match span{font-size:11px;font-weight:800;margin-top:3px}
.wf-detail-badges{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0 24px}
.wf-detail-badges span{background:var(--wf-yellow);color:var(--wf-yellow-text);border-radius:9px;padding:7px 10px;font-size:10px;font-weight:850}.wf-detail-badges span.green{background:var(--wf-green);color:var(--wf-green-text)}
.wf-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px}.wf-detail-main{border-top:1px solid var(--wf-line);padding-top:25px}.wf-detail-main h2{font-size:27px;margin:0 0 5px}.wf-detail-main h3{font-size:16px;margin:0 0 10px}.wf-detail-lead{color:var(--wf-muted);font-size:14px;line-height:1.55}
.wf-requirements{margin:22px 0;padding:20px;background:#f7fafc;border:1px solid #e9eff5;border-radius:16px}.wf-requirements ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.wf-requirements li{font-size:13px;color:#34435b}
.wf-about-job-heading{margin:30px 0 14px;padding-top:24px;border-top:1px solid #e7edf2}.wf-about-job-heading span{display:block;margin-bottom:5px;font-size:10px;letter-spacing:.14em;font-weight:850;color:#315ff0}.wf-about-job-heading h2{font-size:27px;line-height:1.15;margin:0;color:#17233d}.wf-detail-description{max-width:900px;font-size:14px;line-height:1.78;color:#536078;margin:0}.wf-detail-description p{margin:0 0 16px}.wf-detail-description p:last-child{margin-bottom:0}
.wf-primary-cta{display:inline-flex;align-items:center;justify-content:center;background:var(--wf-blue);color:#fff!important;border-radius:11px;padding:13px 18px;font-size:13px;font-weight:850;text-decoration:none!important}.wf-source-note{font-size:12px;color:#8a93a4;background:#f7f8fa;border-radius:10px;padding:11px}
.wf-detail-side{display:flex;flex-direction:column;gap:12px}.wf-detail-box{border:1px solid var(--wf-line);border-radius:17px;padding:17px}.wf-detail-box h3{margin-bottom:7px}.wf-detail-box div{display:grid;grid-template-columns:22px 1fr;gap:5px;padding:11px 0;border-bottom:1px solid #edf1f4;font-size:12px;color:#657188}.wf-detail-box div:last-child{border-bottom:0}.wf-detail-box b{color:#25324a}.wf-detail-box span{grid-column:2;color:#566278}.wf-save-detail{border:1px solid var(--wf-line);background:#fff;color:#26324a;border-radius:11px;padding:12px;font-weight:800;cursor:pointer}.wf-save-detail.saved{background:#eef2ff;color:#3156df}.wf-detail-tip{background:#edf3ff;border-radius:16px;padding:16px}.wf-detail-tip strong{font-size:13px}.wf-detail-tip p{font-size:11px;line-height:1.5;color:#55627a;margin:7px 0 0}
.wf-detail-secondary-actions{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.wf-save-detail,.wf-applied-detail{border:1px solid var(--wf-line);background:#fff;color:#40506a;border-radius:9px;padding:10px 13px;font-size:12px;font-weight:750;cursor:pointer}.wf-applied-detail.is-applied{background:#edf8f3;border-color:#bfe7d3;color:#197a50}.wf-applied-detail:hover{background:#f5f7fa}.wf-applied-toggle:disabled,.wf-applied-detail:disabled{opacity:.6;cursor:wait}
@media(max-width:800px){.wf-detail-wrap{padding:20px 12px 45px}.wf-detail{padding:20px}.wf-detail-head{display:block}.wf-detail-match{margin-top:18px}.wf-detail-grid{grid-template-columns:1fr}.wf-detail-side{order:2}}

/* 0.2.1 – in-page job detail modal (avoids 404s on custom permalink setups) */
.wf-open-job{border:0;cursor:pointer;font-family:inherit}
.wf-modal{display:none;position:fixed;inset:0;z-index:999999}
.wf-modal.is-open{display:block}
.wf-modal-backdrop{position:absolute;inset:0;background:rgba(11,24,40,.56);backdrop-filter:blur(3px)}
.wf-modal-dialog{position:relative;width:min(920px,calc(100% - 28px));max-height:calc(100vh - 28px);overflow:auto;margin:14px auto;background:#f5f8fb;border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.wf-modal-close{position:absolute;top:12px;right:14px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;color:#2f3b4d;font-size:28px;line-height:1;cursor:pointer;z-index:2}
.wf-modal-body{padding:18px}
.wf-modal-body .wf-detail{max-width:none;padding:18px 8px 28px}
.wf-modal-body .wf-detail-top{background:#fff;border:1px solid var(--wf-line);border-radius:18px;padding:24px;box-shadow:0 5px 18px rgba(27,47,80,.045)}
.wf-modal-body .wf-detail-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.wf-detail-identity{display:flex;align-items:center;gap:14px;min-width:0}
.wf-detail-logo{width:58px;height:58px;border-radius:14px;object-fit:contain;background:#f0f2f6;flex:0 0 58px}
.wf-detail-logo-fallback{display:grid;place-items:center;font-weight:850;color:#59667c;font-size:20px}
.wf-detail-heading{min-width:0}
.wf-modal-body .wf-detail-head h1{margin:4px 0 4px;font-size:clamp(25px,4vw,40px);line-height:1.08}
.wf-modal-body .wf-detail-category{color:#6d7d90}
.wf-modal-body .wf-detail-badges{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 0}
.wf-modal-body .wf-detail-badges span{background:#fff0d0;color:#725b27;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}
.wf-modal-body .wf-detail-badges span.green{background:#dff6e8;color:#167247}
.wf-detail-match{width:185px;min-width:185px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 6px;align-items:center;column-gap:8px;row-gap:5px;margin-top:4px;font-size:11px}
.wf-detail-match .wf-match-dot{grid-row:1 / 3;width:13px;height:13px}
.wf-detail-match b{font-size:12px;white-space:nowrap}
.wf-detail-match .wf-match-bar{height:6px;width:100%;background:#edf0f4;border-radius:9px;overflow:hidden}
.wf-detail-match .wf-match-bar i{display:block;height:100%;background:#7ad7a8;border-radius:9px}
.wf-modal-body .wf-detail-main-single{background:#fff;border:1px solid #e3e9ef;border-radius:18px;padding:24px;margin-top:14px}
.wf-modal-body .wf-detail-main-single h2{margin:0 0 8px;font-size:28px}.wf-modal-body .wf-about-job-heading{margin:30px 0 15px;padding-top:24px}.wf-modal-body .wf-about-job-heading h2{margin:0;font-size:27px}.wf-modal-body .wf-detail-description{font-size:14px;line-height:1.8;color:#56657a}
.wf-modal-body .wf-detail-lead{color:#627387;margin-top:0}
.wf-modal-body .wf-requirements{background:#f5faf7;border:1px solid #e0efe6;padding:17px;border-radius:14px;margin:20px 0}
.wf-modal-body .wf-requirements h3{margin:0 0 9px;font-size:18px}
.wf-modal-body .wf-requirements ul{margin:0;padding:0;list-style:none;color:#53657a}
.wf-modal-body .wf-requirements li+li{margin-top:7px}
.wf-about-job-heading{margin-top:26px!important}
.wf-modal-body .wf-detail-description{color:#627387;line-height:1.65}
.wf-modal-body .wf-detail-jobfacts{background:#fff;border:1px solid #e3e9ef;border-radius:18px;padding:20px;margin-top:14px}
.wf-modal-body .wf-detail-jobfacts h3{margin:0 0 8px;font-size:20px}
.wf-modal-body .wf-detail-jobfacts div{display:flex;gap:8px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #edf1f4;color:#59667a}
.wf-modal-body .wf-detail-jobfacts div:last-child{border-bottom:0}
.wf-modal-body .wf-detail-jobfacts div b{color:#24314a;font-weight:500}
.wf-modal-body .wf-detail-jobfacts div span{display:block;margin-left:auto;text-align:right;color:#68758b}
.wf-modal-body .wf-save-detail{width:100%;border:1px solid #dce5ec;background:#fff;border-radius:14px;padding:15px;font-weight:800;cursor:pointer;margin-top:14px;color:#24314a}
.wf-modal-body .wf-primary-cta{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;background:#17233d;color:#fff;border-radius:14px;padding:16px;font-weight:850;text-decoration:none;margin-top:14px;font-size:16px}
.wf-modal-body .wf-source-note{margin-top:14px;padding:14px;border-radius:14px;background:#f3f5f7;color:#657387;font-size:13px}
.wf-modal-body .wf-detail-tip{margin-top:14px;background:#edf3ff;border-radius:16px;padding:18px;color:#30415d}
.wf-modal-body .wf-detail-tip strong{font-size:17px}.wf-modal-body .wf-detail-tip p{margin:7px 0 0;color:#627387;line-height:1.5}
@media(max-width:760px){
  .wf-modal-dialog{width:100%;height:100%;max-height:none;margin:0;border-radius:0}
  .wf-modal-body{padding:8px}
  .wf-modal-body .wf-detail{padding:8px 4px 24px}
  .wf-modal-body .wf-detail-top{padding:18px;border-radius:18px}
  .wf-modal-body .wf-detail-head{display:flex;gap:12px;flex-wrap:wrap}
  .wf-detail-identity{flex:1 1 100%;gap:11px}
  .wf-detail-logo{width:48px;height:48px;flex-basis:48px;border-radius:12px}
  .wf-modal-body .wf-detail-head h1{font-size:28px}
  .wf-detail-match{width:100%;min-width:0;margin-top:2px}
  .wf-modal-body .wf-detail-main-single{padding:20px;border-radius:18px}
  .wf-modal-body .wf-detail-main-single h2{font-size:27px}
  .wf-modal-body .wf-detail-jobfacts{padding:18px}
}

/* Final viewport reset for ZONS page wrappers */
body:has(.wf-app) #page, body:has(.wf-app) #main, body:has(.wf-app) main, body:has(.wf-app) .content-container { width:100%!important; max-width:none!important; margin:0!important; padding-left:0!important; padding-right:0!important; }
body:has(.wf-app) .wf-app { position:relative; left:0; right:0; }

/* 0.4.0 – Standalone ZONS document: the theme no longer owns this page. */
html.wf-zons-standalone,
html.wf-zons-standalone body,
body.wf-zons-standalone{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  background:#f4f7fb!important;
  overflow-x:hidden!important;
}
body.wf-zons-standalone > *:not(.wf-app){display:none!important}
body.wf-zons-standalone .wf-app{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
}
body.wf-zons-standalone .wf-header{top:0!important}

/* 0.4.1 – dynamic hero image selected by ZONS location/search */
.wf-hero{--wf-hero-image:url('../images/hero-gotland-photo.jpg');background-repeat:no-repeat;background-size:100% 100%;background-position:center center;}
.wf-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.10),rgba(255,255,255,0) 68%);pointer-events:none;z-index:1;}
.wf-hero-copy,.wf-hero-note{z-index:3;}
/* 0.4.2 – align results/cards with the outer edges of the search/filter panel */
body.wf-zons-standalone .wf-main{
  width:100%!important;
  max-width:none!important;
  padding-left:4%!important;
  padding-right:4%!important;
}
body.wf-zons-standalone .wf-results-head,
body.wf-zons-standalone .wf-job-grid{
  width:100%;
}
.wf-detail-secondary-actions{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.wf-save-detail,.wf-applied-detail{border:1px solid var(--wf-line);background:#fff;color:#40506a;border-radius:9px;padding:10px 13px;font-size:12px;font-weight:750;cursor:pointer}.wf-applied-detail.is-applied{background:#edf8f3;border-color:#bfe7d3;color:#197a50}.wf-applied-detail:hover{background:#f5f7fa}.wf-applied-toggle:disabled,.wf-applied-detail:disabled{opacity:.6;cursor:wait}
@media(max-width:800px){
  body.wf-zons-standalone .wf-main{padding-left:12px!important;padding-right:12px!important;}
}

/* 0.5.0 – ZONS local profile and transparent match assessment */
.wf-assessment{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:18px 0;padding:15px 16px;background:#f7f9fc;border:1px solid #e5eaf0;border-radius:14px}
.wf-assessment strong{display:block;color:#17233d;font-size:14px}.wf-assessment span{display:block;color:#718096;font-size:11px;margin-top:3px}.wf-assessment-btn{border:0;background:#315ff0;color:#fff;border-radius:10px;padding:9px 13px;font-weight:800;cursor:pointer}
.wf-profile-modal .wf-modal-dialog{max-width:760px}.wf-profile-body{padding:28px}.wf-profile-head{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}.wf-profile-k{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#17233d;color:#fff;font-weight:800;font-size:18px;flex:0 0 52px}.wf-eyebrow{font-size:10px;letter-spacing:.14em;color:#315ff0;font-weight:800}.wf-profile-head h2{margin:2px 0 4px;font-size:30px;color:#17233d}.wf-profile-head p{margin:0;color:#718096;font-size:13px;line-height:1.5}.wf-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wf-profile-grid label{display:block;font-size:12px;font-weight:800;color:#26334b}.wf-profile-education-section{grid-column:1/-1;border-top:1px solid #e8edf3;padding-top:4px}.wf-education-list{display:grid;gap:8px}.wf-education-row{display:grid;grid-template-columns:1fr 38px;gap:7px;align-items:center}.wf-education-row input{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;padding:11px 12px;color:#26334b;font:inherit;font-size:12px}.wf-education-remove{margin-top:7px;width:38px;height:38px;border:1px solid #e1e6ed;background:#fff;color:#8792a3;border-radius:10px;cursor:pointer;font-size:18px;line-height:1}.wf-education-remove:hover{color:#c84f5b;border-color:#efcfd3}.wf-add-education{margin-top:9px;border:1px solid #cad5ff;background:#f5f7ff;color:#315ff0;border-radius:9px;padding:8px 11px;font-size:11px;font-weight:800;cursor:pointer}.wf-profile-grid input[type=text],.wf-profile-grid select{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;padding:11px 12px;color:#26334b}.wf-profile-check{display:flex!important;align-items:center;gap:9px;padding:12px 0}.wf-profile-check input{width:17px;height:17px}.wf-profile-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px}.wf-profile-actions .wf-primary-cta{border:0;cursor:pointer;margin:0}.wf-profile-clear{border:0;background:transparent;color:#7b8798;font-weight:700;cursor:pointer}.wf-profile-note{margin-top:16px;padding:12px 14px;border-radius:10px;background:#f4f7fb;color:#7b8798;font-size:11px}
@media(max-width:700px){.wf-profile-body{padding:20px}.wf-profile-grid{grid-template-columns:1fr}.wf-profile-education-section{grid-column:auto}.wf-profile-actions{align-items:stretch;flex-direction:column-reverse}.wf-profile-actions .wf-primary-cta{width:100%}.wf-assessment{align-items:flex-start;flex-direction:column}}

.wf-match-assessment{margin:18px 0;padding:18px;background:#fff;border:1px solid #e3e9ef;border-radius:15px}
.wf-assessment-heading{display:flex;justify-content:space-between;gap:15px;align-items:flex-end;margin-bottom:13px}.wf-assessment-heading strong{font-size:16px;color:#17233d}.wf-assessment-heading span{font-size:11px;color:#718096;text-align:right}
.wf-assessment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.wf-assessment-item{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:11px;background:#f7faf8}.wf-assessment-item.is-warn{background:#fff8ed}.wf-assessment-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:12px;background:#dff6e8;color:#167247;flex:0 0 24px}.wf-assessment-item.is-warn .wf-assessment-icon{background:#ffe8b9;color:#8a621d}.wf-assessment-item b{display:block;font-size:12px;color:#26324a}.wf-assessment-item small{display:block;margin-top:2px;font-size:10px;color:#718096}
@media(max-width:700px){.wf-assessment-heading{display:block}.wf-assessment-heading span{display:block;text-align:left;margin-top:4px}.wf-assessment-list{grid-template-columns:1fr}}


/* 0.5.2 – ZONS three-state job assessment */
.wf-match-state{display:flex;align-items:center;gap:11px;padding:13px 14px;border-radius:13px;margin:0 0 14px;background:#f4f7fb;border:1px solid #e2e8ef}.wf-match-state-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-weight:900;flex:0 0 28px;background:#e6ebf2;color:#536278}.wf-match-state strong{display:block;font-size:13px;color:#17233d}.wf-match-state span{display:block;margin-top:2px;font-size:10px;color:#718096}.wf-match-state.is-good{background:#effaf4;border-color:#d8efdf}.wf-match-state.is-good .wf-match-state-icon{background:#20b978;color:#fff}.wf-match-state.is-warn{background:#fff9ed;border-color:#f3e3bd}.wf-match-state.is-warn .wf-match-state-icon{background:#f0b74b;color:#fff}.wf-match-state.is-bad{background:#fff1f1;border-color:#f0d1d1}.wf-match-state.is-bad .wf-match-state-icon{background:#d95353;color:#fff}.wf-match-state.is-neutral{background:#f4f7fb}.wf-match-no-profile{display:flex;justify-content:space-between;align-items:center;gap:14px}.wf-match-no-profile .wf-match-state{margin:0;flex:1;background:transparent;border:0;padding:0}.wf-match-no-profile .wf-assessment-btn{flex:0 0 auto;border:0;background:#315ff0;color:#fff;border-radius:10px;padding:9px 13px;font-weight:800;cursor:pointer}.wf-match-dot.is-good{background:#20b978!important}.wf-match-dot.is-warn{background:#f0b74b!important}.wf-match-dot.is-bad{background:#d95353!important}.wf-match-dot.is-neutral{background:#9aa7b7!important}
@media(max-width:700px){.wf-match-no-profile{display:block}.wf-match-no-profile .wf-assessment-btn{width:100%;margin-top:12px}}

/* 0.5.3 – saved jobs */
.wf-saved-body{padding:30px 34px 34px}
.wf-saved-list{display:grid;gap:10px;margin-top:22px}
.wf-saved-item{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#fff;border:1px solid #e1e8f0;border-radius:16px;padding:16px 18px}
.wf-saved-company{display:block;color:#6d7d90;font-size:12px;margin-bottom:3px}
.wf-saved-item h3{margin:0;color:#17233d;font-size:18px}
.wf-saved-item p{margin:6px 0 0;color:#718096;font-size:12px}
.wf-saved-item-actions{display:flex;gap:8px;align-items:center;flex:0 0 auto}
.wf-saved-open{border:0;background:#315ff0;color:#fff;border-radius:10px;padding:10px 15px;font-weight:800;cursor:pointer}
.wf-saved-remove{width:38px;height:38px;border:1px solid #e1e8f0;background:#fff;border-radius:10px;color:#718096;font-size:20px;cursor:pointer}
.wf-saved-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:170px;border:1px dashed #cfd9e5;border-radius:16px;background:#fff;color:#718096;text-align:center;gap:6px}
.wf-saved-empty strong{color:#17233d}
.wf-save.is-saved{color:#315ff0;font-weight:900}
@media(max-width:700px){.wf-saved-body{padding:22px 18px}.wf-saved-item{align-items:flex-start;flex-direction:column}.wf-saved-item-actions{width:100%}.wf-saved-open{flex:1}}


/* 0.5.4 – Jobbagent */
.wf-provider-filter{border:1px solid #dfe6ef;background:#fff;color:#26344b;border-radius:10px;padding:9px 12px;font-size:12px;font-weight:700;cursor:pointer}.wf-provider-filter.active{background:#eafaf1;border-color:#cdebdc;color:#176d4b}.wf-provider-filter[hidden]{display:none!important}.wf-filter-search{border:1px solid var(--wf-line);background:#fff;color:#40506a;border-radius:10px;padding:9px 13px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}.wf-filter-search:hover,.wf-filter-search.active{background:#e9efff;border-color:#d6e0ff;color:#3156df}.wf-filter-search[hidden]{display:none!important}.wf-provider-badge{background:#eafaf1!important;color:#176d4b!important}.wf-agent-connection{margin-top:20px;background:#fff;border:1px solid #e0e7ef;border-radius:16px;padding:18px}.wf-agent-connection-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.wf-agent-connection-head>div,.wf-agent-import-box>div:first-child,.wf-agent-monitor>div:first-child{display:grid;gap:4px}.wf-agent-connection-head strong,.wf-agent-import-box strong,.wf-agent-monitor strong{color:#17233d;font-size:14px}.wf-agent-connection-head span,.wf-agent-import-box span,.wf-agent-monitor span{color:#718096;font-size:11px;line-height:1.5}.wf-agent-connection-head select{min-width:210px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;padding:10px 12px;color:#26334b}.wf-agent-import-box{margin-top:16px;padding-top:16px;border-top:1px solid #e7ecf1}.wf-agent-import-actions{display:flex;gap:10px;margin-top:12px}.wf-agent-file-label{width:auto!important;display:inline-flex!important;align-items:center;justify-content:center}.wf-agent-file-label input{display:none}.wf-agent-read-btn{margin-top:12px;width:auto!important}.wf-agent-paste{width:100%;min-height:130px;box-sizing:border-box;margin-top:12px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;padding:12px;font:inherit;color:#26334b;resize:vertical}.wf-agent-import-status{margin-top:10px;border-radius:10px;padding:10px 12px;font-size:12px}.wf-agent-import-status.is-info{background:#f1f5fb;color:#4e6076}.wf-agent-import-status.is-success{background:#eafaf1;color:#176d4b}.wf-agent-import-status.is-error{background:#fff0f0;color:#9a3d46}.wf-agent-list-on,.wf-agent-list-off{margin-top:16px;border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.wf-agent-list-on{background:#eafaf1;border:1px solid #d8efe2;color:#176d4b}.wf-agent-list-on>div,.wf-agent-list-off{display:grid;gap:4px}.wf-agent-list-on span,.wf-agent-list-off span{font-size:11px;color:#718096}.wf-agent-list-on>b{font-size:22px;color:#16805a}.wf-agent-list-off{background:#f4f7fb;border:1px solid #e2e8ef;color:#26334b}.wf-agent-list-stats{display:flex;gap:14px;flex-wrap:wrap;margin:9px 2px 0;color:#68788d;font-size:11px}.wf-agent-monitor{margin-top:18px;padding:16px;border:1px solid #e1e8ef;border-radius:14px;background:#f8fafc}.wf-agent-list-actions{display:flex;justify-content:flex-end;gap:18px;margin-top:16px}.wf-agent-delete{border:0;background:transparent;color:#9a5960;font-weight:700;cursor:pointer;padding:7px}.wf-agent-connection .wf-agent-grid{margin-top:14px}.wf-agent-connection .wf-agent-grid input{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;padding:11px 12px;color:#26334b}.wf-agent-connection .wf-agent-grid label{display:block;font-size:12px;font-weight:800;color:#26334b}@media(max-width:700px){.wf-agent-connection-head{align-items:stretch;flex-direction:column}.wf-agent-connection-head select{width:100%}.wf-agent-import-actions{flex-direction:column}.wf-agent-read-btn{width:100%!important}.wf-agent-list-actions{justify-content:space-between}.wf-agent-monitor{padding:14px}}
.wf-agent-inline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:14px 0 0;border-top:1px solid #e6ebf1}.wf-agent-inline>div{display:grid;gap:3px}.wf-agent-inline strong{color:#17233d;font-size:13px}.wf-agent-inline span{color:#718096;font-size:11px}.wf-agent-inline .wf-outline-btn{width:auto;padding:9px 15px}.wf-agent-modal .wf-modal-dialog{max-width:760px}.wf-agent-body{padding:30px 34px 34px}.wf-agent-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.wf-agent-grid label{display:block;font-size:12px;font-weight:800;color:#26334b}.wf-agent-grid select{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;padding:11px 12px;color:#26334b}.wf-agent-status{margin-top:18px}.wf-agent-on,.wf-agent-off{border-radius:14px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.wf-agent-on{background:#eafaf1;border:1px solid #d8efe2;color:#176d4b}.wf-agent-on div,.wf-agent-off{display:grid;gap:4px}.wf-agent-on span,.wf-agent-off span{font-size:11px;color:#718096}.wf-agent-on>b{font-size:22px;color:#16805a}.wf-agent-off{background:#f4f7fb;border:1px solid #e2e8ef;color:#26334b}.wf-agent-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:20px}.wf-agent-actions .wf-primary-cta{border:0;cursor:pointer;margin:0;width:auto;padding:13px 18px}.wf-agent-disable{border:0;background:transparent;color:#7b8798;font-weight:700;cursor:pointer}.wf-agent-results{margin-top:22px}.wf-agent-results h3{margin:0 0 10px;color:#17233d;font-size:16px}.wf-agent-result{width:100%;border:1px solid #e1e8f0;background:#fff;border-radius:13px;padding:13px 15px;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer;margin-top:8px}.wf-agent-result span{display:grid;gap:3px}.wf-agent-result b{color:#17233d}.wf-agent-result small{color:#718096}.wf-agent-result>strong{color:#16805a}.wf-agent-empty{padding:16px;border:1px dashed #cfd9e5;border-radius:13px;color:#718096;background:#fff;font-size:12px}@media(max-width:700px){.wf-agent-body{padding:22px 18px}.wf-agent-grid{grid-template-columns:1fr}.wf-agent-actions{flex-direction:column-reverse;align-items:stretch}.wf-agent-actions .wf-primary-cta{width:100%}.wf-agent-inline{align-items:stretch;flex-direction:column}.wf-agent-inline .wf-outline-btn{width:100%}}

/* ZONS 0.5.23 – explicit filter reset */
.wf-reset-filters{
  border:1px solid #dbe2ef;
  background:#fff;
  color:#59667c;
  border-radius:10px;
  padding:9px 12px;
  font:inherit;
  font-size:12px;
  font-weight:750;
  cursor:pointer;
  white-space:nowrap;
}
.wf-reset-filters:hover{background:#f5f7fb;color:#1d2b45}

/* 0.5.28 – searchable geographic picker with A–Ö cycling */
.wf-location-picker{position:relative;min-width:0;z-index:30}.wf-location-trigger{width:100%;height:42px;min-height:42px;display:flex;align-items:center;gap:9px;border:1px solid var(--wf-line);border-radius:10px;padding:0 42px 0 13px;background:#fff;color:#26324a;font-size:14px;cursor:pointer;text-align:left}.wf-location-trigger-dot{color:#667085;font-size:11px}.wf-location-trigger #wf-location-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-location-clear{position:absolute;right:31px;top:50%;transform:translateY(-50%);z-index:2;border:0;background:#f1f3f6;color:#667085;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;cursor:pointer;padding:0}.wf-location-clear:hover{background:#e5e9ef;color:#26324a}.wf-location-clear[hidden]{display:none}.wf-location-chevron{margin-left:auto;color:#667085;font-size:16px;line-height:1;flex:0 0 auto}.wf-location-native{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.wf-location-menu{position:absolute;left:0;right:0;top:calc(100% + 7px);background:#fff;border:1px solid var(--wf-line);border-radius:13px;box-shadow:0 16px 36px rgba(27,47,80,.16);padding:10px;min-width:330px;max-height:430px;overflow:hidden}.wf-location-search{display:flex;align-items:center;gap:8px;border:1px solid var(--wf-line);border-radius:9px;padding:0 10px;color:#667085;margin-bottom:8px}.wf-location-search input{border:0;outline:0;width:100%;padding:10px 0;font-size:13px;background:transparent;color:#26324a}.wf-location-letters{display:flex;flex-wrap:wrap;gap:4px;padding:2px 0 9px;border-bottom:1px solid #edf0f4}.wf-location-letter{border:0;background:#f5f7fa;color:#4c5970;border-radius:6px;min-width:25px;height:25px;padding:0 5px;font-size:11px;font-weight:750;cursor:pointer}.wf-location-letter:hover{background:#e8edff;color:#3156df}.wf-location-list{max-height:325px;overflow:auto;padding-top:5px}.wf-location-group{font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:#8a93a4;padding:8px 8px 4px}.wf-location-option{display:block;width:100%;border:0;background:transparent;color:#26324a;text-align:left;padding:8px;border-radius:7px;font-size:12px;cursor:pointer}.wf-location-option:hover,.wf-location-option.active{background:#eef2ff;color:#3156df}.wf-location-empty{padding:18px 8px;text-align:center;color:#8a93a4;font-size:12px}
@media (max-width:700px){.wf-location-menu{min-width:0;width:min(92vw,420px);right:auto}.wf-location-letters{gap:3px}.wf-location-letter{min-width:23px;padding:0 4px}}

/* 0.5.40 – ZONS keyword layer: text-first, no marker-box colour noise */
.wf-keyword{background:transparent!important;padding:0!important;margin:0!important;border:0!important;font:inherit!important;font-weight:750!important;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.wf-card-keywords{display:flex;flex-wrap:wrap;gap:5px 10px;margin:8px 0 9px;min-height:0}
.wf-keyword-tag{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:750;line-height:1.2}
.wf-keyword-tag i{width:5px;height:5px;border-radius:50%;display:inline-block;background:currentColor;opacity:.9}
.wf-keywords-label{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#8792a3;font-weight:850;margin-bottom:8px}
.wf-detail-keywords{margin:20px 0 4px;padding:13px 0 2px;border-top:1px solid #edf1f4}
.wf-detail-keywords .wf-keyword-tags{display:flex;flex-wrap:wrap;gap:7px 14px}
.wf-keywords-empty{font-size:11px;color:#98a2b2}
.wf-keyword-tools{display:flex;align-items:center;gap:5px;margin-right:9px;flex-wrap:wrap}
.wf-keyword-tools>span{font-size:10px;color:#8a95a5;margin-right:2px}
.wf-keyword-toggle{border:1px solid #e0e6ee;background:#fff;color:#7b8798;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:750;cursor:pointer;transition:.15s ease}
.wf-keyword-toggle.is-on{border-color:#d5def4;color:#263b70;background:#f5f7fc}
.wf-results-tools{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}
.wf-profile-keywords{margin-top:22px;padding-top:20px;border-top:1px solid #e8edf3}
.wf-profile-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:9px}
.wf-profile-section-head strong{display:block;color:#26334b;font-size:14px}.wf-profile-section-head span{display:block;color:#8792a3;font-size:11px;margin-top:3px;font-weight:500}
.wf-profile-keyword-count{min-width:28px;height:28px;border-radius:50%;background:#eef2ff;color:#315ff0!important;display:grid!important;place-items:center;font-size:11px!important;font-weight:850!important;margin-top:0!important}
.wf-profile-keyword-input{display:block;width:100%;box-sizing:border-box;border:1px solid #dfe5ec;border-radius:10px;background:#fff;padding:11px 12px;color:#26334b;font:inherit;font-size:12px}
.wf-profile-keyword-help{font-size:10px;color:#8994a4;line-height:1.45;margin-top:6px}
.wf-profile-colors{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}
.wf-profile-colors label{display:flex!important;align-items:center;justify-content:space-between;gap:8px;border:1px solid #e6ebf1;border-radius:10px;padding:8px 9px;background:#fbfcfd;font-size:10px!important;font-weight:750!important;color:#526078!important}
.wf-profile-colors label span{display:flex;align-items:center;gap:7px}.wf-profile-colors input[type=color]{width:25px;height:25px;border:0;padding:0;background:transparent;cursor:pointer}
.wf-color-dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:#315ff0}
@media(max-width:900px){.wf-profile-colors{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.wf-results-tools{justify-content:flex-start}.wf-keyword-tools{width:100%;margin-right:0}.wf-profile-colors{grid-template-columns:1fr}.wf-card-keywords{gap:4px 8px}}

/* 0.5.46 – CV Studio visual editor + application preview */
.wf-cv-modal .wf-modal-dialog{max-width:1120px}.wf-cv-body{padding:28px;max-height:calc(100vh - 70px);overflow:auto}.wf-cv-upload{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px;border:1px dashed #cbd5e4;border-radius:14px;background:#f7f9fc;margin-bottom:16px}.wf-cv-upload strong,.wf-cv-upload span{display:block}.wf-cv-upload strong{font-size:13px;color:#26334b}.wf-cv-upload span{font-size:11px;color:#7b8798;margin-top:4px}.wf-cv-file-label{margin:0;cursor:pointer;display:inline-flex;align-items:center;white-space:nowrap}.wf-cv-file-label input{display:none}.wf-cv-status{padding:11px 13px;border-radius:10px;background:#f4f7fb;color:#526078;font-size:11px;margin-bottom:16px}.wf-cv-status.is-ok{background:#effaf4;color:#18754e}.wf-cv-status.is-error{background:#fff1f1;color:#a33f48}.wf-cv-tabs{display:flex;gap:4px;border-bottom:1px solid #e4e9ef;margin-bottom:18px}.wf-cv-tabs button{border:0;background:transparent;color:#7b8798;padding:11px 15px;font-size:11px;font-weight:800;cursor:pointer;border-bottom:2px solid transparent}.wf-cv-tabs button.is-active{color:#315ff0;border-bottom-color:#315ff0}.wf-cv-panel{display:none}.wf-cv-panel.is-active{display:block}.wf-cv-import-summary{display:flex;align-items:center;gap:11px;padding:13px 15px;border:1px solid #dcebe3;background:#f5fbf8;border-radius:12px;margin-bottom:16px}.wf-cv-import-summary strong,.wf-cv-import-summary span{display:block}.wf-cv-import-summary strong{font-size:11px;color:#26334b}.wf-cv-import-summary span{font-size:10px;color:#71808f;margin-top:3px}.wf-cv-summary-icon{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e1f5e9;color:#19875b;font-weight:900}.wf-cv-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wf-cv-grid section,.wf-cv-job-card{border:1px solid #e4e9ef;border-radius:13px;padding:15px;background:#fff}.wf-cv-section-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}.wf-cv-section-head>div{min-width:0}.wf-cv-section-head strong,.wf-cv-section-head span{display:block}.wf-cv-section-head strong{font-size:12px;color:#26334b}.wf-cv-section-head span{font-size:10px;color:#8994a4;margin-top:2px}.wf-cv-edit-hint{border:0;background:transparent;color:#315ff0;font-size:10px;font-weight:800;cursor:pointer;padding:2px 0}.wf-cv-grid textarea{width:100%;box-sizing:border-box;resize:vertical;border:1px solid #dfe5ec;border-radius:10px;padding:11px 12px;color:#26334b;font:inherit;font-size:12px;line-height:1.5;background:#fbfcfd}.wf-cv-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}.wf-cv-actions .wf-primary-cta{border:0;cursor:pointer}.wf-cv-action-right{display:flex;gap:8px;align-items:center}.wf-cv-action-right .wf-outline-btn{border:1px solid #cad5ff;background:#f5f7ff;color:#315ff0;border-radius:9px;padding:10px 13px;font-size:11px;font-weight:800;cursor:pointer}.wf-cv-inline{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:14px;border:1px solid #e4e9ef;border-radius:11px;background:#fbfcfe}.wf-cv-inline strong,.wf-cv-inline span{display:block}.wf-cv-inline strong{font-size:12px;color:#26334b}.wf-cv-inline span{font-size:10px;color:#8792a3;margin-top:3px}.wf-cv-inline .wf-outline-btn{border:1px solid #cad5ff;background:#f5f7ff;color:#315ff0;border-radius:9px;padding:8px 11px;font-size:11px;font-weight:800;cursor:pointer}.wf-cv-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:8px;background:#eef2ff;color:#315ff0;font-size:10px;font-weight:800}.wf-cv-job-card{margin-top:18px;background:#f9fbff}.wf-cv-job-card>p{font-size:10px;color:#7b8798;margin:5px 0 12px}.wf-cv-job-principle{display:flex;gap:9px;align-items:flex-start;padding:10px 12px;margin:9px 0 10px;border:1px solid #dcebe3;border-radius:10px;background:#f3fbf7}.wf-cv-job-principle strong{display:block;font-size:10px;color:#18754e}.wf-cv-job-principle span{display:block;font-size:9px;line-height:1.45;color:#637486;margin-top:2px}.wf-cv-choice-list label em{display:inline-block;margin-left:6px;font-size:8px;font-style:normal;color:#18754e;background:#effaf4;border-radius:6px;padding:2px 5px}.wf-cv-relevance{padding:11px 12px;border:1px solid #e3e8ef;border-radius:10px;background:#fff;margin:10px 0 12px}.wf-cv-relevance>strong{display:block;font-size:10px;color:#26334b;margin-bottom:7px}.wf-cv-relevance>div{display:flex;flex-wrap:wrap;gap:5px}.wf-cv-relevance span{font-size:9px;color:#315ff0;background:#f1f4ff;border:1px solid #dce3ff;border-radius:999px;padding:4px 7px}.wf-cv-relevance small{display:block;font-size:8px;line-height:1.45;color:#8994a4;margin-top:7px}.wf-cv-choice-list{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:12px}.wf-cv-choice-list label{display:flex;align-items:flex-start;gap:9px;padding:10px;border:1px solid #e3e8ef;border-radius:10px;background:#fff;cursor:pointer}.wf-cv-choice-list label:has(input:checked){border-color:#cbd8ff;background:#f8faff}.wf-cv-choice-list input{margin-top:3px;accent-color:#315ff0}.wf-cv-choice-list span{min-width:0}.wf-cv-choice-list strong,.wf-cv-choice-list small{display:block}.wf-cv-choice-list strong{font-size:10px;color:#26334b}.wf-cv-choice-list small{font-size:9px;line-height:1.4;color:#8792a3;margin-top:3px}.wf-cv-compose{border:0;cursor:pointer}.wf-cv-preview-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px}.wf-cv-preview-eyebrow{font-size:9px;letter-spacing:.16em;font-weight:900;color:#315ff0}.wf-cv-preview-head h3{margin:4px 0 2px;font-size:18px;color:#26334b}.wf-cv-preview-head>div:first-child>span:last-child{font-size:10px;color:#8994a4}.wf-cv-preview-meta{font-size:10px;color:#7b8798;white-space:nowrap}.wf-cv-document{width:min(100%,820px);margin:0 auto;background:#fff;box-shadow:0 16px 45px rgba(24,39,64,.13);border:1px solid #e6e9ed;display:grid;grid-template-columns:27% 73%;min-height:1080px}.wf-cv-doc-side{background:#087482;color:#fff;padding:34px 25px 30px}.wf-cv-doc-photo{width:118px;height:118px;border-radius:50%;display:block;margin:0 auto 42px;object-fit:cover;border:3px solid rgba(255,255,255,.9)}.wf-cv-doc-photo-empty{display:grid;place-items:center;background:#e7edf0;color:#087482;font:700 42px Georgia,serif}.wf-cv-doc-side-section{margin-bottom:28px}.wf-cv-doc-side-section h4,.wf-cv-doc-main h4{font:700 13px Georgia,serif;letter-spacing:.2em;margin:0 0 11px}.wf-cv-doc-side-section p,.wf-cv-doc-side-section li{font-size:9px;line-height:1.55;margin:0 0 4px}.wf-cv-doc-side-section ul{margin:0;padding-left:15px}.wf-cv-doc-item{font-size:9px;line-height:1.55;margin-bottom:9px}.wf-cv-doc-main{padding:40px 40px 35px;color:#3d3d42}.wf-cv-doc-name{margin-bottom:38px}.wf-cv-doc-name span{display:block;font:700 25px Georgia,serif;letter-spacing:.05em;color:#3d3d42}.wf-cv-doc-name small{display:block;margin-top:6px;font-size:9px;color:#7c7c80}.wf-cv-doc-about{margin-bottom:28px}.wf-cv-doc-main h4{color:#4b4b50}.wf-cv-doc-main section>h4{margin-bottom:14px}.wf-cv-doc-main p{font-size:9px;line-height:1.65;margin:0 0 11px}.wf-cv-doc-exp{margin-bottom:22px}.wf-cv-doc-exp-head{display:flex;justify-content:space-between;gap:15px;margin-bottom:5px}.wf-cv-doc-exp-head strong{font-size:10px;color:#36363a}.wf-cv-doc-exp-head span{font-size:8px;color:#73747a;white-space:nowrap}.wf-cv-doc-exp p{margin-bottom:3px}.wf-cv-doc-empty{color:#8a919a}.wf-cv-preview-wrap{background:#f4f6f8;border-radius:13px;padding:18px}.wf-cv-preview-wrap .wf-cv-preview-head{max-width:820px;margin-left:auto;margin-right:auto}.wf-cv-preview-wrap.is-approved{outline:2px solid #1c9b68}.wf-cv-preview-approve{border:1px solid #bfe3cf;background:#f0fbf5;color:#18754e;border-radius:9px;padding:9px 12px;font-size:10px;font-weight:800;cursor:pointer}.wf-cv-preview-approve.is-approved{background:#1c9b68;color:#fff}.wf-profile-note{font-size:10px;color:#8994a4;line-height:1.5}
.wf-detail-secondary-actions{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.wf-save-detail,.wf-applied-detail{border:1px solid var(--wf-line);background:#fff;color:#40506a;border-radius:9px;padding:10px 13px;font-size:12px;font-weight:750;cursor:pointer}.wf-applied-detail.is-applied{background:#edf8f3;border-color:#bfe7d3;color:#197a50}.wf-applied-detail:hover{background:#f5f7fa}.wf-applied-toggle:disabled,.wf-applied-detail:disabled{opacity:.6;cursor:wait}
@media(max-width:800px){.wf-cv-grid,.wf-cv-choice-list{grid-template-columns:1fr}.wf-cv-document{grid-template-columns:1fr;min-height:0}.wf-cv-doc-side{padding:25px}.wf-cv-doc-photo{margin-bottom:25px}.wf-cv-doc-main{padding:30px 25px}.wf-cv-preview-meta{display:none}}
@media(max-width:700px){.wf-cv-body{padding:20px}.wf-cv-upload,.wf-cv-actions,.wf-cv-preview-head{align-items:stretch;flex-direction:column}.wf-cv-file-label,.wf-cv-actions button{width:100%;justify-content:center}.wf-cv-action-right{width:100%;flex-direction:column}.wf-cv-action-right>*{width:100%}.wf-cv-inline{align-items:stretch;flex-direction:column}.wf-cv-preview-wrap{padding:8px}.wf-cv-doc-side{display:none}.wf-cv-document{grid-template-columns:1fr}.wf-cv-doc-main{padding:28px 22px}}
.wf-cv-structured-editor{display:grid;gap:14px}.wf-cv-parse-intro{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:15px 16px;border:1px solid #dcebe3;background:#f5fbf8;border-radius:12px}.wf-cv-parse-intro strong,.wf-cv-parse-intro span{display:block}.wf-cv-parse-intro strong{font-size:12px;color:#26334b}.wf-cv-parse-intro span{font-size:10px;color:#71808f;margin-top:3px}.wf-cv-confidence{padding:6px 9px!important;border-radius:8px;background:#e5f6ec;color:#18754e!important;font-weight:800;white-space:nowrap}.wf-cv-editor-section{border:1px solid #e4e9ef;border-radius:13px;padding:16px;background:#fff}.wf-cv-editor-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.wf-cv-editor-head strong,.wf-cv-editor-head span{display:block}.wf-cv-editor-head strong{font-size:12px;color:#26334b}.wf-cv-editor-head span{font-size:10px;color:#8994a4;margin-top:3px}.wf-cv-field-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.wf-cv-field{display:block}.wf-cv-field>span{display:block;font-size:9px;font-weight:800;color:#6f7d8f;margin:0 0 5px}.wf-cv-field input,.wf-cv-field textarea,.wf-cv-editor-section>textarea{width:100%;box-sizing:border-box;border:1px solid #dfe5ec;border-radius:9px;padding:9px 10px;color:#26334b;font:inherit;font-size:11px;line-height:1.5;background:#fbfcfd}.wf-cv-editor-section>textarea{resize:vertical}.wf-cv-repeat-list{display:grid;gap:9px}.wf-cv-repeat-card{border:1px solid #e6ebf0;border-radius:11px;padding:12px;background:#fbfcfe}.wf-cv-repeat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.wf-cv-repeat-top strong{font-size:10px;color:#334158}.wf-cv-remove{border:0;background:transparent;color:#a33f48;font-size:9px;font-weight:800;cursor:pointer}.wf-cv-add{border:1px solid #cad5ff;background:#f5f7ff;color:#315ff0;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:800;cursor:pointer}.wf-cv-repeat-card .wf-cv-field{margin-top:9px}.wf-cv-doc-item strong,.wf-cv-doc-item span,.wf-cv-doc-item small{display:block}.wf-cv-doc-item strong{font-weight:700}.wf-cv-doc-item span{font-size:8px}.wf-cv-doc-item small{font-size:8px;color:rgba(255,255,255,.78)}
.wf-detail-secondary-actions{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.wf-save-detail,.wf-applied-detail{border:1px solid var(--wf-line);background:#fff;color:#40506a;border-radius:9px;padding:10px 13px;font-size:12px;font-weight:750;cursor:pointer}.wf-applied-detail.is-applied{background:#edf8f3;border-color:#bfe7d3;color:#197a50}.wf-applied-detail:hover{background:#f5f7fa}.wf-applied-toggle:disabled,.wf-applied-detail:disabled{opacity:.6;cursor:wait}
@media(max-width:800px){.wf-cv-field-grid{grid-template-columns:1fr 1fr}.wf-cv-parse-intro{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.wf-cv-field-grid{grid-template-columns:1fr}}

/* 0.5.50 – ZONS account persistence */
.wf-account{position:relative;gap:8px}
.wf-login-top,.wf-settings-top{border:1px solid var(--wf-line);background:#fff;color:#26324a;cursor:pointer;font-weight:750}
.wf-login-top{border-radius:20px;padding:9px 13px;font-size:12px}
.wf-login-top:hover,.wf-settings-top:hover{background:#f7f9fc;border-color:#d7deea}
.wf-settings-top{width:38px;height:38px;border-radius:50%;font-size:18px;line-height:1}
.wf-settings-menu{position:absolute;right:44px;top:48px;z-index:1100;width:180px;padding:7px;background:#fff;border:1px solid var(--wf-line);border-radius:13px;box-shadow:0 14px 35px rgba(27,47,80,.15)}
.wf-settings-menu button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:9px 10px;border-radius:8px;color:#26324a;font-size:12px;font-weight:650;cursor:pointer}
.wf-settings-menu button:hover{background:#f3f6fb}
.wf-auth-modal .wf-modal-dialog{max-width:500px}
.wf-auth-switch{border:0;background:transparent;color:#315ff0;font:inherit;font-size:11px;font-weight:800;cursor:pointer;padding:2px 0}
.wf-auth-check{display:flex!important;gap:9px;align-items:flex-start;font-weight:600!important;line-height:1.45}.wf-auth-check input{width:16px!important;height:16px!important;margin:1px 0 0!important;flex:0 0 16px}.wf-auth-check span{font-size:11px;font-weight:600;color:#59677d}.wf-auth-check a{color:#315ff0;text-decoration:none}

.wf-auth-body{padding:30px}
.wf-auth-body form{display:grid;gap:14px}
.wf-auth-body label{display:block;font-size:12px;font-weight:800;color:#26334b}
.wf-auth-body input{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;padding:12px;color:#26334b;font:inherit;font-size:13px}
.wf-auth-message{padding:10px 12px;border-radius:9px;background:#fff1f1;color:#a33f48;font-size:11px}
.wf-auth-body .wf-primary-cta{border:0;cursor:pointer}
.wf-auth-body .wf-primary-cta:disabled,.wf-login-top:disabled{opacity:.6;cursor:wait}
.wf-detail-secondary-actions{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.wf-save-detail,.wf-applied-detail{border:1px solid var(--wf-line);background:#fff;color:#40506a;border-radius:9px;padding:10px 13px;font-size:12px;font-weight:750;cursor:pointer}.wf-applied-detail.is-applied{background:#edf8f3;border-color:#bfe7d3;color:#197a50}.wf-applied-detail:hover{background:#f5f7fa}.wf-applied-toggle:disabled,.wf-applied-detail:disabled{opacity:.6;cursor:wait}
@media(max-width:800px){.wf-login-top{padding:8px 10px}.wf-login-top{font-size:11px}.wf-saved-top{padding:9px 10px}.wf-settings-top{width:35px;height:35px}.wf-account{gap:5px}.wf-settings-menu{right:39px}.wf-auth-body{padding:22px}}

.wf-auth-links{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:12px;font-size:12px;color:#8a95a8}
.wf-auth-links a,.wf-auth-links .wf-auth-switch{color:#315ff0;font-weight:400;text-decoration:none}
.wf-auth-links .wf-auth-switch{border:0;background:none;padding:0;font:inherit;font-weight:400;cursor:pointer}
.wf-auth-links a:hover,.wf-auth-links .wf-auth-switch:hover{text-decoration:underline}
.wf-auth-back{display:block;margin:12px auto 0}

/* 0.5.53 – auth modal states: hidden forms must stay hidden */
.wf-auth-body [hidden]{display:none!important}


/* 0.5.56 – Dyxi scanning engine integrated into ZONS CV Studio */
.wf-cv-upload-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.wf-cv-upload-actions>*{white-space:nowrap}.wf-cv-scan-btn{border:1px solid #cad5ff;background:#f5f7ff;color:#315ff0;border-radius:9px;padding:10px 13px;font-size:11px;font-weight:800;cursor:pointer}
.wf-cv-scanner-dialog{width:min(980px,96vw)!important;max-width:none!important;background:#0f1728!important;color:#fff;overflow:hidden}.wf-cv-scanner{padding:26px}.wf-cv-scanner-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px}.wf-cv-scanner-head h2{margin:4px 0 3px;color:#fff;font-size:22px}.wf-cv-scanner-head p{margin:0;color:#aeb8c8;font-size:11px;line-height:1.5}.wf-cv-scan-count{padding:7px 10px;border-radius:999px;background:#1c2940;color:#dbe4f1;font-size:10px;font-weight:800;white-space:nowrap}.wf-cv-camera-stage{position:relative;height:min(66vh,650px);min-height:380px;border-radius:16px;overflow:hidden;background:#000}.wf-cv-camera-stage video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wf-cv-scan-frame{position:absolute;left:11%;right:11%;top:10%;bottom:10%;border:1px solid rgba(255,255,255,.28);border-radius:12px;box-shadow:0 0 0 999px rgba(4,9,18,.12);pointer-events:none}.wf-cv-scan-frame i{position:absolute;width:38px;height:38px;border-color:#27d486;border-style:solid}.wf-cv-scan-frame i:nth-child(1){left:-2px;top:-2px;border-width:5px 0 0 5px}.wf-cv-scan-frame i:nth-child(2){right:-2px;top:-2px;border-width:5px 5px 0 0}.wf-cv-scan-frame i:nth-child(3){left:-2px;bottom:-2px;border-width:0 0 5px 5px}.wf-cv-scan-frame i:nth-child(4){right:-2px;bottom:-2px;border-width:0 5px 5px 0}.wf-cv-scan-status{position:absolute;left:50%;top:18px;transform:translateX(-50%);padding:9px 14px;border-radius:999px;background:rgba(7,13,25,.72);backdrop-filter:blur(8px);font-size:11px;font-weight:800;white-space:nowrap}.wf-cv-scan-status.is-success{background:rgba(28,155,104,.9)}.wf-cv-scan-status.is-warning{background:rgba(234,179,8,.92);color:#17202d}.wf-cv-scan-status.is-error{background:rgba(190,55,65,.94)}.wf-cv-scan-preview{display:flex;align-items:center;gap:12px;margin-top:12px;padding:9px 11px;border-radius:11px;background:#172238;border:1px solid #293750}.wf-cv-scan-preview img{width:54px;height:66px;object-fit:cover;border-radius:6px;background:#fff}.wf-cv-scan-preview strong,.wf-cv-scan-preview span{display:block}.wf-cv-scan-preview strong{font-size:10px}.wf-cv-scan-preview span{font-size:9px;color:#9eabbd;margin-top:3px}.wf-cv-scanner-actions{display:grid;grid-template-columns:1fr 76px 1fr;align-items:center;gap:12px;margin-top:14px}.wf-cv-scanner-actions .wf-outline-btn{justify-self:start}.wf-cv-scan-capture,.wf-cv-scanner-actions #wf-cv-scan-capture{width:66px;height:66px;border-radius:50%;border:7px solid #fff;background:#315ff0;box-shadow:0 4px 18px rgba(0,0,0,.35);font-size:0;cursor:pointer;justify-self:center}.wf-cv-scan-capture:active{transform:scale(.96)}.wf-cv-scanner-actions .wf-primary-cta{justify-self:end;border:0;cursor:pointer}.wf-cv-scanner-actions .wf-primary-cta:disabled{opacity:.45;cursor:not-allowed}.wf-cv-scanner-actions .wf-primary-cta span{font-weight:600;opacity:.8}.wf-cv-scanner-note{margin-top:11px;text-align:center;color:#8492a7;font-size:9px}
@media(max-width:700px){.wf-cv-upload-actions{width:100%;flex-direction:column}.wf-cv-upload-actions>*{width:100%;text-align:center;justify-content:center}.wf-cv-scanner{padding:18px}.wf-cv-scanner-head{flex-direction:column}.wf-cv-camera-stage{height:62vh;min-height:360px}.wf-cv-scan-frame{left:7%;right:7%;top:8%;bottom:8%}.wf-cv-scanner-actions{grid-template-columns:1fr 68px 1fr}.wf-cv-scanner-actions .wf-primary-cta{padding:10px 9px;font-size:10px}}
/* 0.5.64 – Jobbagent activation UX */
.wf-agent-ka-suggestions{position:absolute;left:0;right:0;top:100%;z-index:20;background:#fff;border:1px solid rgba(20,30,40,.14);border-radius:10px;box-shadow:0 12px 28px rgba(20,30,40,.12);overflow:hidden;margin-top:5px}
.wf-agent-ka-suggestions button{display:block;width:100%;text-align:left;border:0;background:#fff;padding:10px 12px;cursor:pointer;font:inherit}
.wf-agent-ka-suggestions button:hover{background:#f4f7f8}
.wf-agent-activation-status{margin-top:10px;min-height:0}
.wf-agent-activation-status .wf-agent-pending,.wf-agent-activation-status .wf-agent-approved,.wf-agent-activation-status .wf-agent-error{padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.45}
.wf-agent-activation-status .wf-agent-pending{background:#fff8e7;color:#765700}
.wf-agent-activation-status .wf-agent-approved{background:#eaf8f0;color:#14663b}
.wf-agent-activation-status .wf-agent-error{background:#fff0f0;color:#8c2929}
.wf-agent-connection-action{display:flex;justify-content:flex-end;margin-top:10px}
.wf-agent-connection-action button.is-pending{opacity:.48;filter:blur(.15px);cursor:default}
.wf-agent-list-name-row{margin-top:12px}
.wf-agent-grid label{position:relative}

/* 0.5.65 – Tydligare Jobbagent-aktivering */
.wf-agent-activation-fields{display:grid;gap:14px;margin-top:18px}.wf-agent-activation-fields>label{display:block;font-size:12px;font-weight:800;color:#26334b;position:relative}.wf-agent-activation-fields input{display:block;width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #dfe5ec;border-radius:10px;background:#fff;padding:11px 12px;color:#26334b;font:inherit}.wf-agent-field-help{display:block;margin-top:6px;color:#718096;font-size:10px;font-weight:500;line-height:1.45}.wf-agent-ka-confirmation{min-height:0;margin-top:-5px}.wf-agent-ka-confirmation:empty{display:none}.wf-agent-ka-confirmation>div{display:flex;align-items:center;gap:8px;padding:9px 11px;border-radius:10px;background:#eafaf1;border:1px solid #d8efe2;color:#176d4b;font-size:12px;line-height:1.35}.wf-agent-ka-confirmation strong{font-size:12px}.wf-agent-ka-confirmation small{display:block;color:#5c806f;font-size:10px;margin-top:2px}.wf-agent-connection-action{margin-top:14px}.wf-agent-connection-action .wf-primary-cta{min-width:170px}.wf-agent-activation-status{margin-top:12px}
